/*
Theme Name: Divi Child
Template: Divi
*/

/*---TYPOGRAPHY---*/
@font-face {
  font-family:"KelsonSans-Normal";
  src: url("fonts/KelsonSans-Normal.eot"); /* IE9 Compat Modes */
  src: url("fonts/KelsonSans-Normal.woff") format("woff"),
       url("fonts/KelsonSans-Normal.otf") format("opentype"),
       url("fonts/KelsonSans-Normal.ttf")  format("truetype")
}
@font-face {
  font-family:"KelsonSans-Bold";
  src: url("fonts/KelsonSans-Bold.eot"); /* IE9 Compat Modes */
  src: url("fonts/KelsonSans-Bold.woff") format("woff"),
       url("fonts/KelsonSans-Bold.otf") format("opentype"),
       url("fonts/KelsonSans-Bold.ttf")  format("truetype")
}
@font-face {
  font-family:"KelsonSans-Light";
  src: url("fonts/KelsonSans-Light.eot");
  src: url("fonts/KelsonSans-Light.woff") format("woff"),
       url("fonts/KelsonSans-Light.otf") format("opentype"),
       url("fonts/KelsonSans-Light.ttf")  format("truetype")
}
body{
  font-family: 'Source Sans Pro', sans-serif;
}
h1 {
  font-family:'KelsonSans-Light', sans-serif;
  font-size: 60px;
  line-height: 84px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
h2 {
  font-family:'KelsonSans-Light', sans-serif;
  font-size: 42px;
  line-height: 51px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
h3 {
  font-family:'KelsonSans-Bold', sans-serif;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.1em;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.big-p p {
  font-size: 21px;
  font-weight: 400;
  line-height: 33px;
}
/*Divi's bug*/
.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2,
.et_pb_column_2_5 h2 {
    font-size: 42px;
}
/*---NAVIGATION---*/
.et_header_style_centered #top-menu > li > a {
  color: #fff;
  font-family:'KelsonSans-Light', sans-serif;
  font-size: 15px;
  letter-spacing: 0.15em;
  font-weight: 400;
}
#top-menu li {
  padding-top: 22px;
}
.et_header_style_centered #main-header .logo_container {
  height: 110px !important;
}
.et_header_style_centered #main-header .container {
  width: 92%;
  max-width: 92%;
}
/*---FOOTER---*/
#main-footer {
  display: none;
}
/* .ddl-footer */
.et_pb_social_media_follow li a.icon::before {
  color: #1f1f1f;
}
/*---BUTTONS---*/
.et_pb_button {
  font-family:'KelsonSans-Normal', sans-serif;
  font-size: 17px;
  letter-spacing: 0.15em;
}
.et_pb_button:hover, .et_pb_module .et_pb_button:hover,
.et_pb_button, .et_pb_module .et_pb_button {
  padding: 0.9em 3.5em 0.9em 2.7em !important;
}
.et_button_custom_icon.et_button_icon_visible .et_pb_button::after {
  margin-left: .2em;
  margin-top: -.1em;
}
.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1,
.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper {
  padding-bottom: 40px;
}
.outline-btn:hover,
.outline-btn:hover{
  background-color: #ebb950 !important;
}
 a.outline-btn:hover {
  color: #fff !important;
}
body .et_pb_button.outline-btn:hover::after {
  color: #fff !important;
}
/*Solid btns*/
body .solid-btn.et_pb_button::after,
a.solid-btn {
  color: #fff;
}
.solid-btn {
  background-color: #ebb950 !important;
}
.solid-btn:hover,
.solid-btn:hover{
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #ebb950 !important;
}
 a.solid-btn:hover {
  color:#ebb950 !important;
}
body .et_pb_button.solid-btn:hover::after {
  color: #ebb950 !important;
}
/*Button on home header*/
body.et_button_custom_icon #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button::after {
    font-size: 20px !important;
}
body #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button {
  padding-top: 0.55em !important;
  padding-bottom: 0.45em !important;
  font-family: 'KelsonSans-Normal', sans-serif;
  font-size: 17px !important;
}
body #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button:hover {
  border: 1px solid #ebb950;
}
/*---LAYOUT---*/
.home-hero a.et_pb_button .et_pb_more_button .et_pb_button_one {
  background-color: #ebb950 !important;
}
/*Zoom on Home galleries*/
@media only screen and (min-width: 1025px) {
  .home-galleries .zoom-column {
    background-size: 120%;
    webkit-transition: background-size 1500ms linear;
    -moz-transition: background-size 1500 linear;
    -o-transition: background-size 1500 linear;
    -ms-transition: background-size 1500ms linear;
    transition: background-size 1500ms linear;
    background-repeat: no-repeat;
  }
  .home-galleries .zoom-column:hover {
    background-size: 130%;
  }
}
.home-galleries .et_pb_row {
  padding: 0% 0;
}
/*
*OLD CODE
*
.home-galleries .et_pb_column {
  display: flex;
  justify-content: center;
  align-items: center;
}
*/
.home-galleries .et_pb_column {
	display: block;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 5rem;
    padding-right: 5rem;
}
.home-galleries .element-wrap {
  padding: 0 12%;
}
/*Gallery*/
.ddl-gallery .et_pb_gallery_item {
width: 33.33% !important;
clear: none !important;
}
/*Remove overlay*/
.ddl-gallery .et_pb_gallery_image:hover .et_overlay {
display: none;
}
@media only screen and (min-width: 1025px) {
  /*hover on zoom*/
  .ddl-gallery .et_pb_gallery_image img {
  transition:all 0.5s;
  -moz-transition:all 0.5s;
  -webkit-transition:all 0.5s;
  }
  .ddl-gallery .et_pb_gallery_image:hover img {
  transform:scale(1.1);
  -moz-transform: scale(1.1);
  }
}
/*hide title and number from open image*/
.et_pb_gallery_title,
.mfp-gallery .mfp-title,
.mfp-gallery .mfp-counter {
  display: none !important;
}
/*Style ligtbox elements*/
.mfp-arrow-left .mfp-a, .mfp-arrow-left::after, .mfp-arrow-right .mfp-a, .mfp-arrow-right::after {
  font-size: 40px;
}
/*Pagination Styling*/
.et_pb_gallery .et_pb_gallery_pagination {
  border-top: none;
  top: 68px;
}
.et_pb_gallery_0.et_pb_gallery .et_pb_gallery_pagination ul {
  font-family: 'KelsonSans-Light', sans-serif;
}
.et_pb_gallery .et_pb_gallery_pagination ul li a {
  font-size: 18px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.page-next,
.et_pb_gallery .et_pb_gallery_pagination ul li a.page-prev {
  font-family:'KelsonSans-Bold', sans-serif;
  color: #ebb950;
}
/* .contact-blurb
.ddl-contact-form p.et_pb_contact_field {
  margin-bottom: 1%;
  padding: 0 0 0 0%;
  font-family: 'KelsonSans-Light', sans-serif;
} */
/*Contact form*/
.ddl-contact-form .et_pb_contact p input,
.ddl-contact-form .et_pb_contact p textarea,
.ddl-contact-form .et_pb_subscribe .et_pb_contact_field input,
.ddl-contact-form .et_pb_subscribe .et_pb_contact_field textarea {
  padding: 8px 8px 2px 8px;
  font-family: 'KelsonSans-Light', sans-serif;
  letter-spacing: .2em;
}
.ddl-contact-form .et_pb_contact .et_pb_contact_field_half {
  width: 70%;
}
.ddl-contact-form .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
  display: none;
}
.ddl-contact-form span.et_pb_contact_field_checkbox  {
  font-family: 'KelsonSans-Light', sans-serif;
  letter-spacing: .1em;
  font-size: 13px;
}
.ddl-contact-form .et_pb_contact_form_0 .input[type="checkbox"]:checked + label i::before {
    color: #86c944 !important;
}
body #page-container .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:hover {
  border: 1px solid #ebb950;
}
/*Home hero arrow*/
.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
body {
  line-height: 0;
}
/*Custom Mobile Menu*/
.et_header_style_centered .et_mobile_menu {
    top: 0px;
  }
.et_mobile_menu {
  top: 0px;
  left: 0;
  position: fixed;
  z-index: 9998;
  overflow: scroll!important;
  background-color: rgba(10,10,10,0.9)!important;
  margin-left: -30px;
  padding: 80px 0px 0px 0px;
  height: 100%;
  width: calc(100% + 60px);
  border-top: none;
}
.et_mobile_menu li a {
  text-align: center;
  font-size: 18px;
  border: 0;
  padding: 5% 0;
  text-transform: none;
  color: #fff;
  font-family: 'KelsonSans-Light', sans-serif;
  letter-spacing: 0.1em;
}
.mobile_nav ul#mobile_menu .current_page_item>a {
  color: #ebb950;
}
.mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d";
  color: #ebb950;
}
span.mobile_menu_bar {
  z-index: 9999
}
@media only screen and (max-width: 1280px) {
  .container.clearfix.et_menu_container {
    width: 90%;
  }
  .mfp-arrow-right {
    right: 4px;
  }
  .testimonials.et_pb_row {
    width: 65%;
  }
}
@media only screen and (max-width: 1024px) {
  #et_mobile_nav_menu {
    display: block;
  }
  #top-menu {
    display: none;
  }
  .et_header_style_centered .mobile_nav .select_page {
    display: none;
  }
  .et_header_style_centered img#logo {
    max-height: 65px;
    right: 40%;
    position: relative;
    top: 10%;
  }
  .et_header_style_centered header#main-header .logo_container {
    max-height: 80px;
  }
  .mobile_menu_bar::before {
    font-size: 42px;
  }
  .et_header_style_centered .mobile_menu_bar {
    top: 10px;
  }
  .et_header_style_centered #main-header div#et-top-navigation {
    bottom: 60px;
  }
  body #page-container .et_pb_divider {
    margin-top: 0px !important;
  }
  body #page-container .inner-hero {
    padding-top: 12% !important;
  }
}
/* @media screen and (max-width: 1025px) and (min-width: 980px) {
  body #page-container .et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header.et_hover_enabled.et_pb_bg_layout_dark.et_pb_text_align_center.et_pb_fullscreen {
    padding-top: 5% !important;
  }
} */
@media only screen and (max-width: 980px) {
  .home-left-row, .switch {
      -ms-box-orient: vertical;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column wrap;
      flex-flow: column wrap;
  }
.home-left-row .et_pb_column,
  .switch .et_pb_column {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
.home-right-row .et_pb_column,
  .switch .et_pb_column {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }	
  .home-left-row .et_pb_column:nth-child(1),
  .switch .et_pb_column:nth-child(1) {
  flex: 1;
  order: 2;
  }
  .home-left-row .et_pb_column:nth-child(2),
  .switch .et_pb_column:nth-child(2) {
  flex: 1;
  order: 1;
  }
  .home-galleries .element-wrap {
    padding: 5% 12%;
  }
  body #page-container .home-galleries .element-wrap .et_pb_module.et_pb_text.elements-you-want-to-wrap.et_pb_bg_layout_light.et_pb_text_align_left {
    min-height: auto;
    padding-top: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .home-galleries .et_pb_column {
    justify-content: flex-start;
  }
  .ddl-footer .et_pb_row:nth-child(2) .et_pb_column {
    margin-bottom: 0px;
  }
  .ddl-footer .et_pb_row:nth-child(2) a {
    line-height: 33px;
  }
  .ddl-footer .et_pb_row:last-child {
    width: 616px;
  }
  .ddl-footer .et_pb_row:last-child .et_pb_column {
    width: 50%;
  }
  .testimonials .et_pb_column {
    margin-bottom: 70px;
  }
  .smaller-img .et_pb_image .et_pb_image_wrap {
    max-width: 50%;
  }
  .smaller-img .et_pb_column:last-child {
    margin-bottom: 40px;
  }
  .contact-row .et_pb_blurb_content {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .et_header_style_centered img#logo {
    right: 39%;
    top: -4%;
  }
  .et_header_style_centered .mobile_menu_bar {
    top: -20px;
  }
  .ddl-footer .et_pb_row:nth-child(2) {
    width: 660px;
  }
  .ddl-footer .et_pb_row:last-child {
    width: 500px;
  }
  .contact-row .et_pb_column:first-child .et_pb_module.et_pb_blurb {
    margin-bottom: 14px !important;
  }
}
@media only screen and (max-width: 720px) {
  .et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header.et_hover_enabled.et_pb_bg_layout_dark.et_pb_text_align_center.et_pb_fullscreen {
    padding-top: 28px !important;
  }
}
@media only screen and (max-width: 540px) {
  .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
    padding-bottom: 20px;
  }
  h1, .small-h h2 {
    font-family: 'KelsonSans-Light', sans-serif;
    font-size: 50px !important;
    line-height: 64px;
  }
  .et_pb_column h2 {
    font-size: 36px;
  }
  .et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header.et_hover_enabled.et_pb_bg_layout_dark.et_pb_text_align_center.et_pb_fullscreen {
    padding-top: 60px !important;
  }
  @keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-5px);
    }
  }
  @-webkit-keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-5px);
    }
  }
  .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper {
    padding-bottom: 10px;
  }
  .ddl-footer .et_pb_row:nth-child(2) .et_pb_column {
    width: 100%;
    margin: 0 0;
  }
  .ddl-footer .et_pb_row:nth-child(2) {
    width: 100%;
  }
  .ddl-footer .et_pb_row:last-child .et_pb_column {
    width: 100%;
  }
  .ddl-footer .et_pb_row:last-child p {
    text-align: center;
  }
  .ddl-footer .et_pb_row {
    width: 100% !important;
  }
  ul.et_pb_social_media_follow {
    padding-right: 0px !important;
    text-align: center;
  }
  div.et_pb_section.inner-hero {
    padding-top: 85px !important;
    padding-bottom: 30px;
  }
  .ddl-gallery .et_pb_gallery_item {
    width: 50% !important;
  }
  .showroom-cta {
    padding: 10px 0;
  }
  .smaller-img .et_pb_image .et_pb_image_wrap {
    max-width: 80%;
  }
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
    max-width: 800px;
    margin: auto;
  }
  .home-galleries .element-wrap {
    max-width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .et_header_style_centered img#logo {
    max-height: 65px;
    right: 30%;
    position: relative;
    top: -9%;
  }
  .et_header_style_centered header#main-header .logo_container {
    max-height: 80px;
  }
  .mobile_menu_bar::before {
    font-size: 42px;
  }
  .et_header_style_centered .mobile_menu_bar {
    top: -25px;
  }
  .et_header_style_centered #main-header div#et-top-navigation {
    bottom: 60px;
  }
  .ddl-contact-form .et_pb_contact p input, .ddl-contact-form .et_pb_contact p textarea, .ddl-contact-form .et_pb_subscribe .et_pb_contact_field input, .ddl-contact-form .et_pb_subscribe .et_pb_contact_field textarea {
    padding: 8px 8px 8px 8px;
    margin-bottom: 10px;
  }
  .et_contact_bottom_container {
    float: left;
    margin-top: 7%;
  }
  .et_pb_contact_reset, .et_pb_contact_submit {
    margin: 0 0 0 7px;
  }
  .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
    padding-bottom: 10px;
    font-size: 31px !important;
    line-height: 47px;
  }
  .et_pb_fullwidth_header p {
    font-size: 14px;
    line-height: 24px;
  }
  body #page-container #main-content .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button {
    padding-top: 0.5em !important;
    padding-bottom: 0.4em !important;
  }
  .et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header.et_hover_enabled.et_pb_bg_layout_dark.et_pb_text_align_center.et_pb_fullscreen {
    padding-top: 96px !important;
  }
  .et_mobile_menu li a {
    padding: 4% 0;
  }
  .home-galleries .element-wrap {
    padding: 10% 12%;
  }
  .et_pb_fullscreen .et_pb_fullwidth_header_container {
    width: 96%;
  }
  .smaller-img .et_pb_image .et_pb_image_wrap {
    max-width: 100%;
  }
  .testimonials.et_pb_row {
    width: 80%;
  }
  h1, .small-h h2 {
    font-size: 40px !important;
  }
  .et_pb_column h2 {
    font-size: 30px;
  }
  .range-home .et_pb_row {
    padding: 0px 0;
  }
}
@media only screen and (max-width: 400px) {
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center {
    align-content: flex-start;
  }
}
