/* .ip-banner {
    opacity: 0;
    display: none;
} */

body.ip-container {
    background-color: #fff;
}

#main-wrapper {
    /* padding-top: 150px; */
    position: relative;
    z-index: 1;
}
    #main-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 571px;
        background: url(../../images/about-amber-anderson/bg-top.jpg) center/cover no-repeat;
        z-index: -1;
        opacity: 1 !important;

    }
    #inner-page-wrapper > .container {
        width: 100%;
        padding: 0;
    }
    #content-full {
        margin-top: 0;
    }

.ip-rsvp-top {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 111px 1% 0;
    justify-content: space-between;
}
.ip-rsvp-title-wrap .title-l-o {
    left: -15px;
    top: -199px;
    z-index: -1;
}

.ip-rsvp-wrap {
    width: 90%;
    max-width: 1140px;
    margin: 80px auto;    
}

.rsvp-box {
    /*background-color: #002349;*/
    background-color: #001731;
    padding: 100px 90px;
    color: #fff;    
    position: relative;
}

.rsvp-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../../images/rsvp-box-bg.jpg);
    background-size: cover;
    background-position: right;
    z-index: 1;
    filter: grayscale(1);    
    opacity: .50;
}

.rsvp-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;    
    z-index: 2;
    background: rgb(0,35,73);
    background: linear-gradient(90deg, rgba(0,35,73,1) 45%, rgba(0,35,73,0) 100%);    
}

.rsvp-box > * {
    position: relative;
    z-index: 3;
}

.rsvp-box h2 {
    font-size: 30px !important;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0 0 20px !important;
}

.rsvp-box h3 {
    font-size: 15px !important;
    color: #6382a4;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    letter-spacing: 2px;
    margin: 0 0 20px !important;
}

.rsvp-box p {
    font-size: 20px !important;
    margin: 0 0 20px !important;
}

.rsvp-form-holder {
    max-width: 945px;
    margin: 60px auto;
}

.rsvp-form-holder .form-row {
    display: flex;
    padding: 20px 0;
    justify-content: space-between
}

.rsvp-form-holder .form-col {
    width: 48%;
    border-bottom: 1px #002349 solid;    
    min-height: 45px;
}

.rsvp-form-holder .form-col.form-answer {
    border-bottom: 0;
}

.rsvp-form-holder .form-col.form-answer .wpcf7-form-control-wrap,
.rsvp-form-holder .form-col.form-answer .wpcf7-form-control{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.rsvp-form-holder .form-col input[type="text"],
.rsvp-form-holder .form-col input[type="email"]{
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    background-color: transparent;
}

.rsvp-form-holder .form-col select {
    width: 100%;
    max-width: 270px;
    border: 0;
}

.form-question-text {
    font-size: 14px;
    text-transform: uppercase;    
}

.rsvp-form-holder  .form-row-submit {
    justify-content: flex-end;
}

.rsvp-form-holder .wpcf7-radio span.wpcf7-list-item{
    margin: 0;
    width: 48%;
}


.rsvp-form-holder .wpcf7-radio span.wpcf7-list-item > label {
    width: 100%;
    position: relative;
}

.rsvp-form-holder .wpcf7-radio span.wpcf7-list-item input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-appearance:none;
    opacity: 0;
}

.rsvp-form-holder .wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label {
    /*background-color: #949494;*/
    background-color: #767676;
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 2px;    
}

.rsvp-form-holder .wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label::after {
    content: '+';      
    position: absolute;
    right: 20px;
}

.rsvp-form-holder .wpcf7-radio span.wpcf7-list-item input[type="radio"]:checked +  .wpcf7-list-item-label {
    background-color: #002349;
}


.rsvp-submit {
    background-color: #002349;
    padding: 0 20px;
    position: relative;
}

.rsvp-submit::after {
    content: '+';
    color: #fff;
    top: -1px;
}

.rsvp-submit input[type="submit"] {
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px 8px 0;
    font-size: 13px;
    letter-spacing: 2px;
}

.rsvp-submit .ajax-loader {
    position: absolute;
    right: -20px;
}

select[name="rsvp-guests"] {
    width: 100%;
    max-width: 270px;
    border: 0;
}

select[name="rsvp-guests"] option {
    padding: 5px !important;
}

/*breadcrumbs*/
#content p#breadcrumbs {
    margin: 0;
    position: absolute;
    top: 0;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #797979;
    text-transform: uppercase;
    /*background: #002349 url(../../images/accent-bg.jpg) center/cover no-repeat;*/
    width: 904px;
    width: 56.5%;
    padding: 13.5px 0 13.5px 6%;
    z-index: 3; 
    border-bottom: 2px solid #001941;
}


    #content p#breadcrumbs span.breadcrumb_last {
        color: #002349;
    }
        #content p#breadcrumbs span span {
            margin: 0 4px;
        }
        #content p#breadcrumbs span span:first-of-type {
            margin-left: 0;
        }
        #content p#breadcrumbs span span:last-of-type {
            margin-right: 0;
        }
/*breadcrumbs end*/


.ftr-info i {
   font-style: normal !important;
}

/*modify desktop header*/
@media only screen and (min-width: 992px) {
    .main-header {
        position: absolute;
        top: 0;
    }
        .main-header .logo-flex a img:not(.blue-logo) {
            display: none;
        }
        .main-header .logo-flex a .blue-logo {
            display: block;
        }
        .main-header .logo-flex a:nth-child(2):before {
            background: rgba(102,102,102,0.2);
        }
    .navigation .aios-split-nav > li {
        border-bottom: 1px solid rgba(102,102,102,0.2);
    }
    .navigation .aios-split-nav > li > a {
        color: #666666 !important;
    }
}
/*modify desktop header end*/

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 991px) {
    /*breadcrumbs*/
    #content p#breadcrumbs {
        width: 100%;
        position: relative;
        padding: 13px 15px;
    }
    /*breadcrumbs end*/ 

    #main-wrapper {
        padding-top: 0;
    }
    .ip-fp-top {
        padding: 80px 0 0;
    }

    .rsvp-box {    
        padding: 50px;        
    }    

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 480px) {

    .rsvp-form-holder .form-row {
        flex-wrap: wrap;
    }

    .rsvp-form-holder .form-col {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .rsvp-form-holder .form-row-submit {
        justify-content: center;
    }

}