/*---------------------------------------------------------------------------------

 Theme Name:   Divi-Child-Exeplore
 Theme URI:    https://exeplore.com/
 Description:  A Divi Child theme created by exeplore web design.
 Author:       EXEPLORE, LLC
 Author URI:   https://exeplore.com/
 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 ------------------------------*/

.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}
.mobile_menu_bar:before {
    transition: all .4s ease;
    transform: rotate(0deg);
    display: block;
    top: 0 !important;
    font-size: 36px;
}
.mobile_nav.opened .mobile_menu_bar::before {
	transition: all .4s ease;
	transform: rotate(90deg);
	display: block;
}

/*Explore section */
body:not(.et-fb) .explore-section .et_pb_gutters2 .et_pb_column_1_3 .et_pb_module, body:not(.et-fb) .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module{
	display: inline;
}

span.mobile_menu_bar:before {
    color: #944132 !important;
}
.et_mobile_menu {
    border-color: #944132;
}

.box-content .et_pb_blurb_container {
    padding-left: 20px;
}
.box-content img {
    height: 200px;
    object-fit: cover;
}
.our-partner-facebook-button {
    margin-top: 10px;
	margin-left:20px;
}

@media (min-width: 768px) and (max-width: 1024px){
   .banner-buttons {
        display: flex;
    }
	.banner-buttons .et_pb_button_module_wrapper.et_pb_button_alignment_right {
        text-align: right !important;
    }
	.banner-buttons .et_pb_button_module_wrapper.et_pb_button_alignment_left {
        text-align: left !important;
    }
    .our-partner-facebook-button {
        margin-top: 10px;
    }
}
@media (max-width: 980px) {
	.et_mobile_menu {
        left: -10px;
        top: calc(100% + 10px) !important;
        width: calc(100% + 20px);
        padding:0 !important
    }
}