
/*
Theme Name:Salient Child Theme
Description:This is a custom child theme for Salient
Author:Peter Hong
Template:salient
Version:0.1
*/
html {
    height:100% !important;
    overflow-y: auto;
}
h1 {
    font-family: 'loveloblack', 'Open Sans', sans-serif !important;
}
.black-text {
    color: #000 !important;
}
.red-text {
    color: #8c110b !important;
}
.skiptranslate {
    display: none;
}
a.nectar-button[data-color-override="false"].regular-button {
    background-color: #801001 !important;
    border-radius: 5px !important;
}
a.nectar-button[data-color-override="false"].regular-button:hover {
    background-color: #670804 !important;
}
a:hover {
    text-decoration: none !important;
}
body.single-product,
body.single-product .at-content,
body.single-product .container-wrap,
body.woocommerce-order-received,
body.woocommerce-order-received .at-content,
body.woocommerce-order-received .container-wrap {
    min-height: 100%;
}
.white {
    color: #fff !important;
}
header#top #toggle-nav {
    right: 15px !important;
    text-decoration: none !important;
}
header#top #mobile-cart-link {
    right: 47px !important;
}
header#top #mobile-cart-link i {
    text-decoration: none;
}
#mobile-menu ul li a {
    text-decoration: none !important;
}
.cart-filled-mobi {
    position: absolute;
    top: 4px;
    left: 32px;
    width: 8px;
    height: 8px;
    background-color: #ED5446;
    border-radius: 100%;
}
@font-face {
    font-family: 'loveloblack';
    src: url('/wp-content/themes/salient-child/fonts/lovelo_black-webfont.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/lovelo_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@media(max-width:1000px) {
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100% !important;
    }
    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea,
    .woocommerce form .form-row .select2-container .select2-choice>.select2-chosen {
        font-size: 13px !important;
        color: #555 !important;
    }
    .container-wrap input[type="text"],
    .container-wrap textarea,
    .container-wrap input[type="email"],
    .container-wrap input[type="password"],
    .container-wrap input[type="tel"],
    .container-wrap input[type="url"],
    .container-wrap input[type="search"],.container-wrap input[type="date"] {
        padding: 10px !important;
    }
    body.single-product {
        height: auto;
    }
    .woocommerce .product_cat-f1-dinner {
        margin-bottom: 20px !important;
    }
}
p.stock.out-of-stock {
    display: none;
}
body.single-product .container-wrap,
body.woocommerce-order-received .container-wrap {
    overflow-y: auto;
}
body.single-product {
    background-color: #fff;
}
#gear-container {
    width:100%;
    max-width:960px;
    height:auto;
    position:relative;
}
#gear-container img {
    top:0px;
    left:0px;
    height:auto;
    width:100%;
    max-width:960px;
    z-index:1;
    margin:12px 0px -31px 0;
}
.marker {
    margin-top:15px;
    height:20px;
    width:20px;
    border-radius:25px;
    background:rgb(0, 129, 248);
    background-color:rgba(0, 129, 248, 0.65);
    cursor:default;
    position:absolute;
}
.text-shadow {
    text-shadow:1px 1px 1px #898989;
}
.img-responsive {
    max-width:100%;
    height:auto;
}
#search-btn{
    display: none;
}

/* Start F1 Diaries/blog page */

#post-area.masonry #pagination{
    text-align: center;
}
#pagination > div{
    display: inline;
    float: none !important;
}
#f1-diaries-header .row-bg.using-image{
    background-position: center 40% !important;
}
/* End F1 Diaries/blog page */

/* Cookie Consent Begin */
#cookie-consent-box {
    background-color:#410604;
    min-height: 26px;
    font-size: 14px;
    line-height: 26px;
    width: 380px;
    margin: 15px;
    padding: 14px;
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999999999;
    opacity: 0.9;
    border-radius: 8px;
}
#cookie-consent-text {
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    z-index: 9999;
    width: calc(100% - 20px);
    max-width: 900px;
    line-height: 1.3;
    font-size: 12px;
    cursor: default;
}
#close-cookie-consent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 25px;
    width: 25px;
    font-size: 15px;
    margin: 0;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}
#close-cookie-consent:hover {
    color: #333;
}
@media(max-width: 900px ) {
    #cookie-consent-box {
        background-color:#410604;
        min-height: 26px;
        font-size: 14px;
        line-height: 26px;
        padding: 8px 30px 0px 10px;
        position: fixed;
        text-align: left !important;
        bottom: 0;
        left: 0;
        right: 0;
        display: none;
        width: 100%;
        margin: auto;
    }
    #cookie-consent-text {
        text-align: left;
    }
    #close-cookie-consent {
        float: right;
        cursor: pointer;
        height: 40px;
        width: 40px;
        font-size: 25px;
        margin: 0;
        margin-right: -12px;
        font-weight: bold;
        color: #fff;
    }
}
/* Cookie Consent End */
/* Custom Modal styles */
.modal {
    z-index: 1050 !important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 600px;
}
.modal.fade .modal-dialog {
    z-index: 2;
}
.modal.in .modal-dialog {
    transform: translate(0) !important;
}
.modal-fade .modal-dialog {
    transition: transform .3s ease-out;
}
.modal-dialog {
    margin-top:25px;
    position: relative;
}
.jquery-modal.blocker.current {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999999;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    text-align: center;
    background-image: url(/wp-content/uploads/2020/04/Backgroud-Contact-Kym.jpg);
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px){
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}
@media (max-width: 768px){
    .page-id-21110 #f1-hero{
        padding-top: 20 !important;
    }
    .page-id-21110 #f1-hero h1{
        font-size: 27px;
    }
    .page-id-21110 #f1-hero h4{
        font-size: 17px;
        font-weight: 500;
    }
    .page-id-21110 .section-para{
        width: 100% !important;
    }
}
/* End Custom Modal styles */
.swiper-slide h2, .swiper-slide p {
    text-shadow:1px 1px 1px #898989;
}
.swiper-slide h2 {
    margin-top:50px;
}
.swiper-slide p {
    margin-top:10px;
}
a#livechat-eye-catcher-img img {
    display:none !important;
}
.tp_recent_tweets a {
    display:initial !important;
}
.email-container {
    position: relative;
    color: #cb9548;
    width: 110%;
}
.contact-div {
    display: block;
    padding-right: 20px;
    text-align: left;
    width: 33.3%;
    float: left;
    line-height: 1.2;
}
.jquery-modal .contact-div .fa-envelope {
    font-size: 18px !important;
    position: relative !important;
    float: left !important;
    border: 2px solid #cb9548;
    margin-right: 5px;
}
.jquery-modal .contact-div .fa-inbox,
.jquery-modal .contact-div .fa-phone {
    font-size: 22px !important;
    position: relative !important;
    float: left !important;
    border: 2px solid #cb9548;
    margin-right: 5px;
}
.col.span_12.section-title.text-align-center.extra-padding {
    margin-bottom: 0 !important;
}
a.email-to,
div.contact-modal-address,
div.contact-modal-phone {
    display:inline;
}
a.email-to p{
    margin-top: 6px;
    text-decoration: underline;
}
.f1-dinner-container-wrap .text-container {
    position: absolute;
    z-index: 999;
    width: 75%;
    padding: 190px 300px;
}
.f1-dinner-container-wrap .text-container h1 {
    color: #fff !important;
    padding-bottom: 30px;
}
.f1-dinner-container-wrap .text-container p {
    color: #fff !important;
    font-size: 20px;
}
.dinner-event-info {
    position: absolute;
    top: 40%;
    width: 460px;
    background-color: rgba(203, 149, 72, 0.8);
    padding: 40px 40px 20px 40px;
    color: #fff;
    right: 10%;
}
p.dinner-event-title {
    font-weight: 700;
    border-bottom: 1px solid #fff;
    font-size: 17px;
    padding-bottom: 10px;
}
p.dinner-event-text {
    font-size: 17px;
    padding-top: 10px;
}
#dinner-event-carousel .dinner-event-slide {
    position: relative;
}
#dinner-event-carousel .dinner-event-slide.dinner-event-image-1 {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7)), url(/wp-content/uploads/2020/03/Function-4347-graded_1.jpg);
    height: 650px; /* You must set a specified height */
    background-position: center center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
#dinner-event-carousel .dinner-event-slide.dinner-event-image-2 {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7)), url(/wp-content/uploads/2019/09/pic-2-large-web.jpg);
    height: 650px; /* You must set a specified height */
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
#dinner-event-carousel .dinner-event-slide.dinner-event-image-3 {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7)), url(/wp-content/uploads/2019/09/pic-3-large-web.jpg);
    height: 650px; /* You must set a specified height */
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
#dinner-event-carousel .dinner-event-slide.dinner-event-image-4 {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7)), url(/wp-content/uploads/2019/09/pic-4-large-web.jpg);
    height: 650px; /* You must set a specified height */
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
#dinner-event-carousel .dinner-event-slide.dinner-event-image-5 {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7)), url(/wp-content/uploads/2019/09/pic-5-large-web.jpg);
    height: 650px; /* You must set a specified height */
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
#dinner-event-carousel .dinner-event-slide.dinner-event-image-6 {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7)), url(/wp-content/uploads/2019/09/pic-6-large-web.jpg);
    height: 650px; /* You must set a specified height */
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
#dinner-event-carousel .dinner-event-slide.dinner-event-image-7 {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7)), url(/wp-content/uploads/2019/09/pic-7-large-web.jpg);
    height: 650px; /* You must set a specified height */
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
#dinner-event-carousel .dinner-event-slide.dinner-event-image-8 {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7)), url(/wp-content/uploads/2019/09/pic-8-large-web.jpg);
    height: 650px; /* You must set a specified height */
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
#dinner-event-carousel .dinner-event-slide.dinner-event-image-9 {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7)), url(/wp-content/uploads/2020/03/Function-4216-graded_1.jpg);
    height: 650px; /* You must set a specified height */
    background-position: center center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

@media(min-width:2000px) {
    #dinner-event-carousel .dinner-event-slide.dinner-event-image-3 {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2019/09/pic-3-large-web.jpg);
        background-position: 50% 30%; /* Center the image */
    }
    #dinner-event-carousel .dinner-event-slide.dinner-event-image-4 {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2019/09/pic-4-large-web.jpg);
        background-position: 50% 30%; /* Center the image */
    }
    #dinner-event-carousel .dinner-event-slide.dinner-event-image-5 {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2019/09/pic-5-large-web.jpg);
        background-position: 50% 30%; /* Center the image */
    }
    #dinner-event-carousel .dinner-event-slide.dinner-event-image-6 {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2019/09/pic-6-large-web.jpg);
        background-position: 50% 30%; /* Center the image */
    }
    #dinner-event-carousel .dinner-event-slide.dinner-event-image-7 {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2019/09/pic-7-large-web.jpg);
        background-position: 50% 30%; /* Center the image */
    }
    #dinner-event-carousel .dinner-event-slide.dinner-event-image-8 {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2019/09/pic-8-large-web.jpg);
        background-position: 50% 30%; /* Center the image */
    }
    #dinner-event-carousel .dinner-event-slide.dinner-event-image-9 {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2020/03/Function-4216-graded_1.jpg);
        background-position: 50% 30%; /* Center the image */
    }
}
@media(max-width:1480px) {
    .f1-dinner-container-wrap .text-container {
        width: 75%;
        padding-left: 150px;
    }
}
@media(max-width:1200px) {
    .f1-dinner-container-wrap .text-container {
        width: 100%;
        padding: 125px 125px;
    }
    .dinner-event-info {
        top: 60%;
        padding: 40px 40px 20px 40px;
        left: 10%;
    }
}
@media(max-width:1000px) {
    .dinner-event-arrow {
        display: none !important;
    }
}
@media(max-width:800px) {
    .f1-dinner-container-wrap .text-container {
        width: 100%;
        padding: 50px 120px;
    }
    .dinner-event-info {
        top: 55%;
        width: 85%;
        padding: 40px 40px 20px 40px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .contact-div {
        width: 100%;
        float: none;
        text-align: center;
    }
}
@media(max-width:600px) {
    .f1-dinner-container-wrap .text-container {
        width: 100%;
        padding: 40px 30px !important;
    }
    .dinner-event-info {
        top: 55%;
        width: 85%;
        padding: 25px 40px 10px 40px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .text-container p {
        font-size: 17px !important;
    }
    .dinner-event-info {
        top: 55%;
    }
    .dinner-event-info p{
        font-size: 15px !important;
    }
    #dinner-event-carousel .dinner-event-slide {
        height: 400px;
    }
    #dinner-event-carousel .dinner-event-slide.dinner-event-image-1 {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2019/09/pic-1-large-web.jpg);
        background-position: center top; /* Center the image */
    }
    #dinner-event-carousel .dinner-event-slide.dinner-event-image-2 {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2019/09/pic-2-large-web.jpg);
        background-position: center top; /* Center the image */
    }
    #dinner-event-carousel .dinner-event-slide.dinner-event-image-3 {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2019/09/pic-3-large-web.jpg);
        background-position: center top; /* Center the image */
    }
    #dinner-event-carousel .dinner-event-slide.dinner-event-image-4 {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2019/09/pic-4-large-web.jpg);
        background-position: center top; /* Center the image */
    }
    #dinner-event-carousel .dinner-event-slide.dinner-event-image-5 {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2019/09/pic-5-large-web.jpg);
        background-position: center top; /* Center the image */
    }
    #dinner-event-carousel .dinner-event-slide.dinner-event-image-6 {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2019/09/pic-6-large-web.jpg);
        background-position: center top; /* Center the image */
    }
    #dinner-event-carousel .dinner-event-slide.dinner-event-image-7 {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2019/09/pic-7-large-web.jpg);
        background-position: center top; /* Center the image */
    }
    #dinner-event-carousel .dinner-event-slide.dinner-event-image-8 {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2019/09/pic-8-large-web.jpg);
        background-position: center top; /* Center the image */
    }
    #dinner-event-carousel .dinner-event-slide.dinner-event-image-9 {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2019/09/pic-9-large-web.jpg);
        background-position: center top; /* Center the image */
    }
}
.button-kym-left {
    float:left;
    margin-right:20px;
    margin-bottom:10px;
}
.button-kym-right {
    float:left;
}
/* Adding PSP images to menu */
#menu-item-psp-2017 {
    background: url(/wp-content/uploads/2019/03/kym-f1-menu-2017.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: table-cell!important;
    float: none!important;
    padding: 0px 15px;
    width: 33.33%;
    height: 239px;
}
#menu-item-psp-2018 {
    background: url(/wp-content/uploads/2019/03/kym-f1-menu-2018.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: table-cell!important;
    float: none!important;
    padding: 0px 15px;
    width: 33.33%;
    height: 239px;
}
#menu-item-psp-2017 li,
#menu-item-psp-2018 li {
    width: 400px !important;
    visibility: hidden;
}
/* End Adding PSP images to menu */
/* Hide quiz title on Quiz posts */
.post.category-quiz .post-content p.fca_qc_quiz_title {
    display: none;
    margin: 0;
}
/* End Hide quiz title on Quiz posts */
/* iframe hiding header and sidebar */
.single-post #header-outer {
    display: none;
}
.single-post #sidebar {
    display: none;
}
/* Hide old F1 menu item */
#menu-item-21521, .menu-item-21521 {
    display: none;
}
.ascend #header-outer .sf-menu ul li a {
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}
.sf-menu ul {
    width: 19em;
}
.sf-menu li li ul {
    left: 19em !important;
}
.sf-menu .hidden { /* Hide old F1 race ready for next */
    display:none;
}
/* End iframe hiding header and sidebar */
/* Hiding menu items*/
header#top nav > ul > li.megamenu > ul > li#menu-item-21557,
header#top nav > ul > li.megamenu > ul > li#menu-item-21555,
header#top nav > ul > li.megamenu > ul > li#menu-item-21554,
header#top nav > ul > li.megamenu > ul > li#menu-item-21729,
header#top nav > ul > li.megamenu > ul > li#menu-item-22081,
header#top nav > ul > li.megamenu > ul > li#menu-item-22257,
header#top nav > ul > li.megamenu > ul > li#menu-item-22567,
header#top nav > ul > li.megamenu > ul > li#menu-item-22839,
header#top nav > ul > li.megamenu > ul > li#menu-item-23217,
header#top nav > ul > li.megamenu > ul > li#menu-item-27006,
header#top nav > ul > li.megamenu > ul > li#menu-item-27005,
header#top nav > ul > li.megamenu > ul > li#menu-item-27004,
header#top nav > ul > li.megamenu > ul > li#menu-item-27003,
header#top nav > ul > li.megamenu > ul > li#menu-item-27002,
header#top nav > ul > li.megamenu > ul > li#menu-item-27001,
header#top nav > ul > li.megamenu > ul > li#menu-item-27000,
header#top nav > ul > li.megamenu > ul > li#menu-item-26999,
header#top nav > ul > li.megamenu > ul > li#menu-item-26998,
header#top nav > ul > li.megamenu > ul > li#menu-item-26997,
header#top nav > ul > li.megamenu > ul > li#menu-item-26996,
header#top nav > ul > li.megamenu > ul > li#menu-item-26995,
header#top nav > ul > li.megamenu > ul > li#menu-item-27020,
header#top nav > ul > li.megamenu > ul > li#menu-item-27199,
header#top nav > ul > li.megamenu > ul > li#menu-item-27383,
header#top nav > ul > li.megamenu > ul > li#menu-item-27654,
header#top nav > ul > li.megamenu > ul > li#menu-item-27836,
header#top nav > ul > li.megamenu > ul > li#menu-item-28004,
header#top nav > ul > li.megamenu > ul > li#menu-item-28212,
header#top nav > ul > li.megamenu > ul > li#menu-item-28354,
header#top nav > ul > li.megamenu > ul > li#menu-item-28570,
header#top nav > ul > li.megamenu > ul > li#menu-item-28674,
header#top nav > ul > li.megamenu > ul > li#menu-item-28674,
header#top nav > ul > li.megamenu > ul > li#menu-item-28722,
header#top nav > ul > li.megamenu > ul > li#menu-item-28932,
header#top nav > ul > li.megamenu > ul > li#menu-item-29126,
header#top nav > ul > li.megamenu > ul > li#menu-item-29263,
header#top nav > ul > li.megamenu > ul > li#menu-item-29310,
header#top nav > ul > li.megamenu > ul > li#menu-item-29464,
header#top nav > ul > li.megamenu > ul > li#menu-item-29559,
header#top nav > ul > li.megamenu > ul > li#menu-item-29600 {
    display: none !important;
}
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-21557,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-21555,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-21554,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-21729,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-22081,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-22257,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-22567,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-22839,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-23217,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-27006,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-27005,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-27004,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-27003,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-27002,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-27001,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-27000,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-26999,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-26998,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-26997,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-26996,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-26995,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-27020,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-27199,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-27383,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-27654,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-27836,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-28004,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-28212,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-28354,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-28570,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-28674,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-28674,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-28722,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-28932,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-29126,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-29263,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-29310,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-29464,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-29559,
#mobile-menu .container > ul > li.megamenu > ul > li.menu-item-29600 {
    display: none !important;
}
/* End Hiding menu items */
/* Twitter plugin fix */
.tp_recent_tweets li {
    padding-left:30px !important;
    padding-bottom:20px !important;
    list-style-type:none !important;
}
.owl-wrapper-outer.autoHeight {
    min-height:260px;
}
.gear-title {
    background:#fff;
    display:block;
    white-space:nowrap;
    position:absolute;
    z-index:99999;
    top:10px;
    left:20px;
    padding:3px;
    border:1px solid #474747;
}
.long-title .gear-title {
    white-space:normal;
    width:500px;
}
.owl-wrapper-outer.autoHeight {
    min-height:260px;
}
.video-container,
.book-container {
    padding:2% 2% 0 !important;
}
.wpfront-message {
    padding:10px;
}
div#wpfront-notification-bar-spacer table {
    width:100%;
}
#wpfront-notification-bar div.wpfront-message {
    width:100%;
}
#wpfront-notification-bar div {
    text-align:left !important;
}
div#jwplayer-0_wrapper {
    margin:0 !important;
}
div#canity-cta {
    height:61px;
    background:url(/wp-content/uploads/2015/09/hello-bar3.png);
    background-position:center;
}
input#pwbox-19803,
input#pwbox-19806 {
    width:20%;
    margin:0px 25px;
}
.page-id-20088 #footer-outer {
    z-index:9;
}
#to-top {
    left:17px !important;
}
.orderby option[value="date"],
.orderby option[value="popularity"] {
    display:none;
}
.aos-book-header p {
    font-size:36px !important;
}
.aos-book-intro-text p {
    max-width:800px;
    margin:auto;
    text-align:center;
}
.woocommerce-page:not(.woocommerce-checkout) .container-wrap {
    background-color:#ffffff !important;
}
.woocommerce-page form.woocommerce-checkout {
    background-color:#ffffff;
    padding:30px;
    border:1px solid #e0dede;
}
.woocommerce-checkout #payment div.payment_box:before {
    display:none !important;
}
.woocommerce-page form.woocommerce-checkout #order_review_heading {
    margin-top:20px;
}
form.processing #place_order {
    opacity: 0.5;
    pointer-events: none;
}
.woocommerce .payment_box p {
    padding-left:0px !important;
}
input[type="submit"] {
    margin-top:20px !important;
}
input[name="apply_coupon"] {
    margin-top:0px !important;
}
.page-id-20088:not(.logged-in) form p:first-child {
    font-size:18px;
}
.product_meta {
    display:none;
}
table#fine-arts-pricing tr td {
    padding:5px 0px !important;
}
.woocommerce .products-carousel ul.products li.product a.link-overlay {
    cursor:pointer !important;
}
input[name='addon-36-pricing[0]'] {
    display:none !important;
}
p.minimum-price {
    display:none;
}
.product .nyp input.nyp-input {
    text-align:left !important;
}
h3.addon-name {
    font-size:14px !important;
    color:#676767;
}
.product-addon .clear {
    display:none;
}
@media (max-width:1300px) {
    .mobile-fix {
        max-width:500px;
        float:right;
        line-height:30px;
    }
}
@media (min-width:1000px) {
    .kym-testimonials .wpb_wrapper {
        margin-top:10px !important;
    }
}
@media (max-width:800px) {
    div#canity-cta {
        display:none;
    }
    #header-outer, #header-space {
        margin-top:0px !important;
    }
    .psp-link-2 img {
        max-width: 350px;
    }
}
@media (max-width:700px) {
    .marker {
        height:15px;
        width:15px;
    }
}
/* Bootstrap modal fix */
.modal-backdrop {
    z-index:1040 !important;
}
.modal {
    z-index:1050 !important;
}
/* WooCommerce theme fix */
.woocommerce .products li {
    margin-right: 1% !important;
    max-height: 375px !important;
}
#cbpw-filters2 .cbp-filter-item,
#cbpw-filters2 .cbp-filter-item.cbp-filter-item-active {
    background-color:#212121 !important;
}
.cbp-l-filters-buttonCenter {
    margin-top:30px;
}
/* Photography page fixed cta */
#nft-buy-cta {
    position:fixed;
    top:85px;
    right:-500px;
    z-index:99998;
    max-width:90%;
}
#nft-buy-cta img {
    max-width: 330px;
}
#nft-buy-cta .cta-icon {
    display:inline-block;
    padding:20px;
    border-right:1px solid #fff;
}
#nft-buy-cta .close-cta {
    position:absolute;
    top:-10px;
    right:-8px;
    background:#272727;
    line-height:1;
    width:18px;
    border-radius:50%;
    height:18px;
    padding-top:1.4px;
    padding-left:3.5px;
    color:#d2d2d2;
    z-index:99999999;
    cursor:pointer;
}
#nft-buy-cta .close-cta:hover {
    -webkit-transform:scale( 1.1 );
    transform:scale( 1.1 );
}
#photo-buy-cta,
#black-friday-2021 {
    position:fixed;
    top:85px;
    right:-500px;
    z-index:99998;
    max-width:90%;
}
#black-friday-2021 img {
    width: 100%;
    float: right;
}
#photo-buy-cta .cta-icon {
    display:inline-block;
    padding:20px;
    border-right:1px solid #fff;
}
#photo-buy-cta .cta-text {
    display:inline-block;
}
#photo-buy-cta a {
    display:block;
    color:#fff;
}
#photo-buy-cta .close-cta,
#black-friday-2021 .close-cta {
    position:absolute;
    top:-10px;
    right:-8px;
    background:#272727;
    line-height:1;
    width:18px;
    border-radius:50%;
    height:18px;
    padding-top:1.4px;
    padding-left:3.5px;
    color:#d2d2d2;
    z-index:99999999;
    cursor:pointer;
}
#photo-buy-cta .close-cta:hover,
#black-friday-2021 .close-cta:hover {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}
@media( min-width:  500px ) {
    #black-friday-2021 img {
        width: 50%;
    }
}
@media( min-width:  1200px ) {
    #black-friday-2021 img {
        width: 60%;
    }
}
@media( min-width: 1800px ) {
    #black-friday-2021 img {
        width: 70%;
    }
}
@media( min-width: 2300px ) {
    #black-friday-2021 img {
        width: 80%;
    }
}
@media ( max-width: 720px ){
    #photo-buy-cta .close-cta {
        width: 25px;
        height: 25px;
        padding-top: 5.5px;
        padding-left: 7.9px;
        font-size: 12px;
    }
}
.photo-box-link:hover {
    background:#bf8b40;
    -webkit-transition:0.4s;
    transition:0.4s;
}
.photo-box-link {
    background:#cb9548;
    padding: 20px 10px;
}
.free-shipping-container {
    display: flex;
    padding: 10px;
    border: 1px solid #cb9548;
    border-top: 0px;
    background-color: #000;
}
/* Not in use */
.free-shipping-container img {
    margin-bottom: 0px !important;
    height: 40px !important;
    position: relative;
    left: 5px;
}
.free-shipping-container h4 {
    color: #cb9548;
    width: 100%;
    padding-top: 7px;
    margin-bottom: 0px!important;
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 2px;
}
.psp-link {
    background: #c69147;
    background-image: radial-gradient(circle, #ca9449, #ca9449, #332512);
    border:1px solid  #ca9449;
    padding: 17px 20px;
}
.psp-link a:hover {
    opacity: 0.8;
}
.psp-link img {
    height: 26px;
    position: relative;
    top: -2px;
}
.psp-link-2 img {
    position: relative;
    width: 470px;
    border-radius: 5px;
    box-shadow: 3px 1px 8px 3px #272727;
}
.psp-link p {
    display: inline-block;
    color:#fff;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 17px;
    padding-bottom: 0;
}
.psp-link .cta-text {
    padding-bottom: 5px;
    font-size: 17px;
}
/* Not in use */
@media ( max-width: 600px ){
    .free-shipping-container img {
        display: none;
    }
    .free-shipping-container {
        text-align: center;
    }
}
@media ( max-width: 400px ) {
    .psp-link {
        padding: 12px 20px;
    }
    .psp-link img {
        height: 23px;
        margin-top: 1px;
    }
    .psp-link-2 img {
        max-width: 320px;
    }
    .psp-link .cta-text {
        font-size: 15px;
    }
    .psp-link p {
        font-size: 15px;
    }
}
@media ( max-width: 320px ) {
     .psp-link .cta-text {
        font-size: 12px;
    }
    .psp-link p {
        font-size: 12px;
    }
    #social-buttons {
        display: none;
    }
}
span#kym-slide {
    margin-top:75px;
    display:block;
}
body[data-bg-header="true"].archive .container-wrap, body[data-bg-header="true"].category .container-wrap, body[data-bg-header="true"].blog .container-wrap {
    padding-top:7.1em !important;
}
@media( min-width: 1100px ) {
    #nft-buy-cta img {
        max-width: 450px;
    }
}
@media( min-width: 1600px ) {
    #nft-buy-cta img {
        max-width: 500px;
    }
}
@media only screen and (min-width:1001px) {
    html body #header-outer[data-transparent-header="true"].transparent {
        background-color:rgba(0, 0, 0, 0.5) !important;
    }
    .swiper-slide p {
        padding-bottom:20px !important;
    }
    .swiper-slide .content h2 {
        margin-top:20px !important;
    }
}
.cbp-popup-lightbox-figure img {
    margin:0px !important;
    max-height:85vh !important;
}
.cbp-popup-content {
    max-width:68% !important;
    margin-top:-25px;
}
.licensing {
    padding:15px;
    background:#e1f6fd;
    text-align:center;
    border-radius:3px;
}
p.form-row.form-row-wide.addon-wrap-36-description-0 textarea {
        height:110px !important;
}
.breadcrumb.nav-day-links {
    display: none;
}
@media( max-width:1000px ) {
    .breadcrumb.nav-day-links {
        margin-top:0px;
        float:none;
        text-align:center;
        width:100%;
    }
}
@media( max-width:1400px ) {
    #buy-photography-box,
    #buy-photography-box .row-bg {
        background-image:none !important;
        background-color:#fff;
    }
    #buy-photography-box .vc_col-sm-8.buy-photography-image {
        display:none;
    }
    #buy-photography-box .vc_col-sm-4 {
        width:100%;
    }
}
.breadcrumb.nav-link,
.breadcrumb.nav-day-links {
    position:relative;
    z-index:2;
}
.page-id-21110 .woocommerce.columns-4 .caroufredsel_wrapper {
    min-height:365px !important;
}
.page-id-21110 .container-wrap {
    padding-bottom:0px !important;
}
.cbp-popup-lightbox .cbp-popup-close {
    top:80px !important;
}
@media ( min-width: 1px ) and ( max-width: 1000px ) {
    body .container-wrap .wpb_wrapper .portfolio-filters-inline.full-width-content.first-section {
        padding-top: 85px !important;
    }
}
body.page-id-19856 .portfolio-filters-inline.first-section {
    padding-top:120px !important;
}
#share-facebook,
#buy-print {
    background-color:#cb9548 !important;
    color:#fff !important;
    padding:10px 20px !important;
    top:10px !important;
    position:absolute !important;
    right:0;
    margin:auto !important;
    text-align:center !important;
    text-transform:uppercase !important;
    font-family:'loveloblack', 'Open Sans', sans-serif !important;
    letter-spacing:2px !important;
    border-radius:3px !important;
}
#buy-print {
    left:-200px !important;
    width:140px !important;
}
#share-facebook {
    left:200px !important;
    width:240px !important;
}
@media(max-width:800px) {
    #share-facebook,
    #buy-print {
        padding:5px !important;
        font-size:10px !important;
        letter-spacing:1px !important;
    }
    #buy-print {
        left:-165px !important;
        width:80px !important;
    }
    #share-facebook {
        left:90px !important;
        width:150px !important;
    }
}
@media(max-width:500px) {
    .cbp-popup-lightbox-counter {
        display:none;
    }
    .page-id-21110 .section-button{
        display: inline-flex;
    }
    .page-id-21110 .section-button a {
        padding: 15px 54px;
    }
}
@media(max-width:1500px) {
    #ph-hero-header-text {
        max-width:600px !important;
    }
    .parent-pageid-23211 #ph-hero-header-text {
            max-width: 700px !important;
    }
}
@media(max-width:1000px) {
    .container-wrap, .project-title {
        padding-top:0px;
        margin-top:0px;
    }
    #f1-hero {
        padding-top:20px !important;
        padding-bottom:50px !important;
    }
}
@media(max-width:1100px) {
    .page-id-21499 #ph-hero-header-text,
    .page-id-22253 #ph-hero-header-text {
        max-width:400px !important;
    }
}
@media(max-width:800px) {
    .page-id-21499 #ph-hero-header-text,
    .page-id-22253 #ph-hero-header-text {
        max-width:300px !important;
    }
}
@media(max-width:700px) {
    .page-id-21499 #ph-hero-header-text,
    .page-id-22253 #ph-hero-header-text {
        max-width:200px !important;
    }
}
@media(max-width:600px) {
    #ph-hero-header-text h1 {
        font-size:15px !important;
        line-height:0px !important;
    }
    #ph-hero-header-text h2 {
        font-size:12px !important;
    }
}
@media(max-width:450px) {
    #ph-hero-header-text h1 {
        font-size:10px !important;
        line-height:0px !important;
    }
    #ph-hero-header-text h2 {
        font-size:8px !important;
    }
}
@media(max-width:600px) {
    #photo-buy-cta {
        padding:5px !important;
        font-size:12px !important;
        top:65px !important;
        min-width:305px !important;
    }
}
@media(max-width:450px) {
    #photo-buy-cta {
        padding:0px !important;
        font-size:10px !important;
        top:60px !important;
    }
}
@media(max-width:350px) {
    #photo-buy-cta {
        padding:0px !important;
        font-size:8px !important;
        top:40px !important;
        min-width:230px !important;
    }
    #photo-buy-cta .close-cta {
        top:5px !important;
        line-height:2 !important;
    }
}
.nav-day-links {
    display:inline-block;
    float:right;
    padding:5px 10px;
    background-color:#d89e4d;
    border-radius:5px;
    color:#fff;
    box-shadow:5px 5px 5px #c9c9c9;
}
.nav-day-links:hover {
    background-color:#b17b31;
}
.nav-day-links a {
    color:#fff;
}
.nav-day-link {
    display:inline-block;
    padding:0px 20px;
}
.nav-day-link:nth-child(1),
.nav-day-link:nth-child(2),
.nav-day-link:nth-child(3),
.nav-day-link:nth-child(4) {
    border-right:1px solid #ccc;
}
.nav-day-link a.current {
    color:#676767;
}
.brickwall-pattern {
    background:url(/wp-content/uploads/2017/02/brickwall_pattern.png) repeat;
    padding-bottom:200px !important;
}
.parent-pageid-21134 .brickwall-pattern {
    padding-bottom:30px !important;
}
.cbp-l-filters-dropdown {
    display:none;
}
.cbp-popup-lightbox .cbp-popup-close {
    top:80px !important;
}
.cbp-popup-lightbox-img {
    margin:70px 0 20px !important;
}
.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform:translateY(0px) !important;
    transform:translateY(0px) !important;
}
.cbp-l-filters-dropdownWrap {
    display:none;
}
.breadcrumb.nav-link {
    margin-top:40px;
}
.breadcrumb.nav-day-links {
    float:right;
    margin-top:5px;
    margin-bottom:20px !important;
}
#ph-hero {
    background:#292019 url(/wp-content/uploads/2017/04/f1-slide.jpg) no-repeat center top;
    background-size:cover !important;
    background-position:center bottom;
}
.page-id-21108 #ph-hero {
    background:#292019 url(/wp-content/uploads/2015/11/Face1-7624.jpg) no-repeat center top;
    margin-top:0px !important;
}
.page-id-21109 #ph-hero {
    background:#292019 url(/wp-content/uploads/2017/03/Perth-for-WA-gallery.jpg) no-repeat center bottom;
    margin-top:0px !important;
}
.page-id-26779 #ph-hero {
    background: #292019 url(/wp-content/uploads/2018/02/breast-project-header-img.jpg) no-repeat center center;
    background-position: center center;
}
.page-id-21104 #ph-hero {
    background:#292019 url(/wp-content/uploads/2016/03/For-k-i.jpg) no-repeat center bottom;
    margin-top:0px !important;
}
@media (min-width: 1000px){
    #ph-hero-header-text h1{
        font-size: 46px !important;
    }
}
.flag {
    display:inline-block;
    width:32px;
    height:32px;
    background:url('flags.png') no-repeat;
}
.flag.flag-dm {
    background-position:-224px -96px;
}
.flag.flag-ht {
    background-position:-416px -160px;
}
.flag.flag-gg {
    background-position:-384px -128px;
}
.flag.flag-tc {
    background-position:-448px -384px;
}
.flag.flag-gt {
    background-position:-192px -160px;
}
.flag.flag-fj {
    background-position:-96px -128px;
}
.flag.flag-bd {
    background-position:-64px -32px;
}
.flag.flag-mv {
    background-position:-256px -288px;
}
.flag.flag-cd {
    background-position:-128px -64px;
}
.flag.flag-it {
    background-position:-288px -192px;
}
.flag.flag-st {
    background-position:-320px -384px;
}
.flag.flag-ls {
    background-position:-64px -256px;
}
.flag.flag-tg {
    background-position:-32px -416px;
}
.flag.flag-td {
    background-position:0 -416px;
}
.flag.flag-jp {
    background-position:-448px -192px;
}
.flag.flag-ae {
    background-position:-32px 0;
}
.flag.flag-sm {
    background-position:-192px -384px;
}
.flag.flag-gp {
    background-position:-96px -160px;
}
.flag.flag-gb {
    background-position:-256px -128px;
}
.flag.flag-lu {
    background-position:-128px -256px;
}
.flag.flag-gu {
    background-position:-224px -160px;
}
.flag.flag-ml {
    background-position:-448px -256px;
}
.flag.flag-bb {
    background-position:-32px -32px;
}
.flag.flag-bw {
    background-position:0 -64px;
}
.flag.flag-bh {
    background-position:-192px -32px;
}
.flag.flag-cz {
    background-position:-96px -96px;
}
.flag.flag-tr {
    background-position:-256px -416px;
}
.flag.flag-vg {
    background-position:-192px -448px;
}
.flag.flag-es {
    background-position:0 -128px;
}
.flag.flag-ro {
    background-position:-256px -352px;
}
.flag.flag-by {
    background-position:-32px -64px;
}
.flag.flag-mg {
    background-position:-352px -256px;
}
.flag.flag-za {
    background-position:-384px -448px;
}
.flag.flag-do {
    background-position:-256px -96px;
}
.flag.flag-hk {
    background-position:-320px -160px;
}
.flag.flag-my {
    background-position:-352px -288px;
}
.flag.flag-us {
    background-position:0 -448px;
}
.flag.flag-lv {
    background-position:-160px -256px;
}
.flag.flag-na {
    background-position:-416px -288px;
}
.flag.flag-fo {
    background-position:-160px -128px;
}
.flag.flag-gi {
    background-position:-448px -128px;
}
.flag.flag-cf {
    background-position:-160px -64px;
}
.flag.flag-rs {
    background-position:-288px -352px;
}
.flag.flag-az {
    background-position:-448px 0;
}
.flag.flag-ye {
    background-position:-352px -448px;
}
.flag.flag-ke {
    background-position:0 -224px;
}
.flag.flag-mr {
    background-position:-128px -288px;
}
.flag.flag-ck {
    background-position:-288px -64px;
}
.flag.flag-pe {
    background-position:-320px -320px;
}
.flag.flag-li {
    background-position:-448px -224px;
}
.flag.flag-lb {
    background-position:-384px -224px;
}
.flag.flag-gm {
    background-position:-32px -160px;
}
.flag.flag-gd {
    background-position:-288px -128px;
}
.flag.flag-va {
    background-position:-96px -448px;
}
.flag.flag-sl {
    background-position:-160px -384px;
}
.flag.flag-ua {
    background-position:-416px -416px;
}
.flag.flag-iq {
    background-position:-192px -192px;
}
.flag.flag-eg {
    background-position:-384px -96px;
}
.flag.flag-ca {
    background-position:-96px -64px;
}
.flag.flag-mt {
    background-position:-192px -288px;
}
.flag.flag-mn {
    background-position:-32px -288px;
}
.flag.flag-mh {
    background-position:-384px -256px;
}
.flag.flag-uy {
    background-position:-32px -448px;
}
.flag.flag-nr {
    background-position:-192px -320px;
}
.flag.flag-no {
    background-position:-128px -320px;
}
.flag.flag-bt {
    background-position:-448px -32px;
}
.flag.flag-th {
    background-position:-64px -416px;
}
.flag.flag-mo {
    background-position:-64px -288px;
}
.flag.flag-tm {
    background-position:-160px -416px;
}
.flag.flag-lk {
    background-position:0 -256px;
}
.flag.flag-gn {
    background-position:-64px -160px;
}
.flag.flag-ec {
    background-position:-320px -96px;
}
.flag.flag-il {
    background-position:-64px -192px;
}
.flag.flag-so {
    background-position:-256px -384px;
}
.flag.flag-cg {
    background-position:-192px -64px;
}
.flag.flag-ng {
    background-position:-32px -320px;
}
.flag.flag-ai {
    background-position:-128px 0;
}
.flag.flag-pw {
    background-position:-128px -352px;
}
.flag.flag-et {
    background-position:-32px -128px;
}
.flag.flag-kw {
    background-position:-256px -224px;
}
.flag.flag-at {
    background-position:-352px 0;
}
.flag.flag-je {
    background-position:-352px -192px;
}
.flag.flag-mx {
    background-position:-320px -288px;
}
.flag.flag-pf {
    background-position:-352px -320px;
}
.flag.flag-ky {
    background-position:-288px -224px;
}
.flag.flag-tl {
    background-position:-128px -416px;
}
.flag.flag-fm {
    background-position:-128px -128px;
}
.flag.flag-mu {
    background-position:-224px -288px;
}
.flag.flag-ni {
    background-position:-64px -320px;
}
.flag.flag-af {
    background-position:-64px 0;
}
.flag.flag-sy {
    background-position:-384px -384px;
}
.flag.flag-id {
    background-position:0 -192px;
}
.flag.flag-as {
    background-position:-320px 0;
}
.flag.flag-hu {
    background-position:-448px -160px;
}
.flag.flag-aw {
    background-position:-416px 0;
}
.flag.flag-jm {
    background-position:-384px -192px;
}
.flag.flag-gh {
    background-position:-416px -128px;
}
.flag.flag-ne {
    background-position:0 -320px;
}
.flag.flag-al {
    background-position:-160px 0;
}
.flag.flag-jo {
    background-position:-416px -192px;
}
.flag.flag-de {
    background-position:-128px -96px;
}
.flag.flag-br {
    background-position:-384px -32px;
}
.flag.flag-tz {
    background-position:-384px -416px;
}
.flag.flag-bz {
    background-position:-64px -64px;
}
.flag.flag-zm {
    background-position:-416px -448px;
}
.flag.flag-tw {
    background-position:-352px -416px;
}
.flag.flag-pk {
    background-position:-448px -320px;
}
.flag.flag-bs {
    background-position:-416px -32px;
}
.flag.flag-mz {
    background-position:-384px -288px;
}
.flag.flag-ki {
    background-position:-96px -224px;
}
.flag.flag-ad {
    background-position:0 0;
}
.flag.flag-ag {
    background-position:-96px 0;
}
.flag.flag-kg {
    background-position:-32px -224px;
}
.flag.flag-vu {
    background-position:-288px -448px;
}
.flag.flag-pl {
    background-position:0 -352px;
}
.flag.flag-pr {
    background-position:-32px -352px;
}
.flag.flag-cr {
    background-position:-448px -64px;
}
.flag.flag-ve {
    background-position:-160px -448px;
}
.flag.flag-re {
    background-position:-224px -352px;
}
.flag.flag-bi {
    background-position:-224px -32px;
}
.flag.flag-ly {
    background-position:-192px -256px;
}
.flag.flag-bf {
    background-position:-128px -32px;
}
.flag.flag-uz {
    background-position:-64px -448px;
}
.flag.flag-tn {
    background-position:-192px -416px;
}
.flag.flag-me {
    background-position:-320px -256px;
}
.flag.flag-ar {
    background-position:-288px 0;
}
.flag.flag-km {
    background-position:-128px -224px;
}
.flag.flag-mc {
    background-position:-256px -256px;
}
.flag.flag-ba {
    background-position:0 -32px;
}
.flag.flag-gr {
    background-position:-160px -160px;
}
.flag.flag-rw {
    background-position:-352px -352px;
}
.flag.flag-kp {
    background-position:-192px -224px;
}
.flag.flag-sn {
    background-position:-224px -384px;
}
.flag.flag-dk {
    background-position:-192px -96px;
}
.flag.flag-co {
    background-position:-416px -64px;
}
.flag.flag-to {
    background-position:-224px -416px;
}
.flag.flag-om {
    background-position:-256px -320px;
}
.flag.flag-md {
    background-position:-288px -256px;
}
.flag.flag-dz {
    background-position:-288px -96px;
}
.flag.flag-tv {
    background-position:-320px -416px;
}
.flag.flag-vc {
    background-position:-128px -448px;
}
.flag.flag-mm {
    background-position:0 -288px;
}
.flag.flag-ws {
    background-position:-320px -448px;
}
.flag.flag-se {
    background-position:-32px -384px;
}
.flag.flag-gy {
    background-position:-288px -160px;
}
.flag.flag-ao {
    background-position:-256px 0;
}
.flag.flag-ma {
    background-position:-224px -256px;
}
.flag.flag-sg {
    background-position:-64px -384px;
}
.flag.flag-kh {
    background-position:-64px -224px;
}
.flag.flag-cm {
    background-position:-352px -64px;
}
.flag.flag-ch {
    background-position:-224px -64px;
}
.flag.flag-ge {
    background-position:-320px -128px;
}
.flag.flag-cv {
    background-position:-32px -96px;
}
.flag.flag-mw {
    background-position:-288px -288px;
}
.flag.flag-eh {
    background-position:-416px -96px;
}
.flag.flag-nc {
    background-position:-448px -288px;
}
.flag.flag-pg {
    background-position:-384px -320px;
}
.flag.flag-cn {
    background-position:-384px -64px;
}
.flag.flag-ee {
    background-position:-352px -96px;
}
.flag.flag-ir {
    background-position:-224px -192px;
}
.flag.flag-lc {
    background-position:-416px -224px;
}
.flag.flag-sa {
    background-position:-384px -352px;
}
.flag.flag-vn {
    background-position:-256px -448px;
}
.flag.flag-kr {
    background-position:-224px -224px;
}
.flag.flag-bg {
    background-position:-160px -32px;
}
.flag.flag-si {
    background-position:-96px -384px;
}
.flag.flag-vi {
    background-position:-224px -448px;
}
.flag.flag-mk {
    background-position:-416px -256px;
}
.flag.flag-lt {
    background-position:-96px -256px;
}
.flag.flag-dj {
    background-position:-160px -96px;
}
.flag.flag-ps {
    background-position:-64px -352px;
}
.flag.flag-an {
    background-position:-224px 0;
}
.flag.flag-kn {
    background-position:-160px -224px;
}
.flag.flag-ph {
    background-position:-416px -320px;
}
.flag.flag-sr {
    background-position:-288px -384px;
}
.flag.flag-ga {
    background-position:-224px -128px;
}
.flag.flag-pt {
    background-position:-96px -352px;
}
.flag.flag-pa {
    background-position:-288px -320px;
}
.flag.flag-sz {
    background-position:-416px -384px;
}
.flag.flag-sd {
    background-position:0 -384px;
}
.flag.flag-am {
    background-position:-192px 0;
}
.flag.flag-lr {
    background-position:-32px -256px;
}
.flag.flag-bo {
    background-position:-352px -32px;
}
.flag.flag-sk {
    background-position:-128px -384px;
}
.flag.flag-im {
    background-position:-128px -192px;
}
.flag.flag-cy {
    background-position:-64px -96px;
}
.flag.flag-tt {
    background-position:-288px -416px;
}
.flag.flag-np {
    background-position:-160px -320px;
}
.flag.flag-nl {
    background-position:-96px -320px;
}
.flag.flag-is {
    background-position:-256px -192px;
}
.flag.flag-kz {
    background-position:-320px -224px;
}
.flag.flag-er {
    background-position:-448px -96px;
}
.flag.flag-hr {
    background-position:-384px -160px;
}
.flag.flag-au {
    background-position:-384px 0;
}
.flag.flag-cl {
    background-position:-320px -64px;
}
.flag.flag-ie {
    background-position:-32px -192px;
}
.flag.flag-be {
    background-position:-96px -32px;
}
.flag.flag-zw {
    background-position:-448px -448px;
}
.flag.flag-tj {
    background-position:-96px -416px;
}
.flag.flag-qa {
    background-position:-192px -352px;
}
.flag.flag-nz {
    background-position:-224px -320px;
}
.flag.flag-bj {
    background-position:-256px -32px;
}
.flag.flag-mq {
    background-position:-96px -288px;
}
.flag.flag-py {
    background-position:-160px -352px;
}
.flag.flag-ms {
    background-position:-160px -288px;
}
.flag.flag-bm {
    background-position:-288px -32px;
}
.flag.flag-fi {
    background-position:-64px -128px;
}
.flag.flag-ru {
    background-position:-320px -352px;
}
.flag.flag-gl {
    background-position:0 -160px;
}
.flag.flag-gw {
    background-position:-256px -160px;
}
.flag.flag-la {
    background-position:-352px -224px;
}
.flag.flag-sc {
    background-position:-448px -352px;
}
.flag.flag-in {
    background-position:-160px -192px;
}
.flag.flag-bn {
    background-position:-320px -32px;
}
.flag.flag-sv {
    background-position:-352px -384px;
}
.flag.flag-hn {
    background-position:-352px -160px;
}
.flag.flag-sb {
    background-position:-416px -352px;
}
.flag.flag-ci {
    background-position:-256px -64px;
}
.flag.flag-gq {
    background-position:-128px -160px;
}
.flag.flag-cu {
    background-position:0 -96px;
}
.flag.flag-ug {
    background-position:-448px -416px;
}
.flag.flag-fr {
    background-position:-192px -128px;
}
#f1-hero {
    background:url(https://www.kymillman.com/wp-content/uploads/2017/03/Race-Day-Hero.jpg) no-repeat center;
    background-size:cover;
}
.page-id-21110 #f1-hero {
    background:url(/wp-content/uploads/2021/08/kym-photography-main-header-background.jpg) no-repeat center;
    background-size:cover;
}
.page-id-21457 #f1-hero,
.page-id-21134 #f1-hero {
    background: url(/wp-content/uploads/2023/04/Formula-1-background-2023.jpg) no-repeat center;
    background-size: cover;
}
.page-id-21457 #f1-hero h1,
.page-id-21134 #f1-hero h1,
.page-id-21457 #f1-hero h3,
.page-id-21134 #f1-hero h3 {
    margin-bottom: 0px;
}
.f1-btn-links-container a {
    margin-right: 10px;
}
.page-id-21457 #f1-hero h1,
.page-id-21134 #f1-hero h1,
.page-id-21457 #f1-hero h3,
.page-id-21134 #f1-hero h3,
.page-id-21457 #f1-hero h4,
.page-id-21134 #f1-hero h4 {
    padding: 10px 15px 5px 20px;
}
.page-id-21457 #f1-hero h1,
.page-id-21134 #f1-hero h1 {
    padding-top: 20px;
}
.page-id-21457 #f1-hero h3,
.page-id-21134 #f1-hero h3 {
    font-family: 'Open Sans' !important;
    font-size: 25px;
}
.page-id-21457 #f1-hero h4,
.page-id-21134 #f1-hero h4 {
    font-family: 'Open Sans' !important;
    font-weight: 400 !important;
    padding-bottom: 20px;
}
.arrow-scroll {
    display: none;
    text-align: center;
    margin: -3% 0;
    margin-top: 5px;
    z-index: 999;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 100px;
    width: 100%;
    left: 0;
}
.arrow-scroll #scrolldown img {
    margin: auto;
    max-width: 50px;
    animation: pulse 2s ease 0s infinite;
}
.arrow-scroll #scrolldown img:hover {
    cursor: pointer;
}
#f1-hero .f1-btn-links-container a.nectar-button {
    background-color: rgba(128,16,1,0.85) !important;
    transition: all 0.5s ease;
    font-family: 'Open Sans';
    font-size: 17.5px;
    font-weight: 600;
    text-align: center;
    width: 16%;
    min-height: 150px;
    max-height: 150px;
    height: 150px;
    display:table;
    padding: 7px !important;
}
.page-id-21110 #f1-hero .f1-btn-links-container a.nectar-button {
    background-color: rgba(0, 0, 0, 0.7) !important;
    width: 20%;
    color: rgba(203, 149, 72, 1) !important;
    font-size: 19px;
    line-height: 1.2;
}
.page-id-21110 #f1-hero h1 {
    font-family: 'loveloblack', 'Open Sans', sans-serif;
    width: 75%;
}
.page-id-21110 #f1-hero h4 {
    width: 75%;
}
.page-id-21110 #f1-hero .f1-btn-links-container a.nectar-button:hover {
    background-color: rgba( 203, 149, 72, 0.8 ) !important;
    opacity: 1 !important;
    color: #fff !important;
}
.page-id-21110 #f1-hero .f1-btn-links-container a.nectar-button.focus {
    background-color: rgba( 203, 149, 72, 0.8 ) !important;
    opacity: 1 !important;
    color: #fff !important;
}
.page-id-21110 #f1-hero .f1-btn-links-container{
    width: 100%;
    margin-left: -15px;
}
.f1-btn-links-container a.nectar-button span{
    display: table-cell;
    vertical-align: middle;
}
.f1-btn-links-container a.nectar-button:hover {
    background-color: rgba( 203, 149, 72, 0.8 ) !important;
    opacity: 1 !important;
}
.page-id-21110 #featured-work h3{
    color: rgb( 203, 149, 72);
}
.page-id-21110 .section-heading{
    font-size: 40px;
    line-height: 1.2;
}

.page-id-21110 #slide-1 .section-heading,
.page-id-21110 #slide-3 .section-heading,
.page-id-21110 #slide-5 .section-heading{
    color: rgb( 203, 149, 72);
    text-transform: uppercase;
}
.page-id-21110 #slide-2 .section-heading,
.page-id-21110 #slide-4 .section-heading,
.page-id-21110 #slide-6 .section-heading{
    color: #fff;
    text-transform: uppercase;
}
.page-id-21110 #slide-2 .section-para,
.page-id-21110 #slide-4 .section-para,
.page-id-21110 #slide-6 .section-para{
    color: #fff;
    width: 50%;
    margin: 50px auto;
    font-size: 16px;
}
.page-id-21110 #slide-1 .section-para,
.page-id-21110 #slide-3 .section-para,
.page-id-21110 #slide-5 .section-para{
    color: #000;
    width: 50%;
    margin: 50px auto;
    font-size: 16px;
}
.page-id-21110 .section-button a{
    font-weight: 700;
    margin: 2px;
}

.page-id-21110 #slide-1 .section-button a,
.page-id-21110 #slide-3 .section-button a,
.page-id-21110 #slide-5 .section-button a{
    background-color: rgb( 203, 149, 72);
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
}
.page-id-21110 #slide-2 .section-button a,
.page-id-21110 #slide-4 .section-button a,
.page-id-21110 #slide-6 .section-button a{
    background-color: #fff;
    color: rgb( 203, 149, 72);
    text-transform: uppercase;
    padding: 15px 20px;
}
.page-id-21110 .container{
    top: 30%;
}
.page-id-21110 .slider{
    height: 100vh;
}
#social-buttons {
    position: absolute;
    display: none;
    right: 10px;
    bottom: 50%;
    z-index: 9999;
    margin-bottom: -50px;
}
#social-buttons img {
    color: #7b7b7b;
    filter: grayscale();
    width: 30px;
    transition: 1s all ease;
}
#social-buttons img:hover {
    color: #fff;
}
#social-buttons a {
    display: block;
    margin-bottom: 15px;
}
#social-buttons svg {
    fill: #7b7b7b;
    width: 30px;
    transition: 1s all ease;
}
#social-buttons svg:hover {
    fill: #fff;
}
@media (min-width: 1001px) {
    #social-buttons {
        display: block;
    }
}
.footer-socials a {
    display: inline-block;
    padding: 0px 10px;
}
.footer-socials svg {
    fill: #7b7b7b;
    width: 35px;
    height: 28px;
    transition: 1s all ease;
}
.footer-socials svg:hover {
    fill: #fff;
}
@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale( 1 );
    }
    50% {
        opacity: 1;
        transform: scale( 1.3 );
    }
    100% {
        opacity: 1;
        transform: scale( 1.0 );
    }
}

@media( min-width: 900px ) {
    .page-id-21457 #f1-hero,
    .page-id-21134 #f1-hero {
        padding-top: 250px !important;
        padding-bottom: 30px !important;
    }
    #f1-hero .f1-hero-box-1 {
        margin-top: 17%;
        margin-left: 7%;
    }
    .page-id-21457 #f1-hero h1,
    .page-id-21134 #f1-hero h1 {
        width: 50%;
    }
}
@media( min-width: 1200px ) {
    .page-id-21457 #f1-hero,
    .page-id-21134 #f1-hero {
        padding-top: 265px !important;
        padding-bottom: 10px !important;
    }
    #f1-hero .f1-hero-box-1 {
        margin-top: 10%;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 0 60px;
    }
    .page-id-21457 #f1-hero h1,
    .page-id-21134 #f1-hero h1,
    .page-id-21457 #f1-hero h3,
    .page-id-21134 #f1-hero h3,
    .page-id-21457 #f1-hero h4,
    .page-id-21134 #f1-hero h4 {
        padding: 10px 15px 0px 20px;
    }
    .page-id-21457 #f1-hero h1,
    .page-id-21134 #f1-hero h1 {
        padding-bottom: 0px;
        font-size: 54px;
    }
    .page-id-21457 #f1-hero h4,
    .page-id-21134 #f1-hero h4 {
        padding-bottom: 15px;
    }
    .arrow-scroll {
        display: block;
    }
}
@media( min-width: 1300px ) {
    .f1-btn-links-container a {
        margin-bottom: 0px;
    }
    .f1-btn-links-container a:first-child {
        margin-left: auto;
    }
    .f1-btn-links-container a:last-child {
        margin-right: auto;
    }
    .f1-btn-links-container a {
        padding: 10px 5px !important;
    }
}
@media( min-width: 1600px ) {
    .page-id-21457 #f1-hero,
    .page-id-21134 #f1-hero {
        padding-top: 420px !important;
        padding-bottom: 105px !important;
    }
    .page-id-21457 #f1-hero h1,
    .page-id-21134 #f1-hero h1,
    .page-id-21457 #f1-hero h3,
    .page-id-21134 #f1-hero h3,
    .page-id-21457 #f1-hero h4,
    .page-id-21134 #f1-hero h4 {
        padding: 15px 20px 0px 20px;
    }
    .page-id-21457 #f1-hero h4,
    .page-id-21134 #f1-hero h4 {
        padding-bottom: 20px;
        font-size: 22px;
    }
    .page-id-21457 #f1-hero h1,
    .page-id-21134 #f1-hero h1 {
        font-size: 54px;
    }
    .f1-btn-links-container a {
        padding: 10px !important;
    }
}
@media( min-width: 2201px ) {
    .page-id-21457 #f1-hero,
    .page-id-21134 #f1-hero {
        padding-top: 620px !important;
        padding-bottom: 230px !important;
    }
    #f1-hero .f1-hero-box-1 {
        margin-top: 0%;
        margin-left: 7%;
    }
    .page-id-21110 #f1-hero .f1-hero-box-1 {
        margin-top: 20%;
    }
    .page-id-21110 #f1-hero .f1-btn-links-container{
        margin-top: 10%;
    }
    .page-id-21110 #f1-hero {
        height: 70vh;
    }
    .arrow-scroll {
        bottom: 150px;
    }
}
#f1-hero .nectar-recent-post-bg {
    margin:0 !important;
}
#f1-hero .recent-post-container .strong {
    display:none;
}
#f1-box-container {
    width:99%;
}
.f1-box {
    width:100%;
    height:220px !important;
    background-size:150% !important;
    position:relative;
    margin-right:7px;
}
.f1-box-video {
    width:100%;
    position:relative;
    margin-right:7px;
}
.recent-video-container {
  margin-left: 0px;
}
.f1-box-video .iframe-embed {
  margin-bottom: 5px !important;
}
.f1-box-video-container{
  margin: 0px 15px;
  text-align: left;
}
.f1-box-video-title{
    font-weight: 800;
    padding-bottom: 5px !important;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.f1-youtube-video-description {
    text-align: left;
    padding: 60px 40px;
}
.f1-youtube-video-description h4 {
    font-family: 'loveloblack', 'Open Sans', sans-serif !important;
    font-size: 20px !important;
    padding-bottom: 10px;
    font-weight: 800;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 30px !important;
}
.f1-youtube-video-description p {
    padding-bottom: 15px !important;
}
@media( max-width: 800px ) {
    #emilia-romagna-box span,
    .five-day-box span {
        font-size: 15px;
    }
    #emilia-romagna-box ul li a,
    .five-day-box ul li a {
        font-size: 11px;
    }
    .page-id-21110 #f1-hero h1,
    .page-id-21110 #f1-hero h4{
        width: 100%;
    }
}
@media ( min-width: 1001px ) {
    .f1-video-description-row {
        display: flex;
    }
    .f1-video-description-container {
        height: 100%;
        margin-left: 9px !important;
        width: 32.75% !important;
    }
}
@media ( max-width: 600px ) {
    .f1-box-video-description {
        display: none !important;
    }
}
@media (max-width: 991px ) {
    #f1-youtube-videos-wrapper,
    #f1-events-wrapper{
        padding-bottom: 24% !important;
    }
    #f1-hero .vc_col-sm-4.f1-hero-text.wpb_column.column_container.col.no-extra-padding.instance-1{
        margin-top: 0 !important;
    }
    #social-buttons{
        top: 100px;
        right: 20px;
        height: 150px;
    }
    #f1-hero .f1-hero-text{
        display: none;
    }
}
@media (max-width: 690px ){
    #f1-youtube-videos-wrapper,
    #f1-events-wrapper {
        padding-bottom: 36% !important;
    }
}
.f1-title {
    color:#fff;
    font-family:'loveloblack', 'Open Sans', sans-serif;
    text-transform:uppercase;
    font-size:18px;
    position:absolute;
    bottom:-4px;
    width:100%;
    padding-bottom:5px;
    padding-left:15px;
    line-height:17px;
    /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.85+91 */
    background:-moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 91%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
    background:-webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 91%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
    background:linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 91%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}
.f1-title ul {
    padding:0px !important;
    margin-left:0;
}
.f1-title ul li {
    list-style:none;
    font-size:14px;
    float:left;
    margin-right:0px;
    padding-right:0px;
}
.f1-title ul li a {
    padding:4px 10px;
    display:block;
    border:1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
}
.f1-title small {
    font-family:'Open Sans', sans-serif;
    text-transform:capitalize;
    font-size:12px;
}
.f1-subheading h2 {
    font-family:'loveloblack', 'Open Sans', sans-serif;
    letter-spacing:2px;
    font-size:31px;
}
.f1-subheading h2 {
    padding-bottom:10px;
    margin-bottom:10px !important;
    position:relative;
}
.f1-subheading h2:after {
    content:'';
    display:block;
    width:70px;
    height:2px;
    background:#bfbfbf;
    left:0px;
    right:0px;
    position:absolute;
    margin:auto;
    bottom:0px;
}
.f1-title ul li a:hover {
    background:#410604;
}
.f1-blog-sidebar-img {
    display: block;
    text-align: center;
}
.f1-blog-sidebar-img img {
    transition: all 0.5s ease;
}
.f1-blog-sidebar-img:hover img {
    transform: scale( 1.05 );
}
#text-6 .textwidget div,
#text-8 .textwidget div {
    text-align: center;
}
.blog-sb-overlay {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:999;
    background:rgba(0, 0, 0, 0.7);
    display:none;
}
.blog-sb-container {
    margin:140px auto 0;
    max-width:500px;
    display:block;
    background:#fff url(/wp-content/uploads/2017/03/blog-popup-bg.jpg);
    padding:30px;
    box-shadow:0px 0px 40px 0px rgba(0, 0, 0, 0.45);
    position:relative;
}
.blog-popup-close {
    position:absolute;
    top:-14px;
    right:-14px;
    background:#efefef;
    width:30px;
    height:30px;
    border-radius:50%;
    text-align:center;
    box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    cursor:pointer;
    transition:0.2s;
}
.blog-popup-close i.icon-default-style {
    font-size:20px !important;
    color:#000 !important;
}
.blog-popup-close:hover {
    transform:scale(1.1);
    transition:0.2s;
}
.blog-icon-container {
    display:block;
    width:60px;
    height:60px;
    margin:auto;
    background:#efefef;
    border-radius:50%;
    text-align:center;
    padding-top:16px;
}
.blog-sb-container label.es_shortcode_form_name,
.blog-sb-container label.es_shortcode_form_email {
    color:#444444;
    font-weight:600;
}
.blog-sb-container input[type=text] {
    background:#fff !important;
}
#recent-posts-extra-2 ul li {
    background:#f5f5f5;
    margin-bottom:10px;
    padding:7px !important;
    box-shadow: 0px 7px 7px -10px #000;
}
#sidebar #email-subscribers-2 {
    background:#fff;
    padding:20px;
}
#text-2 {
    background:#fff;
    padding:20px;
}
ul.crafty-social-buttons-list li a img {
    max-width:45px !important;
}
#sidebar > div {
    margin-bottom:25px !important;
}
.ascend #footer-outer .widget h4, .ascend #sidebar h4 {
    margin-bottom:12px;
    line-height:20px;
}
.f1-photography-cta h3 {
 margin-bottom: 20px !important;
}
.f1-photography-cta a.button {
    background-color: #801001 !important;
    font-family: 'loveloblack', 'Open Sans', sans-serif;
    text-transform: uppercase!important;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 15px;
    color:#fff;
}
.f1-photography-cta  a.button:hover  {
    opacity: 0.75 !important;
}
@media( max-width: 900px ) {
    #f1-need-images-link {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    #f1-hero .f1-btn-links-container a {
        min-width: 100%;
    }
    .f1-btn-links-container a.nectar-button{
        min-height: 80px;
    }
    #f1-hero .f1-btn-links-container a.nectar-button{
        height: 80px;
        min-height: 80px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .page-id-21110 #f1-hero .f1-btn-links-container a.nectar-button.focus {
        background-color: rgba(0, 0, 0, 0.7) !important;
        color: rgba(203, 149, 72, 1) !important;
    }
    .page-id-21110 #f1-hero .f1-btn-links-container{
        width: 100%;
        margin-left: 0px;
        display: inline-grid;
    }
    .page-id-21110 #f1-hero .f1-btn-links-container #wa-btn{
        order: 2;
        margin: 15px auto;
    }
    .page-id-21110 #f1-hero .f1-btn-links-container #aos-btn{
        order: 3;
        margin: 15px auto;
    }
    .page-id-21110 #f1-hero .f1-btn-links-container #formula-1-btn{
        order: 1;
        margin: 15px auto;
    }
    .page-id-21110 #f1-hero .f1-btn-links-container #human-form-btn{
        order: 4;
        margin: 15px auto;
    }
    .page-id-21110 #f1-hero .f1-btn-links-container #celebration-btn{
        order: 5;
        margin: 15px auto;
    }
    .page-id-21110 #f1-hero .f1-btn-links-container br{
        display: none;
    }
}
@media( max-width: 1093px ) and (min-width:900px){
    .f1-btn-links-container a.nectar-button{
        font-size: 15px;
    }
}
.f1-slide .f1-btn-links-container .button.solid_color {
    display: inherit;
    width: 100%;
    margin: auto;
}
.f1-slide.swiper-slide .content h2 {
    margin-top: 25px !important;
}
.page-id-19858 .slider-down-arrow {
    content: url(/wp-content/uploads/2019/10/arrow.png);
    width: 100%;
    height: 50px;
    max-width: 50px;
    max-height: 25px;
    margin-bottom: 2%;
    animation: pulse 2s ease 0s infinite;
}
.f1-slide .f1-btn-links-container .button.solid_color a img{
    float: left;
}
.f1-slide .f1-btn-links-container .button.solid_color {
    margin: 0px;
    width: 100%;
}
.f1-slide .f1-btn-links-container .button.solid_color a img{
    display: block;
}
.f1-slide .f1-btn-links-container .button.solid_color a{
    border-radius: 5px !important;
    margin: 20px;
    text-align: center;
    letter-spacing: 1.5px;
    position: relative;
}
.f1-slide .f1-btn-links-container .button.solid_color a img{
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 40px;
    top: -3px;
    left: -30px;
    border: 2px solid #cb9548;
}
@media( max-width: 1100px ) {
    .f1-slide .f1-btn-links-container .button.solid_color .primary-color.btn-lg {
        padding: 10px !important;
        margin-bottom: 10px;
        font-size: 14px !important;
        border-radius: 5px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .page-id-21110 #f1-hero{
        padding-top: 140px;
    }
    .page-id-19858 .slider-down-arrow {
        display: none !important;
    }
    .page-id-19858 .parallax_slider_outer .slider-next,
    .page-id-19858 .parallax_slider_outer .slider-prev {
        display: none !important;
    }
    #f1-hero .f1-btn-links-container,
    .f1-slide .f1-btn-links-container {
        text-align: center;
        width: 100%;
    }
    #f1-hero {
        padding-top: 30px !important;
    }
    #f1-hero .f1-hero-box-1 {
        margin-top: 0%;
        margin-left: 0%;
    }
    .f1-slide .f1-btn-links-container .button.solid_color {
        display: inline-block;
    }
    .f1-slide .f1-btn-links-container a {
        max-width: 300px;
    }
    .f1-slide .f1-btn-links-container .button.solid_color .primary-color.btn-lg {
        margin-left: auto;
        margin-right: auto;
    }
    .f1-slide .f1-btn-links-container .button.solid_color .primary-color.btn-lg {
        width: 90%;
    }
}
@media( min-width: 600px ) {
    .f1-slide .f1-btn-links-container .button.solid_color .primary-color.btn-lg {
        padding: 10px !important;
        margin-bottom: 10px;
        font-size: 14px !important;
        border-radius: 5px !important;
    }
}
@media( min-width: 900px ) {
    .f1-btn-links-container {
        display: inline-flex;
        padding: 10px 0px 5px 0px;
    }


    /* F1 Page */
    .page-id-21134 .f1-btn-links-container,
    .page-id-21457 .f1-btn-links-container {
        width: 100%;
    }
}
@media( min-width: 1101px ) {
    .f1-slide .f1-btn-links-container .button.solid_color a{
        width: 120px;
        text-align: left;
    }
    .f1-slide .f1-btn-links-container .button.solid_color .primary-color.btn-lg  {
        font-size: 10px !important;
    }
    .page-id-19858 .f1-btn-links-container a {
        padding: 10px 8px !important;
    }
    .f1-slide .f1-btn-links-container .button.solid_color .primary-color.btn-lg {
        padding: 10px 5px 10px 25px !important;
    }
    .f1-slide .f1-btn-links-container {
        padding: 0px;
    }
    .f1-slide .f1-btn-links-container .button.solid_color a:first-child {
        margin-left: auto;
    }
    .f1-slide .f1-btn-links-container .button.solid_color a:last-child {
        margin-right: auto;
    }
    .page-id-19858 .slider-pagination {
        display: none !important;
    }
    .f1-slide .f1-btn-links-container .button.solid_color a:first-child {
        width: 180px;
    }
    .f1-slide .f1-btn-links-container .button.solid_color a:nth-child(2) {
        width: 100px;
    }
    .f1-slide .f1-btn-links-container .button.solid_color a:nth-child(3) {
        width: 165px;
    }
    .f1-slide .f1-btn-links-container .button.solid_color a:nth-child(4) {
        width: 190px;
    }
    .f1-slide .f1-btn-links-container .button.solid_color a:nth-child(5) {
        width: 180px;
    }
}
@media( min-width: 1200px ) {
    .f1-slide.swiper-slide .content {
        max-width: 960px;
    }
    .f1-slide.swiper-slide .content h2 {
        font-size: 62px !important;
        line-height: 80px !important;
        margin-top: 13% !important;
        padding-left: 15px;
    }
    .f1-slide.swiper-slide .content p {
        font-size: 19px;
        line-height: 28px !important;
        padding-left: 15px;
    }
}
@media( min-width: 1600px ) {
    .f1-slide.swiper-slide .content {
        margin-top: 13% !important;
    }
    .f1-slide.swiper-slide .content h2 {
        font-size: 70px !important;
    }
    .f1-slide.swiper-slide .content p {
        font-size: 20px !important;
        padding-bottom: 15px !important;
    }
    .f1-slide.swiper-slide .content .f1-btn-links-container {
        margin-top: 15px;
    }
    .f1-slide.swiper-slide .content .f1-btn-links-container .button.solid_color {
        padding-left: 0px;
        padding-right: 0px;
    }
    .page-id-19858 .f1-btn-links-container a {
        padding: 10px !important;
    }
    .f1-slide .f1-btn-links-container .button.solid_color a img {
        width: 70px;
        height: 70px;
    }
    .f1-slide .f1-btn-links-container .button.solid_color a:first-child {
        width: 250px;
    }
    .f1-slide .f1-btn-links-container .button.solid_color a:nth-child(2) {
        width: 145px;
    }
    .f1-slide .f1-btn-links-container .button.solid_color a:nth-child(3) {
        width: 230px;
    }
    .f1-slide .f1-btn-links-container .button.solid_color a:nth-child(4) {
        width: 260px;
    }
    .f1-slide .f1-btn-links-container .button.solid_color a:nth-child(5) {
        width: 245px;
    }
    .f1-slide .f1-btn-links-container .button.solid_color a {
        width: 160px;
        margin-right: 25px;
    }
    .f1-slide .f1-btn-links-container .button.solid_color .primary-color.btn-lg  {
        font-size: 14px !important;
    }
    .f1-slide .f1-btn-links-container .button.solid_color .primary-color.btn-lg {
        padding: 12px 5px 12px 45px !important;
    }
    .f1-slide .f1-btn-links-container .button.solid_color a img{
        top: -12px;
    }
}
/* End F1 home page */
/*  F1 Photography page */
#f1-hero.photography   {
    background-image: url('/wp-content/uploads/2018/03/f1-photography-hero-new.jpg') !important;
}
.f1-photography .column_container.instance-2 {
    border-right:2px #c6c6c6 solid;
    padding-right: 5%;
}
.f1-photography .f1-photography-content h2,
.f1-photography h2.f1-photography-form {
    color:#c38f44;
    margin-bottom: 20px !important;
    font-family: 'loveloblack', 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
}
.f1-photography .f1-photography-content {
    padding-bottom:25px;
}

.f1-photography .column_container.instance-3 {
    margin-left:0 !important;
    padding-left: 5%;
}
.f1-photography #nf-form-8-cont {
    padding-top: 3px;
}
.f1-photography #nf-form-8-cont .nf-response-msg p {
    color:#000;
    font-size:16px;
}
.f1-photography #nf-form-8-cont  input[type="text"],
.f1-photography #nf-form-8-cont  input[type="email"],
.f1-photography #nf-form-8-cont  input[type="tel"],
.f1-photography #nf-form-8-cont  textarea {
    background: #fff !important;
}
.f1-photography #nf-form-8-cont .nf-after-field .nf-error-msg {
    font-size: 11px;
    line-height: 1;
    margin-bottom: 11px;
}
.f1-photography #nf-form-8-cont  textarea {
    height: 150px;
}
.f1-photography #nf-form-8-cont  input[type="button"]{
    background-color: #333333;
    padding: 15px;
    float: right;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    font-size: 16px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    width:25%;
}
@media screen and (min-width:320px) and (max-width:1000px) {
    .f1-photography .column_container.instance-2{
        border-right:none;
        padding-right: 0;
    }

    .f1-photography #nf-form-8-cont  input[type="button"] {
        width: auto;
    }

    .f1-photography .column_container.instance-3 {
        padding-left: 0;
    }
}
/* End F1 Photography page */
.swiper-wrapper .slider-down-arrow {
    bottom:-10px !important;
}
.nf-field-container, #ninja_forms_required_items {
    margin-bottom:5px !important;
    width:100%;
}
#nf-form-1-cont .nf-form-fields-required {
    display:none;
}
.single #text-3 {
    background: #000 url(/wp-content/uploads/2017/08/blog-ctax.jpg) no-repeat center;
    padding:20px;
    background-size:cover;
}
#sidebar .widget input[type=text], #sidebar .widget input[type=email] {
    background:#fff !important;
}
.single #text-3 h4 {
    color:#fff;
}
.single #text-3 label {
    color:#fff;
}
.single #text-3 h4 {
    color:#fff;
}
.single #text-3 label {
    color:#fff;
}
.single #text-3 input[type="button"] {
    background:#cb9548;
}
.single #text-2 {
    background:#262626;
}
.single #text-2 p {
    color: #fff;
    max-width: 250px;
}
.nf-response-msg {
    color:#fff;
}
/* Display slide navigation on mobile */
@media only screen and (max-width:690px) {
    .swiper-container .slider-next, .swiper-container .slider-prev {
        display:block !important;
    }
}
#buy-photography-box .row-bg {
    background-image:url(/wp-content/uploads/2021/08/buy-photography-kym.jpg);
    background-position: 50%;
}
.page-id-19966 #buy-photography-box .row-bg {
    background-image:url(/wp-content/uploads/galleries/placeholder/buy-aos.jpg);
}
.page-id-21109 #buy-photography-box .row-bg {
    background-image:url(/wp-content/uploads/galleries/placeholder/buy-wa.jpg);
}
.page-id-21108 #buy-photography-box .row-bg {
    background-image:url(/wp-content/uploads/galleries/placeholder/buy-human-form.jpg);
}
.page-id-20761 #buy-photography-box .row-bg {
    background-image:url(/wp-content/uploads/galleries/placeholder/buy-aerial.jpg);
}
.page-id-21104 #buy-photography-box .row-bg {
    background-image:url(/wp-content/uploads/galleries/placeholder/buy-wildlife.jpg);
}
/* This will need to be updated with the new parent page id (e.g. Barcelona Pre-Season Testing, Melbourne Grand Prix) */
.parent-pageid-21134 #buy-photography-box .row-bg,
.parent-pageid-21324 #buy-photography-box .row-bg,
.parent-pageid-21175 #buy-photography-box .row-bg {
    background-image:url(/wp-content/uploads/2021/08/buy-photography-kym.jpg);
}
.white-bg {
    background:#fff;
}
.dark-wall {
    padding-top:60px !important;
}
.nf-form-fields-required {
    display:none;
}
#nf-form-2-cont .nf-response-msg p {
    color:#292929 !important;
}
body.archive {
    padding-top:115px;
}
@media ( min-width:1000px ) {
    .single .main-content {
        max-width:1445px;
    }
    .single .main-content .span_9 {
        width:68%;
    }
    .single .main-content .span_3 {
        width:30%;
    }
}
@media (max-width:550px ) {
    .blog-sb-container {
        width:86%;
    }
    .blog-sb-overlay h3 {
        font-size:16px;
        line-height:21px;
    }
}
@media(max-width:415px) {
    .aos-slider .content {
        top:0px !important;
    }
    .human-form-slide .image-bg {
        background-position:36% 50% !important;
    }
}
@media(max-width:380px) {
        .slide-pos-bottom .content {
            top:256px !important;
        }
}
@media(max-width:330px) {
    .slide-pos-bottom .content {
        top:216px !important;
    }
    .aos-slider .content {
        top:-20px !important;
    }
}
div#photo-coming-soon {
    clear:both;
    margin:0px;
}
div#photo-coming-soon img {
    margin:auto;
}
#buy-photography-box {
    background:url(/wp-content/uploads/2021/08/buy-photography-kym.jpg) no-repeat center center;
    background-size:cover;
}
.slick-arrow {
    position:absolute;
    bottom:-50px;
    left:0px;
    right:0px;
    margin:auto;
    width:20px;
    font-size:27px;
    cursor:pointer;
    text-align:center;
}
.slick-arrow:hover {
    color: #8c110b;
}
@media (min-width:1000px) {
    .slick-arrow {
        top:45%;
    }
}
.fa-chevron-right.slick-arrow {
    left:50px;
}
.fa-chevron-left.slick-arrow {
    right:50px;
}
.dinner-event-arrow.fa-chevron-right.slick-arrow {
    right: 60px;
    z-index: 999;
}
.dinner-event-arrow.fa-chevron-left.slick-arrow {
    left: 60px;
    z-index: 999;
}
@media (min-width:1000px) {
    .fa-chevron-right.slick-arrow {
        left:auto;
        right:-50px;
    }
    .fa-chevron-left.slick-arrow {
        right:auto;
        left:-50px;
    }
    .dinner-event-arrow.fa-chevron-right.slick-arrow {
        left:auto;
        color: #fff;
    }
    .dinner-event-arrow.fa-chevron-left.slick-arrow {
        right:auto;
        color: #fff;
    }
}
.slick-disabled {
    pointer-events:none;
    opacity:0.5;
}
#OpenModal21526 .slick-arrow {
    left:0px;
    right:0px;
    top:auto;
    bottom:30px !important;
}
#OpenModal21526 .fa-chevron-right.slick-arrow {
    left:50px;
}
#OpenModal21526 .fa-chevron-left.slick-arrow {
    right:50px;
}
.blog-recent .col {
    background:#fff;
    box-shadow:0px 1px 3px rgba(0,0,0,.08)!important;
    border-radius:4px;
    overflow:hidden;
    min-height:535px;
}
.blog-recent .post-header {
    padding:7% 7% 1%;
}
#post-30830 .content-inner .post-featured-img,
#post-31029 .content-inner .post-featured-img,
#post-31363 .content-inner .post-featured-img{
    display:none;
}
.blog-recent .col p {
    display:block;
    margin:0 7% 10%;
}
.blog-recent .title a {
    font-family:'loveloblack', 'Open Sans', sans-serif;
    text-transform:uppercase;
    font-size:20px;
    line-height:28px;
    color:#444444;
}
.blog-recent .title a:hover {
    color:#8c110b;
}
span.meta-comment-count {
    display:none;
}
.blog-recent img:hover {
    transform:scale(1.1);
    transition:all .7s cubic-bezier(.2,1,.22,1);
    -webkit-transition:all .7s cubic-bezier(.2,1,.22,1);
}
.blog-recent img {
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    transition:all .7s cubic-bezier(.2,1,.22,1);
    -webkit-transition:all .7s cubic-bezier(.2,1,.22,1);
}
.blog-recent a {
    overflow:hidden;
    display:block;
}
.text-center {
    text-align:center;
}
.blog-recent {
    padding-bottom:0;
    margin-bottom:0 !important;
    margin-top:30px;
}
#days-modal #f1-box-container {
    display:none;
}
#f1-hero h4 {
    margin-bottom:20px;
}
div#nf-field-14-container {
    margin:0;
}
input#nf-field-14 {
    padding:5px;
    font-size:16px;
    width:100%;
}
input#nf-field-12 {
    background:#fff !important;
}
.inline-cta-blog-text h3 {
    margin-bottom:0 !important;
}
#cta-blog-form {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 30px !important;
}
#cta-blog-form h3{
    font-size: 24px;
    line-height: 1.2;
}
#cta-blog-form p{
    line-height: 1.2;
}
#cta-blog-form input#nf-field-15,
#cta-blog-form input#nf-field-12,
#cta-blog-form input#nf-field-14 {
    height: 30px;
    padding: 5px !important;
    font-size: 14px !important;
}
#cta-blog-form input#nf-field-15,
#cta-blog-form input#nf-field-12 {
    color: #000;
}
#cta-blog-form input#nf-field-14 {
    border: 1px solid #9f9e9e;
    text-transform: uppercase !important;
    margin-top: 0px !important;
    letter-spacing: 0.1px;
    border-radius: 2px !important;
}
#cta-blog-form .nf-error-msg {
    color: #ffffff !important;
    font-size: 12px;
    margin-top: -5px;
}
#cta-blog-form nf-section > .nf-error-msg {
    display: none;
}
@media(min-width:496px) {
    #cta-blog-form #nf-field-15-container {
        width:37%;
        float:left;
        clear:none;
        margin-right:1%;
    }
    #cta-blog-form #nf-field-12-container {
        width:37%;
        float:left;
        clear:none;
        margin-right:1% !important;
    }
    #cta-blog-form #nf-field-14-container {
        width:20%;
        float:left;
        clear:none;
    }
}
#cta-blog-form input#nf-field-15 {
    background:#fff !important;
}
#cta-blog-form .inline-cta-blog-text,
#cta-blog-form .nf-form-cont {
    margin-top:13px;
}
#cta-blog-form .nf-response-msg p {
    color:#ffffff !important;
}
#cta-blog-form .nf-error-msg {
    clear:both;
}
.fa-chevron-right.slick-arrow:after {
    content:"Past Races";
    position:absolute;
    top:30px;
    left:-10px;
    font-size:14px;
    font-family:'Open Sans', sans-serif;
}
.fa-chevron-left.slick-arrow:after {
    content:"More Races";
    position:absolute;
    top:30px;
    right:-10px;
    font-size:14px;
    font-family:'Open Sans', sans-serif;
}
.dinner-event-arrow.fa-chevron-right.slick-arrow:after {
    content:"Next";
    color: #fff;
    position:absolute;
    top:30px;
    left:-5px;
    font-size:14px;
    z-index: 999;
    font-family:'Open Sans', sans-serif;
}
.dinner-event-arrow.fa-chevron-left.slick-arrow:after {
    content:"Previous";
    color: #fff;
    position:absolute;
    top:30px;
    right:-20px;
    z-index: 999;
    font-size:14px;
    font-family:'Open Sans', sans-serif;
}
#f1-box-videos-container .fa-chevron-left,
#f1-box-videos-container .fa-chevron-right {
  color: #fff;
}
#f1-box-videos-container .fa-chevron-left.slick-arrow:after {
  content:"Past Videos";
}
#f1-box-videos-container .fa-chevron-right.slick-arrow:after {
  content:"More Videos";
}
span.nectar-love-count {
    visibility:hidden;
}
.loved-2 .nectar-love-count {
    visibility:visible;
}
.single .kym-love {
    -moz-transition:background-color 0.2s linear;
    -webkit-transition:background-color 0.2s linear;
    -o-transition:background-color 0.2s linear;
    transition:background-color 0.2s linear;
    height:13px;
    width:auto;
    color:inherit!Important;
    line-height:11px;
    font-size:14px;
    display:inline-block;
    border:2px solid rgba(0,0,0,0.2);
    padding:7px 9px 7px 30px!important;
    color:#000!important;
    margin-top:50px;
    height:auto!important;
    font-size:12px;
    margin-right:10px;
    line-height:20px;
    position:relative;
    transition:all 0.2s ease;
}
body .sharing-default-minimal .kym-love i {
    font-size:14px!important;
    margin-right:8px!important;
    line-height:20px!important;
    transition:all 0.2s ease;
}
@media (max-width: 1500px) {
    .parent-pageid-24057 #ph-hero-header-text {
        max-width: 820px !important;
    }
}
#post-area {
    z-index: 100;
}
.single #post-area img {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
/* WAGS 2021 post image size reduction */
.single.postid-35276 #post-area img {
    width: auto;
    max-width: 100%;
}
.single .container-wrap {
    background-color: #fff !important;
}
span.meta-comment-count {
    display: none !important;
}
.banner-ad-top {
    margin-top: 26px;
    margin-bottom: -10px;
}
#text-4 p {
        padding: 0;
}
#text-4 img {
        margin: 0;
}
a#banner-to-fix {
        display: block;
}
@media(min-width: 1000px) {
    .banner-ad-top {
        min-height: 112px;
    }
    #recent-posts-extra-2 li {
        min-height: 70px;
    }
    a#banner-to-fix {
        min-height: 632px;
    }
}
/* Collaborator Opportunities post */

.postid-41473 h3,
.postid-41473 .nf-field-label,
.postid-41473 .nf-field-label span{
    color: #fff !important;
}
.postid-41473 .nf-form-title{
    display: block !important;
}
.postid-41473 .nf-response-msg{
    color: #000 !important;
}
.postid-41473 .tag-collaborator-opportunities .post-featured-img{
    display: none;
}
/* grey out specific races */
.postid-41473 option[value=melbourne-australia],
.postid-41473 option[value=sao-paulo-brazil],
.postid-41473 option[value=jeddah-saudi-arabia],
.postid-41473 option[value=abu-dhabi],
.postid-41473 option[value=barcelona-spain] {
    background-color: #ccc;
    pointer-events: none;
    color: #eee;
}
/* Styles to bring in line with other pages */
.postid-41473.single-post h1.entry-title{
    font-size:60px !important;
    line-height: 1.2 !important;
}
.postid-41473 h3{
    text-align: center;
    font-family: 'loveloblack', 'Open Sans', sans-serif !important;
}
.postid-41473 .row.heading-title{
    border-bottom: none !important;
}
.postid-41473 .author-section{
    display: none;
}
#post-41473 p{
    font-size:18px;
}
#post-41473 #collab-oppo-form{
    padding: 50px 10px;
    background-color: #fff;
}
#post-41473 #collab-oppo-form .container{
    max-width: 1425px;
    width: 100%;
    margin: 0 auto;
}
#post-41473 #collab-oppo-form input,
#post-41473 #collab-oppo-form select,
#post-41473 #collab-oppo-form textarea{
    border-radius: 10px;
    background-color: #fff !important;
}
#post-41473 #collab-oppo-form-inner{
    background: linear-gradient(90deg, rgba(172,145,131,1) 0%, rgba(176,158,144,1) 49%);
    padding: 30px 20px;
    margin: auto;
    border-radius: 15px;
}
#post-41473 #collab-oppo-form-inner h3{
    text-align: center;
    font-family: 'loveloblack', 'Open Sans', sans-serif !important;
    font-size: 23px;
    line-height: 28px;
}
#post-41473 #collab-oppo-form-inner input[value="Submit"],
#nf-field-116 {
    color: #fff !important;
    background-color: #A41B13 !important;
    transition: all 0.5s ease;
    margin-top: 10px !important;
    float: right;
    padding: 10px 30px !important;
    font-size: 17px;
    border-radius: 10px !important;
    text-transform: capitalize !important;
    letter-spacing: 0.1px;
}

/* End Collaborator Opportunities post */

/* Order Report */
body.page-id-19803 {
    height: 100vh;
    background-image: url(/wp-content/uploads/2020/06/Slide-1_F1-image-web.jpg);
    background-position: center bottom;
    background-size: cover;
}
body.page-id-19803 #content {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    max-width: 1000px;
    margin: 40px auto;
}
body.page-id-19803 .container-wrap {
    background-color: transparent;
}
body.page-id-19803 #header-outer,
body.page-id-19803 #footer-outer {
    display:none !important;
}
/* Message In Bottle Landing Page Style*/
.swiper-slide.bottle-slide .content {
    width: 61% !important; ;
}
.swiper-slide.bottle-slide .content h2 {
    line-height: 1.1 !important;
    font-size: 60px !important;;
}
.swiper-slide.bottle-slide .content .buttons {
    text-align: center !important;;
}
@media only screen and (min-width:481px)and (max-width:1300px){
    .swiper-slide.bottle-slide .content {
        width: 100% !important;
    }
    .swiper-slide.bottle-slide .content .buttons {
        text-align: left!important;
    }
}
@media only screen and (max-width:480px){
    body .nectar-slider-wrap[data-full-width="true"] .swiper-slide.bottle-slide  .content h2{
        line-height: 1.1 !important;
        font-size: 30px !important;;
    }
}
.landing-page-bottle .jwplayer.aspectMode.playlist-none {
    min-height:140px!important
}
.landing-page-bottle .wpb_text_column  .video-wrap *:last-child {
    margin: auto !important;
}
.landing-page-bottle .cf:before,
.landing-page-bottle .cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.landing-page-bottle .cf:after {
    clear: both;
}
.landing-page-bottle .cf {
    *zoom: 1;
}
.landing-page-bottle {
    background: #fff!important;
}
.landing-page-bottle .grey-bg {
    background: #f6f6f6;
}
img.full-width {
    width: 100% !important;
}
.page-template-page-landing-page-bottle #header-outer,
.page-template-page-landing-page-bottle #livechat-compact-container {
    display: none;
}
.row .col  .modal-content img {
    margin-bottom: 0;
}
.landing-page-bottle .wpb_row.no-margin,
.landing-page-bottle .wpb_column.no-margin {
    margin-bottom: 0 !important;
}
.landing-page-bottle h2 {
    color: #ca9302;
    font-size: 28px;
    font-family: "din-condensed", sans-serif;
    margin-bottom: 30px !important;
    line-height: 1.1;
    font-weight: normal;
    text-transform: uppercase;
}
.landing-page-bottle a {
    color:#cd3c0a;
    text-decoration: underline;
}
.landing-page-bottle p {
    color: #363636;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
.landing-page-bottle .caption h1,
.landing-page-bottle .caption h1 strong,
.landing-page-bottle .caption h1 em {
    color: #fff;
    font-family: "din-condensed", sans-serif;
    font-size: 122px;
    font-style: normal;
    font-weight: 400;
    line-height: 108px;
}
.landing-page-bottle .caption h1 strong {
    font-size: 160px;
    line-height: 123px;
}
.landing-page-bottle .caption h1 em {
    font-size: 200px;
}
.landing-page-bottle .intro p {
    color:#6b6b6b;
    font-family: rucksack, sans-serif;
    font-size: 39px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1;
    padding: 0 3%;
}
.landing-page-bottle .popup-video img:hover {
    cursor: pointer;
}
.landing-page-bottle .discovery .img-wrap {
    float: left;
    width:32%;
    height: 320px;
    overflow: hidden;
}
.landing-page-bottle .discovery .text-wrap {
    float: left;
    padding: 0 2%;
    width: 36%;
}
.landing-page-bottle .discovery .video-wrap {
    float: right;
    line-height: 0;
    width: 32%;
    min-height: 140px!important;
}
.landing-page-bottle .discovery .video-wrap a {
    background: #ffffff;
    color:#3f3e3e;
    display: inline-block;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.1;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 15px 20px 20px;
    width: 100%;
}
.landing-page-bottle .discovery .video-wrap a:hover {
    color: #cd3c0a;
}
.bottle-gallery .portfolio-items .col {
    background: #fff;
}
.landing-page-bottle .content  .seemore,
.landing-page-bottle .content  .seeless {
    color:#cd3c0a;
    cursor: pointer;
    font-family: rucksack, sans-serif;
}
.landing-page-bottle .content  .seemore:hover,
.landing-page-bottle .content  .seeless:hover {
    color: rgba(205,60,10,0.8);
}
.landing-page-bottle .content .hide {
     position: absolute;
     left:-9999px;
}
.landing-page-bottle .divider-img {
     display: block;
}
.landing-page-bottle .quote {
    padding: 0 24%;
}
.landing-page-bottle .content.authentication h2 {
    text-align: center;
}
.landing-page-bottle .content.authentication .img-caption {
    background: #dcdcdc;
    padding: 10px 10px 15px 10px;
}
.landing-page-bottle .content.authentication .img-caption p {
    font-size: 12px;
    line-height: 1.2;
    font-style: italic;
    padding: 0 10px;
}
.landing-page-bottle .content.authentication .img-caption.full-width img {
    width: 100%;
}
.landing-page-bottle .content.authentication .img-caption.full-width {
    margin-bottom: 15px;
}
.landing-page-bottle .content.authentication .img-caption  img {
    margin-bottom: 10px !important;
}
.landing-page-bottle .content.authentication .img-caption.alignright {
    width: 31%;
}
.landing-page-bottle .content.authentication blockquote p {
    color:#6b6b6b;
    font-family: rucksack, sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1;
}
.landing-page-bottle  .gallery-with-caption div.element  {
    background: #dcdcdc;
}
.landing-page-bottle  .gallery-with-caption .portfolio-items .col .work-item {
    margin-bottom: 0;
}
.landing-page-bottle  .gallery-with-caption div.element .work-meta {
    width: 100%;
}
.landing-page-bottle  .gallery-with-caption div.element .work-meta h4 {
    color:#363636;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.6;
    font-style: italic;
    font-weight: normal;
    min-height: 50px;
    padding: 5px 12px;
}
.landing-page-bottle .quote {
    padding-bottom: 3%;
}
.landing-page-bottle .quote p {
    color: #cd3c0a;
}
.landing-page-bottle .quote p em {
    color:#363636;
    font-family:"din-condensed", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
}
.landing-page-bottle .content.authentication .seemore-text {
    padding-top: 32px;
}
.landing-page-bottle  .video-wrap .video   {
    position: relative;
}
.landing-page-bottle  .video-wrap .video::before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transition:   translate(-50%, -50%);
    -ms-transition:   translate(-50%, -50%);
    -o-transition:translate(-50%, -50%);
    content: "\f01d";
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
}
.landing-page-bottle  .video-wrap .video:hover::before {
    color: #cd3c0a;
}
.landing-page-bottle .video .video-wrap {
    background: #e8e6e6;
    padding: 0 0 12px 0;
}
.landing-page-bottle .video .video-name {
    color: #363636;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: bold;
    padding: 10px;
    text-align: left;
}
.landing-page-bottle .media-link {
    text-align: center;
}
.landing-page-bottle .media-link  a {
    display: inline-block;
    background: #858585;
    color: #ffffff;
    font-family: "din-condensed", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
}
.landing-page-bottle .media-link  a:hover {
    background: #ca9302;
}
.landing-page-bottle .share-btn a {
    border: 2px solid #000!important;
    padding: 9px 30px!important;
    margin-right: 10px;
    text-decoration: none;
}
.landing-page-bottle .share-btn a:hover {
    opacity: 0.8;
}
.landing-page-bottle .share-btn a i {
    background: none;
}
.landing-page-bottle .share-btn  {
    text-align: center;
}
.landing-page-bottle .share-btn .fb {
    border-color: #6a75c8!important;
    color: #6a75c8;
}
.landing-page-bottle .share-btn .fb i {
    color: #6a75c8;
}
.landing-page-bottle .share-btn .twitter {
    border-color: #6abaf7!important;
    color: #6abaf7;
}
.landing-page-bottle .share-btn .twitter i {
    color: #6abaf7
}
.landing-page-bottle .share-btn .linkedin  {
    border-color: #2e82d9!important;
    color: #2e82d9;
}
.landing-page-bottle .share-btn .linkedin  i {
    color: #2e82d9;
}
@media screen and (min-width: 320px) and (max-width: 450px) {
    .landing-page-bottle .share-btn a {
        padding: 9px !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
    .landing-page-bottle .content .alignleft,
    .landing-page-bottle .content .alignright {
        display: block;
        float: none;
        clear: both;
        margin: 0 auto 15px;
    }
    .landing-page-bottle .caption h1 {
        font-size: 30px;
        line-height: 32px;
    }
    .landing-page-bottle .caption h1 strong {
        font-size: 39px;
        line-height: 28px
    }
    .landing-page-bottle .caption h1 em {
        font-size: 50px;
        line-height: 55px;
    }
    .landing-page-bottle .content img {
        margin-bottom: 15px !important;
    }
    .landing-page-bottle .intro p {
        font-size: 20px;
    }
    .landing-page-bottle .bottle-gallery .wpb_row {
        margin-bottom: 0;
    }
    .landing-page-bottle .col h2 {
        font-size:30px;
        margin-bottom: 15px;
    }
    .landing-page-bottle  .divider-img {
        display: none;
    }
    .landing-page-bottle .content.authentication,
    .landing-page-bottle .quote {
        padding: 0 4%;
    }
    .landing-page-bottle .content.authentication .img-caption.alignright {
        width: 100%;
    }
    .landing-page-bottle .video .video-name {
        font-size: 13px;
        padding: 5px 10px;
    }
}
@media screen and (min-width: 600px) and (max-width:999px) {
    .landing-page-bottle .discovery .img-wrap {
        height: 510px;
    }
}
@media screen and (min-width: 769px) and (max-width:999px) {
    .landing-page-bottle .caption h1 {
        font-size: 77px;
        line-height: 62px;
    }
    .landing-page-bottle .caption h1 strong {
        font-size: 100px;
        line-height: 84px
    }
    .landing-page-bottle .caption h1 em {
        font-size: 128px;
    }
    .landing-page-bottle .intro p {
        font-size: 25px;
    }
    .landing-page-bottle .content.authentication,
    .landing-page-bottle .quote {
        padding: 0 10%;
    }
}
@media screen and (min-width:1000px) and (max-width:1600px) {
    .landing-page-bottle .caption h1 {
        font-size: 77px;
        line-height: 62px;
    }
    .landing-page-bottle .caption h1 strong {
        font-size: 100px;
        line-height: 84px
    }
    .landing-page-bottle .caption h1 em {
        font-size: 128px;
    }
    .page-id-21457 #f1-hero,
    .page-id-21134 #f1-hero{
        padding-top: 80px !important;
        padding-bottom: 90px !important;
    }
}
@media screen and (min-width:981px)  {
    .landing-page-bottle  .padding-right {
        padding-right: 3.5%;
    }
    .landing-page-bottle  .padding-left {
        padding-left: 3.5%;
    }
    .landing-page-bottle  .margin-left {
        margin-left: 3.5%;
    }
}
@media screen and (max-width:1000px)  {
    .landing-page-bottle .hide-on-mobile {
        display: none;
    }
    .landing-page-bottle #all-videos .vc_col-sm-3.clear-both {
        clear: none !important;
    }
    .landing-page-bottle .discovery .text-wrap,
    .landing-page-bottle .discovery .img-wrap  {
        margin-bottom: 25px;
        width: 100%;
    }
    .landing-page-bottle .discovery .img-wrap img.alignleft {
        display: block;
        float: none;
        clear: both;
        margin: 0 auto 15px;
    }
    .landing-page-bottle .discovery  .video-wrap {
        width: 100%;
    }
    .landing-page-bottle .discovery .video-wrap img  {
        margin-bottom: 0 !important;
    }
}
@media screen and (min-width:600px)  {
    .landing-page-bottle .content-gallery .img-with-aniamtion-wrap {
        float: left;
        width: 48%;
    }
    .landing-page-bottle .content-gallery .wpb_wrapper > div:first-of-type {
        margin-right: 4%;
    }
}
/* Media Page */
.landing-page-bottle .media-image  img {
    margin-bottom: 15px !important;
}
/* Contact us ninja form style */
#nf-form-7-cont .first-name-container,
#nf-form-7-cont .last-name-container {
    display: inline-block;
    width: 49.5%;
}
/* 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.9); /* Black w/ opacity */
}
/* Modal content (image) */
.modal-content {
    margin:auto;
    display:block;
    max-width:1000px;
}
#image-modal .modal-content,
#video-modal .modal-content,
#youtube-video-modal .modal-content  {
    line-height:0px;
}
#video-modal .modal-body,
#youtube-video-modal .modal-body {
    padding: 0;
}
#video-modal video,
#youtube-video-modal video {
    visibility: visible !important;
}
.modal#video-modal .modal-content,
.modal#youtube-video-modal .modal-content {
    width:80%
}
.modal#image-modal .modal-content img {
    width:100%
}
#youtube-video-modal {
    max-width: 1000px;
    height: auto;
    padding: 0px;
    overflow: visible;
    background-color: transparent;
}
#youtube-video-modal .modal-content {
    width: 100% !important;
}
.youtube-video-watch:hover {
    cursor: pointer;
}
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
/* Close button */
.close {
    position:absolute;
    top:-8px;
    right:4px;
    color:#cd3c0a;
    font-size:40px;
    font-weight:bold;
    transition:0.3s;
    opacity: 1;
    text-shadow: none !important;
    z-index:15;
}
.close:hover,
.close:focus {
    color:#bbb;
    text-decoration:none;
    cursor:pointer;
}
.modal-backdrop {
    z-index: 1 !important;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width:700px){
    .modal-content {
        width:100%;
    }
}
#youtube-video-modal .aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 62%;
}
#youtube-video-modal .aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* Style the tags list */
ul.envira-tags-filter-list {
}
/* Style the tags list-items */
li.envira-tag-filter,
li.envira-tags-filter {
    margin: auto !important;
    padding: 5px 10px;
    list-style-type: none !important;
    background-color: #3f4036;
    margin-right: 5px !important;
    border-radius: 5px;
}
li#envira-tag-filter-man {}
/* Style the tags link */
li.envira-tag-filter .envira-tags-filter-link,
li.envira-tags-filter .envira-tags-filter-link {color: #fff;}
/* Style the active tags link */
li.envira-tag-filter .envira-tags-filter-link.envira-tags-filter-active { }
/* Style a specific tags list-item by tag slug, this example targets the 'All' tags item */
li#envira-tag-filter-all { }

#rotating-psp-wrapper {
    position: relative;
    min-height: 250px;
}
.landscape-rotating-psp-wrapper {
    position: relative;
    min-height: 115px;
}
.rotating-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
/* PODCAST SLIDER */
.f1-podcast-heading, .f1-podcast-sub-heading{
    text-align: center;
    color: white;
}
#f1-podcast-container{
    padding-top: 40px;
    /*max-height: 200px;*/
}
#f1-podcast-container .fa-chevron-left.slick-arrow:after {
  content:"Past Episodes";
}
#f1-podcast-container .fa-chevron-right.slick-arrow:after {
  content:"More Episodes";
}
#f1-podcast-container .slick-list {
    min-height: 250px;
}
.f1-podcast-box {
    min-height: 200px !important;
    background-size: contain;
    margin-right: 10px;
    background-repeat: no-repeat !important;
}
.f1-podcast-title{
    color: white;
}
.f1-podcast-title:hover{
    color: #cb9548;
}
.podcast-error{
    color: white;
}
/* END PODCAST SLIDER */
.single-post h1.entry-title {
    line-height: 44px !important;
}
/* F1 Image Download Styles */
#dinner-event-modal {
    padding-top: 50px;
}
#dinner-event-modal .modal-header {
    border: 0;
}
#dinner-event-modal .nf-form-cont {
    padding: 0px 40px 40px 40px;
}
#dinner-event-modal button.close {
    top: -40px;
    color: grey;
}
#dinner-event-modal .nf-form-content .ninja-forms-field.nf-element {
    padding: 10px 20px;
    font-size: 14px;
}
#dinner-event-modal .nf-form-cont .thanks-msg {
    text-align: center;
    color: black;
}
/* F1 Dinner Event Products */
p.stock.in-stock {
    display: none;
}
div#single-meta {
    display: none;
}
input.input-text.qty.text {
    height: 52px !important;
}
.woocommerce .product_cat-f1-dinner {
    margin-top: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}
.postid-32398.woocommerce div.product form.cart .button,
.postid-32593.woocommerce div.product form.cart .button,
.postid-31354.woocommerce div.product form.cart .button,
.postid-31355.woocommerce div.product form.cart .button,
.postid-31356.woocommerce div.product form.cart .button,
.postid-32679.woocommerce div.product form.cart .button,
.postid-32680.woocommerce div.product form.cart .button,
.postid-32681.woocommerce div.product form.cart .button {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
}
.woocommerce.single-product .product_cat-f1-dinner img.attachment-shop_single {
    margin-top: 0px !important;
    margin-bottom: 0px;
}
.woocommerce.single-product .product_cat-f1-dinner .clear {
    padding: 0px !important;
}
.woocommerce.single-product .product_cat-f1-dinner .single-product-summary {
    padding-right: 40px;
}
.woocommerce.single-product .product_cat-f1-dinner h1.product_title {
    margin-top: 20px !important;
    font-size: 25px !important;
}
.woocommerce.single-product .product_cat-f1-dinner h5#number-of-seats {
    display: inline-block;
    float:left;
    margin-right: 20px;
    margin-top: 10px
}
.woocommerce.single-product .product_cat-f1-dinner .summary .price {
    font-size: 22px !important;
    color: #cb9548 !important;
    margin-top: 0px !important;
}
.woocommerce.single-product .product_cat-f1-dinner .single_add_to_cart_button {
    font-size: 20px !important;
}
.postid-31354.woocommerce .container-wrap,
.postid-31355.woocommerce .container-wrap,
.postid-31356.woocommerce .container-wrap {
    background-color: #f5f5f5 !important;
}
@media(max-width:1000px) {
    .woocommerce.single-product .product_cat-f1-dinner .single-product-summary {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    .woocommerce div.product form.cart div.quantity {
        width: 100px !important;
    }
    .woocommerce.single-product .product_cat-f1-dinner h5#number-of-seats {
        margin-right: 0px;
    }
}
.orange {
    color: #d8a31d;
}
body .container.f1-dinner-hero-container {
    background: url(/wp-content/uploads/2017/03/Race-Day-Hero.jpg) no-repeat center;
    background-size: cover;
    margin: 0px;
    width: 100%;
    max-width: 100% !important;
    padding: 150px;
}
.f1-dinner-hero-container h1,
.f1-dinner-hero-container h2 {
    color: #fff;
}
.f1-dinner-container {
    max-width: 1100px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.f1-dinner-content {
    border: 2px solid #e8e7e7;
    border-radius: 2px;
    background-color: #fff;
}
.f1-dinner-content img {
    display: block;
    margin-bottom: 0px !important;
}
.f1-dinner-header .f1-dinner-title {
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: bold;
}
.f1-dinner-header .f1-dinner-description {
    font-size: 16px;
}
.f1-dinner-datetime {
    padding-top: 10px;
}
.f1-dinner-datetime {
    font-size: 20px;
}
.f1-dinner-datetime .f1-dinner-date {
    padding-bottom: 0px;
}
.f1-dinner-details .f1-dinner-price {
    font-size: 25px;
    color: #d8a31d;
}
.f1-dinner-details .f1-dinner-view-button {
    background-color: #d8a31d;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 5px 20px;
    margin: 0px 15px;
    border-radius: 5px;
}
@media(max-width: 1000px) {
    .f1-dinner-content {
        margin: auto;
        max-width: 365px;
    }
    .f1-dinner-content .f1-dinner-content-right {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
}
@media(max-width: 700px) {
    body .container.f1-dinner-hero-container {
        padding: 50px;
    }
}
@media(min-width: 1800px) {
    body .container.f1-dinner-hero-container {
        padding: 150px 300px;
    }
}
/* End F1 Dinner Event Products */
.buy-print-inactive {
    background: linear-gradient( 269deg, #D3D3D3, #7e7e7e );
    background-size: 400% 400%;
    pointer-events: none;

    -webkit-animation: InactiveBuyNow 1.5s ease infinite;
    -moz-animation: InactiveBuyNow 1.5s ease infinite;
    animation: InactiveBuyNow 1.5s ease infinite;
}
@-webkit-keyframes InactiveBuyNow {
    0%{background-position:0% 51% }
    50%{background-position:100% 50% }
    100%{background-position:0% 51% }
}
@-moz-keyframes InactiveBuyNow {
    0%{background-position:0% 51% }
    50%{background-position:100% 50% }
    100%{background-position:0% 51% }
}
@keyframes InactiveBuyNow {
    0%{background-position:0% 51% }
    50%{background-position:100% 50% }
    100%{background-position:0% 51% }
}
.cbp-popup-lightbox-figure img {
    pointer-events: none;
}
/* Soldout Dinner Event Style */
@media( min-width: 1001px ) {
    #ajax-content-wrap > div.container-wrap.f1-dinner-container-wrap > div:nth-child(2) > div > div.col.span_9.f1-dinner-content-right > div.row.f1-dinner-header > div > p.f1-dinner-description {
        font-size: 14px !important;
        padding-bottom: 13px !important;
    }
    #ajax-content-wrap > div.container-wrap.f1-dinner-container-wrap > div:nth-child(2) > div > div.col.span_9.f1-dinner-content-right > div.row.f1-dinner-header {
        padding-bottom: 0px;
    }
    #ajax-content-wrap > div.container-wrap.f1-dinner-container-wrap > div:nth-child(2) > div > div.col.span_9.f1-dinner-content-right > div.row.f1-dinner-datetime {
        padding-bottom: 10px;
    }
}
.woocommerce-checkout .blockUI,
.woocommerce-checkout .blockUI.blockOverlay {
    display: none !important;
}
.woocommerce-checkout #billing_company_field.woocommerce-invalid:after {
    content: "Company name must be at least 2 characters." !important;
    color: red;
    margin-bottom: 0px;
}
#header-outer .row .col.span_3,
#header-outer .row .col.span_9 {
    width: auto;
    flex-basis: auto;
}
/* iPad Pro Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
    .page-id-21110 #f1-hero{
        padding-top: 140px !important;
    }
}
#youtube-channel-link {
    color: white !important;
}
#youtube-channel-link:hover {
    text-decoration: underline;
}

/* Upshift Preset Pack */
.postid-32398 #product-32398 {
    margin-top: 30px;
}
.postid-32398 .single_add_to_cart_button {
    margin-left: 0px !important;
}
.postid-32398 .quantity.hidden,
.postid-32593 .quantity.hidden {
    display: none;
}
/* End Upshift Preset Pack */

/* Instagram Section */
.instagram-quotation-mark {
    font-size: 66px;
}
#instagram-quote-row {
    padding-bottom: 0px;
    margin-bottom: 15px;
}
#instagram-quote {
    text-align: left;
    font-size: 16px;
    padding-bottom: 0px;
}
#instagram-quote-left {
    max-width: 20px;
    position: relative;
    right: 40px;
    top: 20px;
}
#instagram-quote-right {
    width: 20px;
    float: right;
    position: relative;
    left: 10px;
    bottom: 5px;
}
#instagram-quote-title {
    text-align: left;
    font-size: 15px;
}

@media( min-width: 900px ) {
    #instagram-quote {
        font-size: 18px;
    }
    #instagram-quote-title {
        text-align: right;
        font-size: 18px;
        margin-right: 15px;
    }
    #instagram-quote-left {
        right: 50px;
    }
    #instagram-quote-right {
        left: 30px;
        bottom: 20px;
    }
}
@media( min-width: 1600px ) {
    #instagram-quote-title {
        font-size: 19px;
    }
    #instagram-quote {
        font-size: 19px;
    }
}
/* End Instagram Section */
/* F1 Upshift Presets Pack */
.postid-32398 .woocommerce-Price-amount,
.postid-32398 .woocommerce-price-suffix {
    display: none;
}
.postid-32398 button.single_add_to_cart_button {
    display: none !important;
}
.wc-custom-add-to-cart-button {
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center;
    color: #fff;
    background-color: #cb9548;
    transition: 1s;
}
.wc-custom-add-to-cart-button:hover {
    color: #fff;
    background-color: #ac7f3e;
}
/* End F1 Upshift Presets Pack */
/* F1 One to One Private Chat */
.highlight {
    font-weight: bold;
    text-decoration: underline;
}
.addon-notes {
    width: 48%;
    float: right;
    font-size: 12px;
    line-height: 18px;
    top: -20px;
    position: relative;
}
.woocommerce-page .container.main-content {
    padding-top: 40px !important;
}
.ui-timepicker-wrapper {
    width: 200px !important;
}
.product_cat-f1-chat .quantity {
    display: none;
}
/* End F1 One to One Private Chat */
/* Data Message */
.co-privacy-policy {
    margin-top: 20px;
    position: relative;
    padding: 0px 5px;
}
.co-privacy-policy p {
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 0px;
}
.co-privacy-policy a {
    text-decoration: underline !important;
}
.co-privacy-policy a:hover {
    text-decoration: underline !important;
}
.co-privacy-policy {
    margin-top: 20px;
}
@media (min-width: 1001px) {
    .co-privacy-policy {
        margin-top: 70px;
    }
}
/* End Data Message */
/* Blog Pre Footer */
.pre-footer.container-fluid{
    text-align: center;
    background: #f6f6f6;
}
.pre-footer .post-col{
    margin: 10px;
    width: 31%;
    display: inline-block;
    margin-bottom: 30px;
    background: #fff;
}
.pre-footer p.pre-footer-title {
    font-size: 22px;
    margin: 20px;
    padding-bottom: 0;
}
.pre-footer .post-col .post-image {
    width: 100%;
}
.pre-footer .post-col .post-title {
    font-family: Open Sans;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    padding: 20px;
    height: 80px;
}
.pre-footer .post-col .post-para {
    color: #888;
    padding: 20px;
    padding-bottom: 40px;
}
@media( max-width: 991px ) {
    .pre-footer .post-col {
        width: 100%;
    }
}
/* End Blog Pre Footer */
/* F1 Photo Book */
.postid-32748.woocommerce div.product form.cart .button,
.postid-32831.woocommerce div.product form.cart .button,
.postid-32936.woocommerce div.product form.cart .button,
.postid-32938.woocommerce div.product form.cart .button,
.postid-33232.woocommerce div.product form.cart .button,
.postid-33154.woocommerce div.product form.cart .button {
    width: auto;
    margin-top: 0px;
}
.postid-32748.woocommerce div.product .price .woocommerce-price-suffix,
.postid-32936.woocommerce div.product .price .woocommerce-price-suffix {
    display: none;
}
/* End F1 Photo Book */
/* Canvas Print */
.postid-33154 .summary .price {
    display: none;
}
/* End Canvas Print */
/* View Other Days Modal */
.breadcrumb.nav-day-links {
    display: block !important;
}
#days-modal #f1-box-container.f1-events-carousel {
    display: block;
    width: 100%;
}
#days-modal {
    max-width: 1200px;
    max-height: 600px;
    overflow: hidden;
}
#days-modal .modal-dialog {
    max-width: 1000px;
    width: 100%;
}
#days-modal .close-modal {
    top: 10px;
    right: 10px;
    z-index: 100000;
}
#days-modal.modal {
    padding: 5px 10px;
}
@media( min-width: 800px ) {
    #days-modal.modal {
        padding: 15px 30px;
    }
}
/* End View Other Days Modal */
/* Contact Us modal styles */
#contact-us-title {
    margin-bottom: 30px;
    color: #fff;
}
@media( max-width: 992px ) {
    .jquery-modal.blocker.current  {
        padding: 0px;
    }
}
/* End Contact Us modal styles */
/* Photo Books */
.post-32748 h3.addon-name,
.post-32831 h3.addon-name {
    text-transform: none !important;
    font-family: 'Open Sans', sans-serif !important;
}
/* End Photo Books */
/* Google Ads */
.post-content .adsbygoogle {
    display: block !important;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* End Google Ads */
/* WooCommerce */
section.related.products {
    display: none;
}
form.woocommerce-checkout .address-field span.optional {
    display: none;
}
.woocommerce-mini-cart__empty-message {
    color: #fff;
    padding: 5px;
}
.widget_shopping_cart_content .woocommerce-mini-cart dl.variation {
    float: none;
}
#wc-stripe-cc-form.wc-credit-card-form.wc-payment-form .form-row {
    padding: 3px 0px !important;
    margin: 3px 0px !important;
}
.woocommerce-checkout-review-order .wc_payment_methods.payment_methods.methods,
.woocommerce-checkout-review-order .wc_payment_method.payment_method_stripe,
.woocommerce-checkout-review-order .payment_box.payment_method_stripe {
    padding: 0px !important;
}
@media( max-width: 767px ) {
    .cart_item .product-remove,
    .cart_item .product-thumbnail,
    .cart_item .product-name,
    .cart_item .product-quantity {
        display: inline-block !important;
    }

    .cart_item .product-thumbnail {
        width: 80% !important;
    }
    .cart_item .product-name {
        width: 75% !important;
    }
    .cart_item .product-quantity {
        width: 10% !important;
    }
    .woocommerce-input-wrapper #order_comments {
        min-height: 80px;
    }
}
/* End WooCommerce */
/* Menu Bar custom styles */
#header-outer[data-full-width="true"] header > .container,
#header-secondary-outer[data-full-width="true"] > .container {
    padding: 0 15px !important;
}
header#top .col_last nav ul.buttons {
    height: 50px !important;
}
@media( min-width:  1300px ) {
    #header-outer[data-full-width="true"] header > .container,
    #header-secondary-outer[data-full-width="true"] > .container {
        padding: 0 28px !important;
    }
}
/* End Menu Bar custom styles */
/* Hide featured image on certain posts */
.post-34130 .post-featured-img,
.post-35276 .post-featured-img {
    display: none;
}
/* Thank You Promo Text */
.special-promo-txt {
    color: #cb9548!important;
}
/* End Thank You Promo Text */

/* Black friday Promo 2023 */

.promo-special-discount{
    position: absolute;
    bottom: 35px;
    right: 0;
    z-index: 9999;
}
.promo-special-discount-top{
    position: absolute;
    right: 30px;
    z-index: 9999;
    transition: all 0.5s ease;
}
#pp-product-list .promo-special-discount-top{
    right: 0;
    max-width: fit-content;
}
.sp-driver-a:hover .promo-special-discount-top,
.pp-print-a:hover .promo-special-discount-top {
    transform: scale( 1.2 );
}

#black-friday-2023{
   margin: auto;
   text-align: center;
}
#black-friday-2023 img{
   width: 100%;
   max-width: 750px;
   margin-bottom: 20px;
}
#black-friday-2023 img.product{
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    display: block;
}
#black-friday-2023 img.black-friday-image-mob{
    display: none;
}
@media (max-width: 768px) {
    #black-friday-2023 img.black-friday-image-mob{
        display: block;
    }
    #black-friday-2023 img.black-friday-image{
        display: none;
    }
    .promo-special-discount{
        width: 30%;
        bottom: 10px;
    }
}

/* End Black friday Promo 2023 */
/* Christmas Priority Shipping Message */
#pb-priority-shipping {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0px;
    color: #e48600;
}
/* End Christmas Priority Shipping Message */
/* Contact Us */
.contact-us-form {
    background: url(/wp-content/uploads/f1/pages/calendar/f1-calendar-background.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.contact-us-form .contact-us-content {
    max-width: 800px !important;
}
.contact-us-form .contact-us-content .contact-us-box {
    background-color: #252525;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    opacity: 0.8;
    padding: 40px 20px 0px 20px;
}
.contact-us-form .contact-us-content .contact-us-box .contact-us-details {
    text-align: center;
    color: #cb9548;
    padding-bottom: 0px;
}
.contact-us-form .contact-us-content .contact-us-box .contact-us-details p,
.contact-us-form .contact-us-content .contact-us-box .contact-us-details a {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.contact-us-form .contact-us-content .contact-us-box .contact-us-details p,
.contact-us-form .contact-us-content .contact-us-box .contact-us-details i,
.contact-us-form .contact-us-content .contact-us-box .contact-us-details a {
    color: #fff !important;
}
.contact-us-form .contact-us-content #contact-us-title {
    margin-top: 40px;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}
.contact-us-form .contact-us-content #nf-form-7-cont {
    color: #fff;
    padding: 25px;
    border-radius: 5px;
}
.contact-us-form .contact-us-content #nf-form-7-cont .nf-field-label label {
    font-weight: 500;
    color: #fff;
}
.contact-us-form .contact-us-content #nf-form-7-cont .nf-response-msg .thanks-msg {
    padding-bottom: 0px;
}
.contact-us-form .contact-us-content #nf-form-7-cont input[type="button"],
#nf-field-31 {
    float: right;
    border-radius: 10px;
    padding: 10px 20px;
    background-color: #890f0a;
    font-size: 14px;
    transition: .5s all;
    margin-top: 20px;
}
.contact-us-form .contact-us-content #nf-form-7-cont input[type="button"]:hover,
#nf-field-31:hover {
    background-color: #670804 !important;
}
.contact-us-form .contact-us-content #nf-form-7-cont input[type="text"],
.contact-us-form .contact-us-content #nf-form-7-cont input[type="email"],
.contact-us-form .contact-us-content #nf-form-7-cont input[type="tel"],
.contact-us-form .contact-us-content #nf-form-7-cont textarea {
    background-color: #fff !important;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
}
@media (min-width: 1001px) {
    .contact-us-form .contact-us-content {
        margin-top: 60px;
    }
}
/* End Contact Us */
/* New Colour Scheme */
/* Header */
body.ascend #header-outer:not([data-lhe="animated_underline"]) header#top nav > ul > li > a:hover,
body.ascend #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.sfHover > a,
body.ascend #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu ul li:hover > a,
body.ascend #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.current-menu-item > a,
body.ascend #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.current-menu-ancestor > a,
body.ascend #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu ul li.current-menu-item > a {
    background-color: #410604 !important;
    color: #fff !important;
}
#header-outer #logo img {
    width: 91px !important;
    height: 24px !important;
}
@media (min-width: 1001px) {
    body.ascend header#top .sf-menu > li:hover > ul, header#top .sf-menu > li.sfHover > ul.sub-menu,
    body.ascend #header-outer:not([data-lhe="animated_underline"]) header#top nav > ul.sub-menu {
        top: 57px !important;
        display: none;
    }
    #header-outer {
        padding-top: 0px !important;
    }
    #header-outer a#logo {
        padding: 10px !important;
    }
    #header-outer nav > ul > li > a {
        padding: 20px 15px !important;
        margin: 0px !important;
        transition: 0.5s all ease !important;
    }
    #header-outer .cart-menu {
        padding-top: 18px !important;
        padding-bottom: 20px !important;
    }
    #header-outer #logo img {
        width: 114px !important;
        height: 30px !important;
    }
    #header-outer.small-nav #logo img {
        width: 91px !important;
        height: 24px !important;
    }
}
/* Footer */
.ki-g-container {
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media( min-width: 992px ) {
    .ki-g-container {
        max-width: 960px !important;
    }
}
@media( min-width: 1200px ) {
    .ki-g-container {
        max-width: 1140px !important;
    }
}
@media( min-width: 1600px ) {
    .ki-g-container {
        max-width: 1240px !important;
    }
}
#footer-outer .subscribe-footer {
    font-size: 20px !important;
    color: #fff !important;
    background-color: #3a3a3a;
}
#footer-outer .subscribe-footer a#yt-sub-btn{
    background-color: #531717;
    color: #fff;
    padding: 15px 40px;
    font-family: 'loveloblack', 'Open Sans', sans-serif;
}
#footer-outer .subscribe-footer a#yt-sub-btn:hover{
    color: #fff !important;
    background-color: #681c1c;
}
#footer-outer .copyright-footer {
    font-size: 14px !important;
    color: #686868 !important;
}
#footer-outer .copyright-footer p {
    margin-top: 0px;
    margin-bottom: 0px;
}
#footer-outer .copyright-footer p a {
    color: #d7d7d7;
}
#footer-outer .copyright-footer p a:hover {
    color: #fff !important;
}
#footer-outer .copyright-footer#copyright {
    padding: 40px 0px;
    background-color: #292929 !important;
}
#footer-outer .copyright-footer#copyright .kym-footer h3 {
    font-size: 20px;
    background: -webkit-linear-gradient( #fff 35%, #858587 85% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'loveloblack', 'Open Sans', sans-serif;
    margin-bottom: 0px;
    font-weight: bold;
    opacity: 0.6;
}
#footer-outer .copyright-footer#copyright .kym-footer .footer-socials {
    margin-top: 15px;
}
#footer-outer .copyright-footer#copyright .kym-footer .footer-socials i {
    margin: 10px;
    opacity: 0.4;
    font-size: 30px;
    color: #989898;
    transition: 0.5s color ease;
}
#footer-outer .copyright-footer#copyright .kym-footer .footer-socials i:hover {
    opacity: 1;
    color: #fff;
}
#footer-outer .copyright-footer#copyright .kym-footer hr {
    opacity: 0.1;
    width: 250px;
    text-align: center;
    display: inline-block;
    border-top: 1px solid #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}
#footer-outer .copyright-footer#copyright-bottom {
    padding: 25px 0px;
    background-color: #252525 !important;
}
#footer-outer .row {
    padding: 40px 0px;
}
#subscribe-footer-sub-oto-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
    padding: 10px 15px !important;
}
#subscribe-footer-sub-oto-row .col-md-6,
#subscribe-footer-sub-oto-row .span_6 {
    padding: 0px 25px;
    display: flex;
    flex-direction: column;
    margin: 10px auto;
}
.row.copyright-footer .col.span_5 {
    margin-bottom: 0px;
}
#copyright-bottom .col.span_7.col_last {
    height: 0px;
    margin: 0px;
}
@media( min-width: 1000px ) {
    #subscribe-footer-sub-oto-row .col-md-6,
    #subscribe-footer-sub-oto-row .span_6 {
        padding: 0px 10px;
    }
}
#footer-outer .subscribe-footer {
    background-color: #dfdfdf;
}
.footer-sub-oto-outer {
    padding: 40px 20px;
    background-color: #3A3A3A;
    height: 100%;
    margin-bottom: 25px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.footer-sub-oto-header {
    text-align: center;
    font-family: 'loveloblack', 'Open Sans', sans-serif !important;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
    font-size: 22px;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
    color: #fff;
}
#footer-sub-outer {
    background: url( '/wp-content/uploads/2023/04/footer-sub-bg.jpg' );
}
#footer-oto-outer {
    background: url( '/wp-content/uploads/2023/04/footer-sub-oto-bg.jpg' );
}
.footer-sub-oto-header {
    margin-bottom: 10px;
}
.footer-sub-p {
    margin-bottom: 40px;
    padding-bottom: 0px;
}
.footer-oto-p {
    padding: 0px;
    margin-bottom: 25px;
}
.footer-sub-oto-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 15px 40px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#oto-book-now-btn {
    background-color: #531717;
    color: #fff !important;
    padding: 15px 40px;
    font-family: 'loveloblack', 'Open Sans', sans-serif;
}
#footer-oto-outer #oto-book-now-btn:hover {
    color: #fff !important;
    background-color: #681c1c;
}
@media( min-width: 691px ) {
    #subscribe-footer-sub-oto-row {
        padding: 10px 0px !important;
    }
}
@media( min-width: 768px ) {
    .footer-sub-oto-outer {
        margin-bottom: 0px;
    }
}
@media( min-width: 1600px ) {
    .footer-sub-oto-header {
        font-size: 25px;
        line-height: 30px;
    }
    .footer-sub-oto-btn {
        font-size: 22px;
    }
}
/* End New Colour Scheme */
/*.addon-wrap-32748-shipping-options-1-1,
.addon-wrap-35899-shipping-options-1-1,
.addon-wrap-32831-shipping-options-1-1,
.addon-wrap-35898-shipping-options-1-1,
.addon-wrap-36472-options-5-0,
.addon-wrap-36477-options-5-0,
.addon-wrap-36474-options-5-0,
.addon-wrap-36478-options-5-0 {
    display: none;
}*/
/* Kym's Custom Product */
.postid-37963.woocommerce div.product form.cart div.quantity,
.postid-37963.woocommerce div.product form.cart .button[name="add-to-cart"],
.postid-37963.woocommerce div.product .woocommerce-price-suffix {
    display: none;
}
.postid-37963.woocommerce div.product form.cart .button[name="checkout"] {
    margin-left: 0px;
    font-family: 'Open Sans';
    letter-spacing: 1px;
    font-size: 14px !important;
    padding: 20px 45px!important;
    transition: all 0.2s linear;
}
/* End Kym's Custom Product */
/* Detail Consent Note */
/* Signed Photo, Contact Us */
#sp-interest-form .form-privacy-policy,
.contact-us-box .form-privacy-policy {
    color: #fff !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Pole Position Blog Page */
.wpb_column.column_container.col .form-privacy-policy,
.kym-blog-signup .form-privacy-policy {
    max-width: 620px;
    font-size: 12px;
    line-height: 15px;
    margin: 10px 0px 15px;
    color: #000 !important;
}
.wpb_column.column_container.col .form-privacy-policy:hover,
.kym-blog-signup .form-privacy-policy a:hover {
    color: #000 !important;
    cursor: pointer;
}
#sp-interest-form .form-privacy-policy a,
.contact-us-box .form-privacy-policy a {
    color: #fff !important;
}
.form-privacy-policy p {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 16px;
}
.form-privacy-policy small {
    font-size: 13px;
}
.form-privacy-policy a {
    text-decoration: underline !important;
}
.form-privacy-policy a:hover {
    text-decoration: underline !important;
    cursor: pointer;
}
/* End Detail Consent Note */
/* Woocommerce Mini Cart Styles */
.widget_shopping_cart_content ul.product_list_widget li img {
    height: 62px!important;
    width: 62px!important;
    margin-left: 0px!important;
    margin-right: 15px;
    float: left!important;
    margin-bottom: 0px;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -o-box-shadow: none!important;
    -moz-box-shadow: none!important;
}
.woocommerce .widget_shopping_cart_content ul.cart_list li::after,
.woocommerce .widget_shopping_cart_content ul.cart_list li::before,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li::after,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li::before {
    content: " ";
    display: table;
}
.woocommerce .widget_shopping_cart_content ul.cart_list li::after,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li::after {
    clear: both;
}
/* End Woocommerce Mini Cart Styles */
/* Language Translation */
header#top nav > ul {
    margin-right: 30px;
}
header#top .switcher {
    display: none;
}
.gt_switcher .gt_selected {
    width: 44px !important;
    height: 65px !important;
    position: relative !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
}
.gt_switcher .gt_selected a {
    border: none !important;
    height: 35px !important;
    overflow: hidden !important;
    background-color: transparent !important;
    color: transparent !important;
}
.gt_switcher .gt_selected a,
.gt_switcher .gt_selected a:hover {
    width: 115px !important;
}
.gt_switcher .gt_selected a:hover {
    background-color: transparent !important;
    color: #fff !important;
}
.gt_switcher .gt_selected a:after {
    top: 10px !important;
    display: none !important;
}
.gt_switcher .gt_selected a {
     max-width: 24px;
     top: 2px;
}
.gt_switcher .gt_selected a img {
    margin-top: 2px;
    margin-bottom: 10px !important;
    width: 26px;
}
.gt_switcher .gt_option {
    border: none !important;
    background-color: transparent !important;
    position: absolute !important;
    right: 60px !important;
    top: 60px !important;
    max-height: 215px !important;
}
.gt_switcher .gt_option a {
    width: auto !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    background-color: #1f1f1f !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    top: 0px !important;
    padding: 5px !important;
    height: auto !important;
    display: block !important;
}
.gt_switcher .gt_option a img {
    margin-right: 5px !important;
    margin-bottom: 0px !important;
    width: 32px;
}
.gt_switcher .gt_option a:hover {
    color: #fff !important;
    background-color: #410604 !important;
}
.menu-item.menu-item-gtranslate {
    min-height: 40px;
}
@media (max-width: 1000px) {
    #gtranslate_wrapper {
        position: relative !important;
    }
    .gt_switcher {
        width: 100% !important;
    }
    .gt_switcher .gt_selected {
        width: 100% !important;
    }
    .gt_switcher .gt_option {
        top: 0px !important;
        left: 0px !important;
        width: 100% !important;
        position: relative !important;
        max-height: 100% !important;
    }
}
/* End Language Translation */
/* T&Cs */
@media (min-width: 1001px) {
    #termsInner {
        margin-top: 50px;
    }
}
/* End T&Cs */

/* Black Friday 2021 */
#black-friday {
    position: absolute;
    z-index: 1;
    display: none;
}
img#black-friday-mobile{
    max-width: 100%;
}
@media (max-width: 768px) {
    #black-friday-modal.modal {
        display: block;
        max-width: fit-content;
        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.7); /* Black w/ opacity */
    }
    #black-friday-modal .modal-content {
        background: none;
        margin: auto;
        padding: 20px;
        width: 80%;
        box-shadow: none;
        border: none;
      }
      #black-friday-modal.modal .modal-content #close{
        text-align: right;
        font-size: 22px;
        display: block;
        color: #fff;
    }
}
@media (min-width: 768px) {
    #black-friday-modal.modal {
        display: none; /* Hidden by default */
    }
}
@media( min-width: 700px ) {
    #black-friday {
        display: block;
        max-width: 130px;
        top: 155px;
        right: 60px;
    }
}
@media( min-width: 1200px ) {
    #black-friday {
        max-width: 200px;
        right: 110px;
        top: 120px;
    }
}
@media( min-width: 1900px ) {
    #black-friday {
        max-width: 250px;
        right: 210px;
        top: 175px;
    }
}
@media( min-width: 2500px ) {
    #black-friday {
        max-width: 280px;
        right: 410px;
        top: 160px;
    }
}
/* End Black Friday 2021 */