.header,
.footer,
p#breadcrumbs,
.ip-banner,
header.main-header,
footer.main-footer,
.side-fixed-contact{
    display: none;
}
#inner-page-wrapper {
    margin-bottom: 0;
}
div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
#content-full {
    position: relative;
    margin-top: 0;
    min-height: 100vh;
    background-image: url('../../images/password-protected/page-bg-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
#content-full::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 54.5%;
    height: 100%;
    background-color: #151515;
    opacity: .5;
    pointer-events: none;
    z-index: -1;
}
#content-full::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45.4%;
    height: 100%;
    background-image: url('../../images/password-protected/arrow-bg-overlay-2.png');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    opacity: .3;
    pointer-events: none;
    z-index: -1;
}
.pp-wrapper {
    position: relative;
}
.pp-inner-wrap {
    position: relative;
}
    .pp-inner-col {
        display: inline-block;
        vertical-align: top;
    }
    .pp-col-left {
        width: 54.5%;
    }
        .pp-main-content-wrap {
            position: relative;
            font-size: 0;
            padding-top: 132px;
            padding-left: 62px;
        }
            .pp-logo {
                padding-bottom: 42px;
            }
                .pp-logo img {
                    max-width: 100%;
                }
            .pp-welcome-content {
                font-family: 'Harmonia Sans Pro';

                font-size: 35px;

                font-weight: 700;

                color: #fff;

                letter-spacing: 1px;

                line-height: 38px;

                text-transform: uppercase;
            }
            .pp-welcome-content span {

                font-size: 20px;
                line-height: 20px;
                font-weight: 100;

            }
            .pp-form-wrap {
                position: relative;
                padding-top: 31px;
            }
                .pp-form-label {
                    font-family: 'Harmonia Sans Pro';

                    color: #fff;

                    letter-spacing: 1px;

                    font-size: 18px;

                    line-height: 20px;

                    font-weight: 300;
                }
                .pp-form-field-wrap {
                    position: relative;
                    max-width: 452px;
                    padding-top: 10px;
                    font-size: 0;
                    letter-spacing: 0;
                }
                    .pp-form-field-col {
                        display: inline-block;
                        vertical-align: top;
                    }
                    .pp-form-field-col:first-child {
                        width: 69.69%;
                        padding-right: 20px;
                    }
                        .pp-form-field-col input[type=password] {
                            -webkit-appearance: none;
                            -moz-appearance: none;
                            outline: none;
                            border: none;
                            font-family: 'Harmonia Sans Pro';
                            font-size: 15px;
                            font-weight: 300;
                            color: #000;
                            width: 100%;
                            height: 41px;
                            padding: 0 10px;
                            border-left: 1px solid #989da1;
                            border-right: 1px solid #989da1;
                        }
                        .pp-form-field-col input[type=password]::placeholder {
                            color: #c9c8c8;
                        }
                    .pp-form-field-col:last-child {
                        width: 30.30%;
                    }
                        .pp-form-field-col input[type=submit] {
                            -webkit-appearance: none;
                            -moz-appearance: none;
                            outline: none;
                            border: none;
                            font-family: 'Harmonia Sans Pro';
                            font-size: 15px;
                            font-weight: 300;
                            color: #fff;
                            text-transform: uppercase;
                            text-align: center;
                            letter-spacing: 2px;
                            width: 100%;
                            height: 41px;
                            background-color: #a71a20;
                            transition: all .4s ease-in-out;
                        }
                        .pp-form-field-col input[type=submit]:hover {
                            background-color: #851419;
                        }
                .pp-form-hint {
                    padding-top: 12px;
                    margin-bottom: 30px;
                }
                    .pp-form-hint.msg-notif {
                        margin-bottom: 0px !important;
                    }
                    .pp-form-hint a, .pp-form-hint span {
                        font-family: 'Harmonia Sans Pro';
                        font-size: 15px;
                        font-weight: 300;
                        color: #fff !important;
                        transition: all .4s ease-in-out;
                    }

                    .pp-form-hint span.failed {
                        color: red;
                    }
                    .pp-form-hint span.success {
                        color: green;
                    }
                    .pp-form-hint a:hover {
                        opacity: .5;
                    }
    .pp-col-right {
        width: 45.4%;
    }

.pp-sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease-in-out;
}
.pp-sidebar-backdrop.open-sidebar {
    opacity: .5;
    pointer-events: auto;;
}
.pp-sidebar-wrapper {
    font-size: 0;
    position: fixed;
    top: 0;
    right: -300px;
    width: 728px;
    height: 100vh;
    background-image: url('../../images/password-protected/form-bg-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-left: 54px;
    z-index: 101;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease-in-out;
}
.pp-sidebar-wrapper.open-sidebar {
    right: 0;
    opacity: 1;
    pointer-events: auto;
}
    .pp-sidebar-close-toggle {
        position: relative;
        text-align: center;
        width: 55px;
        cursor: pointer;
    }
    .pp-sidebar-close-toggle:hover span {
        color: #9a9a9a;
    }
        .pp-sidebar-close-toggle span {
            font-size: 40px;
            color: #a71a20;
            transition: all .4s ease-in-out;
        }
        .pp-sidebar-close-toggle div {
            font-family: 'Harmonia Sans Pro';
            font-size: 16px;
            font-weight: 300;
            color: #9a9a9a;
            text-transform: uppercase;
            padding-top: 4px;
        }
    /*.pp-sidebar-form-wrap {
        padding-top: 120px;
    }*/
        .pp-sidebar-form-excerpt {
            font-family: 'Harmonia Sans Pro';
            font-size: 20px;
            font-weight: 700;
            color: #272827;
            line-height: 24px;
            max-width: 475px;
        }
            .pp-sidebar-form {
                position: relative;
                max-width: 371px;
                padding-top: 33px;
            }
                .pp-sidebar-form .input-container {
                    margin-bottom: 18px;
                }
                    .pp-sidebar-form .input-container input {
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        outline: none;
                        border: none;
                        font-family: 'Harmonia Sans Pro';
                        font-size: 15px;
                        font-weight: 300;
                        color: #000;
                        background: transparent;
                        width: 100%;
                        height: 31px;
                        border-bottom: 1px solid #9a9a9a;
                    }
                    .pp-sidebar-form .input-container input::placeholder {
                        color: #9a9a9a;
                    }
                .pp-sidebar-form .contact-submit {
                    position: relative;
                    max-width: 137px;
                    padding-top: 21px;
                }
                    .pp-sidebar-form .contact-submit input {
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        outline: none;
                        border: none;
                        font-family: 'Harmonia Sans Pro';
                        font-size: 15px;
                        font-weight: 300;
                        color: #fff;
                        text-transform: uppercase;
                        text-align: center;
                        letter-spacing: 1px;
                        width: 100%;
                        height: 41px;
                        background-color: #a71a20;
                        transition: all .4s ease-in-out;
                    }
                    .pp-sidebar-form .contact-submit input:hover {
                        background-color: #851419;
                    }
                    .pp-sidebar-form .wpcf7-response-output.wpcf7-display-none {
                        font-size: 12px;
                        margin: 0;
                        position: absolute;
                        width: 100%;
                        text-align: center;
                    }
                    .pp-sidebar-form span.wpcf7-not-valid-tip {
                        font-size: 11px;
                        margin: -20px;
                    }
        .pp-sidebar-thank-you-message {
            font-family: 'Harmonia Sans Pro';
            font-size: 20px;
            font-weight: 400;
            color: #272827;
            line-height: 35px;
            padding-top: 0;
            display: none;
        }

.pp-sidebar-form-wrap .pp-logo img {
    max-width: 300px;
}



/* Mobile */
@media only screen and (max-width: 1449px) {
    .pp-welcome-content {
        font-size: 35px;
        line-height: 35px;
    }

    .pp-sidebar-wrapper{
        width: 625px;
    }
}

@media only screen and (max-width: 1399px) {
    .pp-welcome-content {

        font-size: 30px;
        line-height: 30px;

    }

    .pp-sidebar-form-wrap .pp-logo img {
        max-width: 300px;
    }
    
    .pp-main-content-wrap{
        padding-top: 110px;
    }

    .pp-sidebar-form .input-container {
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 1199px) {
    .pp-main-content-wrap {
        padding-top: 92px;
        padding-left: 32px;
    }
    .pp-sidebar-close-toggle span {
        font-size: 30px;
    }
    .pp-welcome-content {
        font-size: 28px;
        line-height: 28px;
    }

    .pp-logo {
        padding-bottom: 10px;
    }

    .pp-sidebar-form-wrap .pp-logo img {
        max-width: 200px;
    }

    .pp-sidebar-wrapper{
        width: 525px;
    }

    .pp-sidebar-form {
        padding-top: 10px;
    }

    .pp-sidebar-form .contact-submit {
        padding-top: 0px;
    }
    
}

@media only screen and (max-width: 991px) {
    #content-full::before,
    #content-full::after {
        width: 100%;
    }
    .pp-col-right {
        display: none;
    }
    .pp-col-left {
        width: 100%;
    }
    .pp-main-content-wrap {
        padding-left: 0;
        text-align: center;
    }
    .pp-form-field-wrap {
        margin: 0 auto;
    }
    .pp-sidebar-wrapper {
        width: 100%;
        overflow-y: scroll;
    }
    .pp-sidebar-thank-you-message {
        font-size: 20px;
        line-height: 27px;
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .pp-welcome-content {
        font-size: 25px;
        line-height: 25px;
    }
    .pp-form-label {
        font-size: 20px;
    }
    .pp-sidebar-wrapper {
        padding-top: 60px;
        padding-left: 10px;
    }
	.pp-sidebar-wrapper {
		/* display: flex; */
		flex-flow: column wrap;
		/* align-items: center;
		justify-content: center; */
		padding: 20px;
		height: 100%;
	}
	.pp-logo {
		/* text-align: center; */
	}
	.pp-sidebar-form-excerpt {
		font-size: 17px;
		/* text-align: center; */
	}
	.pp-sidebar-form .wpcf7-response-output.wpcf7-display-none{
		position: relative;
	}
	.pp-sidebar-form-wrap {
		padding-top: 15px;
	}
	/* .pp-inner-wrap {
		height: 100vh
	} */
}

@media only screen and (max-width: 480px) {
    .pp-logo img {
        max-width: 75%;
    }
    .pp-welcome-content {
        font-size: 16px;
        line-height: 16px;
    }
    .pp-form-label {
        font-size: 14px;
    }
    .pp-form-field-wrap {
        padding: 10px;
    }
    .pp-form-field-col:first-child {
        padding-right: 10px;
    }
    .pp-sidebar-form-wrap {
        /* padding-top: 30px; */
    }
    .pp-sidebar-wrapper {
        padding: 20px;
    }
	
	.pp-inner-wrap {
		height: 95vh
	}
}

@media only screen and (max-height: 700px) {
    .pp-sidebar-close-toggle span {
		font-size: 30px;
	}
	.pp-sidebar-close-toggle div {
		font-size: 12px;
	}
	.pp-logo {
		padding-bottom: 25px;
	}
	.pp-sidebar-form-wrap .pp-logo img {
        /* max-width: 250px; */
        max-width: 200px;
    }
	.pp-sidebar-form-excerpt{
		font-size: 18px;
	}
    .pp-sidebar-wrapper{
        padding-top: 20px;
    }
	.pp-sidebar-form {
		max-width: 390px;
		padding-top: 20px;
	}

    .pp-main-content-wrap{padding-top: 50px;}
}