
/*  Template Overwrites  */

.header-logo {
	padding-left: 0;
}

.ip-banner {
    display: none;
}

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

div#inner-page-wrapper{
    margin: 0;
}

#content-sidebar, #content-full {
    margin: 0;
}

footer.footer {
	/* display: none; */
}


#ip-footer {
    /* align-items: flex-end; */
}
#ip-footer .footer {
   /*  display: flex;
    align-items: flex-end;
    width: 100%; */
}
	#ip-footer div {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}


/* template Styles */

.reviews-page {
    position: relative;
    display: block;
    z-index: 1;
    background-color: #151515;
    overflow: hidden;
    height: 100vh;
}

.onepage-wrapper .section {
	z-index: 99;
}

	.reviews-page:before {
	    /*content: '';
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    display: block;
	    position: absolute;
	    background-image: url(../../images/reviews-page/reviews-bg.jpg);
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position: top center;*/
	}
	#content video {
	    min-width: 100%;
	    min-height: 100%;
	    max-width:150%;
	    max-height:150%;
	    width: auto;
	    height: auto;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    opacity: 0.5;
	}

.reviews-page-wrap {
    padding: 210px 0 100px;
    position: relative;
    height: 760px;
}

.reviews {
	max-width: 1245px;
	margin: 0 auto;
}

.ip-page-title{
	margin-bottom: 20px;
}

	#content .ip-page-title h2{
		font-family: 'Roboto', Sans-seri;
	    letter-spacing: 0;
	    line-height: 1.02;
	    color: #fff;
	    text-transform: uppercase;
	    font-size: 5.625vw;
	    font-weight: 700;
	    margin: 0;
	}

	.ip-page-title h2 span {
	    font-size: inherit;
	    font-family: 'Roboto', Sans-serif;
	    font-weight: 900;
	    display: block;
	    letter-spacing: .04em;
	    -webkit-text-stroke-width: 2px;
	    -webkit-text-fill-color: hsla(0,0%,100%,0);
	    -webkit-text-stroke-color: #fff;
	}

.sub-title {
    font-size: 65px;
    color: #FFF;
    font-family: 'Montserrat';
    font-weight: 800;
    line-height: normal;
}

.sub-title {
    font-size: 65px;
    color: #FFF;
    font-family: 'Montserrat';
    font-weight: 800;
    line-height: normal;
}

#content p.font-montserrat {
    font-size: 25px;
    font-family: 'Montserrat';
    color: #FFF;
    font-weight: 300;
    line-height: 34px;
}

.logos-right {
    text-align: right;
    margin-top: 30px;
    height: auto;
}

/*.logos-right:nth-child(2) {
    height: 120px;
}
*/
.logos-right img {
    vertical-align: middle;
    max-width: 100%;
    margin: 0 32px;
}

.logos-right canvas {
	background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    max-width: 33%;
    margin-right: 12px;
}

.logos-right:nth-child(2) canvas {
    max-width: 50%;
    margin-right: 25px;
}

.logos-right:nth-child(3) canvas {
    max-width: 33%;
    margin-right: 18px;
}

.logos-right:nth-child(4) canvas {
    max-width: 20%;
}

/*.logos-right:nth-child(3) canvas:nth-child(2) {
    background-size: contain;
}*/

.logos-right:nth-child(2) img {
    /*margin: 0px 25px;*/
    margin: 0 72px 0 0;
}

.logos-right:last-child img {
    /*margin: 0 18px;*/
    margin: 0 23px;
}

.logos-right img:last-child {
    margin-right: 0;
}

.testi-wrap:before {
	content: '';
	top: -25px;
    left: 10px;
	    width: 100%;
	    height: 100%;
	    display: block;
	    position: absolute;
	    background-image: url(../../images/reviews-page/review-quote.png);
	    background-repeat: no-repeat;
	    background-position: top left;
}

.testi-wrap {
    padding: 0 80px;
}

.testi p {
	font-size: 25px;
    font-family: 'Montserrat';
    color: #FFF;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 1px;
}

.review-logo img {
	max-height: 80px;
}



.review-logo canvas {
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
}

.sec1 .reviews-page:before, .sec2 .reviews-page:before, .sec3 .reviews-page:before, .sec4 .reviews-page:before {
	display: none;
}

.section[data-index="2"] .reviews-page-wrap,
.section[data-index="3"] .reviews-page-wrap,
.section[data-index="4"] .reviews-page-wrap {
    top: 50px;
}

ul.onepage-pagination {
	display: none;
}

.onepage-navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 0;
    display: block;

    display: none;
}

.onepage-navigation button.prev-arrow, 
        .onepage-navigation button.next-arrow {
            display: inline-block;
            vertical-align: middle;
            width: 44px;
            height: 55px;
            padding: 0;
            background: transparent;
            position: relative;
            z-index: 99;
            text-align: center;
            border: none;
            border-radius: 0;
            -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;
            box-shadow: none;
            outline: none;
        }
    .onepage-navigation button.prev-arrow {
    	left: 50px;
    	position: absolute;
    }

    .onepage-navigation button.next-arrow {
    	right: 50px;
    	position: absolute;
    }

            .onepage-navigation button.prev-arrow img, 
            .onepage-navigation button.next-arrow img {
                margin: 0 auto;
            }

                .pagination-holder {
                    margin: 0 -10.2%;
                }

                    .onepage-navigation button.prev-arrow:hover, 
                    .onepage-navigation button.next-arrow:hover{
                        background: transparent;
                    }

.viewing-page-1 .onepage-navigation button.prev-arrow,
.viewing-page-4 .onepage-navigation button.next-arrow {
	display: none;
}

@media only screen and (max-width: 1440px) {
	.reviews {
	    max-width: 1170px;
	    margin: 0 auto;
	}

	.reviews-page:before {
	    background-size: cover;
	}
}

@media only screen and (max-width: 1440px) {
	.reviews {
	    max-width: 1170px;
	    margin: 0 auto;
	}

	.sub-title {
		font-size: 55px;
	}
}

@media only screen and (max-width: 1199px) {
	.reviews-page-wrap {
	    padding-left: 50px;
	    padding-right: 50px;
	}
	.reviews {
	    padding: 0 20px;
	}
		.sub-title {
		    font-size: 45px;
		}
		#content p.font-montserrat {
			font-size: 20px;
		}
		.logos-right img {
		    margin: 0 15px;
		    max-width: 30%;
		}

		.logos-right:nth-child(2) img {
		    margin: 0 25px 0 0;
		    max-width: 50%;
		}

		.logos-right:last-child img {
		    margin: 0 10px;
		    max-width: 33%;
		}
		.logos-right:nth-child(2) img:last-child, .logos-right:last-child img:last-child {
		    margin-right: 0;
		}

	.onepage-navigation button.prev-arrow {
	    left: 20px;
	}
	.onepage-navigation button.next-arrow {
	    right: 20px;
	}
}

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

	body, html {
		overflow: visible !important;
	}

	.onepage-navigation {
		display: none;
	    /*position: absolute;
	    top: auto;
	    width: 100%;
	    font-size: 0;
	    display: block;
	    bottom: 10%;*/
	}

	.reviews-page {
		height: auto;
		text-align: center;
	}

	.reviews-page-wrap {
	    padding: 10px;
    	height: auto;
	}

	.reviews-page-left {
    	padding-bottom: 0px;
	}

	/*.reviews-page-right {
	    display: none;
	}*/

	.ip-page-title {
	    margin-top: 110px;
	    text-align: center;
	}

	#content .ip-page-title h2 {
	    font-size: 50px;
	}

	.sub-title {
		font-size: 40px;
		text-align: center;
	}

	.testi-wrap {
	    padding: 0;
	}

	.section[data-index="2"] .reviews-page-wrap, .section[data-index="3"] .reviews-page-wrap, .section[data-index="4"] .reviews-page-wrap {
		top: 0;
	}

	.onepage-wrapper {
		height: auto !important;
	}
	#ip-footer,
	#ip-footer .footer {
		display: none;
	}
	footer.footer {
	    display: block;
	    z-index: 1;
	}

	.logos-right {
		text-align: center;
	}
	.mobile-video-wrap {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    display: none;
	}
		.mobile-video-wrap-inner {
			height: 100%;
			width: 100%;
			position: relative;
		}
			#content .mobile-video-wrap-inner video {
				opacity: 0.2;
				max-width: initial;
				display: none;
			}

	.logos-right img,
	.logos-right:nth-child(2) img,
	.logos-right:last-child img {
		max-width: 100%;
	}
	.reviews {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {

	#content .ip-page-title h2 {
	    font-size: 40px;
	}

	.sub-title {
		font-size: 30px;
	}

	.logos-right img {
	    vertical-align: middle;
	    max-width: 26%;
	    margin: 0 10px;
	}

	#content p.font-montserrat {
	    font-size: 16px;
	}

	.logos-right:nth-child(2) img {
	    max-width: 40%;
	    margin: 0px 10px;
	}

	.logos-right:last-child img {
	    max-width: 30%;
	    margin: 0 5px;
	}
	.testi p {
	    font-size: 18px;
	}
	.review-logo img {
		max-width: 100%;
	}
}

