/*--------------------------------------------------------------------------------- Theme Name:   Texas Tumble Bean Theme URI:    https://texastumblebean.com Description:  Child theme for Texas Tumble Bean Author:       Sandfire Design Author URI:   https://sandfire.ca/ Template:     Divi Version:      1.0.0 License:      GNU General Public License v2 or later License URI:  http://www.gnu.org/licenses/gpl-2.0.html------------------------------ ADDITIONAL CSS HERE ------------------------------*//* When you set a row to equal column heights, this code will vertically centre text within the column */

.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

.et_pb_image img {
    pointer-events: none!important;
}

/* Customizing Hanging Logo */

#logo {
    margin-top: -30px;
}

@media (max-width: 980px)
{
.dtb_mobile #main-header #logo 
{
margin-top: 0px;
}
}