/*
 Theme Name:     Meighen Estates
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Leech Printing
 Author URI:     https://www.leechprint.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/*
.meighenMainSlide {
	max-height: 600px;
	overflow: hidden;
}

.et_pb_fullwidth_header{
	padding: 0px;
}

.et_pb_fullwidth_header_container{
	width: 100% !important;
	max-width: 100% !important;
}

.et_pb_fullwidth_header .header-image-container{
	width:100% !important;
}

.et_pb_fullwidth_header .header-image{
	margin: 0;
	width: 100%;
}

.et_pb_fullwidth_header .header-image img{
	width: 100%;
}

*/

.gform_button{
	background: #b65f2f;
	border:none;
	border-radius: 5px;
	font-size: 20px !important;
	color: #fff;
	padding: .3em 1em;
}

/* Setting the breakpoint of the mobile menu */
@media only screen and ( max-width: 1024px ) {
    #top-menu-nav #top-menu .menu-item{display: none;}
    #et_top_search {display: none;}
    #et_mobile_nav_menu {display: block;}
}