/*
 Theme Name:     Divi Child Theme
 Description:    Divi Child Theme
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* show scrool bar */
.page-template-default {
	overflow-y: scroll !important;
}
/* end show scrool bar */

#top-menu-nav {
    text-transform: uppercase;
}

/* nav bar */
#et-info {
	float:right;
}

.et_menu_container {
    max-width: 1100px!important;
}

#box:hover {
    border-color: #1CC3BC!important;
background-color: rgba(28, 195, 188, 0.5)!important;
cursor:pointer!important;
}

#arrowright path:hover {

fill: rgba(28, 195, 188)!important;
cursor:pointer!important;

}

#arrowleft path:hover {

fill: rgba(28, 195, 188)!important;
cursor:pointer!important;

}

#footer-bottom  {
	display:none !important;
} 
 

#footer-bottom {
    padding: 8px 0 0px;
}

/*---------[GQ - MOBILE MENU BUTTON 1]------------*/

 
    .mobile_menu_bar:before 
	{
            top: 7px;
	}
    .mobile_menu_bar::after 
	{
        font-family: Arial;
        content: "";
		position: relative;
        cursor: pointer;
	}
    .mobile_nav.opened .mobile_menu_bar:before 
	{
        content:"\4d";
	}

/*---------[end GQ - MOBILE MENU BUTTON 1]------------*/

/*------------- Top Menu--------------------*/


#top-menu {
	text-transform: uppercase;
}


#top-menu a:hover {
	background: #ffffff;
	 color: #f2a094 !important; 
	opacity:1 !important;
}


/* mobile items*/
 
.et_mobile_menu {
	text-transform: uppercase;
	min-height:auto;
}


/* end mobile items*/

/*------------- End Top Menu--------------------*/

.et_pb_blurb_content .et_pb_blurb_container {
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	min-height: 207px;
}

.et_pb_number_counter
{
	height: 240px;
}

.grecaptcha-badge {
	visibility: hidden !important;
}

.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}