/*
Theme Name: Divi Child By Monterey Premier
Theme URI: http://montereypremier.com/
Description: A Custom Child Theme For Divi
Author: Geno Quiroz
Author URI: http://montereypremier.com/
Template: Divi
Version: 2
*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

.et_pb_section_0 {
    padding-top: 220px !important;
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
	
	.et_pb_section_0 {
    padding-top: 100px !important;
}
	#main-header, #mobile_menu {
    background: white !important;
}
	.container.et_menu_container { 
 width: calc( 100% - 60px);
 }
.et_mobile_menu {
    border-top: solid 1px;
}
}
/*Full width menu mobile */
.et_mobile_menu {
 margin-left: -30px;
 padding: 5%;
 width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
 content: "\4d";
}
/*Full width menu mobile END */

.icons-contact i
{
	font-size:20px;
}

::selection {
  background: #7972eb; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #7972eb; /* Gecko Browsers */
}

#main-footer {
   
    background-color: transparent !important;
    border-top: solid #d1d1d1 1px;
}

