/****************************************
Hicaliber Base Theme Styling
****************************************/

/***************************************
Table of Contents:

 1. Global / General
 2. Breakpoints
 3. The Grid
 4. Site Width
 5. Typography
 6. Header
 7. Hero
 8. Accordion
 9. Accordion Menu
10. Badge
11. Breadcrumbs
12. Content Boxes
13. Pagination
14. Gallery
15. Form
16. Footer
************************************/

/*************************************
1.Global / General - START
**************************************/
* {
  outline: none;
}
.disable-pointer a, a.disable-pointer {
  pointer-events: none;
}
.page-element, .sidebar-element {
  padding: 30px 0;
}
.video-play-button {
  margin: 0 auto;
  width: 80px;
  transition: all .25s ease;
}
.off-canvas {
  background-color: #444;
}
.off-canvas a {
  color: #FFF;
}
.off-canvas li {
  border-bottom: 2px solid #4c4c4c;
}
.default-alignment .section-header, 
.default-alignment .section-footer {
  text-align: center;
}
.section-header {
  margin-bottom: 20px;
}
.hic-image:before, 
.gallery-image:before {
  content: "";
  width: 100%;
  height: auto;
  padding-top: 65%;
  display: block;
}
.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;
}
@media(min-width: 641px) {
  .page-element, .sidebar-element {
    padding: 50px 0;
  }
}

@media(min-width: 1024px) {
  .page-element, .sidebar-element {
    padding: 80px 0;
  }
  .section-footer {
    margin-top: 50px;
  }
}
/*************************************
1.Global / General - END
*************************************/

/*************************************
3.Grid
*************************************/
.row-fluid .section-body .cell {
  margin-bottom: 0 !important;
}
.grid-container {
  padding: 0;
}
.grid-padding-x>.cell,
.grid-padding-x .slick-track>.cell {
  padding-right: 24px;
  padding-left: 24px;
}
.grid-container:not(.full)>.grid-padding-x {
  margin-right: 0;
  margin-left: 0;
}
.small-2_4 {
  width: 20%;
}
/*************************************
3.Grid - END
*************************************/

/*************************************
4.WIDTH - START
*************************************/

@media print, screen and (min-width: 40em) {
  .grid-padding-x .slick-track>.cell {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
/*Default Width - START*/
.default-width .grid-container {
  max-width: 1170px;
}

.default-width .small-container .grid-container {
  max-width: 900px;
}

.default-width .medium-container .grid-container {
  max-width: 1000px;
}

.default-width .large-container .grid-container {
  max-width: 1280px;
}

/*Default Width - END*/
/*Wide Layout - START*/
.wide-layout .grid-container {
  max-width: 1440px;
}

.wide-layout .small-container .grid-container {
  max-width: 1000px;
}

.wide-layout .medium-container .grid-container {
  max-width: 1200px;
}

.wide-layout .large-container .grid-container {
  max-width: 1600px;
}

/*Wide Layout - END*/
.full-width-layout .grid-container {
  max-width: 100%;
}

/*Boxed Layout - START*/
.boxed-layout .off-canvas-wrapper {
  max-width: 1200px;
  margin: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.boxed-layout {
  background-color: #e2e4e5;
}

/*Boxed Layout - END*/
/*************************************
SITE WIDTH - END
*************************************/


/*************************************
5.TYPOGRAPHY - START
*************************************/
html, body, .default-section .box-link {
  color: #1B1B1B;
}
body {
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;  
}
h1, .h1 {
  font-size: 32px;
}

h2, .h2 {
  font-size: 26px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

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;
}

.lead {
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 641px) {
  h1, .h1 {
    font-size: 36px;
  }

  h2, .h2 {
    font-size: 30px;
  }

  h3, .h3 {
    font-size: 24px;
  }

  h4, .h4 {
    font-size: 20px;
  }

  h5, .h5 {
    font-size: 16px;
  }

  h6, .h6 {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }

  h1, .h1 {
    font-size: 40px;
  }

  h2, .h2 {
    font-size: 34px;
  }

  h3, .h3 {
    font-size: 28px;
  }

  h4, .h4 {
    font-size: 24px;
  }

  h5, .h5 {
    font-size: 18px;
  }

  h6, .h6 {
    font-size: 14px;
  }
}

/*************************************
5.TYPOGRAPHY - END
*************************************/

/*************************************
#HELPERS - START
*************************************/
.relative {
  position: relative;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase;
}

.pre-line {
  white-space: pre-line;
}

.light-text, .light-font {
  font-weight: 300 !important;
}

/*Image Background - START*/
.bg-float, .bg-float:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.bg-float:before {
  content: "";
  background: rgba(51, 51, 51, .70);
  z-index: 4;
}

.bg-image {
  min-height: inherit;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.bg-image+* {
  position: relative;
  z-index: 3;
}

.bg-helper {
  background: no-repeat center center;
  background-size: cover;
}

.float-image {
  position: absolute;
  top: 0;
  left: 0;
}

.bp-top .bg-helper, .bp-top .hic-image {
  background-position: top;
}

.bp-right .bg-helper, .bp-right .hic-image {
  background-position: right;
}

.bp-bottom .bg-helper, .bp-right .hic-image {
  background-position: bottom;
}

.bp-left .bg-helper, .bp-left .hic-image {
  background-position: left;
}

.bp-top-left .bg-helper, .bp-top-left .hic-image {
  background-position: top left;
}

.bp-top-center .bg-helper, .bp-top-center .hic-image {
  background-position: center top;
}

.bp-top-right .bg-helper, .bp-top-right .hic-image {
  background-position: top right;
}

.bp-bottom-left .bg-helper, .bp-bottom-left .hic-image {
  background-position: bottom left;
}

.bp-bottom-center .bg-helper, .bp-bottom-center .hic-image {
  background-position: center bottom;
}

.bp-bottom-right .bg-helper, .bp-bottom-right .hic-image {
  background-position: bottom right;
}

/*Image Background - END*/
/*Spacing - START*/
.pt-0, .padding-top-none, .ptb-0 {
  padding-top: 0 !important;
}

.pt-5, .ptb-5 {
  padding-top: 5px !important;
}

.pt-10, .ptb-10 {
  padding-top: 10px !important;
}

.pt-15, .ptb-15 {
  padding-top: 15px !important;
}

.pt-20, .ptb-20 {
  padding-top: 20px !important;
}

.pt-25, .ptb-25 {
  padding-top: 25px !important;
}

.pt-30, .ptb-30 {
  padding-top: 30px !important;
}

.pt-35, .ptb-35 {
  padding-top: 35px !important;
}

.pt-40, .ptb-40 {
  padding-top: 40px !important;
}

.pt-45, .ptb-45 {
  padding-top: 45px !important;
}

.pt-50, .ptb-50 {
  padding-top: 50px !important;
}

.pb-0, .padding-bottom-none, .ptb-0 {
  padding-bottom: 0 !important;
}

.pb-5, .ptb-5 {
  padding-bottom: 5px !important;
}

.pb-10, .ptb-10 {
  padding-bottom: 10px !important;
}

.pb-15, .ptb-15 {
  padding-bottom: 15px !important;
}

.pb-20, .ptb-20 {
  padding-bottom: 20px !important;
}

.pb-25, .ptb-25 {
  padding-bottom: 25px !important;
}

.pb-30, .ptb-30 {
  padding-bottom: 30px !important;
}

.pb-35, .ptb-35 {
  padding-bottom: 35px !important;
}

.pb-40, .ptb-40 {
  padding-bottom: 40px !important;
}

.pb-45, .ptb-45 {
  padding-bottom: 45px !important;
}

.pb-50, .ptb-50 {
  padding-bottom: 50px !important;
}

.mt-0, .margin-top-none, .mtb-0 {
  margin-top: 0 !important;
}

.mt-5, .mtb-5 {
  margin-top: 5px !important;
}

.mt-10, .mtb-10 {
  margin-top: 10px !important;
}

.mt-15, .mtb-15 {
  margin-top: 15px !important;
}

.mt-20, .mtb-20 {
  margin-top: 20px !important;
}

.mt-25, .mtb-25 {
  margin-top: 25px !important;
}

.mt-30, .mtb-30 {
  margin-top: 30px !important;
}

.mt-35, .mtb-35 {
  margin-top: 35px !important;
}

.mt-40, .mtb-40 {
  margin-top: 40px !important;
}

.mt-45, .mtb-45 {
  margin-top: 45px !important;
}

.mt-50, .mtb-50 {
  margin-top: 50px !important;
}

.mb-0, .margin-bottom-none, .mtb-0 {
  margin-bottom: 0 !important;
}

.mb-5, .mtb-5 {
  margin-bottom: 5px !important;
}

.mb-10, .mtb-10 {
  margin-bottom: 10px !important;
}

.mb-15, .mtb-15 {
  margin-bottom: 15px !important;
}

.mb-20, .mtb-20 {
  margin-bottom: 20px !important;
}

.mb-25, .mtb-25 {
  margin-bottom: 25px !important;
}

.mb-30, .mtb-30 {
  margin-bottom: 30px !important;
}

.mb-35, .mtb-35 {
  margin-bottom: 35px !important;
}

.mb-40, .mtb-40 {
  margin-bottom: 40px !important;
}

.mb-45, .mtb-45 {
  margin-bottom: 45px !important;
}

.mb-50, .mtb-50 {
  margin-bottom: 50px !important;
}

@media (min-width: 641px) {
  .medium-pt-60 {
    padding-top: 60px !important;
  }

  .medium-pt-80 {
    padding-top: 80px !important;
  }

  .medium-pt-100 {
    padding-top: 100px !important;
  }

  .medium-pb-60 {
    padding-bottom: 60px !important;
  }

  .medium-pb-80 {
    padding-bottom: 80px !important;
  }

  .medium-pb-100 {
    padding-bottom: 100px !important;
  }
}

/*Spacing - END*/
/*Row - Container - START*/
.row-fluid .grid-container {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.row-fluid .cell {
  padding: 0 !important;
}

.full-width-layout .row-fluid .grid-container {
  padding-left: 0;
  padding-right: 0;
}

.row-fluid .hic-box, .fluid .hic-box {
  margin: 0 !important;
}

@media(max-width: 640px) {
  .small-row-fluid .grid-container {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}

/*Row - Container - END*/
/*Hide - START*/
.hide-title .hic-title, .hide-titles .hic-title, .hide-blurb .hic-blurb, .hide-blurbs .hic-blurb, .button-hidden .hic-button-wrap,
.location-map.single-page-disable .location-detail .btn-readmore {
  display: none !important;
}

/*Hide - END*/
/*Lists - START*/
ul.horizontal li {
  display: inline-block;
}

ul.no-bullets, ul.no-bullet {
  list-style: none !important;
  margin-left: 0;
}

ul.checklist, .page-element.checklist ul {
  margin-left: 0;
  position: relative;
  list-style: none;
}

.checklist li, .page-element.checklist ul li {
  position: relative;
}

.checklist li:before, .page-element.checklist ul li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0;
  top: 0;
}

.checklist.times li:before, .page-element.checklist.times ul li:before {
  content: '\f00d';
}

.checklist.square li:before, .page-element.checklist.square ul li:before {
  content: '\f14a';
}

.checklist.round li:before, .page-element.checklist.round ul li:before {
  content: '\f058';
}

.checklist.angle-right li:before, .page-element.checklist.angle-right ul li:before {
  content: '\f105';
}

.checklist.double-angle-right li:before, .page-element.checklist.double-angle-right ul li:before {
  content: '\f101';
}

.checklist.chevron-right li:before, .page-element.checklist.chevron-right ul li:before {
  content: '\f054';
}

ol.steps-list li, .page-element.steps-list ol li {
  counter-increment: step-counter;
  list-style: none;
  position: relative;
}

ol.steps-list li:before, .page-element.steps-list ol li:before {
  content: counter(step-counter);
  display: block;
  position: absolute;
}

ol.steps-list li strong, .page-element.steps-list ol li strong {
  display: block;
}

/*Lists - END*/
/*No Border Table - START*/
.page-element table.no-border, .page-element table.no-border tbody, .page-element table.no-border th, .page-element table.no-border td {
  border: 0;
  background: none;
}

.page-element table.no-border td:first-child {
  vertical-align: top;
}

/*No Border Table - END*/
/*Greyscale Images - START*/
.greyscale-images .hic-image {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

/*Greyscale Images - END*/
/**************************
HELPERS - END
**************************/
/*********************************
FOR CENTERING OBJECT STYLE HELPER
*********************************/
.v-align-container {
  display: table;
  height: 100%;
  width: 100%;
}

.table-cell-mid {
  display: table-cell;
  vertical-align: middle;
}

.t-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vpv-container {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 1;
}

/*************************************
#MENU - START
*************************************/
.menu .active>a, .menu .is-active>a {
  background: transparent;
}
/*************************************
MENU - END
*************************************/
/*************************************
6.HEADER - START
*************************************/
.header {
  width: 100%;
  position: relative;
}

.header .logo-wrap .no-logo {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}

.header .logo-wrap .circle {
  position: relative;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
}

.header .logo-wrap {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
}

.header .logo-wrap .logo.hide-for-large {
  max-width: 160px;
}

.header .top-header {
  padding: 8px 0;
}
.top-header .cell:nth-child(2) {
  text-align: right;
}
.header .top-header .column-2 {
  text-align: right;
}

.header .top-header ul {
  list-style: none;
  margin: 0;
}

.header .top-header ul li {
  display: inline-block;
  line-height: 16px;
}

.header .top-header ul li:not(:last-child) {
  margin-right: 6px;
  padding-right: 8px;
}

.header .top-header .menu {
  text-align: right;
  display: inline-block;
  width: 100%;
}
body:not(.header-light) .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  color: #fff;
}
.header .top-bar .menu .active>a, .header .top-bar .menu>a:hover, .header .top-bar .menu>a:focus {
  color: #fff;
}
.header .menu a {
  font-size: 14px;
  font-weight: 400;
}

.header .menu .menu-button a {
  color: #fff;
}

.header .menu .menu-button:not(:first-child) {
  margin-left: 1.5rem;
}

.header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f107';
  font-weight: 900;
  border: none;
  right: 14px;
  margin-top: -7px;
}

.header .menu .submenu {
  border: none !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.header .menu .submenu li {
  margin-left: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header .menu .submenu li a {
  transition: all .25s ease-in-out;
}

.header .menu .submenu li a:hover {
  padding-left: 15px;
}

.header .menu .is-dropdown-submenu {
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
}

.header .menu .is-dropdown-submenu li {
  transition: all .25s ease-in-out;
  border-bottom: 1px rgba(255, 255, 255, 0.05) solid;
}

.header .menu .is-dropdown-submenu li a {
  font-size: 13px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.15);
}

.header .menu .is-dropdown-submenu li a:hover {
  color: #fff;
}

.header .menu .is-dropdown-submenu li a:before {
  display: none;
}

.header .menu .is-dropdown-submenu li.active a {
  color: #fff;
}

.header .menu .is-dropdown-submenu li:last-child {
  border-bottom: none;
}

.header .menu li:hover>.is-dropdown-submenu {
  transition: opacity .4s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.header .menu .active>a {
  background: transparent;
}

.header .menu .is-dropdown-submenu li a {
  padding: 10px 8px;
}

.header .top-bar {
  padding: 16px 0;
  background-color: transparent;
  display: block;
}

.header .top-bar ul {
  background-color: transparent;
}

.header .top-bar .top-bar-left, .header .top-bar .top-bar-right {
  width: auto
}

.header .menu .submenu {
  z-index: 20;
}

@media (min-width: 641px) {
  .header.default-header-layout .top-bar .top-bar-left, .header.header-layout-1 .top-bar .top-bar-left {
    width: 20%;
  }

  .header.default-header-layout .top-bar .top-bar-right, .header.header-layout-1 .top-bar .top-bar-right {
    width: auto;
    float: right;
    margin-left: auto;
  }
}

/* Header layout 3 - START*/
@media (min-width: 1024px) {

  .header.header-layout-3 .top-bar {
    padding: 0;
  }

  .header.header-layout-3 .top-bar .top-bar-left {
    padding: 20px 0 13px;
  }
  .header .logo-wrap .logo.hide-for-large {
    max-width: 260px;
  }

  .header.header-layout-3 .top-bar .top-bar-left, .header.header-layout-3 .top-bar .top-bar-right {
    width: 100%;
    text-align: center;
  }

  .header.header-layout-3 .dropdown.menu>li>a {
    padding-left: 0;
    padding-right: 0;
  }

  .header.header-layout-3 .menu-container>ul>li:not(:last-child)>a {
    margin-right: 1.5rem;
  }

  .header.header-layout-3 .top-bar .menu-container>ul {
    display: flex;
    justify-content: space-between;
  }

  .header.header-layout-3 .top-bar .top-bar-right {
    padding: 10px 0;
    position: relative;
  }

  .header.header-layout-3 .top-bar .top-bar-right::before {
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    background-color: #000;
    left: calc((100vw - 1024px + 43px) * -1 / 2);
    right: calc((100vw - 1024px + 43px) * -1 / 2);
    width: 100vw;
  }

  .header.header-layout-3 .top-header .cell:first-child {
    position: absolute;
    left: .9375rem;
    top: 30px;
    width: 33.33333%;
    right: auto;
  }

  .header.header-layout-3 .top-header .cell:last-child {
    position: absolute;
    right: .9375rem;
    top: 30px;
    width: 33.33333%;
    left: auto;
  }

  .header.header-layout-3 .top-header .grid-container {
    position: relative;
  }

  .header.header-layout-3 .top-header {
    padding: 0 !important;
    height: 0;
  }
}

@media (min-width: 1170px) {
  .header.header-layout-3 .top-bar .top-bar-right::before {
    left: calc((100vw - 1170px + 43px) * -1 / 2);
    right: calc((100vw - 1170px + 43px) * -1 / 2);
  }
}

@media (max-width: 1023px) {
  .header.header-layout-3 .top-header {
    display: none;
  }
}

/* Header layout 3 - END*/
/* Transparent Header - START*/
.header-transparent .header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

/* Transparent Header - END*/
/* Sticky Header - START*/
.sticky-header.scrolled .header {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.sticky-header .header {
  z-index: 15;
}

.sticky-header.header-transparent.scrolled .hero-main-wrap, .sticky-header.header-transparent.page-banner-hidden .hero-main-wrap {
  margin-top: 0;
}

@media (min-width: 641px) {
  .sticky-header.scrolled .header {
    position: fixed;
  }
}

@media (min-width: 1024px) {
  .admin-bar.sticky-header .header {
    top: 32px;
  }
}

/* Sticky Header - END*/
/* Menu - START*/
.header-dark .header, .header-dark .header .top-header, .header-dark .header .top-header a, .header-dark .header .menu a,
.header-theme .header .top-header, .header-theme .header .top-header a, .header-theme .header .menu a,
.header-transparent .header .top-header, .header-transparent .header .top-header a, .header-transparent .header .menu a {
  color: #fff;
}

.header-dark .header .top-bar .menu .active>a, .header-dark .header .top-bar .menu>a:hover, .header-dark .header .top-bar .menu>a:focus {
  color: #fff;
}

.header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  color: inherit;
}

/* Menu - END*/
/*********************
HEADER - END
*********************/
/*************************************
#SLICK SLIDER - START
*************************************/
.hero.gallery-background-banner,
.hero.slider-carousel-banner {
  background-color: #acacac;
}
body .hero-slider {
  display: none;
  visibility: hidden;
  width: 0;
  opacity: 0;

}
.hero-slider.slick-initialized.slick-slider {
  display: block;
  visibility: visible;
  opacity: 1;
  width: 100%;
}

@media(max-width: 640px) {
  body .hero-slider .slick-list {
    margin: 0;
  }
  body .slick-list {
    margin: 0 16px;
  }
  body .slick-prev {
    left: 8px;
  }
  body .slick-next {
    right: 8px;
  }
}


/**************************
SLICK SLIDER - END
**************************/
/**************************
7.HERO - START
**************************/
.hero {
  height: auto;
  position: relative;
}

.hero,
.hero label {
  color: #FFF;
}

.hero .grid-container {
  display: flex;
  align-items: center;  
  width: 100%;
  min-height: inherit;
}

.hero .hero-main {
  min-height: inherit;
  height: inherit;
  display: flex;
  align-items: center;
}

.hero-main .grid-x {
  width: 100%;
}

.hero .hero-banner-message {
  position: relative;
}
.hero-banner-message .hic-button-wrap {
  display: flex;
  justify-content: center;
}
.hero .hero-banner-message, .hero .article-header {
  z-index: 3;
}

.hero .article-header .grid-container>.grid-x, .hero .hero-banner-message .grid-container>.grid-x {
  height: 100%;
}

.hero .inner-hero, .hero .slick-list, .hero .slick-track {
  min-height: inherit;
  height: inherit;
}

.hero .hero-slider, .hero .hero-slider .bg-image {
  min-height: inherit;
  height: inherit;
  margin: 0;
}

.hero .hero-bg-overlay,
.hero .video-wrap {
  position: absolute;
  left: 0;    
  top: 0;
  width: 100%;
  height: 100%;
}

.hero .hero-bg-overlay {
  z-index: 1;
}

.hero .hero-video-banner {
  min-height: inherit;
  height: inherit;
}

.hero .video-wrap {
  overflow: hidden;
}

.hero .hero-video-banner .video-wrap .hero-video-bg, 
.hero .hero-video-banner .video-wrap .flex-video, 
.hero .hero-video-banner .video-wrap .responsive-embed, 
.hero .hero-video-banner .video-wrap video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.hero .hero-video-banner .video-wrap .hero-video-bg, .hero .hero-video-banner .video-wrap video {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero .hero-banner-message-w-slider {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero .hero-banner-message-w-slider .hero-banner-message {
  padding: 0;
}

.hero .hero-banner-message-w-slider .cell:first-child {
  display: flex;
  align-items: center;
  align-content: center;
}

.hero .hero-banner-message-w-slider .hero-gallery-slider {
  position: relative;
  width: 100%;
  height: auto;
}

.hero .hero-banner-message-w-slider .hero-gallery-slider .slick-list, .hero .hero-banner-message-w-slider .hero-gallery-slider .slick-slide {
  height: auto;
}

.hero .hero-banner-message-w-slider .hero-gallery-slider .slick-slide::before {
  content: '';
  display: block;
  padding-top: 65%;
}

.hero .hero-banner-message-w-slider .hero-gallery-slider .hero-gallery-slides-thumb {
  margin-bottom: 0;
}

.hero .hero-banner-message-w-slider .hero-gallery-slider .hero-gallery-slides-thumb .slick-track {
  width: 100%;
}

.hero .hero-banner-message-w-slider .hero-gallery-slider .hero-gallery-slides-thumb .slick-slide {
  position: inherit;
}

/*Hero Height - START*/
.hero.page-banner.default-height {
  min-height: 200px;
}

.hero:not(.page-banner).default-height {
  min-height: 400px;
}

.hero.short-banner {
  min-height: 200px;
}

.hero.tall-banner {
  min-height: 350px;
}

.hero.full-screen-banner {
  min-height: calc(100vh - 88px);
}

.with-top-header .hero.full-screen-banner {
  min-height: calc(100vh - (88px + 37px));
}

.admin-bar .hero.full-screen-banner {
  min-height: calc(100vh - (88px + 32px));
}

.admin-bar.with-top-header .hero.full-screen-banner {
  min-height: calc(100vh - (88px + 32px + 37px));
}

.header-transparent .hero.page-banner.default-height {
  min-height: calc(200px + 88px);
}

.header-transparent .hero:not(.page-banner).default-height {
  min-height: calc(400px + 88px);
}

.header-transparent .hero.short-banner {
  min-height: calc(200px + 88px);
}

.header-transparent .hero.tall-banner {
  min-height: calc(400px + 88px);
}

.header-transparent .hero.full-screen-banner {
  min-height: 100vh;
}

.header-transparent.admin-bar .hero.full-screen-banner {
  min-height: calc(100vh - 32px);
}

.header-transparent.with-top-header .hero.page-banner.default-height {
  min-height: calc(200px + 88px + 37px);
}

.header-transparent.with-top-header .hero:not(.page-banner).default-height {
  min-height: calc(400px + 88px + 37px);
}

.header-transparent.with-top-header .hero.short-banner {
  min-height: calc(200px + 88px + 37px);
}

.header-transparent.with-top-header .hero.tall-banner {
  min-height: calc(400px + 88px + 37px);
}



/*Hero Height - END*/
/*Hero Form Layout 1 & 2- START*/
.hero.form-inline .hero-form label {
  text-align: left;
}

.hero.form-layout-1 .hero-form {
  z-index: 10;
}

.hero.form-layout-1.form-inline .hero-form, 
.hero.form-layout-2.form-inline .hero-form {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 640px) {
  .hero .hero-main {
    flex-flow: column;
  }
  .hero-banner-message .hic-button-wrap {
    flex-flow: column;
  }
  .hero-banner-message .hic-button-wrap .button {
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}


@media (min-width: 641px) {
  .hero.form-layout-1.form-inline .hero-form {
    position: absolute;
  }
  .hero-banner-message .hic-button-wrap .button {
    margin-left: 8px;
    margin-right: 8px;
    min-width: 180px;
  }
}
@media (min-width: 1024px) {

  .header-transparent .hero .inner-hero {
  padding-top: 88px;
}

.header-transparent.with-top-header .hero .inner-hero {
  padding-top: calc(88px + 37px);
}

  .header-transparent.admin-bar .hero.full-screen-banner {
        min-height: calc(100vh - (120px + 32px));
  }
  .header-transparent .hero.full-screen-banner {
    min-height: calc(100vh - 120px);
  }
  .header-transparent .hero .hero-banner-message {
    margin-top: calc(120px + 32px);
  }
  .header-transparent .hero .hero-banner-message {
    margin-top: 116px;
  }
  .hero .hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }

  .hero.page-banner.default-height {
    min-height: 250px;
  }

  .hero:not(.page-banner).default-height {
    min-height: 550px;
  }

  .hero.short-banner {
    min-height: 300px;
  }

  .hero.tall-banner {
    min-height: 600px;
  }

  .header-transparent .hero.page-banner.default-height {
    min-height: calc(250px + 88px);
  }

  .header-transparent .hero:not(.page-banner).default-height {
    min-height: calc(550px + 88px);
  }

  .header-transparent .hero.short-banner {
    min-height: calc(300px + 88px);
  }

  .header-transparent .hero.tall-banner {
    min-height: calc(600px + 88px);
  }

  .header-transparent.page-banner-hidden .page-element:first-child {
    padding-top: 140px;
  }

  .hero.form-side .cell-form {
    width: 400px;
  }

  .hero.form-layout-1.form-right .cell-form,
  .hero.form-layout-1.form-bottom .cell-form {
    order: 2;
  }

  .hero.form-layout-1.form-side .cell-message {
    width: calc(100% - 400px);
  }

  .hero.form-layout-1.form-inline .hero-form,
  .hero.form-layout-2.form-inline .hero-form {
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
  }

  .hero.form-top .hero-form {
    top: 0
  }

  .hero.form-bottom .hero-form {
    bottom: 0
  }

  .hero.form-layout-1.form-inline .inner-hero-form, .hero.form-layout-2.form-inline .inner-hero-form {
    max-width: 1170px;
    margin: 0 auto;
  }

  .hero.form-inline .gform_wrapper form, .hero.form-inline .form-content {
    display: flex;
    justify-content: space-evenly;
  }

  .hero.form-layout-2.form-inline .gform_wrapper .gform_body {
    width: calc(100% - 120px);
  }

  .hero.form-layout-2.form-inline .gform_wrapper .gform_footer {
    width: 150px;
  }

  .hero.form-layout-2.form-inline .gform_wrapper .gform_fields {
    display: flex;
  }

  .hero.form-layout-2.form-side .inner-hero {
    display: flex;
  }

  .hero.form-layout-2.form-side .hero-main {
    width: calc(100% - 450px);
    position: relative;
  }

  .hero.form-layout-2.form-side .hero-form {
    width: 450px;
  }

  .hero.form-layout-2.form-left .hero-main {
    order: 2;
  }

  .hero.form-layout-2.form-centered .hero-main {
    min-height: auto;
  }

  .hero.form-layout-2.form-centered .hero-form {
    position: relative;
  }

  .hero.form-inline .booking-search .columns:not(:last-child) {
    margin-right: 10px;
  }

  .hero.form-inline .booking-search .booking-location {
    min-width: 225px;
  }

  .hero.form-inline .booking-search .booking-adults, .hero.form-inline .booking-search .booking-children {
    min-width: 140px;
  }

  .hero.form-inline .booking-search .booking-btn .button {
    padding: 0 10px;
    height: 40px;
    width: 100%;
    margin-bottom: 0;
    min-width: 170px;
    margin-top: 25px;
  }
}

@media (min-width: 1280px) {
  .hero.slider-carousel-banner.default-height {
    min-height: 600px;
  }
}

/*Hero Form Layout 2 - END*/
/*********************
HERO - END
*********************/

/**************************
PAGE ELEMENTS - START
**************************/
.page-element {
  position: relative;
}

.page-element.has-bg-img, .page-element.dark-section, .page-element.theme-section {
  color: #fff;
}

.page-element.has-bg-img .bg-image:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.grid .section-body .cell {
  margin-bottom: 30px;
}
.grid .section-body {
  margin-bottom: -30px;
}

.hic-image {
  position: relative;
  background-size: cover;
  background-position: center;
}

.page-element.content-only .hic-image-container {
  display: none;
}
.page-elements .map-form-element.has-bg-img a {
      color: #FFF;
}

@media (min-width: 641px) {
  .page-element[class*=split-] .hic-box {
    display: -ms-flexbox;
    display: flex;
  }

  .image-left-content .hic-image-container, .image-right-content .hic-content, .image-right-content.then-left .cell:nth-child(2n) .hic-image-container, .image-left-content.then-right .cell:nth-child(2n) .hic-content {
    order: 1;
  }

  .image-left-content .hic-content, .image-right-content .hic-image-container, .image-left-content.then-right .cell:nth-child(2n) .hic-image-container, .image-right-content.then-left .cell:nth-child(2n) .hic-content {
    order: 2;
  }

  .split-25-75 .hic-image-container, .split-75-25 .hic-content {
    width: 25%;
  }

  .split-33-67 .hic-image-container, .split-67-33 .hic-content {
    width: 33.33333%;
  }

  .split-50-50 .hic-image-container, .split-50-50 .hic-content {
    width: 50%;
  }

  .split-40-60 .hic-image-container, .split-60-40 .hic-content {
    width: 40%;
  }

  .split-60-40 .hic-image-container, .split-40-60 .hic-content {
    width: 60%;
  }

  .split-67-33 .hic-image-container, .split-33-67 .hic-content {
    width: 66.66667%;
  }

  .split-75-25 .hic-image-container, .split-25-75 .hic-content {
    width: 75%;
  }

  .image-left-content .hic-content,
  .image-right-content.then-left .cell:nth-child(2n) .hic-content {
    padding-left: 30px;
    padding-right: 0;
  }

  .image-right-content .hic-content,
  .image-left-content.then-right .cell:nth-child(2n) .hic-content {
    padding-left: 0;
    padding-right: 30px;
  }
}

/*Images Sizing - START*/
.page-element.contain-images .hic-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page-element.square-images .hic-image:before, .page-element.round-images .hic-image:before, .page-element.landscape-images .hic-image:before, .page-element.portrait-images .hic-image:before {
  content: "";
  width: 100%;
  height: auto;
  display: block;
}

.page-element.square-images .hic-image:before, .page-element.round-images .hic-image:before, .page-element.box-images .hic-image::before {
  padding-top: 100%;
}

.page-element.landscape-images .hic-image:before {
  padding-top: 40%;
}

.page-element.portrait-images .hic-image:before {
  padding-top: 150%;
}

.page-element.long-portrait-images .hic-image::before {
  padding-top: 180%;
}

.page-element.round-images .hic-image {
  border-radius: 50%;
}



/*Images Sizing - END*/
/*Section Header Left - START*/
@media (min-width: 1024px) {
  .header-left .grid-container {
    display: table;
    width: 100%;
    margin: 0 auto;
  }

  .header-left .section-header, .footer-left .section-footer {
    float: left;
    width: 25%;
  }

  .default-alignment.header-left .section-header, .default-alignment.footer-left .section-footer,
  .text-left.header-left .section-header, .text-left.footer-left .section-footer {
    text-align: left;
  }

  .header-left .section-body {
    float: right;
    width: 75%;
  }

 
}

/*Section Header Left - END*/
/*Small Spacing - START*/
.page-element.grid.small-spacing .cell:not(:last-child) {
  margin-bottom: 15px;
}

@media (min-width: 641px) {
  .page-element.grid.small-spacing .grid-padding-x, .page-element.grid.small-spacing .grid-padding-x>.cell {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

/*Small Spacing - END*/
/*********************
PAGE ELEMENTS - END
*********************/

/*********************
12.Content Boxes - START
*********************/
.content-box-element .hic-icon {
  font-size: 50px;
}
.image-above-content .hic-image {
  margin-bottom: 24px;
}
/*ICON LEFT CONTENT*/
.icon-left-content .hic-content {
  padding: 10px 10px 10px 95px;
  position: relative;
  text-align: left;
}
.icon-left-content .hic-icon {
    position: absolute;
    width: 60px;    
    left: 15px;
    top: 5px;
    text-align: center;
}
/*ICON LEFT CONTENT*/


@media(min-width: 1024px) {
  .icon-left-content .hic-content {
    padding: 20px 20px 20px 130px;
  }
  .content-box-element .hic-icon {
    font-size: 80px;    
  }
  .icon-left-content .hic-icon {
    width: 100px;
  }
}
/*********************
Content Boxes - END
*********************/

/**************************
CTA ELEMENT - START
**************************/
.cta-element.cta-layout-1.default-alignment {
  text-align: center;
}

.default-width .cta-element.cta-layout-1.default-alignment .grid-container {
  max-width: 950px;
}

/**************************
CTA ELEMENT - END
**************************/
/**************************
LEGAL DOCUMENT - START
**************************/
.legal-content li {
  margin-bottom: 1rem;
}

ol.closed-alpha {
  list-style: none;
}

ol.closed-alpha li {
  position: relative;
}

ol.closed-alpha li::before {
  counter-increment: alpha;
  content: "("counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -32px;
}

/**************************
LEGAL DOCUMENT - END
**************************/
/**************************
FORMS - END
**************************/
.gform_wrapper .no-top-label .gfield_label, .gform_wrapper .no-top-label label[for] {
  display: none;
}

@media (min-width: 641px) {
  .gform_wrapper .field-left, .gform_wrapper .field-right {
    width: 49%;
  }

  .gform_wrapper .field-left {
    float: left;
  }

  .gform_wrapper .field-right {
    float: right;
  }
}

/**************************
SIDEBAR - START
**************************/
.sidebar ul {
  margin-left: 0;
}

.sidebar ul li {
  list-style: none;
}

@media(min-width: 641px) {
  .sidebar-left .sidebar {
    order: 1;
  }

  .sidebar-left .main-content {
    order: 2;
  }
}

@media (min-width: 1024px) {
  .sidebar-right .sidebar {
    order: 2;
  }
}

/*************************************
SIDEBAR - END
*************************************/
/*************************************
#CPT ARCHIVE - START
*************************************/
.widget-form-wrap .search-widget .qs-ul {
  list-style: none;
  margin-left: 0;
}

/*************************************
CPT ARCHIVE - END
*************************************/

/*************************************
13.PAGINATION - START
*************************************/
.page-navigation {
  margin-top: 1rem;
}
.pagination {
  display: flex;
  display: flex;
  padding: 24px;
  margin: 0;
}
.pagination li {
  display: block;
}
.pagination a,
.pagination button,
.pagination .current {
  cursor: pointer;
  min-width: 24px;
  min-height: 24px;
  text-align: center;
  margin: 0;
  padding: .1875rem .625rem;
  display: block;
  line-height: 1.4;
}
.pagination .current,
.pagination-item--active {
  pointer-events: none;
}
/*************************************
13.PAGINATION - END
*************************************/
/*************************************
14.Gallery - START
*************************************/
.gallery-element .cross-icon-wrap {
  position: absolute;
  height: 40px;
  width: 40px;
  margin: auto;
  opacity: 0;
  transform: scale(0.6);
  visibility: hidden;
  transition: all .25s ease-in-out;
  z-index: 2;      
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery-element .hic-image:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, .2);
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease-in-out;
}
.gallery-element .image-list:hover .hic-image:after {
  opacity: 1;
  visibility: visible;
}
.gallery-element .image-list:hover .cross-icon-wrap {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
/*************************************
14.Gallery - END
*************************************/
/*************************************
15.FORM - START
*************************************/
[type=color], [type=date], 
[type=datetime-local], 
[type=datetime], [type=email], 
[type=month], [type=number], 
[type=password], [type=search], 
[type=tel], [type=text], 
[type=time], [type=url],
[type=week], textarea {
  box-shadow: none;
}
textarea[rows] {
  height: 150px;
}
.gform_wrapper .gform_title {
  font-size: 32px;
  text-transform: uppercase;
}
.gform_wrapper .gfield_label {
  font-weight: 700;
}
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.gform_wrapper .validation_error {
  display: none;
}

.gform_wrapper .validation_message {
  font-size: 10px;
  font-style: italic;
  margin: -4px 0px 4px 8px;
  color: #A20009;
}

@media(min-width: 1024px) {
  .contact-layout-4 .inner-section .grid-x>.cell:nth-child(2) {
      order: 4;
      width: 25%;
      padding: 0px;
  }
  .contact-layout-4.has-map .sub-map {
    position: relative;
    height: 400px;
  }
  .contact-layout-4.has-map .sub-map p {
    margin: 0;
  }
  .contact-layout-4.has-map .sub-map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
  }
  .contact-layout-4.has-bg-img input, 
  .contact-layout-4.has-bg-img select, 
  .contact-layout-4.has-bg-img textarea {
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #f4f4f4;
    color: #FFF;
}
.contact-layout-4.has-bg-img input[type="submit"] {
    min-width: 200px;
    border: 1px solid;
}
  .contact-layout-4.has-map .inner-section .grid-x>.cell:nth-child(3) {
      order: 2;
      width: 41.66%;
      align-self: stretch;
  }
  .contact-layout-4.has-map .inner-section .grid-x>.cell:nth-child(4) {
      order: 3;
      width: 33.33%;
  }
}
/*************************************
15.FORM - END
*************************************/
/*************************************
16.FOOTER - START
*************************************/
.footer {
    padding: 30px 0;
    margin: 0;
}
.bottom-footer {
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer .footer-col {
  margin-bottom: 30px;
}
.footer-dark .footer, .footer-dark .footer a, .footer-theme .footer, .footer-theme .footer a, .footer-dark .bottom-footer, .footer-dark .bottom-footer a, .footer-dark .theme-footer a {
  color: #fff;
}
.footer-layout-1 .contact-details div {
  position: relative;
}
 .colophon-link .menu a {
  padding: 0 8px;
}

.bottom-footer:not(.with-colophon-link) {
    text-align: center;
  }
@media(max-width: 1023px) {
  
 .colophon-link .menu {
    justify-content: center;
  }
 
  .colophon-link {
    margin-top: 4px;
  }
}
@media(min-width: 641px) {
  .footer {
      padding: 40px 0;
  }
  .footer-layout-3 .footer-col .menu a {
    padding-left: 0;
    padding-right: 0;
  }
  
}
@media (min-width: 1024px) {
  .footer {
    padding: 60px 0;
  } 
  .colophon-link .menu li:last-child a {
    padding-right: 0;
  }
  .bottom-footer.with-colophon-link .copyright {    
    float: left;
  }
  .colophon-link {    
    float: right;
  }
  .colophon-link .menu {
    display: inline-block;    
  }
}
/*************************************
16.FOOTER - END
*************************