/*
Theme Name: Storefront Child
Theme URI:
Template: storefront
Author: Quicklaunch
Author URI: https://www.quicklaunchuk.com/
Description: Child theme.
Version: 1.0
*/

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
     margin-bottom: 0px  !important; 
}

@media (min-width: 768px) {
	.storefront-breadcrumb {
	    padding: 1.41575em 0;
	    margin: 0 !important;
	}
}

header.entry-header,
header.woocommerce-products-header {
	display: none;
}

.site-header .site-logo-anchor, .site-header .site-logo-link, .site-header .custom-logo-link {
    display: block;
    margin-bottom: 0;
    width: 150px !important;
}


/* Include fonts */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat&display=swap');

* {font-family: 'Montserrat', sans-serif;}


.no-gutter .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.grecaptcha-badge {display: none;}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bebas Neue', sans-serif;
    margin: 0.5em 0;
}

h1 {
    font-size: 56px;
    line-height: 56px;
}
h2 {
    font-size: 50px;
    line-height: 50px;
}
h3 {}
h4 {}
h5 {}
h6 {}

#hp-banner h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 35px 0;
}



@media (min-width: 992px) {
    #hp-banner h1 {
        font-size: 55px;
        line-height: 55px;
        margin: 0 0 35px 0;
    }
}

p {
    font-size: 16px;
    line-height: 24px;
    margin: 24px 0;
}

.white-text {color: #fff;}

.small {
    font-size: 85%;
    line-height: 150%;
}

.greybg {background-color: #f2f2f2;}

.site-band {padding: 70px 0;}

.content ul li,
.content ol li,
.site-band ul li,
.site-band ol li,
.role ol li,
.role ul li {}

a {
    color: #334063;
}
a:hover {}

.brand {
    width: 115px;
    margin: 0px;
    margin-left: -15px;
    padding: 10px !important;
    background-color: #fff;
}

.brand img {
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .block-link {display: inline-block;}
    .secondary-link {display: inline-block;}
    .block-link-black {display: inline-block;}
}

.block-link {
    display: inline-block;
    padding: 15px 30px;
    background-color: #019db3;
    color: #fff;
    font-size: 16px;
    border-radius: 15px;
    text-decoration: none;
    transition: background ease 0.5s;
    border:  none;
}
.block-link:hover {

    transition: background ease 0.5s;
    background-color: #334063;
    text-decoration: none;
    color: #fff;
}

#hp-banner .block-link {
    background-color: #fff;
    color: #000;
}

#hp-banner .block-link:hover {

    transition: background ease 0.5s;
    background-color: #334063;
    text-decoration: none;
    color: #fff;
}

/* Navigation */

header {
    background-color: #019db3;
    border-top: 5px solid #334063;
}

#navbar-header button i a {
    color: #09478E !important;
}

/* Menu colour/styling  */
#menu-wrap ul.menu li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

#menu-wrap ul.menu li.active a {
    color: #334063;
}

/* Nav END */

.full-width-cols {}
.full-width-cols .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
}

#hp-banner {
    background-image: none;
    background-color: #262626;
    background-size: cover;
    background-position: center center;
}

#hp-banner .hp-banner-content {
    background-color: #262626;
    border-radius: 0px;
    padding: 60px 30px;
    margin: 0px;
    -webkit-box-shadow:  none;
    box-shadow: none;
    z-index: 10;
}

@media (min-width: 992px) {
    #hp-banner {
        background-image: url('/wp-content/uploads/2021/12/ezgif-2-da88db7f45d9.jpg');
        background-color: #262626;
        background-size: cover;
        background-position: center center;
    }
    #hp-banner .hp-banner-content {
        background-color: #019db3;
        border-radius: 30px;
        padding: 30px;
        margin: 5% 0;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.52); 
        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.52);
    }
}

@media (min-width: 992px) {}


/* Form */

.wpcf7-not-valid-tip {
    color: #019db3;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: transparent;
    background-color: #019db3 !important;
    color: #fff;
}


/* footer */
.hentry,
.site-main,
.content-area, .widget-area {
     margin-bottom: 0px; 
}


footer {background-color: #334063;}

#ftr-blogs {background-color: #fff;}
#ftr-testimonials {background-color: #f2f2f2;}
#ftr-links {}
#ftr-small-print {background-color: #019db3; padding: 15px 0;}
#ftr-small-print p {margin:  0px;}
#ftr-small-print a {color: #334063;}

#ftr-links p {color: #fff;}

footer .menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

footer .menu li {
    padding: 5px 0;
}

footer .menu  li a {
    color: #fff;
    text-decoration: none;
}

footer .menu  li a:hover {
    text-decoration: underline;
    color: #019db3;
}

footer .menu li:before {
    content: "/ ";
    color: #019db3;
    font-size: 14px;
    margin-right: 10px;
}


#page-title {
    text-align: center;
    padding: 0px;
    background-image: none;
    border-bottom: 1px solid #000;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    margin-bottom: 0rem;
    list-style: none;
}

@media (max-width: 992px) {
    .hidden-sm,
    .hidden-xs {display: none;}
}

ol.breadcrumb li:after {
    content: "/ ";
    color: #019db3;
    font-size: 14px;
    margin: 0 5px;
}

ol.breadcrumb li:last-child:after {
        content: "";
}

ol.breadcrumb li,
ol.breadcrumb li a {
    font-weight: 700;
    color: #000;
}

#hdr-reviews {
    background-color: #f2f2f2;
    padding: 15px 0;
}

/* WooC  */


/*  */

#holiday-camps-header {
    background-image: url(/wp-content/uploads/2021/12/ezgif-2-da88db7f45d9.jpg);
    background-size: cover;
    background-position: center center;
}

#holiday-camps-header .overlay {
    padding: 10% 0;
    background-color: rgba(0, 0, 0, 0.8);
}

#event-cta,
#event-sidebar {
    background-color: #019db3;
    padding: 30px;
}


#event-cta p {margin: 0px !important;}
#event-cta a {
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    display: block;
    padding: 20px;
    font-weight: bold;
    text-decoration:  none;
}

#event-cta a:after {
    content: ">";
    color: #000;
    font-size: 16px;
    display: inline-block;
    float: right;
    font-weight: bold;
}

ul.pewc-product-extra-groups {
    padding: 0px;
}

select,
input[type='tel'],
input[type='email'],
input[type='text'],
textarea {
    padding: 10px;
    display: block;
    width: 100%;
    color: #000;
    font-size: 16px;
}

form.wpcf7-form label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;
}

label.pewc-field-label {
    font-weight: bold;
    margin-bottom: 15px;
}

.pewc-total-field-wrapper {
    padding: 3em 0;
    margin-bottom: 1em;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 12px;
    margin: 0 15px 0 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 20px;
    font-weight: 900;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #019db3;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #0180b3;
    color: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0.5em 0;
    margin: 0;
    font-size: 26px;
    line-height: 32px;
    color: #000;
}


#dance-video {
    display: none;
}

@media (min-width: 992px) {
    #dance-video {
        display: block;
        position: relative;
        overflow: hidden;
        min-height: 550px;
    }

    #dance-video iframe {
        position: absolute;
        top: 441px;
    }
}

.text-right {
    text-align: left;
}

@media (min-width: 992px) {
    .text-right {text-align: right;}
}