/* Fonts */
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri/Calibri.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Calibri/Calibri.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Calibri/Calibri.otf') format('opentype'),
    url('../fonts/Calibri/Calibri.woff2') format('woff2'),
    url('../fonts/Calibri/Calibri.woff') format('woff'),
    url('../fonts/Calibri/Calibri.ttf') format('truetype'),
    url('../fonts/Calibri/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gothic725 Black BT';
    src: url('../fonts/Gothic725BlackBT/Gothic725BT-Black.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Gothic725BlackBT/Gothic725BT-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Gothic725BlackBT/Gothic725BT-Black.otf') format('opentype'),
    url('../fonts/Gothic725BlackBT/Gothic725BT-Black.woff2') format('woff2'),
    url('../fonts/Gothic725BlackBT/Gothic725BT-Black.woff') format('woff'),
    url('../fonts/Gothic725BlackBT/Gothic725BT-Black.ttf') format('truetype'),
    url('../fonts/Gothic725BlackBT/Gothic725BT-Black.svg#Gothic725BT-BlackA') format('svg');
    font-weight: 900;
    font-style: normal;
}

/* Force vertical scrollbar */
html {
    overflow-y: scroll;
}

/* Bootstrap Helpers */
.col-xs-offset-right-12 {
    margin-right: 100%;
}

.col-xs-offset-right-11 {
    margin-right: 91.66666667%;
}

.col-xs-offset-right-10 {
    margin-right: 83.33333333%;
}

.col-xs-offset-right-9 {
    margin-right: 75%;
}

.col-xs-offset-right-8 {
    margin-right: 66.66666667%;
}

.col-xs-offset-right-7 {
    margin-right: 58.33333333%;
}

.col-xs-offset-right-6 {
    margin-right: 50%;
}

.col-xs-offset-right-5 {
    margin-right: 41.66666667%;
}

.col-xs-offset-right-4 {
    margin-right: 33.33333333%;
}

.col-xs-offset-right-3 {
    margin-right: 25%;
}

.col-xs-offset-right-2 {
    margin-right: 16.66666667%;
}

.col-xs-offset-right-1 {
    margin-right: 8.33333333%;
}

.col-xs-offset-right-0 {
    margin-right: 0;
}

@media (min-width: 768px) {
    .col-sm-offset-right-12 {
        margin-right: 100%;
    }

    .col-sm-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-sm-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-sm-offset-right-9 {
        margin-right: 75%;
    }

    .col-sm-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-sm-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-sm-offset-right-6 {
        margin-right: 50%;
    }

    .col-sm-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-sm-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-sm-offset-right-3 {
        margin-right: 25%;
    }

    .col-sm-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-sm-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-sm-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .col-md-offset-right-12 {
        margin-right: 100%;
    }

    .col-md-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-md-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-md-offset-right-9 {
        margin-right: 75%;
    }

    .col-md-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-md-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-md-offset-right-6 {
        margin-right: 50%;
    }

    .col-md-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-md-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-md-offset-right-3 {
        margin-right: 25%;
    }

    .col-md-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-md-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-md-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-offset-right-12 {
        margin-right: 100%;
    }

    .col-lg-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-lg-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-lg-offset-right-9 {
        margin-right: 75%;
    }

    .col-lg-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-lg-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-lg-offset-right-6 {
        margin-right: 50%;
    }

    .col-lg-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-lg-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-lg-offset-right-3 {
        margin-right: 25%;
    }

    .col-lg-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-lg-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-lg-offset-right-0 {
        margin-right: 0;
    }

    body.page-id-213 .header-text h1 {
        margin-bottom: 19px;
    }
}

/* General */
html body {
    background-color: #ffffff;
    color: #6AA4CD;
    font-weight: 300;
}

a:focus,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="submit"]:focus,
input[type="checkbox"]:focus {
    outline: none !important;
    outline-offset: 0;
}

body, input, button, select, textarea, #cs-content, p {
    font-family: "Calibri", Arial, sans-serif;
    font-weight: 300;
}

body input:focus {
    position: relative;
    z-index: 9999;
}

body .text-red,
body .text-red p,
body p.text-red,
body h1.text-red,
body h2.text-red,
body h3.text-red,
body h4.text-red,
body h5.text-red,
body h6.text-red {
    color: #6aa4cd !important;
}

body .text-white,
body .text-white p,
body p.text-white,
body h1.text-white,
body h2.text-white,
body h3.text-white,
body h4.text-white,
body h5.text-white,
body h6.text-white {
    color: #ffffff !important;
}

body .fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

body .all-caps {
    text-transform: uppercase;
}

.hideRequiredNotice {
    position: relative !important;
    z-index: 9999 !important;
}

.showRequiredNotice {
    position: relative !important;
    z-index: 19999 !important;
}

body .btn {
    border-radius: 7px;
}

body input[type="file"],
body input[type="image"],
body input[type="submit"],
body input[type="reset"],
body input[type="button"],
body input[type="radio"],
body input[type="checkbox"] {
    border: none !important;
    box-shadow: none !important;
    font-family: "Calibri", Arial, sans-serif;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    outline: none !important;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.7);
    text-shadow: none;
    border-radius: 1em;
}

.x-btn, .button, [type="submit"] {
    padding: 4px 23px;
}

body .x-btn, body .button, body [type="submit"] {
    font-family: 'Calibri', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;

    text-shadow: none;
    box-shadow: none !important;

    background-color: #6AA4CD;
    color: white;
    padding: 10px 20px 10px 20px;
    font-size: 20px !important;;
    transition: all .4s;

     border-radius: 0 !important;

}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
    font-family: "Gothic725 Black BT", Arial, sans-serif !important;
    font-weight: normal !important;
    letter-spacing: 1px !important;
    color: #000000;
}

body h1,
body .h1 {
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 17px;
    text-transform: uppercase;
}

body h2,
body .h2 {
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 0;
    color: #6AA4CD !important;
    text-transform: uppercase;
}

body h3,
body .h3 {
    font-size: 21px;
    line-height: 1.5em;
    margin-top: 0;
    color: #6AA4CD !important;
}

body h4,
body .h4,
h4 {
    font-size: 19px;
    line-height: 1.5em;
    margin-top: 0;
}

body p,
body li,
.x-columnize {
    font-family: "Calibri", Arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}

::-moz-selection {
    background: #6aa4cd;
    color: #ffffff;
}

::selection {
    background: #6aa4cd;
    color: #ffffff;
}

/* Header Logo */
body .x-brand {
    color: #ffffff;
    margin-top: 5px !important;
}

body .x-brand img {
    max-width: 193px;
}

.x-navbar {
    background-color: #000000 !important; 
}

/* Header Contact Details */
.header-contact-details {
    background-color: #f2f2f2;
    color: #6aa4cd;
    min-height: 51px;
    padding: 11px 15px;
}

.header-contact-details .container {
    padding: 0;
}

.header-contact-details span {
    font-family: 'Calibri', Arial, sans-serif;
    font-size: 16px;
}

.header-contact-details .fa {
    font-family: "FontAwesome", sans-serif;
    color: #6aa4cd;
    font-size: 25px;
    position: relative;
    top: 5px;
    left: -8px;
}

.header-contact-details .header-address .fa {
    font-family: "FontAwesome", sans-serif;
    top: 2px;
    left: -5px;
}

body .header-contact-details a span,
body .header-contact-details a {
    color: #6aa4cd;
}

body .header-contact-details a:focus,
body .header-contact-details a:hover,
body .header-contact-details a:focus span,
body .header-contact-details a:hover span {
    color: #0d2634;
}

body a.btn,
body .header-contact-details a.btn {
    font-family: 'Calibri', Arial, sans-serif;
    font-weight: 500;
    font-size: 30px;
    border: 1px solid #00567D;
    text-transform: uppercase;
    background-color: #00567D;
    color: #ffffff !important;

    border-radius: 0;
    line-height: 36px;
    padding: 15px 30px;
    transition: all 0.15s linear;
    text-shadow: none;

}

body .header-contact-details a.btn {
    font-size: 16px;
}

body a.btn:focus,
body .header-contact-details a.btn:focus,
body a.btn:hover,
body .header-contact-details a.btn:hover {
    background-color: #ffffff;
    color: #00567D;
}

/* Navbar */
body header .x-navbar {
    box-shadow: none;
    border: none;
}

body header .x-navbar-inner {
    min-height: 55px;
    border: none;
    box-shadow: none;
}

body header .x-icon-bars {
    text-decoration: none;
}

body header .x-topbar .p-info, .x-topbar .p-info a,
body header .x-navbar .desktop .x-nav > li > a,
body header .x-navbar .desktop .sub-menu a,
body header .x-navbar .mobile .x-nav li > a,
body header .x-breadcrumb-wrap a,
body header .x-breadcrumbs .delimiter {
    color: #000000;
    font-size: 16px;
    font-family: 'Calibri', Arial, sans-serif;
    font-weight: normal;
    text-transform: none;
    padding-left: 14px;
    padding-right: 14px;

}

body header .x-navbar .desktop .sub-menu a {
    color: #ffffff;
    padding: 8px 30px;
}

body header .x-navbar .desktop .sub-menu a:hover, body header .x-navbar .desktop .sub-menu li.x-active:hover {
    color: #000000;
    background-color: #6aa4cd;
}

/* Remove arrow on parent menu items */
body header .x-navbar .desktop .x-nav li > a > span:after {
    content: "";
    margin-left: 0;
    font-family: 'Calibri', Arial, sans-serif;
    display: none;
}

header .x-topbar .p-info, .x-topbar .p-info a,
body header .x-navbar .desktop .x-nav > li > a,
body header .x-breadcrumb-wrap a,
body header .x-breadcrumbs .delimiter {
    font-size: 18px;
    letter-spacing: 0
}

body header .hm4 .sub-menu .x-anchor .x-anchor-graphic [data-x-icon],
body header [data-x-icon],
body header [class*="x-icon-"] {
    display: none !important;
}

body header .menu-item-has-children .x-anchor-sub-indicator[data-x-icon] {
    display: inline-block !important;
    margin-left: -7px;
    margin-top: -3px;
    margin-right: 5px;
}

body #menu-main-menu li a span.x-anchor-content,
body #menu-main-menu li a span.x-anchor-text {
    height: auto;
}

body #menu-main-menu li a span.x-anchor-content {
    padding: 0;
}

body #menu-main-menu .sub-menu li a span.x-anchor-text-primary {
    height: auto;
    width: 100%;
    display: inline-block;
    padding: 10px;
    margin: 0;
}

/* Remove Widget Bar button */
body #x-btn-widgetbar {
    display: none !important;
}

/* Banners */

/* Make text non-selectable */
.rev_slider {
    webkit-user-select: none !important; /* Chrome/Safari */
    -moz-user-select: none !important; /* Firefox */
    -ms-user-select: none !important; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none !important;
    user-select: none !important;
}

/* Remove bottom border on slider */
body .rev_slider_wrapper,
body a.x-img-thumbnail:hover,
body .x-slider-container.below,
body .page-template-template-blank-3-php .x-slider-container.above,
body .page-template-template-blank-6-php .x-slider-container.above {
    border: none;
}

body header.masthead-inline .x-navbar .desktop .sub-menu {
    margin: 0 0 0 0;
    padding: 0;
    background: #000000;
    border-radius: 0;
    left: auto;
    right: auto;
    top: 60px;
}

body header .x-navbar .desktop .x-nav > li > a {
    padding-top: 20px;
    height: 60px;
    font-weight: normal;
    color: #FFFFFF;
    font-family: "Calibri", Arial, sans-serif;
}

body header .x-navbar .desktop .x-nav > li > a,
body header .x-navbar .desktop .sub-menu a,
body header .x-navbar .mobile .x-nav li > a {
    font-family: "Calibri", Arial, sans-serif;
}

body header .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
    padding-left: 14px;
    padding-right: 14px;
}

body header .x-navbar .desktop .x-nav > li > a:hover,
body header .x-navbar .desktop .x-nav > .x-active > a,
body header .x-navbar .desktop .x-nav > .current-menu-item > a {
    box-shadow: none;
    color: #FFFFFF;
    background: #6AA4CD;

}

body header .x-navbar .desktop .x-nav .logo-main a:hover {
    background: unset !important;

}

body header .x-navbar .desktop .x-nav > li.logo-main > a:hover::after,
body header .x-navbar .desktop .x-nav > .current-menu-item.logo-main > a::after {
    content: none;
}

body header .x-btn-navbar {
    margin-top: 15px;
}

body header .x-btn-navbar.collapsed {
    color: #6aa4cd;
}

body header .x-btn-navbar:focus,
body header .x-btn-navbar:hover {
    color: #000100;

}

#top .x-btn-widgetbar {
    display: none;
}

.diagonal-arrow::before {
    /*     background-image: url('../img/diagonal-arrow.png');*/
    position: absolute;
    content: "";
    left: 0;
    top: 60px;
    background-position: center;
    width: 130px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Blog */
.blog .x-header-landmark.x-container,
.search .x-header-landmark.x-container {
    display: none;
}

/* Content */
body .x-container-reset {
    margin: 0;
    padding: 0;
    width: 100%;
}

body .x-breadcrumb-wrap {
    display: none !important;
}

body.blog .x-breadcrumb-wrap,
body.search .x-breadcrumb-wrap,
body.single-post .x-breadcrumb-wrap {
    margin-bottom: 45px;
}

body.single-post,
body.blog {
    background-color: #ffffff;
}

body.blog .x-colophon.bottom.theme-footer,
body.search .x-colophon.bottom.theme-footer,
body.single-post .x-colophon.bottom.theme-footer {
    margin-top: 45px;
}

body .has-post-thumbnail .entry-featured {
    border: none;
    box-shadow: none;
}

body.single-post .entry-thumb img {
    border-radius: 23px;
}

body .entry-thumb {
    background-color: transparent;
}

.x-container.offset {
    margin: 0 auto;
}

.entry-wrap {
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

body.home .entry-header {
    display: none;
}

p {
    margin: 0 0 1.95em;
}

body a, body a:not('.btn-blue'):link, body a:active,
body .entry-wrap a, body h2 a {
    color: #6aa4cd;
}

body .x-text a:focus,
body .x-text a:hover {
    text-decoration: underline;
}

body a:hover, body a:focus,
body .entry-wrap a:hover, body .entry-wrap a:focus,
body h1 a:hover, body h2 a:hover, body h3 a:hover,
body h4 a:hover, body h5 a:hover, body h6 a:hover,
body .x-topbar .p-info a:hover, body .x-breadcrumb-wrap a:hover,
body .widget ul li a:hover, body .widget ol li a:hover,
body .widget.widget_text ul li a, body .widget.widget_text ol li a,
body .widget_nav_menu .current-menu-item > a,
body .x-widgetbar .widget ul li a:hover,
body .x-accordion-heading .x-accordion-toggle:hover,
body .x-comment-author a:hover, body .x-comment-time:hover,
body .x-recent-posts a:hover .h-recent-posts {
    color: #6aa4cd;
    text-decoration: none;
}

body h1 a:hover,
body h2 a:hover,
body h3 a:hover,
body h4 a:hover,
body h5 a:hover,
body h6 a:hover,
body .x-topbar .p-info a:hover,
body .x-breadcrumb-wrap a:hover,
body .widget ul li a:hover,
body .widget ol li a:hover,
body .widget.widget_text ul li a,
body .widget.widget_text ol li a,
body .widget_nav_menu .current-menu-item > a,
body .x-widgetbar .widget ul li a:hover,
body .x-accordion-heading .x-accordion-toggle:hover,
body .x-comment-author a:hover, .x-comment-time:hover,
body .x-recent-posts a:hover .h-recent-posts {
    color: #6aa4cd;
}

body .entry-thumb::before,
body .x-pagination span.current,
body .flex-direction-nav a,
body .flex-control-nav a:hover,
body .flex-control-nav a.flex-active,
body .mejs-time-current,
body .x-dropcap,
body .x-skill-bar .bar,
body .x-pricing-column.featured h2,
body .h-comments-title small,
body .x-entry-share .x-share:hover,
body .x-highlight,
body .x-recent-posts .x-recent-posts-img::after {
    background-color: #6aa4cd;
}

.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.x-colophon {
    border-top: none;
    box-shadow: none;
}

.x-colophon.top {
    display: none;
}

/* Forms */
body select,
body textarea,
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body .uneditable-input {
    border-radius: 0;
    border: 0;
    background-color: #ffffff;
    font-family: "Calibri", Arial, sans-serif;
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: normal;
    color: #00567D;

    display: inline-block;
    height: 37px;

    padding: 0 8px;
    box-shadow: none;
}

html body .gform_wrapper input[type=text],
html body .gform_wrapper input[type=url],
html body .gform_wrapper input[type=email],
html body .gform_wrapper input[type=tel],
html body .gform_wrapper input[type=number],
html body .gform_wrapper input[type=password],
html body .gform_wrapper select,
html body .gform_wrapper textarea {
    height: 50px;
    margin-bottom: 0;
}

html body .gform_wrapper select {
    cursor: pointer;
}

html body .gform_wrapper .top_label div.ginput_container {
    margin-top: 6px !important;
}

html body .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding: 0 !important;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0 12px;
}

body textarea:focus,
body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body .uneditable-input:focus {
    border-color: #6aa4cd !important;
    box-shadow: none !important;
}

body textarea {
    height: 262px;
    padding-top: 7px;
}

::placeholder,
::-moz-placeholder {
    color: #00567D !important;
    opacity: 1 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #00567D !important;
    opacity: 1 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
    color: #00567D !important;
    opacity: 1 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+ */
    color: #00567D !important;
    opacity: 1 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
    color: #00567D !important;
    opacity: 1 !important;
}

input::placeholder,
textarea::placeholder {
    color: #00567D !important;
    opacity: 1 !important;
}


.gift-card-content-editor input::-webkit-input-placeholder,
.gift-card-content-editor textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #6AA4CD !important;
    opacity: 1 !important;
}

.gift-card-content-editor input::-moz-placeholder,
.gift-card-content-editor textarea::-moz-placeholder { /* Firefox 19+ */
    color: #6AA4CD !important;
    opacity: 1 !important;
}

.gift-card-content-editor input:-ms-input-placeholder,
.gift-card-content-editor textarea:-ms-input-placeholder { /* IE 10+ */
    color: #6AA4CD !important;
    opacity: 1 !important;
}

.gift-card-content-editor input:-moz-placeholder,
.gift-card-content-editor textarea:-moz-placeholder { /* Firefox 18- */
    color: #6AA4CD !important;
    opacity: 1 !important;
}

.gift-card-content-editor input::placeholder,
.gift-card-content-editor textarea::placeholder {
    color: #6AA4CD !important;
    opacity: 1 !important;
}

html body .gform_wrapper .top_label select.large {
    padding: 0 12px;
}

#wpgmza_map {
    padding-bottom: 20px;
    border: 6px solid #6aa4cd;
}

body .no-margin-top,
body h1.no-margin-top,
body .h1.no-margin-top,
body h2.no-margin-top,
body .h2.no-margin-top,
body h3.no-margin-top,
body .h3.no-margin-top {
    margin-top: 0 !important;
}

/* Footer */
body .x-colophon.bottom,
body #footer-bottom {
    color: #ffffff;
    background-color: #000000;
    text-align: left;
}

body .x-colophon.bottom {
    border-top: none;
    padding-top: 97px;
}

body .x-colophon.bottom .x-nav li a {
    color: #9c9c9c;
    text-transform: none;
    font-size: 16px;
    display: inline-block;
    letter-spacing: normal;
}

body .x-colophon.bottom .x-nav li a:focus,
body .x-colophon.bottom .x-nav li a:hover {
    color: #6aa4cd;
}

body #footer-bottom {
    padding-bottom: 81px;
}

body #footer-bottom .x-container.max {
    border-top: none;
    padding-top: 17px;
}

body #footer-bottom p {
    color: #ffffff;
    font-size: 11px;
}

body #footer-bottom .line-1 {
    padding-right: 10px;
}

body #footer-bottom .line-2 a {
    padding-right: 5px;
    padding-left: 7px;
}

body #footer-bottom .line-2 a:first-child {
    padding-left: 0;
}

body #footer-bottom .line-3 {
    float: right;
}

body #footer-bottom a {
    color: #6aa4cd !important;
}

body #footer-bottom a:focus,
body #footer-bottom a:hover {
    text-decoration: underline;
}

body .x-colophon.bottom .footer-links {
    column-count: 2;
    text-align: left;
}

body .x-colophon.bottom .footer-links .x-nav li {
    display: block;
    margin-bottom: 8px;
}

body .container-footer-links label {
    display: none;
}

body .x-colophon.bottom h3 {
    color: #ffffff;
    text-align: left;
    margin-bottom: 12px;
}

body #menu-footer-menu {
    margin-top: 0;
}

body a.btn.btn-social {
    color: #ffffff;
    background-color: #40403f;
    border: 1px solid #ffffff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    margin: 0 15px 0 0;
    border-radius: 50%;
}

body a.btn.btn-social:focus,
body a.btn.btn-social:hover {
    color: #ffffff;
    background-color: #6aa4cd;
}

/* Coming Soon Page */
body.signals-plugin .maintenance-mode .content {
    box-shadow: none !important;
    background-color: transparent !important;
}

/* Site Map Page */
#sitemap_posts h3 {
    display: none;
}

#sitemap_authors {
    display: none;
}

#wpseo_sitemap a {
    text-decoration: none;
}

#wpseo_sitemap h3,
#wpseo_sitemap li h4 {
    display: none !important;
}

#wpseo_sitemap li h4 {
    display: none;
}

#wpseo_sitemap ul,
#wpseo_sitemap ol {
    list-style: none;
    margin: 0 !important;
}

body .x-text #wpseo_sitemap li h4 a:not(.tp-caption) {
    color: #6aa4cd !important;
}

#sitemap_posts h3 + ul li {
    list-style: none;
    margin-bottom: 18px;
}

#sitemap_posts h4 + ul li {
    list-style: none;
    margin-bottom: 10px;
}

#sitemap_posts h3 + ul {
    margin-left: 0;
    margin-bottom: 20px;
}

/* newly added custom queries */
/* nav bar css */
.x-brand.img {
    display: none;
}

.x-logobar {
    border: none;
}

body header .x-navbar .desktop .x-nav > li > a {
    height: 90px;
    padding-top: 35px;
}

body header .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
    padding-left: 30px;
    padding-right: 30px;
}

/* footer */
.icon-phone {
    width: 35px;
    height: 24px;
    display: inline-block;
}
.icon-phone::before {
    background: url('../img/icon-phone.png');
    content: "";
    width: 20px;
    height: 33px;
    position: absolute;
    background-repeat: no-repeat;
}
.icon-location {
    width: 35px;
    height: 24px;
    display: inline-block;
}
.icon-location::before {
    background: url('../img/icon-location.png');
    content: "";
    width: 20px;
    height: 33px;
    position: absolute;
    background-repeat: no-repeat;
}

footer.x-colophon.top {
    display: block;
    background: #00567D;
}

#gform_1 .gfield_label,
#gform_2 .gfield_label,
#gform_3 .gfield_label {
    display: none !important;
}

.gform_body input[type="text"],.gform_footer input[type="submit"]  {
    width: 100% !important;
}

.widget {
    text-shadow: none !important;
}

.widget ul, .widget ul li {
    border: none;
    box-shadow: none;
}

p.phone span {
    font-size: 30px;

}

p.location span {
    font-size: 30px;
}

footer p {
    color: #fff;
}
.x-social-global {
    margin-bottom: 30px;
}
.x-social-global a {
    color: #ffffff;
    font-size: 40px;
    padding: 7px 7px;
    background: #6AA4CD;
    margin-right: 30px;
    border-radius: 50%;
}
.x-social-global a.instagram {
    padding: 7px 10px;
}
footer .x-column.x-1-2 {
    width:44%;
}
footer .x-column {
    margin-right: 12%;
}
footer .location {
    line-height: 36px;
}
footer .location .icon-location , footer .location span{
    display:inline-block;
}
footer .location .icon-location {
    height:44px;
}
#gform_wrapper_2.gform_wrapper {
    max-width: 90%;
}
a.facebook {
    padding: 7px 16px;
}
a.google-plus {
    padding: 9px 4px;
    font-size: 36px;
}
a.tripadvisor {
    font-size: 33px;
    padding: 11px 6px;
}
.round-css-about {
    display:block;
    max-width:80%;
    margin:0 auto;
}
html body footer .gform_wrapper input[type=text] {
    height: 38px !important;
}

html body footer .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

body .gform_wrapper input[type=text], body .gform_wrapper input[type=url], body .gform_wrapper input[type=email], body .gform_wrapper input[type=tel], body .gform_wrapper input[type=number], body .gform_wrapper input[type=password], body .gform_wrapper select, body .gform_wrapper textarea {
    margin: 1px 0;
}

.gform_button.button {
    font-family: 'Calibri', Arial, sans-serif;
    font-weight: 500;
    font-size: 25px !important;

    text-transform: uppercase;
    background-color: #6AA4CD;
    color: #ffffff !important;
    border-radius: 0;
    line-height: 30px;
    padding: 10px 30px;
    transition: all 0.15s linear;
    text-shadow: none;
}

.gform_button.button:hover {
   /* color: #6AA4CD !important;*/
    background-color: #00567D !important;
    border:1px solid #F2F2F2 !important;
}

.x-btn:hover, .button:hover, [type="submit"]:hover {
    text-shadow: none !important;
}
:focus {
    outline: none;
}
footer .h-widget {
    color: #fff;
    font-size: 30px;
}
.widget ul li:hover, .widget ol li:hover {
    background-color: unset;
}
.left-top-angle-shad::before{
        content: " ";
    background-image: url(https://www.surfingwasurfschool.com.au/wp-content/uploads/2018/05/Home-Page-white-masks-07.png);
    position: absolute;
    z-index: 99999;
    top: -2px;
    width: 100%;
    height: 216px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: right;
}
.right-btm-angle-shad::before{
        content: " ";
    background-image: url(https://www.surfingwasurfschool.com.au/wp-content/uploads/2018/05/Home-Page-white-masks-06.png);
    position: absolute;
    z-index: 99999;
    bottom: -2px;
    width: 100%;
    height: 214px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: left;
}
.top-flat-shad::before{
        content: " ";
    background-image: url(https://www.surfingwasurfschool.com.au/wp-content/uploads/2018/05/Home-Page-v2-05-1.png);
    position: absolute;
    z-index: 99999;
    top: -10px;
    width: 100%;
    height: 30px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: left;
}
/* booking */
.wc-appointments-appointment-form .slot .spaces-left{
    display: none !important;
}
/* Print styles */
@media print {
    body .x-breadcrumbs,
    body .header-contact-details,
    body .header-contact-details a.btn,
    body .x-btn-navbar, .x-btn-navbar.collapsed,
    body .x-nav-wrap.desktop,
    body .x-nav-wrap.mobile,
    body .x-colophon.bottom,
    body .x-section.inner-page-header-red:first-child,
    body a[href^="mailto"]:after,
    body.home .x-slider-container.below {
        display: none !important;
    }

    body .print-map {
        display: block !important;
    }

    body .web-map {
        display: none !important;
    }

    body header .x-navbar-inner {
        box-shadow: none !important;
        border-bottom: 0 !important;
        min-height: 0 !important;
    }

    body .x-brand {

        margin-top: 5px !important;
    }

    body header.masthead {
        height: 55px;
    }

    body a.x-brand::after {
        content: " " !important;
        display: none !important;
    }

    body .x-section.inner-page-header-red {
        padding: 0 !important;
    }
}

/* PRODUCTS */
.single-product #product-switcher {
    /* This is repositioned with JS and then displayed */
    display: none;
}

.single-product ul.alt-package-selector {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
}

.single-product ul.alt-package-selector li {
    flex: 1 1 auto;
}

.single-product ul.alt-package-selector .btn {
    width: calc(100% - 1px);
}

.single-product .btn-active {
    background-color: grey !important;
    border-color: grey !important;
}

.desktop .sub-menu {
    background: #333;
}

.logo-main.menu-item {
    position: relative;
    z-index: 999;
}

ul#surf-category-filter {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0 0 25px;
}

ul#surf-category-filter li {
    width: calc(100% / 4);
    margin: 0 auto;
}

ul#surf-category-filter li:not(:last-child) {
    border-right: 1px solid #00567D;
}

ul#surf-category-filter li button,
ul#surf-category-filter li a {
    width: 100%;
    background: #6AA4CD;
    color: white;
    border: none;
    padding: 15px 5px;
    transition: all .4s;
	display: block;
	text-align: center;
}

.product-preview {
    position: relative;
    padding: 11px;
    margin-bottom: 15px;
    background-size: cover !important;
    height: 200px;
}

.product-preview .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.3;
    transition: all .4s;
}

.product-preview:hover .overlay {
    opacity: 0.6;
}

.product-preview h2 {
    position: relative;
    z-index: 99;
    margin: 0;
    color: white !important;
    text-shadow: 1px 1px black;
}

ul#surf-category-filter li button.active,
ul#surf-category-filter li button:hover,
ul#surf-category-filter li a:hover
{
    background: #00567D;
}

.product-preview .lesson-category {
    color: white;
    position: relative;
    z-index: 1;
    background: #00567D;
    display: inline-block;
    padding: 2px 15px;
    margin-top: 15px;
}

.menu-item-has-children > a:after {
    content: '\f0d7';
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.x-navbar .desktop .x-nav > li ul {
    top: 90px !important;
    border-radius: 0 0 5px 5px;
    background: #6AA4CD;
}

.single-product .product_meta {
    display: none;
}

body header .x-navbar .desktop .x-nav > li {
    width: calc(1200px / 9);
}

body header .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
    text-align: center;
    font-size: 15px;
    padding-top: 35px;
}

body header .x-navbar .desktop .x-nav {
    width: 100%;
}


body header .x-navbar .desktop .x-nav > li:nth-child(4) > a{
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

/**
*
*
*
ABOUT PAGE
*
*
*
**/
.team-member > .avatar {
    position: relative;
    width: 180px;
    margin: 0 auto;
}

.team-member > .avatar:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: url(/wp-content/themes/x-child/img/circle-01.svg) no-repeat center center;
    display: block;
    left: 0;
    top: 0;
    background-size: contain;
}

.team-member {
    text-align: left;
    margin-bottom: 80px;
}

.team-member > .avatar img {
    border-radius: 50%;
}

.team-member h4.coach-level {
    font-size: 16px;
    color: #6AA4CD;
}

section.content-section h2 {
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0 25px;
}

.heading-decorated:before, .cs-heading-decorated h1:before,
.cs-heading-decorated h2:before, .cs-heading-decorated h3:before,
.cs-heading-decorated h4:before, .cs-heading-decorated h5:before,
.cs-heading-decorated h6:before {
    content: '';
    display: inline-block;
    height: 4px;
    width: 40px;
    background: #6AA4CD;
    transform: rotate(8deg);
    position: relative;
    top: -28px;
    left: -8px;
}

.heading-decorated:after,
.cs-heading-decorated h1:after,
.cs-heading-decorated h2:after,
.cs-heading-decorated h3:after, .cs-heading-decorated h4:after,
.cs-heading-decorated h5:after, .cs-heading-decorated h6:after {
    content: '';
    display: inline-block;
    height: 4px;
    width: 40px;
    background: #6AA4CD;
    transform: rotate(8deg);
    position: relative;
    top: 5px;
    right: -8px;
}

.heading-decorated {
        text-transform: uppercase;
}

.heading-decorated-white {
        text-transform: uppercase;
}
.heading-decorated.common-h2 {
    font-size: 33px !important;
    margin-bottom: 25px;

}
.heading-decorated-white:before, .cs-heading-decorated-white h1:before, .cs-heading-decorated-white h2:before, .cs-heading-decorated-white h3:before, .cs-heading-decorated-white h4:before, .cs-heading-decorated-white h5:before, .cs-heading-decorated-white h6:before {
    content: '';
    display: inline-block;
    height: 4px;
    width: 40px;
    background: #ffffff;
    transform: rotate(8deg);
    position: relative;
    top: -28px;
    left: -8px;
}

.heading-decorated-white:after, .cs-heading-decorated-white h1:after, .cs-heading-decorated-white h2:after, .cs-heading-decorated-white h3:after, .cs-heading-decorated-white h4:after, .cs-heading-decorated-white h5:after, .cs-heading-decorated-white h6:after {
    content: '';
    display: inline-block;
    height: 4px;
    width: 40px;
    background: #ffffff;
    transform: rotate(8deg);
    position: relative;
    top: 5px;
    right: -8px;
}
/* cta home*/
.home-callout .x-image {
    min-height: 110px;
}
.x-text.cta-text {
    min-height: 130px;
}
/** HEADER **/
#navArt {
    content: '';
    display: block;
    width: 100%;
    background: url(/wp-content/themes/x-child/img/header-after.svg) repeat-x center center;
    height: 17px;
    position: absolute;
    top: calc(100% - 4px);
}
/* weekend product page */
.weekend-p .wc-appointments-appointment-form .wc-appointments-appointment-hook.wc-appointments-appointment-hook-after {
    display: block !important;
}
.wc-appointments-appointment-form-button.disabled-t {
    cursor: not-allowed;
    opacity: .5;
}
.error-day-weekend {
    color: #b94a48;
    font-size: 14px;
    margin: 0;
}
/** FOOTER **/
div#elCopyright {
    background: #010101;
    text-align: center;
    padding: 7px 0;
}

div#elCopyright ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div#elCopyright ul li {
    display: inline;
}

div#elCopyright ul li a {
    display: inline-block;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 6px;
}

div#elCopyright ul li:not(:last-child):after {
    content: ' | ';
    color: white;
    font-weight: 100;
    font-size: 12px;
}

div#footerArt {
    background: url(/wp-content/themes/x-child/img/footer-art.svg) repeat-x center bottom;
    height: 111px;
    background-size: contain;
    width: 100vw;
    position: relative;
    z-index: 9;
}

/** Home **/
.blue-h1 h1 {
    font-size: 31px !important;
}

.dark-blue-color p {
    color: #00567D !important;
    font-weight: 100 !important;
}

.btn-blue {
    margin: 20px 0 0 0;
    background-color: #6AA4CD;
    color: white;
    padding: 10px 20px 10px 20px;
    font-size: 1.54em;
    transition: all .4s;
}

.btn-blue:hover,.btn-blue:focus {
    background-color: white;
    color: #6AA4CD;
    text-decoration: none !important;
    border:1px solid #F2F2F2;
}

.e2-58 {
    pointer-events: none;
}
/* product single page
*/
.wc-appointments-appointment-form .slot-picker li.slot.selected a,
.wc-appointments-appointment-form .slot-picker li.slot.selected:hover a{
        background-color: #6aa4cd !important;
}
.wc-appointments-appointment-form .wc-appointments-appointment-cost {
    display: none !important;
}
.woocommerce .wccpf-fields-group-1 .location-wrapper,.woocommerce .wccpf-fields-group-2 .location-wrapper {
    display: none !important;
}
figure.woocommerce-product-gallery__wrapper img {
    width: 100%;
}
.single-product.woocommerce .entry-wrap {
padding:0;
}

/**
SUPPORT CAROUSEL
 */
.supporter-carousel .x-post-carousel-item > a {
    overflow: hidden;
    text-align: center;
    display: block;
}

.supporter-carousel .x-post-carousel-item > a > img {
    display: inline-block !important;
    max-width: 100%;
    max-height: 200px;
    width: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    transition: all .4s;
}

.supporter-carousel .x-post-carousel-item > a > img:hover {
    opacity: 1;
}

.supporter-carousel .x-post-carousel-item {
    height: 200px;
    position: relative;
}

.light-wave-bg {
    background: url(/wp-content/themes/x-child/img/circle-wave.svg) no-repeat center center;
    background-position-x: 20%;
    background-position-y: 30px;
    margin-bottom: -100px !important;
}

.main-hero .x-bg:after {
    content: '';
    background: #00000038;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 9;
}

.main-hero {
    position: relative;
    top: -1px;
    margin-bottom:0;
}

section.faq-section .section-title {
    font-size: 40px;
}

.section-questions .faq-item {
    font-size: 22px;

    border-top: 1px solid;
    border-bottom: 1px solid;
}

.section-questions .faq-item:not(:first-child) {
    border-top: 0;
}

.section-questions {
    margin-bottom: 100px;
}

.faq-item .question {
    padding: 15px 0;
    max-width: calc(100% - 60px);
    transition: all .4s;
}

.faq-item .question:after {
    content: '+';
    display: inline-block;
    float: right;
    text-align: center;
    width: 50px;
    position: relative;
    right: -60px;
    font-weight: bold;
    font-size: 33px;
    line-height: 1;
}

.faq-item.open .question:after {
    content: '-';
}

.faq-item .question:hover {
    cursor: pointer;
}

.faq-item .answer {
    display: none;
}
/*info contact popup
 */
 .angle-bg-contact::before {
    content: " ";
    background-image: url(https://www.surfingwasurfschool.com.au/wp-content/uploads/2018/05/Home-Page-white-masks-07.png);
    position: absolute;
    z-index: 99999;
    top: -2px;
    width: 100%;
    height: 216px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: right;
}
.contact-box.each-box {
    position:absolute;
        position: absolute;
    top: 30%;
    background: #fff;
    left: 37%;
        background:#fff;
}
.info-contact .content-box {
    padding:10px;

}
.info-contact .contact-box{
        border:1px solid #6aa4cd;
}
.content-box p {
    margin:0;
}
.info-contact h2.h2 {
    font-family: "Calibri", Arial, sans-serif !important;
}
.contact-box.each-box{
    display:none;
}
.padding-40 {
    padding:40px;
}
.min-height-100 {
    min-height:100px;
}
h3.popover-title {
    color:#fff !important;
    background:#00567D !important;
    border:0 !important;
    border-radius: 0;
}
.popover.bottom .arrow {
    margin-left: -20px;
    border-bottom-color: #00567D;
}
.popover.bottom>.arrow:after {
    content:unset !important;
}
.popover.bottom {
    padding:0;
}
.popover.bottom .arrow {
    top: -10px !important;
}
.popover-content ul {
    list-style: none;
    margin:0;
}
.popover-content ul li span {
    color: #6AA4CD;
    display: block;
}
.popover-content ul li {
    margin: 20px 0px;
    font-size: 20px;
}
.team-member-position, .team-member a {
    font-family: "Calibri", Arial, sans-serif !important;
    font-size: 18px;
}
.team-member .about-name {
    color: #000000 !important;
    z-index: 99;
    position: absolute;
}
.team-member .about-name .fa{
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 0px 5px;
    font-size: 23px;
    margin-right: 10px;
    line-height: 24px;
    vertical-align: middle;
}

div#product-heading {
    text-align: center;
    padding: 50px;
    background: url(https://www.surfingwasurfschool.com.au/wp-content/uploads/2018/06/Lessons-list-v2-04.png);
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
}

div#product-heading p {
    margin-bottom: 0;
    font-size: 25px;
    max-width: 600px;
    margin: 0 auto;
    color: #035c86;
}

div#product-heading h2 {
    font-size: 30px;
}

h1.product_title.entry-title {
    display: none;
}
.wc-appointments-appointment-form .wc-appointments-appointment-cost{
    margin: 0;
}

.woocommerce .quantity {
    float: left;
}
.wc-appointments-appointment-form-button.single_add_to_cart_button {
    margin-left: 15px;
    margin-top: 0;
}
.woocommerce .cart .actions>input, .woocommerce .cart .actions>button {
  border: 1px solid !important;
  border-color: #f2f2f2;
}
.woocommerce .cart-collaterals .cart_totals {
    color: #000;
    font-size: 18px;
}
.woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 21px !important;
}
.woocommerce .showcoupon:hover, .woocommerce .ywgc-show-giftcard:hover{
    color: #ffffff !important;
}
.woocommerce .wc-proceed-to-checkout .checkout-button {
    font-size: 20px;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce .quantity input[type="number"] {
    width: 3.5em !important;
}
/* woocommerce class*/
.entry-content.content .woocommerce {
    padding:60px 10px 40px;
}
a.ywgc-show-giftcard {
    color: #fff;
    text-decoration: underline;
}
a.ywgc-show-giftcard:hover {
    color: #fff;
}
.woocommerce .woocommerce-cart-form {
    font-size: 18px;
    color: #000;
}
.woocommerce .cart .actions .coupon input[type="text"] {
    border: 1px solid #f2f2f2;
    border-radius: 0;
}
.woocommerce .woocommerce-order {
    padding: 20px;
    border: 1px solid #6AA4CD;
    font-size: 18px;
    color: #000;
}
.woocommerce .woocommerce-MyAccount-content {
    border: 1px solid #6AA4CD;
    font-size: 18px;
    color: #000;
    padding: 40px;
    overflow: hidden;
}
.woocommerce .woocommerce-MyAccount-navigation-link a {
    font-size: 16px;
    padding: 10px;
}
.woocommerce-cart-form .cart td.product-thumbnail, .woocommerce-cart-form .cart th.product-thumbnail {
    display: none;
}

.woocommerce-cart-form .cart dt.variation-Date, .woocommerce-cart-form .cart dt.variation-Time,
.woocommerce-cart-form .cart dt.variation-Duration, .woocommerce-cart-form .cart dt.variation-SelectaPackage,
.shop_table td.product-name dl.variation dt
 {
    width: 30%;
    float: left;
    clear:both;
}
.woocommerce-cart-form .cart dd.variation-Date, .woocommerce-cart-form .cart dd.variation-Time,
.woocommerce-cart-form .cart dd.variation-Duration, .woocommerce-cart-form .cart dd.variation-SelectaPackage,
.shop_table td.product-name dl.variation dd {
    float: left;
    width: 70%;
}
.woocommerce .cart_totals.calculated_shipping{
    float: right  !important;
    width: 40%  !important;
    margin: 20px 0 0  !important;
    max-width: 444px;
}
.woocommerce .cart_totals.calculated_shipping td {
    text-align:center !important;
}
.woocommerce .wc-proceed-to-checkout {
    float:right;
}
.woocommerce .cart td.product-quantity {
    text-align:center;
}


.woocommerce .shop_table td {
    border-top: 1px solid #ddd !important;
}
/* btn */
.x-anchor .x-anchor-text-primary {
    font-size: 21px !important;
}
/** HORIZONTAL ACCORDION **/
.horizontal-accordion {
    background: whitesmoke;
    padding: 10px;
    max-width: 80%;
    margin: 0 auto;
    border: 1px solid;
    min-height: 370px;
    position: relative;
    z-index: 999;
}

.horizontal-accordion > div {
    display: inline-block;
    vertical-align: top;
    min-height: 350px;
}

.accordion-toggle {
    background: #6AA4CD;
    padding: 5px;
    font-size: 30px;
    width: 66px;
    text-align: center;
    min-height: 350px;
    color: white;
    transition: all .4s;
    cursor: pointer;
    display: inline-block;
}

.accordion-toggle:hover,.accordion-toggle.open {
    background: #00567D;
}

.accordion-toggle.open + .accordion-content {
    display: inline-block !important;
    width: calc(100% - 264px);
}

.accordion-content {
    width: calc(100% - 291px);
    margin-left: 8px;
    background: white;
    margin-right: 8px;
    padding: 15px;
}

div#product-info h2 {
    text-align: center;
    margin-bottom: 30px;
}

.accordion-content > div:not(.open) {
    display: none;
}

#sb_instagram #sbi_images{
    background:#fff;
}
.center-block-home-left {
        position: absolute;
    top: 50%;
    left: 60%;
    margin-right: -50% !important;
    transform: translate(-50%, -50%);
        padding: 20px !important;
}
.center-block-home-right {
        position: absolute;
    top: 50%;
    left: 40%;
    margin-right: -50% !important;
    transform: translate(-50%, -50%);
        padding: 20px !important;
}/* about us page */
section#the-team.content-section h2 {
    margin: 20px 0 45px;
}
.about-top-angle-shad::before {
    content: " ";
    background-image: url("/wp-content/uploads/2018/06/About-Us-03.png");
    position: absolute;
    z-index: 9;
    top: -2px;
    width: 100%;
    height: 432px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: right;
}
.about-btm-angle-shad::after {
    content: " ";
    background-image: url("/wp-content/uploads/2018/06/About-Us-04.png");

    position: absolute;
    z-index: 9;
    bottom: -2px;
    width: 100%;
    height: 432px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: left;
}
#the-team {
    background:url(https://www.surfingwasurfschool.com.au/wp-content/uploads/2018/06/Home-Page-v2-1px-gradient-12.png);
    position:relative;
        min-height: 1030px;
    margin-top: -60px;
        background-repeat: repeat-y;
}
#the-team .x-container {
    padding-top: 220px;
}
.popover-content {
    color: #000;
}.popover{
    width:316px;
}

.popover.bottom {
    border-radius: 0;
    box-shadow: 0 0 52px rgba(0,0,0,.1);
    border: 0;
}
.team-member h3 {
    color: #00567D !important;
        text-transform:uppercase;
        font-size: 20px;
}
.team-member h3.popover-title {
     color: #ffffff !important;
}
.popover-content {
    line-height: 24px;
    font-size: 20px;
   font-family:"Calibri", Arial, sans-serif !important;
}
.about-name {
    color: #000000 !important;
}
.team-member h4, .team-member-nickname {
    color: #6AA4CD !important;
    font-size:20px !important;
    font-family:"Calibri", Arial, sans-serif !important;
}
#the-coaches {
    position:relative;
    z-index:10;
    margin-top:-220px;
}
.font-cail-30 h2,.font-cail-30 h3, .font-cail-30 h4{
font-family: "Calibri", Arial, sans-serif !important;
font-size: 30px !important;
}
.font-cail-27 h2,.font-cail-27 h3, .font-cail-27 h4{
font-family: "Calibri", Arial, sans-serif !important;
font-size: 27px !important;
}
.sun-btm-angle-shad-covid::after {
    content: " ";
    background-image: url(/wp-content/uploads/2018/07/sunsmart.png);
    position: absolute;
    z-index: 0;
    bottom: -2px;
    width: 100%;
    height: 432px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: right;
}
.sun-btm-angle-shad::after {
    content: " ";
    background-image: url(/wp-content/uploads/2018/07/sunsmart.png);
    position: absolute;
    z-index: 9;
    bottom: -2px;
    width: 100%;
    height: 432px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: right;
}
.sun-angle-margin{
 margin-top: -150px !important;
}
/* product page Styling */
.woocommerce .entry-wrap {
    padding:0px;
}
/*#product-info::before {
    content: " ";
    background-image: url(/wp-content/uploads/2018/06/About-Us-03.png);
    position: absolute;
    z-index: 9;
    top: -2px;
    width: 100%;
    height: 432px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: right;
}*/
#product-info {
    padding-top: 240px;
    position: relative;
    background: url(https://www.surfingwasurfschool.com.au/wp-content/uploads/2018/06/Home-Page-v2-1px-gradient-12.png);
    padding-bottom: 70px;
    margin-top: -20px;
}

.x-btn:hover, .button:hover, [type="submit"]:hover {
    margin-bottom: 0 !important;
}
/*.wc-appointments-appointment-form .wc-appointments-appointment-hook.wc-appointments-appointment-hook-after{*/
/*    display: none !important;*/
/*}*/
.single-product.woocommerce div#footerArt {
        margin-top: -100px;
}
.woocommerce .quantity input[type="number"] {
    width: 50% !important;
    height: 3em !important;
    max-width: unset !important;
    float: right !important;
}
.woocommerce .quantity.buttons_added {
    float: left;
    width:60%;
}
.woocommerce .woocommerce-cart-form .quantity.buttons_added {
    width:100%;
}
.woocommerce-variation-availability .stock.in-stock {
    display:none !important;
}
.wc-appointments-appointment-form-button.single_add_to_cart_button,
.woocommerce .custom-btn {
    float:right;
    width: 36%;
    margin-bottom: 20px !important;
}
.wc-appointments-appointment-form-button.single_add_to_cart_button:hover,
.woocommerce .custom-btn:hover {
    margin-bottom: 20px !important;
}
.woocommerce .custom-btn {
    float: right;
    clear: both;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
    border: 1px solid #f2f2f2 !important;
}
.product-details-p{
    position:relative;
}
.product-details-p::after {
    content: " ";
    background-image: url(/wp-content/themes/x-child/img/product-top-angle.png);
        position: absolute;
    z-index: 9;
    bottom: -412px;
    width: 100%;
    height: 432px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: left;
}
.single-product .quantity label {
    width: auto;
    height: auto;
    position: static;
    float: left;
    margin-right: 14px;
    font-size: 18px;
        line-height: 51px;
    margin: auto;
    font-weight:400;
}
.product-details-p.gift-page::after {
    content:unset;
}
.product-details-p.gift-page {
    margin-bottom: 120px;
}
.product-type-variable .col-content{
    /*clear:both;*/
}
button#give-as-present {
    display:none;
}
.woocommerce div.product .summary{
    min-height:380px;
}
.woocommerce-variation-availability .stock.in-stock {
    display:none !important;
}
.single_variation_wrap .single_add_to_cart_button.button {
        float: right;
    width: 36%;
    margin-bottom: 20px !important;
}
input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
body input.qty:focus{
    z-index:9;
}
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus {
    z-index:999;
}
/** HORIZONTAL ACCORDION **/

 .horizontal-accordion span.inner-cont {
    display: none;
}
.horizontal-accordion #accordion {
list-style: none;
margin: 0;
padding: 0;
height: 370px;
overflow: hidden;
background: whitesmoke;}

.horizontal-accordion #accordion li {
float: left;
display: block;

width: 66px;
padding: 0;
overflow: hidden;
color: #fff;
text-decoration: none;
font-size: 16px;
line-height: 1.5em;
border-left: 2px solid #fff;
}



.horizontal-accordion #accordion li.active {
 width: calc(100% - 201px);
}
.horizontal-accordion .accord-head{
  min-height: 370px;
    display: inline-block;
    width: 66px;
    float: left;
    background: #6AA4CD;
    text-align: center;
    padding-top: 15px;
}
.horizontal-accordion #accordion li.active .inner-cont {
  margin-left: 8px;
    background: white;
    margin-right: 8px;
    padding: 15px;
    width: calc(100% - 82px);
    color: red;
     min-height: 370px;
     display: inline-block;
}
.horizontal-accordion #accordion li.active .accord-head{
  background: #00567D;
}
 .horizontal-accordion #accordion li .content li {
    color: #000;
    width: auto;
    float: unset;
    list-style: none;
    overflow: unset;
    position: relative;
}
.horizontal-accordion #accordion li .inner-cont h3{
    font-size: 30px;
   font-family:"Calibri", Arial, sans-serif !important;
}
.wc-appointments-appointment-form * {
    font-family:"Calibri", Arial, sans-serif !important;
    }
.horizontal-accordion #accordion li .content li:before{
    content: '';
   position: absolute;
   border-right:2px solid #6AA4CD;
   border-bottom:2px solid #6AA4CD;
   width:10px;
   height:10px;
   top: calc(50% - 0px);
   left: -20px;
   transform: translateY(-50%) rotate(-45deg);
}
.woocommerce div.product .summary .price>.amount,
.woocommerce div.product .summary .price>ins>.amount {
    font-size: 30px !important;

}
body .woocommerce-info,.ywgc-have-code {
    margin-bottom: 1.313em;
}
.woocommerce #customer_details, .woocommerce #order_review{
    padding:20px;
    border: 1px solid #6AA4CD;
}
.woocommerce #order_review{
font-family:"Calibri", Arial, sans-serif !important;
font-size: 18px;
color: #000000;
    }
body .woocommerce #order_review_heading {
    padding:20px;
}
.woocommerce-account form .payment_methods p, .woocommerce-checkout form .payment_methods p {
    font-size: 18px !important;
}
.woocommerce-account form .payment_methods label, .woocommerce-checkout form .payment_methods label {
    padding-left: 0 !important;
}
.woocommerce-account form select, .woocommerce-account form textarea, .woocommerce-account form input[type="tel"], .woocommerce-account form input[type="text"], .woocommerce-account form input[type="email"], .woocommerce-account form input[type="password"], .woocommerce-checkout form select, .woocommerce-checkout form textarea, .woocommerce-checkout form input[type="tel"], .woocommerce-checkout form input[type="text"], .woocommerce-checkout form input[type="email"], .woocommerce-checkout form input[type="password"] {
    width: 100%;
    border: 1px solid #f2f2f2;
    border-radius: 0;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #f2f2f2;
    border-radius: 0;
}
.woocommerce-account h2, .woocommerce-checkout h2,
.woocommerce-account form h3, .woocommerce-checkout form h3 {
    font-size: 21px !important;
}
.x-alert, .wpcf7-response-output, .buddypress #message, .bbp-template-notice,.ywgc-have-code {
    font-size: 18px;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0.786em 1.15em 1em;
}
.x-alert-info, .buddypress #message.info, .bbp-template-notice.info,.ywgc-have-code {
    background-color: #6AA4CD;
    border-color: #6AA4CD;
    color: #ffffff;
}
.wc-appointments-appointment-form .wc-appointments-appointment-cost{
    font-size: 21px;
    color: #00567D;
}
.col-content {
    width: 48%;
    float: left;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #F2F2F2;
}
.wc-appointments-appointment-form {
    border: 1px solid #F2F2F2;
    }
.woocommerce .subtext{
    padding-top: 20px;
}
form.gift-cards_form.cart {
    font-size: 18px;
    color: #6AA4CD;
}
form.gift-cards_form.cart .single_add_to_cart_button{
    float: right;
    font-size: 21px;
}
form.gift-cards_form.cart input[type="text"],.gift-card-content-editor textarea,
form.gift-cards_form.cart input[type="email"] {
    border: 1px solid #f2f2f2;

}
form.gift-cards_form.cart .ywgc-sender-name input[type="text"],.gift-card-content-editor textarea {
        width: 100%;
}
form.gift-cards_form.cart .ywgc-single-recipient input {
    width: 45%;
}
/*form.gift-cards_form.cart .ywgc-single-recipient input.yith_wc_gift_card_input_recipient_details {
    float: right;
}*/
/*newly added from customizer */

.wc-appointments-appointment-form .slot-picker,.wc-appointments-appointment-hook .product-addon h3.addon-name {
    font-size:18px !important;
    font-weight:400 !important;

}
.gift_card_template_button .quantity.buttons_added{
    display:none;
}
.ywgc-template.style2 .ywgc-preview .ywgc-card-message{
    display:none;
}
.ywgc-template.style2 .ywgc-preview .ywgc-card-code {
    border-bottom:0;
}
.gform_confirmation_message {
font-size: 18px;
    padding:10px;
}
footer .gform_button.button:focus,a.add-recipient, .woocommerce-product-details__short-description p,select#gift_amounts {
    color:#6aa4cd;
}
footer .gform_confirmation_message {

    color:#ffffff;
}
footer .gform_confirmation_wrapper {
    border:1px solid #ffffff;
}
table.wccpf_fields_table td.wccpf_label label {

    font-size: 18px;
    font-weight: 400;
}
div.addon-description p {
    color:#6aa4cd !important;;
    font-weight:400 !important;
    font-size:16px;
}
.wc-appointments-appointment-form label {
    color:#6aa4cd !important;;
    font-weight:400 !important;
}
.variations select {
    color:#6aa4cd !important;;
}
a.reset_variations {
    display:none !important;
}
.shop_table td.product-name dl.variation dt .woocommerce-Price-amount.amount {
    display:none;
}
.woocommerce-cart .ywgc-have-code{
    display:none;
}
.ywgc-have-code {
    padding: 20px 15px !important;
}
.woocommerce-cart .woocommerce-cart-gift-coupon .ywgc-have-code{
    display:block;
}
input#ywgc-manual-amount {
    width:60%;
}
select#gift_amounts {
    border:1px solid #f2f2f2;
}
.woocommerce div.product .summary .variations .label {

    display: block;
    width:133px;
    text-align:left;

}
.woocommerce div.product .summary .variations .label label{
    font-size: 18px;
    color: #6aa4cd;
    font-weight:400;
}
.woocommerce div.product .summary .variations select, .woocommerce table.wccpf_fields_table td.wccpf_value input[type=text] {
    border:1px solid #f2f2f2;
}
.woocommerce table.wccpf_fields_table td.wccpf_value select{
    height:37px;
    border:1px solid #f2f2f2;
}
.wccpf-fields-group h4 {
    color:#6aa4cd;
    font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif !important;
}
.angl5e1-background-left::before {
        display:block;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 125%;
    top: -260px;
    -webkit-transform: skewY(12deg);
    transform: skewY(12deg);
    background: #fff;

}
.wc-appointments-date-picker .ui-datepicker td.ui-datepicker-today, .wc-appointments-date-picker .ui-datepicker td.ui-datepicker-today a {
    color: #6AA4CD !important;;
}
.min-heignt-760{
    min-height: 770px;
}

.x-social-global a:hover{
    color:#fff;
}
h2.h2 {
    font-size:30px;
}
.location-block h2.h2 {
    font-family: "Calibri", Arial, sans-serif !important;
}
.location-block .x-text {
    padding: 10px;
}
.location-block:hover,.location-block.active {
    background:#005F8C;
}
.location-block.active h2.h2,.location-block:hover h2.h2,.location-block:hover  .x-text p,.location-block.active .x-text p{
    color:#fff !important;
}
.col-md-6.text-center.location-block {
    padding: 10px 10px 0;
}
.max-width-450 {
    max-width:540px;
}
h1 {
    font-size:40px !important;
}
.padding-top-60 h1{
    padding-top:60px !important;
}
.white-color h1, .white-color h2, .white-color h3, .white-color h4 {
    color:#ffffff !important;
}
.column-angle::before {
    background: #005F8C;
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg);
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 125%;
    z-index: -1;
}
h4.x-feature-box-title{
    font-size:20px;
    font-family: "Calibri", Arial, sans-serif !important;
}
.dark-btn-blue.x-anchor.x-anchor-button,.dark-btn-blue {
    font-size: 25px !important;
    border-radius: 0 !important;
    background: #005F8C;
    border: 2px solid #005F8C;
}
.dark-btn-blue.x-anchor.x-anchor-button:hover,.dark-btn-blue:hover {
    background: #fff !important;
    color: #005F8C !important;
    border: 2px solid #005F8C !important;
}
.dark-btn-blue.x-anchor.x-anchor-button:hover .x-anchor-text-primary {
     color: #005F8C !important;
}
h1 {
    padding-top:30px;
    padding-bottom:30px;
}
.faq-item .question {
    text-transform:uppercase;
}
.x-navbar-fixed-top-active .x-navbar-wrap {
    margin-bottom:0 !important;
}
x-btn:hover, .button:hover, [type="submit"]:hover,x-btn:hover, .button:focus, [type="submit"]:focus {
    color: #6aa4cd;
    border-color: #f2f2f2;
    background-color: hsl(0,0%,100%);
}
.ywgc-enter-code input.input-text{
    width: 60%;
    border: 1px solid #f2f2f2;
    height: 46px;
    margin: 0;
}
/* customizer */
.ywgc-have-code {
    padding: 0.786em 1.15em 1em !important;
}
.gift_card_template_button button {
    margin-bottom:0px !important;
}
.my-cart-link .x-icon-cart::before {
    content:"\f07a\0020";
}
header.masthead .x-topbar p.p-info a i {
    font-size:1.2em;
}
header.masthead .x-topbar p.p-info{
    margin-top:6px;
}
.woocommerce-account .button, .woocommerce-checkout .button {
    margin:0;
}
header.masthead .x-topbar p.p-info {
    background: unset;
    padding: 0;
}
.mobile-tab {
    display: none;
}




@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.ie-class-bg {
height: 100%;
position: absolute;
}
}
/* Media Queries */
@media (min-width: 1240px) and (max-width: 1640px) {
    #the-team .x-container {
    padding-top: 160px;
}
#product-info {
    padding-top: 200px;
    }
.sun-btm-angle-shad.min-heignt-760{
    min-height: 800px;
}
    }
    @media (min-width: 1060px) and (max-width: 1240px) {
    #the-team .x-container {
    padding-top: 130px;
}
.sun-angle-margin{
 margin-top: -200px !important;
}
#product-info {
    padding-top: 180px;
    }
    }
@media (min-width: 1160px) and (max-width: 1440px) {
    body header .x-navbar .desktop .x-nav > li > a {
        font-size: 16px;
    }
   .sun-btm-angle-shad.min-heignt-760{
    min-height: 890px;
}
.sun-angle-margin{
 margin-top: -200px !important;
}
.single-product.woocommerce div#footerArt {
    margin-top: -100px;
}
}
@media (max-width: 1370px) {
    .center-block-home-left {
        left: 50%;
    }
     .center-block-home-right {
        left: 50%;
    }
}
@media only screen and (min-width: 780px) and (max-width: 1360px){
.font-cail-27 h2,.font-cail-27 h3, .font-cail-27 h4 {
    font-size: 24px !important;
}
.single-product.woocommerce div#footerArt {
    margin-top: -100px;
}
}
@media (min-width: 980px) {
    .x-logobar {
        display: none !important;
        visibility: hidden !important;
    }

    .x-navbar .desktop .x-nav > li.logo-main a::before {
        position: absolute;
        background-image: url("https://www.surfingwasurfschool.com.au/wp-content/uploads/2018/04/surfing-wa-surf-school-logo-300px.png");
        width: 133px;
        height: 133px;
        content: " ";
        background-size: contain;
        left: 0;
        top: 15px;
    }

    body header .x-navbar .desktop .x-nav > .logo-main.current-menu-item > a {
        background: #000;
    }

    .x-navbar .desktop .x-nav > li.logo-main a span {
        visibility: hidden;
    }
}

@media (max-width: 979px) {
    html body .x-container.width {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .min-heignt-760 {
    min-height: unset;
}
.sun-angle-margin{
 margin-top: 40px !important;
}
    #the-coaches {
        margin-top: 0;
    }
    #the-team {
        min-height: 800px;
    }
    .about-top-angle-shad::before,.sun-btm-angle-shad::after {
        content: unset;
    }
    #product-info::before {
         content: unset;
    }
    #product-info {
    padding-top: 60px;
    }
    .about-btm-angle-shad::after {
        content: unset;
    }
    #the-team .x-container {
    padding-top: 10px;
}
.left-top-angle-shad::before {
content: unset;
}
.top-flat-shad::before{
   content: unset;
}
.right-btm-angle-shad::before{
    content: unset;
    }
    .top-angle .x-bg {
        display: none;
    }
    .x-section.top-angle{
        min-height: 0;
        margin-top: 0px !important;
    }
    .top-angle .x-text {
        margin-top: 0px !important;
    }
    body header .x-btn-navbar,
    body header .x-btn-navbar.collapsed {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 999;
        background-color: #6aa4cd;
        border: 3px solid #6aa4cd;
        border-left-width: 0;
        border-right-width: 0;
        /*top: 79px;*/
        top: 58px;
        height: 52px;
        border-radius: 0;
        text-align: center;
    }

    body header .x-btn-navbar:not(.collapsed),
    body header .x-btn-navbar:focus,
    body header .x-btn-navbar.collapsed:focus,
    body header .x-btn-navbar:hover,
    body header .x-btn-navbar.collapsed:hover {
        color: #6aa4cd;
        background-color: #ffffff;
        box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
    }

    body header .x-navbar-inner,
    body header .x-navbar-inner .x-container.max.width:nth-child(1) {
        min-height: 125px;
    }

    body header .hm4 .sub-menu .x-anchor .x-anchor-graphic [data-x-icon],
    body header [data-x-icon],
    body header [class*="x-icon-"] {
        display: inline !important;
    }

    body header .x-icon-bars {
        color: #ffffff;
        text-shadow: none;
    }

    body header .x-btn-navbar:not(.collapsed) .x-icon-bars,
    body header .x-btn-navbar:focus .x-icon-bars,
    body header .x-btn-navbar.collapsed:focus .x-icon-bars,
    body header .x-btn-navbar:hover .x-icon-bars,
    body header .x-btn-navbar.collapsed:hover .x-icon-bars {
        color: #6aa4cd;
    }

    body header .x-navbar .mobile .x-nav {
        margin: 70px 0 0 0;
    }

    .x-nav-wrap.mobile.collapse,
    .x-nav-wrap.mobile.collapsing,
    .x-nav-wrap.mobile.collapse.in {
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
    }

    body header .x-navbar .mobile .x-nav li > a {
        border: none;
        margin: 0;
        padding: 15px 15px;
        background-color: #6aa4cd;
        color: #ffffff;
    }

    body header .x-navbar .mobile .x-nav .x-active > a,
    body header .x-navbar .mobile .x-nav .current-menu-item > a,
    body header .x-navbar .mobile .x-nav li > a:focus,
    body header .x-navbar .mobile .x-nav li > a:hover {
        background-color: #ffffff;
        color: #6aa4cd;
    }

    body header .x-navbar .mobile .x-nav ul {
        margin: 0;
    }
}
@media (max-width: 580px) {
    .center-block-home-left, .center-block-home-right {
    position: inherit;
    top: unset;
    left: unset;
    margin: 0 !important;
    transform: unset;
}
    .min-height-480 {
        min-height:300px !important;
    }
    .min-height-480 .text-center.x-column {
    padding: 20px;

    overflow: hidden;
}
    .heading-decorated.common-h2 {
    font-size: 26px !important;
    }
    div#CDSWIDSSP {
    width: 100% !important;
}
    .show-bg-check.top-angle .x-bg {
        display:block;
    }
    .show-bg-check.top-angle .x-bg .x-bg-layer-lower-image{
        background-image: url(https://www.surfingwasurfschool.com.au/wp-content/uploads/2018/06/check_us_out_gradient.png) !important;
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100% auto;
    }
    .show-bg-check.top-angle .x-container{
        margin-top:20px;

    }
    .woocommerce .quantity.buttons_added,.col-content{
        width:100%;
    }
    .wc-appointments-appointment-form-button.single_add_to_cart_button, .woocommerce .custom-btn {
        width:100%;
    }
    .horizontal-accordion {
        display: none;
    }
.mobile-tab {
    display: block;
    background: #ffffff;
    padding:10px;
    border:1px solid #6AA4CD;
}
    .mobile-tab ul.nav.nav-tabs{

        background: #6AA4CD;
        margin: 0;
    }
    .mobile-tab .tab-content {
    padding: 10px;
}
.mobile-tab .tab-content li{
color: #000;
    width: auto;
    float: unset;
    list-style: none;
}
    .mobile-tab ul.nav.nav-tabs li a{
        border-radius: 0;
        margin: 0;
        border: 0;
        min-height: 70px;
    }
    .mobile-tab ul.nav.nav-tabs li{
        width: 25%;
        text-align: center;
    }
    .mobile-tab .nav-tabs>li.active>a,  .mobile-tab .nav-tabs>li.active>a:focus,.mobile-tab .nav-tabs>li.active>a:hover,.mobile-tab .nav-tabs>li>a:focus,.mobile-tab .nav-tabs>li>a:hover {
        background: #00567D;
        border:0;
    }
    .product-details-p::after {
        content: unset;
    }
}


/* Custom gf code */
#gform_wrapper_5 .gfield_required, #gform_totals_4 {
    display: none !important;
}
#gform_wrapper_5 ul li {
    display: table !important;
    width: 100% !important;
}
#gform_wrapper_5 ul li label{
    width: 30% !important;
    display: table-cell !important;
    color: #6AA4CD !important;
}
.ginput_container.ginput_container_date {
    border: 0px !important;
}
#gform_wrapper_5 .ginput_container {
    border: 1px solid #f2f2f2;
}
#gform_wrapper_10 .ginput_container {
    border: 1px solid #f2f2f2;
}
#gform_4 ul li .ginput_container   {
    width: 100% !important;
    margin-left: 4% !important;
}
#field_4_14 .ginput_container{
    display: -webkit-inline-box !important;
}
#field_4_14 .gfield_consent_label {
    padding-left: 10px !important;
}

/*Repeater form styles*/
.gfield_repeater_items {
    counter-reset: section;
}
.gfield_repeater_items .gfield_label {
    font-size: 1.6rem;
}
.gfield_repeater_items .gfield_repeater_item {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.gfield_repeater_items .gfield_repeater_item .gfield_repeater_buttons {
    display: none;
    margin-bottom: 20px;
}
.gfield_repeater_items .gfield_repeater_item .gfield_repeater_buttons .add_repeater_item {
    margin-right: 20px;
}
.gfield_repeater_items .gfield_repeater_item:before {
    counter-increment: section;
    content: "Attendee #" counter(section) ":";
    color: black;
    display: block;
    margin-bottom: 15px;
}
.gfield_repeater_items .gfield_repeater_item:last-child .gfield_repeater_buttons {
    display: block;
}

form#gform_10 input[name='quantity'] {
    pointer-events: none;
}

form#gform_10 input[type="button"] {
    display: none;
}


[class*=woocommerce] .cart.shop_table thead {
    display: table-row-group !important; 
}