/*---------------------------------------------------------------------------------

 Theme Name:   divi-btech
 Theme URI:    https://www.brellatech.com.au
 Description:  
 Author:       Greg Johncock
 Author URI:   https://www.brellatech.com.au
 Template:     Divi
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

body {
	font-size: 16px;
}

.author-box {
    display: none;
}

.feed-options p+ul, .feed-options li {
	margin-top: 20px;
}

h2 {
	font-family: 'Raleway',sans-serif !important;
	font-weight: 300;
	font-size: 40px;
	line-height: 1.4;
	letter-spacing: 0em;
	text-transform: uppercase;
}

h3 {
	font-family: "Raleway",sans-serif;
	font-weight: 700;
	color: #7eba48;
	text-transform: uppercase;
}

h4 {
	font-family: "Raleway",sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: black !important;
	text-transform: uppercase;
}

.cf7-contactus-fields .heading {
	margin-top: 30px;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(150,150,150);
}

.cf7-contactus-fields h4 {
	padding-bottom: 20px;
}

h6 {
	font-family: Raleway,sans-serif;
	color: #7EBA48 !important;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 0em;
/* 	margin-bottom: 1.5rem;	 */
}

/* .contractor-blog-list span.df-cpt-taxonomies {
	display: flex;
	flex-direction: column;
	align-items: start;
} */

.pa-blog-equal-height .pa-auto-height {
    height: auto !important;
}
.pa-blog-equal-height .pa-auto-margin {
    margin-top: 20px !important;
}

.contractor-blog img {
	height: 285px !important;
}

.contractor-blog article {
/*  	height: 475px !important; */
	overflow: hidden;
}

.feed-test-flex .et_pb_column {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}
.feed-test-block {
	width: 360px;
	border: 1px solid rgb(200,200,200);
}
.feed-test-block .img {
	padding: 10px;
	width: 100%;
/* 	height: 100px; */
	background-color: #158649;
	text-align: center;
	margin-bottom: 20px;
}
.feed-test-block .content {
	padding: 20px;
	text-align: center;
}
.feed-test-block .content {
	padding: 20px;
	text-align: center;
}
.feed-test-block .options select {
	width: 90%;
	color: #7eba48;
	border: none;
	margin-block: 30px;
	font-size: 20px;
}
.feed-test-block .options option {
	font-size: 20px;
	color: #7eba48;
}
.feed-test-block .price {
	margin-bottom: 30px;
}
/* .contractor-blog article .et_pb_image_container::before {
	content: "";
    position: absolute;
    bottom: -364px;
    left: 0;
    width: 100%;
    height: 300px; Adjust the height to control the gradient coverage
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 1;
} */

.display-blocks-section .et_pb_post {
	height: 480px;
}

.top-tips-row .et_pb_column {
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.social-icons-footer {
	display: flex;
	font-size: 30px;
	gap: 5px;
	margin-top: 10px;
}
.social-icons-mobile {
	display: flex;
	font-size: 20px;
	gap: 5px;
/* 	margin-top: 10px; */
}

#menu-social-menu i {
	font-size: 24px;
}


#menu-social-menu li {
	margin-top: 0px;
	padding-left: 0px;
}

#menu-social-menu li a {
	padding-bottom: 0px;
}

#menu-social-menu {
	align-items: center;
}

.social-icons-footer i {
	color: rgba(0,0,0,.6) !important;
}

.social-icons-footer i:hover {
	color: rgba(0,0,0,.4) !important;
	transition: 0.3s;
}

/* remove dropdown arrow for menu items with submenu */
.et-menu .menu-item-has-children > a:first-child::after {
	content: "";
}

/* reposition submenu */
.et-menu .menu-item-has-children > a:first-child {
	padding-right: 0px;
}

/* reposition submenu */
.et_pb_menu_2_tb_header.et_pb_menu .nav li ul {
  margin-top: -30px;
  margin-left: 12px;
}

.footer-info {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.footer-info .et-l--footer ul {
	list-style-type: none !important;
}

/* 3 CTA boxes on home page */
.cta-section .cta-homepage {
	width: 480px;
	margin-bottom: 2.75% !important;
	margin-top: -70px !important;
	box-shadow: 0 0rem 0rem 10px RGBA(255,255,255,0.25) !important;
}

.cta-menu-button, .cf7-subscribe-submit .wpcf7-submit {
	background-color: #f68c2c;
	padding: 1em 1.5em;
	color: white;
	border-radius: 3px;
	display: inline-block;
	border: none;
	border: 1px solid #f68c2c !important;
	cursor: pointer;
}

/*set the transition for the spacing shrinking action*/
.pa-header .et_pb_row {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.social-row-mobile {
	display: none;
}

.social-row {
    opacity: 1;
	max-height: 100vh;
	visibility: visible;
	transition: all 1.0 ease;
}
.social-row * {
		opacity: 1;
}

.social-row.pa-fixed-header {
	display: none;
	opacity: 0;
	max-height: 0;
	visibility: hidden;
	transition: all 1.0 ease;
}
.social-row.pa-fixed-header * {
	opacity: 0;
}

.menu-home-top .et_pb_menu__logo img {
	width: 380px;
	margin-block: 10px;
}

/*set the background color of the fixed header when scrolling*/
.pa-fixed-header .et_pb_row {
	padding: 0px 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.cta-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	font-size: 16px;
}

.cta-buttons.top {
	margin-top: 1.5em;	
}

.cta-buttons a.cta-button {
	width: 175px;
	padding: 0.8em 0px;
	border-radius: 3px;
	border: 2px solid white;
	font-size: 16px;
	font-weight: 600;
	color: black;
	background-color: white;
	text-align: center;
	white-space: nowrap;
}

#cta-about.et_pb_row .et_pb_column .et_pb_module {
    margin-bottom: 2.75% !important; /* Or any desired margin value */
  }

/*   div.et_pb_row .et_pb_column .et_pb_module:last-child {
    margin-bottom: 0;
  } */
/* .cta-buttons a.cta-button {
   width: 230px;
  padding: 0.8em 1.5em;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-align: center;
  white-space: nowrap;
} */

.cta-buttons a.cta-button.green {
  border: 2px solid #7fbc49;
  background-color: #7fbc49;
}

.display-block {
	width: 30%;
	display: inline-block;
}

.cta-buttons a.cta-button.orange {
  border: 2px solid #f68c2c;
  background-color: #f68c2c;
}


.cta-buttons a.cta-button2 {
	width: 230px;
	padding: 0.8em 2.7em;
	border-radius: 3px;
	border: 2px solid #7fbc49;
	font-size: 16px;
	font-weight: 600;
	color: white;
	background-color: #7fbc49;
	text-align: center;
	white-space: nowrap;
}

.cta-buttons a.cta-button.inverse {
	color: white;
	background-color: transparent;
}

.cta-buttons a.cta-button2.inverse {
	color: #7fbc49;
	background-color: white;
}

.et_pb_promo {
  padding: 40px 40px 10px 40px;
  text-align: center;
}

.mod-slotpanel {
	margin-bottom: 10px !important;
}

/* a.hp-slotpanellink {
	background-color: #7bbc4b !important;
}
 */
a.hp-slotpanellink:hover {
	opacity: 0.5;
	background-color: #F68C2C !important;
}

.hp-slotpanel {
	background-color: #7bbc4b !important;
	border-radius: 3px;
	color: white;
	position: relative;
	display: flex;
	height: 130px;
	width: 500px;
	padding-left: 140px;
	padding-right: 40px;
}

.hp-slotpanel .image {
	position: absolute;
  	padding: 0 !important;
  	width: 130px;
  	height: 130px;
  	left: 0;
}

.hp-slotpanel .image.img1 {
	background: url(https://divi.feedcentral.com.au/wp-content/uploads/2023/10/e-learning.webp) no-repeat 50% / cover !important;
}
.hp-slotpanel .image.img2 {
	background: url(https://divi.feedcentral.com.au/wp-content/uploads/2023/10/Merchandise.webp) no-repeat 50% / cover !important;
}
.hp-slotpanel .image.img3 {
	background: url(https://divi.feedcentral.com.au/wp-content/uploads/2023/10/Storage-Services.webp) no-repeat 50% / cover !important;
}
.hp-slotpanel .image.img4 {
	background: url(https://divi.feedcentral.com.au/wp-content/uploads/2023/10/feed_central_web_help_videos-e1590375470766.jpg) no-repeat 50% / cover !important;
}

.hp-slotpanel .image.img5 {
	background: url(https://divi.feedcentral.com.au/wp-content/uploads/2023/12/Storage-Services.webp) no-repeat 50% / cover !important;
}
.hp-slotpanel .image.img6 {
	background: url(https://divi.feedcentral.com.au/wp-content/uploads/2023/12/Events.jpg) no-repeat 50% / cover !important;
}
.hp-slotpanel .image.img7 {
	background: url(https://divi.feedcentral.com.au/wp-content/uploads/2023/12/Affiliations.webp) no-repeat 50% / cover !important;
}

.hp-slotpanel .text {
	position: relative;
	color: white;
	font-size: 1.2em;
	font-weight: 600;
	align-self: center;
	padding-left: 20px;
	width: 370px;
}

.hp-slotpanel .text::after {
	content: "E";
	font-family: ETmodules !important;
  	font-weight: 400 !important;
  	color: #ffffff;
  	font-size: 30px;
	position: absolute;
	right: -20px;
}


/* TABBED SEARCH CONTROL */

#tab-search .et_pb_tab {
  padding: 24px 0px;
}

#lot-search .et_pb_searchform:before, #lot-search input.et_pb_searchsubmit::before, 
#site-search .et_pb_searchform:before, #site-search input.et_pb_searchsubmit::before {
    content: '\55';
    position: absolute;
/* 	position: relative; */
    font-family: 'ETModules';
    z-Index: 1;
    right: 0;
    font-size: 20px;
 	background-color: #7eba48;
	font-weight: 700;
    color: #fff;
	padding: 7px 10px 8px 12px;
}

#site-search .et_pb_searchform:before, #site-search input.et_pb_searchsubmit::before {
	background-color: #158649 !important;
}

#lot-search input.et_pb_searchsubmit, #site-search input.et_pb_searchsubmit {
	background: transparent !important;
  	color: transparent !important;
  	border: none !important;
  	width: 45px;
  	z-Index: 2;	
}

#lot-search input.et_pb_s, #site-search input.et_pb_s {
	padding-right: 10px;
}

#tab-search {
	width: 200px;
	z-index: 6;
 	margin-top: 14px; 
}

#tab-search ul {
	display: flex;
  	justify-content: space-between;
}

#tab-search .et_pb_tabs_controls li {
 	flex-grow: 1;
  	text-align: center;
	max-height: 32px;
}

#tab-search .et_pb_tabs_controls li a {
	padding: 4px 13px;
	font-size: 14px;
}

#lot-search {
	display: block;
	z-Index: 8;
/* 	top: 74px; */
}

/* #lot-search.active {
	display: block;
}
 */
#site-search {
	display: block;
	z-Index: 8;
/* 	top: 74px; */
}
/* 
#site-search.active {
	display: block;
}
 */
.social-icon {
    font-family: ETModules;
    font-size: 25px;
	font-weight: 700;
	cursor: pointer;
    z-index: 9;	
}

.hp-blogpanel {
	display: flex;
}

.hp-blogpanel .text {
	padding: 10px 20px;
}

.image.nhsd img {
	width: 315px;
	min-width: 315px;
	height: 315px;
}

.home-blog-list .et_pb_column 
.home-blog-list article {
	max-width: 500px;
}

/* MOBILE MENU CONFIG - START */
.mobile_nav.opened li {
	 list-style-type: none !important;
}
.et_mobile_menu {
	border-top:0;
	margin-top: 41px;
	padding-bottom:250px !important;
}
.et_mobile_menu li {
	text-align:center !important;
}
.et_mobile_menu li li, .et_mobile_menu li ul {
	padding-left:0 !important;
}
.et_mobile_menu {
	min-width: 100vw;
	margin-left: -10vw;
}
.et_mobile_menu {
	min-height:100vh !important;
	min-height: -webkit-fill-available;
	padding-top:50px !important;
}
html {
	height: -webkit-fill-available;
}
.mobile_nav.opened .et_mobile_menu {
	display:block !important;
}
/* MOBILE MENU CONFIG - END */

/* SUBSCRIBE FORM */
.cf7-subscribe-fields {
	display: flex;
	flex-wrap: wrap;
	background-color: white;
	border-radius: 3px;
	padding: 10px;
/* 	padding-right: 0px; */
}

.wpcf7-form .cf7-subscribe input, .wpcf7-form .cf7-subscribe-submit input {
	width: 175px;
	font-size: 16px;
	padding: 10px;
	border: 1px solid #7eba48;
	border-radius: 3px;
	margin-right:10px;
	margin-bottom: 3px;
}

.wpcf7-form .cf7-contactus .wpcf7-text, .wpcf7-form .cf7-contactus .wpcf7-textarea {
	width: 450px;
	font-size: 16px;
	padding: 10px;
	border: 1px solid #7eba48;
	border-radius: 3px;
	margin-right:10px;
}

.wpcf7-form .cf7-contactus .wpcf7-checkbox input {
	margin-right: 20px;
  	margin-top: 20px;
}

.wpcf7-form .cf7-contactus.textarea, .wpcf7-form .cf7-contactus.wide {
    width: 100%;
  	padding-right: 10px;
}

.wpcf7-form-control.wpcf7-text.wide, .wpcf7-form-control.wpcf7-textarea {
	width: 100% !important;
}

.wpcf7-form .cf7-contactus .wpcf7-submit {
	background-color: #7eba48;
  	color: white;
  	width: 100%;
  	padding: 15px;
  	font-size: 16px;
  	margin-top: 20px;	
}

.wpcf7-spinner {
	margin: 0 10px !important;
}

.cf7-contactus-fields {
	display: block;
	background-color: white;
	border-radius: 3px;
	padding: 10px;
	padding-right: 0px;	
}

.cf7-contactus-fields .row {
	display: flex;
}

.cf7-contactus label span {
	color: red;
	font-style: italic;
	font-size: 0.8rem;
}

.contact-block {
	padding: 30px;
}

.contact-block h3 {
	line-height: 1.3;
}

.contact-block i {
	margin-right:15px;
}

/* .tractor-paralax .et-last-child {
	display: none;
} */
.tractor-paralax .et_parallax_bg {
	background-position: left !important;
}
/* @media (max-width: 1730px) {
  .et_pb_menu.menu-home-top.main .et_pb_menu__menu {
    display: none;
  }
}
 */
@media (max-width: 1730px) {
  .et_pb_menu.menu-home-top.main .et_pb_menu__menu {
    display: none;
  }
  .et_pb_menu.menu-home-top.main .et_mobile_nav_menu {
    float: none;
    margin: 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .et_pb_menu.menu-home-top.main .et_pb_menu__wrap {
    justify-content: flex-end;
    padding-right: 220px;
  }
	.et_mobile_menu {
		max-height: 100vh; /* Set the maximum height to the viewport height */
		overflow-y: auto;
	}
}

@media (max-width: 1630px) {
	.contact-block {
		max-width: 1600px;
		width: 90%;
	}
}

@media only screen and (max-width: 1599px) {
	.cta-section .cta-homepage.test {
		margin-top: 0 !important;
	}
	.et_pb_row .et_pb_row_3 .et_pb_equal_columns .et_pb_gutters3 {
		display: none;
	}
}

@media (min-width: 1500px) {
  .et_pb_row.et_pb_equal_columns, .et_pb_row_inner.et_pb_equal_columns, .et_pb_section.et_pb_equal_columns > .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1066px) {
	.cta-section .cta-homepage.sell {
		margin-top: 0 !important;
	}
}


@media (min-width: 980px) {
	.cu-blog .et_pb_salvattore_content[data-columns]::before {
		content: '2 .column.size-1of2' !important;
	}
}

@media only screen and ( min-width: 981px ) {
	.cu-blog .column.size-1of2 {
	    width: 48% !important;
	    margin-right: 1%;
	}
}

@media (max-width: 980px) {
    .et_mobile_menu .menu-item-has-children > ul {
        display: none !important;
    }
  	.et_pb_column .et_pb_module {
    	margin-bottom: 0px !important;
  	}	
	.social-row {
		display: none;
	}
	.social-row-mobile {
		display: block;
	}
	.et_mobile_menu {
/* 		border-top:0; */
		margin-top: 0px;
/* 		padding-bottom:250px !important; */
	}
	.menu-home-top .et_pb_menu__logo img {
  		width: 250px;
/* 		margin-block: 20px; */
	}
	.cf7-contactus-fields .row {
		flex-wrap: wrap;
	}	
	.cf7-contactus .wpcf-text, .cf7-contactus .wpcf-textarea, .cf7-contactus .wpcf-submit {
		max-width: 450px;
	}
	#tab-search {
		scale: 0.8;
		margin-top: 0px;
	}
	#lot-search, #site-search {
		border-width: 4px;
/* 		top: 52px; */
	}

}

@media only screen and (max-width: 800px) {
	.et_pb_row.header-menu-row {
		width: 95%;
	}
	.et_pb_menu--style-left_aligned .et_pb_menu__logo {
  		margin-right: 0px;
	}
	.hp-blogpanel {
		display: flex;
		flex-direction: column;
    	text-align: center;
    	max-width: 500px;
    	margin: auto;		
	}
	.et_mobile_menu {
  		min-width: 100.5vw;
  		margin-left: -3vw;
	}
}

@media only screen and (max-width: 768px) {
/*   #lot-search, #site-search {
    top: 49px;
  } */
}
@media only screen and (max-width: 650px) {
	.contact-block {
		padding: 20px;
	}
	.cta-section .cta-homepage {
		width: 100%;
		max-width: 480px;
	}
	.cta-buttons {
		flex-direction: column;
		align-items: center;		
	}
}

@media only screen and (max-width: 530px) {
	.hp-slotpanel {
	  	width: 95vw;
	}
	.hp-slotpanel .text {
	  	width: 100%;
	}	
	.et_pb_row.header-menu-row {
    	width: 100%;
		min-height: 81px;
  	}
	.et_mobile_menu {
    	min-width: 100vw;
    	margin-left: 0vw;
  	}
	.et_pb_menu .et_mobile_menu {
    	top: 106px;
    	padding: 5%;
    	padding-top: 5%;
    	padding-bottom: 5%;
  	}
	.et_pb_menu.menu-home-top.main .et_pb_menu__wrap {
		padding-right: 180px;
	}
}

@media only screen and (max-width: 530px) {
    .wpcf7-form .cf7-contactus .wpcf7-text, .wpcf7-form .cf7-contactus .wpcf7-textarea {
    	width: 100%;
	}
	.wpcf7-form .cf7-contactus.textarea, .wpcf7-form .cf7-contactus {
  		width: 100%;
  		padding-right: 10px;
	}	
}

/* Footer Floating Button – Centered – June 2025 */
.footer-floating-tab {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.fc-footer-tab {
  display: inline-block;
  padding: 16px 20px;
  background: #7eba48;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 17.3px;
  text-align: center;
  text-decoration: none;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

/* Mobile - stack buttons vertically */
@media (max-width: 768px) {
  .footer-floating-tabs-container {
    flex-direction: column !important;
    gap: 8px !important;
    align-items: center !important;
    width: auto !important;
  }
  
  .footer-floating-tabs-container > div {
    width: 160px !important;
    display: block !important;
  }
  
  .fc-footer-tab {
    width: 100% !important;
    box-sizing: border-box !important;
    min-width: 160px !important;
    font-size: 15px !important;
  }
}

/* Inline Menu Icon Styling – Adjusted – June 2025 */
.menu-icon-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px; /* increased spacing between text and icon */
}

.menu-icon-circle {
  font-family: 'ETModules' !important;
  font-size: 17px; /* slightly larger icon */
  color: #ff9231 !important;
  border: 2px solid #ff9231;
  border-radius: 50%;
  padding: 6px;
  width: 34px; /* slightly larger for visual balance */
  height: 34px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Shopify Embed Fix – Reserve space for 3-line product titles to prevent button misalignment */
.shopify-buy__product-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 72px;
  line-height: 1.2em;
}

/* Hide ghost <p> tags in Divi slide content for Feed Tests Available */
.et_pb_slide_content > a[onclick*="toggleNextResult"] {
  margin: 0 auto !important;
  margin-bottom: 12px !important;
  display: block;
}

/* FORCE FULL MENU TO SHOW UNTIL 980px */
@media (max-width: 1536px) {
  #et_mobile_nav_menu {
    display: none !important;
  }

  .et_pb_menu .et_menu_nav {
    display: flex !important;
  }
}





/*change hamburger icon to x when mobile menu is open*/
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}
/*adjust the new toggle element which is added via jQuery*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}
/*some code to keep everyting positioned properly*/
ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}
/*remove default background color from menu items that have children*/
.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}
/*hide the submenu by default*/
ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}
/*show the submenu when toggled open*/
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}
/*adjust the toggle icon position and transparency*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}
/*submenu toggle icon when closed*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #00d263;
	background: #f0f3f6;
	border-radius: 50%;
	padding: 3px;
}
/*submenu toggle icon when open*/
ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}
/*add point on top of the menu submenu dropdown*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}
/*adjust the position of the hamburger menu*/
.mobile_menu_bar {
	position: relative;
	display: block;
/* 	bottom: 10px; */
	line-height: 0;
}
/*force the background color and add a rounded border*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}

.et_pb_menu_0_tb_header.et_pb_menu ul#mobile_menu1 > li > a {
    font-weight: 600 !important;
}

@media (max-width: 500px) {
	.et_pb_menu__logo {
		min-width: 300px;
	}
}