.ip-banner {
    display: none;
}

#inner-page-wrapper {
    padding-top: 120px;
    margin: 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.resume-banner canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.resume-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,0.15);
}


.resume-banner {
    position: relative;
}

.ip-banner-title {
    position: absolute;
    bottom: 87px;
    left: 0;
    width: 100%;
    font-size: 70px;
    color: #fff;
    font-family: 'Gilda Display', serif;
    z-index: 5;
    letter-spacing: 3px;
}

.get-in-touch-button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b40101;
    font-size: 12px;
    font-weight: 600;
    color: #fff !important;
    line-height: 1;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    width: 208px;
    height: 45px;
    z-index: 1029;
    top: 50%;
    right: -104px;
    /*left: -59px;*/
    bottom: auto;
    transform: rotate(
-90deg
) translateY(-50%);
}

.get-in-touch-button:hover{
    background: #0f0d0d;
}

.default-easing {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-holder {
    background: #21191a;
    padding: 85px 10px;
    font-size: 0;
    box-shadow: 0 0 8px 3px rgb(0 0 0 / 40%);
}

.popup-holder strong {
    display: block;
    font: 400 55px/1 'Gilda Display', serif;
    color: #fff;
    text-align: center;
}

.popup-holder p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 2.1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin: 1px 0 19px;
    font-family: var(--Roboto);
}

.popup-form {
    max-width: 750px;
    margin: auto;
    position: relative;
    padding-bottom: 35px;
}

.popup-form .field-lg {
    width: calc(100% - 8px);
}
.popup-form .field-input {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 23px;
    margin: 4px;
}

.popup-form .field-sm {
    width: calc( 100% - 292px );
    margin-right: 30px;
}

.popup-form .field-xs {
    width: calc(50% - 8px);
}

.popup-form .field-xxs {
    width: calc( 50%  - 286px /2 );
}

.popup-form .form-button {
    width: 262px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 14px;
    background: none;
    margin: 4px;
}

.form-button {
    position: relative;
    background: #940d1b;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-form div.wpcf7-response-output {
    width: 100%;
    position: absolute;
    font-size: 12px;
    text-align: center;
    margin: 0;
    color: #ffffff !important;
    bottom: 0px;
    left: 0;
    right: 0;
    width: auto;
}

.popup-form .field-input label {
    display: none;
}

.popup-form .wpcf7-form-control-wrap {
    display: block;
}

.field-input input, .field-input textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    height: 70px;
    background: #e1dcd7;
    outline: none;
    padding: 0 22px;
    font-size: 18px;
    font-weight: 400;
    color: #3f3f3f;
    font-family: var(--Roboto);
}

.popup-form .field-input textarea {
    font-weight: 400;
    line-height: 2.1;
}

.popup-form .field-input input, .popup-form .field-input textarea {
    padding-left: 20px;
    padding-right: 20px;
    background: #ffffff;
    font-weight: 400;
    color: #2b262b;
}

.field-input textarea {
    resize: none;
    padding-top: 12px;
    height: 120px;
}

.popup-form .form-button input {
    height: 70px;
    border: 4px solid #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.form-button input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    width: 100%;
    height: 70px;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    font-family: var(--Roboto);
}

.popup-form div.wpcf7 .ajax-loader {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
}

.popup-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.is-popup-active .aiosp-content {
    max-width: 945px;
}

.popup-form .form-button input {
    height: 70px;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-form .form-button:hover {
    background: #920d1b;
}

.popup-form .form-button:hover input {
    border-color: #920d1b;
}

.is-popup-active .aiosp-close::before, .is-popup-active .aiosp-close::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    width: 2px;
    height: 100%;
    background: #ffffff;
}

.is-popup-active .aiosp-close::before {
    transform: rotate(
45deg
);
}

.is-popup-active .aiosp-close::after {
    transform: rotate(
-45deg
);
}

.popup-contact {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-top: 8px;
    font-family: var(--Roboto);
}

.popup-contact a {
    color: #fff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-contact a:hover {
    color: #920d1b;
}

.is-popup-active .aiosp-close {
    font-size: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 1 !important;
}


/*links*/
.ip-rfc-top-btn-area {
    margin-bottom: 79px;
}

.ip-rfc-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b40101;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1.15;
    height: 76px;
    padding: 15px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    text-align: center;
}

.ip-rfc-link a:hover{
    background: #b40202;
    color: #fff;
    text-shadow: 0 0 0 #fff;
}

.ip-rfc-btn-slick-slider .slick-slide > div > div{
    display: block !important;
}

.ip-rfc-btn-slick-slider:not(.slick-initialize) > div:not(:first-child){
    display:none;
}

.ip-rfc-link-arrow-holder {
    display: flex;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    height: 65px;
    margin: auto;
    bottom: 0;
}

.ip-rfc-link-arrow-holder span{
    padding: 5px;
    font-size: 55px;
    color: #acacac;
    opacity: 1;
    border: none;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.ip-rfc-link-arrow-holder span:hover,
.ip-rfc-link-arrow-holder span:focus{
    color: #b40202;
}

span.ip-rfc-link-prev {
    left: -65px;
}

span.ip-rfc-link-next {
    left: 65px;
}

.ip-rfc-btn-slider {
    position: relative;
    margin: 35px 0 0;
}

.ip-rfc-section-title {
    margin-bottom: 30px;
    font-size: 44px;
    font-weight: 400;
    font-family: 'Gilda Display', serif;
    letter-spacing: 1.4px;
    color: #20191a;
}

.ip-rfc-video a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*top video*/
.ip-rfc-video-content {
    max-width: 635px;
}

.ip-rfc-video a {
    display: block;
    position: relative;
}

.ip-rfc-video a canvas {
    display: block;
    width: 100%;
    background: #000;
    opacity: 0;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ip-rfc-video a:hover canvas{
    opacity: .2;
}

.ip-rfc-video a .play_btn {
    width: 105px;
    height: 105px;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../../images/resume/icon-play.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    text-align: center;
}

.ip-rfc-video a .play_btn i {
    color: #ffffff;
    display: block;
    font-size: 20px;
    line-height: 105px;
}

.ip-rfc-vid-text p strong {
    font-size: 22px;
    font-weight: 700;
    color: #b40101;
    line-height: 1.2;
    display: block;
    margin-bottom: 26px;
    font-family: var(--Roboto);
}

.ip-rfc-vid-text p {
    font-size: 15px;
    color: #20191a;
    font-family: var(--Roboto);
    line-height: 1.7;
    letter-spacing: 1.4px;
}

.ip-rfc-video {
    margin-bottom: 27px;
}

.ip-rfc-top-content-area {
    padding-bottom: 100px;
}

/*events*/
.ip-rfc-events-date {
    background: linear-gradient(90deg, rgba(180,1,1,1) 0%, rgba(115,0,0,1) 100%);
    max-width: 234px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--Poppins);
    padding: 12px 15px;
    margin-bottom: 27px;
}

.ip-rfc-events-date span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 7px;
}

.ip-rfc-events-photo {
    position: relative;
    margin-bottom: 23px;
}

.ip-rfc-events-photo canvas{
    display: block;
    width: 100%;
}

.ip-rfc-events-photo img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-rfc-events-content {
    max-width: 458px;
    margin: 0 auto;
}

.ip-rfc-event-text p{
    font-size: 15px;
    color: #20191a;
    font-family: var(--Roboto);
    line-height: 1.7;
    letter-spacing: 1.4px;

}

.ip-rfc-moving-supplies-area {
    position: relative;
    background: #fff;
    padding: 59px 0 85px;
}

.ip-rfc-moving-supplies-area::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/raving-fans-club/moving-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .05;
    filter: grayscale(1);
}

/*list*/
.ip-rfc-list-item-text p{
    font-size: 15px;
    color: #20191a;
    font-family: var(--Roboto);
    line-height: 1.7;
    letter-spacing: 1.1px;
}

.ip-rfc-item-row::before{
    display: none;
}

.ip-rfc-item-row{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}

.ip-rfc-item-photo {
    position: relative;
}

.ip-rfc-item-photo::before {
    width: 100%;
    height: calc(100% - 100px);
    content: '';
    position: absolute;
    z-index: 1;
    right: -16px;
    bottom: -20px;
    background: rgb(115,0,0);
    background: linear-gradient(90deg, rgba(180,1,1,1) 0%, rgba(115,0,0,1) 100%);
}

.ip-rfc-item-photo canvas {
    width: 100%;
    height: auto;
    display: block;
}

.ip-rfc-item-photo img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    object-fit: cover;
}

/*truck*/
.ip-rfc-moving-truck-area {
    padding: 100px 0 122px;
}

.ip-rfc-moving-truck-area .ip-rfc-section-title {
    text-align: center;
}

.ip-rfc-final-list-row{
    position: relative;
    background: #fff;
    padding: 59px 0 85px;
}

.ip-rfc-final-list-row:nth-child(odd)::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/raving-fans-club/moving-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .05;
    filter: grayscale(1);
}

.ip-rfc-final-list-row:nth-child(odd) .ip-rfc-item-photo::before {
    right: auto;
    left: -16px;
}

.ip-rfc-final-list-row:nth-child(even) .ip-rfc-item-row {
    flex-direction: row-reverse;
}


.ip-rfc-events-date {
    display: none;
}


@media only screen and (max-width: 1366px) {
    .header_info ul li {
        margin-left: 3px;
    }

    .ip-banner-title {
        font-size: 50px;
    }

    span.ip-rfc-link-prev {
        left: -25px;
    }

    span.ip-rfc-link-next {
        left: 25px;
    }

    .ip-rfc-btn-slider {
        padding: 0 30px;
    }

}

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

   .ip-rfc-link a {
        font-size: 15px;
        padding: 5px;
    }

    .ip-rfc-section-title {
        font-size: 35px;
    }

    .ip-rfc-vid-text p,
    .ip-rfc-event-text p,
    .ip-rfc-list-item-text p {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 1px;
    }

}

@media only screen and (max-width: 991px) {
    #inner-page-wrapper {
        padding-top: 0;
    }

    .ip-banner-title {
        font-size: 35px;
        bottom: 45px;
    }


    .popup-form .field-sm,
    .popup-form .field-xxs {

        width: calc(100% - 8px) !important;
        margin-right: 0 !important;
    }

    .popup-form .form-button {
        margin: 0 auto 14px;
        display: block;
    }

    .ip-rfc-section-title {
        font-size: 30px;
        text-align: center;
        letter-spacing: 1px;
    }

    .ip-rfc-video-content {
        margin: 0 auto;
    }

    .ip-rfc-events-date {
        margin: 0 auto 27px;
    }

    .ip-rfc-item-row {
        display: block;
    }

    .ip-rfc-list-item-content {
        margin-bottom: 30px;
    }

    .ip-rfc-moving-supplies-area {
        padding: 50px 0;
    }

    .ip-rfc-moving-truck-area {
        padding: 50px 0;
    }

    .ip-rfc-final-list-row {
        padding: 30px 0;
    }

    .ip-rfc-final-list-items-area .ip-rfc-list-item-content {
        margin-top: 40px;
    }

    .ip-rfc-item-photo {
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-rfc-events-content {
        margin: 40px auto 0;
    }

    .ip-rfc-top-content-area {
        padding-bottom: 30px;
    }

    .ip-rfc-vid-text p strong {
        text-align: center;
    }

    .ip-rfc-event-text {
        text-align: center;
    }

    .ip-rfc-list-item-text {
        text-align: center;
    }

}

@media only screen and (max-width: 767px) {
    span.ip-rfc-link-prev {
        left: -10px;
    }

    span.ip-rfc-link-next {
        left: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .ip-banner-title {
        font-size: 25px;
        bottom: 5px;
    }

    .ip-rfc-video a .play_btn {
        width: 50px;
        height: 50px;
    }

    .ip-rfc-video a .play_btn i {
        font-size: 13px;
        line-height: 50px;
    }
}
