/*
Theme Name:   MCMExpo - Divi Child Theme
Theme URI:    https://yourwebsite.com
Description:  MCMExpo theme, based on Divi
Author:       SpinGroup
Author URI:   https://www.spingroup.com
Template:     Divi
*/


:root {
    --light-blue: #9AD7F4;
    --dark-blue: #094E8F;
    --orange: #FAAC1A;
}

/* Header */

.mcm-top-header {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 981px) {
	.mcm-top-header .btn-col {
    	display: flex;
    	flex-direction: row;
    	justify-content: flex-end;
    	align-items: center;
    	gap: 50px;
	}	
}

.mcm-main-nav .et_pb_menu__menu,
.mcm-main-nav .et_pb_menu__menu .et-menu-nav,
.mcm-main-nav .et_pb_menu__menu .et-menu-nav #menu-main-menu {
    width: 100%;
}
.mcm-main-nav #menu-main-menu {
    justify-content: space-between;
}

/* Hero Video */

.et_pb_section_video_bg   {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}

/* What to Expect Section */

.mcm-wte-row-1 {
    right: -150px;
}
.mcm-wte-row-1 .text-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    height: fit-content;
    padding-top: 40px;
}
.mcm-wte-row-1 .text-col .icon {
    flex: 0 0 20%;
}
.mcm-wte-row-1 .text-col .text {
    flex: 0 0 80%;
}
.mcm-wte-row-1 .absolute-img .et_pb_module {
    position: absolute;
    top: -20px;
    left: 40px;
    height: 125%;
}
.mcm-wte-row-1 .absolute-img .et_pb_module .et_pb_image_wrap,
.mcm-wte-row-1 .absolute-img .et_pb_module .et_pb_image_wrap img {
    height: 100%;
    object-fit: cover;
}   
.mcm-wte-row-2 { 
    left: -70px;
    top: -111px;
}
.mcm-wte-row-2 .text-col { 
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.mcm-wte-row-2 .text-col .absolute-img {
    position: absolute;
    right: -425px;
} 


/* Solid Image Blocks */

.light-blue-block-1 {
	background: var(--light-blue) 0% 0% no-repeat padding-box;
	max-width: 521px;
	max-height: 291px;
	height: 291px;
}

.dark-blue-block {
	background: var(--dark-blue) 0% 0% no-repeat padding-box;
    max-width: 521px;
    max-height: 291px;
    height: 291px;
}

.orange-block {
    background: var(--orange) 0% 0% no-repeat padding-box;
    max-width: 1040px;
    max-height: 311px;
    height: 331px;
    margin: 0 auto;
}

.light-blue-block-2 {
    background: var(--light-blue) 0% 0% no-repeat padding-box;
	max-width: 862px;
	height: 504px;
    max-height: 504px;
    margin: 0 auto;
}

.pricing-img .et_pb_image_wrap::before {
	content: "";
    width: 100%;
    height: 100%;
    background: var(--orange);
    background-repeat: repeat;
    position: absolute;
    left: -30px;
    bottom: -25px;
    z-index: -1;
}

.faq-light-blue-1 {
	background: var(--light-blue) 0% 0% no-repeat padding-box;
	max-width: 985px;
    min-height: 286px;
	left: 0px;
}

.faq-light-blue-1.left::before {
    content: "";
    height: 100%;
    width: 999999px;
    left: -999990px;
    position: absolute;
    background-color: var(--light-blue);
}

.faq-dark-blue-1 {
	background: var(--dark-blue) 0% 0% no-repeat padding-box;
	max-width: 980px;
	min-height: 222px;
}

.faq-dark-blue-1.right::before {
    content: "";
    height: 100%;
    width: 999999px;
    right: -999990px;
    position: absolute;
    background-color: var(--dark-blue);
}

.faq-orange-1 {
	/*background: var(--orange) 0% 0% no-repeat padding-box;*/
	max-width: 1700px;
	min-height: 404px;
}
 /*
.faq-orange-1.left::before {
    content: "";
    height: 100%;
    width: 999999px;
    left: -999990px;
    position: absolute;
   background-color: var(--orange);
}
*/

.faq-light-blue-2 {
	background: var(--light-blue) 0% 0% no-repeat padding-box;
	max-width: 960px;
    min-height: 256px;
	left: 0px;
}

.faq-light-blue-2.left::before {
    content: "";
    height: 100%;
    width: 999999px;
    left: -999990px;
    position: absolute;
    background-color: var(--light-blue);
}

.faq-dark-blue-2 {
	background: var(--dark-blue) 0% 0% no-repeat padding-box;
	max-width: 960px;
    min-height: 273px;
}

.faq-dark-blue-2.right::before {
    content: "";
    height: 100%;
    width: 999999px;
    right: -999990px;
    position: absolute;
    background-color: var(--dark-blue);
}

.faq-orange-2 {
	background: var(--orange) 0% 0% no-repeat padding-box;
	max-width: 1330px;
	min-height: 348px;
}

.faq-orange-2.right::before {
    content: "";
    height: 100%;
    width: 999999px;
    right: -999990px;
    position: absolute;
    background-color: var(--orange);
}

.faq-dark-blue-3 {
	background: var(--dark-blue) 0% 0% no-repeat padding-box;
	max-width: 985px;
    min-height: 286px;
	left: 0px;
}

.faq-dark-blue-3.left::before {
    content: "";
    height: 100%;
    width: 999999px;
    left: -999990px;
    position: absolute;
    background-color: var(--dark-blue);
}

.faq-light-blue-3 {
	background: var(--light-blue) 0% 0% no-repeat padding-box;
	max-width: 980px;
	min-height: 222px;
}

.faq-light-blue-3.right::before {
    content: "";
    height: 100%;
    width: 999999px;
    right: -999990px;
    position: absolute;
    background-color: var(--light-blue);
}

/* Footer */

.mcm-footer-form input[type="text"],
.mcm-footer-form input[type="email"] {
    border: 0px;
    border-radius: 10px;
}
.mcm-footer-form label {
    color: white;
    font-size: 18px;
}
.mcm-footer-form .gform_footer {
    justify-content: center;
}
.mcm-footer-form .gform_footer input[type="submit"] {
    all: unset;
    color: white;
    font-size: 15px;
    font-weight: bold;
    background-color: #9AD7F4;
    padding: 5px 20px;
    cursor: pointer;
    transition: all .2s;
}
.mcm-footer-form .gform_footer input[type="submit"]:hover {
    background-color: #7fb3ca;
}

.mcm-footer-nav .et_pb_menu__wrap {
    justify-content: center;
}
.mcm-footer-nav .et-menu.nav {
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.mcm-footer-nav.et_pb_menu .et_pb_menu__menu, .mcm-footer-nav.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}

.mcm-footer-nav .et_mobile_nav_menu {
    display: none;
}