/*General styling*/
:root {
    --darkBlue: #00337C;
    --lightBlue: #0242A7;
    --darkRed: #B60B34;
    --lightRed: #D50033;
    --gold: #b7A170;
    --slate: #E0D7CA;
    --white: #FFFFFF;
    --stone: #F2F1EC;
    --black: #000000;
    --burgundy: #78000C;
}
/*set the font*/
body {
    font-family: "Montserrat", sans-serif;
}

/*make sure modals sit on top*/
.modal-backdrop{
    z-index: 0;
}

/*remove header and footer when printing*/
@media print {
    header,
    footer,
    .custom-wrapper {
        display: none;
    }
}

 /*remove underline on link items*/
/*a {
    text-decoration: none;
}*/

/*style list*/
ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    line-height: 160%;
}

/*section headings*/
#KxBnB .KxBnBContent > .well .row > div > h2,
#KxBnB .KxBnBContent > .well .row > div > h3,
#KxBnB .KxBnBContent > .well .row > #MainContentPlaceHolder_ChangeUserPasswordContent > div > h3,
#MainContentPlaceHolder_ResetPasswordContent > div > h3 {
    margin-top: 50px !important;
    font-weight: bold !important;
    color: var(--lightRed);
}

/*hr items throughout the site*/
#KxBnB hr,
#KxBnBLoginWrapper hr,
#KxBnBCookies hr,
#KxBnBBookingError hr {
    margin-top: 0;
    margin-bottom: 2em;
    border: 0;
    border-top: 5px solid var(--lightRed);
    width: 10%;
    opacity:1;

}

/*all input fields*/
#KxBnB .KxBnBContent .dropdown, #KxBnB .KxBnBContent input[type="date"], #KxBnB .KxBnBContent input[type="datetime"], #KxBnB .KxBnBContent input[type="datetime-local"], #KxBnB .KxBnBContent input[type="email"], #KxBnB .KxBnBContent input[type="file"], #KxBnB .KxBnBContent input[type="month"], #KxBnB .KxBnBContent input[type="number"], #KxBnB .KxBnBContent input[type="phone"], #KxBnB .KxBnBContent input[type="range"], #KxBnB .KxBnBContent input[type="search"], #KxBnB .KxBnBContent input[type="tel"], #KxBnB .KxBnBContent input[type="text"], #KxBnB .KxBnBContent input[type="time"], #KxBnB .KxBnBContent input[type="url"], #KxBnB .KxBnBContent input[type="week"], #KxBnB .KxBnBContent input[type="button"], #KxBnB .KxBnBContent input[type="password"], #KxBnB .KxBnBContent select, #KxBnB .KxBnBContent textarea {
    border: 1px solid #f2f2f2 !important;
    -webkit-transition: 1s; /* Safari */
    box-shadow: none !important;
    transition: 1s !important;
}

/*input hilghlight*/
#KxBnB .KxBnBContent .dropdown:hover, #KxBnB .KxBnBContent input[type="date"]:hover, #KxBnB .KxBnBContent input[type="datetime"]:hover, #KxBnB .KxBnBContent input[type="datetime-local"]:hover, #KxBnB .KxBnBContent input[type="email"]:hover, #KxBnB .KxBnBContent input[type="file"]:hover, #KxBnB .KxBnBContent input[type="month"]:hover, #KxBnB .KxBnBContent input[type="number"]:hover, #KxBnB .KxBnBContent input[type="phone"]:hover, #KxBnB .KxBnBContent input[type="range"]:hover, #KxBnB .KxBnBContent input[type="search"]:hover, #KxBnB .KxBnBContent input[type="tel"]:hover, #KxBnB .KxBnBContent input[type="text"]:hover, #KxBnB .KxBnBContent input[type="time"]:hover, #KxBnB .KxBnBContent input[type="url"]:hover, #KxBnB .KxBnBContent input[type="week"]:hover, #KxBnB .KxBnBContent input[type="button"]:hover, #KxBnB .KxBnBContent input[type="password"]:hover, #KxBnB .KxBnBContent select:hover, #KxBnB .KxBnBContent textarea:hover {
        box-shadow: 0 0 5pt 0.5pt #D3D3D3 !important;
}

#KxBnB .KxBnBContent .dropdown:focus, #KxBnB .KxBnBContent input[type="date"]:focus, #KxBnB .KxBnBContent input[type="datetime"]:focus, #KxBnB .KxBnBContent input[type="datetime-local"]:focus, #KxBnB .KxBnBContent input[type="email"]:focus, #KxBnB .KxBnBContent input[type="file"]:focus, #KxBnB .KxBnBContent input[type="month"]:focus, #KxBnB .KxBnBContent input[type="number"]:focus, #KxBnB .KxBnBContent input[type="phone"]:focus, #KxBnB .KxBnBContent input[type="range"]:focus, #KxBnB .KxBnBContent input[type="search"]:focus, #KxBnB .KxBnBContent input[type="tel"]:focus, #KxBnB .KxBnBContent input[type="text"]:focus, #KxBnB .KxBnBContent input[type="time"]:focus, #KxBnB .KxBnBContent input[type="url"]:focus, #KxBnB .KxBnBContent input[type="week"]:focus, #KxBnB .KxBnBContent input[type="button"]:focus, #KxBnB .KxBnBContent input[type="password"]:focus, #KxBnB .KxBnBContent select:focus, #KxBnB .KxBnBContent textarea:focus {
        border-color: #f3f3f3 !important;
        box-shadow: 0 0 5pt 2pt #D3D3D3 !important;
        outline-width: 0px !important;
}
   
/*HEADER AREA*/
.headerBackground {
    background: url("/Clients/ChristChurchOxford/Images/Base/banner.png") no-repeat;
    background-size: cover;
    height: 600px;
    margin: -1px;
}

@media (max-width: 767px) {
    .headerBackground {
        height: auto;
        margin-bottom: 20px;
    }

}

.navbar {
    padding: 0;
}
.navbar-collapse {
    flex-grow: 0 !important;
}
.header-logo {
    display: flex;
    align-items: center;
    text-align: center;
}
.active {
    background-color: var(--white);
    color: var(--slate);
}

.headerImage {
    margin: 30px;
    width: 7em;
}

.hover-color, .hover-color:hover {
    font-weight: bold;
    color: var(--white);
    font-size: 26px;
    text-decoration: none;
}

#headerExpandedNavbarLinkList {
    padding-right: 20px;
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: #FFFFFF;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

    .hamburger:hover {
        opacity: 0.7;
    }

    .hamburger.is-active:hover {
        opacity: 0.7;
    }

    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        background-color: #FFFFFF;
    }

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #FFFFFF;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -10px;
        }

        .hamburger-inner::after {
            bottom: -10px;
        }

.hamburger--slider .hamburger-inner {
    top: 2px;
}

    .hamburger--slider .hamburger-inner::before {
        top: 10px;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s;
    }

    .hamburger--slider .hamburger-inner::after {
        top: 20px;
    }

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

    .hamburger--slider.is-active .hamburger-inner::before {
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0;
    }

    .hamburger--slider.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(-90deg);
    }

@media only screen and (max-width: 767px) {
    .headerImage {
        width: 100px;
        margin: 10px;
    }
}

@media screen and (min-width:992px) {
    .hover-underline {
        padding-left: 40px;
    }

    .hover-color:hover {
        color: #FFFFFF;
    }

    #topNavigationButton {
        display: none;
    }
    #headerExpandedNavbarLinkList {
        margin-top: -150px;
    }
}

@media screen and (max-width:992px) {
    .nav-item {
        padding: 10px;
        border-bottom: 1px solid #FFFFFF;
    }
    .nav-item:hover {
        background-color: #E5ED76;
    }
} 

/*Footer*/

footer {
    background-color: #2B2A28;
    background-color: var(--c-stone-d3);
    min-height: 500px;
    margin-top: calc(25px*2);
    margin-top: calc(var(--base-space)*2)
}

.footer .footer__wrappper {
    padding: 5vw;
    display: flex;
    flex-direction: column;
    gap: 25px
}

@media(min-width: 920px) {
    .footer .footer__wrappper {
        flex-direction: row;
        gap: 25px;
        padding: 25px 5vw;
        flex-wrap: wrap
    }
}

@media(min-width: 1650px) {
    .footer .footer__wrappper {
        gap: 50px;
        flex-wrap: nowrap;
        padding-right: 10vw
    }
}

.footer .footer__wrappper h5 {
    margin: 0;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: bold
}

.footer .footer__wrappper .footer__left {
    flex: .75;
    background-color: #ECE8DF;
    background-color: var(--stone);
    padding: 25px
}

@media(min-width: 920px) {
    .footer .footer__wrappper .footer__left {
        width: 100%;
        flex: unset
    }
}

@media(min-width: 1650px) {
    .footer .footer__wrappper .footer__left {
        flex: .75
    }
}

.footer .footer__wrappper .footer__left .social-media {
    display: flex;
    flex-direction: column;
    gap: 25px
}

@media(min-width: 920px) {
    .footer .footer__wrappper .footer__left .social-media {
        flex-direction: row;
        gap: 25px;
        flex-wrap: wrap
    }
}

@media(min-width: 1650px) {
    .footer .footer__wrappper .footer__left .social-media {
        flex-direction: column;
        gap: 25px;
        flex-wrap: nowrap
    }
}

.footer .footer__wrappper .footer__left .social-media .social-media-item {
    display: flex;
    gap: 12.5px;
    align-items: center
}

    .footer .footer__wrappper .footer__left .social-media .social-media-item svg {
        width: 25px;
        -o-object-fit: cover;
        object-fit: cover;
        height: 25px
    }

    .footer .footer__wrappper .footer__left .social-media .social-media-item a {
        font-size: .889rem;
        text-decoration: none;
        color: #000122;
        color: var(--c-dark-blue-d2);
        font-weight: 500;
        position: relative
    }

        .footer .footer__wrappper .footer__left .social-media .social-media-item a:hover {
            text-decoration: underline
        }

.footer .footer__wrappper .footer__center {
    flex: 4;
    background-color: #ECE8DF;
    background-color: var(--stone);
    padding: 25px
}

@media(min-width: 920px) {
    .footer .footer__wrappper .footer__center {
        width: calc(75% - 25px);
        flex: unset
    }
}

@media(min-width: 1650px) {
    .footer .footer__wrappper .footer__center {
        flex: 4
    }
}

.footer .footer__wrappper .footer__center > .menu {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 25px;
    padding: 0;
    margin: 0;
    height: 100%;
    flex-direction: column
}

@media(min-width: 920px) {
    .footer .footer__wrappper .footer__center > .menu {
        flex-direction: row;
        flex-wrap: wrap
    }
}

@media(min-width: 1650px) {
    .footer .footer__wrappper .footer__center > .menu {
        flex-wrap: nowrap
    }
}

.footer .footer__wrappper .footer__center > .menu > li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    background: #fcfbfa;
    list-style: none
}

@media(min-width: 920px) {
    .footer .footer__wrappper .footer__center > .menu > li {
        width: calc(50% - 12.5px)
    }
}

@media(min-width: 1650px) {
    .footer .footer__wrappper .footer__center > .menu > li {
        width: calc(25% - 12.5px)
    }
}

.footer .footer__wrappper .footer__center > .menu > li a {
    font-weight: bold;
    width: max-content;
    max-width: 100%
}

.footer .footer__wrappper .footer__center > .menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px
}

    .footer .footer__wrappper .footer__center > .menu ul li {
        width: auto;
        display: block;
        padding: 0
    }

        .footer .footer__wrappper .footer__center > .menu ul li a {
            font-weight: normal;
            display: flex
        }

.footer .footer__wrappper .footer__center > .menu .expand-sub {
    display: none
}

.footer .footer__wrappper .footer__center > .menu a {
    font-size: .889rem;
    color: #000122;
    color: var(--c-dark-blue-d2);
    text-decoration: none;
    transition: .2s ease;
    position: relative
}

    .footer .footer__wrappper .footer__center > .menu a::after {
        content: "";
        bottom: -4px;
        width: 0%;
        background-color: #000122;
        background-color: var(--c-dark-blue-d2);
        position: absolute;
        left: 0;
        height: 2px;
        transition: .3s ease all;
        opacity: .6
    }

    .footer .footer__wrappper .footer__center > .menu a:hover::after {
        width: 100%
    }

.footer .footer__wrappper .footer__center > .menu .safeguarding a:hover {
    text-decoration: underline
}

.footer .footer__wrappper .footer__center > .menu .safeguarding a::after {
    width: 0%
}

.footer .footer__wrappper .footer__right {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: .889rem
}

@media(min-width: 720px) {
    .footer .footer__wrappper .footer__right {
        margin: 0;
        text-align: left
    }
}

@media(min-width: 920px) {
    .footer .footer__wrappper .footer__right {
        width: 25%;
        flex: unset;
        justify-content: flex-start
    }
}

@media(min-width: 1650px) {
    .footer .footer__wrappper .footer__right {
        flex: 1.5;
        justify-content: flex-start
    }
}

.footer .footer__wrappper .footer__right .logo-wrapper {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
    width: 100%;
    align-items: center;
    justify-content: center
}

@media(min-width: 720px) {
    .footer .footer__wrappper .footer__right .logo-wrapper {
        width: 50%;
        align-items: flex-start;
        justify-content: flex-start
    }
}

@media(min-width: 920px) {
    .footer .footer__wrappper .footer__right .logo-wrapper {
        width: 100%
    }
}

.footer .footer__wrappper .footer__right .logo-wrapper img {
    display: flex;
    border: 1px solid #fff;
    width: 38%
}

    .footer .footer__wrappper .footer__right .logo-wrapper img:first-of-type {
        width: 28%;
        border: none
    }

.footer .footer__wrappper .footer__right h3 {
    color: #fff;
    margin: 0
}

.footer .footer__wrappper .footer__right a {
    color: #fff;
    font-size: .889rem;
    margin-top: 12.5px;
    display: flex
}

.footer .footer__wrappper .footer__right .addresss {
    margin-bottom: 25px
}

.footer--cathedral {
    background-color: #64543F;
    background-color: var(--c-gold-d2)
}

    .footer--cathedral .footer__wrappper .footer__center .safeguarding {
        border: 2px solid #64543F;
        border: 2px solid var(--c-gold-d2)
    }

        .footer--cathedral .footer__wrappper .footer__center .safeguarding span, .footer--cathedral .footer__wrappper .footer__center .safeguarding a {
            font-size: .7rem
        }

    .footer--cathedral .footer__wrappper .footer__right {
        color: #fff;
        font-size: .889rem
    }

        .footer--cathedral .footer__wrappper .footer__right h3 {
            color: #010101;
            margin: 0
        }

        .footer--cathedral .footer__wrappper .footer__right .addresss {
            margin-bottom: 25px
        }

        .footer--cathedral .footer__wrappper .footer__right a {
            color: #fff;
            font-size: .889rem
        }

.footer--landing_page, .footer--site_wide {
    background-color: #fff
}

    .footer--landing_page .footer__wrappper .footer__center .safeguarding, .footer--site_wide .footer__wrappper .footer__center .safeguarding {
        border: 2px solid #64543F;
        border: 2px solid var(--gold)
    }

        .footer--landing_page .footer__wrappper .footer__center .safeguarding span, .footer--landing_page .footer__wrappper .footer__center .safeguarding a, .footer--site_wide .footer__wrappper .footer__center .safeguarding span, .footer--site_wide .footer__wrappper .footer__center .safeguarding a {
            font-size: .7rem
        }

    .footer--landing_page .footer__wrappper .footer__right, .footer--site_wide .footer__wrappper .footer__right {
        color: #010101;
        font-size: .889rem
    }

        .footer--landing_page .footer__wrappper .footer__right h3, .footer--site_wide .footer__wrappper .footer__right h3 {
            color: #010101;
            margin: 0
        }

        .footer--landing_page .footer__wrappper .footer__right a, .footer--site_wide .footer__wrappper .footer__right a {
            color: #010101;
            font-size: .889rem
        }

        .footer--landing_page .footer__wrappper .footer__right .addresss, .footer--site_wide .footer__wrappper .footer__right .addresss {
            margin-bottom: 25px
        }

.footer--visit {
    background-color: #3031b0
}

    .footer--visit .footer__wrappper .footer__right {
        font-size: .889rem
    }

        .footer--visit .footer__wrappper .footer__right h3 {
            margin: 0
        }

        .footer--visit .footer__wrappper .footer__right a {
            color: #fff;
            font-size: .889rem
        }

        .footer--visit .footer__wrappper .footer__right .addresss {
            margin-bottom: 25px
        }


.field--name-field-banner-links, .footer-links {
    padding: 25px 5vw;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: var(--stone);
    margin-bottom: calc(25px* 3);
    margin-bottom: calc(var(--base-space)* 3);
    gap: 5px;
}
@media (min-width: 920px) {
    .field--name-field-banner-links, .footer-links {
        flex-direction: row;
        background-color: var(--stone);
        margin-bottom: 25px;
        gap: 25px;
    }
}
@media (min-width: 1224px) {
    .field--name-field-banner-links > .field--item, .footer-links > .field--item {
        width: calc(25% - 25px);
    }
}
.feature-box--quick-link a {
    text-decoration: none;
    color: #333333;
}
.feature-box--quick-link .feature-box__section-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 6.25px;
    gap: 25px;
    transition: .3s ease all;
}
.feature-box--quick-link svg {
    width: 50px;
}
.feature-box--quick-link a {
    text-decoration: none;
    color: var(--black);
}
.feature-box--quick-link svg path {
    fill: var(--black) !important;
}
.title:hover {
    color: var(--burgundy);
    text-decoration: underline;
}
.footer .footer__wrappper .footer__center > .menu > li a:hover {
    text-decoration: underline;
}
/*Nav-widget*/
#KxBnBWidget {
    background: var(--darkBlue);
    font-size: 16px;
    color: #FFF;
}

    @media only screen and (max-width:767px) {
        #KxBnBWidget > .KxBnBHorizontalWidget {
            width: 100%;
            padding-left: 0;
            padding-right: 0
        }
    }

    @media(min-width:768px) {
        #KxBnBWidget > .KxBnBWidget {
            width: 764px
        }
    }

    @media(min-width:992px) {
        #KxBnBWidget > .KxBnBWidget {
            width: 950px
        }
    }

    @media(min-width:1200px) {
        #KxBnBWidget > .KxBnBWidget {
            width: 1170px
        }
    }

    #KxBnBWidget > .KxBnBWidget {
        margin-right: auto;
        margin-left: auto;
    }

    #KxBnBWidget > .KxBnBHorizontalWidget fieldset {
        font-size: .8em;
        border: 0;
        padding: 0;
        background-color: #f5f5f5;
    }

#SearchHeaderPanel {
    color: #212529;
    font-weight: bold;
}

@media only screen and (min-width:992px) {
    #KxBnBWidget > .KxBnBHorizontalWidget fieldset {
            font-size: 1em
        }
    }

    #KxBnBWidget > .KxBnBHorizontalWidget fieldset.header-active > .header-wrapper {
        display: table-cell !important
    }

    /*search banner button colours*/
#KxBnBWidget .tab-wrapper,
#KxBnBWidget .promotion-wrapper.promotion-inverse {
    background: var(--darkBlue);
}

/*search banner button*/
#KxBnBWidget .search-wrapper > div input[type="button"],
#KxBnBWidget .search-wrapper > div button {
    color: var(--white) !important;
    background-color: var(--burgundy) !important;
    font-weight: bold;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    max-width: 15em;
    font-size: 1em;
    padding: 0 .5em;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857;
    border-radius: 10px;
    border: 2px solid var(--burgundy) !important;
}
    #KxBnBWidget .search-wrapper > div input[type="button"]:hover {
        color: var(--burgundy) !important;
        background-color: var(--white) !important;
        
    }

    /*change the color on font awesome icons and text on hover*/
#KxBnBWidget .tab i,
#KxBnBWidget .tab label {
    color: var(--white);
}

@media only screen and (min-width: 768px) {
    #KxBnBWidget > .KxBnBHorizontalWidget fieldset > .tab-wrapper .tab .hide-content {
        top: 6.7em;
    }
}


@media only screen and (max-width:767px) {
    #KxBnBWidget > .KxBnBHorizontalWidget fieldset .tab label {
        min-height: 3.34em;
        background: #fff;
        width: auto !important;
        padding: 1em 1em 1em 22%;
        border: 1px solid #fff;
        margin: 0;
        position: absolute;
        box-sizing: border-box;
        left: .5em;
        right: .5em;
        border-radius: 4px;
        color: var(--darkBlue);
    }

    #KxBnBWidget > .KxBnBHorizontalWidget fieldset .active label {
        background: var(--white);
        border: 1px solid var(--darkBlue);
    }

    #KxBnBWidget > .KxBnBHorizontalWidget fieldset .tab label:hover {
        background: var(--white);
        border: 1px solid var(--white);
        color: #444648;
    }

    #KxBnBWidget > .KxBnBHorizontalWidget fieldset .tab label:before {
        background: var(--darkBlue);
        border-radius: 4px 0 0 4px;
        content: "";
        display: block;
        position: absolute;
        left: 0px;
        width: 20%;
        height: 100%;
        top: 0px;
        margin-left: 0;
        z-index: 0
    }
    #KxBnBWidget > .KxBnBHorizontalWidget fieldset .tab i {
        top: 50%;
        right: auto;
        left: 10%;
        min-width: 1.03em;
        text-align: center;
        margin-top: -.4em;
        font-size: 2em;
        margin-left: -.3em;
        display: block;
        color: #FFF;
    }
    #KxBnBWidget > .KxBnBHorizontalWidget fieldset > .promotion-wrapper label:before {
        min-height: 3.15em;
        background: var(--burgundy);
        border-radius: 3px 0 0 3px;
        content: "";
        display: block;
        position: absolute;
        left: 1px;
        width: 20%;
        height: 104%;
        margin-left: 0;
        z-index: 0
    }
    #KxBnBWidget > .KxBnBHorizontalWidget fieldset > .promotion-wrapper i {
        display: inline;
        top: 50%;
        right: auto;
        left: 10%;
        min-width: 1.03em;
        text-align: center;
        margin-top: -.4em;
        font-size: 2em;
        margin-left: -.3em;
        display: block;
        color: #fff;
    }

}

/*banner image*/
.imgClass {
    width: 100%;
    object-fit: cover;
}

/*Login banner*/

.clientLogin {
    right: 0 !important;
    top: 500px !important;
}

/*add margin to the error message*/
#MainContentPlaceHolder_upMessage {
    margin-top: 20px;
}

.clientLogin > .container {
    width: max-content;
    float: right;
}

.LoginSignupLinksPanel {
    background-color: var(--darkBlue) !important;
    border-radius: 10px !important;
}

.btn-default {
    color: var(--burgundy) !important;
    background-color: var(--white)!important;
    font-size: 14px;
    font-weight: bold !important;
    border-radius: 10px !important;
    border: 2px solid var(--burgundy) !important;
    padding: 10px 25px !important;
}

    .btn-default:hover {
        background-color: var(--burgundy) !important;
        color: var(--white) !important;
    }


@media only screen and (max-width: 767px) {
    .clientLogin > .container {
        float: inherit;
    }
    .clientLogin {
        position: static !important;
    }

    #UserLoginSignupLinks_ctl00_btnHome,
    #UserLoginSignupLinks_ctl00_btnCreateAccount,
    #UserLoginSignupLinks_ctl00_btnLogout {
        padding: 10px !important;
    }
}

#KxBnB .ui-widget-header,
#KxBnBLoginWrapper .ui-widget-header {
    border: 1px solid #aed0ea;
    background: #deedf7 url(images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
    color: var(--darkBlue)
    font-weight: bold;
}

/*datepicker items when selected*/
#KxBnBWidget .ui-widget-content table.ui-datepicker-calendar td span.ui-state-active,
#KxBnBWidget .ui-widget-content table.ui-datepicker-calendar td span.ui-state-hover,
#KxBnBWidget .ui-widget-content table.ui-datepicker-calendar td a.ui-state-active,
#KxBnBWidget .ui-widget-content table.ui-datepicker-calendar td a.ui-state-hover,
#KxBnBWidget .ui-widget-content .ui-datepicker-group table td span.ui-state-active,
#KxBnBWidget .ui-widget-content .ui-datepicker-group table td span.ui-state-hover,
#KxBnBWidget .ui-widget-content .ui-datepicker-group table td a.ui-state-active,
#KxBnBWidget .ui-widget-content .ui-datepicker-group table td a.ui-state-hover {
    background-color: var(--lightRed);
    border-color: var(--lightRed);
    color: #FFF !important;
}
/*datepicker items when disabled*/
#KxBnBWidget .ui-widget-content table.ui-datepicker-calendar td.ui-datepicker-unselectable span,
#KxBnBWidget .ui-widget-content table.ui-datepicker-calendar td.ui-datepicker-unselectable a,
#KxBnBWidget .ui-widget-content .ui-datepicker-group table td.ui-datepicker-unselectable span,
#KxBnBWidget .ui-widget-content .ui-datepicker-group table td.ui-datepicker-unselectable a {
    background-color: #6f94ab55;
    border-color: #6f94ab33;
    color: #000 !important;
}

#KxBnBWidget .ui-widget-content table.ui-datepicker-calendar td span,
#KxBnBWidget .ui-widget-content table.ui-datepicker-calendar td a,
#KxBnBWidget .ui-widget-content .ui-datepicker-group table td span,
#KxBnBWidget .ui-widget-content .ui-datepicker-group table td a {
    background-color: var(--white);
    border-color: var(--lightRed);
    font-weight: normal;
    text-align: center;
    font-size: 1em;
    line-height: 1.8;
}

#KxBnB .ui-state-default,
#KxBnB .ui-widget-content .ui-state-default,
#KxBnB .ui-widget-header .ui-state-default,
#KxBnBLoginWrapper .ui-state-default,
#KxBnBLoginWrapper .ui-widget-content .ui-state-default,
#KxBnBLoginWrapper .ui-widget-header .ui-state-default {
    border: 1px solid #aed0ea;
    color: var(--darkBlue);
}

@media only screen and (min-width:767px) {
    /*widgt text color when selected*/
    #KxBnBWidget > .KxBnBHorizontalWidget fieldset .tab.active i,
    #KxBnBWidget > .KxBnBHorizontalWidget fieldset .tab.active label
    {
        color: var(--white);
    }
    /*your details bar text*/
    #MainContentPlaceHolder_SearchAdvertHeader {
        color: var(--black);
    }
    /*widgt background color on big screen*/
    #KxBnBWidget > .KxBnBHorizontalWidget fieldset .tab.active {
        background: var(--lightRed);
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }
    /*widgt color on big screen on hover*/
    #KxBnBWidget .tab-wrapper:hover {
        background: var(--lightRed);
        color: var(--white);
    }
}

#KxBnBWidget .tab-room ul li,
#KxBnBWidget .tab-location ul li {
    white-space: nowrap;
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
    color: #444648;
}

    #KxBnBWidget .tab-room ul li:hover,
    #KxBnBWidget .tab-room ul li:focus,
    #KxBnBWidget .tab-location ul li:hover,
    #KxBnBWidget .tab-location ul li:focus {
        cursor: pointer;
        background: #DDDDDD;
        color: #444648;
    }


    /*Login section*/
#forgetPasswordModal,
#resendActivationEmailModal {
    width: 100% !important;
}

/*Add space between password field and buttons*/
.BookerLoginAction {
    margin-top: 70px;
}

/*align the conten in the middle*/
#userlogincontent > .container > div,
#userlogincontent > .container > div > div {
    margin: auto;
}

/*#userlogincontent > .container {
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.componentBookerLogin {
    background: #FFF !important;
}

#MainContentPlaceHolder_panel {
    padding: 0px !important;
}

/*login button on login page*/
#MainContentPlaceHolder_lnkBtnLogin,
#KxBnB .btn-primary {
    color: var(--white) !important;
    background-color: var(--burgundy);
    border-color: var(--burgundy);
    border-radius: 10px !important;
    padding: 10px 25px;
    font-weight: bold;
    font-size: 16px !important;
    border: 2px solid var(--burgundy) !important;
}
    #MainContentPlaceHolder_lnkBtnLogin:hover,
    #KxBnB .btn-primary:hover,
    #KxBnB .btn-primary:focus,
    #KxBnB .btn-primary:active, #KxBnB .KxBnBContent button.btn-primary:active,
    #KxBnB .KxBnBContent button.btn-primary:focus {
        background: var(--white) !important;
        color: var(--burgundy) !important;
        border: 2px solid var(--burgundy) !important;
    }

/*forgotten password & re-send activatino email buttons on Login page*/
#MainContentPlaceHolder_lbtnForgotPassword,
#MainContentPlaceHolder_lbtnResendActivationEmail,
.modal-footer > button {
    background: var(--white) !important;
    color: var(--burgundy) !important;
    display: block;
    text-decoration: none !important;
    text-align: center !important;
    place-self: center;
    font-size: 16px !important;
    font-weight: bold !important;
    border-radius: 10px !important;
    border: 2px solid var(--burgundy) !important;
    padding: 10px 25px !important;
}
    #MainContentPlaceHolder_lbtnForgotPassword:hover,
    #MainContentPlaceHolder_lbtnResendActivationEmail:hover,
    .modal-footer > button:hover {
        background: var(--burgundy) !important;
        color: var(--white) !important;
        text-decoration: none !important;
    }

#MainContentPlaceHolder_lbtnForgotPassword {
    margin-right: 20px;
}

#MainContentPlaceHolder_upShowModal > div {
    display: flex;
}


@media only screen and (max-width:767px) {
    #MainContentPlaceHolder_upShowModal > div {
        display: block;
    }
    #MainContentPlaceHolder_lbtnForgotPassword {
        margin: 0px 0px -10px 0px;
    }

    #userlogincontent > .container > div,
    #userlogincontent > .container > div > div,
    #MainContentPlaceHolder_lnkBtnLogin,
    #MainContentPlaceHolder_lbtnForgotPassword,
    #MainContentPlaceHolder_lbtnResendActivationEmail {
        width: 100%;
    }
}
/*Modal title tect colour*/
#KxBnB .modal-title,
#KxBnBLoginWrapper .modal-title,
#KxBnBCookies .modal-title,
#KxBnBBookingError .modal-title {
    margin: 0;
    font-weight: bold;
    color: var(--lightRed);
}
/*modal header change border colour*/
.modal-header {
    border-bottom: 1px solid #fafafa;
}
.modal-footer {
    border-top: 1px solid #fafafa;
}

#KxBnB .KxBnBContent .modalbutton button {
    background: #FFF !important;
    color: #333 !important;
}

#forgetPasswordModal span {
    font-weight: normal !important;
}

/*Create account page */
#usersignupcontent {
    background: none;
    margin: 20px;
    max-width: 970px;
}

#hlTnC,
#hlDnP, 
#MainContentPlaceHolder_DataAndPrivacyTerms {
    color: var(--lightRed) !important;
    font-weight: bold;
}

#KxBnB .componentBookerDetails .col-xs-12 input[type="date"],
#KxBnB .componentBookerDetails .col-xs-12 input[type="datetime"],
#KxBnB .componentBookerDetails .col-xs-12 input[type="datetime-local"], 
#KxBnB .componentBookerDetails .col-xs-12 input[type="email"], 
#KxBnB .componentBookerDetails .col-xs-12 input[type="file"], 
#KxBnB .componentBookerDetails .col-xs-12 input[type="month"], 
#KxBnB .componentBookerDetails .col-xs-12 input[type="number"], 
#KxBnB .componentBookerDetails .col-xs-12 input[type="phone"], 
#KxBnB .componentBookerDetails .col-xs-12 input[type="range"], 
#KxBnB .componentBookerDetails .col-xs-12 input[type="search"], 
#KxBnB .componentBookerDetails .col-xs-12 input[type="tel"], 
#KxBnB .componentBookerDetails .col-xs-12 input[type="time"], 
#KxBnB .componentBookerDetails .col-xs-12 input[type="url"], 
#KxBnB .componentBookerDetails .col-xs-12 input[type="week"], 
#KxBnB .componentBookerDetails .col-xs-12 input[type="button"], 
#KxBnB .componentBookerDetails .col-xs-12 input[type="password"], 
#KxBnB .componentBookerDetails .col-xs-12 .dropdown, 
#KxBnB .componentBookerDetails .col-xs-12 textarea {
    width: 100%;

}

.componentBookerDetails span {
    font-weight: bold;
}

/*Reset passwprd from register page*/
/*add margin on bottom*/
#MainContentPlaceHolder_ResetPasswordContent {
    margin-bottom: 20px;
}

/*Header styling on reset password page*/
    #MainContentPlaceHolder_ResetPasswordContent > div > h3 {
        color: var(--lightRed) !important;
        font-weight: bold;
    }

/*user logged in*/
/*heading styling is dealt with in general section on the top of the page*/
/*hyerlinks under the header*/
#MainContentPlaceHolder_ctl00_btnManageStayPage,
#MainContentPlaceHolder_ctl00_btnMyDetailsPage,
#MainContentPlaceHolder_ctl00_btnCreateBookingPage,
#MainContentPlaceHolder_userNavigation_btnManageStayPage,
#MainContentPlaceHolder_userNavigation_btnMyDetailsPage,
#MainContentPlaceHolder_userNavigation_btnCreateBookingPage {
    color: var(--lightBlue) !important;
    font-weight: bold !important;
}
/*margin on the bottom*/
#managestaycontent {
    margin-bottom: 50px;
}
/*Upcoming and past booking text sections*/
#managestaycontent > .container > div > h3,
#managestaycontent > .container > h3 {
    font-weight: bold;
    font-size: 20px;
}

/*hr elements on this page*/
#managestaycontent > .container > div > hr,
#managestaycontent > .container > hr,
#mydetailscontent > .container > div > hr {
    border-top: 3px solid #212529;
    width: 100%;
}

    /*Upcoming and past booking dropdown panels and content*/
    /*panel color*/
    .panel-heading.accordian-toggle.collapsed.Booking-Accordian-Header {
        background-color: var(--slate) !important;
        border: none !important;
        padding: 10px 15px !important;
        border-radius: 10px !important;
    }
    /*add margin to table with bookings*/
#KxBnB *:not(.componentWelcomeContent) table {
    margin-bottom: 20px;
}
/*2 borders in place on the panel- removin both (above and here)*/
#KxBnB .panel {
    border: none !important;
}

/*panel text*/
.panel-title,
.fa.fa-chevron-down.arrow.pull-right.ToggleArrow,
.fa.arrow.pull-right.ToggleArrow.fa-chevron-up
 {
    color: var(--darkBlue) !important;
}

/*panel body when expanded*/
.Booking-panel-body {
    border: 1px solid #f5f5f5 !important;
    box-shadow: 0px 12px 13px 3px #F5F5F5 !important;
}

/*panel body content when expanded*/
.panel-collapse.collapse.show {
    color: #212529 !important;
}

/*my details page buttons*/
/*give them bottom margin*/
.myDetailsControlButtons,
#MainContentPlaceHolder_btnSubmit {
    margin-bottom: 50px !important;
}

/*style my details page buttons*/
/*CHANGE PASSWORD & DELETE MY ACCOUNT - overwriting primary button styling, so they are not the same*/
#KxBnB #MainContentPlaceHolder_DeleteAccountButton,
#KxBnB #MainContentPlaceHolder_ResetPasswordButton {
    color: var(--burgundy) !important;
    background-color: var(--white) !important;
    border: 2px solid var(--burgundy) !important;
}

    #KxBnB #MainContentPlaceHolder_DeleteAccountButton:hover,
    #KxBnB #MainContentPlaceHolder_ResetPasswordButton:hover {
        background: var(--burgundy) !important;
        color: var(--white) !important;
    }

/*SAVE BUTTON- styled as btn-primary button in general section*/


/*add padding to title, name and surname on sml screen so they are not squished*/
@media only screen and (max-width:767px) {
    .componentBookerDetails > .row > .col-xs-12 > .row > .col-sm-5 > .form-group > .row > .col-sm-3 {
        margin-bottom: 10px;
    }
}

/*change password page*/
/*make Change password 100% width on change password page for sml screen*/
@media only screen and (max-width:576px) {
    #MainContentPlaceHolder_btnSubmit {
        width: 100%;
    }
}

/*Change password BUTTON- styled as btn-primary button in general section*/


/*Search results page*/
/*header text*/
#KxBnB .KxBnBContent > .well .row > div > h1 {
    color: var(--lightRed);
    margin-top: 50px;
}

/*button to add to cart*/
#KxBnB .componentSearchResults .addToCart,
#KxBnB .componentSearchResults .removeFromCart {
    width: 100%;
    background: var(--white) !important;
    color: var(--burgundy) !important;
    border: 2px solid var(--burgundy) !important;
    text-transform: uppercase;
}
/*add to cart on hover*/
    #KxBnB .componentSearchResults .addToCart:hover,
    #KxBnB .componentSearchResults .addToCart:focus,
    #KxBnB .componentSearchResults .addToCart:active,
    #KxBnB .componentSearchResults .removeFromCart:hover,
    #KxBnB .componentSearchResults .removeFromCart:focus,
    #KxBnB .componentSearchResults .removeFromCart:active {
        color: var(--white) !important;
        background-color: var(--burgundy) !important;
        border-color: var(--burgundy) !important;
        text-transform: uppercase;
    }

/*your details box*/
#KxBnB.inverse,
#KxBnB .inverse,
#KxBnBLoginWrapper.inverse,
#KxBnBLoginWrapper .inverse,
#KxBnB .componentCartWrapper .componentCart.affix-top.inverse > div {
    background: var(--stone);
    margin-top: 15px;
    padding: 15px;
}

/*your details box header*/
#MainContentPlaceHolder_YourDetails,
.CartWrapper > div > h2 {
    color: var(--burgundy) !important;
    font-weight: bold !important;
    text-align: center !important;
}
/*Proceed button in your details box*/
#KxBnB .componentCartWrapper .componentCart .proceed {
    background: var(--burgundy) !important;
    color: #fff !important;
    border: none;
    padding: 10px 25px !important;
    max-width: 100%;
    border-radius: 10px !important;
}
    #KxBnB .componentCartWrapper .componentCart .proceed:hover {
        max-width: 100%;
        color: var(--burgundy) !important;
        background-color: var(--white) !important;
        border: 2px var(--burgundy) !important;
    }

/*hr elements on search results page*/
#KxBnB .Highlighter hr {
    border-top: 2px solid #212529;
    width: 100%;
}

/*advert headlines*/
#KxBnB .componentSearchResults .RoomType {
    color: var(--white) !important;
    background-color: var(--gold);
    padding:10px 30px;
    width: fit-content;
}



/*Your Price/ adver price box value */
#KxBnB .componentSearchResults .AdvertTotal p {
    font-size: 2em;
    display: table-cell;
    height: 2em;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: var(--darkBlue);
    background: none;
}

/*show more button*/
.btn.btn-default.show-more {
    color: var(--lightBlue) !important;
    background-color: white !important;
    border: none !important;
    font-weight: bold !important;
    padding: 0 !important;
}

    .btn.btn-default.show-more:hover {
        color: var(--darkBlue) !important;
        background-color: #FFF !important;
        border-color: var(--darkBlue) !important;
    }

/*cart banner mobile screen*/
#KxBnB .componentMobileCartWrapper .componentMobileCart {
    background: var(--burgundy) !important;
}
    #KxBnB .componentMobileCartWrapper .componentMobileCart button,
    #KxBnB .componentMobileCartWrapper .componentMobileCart .btn {
        background-color: var(--white) !important;
        border-radius: 10px !important;
    }
        #KxBnB .componentMobileCartWrapper .componentMobileCart button:hover,
        #KxBnB .componentMobileCartWrapper .componentMobileCart .btn:hover {
            background-color: var(--burgundy) !important;
        }

/*finalise page*/

/*main headline- styled in general section*/

/*secodary headlines*/
#MainContentPlaceHolder_BookerAndGuestDetails_NightlyAddonDetailsSpan,
#MainContentPlaceHolder_BookerAndGuestDetails_OneTimeChargeAddonDetailsSpan {
    color: var(--lightRed);
    font-size: 1.5em;
    font-weight: bold;
}

/*addon section reformat*/
@media (min-width: 480px) {
    #KxBnB .divQuantity {
        width: 20% !important;
    }

    #KxBnB .col-xs-14, #KxBnBLoginWrapper .col-xs-14, #KxBnBCookies .col-xs-14, #KxBnBBookingError .col-xs-14 {
        width: 30%;
    }
}

/*confirm bookign button fix*/
#KxBnB .KxBnBContent button.btn-primary {
    color: #fff !important;
    background-color: var(--burgundy) !important;
    border-color: var(--burgundy) !important;
}
    #KxBnB .KxBnBContent button.btn-primary:hover {
        color: var(--burgundy) !important;
        background-color: var(--white) !important;
        border: 2px solid var(--burgundy) !important;
    }

#KxBnB .icheckbox_polaris, #KxBnB .iradio_polaris, #KxBnBLoginWrapper .icheckbox_polaris, #KxBnBLoginWrapper .iradio_polaris {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 29px;
    height: 29px;
    background: url(../../Content/Images/check-box.png) no-repeat;
    border: none;
    cursor: pointer;
}


#bookingdetailscontent .fab {
    font-family: 'KxBnBFontAwesome';
    font-style: normal;
}

/*print icon button*/
#KxBnB .componentBookingConfirmation .PrintButton {
    color: var(--gold);
    margin-top: 40px;
}