/*
 * VARIABLES
 */
/*
 * BODY
 */
/* Make body unscrollable on mobile menu open */
body.x-mobile-menu-open {
  overflow: hidden; }

/*
 * HEADER
 */
/* Show logo and other elements above the full-screen mobile menu */
.et_header_style_left .logo_container {
  z-index: 100100; }

.et_header_style_left #et-top-navigation .mobile_menu_bar {
  z-index: 100200; }

/* Make logo white on mobile menu open */
.x-mobile-menu-open #logo {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }

/* Make logo white on desktop megamenu open */
.x-desktop-megamenu-open #logo {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }

#main-header {
  min-height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  #main-header.et-fixed-header {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  #main-header > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90% !important;
    max-width: 1920px !important;
    padding: 0 !important; }
    #main-header > .container::after {
      display: none; }
  #main-header .logo_container {
    position: static !important;
    width: auto !important; }
    #main-header .logo_container .logo_helper {
      display: none !important; }
    #main-header .logo_container a {
      display: block; }
      #main-header .logo_container a #logo {
        display: block;
        max-width: 100%;
        max-height: 100%;
        height: 30px;
        width: auto;
        -webkit-transition: none !important;
        transition: none !important; }
  #main-header #et-top-navigation {
    padding: 0 !important; }
  #main-header #top-menu-nav {
    display: none !important; }
  #main-header .mobile_menu_bar_toggle {
    padding: 0 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' data-prefix='fal' data-icon='bars' class='svg-inline--fa fa-bars fa-w-14' role='img' viewBox='0 78 448 356'%3E%3Cpath fill='currentColor' d='M442 114H6a6 6 0 0 1-6-6V84a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px; }
    #main-header .mobile_menu_bar_toggle:before {
      display: none; }
    .x-mobile-menu-open #main-header .mobile_menu_bar_toggle {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' data-prefix='fal' data-icon='times' class='svg-inline--fa fa-times fa-w-10' role='img' viewBox='0 96 319.99 319.99'%3E%3Cpath fill='currentColor' d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'%3E%3C/path%3E%3C/svg%3E");
      -webkit-filter: invert(1);
              filter: invert(1); }

/*
 * MOBILE MENU
 */
#main-header .et_mobile_menu {
  display: none !important;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  background-color: #71283D !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 100px 0 30px 0 !important;
  height: 100% !important;
  margin-bottom: 0 !important;
  /* General reset */
  /* First level elements */
  /* Second level elements */
  /* Third level elements */
  /* Samples item */ }
  .x-mobile-menu-open #main-header .et_mobile_menu {
    display: block !important; }
  #main-header .et_mobile_menu::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-color: #71283D;
    z-index: 100000; }
  #main-header .et_mobile_menu ul {
    padding: 0 !important; }
    #main-header .et_mobile_menu ul li {
      padding: 0 !important; }
  #main-header .et_mobile_menu li a {
    padding: 10px 5%;
    color: #fff !important;
    border: none !important;
    background-color: transparent !important;
    line-height: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1); }
    #main-header .et_mobile_menu li a:hover {
      opacity: 1 !important; }
  #main-header .et_mobile_menu > li {
    margin-bottom: 20px !important; }
    #main-header .et_mobile_menu > li > a {
      font-size: 26px;
      font-weight: 400 !important; }
    #main-header .et_mobile_menu > li.menu-item-has-children > a::after {
      display: inline-block;
      content: '\33';
      font-family: ETmodules !important;
      font-size: 30px;
      line-height: 1;
      position: relative;
      top: 5px;
      margin-left: 10px; }
    #main-header .et_mobile_menu > li.menu-item-has-children.x-is-open > a {
      background-color: rgba(0, 0, 0, 0.1) !important;
      -webkit-tap-highlight-color: transparent; }
      #main-header .et_mobile_menu > li.menu-item-has-children.x-is-open > a::after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
  #main-header .et_mobile_menu > li > ul {
    display: none !important;
    padding: 10px 0 0 20px !important; }
  #main-header .et_mobile_menu > li.x-is-open > ul {
    display: block !important; }
  #main-header .et_mobile_menu > li > ul > li > a {
    font-size: 18px; }
  #main-header .et_mobile_menu > li > ul > li > ul {
    padding-left: 20px !important; }
  #main-header .et_mobile_menu > li > ul > li > ul > li > a {
    font-size: 16px;
    font-weight: 300; }
  #main-header .et_mobile_menu li.x-menu-samples-item a {
    text-decoration: underline; }

/*
 * DESKTOP MENU
 */
#main-header #top-menu-nav {
  /* General reset */
  /* First level elements */
  /* Second level elements */
  /* Third level elements */ }

@media (min-width: 981px) {
  #main-header #top-menu-nav {
    display: block !important; } }
  #main-header #top-menu-nav #top-menu li a {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    width: 100% !important;
    letter-spacing: normal !important; }
  #main-header #top-menu-nav #top-menu > li > a {
    position: relative;
    z-index: 100000;
    padding-bottom: 0 !important;
    font-size: 14px !important; }
    .x-desktop-megamenu-open #main-header #top-menu-nav #top-menu > li > a {
      color: #fff !important; }
    #main-header #top-menu-nav #top-menu > li > a::after {
      display: inline-block; }
  #main-header #top-menu-nav #top-menu > li.mega-menu.x-is-open > a::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  #main-header #top-menu-nav #top-menu > li.x-menu-samples-item > a {
    border: 1px solid black;
    padding: 10px 16px !important; }
    .x-desktop-megamenu-open #main-header #top-menu-nav #top-menu > li.x-menu-samples-item > a {
      border-color: #fff; }
  #main-header #top-menu-nav #top-menu > li > ul {
    display: none !important;
    position: fixed !important;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border: none !important;
    padding: 200px 0 0 0 !important;
    background-color: #71283D !important;
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    visibility: visible !important; }
  #main-header #top-menu-nav #top-menu > li.mega-menu.x-is-open > ul {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #main-header #top-menu-nav #top-menu > li > ul > li {
    width: auto !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 30px 0 0; }
    #main-header #top-menu-nav #top-menu > li > ul > li.x-menu-all-materials-item {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }

@media (min-width: 1336px) {
  #main-header #top-menu-nav #top-menu > li > ul > li {
    margin-right: 50px; } }
  #main-header #top-menu-nav #top-menu > li > ul > li > a {
    color: #fff !important;
    border: none !important;
    font-size: 22px;
    padding: 10px !important;
    line-height: 1;
    margin-bottom: 10px; }
    #main-header #top-menu-nav #top-menu > li > ul > li > a:hover {
      background-color: rgba(0, 0, 0, 0.05) !important; }
  #main-header #top-menu-nav #top-menu > li > ul > li > ul {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto !important;
    background-color: transparent !important; }
  #main-header #top-menu-nav #top-menu > li > ul > li > ul > li > a {
    padding: 10px;
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4; }
    #main-header #top-menu-nav #top-menu > li > ul > li > ul > li > a:hover {
      background-color: rgba(0, 0, 0, 0.05); }

/*
 * MATERIALS
 */
/* buttons */
.x-button-same-line {
  min-width: 250px !important;
  min-height: 40px !important; }

/*
 * FOOTER
 */
/* footer widget title styling*/
.fwidget h4 {
  font-weight: 600;
  font-size: 18px;
  color: #fff !important; }

.et-dropcap {
  font-size: 95px;
  line-height: 0.7;
  color: #9ae5d3;
  font-family: Times;
  padding-top: 10px; }

/* removing prefooter spacing in some pages */
.et_pb_row_0_tb_body {
  padding-bottom: 0px; }

.x-footer h4 {
  color: #ffffff !important; }

.x-footer p {
  color: #ffffff !important; }

.x-footer a {
  color: #ffffff !important; }

/*
 * SIDEBAR
 */
/* Take out the divider line between content and sidebar */
#main-content .container:before {
  background: none; }

/* Expand the content area to fullwidth */
@media (min-width: 981px) {
  #left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important; } }

/* Hide sidebar */
#sidebar {
  display: none; }

/*
 * CONTACT US
 */
/* Studio table */
.x-contact-studio-table table {
  border: none !important; }
  .x-contact-studio-table table tr, .x-contact-studio-table table td, .x-contact-studio-table table th {
    border: none !important; }
  .x-contact-studio-table table tr td:first-child {
    font-weight: bold !important; }

/*
 * INSTAGRAM
 */
#sb_instagram {
  padding-bottom: 0px !important; }

/*
 * POST
 */
.post-content-inner {
  line-height: 1.5em; }

/*
 * TYPOGRAPHY
 */
#page-container {
  font-family: "Poppins",sans-serif;
  font-weight: 300;
  font-size: 1em; }

#page-container h1.entry-title {
  line-height: 1.5em;
  font-size: 1.5em;
  font-weight: 600;
  color: #222; }

#page-container h1 {
  line-height: 44px !important;
  font-size: 40px !important;
  font-weight: 600;
  color: #222; }

#page-container h2.entry-title {
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 600;
  color: #222; }

#page-container h2 {
  font-size: 40px !important;
  line-height: 50px !important;
  font-weight: 400;
  color: #222; }

#page-container h3 {
  font-size: 36px !important;
  font-weight: 300; }

#page-container h4 {
  font-size: 32px !important;
  line-height: 40px !important; }

/*
 * DROPCAP
 */
.et-dropcap {
  font-size: 95px;
  line-height: 0.7;
  color: #333;
  font-family: Times;
  padding: 10px 0 10px 0; }

/*
 * NEWSLETTER SIGNUP
 */
.et_pb_newsletter_description h4 {
  color: #f94024 !important; }

.et_pb_newsletter_form .input {
  border-radius: 0 !important; }

.et_pb_newsletter_button.et_pb_button {
  padding: 10px; }

.et_pb_newsletter_button_text {
  font-size: 18px !important; }

.et_pb_newsletter.et_pb_subscribe {
  padding: 0 !important; }

/*
 * WOOCOMMERCE
 */
.et-db #et-boc .et-l .et_pb_wc_cart_notice .woocommerce-message a:not(.button),
.woocommerce-message a:not(.button) {
  color: #fff !important;
  text-decoration: underline !important; }
  .et-db #et-boc .et-l .et_pb_wc_cart_notice .woocommerce-message a:not(.button):hover, .et-db #et-boc .et-l .et_pb_wc_cart_notice .woocommerce-message a:not(.button):visited, .et-db #et-boc .et-l .et_pb_wc_cart_notice .woocommerce-message a:not(.button):active,
.woocommerce-message a:not(.button):hover,
.woocommerce-message a:not(.button):visited,
.woocommerce-message a:not(.button):active {
    color: #fff !important; }

/*
 * GRAVITY FORM STYLING
 */
body .gform_wrapper ul.gform_fields {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

@media (min-width: 768px) {
  body .gform_wrapper ul.gform_fields {
    margin-right: -30px !important; } }
  body .gform_wrapper ul.gform_fields .gfield {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    padding: 0 0 10px 0 !important; }

@media (min-width: 768px) {
  body .gform_wrapper ul.gform_fields .gfield {
    padding-right: 30px !important; } }

@media (min-width: 768px) {
  body .gform_wrapper ul.gform_fields .gfield.x-half {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 0 40% !important;
        -ms-flex: 1 0 40% !important;
            flex: 1 0 40% !important;
    padding-right: 30px !important; } }

@media (min-width: 768px) {
  body .gform_wrapper ul.gform_fields .gfield.x-one-third {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 33.333% !important;
        -ms-flex: 0 0 33.333% !important;
            flex: 0 0 33.333% !important;
    /*
                    flex-grow: 0!important;
                    flex-shrink: 0!important;
                    flex-basis: calc(33.333% - 30px)!important;
                    margin-right: 30px!important;
                    */ } }
    body .gform_wrapper ul.gform_fields .gfield .gfield_label {
      color: #333 !important;
      font-weight: normal !important; }
    body .gform_wrapper ul.gform_fields .gfield .ginput_container {
      margin-top: 6px !important; }

body .gform_wrapper .gform_footer input[type="submit"] {
  border: none !important;
  background: #333 !important;
  color: #fff !important;
  padding: 15px 20px !important;
  cursor: pointer !important;
  -webkit-transition: background 250ms ease-out !important;
  transition: background 250ms ease-out !important; }
  body .gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #000 !important; }

body .gform_wrapper input[type="text"],
body .gform_wrapper textarea:not(.g-recaptcha-response) {
  display: block !important;
  width: 100% !important;
  border: 2px solid #b6b6b6 !important;
  color: #000 !important;
  background: #fff !important;
  font-size: 1rem !important;
  padding: 5px 10px !important; }
  body .gform_wrapper input[type="text"]:hover, body .gform_wrapper input[type="text"]:focus,
body .gform_wrapper textarea:not(.g-recaptcha-response):hover,
body .gform_wrapper textarea:not(.g-recaptcha-response):focus {
    border-color: #000 !important; }

body .gform_wrapper select {
  width: 100% !important;
  border: 2px solid #b6b6b6 !important;
  color: #000 !important;
  background: #fff !important;
  font-size: 1rem !important;
  padding: 5px 10px !important; }
  body .gform_wrapper select:hover, body .gform_wrapper select:focus {
    border-color: #000 !important; }

body .gform_wrapper .image-choices-choice {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
  -webkit-flex-basis: calc(50% - 10px) !important;
      -ms-flex-preferred-size: calc(50% - 10px) !important;
          flex-basis: calc(50% - 10px) !important;
  padding: 0 !important;
  margin: 0 10px 10px 0 !important;
  background: #f8f8f8 !important;
  border-radius: 10px !important;
  border: 2px solid #f8f8f8 !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition: border 200ms ease-out !important;
  transition: border 200ms ease-out !important; }
  body .gform_wrapper .image-choices-choice.image-choices-choice-selected {
    border-color: #333 !important; }

@media (min-width: 768px) {
  body .gform_wrapper .image-choices-choice {
    -webkit-flex-basis: calc(20% - 15px) !important;
        -ms-flex-preferred-size: calc(20% - 15px) !important;
            flex-basis: calc(20% - 15px) !important;
    margin: 0 15px 15px 0 !important; } }
  body .gform_wrapper .image-choices-choice label {
    border: none !important;
    height: 100% !important; }

body .gform_wrapper .image-choices-choice-text {
  font-size: 1rem !important;
  color: #333 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

body .gform_wrapper .image-choices-choice-image-wrap {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 100% !important;
  border-radius: 10px !important; }

/* Samples form styling */
body .x-gravity-samples-form #input_2_5 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
  -webkit-box-pack: left !important;
  -webkit-justify-content: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
  margin-right: -10px !important; }

@media (min-width: 768px) {
  body .x-gravity-samples-form #input_2_5 {
    margin-right: -15px !important; } }

/* Contact form styling */
.x-gravity-contact-form_wrapper {
  display: none !important; }

.x-gravity-contact-form_wrapper.is-visible,
.x-gravity-contact-form_wrapper.gform_validation_error {
  display: block !important; }

.x-contact-btn {
  cursor: pointer !important; }

/*
 * NEXTGEN GALLERY
 */
#et-boc .et-l h6 {
  color: #fff !important;
  font-size: 14px !important;
  text-transform: capitalize !important; }

/*
 * Stop Divi Featured Images from Stretching
 */
body.single article.has-post-thumbnail > img:nth-of-type(1) {
  width: auto !important;
  height: auto !important; }

body.single article.has-post-thumbnail .et_post_meta_wrapper > img:nth-of-type(1) {
  width: auto !important;
  height: auto !important; }

/*
 * BLOG
 */
.et_pb_blog_grid .et_pb_post {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* align blog text with images */
.et_pb_image_container {
  margin: 0 0 0px 0 !important; }

.et_main_video_container {
  margin: 0 0 30px 0 !important; }

/*
 * SLIDER REVOLUTION - MATERIAL SLIDER
 */
rs-module-wrap[data-alias="material-slider"] rs-slide img {
  -o-object-fit: cover;
     object-fit: cover; }
