@charset "UTF-8";

/*
Theme Name: Whizz
Description: Extended Child Theme of Enfold for Whizz
Project: Whizz
Version: 1.0
Template: enfold
Author: Creative Factory
Author URI: https://www.creativefactory.com.au/
*/

/* BEGIN - GLOBALS */

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.5em;
    font-size: 16px;
}

h1 {
    text-transform: none !important;
    font-family: "Roboto", sans-serif;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    font-size: 48px;
}

h2 {
    text-transform: none;
    font-family: "Roboto", sans-serif;
    color: #4CB9CE;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 34px;
}

h3 {
    text-transform: none;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
}

h4 {
    text-transform: none;
    font-weight: 400;
    line-height: 1.5em;
    font-family: "Roboto", sans-serif;
}

h5 {
    text-transform: none;
    font-family: "Roboto", sans-serif;
}

p {
    line-height: 1.5em;
    color: #2F3234;
    font-weight: 400;
    font-size: 16px;
}

a,
button,
input[type="submit"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    text-decoration: none;
}

textarea:focus,
select:focus,
input:focus,
button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.cf-text-center {
    text-align: center;
}

.cf-text-left {
    text-align: left;
}

.cf-text-right {
    text-align: right;
}

.cf-float-none {
    float: none;
}

.cf-float-left {
    float: left;
}

.cf-float-right {
    float: right;
}

.cf-edge-circle {
    border-radius: 50%;
}

.cf-padding-0 {
    padding: 0 !important;
}

.cf-padding-t-0 {
    padding-top: 0 !important;
}

.cf-padding-l-0 {
    padding-left: 0 !important;
}

.cf-padding-b-0 {
    padding-bottom: 0 !important;
}

.cf-padding-r-0 {
    padding-right: 0 !important;
}

.cf-btn,
input[type="submit"] {
    background: #4CB9CE;
    border-radius: 3px !important;
    color: #ffffff !important;
    padding: 15px 40px !important;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0px;
    border: none !important;
}

.cf-btn span,
input[type="submit"] span {
    margin-left: 1em;
}

.cf-btn:hover,
.cf-btn:active,
.cf-btn.nice-select.open,
.cf-btn.nice-select-wide.open,
.cf-btn:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input.nice-select.open[type="submit"],
input.nice-select-wide.open[type="submit"],
input[type="submit"]:focus {
    color: #ffffff !important;
    background: #32a0b5;
    text-decoration: none;
    cursor: pointer;
}

.cf-btn--small {
    padding: 10px 15px !important;
    font-size: 12px;
}

.cf-btn.cf-fullwidth,
.cf-btn--fullwidth {
    text-align: center;
    width: 100%;
}

.cf-btn--white {
    border: 1px solid #d1d1d1 !important;
    background: transparent;
    color: #2F3234 !important;
}

.filter-active, .cf-btn--white:hover {
    background: #4CB9CE;
    color: #ffffff !important;
}

.cf-btn--fb {
    background-color: #3B5998;
}

.cf-btn--fb:hover,
.cf-btn--fb:focus {
    background-color: #2d4373;
}

.cf-bg-pos-center-center {
    background-position: center center;
}

.cf-bg-pos-center-left {
    background-position: center left;
}

.cf-bg-pos-center-right {
    background-position: center right;
}

.cf-bg-pos-top-center {
    background-position: top center;
}

.cf-bg-pos-top-left {
    background-position: top left;
}

.cf-bg-pos-top-right {
    background-position: top right;
}

.cf-bg-pos-bottom-center {
    background-position: bottom center;
}

.cf-bg-pos-bottom-left {
    background-position: bottom left;
}

.cf-bg-pos-bottom-right {
    background-position: bottom right;
}

/* RESPONSIVE */

/* END - GLOBALS */

/* BEGIN - HEADER */

.cf-header {
    /* background-color: #4CB9CE; */
    background-color: #2f3234 !important;
    padding: 0;
    height: 56px;
    /*.cf-inner-container{
      position: absolute;
      top:0;
      left:50%;
      transform: translateX(-50%);
  
      @include tablet-and-mobile{
        postion: relative;
        left:0;
        transform: none;
      }
    }*/
}

.cf-header .cf-inner-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0px;
}

.cf-header .cf-header__body {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.cf-header .cf-header__body .cf-header__logo_container {
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
}

.cf-header .cf-header__body .cf-header__logo {
    position: relative;
    top: 0px;
    height: 40px;
    width: 150px;
    background-size: contain;
    background-position: 30px center;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.cf-header .cf-header__body .cf-header__logo svg {
    width: 100px;
    height: 40px;
    fill: #ffffff;
}

.cf-header .cf-header__body .cf-header__menu {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 56px;
    position: relative;
    z-index: 1;
}

.cf-header .cf-header__body .cf-header__menu li {
    /* -webkit-box-flex: 1;
    -ms-flex: 1; */
    /* flex: 1; */
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    list-style-type: none;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cf-header .cf-header__body .cf-header__menu li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    line-height: 1.1em;
    font-weight: 300;
    white-space: nowrap;

    display: flex;
    width: -webkit-fill-available;
    align-items: center;
    height: -webkit-fill-available;
    justify-content: center;
}

.cf-header .cf-header__body .cf-header__menu li a:hover,
.cf-header .cf-header__body .cf-header__menu li a:focus {
    text-decoration: none;
    color: #ffffff;
}

.cf-header .cf-header__body .cf-header__menu li:hover {
    background-color: #32a0b5;
}

.cf-header .cf-header__body .cf-header__menu li.cf-header__menu-item--mobile {
    display: none;
}

.cf-header .cf-header__body .cf-header__widgets {
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    /* width: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px; */

    width: 330px;
    -ms-flex-preferred-size: 330px;
    flex-basis: 330px;
}

.cf-header .cf-header__body .cf-header__login {
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    /* padding: 0 25px; */
}

@media screen and (max-width: 1280px) {
    .cf-header .cf-header__body .cf-header__menu li a {
        height: auto;
        width: auto;
    }
}

@media screen and (max-width: 1023px) {
    .cf-header .cf-header__body .cf-header__login {
        height: auto;
    }
}

.cf-header .cf-header__body .cf-header__login img {
    margin-right: 15px;
}

.cf-header .cf-header__body .cf-header__widgets .cf-header__call {
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    /* padding: 0 25px; */
    padding: 0 15px;
}

.cf-header .cf-header__body .cf-header__widgets .cf-header__call img {
    margin-right: 15px;
    height: 18px;
}

.cf-header .cf-header__body .cf-header__widgets .cf-header__call span > span{
    display: block;
    font-size: 10px;
    line-height: normal;
}

/* .cf-header .cf-header__body .cf-header__login:hover,
.cf-header .cf-header__body .cf-header__login:focus {
    background-color: #32a0b5;
    text-decoration: none;
} */

.cf-header .cf-header__body .cf-header__widgets .cf-header__book {
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    /* background-color: #2F3234; */
    background-color: #4CB9CE;
    color: #2f3234;
    font-size: 14px;
    font-weight: 500;
    /* padding: 0 25px; */
    padding: 0 15px;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* .cf-header .cf-header__body .cf-header__widgets .cf-header__book:hover,
.cf-header .cf-header__body .cf-header__widgets .cf-header__book:focus {
    background-color: #171819;
    text-decoration: none;
} */

.cf-header .cf-header__body .cf-header__hamburger-icon {
    display: none;
    width: 25px;
    height: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cf-header .cf-header__body .cf-header__hamburger-icon:hover {
    cursor: pointer;
}

.cf-header .cf-header__body .cf-header__hamburger-icon .cf-header__hamburger-icon-line {
    width: 25px;
    height: 3px;
    border-radius: 2px;
    /* background-color: #4CB9CE; */
    background-color: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-header .cf-header__body .cf-header__hamburger-icon .cf-header__hamburger-icon-line.cf-middle {
    width: 15px;
}

/* END - HEADER */

/* BEGIN: PAGE CONTENT */

.html_header_top.html_header_sticky #main,
#main {
    padding-top: 0;
}

.container_wrap {
    border-top: none;
}

/* END: PAGE CONTENT */

/* BEGIN - FOOTER */

.cf-footer .cf-footer__header {
    margin-bottom: 30px;
}

.cf-footer .cf-footer__header img {
    width: 75px;
    height: auto;
}

.cf-footer .cf-footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cf-footer .cf-footer__body .cf-footer__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
}

.cf-footer .cf-footer__body .cf-footer__content .cf-footer__title {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}

.booking-widget .cf-footer__desc  {
    margin-top: 30px;
}

.cf-booking-widget .cf-footer__social {
    margin-bottom: 30px;
}

.cf-footer .cf-footer__body .cf-footer__content .cf-footer__desc p {
    color: #ffffff;
    font-size: 12px;
}

.cf-footer .cf-footer__body .cf-footer__content .cf-footer__desc p:last-child {
    margin-top: 20px;
}

.cf-footer .cf-footer__body .cf-footer__content .cf-footer__desc a {
    color: #ffffff;
}

.cf-footer .cf-footer__body .cf-footer__content .cf-footer__desc a:hover {
    color: #4CB9CE;
}

.cf-footer .cf-footer__body .cf-footer__content .cf-footer__desc img {
    max-height: 40px;
    width: auto;
}

.cf-footer .cf-footer__body .cf-footer__content .cf-footer__desc ul {
    padding: 0;
    margin: 0;
}

.cf-footer .cf-footer__body .cf-footer__content .cf-footer__desc ul li {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.cf-footer .cf-footer__body .cf-footer__content.cf-footer__about {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding-left: 0;
}

.cf-footer .cf-footer__body .cf-footer__content.cf-footer__about .cf-footer__desc img {
    margin-right: 15px;
}

.cf-footer .cf-footer__body .cf-footer__content:last-child {
    padding-right: 0;
}

.cf-footer .cf-footer__footer {
    border-top: 1px solid #ffffff;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    padding: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cf-footer .cf-footer__footer .cf-footer__bottom-links ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cf-footer .cf-footer__footer .cf-footer__bottom-links ul li {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
}

.cf-footer .cf-footer__footer .cf-footer__bottom-links ul li a {
    color: rgba(255, 255, 255, 0.5);
}

.cf-footer .cf-footer__footer .cf-footer__bottom-links ul li a:hover {
    text-decoration: none;
}

/* END - FOOTER */

/* BEGIN - FOOTER */

.cf-modal {
    display: none;
    width: 0px;
    height: 0px;
    top: 0;
    left: 0;
}

.cf-modal[data-cf-modal-active] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: 1000;
}

.cf-modal[data-cf-modal-active] .cf-modal__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-modal[data-cf-modal-active] .cf-modal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 325px;
    min-height: 340px;
    padding: 21px;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 6px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 6px;
}

.cf-modal[data-cf-modal-active] .cf-modal__content {
    display: block;
    text-align: center;
}

.cf-modal[data-cf-modal-active] .cf-modal__image {
    height: auto;
    margin: 16px auto 23px;
    width: 62px;
}

.cf-modal[data-cf-modal-active] .cf-modal__title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #4CB9CE;
    line-height: 1.2;
    margin-bottom: 0;
}

.cf-modal[data-cf-modal-active] .cf-modal__desc {
    font-size: 11px;
    text-align: center;
    color: #2F3234;
    line-height: 1.3;
}

.cf-modal[data-cf-modal-active] .cf-modal__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: auto;
}

.cf-modal[data-cf-modal-active] .cf-modal__controls .cf-modal__control {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 5px;
}

.cf-modal[data-cf-modal-active] .cf-modal__controls .cf-modal__button {
    border: 1px solid #4CB9CE;
    background-color: #4CB9CE;
    color: #2F3234;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    text-align: center;
    padding: 14px 15px;
    font-size: 17px;
    color: #ffffff;
    cursor: pointer;
}

.cf-modal[data-cf-modal-active] .cf-modal__controls .cf-modal__button--secondary {
    background-color: #f1f1f1;
    border-color: rgba(53, 59, 80, 0.1);
    color: #2F3234;
}

.cf-modal[data-cf-modal-loading]:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2000;
    content: url("/wp-content/themes/enfold-CF/media/spinner.svg");
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

/* BEGIN - CF ANCHOR */

.cf-anchor {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-anchor--pos-mod {
    -webkit-transform: translateY(-305px);
    transform: translateY(-305px);
}

/* END - CF ANCHOR */

/* BEGIN - CF NEWS GRID */

.cf-news-grid-container .avia-content-slider-inner .post-entry .cf-news-grid-thumb {
    height: 220px;
    border-radius: 0;
    border: 1px solid #9B9B9B;
}

.cf-news-grid-container .avia-content-slider-inner .post-entry .cf-news-grid-thumb > img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.cf-news-grid-container .avia-content-slider-inner .post-entry .cf-news-grid-thumb > img.cf-news-grid-force-height {
    width: auto;
    height: 100%;
    max-width: none;
}

.cf-news-grid-container .avia-content-slider-inner .post-entry .cf-news-grid-thumb > img.cf-news-grid-img-loading-done {
    opacity: 1;
}

.cf-news-grid-container .slide-content {
    position: relative;
    padding: 0 10px;
}

.cf-news-grid-container .slide-content .cf-news-grid-cat {
    top: 0 !important;
    display: inline-block !important;
    text-transform: none !important;
}

.cf-news-grid-container .slide-content .cf-news-grid-cat > a {
    text-transform: none;
}

.cf-news-grid-container .slide-content .cf-news-grid-author {
    top: 0;
    position: relative;
    font-size: 0.8em;
    display: inline-block;
}

.cf-news-grid-container .slide-content .entry-title {
    font-size: 24px;
    padding: 15px 0 0 0;
}

.cf-news-grid-container .slide-content .cf-news-grid-desc-container {
    overflow: visible !important;
}

.cf-news-grid-container .slide-content .cf-news-grid-desc-container .cf-news-grid-btn {
    margin: 30px 0 0 0;
    top: 0;
    padding-bottom: 0;
}

.cf-news-grid-container .slide-content .cf-news-grid-desc-container .cf-news-grid-btn a {
    top: 0;
    border-color: transparent;
    text-transform: uppercase;
}

.cf-news-grid-container .entry-footer .slide-meta {
    padding-left: 10px;
    padding-right: 10px;
}

.cf-news-grid-container .entry-footer .slide-meta .cf-news-grid-date {
    font-size: 16px;
}

.cf-news-grid-container .pagination-slider .pagination {
    text-align: center;
}

.cf-news-grid-container .pagination-slider .pagination > .current,
.cf-news-grid-container .pagination-slider .pagination > a {
    float: none !important;
    margin: 0 5px;
    display: inline-block;
}

/* END - CF NEWS GRID */

/* BEGIN - CF ISOTOP GRID */

.cf-isotope-gallery {
    visibility: hidden;
}

.avia_transform .avia-gallery-thumb img.avia_start_animation {
    -webkit-animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.32, 1);
    animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* RESPONSIVE */

/* END - CF ISOTOPE GRID */

/* BEGIN - CF GRADIENT BUTTON */

.cf-gradient-button .avia-button {
    border-bottom-width: 0;
    margin: 0;
}

.cf-gradient-button .avia-button:active,
.cf-gradient-button .avia-button.nice-select.open,
.cf-gradient-button .avia-button.nice-select-wide.open {
    border-top-width: 0;
}

.cf-gradient-button .avia-button.cf-full-width {
    width: 100%;
}

.cf-gradient-button.cf-full-width {
    width: 100%;
}

.cf-gradient-button.cf-vpos-top {
    position: absolute;
    top: 0;
}

.cf-gradient-button.cf-vpos-top.cf-pos-center {
    left: 0;
    right: 0;
}

.cf-gradient-button.cf-vpos-top.cf-pos-left {
    left: 0;
}

.cf-gradient-button.cf-vpos-top.cf-pos-right {
    right: 0;
}

.cf-gradient-button.cf-vpos-bottom {
    position: absolute;
    bottom: 0;
}

.cf-gradient-button.cf-vpos-bottom.cf-pos-center {
    left: 0;
    right: 0;
}

.cf-gradient-button.cf-vpos-bottom.cf-pos-left {
    left: 0;
}

.cf-gradient-button.cf-vpos-bottom.cf-pos-right {
    right: 0;
}

.cf-gradient-button.cf-vpos-center {
    position: absolute;
    bottom: 0;
    top: 0;
}

.cf-gradient-button.cf-vpos-center.cf-pos-center {
    left: 0;
    right: 0;
}

.cf-gradient-button.cf-vpos-center.cf-pos-left {
    left: 0;
}

.cf-gradient-button.cf-vpos-center.cf-pos-right {
    right: 0;
}

/* RESPONSIVE */

/* END - CF GRADIENT BUTTON */

/* BEGIN - CF FIXED IMAGE */

.cf-fixed-image-container .cf-fixed-image {
    height: 300px;
}

/* END - CF FIXED IMAGE */

/* BEGIN - CF INSTAGRAM FEED */

.cf-ig-container .cf-ig-item.cf-ig-col-1 {
    width: 100%;
}

.cf-ig-container .cf-ig-item.cf-ig-col-2 {
    width: 50%;
}

.cf-ig-container .cf-ig-item.cf-ig-col-3 {
    width: 33.33333%;
}

.cf-ig-container .cf-ig-item.cf-ig-col-4 {
    width: 25%;
}

.cf-ig-container .cf-ig-item.cf-ig-col-5 {
    width: 20%;
}

.cf-ig-container .cf-ig-item.cf-ig-col-6 {
    width: 16.66667%;
}

.cf-ig-container .cf-ig-gallery {
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-ig-container .cf-ig-gallery .cf-ig-item .cf-ig-item-container .cf-ig-thumb {
    border: 1px solid #9B9B9B;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-ig-container .cf-ig-gallery .cf-ig-item .cf-ig-item-container .cf-ig-thumb:hover {
    opacity: 0.9;
}

.cf-ig-container .cf-ig-gallery .cf-ig-item .cf-ig-item-container .cf-ig-likes {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
}

.cf-ig-container .cf-ig-gallery .cf-ig-item .cf-ig-item-container .cf-ig-content {
    overflow-wrap: break-word;
    margin-bottom: 20px;
}

.cf-ig-container .cf-ig-gallery .cf-ig-item .cf-ig-item-container .cf-ig-content > a:hover {
    text-decoration: none;
    color: #9B9B9B;
}

.cf-ig-container .cf-ig-gallery .cf-ig-item.cf-ig-hidden {
    display: none;
}

.cf-ig-container .cf-ig-footer {
    text-align: center;
    margin: 30px 0;
}

.cf-ig-container .cf-ig-footer .cf-btn {
    margin: 10px 20px;
    display: inline-block;
}

/* RESPONSIVE */

/* END - CF INSTAGRAM FEED */

/* BEGIN - CF TEAM */

.cf-team .cf-edge-circle {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* END - CF TEAM */

/* BEGIN : BW POSTS NAVBAR */

.cf-posts-navbar .cf-posts-navbar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
}

.cf-posts-navbar .cf-posts-navbar-list .cf-posts-navbar-item {
    margin: 0 40px;
}

.cf-posts-navbar .cf-posts-navbar-list .cf-posts-navbar-item .cf-posts-navbar-item-link {
    color: #000;
}

.cf-posts-navbar .cf-posts-navbar-list .cf-posts-navbar-item .cf-posts-navbar-item-link:hover {
    text-decoration: none;
    opacity: 0.9;
}

.cf-posts-navbar .cf-posts-navbar-list .cf-posts-navbar-item.cf-active-cat:after {
    content: ' ';
    width: 40px;
    height: 3px;
    background-color: #000;
    margin: 30px auto 0;
    display: block;
}

.cf-posts-navbar .cf-posts-navbar-list .cf-posts-navbar-item.cf-inactive-cat:after {
    content: ' ';
    width: 40px;
    height: 3px;
    background-color: transparent;
    margin: 30px auto 0;
    display: block;
}

/* END : BW POSTS NAVBAR */

/* BEGIN : BW PAGE NAVBAR */

.cf-page-navbar {
    width: 100vw;
    padding: 3px 0 1px;
    background-color: #ffffff;
}

.cf-page-navbar .cf-page-navbar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cf-page-navbar .cf-page-navbar-list .cf-page-navbar-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 225px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    line-height: 35px;
    -webkit-transition: none !important;
    transition: none !important;
}

.cf-page-navbar .cf-page-navbar-list .cf-page-navbar-item .cf-page-navbar-item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fdf4ed;
    opacity: 0.8;
    z-index: 1;
}

.cf-page-navbar .cf-page-navbar-list .cf-page-navbar-item .cf-page-navbar-link {
    color: #000;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    position: relative;
    z-index: 5;
}

.cf-page-navbar .cf-page-navbar-list .cf-page-navbar-item:hover,
.cf-page-navbar .cf-page-navbar-list .cf-page-navbar-item:focus {
    text-decoration: none;
}

.cf-page-navbar .cf-page-navbar-list .cf-page-navbar-item:hover .cf-page-navbar-item-overlay,
.cf-page-navbar .cf-page-navbar-list .cf-page-navbar-item:focus .cf-page-navbar-item-overlay {
    opacity: 0.5;
}

.cf-page-navbar.cf-page-navbar-on-scroll {
    padding: 1px 0;
    position: fixed;
    top: 45px;
    left: 0;
    z-index: 10;
    opacity: 1;
}

.cf-page-navbar.cf-page-navbar-on-scroll .cf-page-navbar-list .cf-page-navbar-item {
    height: 75px;
}

/* END : BW PAGE NAVBAR */

/* BEGIN : CF SHOP HOME */

.cf-shop-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 80px 0 0 0;
}

.cf-shop-home .cf-shop-home__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    width: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 80px;
    overflow: hidden;
}

.cf-shop-home .cf-shop-home__item .cf-shop-home__image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-shop-home .cf-shop-home__item .cf-shop-home__image a img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.cf-shop-home .cf-shop-home__item .cf-shop-home__title {
    font-family: "Roboto", sans-serif;
    color: #2F3234;
    font-size: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.cf-shop-home .cf-shop-home__item:hover .cf-shop-home__image {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.cf-shop-home .cf-shop-home__item:hover a {
    text-decoration: none;
}

.cf-shop-home--sm .cf-shop-home__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
}

/* END : CF SHOP HOME */

/* BEGIN : CF PRODUCT LISTING */

.cf-product-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding: 40px 120px 0;
}

.cf-product-listing .cf-product-listing__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.cf-product-listing .cf-product-listing__item .cf-product-listing__image a img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-product-listing .cf-product-listing__item .cf-product-listing__image a img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cf-product-listing .cf-product-listing__item .cf-product-listing__body {
    margin-bottom: 20px;
}

.cf-product-listing .cf-product-listing__item .cf-product-listing__body .cf-product-listing__title {
    margin-bottom: 10px;
}

.cf-product-listing .cf-product-listing__item .cf-product-listing__body .cf-product-listing__price {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.cf-product-listing .cf-product-listing__item .cf-product-listing__body .cf-product-listing__desc {
    color: #2F3234;
}

.cf-product-listing .cf-product-listing__item .cf-product-listing__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cf-product-listing .cf-product-listing__item .cf-product-listing__foot .cart {
    margin-bottom: 0;
    margin: 0 10px 0 0;
    padding: 0;
}

.cf-product-listing .cf-product-listing__item .cf-product-listing__foot .cf-btn {
    color: #000;
    font-size: 12px;
    height: 40px;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
}

/* END : CF PRODUCT LISTING */

/* BEGIN - WHIZZ ICONBOX */

.cf-iconbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.cf-iconbox .cf-iconbox__icon {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cf-iconbox .cf-iconbox__icon img {
    display: block;
    margin: 0 auto;
}

.cf-iconbox .cf-iconbox__body {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    padding-left: 20px;
}

.cf-iconbox .cf-iconbox__body .cf-iconbox__title {
    font-size: 20px;
}

/* END - WHIZZ ICONBOX */

/* BEGIN - CF TESTIMONAIL */

.cf-testimonial .cf-testimonial__carousel .cf-testimonial__item {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0 rgba(47, 50, 52, 0.1);
    box-shadow: 0px 0px 20px 0 rgba(47, 50, 52, 0.1);
    padding: 30px;
    margin: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cf-testimonial .cf-testimonial__carousel .cf-testimonial__item .cf-testimonial__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.cf-testimonial .cf-testimonial__carousel .cf-testimonial__item .cf-testimonial__header img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
    height: 40px;
    width: auto;
}

.cf-testimonial .cf-testimonial__carousel .cf-testimonial__item .cf-testimonial__header .cf-testimonial__cat-name {
    font-size: 17px;
    font-weight: 600;
}

.cf-testimonial .cf-testimonial__carousel .cf-testimonial__item .cf-testimonial__body {
    text-align: center;
    margin-bottom: 20px;
}

.cf-testimonial .cf-testimonial__carousel .cf-testimonial__item .cf-testimonial__body .cf-testimonial__name {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 20px;
}

.cf-testimonial .cf-testimonial__carousel .cf-testimonial__item .cf-testimonial__body .cf-testimonial__content {
    margin-top: 20px;
    padding: 0 30px;
    position: relative;
}

.cf-testimonial .cf-testimonial__carousel .cf-testimonial__item .cf-testimonial__body .cf-testimonial__content:before {
    content: '“';
    font-size: 34px;
    color: #4CB9CE;
    position: absolute;
    top: 0;
    left: 10px;
}

.cf-testimonial .cf-testimonial__carousel .cf-testimonial__item .cf-testimonial__body .cf-testimonial__content:after {
    content: '”';
    font-size: 34px;
    color: #4CB9CE;
    position: absolute;
    bottom: 0;
    right: 10px;
    -webkit-transform: translateY(0.5em);
    transform: translateY(0.5em);
}

.cf-testimonial .cf-testimonial__carousel .cf-testimonial__item .cf-testimonial__footer {
    margin-bottom: 20px;
}

.cf-testimonial .cf-testimonial__carousel .cf-testimonial__item .cf-testimonial__footer .cf-testimonial__source {
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
}

.cf-testimonial .cf-testimonial__carousel .cf-testimonial__item .cf-testimonial__footer .cf-testimonial__rating {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cf-testimonial .cf-testimonial__carousel .cf-testimonial__item .cf-testimonial__footer .cf-testimonial__rating .cf-testimonial__star {
    list-style-type: none;
    margin: 0 5px;
    width: 26px;
    height: 25px;
    background-image: url("/wp-content/themes/enfold-CF/media/star-grey.png");
}

.cf-testimonial .cf-testimonial__carousel .cf-testimonial__item .cf-testimonial__footer .cf-testimonial__rating .cf-testimonial__star.cf-testimonial__star-active {
    background-image: url("/wp-content/themes/enfold-CF/media/star.png");
}

.cf-testimonial .cf-testimonial__carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.cf-testimonial .cf-testimonial__carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #D1D1D1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.cf-testimonial .cf-testimonial__carousel .owl-dots .owl-dot.active {
    background-color: #2F3234;
    border: 1px solid #2F3234;
    width: 15px;
    height: 15px;
}

.cf-testimonial.cf-testimonial--whizzards .cf-testimonial__carousel .cf-testimonial__item .cf-testimonial__header {
    display: none;
}

.cf-testimonial.cf-testimonial--whizzards .cf-testimonial__carousel .cf-testimonial__item .cf-testimonial__body .cf-testimonial__name {
    padding-top: 20px;
}

.cf-testimonial.cf-testimonial--whizzards .cf-testimonial__carousel .cf-testimonial__item .cf-testimonial__footer .cf-testimonial__source {
    display: none;
}

/* END - CF TESTIMONAIL */

/* BEGIN: CF TABS */

.cf-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cf-tabs .cf-tabs__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cf-tabs .cf-tabs__nav .cf-tabs__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    opacity: 0.25;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-tabs .cf-tabs__nav .cf-tabs__nav-item:hover,
.cf-tabs .cf-tabs__nav .cf-tabs__nav-item:focus,
.cf-tabs .cf-tabs__nav .cf-tabs__nav-item.cf-active {
    opacity: 1;
    cursor: pointer;
}

.cf-tabs .cf-tabs__body {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    position: relative;
}

.cf-tabs .cf-tabs__body .cf-tabs__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-tabs .cf-tabs__body .cf-tabs__content .cf-tabs__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    padding-right: 20px;
}

.cf-tabs .cf-tabs__body .cf-tabs__content .cf-tabs__left .cf-tabs__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cf-tabs .cf-tabs__body .cf-tabs__content .cf-tabs__left .cf-tabs__desc img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 20px;
}

.cf-tabs .cf-tabs__body .cf-tabs__content .cf-tabs__left .cf-tabs__desc .cf-tabs__text {
    margin-top: 10px;
}

.cf-tabs .cf-tabs__body .cf-tabs__content .cf-tabs__left .cf-tabs__button {
    margin-bottom: 20px;
    margin-left: 100px;
}

.cf-tabs .cf-tabs__body .cf-tabs__content .cf-tabs__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.cf-tabs .cf-tabs__body .cf-tabs__content.cf-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.cf-tabs .cf-tabs__body .cf-tabs__content.cf-hidden {
    display: none;
}

/* END: CF TABS */

/* BEGIN: CF INFOBLOCK */

.cf-infoblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0 rgba(47, 50, 52, 0.1);
    box-shadow: 0px 0px 20px 0 rgba(47, 50, 52, 0.1);
}

.cf-infoblock .cf-infoblock__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    position: relative;
}

.cf-infoblock .cf-infoblock__header .cf-infoblock__bar {
    height: 100px;
    justify-self: flex-start;
    width: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.cf-infoblock .cf-infoblock__header .cf-infoblock__icon {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cf-infoblock .cf-infoblock__header .cf-infoblock__icon img {
    max-height: 100px;
    width: auto;
    margin-right: 20px;
}

.cf-infoblock .cf-infoblock__header .cf-infoblock__title {
    height: 100px;
    font-size: 28px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cf-infoblock .cf-infoblock__body {
    padding: 30px 50px;
}

.cf-infoblock .cf-infoblock__footer {
    margin: auto 0 0 0;
    padding: 0 50px 30px;
}

/* END: CF INFOBLOCK */

/* BEGIN: WHIZZ CLEAN OPTIONS */

.cf-whizzoptions .cf-whizzoptions__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    position: relative;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 20px 0 rgba(47, 50, 52, 0.2);
    box-shadow: 0px 0px 20px 0 rgba(47, 50, 52, 0.2);
}

.cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item .cf-whizzoptions__bar {
    height: 100px;
    width: 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item .cf-whizzoptions__icon {
    height: 100px;
    margin: 0 35px 0 45px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item .cf-whizzoptions__icon img {
    max-height: 100%;
    width: auto;
}

.cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item .cf-whizzoptions__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justtify-content: center;
    position: relative;
    z-index: 2;
}

.cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item .cf-whizzoptions__head .cf-whizzoptions__title {
    font-size: 28px;
    line-height: 1em;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item .cf-whizzoptions__head .cf-whizzoptions__subtitle {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #2F3234;
}

.cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item:hover,
.cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item:focus,
.cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item.cf-active {
    -webkit-box-shadow: 0px 0px 30px 0 rgba(47, 50, 52, 0.1);
    box-shadow: 0px 0px 30px 0 rgba(47, 50, 52, 0.1);
    cursor: pointer;
}

.cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item:hover .cf-whizzoptions__bar,
.cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item:focus .cf-whizzoptions__bar,
.cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item.cf-active .cf-whizzoptions__bar {
    width: 100%;
}

.cf-whizzoptions .cf-whizzoptions__popup {
    overflow: hidden;
}

.cf-whizzoptions .cf-whizzoptions__popup .cf-whizzoptions__popup-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cf-whizzoptions .cf-whizzoptions__popup .cf-whizzoptions__popup-item .cf-whizzoptions__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cf-whizzoptions .cf-whizzoptions__popup .cf-whizzoptions__popup-item .cf-whizzoptions__image img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.cf-whizzoptions .cf-whizzoptions__popup .cf-whizzoptions__popup-item .cf-whizzoptions__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.cf-whizzoptions .cf-whizzoptions__popup .cf-whizzoptions__popup-item .cf-whizzoptions__body .cf-whizzoptions__content {
    margin-bottom: 40px;
}

.cf-whizzoptions .cf-whizzoptions__popup .cf-whizzoptions__popup-item.cf-active {
    opacity: 1;
}

.cf-whizzoptions .cf-whizzoptions__popup .cf-whizzoptions__popup-item.cf-hidden {
    display: none;
}

/* END: WHIZZ CLEAN OPTIONS */

/* BEGIN: CF MAP */

.cf-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cf-map .cf-map__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.cf-map .cf-map__body .cf-map__desc {
    margin-bottom: 40px;
}

.cf-map .cf-map__body .cf-map__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cf-map .cf-map__body .cf-map__nav .cf-map__nav-link {
    font-size: 17px;
    opacity: 0.25;
    text-transform: uppercase;
    margin: 10px 0;
    color: #2F3234;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-map .cf-map__body .cf-map__nav .cf-map__nav-link.cf-active {
    opacity: 1;
}

.cf-map .cf-map__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    position: relative;
}

.cf-map .cf-map__map .cf-map__base-map {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
}

.cf-map .cf-map__map .cf-map__base-map img {
    opacity: 0;
    width: 100%;
    height: auto;
}

.cf-map .cf-map__map .cf-map__base-map.cf-active {
    opacity: 1;
}

.cf-map .cf-map__map .cf-map__pin {
    position: absolute;
    background-image: url("/wp-content/themes/enfold-CF/media/pin.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.cf-map .cf-map__map .cf-map__pin:hover,
.cf-map .cf-map__map .cf-map__pin:focus,
.cf-map .cf-map__map .cf-map__pin.cf-active {
    background-image: url("/wp-content/themes/enfold-CF/media/pin-active.png");
}

.cf-map .cf-map__map .cf-map__pin img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.cf-map--lite .cf-map__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

/* END: CF MAP */

/* BEGIN: CF FAQ */

.cf-faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.cf-faq .cf-faq__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 20px;
}

.cf-faq .cf-faq__nav .cf-faq__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cf-faq .cf-faq__nav .cf-faq__nav-item .cf-faq__nav-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    font-size: 28px;
    font-weight: 500;
    padding-right: 10px;
}

.cf-faq .cf-faq__nav .cf-faq__nav-item .cf-faq__nav-body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    padding-left: 10px;
}

.cf-faq .cf-faq__nav .cf-faq__nav-item .cf-faq__nav-body .cf-faq__nav-subitem {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 10px;
    opacity: 0.25;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-faq .cf-faq__nav .cf-faq__nav-item .cf-faq__nav-body .cf-faq__nav-subitem:hover,
.cf-faq .cf-faq__nav .cf-faq__nav-item .cf-faq__nav-body .cf-faq__nav-subitem:focus,
.cf-faq .cf-faq__nav .cf-faq__nav-item .cf-faq__nav-body .cf-faq__nav-subitem.cf-active {
    cursor: pointer;
    font-weight: 600;
    opacity: 1;
}

.cf-faq .cf-faq__nav .cf-faq__nav-item:after {
    content: url("/wp-content/themes/enfold-CF/media/arrow-right.png");
    margin: 5px 20px auto auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-faq .cf-faq__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 20px;
    border-left: 1px solid #DBDBDB;
}

.cf-faq .cf-faq__body .cf-faq__faq-item {
    opacity: 0;
    z-index: -1;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-faq .cf-faq__body .cf-faq__faq-item p {
    margin-top: 0;
}

.cf-faq .cf-faq__body .cf-faq__faq-item.cf-active {
    opacity: 1;
    z-index: 1;
}

.cf-faq.cf-sticky .cf-faq__nav {
    position: fixed;
    top: 20px;
}

.cf-faq.cf-sticky .cf-faq__body {
    margin: auto 0 auto auto;
}

.cf-faq.cf-bottom .cf-faq__nav {
    position: absolute;
    top: auto;
    bottom: 0;
}

/* BEGIN: CF FAQ*/

/* BEGIN: CF BLOGGRID */

.cf-bloggrid .cf-bloggrid__header {
    margin-bottom: 30px;
}

.cf-bloggrid .cf-bloggrid__header .cf-bloggrid__title {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cf-bloggrid .cf-bloggrid__header .cf-bloggrid__filter:hover {
    cursor: pointer;
}

.cf-bloggrid .cf-bloggrid__header .cf-bloggrid__filter .cf-bloggrid__filter-btn {
    margin-right: 10px;
}

.cf-bloggrid .cf-bloggrid__body .cf-bloggrid__posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 80px;
    width: 100%;
    float: left;
}

.cf-bloggrid .cf-bloggrid__body .cf-bloggrid__posts .cf-bloggrid__post {
    float: left;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0 rgba(47, 50, 52, 0.1);
    box-shadow: 0px 0px 20px 0 rgba(47, 50, 52, 0.1);
    margin: 0 10px 20px;
    width: 100%;
}

.cf-bloggrid__posts-social {
    margin: 0 0 30px;
    width: 100%;
}

@media (min-width: 1024px) {
    .cf-bloggrid__posts-social {
        margin: 0 10px 50px;
    }
}

.cf-bloggrid__posts-social .footer-follow-us-links img {
    filter: invert(1);
}

@media (min-width: 1024px) {
    .cf-bloggrid .cf-bloggrid__body .cf-bloggrid__posts {
        max-width: 70%;
    }

    .cf-bloggrid .cf-bloggrid__body .cf-bloggrid__posts .cf-bloggrid__post {
        max-width: calc(33% - 20px);
    }

    .cf-bloggrid__posts-social {
        float: right;
        max-width: 28%;
    }
}

.cf-bloggrid .cf-bloggrid__body .cf-bloggrid__posts .cf-bloggrid__post:nth-child(3n - 2) {
    /* margin-left: 0; */
}

.cf-bloggrid .cf-bloggrid__body .cf-bloggrid__posts .cf-bloggrid__post:nth-child(3n+3) {
    /* margin-right: 0; */
}

.cf-bloggrid .cf-bloggrid__body .cf-bloggrid__posts .cf-bloggrid__post .cf-bloggrid__post-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    overflow: hidden;
}

.cf-bloggrid .cf-bloggrid__body .cf-bloggrid__posts .cf-bloggrid__post .cf-bloggrid__post-image a {
    height: 100%;
}

.cf-bloggrid .cf-bloggrid__body .cf-bloggrid__posts .cf-bloggrid__post .cf-bloggrid__post-image img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.cf-bloggrid .cf-bloggrid__body .cf-bloggrid__posts .cf-bloggrid__post .cf-bloggrid__post-date {
    padding: 20px 20px 10px;
    font-size: 13px;
    text-transform: uppercase;
}

.cf-bloggrid .cf-bloggrid__body .cf-bloggrid__posts .cf-bloggrid__post .cf-bloggrid__post-title {
    padding: 0 20px 10px;
    font-size: 20px;
    font-weight: 600;
}

.cf-bloggrid .cf-bloggrid__body .cf-bloggrid__posts .cf-bloggrid__post .cf-bloggrid__post-title a {
    color: #2F3234;
}

.cf-bloggrid .cf-bloggrid__body .cf-bloggrid__posts .cf-bloggrid__post .cf-bloggrid__post-desc {
    padding: 0 20px 20px;
}

/* END: CF BLOGGRID */

/* BEGIN: BLOG HEADER */

.cf-blogsingleheader .cf-blogsingleheader__breadcrumb {
    margin-bottom: 30px;
}

.cf-blogsingleheader .cf-blogsingleheader__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 30px;
}

.cf-blogsingleheader .cf-blogsingleheader__header .cf-blogsingleheader__image {
    margin-bottom: 20px;
}

.cf-blogsingleheader .cf-blogsingleheader__header .cf-blogsingleheader__image img {
    width: 100%;
    height: auto;
}

.cf-blogsingleheader .cf-blogsingleheader__header .cf-blogsingleheader__title-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cf-blogsingleheader .cf-blogsingleheader__header .cf-blogsingleheader__title-group .cf-blogsingleheader__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cf-blogsingleheader .cf-blogsingleheader__header .cf-blogsingleheader__title-group .cf-blogsingleheader__meta .cf-blogsingleheader__date {
    text-align: right;
}

.cf-blogsingleheader .cf-blogsingleheader__header .cf-blogsingleheader__title-group .cf-blogsingleheader__title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cf-blogsingleheader .cf-blogsingleheader__header .cf-blogsingleheader__title-group .cf-blogsingleheader__title-row .cf-blogsingleheader__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cf-blogsingleheader .cf-blogsingleheader__header .cf-blogsingleheader__title-group .cf-blogsingleheader__title-row .cf-blogsingleheader__social .cf-blogsingleheader__social-link {
    margin-left: 20px;
    font-size: 20px;
    color: #2F3234;
}

.cf-blogsingleheader .cf-blogsingleheader__header .cf-blogsingleheader__title-group .cf-blogsingleheader__title-row .cf-blogsingleheader__social .cf-blogsingleheader__social-link:hover {
    color: #4CB9CE;
}

/* END: BLOG HEADER */

/* BEGIN: CF BLOG NAVIGATION */

.cf-blognavigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.cf-blognavigation .cf-btn {
    background-color: rgba(209, 209, 209, 0.25);
    color: #2F3234 !important;
    border: 1px solid #d1d1d1 !important;
}

.cf-blognavigation .cf-blognavigation__next {
    margin: auto 0 auto auto;
}

/* END: CF BLOG NAVIGATION */

/* BEGIN: CF SERVICES */

.cf-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-top: 64px;
}

.cf-services .cf-services__view {
    margin-bottom: 40px;
}

.cf-services .cf-services__services_title {
    font-size: 28px;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 7px;
    margin-bottom: 40px;
}

.cf-services .cf-services__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative;
    padding-right: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-services .cf-services__nav .cf-services__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 47px;
}

.cf-services .cf-services__nav .cf-services__nav-item .cf-services__nav-title {
    font-size: 28px;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 7px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-services .cf-services__nav .cf-services__nav-item .cf-services__nav-title[data-cf-services-section-active=true] {
    font-weight: 700;
}

.cf-services .cf-services__nav .cf-services__nav-item .cf-services__nav-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.cf-services .cf-services__nav .cf-services__nav-item .cf-services__nav-list .cf-services__nav-list-item {
    margin: 7px 0;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-services .cf-services__nav .cf-services__nav-item .cf-services__nav-list .cf-services__nav-list-item.cf-active {
    opacity: 1;
    font-weight: 600;
}

.cf-services .cf-services__nav .cf-services__nav-item .cf-services__nav-list .cf-services__nav-list-item[data-cf-services-active=true] {
    font-weight: 500;
}

.cf-services .cf-services__services {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 30px;
    border-left: 1px solid #DBDBDB;
}

.cf-services .cf-services__services .cf-services__body .cf-services__title {
    font-size: 20px;
    font-weight: 600;
    color: #2F3234;
}

.cf-services .cf-services__services .cf-services__body .cf-services__subtitle-mobile {
    font-size: 28px;
    font-weight: 500;
    display: none;
    margin-bottom: 20px;
}

.cf-services .cf-services__services .cf-services__body .cf-services__desc {
    color: #2F3234;
}

.cf-services .cf-services__services .cf-services__body .cf-services__clean a,
.cf-services .cf-services__services .cf-services__body .cf-services__dont a {
    overflow: visible !important;
}

.cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__clean-item,
.cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__dont-item,
.cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__clean-item,
.cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__dont-item {
    min-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 20px 0 rgba(47, 50, 52, 0.1);
    box-shadow: 0px 0px 20px 0 rgba(47, 50, 52, 0.1);
}

.cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__clean-item .cf-services__clean-image,
.cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__clean-item .cf-services__dont-image,
.cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__dont-item .cf-services__clean-image,
.cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__dont-item .cf-services__dont-image,
.cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__clean-item .cf-services__clean-image,
.cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__clean-item .cf-services__dont-image,
.cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__dont-item .cf-services__clean-image,
.cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__dont-item .cf-services__dont-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__clean-item .cf-services__clean-image img,
.cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__clean-item .cf-services__dont-image img,
.cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__dont-item .cf-services__clean-image img,
.cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__dont-item .cf-services__dont-image img,
.cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__clean-item .cf-services__clean-image img,
.cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__clean-item .cf-services__dont-image img,
.cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__dont-item .cf-services__clean-image img,
.cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__dont-item .cf-services__dont-image img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__clean-item .cf-services__clean-content,
.cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__clean-item .cf-services__dont-content,
.cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__dont-item .cf-services__clean-content,
.cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__dont-item .cf-services__dont-content,
.cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__clean-item .cf-services__clean-content,
.cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__clean-item .cf-services__dont-content,
.cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__dont-item .cf-services__clean-content,
.cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__dont-item .cf-services__dont-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.cf-services .cf-services__services .cf-services__body .cf-services__add {
    margin: 40px 0;
}

.cf-services .cf-services__services .cf-services__body .cf-services__add .cf-services__add-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #DBDBDB;
    position: relative;
}

.cf-services .cf-services__services .cf-services__body .cf-services__add .cf-services__add-item:last-child {
    border-bottom: 1px solid #DBDBDB;
}

.cf-services .cf-services__services .cf-services__body .cf-services__add .cf-services__add-item:hover {
    cursor: pointer;
}

.cf-services .cf-services__services .cf-services__body .cf-services__add .cf-services__add-item .cf-services__add-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-services .cf-services__services .cf-services__body .cf-services__add .cf-services__add-item .cf-services__add-header .cf-services__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 20px 0 40px;
}

.cf-services .cf-services__services .cf-services__body .cf-services__add .cf-services__add-item .cf-services__add-header .cf-services__icon img {
    height: 50px;
    width: auto;
}

.cf-services .cf-services__services .cf-services__body .cf-services__add .cf-services__add-item .cf-services__add-header:after {
    content: url("/wp-content/themes/enfold-CF/media/arrow-right.png");
    margin: auto 20px auto auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-services .cf-services__services .cf-services__body .cf-services__add .cf-services__add-item .cf-services__desc {
    padding: 20px 40px 20px 110px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-services .cf-services__services .cf-services__body .cf-services__add .cf-services__add-item.cf-active .cf-services__add-header:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.cf-services .cf-services__services .cf-services__body .cf-services__add .cf-services__add-item.cf-active .cf-services__desc {
    z-index: 2;
    opacity: 1;
}

.cf-services .cf-services__services .cf-services__body .cf-services__dont {
    margin-top: 40px;
}

.cf-services .cf-services__services .cf-services__foot-padding {
    padding: 30px 0;
}

.cf-services .cf-services__services .cf-services__footer {
    /* text-align: center;
        position: fixed;
        bottom: 20px;
        z-index: 5;
        
        &.cf-stick{
          position: absolute;
          bottom: 0;
        } */
}

.cf-services.cf-sticky .cf-services__nav {
    position: fixed;
    top: 20px;
}

.cf-services.cf-sticky .cf-services__services {
    margin: auto 0 auto auto;
}

.cf-services.cf-bottom .cf-services__nav {
    position: absolute;
    top: auto;
    bottom: 0;
}

/* END: CF SERVICES */

/* BEGIN: WHIZZ BOOKING */

/* Preload Images */

body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url("/wp-content/themes/enfold-CF/media/icon-home.png") url("/wp-content/themes/enfold-CF/media/icon-keys.png") url("/wp-content/themes/enfold-CF/media/icon-party-hat.png") url("/wp-content/themes/enfold-CF/media/icon-vacuum.png") url("/wp-content/themes/enfold-CF/media/icon-home.png");
}

.cf-booking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: all .5s;
}

.cf-booking .cf-booking__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    /* flex: 0 0 62%; */
    /* padding-right: 60px; */
    padding-right: 80px;
    flex: 0 0 66%;
    top: auto;
}

@media (min-width: 1023px) {
    .cf-booking .cf-booking__form {
    }
}

.cf-booking .cf-booking__form .cf-booking__title {
    padding: 10px 15px;
    background-color: #F4F4F4;
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
}

.cf-booking .cf-booking__form .cf-booking__sub-title {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 500;
}

.cf-booking .cf-booking__form .cf-booking__clean_select span.current {
    padding-left: 50px;
}

.cf-booking .cf-booking__form .cf-booking__clean_select span.current[data-icon] {
    background: url("/wp-content/themes/enfold-CF/media/icon-home.png") no-repeat left center;
    background-size: 30px;
}

.cf-booking .cf-booking__form .cf-booking__clean_select span.current[data-icon=spring] {
    background-image: url("/wp-content/themes/enfold-CF/media/icon-keys.png");
}

.cf-booking .cf-booking__form .cf-booking__clean_select span.current[data-icon=after-party-clean] {
    background-image: url("/wp-content/themes/enfold-CF/media/icon-party-hat.png");
}

.cf-booking .cf-booking__form .cf-booking__clean_select span.current[data-icon=end-of-lease] {
    background-image: url("/wp-content/themes/enfold-CF/media/icon-vacuum.png");
}

.cf-booking .cf-booking__form .cf-booking__clean_select span.current[data-icon=standard-home-clean] {
    background-image: url("/wp-content/themes/enfold-CF/media/icon-home.png");
}

.cf-booking .cf-booking__form .cf-booking__nav {
    margin-top: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    opacity: 0;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d1d1d1;
    padding-top: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-booking .cf-booking__form .cf-booking__nav .cf-btn {
    text-align: center;
}

.cf-booking .cf-booking__form .cf-booking__nav .cf-back {
    width: 40%;
    background-color: #ffffff;
    border: 1px solid #d1d1d1 !important;
    color: #2F3234 !important;
}

.cf-booking .cf-booking__form .cf-booking__nav .cf-next {
    width: 40%;
}

.cf-booking .cf-booking__form .cf-booking__nav .cf-booking__payment-submit {
    width: 40%;
}

.cf-booking .cf-booking__form .cf-booking__nav:hover {
    cursor: pointer;
}

.cf-booking .cf-booking__form .cf-booking__nav.cf-active {
    opacity: 1;
    height: auto;
}

.cf-booking .cf-booking__form .cf-booking__nav--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cf-booking .cf-booking__form .cf-booking__nav--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cf-booking .cf-booking__form .cf-booking__step-item {
    position: relative;
    z-index: 5;
}

.cf-booking .cf-booking__form .cf-booking__step-item:before {
    content: ' ';
    position: absolute;
    z-index: 10;
    opacity: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-booking .cf-booking__form .cf-booking__step-item.cf-active:before {
    opacity: 0;
    z-index: -1;
}

.cf-booking .cf-booking__form .cf-booking__waypoints .cf-booking__waypoint:before {
    content: '';
}

.cf-booking .cf-booking__form .cf-booking__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cf-booking .cf-booking__form .cf-booking__counter .cf-booking__counter-minus,
.cf-booking .cf-booking__form .cf-booking__counter .cf-booking__counter-plus {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    outline: none;
}

.cf-booking .cf-booking__form .cf-booking__counter .cf-booking__counter-minus:hover,
.cf-booking .cf-booking__form .cf-booking__counter .cf-booking__counter-plus:hover {
    cursor: pointer;
    outline: none;
}

.cf-booking .cf-booking__form .cf-booking__counter .cf-booking__counter-content {
    min-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.cf-booking .cf-booking__form .cf-booking__counter .cf-booking__counter-content .cf-booking__counter-icon img {
    height: 20px;
    width: auto;
    margin-right: 10px;
}

.cf-booking .cf-booking__form .cf-booking__input,
.cf-booking .cf-booking__form .cf-booking__select {
    font-family: "Roboto", sans-serif !important;
    padding: 10px 15px !important;
    border: 1px solid #d1d1d1 !important;
    background-color: #ffffff !important;
    font-size: 17px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: inherit!important;
}

.cf-booking .cf-booking__form .cf-booking__input--half,
.cf-booking .cf-booking__form .cf-booking__select--half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
}

.cf-booking .cf-booking__form .cf-booking__input--quarter,
.cf-booking .cf-booking__form .cf-booking__select--quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
}

.cf-booking .cf-booking__form .cf-booking__input.cf-error,
.cf-booking .cf-booking__form .cf-booking__select.cf-error {
    border: 2px solid #FF0000 !important;
}

.cf-booking .cf-booking__form .cf-booking__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cf-booking .cf-booking__form .cf-booking__progress_bar {
    display: none;
}

.cf-booking .cf-booking__form .cf-booking__progress_bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 10px;
    background: grey;
}

.cf-booking .cf-booking__form .cf-booking__progress_bar ul .cf-booking__progress-bar-step:after {
    display: relative;
    height: 24px;
    border-radius: 50%;
    background-color: #4CB9CE;
}

.cf-booking .cf-booking__form .cf-booking__steps-bar {
    margin-bottom: 30px;
    position: relative;
}

.cf-booking .cf-booking__form .cf-booking__steps-bar .cf-booking__steps-bar-bar {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#53DBEC), to(#4CB9CE));
    background-image: linear-gradient(to right, #53DBEC, #4CB9CE);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-booking .cf-booking__form .cf-booking__steps-bar ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cf-booking .cf-booking__form .cf-booking__steps-bar ul li {
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-booking .cf-booking__form .cf-booking__steps-bar ul li:first-child {
    margin-left: 0;
}

.cf-booking .cf-booking__form .cf-booking__steps-bar ul li:last-child {
    margin-right: 0;
}

.cf-booking .cf-booking__form .cf-booking__steps-bar ul li .cf-booking__steps-dot {
    width: 20px;
    height: 20px;
    margin: 0 0 10px;
    display: block;
    border-radius: 50%;
    background-color: #d1d1d1;
    border: 5px solid transparent;
    padding: 5px;
    -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
    box-shadow: 0 0 10px 0 #d1d1d1;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-booking .cf-booking__form .cf-booking__steps-bar ul li.cf-active {
    opacity: 1;
}

.cf-booking .cf-booking__form .cf-booking__steps-bar ul li.cf-active:hover {
    cursor: pointer;
}

.cf-booking .cf-booking__form .cf-booking__steps-bar ul li.cf-active .cf-booking__steps-dot {
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    margin: 5px 0 15px;
    padding: 0;
}

.cf-booking .cf-booking__form .cf-booking__home-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.cf-booking .cf-booking__form .cf-booking__home-step .cf-booking__title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.cf-booking .cf-booking__form .cf-booking__home-step .cf-booking__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px;
}

.cf-booking .cf-booking__form .cf-booking__home-step .cf-booking__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
}

.cf-booking .cf-booking__form .cf-booking__home-step .cf-booking__full {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.cf-booking .cf-booking__form .cf-booking__time-step {
    position: relative;
}

.cf-booking .cf-booking__form .cf-booking__time-step #datepicker .ui-datepicker-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.cf-booking .cf-booking__form .cf-booking__time-step #datepicker .ui-datepicker-header .ui-datepicker-prev {
    margin-right: 40px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.cf-booking .cf-booking__form .cf-booking__time-step #datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
    cursor: pointer;
}

.cf-booking .cf-booking__form .cf-booking__time-step #datepicker .ui-datepicker-header .ui-datepicker-next {
    margin-left: 40px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.cf-booking .cf-booking__form .cf-booking__time-step #datepicker .ui-datepicker-header .ui-datepicker-next:hover {
    cursor: pointer;
}

.cf-booking .cf-booking__form .cf-booking__time-step #datepicker .ui-datepicker-header .ui-datepicker-title {
    font-size: 17px;
    font-weight: 400;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.cf-booking .cf-booking__form .cf-booking__time-step #datepicker .ui-datepicker-calendar th {
    border: none;
    color: #4CB9CE;
    font-size: 18px;
    font-weight: 500;
}

.cf-booking .cf-booking__form .cf-booking__time-step #datepicker .ui-datepicker-calendar th,
.cf-booking .cf-booking__form .cf-booking__time-step #datepicker .ui-datepicker-calendar td {
    text-align: center;
}

.cf-booking .cf-booking__form .cf-booking__time-step #datepicker .ui-datepicker-calendar td {
    padding: 15px 0;
    color: #2F3234;
    font-size: 16px;
    height: 80px;
    width: calc(100% / 7);
    vertical-align: middle;
}

.cf-booking .cf-booking__form .cf-booking__time-step #datepicker .ui-datepicker-calendar td a {
    color: #2F3234;
}

.cf-booking .cf-booking__form .cf-booking__time-step #datepicker .ui-datepicker-calendar td a.ui-state-active {
    background-color: #4CB9CE;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 600;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cf-booking .cf-booking__form .cf-booking__time-step #datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable {
    opacity: 0.25;
}

.cf-booking .cf-booking__form .cf-booking__time-step #datepicker.cf-datepicker-init .ui-datepicker-calendar td a.ui-state-active {
    background-color: transparent;
    color: #2F3234;
    font-weight: 400;
}

.cf-booking .cf-booking__form .cf-booking__time-step .cf-booking__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 30px;
    width: 250px;
    border: 1px solid #d1d1d1;
}

.cf-booking .cf-booking__form .cf-booking__time-step .cf-booking__date:first-child {
    display: none;
}

.cf-booking .cf-booking__form .cf-booking__time-step .cf-booking__date .cf-booking__date-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}

.cf-booking .cf-booking__form .cf-booking__time-step .cf-booking__date .cf-booking__date-icon img {
    height: 25px;
    width: auto;
}

.cf-booking .cf-booking__form .cf-booking__time-step .cf-booking__date #time-date {
    background-color: #ffffff;
    border: none;
    margin-bottom: 0;
    padding: 3px 0 0;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time {
    -webkit-appearance: none;
    background: transparent;
    margin: 15px 0;
    width: 100%;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time::-moz-focus-outer {
    border: 0;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time:focus {
    outline: 0;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time:focus::-webkit-slider-runnable-track {
    background: #f1f1f1;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time:focus::-ms-fill-lower {
    background: #F1F1F1;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time:focus::-ms-fill-upper {
    background: #f1f1f1;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time::-webkit-slider-runnable-track {
    cursor: default;
    height: 4px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background: #F1F1F1;
    border: 0 solid transparent;
    border-radius: 0;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 10px #d1d1d1;
    box-shadow: 0 0 10px #d1d1d1;
    background: #4CB9CE;
    border: 5px solid #ffffff;
    border-radius: 50%;
    cursor: default;
    height: 30px;
    width: 30px;
    -webkit-appearance: none;
    margin-top: -13px;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time::-moz-range-track {
    box-shadow: 0 0 0 transparent;
    cursor: default;
    height: 4px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    background: #F1F1F1;
    border: 0 solid transparent;
    border-radius: 0;
    height: 2px;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time::-moz-range-thumb {
    box-shadow: 0 0 10px #d1d1d1;
    background: #4CB9CE;
    border: 5px solid #ffffff;
    border-radius: 50%;
    cursor: default;
    height: 26px;
    width: 26px;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time::-ms-track {
    cursor: default;
    height: 4px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    background: transparent;
    border-color: transparent;
    border-width: 15px 0;
    color: transparent;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time::-ms-fill-lower {
    box-shadow: 0 0 0 transparent;
    background: #f1f1f1;
    border: 0 solid transparent;
    border-radius: 0;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time::-ms-fill-upper {
    box-shadow: 0 0 0 transparent;
    background: #F1F1F1;
    border: 0 solid transparent;
    border-radius: 0;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time::-ms-thumb {
    box-shadow: 0 0 10px #d1d1d1;
    background: #4CB9CE;
    border: 5px solid #ffffff;
    border-radius: 50%;
    cursor: default;
    height: 26px;
    width: 26px;
    margin-top: 1px;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time:disabled::-webkit-slider-thumb {
    cursor: not-allowed;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time:disabled::-moz-range-thumb {
    cursor: not-allowed;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time:disabled::-ms-thumb {
    cursor: not-allowed;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time:disabled::-webkit-slider-runnable-track {
    cursor: not-allowed;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time:disabled::-ms-fill-lower {
    cursor: not-allowed;
}

.cf-booking .cf-booking__form .cf-booking__time-step #time-time:disabled::-ms-fill-upper {
    cursor: not-allowed;
}

.cf-booking .cf-booking__form .cf-booking__time-step .cf-booking__slider-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cf-booking .cf-booking__form .cf-booking__time-step .cf-booking__slider-label span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.cf-booking .cf-booking__form .cf-booking__extras-step {
    position: relative;
}

.cf-booking .cf-booking__form .cf-booking__extras-step .cf-booking__extras-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cf-booking .cf-booking__form .cf-booking__extras-step .cf-booking__extras-row .cf-booking__extras-item {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-bottom: 10px; */
    padding: 10px 0;
    /* display: inline-block; */
}

.cf-booking .cf-booking__form .cf-booking__extras-step .cf-booking__extras-row .cf-booking__extras-item {
}

.cf-booking .cf-booking__form .cf-booking__extras-step .cf-booking__extras-row .cf-booking__extras-item:hover {
    cursor: pointer;
}

.cf-booking .cf-booking__form .cf-booking__extras-step .cf-booking__extras-row .cf-booking__extras-item .cf-booking__extras-checkbox {
    margin: 0 15px 0 5px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #4CB9CE;
    position: relative;
}

.cf-booking .cf-booking__form .cf-booking__extras-step .cf-booking__extras-row .cf-booking__extras-item .cf-booking__extras-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    text-align: center;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cf-booking .cf-booking__form .cf-booking__extras-step .cf-booking__extras-row .cf-booking__extras-item .cf-booking__extras-icon img {
    height: 25px;
    width: auto;
}

.cf-booking .cf-booking__form .cf-booking__extras-step .cf-booking__extras-row .cf-booking__extras-item .cf-booking__extras-info {
    /* -webkit-box-flex: 0;
    -ms-flex: 0 0 21px;
    flex: 0 0 21px; */
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    position: absolute;
    position: inherit;
    /* display: inline-block; */
    vertical-align: text-bottom;
    padding-bottom: 2px;
}

.cf-booking .cf-booking__form .cf-booking__extras-step .cf-booking__extras-row .cf-booking__extras-item .cf-booking__extras-info .cf-booking__extras-info-icon {
    width: 15px;
    height: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21px;
    flex: 0 0 21px;
}

.cf-booking .cf-booking__form .cf-booking__extras-step .cf-booking__extras-row .cf-booking__extras-item .cf-booking__extras-info .cf-booking__extras-info-icon:hover {
    cursor: pointer;
}

.cf-booking .cf-booking__form .cf-booking__extras-step .cf-booking__extras-row .cf-booking__extras-item .cf-booking__extras-info .cf-booking__extras-info-content {
    opacity: 0;
    position: absolute;
    width: 200px;
    padding: 5px 7px;
    background: white;
    left: calc(100% + 20px);
    border: 1px solid;
}

.cf-booking .cf-booking__form .cf-booking__extras-step .cf-booking__extras-row .cf-booking__extras-item .cf-booking__extras-label {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding-left: 10px;
}

.cf-booking__extras-item {
    display: -webkit-inline-box;
}
.cf-booking__extras-label {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding-left: 10px;
    display: inherit;
}

cf-booking__extras-label p {
    margin-bottom: 0 !important;
}

.cf-booking .cf-booking__form .cf-booking__extras-step .cf-booking__extras-row .cf-booking__extras-item .cf-booking__extras-price {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.cf-booking .cf-booking__form .cf-booking__extras-step .cf-booking__extras-row .cf-booking__extras-item.cf-active .cf-booking__extras-checkbox:after {
    content: ' ';
    background-image: url("/wp-content/themes/enfold-CF/media/tick.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -5px;
    left: 5px;
}

.cf-booking .cf-booking__form .cf-booking__extras-step .cf-booking__extras-row .cf-booking__extras-item.cf-active .cf-booking__extras-label {
    color: #4CB9CE;
}

.cf-booking .cf-booking__form .cf-booking__extras-step .cf-booking__extras-row .cf-booking__extras-item.cf-active .cf-booking__extras-price {
    color: #4CB9CE;
}

.cf-booking .cf-booking__form .cf-booking__address-step {
    position: relative;
}

.cf-booking .cf-booking__form .cf-booking__address-step .cf-booking__address-form {
    position: relative;
}

.cf-booking .cf-booking__form .cf-booking__address-step .cf-booking__address-form .cf-booking__address-item .cf-booking__address-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.cf-booking .cf-booking__form .cf-booking__address-step .cf-booking__address-form .cf-booking__address-item .cf-booking__address-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.cf-booking .cf-booking__form .cf-booking__address-step .cf-booking__address-form .cf-booking__address-item .cf-booking__address-checkbox:hover {
    cursor: pointer;
}

.cf-booking .cf-booking__form .cf-booking__address-step .cf-booking__address-form .cf-booking__address-item .cf-booking__address-checkbox .cf-booking__checkbox {
    margin-right: 20px;
    position: relative;
    border: 1px solid #4CB9CE;
    width: 30px;
    height: 30px;
}

.cf-booking .cf-booking__form .cf-booking__address-step .cf-booking__address-form .cf-booking__address-item .cf-booking__address-checkbox.cf-active .cf-booking__checkbox:after {
    content: ' ';
    background-image: url("/wp-content/themes/enfold-CF/media/tick.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 30px;
    top: -5px;
    right: -5px;
}

.cf-booking .cf-booking__form .cf-booking__address-step .cf-booking__address-form .cf-booking__address-item .cf-booking__address-checkbox.cf-error .cf-booking__checkbox {
    border: 2px solid #FF0000;
}

.cf-booking .cf-booking__form .cf-booking__plan-step {
    position: relative;
}

.cf-booking .cf-booking__form .cf-booking__plan-step .cf-booking__plan-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid #d1d1d1;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-booking .cf-booking__form .cf-booking__plan-step .cf-booking__plan-item .cf-booking__plan-tick {
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/themes/enfold-CF/media/tick-white.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.cf-booking .cf-booking__form .cf-booking__plan-step .cf-booking__plan-item .cf-booking__plan-price {
    margin: auto 10px auto auto;
}

.cf-booking .cf-booking__form .cf-booking__plan-step .cf-booking__plan-item:hover {
    cursor: pointer;
}

.cf-booking .cf-booking__form .cf-booking__plan-step .cf-booking__plan-item.cf-active {
    background-color: #4CB9CE;
    border: 1px solid #4CB9CE;
}

.cf-booking .cf-booking__form .cf-booking__plan-step .cf-booking__plan-item.cf-active .cf-booking__plan-label,
.cf-booking .cf-booking__form .cf-booking__plan-step .cf-booking__plan-item.cf-active .cf-booking__plan-price {
    color: #ffffff;
}

.cf-booking .cf-booking__form .cf-booking__payment-step {
    position: relative;
}

.cf-booking .cf-booking__form .cf-booking__payment-step .cf-booking__payment .cf-booking__token-container {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cf-booking .cf-booking__form .cf-booking__payment-step .cf-booking__payment .cf-booking__token-container .cf-booking__token-label {
    margin-bottom: 20px;
}

.cf-booking .cf-booking__form .cf-booking__payment-step .cf-booking__payment .cf-booking__token-container .cf-booking__token-add-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.cf-booking .cf-booking__form .cf-booking__payment-step .cf-booking__payment .cf-booking__token-container .cf-booking__token-add-card .cf-booking__token-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #4CB9CE;
    margin-right: 20px;
    position: relative;
}

.cf-booking .cf-booking__form .cf-booking__payment-step .cf-booking__payment .cf-booking__token-container .cf-booking__token-add-card .cf-booking__token-checkbox.cf-active:after {
    content: ' ';
    background-image: url("/wp-content/themes/enfold-CF/media/tick.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -5px;
    right: -5px;
}

.cf-booking .cf-booking__form .cf-booking__payment-step .cf-booking__payment .cf-booking__payment-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cf-booking .cf-booking__form .cf-booking__payment-step.cf-payment-token .cf-booking__payment .cf-booking__token-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cf-booking .cf-booking__form .cf-booking__payment-step.cf-payment-token .cf-booking__payment .cf-booking__payment-default {
    display: none;
}

.cf-booking .cf-booking__form .cf-booking__payment-step.cf-payment-token .cf-booking__payment .cf-booking__payment-default.cf-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cf-booking .cf-booking__form .cf-booking__payment-step.cf-payment-token.cf-add-card .cf-booking__payment-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cf-booking .cf-booking__form .cf-booking__done-step {
    position: relative;
}

.cf-booking .cf-booking__summary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s ease;
}

@media (min-width: 1023px) {
    .cf-booking .cf-booking__summary {
       position: absolute;
        top: 0;
        right: 0;
    }
}

@media (min-width: 1024px) {
    .cf-booking .cf-booking__summary-body {
        /* This needs to force override on desktop */
        /* If the browser is loaded as under 1023px size and resized larger */
        /* then it needs to be forced to be block */
        display: block !important;
    }
}

@media (min-width: 1023px) {
    .cf-booking--sticky .cf-booking__summary {
        position: absolute;
        top: 0;
        right: 0; 
    }
}

.cf-booking .cf-booking__summary .cf-booking__summary_inner {
    border: 1px solid #d1d1d1;
    padding: 0px 36px 18px 36px;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 0px;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-title {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-title .cf-booking__summary-change-btn {
    font-size: 14px;
    margin-left: 10px;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-title .cf-booking__summary-change-btn:hover {
    cursor: pointer;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-title .cf-booking__summary-change {
    height: 0;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-title .cf-booking__summary-change ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-title .cf-booking__summary-change ul li {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d1d1d1;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-title .cf-booking__summary-change ul li a {
    font-size: 12px;
    color: #4CB9CE;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-title .cf-booking__summary-change ul li:first-child {
    padding-left: 0;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-title .cf-booking__summary-change ul li:last-child {
    border-right: none;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-title .cf-booking__summary-change.cf-active {
    height: auto;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-desc {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-section {
    border-bottom: 1px solid #d1d1d1;
    padding: 18px 0;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-section:last-child {
    border: none;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-promo {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-promo span:first-child {
    display: inline-block;
    margin-right: 0.5em;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-promo span:first-child:after {
    display: block;
    position: relative;
    bottom: 5px;
    content: ' ';
    border-bottom: 1px solid #2F3234;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-postcode {
    display: block;
    font-weight: 500;
    font-size: 17px;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-postcode span:first-child {
    display: inline-block;
    margin-right: 0.5em;
}

.cf-booking .cf-booking__summary .cf-booking__summary-header .cf-booking__summary-postcode span:first-child:after {
    display: block;
    position: relative;
    bottom: 5px;
    content: ' ';
    border-bottom: 1px solid #2F3234;
}

.cf-booking .cf-booking__summary .cf-booking__summary-body .cf-booking__summary-item {
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 0;
    /*&.cf-open{
            .cf-booking__summary-item-header{
  
              .cf-booking__summary-item-title{
  
  
                // &:before{
                //  background-image: url('/wp-content/themes/enfold-CF/media/minus-icon.png');
                // }
              }
            }
  
            .cf-booking__summary-item-body{
              height: auto;
            }
          }*/
}

.cf-booking .cf-booking__summary .cf-booking__summary-body .cf-booking__summary-item:last-child {
    border-bottom: none;
}

.cf-booking .cf-booking__summary .cf-booking__summary-body .cf-booking__summary-item .cf-booking__summary-item-header {
    opacity: 0.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cf-booking .cf-booking__summary .cf-booking__summary-body .cf-booking__summary-item .cf-booking__summary-item-header .cf-booking__summary-item-title {
    font-size: 12px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
    /*&:before{
                content: ' ';
                margin-right: 10px;
                width: 15px;
                height: 15px;
                background-image: url('/wp-content/themes/enfold-CF/media/plus-icon.png');
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
              }*/
}

.cf-booking .cf-booking__summary .cf-booking__summary-body .cf-booking__summary-item .cf-booking__summary-item-header .cf-booking__summary-item-title:hover {
    cursor: pointer;
}

.cf-booking .cf-booking__summary .cf-booking__summary-body .cf-booking__summary-item .cf-booking__summary-item-header .cf-booking__summary-step {
    font-size: 12px;
    color: #4CB9CE;
    font-weight: 400;
    text-transform: uppercase;
}

.cf-booking .cf-booking__summary .cf-booking__summary-body .cf-booking__summary-item .cf-booking__summary-item-header .cf-booking__summary-step:hover {
    cursor: pointer;
}

.cf-booking .cf-booking__summary .cf-booking__summary-body .cf-booking__summary-item .cf-booking__summary-item-body {
    font-size: 13px;
    height: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-booking .cf-booking__summary .cf-booking__summary-body .cf-booking__summary-item .cf-booking__summary-item-body ul {
    margin: 0;
    padding: 0;
}

.cf-booking .cf-booking__summary .cf-booking__summary-body .cf-booking__summary-item .cf-booking__summary-item-body ul li {
    list-style-type: none;
    padding: 3px 0px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1em;
}

.cf-booking .cf-booking__summary .cf-booking__summary-body .cf-booking__summary-item .cf-booking__summary-item-body ul li span {
    display: inline-block;
    margin-right: 5px;
}

.cf-booking .cf-booking__summary .cf-booking__summary-body .cf-booking__summary-item .cf-booking__summary-item-body ul li img {
    display: inline-block;
    height: 20px;
    width: auto;
    margin-right: 10px;
}

.cf-booking .cf-booking__summary .cf-booking__summary-body .cf-booking__summary-item .cf-booking__summary-item-body ul li#summary-address {
    text-transform: uppercase;
}

.cf-booking .cf-booking__summary .cf-booking__summary-body .cf-booking__summary-item.cf-active .cf-booking__summary-item-header {
    opacity: 1;
}

.cf-booking .cf-booking__summary .cf-booking__summary-footer {
    padding: 8px 20px;
    background-color: #4CB9CE;
    color: #ffffff;
    bottom: unset;
    left: unset;
    right: unset;
}

.cf-booking .cf-booking__summary .cf-booking__summary-footer .cf-booking__summary-total {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.2em;
}

.cf-booking .cf-booking__summary .cf-booking__summary-footer .cf-booking__summary-price {
    font-size: 24px;
    font-weight: 500;
}

.cf-booking {
    position: relative;
}

.cf-booking--sticky .cf-booking__summary {
    /* position: fixed;
        top: 0;
        padding-top: 20px;
        height:100%; */
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
}

.cf-booking--sticky .cf-booking__summary .cf-booking__summary-body {
    max-height: calc(100vh - 245px);
    padding-right: 20px;
    overflow-y: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.cf-booking--sticky .cf-booking__summary .cf-booking__summary-body::-webkit-scrollbar {
    width: 5px;
}

.cf-booking--sticky .cf-booking__summary .cf-booking__summary-body::-webkit-scrollbar-track {
    background: #ffffff;
}

.cf-booking--sticky .cf-booking__summary .cf-booking__summary-body::-webkit-scrollbar-thumb {
    background: #d1d1d1;
}

.cf-booking--sticky .cf-booking__summary .cf-booking__summary-body::-webkit-scrollbar-thumb:hover {
    background: #9e9e9e;
}

.cf-booking--bottom .cf-booking__summary {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 70px;
}

.cf-booking__footer-mod {
    position: relative;
    z-index: 0;
    padding-bottom: 100px;
}

.cf-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 264px;
}

.cf-counter .cf-counter__counter-minus,
.cf-counter .cf-counter__counter-plus {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.cf-counter .cf-counter__counter-minus:hover,
.cf-counter .cf-counter__counter-plus:hover {
    cursor: pointer;
}

.cf-counter .cf-counter__counter-icon img {
    height: 20px;
    width: auto;
    margin-right: 10px;
}

.cf-counter .cf-counter__counter-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* END: WHIZZ BOOKING */

/* BEGIN: CF LOGIN */

.cf-login {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cf-login .cf-login__header {
    position: relaitve;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.cf-login .cf-login__header .cf-login__title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4CB9CE;
}

.cf-login .cf-login__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.cf-login .cf-login__body input {
    margin: 0 0 20px;
    width: 250px;
    font-family: "Roboto", sans-serif !important;
    padding: 10px 15px !important;
    border: 1px solid #d1d1d1 !important;
    background-color: #ffffff !important;
    font-size: 17px !important;
}

.cf-login .cf-login__body input.cf-error {
    border: 2px solid #FF0000 !important;
}

.cf-login .cf-login__body .cf-login__register, .cf-booking .checkout-login-signup .cf-login__register {
    padding: 20px 0;
    border-top: 1px solid #d1d1d1;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-login .cf-login__body .cf-login__register a {
    color: #2F3234;
}

.cf-login .cf-login__body .cf-login__register a:hover {
    color: #4CB9CE;
}

.cf-login .cf-login__body .cf-login__register:after, .cf-booking .checkout-login-signup .cf-login__register:after {
    content: 'or';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    color: #2F3234;
    padding: 5px 7px;
    text-transform: none;
    font-weight: 300;
}



.cf-login .cf-login__body .cf-login__register:hover {
    cursor: pointer;
    color: #4CB9CE;
}

.cf-login .cf-login__body .cf-login__register:hover:after {
    color: #2F3234;
}

.cf-login .cf-login__body .cf-login__facebook {
    text-align: center;
}

.cf-login .cf-login__body .cf-login__facebook i {
    margin-right: 10px;
}

.cf-login .cf-login__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.cf-login .cf-login__footer .cf-login__error {
    text-align: center;
    color: #FF0000;
    margin-bottom: 10px;
    font-weight: 300;
}

/* END: CF LOGIN */

/* BEGIN: CF REGISTER */

.cf-register {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cf-register .cf-register__header {
    position: relaitve;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.cf-register .cf-register__header .cf-register__title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4CB9CE;
}

.cf-register .cf-register__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.cf-register .cf-register__body .cf-register__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cf-register .cf-register__body .cf-register__form .cf-register__input {
    font-family: "Roboto", sans-serif !important;
    padding: 10px 15px !important;
    border: 1px solid #d1d1d1 !important;
    background-color: #ffffff !important;
    font-size: 17px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.cf-register .cf-register__body .cf-register__form .cf-register__input--half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
}

.cf-register .cf-register__body .cf-register__form .cf-register__input.cf-error {
    border: 2px solid #FF0000 !important;
}

.cf-register .cf-register__footer .cf-register__error, .cf-register__error {
    text-align: center;
    color: #FF0000;
    font-weight: 300;
}

/* END: CF REGISTER */

/* BEGIN: CF POPUPS */

.cf-popup--overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -9999px;
    z-index: -10;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-popup--overlay.cf-active {
    opacity: 1;
    z-index: 1000;
    left: 0;
}

.cf-popup--inner {
    width: 0;
    height: 0;
    padding: 0;
    position: fixed;
    -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
    box-shadow: 0 0 10px 0 #d1d1d1;
    z-index: -10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf-popup--inner.cf-active {
    width: 400px;
    height: auto;
    padding: 40px;
    opacity: 1;
    z-index: 1010;
    left: 50%;
}

.cf-popup--inner .cf-popup__body {
    margin-bottom: 20px;
}

.cf-popup--inner .cf-btn {
    margin-bottom: 5px;
}

.cf-popup--login .cf-login__header .cf-login__close {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 20px;
}

.cf-popup--login .cf-login__header .cf-login__close:hover {
    cursor: pointer;
}

.cf-popup--error .cf-popup--error-message,
.cf-popup--back .cf-popup--error-message,
.cf-popup--surcharge .cf-popup--error-message {
    margin-bottom: 20px;
}

.cf-popup--register .cf-register__header .cf-register__close {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 20px;
}

.cf-popup--register .cf-register__header .cf-register__close:hover {
    cursor: pointer;
}

.cf-popup--inner.cf-popup--info {  
    text-align: left; 
} 

@media (max-width: 767px) {
    .cf-popup--inner.cf-popup--info {  
        text-align: center; 
    } 

    .cf-popup--inner.cf-popup--info #info-message {   
        padding: 30px;
        max-height: 50vh;
        overflow: scroll;
    } 

    .cf-booking .cf-booking__form .cf-booking__plan-step .cf-booking__plan-item {
        flex: auto !important;
        width: 100%;
    }

    #main > .landing-page-booking-banner {
        background-image: url(https://whizz.com.au/base-custom/media/banner-booking-new-mobile-long.jpg);
    }
}

.cf-booking .cf-booking__form .cf-booking__plan-step .cf-booking__plan-item .discount-note {
    font-weight: bold;
    color: #4CB9CE;
    font-size: 0.8em;
}

.cf-booking .cf-booking__form .cf-booking__plan-step .cf-booking__plan-item.cf-active .discount-note {
    color: #fff;
}

.cf-booking .cf-booking__form .cf-booking__plan-step .cf-booking__plan-price .per-clean {
    font-size: 0.8em;
}


.cf-popup--inner.cf-popup--info p {
    margin-bottom: 20px;
}

.cf-popup--inner.cf-popup--info ul { 
    margin: 0 0 20px;
    text-align: left;
    list-style-position: inside;
}

.cf-popup--inner.cf-popup--info li {  
    font-size: 16px;
    margin-left: 0;
}

/* END: CF POPUPS */

/* BEGIN: WHIZZ REVIEW BOOKING */

.cf-review-booking {
    text-align: center;
}

.cf-review-booking .cf-review-booking__header {
    text-align: center;
    margin-bottom: 40px;
}

.cf-review-booking .cf-review-booking__header h1 {
    color: #4CB9CE;
}

.cf-review-booking .cf-review-booking__body {
    margin-bottom: 40px;
}

.cf-review-booking .cf-review-booking__body .cf-review-booking__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.cf-review-booking .cf-review-booking__body .cf-review-booking__rating ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cf-review-booking .cf-review-booking__body .cf-review-booking__rating ul li {
    width: 45px;
    height: 45px;
    background-image: url("/wp-content/themes/enfold-CF/media/review-star-grey.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    list-style-type: none;
    margin: 0 5px;
}

.cf-review-booking .cf-review-booking__body .cf-review-booking__rating ul li:hover {
    cursor: pointer;
}

.cf-review-booking .cf-review-booking__body .cf-review-booking__rating ul li.cf-active {
    background-image: url("/wp-content/themes/enfold-CF/media/review-star.png");
}

.cf-review-booking .cf-review-booking__body .cf-review-booking__feedback {
    text-align: center;
    height: 100px;
}

.cf-review-booking .cf-review-booking__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* END: WHIZZ REVIEW BOOKING */

/* BEGIN: WHIZZ BOOKING WIDGET */

.cf-booking-widget {
    background-color: #ffffff;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
    box-shadow: 0 0 10px 0 #d1d1d1;
}

.cf-booking-widget .cf-booking-widget__header {
    margin-bottom: 20px;
}

.cf-booking-widget .cf-booking-widget__header .cf-booking-widget__title {
    font-size: 34px;
    color: #4CB9CE;
    font-weight: 600;
}

.cf-booking-widget .cf-booking-widget__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.cf-booking-widget .cf-booking-widget__body .cf-booking-widget__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cf-booking-widget .cf-booking-widget__body .cf-booking-widget__row .cf-booking-widget__input,
.cf-booking-widget .cf-booking-widget__body .cf-booking-widget__row .cf-booking-widget__select {
    border: 1px solid #d1d1d1 !important;
    background-color: #ffffff !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    padding: 15px 20px !important;
    font-size: 17px;
}

.cf-booking-widget .cf-booking-widget__body .cf-booking-widget__row .cf-booking-widget__input--half,
.cf-booking-widget .cf-booking-widget__body .cf-booking-widget__row .cf-booking-widget__select--half {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 calc(50% - 10px) !important;
    flex: 0 0 calc(50% - 10px) !important;
}

.cf-booking-widget .cf-booking-widget__body .cf-booking-widget__row .cf-booking-widget__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cf-booking-widget .cf-booking-widget__body .cf-booking-widget__row .cf-booking-widget__counter .cf-booking-widget__counter-minus:hover,
.cf-booking-widget .cf-booking-widget__body .cf-booking-widget__row .cf-booking-widget__counter .cf-booking-widget__counter-plus:hover {
    cursor: pointer;
}

.cf-booking-widget .cf-booking-widget__body .cf-booking-widget__row .cf-booking-widget__counter .cf-booking-widget__counter-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cf-booking-widget .cf-booking-widget__body .cf-booking-widget__row .cf-booking-widget__counter .cf-booking-widget__counter-content .cf-booking-widget__counter-label {
    font-size: 20px;
    font-weight: 600;
}

.cf-booking-widget .cf-booking-widget__body .cf-booking-widget__row .cf-booking-widget__counter .cf-booking-widget__counter-content .cf-booking-widget__counter-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    margin-right: 10px;
}

.cf-booking-widget .cf-booking-widget__body .cf-booking-widget__row .cf-booking-widget__counter .cf-booking-widget__counter-content .cf-booking-widget__counter-icon img {
    height: 30px;
    width: auto;
}

/* END: WHIZZ BOOKING WIDGET */

.cf-hero-booking {
    width: 100%;
    height: 75vh;
    min-height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cf-hero-booking .cf-hero-booking__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 1310px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px 50px;
}

.cf-hero-booking .cf-hero-booking__background {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    max-height: 722px;
    min-height: 550px;
}

.cf-hero-booking .cf-hero-booking__preheading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 25px;
}

.cf-hero-booking .cf-hero-booking__preheading_text {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #4CB9CE;
    font-weight: 400;
    margin-left: 20px;
    line-height: 1.16em;
}

.cf-hero-booking .cf-hero-booking__heading {
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 22px;
    font-size: 36px;
}

.cf-hero-booking .cf-hero-booking__label {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 1.16em;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
}

.cf-hero-booking .cf-hero-booking__label--italic {
    font-style: italic;
}

.cf-hero-booking .cf-hero-booking__label--large {
    font-size: 12px;
    font-weight: normal;
}

.cf-hero-booking .cf-hero-booking__logo {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cf-hero-booking .cf-hero-booking__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cf-hero-booking .cf-hero-booking__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 473px;
}

.cf-hero-booking #cf-hero-booking-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cf-hero-booking #cf-hero-booking-form .cf-hero-booking__input {
    margin-bottom: 20px;
}

.cf-hero-booking #cf-hero-booking-form .cf-hero-booking__input input[type=text] {
    padding: 11px;
    background-color: #ffffff;
    max-width: 269px;
    font-size: 17px;
    color: #d1d1d1;
    margin-right: 4px;
    margin-bottom: 0px;
    border-radius: 4px;
}

.cf-hero-booking #cf-hero-booking-form .cf-hero-booking__input input[type=text]:focus {
    color: #2F3234;
}

.cf-hero-booking #cf-hero-booking-form .cf-hero-booking__input input[type=text]::placeholer {
    color: #d1d1d1;
}

.cf-hero-booking #cf-hero-booking-form .cf-hero-booking__button {
    color: #ffffff;
    background-color: green;
    padding: 15px !important;
    background-color: #4CB9CE;
    font-size: 17px;
    line-height: 1em;
    border-color: #4CB9CE;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 204px;
    font-weight: 300;
}

.cf-hero-booking #cf-hero-booking-form .cf-hero-booking__button:focus {
    outline: 0;
}

.cf-hero-booking .cf-hero-booking__body {
    padding: 30px 50px;
}

.cf-hero-booking .cf-hero-booking__footer {
    margin: auto 0 0 0;
    padding: 0 50px 30px;
}

.cf-booking-panel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background-color: #f4f4f4;
}

.cf-booking-panel .cf-booking-panel__container {
    max-width: 1310px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0px 50px;
}

.cf-booking-panel .cf-booking-panel__container_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1310px;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(-83px);
    transform: translateY(-83px);
}

.cf-booking-panel .cf-booking-panel__block {
    background-color: #ffffff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5), 0px 20px 100px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5), 0px 20px 100px rgba(0, 0, 0, 0.2);
    padding: 10px 30px 70px 22px;
    width: 100%;

    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.cf-booking-panel .cf-booking-panel__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 0px;
    /* min-height: 90px; */
    padding: 30px 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cf-booking-panel .cf-booking-panel__heading_icon {
    width: 60px;
    padding: 0 10px 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cf-booking-panel .cf-booking-panel__heading_text {
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    line-height: 1.16em;
    color: #4CB9CE;
    font-weight: 500;
    margin-left: 12px;
}

.cf-booking-panel .cf-booking-panel__desc {
    font-size: 16px;
    line-height: 1.5rem;
}

.cf-booking-panel .cf-booking-panel__book {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #4CB9CE;
    text-transform: uppercase;
}

/* .cf-booking-panel .cf-booking-panel__book:after {
    position: relative;
    right: -5px;
    content: ">";
} */

.cf-coupon {
    width: 100%;
    background-color: #FFF500;
}

.cf-coupon .cf-coupon__container {
    color: #2F3234;
    max-width: 1310px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 20px 8px 20px;
}

/* BEGIN: WHIZZ DASHBOARD */

.cf-whizz-dashboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 60vh;
}

.cf-whizz-dashboard .cf-whizz-dashboard__welcome {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cf-whizz-dashboard .cf-whizz-dashboard__welcome .cf-whizz-dashboard__welcome-label span {
    text-transform: capitalize;
}

.cf-whizz-dashboard .cf-whizz-dashboard__filters {
    margin-bottom: 20px;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item {
    display: block;
    margin-bottom: 20px;
    padding: 40px;
    background-color: rgba(209, 209, 209, 0.1);
    border-left-width: 5px;
    border-left-style: solid;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item.cf-pending {
    border-left-color: #FFF500;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item.cf-pending .cf-status {
    background-color: rgba(255, 245, 0, 0.2);
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item.cf-completed {
    border-left-color: #3dd17d;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item.cf-completed .cf-status {
    background-color: rgba(61, 209, 125, 0.2);
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item.cf-cancelled {
    border-left-color: #FF0000;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item.cf-cancelled .cf-status {
    background-color: rgba(255, 0, 0, 0.2);
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item.cf-cancelled .cf-whizz-dashboard__item-header .cf-whizz-dashboard__status .cf-whizz-dashboard__status-item.cf-payment {
    display: none;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item.cf-ongoing {
    border-left-color: #4CB9CE;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item.cf-ongoing .cf-status {
    background-color: rgba(76, 185, 206, 0.2);
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item.cf-expired {
    border-left-color: #9B9B9B;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item.cf-expired .cf-status {
    background-color: rgba(155, 155, 155, 0.2);
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item.cf-payment-failed {
    border-left-color: #FF0000;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__subtitle {
    font-weight: 500;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-header .cf-whizz-dashboard__id {
    font-weight: 500;
    margin-top: 5px;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-header .cf-whizz-dashboard__status {
    text-align: right;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-header .cf-whizz-dashboard__status .cf-whizz-dashboard__status-item {
    padding: 10px 15px;
    margin-left: 5px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-header .cf-whizz-dashboard__status .cf-whizz-dashboard__status-item.cf-payment.cf-payment-pending {
    background-color: rgba(255, 245, 0, 0.2);
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-header .cf-whizz-dashboard__status .cf-whizz-dashboard__status-item.cf-payment.cf-payment-received {
    background-color: rgba(61, 209, 125, 0.2);
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-header .cf-whizz-dashboard__status .cf-whizz-dashboard__status-item.cf-payment.cf-payment-failed {
    background-color: rgba(255, 0, 0, 0.2);
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-header .cf-whizz-dashboard__status .cf-whizz-dashboard__status-item.cf-payment.cf-payment-expired {
    background-color: rgba(155, 155, 155, 0.2);
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-header .cf-whizz-dashboard__clean-type {
    font-size: 24px;
    font-weight: 600;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-body {
    margin-bottom: 20px;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-body ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-body ul:after {
    content: ' ';
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-body ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    font-size: 14px;
}

@media (max-width: 767px) {
    .cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-header {
        display: block;
    }
    .cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-header .cf-whizz-dashboard__header-labels {
        margin-bottom: 20px;
    }
    .cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-header .cf-whizz-dashboard__status {
        text-align: center;
    }
    .cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-header .cf-whizz-dashboard__status .cf-whizz-dashboard__status-item {
        margin-left: 0;
        margin-right: 5px;
    }
    .cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item {
        padding: 20px;
    }
    .cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__subtitle {
        margin-bottom: 10px;
    }
    .cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-body ul li {
        flex: none; 
        width: 100%;
    }
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-body .cf-whizz-dashboard__extras {
    font-size: 14px;
}

.cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__item .cf-whizz-dashboard__item-footer {
    margin-bottom: 20px;
}

.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker {
    width: 500px;
}

.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui_tpicker_minute_label,
.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui_tpicker_minute,
.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui_tpicker_second_label,
.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui_tpicker_second,
.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui_tpicker_millisec_label,
.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui_tpicker_millisec,
.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui_tpicker_microsec_label,
.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui_tpicker_microsec,
.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui_tpicker_timezone_label,
.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui_tpicker_timezone,
.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui_tpicker_time_label,
.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui_tpicker_time,
.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui-datepicker-buttonpane {
    display: none;
}

.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui-datepicker-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui-datepicker-header .ui-datepicker-prev {
    margin-right: 40px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui-datepicker-header .ui-datepicker-prev:hover {
    cursor: pointer;
}

.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui-datepicker-header .ui-datepicker-next {
    margin-left: 40px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui-datepicker-header .ui-datepicker-next:hover {
    cursor: pointer;
}

.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui-datepicker-header .ui-datepicker-title {
    font-size: 17px;
    font-weight: 400;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui-datepicker-calendar th {
    border: none;
    color: #4CB9CE;
    font-size: 16px;
    font-weight: 500;
}

.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui-datepicker-calendar th,
.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui-datepicker-calendar td {
    text-align: center;
}

.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui-datepicker-calendar td {
    padding: 0;
    color: #2F3234;
    font-size: 14px;
    height: 40px;
    width: calc(100% / 7);
    vertical-align: middle;
}

.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui-datepicker-calendar td a {
    color: #2F3234;
}

.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui-datepicker-calendar td a.ui-state-active {
    background-color: #4CB9CE;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 600;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker .ui-datepicker-calendar td.ui-datepicker-unselectable {
    opacity: 0.25;
}

.cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker.cf-datepicker-init .ui-datepicker-calendar td a.ui-state-active {
    background-color: transparent;
    color: #2F3234;
    font-weight: 400;
}

.cf-popup--inner .cf-popup__footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.cf-popup--inner .cf-btn {
    margin-left: auto;
    margin-right: auto;
}

.cf-popup--inner.cf-active {
    width: 600px;
}
@media (max-width: 767px) { 
    .cf-popup--inner.cf-active {
        width: 100%;
        height: 100%;
    }
    .cf-popup--inner .cf-btn {  
        margin: 0 auto 10px; 
    }
}

.cf-popup--inner.cf-popup--pay .cf-whizz-dashboard__payment .cf-whizz-dashboard__token-container {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cf-popup--inner.cf-popup--pay .cf-whizz-dashboard__payment .cf-whizz-dashboard__token-container .cf-whizz-dashboard__token-label {
    margin-bottom: 20px;
}

.cf-popup--inner.cf-popup--pay .cf-whizz-dashboard__payment .cf-whizz-dashboard__token-container .cf-whizz-dashboard__token-add-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.cf-popup--inner.cf-popup--pay .cf-whizz-dashboard__payment .cf-whizz-dashboard__token-container .cf-whizz-dashboard__token-add-card .cf-whizz-dashboard__token-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #4CB9CE;
    margin-right: 20px;
    position: relative;
}

.cf-popup--inner.cf-popup--pay .cf-whizz-dashboard__payment .cf-whizz-dashboard__token-container .cf-whizz-dashboard__token-add-card .cf-whizz-dashboard__token-checkbox.cf-active:after {
    content: ' ';
    background-image: url("/wp-content/themes/enfold-CF/media/tick.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -5px;
    right: -5px;
}

.cf-popup--inner.cf-popup--pay .cf-whizz-dashboard__payment .cf-whizz-dashboard__payment-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cf-popup--inner.cf-popup--pay.cf-payment-token .cf-whizz-dashboard__payment .cf-whizz-dashboard__token-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cf-popup--inner.cf-popup--pay.cf-payment-token .cf-whizz-dashboard__payment .cf-whizz-dashboard__payment-default {
    display: none;
}

.cf-popup--inner.cf-popup--pay.cf-payment-token .cf-whizz-dashboard__payment .cf-whizz-dashboard__payment-default.cf-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cf-popup--inner.cf-popup--pay.cf-payment-token.cf-add-card .cf-whizz-dashboard__payment-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cf-popup--inner .cf-whizz-dashboard__input {
    font-family: "Roboto", sans-serif !important;
    padding: 10px 15px !important;
    border: 1px solid #d1d1d1 !important;
    background-color: #ffffff !important;
    font-size: 17px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.cf-popup--inner .cf-whizz-dashboard__input--quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
}

.cf-popup--inner .cf-whizz-dashboard__input--half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
}

/* END: WHIZZ DASHBOARD */

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 0px;
    border: solid 1px #D1D1D1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #c4c4c4;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #1A1A1A;
    border-right: 2px solid #1A1A1A;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #d6d6d6;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #4d4d4d;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .list li {
    margin-left: 0;
    font-size: 16px;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.nice-select-wide {
    width: 100%;
    font-size: 25px;
    height: 58px;
    line-height: 56px;
    margin-bottom: 40px;
    border: 2px solid #f6f6f6;
    border-radius: unset;
    font-weight: bold;
}

.nice-select-wide span {
    display: block;
}

.nice-select-wide .list {
    width: 100%;
    background-color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select-wide .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select-wide:after {
    position: absolute;
    pointer-events: none;
    background-image: url("/wp-content/themes/enfold-CF/media/arrow-right.svg");
    content: '';
    border: none;
    width: 8px;
    height: 14px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    margin-top: -7px;
    top: 50%;
    right: 25px;
}

.nice-select-wide.open:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/* BEGIN - CF ENFOLD OVERRIDE STYLING - WHIZZ */

.image-overlay {
    display: none !important;
}

#menu-item-search {
    display: none;
}

#top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a:hover {
    color: #ffffff;
}

.pagination-meta {
    display: none !important;
}

.main_color tr:nth-child(odd),
.main_color table > li:nth-child(odd),
.main_color table {
    background: transparent;
}

table tr:first-child td {
    border-top-width: 0;
}

table tr td {
    border: none;
    padding: 0 0 20px 0;
    font-size: 16px;
}

table tr td:first-child {
    border-left-width: 0;
}

.flex_column_table .flex_column .cf-textbox-side-borders {
    border-right: 1px solid #9B9B9B;
    min-height: 52px;
}

.flex_column_table .flex_column:first-child .cf-textbox-side-borders {
    border-left: 1px solid #9B9B9B;
}

/* END - CF ENFOLD OVERRIDE STYLING - WHIZZ */

.dss-banner-service {
    color: white;
}

.dss-banner-content div,
.dss-banner-content p {
    color: white;
}

.dss .cf-hero-booking {
    display: block;
    padding: 100px 0;
    background-size: cover;
}

.dss .cf-hero-booking__content {
    position: relative;
}

.dss h2 {
    margin-bottom: 30px;
    font-weight: 500;
}

.dss .state-card-grids-links {
    margin-top: 40px;
}

.dss .state-card-grids-links .state-card-grid {
    margin-bottom: 20px;
}

.dss .state-card-grids-links .state-card-grid .state-card-grid-link-container {
    height: 110px;
    text-decoration: none;
    color: inherit;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px 0 rgba(47, 50, 52, 0.1);
    box-shadow: 0px 0px 20px 0 rgba(47, 50, 52, 0.1);
}

.dss .state-card-grids-links .state-card-grid .state-card-grid-left-col {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.dss .state-card-grids-links .state-card-grid .state-card-grid-right-col {
    position: relative;
    text-align: left;
    padding-left: 20px;
}

.dss .state-card-grids-links .state-card-grid h3 {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding-right: 20px;
}

.dss .state-card-grids-links .state-card-grid .fa-angle-right {
    position: absolute;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.cf-hero-booking {
    height: auto;
}

.card-is-box {
    display: inline-block;
    width: 100%;
    min-height: 340px;
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0 rgba(47, 50, 52, 0.1);
    box-shadow: 0px 0px 20px 0 rgba(47, 50, 52, 0.1);
    padding: 30px;
    margin: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-item h3 {
    font-size: inherit;
    font-weight: bold;
    margin: 15px 0;
    color: #2f3234;
}

.card-item img {
    height: 80px;
}

.card-is-box img {
    height: 40px !important;
    width: auto !important;
    margin-right: 5px;
    display: inline !important;
}

.card-is-box .card-is-box-title {
    height: 40px;
    text-align: left;
    line-height: normal;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0;
}

.card-sub-title {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #D1D1D1;
    padding: 15px 0px 20px 0;
    width: 95%;
}

.card-testimony {
    margin-top: 20px;
    padding: 0 30px;
    position: relative;
}

.card-testimony p {
    margin: 0;
}

.card-testimony:before {
    content: '“';
    font-size: 34px;
    color: #4CB9CE;
    position: absolute;
    top: 0;
    left: 10px;
}

.card-testimony:after {
    content: '”';
    font-size: 34px;
    color: #4CB9CE;
    position: absolute;
    bottom: 0;
    right: 10px;
    -webkit-transform: translateY(0.5em);
    transform: translateY(0.5em);
}

.dss h2 {
    margin-bottom: 30px;
}

/* override their styling */

.cf-testimonial .cf-testimonial__carousel .cf-testimonial__item .cf-testimonial__footer {
    margin-bottom: 0;
}

.cf-testimonial .cf-testimonial__carousel .cf-testimonial__item {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cf-booking-widget {
    margin: 0 auto;
    max-width: 400px;
}

/* owl carousel styling */

.custom-owl-carousel .card-is-box {
    margin: 0;
}

.custom-owl-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.custom-owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #D1D1D1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.custom-owl-carousel .owl-dots .active {
    background-color: #2F3234;
    border: 1px solid #2F3234;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.dictionary-title {
    color: #2f3234;
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
}

.suburb-dictionary .dictionary-suburb-list {
    text-align: left;
}

.suburb-dictionary a {
    color: inherit;
    text-decoration: none;
}

.suburbs-columns a {
    text-transform: Capitalize;
}

.suburbs-columns a:hover {
    color: #4CB9CE;
}

.is-hidden-seo {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.cf-booking {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cf-booking .cf-booking__form .cf-booking__step-item {
    display: none;
    min-height: 895px;
}

.cf-booking .cf-booking__form .cf-booking__step-item.cf-active {
    display: block;
}

.cf-booking .cf-booking__form .cf-booking__step-item .cf-active:before {
    opacity: 0 !important;
}

.cf-booking .cf-booking__form .cf-booking__step-item:before {
    opacity: 0;
}

.cf-booking .cf-booking__form .checkout-services-selection {
    background-color: #f4f4f4;
    margin: 0;
    margin-bottom: 15px;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.cf-booking .cf-booking__form .cf-booking__login-step .checkout-services-selection {
    background-color: transparent;
    border: none;
}

.cf-booking .cf-booking__form .checkout-services-selection .checkout-service-description {
    background-color: #f4f4f4;
    padding: 20px 15px;
    padding-bottom: 5px;
}

.cf-booking .cf-booking__form .checkout-services-selection .cf-booking__title {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.cf-booking .cf-booking__form .checkout-services-selection .cf-booking__extras-row .cf-booking__extras-item .cf-booking__extras-icon {
    margin-right: 0;
}

.cf-booking .cf-booking__form .checkout-services-selection .cf-booking__extras-row .cf-booking__extras-item .cf-booking__extras-info {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.cf-booking .cf-booking__form .checkout-services-selection .checkout-services-selection-included .cf-booking__extras-row .cf-booking__extras-item .cf-booking__extras-label {
    /* -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0; */
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
}

.cf-booking .cf-booking__form .checkout-services-selection .checkout-services-selection-extras .cf-booking__extras-row .cf-booking__extras-item .cf-booking__extras-label {
    /* -webkit-box-flex: 0.5;
    -ms-flex: 0.5;
    flex: 0.5; 
    -webkit-box-flex: 1;*/
    -ms-flex: 1;
    flex: 1;
    padding-right: 35px;
}

.cf-booking .cf-booking__form .checkout-services-selection .checkout-services-selection-included .cf-booking__extras-row .cf-booking__extras-item.disabled {
    cursor: auto;
}

.cf-booking .cf-booking__form .checkout-toggle-tab {
    margin-bottom: 0;
}

.cf-booking .cf-booking__form .checkout-toggle-tab.is-toggle ul {
    margin-left: 0;
    margin-top: 0;
}

.cf-booking .cf-booking__form .checkout-toggle-tab.is-toggle ul li {
    margin-left: 0;
    width: 25%;
    padding: 0;
}

.cf-booking .cf-booking__form .checkout-toggle-tab.is-toggle ul li a {
    color: #2f3234;
    text-decoration: none;
    border-radius: 0 !important;
    /* padding-left: 0;
    padding-right: 0; */
    padding-left: 20px;
    padding-right: 20px;
}

.cf-booking .cf-booking__form .checkout-toggle-tab.is-toggle ul li a img {
    height: 30px;
    display: inline-block;
    margin-right: 7px;
}

.cf-booking .cf-booking__form .checkout-toggle-tab.is-toggle ul li.is-active a {
    background-color: #f4f4f4;
    color: #2f3234;
    border-color: #dbdbdb;
    border-bottom: 1px solid #f4f4f4;
}

.cf-booking .cf-booking__form .checkout-toggle-tab.is-toggle ul li + li {
    margin-top: 0;
}

.cf-booking .cf-booking__form .checkout-time-selector #datepicker .ui-datepicker-calendar td {
    background-color: #d1d1d1;
    border: solid #ffffff;
    border-width: 2px;
}

.cf-booking .cf-booking__form .checkout-time-selector .cf-booking__time-time {
    margin-bottom: 45px;
}

.cf-booking .cf-booking__form .checkout-time-selector .cf-booking__time-time .cf-booking__sub-title {
    margin-bottom: 20px;
}

.cf-booking .cf-booking__form .checkout-time-selector .cf-booking__time-time .checkout-time-grids .checkout-time-segment .checkout-booking-time {
    cursor: pointer;
}

.cf-booking .cf-booking__form .checkout-time-selector .cf-booking__time-time .checkout-time-grids .checkout-time-segment .checkout-time-segment-title {
    margin-bottom: 15px;
}

.cf-booking .cf-booking__form .checkout-time-selector .cf-booking__time-time .checkout-time-grids .cf-booking__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
}

.cf-booking .cf-booking__form .checkout-time-selector .cf-booking__time-time .checkout-time-grids .cf-booking__date.is-active {
    background-color: #d1d1d1;
}

.cf-booking .cf-booking__form .checkout-time-selector .cf-booking__address-step .cf-booking__address-form .cf-booking__address-checkbox {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #d1d1d1;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 15px;
}

.cf-booking .cf-booking__form .checkout-time-selector .cf-booking__address-step .cf-booking__address-form .cf-booking__address-checkbox.checkout-leave-key {
    margin-bottom: 0;
}

.cf-booking .cf-booking__form .checkout-time-selector .cf-booking__address-step .cf-booking__address-form .checkout-leave-key-additional-notes {
    width: 100%;
    background-color: #f4f4f4;
    padding: 20px 15px;
    border: 1px solid #d1d1d1;
    border-top: none;
}

.cf-booking .cf-booking__form .checkout-eol .cf-booking__address-form .cf-booking__address-item .cf-booking__address-checkbox {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #d1d1d1;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 15px;
}

.cf-booking .cf-booking__form .checkout-eol .cf-booking__address-form .cf-booking__address-item .cf-booking__address-checkbox.checkout-leave-key {
    margin-bottom: 0;
}

.cf-booking .cf-booking__form .checkout-login-signup {
    padding: 30px 45px;
}

.cf-booking .cf-booking__form .cf-booking__login-step .checkout-login-signup {
    padding: 0;
}

.cf-booking .cf-booking__form .checkout-login-signup .cf-login,
.cf-booking .cf-booking__form .checkout-login-signup .cf-register {
    margin-bottom: 0;
}

.cf-booking .cf-booking__form .checkout-address-details .checkout-address-details-accordeon {
    margin: 0;
    background-color: white;
    border: 1px solid #dbdbdb;
    padding: 20px 30px;
}

.cf-booking .cf-booking__form .checkout-address-details .checkout-address-details-accordeon i {
    font-weight: bold;
    float: right;
}

.cf-booking .cf-booking__form .checkout-address-details .checkout-services-selection {
    padding: 30px 45px;
}

.cf-booking .cf-booking__form .checkout-payment-details .checkout-payment-details-accordeon {
    margin: 0;
    background-color: white;
    border: 1px solid #dbdbdb;
    padding: 20px 30px;
}

.cf-booking .cf-booking__form .checkout-payment-details .checkout-payment-details-accordeon i {
    font-weight: bold;
    float: right;
}

.cf-booking .cf-booking__form .checkout-payment-details .checkout-services-selection {
    padding: 30px 45px;
}

.cf-booking .cf-booking__form .checkout-payment-details .checkout-services-selection .cf-booking__sub-title {
    width: 100%;
}

.cf-booking .cf-booking__form .checkoutCardPayment {
    text-align: right;
    padding-top: 35px;
}

.cf-booking .cf-booking__form .checkoutCardPayment img {
    height: 26px;
    margin-left: 10px;
    margin-right: 10px;
}

.cf-booking .checkout-booking-summary {
    position: relative;
}

@media screen and (min-width: 410px) { 
    .cf-booking .checkout-booking-summary {
        min-width: 411px;
        max-width: 411px;
    }
}

.cf-booking .checkout-booking-summary .cf-booking__summary_inner {
    padding: 15px;
    background-color: #f4f4f4;
}

.cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-header {
    border: none;
}

.cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-body {
    padding-right: 0 !important;
}

.cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-body .cf-booking__summary-item {
    border: none;
    background-color: #ffffff;
    padding: 10px 15px;
    margin: 15px 0;
}

.cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-body .cf-booking__summary-item.checkout-coupon-code-toggle {
    cursor: pointer;
}

.cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-body .cf-booking__summary-item.checkout-coupon-code-toggle .cf-booking__summary-item-header {
    opacity: 1 !important;
}

.cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-body .cf-booking__summary-item.checkout-coupon-code-toggle .checkout-coupon-toggle-applied {
    /* color: #3dd17d; */
    color: white;
    background-color: #4CB9CE;
}

.cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-body .checkout-coupon-toggle-applied {
    /* color: #3dd17d; */
    color: white;
    background-color: #4CB9CE;
}

.cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-body .cf-booking__summary-item.checkout-coupon-code-toggle .checkout-coupon-code-toggle-icon {
    color: inherit !important;
    border: none !important;
    font-size: 20px !important;
}

.cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-body .cf-booking__summary-item.checkout-coupon-code {
    margin-top: -15px;
    background-color: #d4d4d4;
}

.cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-body .cf-booking__summary-item.checkout-coupon-code #promo {
    margin-bottom: 0;
    padding: 10px 15px;
    margin-top: 5px;
}

.cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-body .cf-booking__summary-item.checkout-coupon-code .checkout-apply-coupon {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 10px 15px !important;
}

.cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-body .cf-booking__summary-item.checkout-coupon-code .checkout-coupon-invalid {
    margin-top: 10px;
    color: #777;
    font-weight: bold;
    font-size: .92em;
}

.cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-body .cf-booking__summary-item .cf-booking__summary-item-header.has-been-activated {
    opacity: 1 !important;
}

.cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-body .cf-booking__summary-item .cf-booking__summary-item-header.checkout-extras-list-header {
    margin-top: 10px;
}

.cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-body .cf-booking__summary-step {
    border: 2px solid;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-footer {
    margin-bottom: 15px;
}

.cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-footer #summary-price {
    text-align: center;
    padding: 10px;
}

.cf-booking .checkout-services-selection .cf-register .cf-register__title,
.cf-booking .checkout-services-selection .cf-login .cf-login__title {
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4CB9CE;
}

.cf-counter {
    max-width: none;
}

.cf-counter .cf-counter__counter-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.forgot-password-custom .cf-login__body {
    position: relative;
}

.forgot-password-custom .cf-login__body #forgot-password-email {
    width: inherit;
}

.cf-login .cf-login__body .login-forgot-password {
    padding: 15px 0;
    padding-bottom: 0;
}

.cf-login .cf-login__body .login-forgot-password a {
    color: #2F3234;
    text-align: center;
    display: block;
    text-decoration: none;
}

.booking-widget {
    text-align: center;
}

.booking-widget .booking-widget-icon {
    height: 100px;
    margin-bottom: 20px;
}

#checkout-address-suggestions {
    position: absolute;
    background-color: white;
    width: 100%;
    top: 74px;
    left: 0;
    border: 1px solid #d1d1d1;
    border-top: none;
}

#checkout-address-suggestions ul {
    list-style: none;
    margin: 0;
}

#checkout-address-suggestions ul .checkout-address-item {
    text-indent: 0;
    border-bottom: 1px solid #d1d1d1;
    margin: 0;
    padding: 7px 0;
    padding-left: 15px;
    cursor: pointer;
}

#checkout-address-suggestions ul .checkout-address-item:last-child {
    border-bottom: none;
}

#checkout-address-suggestions ul .checkout-address-item:hover {
    background-color: #4CB9CE;
    color: white;
}

#checkout-address-suggestions ul .is-active {
    background-color: #4CB9CE;
    color: white;
}

@media (min-width: 768px) {
    .cf-hero-booking .cf-hero-booking__preheading {
        margin-bottom: 48px;
    }

    .cf-hero-booking .cf-hero-booking__preheading_text {
        margin-left: 12px;
        font-size: 25px;
        font-weight: 500;
    }

    .cf-hero-booking .cf-hero-booking__heading {
        font-family: "Roboto", sans-serif;
        font-size: 67px;
        line-height: 1.16em;
    }

    .cf-hero-booking .cf-hero-booking__label--large {
        font-size: 14px;
    }

    .cf-hero-booking .cf-hero-booking__label {
        font-size: 12px;
    }

    .cf-hero-booking .cf-hero-booking__logo {
        width: 60px;
    }

    .cf-hero-booking #cf-hero-booking-form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cf-hero-booking #cf-hero-booking-form .cf-hero-booking__input input[type=text] {
        margin: 0px;
        padding: 16px;
    }

    .cf-hero-booking #cf-hero-booking-form .cf-hero-booking__input input[type=text] {
        margin-bottom: 0px;
    }

    .cf-hero-booking #cf-hero-booking-form .cf-hero-booking__button {
        max-width: none;
        padding: 0 32px !important;
        max-height: 54px;
        /*margin-left: 10px;*/
    }

    .cf-booking-panel .cf-booking-panel__container_inner {
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5), 0px 20px 100px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5), 0px 20px 100px rgba(0, 0, 0, 0.2);
        background-color: #ffffff;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        justify-content: space-evenly;
    }

    .cf-booking-panel .cf-booking-panel__block {
        -webkit-transform: none;
        transform: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 0px;
        width: 47%;
        border-left: 1px solid #D8D8D8;
    }

    .cf-booking-panel .cf-booking-panel__block:nth-child(-n+2) {
        border-bottom: 1px solid #D8D8D8;
    }
}

@media (min-width: 1024px) {
    .cf-booking-panel .cf-booking-panel__container_inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cf-booking-panel .cf-booking-panel__block {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: auto;
        border-left: 1px solid #D8D8D8;
    }

    .cf-booking-panel .cf-booking-panel__block:first-child {
        border-left: none;
    }
}

@media (min-width: 1600px) {
    .cf-header .cf-inner-container {
        max-width: 1310px;
        /* padding: 0 50px; */
        padding: 0 0px;
    }

    .cf-header .cf-header__body .cf-header__logo_container {
        width: 300px;
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    }
}

@media (min-width: 2100px) {
    .cf-login {
        /*margin-bottom: 450px;*/
    }

    .cf-register {
        /*margin-bottom: 400px;*/
    }
}

@media (max-width: 1300px) {
    .cf-header .cf-header__body .cf-header__menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cf-header .cf-header__body .cf-header__menu li {
        padding: 0 10px;
    }
}

@media (max-width: 1024px) {
    .cf-product-listing {
        padding: 40px 0 0;
    }
}

@media (max-width: 1023px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    .cf-m-padding-0 {
        padding: 0 !important;
    }

    .cf-m-padding-t-0 {
        padding-top: 0 !important;
    }

    .cf-m-padding-l-0 {
        padding-left: 0 !important;
    }

    .cf-m-padding-b-0 {
        padding-bottom: 0 !important;
    }

    .cf-m-padding-r-0 {
        padding-right: 0 !important;
    }

    .cf-header {
        background-color: #ffffff;
        position: fixed;
        width: 100%;
        height: 56px;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .cf-header .cf-header__body .cf-header__logo svg {
        /* fill: #4CB9CE; */
        fill: white;
    }

    .cf-header .cf-header__body .cf-header__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: #ffffff;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 10;
        width: 100%;
        height: 100%;
        padding-top: 56px;
        padding-bottom: 56px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cf-header .cf-header__body .cf-header__menu li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
        padding: 10px 40px;
    }

    .cf-header .cf-header__body .cf-header__menu li:hover {
        background-color: transparent;
    }

    .cf-header .cf-header__body .cf-header__menu li a {
        color: #2F3234;
    }

    .cf-header .cf-header__body .cf-header__menu li a:hover,
    .cf-header .cf-header__body .cf-header__menu li a:focus {
        color: #2F3234;
    }

    .cf-header .cf-header__body .cf-header__menu li.cf-header__menu-item--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cf-header .cf-header__body .cf-header__menu li.cf-header__menu-item--mobile a img {
        display: none;
    }

    .cf-header .cf-header__body .cf-header__menu.cf-active {
        right: 0;
    }

    .cf-header .cf-header__body .cf-header__widgets {
        display: none;
    }

    .cf-header .cf-header__body .cf-header__hamburger-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cf-header .cf-header__body .cf-header__hamburger-icon.cf-active {
        position: fixed;
        z-index: 11;
        top: 20px;
        -webkit-transform: none;
        transform: none;
    }

    .cf-header .cf-header__body .cf-header__hamburger-icon.cf-active .cf-header__hamburger-icon-line.cf-first {
        -webkit-transform: translateY(11px) rotate(45deg);
        transform: translateY(11px) rotate(45deg);
        background-color: #2f3234;
    }

    .cf-header .cf-header__body .cf-header__hamburger-icon.cf-active .cf-header__hamburger-icon-line.cf-middle {
        opacity: 0;
    }

    .cf-header .cf-header__body .cf-header__hamburger-icon.cf-active .cf-header__hamburger-icon-line.cf-last {
        -webkit-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
        background-color: #2f3234;
    }

    /* .html_header_top.html_header_sticky #main,
    #main {
        padding-top: 56px !important;
    } */

    .zopim {
        position: fixed !important;
        top: auto !important;
        left: auto !important;
        bottom: 10px;
        right: 10px;
    }

    .cf-footer .cf-footer__header {
        text-align: center;
    }

    .cf-footer .cf-footer__body {
        text-align: center;
    }

    .cf-footer .cf-footer__body .cf-footer__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 0;
        padding-top: 40px;
        padding-right: 0;
    }

    .cf-footer .cf-footer__body .cf-footer__content.cf-footer__about {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
        padding-top: 0;
    }

    .cf-footer .cf-footer__footer .cf-footer__bottom-links ul li {
        margin: 0 20px 0 0;
    }

    .cf-shop-home .cf-shop-home__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }

    .cf-shop-home .cf-shop-home__item .cf-shop-home__title {
        font-size: 30px;
    }

    .cf-product-listing .cf-product-listing__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }

    .cf-infoblock {
        margin-bottom: 20px;
    }

    .cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: auto;
    }

    .cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item .cf-whizzoptions__bar {
        height: 100%;
    }

    .cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item .cf-whizzoptions__icon {
        height: auto;
        padding: 10px 0;
    }

    .cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item .cf-whizzoptions__head {
        padding: 10px 0;
    }

    .cf-whizzoptions .cf-whizzoptions__popup .cf-whizzoptions__popup-item .cf-whizzoptions__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .cf-whizzoptions .cf-whizzoptions__popup .cf-whizzoptions__popup-item .cf-whizzoptions__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .cf-map .cf-map__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .cf-map .cf-map__map {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .cf-faq .cf-faq__nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .cf-faq .cf-faq__nav .cf-faq__nav-item {
        margin-bottom: 20px;
    }

    .cf-faq .cf-faq__nav .cf-faq__nav-item .cf-faq__nav-title {
        margin-bottom: 20px;
    }

    .cf-faq .cf-faq__nav .cf-faq__nav-item .cf-faq__nav-body {
        padding-left: 0;
    }

    .cf-faq .cf-faq__nav .cf-faq__nav-item:after {
        content: none;
    }

    .cf-faq .cf-faq__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
        border-left: none;
    }

    .cf-services .cf-services__nav {
        display: none;
    }

    .cf-services .cf-services__services {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
        border-left: none;
    }

    .cf-services .cf-services__services .cf-services__body .cf-services__subtitle-mobile {
        display: block;
    }

    .cf-services.cf-sticky .cf-services__nav {
        position: relative;
    }

    .cf-services.cf-sticky .cf-services__services {
        margin: 0;
    }

    .cf-services.cf-bottom .cf-services__nav {
        position: relative;
    }

    .cf-booking {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cf-booking .cf-booking__form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
        border-right: none;
    }

    .cf-booking .cf-booking__form .cf-booking__step-item {
        display: none !important;
    }

    .cf-booking .cf-booking__form .cf-booking__step-item.cf-active {
        display: block !important;
    }

    .cf-booking .cf-booking__form .cf-booking__home-step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cf-booking .cf-booking__form .cf-booking__home-step .cf-booking__left {
        margin-bottom: 20px;
        padding-right: 0;
    }

    .cf-booking .cf-booking__form .cf-booking__home-step .cf-booking__right {
        padding-left: 0;
    }

    .cf-booking .cf-booking__form .cf-booking__time-step #datepicker .ui-datepicker-calendar td {
        height: 50px;
    }

    .cf-booking .cf-booking__summary {
        display: none;
    }

    .cf-popup--inner {
        width: calc(100% - 40px);
    }

    .cf-whizz-dashboard .cf-whizz-dashboard__datetimepicker {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .cf-anchor {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .cf-anchor--pos-mod {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .html_header_top.html_header_sticky #main,
    #main {
        padding-top: 56px !important;
    }

    #main .flex_column.flex_column_table_cell {
        margin-bottom: 40px !important;
    }

    #main .flex_column h1.av-special-heading-tag {
        margin-top: 20px;
    }

    .cf-text-center-mobile {
        text-align: center !important;
    }

    .cf-text-left-mobile {
        text-align: left !important;
    }

    .cf-text-left-mobile .av_font_icon {
        text-align: left !important;
    }

    .cf-text-right-mobile {
        text-align: right !important;
    }



    .flex_column.av_one_third {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 40px;
    }

    .flex_column.av_one_third.first {
        margin-top: 0;
    }

    .flex_column.av_one_fifth {
        width: 100% !important;
        margin-left: 0 !important;
        float: left !important;
        margin-bottom: 40px;
    }

    .flex_column.av_one_half,
    .flex_column.av_three_fifth,
    .flex_column.av_two_third,
    .flex_column.av_two_fifth {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .flex_column.av_two_third {
        padding: 40px !important;
    }

    .container {
        padding: 0 20px;
    }

    #main .cf-flex-column-mobile .flex_column.flex_column_table_cell {
        margin-bottom: 0 !important;
    }

    .cf-isotope-grid {
        width: 50% !important;
    }

    .cf-gradient-button .avia-button.cf-full-width-mobile {
        width: 100%;
    }

    .cf-gradient-button .avia-button.cf-default-width-mobile {
        width: auto;
    }

    .cf-gradient-button.cf-full-width {
        margin-left: 0;
        margin-right: 0;
    }

    .cf-gradient-button.cf-full-width-mobile {
        width: 100%;
    }

    .cf-gradient-button.cf-default-width-mobile {
        width: auto;
    }

    .cf-gradient-button.cf-vpos-top-mobile {
        position: absolute;
        top: 0;
    }

    .cf-gradient-button.cf-vpos-top-mobile.cf-pos-center-mobile {
        left: 0;
        right: 0;
        text-align: center;
    }

    .cf-gradient-button.cf-vpos-top-mobile.cf-pos-left-mobile {
        left: 0;
    }

    .cf-gradient-button.cf-vpos-top-mobile.cf-pos-right-mobile {
        right: 0;
    }

    .cf-gradient-button.cf-vpos-bottom-mobile {
        position: absolute;
        bottom: 0;
    }

    .cf-gradient-button.cf-vpos-bottom-mobile.cf-pos-center-mobile {
        left: 0;
        right: 0;
        text-align: center;
    }

    .cf-gradient-button.cf-vpos-bottom-mobile.cf-pos-left-mobile {
        left: 0;
    }

    .cf-gradient-button.cf-vpos-bottom-mobile.cf-pos-right-mobile {
        right: 0;
    }

    .cf-gradient-button.cf-vpos-center-mobile {
        position: absolute;
        bottom: 0;
        top: 0;
    }

    .cf-gradient-button.cf-vpos-center-mobile.cf-pos-center-mobile {
        left: 0;
        right: 0;
        text-align: center;
    }

    .cf-gradient-button.cf-vpos-center-mobile.cf-pos-left-mobile {
        left: 0;
    }

    .cf-gradient-button.cf-vpos-center-mobile.cf-pos-right-mobile {
        right: 0;
    }

    .cf-fixed-image-container .cf-fixed-image {
        height: 200px !important;
        margin: 0 auto 40px auto;
        max-width: 60%;
    }

    .cf-ig-container .cf-ig-item.cf-ig-col-1 {
        width: 100%;
    }

    .cf-ig-container .cf-ig-item.cf-ig-col-2 {
        width: 100%;
    }

    .cf-ig-container .cf-ig-item.cf-ig-col-3 {
        width: 50%;
    }

    .cf-ig-container .cf-ig-item.cf-ig-col-4 {
        width: 50%;
    }

    .cf-ig-container .cf-ig-item.cf-ig-col-5 {
        width: 33.33333%;
    }

    .cf-ig-container .cf-ig-item.cf-ig-col-6 {
        width: 33.33333%;
    }

    .cf-team {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .cf-page-navbar .cf-page-navbar-list .cf-page-navbar-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0.5px 0;
        height: 75px;
    }

    .cf-page-navbar .cf-page-navbar-list .cf-page-navbar-item:first-child {
        margin-top: 0;
    }

    .cf-page-navbar .cf-page-navbar-list .cf-page-navbar-item:last-child {
        margin-bottom: 0;
    }

    .cf-page-navbar.cf-page-navbar-on-scroll {
        position: relative;
    }

    .cf-shop-home .cf-shop-home__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .cf-product-listing .cf-product-listing__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .cf-tabs .cf-tabs__nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .cf-tabs .cf-tabs__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .cf-booking .cf-booking__form .cf-booking__nav .cf-btn {
        width: calc(50% - 20px);
    }

    .cf-booking .cf-booking__form .cf-booking__steps-bar ul li span {
        display: none;
    }

    /* .cf-booking .cf-booking__form .cf-booking__extras-step .cf-booking__extras-row .cf-booking__extras-item .cf-booking__extras-info {
      display: none;
    } */

    /* .cf-booking .cf-booking__form .cf-booking__extras-step .cf-booking__extras-row .cf-booking__extras-item .cf-booking__extras-label { */
    /* padding-left: 0; */
    /* } */

    .cf-booking-widget {
        margin-top: 40px;
    }

    .cf-booking-widget .cf-booking-widget__body .cf-booking-widget__row .cf-booking-widget__input--half,
    .cf-booking-widget .cf-booking-widget__body .cf-booking-widget__row .cf-booking-widget__select--half {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }

    .cf-booking-widget .cf-booking-widget__body .cf-booking-widget__row .cf-booking-widget__counter .cf-booking-widget__counter-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .cf-booking-widget .cf-booking-widget__body .cf-booking-widget__row .cf-booking-widget__counter .cf-booking-widget__counter-content .cf-booking-widget__counter-label {
        font-size: 14px;
    }

    .cf-booking-widget .cf-booking-widget__body .cf-booking-widget__row .cf-booking-widget__counter .cf-booking-widget__counter-content .cf-booking-widget__counter-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
    }

    .cf-booking-widget .cf-booking-widget__body .cf-booking-widget__row .cf-booking-widget__counter .cf-booking-widget__counter-content .cf-booking-widget__counter-icon img {
        height: 20px;
    }

    #top #menu-item-search.menu-item-search-dropdown > a {
        display: none;
    }
}

@media (max-width: 576px) {
    .cf-tabs .cf-tabs__body .cf-tabs__content .cf-tabs__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .cf-tabs .cf-tabs__body .cf-tabs__content .cf-tabs__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .cf-faq .cf-faq__nav .cf-faq__nav-item .cf-faq__nav-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .cf-faq .cf-faq__nav .cf-faq__nav-item .cf-faq__nav-body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__clean-item,
    .cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__dont-item,
    .cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__clean-item,
    .cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__dont-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__clean-item .cf-services__clean-image,
    .cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__clean-item .cf-services__dont-image,
    .cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__dont-item .cf-services__clean-image,
    .cf-services .cf-services__services .cf-services__body .cf-services__clean .cf-services__dont-item .cf-services__dont-image,
    .cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__clean-item .cf-services__clean-image,
    .cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__clean-item .cf-services__dont-image,
    .cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__dont-item .cf-services__clean-image,
    .cf-services .cf-services__services .cf-services__body .cf-services__dont .cf-services__dont-item .cf-services__dont-image {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: 200px;
    }
}

@media only screen and (max-width: 500px) {
    .dss .state-card-grid {
        padding-left: 0;
        padding-right: 0;
    }

    .flex-mobile-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .responsive #top .dss #main {
        padding-top: 0px !important;
    }

    .responsive #top .dss .cf-hero-booking {
        padding: 0;
    }

    .responsive #top .dss .cf-hero-booking .cf-hero-booking__container {
        padding: 0px 15px !important;
    }

    .responsive #top .dss .card-is-box {
        padding: 15px;
        margin: 0;
    }
}

@media (max-width: 380px) {
    .flex_column.av_one_fifth {
        width: 100% !important;
    }

    .cf-footer .cf-footer__body .cf-footer__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
        padding-top: 30px;
    }

    .cf-footer .cf-footer__body .cf-footer__content.cf-footer__about {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .cf-fixed-image-container .cf-fixed-image {
        max-width: 85%;
    }

    .cf-ig-container .cf-ig-item.cf-ig-col-1 {
        width: 100%;
    }

    .cf-ig-container .cf-ig-item.cf-ig-col-2 {
        width: 100%;
    }

    .cf-ig-container .cf-ig-item.cf-ig-col-3 {
        width: 100%;
    }

    .cf-ig-container .cf-ig-item.cf-ig-col-4 {
        width: 100%;
    }

    .cf-ig-container .cf-ig-item.cf-ig-col-5 {
        width: 100%;
    }

    .cf-ig-container .cf-ig-item.cf-ig-col-6 {
        width: 100%;
    }

    .cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item .cf-whizzoptions__icon {
        margin: 0 15px 0 20px;
    }

    .cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item .cf-whizzoptions__head .cf-whizzoptions__title {
        font-size: 24px;
    }

    .cf-whizzoptions .cf-whizzoptions__nav .cf-whizzoptions__nav-item .cf-whizzoptions__head .cf-whizzoptions__subtitle {
        display: none;
    }

    .cf-booking .cf-booking__form .cf-booking__input--half,
    .cf-booking .cf-booking__form .cf-booking__select--half {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .cf-booking .cf-booking__form .cf-booking__input--quarter,
    .cf-booking .cf-booking__form .cf-booking__select--quarter {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .cf-booking .cf-booking__form .cf-booking__address-step .cf-booking__address-form .cf-booking__address-item .cf-booking__address-checkbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .cf-booking .cf-booking__form .cf-booking__plan-step .cf-booking__plan-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
/*# sourceMappingURL=maps/sass/style.css.map */

.home-download-app {
    text-align: center;
}

.home-download-app a:first-child {
    margin-right: 20px !important;
}

.cf-booking .cf-booking__form .cf-booking__extras-step .checkout-home-details .cf-booking__full {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.cf-infoblock {
    margin-bottom: 20px;
    min-height: 580px;
}

.cf-hero-booking #cf-hero-booking-form .cf-hero-booking__button {
    height: 54px;
    border-radius: 0;
}

.company-testimony {
    border: 2px solid #dce3ea;
    border-left: none;
    border-right: none;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    max-width: 1100px;
}

.company-testimony img {
    align-self: center;
    transition: transform 200ms linear; 
    -webkit-transition: -webkit-transform 200ms linear;
    -moz-transition: -moz-transform 200ms linear;
    -o-transition: -o-transform 200ms linear;
    max-height: 32px;
}

@media only screen and (max-width: 1100px) {
    .company-testimony {
        display: block;
    }

    .company-testimony img {
        max-height: none;
        display: block;
        margin: 20px auto;
    }
}

@media only screen and (max-width: 780px) {
    .home-download-app a:first-child {
        margin-right: 5px !important;
    }
}

.footer-follow-us-links {
    display: block !important;
}

.footer-follow-us-links a, .footer-follow-us-links img{
    display: inline-block !important;
}

/* New Changes */
/*.cf-header .cf-header__body .cf-header__menu { 
    justify-content: space-evenly;
}

.cf-header .cf-inner-container {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
}*/

@media screen and (max-width: 1023px) { 

    .cf-booking .cf-booking__summary {
        display: block !important;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
        padding: 0;
        width: 100%;
        min-width: auto; 
        max-height: calc(100% - 56px);
        overflow-y: scroll;
        border-top: 1px solid #4CB9CE;
        background-color: #ffffff;
        min-height: 65px;
    }

    .cf-booking .checkout-booking-summary .cf-booking__summary_inner {
        padding: 0;
        border: 0;
    }

    .cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-footer #summary-price {
        text-align: left;
        padding: 0;
    }

    .cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-footer {
        margin-bottom: 0;
        padding-bottom: 40px;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 100px;
    }

    .checkout-mobile-summary {
        margin-right: 0;
        margin-left: auto;
        font-size: 16px;
        text-decoration: underline;
        color: #2f3234;
        min-width: 130px;
    }

    .cf-booking__summary-header,
    .cf-booking__summary-body {
        display: none;
    }

    .cf-booking__summary-body {
        padding-bottom: 65px;
    }

    .cf-booking .cf-booking__form .checkout-services-selection .checkout-services-selection-extras .cf-booking__extras-row .cf-booking__extras-item .cf-booking__extras-label {
        padding-right: 20px;
    }

}

@media (max-width: 480px) {
    .cf-whizz-dashboard .cf-popup--inner .cf-popup__footer { 
        display: block;
    }

    .cf-whizz-dashboard .cf-popup--inner .cf-btn {
        width: 100%;
    }
}

html.fix-body,
body.fix-body { 
    overflow-y:hidden;
    height:100%;
}

.checkout-storey-loader {
    content: url(/wp-content/themes/enfold-CF/media/spinner.svg);
    height: 30px;
    width: 100%;
    margin: 0 auto;
}

.cf-booking-panel .cf-booking-panel__heading .cf-booking-panel__heading-text {
    font-size: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

@media (max-width: 768px) {
    .cf-booking-panel .cf-booking-panel__heading .cf-booking-panel__heading-text {
        font-size: 28px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }
}


/* Whizz Tech responsive Adjustments */
@media (max-width: 767px) {
    .responsive .cf-booking {
        min-height: 500px;
    }

    .responsive .cf-booking .cf-booking__form .checkout-login-signup {
        padding: 30px 10px;
    }

    .responsive .cf-booking .cf-booking__form .checkout-login-signup .cf-login,
    .responsive .cf-booking .cf-booking__form .checkout-login-signup .cf-register {
        margin-bottom: 0;
    }

    .responsive .cf-booking .cf-booking__form .checkout-address-details .checkout-address-details-accordeon {
        margin: 0;
        background-color: white;
        border: 1px solid #dbdbdb;
        padding: 10px 10px;
    }

    .responsive .cf-booking .cf-booking__form .checkout-address-details .checkout-address-details-accordeon i {
        font-weight: bold;
        float: right;
    }

    .responsive .cf-booking .cf-booking__form .checkout-address-details .checkout-services-selection {
        padding: 30px 10px;
    }

    .responsive .cf-booking .cf-booking__form .checkout-payment-details .checkout-payment-details-accordeon {
        margin: 0;
        background-color: white;
        border: 1px solid #dbdbdb;
        padding: 10px 10px;
    }

    .responsive .cf-booking .cf-booking__form .checkout-payment-details .checkout-payment-details-accordeon i {
        font-weight: bold;
        float: right;
    }

    .responsive .cf-booking .cf-booking__form .checkout-payment-details .checkout-services-selection {
        padding: 30px 10px;
    }


    /* Addresses off-vertical centre homepage banner */
    .responsive #top.home #main {
        padding-top: 0px !important;
        margin-top: 0px;
    }

    /* Addresses EOL description scrolling */
    .responsive #cf-booking__clean_select img {
        /* display:none; */
        margin-right: 15px;
    }
}

.html_entry_id_691 .cf-login {
    margin-bottom: 0px;
}

.html_entry_id_696 .cf-register {
    margin-bottom: 0px;
}

.checkout-footer-usp .container .content {
    z-index: 0 !important;
}

.checkout-coupon-applied {
    color: white;
    background-color: #4CB9CE !important;
}

.cf-booking .cf-booking__summary .cf-booking__summary-footer {
    background-color: #ffffff !important;
    border: 1px solid #d1d1d1;
    color: black;
    border-top: none;
    padding: 20px;
    display: flex;
    position: relative;
    align-items: center;
}

@media (min-width: 1025px) {
    .cf-booking .cf-booking__summary .cf-booking__summary-footer {
        display: block;
    }
}

.checkout-sidebar-total .checkout-sidebar-price {
    display: flex;
}

.cf-booking .cf-booking__summary .checkout-sidebar-total .cf-booking__summary-total {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: normal;
}

.checkout-sidebar-full-price {
    color: #d1d1d1;
    margin-bottom: 15px;
}

.checkout-sidebar-paid-price {
    color: #2f3234;
}

.checkoutCardPayment-card-number {
    float: right;
}

.cf-booking .cf-booking__form .checkoutCardPayment-card-number .checkoutCardPayment{
    padding-top: 0;
}

.cf-booking .cf-booking__form .checkoutCardPayment-card-number .checkoutCardPayment img {
    height: 20px;
}

.landing-page-booking-banner .cf-hero-booking__container_inner {
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.landing-page-booking-banner .landing-page-booking-banner-title {
    font-size: 55px;
}

.landing-page-booking-banner .landing-page-booking-banner-subtitle {
    font-size: 34px;
    font-weight: lighter;
    color: inherit;
    margin-bottom: 30px;
}

.landing-page-booking-banner .landing-page-booking-content {
    color: #ffffff;
    text-align: left;
    line-height: 1.5em;
    font-weight: 100;
    font-size: 16px;
    max-width: 60%;
}

.landing-page-booking-clean-types {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: white;
}

.landing-page-booking-clean-types.eol .cf-booking-panel__container {
    max-width: 920px;
    margin: 0 auto;
}

.landing-page-booking-clean-types.eol .faqs-list li {
    padding: 0; 
}

.landing-page-booking-clean-types .cf-booking-panel__container_inner {
    transform: none;
}

.landing-page-booking-clean-types .landing-page-booking-clean-types-title {
    color: #2f3234;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.landing-page-booking-clean-types .landing-page-booking-clean-types-container {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 1000px;
}

.landing-page-booking-clean-types .landing-page-booking-clean-type {
    margin: 10px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 0 20px;
    padding-bottom: 20px;
    cursor: auto;
}

.landing-page-booking-clean-types .landing-page-booking-clean-type .cf-booking-panel__heading-text {
    font-size: 24px;
    font-weight: 500;
}

.landing-page-booking-clean-types .landing-page-booking-clean-type .landing-page-booking-clean-type-cta {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.landing-page-booking-clean-types .landing-page-booking-clean-type .landing-page-booking-clean-type-cta .cf-btn {
    max-width: 205px;
    width: 100%;
    border-radius: 3px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.2);
    color: #2f3234 !important;
}

.landing-page-booking-clean-types .landing-page-booking-clean-type .landing-page-booking-clean-type-cta .cf-btn:hover {
    background-color: #52cbe2;
}

.landing-page-booking-clean-types .landing-page-booking-clean-type .landing-page-booking-clean-type-cta .cf-btn-invert {
    background-color: white;
    color: #4CB9CE !important;
    border: 1px solid #4cb9ce !important;
}

.landing-page-booking-book {
    background-color: transparent;
    max-width: 750px;
    margin: 0 auto;
}

.landing-page-booking-book .landing-page-booking-clean-types-container {
    background: transparent;
}

.landing-page-booking-book .landing-page-booking-clean-types-container .landing-page-booking-clean-type {
    color: #2f3234;
    text-align: left;
}

.landing-page-booking-book .landing-page-booking-clean-types-container .landing-page-booking-clean-type .cf-booking-panel__heading_icon {
    width: 45px;
}

.landing-page-booking-book .landing-page-booking-clean-types-container .landing-page-booking-clean-type 
.landing-page-booking-clean-type-cta .cf-btn {
    max-width: none;
    display: flex;
    justify-content: center;
    min-height: 54px;
    padding: 5px 15px !important;
    align-items: center;
}

.landing-page-booking-clean-type-button-icon {
    display: none;
}

.cta-desktop {
    line-height: normal;
    /* display: inline-block;
    line-height: normal;
    padding-top: 0;
    position: absolute;
    top: 25%; */
    /* transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
}

.cta-desktop .service-time {
    font-size: 14px;
}

.cta-mobile {
    display: none;
}

.mobile-footer-fixed {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -1px;
    margin-bottom: 0;
    color: white;
    text-align: center; 
    transform: translate3d(0, 100%, 0);
    font-weight: bold; 
    z-index: 50;
    background-color: white;

    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5), 0px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5), 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.mobile-footer-fixed .mobile {
    display: block;
}

.mobile-footer-fixed .mobile-footer-btn {
    background-color: #4cb8ce;
    padding: 5px 0 !important;
    color: #ffffff;
    flex-basis: 50%;
}

.mobile-footer-fixed .mobile-footer-btn-book {
    border-right: 1px solid white; 
    border-radius: 0 4px 0px 0;
}

.mobile-footer-fixed .mobile-footer-btn-call {
    border-left: 1px solid white; 
    border-radius: 4px 0 0 0px;
}

.mobile-footer-fixed .mobile-footer-btn .cf-btn {
    max-width: none;
    display: flex;
    justify-content: center;
    min-height: 54px;
    padding: 5px 15px !important;
    align-items: center;
}

.cf-booking .checkout-booking-call-container-desktop .checkout-booking-call-container-desktop-title {
    display: flex;
    margin-bottom: 10px;
    font-size: 18px;
}

.cf-booking .checkout-booking-call-container-desktop .checkout-booking-call-container-desktop-title img{
    width: 20px;
    margin-right: 10px;
}

.cf-booking .checkout-booking-call-container-desktop .checkout-booking-call-container-desktop-desc {
    margin-bottom: 10px;
    width: 100%;
}

.cf-booking .checkout-booking-call-container-desktop .checkout-booking-call-container-desktop-desc p {
    margin-bottom: 10px;
}

.cf-booking .checkout-booking-call-container-desktop .checkout-booking-call-container-desktop-desc p a {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

.cf-header .checkout-booking-call-container-mobile {
    display: none;
}

.cf-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.checkout-register-facebook {
    margin-top: 0;
    /* margin-top: 20px; */
}

.checkout-login-facebook {
    margin-top: 15px;
}

.blue-underline {
    color: #4CB9CE;
    text-decoration: underline;
    cursor: pointer;
}

.checkout-login-tab, .checkout-signup-tab {
    margin: 0 auto;
    margin-bottom: 20px;
}

.checkout-sidebar-total {
    display: flex;
    width: 100%;
}

.checkout-sidebar-total .cf-booking__summary-total {
    margin-right: 10px;
}

@media (min-width: 1023px) {
    .checkout-sidebar-total .checkout-sidebar-price {
        width: 100%;
    }

    .checkout-sidebar-total .checkout-sidebar-price {
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .login-nav {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #summary-full-price {
        font-size: 18px;
        color: #4a4a4a !important;
    }

    #summary-price {
        color: #2f3234 !important;
    }

    .cf-booking .checkout-booking-summary .cf-booking__summary_inner .cf-booking__summary-footer {
        color: #2f3234;
    }

    .cf-booking .cf-booking__summary .cf-booking__summary-footer .cf-booking__summary-total {
        font-weight: bold;
    }

    .checkout-sidebar-total .checkout-sidebar-price {
        display: flex;
        flex-wrap: wrap;
    }

    .cf-booking .cf-booking__summary .checkout-sidebar-total .cf-booking__summary-total {
        font-weight: bold;
        font-size: 10px;
        letter-spacing: 0.2em;
    }

    .cf-booking .cf-booking__summary .cf-booking__summary-footer {
        background-color: #4CB9CE !important;
        color: #ffffff !important;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .checkout-sidebar-total {
        position: fixed;
        bottom: 0;
        width: 100%;
        color: #2f3234;
    }

    .landing-page-booking-clean-types .cf-booking-panel__container, .landing-page-booking-banner .cf-hero-booking__container {
        padding: 0 20px;
    }

    .landing-page-booking-clean-types .landing-page-booking-clean-type {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
    }

    .landing-page-booking-banner .landing-page-booking-clean-types .landing-page-booking-clean-type {
        background: transparent;
        box-shadow: none;
        padding: 0;
    }

    .landing-page-booking-banner .landing-page-booking-clean-types .landing-page-booking-clean-type .cf-booking-panel__heading,
    .landing-page-booking-banner .landing-page-booking-clean-types .landing-page-booking-clean-type .cf-booking-panel__desc {
        display: none;
    }

    .landing-page-booking-clean-types .landing-page-booking-clean-type .landing-page-booking-clean-type-cta {
        display: block;
    }

    .landing-page-booking-banner .landing-page-booking-clean-types .landing-page-booking-clean-type .landing-page-booking-clean-type-cta {
        margin-top: 0;
    }

    .landing-page-booking-clean-types .landing-page-booking-clean-type .landing-page-booking-clean-type-cta .cf-btn {
        max-width: none;
    }

    .landing-page-booking-book {
        padding: 0;
    }

    .landing-page-booking-banner .landing-page-booking-banner-title {
        font-size: 28px;
    }

    .landing-page-booking-banner .landing-page-booking-banner-title br {
        display: none;
    }

    .landing-page-booking-banner .landing-page-booking-banner-subtitle {
        font-size: 20px;
        margin-bottom: 25px; 
    }

    .landing-page-booking-clean-type-button-icon {
        display: inline-block;
    }

    .cta-desktop {
        display: none;
    }

    .cta-mobile {
        display: inline-block;
        margin-left: 10px;
        text-align: left;
        line-height: normal
    }

    .cta-mobile .service-time {
        font-size: 10px;
    }

    .mobile-footer-fixed {
        display: flex;
    }

    .cf-header .cf-header__body .cf-header__logo_container {
        width: 130px;
        flex-basis: 130px;
    }

    .cf-header .cf-header__body .cf-header__logo_container .cf-header__logo {
        padding-left: 15px;
    }

    .checkout-booking-call {
        max-width: none;
        display: block;
        justify-content: center;
        min-height: 56px;
        padding: 5px 15px !important;
        align-items: center;
        font-size: 11px;
        background-color: #4CB9CE;
        color: #2f3234;
        text-align: center;
    }

    .checkout-booking-call strong {
        line-height: normal;
        display: flex;
        justify-content: center;
        font-size: 13px;
    }

    .checkout-booking-call strong img {
        margin-right: 5px;
    }

    .cf-header .mobile-hamburger-container {
        flex-basis: 65px;
    }

    .cf-header .checkout-booking-call-container-mobile {
        flex: auto;
        display: flex;
    }

    #quick-promo {
        height: 60px;
    }

    #quick-promo .mobile {
        display: block;
    }

    #quick-promo .desktop {
        display: none;
    }

    .cf-header .cf-header__body .cf-header__logo svg {
        width: 85%;
    }

    .checkout-login-tab, .checkout-signup-tab {
        margin-bottom: 0;
    }
}

@media (max-width: 350px) {
    .cf-header .cf-header__body .cf-header__logo_container {
        width: 25%;
        flex-basis: 25%;
    }
}

#main {
    margin-top: 56px;
}

.checkout-mt-0 {
    margin-top: 0 !important;
}

.checkout-plan-terms {
    margin: 0 15px !important;
    padding-bottom: 15px;
}

/* to be removed monday */
#quick-promo {
    background-color: #FFF500;
    width: 100%; 
    font-size: 16px;
    text-align: center;
    padding: 10px;
    line-height: normal;
} 

#quick-promo-in-cart {
    background-color: #39812E;
    width: 100%; 
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    line-height: normal;
    color: white;
} 

#quick-promo a, #quick-promo-in-cart a {
    color: inherit;
}

#quick-promo p, #quick-promo-in-cart p {
    margin: 0;
}

#quick-promo .blurb {
    font-weight: bold;
    text-decoration: underline;
}

#quick-promo-in-cart .blurb {
    font-weight: bold;
}

#quick-promo .mobile, #quick-promo-in-cart .mobile {
    display: none;
    font-size: 14px;
}

#quick-promo .desktop, #quick-promo-in-cart .desktop {
    display: inline-block;
    margin-left: 20px;
}

@media (max-width: 767px) {
    #quick-promo .mobile {
        display: block;
    }

    #quick-promo .desktop {
        display: none;
    }
}

@media (max-width: 500px) {
    .accountpage-promo-is-hidden-touch {
        display: none !important;
    }

    .cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-whizz-dashboard__actions .cf-popup-trigger {
        margin-bottom: 0.75em;
    }

    .cf-whizz-dashboard .cf-whizz-dashboard__filters .cf-btn {
        margin-right: 0.75em;
    }

    .cf-whizz-dashboard .cf-whizz-dashboard__bookings .cf-popup--update {
        overflow: scroll;
        display: block;
    }

    .cf-popup--info {
        overflow: scroll;
        display: block;
    }
}

/* to be removed monday */

/* .responsive #top #main {
    padding-top: 56px !important;
} */

/* New Homepage */

.landing-page-booking-banner {
    background-image: url("/wp-content/themes/enfold-CF/media/banner-booking-new.jpg");
    max-height: 597px;
}

.home-new {
    position: relative;
    background-color: #f4f4f4;
    background-size: cover;
    background-position: center;
    position: relative;
}

.home-new h2 {
    color: #237281;
}

.home-new.invert {
    background-color: #fff;
}

.home-new .home-new-bg {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    /* max-width: 100%; */
    max-height: 537px;
}

.home-new .home-new-contents {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

.home-new-contents-container {
    height: 100%;
}

.home-new-contents-container .home-new-contents-columns {
    height: inherit;
}

.home-new .landing-page-booking-clean-type-divider {
    margin: 0 15px 10px;
    vertical-align: middle;
}

.home-new .landing-page-booking-clean-type-button-icon {
    display: inline;
}

.home-new .cf-btn {
    color: black !important;
    position: relative;
    overflow: hidden;
    align-items: center;
    width: fit-content;
    height: 50px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.2);
    color: #2f3234 !important;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in; 
    -webkit-transition: all 0.2s ease-in;
}

.home-new .cf-btn:hover {
    background-color: #52cbe2;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3), 0px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3), 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.home-new .landing-page-booking-clean-type-cta {
    display: inline-block;
    margin-bottom: 15px;
}

.home-new .landing-page-booking-clean-type-cta .cf-btn {
    width: inherit;
    justify-content: center;
}

.home-new .landing-page-booking-clean-type-cta-call .cf-btn {
    background-color: white;
    border: 1px solid #4cb9ce !important;
}

.home-new .landing-page-booking-clean-type-cta-call .cf-btn .service-time {
    font-size: 10px;
    text-align: center;
}

.home-new .cf-btn .landing-page-booking-clean-type-button-icon{
    margin-right: 10px;
    height: 24px;
}

.home-new-contents .home-new-title, .home-new-contents .home-new-subtitle, .home-new-contents .home-new-cta {
    margin-bottom: 20px;
    line-height: 1.2em;
}  

.home-new-contents h1.home-new-title {
    font-weight: bold !important;
}

.home-new-contents h2.home-new-subtitle {
    font-weight: bold;
}

.home-new-contents .home-new-subtitle {
    color: #00a0af;
    font-weight: inherit;
}

.home-new-contents .home-new-cta {
    margin-bottom: 30px;
    font-weight: 500;
}

.home-new-testimony {
    padding-top: 25px;
    padding-bottom: 10px;
}

.home-new-testimony .home-new-testimony-as-seen {
    font-size: 26px;
    text-align: center;
}

.home-new-testimony .company-testimony {
    border: none;
    padding: 20px 0;
    margin-top: 10px;
}

.home-new-cleaning-showcase {
    background-color: #f4f4f4;
    padding: 5px 0;
}

.home-new-cleaning-showcase.invert { 
    background-color: #ffffff;
}

.home-new-services {
    background-color: #4CB9CE;
}

.home-new-services h2 {
    font-weight: 500;
    margin-bottom: 30px;
}

.home-new-services .landing-page-booking-clean-types-container {
    background-color: transparent;
    margin: 0 auto;
}

.home-new-services .landing-page-booking-clean-type {
    border-radius: 3px;
    border: none;
}

.home-new-services .landing-page-booking-clean-types-title {
    color: white;
}

.home-new-services
.landing-page-booking-clean-type .landing-page-booking-clean-type-cta .cf-btn-invert {
    background-color: #b7b7b7;
    border: none !important;
    color: black !important;
}

.home-new-services .cf-btn {
    justify-content: center;
}

.home-new-services .cf-btn .landing-page-booking-clean-type-button-icon {
    display: inline;
    margin-right: 10px; 
}

.home-new-services .home-new-services-cta {
    text-align: center;
    color: white;
    font-size: 26px;
    margin-top: 30px;
}

.home-new-services .home-new-services-cta a {
    color: inherit;
    text-decoration: underline;
}

.home-new-services .home-new-services-cta .service-time {
    font-size: 18px;
    margin-top: 10px;
}

.home-new-services .home-new-services-cta .landing-page-booking-clean-type-button-icon {
    display: inline-block;
    height: 20px;
    margin-left: 10px;
}

.home-new-how {
    padding: 40px 0;
}

.home-new-how h2 {
    color: #237281;
}

.home-new-how .container {
    max-width: 1000px;
}

.home-new-how.invert {
    background-color: #f4f4f4;
}

.home-new-how.invert .container { 
    max-width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
}

.home-new-how .landing-page-booking-clean-types-title {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
}

.home-new-how .home-new-how-item {
    text-align: center;

} 

.home-new-how .home-new-how-item .home-new-how-item-desc {
    margin-top: 10px;
    font-weight: 500;
}

.home-new-how .dotted-line {
    border-top: 2px dotted #d1d1d1;
    width: 70%;
    margin: 0 auto;
}

.home-new-how-infographic {
    margin-top: 85px;
    margin-bottom: 60px;
}

.home-new-how-infographic .home-new-how-infographic-columns{
    margin-top: -53px;
}

.home-new-why .home-new-why-list {
    display: inline-block;
    text-align: left;
}

.home-new-why .home-new-why-list ul {
    list-style-position: inside;
}

.home-new-why .home-new-why-list ul li {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    line-height: normal;
}

.home-new-why .home-new-why-list ul li img{
    height: 22px;
    margin-right: 5px;
}

.home-new-why .column {
    margin: auto 0;
}

.home-new-why ul {
    list-style: none;
    padding: 0;
}

.home-new-why .fa-ul .fa {
    color: #4CB9CE;
}

.home-new-included .landing-page-booking-clean-types-container {
    margin: 0 auto;
}

.home-new-included .cf-booking-panel__heading_icon {
    width: 40px;
}

.home-new-included .fa-ul {
    list-style: none;
    padding: 0;
    list-style-position: outside;
    margin-left: 1.6em; 
    margin-bottom: 0;
}

.home-new-included .fa-ul li{
    margin: 10px 0;
}

.home-new-included .fa-ul .fa, .home-new-included .faq-list-item-title .fa {
    color: #4CB9CE;
}

.home-new-included .faq-list-item-title .fa {
    padding-right: 3px;
    padding-left: 2px;
}

.column-parent {
    transition: all 0.5s;
}

.home-new-included .home-new-included-faq-container {
    border-radius: 3px;
    background-color: #F4F4F4;
}

.home-new-included .home-new-included-faq-container .columns {
    margin: 0;
}

.home-new-included .home-new-included-faq-container li {
    border-bottom: none;
}

.home-new-included .home-new-included-faq-container .faq-content {
    border-radius: 0 0 3px 3px;
}


.home-new-included .home-new-included-faq-container .faq-accordion-open {
    color: #4cb9ce;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}

.home-new-included .home-new-included-faq-container .faq-accordion-open .fa {
    border-left: 1px solid #d1d1d1;
    width: 100%;
}

.home-new-satisfaction {
    padding: 30px 0;
    padding-bottom: 50px;
    background-size: cover;
    background-position: 10%; 
}

.home-new-satisfaction h2 {
    font-weight: 500;
    margin-bottom: 20px;
}

.home-new-satisfaction p { 
    margin-bottom: 30px;
    font-weight: 500; 
}

.home-new-guarantee{
    padding: 40px 0;
}

.home-new-guarantee p {
    font-weight: 500;
    margin-top: 0;
}

.home-new-guarantee h2 {
    font-weight: 500;
}

.home-new-guarantee .landing-page-booking-clean-type-cta {
    /* display: flex;
    flex-direction: column; */
    align-items: center;
}

.home-new-guarantee .cf-btn {
    justify-content: center;
    width: auto;
}

.home-new-guarantee .home-new-cta-buttons { 
    max-width: 650px;
    margin: 0 auto;
} 

.home-new-guarantee .home-new-guarantee-cta-left {
    align-items: flex-end;
    text-align: left;
} 

.home-new-guarantee .home-new-guarantee-cta-container p{
    padding-top: 0px;
    padding-bottom: 10px; 
    font-weight: normal;
    margin-bottom: 0;
}

.home-new-guarantee .home-new-guarantee-cta-left .home-new-guarantee-cta-container {
    padding-right: 40px;
    border-right: 1px solid #d1d1d1;
    padding-bottom: 15px;
}

.home-new-guarantee .home-new-guarantee-cta-right {
    align-items: flex-start;
    text-align: left;
}

.home-new-guarantee .home-new-guarantee-cta-right .home-new-guarantee-cta-container {
    padding-left: 40px;
    /* border-left: 1px solid #d1d1d1; */
    padding-bottom: 15px;
}

.home-new-faq {
    background-color: white; 
}

.home-new-faq .column {
    max-width: 600px;
    margin: 0 auto;
}

.home-new-faq p {
    padding: 0 0 20px 0;
    font-weight: normal;
    margin-bottom: 0;
}
.home-new-faq p:first-child {
    padding: 20px 0;
}

.home-new-faq .faq-list-item-title {
    font-weight: 500;
    font-size: 18px;
}

/* Cleaning showcase section */
.cleaning-showcase {
    text-align: center;
    margin: 0 !important;
}

.cleaning-showcase h2{
    font-size: 26px;
    color: #00a0af;
}

.cleaning-showcase .cleaning-showcase-center {
    padding-left: 0;
    padding-right: 0;
}

.cleaning-showcase .cleaning-showcase-center .cleaning-showcase-center-container {
    border: 1px solid #d1d1d1;
    border-top: none;
    border-bottom: none;
}

.faqs-list {
    margin-top: 30px;
}

.faqs-list li .faq-accordion-open {
    text-align: right;
    margin-bottom: 2rem;
    cursor: pointer;
}

.faqs-list li .faq-accordion-open .fa {
    color: #4CB9CE;
}

.faqs-list li .faq-content {
    padding: 1rem 1.5rem !important;
    display: none;
}

.faqs-list li {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #d1d1d1;
}

.faqs-list li:last-child {
    border: none;
}

.faqs-list li a {
    color: #237281;
    text-decoration: underline;
}

.faqs-list .faq-list-item-title {
    padding-right: 0;
}

.faqs-list .faq-list-item-title::first-letter {
    text-transform: capitalize;
}

/* Latest booking carousel */

.social-proof {
    padding-top: 50px;
    padding-bottom: 50px;
}

.social-proof h2 {
    font-weight: 500;
    margin-bottom: 30px;
    padding: 0 !important;
}

.cf-latest_booking h2 {
    text-align: center;
    padding: 20px 0;
    color: #237281;
}

.cf-latest_booking-carousel {
    background-color: white;
}

.cf-latest_booking-carousel .latest-booking-item {
    padding: 0.75rem;
}

.cf-latest_booking-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 108%;
    top: 40%;
    font-size: 40px;
    left: -4%;
    color: #237281;
}

.cf-latest_booking-carousel .owl-nav button{
    outline: none;
}

.cf-latest_booking-carousel .owl-nav .disabled {
    color: #d1d1d1 !important;
}

.cf-latest_booking-carousel .latest-booking-item .latest-booking-item-container {
    background-color: #f4f4f4;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 30px;
}

.cf-latest_booking-carousel .latest-booking-item .latest-booking-item-container h3 {
    margin: 5px 0 20px 0;
    font-weight: bold;
    text-transform: capitalize;
}

.cf-latest_booking-carousel .latest-booking-item .latest-booking-item-container img {
    height: 20px;
    width: auto;
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .home-new-guarantee .home-new-guarantee-cta-left .home-new-guarantee-cta-container {
        padding-right: 0px;
        border-right: none;
    }

    .home-new-guarantee .home-new-guarantee-cta-right .home-new-guarantee-cta-container {
        padding-left: 0px;
        border-left: none;
    }

    .landing-page-booking-clean-types .landing-page-booking-clean-type .landing-page-booking-clean-type-cta {
        display: table;
        width: 100%;
    }

    .landing-page-booking-clean-types .landing-page-booking-clean-type .landing-page-booking-clean-type-cta .cf-btn {
        max-width: none;
    }

    .cleaning-showcase .cleaning-showcase-center .cleaning-showcase-center-container {
        border: none;
    }
    .landing-page-booking-banner {
        max-height: unset;
    }
}

@media (max-width: 500px) {
    .home-new {
        background-position: 65%;
    }

    .home-new-mobile-banner {
        height: 215px;
        background-size: cover;
    }

    .home-new-why .home-new-why-list ul {
        margin-left: 25px;
    }

    .home-new-why .home-new-why-list ul li {
        font-size: 16px;
    }

    .home-new-why .home-new-why-list ul li img{
        height: 13px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
    .home-new-included .cf-booking-panel__heading, .home-new-services .cf-booking-panel__heading {
        height: 90px;
    }
} 

/* Disable Scroll Top Link */
#scroll-top-link { display: none; }

/* Australia island SVG styling */
.australia-hov {
    width: 526px;
    height: auto;
    display: inline-block;
}

.state-card-grids-links ul {
    display: inline-block;
    padding-left: 70px;
}

.state-hover i {
    margin-right: 8px;
}

.state-hover, .state-hover:visited, .state-hover:active {
    text-decoration-line: underline !important;
    text-decoration-color: white !important;
    display: inline-block;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
    cursor: pointer;
}

.state-hover h3 {
    margin-bottom: 0;
    font-size: 20px;
}

.state-tasmania {
    fill: #004D97;
} 
.state-western-australia {
    fill: #0A80BB;
} 
.state-northern-territory {
    fill: #065DA0;
} 
.state-queensland {
    fill: #004881;
} 
.state-new-south-wales {
    fill: #283D68;
} 
.state-south-australia {
    fill: #03347C;
}
.state-new-south-wales {
    fill: #003A6E;
}
.state-australian-capital-territory {
    fill: #006AB9;
}
.state-victoria {
    fill: #002F77;
}

.state-western-australia , .state-northern-territory , .state-queensland , .state-tasmania , .state-victoria 
, .state-australian-capital-territory , .state-south-australia , .state-new-south-wales {
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

@media only screen and (max-width: 1100px) {
    .australia-hov {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .state-card-grid {
        display: none;
    }

    .state-card-grids-links ul {
        padding-left: 0px;
    }
}

strong {
    color: inherit !important;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.2)
}

.grecaptcha-badge{
    visibility: collapse !important;  
}

/* Call cleaner */
.callCleaner-wrapper .callCleaner {
    background-color: #4cb9ce;
    text-transform: capitalize;
    cursor: pointer;
}

.callCleaner-wrapper .loader, .callCleaner-wrapper .proxyNumber {
    display: none
}

.lds-dual-ring {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 36px;
    height: 36px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #4cb9ce;
    border-color: #4cb9ce transparent #4cb9ce transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    }
    @keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
  
/* Need to have the proxy phone number element to trigger so just make it transparent for mobile */
.proxyNumber {
    opacity: 1;
}

@media (max-width: 800px) {
    .proxyNumber {
        opacity: 0;
    }
}

/* Blog page tweaks. Nested out of a #blog-coontainer */
#blog-container .content {
    padding: 0;
    margin: 0;
}

#blog-container .cf-hero-booking__background {
    min-height: 550px;
}

#blog-container .container {
    max-width: 100vw;
    padding: 0;
}

#blog-container .cf-bloggrid {
    max-width: 1310px;
    margin: auto;
}

@media (min-width: 1310) {
    #blog-container .cf-hero-booking__container {
        padding: 0;
    }
}

#blog-container h1 {
    text-transform: none !important;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0 !important;
    font-size: 48px;
    text-align: left;
}

#blog-container h2 {
    text-transform: none;
    font-family: "Roboto", sans-serif;
    color: #4CB9CE;
    letter-spacing: 0;
    font-size: 34px;
    text-align: left;
}

#blog-container .cf-bloggrid__filter  .cf-btn {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    #blog-container .cf-bloggrid__filter {
        padding: 0 10px;
    }
}

/* Single blog page - Blog tweaks */
@media (min-width: 1024px) {
    .single-post-page .container_wrap .template-single-blog .content {
        max-width: calc(70% - 20px);
        float: left;
    }

    .single-post-page .container_wrap .single-blog-post .avia_textblock   {
        max-width: calc(70% - 20px);
        float: left;
    }

    .single-post-page .container .blog-posts-social {
        max-width: calc(30% - 20px);
        float: left;
        margin-top: 50px;
    }
}

.page-template-template-partner {
    padding-bottom: 60px;
}

.page-template-template-partner #main {
    margin-top: 0 !important;
}

.page-template-template-partner .template-page {
    padding-top: 30px;
}

.page-template-template-partner .cf-header {
    display: none;
}

.page-template-template-partner .cf-header__body {
    display: none;
}

.page-template-template-partner .quick-promo-selector {
    display: none;
}

@media (max-width: 767px) {
    .page-template-template-partner, #top.avia-blank #wrap_all #main .container {
        width: 100%;
        max-width: 100%;
        padding: 10px;
    }

    .page-template-template-partner .template-page {
        /* padding-top: 20px; */
    }

    .page-template-template-partner .cf-booking__step-item {
        padding-bottom: 30px;
    }
}

/* Override bulma margin */
.content blockquote:not(:last-child), .content dl:not(:last-child), .content ol:not(:last-child), .content p:not(:last-child), .content pre:not(:last-child), .content table:not(:last-child), .content ul:not(:last-child) {
    margin-bottom: 0;
}


/* iframe styles */
.iframe-container {
    overflow: hidden;
    /* 16:9 */
    padding-top: 56.25%;
    /* padding-top: 75%; */
    position: relative;
    min-height: calc(100vh - 56px);
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-template-template-partner-review .cf-header {
    display: none;
}

.page-template-template-partner-review .cf-header__body {
    display: none;
}

.page-template-template-partner-review .quick-promo-selector {
    display: none;
}

.page-template-template-partner-review .container {
    max-width: 100vw !important;
    padding: 0 !important ;
    margin: 0 !important ;
}

.page-template-template-partner-review .content .template-page .flex_column {
    margin: 0;
    width: 100%;
}

.page-template-template-partner-review .container {
    max-width: 100vw !important;
    padding: 0 !important;
}

.page-template-template-partner-review.cf-review-booking__footer {
    display: none !important;
}

.tab-content {
    display: none;
}

.is-active {
    display: block;
} 

.page-template-template-blank .partner-page-hide-button {
    display: none;
}

/* Hide the heading on the dashboard partner page */
.page-template-template-blank .av-special-heading-h1 {
    display: none;
}

/* Hide the zendesk launcher on blank page template */
.page-template-template-blank #launcher {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.page-template-template-blank-iframe .container {
    max-width: 100vw;
    width: 100vw;
    height: 100%;
    padding: 0;
    margin: 0;
}

/* Hide the book another whizz and view booking buttons on blank page */
.page-template-template-blank .cf-review-booking__footer {
    display: none;
}

/* Hide phone appstore links on blank review booking page */
.page-template-template-blank .home-download-app {
    display: none;
}

.page-template-template-blank-iframe .iframe-container {
    min-width: 100vw;
    height: 100%;
}

.page-template-template-blank-iframe #main {
    display: none;
}

.page-template-template-blank .mobile-footer-fixed.animated.slideInUp {
    display: none;
}

/* Moving LP */
.page-template-page-moving #main,
.page-template-page-whizz-moving #main {
    margin-top: 0!important;
}
.page-id-3537 #hero-section {
    margin-top: 56px!important;
}
.page-template-page-moving .mobile-footer-fixed,
.page-template-page-whizz-moving .mobile-footer-fixed {
    display: none;
}
.page-template-page-moving header,
.page-template-page-whizz-moving header {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}
.page-template-page-moving header .columns,
.page-template-page-whizz-moving header .columns {
    margin: 0 auto;
    max-width: 1440px;
}
.page-template-page-moving header .site-logo-container a,
.page-template-page-whizz-moving header .site-logo-container a {
    display: block;
    width: 129px;
    height: 49px;
    font-size: 0;
    background: url("/wp-content/themes/enfold-CF/media/whizz-moving-header-logo.svg") center/contain no-repeat;
}
.page-template-page-moving header .slogan-column,
.page-template-page-whizz-moving header .slogan-column {
    display: none;
}
.page-template-page-moving header .slogan-container span,
.page-template-page-whizz-moving header .slogan-container span {
    font-size: 1.125rem;
    line-height: 2.22;
    color: #303234;
}
.page-template-page-moving header .cta-column,
.page-template-page-whizz-moving header .cta-column {
    display: block;
}
.page-template-page-moving header .call-us-cta,
.page-template-page-whizz-moving header .call-us-cta {
    display: block;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #4cb9ce;
    border-radius: 3px;
    padding: .5rem 1rem;
    text-align: center;
    font-size: 0;
    max-width: 260px;
    margin: 0 0 0 auto;
    color: #333;
}
.page-template-page-moving header .call-us-cta:hover,
.page-template-page-whizz-moving header .call-us-cta:hover {
    cursor: pointer;
}
.page-template-page-moving header .call-us-cta .cta-icon,
.page-template-page-whizz-moving header .call-us-cta .cta-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("/wp-content/themes/enfold-CF/media/call-to-book-green.svg") center/contain no-repeat;
    margin-right: .5rem;
}
.page-template-page-moving header .call-us-cta .cta-content,
.page-template-page-whizz-moving header .call-us-cta .cta-content {
    display: inline-block;
    width: calc(100% - 22px);
}
.page-template-page-moving header .call-us-cta .cta-content span,
.page-template-page-whizz-moving header .call-us-cta .cta-content span {
    display: block;
}
.page-template-page-moving header .call-us-cta .cta-content span:first-child,
.page-template-page-whizz-moving header .call-us-cta .cta-content span:first-child {
    font-size: .75rem;
    line-height: 1.2;
    font-weight: 500;
}
.page-template-page-moving header .call-us-cta .cta-content span:last-child,
.page-template-page-whizz-moving header .call-us-cta .cta-content span:last-child {
    display: none;
    font-size: .75rem;
    line-height: 1;
}
.page-template-page-moving #hero-section,
.page-template-page-whizz-moving #hero-section {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/wp-content/themes/enfold-CF/media/moving-lp-background-desktop.jpg");
    padding: 2rem;
    margin-top: 75px;
}
.page-template-page-moving #hero-section .columns,
.page-template-page-whizz-moving #hero-section .columns {
    max-width: 1440px;
    margin: 0 auto;
}
.page-template-page-moving #hero-section .columns .left-column,
.page-template-page-whizz-moving #hero-section .columns .left-column,
.page-template-page-moving #hero-section .columns .right-column,
.page-template-page-whizz-moving #hero-section .columns .right-column {
    padding-left: 0;
    padding-right: 0;
}
.page-template-page-moving #hero-section .info-box-content,
.page-template-page-whizz-moving #hero-section .info-box-content {
    background: #fff;
    border-radius: 3px;
    padding: 1rem;
}
.page-template-page-moving #hero-section .info-box-content span.welcome,
.page-template-page-whizz-moving #hero-section .info-box-content span.welcome {
    display: block;
    font-size: 1rem;
    line-height: 2.222;
    color: #6b6b6b;
}
.page-template-page-moving #hero-section .info-box-content h2,
.page-template-page-whizz-moving #hero-section .info-box-content h2 {
    display: block;
    font-size: 1.5875rem;
    line-height: 1.142;
    font-weight: 700;
    color: #303234;
    margin: 0 0 .5em 0;
}
.page-template-page-moving #hero-section .info-box-content p,
.page-template-page-whizz-moving #hero-section .info-box-content p {
    display: block;
    font-size: 1.25rem;
    line-height: 1.142;
    margin-bottom: 2em;
}
.page-template-page-moving #hero-section .info-box-content ul,
.page-template-page-whizz-moving #hero-section .info-box-content ul {
    display: block;
    list-style: none;
    padding: 0;
}
.page-template-page-moving #hero-section .info-box-content ul li,
.page-template-page-whizz-moving #hero-section .info-box-content ul li {
    display: block;
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    color: #333;
    padding: 0 0 0 2em;
    margin-bottom: 1rem;
}
.page-template-page-moving #hero-section .info-box-content ul li:last-child,
.page-template-page-whizz-moving #hero-section .info-box-content ul li:last-child {
    margin-bottom: 0;
}
.page-template-page-moving #hero-section .info-box-content ul li:before,
.page-template-page-whizz-moving #hero-section .info-box-content ul li:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    background: url("/wp-content/themes/enfold-CF/media/circle-tick-alt.svg") center/contain no-repeat;
}
.page-template-page-moving #hero-section .testimonial-slider,
.page-template-page-whizz-moving #hero-section .testimonial-slider {
    flex: 0 1 auto;
    width: 100%;
}
.page-template-page-moving #hero-section .testimonials-container,
.page-template-page-whizz-moving #hero-section .testimonials-container {
    display: block;
    margin: 2rem 0 0 0;
    font-size: 0;
    width: 100%;
    max-width: 100%;
}
.page-template-page-moving #hero-section .testimonials-container .testimonials-image,
.page-template-page-whizz-moving #hero-section .testimonials-container .testimonials-image {
    display: inline-block;
    margin: 0 1rem 0 0;
}
.page-template-page-moving #hero-section .testimonials-container .testimonials-image img,
.page-template-page-whizz-moving #hero-section .testimonials-container .testimonials-image img {
    display: block;
    width: 44px;
    height: 44px;
    font-size: 0;
}
.page-template-page-moving #hero-section .testimonials-container .testimonials-content,
.page-template-page-whizz-moving #hero-section .testimonials-container .testimonials-content {
    display: inline-block;
    background-color: #303234;
    padding: 1rem;
    border-radius: 9px;
    width: -ms-calc(100% - 60px);
    width: calc(100% - 60px);
    vertical-align: top;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}
.page-template-page-moving #hero-section .testimonials-container .testimonials-content p,
.page-template-page-whizz-moving #hero-section .testimonials-container .testimonials-content p {
    font-size: .9rem;
    line-height: 1.4;
    font-style: italic;
    color: #fff;
}
.page-template-page-moving #hero-section .get-your-quote-form-container,
.page-template-page-whizz-moving #hero-section .get-your-quote-form-container {
    background: #303234;
    padding: 2rem;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 44px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 44px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 44px 0px rgba(0,0,0,0.25);
}
.page-template-page-moving #hero-section .get-your-quote-form-container .form-title,
.page-template-page-whizz-moving #hero-section .get-your-quote-form-container .form-title {
    display: block;
    font-size: 0;
}
.page-template-page-moving #hero-section .get-your-quote-form-container .form-title .icon,
.page-template-page-whizz-moving #hero-section .get-your-quote-form-container .form-title .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 1rem 0 0;
    background: url("/wp-content/themes/enfold-CF/media/moving-lp-calendar.svg") center/contain no-repeat;
}
.page-template-page-moving #hero-section .get-your-quote-form-container .form-title .title,
.page-template-page-whizz-moving #hero-section .get-your-quote-form-container .form-title .title {
    display: inline-block;
    vertical-align: top;
    width: -ms-calc(100% - 46px);
    width: calc(100% - 46px);
}
.page-template-page-moving #hero-section .get-your-quote-form-container .form-title .title span,
.page-template-page-whizz-moving #hero-section .get-your-quote-form-container .form-title .title span {
    display: block;
    font-size: 1rem;
    line-height: 1;
    color: #979797;
}
.page-template-page-moving #hero-section .get-your-quote-form-container .form-title .title h2,
.page-template-page-whizz-moving #hero-section .get-your-quote-form-container .form-title .title h2 {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #efefef;
    font-weight: 900;
}
.page-template-page-moving #hero-section .get-your-quote-form-container form,
.page-template-page-whizz-moving #hero-section .get-your-quote-form-container form,
.page-template-page-moving #hero-section .get-your-quote-form-container form fieldset,
.page-template-page-whizz-moving #hero-section .get-your-quote-form-container form fieldset {
    margin-bottom: 0;
}
.page-template-page-moving #hero-section .get-your-quote-form-container form h3,
.page-template-page-whizz-moving #hero-section .get-your-quote-form-container form h3 {
    display: none;
}
.page-template-page-moving #hero-section .get-your-quote-form-container form p.form_element input[type="text"],
.page-template-page-whizz-moving #hero-section .get-your-quote-form-container form p.form_element input[type="text"] {
    border: 1px solid #dbdee7;
    border-style: inset;
    background: #cecece;
    border-radius: 3px;
    color: #6B6B6B;
}
.page-template-page-moving #hero-section .get-your-quote-form-container form p.form_element input[type="text"]:active,
.page-template-page-whizz-moving #hero-section .get-your-quote-form-container form p.form_element input[type="text"]:active,
.page-template-page-moving #hero-section .get-your-quote-form-container form p.form_element input[type="text"]:focus,
.page-template-page-whizz-moving #hero-section .get-your-quote-form-container form p.form_element input[type="text"]:focus {
    background: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.18);
}
.page-template-page-moving #hero-section .get-your-quote-form-container form p.form_element input[type="submit"],
.page-template-page-whizz-moving #hero-section .get-your-quote-form-container form p.form_element input[type="submit"] {
    display: block;
    width: 100%;
    background: #47BBd0;
    border: none;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.18);
    color: #fff;
    font-size: 1rem;
    line-height: 2.5;
    padding: .5em 1em!important;
    height: auto!important;
}
.page-template-page-moving #hero-section .get-your-quote-form-container form p.form_element input[type="submit"]:hover,
.page-template-page-whizz-moving #hero-section .get-your-quote-form-container form p.form_element input[type="submit"]:hover {
    cursor: pointer;
    background-color: #3da3b5;
}
.page-template-page-moving #hero-section .get-your-quote-form-container .avia-form-success,
.page-template-page-whizz-moving #hero-section .get-your-quote-form-container .avia-form-success {
    border: none;
    color: #fff;
    padding: 1em 0;
}
.page-template-page-moving #hero-section .get-your-quote-form-container .form-footer,
.page-template-page-whizz-moving #hero-section .get-your-quote-form-container .form-footer {
    display: block;
}
.page-template-page-moving #hero-section .get-your-quote-form-container .form-footer span,
.page-template-page-whizz-moving #hero-section .get-your-quote-form-container .form-footer span {
    display: block;
    font-size: .625rem;
    line-height: 4;
    color: #d7d7d7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}
.page-template-page-moving #hero-section .get-your-quote-form-container .form-footer img,
.page-template-page-whizz-moving #hero-section .get-your-quote-form-container .form-footer img {
    display: block;
    margin: 0 auto;
    font-size: 0;
    width: 100%;
    max-width: 170px;
    height: auto;
}
.page-template-page-moving #row-two,
.page-template-page-whizz-moving #row-two {
    display: block;
    background: #fff;
    padding: 2rem;
}
.page-template-page-moving #row-two .columns,
.page-template-page-whizz-moving #row-two .columns {
    max-width: 1440px;
    margin: 0 auto;
}
.page-template-page-moving #row-two .left-column p,
.page-template-page-whizz-moving #row-two .left-column p {
    font-size: 1rem;
    line-height: 1.7;
    color: #1D1D1B;
    font-weight: 400;
    margin: 0 0 1em 0;
}
.page-template-page-moving #row-two .left-column p.opening,
.page-template-page-whizz-moving #row-two .left-column p.opening {
    font-size: 1.25rem;
    line-height: 1.61;
    font-weight: 500;
    color: #303234;
}
.page-template-page-moving #row-two img#satisfaction-guarantee,
.page-template-page-whizz-moving #row-two img#satisfaction-guarantee {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 375px;
    height: auto;
    font-size: 0;
    margin-bottom: 2rem;
}
.page-template-page-moving #ribbon,
.page-template-page-moving #ribbon {
    border-top: 1px solid #e5e5e5;
    padding: 2rem;
}
.page-template-page-moving #ribbon .columns,
.page-template-page-whizz-moving #ribbon .columns {
    max-width: 1440px;
    margin: 0 auto;
}
.page-template-page-moving #ribbon .satisfaction-content-container,
.page-template-page-whizz-moving #ribbon .satisfaction-content-container {
    text-align: center;
    margin-bottom: 2rem;
}
.page-template-page-moving #ribbon .satisfaction-content-container h2,
.page-template-page-whizz-moving #ribbon .satisfaction-content-container h2 {
    display: block;
    color: #303234;
    font-size: 1.5rem;
    line-height: 1.23;
    font-weight: 700;
    margin: 0 auto .5em auto;
}
.page-template-page-moving #ribbon .satisfaction-content-container p,
.page-template-page-whizz-moving #ribbon .satisfaction-content-container p {
    display: block;
    color: #6b6b6b;
    font-size: 1rem;
    line-height: 1.333;
    margin: 0;
}
.page-template-page-moving #ribbon .satisfaction-button-containers,
.page-template-page-whizz-moving #ribbon .satisfaction-button-containers {
    display: block;
    font-size: 0;
    text-align: center;
}
.page-template-page-moving #ribbon .satisfaction-button-containers .left-button,
.page-template-page-whizz-moving #ribbon .satisfaction-button-containers .left-button {
    display: block;
    margin: 0 0 2rem 0;
}
.page-template-page-moving #ribbon .satisfaction-button-containers .right-button,
.page-template-page-whizz-moving #ribbon .satisfaction-button-containers .right-button {
    display: block;
    margin: 0;
}
.page-template-page-moving #ribbon .satisfaction-button-containers .left-button span,
.page-template-page-whizz-moving #ribbon .satisfaction-button-containers .left-button span,
.page-template-page-moving #ribbon .satisfaction-button-containers .right-button span,
.page-template-page-whizz-moving #ribbon .satisfaction-button-containers .right-button span {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    color: #303234;
    margin: 0 0 .75em 0;
}
.page-template-page-moving #ribbon .satisfaction-button-containers .left-button a.button,
.page-template-page-whizz-moving #ribbon .satisfaction-button-containers .left-button a.button,
.page-template-page-moving #ribbon .satisfaction-button-containers .right-button a.button,
.page-template-page-whizz-moving #ribbon .satisfaction-button-containers .right-button a.button {
    display: block;
    width: 100%;
    max-width: 254px;
    border-radius: 6px;
    border: none;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 auto;
    font-weight: 400;
}
.page-template-page-moving #ribbon .satisfaction-button-containers .left-button a.button,
.page-template-page-whizz-moving #ribbon .satisfaction-button-containers .left-button a.button {
    background: #47BBD0;
    color: #fff;
    font-weight: 700;
}
.page-template-page-moving #ribbon .satisfaction-button-containers .right-button a.button,
.page-template-page-whizz-moving #ribbon .satisfaction-button-containers .right-button a.button {
    background: #e5e5e5;
    color: #6b6b6b;
}
.page-template-page-moving #ribbon .satisfaction-button-containers .left-button a.button:hover,
.page-template-page-whizz-moving #ribbon .satisfaction-button-containers .left-button a.button:hover,
.page-template-page-moving #ribbon .satisfaction-button-containers .right-button a.button:hover,
.page-template-page-whizz-moving #ribbon .satisfaction-button-containers .right-button a.button:hover {
    cursor: pointer;
}
.page-template-page-moving #ribbon .satisfaction-button-containers .left-button a.button:hover,
.page-template-page-whizz-moving #ribbon .satisfaction-button-containers .left-button a.button:hover {
    background-color: #3da3b5;
}
.page-template-page-moving #ribbon .satisfaction-button-containers .right-button a.button:hover,
.page-template-page-whizz-moving #ribbon .satisfaction-button-containers .right-button a.button:hover {
    background-color: #c3c0c0;
}
.page-template-page-moving footer,
.page-template-page-whizz-moving footer {
    background-color: #303234;
}
.page-template-page-moving footer .columns,
.page-template-page-whizz-moving footer .columns {
    max-width: 1440px;
    margin: 0 auto;
}
.page-template-page-moving footer .columns:last-child,
.page-template-page-whizz-moving footer .columns:last-child {
    margin: 0 auto;
}
.page-template-page-moving footer .columns,
.page-template-page-whizz-moving footer .columns {
    padding: 2rem;
}
.page-template-page-moving footer .logo-container a.footer-logo,
.page-template-page-whizz-moving footer .logo-container a.footer-logo {
    display: block;
    width: 110px;
    height: 42px;
    margin: auto;
    font-size: 0;
    background: url("/wp-content/themes/enfold-CF/media/whizz-moving-logo.svg") center/contain no-repeat;
}
.page-template-page-moving footer .copyright-container span,
.page-template-page-whizz-moving footer .copyright-container span {
    display: block;
    color: #979797;
    font-size: 0.875rem;
    line-height: 2.285;
    text-align: center;
}
.page-template-page-moving footer .social-media-container,
.page-template-page-whizz-moving footer .social-media-container {
    display: block;
    font-size: 0;
    text-align: center;
}
.page-template-page-moving footer .social-media-container a,
.page-template-page-whizz-moving footer .social-media-container a {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    width: 22px;
    height: 16px;
}
.page-template-page-moving footer .social-media-container a.twitter,
.page-template-page-whizz-moving footer .social-media-container a.twitter {
    background-image: url("/wp-content/themes/enfold-CF/media/social/twitter.svg");
    margin-right: 1rem;
}
.page-template-page-moving footer .social-media-container a.facebook,
.page-template-page-whizz-moving footer .social-media-container a.facebook {
    background-image: url("/wp-content/themes/enfold-CF/media/social/facebook.svg");
    margin-right: 1rem;
}
.page-template-page-moving footer .social-media-container a.instagram,
.page-template-page-whizz-moving footer .social-media-container a.instagram {
    background-image: url("/wp-content/themes/enfold-CF/media/social/instagram.svg");
}
@media only screen and (min-width: 769px) {
    .page-template-page-moving header .cta-column,
    .page-template-page-whizz-moving header .cta-column {
        display: block;
    }

}
@media only screen and (min-width: 1024px) {
    .page-template-page-moving header .columns .cta-column,
    .page-template-page-whizz-moving header .columns .cta-column {
        z-index: 2;
    }
    .page-template-page-moving header .call-us-cta,
    .page-template-page-whizz-moving header .call-us-cta {
        background-color: #fff;
        padding: 1rem;
    }
    .page-template-page-moving header .call-us-cta .cta-icon,
    .page-template-page-whizz-moving header .call-us-cta .cta-icon { 
        width: 24px;
        height: 24px;
    }
    .page-template-page-moving header .call-us-cta .cta-content,
    .page-template-page-whizz-moving header .call-us-cta .cta-content {
        width: auto;
    }
    .page-template-page-moving header .call-us-cta .cta-content span:first-child,
    .page-template-page-whizz-moving header .call-us-cta .cta-content span:first-child {
        font-size: 1rem;
        line-height: 1.5;
    }
    .page-template-page-moving header .call-us-cta .cta-content span:last-child,
    .page-template-page-whizz-moving header .call-us-cta .cta-content span:last-child {
        display: block;
    }
    .page-template-page-moving header .columns,
    .page-template-page-whizz-moving header .columns {
        z-index: 3;
    }
    .page-template-page-moving header .slogan-column,
    .page-template-page-whizz-moving header .slogan-column {
        display: block;
    }
    .page-template-page-moving #hero-section,
    .page-template-page-whizz-moving #hero-section {
        padding: 4rem;
        position: relative;
        background-attachment: fixed;
        margin-top: 94px;
    }
    .page-template-page-moving #hero-section:before,
    .page-template-page-whizz-moving #hero-section:before {
        display: block;
        position: absolute;
        content: '';
        width: 44.4444%;
        padding: 44.4444% 0 0 0;
        top: -94px;
        right: 0;
        background: url("/wp-content/themes/enfold-CF/media/moving-lp-top-right-triangles.png") top right/contain no-repeat;
        z-index: 1;
        pointer-events: none;
    }
    .page-template-page-moving #hero-section:after,
    .page-template-page-whizz-moving #hero-section:after {
        display: block;
        position: absolute;
        content: '';
        width: 44.4444%;
        padding: 44.4444% 0 0 0;
        bottom: 0;
        left: 0;
        background: url("/wp-content/themes/enfold-CF/media/moving-lp-bottom-left-triangles.png") bottom left/contain no-repeat;
        z-index: 1;
        pointer-events: none;
    }
    .page-template-page-moving #hero-section .info-box-content,
    .page-template-page-whizz-moving #hero-section .info-box-content {
        padding: 2rem;
    }
    .page-template-page-moving #hero-section .info-box-content span.welcome,
    .page-template-page-whizz-moving #hero-section .info-box-content span.welcome {
        font-size: 1.125rem;
        line-height: 2.222;
    }
    .page-template-page-moving #hero-section .info-box-content h2,
    .page-template-page-whizz-moving #hero-section .info-box-content h2 {
        font-size: 2.1875rem;
        line-height: 1.142;
    }
    .page-template-page-moving #hero-section .info-box-content p,
    .page-template-page-whizz-moving #hero-section .info-box-content p {
        font-size: 1.25rem;
        line-height: 1.142;
    }
    .page-template-page-moving #hero-section .info-box-content ul li,
    .page-template-page-whizz-moving #hero-section .info-box-content ul li {
        font-size: 1rem;
        line-height: 1.2;
    }
    .page-template-page-moving #hero-section .columns,
    .page-template-page-whizz-moving #hero-section .columns {
        position: relative;
        z-index: 3;
    }
    .page-template-page-moving #hero-section .columns .column,
    .page-template-page-whizz-moving #hero-section .columns .column {
        padding: 3rem 3rem 1rem 3rem;
    }
    .page-template-page-moving #hero-section .columns.testimonial .column,
    .page-template-page-whizz-moving #hero-section .columns.testimonial .column {
        padding-top: 0;
    }
    .page-template-page-moving #hero-section .testimonial-slider,
    .page-template-page-whizz-moving #hero-section .testimonial-slider {
        width: 50%;
    }
    .page-template-page-moving #hero-section .testimonials-container,
    .page-template-page-whizz-moving #hero-section .testimonials-container {
        margin: 0;
    }
    .page-template-page-moving #hero-section .testimonials-container .testimonials-image img,
    .page-template-page-whizz-moving #hero-section .testimonials-container .testimonials-image img {
        width: 64px;
        height: 64px;
    }
    .page-template-page-moving #hero-section .testimonials-container .testimonials-content,
    .page-template-page-whizz-moving #hero-section .testimonials-container .testimonials-content {
        width: -ms-calc(100% - 80px);
        width: calc(100% - 80px);
    }
    .page-template-page-moving #hero-section .testimonials-container .testimonials-content p,
    .page-template-page-whizz-moving #hero-section .testimonials-container .testimonials-content p {
        font-size: 1.14rem;
        line-height: 1.2;
    }
    .page-template-page-moving #hero-section .get-your-quote-form-container .form-title .icon,
    .page-template-page-whizz-moving #hero-section .get-your-quote-form-container .form-title .icon {
        width: 40px;
        height: 40px;
    }
    .page-template-page-moving #hero-section .get-your-quote-form-container .form-title .title,
    .page-template-page-whizz-moving #hero-section .get-your-quote-form-container .form-title .title {
        width: -ms-calc(100% - 56px);
        width: calc(100% - 56px);
    }
    .page-template-page-moving #hero-section .get-your-quote-form-container .form-title .title span,
    .page-template-page-whizz-moving #hero-section .get-your-quote-form-container .form-title .title span {
        font-size: 1.125rem;
        line-height: 1;
    }
    .page-template-page-moving #hero-section .get-your-quote-form-container .form-title .title h2,
    .page-template-page-whizz-moving #hero-section .get-your-quote-form-container .form-title .title h2 {
        font-size: 1.5625rem;
        line-height: 1.5;
    }
    .page-template-page-moving #row-two,
    .page-template-page-whizz-moving #row-two {
        padding: 4rem;
    }
    .page-template-page-moving #row-two .columns .column,
    .page-template-page-whizz-moving #row-two .columns .column {
        padding: 3rem;
    }
    .page-template-page-moving #row-two .left-column p,
    .page-template-page-whizz-moving #row-two .left-column p {
        font-size: 1.25rem;
        line-height: 1.7;
    }
    .page-template-page-moving #row-two .left-column p.opening,
    .page-template-page-whizz-moving #row-two .left-column p.opening {
        font-size: 1.625rem;
        line-height: 1.61;
    }
    .page-template-page-moving #ribbon,
    .page-template-page-whizz-moving #ribbon {
        padding: 4rem;
    }
    .page-template-page-moving #ribbon img#satisfaction-guarantee,
    .page-template-page-whizz-moving #ribbon img#satisfaction-guarantee {
        margin: 0 auto 2rem auto;
    }
    .page-template-page-moving #ribbon .satisfaction-button-containers .left-button a.button, 
    .page-template-page-whizz-moving #ribbon .satisfaction-button-containers .left-button a.button, 
    .page-template-page-moving #ribbon .satisfaction-button-containers .right-button a.button,
    .page-template-page-whizz-moving #ribbon .satisfaction-button-containers .right-button a.button {
        min-width: 254px;
    }
    .page-template-page-moving #ribbon .satisfaction-button-containers .left-button,
    .page-template-page-whizz-moving #ribbon .satisfaction-button-containers .left-button {
        display: inline-block;
        margin: 0 4rem 0 0;
        text-align: left;
    }
    .page-template-page-moving #ribbon .satisfaction-button-containers .right-button,
    .page-template-page-whizz-moving #ribbon .satisfaction-button-containers .right-button {
        display: inline-block;
        text-align: left;
    }
    .page-template-page-moving #ribbon .satisfaction-content-container h2,
    .page-template-page-whizz-moving #ribbon .satisfaction-content-container h2 {
        font-size: 2.125rem;
        line-height: 1.23;
    }
    .page-template-page-moving #ribbon .satisfaction-content-container p,
    .page-template-page-whizz-moving #ribbon .satisfaction-content-container p {
        font-size: 1.125rem;
        line-height: 1.333;
    }
    .page-template-page-moving footer .columns,
    .page-template-page-whizz-moving footer .columns {
        padding: 2rem 4rem;
        flex-direction: row-reverse;
    }
    .page-template-page-moving footer .logo-container a.footer-logo,
    .page-template-page-whizz-moving footer .logo-container a.footer-logo {
        margin: 0;
    }
    .page-template-page-moving footer .copyright-container span,
    .page-template-page-whizz-moving footer .copyright-container span {
        text-align: left;
    }
}

/* Custom LP - 60% off your first clean */
.page-id-2060 #quick-promo,
.page-id-2104 #quick-promo,
.page-id-2135 #quick-promo,
.page-id-2169 #quick-promo,
.page-id-3285 #quick-promo,
.page-id-3289 #quick-promo,
.page-id-3301 #quick-promo,
.page-id-3554 #quick-promo,
.page-id-2060 .mobile-footer-fixed,
.page-id-2104 .mobile-footer-fixed,
.page-id-2135 .mobile-footer-fixed,
.page-id-2169 .mobile-footer-fixed,
.page-id-3285 .mobile-footer-fixed,
.page-id-3289 .mobile-footer-fixed,
.page-id-3301 .mobile-footer-fixed,
.page-id-3554 .mobile-footer-fixed {
    display: none;
}
.page-id-2060 .cf-header .cf-header__body .cf-header__widgets .cf-header__book,
.page-id-2104 .cf-header .cf-header__body .cf-header__widgets .cf-header__book,
.page-id-3285 .cf-header .cf-header__body .cf-header__widgets .cf-header__book {
    display: none;
}
.page-id-2060 #main,
.page-id-2104 #main,
.page-id-2135 #main,
.page-id-2169 #main,
.page-id-3285 #main,
.page-id-3289 #main,
.page-id-3301 #main,
.page-id-3554 #main {
    margin-top: 56px!important;
}
.page-id-2060 .landing-page-booking-banner,
.page-id-2104 .landing-page-booking-banner,
.page-id-3285 .landing-page-booking-banner {
    max-height: unset;
}
.page-id-2060 #request-a-call-back-form,
.page-id-2104 #request-a-call-back-form,
.page-id-3285 #request-a-call-back-form {
    background: #fff;
    max-width: 400px;
    margin: 0 auto;
    padding: 40px;
    -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
    box-shadow: 0 0 10px 0 #d1d1d1;
}
.page-id-2060 #request-a-call-back-form form,
.page-id-2104 #request-a-call-back-form form,
.page-id-3285 #request-a-call-back-form form {
    margin: 0;
}
.page-id-2060 #request-a-call-back-form form fieldset,
.page-id-2104 #request-a-call-back-form form fieldset,
.page-id-3285 #request-a-call-back-form form fieldset {
    margin: 0;
}
.page-id-2060 #request-a-call-back-form form fieldset h3,
.page-id-2104 #request-a-call-back-form form fieldset h3,
.page-id-3285 #request-a-call-back-form form fieldset h3 {
    display: block;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
    color: #4CB9CE;
}
.page-id-2060 #request-a-call-back-form form input[type="submit"],
.page-id-2104 #request-a-call-back-form form input[type="submit"],
.page-id-3285 #request-a-call-back-form form input[type="submit"] {
    background: #4CB9CE;
    border-radius: 3px;
    color: #fff;
    padding: 15px 40px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0px;
    border: none;
    height: auto;
    display: block;
    width: 100%;
}
.page-id-2060 #request-a-call-back-form form input[type="submit"]:hover,
.page-id-2104 #request-a-call-back-form form input[type="submit"]:hover,
.page-id-3285 #request-a-call-back-form form input[type="submit"]:hover {
    cursor: pointer;
    background-color: #3da3b5;
}
.pum-theme-2113 .pum-container, .pum-theme-default-theme .pum-container {
    padding: 50px 20px 20px 20px!important;
}
.page-id-2060 p.home-new-cta:first-of-type,
.page-id-2104 p.home-new-cta:first-of-type,
.page-id-3285 p.home-new-cta:first-of-type,
.page-id-2060 .home-new .landing-page-booking-clean-type-cta,
.page-id-2104 .home-new .landing-page-booking-clean-type-cta,
.page-id-3285 .home-new .landing-page-booking-clean-type-cta {
    display: none;
}
@media only screen and (min-width: 769px) {
    .page-id-2060 p.home-new-cta:first-of-type,
    .page-id-2104 p.home-new-cta:first-of-type,
    .page-id-3285 p.home-new-cta:first-of-type,
    .page-id-2060 .home-new .landing-page-booking-clean-type-cta,
    .page-id-2104 .home-new .landing-page-booking-clean-type-cta,
    .page-id-3285 .home-new .landing-page-booking-clean-type-cta {
        display: block;
    }
}

.avia_ajax_form .form_element.error {
    outline: 1px solid #DF653E;
}
/* Melbourne United LP */
.page-template-page-melbourne-united-lp #quick-promo,
.page-template-page-melbourne-united-lp .mobile-footer-fixed {
    display: none;
}
.page-template-page-melbourne-united-lp #main {
    margin-top: 0!important;
}
.page-template-page-melbourne-united-lp header {
    display: block;
    position: relative;
}
.page-template-page-melbourne-united-lp header .columns {
    padding: 20px 10px;
    margin: 0;
}
.page-template-page-melbourne-united-lp header .column {
    padding: 0;
}
.page-template-page-melbourne-united-lp header .site-logo-container a {
    display: block;
    width: 129px;
    height: auto;
    font-size: 0;
    margin: 0 auto 0 0;
}
.page-template-page-melbourne-united-lp header .call-us-cta {
    display: block;
    width: 100%;
    max-width: 187px;
    border: 2px solid rgb(71, 187, 208);
    border-radius: 6px;
    background: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
    font-size: 0;
    padding: 3px 10px;
    margin: 0 0 0 auto;
}
.page-template-page-melbourne-united-lp header .call-us-cta .cta-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
}
.page-template-page-melbourne-united-lp header .call-us-cta .cta-content {
    display: inline-block;
    width: -ms-calc(100% - 10px);
    width: calc(100% - 10px);
    vertical-align: middle;
}
.page-template-page-melbourne-united-lp header .call-us-cta .cta-content span {
    display: block;
    text-align: center;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    color: #000;
}
.page-template-page-melbourne-united-lp header .call-us-cta .cta-content span:last-child {
    font-size: 8px;
    line-height: 1.2;
}
.page-template-page-melbourne-united-lp .background-container {
    display: block;
    position: relative;    
    background-color: rgb(18, 14, 19);
}
.page-template-page-melbourne-united-lp .background-container img#court-bg-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}
.page-template-page-melbourne-united-lp #row-one {
    display: block;
    position: relative;
    z-index: 1;
    max-width: 1310px;
    margin: 0 auto;
}
.page-template-page-melbourne-united-lp #row-one .columns {
    margin: 0;
}
.page-template-page-melbourne-united-lp #row-one .logo-columns .column {
    padding: 20px;
}
.page-template-page-melbourne-united-lp #row-one .column #whizz-logo {
    display: block;
    width: 100%;
    max-width: 118px;
    height: auto;
    font-size: 0;
    margin: 0 auto;
}
.page-template-page-melbourne-united-lp #row-one .column .mu-logo {
    display: block;
    width: 100%;
    max-width: 93px;
    height: auto;
    font-size: 0;
    margin: 0 auto;
}
.page-template-page-melbourne-united-lp #row-one .cta-content-columns {
    margin: 0;
}
.page-template-page-melbourne-united-lp #row-one .cta-content-columns .column {
    padding: 20px;
}
.page-template-page-melbourne-united-lp #row-one #cta-title-column .content-container h1 {
    display: block;
    position: relative;
    width: 100%;
    max-width: 306px;
    font-size: 0;
    text-align: right;
    color: #fff;
    margin: 0 0 0 auto;
}
.page-template-page-melbourne-united-lp #row-one #cta-title-column .content-container h1 svg {
    display: block;
    width: 100%;
    max-width: 306px;
}
.page-template-page-melbourne-united-lp #row-one #cta-title-column .content-container h1 svg#money {
    max-width: 232px;
    margin: 10px 0 0 auto;
}
.page-template-page-melbourne-united-lp #row-one #cta-title-column .content-container h1 img {
    display: block;
    position: absolute;
    left: -40px;
    top: 64px;
    width: 184px;
    font-size: 0;
    pointer-events: none;
    z-index: 2;
    height: auto;
}
.page-template-page-melbourne-united-lp #row-one #cta-title-column .content-container h2 {
    display: block;
    width: 100%;
    max-width: 172px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 1.2;
    text-align: right;
    color: #EEEE22;
    margin: 0 0 0 auto;
}
.page-template-page-melbourne-united-lp #row-one #mu-form-column {
    background: rgb(27, 48, 66);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
    border-radius: 16px;
}
.page-template-page-melbourne-united-lp #row-one #mu-form-column h2 {
    display: block;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    padding: 20px 20px 0 20px;
}
.page-template-page-melbourne-united-lp #row-one #mu-form-column form {
    margin: 0;
    padding: 20px 20px 0 20px;
}
.page-template-page-melbourne-united-lp #row-one #mu-form-column p.date {
    padding: 20px;
    font-size: 12px;
    line-height: 1.2;
    display: block;
    color: #fff;
}
.page-template-page-melbourne-united-lp #row-one #mu-form-column form fieldset {
    margin: 0;
}
.page-template-page-melbourne-united-lp #row-one #mu-form-column form input[type="text"],
.page-template-page-melbourne-united-lp #row-one #mu-form-column form input[type="email"] {
    background: rgb(206, 206, 206);
    border: 1px solid rgb(112, 112, 112);
    border-radius: 7px;
    font-size: 16px;
    line-height: 1;
    padding: 10px 15px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: rgba(107,107,107,1);
}
.page-template-page-melbourne-united-lp #row-one #mu-form-column .avia_ajax_form .form_element.error {
    outline: none;
}
.page-template-page-melbourne-united-lp #row-one #mu-form-column .avia_ajax_form .form_element {
    margin: 0 0 15px 0;
}
.page-template-page-melbourne-united-lp #row-one #mu-form-column .avia_ajax_form .form_element.error input[type="text"],
.page-template-page-melbourne-united-lp #row-one #mu-form-column .avia_ajax_form .form_element.error input[type="email"] {
    border: 1px solid #DF653E;
}
.page-template-page-melbourne-united-lp #row-one #mu-form-column form input[type="submit"] {
    display: block;
    width: 100%;
    height: auto!important;
    font-size: 16px;
    line-height: 1;
    padding: 10px;
    border-radius: 7px!important;
}
.page-template-page-melbourne-united-lp #row-one .cta-three-boxes .column {
    padding: 20px;
}
.page-template-page-melbourne-united-lp #row-one .cta-three-boxes .column .sub-title {
    display: block;
    position: relative;
    width: 100%;
    max-width: 55%;
    margin: 0 0 0 auto;
    background: #eeee20;
    padding: 10px 20px 17px 20px;
    text-align: center;
    border-radius: 7px;
    border: none;
}
.page-template-page-melbourne-united-lp #row-one .cta-three-boxes .column .sub-title h3 {
    color: #10232c;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}
.page-template-page-melbourne-united-lp #row-one .cta-three-boxes .column .content {
    display: block;
    margin: -7px 0 0 0;
    background: #1a3042;
    border-radius: 7px;
    border: none;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
    padding: 20px;
}
.page-template-page-melbourne-united-lp #row-one .cta-three-boxes .column .content img {
    display: block;
    margin: auto;
    font-size: 0;
}
.page-template-page-melbourne-united-lp #row-two {
    display: block;
    position: relative;
}
.page-template-page-melbourne-united-lp #row-two .exclusive-offer-container {
    max-width: 1310px;
    margin: 0 auto;
    background: #EEEE22;
    padding: 40px 20px;
}
.page-template-page-melbourne-united-lp #row-two .exclusive-offer-container svg#offer-code {
    display: block;
    width: 100%;
    max-width: 241px;
    margin: 0 auto 30px auto;
}
.page-template-page-melbourne-united-lp #row-two .exclusive-offer-container svg#forty-off {
    display: block;
    width: 100%;
    max-width: 344px;
    margin: 0 auto 20px auto;
}
.page-template-page-melbourne-united-lp #row-two .exclusive-offer-container svg#any-clean {
    display: block;
    width: 100%;
    max-width: 216px;
    margin: 0 auto;
}
.page-template-page-melbourne-united-lp #row-two .exclusive-offer-container h3 {
    display: block;
    margin: 30px 0 0 0;
    text-align: center;
    font-size: 34px;
    line-height: 1.2;
    color: rgba(0,160,175,1);
    font-weight: 400;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.page-template-page-melbourne-united-lp #row-two .exclusive-offer-container a#forty-dollars-off-book-now {
    display: block;
    margin: 20px auto 0 auto;
    background: rgb(71, 187, 208);
    border-radius: 7px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
    width: 100%;
    max-width: 214px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding: 20px;
}
.page-template-page-melbourne-united-lp #row-two .exclusive-offer-container a#forty-dollars-off-book-now img {
    display: inline-block;
    width: auto;
    height: 20px;
    margin-right: 10px;
    font-size: 0;
}
.page-template-page-melbourne-united-lp #row-two .exclusive-offer-container a.cta-content-container {
    display: block;
    margin: 20px auto 0 auto;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
    width: 100%;
    max-width: 214px;
    text-align: center;
    font-size: 0;
    padding: 10px 15px;
    border: 2px solid rgb(71, 187, 208);
    border-radius: 6px;
    background: #fff;
}
.page-template-page-melbourne-united-lp #row-two .exclusive-offer-container a.cta-content-container .cta-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;   
}
.page-template-page-melbourne-united-lp #row-two .exclusive-offer-container a.cta-content-container .cta-content {
    display: inline-block;
    width: -ms-calc(100% - 26px);
    width: calc(100% - 26px);
    vertical-align: middle;
}
.page-template-page-melbourne-united-lp #row-two .exclusive-offer-container a.cta-content-container .cta-content span {
    display: block;
    text-align: center;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}
.page-template-page-melbourne-united-lp #row-two .exclusive-offer-container a.cta-content-container .cta-content span:last-child {
    font-size: 12px;
    line-height: 1.2;
}
@media only screen and (min-width: 375px) {
    .page-template-page-melbourne-united-lp header .call-us-cta .cta-content span {
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 1.2;
    }
    .page-template-page-melbourne-united-lp header .call-us-cta .cta-content span:last-child {
        font-size: 12px;
        line-height: 1.2;
    }
    .page-template-page-melbourne-united-lp header .call-us-cta .cta-icon {
        width: 18px;
        height: 18px;
    }
    .page-template-page-melbourne-united-lp header .call-us-cta .cta-content {
        width: -ms-calc(100% - 18px);
        width: calc(100% - 18px);
    }
}
@media only screen and (min-width: 769px) {
    .page-template-page-melbourne-united-lp header .columns {
        padding: 20px;
    }
    .page-template-page-melbourne-united-lp header .call-us-cta {
        max-width: 261px;
        padding: 10px 20px;
    }
    .page-template-page-melbourne-united-lp header .call-us-cta .cta-icon {
        width: 26px;
        height: 26px;
        margin-right: 5px;
    }
    .page-template-page-melbourne-united-lp header .call-us-cta .cta-content {
        width: -ms-calc(100% - 31px);
        width: calc(100% - 31px);
    }
    .page-template-page-melbourne-united-lp #row-one .logo-columns .column {
        padding: 60px 30px;
    }
    .page-template-page-melbourne-united-lp #row-one .column #whizz-logo {
        max-width: 170px;
        margin: 0 0 0 auto;
    }
    .page-template-page-melbourne-united-lp #row-one .column .mu-logo {
        max-width: 134px;
        margin: 0 auto 0 0;
    }
    .page-template-page-melbourne-united-lp #row-one .cta-content-columns .column {
        padding: 20px 60px;
    }
    .page-template-page-melbourne-united-lp #row-one #cta-title-column .content-container h1 {
        max-width: 621px;
    }
    .page-template-page-melbourne-united-lp #row-one #cta-title-column .content-container h1 svg {
        max-width: 621px;
    }
    .page-template-page-melbourne-united-lp #row-one #cta-title-column .content-container h1 svg#money {
        max-width: 469px;
    }
    .page-template-page-melbourne-united-lp #row-one #cta-title-column .content-container h1 img {
        width: 372px;
        left: -70px;
        top: 129px;
    }
    .page-template-page-melbourne-united-lp #row-one #cta-title-column .content-container h2 {
        font-size: 40px;
        line-height: 1.2;
        max-width: 280px;
    }
    .page-template-page-melbourne-united-lp #row-one #mu-form-column h2 {
        font-size: 40px;
        line-height: 1.2;
        padding: 40px 40px 0 40px;
    }
    .page-template-page-melbourne-united-lp #row-one #mu-form-column form {
        padding: 40px 40px 0 40px;
    }
    .page-template-page-melbourne-united-lp #row-one #mu-form-column p.date {
        padding: 20px 40px 40px 40px;
    }
    .page-template-page-melbourne-united-lp #row-one #mu-form-column .avia_ajax_form .form_element#element_avia_4_1,
    .page-template-page-melbourne-united-lp #row-one #mu-form-column .avia_ajax_form .form_element:last-of-type {
        display: inline-block;
    }
    .page-template-page-melbourne-united-lp #row-one #mu-form-column .avia_ajax_form .form_element#element_avia_4_1 {
        width: 225px;
        margin: 0 15px 15px 0;
        clear: none;
    }
    .page-template-page-melbourne-united-lp #row-one #mu-form-column .avia_ajax_form .form_element:last-of-type {
        width: -ms-calc(100% - 240px);
        width: calc(100% - 240px);
        clear: none;
    }
    .page-template-page-melbourne-united-lp #row-one .cta-three-boxes .column .sub-title h3 {
        font-size: 14px;
    }
    .page-template-page-melbourne-united-lp #row-one {
        padding-bottom: 300px;
    }
    .page-template-page-melbourne-united-lp #row-two {
        background: #f4f4f4;
        position: unset;
        padding-bottom: 40px;
        text-align: center;
    }
    .page-template-page-melbourne-united-lp #row-two .exclusive-offer-container svg#offer-code {
        max-width: 418px;
    }
    .page-template-page-melbourne-united-lp #row-two .exclusive-offer-container svg#forty-off {
        max-width: 542px;
    }
    .page-template-page-melbourne-united-lp #row-two .exclusive-offer-container svg#any-clean {
        max-width: 339px;
    }
    .page-template-page-melbourne-united-lp #row-two .exclusive-offer-container h3 {
        font-size: 34px;
        line-height: 1.2;
    }
    .page-template-page-melbourne-united-lp #row-two .exclusive-offer-container a#forty-dollars-off-book-now {
        display: inline-block;
        margin: 20px 20px 0 auto;
        vertical-align: top;
    }
    .page-template-page-melbourne-united-lp #row-two .exclusive-offer-container a.cta-content-container {
        display: inline-block;
        margin: 20px auto 0 20px;
        vertical-align: top;
    }
    .page-template-page-melbourne-united-lp #row-two .exclusive-offer-container {
        margin-top: -260px;
        max-width: 648px;
        border-radius: 10px;
        position: relative;
    }
}
@media only screen and (min-width: 1024px) {
    .page-template-page-melbourne-united-lp #row-one .cta-content-columns .column {
        padding: 20px 40px;
    }
    .page-template-page-melbourne-united-lp #row-one #mu-form-column .avia_ajax_form .form_element#element_avia_4_1 {
        width: 192px;
    }
    .page-template-page-melbourne-united-lp #row-one #mu-form-column .avia_ajax_form .form_element:last-of-type {
        width: -ms-calc(100% - 207px);
        width: calc(100% - 207px);
    }
    .page-template-page-melbourne-united-lp #row-one .cta-three-boxes .column .sub-title h3 {
        font-size: 20px;
    }
    .page-template-page-melbourne-united-lp #row-two .exclusive-offer-container {
        max-width: 100%;
        margin: 0;
        border-radius: 0;
    }
    .page-template-page-melbourne-united-lp #row-one {
        padding-bottom: 40px;
    }
}
/* Thank You - Melbourne United */
.page-id-3473 #quick-promo,
.page-id-2198 #quick-promo,
.page-id-3554 #quick-promo {
    display: none;
}
.page-id-3473 #main,
.page-id-2198 #main {
    margin: 0!important;
}
.page-id-3473 img.thank-you-mu-title,
.page-id-2198 img.thank-you-mu-title,
.page-id-3554 img.thank-you-mu-title {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    max-width: 450px;
}
.page-id-3473 .thank-you-mu-text,
.page-id-2198 .thank-you-mu-text,
.page-id-3554 .thank-you-mu-text {
    color: #fff;
    display: block;
    margin: 20px auto 0 auto;
    text-align: center;
    width: 100%;
    max-width: 400px;
    font-size: 16px;
    line-height: 1.2;
}
.page-id-3473 .mu-logo,
.page-id-2198 .mu-logo,
.page-id-3554 .mu-logo {
    display: block;
    width: 100%;
    max-width: 93px;
    height: auto;
    font-size: 0;
    margin: 0 auto;
}
.page-id-3473 #whizz-logo,
.page-id-2198 #whizz-logo,
.page-id-3554 #whizz-logo {
    display: block;
    width: 100%;
    max-width: 118px;
    height: auto;
    font-size: 0;
    margin: 0 auto;
}
@media only screen and (min-width: 769px) {
    .page-id-3473 .thank-you-mu-text,
    .page-id-2198 .thank-you-mu-text,
    .page-id-3554 .thank-you-mu-text {
        font-size: 18px;
        line-height: 1.2;
    }
    .page-id-3473 .mu-logo,
    .page-id-2198 .mu-logo,
    .page-id-3554 .mu-logo {
        margin: 0 auto 0 0;
    }
    .page-id-3473 #whizz-logo,
    .page-id-2198 #whizz-logo,
    .page-id-3554 #whizz-logo {
        margin: 0 0 0 auto;
    }
}

@media only screen and (max-width: 992px) {
    .page-id-672 #designstudio-button,
    .page-id-676 #designstudio-button,
    .page-id-676 #designstudio-minimize,
    .page-id-676 #designstudio-minimize,
    .page-id-676 #designstudio,
    .page-id-676 #designstudio {
        display: none!important;
    }
}

.cf-header .cf-header__body .cf-header__menu li a
{
	font-size: 13px !important;
}
.page-id-4681 section#ribbon {
    display: none;
}
.page-id-4681 .owl-stage-outer {
    display: none;
}

.page-id-4681 .columns.is-desktop.use-moving {
    display: none;
}

.page-id-3537 .columns.is-desktop.use-commercial {
    display: none;
}

.page-id-4681 .column.is-one-half.left-column.hide-moving {
    display: none;
}
.page-id-3537 .column.is-one-half.left-column.hide-commerial {
    display: none;
}

div#business ul li {
    line-height: 40px;
}

div#business ul {
    margin-top: 30px;
}

img.w-100.img-custom-l {
    width: 170px !important;
    height: 60px;
    margin-left: 50px;
}

h2.px-md-5.head-direct {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 27px !important;
    /* line-height: 48px; */
    letter-spacing: -0.015em;
    color: #237281;
    font-weight: bold;
}

p.px-md-5.py-md-5.para-direct {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.015em;
    color: #000000;
}

.agreSrvc h1{ color: #00a0af; font-size: 21px; text-decoration: underline; margin-bottom: 32px;}
.agreSrvc { margin-top: 12px;}
.termContnt p { font-size: 14px; margin-bottom: 5px !important; margin-top: 0px !important;}
.cmnSpac { margin-bottom: 20px; }
.bookPoints { padding-left: 26px; }
.bookPoints .cmnSpac { margin-bottom: 10px; }
.bookPoints { margin-bottom: 28px !important; margin-top: -8px !important; }
.termContnt ul li { list-style-type: none; font-size: 14px; padding: 2px; line-height: 20px; margin-bottom: 6px;}
.cmnSpac.cmnSpaCon { margin-bottom: 0px; }
.defectSrvc { margin-top: 24px; }
.intclRght { margin-top: 12px; }
.intclRghtIntr ul li { font-size: 13px !important; margin-left: 0px; padding: 0px; }
.intclRghtIntr ul { margin-bottom: 20px !important; margin-top: 10px !important; padding-left: 0px; 
margin-left:0px; }
.intclRghtIntr p { margin-bottom: 8px !important;}
ul.payTermsUl { padding-left: 0px !important; margin-left: 0px !important; margin-top: 10px !important;}
ul.payTermsUl ul { margin-left: 0px; }
ul.referUlpart { padding-left: 16px; }
intclRghtIntr ul li:last-child { margin-bottom: 18px; }
.shdulSrvc { margin-bottom: 18px; }
.agreeDetail strong { margin-bottom: 6px !important; display: block; }
.agreeDetail p, .agreeDetail li { font-size: 13px !important; margin-left: 0px; padding: 0px;}
.agreeDetailAdrs { padding-left: 15px; margin-bottom: 12px; }
.clnrDtail ul li { margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px; line-height: 16px; }
.clnrDtail ul { margin-bottom: 14px !important; padding-left: 6px; }
