/*
 Theme Name:   Custom Child Theme
 Description:  A custom Divi child theme built by Carver Media Marketing.
 Author:       Carver Media
 Author URI:   https://carvermedia.marketing/
 Template:     Divi
 Version:      2.4.6
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ---------- HEADER ----------------------------- */
.nav li li {
	display: block;
	padding: 0;
}

.et-menu li li a {
	line-height: 1.3em;
	padding: 10px 20px;
	width: 100%;
}

@media (max-width: 980px) {
  .container.et_menu_container { 
    width: calc( 100% - 60px);
  }
}
.et_mobile_menu {
  margin-left: -30px;
  padding: 5%;
  width: calc( 100% + 60px);
}
.mobile_nav.opened .mobile_menu_bar::before {content: "\4d"}

/* ---------- GALLERIES -------------------------- */
.customGallery--landscape .et_pb_gallery_image {
  padding-top: 56.25%;
  display: block;
}

.customGallery--landscape .et_pb_gallery_image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

/* Hide gallery image titles */
.mfp-figure .mfp-title {display:none;}

/* ---------- GWM CUSTOM PAGE TYPE ELEMENTS ------------------ */
ul.gwmServiceMenu__menu {padding-left:0!important;}
ul.gwmServiceMenu__menu li {list-style:none;margin-bottom:10px;}
ul.gwmServiceMenu__menu li > a {
  display: block;
  line-height: 1.3em;
  padding-left: 20px;
  position: relative;
}
ul.gwmServiceMenu__menu li > a::before {
  content:'\24';
  display: inline-block;
  font-family:'ETmodules';
  line-height: 1em;
  margin-right: 7px;
  position: absolute;
  top: 3px;
  left: 0;
}

ul.gwmAreasServed__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.gwmAreasServed__listItem {
  list-style-type: none;
  padding: 5px 10px;
}

.gwmAreasServed__listItem a::before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 384 512'><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM305 145L177 273c-9.4 9.4-24.6 9.4-33.9 0L79 209c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L271 111c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/></svg>");
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  margin-right: 20px;
  opacity: 0.35;
}

.gwmAreasServed__listItem a:hover::before {
  opacity: 1;
}

ul.gwmAreasServed__list--columns1 li {width:100%;}
ul.gwmAreasServed__list--columns2 li {width:50%;}
ul.gwmAreasServed__list--columns3 li {width:33.333%;}
ul.gwmAreasServed__list--columns4 li {width:25%;}
ul.gwmAreasServed__list--columns5 li {width:20%;}
ul.gwmAreasServed__list--columns6 li {width:16.666%;}

@media all and (max-width: 980px) {
  ul.gwmAreasServed__list--columns2 li,
  ul.gwmAreasServed__list--columns3 li,
  ul.gwmAreasServed__list--columns4 li,
  ul.gwmAreasServed__list--columns5 li,
  ul.gwmAreasServed__list--columns6 li {width:100%;}
}

.matElement--hidden,
.gwmElement--hidden {display:none;}

/* ---------- FOOTER ----------------------------- */
#footer-info {
  width:100%;
  text-align:center;
}

.footerMenu .fwidget.et_pb_widget.widget_nav_menu {width: 100%;}

.footerMenu ul.menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.footerMenu ul.menu > li:not(last-child) {margin-right: 1em;}

/* ---------- HELPERS ---------------------------- */
.scrolloff {pointer-events:none}
#page-container {overflow:hidden}

.disableLightbox a {pointer-events: none;}
.disableLightbox .et_overlay {display: none !important;}

.backgroundPosition--topLeft .et_parallax_bg {background-position:top left;}
.backgroundPosition--centerLeft .et_parallax_bg {background-position:center left;}
.backgroundPosition--bottomLeft .et_parallax_bg {background-position:bottom left;}
.backgroundPosition--topRight .et_parallax_bg {background-position:top right;}
.backgroundPosition--centerRight .et_parallax_bg {background-position:center right;}
.backgroundPosition--bottomRight .et_parallax_bg {background-position:bottom right;}
.backgroundPosition--topCenter .et_parallax_bg {background-position:top center;}
.backgroundPosition--centerCenter .et_parallax_bg {background-position:center center;}
.backgroundPosition--bottomCenter .et_parallax_bg {background-position:bottom center;}

.et_pb_post_content--locationContent iframe {
	margin-bottom:40px;
}

.screen-reader-only{
	position:absolute;
	width:1px;
	clip:rect(0 0 0 0);
	overflow:hidden;
	white-space:nowrap;
}

/* ---------- CUSTOM LIST BULLETS ---------------- */
.custom_list ul li {
	padding-left: 30px;
	list-style:none;
	margin-bottom: 10px;
}

.custom_list ul li::before {
  content: '';
	display: inline-block;
  margin-right: 7px;
	margin-left: -30px;
	padding-right: 5px;
  font-family:'ETmodules';
  font-size: 1.2em;
  vertical-align: middle;
}

.custom_list--check ul li::before {content: '\5a';}