/*** GENERAL SECTIONS STYLE -----------------------------------------------------------*/
/*** RESET THEME SPACING ---------------------------------*/
/* Remove default margin-bottom from all divs */
.wpb_wrapper>div {
  margin-bottom: 0;
}

.hero-heading{z-index:9 !important;}
/* portfolio page custom */

.vc-hoverbox-front-inner {background-color: rgba(255,255,255,0.8); margin:20px;}
.vc-hoverbox-front-inner  h2 {border-bottom: 1px solid #222222;}

/* Remove default padding for all columns */
.vc_column_container>.vc_column-inner {
  padding: 0;
}

/*reset theme*/
.vc_column-inner .wpb_wrapper .vc_row{
    margin-left:0;
    margin-right:0;
}

/* Remove columns padding-top */
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0px;
}

/* Remove margin from paragraph */
p {
  margin: 0;
}

/* Remove default margin-bottom from all elemets */
.wpb_content_element {
  margin-bottom: 0;
}

/* set the wrapper width to the default theme one */
@media only screen and (max-width: 767px) {
  .section_wrapper, .container, .four.columns .widget-area {
    max-width: 700px !important;
  }
}

li a.top-call {
  background: url(/wp-content/uploads/2019/07/call-white1.png) no-repeat !important;
  padding-left: 25px !important;
  background-position: 0% 50% !important;
  font-size: 22px;
  color: #fff !important;
}
a.top-call:hover {
        -webkit-animation: top-call1 1s ease;
        animation: top-call1 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}

@-webkit-keyframes top-call1
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes top-call1
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.main-header-bar {
  background: rgba(82,81,81,.8) !important;
}
.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a {
  color: #fff !important;
}
#masthead .ast-container, .ast-header-breadcrumb .ast-container {
  max-width: 1240px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.main-header-container {
  position: relative;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
/* CUSTOM SPACING ---------------------------------*/
/* padding left and right is given only when the row is stretch otherwise it mess up the padding right and left calculated by the theme*/
.pad-xl {
  padding-top: 12%;
  padding-bottom: 12%;
}

.pad-xl[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.pad-lg {
  padding-top: 10%;
  padding-bottom: 10%;
}

.pad-lg[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.pad-md {
  padding-top: 8%;
  padding-bottom: 8%;
}

.pad-md[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.pad-sm {
  padding-top: 6%;
  padding-bottom: 6%;
}

.pad-sm[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.pad-xs {
  padding-top: 4%;
  padding-bottom: 4%;
}

.pad-xs[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

/* make side padding equal */
@media (max-width:1300px) {
  .pad-xl:not(.vc_inner), .pad-lg:not(.vc_inner), .pad-md:not(.vc_inner), .pad-sm:not(.vc_inner), .pad-xs:not(.vc_inner) {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
}

/* COLUMN PADDING ---------------------------------*/
/* Inner column padding */
.pad-xl-col > .vc_column-inner {
  padding: 12% 12% !important;
}

.pad-lg-col > .vc_column-inner {
  padding: 10% 10% !important;
}

.pad-md-col > .vc_column-inner {
  padding: 8% 8% !important;
}

.pad-sm-col > .vc_column-inner {
  padding: 6% 6% !important;
}

.pad-xs-col > .vc_column-inner {
  padding: 4% 4% !important;
}

@media (max-width: 768px) {
  .pad-xl-col > .vc_column-inner, .pad-lg-col > .vc_column-inner, .pad-md-col > .vc_column-inner, .pad-sm-col > .vc_column-inner, .pad-xs-col > .vc_column-inner {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
}

/* REMOVE PADDING ---------------------------------*/
/* Remove padding top or bottom*/
.remove-pad-top {
  padding-top: 0 !important;
}

.remove-pad-bottom {
  padding-bottom: 0 !important;
}

/* Remove element margin */
.remove-margin-top {
  margin-top: 0 !important;
}

.remove-margin-bottom {
  margin-bottom: 0 !important;
}

/* TEXT ---------------------------------*/
/* headings font family*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2em;
  margin-bottom: 15px !important;
}

/* headings color */
h1, h2, h3, h4, h5, h6 {
  color: #202020;
}

/* headings color on dark backgrounds */
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: #F0F0F0;
}

/* h1 font size for tablet and desktop */
@media (min-width: 1024px) {
  h1 {
    font-size: 75px !important;
  }
}

/* h1 font size for smaller devices */
h1 {
  font-size: calc(20px + 2vw);
}

/* h2 font size for tablet and desktop */
@media (min-width: 1024px) {
  h2 {
    font-size: 41px !important;
  }
}

/* h2 font size for smaller devices */
h2 {
  font-size: calc(20px + 1vw);
}

/* h3 font size for tablet and desktop */
@media (min-width: 1024px) {
  h3 {
    font-size: 27px !important;
  }
}

/* h3 font size for smaller devices */
h3 {
  font-size: calc(19px + 1vw);
}

/* paragraph font family and size */
p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
}

/* paragraph and list color */
p, li {
  color: #7d7d7d;
}

/* paragraph and list color on dark backgrounds */
.dark p, .dark li {
  color: #ffffff;
}

/* BUTTON ---------------------------------*/
/* Remove default button style*/
.vc_btn3.vc_btn3-style-modern {
  background-image: none !important;
  background-repeat: none;
}
@media only screen and (min-width: 768px){
  .button-flat a.button:after,
  .button-flat button:after{
      background: rgba(0,0,0,.0);

  }
}

/* Buttons style */
.btn>.vc_btn3, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  padding: 0;
  font-size: 18px;
  border-radius: 0;
  letter-spacing: 0;
  text-transform: initial;
  border: 0px solid transparent;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

/* form button */
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background-color: #ee8359 !important;
  color: #F8F8F8 !important;
  border: 1px solid transparent !important;
  padding: 10px 16px;
  font-size: 18px !important;
  font-weight: 400;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background-color: #fff !important;
  border: 1px solid #ee8359 !important;
  color: #ee8359 !important;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: transparent;
}

/* form button */


/* Button one */
.btn.btn-one>.vc_btn3 {
  background-color: transparent;
  color: #333333 !important;
  border-bottom: 1px solid #333333 !important;
}

/* Button one > hover */
.btn.btn-one:hover>.vc_btn3 {
  background-color: transparent !important;
  border-bottom: 1px solid transparent !important;
  border-left:0px solid transparent !important;
  border-top:0px solid transparent !important;
  border-right:0px solid transparent !important;

}

/* Button one > dark backgrounds > add class btn-dark*/
.btn.btn-one.btn-dark>.vc_btn3 {
  background-color: #C0C0C0 !important;
  color: #181818 !important;
}

/* Button one > dark backgrounds > hover*/
.btn.btn-one.btn-dark:hover>.vc_btn3 {
  background-color: #808080 !important;
}

/* Button two */
.btn-two>.vc_btn3 {
  background-color: #444 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}

/* Button two> hover */
.btn.btn-two:hover>.vc_btn3 {
  background-color: #282828 !important;
}

/* Button two > dark backgrounds > add class btn-dark*/
.btn.btn-two.btn-dark>.vc_btn3 {
  background-color: #C0C0C0 !important;
  color: #181818 !important;
}

/* Button two > dark backgrounds > hover*/
.btn.btn-two.btn-dark:hover>.vc_btn3 {
  background-color: #808080 !important;
  color: #222 !important;
}

/* Button three */
.btn.btn-three>.vc_btn3 {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}

/* Button three > hover */
.btn.btn-three:hover>.vc_btn3 {
  background-color: #282828 !important;
}

/* Button three > dark backgrounds > add class btn-dark*/
.btn.btn-three.btn-dark>.vc_btn3 {
  background-color: #C0C0C0 !important;
  color: #181818 !important;
}

/* Button three > dark backgrounds > hover*/
.btn.btn-three.btn-dark:hover>.vc_btn3 {
  background-color: #808080 !important;
}

/*** MOBILE CTA ***/

/* mobile click to call color */
#mobile-phone-cta a {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
}

#mobile-phone-cta a:hover {
  background-color: #282828 !important;
}

#mobile-phone-cta {
  display: block;
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 44px;
  z-index: 108;
  padding: 0 !important;
  -webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
}

#mobile-phone-cta a {
  display: block;
  height: 44px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding-top: 10px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a.mobile-phone-cta:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2019/07/fa-phone_1.png) no-repeat left center;
  margin: 5px 13px 0 -17px !important;
  width: 18px;
  height: 18px;
}

#mobile-phone-cta>div>div {
padding-top: 0 !important;
}

#mobile-phone-cta a i {
font-size: 16px;
padding-right: 8px;
}

/* Add margin to footer and back to top button so CTA doesn't cover them */
@media screen and (max-width:640px) {
footer, a#back_to_top {
margin-bottom: 50px;
}
}

/* Hide the mobile CTA on desktop */
@media screen and (min-width:768px) {
#mobile-phone-cta {
display: none;
}
}

/* COLUMNS */
/* column full width on tablet */
@media (max-width: 1023px) {
  .full-width-tablet .wpb_column {
    width: 100%;
  }
}

/* minimum height for columns with a background image */
.bg-img-col .vc_column-inner {
  background-size: cover !important;
  background-position: 50% 50%;
  min-height: 15rem !important;
}

/* background for columns with text */
.bg-text-col {
  background-color: whitesmoke;
}

/* REVERSE */
/* reverse columns on tablet */
@media (max-width: 1023px) {
  .reverse-tablet {
    /* Safari */
    /* Safari 6.1+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/* reverse columns on mobile */
@media (max-width: 768px) {
  .reverse-mobile {
    /* Safari */
    /* Safari 6.1+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/* VISIBILITY */
/* hide elements from small screens on*/
@media (max-width: 1240px) {
  .hidden-sm-screen {
    display: none !important;
  }
}

/* hide elements from tablet on */
@media (max-width: 1024px) {
  .hidden-tablet {
    display: none !important;
  }
}

/* hide elements from mobile on */
@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}

/* hide elements from small mobile on */
@media (max-width: 480px) {
  .hidden-sm-device {
    display: none !important;
  }
}

/* BACKGROUND POSITION */
.bg-0 {
  background-position: 50% 0% !important;
}

.bg-20 {
  background-position: 50% 20% !important;
}

.bg-40 {
  background-position: 50% 40% !important;
}

.bg-60 {
  background-position: 50% 60% !important;
}

.bg-80 {
  background-position: 50% 80% !important;
}

.bg-100 {
  background-position: 50% 100% !important;
}

/* OVERLAY ROWS */
.vc_row.overlay-one-row::before {
  content: "";
  position: absolute;
  display:block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,0.15+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.15)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#26ffffff', GradientType=1);
  /* IE6-9 */
}

/* OVERLAY COLUMNS */
.overlay-one-col .vc_column-inner::before {
  content: "";
  position: absolute;
  display:block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,0.15+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.15)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#26ffffff', GradientType=1);
  /* IE6-9 */
  z-index: -1;
}

/* OVERFLOW */
/*make overflow elements in a row visible*/
.overflow.vc_row, .overflow.vc_row[data-vc-full-width] {
  overflow: visible;
}

/* NEGATIVE MARGIN */
@media only screen and (min-width: 1024px) {
.neg-top {
  margin-top: -120px;
}
.neg-bottom {
  margin-bottom: -120px;
}
.neg-left {
  margin-left: -120px;
}
.neg-right {
  margin-right: -120px;
}}


/* END GENERAL CSS ---------------------------------------------------------***/

/* HERO SECTION GENERAL ------------------------------------------------------*/
/* change the background size for home and internal hero */
.hero {
  background-size: cover !important;
}

/* background color of hero inner column */
.hero .hero-col .vc_column-inner {
  background-color: whitesmoke;
}

/* add side padding when row and content are stretched */
.hero[data-vc-stretch-content], .hero.homepage[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.vc_row-has-fill+.vc_row-full-width+.vc_row.hero>.vc_column_container.hero-col>.vc_column-inner {
  padding: 8% 8%;
}

/* inner padding of homepage hero column */
.hero.homepage .hero-col .vc_column-inner {
  padding: 8% 8%;
}

/* titles follow the alignment set to the section */
.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
  text-align: inherit !important;
}

@media (max-width: 768px) {
  .hero {
    text-align: center !important;
  }
}

/*--- HERO ONE ---*/
/* row padding of internal hero */
 .hero.hero-one {
     padding-top: 6%;
     padding-bottom: 6%;
}
/* row padding of homepage hero*/
 .homepage.hero.hero-one {
     padding-top: 12%;
     padding-bottom: 12%;
     background-position: 50% 50%;
}
/* column expand to 100% width on tablet */
 @media (max-width: 1024px) {
     .hero.hero-one .wpb_column {
         width: 100% !important;
    }
}
/*--- HERO SIX ---*/
/* set a minimum height for the hero image in the homepage */
.homepage.hero.hero-six-bg {
  min-height: 50vh;
}

/* set a minimum height for the hero image in the homepage */
.hero.hero-six-bg {
  min-height: 30vh;
  background-position: 50% 50%;
}

/* column negative margin */
.hero.hero-six .hero-col .vc_column-inner {
  margin-top: -97px;
  padding: 6% !important;
}

/* element alignment and row padding */
.hero.hero-six {
  text-align: center !important;
  padding-top: 0 !important;
  padding-bottom: 0% !important;
}

/* set a max width for the column */
@media (min-width: 769px) {
  .hero.hero-six .vc_column-inner {
    max-width: 950px;
    margin: auto;
  }
}

/* column expand to 100% width on tablet */
@media (max-width: 1024px) {
  .hero.hero-six .wpb_column {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .hero.hero-six-bg {
    min-height: 30vh;
  }
}
.hero.hero-six.hp-hero .vc_column-inner {
  max-width: 100%;
}

.hero.hp-hero .hero-col .vc_column-inner {
  background-color: #868585;
  box-shadow: 0 0 20px rgba(0,0,0,0.35);
  padding: 20px !important;
}
.hero.hp-hero .hero-col .vc_column-inner .wpb_wrapper {
  border: 1px solid #a1a0a0 !important;
  padding: 3% !important;
}
.hp-hero h1 {
  margin-bottom: 0 !important;
}
/* PODS GENERAL --------------------------------------------------------------*/
.pods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* columns start stacking on small screens */
@media (max-width: 1240px) {
  .pods {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

/* columns expand to 100% on mobile */
@media (max-width: 600px) {
  .pods .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

/* column max-width - please only change the margin between the columns and adjust the flex-basis so the total is always 50 */
.pods .wpb_column.vc_column_container {
  width: 0;
 -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis:calc(50% - 20px);
  margin:10px;
}

/* use this class when you have 3 pods to adjust the responsive - please only change the margin between the columns and adjust the flex-basis so the total is always 33 */
.pods.pods-three-col .wpb_column.vc_column_container {
   -ms-flex-preferred-size: calc(33.333% - 20px);
  flex-basis:calc(33.333% - 20px);
  margin:10px;
}

.pods.pods-three-col {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* columns expand to 100% on mobile */
@media (max-width: 680px) {
  .pods.pods-three-col .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

/* add margin bottom to icon image */
.pods .wpb_single_image img {
  margin-bottom: 15px;
}

/* style the titles */
.pod-title p {
  text-transform: inherit;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0.02em;
  margin-bottom: 15px !important;
  background: rgba(230,230,230,.8);
  /*font-family: 'Playfair Display', serif;*/
  color: #3b3a3a !important;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pod-title h3 {
  text-transform: inherit;
  margin-bottom: 15px !important;
  background: rgba(82,81,81,.8);
  /*font-family: 'Playfair Display', serif;*/
  color: #ffffff !important;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hp-pods .pod-title {
  width: 100%;
}
.thirty-sec .wpb_column.vc_column_container.vc_col-sm-7 {
  padding-left: 20px;
}
/* style the paragraph */
.pods .wpb_text_column p {
  margin-bottom: 15px !important;
}

/* style the button - if left empty it inherits the style of button one */
.pods .btn.btn-one>.vc_btn3 {
  margin-top: 0 !important;
}

/* link expands to cover the content of the column */
a.pod-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

/* button align to the bottom */

.pods .wpb_column.vc_column_container .vc_column-inner{
  display: flex;
  align-items: stretch;
  height: 100%; 
   width:100%;
}
.pods .wpb_column.vc_column_container .vc_column-inner .wpb_wrapper {
  display: flex;
  flex-flow: inherit;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
}

/*align button to bottom of pod*/
.vc_row.wpb_row.vc_row-fluid.pods .vc_btn3-container{
  margin-top:auto;
}
/* PODS TWO ------------------------------------------------------------------*/
/* change inner column padding */
.pods.pods-two .vc_column-inner {
  padding: 5% !important;
  background-size: cover;
  background-position: 50% 50%;
}

/* center align content and image */
.pods.pods-two, .pods.pods-two .wpb_single_image.vc_align_left {
  text-align: center !important;
}

/* HOVER EFFECT */
/* add overlay on hover */
.pods .wpb_column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 0 !important;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.pods .wpb_column:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


/* change text color on hover*/
.pods.pods-two .wpb_column:hover .pod-title p, .pods.pods-two .wpb_column:hover .wpb_text_column p {
  color: white !important;
  z-index: 2;
  position: relative;
  background:#ee8359;
}

/* change button color */
.pods.pods-two .wpb_column:hover .btn.btn-one>.vc_btn3, .pods.pods-two .wpb_column:hover .btn>.vc_btn3:hover {
  background-color: #404040 !important;
}

/* TEXT SECTION GENERAL ------------------------------------------------------*/
/*Divide text in 2 columns */
@media (min-width: 768px) {
  .text-two-col {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}

/*Divide text in 3 columns */
@media (min-width: 768px) {
  .text-three-col {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}

/*--- TEXT SECTION TWO ---*/
.text-two {}

/* CTA GENERAL --------------------------------------------------------------*/
/* style the text of the cta > use a paragraph*/
.cta .wpb_text_column p {
  font-size: 22px !important;
  line-height: 2em;
  color: #424242;
}

/* use this class to hightlight text in the cta, the phone number for example*/
.cta .cta-highlight {
  margin-top: 25px;
  font-size: 1.4em;
  letter-spacing: 0.08em;
}

/*--- CTA FOUR ---*/
/* content alignment */
.cta-four {
  text-align: left !important;
}

/* column background color */
.cta.cta-four .wpb_column {
  background-color: transparent;
}
.usp-bg-btm {
  background-position: 50% 0 !important;
}
a.hp-cta-nm {
  font-size: 42px;
  color: #424242;
  font-weight: 700;
}
.cta .btn.btn-three>.vc_btn3 {
  background-color: #ee8359 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  padding: 18px 50px;
}
.cta .btn.btn-three:hover>.vc_btn3 {
  background-color: transparent !important;
  border: 1px solid #ee8359 !important;
  color: #ee8359 !important;
}

.hp-usp {
  padding-bottom: 2%;
}
.home-cta-block .neg-bottom.vc_column_container {
  z-index: 9;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 35px rgba(0,0,0,0.1);
  margin-bottom: -109px !important;
}
.cta.cta-four.cta-inner-block {
  padding: 3% 3% 3% 5%;
  border: 1px solid #f4f4f4;
}
/* image margin */
.cta-four .wpb_single_image {
  margin-bottom: 25px !important;
}
.home-cta-block {
  padding: 7% 0 0 0;
}

/*center align icon */
.cta-four .wpb_single_image.vc_align_left {
  text-align: center !important;
  margin-bottom: 25px !important;
}

/*center align all the elements on mobile and makes the padding from the elements stack correctly */
@media (max-width: 767px) {
  .cta-four {
    text-align: center !important;
  }

  .cta-four .wpb_column:nth-child(1) .vc_column-inner {
    padding-bottom: 0 !important;
  }

  .cta-four .wpb_column:nth-child(2) .vc_column-inner {
    padding-top: 0 !important;
  }
}

/* remove padding left on the second column in desktop*/
@media (min-width: 769px) {
  .cta-four .wpb_column:nth-child(2) .vc_column-inner {
    padding-left: 0 !important;
  }
}


/*--- CONTACT PAGE THREE ---*/
/* contact page hero height and background position */
.contact-three-bg {
  padding-top: 12%;
  padding-bottom: 12%;
  background-position: 50% 50%;
}
/* contact page hero title alignment and max-width */
.contact-three-bg .wpb_column h1, .contact-three-bg .wpb_column p {
  max-width: 750px;
  text-align: center !important;
  margin: auto;
}
/* columns width responsive */
@media only screen and (max-width: 1200px) {
  .contact-three > .wpb_column {
      width: 50%;
 }
}
@media only screen and (max-width: 1024px) {
  .contact-three > .wpb_column {
      width: 100%;
 }
  .contact-three > .wpb_column > .vc_column-inner {
      padding: 8% 8% !important;
 }
}
/* row with negative margin */
.contact-three {
  margin-top: -6%;
}
/* form column background */
.contact-three .form-col {
  background-color: whitesmoke;
}
/* list with icons */
.contact-icons .list_item .list_left {
  width: 50px;
  height: 80px;
  line-height: 54px;
  font-size: 27px;
  overflow: hidden;
  text-align: left;
  float: left;
}
/* margin between icon and text */
.contact-icons .list_item .list_right {
  margin-left: 70px;
}
/* margin below icon title */
.contact-icons .list_item .list_right h4 {
  margin-bottom: 5px !important;
}
/* margin above icons */
.contact-icons .list_item {
  margin-top: 20px !important;
}
/* space below icons */
.contact-three .contact-icons {
  padding-top: 20px;
}



/* USP GENERAL ---------------------------------------------------------------*/
.usp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* columns start stacking on small screens */
@media (max-width: 1240px) {
  .usp {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

/* columns expand to 100% on mobile */
@media (max-width: 600px) {
  .usp .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

/* column padding */
.usp .vc_column-inner {
  padding: 0 10% 5% 10% !important;
}

/* column max-width - please only change the margin and adjust the flex-basis so the total is always 50 */
.usp .wpb_column.vc_column_container {
  width: 0;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin: 0.5%;
}

/* use when you have 3 columns - please only change the margin and adjust the flex-basis so the total is always 33 */
.usp.usp-three-col .wpb_column.vc_column_container {
  -ms-flex-preferred-size: 32% !important;
  flex-basis: 32% !important;
  margin: 0.5%;
}

/* change columns padding when they jump on 2 columns*/
@media (max-width: 1239px) {
  .usp .vc_column-inner {
    padding: 3% !important;
  }
}

/* columns expand to 100% on mobile */
@media (max-width: 650px) {
  .usp.usp-three-col .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

/* center align content and image */
.usp, .usp .wpb_single_image.vc_align_left {
  text-align: center !important;
}

/* add margin bottom to icon image */
.usp .wpb_single_image img {
  margin-bottom: 15px;
}

/* style the titles */
.usp-title p {
  text-transform: inherit;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0;
  margin-bottom: 15px !important;
  /*font-family: 'Playfair Display', serif;*/
  color: #535455;
}
*{outline: none !important}

/* USP TWO ------------------------------------------------------------------*/
/* when we want to use a background image below the usp and a title we need to nest the usp row in a container */
.usp-container {
  background-size: cover;
  background-position: 50% 50%;
}

/* USP ONE ------------------------------------------------------------------*/
/* add a background color to the columns */
.usp.usp-one .wpb_column.vc_column_container {
  background-color: transparent;
}


.usp-container .wpb_text_column.wpb_content_element {
  text-align: center;
  max-width: 750px;
  margin: auto;
}
.tst-sec-hp .wpb_column.vc_column_container.vc_col-sm-9 {
  top: -20px;
}
/* margin between title and inner row with pods */
.usp-container > .wpb_column:first-child {
    margin-bottom: 2%;
}
h2 {
  border-bottom: 1px solid #d9d9d9;
  display: inline-block;
  padding-bottom: 15px !important;
}
h1.inner-page-h1 {
  font-size: 60px;
  color: #333 !important;
  text-align: center !important;
}
/* add a background color to the columns */
 .usp.usp-two .wpb_column.vc_column_container {
     background-color: transparent;
}
.hp-pods .wpb_column.vc_column_container:last-child {
  margin-right: 0;
}
.tst-sec-hp {
  padding-top: 7%;
  padding-bottom: 5%;
}
.hp-pods .wpb_column.vc_column_container:first-child {
  margin-left: 0;
}

.hp-pods .wpb_column.vc_column_container {
  min-height: 460px !important;
}

.cta-hp {
  /* background: url(/wp-content/uploads/2019/07/phone.png) no-repeat;
  padding-left: 100px; */
  background-position: 0;
}


/*--------- Contact Form Custom------*/

.hp-parallax .gform_wrapper .top_label li.gfield.hp-frm-fld:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
  width: 20%;
  display: inline-block;
}
.hp-parallax .gform_wrapper .top_label li.gfield.hp-frm-fld4:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
  width: 30%;
  display: inline-block;
}
.hp-parallax {
  background-position: 0% 100% !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed;
}
.vc_row.hp-parallax.overlay-one-row::before {
  background: rgba(0, 0, 0, 0.45)
}

/* .vc_row.contact-three-bg.overlay-one-row::before {
  background: rgba(0, 0, 0, 0.45)
} */

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
  font-weight: 500 !important;
  font-size: inherit;
  color: #272727 !important;
}
.contact-three .hero-col {
  box-shadow: 0 0 30px rgba(177, 177, 177, 0.25);
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  color: #666;
  padding: .75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #aaaaaa;
  border-radius: 2px;
  background: rgba(255,255,255,0.7);
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
}
.hp-parallax .gform_footer.top_label {
  width: 10%;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: 0;
}
.hp-parallax .gform_wrapper .gfield_required, .hp-parallax .gform_wrapper .top_label .gfield_label, .hp-parallax .gform_wrapper legend.gfield_label {
  display: none;
}

.hp-parallax .gform_wrapper ul li.gfield {
  margin-top: 0;
  padding-top: 0;
}
.hp-parallax input[type=email], .hp-parallax input[type=number], .hp-parallax input[type=password], .hp-parallax input[type=reset], .hp-parallax input[type=search], .hp-parallax input[type=tel], .hp-parallax input[type=text], .hp-parallax input[type=url], .hp-parallax select, .hp-parallax textarea {
  color: #ee8359 !important;
  padding: .75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 2px;
  background: rgba(240,240,240,0.4);
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
}
.hp-parallax .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 11px 10px;
}
.hp-parallax .gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color:#d1cbc5 !important;
}
.hp-parallax .gform_wrapper .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
  color:#d1cbc5 !important;
}
.hp-parallax .gform_wrapper .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
  color:#d1cbc5 !important;
}
.hp-parallax .gform_wrapper .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
  color:#d1cbc5 !important;
}
.hp-parallax h2.vc_custom_heading {
  color: #fff;
  border-bottom: 2px solid #9a9a93;
  margin-bottom: 40px !important;
}
.hp-parallax .pad-sm-col > .vc_column-inner {
  padding: 16% 2% 8% 2% !important;
}
.hp-parallax .vc_column_container, .hp-usp .vc_column_container {
  text-align: center !important;
}
.inner-welcome {
  padding-top: 4% !important;
  padding-bottom: 2% !important;
}
/* FOOTER STYLES GENERAL--------*/

/*column padding and margin*/
.footer-group .footer-col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* style the titles */
.footer-col p.title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  overflow: hidden;
  color: #fff !important;
}
p.title:after {
  content: "";
  display: inline-block;
  height: 0.3em;
  vertical-align: middle;
  width: 150px;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid #777777;
}

/*consistent lineheight spacing*/
.footer-col p,
.footer-col a, .footer-col ul li {
  line-height: 2em;
  margin-bottom: 0;
  color: #c2c2c2 !important;
}

/*separate tel and email anchors*/
.footer-col a {
  display: block;
}

/*logo sizing*/
.footer-col a img {
  max-height: 80px;
}
/*stop bad break points*/
.footer-col p span,
a[href^="tel:"],
a[href^="mailto:"] {
  white-space: nowrap;
}

/*lists general*/
.footer-group ul {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0;
}

/*social media list*/
ul.social li {
  display: inline-block;
  padding: 0 10px;
}
ul.social li a i {
  font-size: 30px;
}

/*layout STYLS general*/
@media (max-width: 1240px) {
  .widgets_wrapper .container {
    max-width: 100%;
  }
}
.footer-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#Footer .container{
padding-left:10px !important;
padding-right:10px !important;
}


/*FOOTER SPECIFIC STYLES*/

.footer-group.three ul.social,
.footer-group.three {
  text-align: left;
}
@media (min-width: 1024px) {
  /*keep consistent with logo max height*/
  .footer-group.three .footer-col p.title {
    line-height: 80px;
  }
}
@media (max-width: 1023px) {
  .tst-sec-hp .wpb_column.vc_column_container.vc_col-sm-9 {
    top: 0;
}

  .footer-group.three ul.social {
    margin-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .footer-group.three .footer-col {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}
.ast-footer-overlay{padding-top: 1em;
padding-bottom: 1em;
}

.footer-adv-layout-1 .footer-adv-widget {
    text-align: left;
}
.vc_row.vc_row-o-content-middle.hp-wlcome>.vc_column_container>.vc_column-inner, .vc_row.vc_row-o-content-middle.thirty-sec>.vc_column_container>.vc_column-inner, .vc_row.vc_row-o-content-middle.tst-sec-hp>.vc_column_container>.vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

a.phn-icn {
  background: url(/wp-content/uploads/2019/07/white-call.png) no-repeat;
  background-position: left center;
  padding-left: 25px;
  margin-top: 15px;
}
a.mail-icn {
  background: url(/wp-content/uploads/2019/07/mail.png) no-repeat;
  background-position: left center;
  padding-left: 25px;
}

a.phone-footer {
  background: url(/wp-content/uploads/2019/07/white-call-dark.png) no-repeat;
  background-position: left center;
  padding-left: 25px;
  font-weight: 500;
  color: #7d7d7d;
}
a.email-footer {
  background: url(/wp-content/uploads/2019/07/mail-dark.png) no-repeat;
  background-position: left center;
  padding-left: 25px;
  font-weight: 500;
  color: #7d7d7d;
}


.form-col {
  box-shadow: 0 0 30px rgba(177, 177, 177, 0.25);
}

a.hp-cta-nm:hover,a.email-footer:hover, a.phone-footer:hover  {
  color: #ee8359;
}
.hp-usp .btn.btn-one>.vc_btn3{margin-top: 0 !important;}
.footer-adv a:hover, .footer-adv .no-widget-text a:hover, .footer-adv a:focus, .footer-adv .no-widget-text a:focus {
  color: #ee8359 !important;
}
a.yell-icon {
  margin: 10px 0 0 0;
  display: block;
}
a.yell-icon:hover {
  transform: translateY(-8px);
}
#ast-scroll-top {
  z-index: 999;
}
/* .hp-usp:after {
  content: "";
  position: absolute;
  background: url(https://sp1907645.wpengine.com/wp-content/uploads/2019/07/bg-1-1.png) no-repeat;
  bottom: 0;
  width: 100%;
  height: 171px;
  left: 0;
  right: 0;
  z-index: 1;
} */

@media (min-width: 1600px) and (max-width: 1730px){

}
@media (min-width: 1450px) and (max-width: 1599px){
  .home-cta-block {
    padding: 4% 0 0 0;
}
  .pod-title p {
    font-size: 22px;
}
.inner-welcome {
  padding-top: 0% !important;
  padding-bottom: 4% !important;
}
}

@media (min-width: 1366px) and (max-width: 1499px){
  .home-cta-block {
    padding: 3% 0 0 0;
}
.inner-welcome {
  padding-top: 0% !important;
  padding-bottom: 4% !important;
}
.pod-title p {
  font-size: 20px;
}
}
@media (min-width: 1280px) and (max-width: 1365px){

.pod-title p {
  font-size: 18px;
}
.home-cta-block {
  padding: 3% 0 0 0;
}
}
@media (max-width: 1280px){

  .inner-welcome {
    padding-top: 0% !important;
    padding-bottom: 4% !important;
}
  .home-cta-block {
    padding: 3% 0 0 0;
}
  .tst-sec-hp .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 100% !important;
}
.tst-sec-hp .wpb_column.vc_column_container.vc_col-sm-9 {
  width: 100% !important;
}
  .pod-title p {
    font-size: 20px;
  }
  .hp-parallax .gform_footer.top_label {
    width: 16%;
}
  h2 {
    border-bottom: 1px solid #d9d9d9;
    display: inline-block;
    padding-bottom: 15px !important;
    margin-right: 40px;
  }
  h1 {
    font-size: 55px !important;
    line-height: 60px !important;
  }
  .hp-parallax .gform_wrapper .top_label li.gfield.hp-frm-fld4:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 27%;
}
.hp-parallax .gform_wrapper .top_label li.gfield.hp-frm-fld:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
  width: 19%;
}
}

@media (max-width: 1279px){
  .hero.hero-six .hero-col .vc_column-inner {
    margin-top: -130px;
}

  .cta .btn.btn-three>.vc_btn3 {
    padding: 18px 10px;
      font-size: 16px;
  
  }
  .cta .wpb_text_column p {
  font-size: 18px !important;
  }
  a.hp-cta-nm {
  font-size: 34px;
  }
}


@media (max-width: 1024px){
  .inner-welcome {
    padding-top: 0% !important;
    padding-bottom: 8% !important;
}
  .home-cta-block {
    padding: 1% 0 0 0;
}
.hero.hero-six .hero-col .vc_column-inner {
  margin-top: -180px;
}
  .hp-pods .wpb_column.vc_column_container:first-child {
    margin-left: 10px;
}
.hp-pods .wpb_column.vc_column_container:last-child {
  margin-right: 10px;
}
  .hp-parallax {
    background-position: 50% 100% !important;
}
}

@media (max-width: 1240px){
  .pod-title p {
    background: rgba(230,230,230,.9);
}
  .ast-header-break-point .ast-site-identity {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
  .usp {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
}
@media (max-width: 950px){
  .hero.hero-six .hero-col .vc_column-inner {
    margin-top: -75px;
  }
  .hp-parallax .pad-sm-col > .vc_column-inner {
    padding: 20% 2% 8% 2% !important;
}
.homepage.hero.hero-six-bg {
  min-height: 30vh;
}
}



@media (max-width: 768px){
  .footer-adv-widget-1 .widget:last-child {
    margin: 0;
}
.hp-parallax .pad-sm-col > .vc_column-inner {
  padding: 21% 2% 8% 2% !important;
}

}
@media (max-width: 767px){
  .inner-welcome {
    padding-top: 6% !important;
    padding-bottom: 6% !important;
}

  .usp-bg-btm {;
    display: none !important;
}
  .thirty-sec .wpb_column.vc_column_container.vc_col-sm-7 {
    padding-left: 0px;
}
  .hp-parallax h2.vc_custom_heading {
    margin-bottom: 5px !important;
}
  .hp-parallax .pad-sm-col > .vc_column-inner {
    padding: 8% 2% !important;
}
  .hp-usp .vc_btn3-container {
  padding-bottom: 8%;
}
  .footer-adv-widget-1 .widget:last-child {
    margin: 0;
}
  .hp-pods .wpb_column.vc_column_container:first-child {
    margin-left: 10px;
}
.hp-pods .wpb_column.vc_column_container:last-child {
  margin-right: 10px;
}
.hp-pods .wpb_column.vc_column_container {
  margin-top: 0;
}

  h2 {
    margin-right: 0;
}
  /*remove animations in mobile*/
  .wpb_animate_when_almost_visible {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}

  .footer-group.three .footer-col:last-child {
    margin-bottom: 0;
}
  .ast-footer-overlay {
    margin-bottom: 43px;
  }

  .hp-parallax .gform_wrapper .top_label li.gfield.hp-frm-fld:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 50%;
  }
  .hp-parallax .gform_wrapper .top_label li.gfield.hp-frm-fld4:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 50%;
}
.hp-parallax .gform_footer.top_label {
  width: auto;
  display: inline-block;
  position: inherit;
  /* bottom: 0; */
  margin: 0;
  padding: 0;
}
.hp-parallax .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin: 0 0 10px 0;
  border-radius: 0;
}

h2, .entry-content h2 {
  font-size: 24px;
}
h1 {
  font-size: 32px !important;
  line-height: 35px !important;
}
  
}

@media (max-width: 640px){
.ast-footer-overlay {
  margin-bottom: -7px;
}
.homepage.hero.hero-six-bg {
  min-height: 24vh;
}
.hp-parallax .gform_wrapper .top_label li.gfield.hp-frm-fld:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
  width: 100%;
}
.hp-parallax .gform_wrapper .top_label li.gfield.hp-frm-fld4:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
  width: 100%;
}
.hero.hero-six .hero-col .vc_column-inner {
  margin-top: 0;
}
}

.location .vc_column-inner {
    margin: 5px;
    text-align: center;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.4);
    padding: 20px !important;
    box-sizing: border-box;
    color: #666;
    box-shadow: 1px 2px 10px rgba(0,0,0,.2);
}
.ast-single-post .entry-title, .page-title {
    font-weight: 400;
    /*font-family: 'Barlow', sans-serif;*/
    text-transform: inherit;
}