/* .xyz's 11th anniversary landing page styles */
/* All anniversary-specific classes are prefixed with .anniv11__ to avoid conflicts */

/* Header - 11th Anniversary */

.anniv11__header-logo.header-logo {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 245px;
}

@media (min-width: 1010px) {
    .anniv11__header-logo.header-logo {
        max-width: 255px;
    }
}

.anniv11__header-image {
    max-width: 130px;
}

@media (min-width: 1010px) {
    .anniv11__header-image {
        max-width: 180px;
    }
}

@media (max-width: 959px) {
    .rs .header-logo.anniv11__header-logo a {
        padding: 0 10px 0 0;
    }
}

.rs .anniv11__header-logo a:last-child {
    display: block;
    width: 150px;
}

@media (min-width: 1010px) {
    .rs .anniv11__header-logo a:last-child {
        width: 180px;
    }
}


/* Homepage - 11th Anniversary */
.anniv11__banner {
    text-align: center;
}

.anniv11__banner--image {
    margin: 0;
    display: inline;
    padding-top: 24px;
    max-height: 130px;
}

@media (min-width: 960px) {
    .anniv11__banner--image {
        padding-top: 120px;
        max-height: 160px;
    }
}

.row.homepage-hero.anniv11__homepage-hero {
    padding-top: 0;
}

.anniv11__page .availability-block,
.anniv11__register-page .availability-block {
    position: relative;
    background: linear-gradient(90deg, #4c4ca8, #4a1955);
}

.anniv11__page .availability-block:before,
.anniv11__register-page .availability-block:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/wp-content/themes/xyz/images/xyz-typography-bg-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 960px) {
    .anniv11__page .availability-block:before,
    .anniv11__register-page .availability-block:before {
        background-image: url(/wp-content/themes/xyz/images/xyz-typography-bg-desktop.png);
        background-size: cover;
        max-width: 1094px;
        width: 100%;
        margin: 0 auto;
    }

    .anniv11__page .bulkSearchBox .availability-block:before,
    .anniv11__register-page .bulkSearchBox .availability-block:before {
        background-size: contain;
        max-width: 1200px;
        background-repeat: repeat-y;
    }
}



.anniv11__page .home-page.availability-block .row {
    margin-top: 15px;
}

.anniv11__page .retro-mode-off .homepage-hero h1 {
    font-size: 1.75rem;
}

@media (min-width: 960px) {
    .anniv11__page .retro-mode-off .homepage-hero h1 {
        font-size: 2.5rem;
    }
}

.anniv11__page .AYD--style-toggle {
    display: none;
}

@media (max-width: 959px) {
    .anniv11__page .home__portfolio-heading {
        margin-top: 25px;
    }
}


/* Register Page - 11th Anniversary */

.featadjust .main-content.anniv11__register-page {
    padding-top: 24px;
}

@media (min-width: 960px) {
    .featadjust .main-content.anniv11__register-page {
        padding-top: 120px;
    }
}

.page-template-template-register-php .anniv11__banner--image {
    padding-top: 0;
}

h1.register-page-title {
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 14px;
    color: #4a1955;
    font-weight: bold;
}

@media (min-width: 960px) {
    h1.register-page-title {
        font-size: 2.5rem;
        margin-bottom: 30px;
    }
}

.anniv11__register-page .register-hero-logo,
.anniv11__register-page .xyz__main-heading.page-title {
    display: none;
}


/* Register Page Search Results - 11th Anniversary */

.anniv11__register-page .results__price {
    position: relative;
}

@media(max-width: 799px) {
    .anniv11-results__price.results__price.fourth-column,
    .anniv11-results__price.results__add-buttons.fourth-column {
        display: block;
    }

    .anniv11-results__price.results__price.fourth-column {
        padding-top: 12px;
        padding-right: 5px;
    }

    .anniv11-results__price.results__price.fourth-column,
    .anniv11-results__add-buttons.results__add-buttons.fourth-column {
        width: 100%;
    }

    .anniv11-results__price .rs__sub-heading {
        position: absolute;
        right: 0;
        bottom: 60px;
    }
}

@media(min-width: 800px) {
    .anniv11__register-page .results__price.fourth-column {
        margin-right: -3px;
        display: inline-block;
        padding-top: 20px;
        vertical-align: middle;
    }

    .anniv11__register-page .results__price.fourth-column {
        padding-right: 20px;
        width: -webkit-calc(100% - 230px);
        width: calc(100% - 230px);
    }
}

@media(max-width: 500px) {
    .anniv11__register-page .fourth-column .rs__button {
        min-width: auto;
        width: 35%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .anniv11-results__add-buttons.results__add-buttons .rs__button {
        min-width: auto;
        width: 130px;
    }
}

@media(max-width: 450px) {
    .anniv11-results__add-buttons.results__add-buttons.s__right,
    .anniv11-results__add-buttons.results__price.s__right {
        text-align: right;
    }
}

@media(max-width: 400px) {
    .anniv11__register-page .fourth-column .rs__button {
        font-size: 22px;
        width: 33%;
    }

    .anniv11-results__add-buttons.results__add-buttons .rs__button {
        width: 90px;
    }

    .anniv11-results__add-buttons.results__add-buttons .rs__button.button__size-large {
        font-size: 21px;
        padding: 7px 15px;
    }
}

.anniv11__sale-notice {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 169px;
    padding: 10px;
    text-align: left;
    background-color: #EBEBFF;
    border: 1px solid #9494F7;
}

@media(min-width: 600px) {
    .anniv11__sale-notice {
        width: 270px;
    }
}

@media(min-width: 600px) and (max-width: 799px) {
    .anniv11__register-page .results__copy {
        margin-bottom: 32px;
    }
}

@media(min-width: 800px) {
    .anniv11__sale-notice {
        width: 336px;
    }
}


.anniv11__sale-notice--arrow {
    float: left;
    position: relative;
    top: 2px;
    width: 14px;
    margin-right: 10px;
}

@media(min-width: 800px) {
    .anniv11__sale-notice--arrow {
        top: 8px;
        width: 25px;
    }
}

@media(min-width: 960px) {
    .anniv11__sale-notice--arrow {
        top: 10px;
    }
}

.anniv11__sale-notice a {
    color: #4C4CA8;
    font-weight: bold;
}

.anniv11__register-page .registerAt {
    position: relative;
}

.anniv11__heading-celebrate {
    display: block;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 20px;
    color: #4C4CA8;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
}

@media(min-width: 960px;) {
    .anniv11__heading-celebrate {
        top: auto;
        width: 1000px;
        font-size: 32px;
    }
}

.anniv11__minor-heading {
    padding-bottom: 46px;
}

.anniv11__cta-btn {
    background-color: #6B62E8;
    border-radius: 22px;
    font-size: 21px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    width: 187px;
    text-align: center;
    padding: 11px 0 11px 0;
    text-decoration: none;
}

.anniv11__cta-link {
    color: #4C4CA8;
}

.anniv11__register-page .avail-results-block .rs__container {
    margin-bottom: 20px;
}

div#registerAt {
    position: relative;
    z-index: -1;
    top: -90px;
}