/*
 Theme Name:   ElectrifyPDXDivi
 Description:  Divi Child Theme
 Author:       Booyah Creative
 Author URI:   http://www.booyahcreative.com
 Template:     Divi
 Version:      1.0.0
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.et_pb_scroll_top.et-pb-icon {
	border-radius: 0 !important;
	background-color: #4bc2ae !important;
	border: 1px solid #fff;
	border-right: none;
}
#page-container .et_pb_button {
	color: #fff !important;
}

/* HEADER */
/********************************/
#top-menu li.current-menu-item > a, #top-menu li.current_page_item > a, #top-menu li.current-menu-ancestor > a {
	font-weight: bold;
}
#top-menu li li a {
    padding: 15px 20px !important;
    line-height: 120%;
	width: 100% !important;
}
#et-top-navigation .nav li ul {
	padding: 0;
	background-color: #fff !important;
}
#top-menu li li {
	width: 100%;
	padding: 0 !important;
}
#et-top-navigation .nav ul li a:hover {
	opacity: 1.0;
	background-color: #4bc2ae;
	color: #fff !important;
}
#logo {
	max-height: 160px !important;
	margin-top: 15px;
}
#main-header.et-fixed-header #logo {
	max-height: 100px !important;
}
#main-header .et_mobile_menu {
	background-color: #fff !important;
}
.et_mobile_menu li a {
	padding: 5px 5%;
	color: #444 !important;
}
.et_mobile_menu {
	right: 0;
	left: auto;
	width: 50%;
}


/* CONTRACTOR FILTER */
/*************************/
#contractor-filter {
	border: 2px solid #ccc;
	padding: 15px;
}
#contractor-filter .form-group {
	padding: 0 0 15px;
}

/* GRAVITY FORMS */
/*************************/
.electrify-cert-notice {
	background-color: #efefef;
	border: 1px solid #ccc;
	padding: 30px;
}
#main-content .gform_button, #main-content .gform_next_button, #main-content .gform_previous_button {
	padding: .3em 1em;
	color: #ffffff;
	background-color: #4bc2ae;
	border: 1px solid #fff !important;
	border-radius: 0px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 20px;
}
#main-content .gform_button:hover, #main-content .gform_next_button:hover, #main-content .gform_previous_button:hover {
	background-color: #cc8900;
}

/* FOOTER */
/**********************/
#footer-info {
    	line-height: 120%;
}

/* RESPONSIVE QUERIES */
/******************************/
@media only screen and ( min-width: 1405px ) {
}
@media only screen and ( min-width: 981px ) {
}
@media only screen and ( min-width: 1200px ) {
}
@media only screen and ( min-width: 1100px ) {
}
@media only screen and ( max-width: 1150px ) {
	#et_mobile_nav_menu {
	  display: block;
	}
	#top-menu {
	  display: none;
	}
}
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) {
}
@media only screen and ( min-width: 981px ) and ( max-width: 1405px) {

}
@media only screen and ( min-width: 981px ) {
}
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
}
@media only screen and ( max-width: 980px ) {
	#main-header .container {
		width: 92%;
	}
}
@media (min-width: 767px) {
	/*set the width of the button*/
	.et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
		flex-basis: 180px !important;
	}
	/*set the width of the input fields minus the width of the button*/
	.et_pb_newsletter_form .et_pb_newsletter_field {
		flex-basis: calc((100% - 210px) / 2) !important;
	}
}
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
}
@media only screen and ( max-width: 767px ) {

}
@media only screen and ( max-width: 479px ) {
	.et_mobile_menu {
		width: 100%;
	}
}