/**************************
#TYPOGRAPHY - START
**************************/
html, body {
  color: #000;
}

body {
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 300;
}

h4:not(.sub-heading), h5, .h4, .h5 {
  font-family: "Roboto Condensed", sans-serif;
}

h1, h2, h3, h6 {
  line-height: 1.3;
  font-weight: 400;
  font-family: century-old-style-std, serif !important;
  font-style: normal;
}

h1, .h1 {
  font-size: 28px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  font-weight: 700;
}

h1.h120 {
  font-size: calc(28px * 1.2);
}

h2.h120 {
  font-size: calc(24px * 1.2);
}

h3.h120 {
  font-size: calc(20px * 1.2);
}

h1.h140 {
  font-size: calc(28px * 1.4);
}

h2.h140 {
  font-size: calc(24px * 1.4);
}

h3.h140 {
  font-size: calc(20px * 1.4);
}

h1.h160 {
  font-size: calc(28px * 1.6);
}

h2.h160 {
  font-size: calc(24px * 1.6);
}

h3.h160 {
  font-size: calc(20px * 1.6);
}

.allcaps{
    text-transform: uppercase;
}

.primary{
    color: #ff5f51;
}

a {
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

a:hover, a:focus {
  outline: 0;
  color: #c2e08e;
}

blockquote, blockquote p {
  font-family: shelby, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  color: #FF5F51;
  border: 0;
  line-height: 1;
}

.lead {
  font-size: 18px;
  font-weight: 600;
}

.fine-print p {
  font-size: 15px;
  font-weight: 300;
}

p.p120{
    font-size: calc(18px * 1.2);
}

p.p140{
    font-size: calc(18px * 1.4);
}

p.p160{
    font-size: calc(18px * 1.6);
}

.hero .hero-slider {
        display: block;
    visibility: visible;
    opacity: 1;
    width: 100%;

}

@media (max-width: 640px){
    html #wpadminbar{
        top: -46px !important;
    }
}

@media (max-width: 1023px){
    h1.hmobile120 {
      font-size: calc(28px * 1.2);
    }
    
    h2.hmobile120 {
      font-size: calc(24px * 1.2);
    }
    
    h3.hmobile120 {
      font-size: calc(20px * 1.2);
    }
    
    h1.hmobile140 {
      font-size: calc(28px * 1.4);
    }
    
    h2.hmobile140 {
      font-size: calc(24px * 1.4);
    }
    
    h3.hmobile140 {
      font-size: calc(20px * 1.4);
    }
    
    h1.hmobile160 {
      font-size: calc(28px * 1.6);
    }
    
    h2.hmobile160 {
      font-size: calc(24px * 1.6);
    }
    
    h3.hmobile160 {
      font-size: calc(20px * 1.6);
    }
    
    p.pmobile120{
        font-size: calc(18px * 1.2);
    }
    
    p.pmobile140{
        font-size: calc(18px * 1.4);
    }
    
    p.pmobile160{
        font-size: calc(18px * 1.6);
    }
}

@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 46px;
  }

  h2, .h2 {
    font-size: 40px;
  }

  h3, .h3 {
    font-size: 24px;
  }

  h4, .h4 {
    font-size: 20px;
  }

  h5, .h5 {
    font-size: 18px;
  }

  h6, .h6 {
    font-size: 16px;
  }
  
  h1.h120 {
    font-size: calc(46px * 1.2);
  }
    
  h2.h120 {
    font-size: calc(40px * 1.2);
  }
  
  h3.h120 {
    font-size: calc(24px * 1.2);
  }
    
  h1.h140 {
    font-size: calc(46px * 1.4);
  }
    
  h2.h140 {
    font-size: calc(40px * 1.4);
  }
    
  h3.h140 {
    font-size: calc(24px * 1.4);
  }
    
  h1.h160 {
    font-size: calc(46px * 1.6);
  }
    
  h2.h160 {
    font-size: calc(40px * 1.6);
  }
    
  h3.h160 {
    font-size: calc(24px * 1.6);
  }
}

@media (max-width: 1170px){
    h1.htablet120 {
      font-size: calc(28px * 1.2);
    }
    
    h2.htablet120 {
      font-size: calc(24px * 1.2);
    }
    
    h3.htablet120 {
      font-size: calc(20px * 1.2);
    }
    
    h1.htablet140 {
      font-size: calc(28px * 1.4);
    }
    
    h2.htablet140 {
      font-size: calc(24px * 1.4);
    }
    
    h3.htablet140 {
      font-size: calc(20px * 1.4);
    }
    
    h1.htablet160 {
      font-size: calc(28px * 1.6);
    }
    
    h2.htablet160 {
      font-size: calc(24px * 1.6);
    }
    
    h3.htablet160 {
      font-size: calc(20px * 1.6);
    }
    
    p.ptablet120{
        font-size: calc(18px * 1.2);
    }
    
    p.ptablet140{
        font-size: calc(18px * 1.4);
    }
    
    p.ptablet160{
        font-size: calc(18px * 1.6);
    }
}

@media (min-width: 1171px){
    h1.hdesktop120 {
      font-size: calc(46px * 1.2);
    }
    
    h2.hdesktop120 {
      font-size: calc(40px * 1.2);
    }
    
    h3.hdesktop120 {
      font-size: calc(24px * 1.2);
    }
    
    h1.hdesktop140 {
      font-size: calc(46px * 1.4);
    }
    
    h2.hdesktop140 {
      font-size: calc(40px * 1.4);
    }
    
    h3.hdesktop140 {
      font-size: calc(24px * 1.4);
    }
    
    h1.hdesktop160 {
      font-size: calc(46px * 1.6);
    }
    
    h2.hdesktop160 {
      font-size: calc(40px * 1.6);
    }
    
    h3.hdesktop160 {
      font-size: calc(24px * 1.6);
    }
    
    p.pdesktop120{
        font-size: calc(18px * 1.2);
    }
    
    p.pdesktop140{
        font-size: calc(18px * 1.4);
    }
    
    p.pdesktop60{
        font-size: calc(18px * 1.6);
    }
}

/**************************
TYPOGRAPHY - END
**************************/
/**************************
#BUTTONS - START
**************************/
.button {
  padding: 12px 18px;
  font-size: 18px;
}

.button i {
  margin-right: 5px;
}

/*************************
BUTTONS - END
**************************/
/*************************
HELPERS - START
**************************/
.page-element.fluid .cell {
  padding: 0 !important;
}

.row-fluid iframe {
  width: 100%;
}

.grid-x>.large-2_4 {
  width: 50%;
}

.page-element.grey-boxes .large-2 .hic-content, .page-element.white-boxes .large-2 .hic-content {
    padding: 15px;
}

@media (min-width: 1024px) {
  .grid-x>.large-2_4 {
    width: 20%;
  }
}

/*Sticky Button - START*/
@media (max-width: 640px) {
  .sticky-button.page-element .section-footer .button {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
    color: #fff !important;
    background-color: #FF5F51 !important;
    border: 0;
    margin: 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    left: 0;
  }

  .sticky-button.page-element .section-footer .button::before {
    display: inline;
    content: '\f02d';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    margin-right: 10px;
    position: relative;
    transition: all .25s ease-in-out;
    right: 0;
  }
}

/*Sticky Button - END*/
/*Lists - START*/
.checklist li, .page-element.checklist ul li {
  padding-left: 26px;
}

.checklist li:before, .page-element.checklist ul li:before {
  font-weight: 900;
}

ol.steps-list, .page-element.steps-list ol {
  padding: 0;
}

ol.steps-list li, .page-element.steps-list ol li {
  padding: 20px 15px 20px 75px;
}

ol.steps-list li:before, .page-element.steps-list ol li:before {
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  margin-top: -3px;
  font-weight: bold;
  text-align: center;
}

/*Lists - END*/
/*No Border Table - START*/
.page-element table.no-border {
  margin: 0 0 32px;
}

.page-element table.no-border th {
  padding: 2px 14px 2px 0;
}

.page-element table.no-border td {
  padding: 2px 8px;
}

/*No Border Table - END*/
/*Slope - START*/
.slope-top-left-right, .slope-top-right-left, .slope-bottom-left-right, .slope-bottom-right-left {
  position: relative;
}

.slope-top-left-right:before, .slope-top-right-left:before, .slope-bottom-left-right:after, .slope-bottom-right-left:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 85px solid transparent;
  border-bottom: 85px solid transparent;
}

.slope-top-left-right:before, .slope-top-right-left:before {
  top: -85px;
}

.slope-bottom-left-right:before, .slope-bottom-right-left:after {
  bottom: -85px;
}

.slope-top-left-right:before, .slope-bottom-right-left:after {
  border-right: 100vw solid #fff;
}

.slope-top-right-left:before, .slope-bottom-left-right:after {
  border-left: 100vw solid #fff;
}

/*Slope - END*/
/*************************
HELPERS - END
**************************/
.grid-padding-x>.cell, .grid-padding-x .slick-track>.cell {
  padding-right: 15px;
  padding-left: 15px;
}

.page-banner-hidden .body-content {
  padding-top: 140px;
}

/**************************
HEADER - START
**************************/
.header .top-header {
  font-size: 13px;
}

.header .top-header ul.contact-info li:not(:last-child) {
  border-right: 1px solid #ccc;
}

.header .top-header .menu a {
  font-size: 12px;
  padding-left: 0;
}

.header .top-header ul li.social-icon {
  margin-top: 5px;
  margin-right: 5px;
  padding: 0;
}

.header .top-header ul li.social-icon a {
  padding: 5px 0;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
}

.header .button {
  color: #fff;
  padding: 8px 12px;
  font-size: 12px;
}

.header .menu .menu-button a {
  color: #fff !important;
}

.header .top-bar .top-bar-right.hide-for-large {
  margin-top: 10px;
}

.header .top-bar .top-bar-right.hide-for-large .menu a {
  padding: 5px;
  margin-right: 10px;
}

.header .top-bar .top-bar-right.hide-for-large .menu .phone i {
  font-size: 22px;
}

.header .top-bar .top-bar-right.hide-for-large .menu .phone .number {
  display: none;
}

.menu-icon {
    width: 26px;
    height: 20px;
}

.menu-icon:after {
    background: #333 !important;
    box-shadow: 0 9px 0 #333, 0 18px 0 #333 !important;
    height: 3px;
}

.menu-icon:hover:after {
    background: #ff5f51 !important;
    box-shadow: 0 9px 0 #ff5f51, 0 18px 0 #ff5f51 !important;
}

@media (max-width: 640px) {
    .header-transparent .header{
        position: static;
    }
}

@media (min-width: 1024px) {
  .header.header-layout-1 .top-bar .top-bar-right {
    margin-top: 5px;
  }
}

/* Default & Light Header - START*/
.header-default .header, .header-light .header {
  background-color: #fff;
  color: #1b1b1b;
}

.header-default .header .top-header, .header-light .header .top-header {
  background-color: #fff;
  color: #1b1b1b;
}

.header-default .header .top-header a, .header-light .header .top-header a {
  color: #1b1b1b;
}

.header-default .header .menu .is-dropdown-submenu li a, .header-light .header .menu .is-dropdown-submenu li a {
  background-color: #fff;
}

/* Default & Light Header - END*/
/* Dark & Theme Header - START*/
.header-dark .header .menu .is-dropdown-submenu li a {
  background-color: #000;
}

/* Dark & Theme Header - END*/
/* Transparent Header - START*/
.header-transparent .top-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Transparent Header - END*/
/* Sticky Header - START*/
.sticky-header.scrolled .header {
  box-shadow: 0 2px 8px 0px rgba(0, 0, 0, .35);
  background-color: #000;
}

.sticky-header .header .logo-wrap {
  width: 100%;
  transition: all 1s;
}

@media (min-width: 641px){
    .sticky-header.scrolled .header .logo-wrap {
      width: 80%;
      transition: all 1s;
    }
}
/* Sticky Header - END*/
/**************************
HEADER - END
**************************/
/**************************
MOBILE MENU - START
**************************/
.header-transparent .off-canvas-content{
    padding-top: 0 !important;
}
.off-canvas .menu li.is-accordion-submenu-item a {
  padding-left: 30px;
}

.off-canvas .menu a {
  color: #fff
}

.off-canvas .menu li {
    border-bottom: 1px solid #fff;
}

.off-canvas .menu-button {
  margin-left: 0;
}

.off-canvas .menu .is-accordion-submenu-parent > a {
    position: relative;
}

.off-canvas .menu .is-accordion-submenu-parent > a::after {
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    transition: all .25s ease-in-out;
}

.off-canvas .menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after{
    transform: rotate(90deg);
}

.off-canvas .menu li.is-accordion-submenu-item:not(.active) > a {
    background-color: #666464;
}
/* Off Canvas Menu - End */

/**************************
MOBILE MENU - END
**************************/
/****************************************
#HERO START
****************************************/
.hero .article-header,
.hero .hero-banner-message {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

.hero .article-header h1, .hero .hero-banner-message h1, .hero .hero-banner-message h2.h1 {
  font-size: 32px;
}

.hero.default-alignment .hero-banner-message {
  max-width: 700px;
}

.mpt-0-hero-msg.header-transparent .hero .hero-banner-message{
    margin-top: -150px;
    padding-top: 0;
}

.hero .hero-banner-message p {
  font-size: 1.5em;
  line-height: 1.3;
}

.hero-form {
  text-align: left;
}

.hero-form input[type="submit"],
.hero-form button[type="submit"] {
  border: 1px solid #FFF;
  background-color: transparent;
}

.hero-form header {
  margin-bottom: 24px;
}

.hero .slick-dots {
  z-index: 1;
  bottom: 0;
}

.hero .slick-dots li button:before {
  color: #fff;
  font-size: 15px;
  opacity: .35;
}

.hero.form-layout-1.form-side .hero-form {
  border-radius: 10px;
}

.hero.form-layout-2.form-inline .gform_wrapper input,
.hero.form-layout-2.form-inline .gform_wrapper select {
  height: 50px;
}

.hero.form-layout-2.form-inline .gform_wrapper textarea[rows] {
  height: 80px;
}

.hero.default-alignment .hero-banner-message {
  text-align: center;
}

.hero.default-alignment .hero-banner-message .hic-button-wrap, .hero.text-center .hero-banner-message .hic-button-wrap {
  justify-content: center;
}

@media (min-width: 641px) {
    .hero-banner-message .hic-button-wrap .button {
        font-size: 20px;
    }

  .hero.default-alignment .hero-banner-message {
    text-align: left;
  }

  .hero.slider-carousel-banner.default-alignment .hero-banner-message, .hero.slider-carousel-banner.text-left .hero-banner-message {
    max-width: 600px;
  }

  .hero .article-header h1, .hero .hero-banner-message h1, .hero .hero-banner-message h2.h1 {
    font-size: 40px;
  }

  .hero.default-alignment .hero-banner-message .hic-button-wrap, .hero.text-left .hero-banner-message .hic-button-wrap {
    justify-content: left;
  }
}

@media (min-width: 1024px) {
  .hero .article-header h1, .hero .hero-banner-message h1, .hero .hero-banner-message h2.h1 {
    font-size: 48px;
  }
  
  .mpt-0-hero-msg.header-transparent .hero .hero-banner-message{
    margin-top: -50px;
}
}

/****************************************
HERO END
****************************************/
/**************************
#PAGE ELEMENTS - START
**************************/
.page-elements>.page-element.default-section:not(.has-bg-img)+.page-element.default-section:not(.has-bg-img),
.page-elements>.page-element.light-section+.page-element.light-section,
.page-elements>.page-element.grey-section+.page-element.grey-section,
.page-elements>.page-element.dark-section+.page-element.dark-section,
.page-elements>.page-element.theme-section+.page-element.theme-section {
  padding-top: 0;
}

.page-element.default-section.has-bg-img .bg-image:before{
  background: rgba(0, 115, 119, 0.5);
}

.page-element.has-bg-img.remove-overlay .bg-image:before, 
.page-element.light-section.has-bg-img .bg-image:before {
    display: none !important;
}

.page-element.grey-section.has-bg-img .bg-image:before {
    background: rgba(242, 242, 242, 0.5);
}

.page-element.grey-section.has-bg-img {
    color: #000;
}

.page-element.dark-section.has-bg-img .bg-image:before {
    background: rgba(10, 0, 0, 0.5);
}

.page-element.theme-section.has-bg-img .bg-image:before{
    background-color: rgba(255, 95, 81, .8);
}

.page-element.second-theme-section.has-bg-img .bg-image:before {
    background-color: rgba(5, 60, 14, .8);
}

.section-title span {
  font-size: 16px;
  display: block;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 5px;
}

.button-title {
  background-color: #FF5F51;
  max-width: 450px;
  margin: auto;
  border-radius: 60px;
  padding: 25px 35px;
  font-size: 32px !important;
  text-transform: uppercase;
}

.section-header .sub-heading {
  font-size: 18px;
  font-weight: 300;
}

.page-element.box-shadow .hic-box {
  box-shadow: 4px 8px 12px 0 rgba(0, 0, 0, .15);
}

.hic-title h3 {
  font-size: 1.5rem;
}

.hic-image:before {
  padding-top: 70%;
}

.hic-blurb p:last-child {
  margin-bottom: 0;
}

.white-titles .hic-title h3 {
  color: #fff !important;
}

.image-above-content.default-alignment .hic-content {
  text-align: center;
}

.image-above-content .hic-image, .white-boxes.image-above-content .hic-image {
  margin-bottom: 0;
}

.image-above-content .hic-content {
  padding: 15px;
}

.page-element.grey-section .hic-box, .page-element.second-theme-section .hic-box, .page-element.white-boxes .hic-box, .page-element.white-box .hic-box {
  background-color: #fff;
  color: #333;
}

.page-element.grey-boxes .hic-box, .page-element.grey-box .hic-box {
  background-color: #f3f3f3;
}

.page-element.grey-boxes .hic-content, .page-element.grey-box .hic-content, .page-element.white-boxes .hic-content, .page-element.white-box .hic-content {
  padding: 20px;
}

.image-overlay-content .hic-box {
  position: relative;
}

.image-overlay-content .hic-image-container.has-image+.hic-content,
.image-overlay-content .hic-image-container.has-image+.hic-content .hic-title a,
.image-overlay-content .hic-image-container.has-image+.hic-content .hic-title a:hover{
    color: #fff;
}

.image-overlay-content.design-1 .hic-image:before {
  padding-top: 80%;
}

.image-overlay-content.design-1 .hic-title h3 {
  font-size: 16px;
  margin-bottom: 0;
}

.image-overlay-content:not(.design-1) .hic-title h3 {
  font-size: 25px;
  margin-bottom: 0;
}

.image-overlay-content.design-1 .hic-image-container.has-image+.hic-content,
.image-overlay-content:not(.design-1) .hic-image-container.has-image+.hic-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  bottom: 0;
  transition: all .5s ease-in-out;
  text-align: center;
}

.image-overlay-content.design-1 .hic-image-container.has-image+.hic-content {
  padding: 18px 25px;
  height: 55px;
  margin-top: auto;
  margin-bottom: auto;
  top: auto;
  background-color: rgba(0, 0, 0, .6);
}

.image-overlay-content:not(.design-1) .hic-image-container.has-image+.hic-content {
  padding: 15px;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, .2);
}

.image-overlay-content:not(.design-1) .hic-box:hover .hic-image-container.has-image+.hic-content {
  background-color: rgba(0, 0, 0, .4);
}

.image-overlay-content .hic-image-container.has-image+.hic-content .hic-blurb, .image-overlay-content .hic-image-container.has-image+.hic-content .hic-button-wrap {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  transition: all .5s ease-in-out;
  height: 0;
}

.image-overlay-content.design-1 .hic-box:hover .hic-image-container.has-image+.hic-content {
  padding: 20px 25px;
  height: 100%;
}

.image-overlay-content .hic-box:hover .hic-image-container.has-image+.hic-content .hic-blurb,
.image-overlay-content .hic-box:hover .hic-image-container.has-image+.hic-content .hic-button-wrap {
  visibility: visible;
  opacity: 1;
  margin-top: 10px;
  height: auto;
}

.hic-button-wrap .button {
  margin: 25px 0 0;
}

.image-overlay-content .hic-button-wrap .button {
  margin: 10px 0 0;
}

.page-element .slick-slider .slick-track, 
.page-element .slick-slider .slick-list {
  margin-bottom: 10px;
}

.default-section.has-bg-img .slick-arrow:before {
  color: #fff;
}

.page-content-element.default-alignment {
  text-align: center;
}

@media (min-width: 641px) {
  .section-header {
    margin-bottom: 30px;
  }

  .page-element.grey-boxes.split-50-50 .hic-content, .page-element.grey-box.split-50-50 .hic-content {
    padding: 40px;
  }

  .image-overlay-content:not(.design-1) .hic-image-container.has-image+.hic-content {
    padding: 20px;
  }
}

@media (max-width: 1023px){
    .image-overlay-content:not(.design-1) .hic-image-container.has-image+.hic-content {
      font-size: 75%;
    }

}

@media (min-width: 1024px) {
  .section-title {
    font-size: 42px;
  }

  .image-overlay-content:not(.design-1) .hic-image-container.has-image+.hic-content {
    padding: 30px;
  }

  .image-overlay-content.row-fluid:not(.design-1) .hic-image-container.has-image+.hic-content {
    padding: 50px;
  }

  .image-overlay-content:not(.design-1) .hic-title h3 {
    font-size: 35px;
    line-height: 1;
  }

  .image-overlay-content:not(.design-1) .hic-blurb {
    font-size: 20px;
  }
}

/* HIC VIDEO BOX */
.hic-video-box .hic-image::before {
  content: '';
  display: block;
  padding-top: 60%;
}

.hic-video-box .hic-image {
  height: auto;
  position: relative;
}

.hic-video-box {
  position: relative;
  margin-bottom: 30px;
}

.hic-video-box .hic-content * {
  color: #fff;
}

.hic-video-box .hic-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 30px;
}

.video-play-container .video-play-button {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 12px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.video-play-container {
  width: 50px;
  height: 50px;
  background-color: rgba(26, 26, 26, .75);
  border-radius: 50%;
  margin: auto;
  position: relative;
}

.has-video .hic-image {
  position: relative;
  height: 100% !important;
}

.has-video .hic-image::before {
  background-color: rgba(10, 0, 0, 0.1);
  transition: all .25s ease-in-out;
}

.has-video:hover .hic-image .video-play-button {
  transform: scale(1.15);
}

.has-video:hover .hic-image::before {
  background-color: rgba(10, 0, 0, 0.4);
}

.hic-image>* {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.hic-video-container {
  height: 280px;
  position: relative;
}

.hic-video-container .hic-image {
  height: 100%;
}

.page-element.has-excerpt .hic-blurb strong {
  font-weight: normal;
}

.footer .footer-btn {
  margin-top: 10px;
  color: #fff;
}

.footer .footer-btn:hover {
  color: #fff !important;
}

.page-element.featured-boxes.split-50-50 .hic-title h3{
    color: #fff;
}

.image-above-content .hic-image{
  margin-bottom: 24px;
}

@media (max-width: 640px){
  .image-left-content .has-image .hic-image, 
  .image-right-content .has-image .hic-image{
    margin-bottom: 24px;
  }
  
  .featured-boxes .has-image .hic-image{
      margin-bottom: 0;
  }
}

@media (min-width: 641px) {
  .page-element {
    padding: 50px 0;
  }

  .section-title {
    font-size: 36px;
  }

  .section-title span {
    font-size: 20px;
  }

  .section-header .sub-heading {
    font-size: 25px;
  }

  .image-left-content .hic-content {
    padding-left: 30px;
  }

  .image-right-content .hic-content {
    padding-right: 30px;
  }

  .page-element.image-left-content.then-right .grid .cell, .page-element.image-right-content.then-left .grid .cell {
    margin-bottom: 0;
  }

  .image-left-content .hic-content, .image-right-content .hic-content {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: left;
  }
  
  
    .image-right-content.then-left.grid .section-body .cell.medium-12,
    .image-left-content.then-right.grid .section-body .cell.medium-12{
        margin-bottom: 0;
    }
    
    .image-right-content.then-left .hic-content,
    .image-left-content.then-right .hic-content{
        padding-bottom: 15px;
        padding-top: 15px;
    }
    
    .image-right-content.then-left .hic-box .hic-image,
    .image-left-content.then-right .hic-box .hic-image{
        height: 100%;
        min-height: 350px;
    }

}

@media (min-width: 1024px) {
  .page-element {
    padding: 80px 0;
  }

  .page-element.featured-boxes.split-50-50 .hic-title h3 {
    font-size: 42px;
  }
  
    .grid-padding-x[data-item-col="medium-4 large-2"] {
        padding-left: 7.5px; 
        padding-right: 7.5px;
    }
	.grid-padding-x .slick-track>.cell.large-2 {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
}

/*CB Featured - START*/
.featured-boxes .hic-content {
  background-color: #FF5F51;
  color: #fff !important;
}

.featured-boxes .hic-box .hic-button-wrap .button {
  border: 2px solid #fff;
}

.featured-boxes.split-50-50 .hic-content {
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  padding: 15px 50px 60px !important;
  overflow: visible;
}

.split-50-50 .hic-image-container .hic-image {
  z-index: 0;
}

.featured-boxes.split-50-50 .hic-content::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #FF5F51;
  position: absolute;
  z-index: -1;
}

.featured-boxes .slick-slider .slick-dots {
  bottom: 80px;
  z-index: 10;
}

.featured-boxes .slick-dots li button:before,
.featured-boxes .slick-dots li.slick-active button:before {
  color: #fff;
}

.page-element.featured-boxes .slick-slider .hic-box,
.featured-boxes .slick-slider .hic-content {
  margin-bottom: 0 !important;
}

@media (min-width: 641px) {

  .page-element.content-boxes[class*="split-"].image-left-content:not(.then-right).featured-boxes .hic-image,
  .page-element.content-boxes[class*="split-"].image-right-content:not(.then-left).featured-boxes .hic-image {
    height: 100%;
  }

  .page-element.content-boxes[class*="split-"].image-left-content:not(.then-right).featured-boxes .hic-image::before,
  .page-element.content-boxes[class*="split-"].image-right-content:not(.then-left).featured-boxes .hic-image::before {
    display: none;
  }

  .featured-boxes.split-50-50 .hic-content {
    width: 40%;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    justify-content: flex-end;
  }

  .featured-boxes.split-50-50 .hic-title {
    margin-right: 0;
    margin-left: auto;
  }

  .featured-boxes.split-50-50 .hic-image-container .hic-image {
    width: 120%;
    height: 100%;
  }

  .featured-boxes.split-50-50 .hic-content::before {
    left: -25%;
    top: 0;
    bottom: 0;
    transform: skewX(18deg);
    width: 75%;
  }

  .featured-boxes.split-50-50 .hic-content {
    padding: 50px 50px 50px 0 !important;
  }

  .featured-boxes .slick-slider .slick-dots {
    text-align: right;
    padding: 0 74px;
    bottom: 40px;
  }

  .featured-boxes .slick-slider .slick-dots {
    padding: 0 50px;
  }

  .featured-boxes .hic-box .hic-button-wrap {
    display: inline-block;
    width: 100%;
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .hide-section-header-large .section-header {
    display: none;
  }

  .featured-boxes.split-50-50 .hic-content::before {
    left: -20%;
  }

  .featured-boxes.split-50-50 .hic-content {
    padding: 80px 80px 80px 30px !important;
    min-height: 450px;
  }

  .featured-boxes .slick-slider .slick-dots {
    padding: 0 96px;
    bottom: 60px;
  }

  .featured-boxes .slick-slider .slick-dots {
    padding: 0 80px;
  }
}

@media (max-width: 640px) {
  .featured-boxes.split-50-50 .hic-content::before {
    top: -5%;
    left: 0;
    right: 0;
    transform: skewY(4deg);
  }
}

/*CB Featured - END*/
/*General - END*/
/*Icon Layouts - START*/
.icon-above-content.default-alignment .hic-box {
  text-align: center;
}

.icon-above-content .hic-icon {
  font-size: 60px;
  width: 100%;
  display: inline-block;
}

.icon-above-content .hic-icon img {
  height: 75px;
  max-width: 75px;
  margin: 0 auto 20px;
}

/*Icon Layouts - END*/
/*Grid Layouts - START*/
.page-element.grid-layout-1.grid.fluid .section-body .cell:not(:last-child), .page-element.grid-layout-1.grid.row-fluid .section-body .cell:not(:last-child) {
  margin-bottom: 0;
}

.page-element.grid-layout-1.small-spacing .grid-padding-x>.cell {
  padding-left: 10px;
  padding-right: 10px;
}

.page-element.grid-layout-1.small-spacing .section-body .cell:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 641px) {
  .page-element.grid.grid-layout-1.small-spacing .grid-padding-x.section-body {
    padding-left: 17px;
    padding-right: 17px;
  }
  .page-element.grid-layout-1.small-spacing .grid-padding-x>.cell {
    padding-left: 5px;
    padding-right: 5px;
  }
.page-element.grid-layout-1 .grid-x>.large-4 {
   width: 33.33333%;
}
  .page-element.grid-layout-1 .grid-x>.medium-4:first-child, 
  .page-element.grid-layout-1 .grid-x>.large-4:first-child {
    width: 66.66667%;
}
  .page-element.grid-layout-1 .grid-x>.medium-4:nth-child(2) .hic-image:before, .page-element.grid-layout-1 .grid-x>.large-4:nth-child(2) .hic-image:before {
    padding-top: 140%;
  }
  .page-element.grid-layout-1.small-spacing .grid-x>.medium-4:nth-child(2) .hic-image:before, .page-element.grid-layout-1.small-spacing .grid-x>.large-4:nth-child(2) .hic-image:before {
    padding-top: calc(140% + 6.5px);
  }
  .page-element.grid-layout-1 .grid-x>.large-3:first-child {
    width: 50%;
  }
  .page-element.grid-layout-1.grid:not(.row-fluid) .section-body {
    padding-left: 9px;
    padding-right: 9px;
  }
  .page-element.grid-layout-1.grid:not(.row-fluid) .section-body.cell {
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  .page-element.grid-layout-1.image-overlay-content .grid-x>.medium-4:first-child .hic-title h3, .page-element.grid-layout-1.small-spacing .grid-x>.medium-4:nth-child(2) .hic-title h3, .page-element.grid-layout-1.image-overlay-content .grid-x>.large-4:first-child .hic-title h3, .page-element.grid-layout-1.small-spacing .grid-x>.large-4:nth-child(2) .hic-title h3 {
    font-size: 34px;
  }
  .page-element.grid-layout-1.image-overlay-content .grid-x>.medium-4:first-child .hic-content, .page-element.grid-layout-1.image-overlay-content .grid-x>.large-4:first-child .hic-content  {
    padding: 100px;
  }
}

/*Grid Layouts - END*/
/**************************
PAGE ELEMENTS - END
**************************/
/**************************
#TESTIMONIAL ELEMENT - START
**************************/
.testimonial-element.content-only .hic-content {
  position: relative;
}

.testimonial-element.content-only .hic-content {
  padding-top: 70px;
}

.testimonial-element.content-only .hic-content:before {
  content: "\f10d";
  position: absolute;
  left: 20px;
  top: 20px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 28px;
}

.testimonial-element .client-details {
  margin-top: 20px;
}

.testimonial-element .client-name {
  font-weight: 600;
}

.testimonial-element .client-name {
  font-weight: 600;
}

/**************************
TESTIMONIALS ELEMENT - END
**************************/
/**************************
#ACCORDION - START
**************************/
.accordion-element .accordion-content{
    color: #000;
}

.accordion-element .accordion-title {
  font-size: 20px;
  color: #000;
}

.accordion-title:hover, .is-active .accordion-title {
  color: #fff !important;
}

@media(min-width: 1024px) {

  .accordion-element.layout-1 .section-body .cell,
  .accordion-element.layout-2 .section-body .cell {
    width: 50%;
  }

  .accordion-element.layout-2 .section-body .feature-image {
    order: 2;
  }
}

/**************************
ACCORDION - END
**************************/
/**************************
#FORMS - START
**************************/
.ginput_container_consent,
.ginput_recaptcha {
    margin-bottom: 14px;   
}
.gform_confirmation_message {
    text-align: center;
    font-weight: 700;
    color: #ff5f51;
}
.grecaptcha-badge {
    z-index: 2;   
}
@media(max-width: 640px) {
  .input-group {
    flex-flow: column;
  }
}
@media(min-width: 1280px) {
  .gform_confirmation_message {
        font-size: 24px;
    }
}

/**************************
FORMS - END
**************************/
/*********************
#General Form Styling
*********************/
.hidden_label > .gfield_label {
    display: none;
}

.general-form .gform-wrapper {
  margin: 0 !important;
}

.general-form .gform_body {
  display: table;
  width: 100%;
}

.general-form .gform_footer {
  text-align: center;
}

.general-form .gfield {
  margin-bottom: 18px;
}

.general-form .gfield input, .general-form .gfield select, .general-form .gfield textarea {
  margin-bottom: 0 !important;
}

.general-form .gfield .gfield_label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}

.general-form .gfield select:focus {
  outline: none !important;
}

.general-form .gfield.gfield_html ul {
  list-style: disc;
  font-size: 16px;
  margin-left: 36px;
}

.general-form .gfield.inline-price-field .gfield_label,
.general-form .gfield.inline-price-field .ginput_container_product_price {
  display: inline-block;
}

.general-form .gfield_required {
  color: #A90000;
}

.general-form .gform_fields .gfield.gfield_total {
  border: 2px dashed #ccc;
  padding: 8px;
  text-align: center;
}

.general-form .gform_fields .gfield.gfield_total .ginput_total {
  margin-left: 8px;
  font-weight: 700;
}

.general-form .gform_fields .gfield.gfield_total .gfield_label,
.general-form .gform_fields .gfield.gfield_total .ginput_container_total {
  font-size: 18px;
  display: inline-block;
}

.general-form .gform_confirmation_message {
  text-align: center;
  font-weight: 700;
}

.general-form .charleft, .general-form .gfield_description, .general-form .screen-reader-text {
  font-style: italic;
  margin-top: 4px;
  color: #666;
  padding: 0px 8px;
}

.general-form .gfield_price .ginput_container_singleproduct span,
.general-form .charleft, .general-form .gfield_description, .general-form .screen-reader-text,
.general-form .gfield, .general-form .ginput_container_creditcard label {
  font-size: 12px;
}

.general-form .ginput_container_date img {
  display: none !important;
}

.general-form .datepicker {
  background-image: url(../images/calendar-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 95% 13px;
}

.general-form .gform_drop_area {
  position: relative;
  border: 2px dashed #CCC;
  text-align: center;
  padding: 24px;
}

.general-form .ginput_container_fileupload .validation_message {
  margin-top: 0 !important;
}

.general-form .gform_fileupload_multifile .gform_button_select_files {
  font-size: 12px !important;
  background-color: #fff !important;
  color: #585858;
  border-radius: 6px !important;
  padding: 4px;
  height: auto;
  font-weight: 600;
  margin-left: 12px !important;
  box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc !important;
}

.general-form .ginput_container_creditcard label {
  margin-left: 12px;
  margin-bottom: 16px;
}

.general-form .ginput_card_security_code_icon {
  transform: translateX(12px);
}

.general-form .gfield_description.validation_message {
  color: #A90000;
  margin: -10px 0 0;
}

.general-form .gf_progressbar_wrapper {
  margin-bottom: 24px;
}

.general-form .gf_progressbar_title {
  font-size: 16px;
  text-align: center;
}

.general-form .gf_progressbar_percentage {
  background-color: #333;
}

.general-form .gf_progressbar {
  background-color: #FFF;
  border-radius: 40px;
  overflow: hidden;
}

.general-form .gf_progressbar span {
  color: #FFF;
  font-weight: 700;
  padding-left: 16px;
  font-size: 16px;
}

.general-form .gform_page_footer .button {
  margin: 4px 0;
  min-width: 160px;
}

.general-form .gform_page_footer input:not([type=submit]) {
  background-color: #444;
}

.general-form .gform_page_footer input:not([type=submit]):hover {
  background-color: #000;
}

.general-form .gform_page_footer input[type="Submit"]:hover {
  background-color: #000;
  color: #FFF;
}

.general-form .center-buttons .gform_page_footer {
  text-align: center;
}

.general-form .gsection {
  border-bottom: 1px solid #CCC;
}

.general-form .gsection_title {
  font-size: 18px;
}

.general-form .ginput_quantity {
  display: inline-block;
  width: 100px;
}

.general-form .gfield_checkbox,
.general-form .gfield_radio {
  margin-left: 14px;
}

.general-form .gfield_checkbox li label,
.general-form .gfield_radio li label {
  font-size: 12px;
  line-height: 1.9;
  vertical-align: bottom;
}

.general-form .gfield_checkbox li {
  display: block;
  width: 100%;
}

.general-form .gform_card_icon {
  display: inline-block;
  font-size: 0;
  margin-right: 16px;
}

.general-form .gform_card_icon:before {
  font-family: "Font Awesome 5 Brands";
  font-size: 40px;
  opacity: .6;
}

.general-form .gform_card_icon.gform_card_icon_selected:before {
  opacity: 1;
}

.general-form .gform_card_icon_amex:before {
  content: '\f1f3';
}

.general-form .gform_card_icon_visa:before {
  content: '\f1f0';
}

.general-form .gform_card_icon_mastercard:before {
  content: '\f1f1';
}

.general-form .ginput_card_security_code_icon:before {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  content: '\f023';
  font-weight: 900;
}

.general-form .ginput_card_security_code_icon+label,
.general-form .ginput_card_security_code_icon {
  display: inline-block;
}

.general-form.main-contact-form .gform_wrapper {
  margin-bottom: 0;
}

.general-form.general-form-style-1 .gform_wrapper .cell {
  padding: 0 16px;
}

.general-form.general-form-style-1 .gform_footer input[type="submit"]:hover {
  background-color: #000;
  color: #FFF;
}

.general-form.general-form-style-1 .inner-section>.grid-container {
  background-color: #f2f2f2;
  padding-top: 24px;
  padding-bottom: 24px;
}

body .general-form .gform_wrapper .gfield input, body .general-form .gform_wrapper .gfield select, body .general-form .gform_wrapper .gfield textarea {
  border: 1px solid #eaeaea;
  font-size: 12px;
  background-color: #fff;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

body .general-form .gform_wrapper .gfield input[type="file"] {
  font-size: 14px;
  line-height: 1;
  background-color: transparent !important;
  border: none;
  height: auto;
}

body .general-form .gform_wrapper .gfield.disabled-input input.ginput_amount {
  background-color: transparent !important;
  border: none;
  font-weight: 700;
  color: #a90000;
}

/**************************
#MAP CONTACT FORM - START
**************************/
.map-form-element.contact-layout-2 .grid-x>.medium-5, .map-form-element.contact-layout-2 .grid-x>.medium-7 {
  width: 100%;
}

.map-form-element.contact-layout-2:not(.inline-form) .gform_wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.form-featured-image .featured-image {
  height: 100%;
}

.pe-form-column:only-child {
  width: 100%;
}

.gform_page_fields{
    margin-bottom: 20px;
}

.gform_page_fields > ul{
    overflow: auto;
}

.gform_page_fields > ul::after {
    content: '';
    display: table;
    clear: both;
}

.gform_page_footer {
    clear: both;
}

.gf_progressbar_wrapper {
    margin-bottom: 20px;
}

.gf_progressbar {
    border: 1px solid #ff5f51;
    padding: 5px;
    display: none;
}

.gf_progressbar .gf_progressbar_percentage {
    background-color: #ff5f51;
    padding: 2px 10px 0px;
    color: #fff;
}

@media (min-width: 641px) {
  .default-contact-layout.default-alignment .section-header {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .map-form-element.has-bg-img .bg-float:before {
    background: rgba(27, 31, 42, 0.8);
  }
}

@media (max-width: 640px) {
  .map-form-element.image-contain .featured-image {
    height: auto;
  }

  .map-form-element.image-contain .featured-image::before {
    content: '';
    width: 100%;
    height: auto;
    display: block;
    padding-top: 60%;
  }
}

/**************************
#MAP CONTACT FORM - END
**************************/
/*************************
#LOCATION - START
**************************/
.location-map {
  height: 700px;
}

/**************************
#LOCATION - END
**************************/
/****************************************
#POST SELECTION START
****************************************/
@media(min-width: 641px) {
  .hic-simple-select-element .input-group {
    align-items: center;
    justify-content: center;
  }

  .hic-simple-select-element h4 {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 24px;
  }

  .hic-simple-select-element select {
    background-position: right 0 center;
    max-width: 300px;
    margin-bottom: 0;
  }
}

@media(min-width: 1024px) {
  .hic-simple-select-element h4 {
    font-size: 24px;
  }

  .hic-simple-select-element select {
    max-width: 450px;
    padding: 12px 16px;
    height: auto;
  }
}

/****************************************
#POST SELECTION END
****************************************/
/**************************
ENTRY CONTENT - START
**************************/
.entry-content .wp-post-image {
  margin-bottom: 20px;
}

.post-byline li {
  display: inline-block;
  margin-right: 8px;
  border-right: 1px solid #ccc;
  padding-right: 8px;
  line-height: 1;
}

.post-byline li:last-child {
  border-right: none;
}

.body-content {
  margin-left: auto;
  margin-right: auto;
}

.page-title .vcard {
  border: 0px;
  padding: 0px;
}

.byline {
  color: #999;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
}

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
}

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/**************************
ENTRY CONTENT - END
**************************/
/**************************
SIDEBAR - START
**************************/
.sidebar .widget {
  margin-bottom: 25px;
}

.sidebar .widgettitle {
  font-weight: 600;
}

.sidebar li a {
  color: inherit;
  font-weight: 300;
  padding: 6px 15px 6px 0;
  display: block;
  border-bottom: 1px solid #e9e9e9;
}

@media (min-width: 1024px) {
  .default-width .body-content.has-sidebar .inner-body-content {
    display: flex;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar {
    width: 300px;
  }

  .has-sidebar .main-content {
    width: calc(100% - 300px);
  }

  .sidebar-right .main-content {
    padding-right: 30px;
  }

  .sidebar .widget {
    margin-bottom: 40px;
  }
}

/**************************
SIDEBAR - END
**************************/
/**************************
MODAL - START
**************************/
.reveal {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  border: none;
  padding: 0;
  background-color: #f1f1f1;
  overflow: hidden;
}

.reveal .modal-title {
    padding: 9px 45px 9px 20px;
    background-color: #ff5f51;
    color: #fff;
    font-size: 34px;
    text-align: center;
    font-weight: 600;
}

.modal-blurb:not(:empty) {
    padding: 30px 25px;
}

.modal-content:not(:empty){
    padding: 30px 25px;
}

.reveal .button {
  margin-bottom: 0;
}

.modal-element .close-button span {
    color: #fff;
    font-size: 46px;
}

@media (min-width: 641px){
    .reveal{
        border-radius: 8px;
    }
}

@media (min-width: 1024px){
    .reveal {
      width: 750px;
    }
}

/**************************
MODAL - END
**************************/
/**************************
FOOTER - START
**************************/

.contact-details i {
  width: 18px;
  margin-right: 6px;
  text-align: center;
  position: relative;
  top: 0;
}

.social-media {
  margin: 0;
  list-style: none;
}

.social-media li {
  display: inline-block;
}

.social-media li:not(:last-child) {
  margin-right: 16px;
}

.section-footer .button {
  margin-bottom: 0;
}

.section-footer {
  margin-top: 30px;
}

.footer-layout-1 .contact-details>div, .footer-layout-1 .menu li a {
  padding: 8px 0;
}

.footer-layout-1 .contact-details i {
  position: absolute;
  left: -20px;
  top: 12px;
}

.footer .footer-col-1 {
    position: relative;
}

.footer-theme-column {
    color: #fff;
    padding-top: 25px;
    padding-bottom: 30px;
}

.footer-theme-column::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    background: #ff5f51;
    z-index: -1;
}

.footer-layout-3 .footer-col .menu .button{
    margin-bottom: 0;
}

.footer-layout-3 .footer-col .menu .button a{
    color: #fff !important;
    padding: 0;
}

.footer .menu.vertical {
    flex-direction: row;
}

.footer .menu.vertical li:not(:last-child) {
    margin-right: 6px;
}

@media (min-width: 641px) {
  .footer-layout-1 .footer-col {
    text-align: left;
    margin-bottom: 30px;
  }

  .footer-layout-1 .contact-details div {
    padding-left: 25px;
  }

  .footer-layout-1 .contact-details i {
    left: 0px;
  }

  .bottom-footer .inner-content {
    text-align: left;
  }

  .bottom-footer .inner-content .copyright {
    display: inline-block;
  }
    
    .footer .footer-col {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    
    .footer .footer-col-1 {
        width: 100%;
    }
    
    .footer .footer-col-2,
    .footer .footer-col-3,
    .footer .footer-col-4{
        margin-bottom: 0;
    }
    
    .footer .footer-col-2 {
        justify-content: flex-start !important;
    }
    
    .footer .footer-col-3{
        justify-content: flex-end !important;
    }
    
    .footer .footer-col-4{
        justify-content: flex-end !important;
    }
}

@media (min-width: 641px) and (max-width: 1023px){
    .footer .footer-col-2 {
        width: 41.66667%;
    }
    
    .footer .footer-col-3{
        width: 25%;
    }
    
    .footer .footer-col-4{
        width: 33.33333%;
    }
}

@media (max-width: 1023px){
    .bottom-footer .copyright {
        text-align: center;
    }
}

@media (min-width: 1024px){
    .footer .footer-col-2{
        width: 50%;
    }
    
    .footer .footer-col-3,
    .footer .footer-col-4{
        width: 25%;
    }
}

@media (max-width: 1169px){
    .footer-theme-column::before {
        left: 0;
        right: 0;
    }
}

@media (min-width: 1170px){
    .footer-theme-column::before {
        left: calc( (100vw - 1170px) / 2 * -1);
        right: calc( (100vw - 1170px) / 2 * -1);
    }
}

/**************************
FOOTER - END
**************************/
/* CUSTOM CSS */
.drilldown a {
    background: #444444;
}

.header-transparent .header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  border-top-color: inherit;
}

.header-transparent .header .menu a {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .top-bar .menu .active>a, .header .top-bar .menu>a:hover, .header .top-bar .menu>a:focus {
  color: #FF5F51;
}

.header-transparent .header .menu a:hover, .header-transparent .header .menu a:focus, .header-transparent .dropdown.menu>li.is-active>a, .header-transparent .header .menu a:focus:after, .header-transparent .dropdown.menu>li.is-active>a:after,
.header-transparent .header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent.is-active>a::after,
.header-transparent .header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:focus::after {
  color: #FF5F51;
}

.header-transparent .header .menu .is-dropdown-submenu li a:hover {
  color: #fff;
}

.header.header-layout-1 .top-bar .top-bar-right {
  margin-top: 15px;
}

.header-transparent .header {
  background-color: rgba(254, 254, 254, 0.8);
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.header-transparent .header .menu .submenu {
  background: #fff;
}

.header .menu .is-dropdown-submenu li a {
  font-size: 15px;
}

.header .menu .is-dropdown-submenu li.active a {
  /*background: #fff !important;
	color: #333;*/
}

.header .menu .is-dropdown-submenu li.active a:hover {
  background: #FF5F51 !important;
  color: #fff;
}

body:not(.header-light) .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  color: #333;
}

body:not(.header-light) .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent.active>a::after,
body:not(.header-light) .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:hover:after,
body:not(.header-light) .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a.is-active:after {
  color: #FF5F51;
}

.sticky-header.scrolled .header {
  background: #fff;
}

.sticky-header .header .logo-wrap .logo {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 641px){
    .sticky-header.scrolled .header .logo-wrap {
      max-height: 60px;
    }
    
    .sticky-header.scrolled .header .logo-wrap .logo {
      height: 60px !important;
    }
}

@media (max-width: 1023px){
    .admin-bar #off-canvas {
        padding-top: 46px;
    }
    
    .drilldown .is-drilldown-submenu{
        background: #444444;
    }
}
.default-section:not(.has-bg-img) .h1, .default-section:not(.has-bg-img) h1.section-title {
  color: #333;
}

.default-section:not(.has-bg-img) .h2, .default-section:not(.has-bg-img) h2.section-title {
  color: #333;
}

.default-section.has-bg-img .section-body .hic-box p {
  text-shadow: none;
}

/* .section-title{
	font-weight: bold;
} */
.contact-details div {
  margin-bottom: 10px;
}

.global-map-and-form .contact-details div {
  padding-left: 0;
}

.footer-top-signup .section-body {
  margin-bottom: 0;
}

.footer-top-signup .grid-container .cell {
  margin-bottom: 0 !important;
}

.footer-top-signup .gf_simple_horizontal .gform_body,
.footer-top-signup .gf_simple_horizontal .gform_footer {
  display: inline-block;
}

.footer-top-signup .gf_simple_horizontal li.gfield.gf_inline {
  display: inline-block;
  list-style-type: none;
  padding: 5px;
}

.footer-top-signup .gf_simple_horizontal ul {
  list-style-type: none;
  margin: 0;
}

.footer-top-signup .gf_simple_horizontal input {
  height: 40px;
  margin-bottom: 0;
  border: 0;
}

.footer-top-signup .gf_simple_horizontal input.gform_button {
  background: #fff;
  color: #ff5f51;
  font-family: "Roboto Condensed";
  border: 1px solid #fff;
  font-size: 18px;
  padding: 11px 15px;
  margin-top: -3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-top-signup .gf_simple_horizontal input.gform_button:hover {
  color: #8b8b8b;
  border-color: #8b8b8b;
}

.footer-top-signup .gf_simple_horizontal .validation_message {
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
}

.footer-top-signup h2 {
  font-size: 32px;
  line-height: 1.5em;
  margin-bottom: 0;
}

@media (max-width: 640px){
    .footer-top-signup .gf_simple_horizontal input.gform_button {
        margin-top: 5px;
    }
    
    .footer-top-signup .gf_simple_horizontal li.gfield.gf_inline:nth-child(even) {
        padding-right: 0;
    }
    .footer-top-signup .gf_simple_horizontal li.gfield.gf_inline:nth-child(odd) {
        padding-left: 0;
    }
    .footer-top-signup .gf_simple_horizontal li.gfield.gf_inline {
        width: 50%;
    }
    
    .footer-top-signup .gf_simple_horizontal input {
        max-width: 100%;
    }
}

@media (min-width: 641px){
    .footer-top-signup .gf_simple_horizontal input {
      max-width: 145px;
    }
}

.footer {
  padding: 0 0 30px;
  overflow: hidden;
}

.footer .contact-details {
  text-align: right;
}

.footer .social-media {
  text-align: center;
  font-size: 36px;
}

.bottom-footer {
  background-color: #f1f1f1 !important;
  font-size: 13px;
  padding: 10px 0;
}

.bottom-footer p, .bottom-footer a {
  font-size: 13px;
}

.footer a,
.bottom-footer a {
  color: #000;
}

.footer a:hover,
.bottom-footer a:hover {
  color: #ff5f51;
}

.bottom-footer .inner-content .copyright {
  width: 49%;
}

.bottom-footer .inner-content .copyright p {
  margin: 0;
}

.bottom-footer .inner-content .colophon-link {
  width: 49%;
  display: inline-block;
  text-align: right;
}

.bottom-footer .inner-content .colophon-link ul.menu {
  display: inline-block;
  text-align: right;
}

.bottom-footer .inner-content .colophon-link ul.menu li {
  display: inline-block;
}

.has-bg-img.page-element .section-footer .button {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff !important;
}

.cta-element .hic-button-wrap .button,
.page-element .section-footer .button {
  margin: 6px 8px;
  padding: 14px 32px;
  background: none;
  text-transform: uppercase;
  border: none !important;
  cursor: pointer;
  line-height: 1.5;
  font-size: 18px;
  letter-spacing: 0.05rem;
  color: #000;
  box-shadow: inset 0 0 0 2px #000;
  -webkit-transition: all 0.3s 0.0833333333s;
  -moz-transition: all 0.3s 0.0833333333s;
  -o-transition: all 0.3s 0.0833333333s;
  transition: all 0.3s 0.0833333333s;
  position: relative;
}

.cta-element.has-bg-img .hic-button-wrap .button {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cta-element .hic-button-wrap .button::before,
.cta-element .hic-button-wrap .button::after,
.page-element .section-footer .button::before,
.page-element .section-footer .button::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}

.cta-element .hic-button-wrap .button::before,
.page-element .section-footer .button::before {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.cta-element .hic-button-wrap .button::after,
.page-element .section-footer .button::after {
  border-top-width: 2px;
  border-right-width: 2px;
}

.cta-element .hic-button-wrap .button:hover,
.page-element .section-footer .button:hover {
  color: #ff5f51 !important;
}

.cta-element.theme-section .hic-button-wrap .button:hover {
  color: #fff !important;
}

.cta-element.has-bg-img .hic-button-wrap .button:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.cta-element .hic-button-wrap .button:hover::before,
.page-element .section-footer .button:hover::before,
.cta-element .hic-button-wrap .button:hover::after,
.page-element .section-footer .button:hover::after {
  border-color: #ff5f51;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.cta-element.theme-section .hic-button-wrap .button:hover::before,
.cta-element.theme-section .hic-button-wrap .button:hover::after {
  border-color: #fff;
}

.cta-element .hic-button-wrap .button:hover::before,
.page-element .section-footer .button:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}

.cta-element .hic-button-wrap .button:hover::after,
.page-element .section-footer .button:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

.page-element.border-bottom .grid-container {
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}

.page-element.gallery-element.grid.fluid .image-list,
.page-element.gallery-element.grid.row-fluid .image-list {
  margin-bottom: 0;
}

.page-element.gallery-element a:hover .cross-icon-wrap,
.page-element.gallery-element a:hover .cross-icon-wrap img {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.gallery-element .image-list .hic-image:after {
  padding-top: 65%;
}

.gallery-element.flickering-effect .image-list .hic-image:before {
  opacity: 1;
  visibility: visible;
  background-color: rgba(255, 255, 255, .0);
}

.gallery-element.flickering-effect .image-list .hic-image:before {
  -webkit-animation-name: flickimage;
  animation-name: flickimage;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.gallery-element.flickering-effect .image-list:nth-child(9n-8) .hic-image:before {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.gallery-element.flickering-effect .image-list:nth-child(9n-7) .hic-image:before {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.gallery-element.flickering-effect .image-list:nth-child(9n-6) .hic-image:before {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.gallery-element.flickering-effect .image-list:nth-child(9n-5) .hic-image:before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.gallery-element.flickering-effect .image-list:nth-child(9n-4) .hic-image:before {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.gallery-element.flickering-effect .image-list:nth-child(9n-3) .hic-image:before {
  -webkit-animation-delay: 2.75s;
  animation-delay: 2.75s;
}

.gallery-element.flickering-effect .image-list:nth-child(9n-2) .hic-image:before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.gallery-element.flickering-effect .image-list:nth-child(9n-1) .hic-image:before {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.gallery-element.flickering-effect .image-list:nth-child(9n-0) .hic-image:before {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

/*background: rgba(234, 198, 14, 0.35);*/
/* Flicker animation */
@-webkit-keyframes flickimage {
  0% {
    background-color: rgba(234, 198, 14, 0);
  }

  50% {
    background-color: rgba(234, 198, 14, 0.45);
  }

  100% {
    background-color: rgba(234, 198, 14, 0);
  }
}

/* Flicker animation */
@keyframes flickimage {
  0% {
    background-color: rgba(234, 198, 14, 0);
  }

  50% {
    background-color: rgba(234, 198, 14, 0.35);
  }

  100% {
    background-color: rgba(234, 198, 14, 0);
  }
}

.hide-section-header .section-header {
  display: none;
}

.map-form-element .gform_wrapper {
  padding: 30px;
}

.gform_wrapper .validation_message{
    margin: -10px 0px 10px 8px;
}

.gfield_checkbox {
    margin-bottom: 1rem !important;
}

.gfield_radio input[aria-label="Other"] {
    margin-top: .5rem;
}

.ginput_container_date {
    position: relative;
}

.ginput_container_date .datepicker{
    position: static;
    opacity: 1;
    width: calc(100% - 50px);
}

.ginput_container_date .datepicker + img {
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    left: auto;
    width: 50px;
    height: 39px;
    object-fit: contain;
    object-position: center;
    background-color: #d5d5d5;
    padding: 9px;
}

.ginput_container_date .datepicker ~ .screen-reader-text {
    display: none;
}

.map-form-element select option {
  color: #000;
}

.bottom-footer .menu li {
  display: inline-block;
}

.contact-layout-4.has-bg-img input[type="submit"]:hover {
  background: #fff;
  color: #000;
}

.contact-layout-4 .cell.form-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px !important;
}

/*.info-window-style-1 .mini-info-window{

}*/
.info-window-style-1 .poi-info-window.gm-style {
  display: none;
}

.testimonials .hic-title h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

 .large-2 .hic-title h3 {font-size: 18px}

.footer-layout-3 .footer-col {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.footer-layout-3 .footer-col .contact-details div {
  margin-bottom: 0;
}

.opening-hours-table .cta-blurb table {
  color: #000;
}

.grey-section .slick-arrow:before {
  color: #000;
}

.disable-pointer .section-footer a {
  pointer-events: all;
}

@media all and (min-width: 1024px) {
  div#gform_wrapper_4 {
    margin-top: 5px;
  }
}

@media all and (max-width: 640px) {
  .gallery-element.grid.small-spacing .grid-padding-x {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-element.grid .cell.image-list {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .gallery-element.grid .cell.large-3:last-child {
    display: none;
  }

  .gallery-element.grid .cell:not(:last-child), .gallery-element.grid.small-spacing .cell:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*********************
Global Book Now CTA
**********************/
.cta-element .section-body .hic-button-wrap:only-child {
    margin-top: -15px;
}

@media (min-width: 641px){
    .cta-element .section-body .hic-button-wrap:only-child {
        margin-top: -20px;
    }
}

/*********************
TheForm Booking
**********************/
.hic-booking-widget {
    position: relative;
    min-height: 77vh;
    width: calc(100% - 32px);
    overflow: visible;
    margin-left: 16px;
    margin-right: 16px
}

.hic-booking-widget iframe {
    width: calc(100% + 80px);
    height: 570px;
    position: absolute;
    left: -40px;
    right: -40px;
	top: -15px;
}

@media (min-width: 641px){
    .hic-booking-widget iframe {
        height: 470px;
    }  
    .hic-booking-widget {
        min-height: 400px;
    }
}

@media (min-width: 1024px){
    .hic-booking-widget iframe {
        height: 570px;
    }   
    
    .hic-booking-widget {
        min-height: 500px;
    }
}

/*********************
Date picker UI
**********************/
#ui-datepicker-div {
    z-index: 1501 !important;
}

#ui-datepicker-div {
    z-index: 1501;
    background-color: #f1f1f1;
    padding: 10px;
    border: 1px solid #b1b1b1;
    box-shadow: 2px 2px 4px rgba(10,0,0,.15);
}

#ui-datepicker-div .ui-datepicker-title {
    display: flex;
    justify-content: space-between;
}

#ui-datepicker-div .ui-datepicker-title > select {
    width: 49%;
}

#ui-datepicker-div tbody td, #ui-datepicker-div tbody th {
    padding: 0;
}

#ui-datepicker-div tbody td a, #ui-datepicker-div tbody th a {
    padding: .25rem .625rem .25rem;
}

#ui-datepicker-div tbody td a:hover, #ui-datepicker-div tbody th a:hover,
#ui-datepicker-div tbody td a.ui-state-active, #ui-datepicker-div tbody th a.ui-state-active{
    color: #fff;
}

#ui-datepicker-div .ui-datepicker-next {
    margin-left: 1%;
}

#ui-datepicker-div .ui-datepicker-prev {
    margin-right: 1%;
}

#ui-datepicker-div .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-next {
    background-color: #bcbcbc;
    color: #fff;
    padding: .25rem .625rem;
    width: 49%;
    display: inline-block;
    margin-bottom: 1rem;
    text-align: center;
}

#ui-datepicker-div .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-next:hover{
    background-color: #ff5f51;
    color: #fff;
}

/* CUSTOMIZER STYLING */
.hidden{
	display: none;
}

html:not([data-whatclasses*="datepicker"]) #ui-datepicker-div{
	padding: 0
}
.button, .menu-button a {border-radius: 4px}
/*Hicaliber BASE - TEMP CSS*/
.gallery-element.disable-pointer .hic-image:after {display: none;}
.events-element .hic-blurb { margin-top: 16px; }

@media (min-width: 641px) {
	.image-right-content.grey-boxes .hic-content, .image-left-content.then-right.grey-boxes .cell:nth-child(2n) .hic-content {
    padding: 30px;}
.page-element.grid-layout-1 .grid-x>.medium-6:not(.large-4):first-child {width: 100%;}
	.page-element.grid-layout-1.image-overlay-content .grid-x>.medium-6:not(.large-4):first-child .hic-title h3 {font-size: 34px;}
.page-element.grid-layout-1.image-overlay-content .grid-x>.medium-6:not(.large-4)	.hic-image:before {
    padding-top: 50%;}
}

@media (min-width: 1024px) {
	.admin-bar.sticky-header .header {top: 0;}
.admin-bar.sticky-header.scrolled .header {top: 32px;}
	.page-element.grid-layout-1.image-overlay-content .grid-x>.medium-6:not(.large-4):first-child .hic-content {padding: 100px;}
.contact-layout-4.has-map .sub-map {
    height: 510px;}
}

/*EVENTS TEMP CSS -START*/
.events-template-template-page-builder .page-element.event-follow-button, .events-template-template-page-builder .page-element.event-details, .hide-location-search-field .location-search-input  {display: none!important;}
/*EVENTS TEMP CSS -END*/

.default-section:not(.image-overlay-content) .hic-title h3, .grey-section .hic-title h3  {color: #333;}
.image-above-content .has-image .hic-image {margin-bottom: 0;}

/*Location Element - START*/
.location-element .hic-category a {pointer-events: none;}
.hic-seperator:before {content: " |";}

/*Events - START*/
.single-events .hero .hero-banner-message p strong {
    line-height: 1.3;
    background-color: #ed1d24;
    display: inline-block;
    border-radius: 60px;
    padding: 10px 20px;
    margin-top: 20px;
	  font-weight: 500;
    font-size: 24px;
}

@media (min-width: 641px) {
	.single-events .hero .hero-banner-message p strong {
		padding: 12px 30px;
    font-size: 30px;
	}
}
/*Events - END*/
/*Child Theme CSS - START*/
.page-banner-hidden .header {
	box-shadow: 0 2px 8px 0px rgba(0, 0, 0, .35);
}
.page-banner-hidden .body-content {
    padding-top: 30px;
}
ul.isotope-nav {
	margin:0 0 20px 0;
	text-align: center;
}
.isotope-nav li {
	display: inline-block;
	text-align:center;
	padding: 0 8px;
	cursor: pointer;
	background-color: #eee;
	border-radius: 2px;
}
.isotope-nav li:not(:last-child) {	margin-right: 5px} 

.isotope-nav li.active,
.isotope-nav li:hover {
	background-color: #ff5f51; color: #fff;}
.map-form-element.contact-layout-2.small-container .grid-x>.medium-7 {max-width: 600px; margin-left: auto; margin-right: auto;}
.map-form-element.contact-layout-2.default-alignment .gform_footer {text-align: center;}

@media (min-width: 1024px) {
	.header .menu .menu-map-icon span {display: none;}
	.header-transparent .header .menu .menu-map-icon a {font-size: 40px;
    padding-top: 0; padding-left: 34px; color: #ff5f51;}
} 
@media (max-width: 1023px) {
		.header .menu .menu-map-icon i {display: none;}
}
/*Child Theme CSS - END*/

/*Helper Class - START*/
.primary-title .hic-title h3, .primary-titles .hic-title h3 {color: #ff5f51 !important;}
.h120 .hic-title h3 {font-size: calc(1.5rem * 1.2);}
/*Helper Class - END*/