/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Version: 3.0.16
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/


/**
* General settings
*/

body,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', Arial, Lucida, sans-serif!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300!important;
}


/* Sidebar */

#sidebar {
    font-size: 16px;
    line-height: 1.5;
}
#sidebar li {
    margin-bottom: 1em;
}

a {transition: all 400ms ease-in;}

/* Coments */

.et_post_meta_wrapper {
    display: none;
}
.single .et_pb_post,
.single #left-area {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

dl dt {
  color: #008ed2;
}
dl dd {
  margin-left: 0;
}


p small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {font-size: 0.7em;}

sup {
    bottom: 0.4em;
}

sup small {
  font-size: 0.5em;
}




/**
 * Header Code
 */

#main-header,
#et-top-navigation ul li a {
  font-weight: 400;
}

#et-top-navigation {
  padding-left: 0!important;
}

#main-header {
  box-shadow: none;
  z-index: 1000!important;
}

#top-header {
  display: none;
}

#top-header .et-social-icons li a.fa {
  font-size: 1.2em;
  vertical-align: baseline;
}

.header-button {
  line-height: 40px;
  margin: 10px 0;
}

.header-button a {
  height: 40px;
  padding: 4px 25px!important;
  line-height: 30px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  font-weight: 300;
  font-size: 16px;
  border: solid 1px #fd2357;
  color: #fd2357!important;
}

.welcome-bar-container {
  color: transparent;
}

.welcome-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #393838;
    height: 54px;
    padding: 7px 20px;
    z-index: 99999;
    vertical-align: middle;
}

.welcome-bar span {
  color: #fff;
}

.welcome-bar a.link-banner {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.et-fixed-header .header-button a {
  background: #fd2357;
  color: #fff!important;
}

.header-button.limited {
  line-height: 1.2;
}

body.et_fixed_nav.et_secondary_nav_enabled #main-header {
  top:0;
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

@media only screen and (min-width: 981px) {
  .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 0!important;
  }
}

.header-button.limited a:after {
  content: "Limited Quantity";
  font-weight: 400;
  display: block;
  font-size: 0.9em;
}

#mobile_menu .header-button {
  display: none;
}

#et_mobile_nav_menu {
  position: fixed;
  right: 0;
  top: 102px;
  display: none;
}

#et_mobile_nav_menu .et_mobile_menu {
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  position: fixed;
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.5);
}

.mobile_menu_bar {
  padding-bottom: 0!important;
  background: rgba(0,0,0,0.6);
}

.mobile_menu_bar,
.mobile_menu_bar:before,
.mobile_menu_bar:after {
  color: white!important;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  cursor: pointer;
}

.mobile_menu_bar:before,
.mobile_menu_bar:after {
  position: relative;
  top: 0;
  left: 0;
  font-size: 32px;
  transition: all 600ms ease-out;
  font-family: "ETmodules" !important;
}

.mobile_nav.opened .mobile_menu_bar:before,
.mobile_nav.opened .mobile_menu_bar:after {
  top: -32px;
}

.mobile_menu_bar:after {
  content: 'M';
}

@media screen and (min-width: 981px) {
  .header-button a .daysLeft {
    display: block;
    text-align: center;
  }

  .et_header_style_left #et-top-navigation nav > #et-secondary-nav,
  .et_header_style_split #et-top-navigation nav > #et-secondary-nav {
    vertical-align: text-bottom;
    margin-left: 20px;
  }
}

@media screen and (max-width: 980px) {
  #top-header {display: none;}

  #main-header {
    position: fixed!important;
    top: 0!important;
  }

  #top-menu-nav {
    margin: 0 0 8px 0;
  }

  .et_header_style_left #et-top-navigation {
    padding-top: 2px!important;

  }

  #top-menu-nav #et-secondary-nav {
    display: inline-block!important;
  }

  .header-button a {
    font-size: 14px;
    padding: 4px 6px!important;
  }

  .welcome-bar {
    padding: 0 10px;
    height: auto;
  }

  .welcome-bar span {
    line-height: 1.7em;
    display: block;
  }

  .welcome-bar a.link-banner {
    margin: 5px 0;
  }
}

.et_fixed_nav:not(.et_hide_nav):not(.page-id-6627) #main-header + #et-main-area {
  padding-top: 60px;
}

@media only screen and (max-width: 980px) {
  .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }

  .et_hide_nav.et_fixed_nav #main-header {
    opacity: 0;
    -webkit-transform: translateY(-86px) !important;
    transform: translateY(-86px) !important;
    transition: all 200ms!important;
  }

  .et_hide_nav.et_fixed_nav #main-header.et-fixed-header {
    opacity: 1;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  .et_fixed_nav:not(.et_hide_nav):not(.woocommerce-page) #main-header + #et-main-area{
    padding-top: 86px;
  }


}

@media screen and (max-width: 480px) {
  .header-button a {
    font-size: 12px;
  }
}

/**
 * END Header Code
 */



 /**
 * Footer Code
 */


.display-inline-block {
  display: inline-block;
}

#main-footer .container {
  width: auto !important;
  max-width: none !important;
  display: inherit;
  padding-left: inherit;
  padding-right: inherit;
}
#main-footer .container #footer-widgets {
  padding: 0 !important;
}
#main-footer .container #footer-widgets .footer-widget {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  overflow: hidden;
}
#main-footer .container #footer-widgets .footer-widget .fwidget {
  margin: 0 !important;
  float: none;
}
#main-footer .container #footer-widgets .footer-widget:first-child {
  padding: 20px 10px;
  background: #393838;
  text-align: center;
}
#main-footer .container #footer-widgets .footer-widget:first-child, #main-footer .container #footer-widgets .footer-widget:first-child a {
  color: white;
}
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget {
  padding: 0 10px;
}
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget:first-child .display-inline-block {
  padding: 0 10px;
  margin: 3px 0;
}
#main-footer .container #footer-widgets .footer-widget .fwidget .display-inline-block .fa {
  margin: 0 5px;
}
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget .single-mailchimp-form {
  max-width: 500px;
  margin: 10px auto;
}
#main-footer .container #footer-widgets .footer-widget:nth-child(2) {
  background: black;
  text-align: center;
  padding: 10px;
}
#main-footer .container #footer-widgets .footer-widget:nth-child(2), #main-footer .container #footer-widgets .footer-widget:nth-child(2) a {
  color: #9c9c9c;
}
#main-footer .container #footer-widgets .footer-widget:nth-child(2) .logo-brand {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}
#main-footer .container #footer-widgets .footer-widget:nth-child(2) .widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}
#main-footer .container #footer-widgets .footer-widget:nth-child(2) .widget_nav_menu ul li {
  display: inline-block;
  padding: 0;
}
#main-footer .container #footer-widgets .footer-widget:nth-child(2) .widget_nav_menu ul li, #main-footer .container #footer-widgets .footer-widget:nth-child(2) .widget_nav_menu ul li a {
  color: #ccc;
}
#main-footer .container #footer-widgets .footer-widget:nth-child(2) .widget_nav_menu ul li:before, #main-footer .container #footer-widgets .footer-widget:nth-child(2) .widget_nav_menu ul li a:before {
  position: static;
  border: none;
  border-radius: 0;
  content: none;
}
#main-footer .container #footer-widgets .footer-widget:nth-child(2) .widget_text {
  text-align: center;
  font-size: 0.8em;
}
#main-footer .container #footer-widgets .footer-widget:nth-child(2) .widget_text .textwidget .display-inline-block {
  padding: 5px 10px;
  margin: 0;
}


#main-footer .container #footer-widgets .footer-widget .widget_text .textwidget .text-white,
#main-footer .container #footer-widgets .footer-widget .widget_text .textwidget .text-white a{
  color: white!important;
}

.page-id-6190 #main-footer .footer-widget:nth-child(1) {
  display: none !important;
}

@media only screen and (min-width: 981px) {
  #main-footer .container #footer-widgets .footer-widget:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #main-footer .container #footer-widgets .footer-widget:first-child .fwidget {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding: 0 10px;
  }


  #main-footer .container #footer-widgets .footer-widget:first-child .fwidget:first-child {
    text-align: right;
  }
  #main-footer .container #footer-widgets .footer-widget:first-child .fwidget .single-mailchimp-form {
    margin: 0;
  }
  #main-footer .container #footer-widgets .footer-widget:nth-child(2) .widget_nav_menu ul li {
    display: inline-block;
  }
  #main-footer .container #footer-widgets .footer-widget:nth-child(2) .widget_nav_menu ul li:not(:first-child):before, #main-footer .container #footer-widgets .footer-widget:nth-child(2) .widget_nav_menu ul li a:not(:first-child):before {
    content: "\2022";
    padding: 0 15px 0 11px;
  }
  #main-footer .container #footer-widgets .footer-widget:nth-child(2) .widget_text .textwidget > a {
    margin: 0 40px 0 0;
  }
}
@media only screen and (max-width: 980px) {
  #main-footer .container #footer-widgets .footer-widget:nth-child(2) .widget_nav_menu ul li {
    margin: 0 10px 5px;
  }
}




/**
 * Helpers
 */

.hidden {
  display: none;
}

.table {
  display: table !important;
  float: none;
}

.table .cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.table .cell.et_pb_column_1_2 {
  width: 50%;
}

.table .cell.et_pb_column_1_3 {
  width: 33%;
}

.title-decorator:after {
  content: "";
  display: block;
  width: 27px;
  height: 15px;
  background: url(/wp-content/uploads/2016/07/ico-title-decorator.png) no-repeat 0 0;
  background-size: 27px 15px;
  margin: 45px auto -20px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

/* Press Slider */
.press-slider .et_pb_slide_content:before {
  font-size: 50px;
  color: #3dc1e7;
  font-weight: bold;
  content: '\201C';
  display: block;
  text-align: center;
}

.press-slider .et_pb_slide_content p {
  max-width: 300px;
  margin: 10px auto 0;
}

.press-slider .et_pb_slide_content p .press-logo {
  vertical-align: middle;
}

/* Responsive Blurbs */
.responsive-blurbs .et_pb_blurb {position: relative;}

.responsive-blurbs .et_pb_blurb:before {
  font-weight: bold;
  color: #3dc1e7;
  margin-bottom: 10px;
  display: block;
}

.responsive-blurbs .et_pb_blurb_0:after,
.responsive-blurbs .et_pb_blurb_1:after {
  content: url(/wp-content/uploads/2016/03/img-dots.png);
  right: 0;
  transform: translate(79%, -50%) scale(0.5);
  top: 50%;
  position: absolute;
}

.responsive-blurbs .et_pb_blurb .et_pb_blurb_content {
  font-size: 1rem;
  line-height: 1.2;
}

.responsive-blurbs .et_pb_blurb .et_pb_main_blurb_image {
  margin-bottom: 15px;
}

@media screen and (max-width: 980px){
  .responsive-blurbs .et_pb_blurb {
    text-align: left;
  }

  .responsive-blurbs .et_pb_blurb:before {
    margin-right: 20px;
    float: left;
    line-height: 85px;
  }

  .responsive-blurbs .et_pb_blurb_0,
  .responsive-blurbs .et_pb_blurb_1 {
    padding-bottom: 10px;
    margin-bottom: 30px!important;
  }

  .responsive-blurbs .et_pb_blurb_0:after,
  .responsive-blurbs .et_pb_blurb_1:after {
    left: 80px;
    transform: rotate(90deg) scale(0.5);
    top: 100px;
    right: auto;
    transform-origin: left top;
  }

  .responsive-blurbs .et_pb_blurb .et_pb_blurb_content {
    max-width: none;
    white-space: nowrap;
  }

  .responsive-blurbs .et_pb_blurb .et_pb_blurb_container {
    margin-left: 20px;
  }

  .responsive-blurbs .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 0;
    min-width: 85px;
  }

  .responsive-blurbs .et_pb_blurb .et_pb_main_blurb_image,
  .responsive-blurbs .et_pb_blurb .et_pb_blurb_container {
    display: inline-block;
    vertical-align: middle;
  }

  .responsive-blurbs .et_pb_blurb .et_pb_main_blurb_image,
  .responsive-blurbs .et_pb_blurb .et_pb_main_blurb_image img {
    width: 85px!important;
  }

}

/* Watch Video Button*/
.btn-watch-video {
  line-height: 32px;
  height: 40px;
  border-radius: 22px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  text-decoration: none;
  padding: 4px 46px 5px 20px;
  position: relative;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 200ms ease-in;
}
.btn-watch-video .fa {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  border: solid 1px white;
  position: absolute;
  top: 3px;
  right: 4px;
  text-indent: 4px;
}
.btn-watch-video:hover {
  padding-right: 50px;
  padding-left: 24px;
}

/* Contact page button */
.contact-btn {
  border: solid 2px #ff8159;
  font-size: 10px;
  padding: 0px 20px;
  display: inline-block;
  font-weight: 600;
  margin-top: 30px;
  letter-spacing: 1px;
}

/* Learn more button */
.learn-more {
  display: block;
  position: absolute;
  color: rgba(0,0,0,0.8)!important;
  font-size: 15px;
  bottom: -30px;
  left: 0; right: 0;
  text-align: center;
  letter-spacing: 0.5px;
}

.learn-more:before,
.learn-more:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #3dc1e7;
  display: block;
  top: 43px;
  border-radius: 1px;
}

.learn-more:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
  margin-left: -17px;
}

.learn-more:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 50%;
  margin-right: -17px;
}

/* Vertical aligner (make sure you "equalize" the rows on DIVI theme)*/

@media only screen and (min-width: 981px){
  .vcenter .et_pb_column {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
  .vcenter .et_pb_column .et_pb_image,
  .vcenter .et_pb_column img {
      height: auto;
      display: block;
  }

  .vcenter .vcenter-bottom {
    -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  }

  .vcenter .vcenter-top {
    -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  }
}

/* Image + content full-bleed module (make sure you also use .vcenter class for better looking) */
.fullbleed .et_pb_row {
    width: 100%!important;
    max-width: 100%!important;
}

.fullbleed .et_pb_text {
    padding: 20px!important;
}

.fullbleed .et_pb_text small {
    font-size: 0.8em;
    color: #999;
}

.fullbleed .et_pb_column .et_pb_image,
.fullbleed .et_pb_column img {
    width: 100%;
}
@media screen and (min-width: 981px) {
    .fullbleed .et_pb_text {
        padding: 20px 60px!important;
    }
    .fullbleed .et_pb_column {
        margin-right: 0!important;
        width: 50%!important;
    }
}


/* Custom Collapsible sections */

[data-collapse] {
  cursor: pointer;
}
collapser[data-collapse] {
  -webkit-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  color: white;
  font-size: 20px;
  font-weight: 400;
  padding: 10px;
  line-height: 1.6;
}

collapser[data-collapse]:not(.active) .title-decorator:after {
  margin-top: 0;
  opacity: 0;
}

collapser[data-collapse].active .title-decorator:after {
  opacity: 1;
}

[data-collapse].custom-caret {
  position: relative;
  padding: 20px 60px 20px 10px;
  text-align: center;
  color: #484848;
}
[data-collapse].custom-caret .plus-icon {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  border: solid 2px #2c84c1;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -5px;
}
[data-collapse].custom-caret .plus-icon:before,
[data-collapse].custom-caret .plus-icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  right: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  background: #2c84c1;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
[data-collapse].custom-caret:not(.active) .plus-icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
  transform: translate(-50%, -50%) rotate(270deg);
}
collapser[data-collapse]:not(.custom-caret):after,
.faq-module dt:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
[data-collapse].active:not(.custom-caret):after,
.faq-module dt.active:not(.custom-caret):before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.faq-module dt:before {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  top: 4px;
  right: auto;
  border-color: transparent transparent transparent #2c84c1;
}
.faq-module {
  margin: 0;
  padding: 10px 0 0;
}
.faq-module dt {
  font-weight: 400;
  position: relative;
  color: #2c84c1;
  font-size: 1.1em;
}
.faq-module dd {
  margin: 0 0 10px;
  display: none;
}
.faq-section h3 {
  margin-top: 40px;
}

.faq-section {margin-top: -50px;}
@media screen and (max-width: 980px) {
  .collapsed {
    display: none;
  }

  [data-collapse].custom-caret {
    padding-right: 10px;
    font-size: 16px;
  }
}


/* WonderPlugin Carousel */

.amazingcarousel-image > div {
    display: none!important;
}
.wonderplugincarousel:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    content: "";
    display: block;
}

/**
 * Contact 7
 */
.wpcf7-form p {padding-bottom: 0.5em!important;}
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar, .wpcf7-select {
    background-color: #fff !important;
    border: 1px solid #d6d5d5 !important;
    width: 100% !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
    font-size: 14px;
    color: #999 !important;
    padding: 0 15px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.wpcf7-text, .wpcf7-captchar, .wpcf7-select {
  height: 35px;
}

span.wpcf7-not-valid-tip {
  font-size: 0.8em;
  color: #fd2357;
}

.wpcf7-textarea {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  height: 100px;
}

span.wpcf7-list-item {
  display: block;
}

.wpcf7-submit {
    color: #fff !important;
    margin: 0 auto;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
    padding: 1px 6px;
    line-height: 1em;
    background-color: #fd2357;
    border: 1px solid #fd2357;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    height: 40px;
    font-family: Arial !important;
    text-align: center;
    min-width: 155px;
}
.wpcf7-submit:hover {
    background-color: #fd6589;
    border-color: #fd6589;
}

div.wpcf7-response-output {
  padding: 0;
  margin: 0;
}

div.wpcf7-response-output::before {
    margin-right: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  border: 0;
}

div.wpcf7-validation-errors::before {
  content: "\f06a";
  color: #fd2357;
}

div.wpcf7-mail-sent-ok::before {
  content: "\f058";
  color: #398f14;
}

.wpcf7-form fieldset.inline {
    display: inline-block;
    float: left;
    width: 48%;
    vertical-align: top;
    clear: none;
}
.wpcf7-form fieldset {
    margin-right: 2%;
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
    clear: both;
}
.wpcf7-form fieldset, input {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}



/* Minor other helpers */
.mobile-visible {
    display: none !important;
}

.fullwidth-text {
    white-space: nowrap;
}

table.borderless,
table.borderless td {
    border: none;
    vertical-align: top;
    line-height: 1.8;
}

table.borderless td:first-child {
    width: 30%;
}

.plus-ul ul {
    list-style: none;
    padding: 0;
}
.plus-ul ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.plus-ul ul li:before {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    color: #f2805b;
}

.prefooter-btn {
    color: white!important;
    background: #ff8159!important;
    border-radius: 6px;
    padding: 8px;
    border: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    width: 220px;
}

#hero .prefooter-btn {
    width: 191px;
    margin-top: 20px;
}

/* Minor other helpers Breakpoints */

@media screen and (max-width: 980px) {
    .mobile-bg-hidden {
        background-image: none!important;
    }
    .mobile-visible:not(.collapsed) {
        display: inherit !important;
    }
    .mobile-hidden {
        display: none !important;
    }
    .fullwidth-text {
        white-space: normal;
    }

    .table .cell {
      display: initial;
      float: left;
    }

    .table .cell.et_pb_column_empty {
      display: none;
    }
}

@media screen and (max-width: 640px) {
    table.borderless td {
        font-size: 16px;
        padding: 6px 10px;
    }
}

/*** Trenche Fixes ***/

/*** Mobiles ***/

/* Mobile Portrait and Landscape*/
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){ 
    .home-section-1 {
        background-position: 12% 100%;
    }
    .home-section-3 {
        background-position: top center;
    }
    .home-section-7 {
        background-position: 10% 100%;
    }
    .et_pb_text_11 {
        font-size: 20px !important;
    }

}

/* Mobile Landscape */
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 736px), only screen and (max-width: 480px) and (orientation : landscape){
    .home-section-1 {
        height: 110vh;
        background-position: 12% 100%;
    }
    .home-section-3, .home-section-7 {
        height: 110vh;
        background-position: top center;
    }
    .home-section-7 {
        background-position: 10% 45%;
    }
    .blurb-section .et_pb_blurb_3.et_pb_blurb {
        margin-left: 200px !important;
    }
}
@media only screen and (max-width: 736px) and (orientation : landscape){
    .blurb-section .et_pb_blurb_3.et_pb_blurb {
        margin-left: 400px !important;
    }
}

@media only screen and (min-width: 660px) and (max-width: 668px) {
    .blurb-section .et_pb_blurb_3.et_pb_blurb {
        margin-left: 350px !important;
    }
}

@media only screen and (min-width: 660px) and (max-width: 737px) {
    .home-section-1 .et_pb_text_3 {
        margin-top: 0 !important;
    }
    .home-section-1 .et_pb_text_4 {
        margin-top: 30px !important;
        padding-left: 150px !important;
        font-size: 18px;
    }
    .home-section-1 .et_pb_text_5 {
        margin-top: 30px !important;
    }
    .home-section-1 .et_pb_button_1.et_pb_button.et_pb_module {
        margin-top: -35px;
    }
    .home-section-3 .et_pb_column_10 {
        margin-top: -25px;
    }
    .home-section-7 .et_pb_column_1_3 .et_pb_text_13 {
        margin-top: -50px;
    }
}

/* Mobile Portrait */
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : portrait){ 
    .home-section-1, .home-section-7 {
        height: 110vh;
    }
}

/*** Tablets ***/

/* Tablet Portrait and Landscape */
@media (min-device-width: 800px) and (max-device-width: 1280px) {
    .home-section-1 {
        background-position: 12% 100%;
    } 
    .home-section-3 {
        background-position: top center;
    }
    .et_pb_column_1 .et_pb_text_0 {
        margin-left: 0px !important;
    }
}

/* Tablet  Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)  {
    .home-section-1, .home-section-3 {
        height: 80vh;
    }
    .home-section-7 {
        height: 70vh;
    }
}

/*iPhone 5 landscape*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
  .home-section-1 .et_pb_column_2 .et_pb_text_3 {
     margin-left: 200px !important;
  }
}

/*iPhone 6 landscape*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
  .home-section-1 .et_pb_column_2 .et_pb_text_3 {
     margin-left: 0px !important;
  }
}

/* Smaller Devices */
/*Landscape*/
@media only screen and (min-width: 520px) and (max-width: 570px) {
    .home-section-1 {
        background-position: top center;
    }
    .home-section-1 .et_pb_text_3 {
        margin-top: 0px !important;
        margin-bottom: 0 !important;
        font-size: 31px;
    }
    .home-section-1 .et_pb_text_4 {
        font-size: 13px;
        margin-top: 15px !important;
        padding-left: 250px !important;
    }
    .home-section-1 et_pb_module {
        margin-bottom: 0 !important;
    }
    .home-section-1 .et_pb_text_5 {
        margin-top: 20px !important;
    }
    .home-section-1 .et_pb_button_1.et_pb_button.et_pb_module {
        margin-top: 0px !important;
        font-size: 17px !important;
    }
    body #page-container .et_pb_button_1 {
        font-size: 17px !important;
    }
    .home-section-3 .et_pb_row_6 {
        margin-top: -100px;
    }
    .home-section-3 .et_pb_row_6 .et_pb_column_1_3 .et_pb_text_9 {
        font-size: 19px;
    }

    .home-section-7 .et_pb_column_1_3 .et_pb_module.et_pb_text_13 {
        margin-top: -100px;
        font-size: 19px;
    }

    .blurb-section .description-blurb {
        margin-left: 300px !important;
        margin-top: 20px;
    }
    .home-section-1 .et_pb_column_1_3 .et_pb_blurb_3 {
        padding-left: 80px;
    }
}


/*Specific resolution*/

@media only screen and (min-width: 411px) and (max-width: 415px) {
    .home-section-1 .et_pb_text_3 {
        font-size: 26px;
        margin-top: 100px !important;
        margin-left: 70px !important;
    }
    .home-section-1 .et_pb_text_4 {
        font-size: 16px !important;
    }
    .home-section-1 .et_pb_button_1.et_pb_button.et_pb_module {
        margin-top: 100px !important;
    }
    .home-section-3 .et_pb_row_6 .et_pb_column_1_3 .et_pb_text_9 {
        font-size: 22px;
        padding-top: 250px;
    }
    .et_pb_section_8 .et_pb_text_11 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .et_pb_text_11 {
        font-size: 24px !important;
    }

}
@media only screen and (min-width: 374px) and (max-width: 376px) {
    .home-section-1 .et_pb_text_3 {
        font-size: 23px;
        margin-top: 80px !important;
        margin-left: 65px !important;
    }
    .home-section-3 .et_pb_row_6 .et_pb_column_1_3 .et_pb_text_9 {
        font-size: 22px;
        padding-top: 250px;
    }
    .et_pb_text_11 {
        font-size: 24px !important;
    }
}
@media only screen and (min-width: 730px) and (max-width: 737px) {
    .home-section-1 {
        background-position: 12% 18%;
    }
    .home-section-1 .et_pb_text_3 {
        font-size: 36px;
        margin-left: 240px !important;
    }
    .home-section-1 .et_pb_button_1.et_pb_button.et_pb_module {
        margin-top: -10px !important;
    }
    .home-section-1 .et_pb_column_1_3 .et_pb_blurb_3 {
        width: 261px;
        float: right;
    }
}

@media only screen and (min-width: 640px) and (max-width: 668px) {
    .home-section-1 {
        background-position: top center;
    }
    .home-section-1 .et_pb_text_3 {
        font-size: 36px;
    }
    .home-section-1 .et_pb_text_3 {
        font-size: 28px !important;
    }
    .home-section-1 .et_pb_column .et_pb_module {
        margin-bottom: 20px !important;
    }
    .home-section-1 .et_pb_text_5 {
        margin-top: 25px !important; 
    }
    .home-section-1 et_pb_text_4 {
        margin-top: 20px !important;
    }
    .home-section-1 .et_pb_button_1.et_pb_button.et_pb_module {
        font-size: 18px !important;
        margin-top: 10px;
    }
    body #page-container .et_pb_button_1 {
        font-size: 18px !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 801px) {
    .home-section-1 {
        background-position: 15% 100%;
    }
    .home-section-3 et_pb_text_9 {
        padding-top: 740px;
    }
    .blurb-section .et_pb_column_1_3 .et_pb_blurb_2 .et_pb_blurb_content {
        margin-top: 200px;
    }
    .blurb-section .et_pb_column_1_3 .et_pb_blurb_3 {
        padding-left: 210px;
    }
    .home-section-7 {
        background-position: 20% 100%;
    }

}
@media only screen and (min-width: 767px) and (max-width: 769px) {
    .home-section-1 .et_pb_text_3 {
        font-size: 35px !important;
        margin-top: 80px !important;
    }
    .home-section-1 .et_pb_text_4 {
        font-size: 25px !important; 
    }
    .home-section-3 .et_pb_text_9 {
        padding-top: 530px;
    }
}

@media only screen and (max-width: 361px) {
    .home-section-1 .et_pb_text_3 {
        margin-top: 90px !important;
        font-size: 21px !important;
    }
    .home-section-1 .et_pb_text_5 {
        padding-left: 200px !important;
    }
    .home-section-3 .et_pb_column_1_3 .et_pb_text_9 {
        padding-top: 170px;
    }
}
@media only screen and (max-width: 321px) {
    .home-section-1 .et_pb_text_3 {
        margin-top: 60px !important;
        font-size: 21px !important;
        margin-left: 50px !important;
    }
    .home-section-1 .et_pb_text_4 {
        font-size: 15px;
        padding-left: 30px !important;
    }
    .home-section-1 .et_pb_text_5 {
        padding-left: 150px !important
    }
    .home-section-1 .et_pb_button_1.et_pb_button.et_pb_module {
        font-size: 22px !important;
        margin-top: -20px;
    }
    body #page-container .et_pb_button_1 {
        font-size: 22px !important;
    }
    .home-section-3 .et_pb_row_6 {
        margin-top: 100px;
    }
    .home-section-3 .et_pb_row_6 .et_pb_column_1_3 .et_pb_text_9 {
        font-size: 19px;
    }

    .home-section-7 .et_pb_column_1_3 .et_pb_text_13 {
        margin-top: -45px;
        font-size: 19px;
    }
    .et_pb_section_8 .et_pb_column_4_4 .et_pb_text_11 {
        padding: 0 25px;
    }
    .home-section-3 .et_pb_column_1_3 .et_pb_text_9 {
        margin-top: -53px;
    }
    .et_pb_text_11 {
        font-size: 20px !important;
    }
}


/**
 * END Helpers
 */
