/*
  Theme Name: JW East Mechanical Theme
  Theme URI: https://jweastmechanical.com
  Version: 1.0.1
  Template: Divi
  Author: TCB Agency 
  Author URI: https://tcbagency.com
  Text Domain: jwe-mechanical-theme
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*add your custom CSS below this line*/

/* HEADER */

#header-bar #menu-header-nav li.menu-item {
	padding-left: clamp(8px, calc(0.007018 * (100vw - 360px) + 8px), 16px) !important;;
	padding-right: clamp(8px, calc(0.007018 * (100vw - 360px) + 8px), 16px) !important;
}
#header-bar #menu-header-nav > li.mega-menu > ul.sub-menu {
	left: 30% !important;
}

#header-bar #menu-header-nav > li.mega-menu > ul.sub-menu > li > ul > li {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#header-bar #menu-header-nav > li.mega-menu > ul.sub-menu > li > a {
	padding: 0 !important;
	margin-left: 16px;
} 

#header-bar #menu-header-nav > li.mega-menu > ul.sub-menu > li.mega-heading > a {
	padding-bottom: 8px !important;
	margin-bottom: 12px !important;
	border-bottom: 1px solid #f6a126;
	max-width: 256px;
}

#header-bar #menu-header-nav > li.mega-menu > ul.sub-menu > li.mega-heading > a {
	font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
	color: #777777 !important;
}

#header-bar #menu-header-nav > li.mega-menu > ul.sub-menu > li > ul > li > a {
	padding-left: 16px;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

#header-bar #menu-header-nav > li.mega-menu > ul.sub-menu > li > ul {
	margin-left: 0;
}

ul#menu-header-nav > li.mega-menu > ul.sub-menu {
	max-width: 680px;
}

body #page-container .et-l--header .et_pb_button:before {
	margin-top: 2px !important;
}

#header-bar #menu-header-nav li.menu-item a {
	font-size: clamp(12px, 4.00vw + -32.00px, 16px);
}

@media only screen and (max-width: 767px) {
    .et_pb_menu_0_tb_header .et_pb_menu_inner_container {
        justify-content: center !important;
    }
}


#mobile_menu1 {
	margin-left: auto;
	margin-right: auto;
}

#mobile_menu1 li {
	margin-bottom: 0px;
}

#mobile_menu1 li a {
	padding-top: 16px;
	padding-bottom: 16px;
}

/* GLOBAL */

.button-white span {
    margin-left: 8px;
}

h1,h2,h3,h4,h5,h6 {
    padding-bottom: 0;
}

.bullet-list li:not(:last-of-type) {
	margin-bottom: 0;
}

.bullet-list li:last-of-type {
	margin-bottom: 0;
}

.bullet-list ul {
	padding-bottom: 0;
}

/* FOOTER */

.footer-icon {
	background: #FFFFFF;
	display: flex;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
}

.footer-menu ul {
  	list-style-type: none !important;
  	margin-left: -17px;
}

.footer-menu li {
  	margin-bottom: 24px;
}

.footer-menu a {
  	color: #BFBEBE;
}

.footer-menu a:hover {
  	border-bottom: 1px dashed #BFBEBE;
}

/* CONTACT FORM */

#website-contact-form .contact-form-field input, #website-contact-form .contact-form-dropdown select {
	height: 48px;
	background:#fff;
	border-radius:8px;
	border:1px solid #d0d5dd;
	box-shadow: none;
}

#website-contact-form .contact-form-message textarea {
	background:#fff;
	border-radius:8px;
	border:1px solid #d0d5dd;
	box-shadow: none;
}

#website-contact-form #gform_fields_1 {
	row-gap: 24px;
}

#website-contact-form #gform_submit_button_1 {
	width: 100%;
	height: 48px;
	border: 0;
	background: #f6a126;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 100%;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
}

/* PRIVACY POLICY */

#iub-legalDoc {
	border-top: none !important;
}

#iub-legalDoc .container {
	width: 100%;
	padding-top: 0 !important;
}

#iub-legalDoc .main-header {
	padding: 0 0 24px 0 !important;
}

#iub-legalDoc .main-header h1, #iub-legalDoc .main-header p:first-of-type  {
	display: none;
}

.main-header p  {
	text-align: left;
}



#iub-legalDoc .aside-main-wrapper {
	padding: 24px 0 0 0 !important;
}

#iub-legalDoc .main-header, #iub-legalDoc .aside-main-wrapper, #iub-legalDoc .pre-footer, #iub-legalDoc .container > footer {
	padding-left: 0;
	padding-right: 0;
}

#iub-legalDoc .pre-footer, #iub-legalDoc .container > footer {
	box-shadow: none !important;
	background: #ffffff !important;
}

#iub-legalDoc :is(h1, h2, h3, h4, h5, h6) {
  color: #1D1F21 !important;
}

#iub-legalDoc :is(p, li, span) {
  color: #34373B !important;
}

.iub__us-widget {
	background-color: #020D27;
	padding-bottom: 24px !important;
	margin: 0 auto;
}
