/*Shared CSS file for all sites*/

/* <link rel="stylesheet" href="https://www.londonpianoinstitute.co.uk/all-sites-css/RQMSoaLA9moV.css">


/***** BLOG LIST ******/

.blog-list li {
 margin-bottom: 10px
}


.blog-list-more-space li {
 margin-bottom: 30px;
}



/****** TERMS *******/
.terms_font {
 font-size: 14px;
 color: #747474;
 font-weight: bold;
}


.img_margin {
 margin-bottom: 10px
}


/* THIS IS THE SMALL TEXT IN CAPATALS ABOVE THE HEADERS*/
p.preheader {
    margin:0px;
    letter-spacing:4px;
    color: #121413 !important;
}

/* THE SECONDARY HEADER IS THE NAVIGATION BAR */
.fusion-secondary-header {
    margin-bottom: -39px;
}

/* THE VERY TOP NAVIGATION BAR */

/* Hide everytrhing except the cart icon */
@media only screen and (max-width: 600px) {
        header .fusion-mobile-menu-design-modern .fusion-secondary-menu>ul>li:not(:last-child) { 
        display: none!important;
    }
}

header .fusion-secondary-menu .fusion-secondary-menu-icon {
    min-width: auto!important;
}

/* THE NAVIGATION CART DROPDOWN */
.fusion-secondary-menu .fusion-custom-menu-item-contents {
    min-width: 260px;
    left: -33px!important;
}

header .fusion-secondary-main-menu {
    border-bottom-color: transparent;

}

/* THIS IS THE HEADER WHEN IS SHRINKS AND "STICKS" TO THE TOP OF THE BROWSER */
header.fusion-is-sticky .fusion-secondary-main-menu {
    margin-top:0px;
}

.fusion-header-v2 .fusion-header, .fusion-header-v3 .fusion-header, .fusion-header-v4 .fusion-header, .fusion-header-v5 .fusion-header {
    border-bottom-color: transparent;
}

header.fusion-header-wrapper {
    position: absolute;
    width: 100%;
}

/* REMOVES THE LOGO FROM THE HEADER WHEN THE USER SCROLLS*/
header.fusion-is-sticky .fusion-logo {
    display:none;
}

/* REDUCES THE LOGO TOP MARGIN READY FOR SMALLER DEVICES */
@media only screen and (max-width: 1150px) {
    .fusion-logo img {
        margin-top: 15px;
        width: auto;
    }
}

header.fusion-header-wrapper .fusion-header {
    background-color: transparent !important;
}

/* PUTS A SUBTLE GRADIENT BEHIND THE HEADER SO THAT THE LOGO AND NAVIGATION ARE MORE CLEAR */
.fusion-sticky-header-wrapper {
    background: -webkit-linear-gradient(top, #131313 0%, rgba(19,19,19,0) 100%);
    background: linear-gradient(to bottom, #131313 0%, rgba(19,19,19,0) 100%);
}

/* PUTS A BLOCK OF COLOUR BEHIND THE HEADER WHEN THE USER HOVERS OVER IT */
header.fusion-is-sticky .fusion-sticky-header-wrapper,
header .fusion-sticky-header-wrapper:hover {
    background: none;
    background-color: rgba(19,19,19,0.92);
}

.fusion-secondary-main-menu {
    background-color:  transparent !important;
}

/* OVERRIDES THE CURRENT "SELECTED" STYLE FOR THE NAVIGATION */
.fusion-body .fusion-main-menu .current_page_item > a,
.fusion-main-menu .current_menu_item > a {
    margin-top: 2px;
    color: #FFF !important;
}

/* MAIN MENU ITEMS STYLE */
.fusion-main-menu > li.current_page_item > a,
.fusion-main-menu > li.current-menu-item > a,
.fusion-main-menu > li.current_page_ancestor > a,
.fusion-main-menu > li.current-menu-ancestor > a {
    margin-top: 2px;
    color: #fff !important; /* Main menu items text color */
}

/* SUBMENU ITEMS STYLE */
.fusion-main-menu .sub-menu .current_page_item > a,
.fusion-main-menu .sub-menu .current-menu-item > a,
.fusion-main-menu .sub-menu .current_page_ancestor > a,
.fusion-main-menu .sub-menu .current-menu-ancestor > a {
    margin-top: 2px;
    color: #333 !important; /* Submenu items text color */
}


/* NEW "SELECTED" UNDERLINE STYLE FOR THE NAVIGATION */
.fusion-body .fusion-main-menu .current_page_item > a span:after,
.fusion-main-menu .current_menu_item > a span:after {
    content: '';
    height: 2px;
    background: #be9359; 
    display:block;
    margin-top: 4px;
}

.fusion-body .fusion-main-menu .current_page_item > a span.fusion-button:after,
.fusion-main-menu .current_menu_item > a span.fusion-button:after {
    height: 0px;
    margin-top: 0px;
}

/* NEW STYLE FOR THE "ENROL" BUTTON IN THE NAVIGATION */
.fusion-menu-item-button .menu-text {
    border-color: #ffffff;
    color:#ffffff;
}



/* CHANGE TO THE HEADER SIZE IN THE "COURSES" BOXES ON THE HOMEPAGE */
.home-flip-box h2.flip-box-heading {
    font-size: 1.5rem !important;
}

div .sh-link, .sh-hide {
    display: inline;
}

.section-background-dark,
.section-background-light {
    position:relative;
}

/* THIS PUTS A VIGNETTE OVER SOME OF SECTIONS WITH BACKGROUND IMAGERY */
.section-background-dark:after,
.section-background-light:after {
    content: "";
    background-color: #121413;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}
/* THIS INCREASES THE VIGNETTE OPACITY FOR BACKGROUNDS THAT REQUIRE A WHITE VIGNETTE */
.section-background-light:after {
    background-color:#ffffff;
    opacity: 0.8;
}

/* PUTS A WHITE BORDER AROUND THE SMALL ROUND IMAGES IN THE TESTIMONIALS SECTION */
.fusion-testimonials.clean .testimonial-thumbnail img {
    border: 2px solid #ffffff;
}
/* CHANGES THE COLOUR OF THE TESTIMONIALS NAME */
.fusion-testimonials.clean .author {
    color:#be9359 !important;
}

/* THIS MAKES SURE THAT THE IMAGES ALWAYS GO ABOVE THE TEXT IN THE "ABOUT US" SECTION */
@media all and (max-width:1000px){
    .reverse-cols .fusion-row {
    display: flex;
    flex-flow: wrap;
    flex-direction: column-reverse;}
}

@media all and (max-width:640px){
    blockquote {
        margin-left:0px;
        margin-right:0px;
    }
}


/* ADJUSTS THE FONT AND SIZE OF THE WOOCOMMERCE PRODUCT HEADERS */
.fusion-product-content h3.product-title a {
    font-family: CGJ, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 24px;
}

/* ALIGNS BUTTONS SIDE BY SIDE ABD CENTRED ON THE PIANO SHOPS PAGE */
.text-align-center {
    text-align: center;
}

.shops-anchor-button-margin {
    margin: 5px;   
}


/* STYLISE THE FUSION SLIDE CAPTION PROMOTING REMOTE LESSONS */
.tfs-slider .slide-content-container .with-bg .fusion-title-sc-wrapper {
    padding: 20px 15px 20px 15px;
    border: 2px solid #be9359;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.9)!important;
}

.fusion-title.fusion-title-center.fusion-sep-none h4.title-heading-center  {
    line-height: 32px!important;
}

/***** WOOCOMMERCE ******/

/*****************************************************/
/******** WOO CART / CHECKOUT / ACCOUNT PAGES ********/
/*****************************************************/

.woocommerce h2,
.woocommerce .checkout h3,
.woocommerce-content-box h2 {
    font-size:32px!important;
    padding-bottom:30px!important;
    border-bottom: none!important;
}

.woocommerce table th {
   color: #333c4e!important; 
} 

/*** MAIN FORMS BACKGROUND COLOR ***/
/** add .cart-collaterals .shipping-coupon, when needed **/
.woocommerce-content-box,
.cart-collaterals .cart_totals,
.avada-myaccount-user,
.xlwcty_wrap .xlwcty_Box.xlwcty_customer_info,
.xlwcty_wrap .xlwcty_Box.xlwcty_order_details_2_col {
    background-color: rgb(247, 245, 244)!important;
    border-top: 4px solid!important;
    border-right: 0px solid!important;
    border-bottom: 0px solid!important;
    border-left: 0px solid!important;
    border-color: rgb(190, 147, 89)!important;
}

/** the hint text in the form inputs **/
.woocommerce ::placeholder {
    opacity: 0.5;
}

/** messages (e.g. basket updated) **/
/*** error and notices module ***/
.woocommerce-info, 
.woocommerce-message {
    background-color: transparent!important;
}

.woocommerce-message {
    text-align: center;
    padding-left: 30px;
}

.cart-empty {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 24px!important;
}

 /** CHECKOUT **/
 
 /** user account and help/contact details module **/
 
 .avada-myaccount-user {
     border-top: 0px solid;
 }
 
.avada-myaccount-user .avada-myaccount-user .username,
.avada-myaccount-user .avada-myaccount-user-column.message,
.avada-myaccount-user .avada-myaccount-user-column {
    border-right: 2px solid #ffffff!important;
    padding:20px;
}
    
/** button styles **/
.woocommerce-side-nav li {
    line-height: 22px;    
}

.woocommerce-side-nav li a {
    color: #b8953a;
    background-color: rgb(247, 245, 244);
    border-radius: 3px;
    border-bottom: 0px solid;
    margin-bottom: 10px;
    padding: 20px 10px 20px 16px;
}

.woocommerce-side-nav li.is-active a {
    color: #ffffff!important;
    background-color: #b8953a;
    border-radius: 3px;
}

/** payment methods (stripe or paypal) **/

.checkout .payment_methods li {
    background-color: #ffffff;
    padding: 30px;
}

.wc_payment_method label[for=payment_method_stripe],
.wc_payment_method label[for=payment_method_paypal] {
    font-weight: 700;
    color: #333c4e;
}


@media(min-width: 1000px) {
    
    /** CART **/
    .woocommerce-cart .woocommerce {
        min-height: 500px;
    }
  
  /* The table containing the list of products and our custom elements */
    .woocommerce-cart .woocommerce-cart-form {
    width: 70%;
    float: left;
    }

    /* The element that contains the cart totals */
    .woocommerce-cart .cart-collaterals {
    width: 27%;
    margin-top: 0;
    margin-left: 3%;
    display: initial!important;
    float: left;
    }

    /* Some minor tweak to make sure the cart totals fill the space */
    /*  add .cart-collaterals .shipping-coupon when needed */
    .woocommerce-cart .cart-collaterals .cart_totals
     {
      width: 100%;
      padding: 30px;
      margin-bottom:30px;
    }
    
    .cart-collaterals .shipping-coupon {
      padding: 0px;
    }
    
    .cart-collaterals .shipping-coupon .coupon {
      border-color: transparent;
    }
    
    /* stack the input/button and make full width */
    .avada-coupon-fields {
        flex-direction: column!important;
    }
    
    #avada_coupon_code {
        width:100%!important;
        margin-right:0px!important;
        margin-bottom:10px;
    }
    
}



/*****************************************************/
/******** BLOG ********/
/*****************************************************/

/*just increasing the site width as this page is 3 columns*/
.blogcontainer .fusion-builder-row.fusion-row {
    max-width:1450px!important;
}

.post-content .blogpost,
.post-content .blogpost .fusion-fullwidth {
    padding-left: 0px!important;
    padding-right:0px!important;
}

/*author information in the left column*/
.blogauthor .about-author {
    margin-top:0px!important;
}

.blogauthor .about-author .fusion-title h2 {
    font-size:23px!important;
}

.blogauthor .about-author .description {
    font-size: 14px!important;
    line-height:28px!important;
}

/*advert in right colum .. this uses the contentbox module with css overrides!*/

.blogadvertcontentbox .fusion-button-wrapper {
    padding:0px 20px 20px 20px;
}

.blogadvertcontentbox.content-boxes-clean-vertical .col {
    padding-left:0px!important;
    padding-right:0px!important;
    padding-top:0px!important;
    padding-bottom:0px!important;
}

.blogadvertcontentbox .heading {
    margin-bottom:0px!important;
}

.blogadvertcontentbox .content-container h3 {
    margin-top:0px!important;
}

/*first intro paragraph increased in size*/
.post-content .blogpost p.intro {
    font-size: 28px!important;
    line-height: 44px!important;
    font-weight: 300!important;
    letter-spacing: 0px!important;
}


.post-content .blogpost p,
.post-content .blogpost ul {
    margin-bottom: 30px!important;
}

.post-content .blogpost h4 {
    font-size: 18px!important;
}

.post-content .blogpost p,
.post-content .blogpost ul li,
.post-content .blogpost ol li{
    font-size: 18px!important;
    line-height: 36px!important;
}

.post-content .blogpost blockquote {
    background-color:#f7f5f4;
    padding:30px!important;
    margin-top: 50px;
    margin-bottom: 50px;
}

.post-content .blogpost blockquote p {
    font-size: 26px!important;
    line-height: 44px!important;
    font-family: CGJ, serif;
}

.post-content .blogpost blockquote p strong {
    font-size: 17px!important;
    display: block;
    margin-top: 30px;
    text-align: left;
    margin-bottom: -30px;
}

/*spacing above and below images*/
.blogpost .fusion-imageframe {
    margin-top: 20px!important;
    margin-bottom: 30px!important;
}

/*forces images full width*/
.blogpost .fusion-imageframe img {
    width: 100%;
}

/*related posts carousel*/
.blogrelatedposts .fusion-image-wrapper {
    width:100%!important;
}

.blogrelatedposts h4.fusion-carousel-title {
    font-family: CGJ, Arial, Helvetica, sans-serif!important;
    font-size: 22px!important;
}

.blogrelatedposts .fusion-nav-prev,
.blogrelatedposts .fusion-nav-next{
    height: 100px!important;
    margin-top: calc((160px)/ -2)!important;
}

@media(max-width: 768px) {
    .blogrelatedposts .fusion-nav-prev,
    .blogrelatedposts .fusion-nav-next {
    margin-top: calc((250px)/ -2)!important;
    }
}

.blogrelatedposts .fusion-nav-prev:before,
.blogrelatedposts .fusion-nav-next:before{
    line-height: 95px!important;
    font-size: 30px!important;
}

@media(max-width: 500px) {
    .blogrelatedposts h4.fusion-carousel-title {
    font-size: 18px!important;
    line-height: 27px!important;
    }
}

/***** PAYMENT AND DIRECT DEBIT FORM ******/

/* Progress bar */
form.lesson-payments .percentbar_blue {
    background-color: #be9359!important;
}

form.lesson-payments h3.gf_progressbar_title {
    font-size: 1.5em!important;
    text-align: center;
}

/* body height */
form.lesson-payments .gform_page_fields {
    min-height:400px;
}

form.lesson-payments label.gfield_label {
    font-weight: 400!important;
}

/* bring label closer to inputs */
form.lesson-payments div.ginput_container {
    margin-top:0px!important;
}
    
form.lesson-payments .gfield_consent_description {
    font-size: .74em!important;
    line-height: 2.0;
}

form.lesson-payments .button {
    width:47%!important;
}

@media(max-width: 1000px) {
    .gform_wrapper .gform_page_footer {
    display: flex;
    flex-flow: column-reverse;
    }
    
    form.lesson-payments .button {
        width:100%!important;
        margin-top: 10px!important;
    }  
}

form.lesson-payments span.ginput_total {
    font-size: 20px!important;
}


/***** EVENT PAGE (CURRENTLY TEACHERS ZOOM CONCERT FOR STUDENTS ******/
.avada-page-titlebar-wrapper h1 span.EventTitlePreHeaderSml {
    font-size: 2.5rem!important;
}

.avada-page-titlebar-wrapper h3 span.EventTitleInfo {
    line-height: 2.6rem!important;
}

.eventCountdown .fusion-countdown-1 .fusion-countdown-counter-wrapper {
    
}

@media(max-width: 600px) {
    .avada-page-titlebar-wrapper h1 span.EventTitleLarge {
    font-size: 2.4rem!important;  
    line-height: 2.0rem!important;
    }
    .avada-page-titlebar-wrapper h1 span.EventTitlePreHeaderSml {
    font-size: 1.4rem!important;
    }

    .avada-page-titlebar-wrapper h3 span.EventTitleInfo {
    line-height: 0.8rem!important;
    font-size: 1.0rem!important;
    }

    .eventCountdown .fusion-countdown-1 .fusion-countdown-counter-wrapper {
    font-size:18px!important;
    }   
    .fusion-countdown-1 .fusion-dash-title {
    font-size:10px!important;
    }  
}

.table-2 table thead {
    text-align: left!important;
    background-color:#be9359!important;
}

.table-2 table th {
    padding: 20px!important;
    color: #fff!important;
}

.table-2 table tr td {
    border-bottom: 1px solid #444!important;
    padding: 10px 20px!important;
    color: #fff!important;
    line-height: 22px!important;
    background-color:#000000!important;
}

/***** CHECK OUT FONT BIGGER PLEASE - 21 NOV 2024 STEFAN ******/


form.checkout label {
    margin-bottom: 2px;
    display: inline-block;
    font-size: 17px;
}


/**** Make readable ***/
.fusion-body .wc-block-components-notice-banner {
    color: white;
   
}