  /*
 Theme Name:   Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi 3 for aspenlaurel
 Author:       George @ allwebkeys
 Author URI:   https://allwebkeys.com/
 Template:     Divi
 Version:      1.0.0
*/
/Add any custom CSS below this line/
body .et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a {
    color:#000000 !important;
}

#et-top-navigation .et-cart-info {
	display: none !important;
}
body {
  font-weight: 400;
}
.et_pb_row {
  max-width: 1180px;
}
#main-content a {
  text-decoration: underline;
}
#main-content a.et_pb_button {
  text-decoration: none;
}
.et_fixed_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
  padding-top: 142px !important;
}

.ul-intent ul {
    padding-left: 30px;
    display: block;
}
.ul-2columns ul {
    column-count: 2;
}
@media (max-width:540px) {
    .ul-2columns ul {
        column-count: 1;
    }
}


/* boxesNewGap for new text 4 boxes */
@media (min-width:981px) {
    .boxesNewGap.et_pb_gutters2 .et_pb_column_1_4, 
    .boxesNewGap.et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
    width: 24.75%;        
    }
    .boxesNewGap.et_pb_gutters2 .et_pb_column, 
    .boxesNewGap.et_pb_gutters2.et_pb_row .et_pb_column {
    margin-right: 2%;
    }
}
@media only screen and (max-width: 980px) and (min-width: 767px) {
    .boxesNewGap.et_pb_gutters2 .et_pb_column_1_4, 
    .boxesNewGap.et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
    width: 48.5%;        
    }
    .boxesNewGap.et_pb_gutters2 .et_pb_column, 
    .boxesNewGap.et_pb_gutters2.et_pb_row .et_pb_column {
    margin-right: 3%;
    }
  .boxesNewGap.et_pb_row_4col > .et_pb_column.et_pb_column_1_4:nth-child(2n) {
    margin-right: 0;
}
}





/* divi header fixes */
#main-header .container {
  max-width: 1170px;
}
#topButtons {
  margin: 25px 0 30px 0;
  max-width: 750px;
  float: right;
  z-index: 9;
  position: relative;
}
@media (max-width:1199px){
    #topButtons {
      max-width: 550px;
    }
}
.et_header_style_left #main-header #et-top-navigation nav > ul > li > a {
  padding-bottom: 20px;
}
.nav li ul {
  padding: 10px 0;
}
#top-menu li li {
  padding: 0 0px;
}
.nav li ul {
  width: 300px;
}
.et_header_style_left #et-top-navigation {
  padding-top: 0 !important;
  font-weight: 400;
  padding-left: 0 !important;
}
.nav li ul {
  width: auto;
}
#main-header #top-menu li li a {
  padding: 0px 20px;
  font-size: 14px !important;
}
#main-header #top-menu li li.current-menu-item a {
  color: rgb(11, 129, 143);
}
#main-header #top-menu li li a:hover {
  background: #E2E2E2;
}
#et-secondary-menu > ul > li > a:hover, #top-menu-nav > ul > li > a:hover {
  color: #0b818f;
  opacity: 1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
#telMobile {
  display: none;
}

#top-menu li a {
    font-size: 18px;
}

@media (max-width: 1450px) {
  #main-header .container {
    width: 85%;
  }
  #top-menu li {
    padding-right: 5px;
  }
  #top-menu li a {
    font-size: 16px !important;
  }
}
@media(max-width:980px) {
  .et_fixed_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
    padding-top: 0px !important;
  }
  #main-header {
    height: 50px;
    position: fixed;
    padding: 5px 0;
  }
  #main-header .container.et_menu_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }
  #et-top-navigation {
    position: absolute;
  }
  .et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0;
  }
  #topButtons {
    display: none;
  }
  #et-top-navigation {
    order: 1;
  }
  #telMobile {
    display: block;
    line-height: 40px;
    order: 3;
  }
  .et_header_style_left #logo {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .et_header_style_left .logo_container {
    position: relative;
    height: 40px;
    width: 93px;
    order: 2;
  }
}
/*
@media(max-width:980px) {
  div#et-main-area {
    padding-top: 50px;
  }
}
*/
@media(max-width:767px) {
  #homeHero {
    background-position: 85% 50%;
  }
}
/* homepage new breaking for 2 columns from 980px to 767px */
.row2columns767break.et_pb_row {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media(min-width:767px) {
  .row2columns767break .et_pb_column {
    margin-right: 5.5%;
  }
  .row2columns767break .et_pb_column.et_pb_column_1_2 {
    width: 47.25%;
  }
  .row2columns767break.et_pb_row .et_pb_column.et_pb_column_empty {
    display: block;
  }
}
/* new breaking for 2 columns from 980px to 767px */
@media(max-width:767px) {
  .row2columns767break.columnReversreOnPhone {
    display: flex;
    flex-direction: column-reverse;
  }
}
/* why us page */
/* row3colSpecialRight: new breaking for 3 columns (1/4+1/4+1/2) */
/* et_pb_equal_columns from 980px to 767px */
.row3colSpecialRight.et_pb_row {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
@media(min-width:767px) {
  .row3colSpecialRight .et_pb_column.et_pb_column_1_4 {
    width: 23%;
    margin: auto;
  }
  .row3colSpecialRight .et_pb_column_1_2 {
    width: 50%;
    margin: auto;
  }
  .row3colSpecialRight .et_pb_column.et_pb_column_empty, .row3colSpecialRight .et_pb_column.et_pb_column_empty {
    display: block;
  }
}
@media(max-width:767px) {
  .row3colSpecialRight.et_pb_row {
    display: block;
  }
  .row3colSpecialRight .et_pb_column_1_4, .row3colSpecialRight .et_pb_column_1_2 {
    width: 100% !important;
    margin: auto;
  }
}
/* row3colSpecialLeft: new breaking for 3 columns (1/4+1/4+1/2) */
/* et_pb_equal_columns from 980px to 767px */
.row3colSpecialLeft.et_pb_row {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.row3colSpecialLeft .et_pb_column.et_pb_column_1_4 .et_pb_image .et_pb_image_wrap {
  padding: 10px;
}
@media(min-width:767px) {
  .row3colSpecialLeft .et_pb_column.et_pb_column_1_4 {
    width: 23%;
    margin: auto auto 0;
  }
  .row3colSpecialLeft .et_pb_column_1_2 {
    width: 50%;
    margin: auto;
  }
  .row3colSpecialLeft .et_pb_column.et_pb_column_empty, .row3colSpecialLeft .et_pb_column.et_pb_column_empty {
    display: block;
  }
}
@media(max-width:767px) {
  .row3colSpecialLeft.et_pb_row {
    display: flex;
    flex-direction: column;
  }
  .row3colSpecialLeft .et_pb_column_1_4, .row3colSpecialLeft .et_pb_column_1_2 {
    width: 100% !important;
    margin: 0;
  }
  .row3colSpecialLeft .et_pb_column_1_2 {
    order: 2;
  }
  .row3colSpecialLeft .et_pb_column_1_4 {
    order: 3;
  }
  .et_pb_column [class*="et_pb_image_"] {
    background-color: rgba(241, 241, 241, 0.83);
    border: transparent;
    padding: 0;
    background: transparent;
  }
  .row3colSpecialLeft .et_pb_column_1_4.et-last-child {
    order: 1;
    margin: 0;
  }
}
/* custom menu on theme builder header global */
.et-l--header .et_pb_menu__wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.et-l--header .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  color: rgb(55, 60, 62);
}
.et-l--header .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a:hover, .et-l--header .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li.current-menu-item > a {
  color: #0b818f;
}
.et-l--header .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
  margin-top: 0;
}
.et-l--header .nav li li {
  padding: 0;
  margin: 0;
}
.et-l--header .et-menu li li a {
  padding: 3px 20px;
  width: 250px;
  color: #0b818f;
}
.et-l--header .et_pb_menu .et-menu-nav > ul ul {
  padding: 0px 0;
}
#smHeaderSection {
  position: fixed;
  left: 0;
  right: 0;
  backface-visibility: hidden;
  z-index: 1000;
}
#small-header {
  display: flex;
}
@media(max-width:980px) {
  .et-l--header .et_pb_menu__wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
@media(max-width:1100px) {
  .et_pb_menu .et-menu > li {
    padding-left: 0;
    padding-right: 11px;
  }
}
@media(max-width:995px) {
  .et-l--header .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
    font-size: 16px;
  }
}
.d-flex {
  display: flex;
}
.justify-content-end {
  justify-content: flex-end;
}
.callusbox {
  color: #ffffff !important;
  padding: 8px 15px;
  margin-right: 14px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 1.3;
}
.callusbox-01 {
    background-color: #0b818f;
}
.callusbox-01:hover {
       background-color: #11a5b7;
}
.callusbox-02 {
    background-color: rgb(132, 126, 53);
}
.callusbox-02:hover {
       background-color: rgb(179, 171, 81);
}
.callusbox-03 {
    margin-right: 0px;
    background-color: #000;
    }
.callusbox-03:hover {
       background-color: rgb(79, 79, 79);
}
 
/* E.O. custom menu on theme builder header global */
/* 2 columns grid on blog module, Section CSS class= tr_two_col   */
@media only screen and (min-width: 980px) {
  .tr_two_col .et_pb_column .et_pb_salvattore_content[data-columns]::before {
    content: '2 .column.size-1of2' !important;
  }
  .tr_two_col .et_pb_column .column.size-1of2 {
    width: 47% !important;
    margin-right: 3%;
  }
}
@media only screen and (max-width: 980px) {
  .tr_two_col .et_pb_column .et_pb_salvattore_content[data-columns]::before {
    content: '2 .column.size-1of2' !important;
  }
  .tr_two_col .et_pb_column .column.size-1of2 {
    width: 100% !important;
    margin-right: 0%;
  }
}
/* EO 2 columns grid on blog module, Section CSS class= tr_two_col   */
.entry-content tr td {
  border: 1px solid #999;
}
.footer-widget #media_image-3 img {
  max-width: 160px !important;
  height: auto;
}
.contactSmall {
  display: flex;
  margin-bottom: 20px;
}
.contactSmall .icon-phone, .contactSmall .icon-map, .contactSmall .icon-envelope {
  align-self: center;
  font-size: 20px;
  flex: 0 0 50px;
  text-align: center;
  font-weight: 500;
}
.contactSmall span:last-child {
  border-left: 2px solid #a39579 !important;
  padding-left: 10px;
}
/* mobile new column order

=============================== */
@media all and (max-width: 980px) {
  /*** wrap row in a flex box ***/
  .custom_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
  }
  /*** custom classes that will designate 

the order of columns in the flex box row ***/
  .first-on-mobile {
    -webkit-order: 1;
    order: 1;
  }
  .second-on-mobile {
    -webkit-order: 2;
    order: 2;
  }
  .third-on-mobile {
    -webkit-order: 3;
    order: 3;
  }
  .fourth-on-mobile {
    -webkit-order: 4;
    order: 4;
  }
  /*** add margin to last column ***/
  .custom_row:last-child .et_pb_column:last-child {
    margin-bottom: 30px;
  }
}
/* gravity form

============================= */
body .gform_wrapper ul li.gfield {
  margin-top: 10px;
  padding-top: 0;
}
.gform_wrapper .gform_fields input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  font-size: inherit;
  font-family: inherit;
  padding: 0.6em 0.875em;
  letter-spacing: normal;
  background-color: rgb(255, 255, 255);
  border-color: rgb(193, 193, 193);
  line-height: 2;
}
.gform_wrapper .gform_fields label.gfield_label, .gform_wrapper .gform_fields legend.gfield_label {
  font-weight: 300;
  font-size: inherit;
  color: rgb(120, 120, 120);
}
.gform_button.button {
  border: 0;
  background: #a66288;
  padding: 0.775em 0.875em;
  color: #fff;
  font-weight: 300;
  font-size: 16px !important;
  cursor: pointer;
}
.gform_button.button:hover {
  border: 0;
  background: rgb(5, 96, 106);
}
.gform_wrapper .validation_error {
  display: none;
}
#et-main-area .gform_wrapper li.gfield.gfield_error, #et-main-area .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0px !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  box-sizing: border-box;
}
/* EO form ****/
#smHeaderSection.et-fixed-header #logo {
  max-height: 40px;
}
#et-info {
  float: right;
}
#top-header {
  z-index: 9;
  color:
    #fff;
  font-size: 12px;
  background:
    #5f5f5f;
}
.mobile_menu_bar:before {
  font-size: 40px;
}
#et-info-email {
  font-size: 0 !important;
}
#et-info-email::before {
  font-size: 14px;
}
#main-footer {
  background-color:
    #313131;
}
.footer-widget, .footer-widget li, .footer-widget li a, #footer-info {
  font-size: 14px !important;
}
h1, h2, h3, h4, h5, h6 {
  padding-bottom: 20px;
}
.mobile_menu_bar::before {
  color: #a89b81;
}
.entry-title {
  padding: 0;
}
.page-title-outer {
  background: #353535;
  padding: 20px 0 30px;
}
.page-title-outer h1 {
  color: #fff;
  padding: 0;
}
.page-title-outer .container::before {
  width: 0 !important;
}
.breadcrumbs {
  text-align: right;
  margin: 0;
  color: #9b9b9b;
  font-style: italic;
}
.breadcrumbs a {
  color: #9b9b9b;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    text-align: left;
    margin: 0px 0 0 0;
  }
}
/* DIVI blog module 3 columns

================================= */
.threeColumns .et_pb_salvattore_content[data-columns]::before {
  content: '3 .column.size-1of3' !important;
}
@media only screen and (min-width: 767px) {
  .threeColumns .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 767px) {
  .threeColumns .column.size-1of3 {
    width: 29.667% !important;
    margin-right: 5.5%;
  }
}
/* geoplousHoverGrid

============================ */
.geoplousHoverGrig .et_pb_salvattore_content[data-columns]::before {
  content: '3 .column.size-1of3' !important;
}
@media only screen and (min-width: 767px) {
  .geoplousHoverGrig .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 767px) {
  .geoplousHoverGrig .column.size-1of3 {
    width: 29.667% !important;
    margin-right: 5.5%;
  }
}
.geoplousHoverGrig article {
  position: relative;
}
.geoplousHoverGrig .et_pb_blog_grid .et_pb_post {
  padding: 0;
  border: 0;
  background-color: transparent;
  word-wrap: break-word;
}
.geoplousHoverGrig .et_pb_image_container {
  margin: 0;
}
.geoplousHoverGrig .et_pb_image_container a {
  position: relative;
}
.geoplousHoverGrig .et_pb_image_container a::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.geoplousHoverGrig article a:hover::before {
  background: rgba(000, 000, 000, 0.5);
}
.geoplousHoverGrig .et_pb_image_container a::after {
  content: "+";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 2;
  margin-top: -35%;
  margin-left: 50%;
  color: #fff;
  font-size: 40px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  text-align: center;
  line-height: 35px;
  transform: translate(-50%, -50%);
  opacity: 0;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.geoplousHoverGrig article a:hover::after {
  opacity: 1;
}
.geoplousHoverGrig .et_pb_post .entry-featured-image-url {
  margin-bottom: 0;
}
.geoplousHoverGrig .et_pb_blog_grid h2 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  z-index: 2;
}
/* FlexGrid */
.dp-dfg-skin-default.dp-dfg-skin-zoomimage .dp-dfg-header {
  -ms-flex-pack: left !important;
  justify-content: left !important;
  -ms-flex-align: flex-end !important;
  align-items: flex-end !important;
}
.dp-dfg-skin-default .dp-dfg-item > * {
  padding: 1em 0;
}
.dp-dfg-skin-default.dp-dfg-skin-zoomimage .dp-dfg-item:hover .dp-dfg-image img {
  -webkit-transform: inherit;
  transform: inherit;
}
.dp-dfg-skin-default.dp-dfg-skin-zoomimage .dp-dfg-image {
  z-index: 0;
}
.dp-dfg-image.entry-thumb::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
}
.dp-dfg-layout-grid .dp-dfg-image {
  margin: -1em;
}
.dp-dfg-skin-default.dp-dfg-skin-zoomimage .dp-dfg-item:hover .dp-dfg-image.entry-thumb::before {
  background:
    rgba(000, 000, 000, 0.5);
  z-index: 2;
}
.dp-dfg-skin-default.dp-dfg-skin-zoomimage .dp-dfg-item:hover .dp-dfg-image.entry-thumb::after {
  content: "+";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 2;
  margin-top: -40%;
  margin-left: 50%;
  color: #fff;
  font-size: 40px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  text-align: center;
  line-height: 35px;
  transform: translate(-50%, -50%);
}
.dp-dfg-skin-default .dp-dfg-header h2.entry-title {
  padding: 0 0 5px;
}
/* EO grid */
/* awkFooter */
@media (max-width: 980px) {
  #footerMenu #menu-footer-menu .et_pb_fullwidth_menu .et_mobile_nav_menu, #footerMenu.et_pb_menu .et_mobile_nav_menu {
    display: none;
  }
  #footerMenu #menu-footer-menu .et_pb_fullwidth_menu .et_pb_menu__menu, #footerMenu.et_pb_menu .et_pb_menu__menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #footerMenu #menu-footer-menu {
    flex-direction: column;
  }
  #footerMenu.et_pb_menu .et_pb_menu__menu > nav > ul > li {
    justify-content: center;
  }
}
/* Divi filtergrid to go block under 767px */
@media (max-width: 767px) {
  .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)) !important;
  }
}
/* blog divi  testimonials */
#main-content .testiÒ¹È¤´«Ã½Blog  a {
    text-decoration: none;
}
.testiÒ¹È¤´«Ã½Blog .et_pb_blog_grid .et_pb_post {
    border: 0px solid #d8d8d8;
    padding: 0;
    background-color: transparent;
    word-wrap: break-word;
}

/***

ET-fonts

***/
@font-face {
  font-family: 'et-line';
  src: url('/wp-content/themes/Divi-Child-Theme/fonts/et-line.eot');
  src: url('/wp-content/themes/Divi-Child-Theme//wp-content/themes/Divi-Child-Theme/fonts/et-line.eot') format('embedded-opentype'), url('/wp-content/themes/Divi-Child-Theme/fonts/et-line.woff') format('woff'), url('/wp-content/themes/Divi-Child-Theme/fonts/et-line.ttf') format('truetype'), url('/wp-content/themes/Divi-Child-Theme/fonts/et-line.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'et-line';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
/* Use the following CSS code if you want to have a class per icon */
/*

Instead of a list of all class selectors,

you can use the generic selector below, but it's slower:

[class*="icon-"] {

*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
  font-family: 'et-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.icon-mobile:before {
  content: "\e000";
}
.icon-laptop:before {
  content: "\e001";
}
.icon-desktop:before {
  content: "\e002";
}
.icon-tablet:before {
  content: "\e003";
}
.icon-phone:before {
  content: "\e004";
}
.icon-document:before {
  content: "\e005";
}
.icon-documents:before {
  content: "\e006";
}
.icon-search:before {
  content: "\e007";
}
.icon-clipboard:before {
  content: "\e008";
}
.icon-newspaper:before {
  content: "\e009";
}
.icon-notebook:before {
  content: "\e00a";
}
.icon-book-open:before {
  content: "\e00b";
}
.icon-browser:before {
  content: "\e00c";
}
.icon-calendar:before {
  content: "\e00d";
}
.icon-presentation:before {
  content: "\e00e";
}
.icon-picture:before {
  content: "\e00f";
}
.icon-pictures:before {
  content: "\e010";
}
.icon-video:before {
  content: "\e011";
}
.icon-camera:before {
  content: "\e012";
}
.icon-printer:before {
  content: "\e013";
}
.icon-toolbox:before {
  content: "\e014";
}
.icon-briefcase:before {
  content: "\e015";
}
.icon-wallet:before {
  content: "\e016";
}
.icon-gift:before {
  content: "\e017";
}
.icon-bargraph:before {
  content: "\e018";
}
.icon-grid:before {
  content: "\e019";
}
.icon-expand:before {
  content: "\e01a";
}
.icon-focus:before {
  content: "\e01b";
}
.icon-edit:before {
  content: "\e01c";
}
.icon-adjustments:before {
  content: "\e01d";
}
.icon-ribbon:before {
  content: "\e01e";
}
.icon-hourglass:before {
  content: "\e01f";
}
.icon-lock:before {
  content: "\e020";
}
.icon-megaphone:before {
  content: "\e021";
}
.icon-shield:before {
  content: "\e022";
}
.icon-trophy:before {
  content: "\e023";
}
.icon-flag:before {
  content: "\e024";
}
.icon-map:before {
  content: "\e025";
}
.icon-puzzle:before {
  content: "\e026";
}
.icon-basket:before {
  content: "\e027";
}
.icon-envelope:before {
  content: "\e028";
}
.icon-streetsign:before {
  content: "\e029";
}
.icon-telescope:before {
  content: "\e02a";
}
.icon-gears:before {
  content: "\e02b";
}
.icon-key:before {
  content: "\e02c";
}
.icon-paperclip:before {
  content: "\e02d";
}
.icon-attachment:before {
  content: "\e02e";
}
.icon-pricetags:before {
  content: "\e02f";
}
.icon-lightbulb:before {
  content: "\e030";
}
.icon-layers:before {
  content: "\e031";
}
.icon-pencil:before {
  content: "\e032";
}
.icon-tools:before {
  content: "\e033";
}
.icon-tools-2:before {
  content: "\e034";
}
.icon-scissors:before {
  content: "\e035";
}
.icon-paintbrush:before {
  content: "\e036";
}
.icon-magnifying-glass:before {
  content: "\e037";
}
.icon-circle-compass:before {
  content: "\e038";
}
.icon-linegraph:before {
  content: "\e039";
}
.icon-mic:before {
  content: "\e03a";
}
.icon-strategy:before {
  content: "\e03b";
}
.icon-beaker:before {
  content: "\e03c";
}
.icon-caution:before {
  content: "\e03d";
}
.icon-recycle:before {
  content: "\e03e";
}
.icon-anchor:before {
  content: "\e03f";
}
.icon-profile-male:before {
  content: "\e040";
}
.icon-profile-female:before {
  content: "\e041";
}
.icon-bike:before {
  content: "\e042";
}
.icon-wine:before {
  content: "\e043";
}
.icon-hotairballoon:before {
  content: "\e044";
}
.icon-globe:before {
  content: "\e045";
}
.icon-genius:before {
  content: "\e046";
}
.icon-map-pin:before {
  content: "\e047";
}
.icon-dial:before {
  content: "\e048";
}
.icon-chat:before {
  content: "\e049";
}
.icon-heart:before {
  content: "\e04a";
}
.icon-cloud:before {
  content: "\e04b";
}
.icon-upload:before {
  content: "\e04c";
}
.icon-download:before {
  content: "\e04d";
}
.icon-target:before {
  content: "\e04e";
}
.icon-hazardous:before {
  content: "\e04f";
}
.icon-piechart:before {
  content: "\e050";
}
.icon-speedometer:before {
  content: "\e051";
}
.icon-global:before {
  content: "\e052";
}
.icon-compass:before {
  content: "\e053";
}
.icon-lifesaver:before {
  content: "\e054";
}
.icon-clock:before {
  content: "\e055";
}
.icon-aperture:before {
  content: "\e056";
}
.icon-quote:before {
  content: "\e057";
}
.icon-scope:before {
  content: "\e058";
}
.icon-alarmclock:before {
  content: "\e059";
}
.icon-refresh:before {
  content: "\e05a";
}
.icon-happy:before {
  content: "\e05b";
}
.icon-sad:before {
  content: "\e05c";
}
.icon-facebook:before {
  content: "\e05d";
}
.icon-twitter:before {
  content: "\e05e";
}
.icon-googleplus:before {
  content: "\e05f";
}
.icon-rss:before {
  content: "\e060";
}
.icon-tumblr:before {
  content: "\e061";
}
.icon-linkedin:before {
  content: "\e062";
}
.icon-dribbble:before {
  content: "\e063";
}
/* Mobile menu with su submenus clicked to open  - jQuery is in theme options>integration ****/
/* when mobile menu is open, change hamburger icon to x icon */
/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
  content: '\4d';
}
/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
  content: '5';
}
/* - mobile menu toggling elements, injected via jQuery - */
/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
  position: relative;
}
/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
  position: absolute;
  /*background-color: rgba(0, 0, 0, 0.03);*/
  z-index: 1;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  top: 4px;
  right: 4px;
  cursor: pointer;
  /* text-align: center; */
  width: 100%; /* overlap not active parent link */
  text-align: right;
}
/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
  /*background-color: rgba(0, 0, 0, 0.1);*/
}
/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 36px;
  font-size: 24px;
  text-transform: none;
  speak: none;
  content: '\33';
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
  content: '\32';
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
  display: none !important;
  padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
  display: block !important;
  background-color: rgba(0, 0, 0, 0.03);
}
/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
  padding-left: 0;
}
/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
  padding-left: 20px;
  padding-right: 20px;
}
/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
  padding-left: 40px;
  padding-right: 20px;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
  padding-left: 60px;
  padding-right: 20px;
}
/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
  padding-right: 44px;
}
/* - end mobile menu toggling elements - */
/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
  font-weight: inherit;
}
/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
  font-weight: bolder;
}
/* ================================================== */
/** Mobile menu slide from left to right**/
#et-top-navigation {
  padding-left: 0 !important;
}
.mobile_menu_bar.mobile_menu_bar_toggle {
  z-index: 99999;
}
.mobile_menu_bar::before {
  color: #fff;
}
.mobile_nav.opened .mobile_menu_bar::before {
  color: #0b818f !important;
}
#mobile_menu {
  display: block !important;
  min-height: 100vh;
  top: 44px;
  border-top: none;
  padding-top: 0px;
  z-index: 9998;
  width: 300px;
  margin-left: -20px;
  padding: 20px;
}
.mobile_nav.closed #mobile_menu {
  transform: translate(-100%);
  -webkit-transform: translate(-100%);
  transform-origin: left;
  -webkit-transform-origin: left;
  background: rgba(255, 255, 255, 0.2);
  transition: .4s ease-in-out !important;
}
.mobile_nav.opened #mobile_menu {
  transform: translate(0%);
  -webkit-transform: translate(0%);
  transform-origin: left;
  -webkit-transform-origin: left;
  background: #fff;
  transition: .4s ease-in-out;
}
.mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d";
  color: #303030;
}
.et_mobile_menu li a {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding: 5px;
}