/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*------ Global --------*/

html {
    scroll-behavior: smooth;
}

#main {
    padding: 0px 0px 0px !important;
}

.breadcrumbs a {
    color: #000;
    font-weight: 900;
}

.breadcrumbs {
    max-width: 1010px;
    margin: 0 auto;
    color: #737373;
    text-transform: lowercase;
}
.scheduled-events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 items per row */
    gap: 20px; /* spacing between items */
}

.scheduled-events-grid .programme-item {
    display: flex;
    flex-direction: column;
}

avada-page-titlebar-wrapper {
    display: none;
    visibility: hidden;
}

#main .fusion-row {
    max-width: 100% !important;
}

@media only screen and (max-width: 600px) {

    .inner-lineup {
        padding: 30px !important;
    }
}

/*------ Homepage --------*/


.button-themecolour {
    background-image: linear-gradient(to bottom, #e4e3e3 50%, rgba(228, 227, 277, .5) 50%);
    background-size: 100% 200%;
    -webkit-transition: background-position .5s;
    -moz-transition: background-position .5s;
    transition: background-position .5s;
    padding: 10px 20px;
    color: #000;
    margin-right: 20px;
    font-weight: bold;
}

.button-themecolour:hover {
    background-position: 0 -100%;
    color: #fff !important;
}


.button-greycolour {
    background-image: linear-gradient(to bottom, #e4e3e3 50%, rgba(228, 227, 277, .5) 50%);
    background-size: 100% 200%;
    -webkit-transition: background-position .5s;
    -moz-transition: background-position .5s;
    transition: background-position .5s;
    padding: 10px 20px;
    color: #000;
    margin-right: 20px;
    font-weight: bold;
}

.button-greycolour:hover {
    background-position: 0 -100%;
    color: #fff !important;
}

.line-up-content {
    background: #fff;
}


.line-up-content h2 {
    font-size: 120% !important;
}

.line-up-content .fusion-button-text {
    font-size: 20px !important;
}

.line-up-content .fusion-button {
    padding: 20px;
}

.latest-news-content {
    background: #e4e3e3 !important;
}

@media only screen and (max-width: 600px) {
    .fusion-layout-column .fusion-column-wrapper {
        padding: 30px !important;
    }
}

/*------ Menu --------*/

.fusion-header-has-flyout-menu .fusion-flyout-menu-bg {
    background-color: rgba(253, 210, 10, 1) !important;
}

.fusion-header-v6-content {
    max-width: 1000px;
    margin: 0 auto;
}

.fusion-flyout-menu-icons {
    color: #fff !important;
}

.fusion-toggle-icon-line {
    background: #fff !important;
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-icon:before {
    color: #fff !important;
}

.fusion-header-has-flyout-menu .fusion-flyout-menu > ul.fusion-menu > li {
    padding: calc((25px)/ 2) 0 !important;
}

.festival-dates {
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 20px;
}

/*------ Newsletter Footer Section --------*/

#mc_embed_signup {
    background: #fff;
    clear: left;
    width: 100%;
}

#mc-embedded-subscribe-form input[type=checkbox] {
    display: inline;
    width: auto;
    margin-right: 10px;
}

#mergeRow-gdpr {
    margin-top: 20px;
}

#mergeRow-gdpr fieldset label {
    font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset {
    border: none;
    min-height: 0px;
    padding-bottom: 0px;
}


.newsletter-footer {
    padding: 40px 20px 60px 20px;
    background: #e4e3e3;
}

.newsletter-footer-white {
    padding: 40px 20px 60px 20px;
    background: #fff;
}

.newsletter-inner {
    width: 50%;
    margin: 0 auto;
}

.newsletter-footer h3,
.newsletter-footer-white h3 {
    text-align: center;
}

#mc_embed_signup {
    background: none !important;
}

#mc_embed_signup .button {
    border-radius: 0 !important;
    color: #000;
    font-weight: bold !important;
    font-size: 18px !important;
    padding: 10px 20px !important;
    height: auto !important;
}

#mc_embed_signup input.email {
    padding: 15px 20px !important;
    height: auto !important;
    width: 70%;
}


.newsletter-footer-white #mc_embed_signup input.email {
    padding: 15px 20px !important;
    height: auto !important;
    width: 70%;
    background: #e4e3e3 !important;
    color: #000 !important;
}

/*------ Footer Section --------*/

.inner-lineup {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;

}

.inner-lineup h2 {
    font-size: 34px !important;
}

.footer-content {
    text-align: center;
}

.footer-content span {
    color: #fff !important;
    margin: 0 15px;
}

.footer-content #yearnow {
    color: #fff !important;
    margin: 0px !important;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-menu {
    margin-bottom: 30px;
}

.footer-contact {
    margin-bottom: 10px;
}

.address {
    margin-bottom: 30px;
}

.copyright {
    margin-bottom: 30px;
}


.fusion-header-has-flyout-menu .fusion-flyout-menu-bg {
    background-color: rgba(253, 210, 10, 1) !important;
}

.fusion-button-text,
.menu-text {
    text-transform: lowercase;
    font-weight: bold;
    font-size: 25px;
}

.fusion-header-has-flyout-menu .fusion-flyout-menu > ul.uu > li {
    padding: calc((35px)/ 2) 0 !important;
}

.eg-hcmf-2020-content {
    background: none !important;
}

/*------ Small screens --------*/

@media only screen and (max-width: 600px) {
    a.button-greycolour {
        /*display: none;*/
        width: 70%;
    }

    a.button-themecolour {
        /*display: none;*/
        width: 70%;
    }

    .newsletter-inner {
        width: 90% !important;
        margin: 0 auto !important;
    }

    #mc_embed_signup input.email {
        width: 100% !important;
    }

    .no-display {
        display: none !important;
    }

    .fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu,
    .fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-mobile-menu {
        margin-top: auto !important;
        padding-top: 0 !important;
    }

}


/*---------- Custom Grid -------------*/

.news-content {
    max-width: 1000px;
    margin: 0 auto;
}

.grid {
    /* We first create a flex layout context */
    display: flex;

    /* Then we define the flow direction
     and if we allow the items to wrap
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
    flex-flow: row wrap;

    /* Then we define how is distributed the remaining space */
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
}

.grid-item {
    padding: 5px;
    width: 250px;
    min-height: 250px;
    margin: 40px 10px;
    font-weight: bold;
    text-align: center;
}

.grid-item .image {
    height: 250px;
    width: 250px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform 1.3s ease-in-out;
    filter: grayscale(100%);
    margin-bottom: 10px;
}

.grid-item .grid-image .image {
    background-size: cover;
    background-position: center center;
}

.grid-item:hover .image {
    height: 250px;
    width: 250px;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    border-radius: 50%;
    border: solid 10px #fff;
    filter: grayscale(0%);
    margin-bottom: 10px;
}

.home-latest {
    background: #e4e3e3;
}

.home-latest-grid {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

.home-latest-grid h2 {
    text-align: center;
}


/*------ Smaller Grid-------*/

.lineup-grid .grid-item {
    padding: 5px;
    width: 200px;
    min-height: 200px;
    margin: 40px 10px;
    font-weight: bold;
    text-align: center;
}

.lineup-grid .grid-item .image {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform 1.3s ease-in-out;
    filter: grayscale(100%);
}



.lineup-grid .grid-item:hover .image {
    height: 200px;
    width: 200px;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    border-radius: 50%;
    border: solid 10px #fff;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    filter: grayscale(0%);
}


/*--------- Header Grid --------------*/
.headerGrid {
    width: 100%;
    height: 65vh;
    display: block;
}

.articles {
    display: table;
    width: 100%;
    height: 100% !important;
}

.article {
    background-size: cover;
    background-position: center;
    /*background-size: 120%;*/
    background-repeat: no-repeat;
    position: relative;
}

.featured {
    display: table-cell;
    width: 65%;
}

.smallerArticles {
    display: table-cell;
    height: 100%;
}

.small {
    height: 50%;
    width: 100%;
    display: block;
}

.headerGrid .content {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px 40px;
    //background: rgba(0,0,0,0.5);
    width: 100%;
    transition: padding-bottom .3s linear;
}

.headerGrid .article:hover .content {
    padding-bottom: 40px;
}

.headerGrid .content h2 {
    color: #fff;
    font-weight: bold;
}

.headerGrid .content p {
    font-size: 24px;
}

@media only screen and (max-width: 600px) {
    .featured {
        width: 100%;
        display: block;
        height: 50vh;
        margin-bottom: 20px;
    }

    .featured .content {
        position: absolute !important;
        bottom: 10px;
    }

    .smallerArticles {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .smallerArticles .content {
        position: relative !important;
    }

    .article {
        margin-bottom: 20px;
    }

    .articles {
        display: block;

    }

    .headerGrid {
        width: 100%;
        height: auto;
    }

    .headerGrid .content {
        position: relative;
    }

    .featured .excerpt {
        display: none;
    }



}



/*--------- Single Post Image -------------*/


.single-post-image {
    width: 100%;
    height: 86vh;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.single-post-image .content {
    color: #fff;
    position: absolute;
    bottom: 2.5%;
    left: 31.5%;
    display: block;
    margin: 0 auto;
    width: 650px;
}

.single-post-image .content a {
    color: #fff;
}

.single-post-image .content .tags {
    margin-right: 20px;
}

.single-post-image .content h1 {
    font-size: 45px;
    font-weight: bold;
}

.single-post-image .content svg {
    margin-right: 10px;
}

.single-post-image .content-button {
    font-size: 45px;
    font-weight: bold;
    margin: 30px auto;
    text-align: center;
}

.full-single-content {
    margin-top: 35px !important;
    margin: 0 auto;
}

.full-single-content .post-content p,
.full-single-content .post-content h1,
.full-single-content .post-content h2,
.full-single-content .post-content h3,
.full-single-content .post-content h4,
.full-single-content .post-content h5,
.directions {
    max-width: 700px;
    margin: 10px auto;
}

.full-single-content .post-content iframe {
    max-width: 700px !important;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.full-single-content .post-content img {
    width: 100% !important;
    margin: 20px auto;
}

img.content-logo-30 {
	width: 30% !important;
    margin: 50px auto !important;
    display: block !important;
}


#single-page-content {
    padding-top: 30px;
    margin: 0 auto;
    max-width: 1000px;
}

.post-content {
    max-width: 1000px;
    margin: 20px auto;
    padding: 0 20px;
}

.programme .meta-tags span {
    margin-right: 20px;
}


.programme .meta-tags .location {
    margin-top: 10px;
}

.block {
    display: block;
}

.inline {
    display: inline-block;
}

.programme .content .date {
    margin-left: 0px;
}

@media only screen and (max-width: 650px) {
    .single-post-image {
        height: 65vh;
    }

    .single-post-image .content {
        color: #fff;
        position: absolute;
        bottom: 2.5%;
        left: 7% !important;
        display: block;
        margin: 0 auto;
        max-width: 700px;
        width: auto !important;
    }

    .single-post-image .content .excerpt {
        display: none !important;
    }

    .single-post-image .content h1 {
        font-size: 35px;
    }

    .single-post-image .content-button {
        margin: 30px 20% 30px 20%;
    }

    #single-page-content {
        padding: 30px;
    }
}


/*---------- Page Content ------------*/
.border-bottom {
    border-bottom: solid 5px #000;
    padding: 0 20px 20px 20px;
    margin-bottom: 20px;
    display: block;
}

.border-top {
    border-top: solid 5px #000;
    padding-top: 20px;
    margin-top: 20px;
    display: block;
}


/*--------- Programme Content ----------*/
.programme {
    margin-bottom: 30px;
}

.events-box {
    background: #e4e3e3;
    display: block;
    padding: 30px;
}


.events-box h2 {
    font-size: 45px !important;
}

.events-box .details {
    margin-top: 10px;
}

.tickets-btn {
    margin-top: 30px;
    text-align: center;
    padding: 20px;
}

.tickets-btn .button-themecolour {
    padding: 20px 40px;
}



/*----------- Google Maps -----------*/

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

// Fixes potential theme css conflict.
.acf-map img {
    max-width: inherit !important;
}





/*------------ Modal ------------*/


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.close {
    position: absolute;
    right: -25px;
    top: -25px;
    background: #000;
    border-radius: 50% 50%;
    padding: 17px 20px !important;
    opacity: 1 !important;
    z-index: 999999;
}

.close i {
    padding: 20px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 0px !important;
    border-bottom: 0px !important;
    min-height: 10px !important;
    border-top: solid 10px #000;
}

.modal-body {
    padding: 2px 16px;
}

.modal-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0px !important;
}

.modal-grid-item {
    min-height: 350px;
    font-weight: bold;
    text-align: center;
    padding: 30px;
    text-align: left;
}

.featured-image {
    background-size: cover;
    background-position: center;
    width: 40%;
}

.artist-content {
    width: 60%;
    background: #e4e3e3;
}

@media only screen and (min-width: 950.1px) {
    .mobile-dates {
        display: none
    }
}

@media only screen and (max-width: 950px) {
    .modal-content {
        width: 80%;
    }

    .featured-image {
        background-size: cover;
        background-position: center;
        width: 100%;
        min-height: 250px;

    }

    .artist-content {
        width: 100%;
        background: #e4e3e3;
    }

    .festival-dates {
        display: none;
    }

    .mobile-dates {
        padding: 20px;
        background: #e4e3e3;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        display: block;
        text-align: center;
    }

}



.see-more-btn {
    font-family: AvantGardeITCbyBT-Bold;
    color: #000;
    float: right;
    display: inline-block;
}

.see-more-btn .arrow {
    border-radius: 50%;
    padding: 3px 10px;
    background: #fff;
    height: 15px;
    width: 15px;
    margin-left: 10px;
}



/*----------- Filter ----------*/

button.button.is-checked {
    background: #000;
    border: 0px;
    color: #fff;
}

button.button {
    background: #000;
    border: 0px;
    color: #fff;
    margin-bottom: 5px;
    cursor: pointer;
}

button.button:hover {
    background: #000;
    border: 0px;
    color: #fff;
}

.button-group {
    margin: 0 auto;
    text-align: center;
}

.filter {
    margin: 0 400px;
}




/*---- Programme filter ---*/

.programme-filters select.filter-select {
    border: none !important;
    font-family: AvantGardeITCbyBT-Bold;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 25px;
    color: #000;

}


.programme-filters .ui-group {
    display: inline !important;
    margin-right: 20px;

}

.programme-filters {
    text-align: center;
}

.clear {
    clear: both;
}

.programme-group,
.filter-group {
    margin: 0 50px 0 70px;
}

.programme-row {
    display: block;
    height: 350px;
}


.programme-group {}

.programme-item {
    padding: 5px;
    width: 250px;
    min-height: 250px;
    margin: 40px 10px;
    font-weight: bold;
    text-align: center;
    float: left;
}

.programme-item .image {
    height: 250px;
    width: 250px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform 1.3s ease-in-out;

    margin-bottom: 10px;
}

.programme-item .grid-image .image {
    background-size: cover;
    background-position: center center;
}

.programme-item:hover .image {
    height: 250px;
    width: 250px;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    border-radius: 50%;

    filter: grayscale(0%);
    margin-bottom: 10px;
}


.programme-item .date-time,
.grid-item .date-time {
    font-size: 14px;
    color: #787878;
}

.programme-item p {
    margin: 7px;
}

.programme-item .details {
    min-height: 134px;
}


@media only screen and (max-width: 650px) {

    .programme-group {
        margin: 0 20px !important;
    }

    .programme-filters .ui-group {
        margin-bottom: 20px;
        display: block !important;

    }

    .breadcrumbs {
        margin: 0 20px;
    }

}

.savers-tickets .grid .grid-item .image {
    filter: grayscale(0%);

}


/*------------- Festival Pages -----------*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-top: 40px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100% !important;
}

.full-single-content .post-content .embed-container iframe {
    max-width: 100% !important;
    margin: 0px 0 40px 0;
}

.content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.programme-events {
    margin-top: 20px;
}

.line-up-programme {
    background: #1171bd;
    padding: 40px 40px 60px 40px;
    color: #fff;
    text-align: center;
}

.line-up-programme h2 {
    color: #fff !important;
    margin-top: 0px !important;
    font-size: 35px !important;
}

.line-up-programme .event {
    font-size: 22px;
    margin-bottom: 25px;
}

.line-up-programme .event .time {
    font-style: italic;
}

.line-up-programme .event .title {
    font-weight: bold;
}

.line-up-programme .event .details {
    font-size: 18px !important;
}

.live-broadcast {
    margin-bottom: 60px;
}

.donate-button {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 20%;
}



/*-------------- Artist Talks ----------------*/

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    z-index: 99999999;
}

/* Modal Content */
.modal-content {
    background-color: #e4e2e3;
    margin: auto;
    border-top: 10px solid #1171bd;
    width: 50%;
}

.modal-content .video {
    width: 50%;
    float: left;
}

.modal-content .video iframe {
    width: 100% !important;
    height: 50vh !important
}

.modal-content .video-full {
    width: 100%;
    float: left;
}

.modal-content .video-full iframe {
    width: 100% !important;
    height: 70vh !important
}

.modal-content .content {
    width: 50%;
    float: left;
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-height: 330px;
    overflow: auto;

}

.modal-content .content::-webkit-scrollbar {
    width: 12px;
}

.modal-content .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.modal-content .content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #1171bd;
}


.modal-content .content h3 {
    margin-top: 0px;
    padding-top: 0px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 38px;
    font-weight: bold;
    padding: 4px 17px 10px 17px !important;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .modal-content {
        width: 80%;
    }

    .modal-content .video {
        width: 100%;
    }





    .modal-content .video iframe {
        width: 100% !important;
        height: 25vh !important;
    }

    .modal-content .content {
        width: 100%;
        max-height: auto !important;
        overflow: auto !important;

    }
}


.artist-talks .grid-item .image {
    height: 150px;
    width: 250px;
    border-radius: 0px;
}

.artist-talks .grid-item:hover .image {
    height: 150px;
    width: 250px;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    border-radius: 0px;
    border: solid 10px #fff;
    filter: grayscale(0%);
    margin-bottom: 10px;
}

/*--------------- Unbound Listening -------------*/

.unbound-event {
width: 100%;
padding: 50px 0;
}

.unbound-event__item {
width: 100%;
margin: 50px 0;

}

.unbound-event__item__image {
    height: 250px;
    width: 250px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform 1.3s ease-in-out;
    filter: grayscale(100%);
    margin-bottom: 10px;
    float: left;
}

.unbound-event__item__image {
    background-size: cover;
    background-position: center center;
}

.unbound-event__item:hover .unbound-event__item__image {
    height: 250px;
    width: 250px;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    border-radius: 50%;
    border: solid 10px #fff;
    filter: grayscale(0%);
    margin-bottom: 10px;
}


.unbound-event__item__description {
  width: 70%;
  margin: 0 0 auto 3%;
  float: left;
  display: inline-block;
}

@media only screen and (max-width: 650px) {
  .unbound-event__item__description {
    width: 100%;
    display: block;
  }
.unbound-event__item__image {
  float: none;
}
.unbound-event__item {
margin: 50px 0 80px 0;

}
}
@media only screen and (max-width: 650px) {

}

.unbound-testimonials {
}
.unbound-testimonials__single {
    font-style: italic;
    position: relative;
}
.unbound-testimonials__single::before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: "\f10d";
   font-size: 50px;
   color: #dedede;
   position: absolute;
   top: 0px;
   left: 40px;
 }
 .unbound-testimonials__single::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10e";
    font-size: 50px;
    color: #dedede;
    position: absolute;
    bottom: 0;
    right: 40px;
    z-index: 99999;
  }
.unbound-testimonials__single span {
    display: block;
    padding: 70px 100px;
}

@media only screen and (max-width: 650px) {
  .unbound-testimonials__single::before {

     position: absolute;
     top: 0px;
     left: 10px;
   }
   .unbound-testimonials__single::after {

      position: absolute;
      bottom: 0;
      right: 10px;
      z-index: 99999;
    }
  .unbound-testimonials__single span {
      display: block;
      padding: 70px;
  }
}



/*--------------- WooCommerce -------------*/
.woocommerce-container {
    max-width: 1010px;
    margin: 50px auto;
}

.woocommerce-container .featured-image {
    width: 100%;
}

.woocommerce-tabs {
    padding-top: 0px !important;
}

.woocommerce-tabs > .tabs {
    display: none;
}

.woocommerce-tabs .panel {
    margin-left: 0px !important;
    border: none !important;
}

.woocommerce-Tabs-panel {
    padding: 30px 0px !important;
    margin: 0px !important;
}

html.flexbox .woocommerce .social-share {
    display: none !important;
}

.woocommerce .stock {
    display: none;
}

.woocommerce .price .woocommerce-Price-amount {
    font-size: 30px !important;
}

.woocommerce .product-border {
    display: none;
}

.woocommerce form.cart {
    margin: 0px !important;
}
.fusion-widget-cart-number {
    background: #fff !important;
}
