/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* Structure & Layout */

html {
	-webkit-text-size-adjust: 100% !important;
}

.vc_row {
	margin-right: 0;
	margin-left: 0;
}

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

	div.grid_section .section_inner {
    	width: 100%;
	}

	.vc_column_container>.vc_column-inner {
    	-webkit-box-sizing: border-box;
    	        box-sizing: border-box;
    	padding-left: 25px;
    	padding-right: 25px;
    	width: 100%;
	}
	
}

/* Header */

header:not(.sticky) .q_logo a {
    max-height: 120px !important;
}

.header_bottom {
    padding: 5px 25px;
}

header:not(.with_hover_bg_color) nav.main_menu>ul>li:hover>a {
    color:  rgba(255,255,255, 0.4);
}

nav.main_menu ul li.active a {
    color:  rgba(255,255,255, 0.4);
    cursor: default;
}

@media only screen and (max-width: 1000px) {
    .logo_wrapper {
        height: 75px !important;
    }
    .mobile_menu_button {
        height: 75px;
    }
    .shopping_cart_inner, .side_menu_button {
        height: 75px !important;
    }
    .q_logo a, .q_logo img {
        height: 75px !important;
    }
    
    header {    
    	position: fixed !important;    
    	left: 0px !important;    
    	top: 0px !important;
  	}
  	
  	.content {    
    	top: 100px !important;    
    	padding-bottom: 100px !important;
  	}

}

nav.main_menu > ul > li > a {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

nav.mobile_menu ul li {
    padding: 0 7px;
}

.kbp-masthead {
    background-attachment: scroll !important;
    background-position-y: 0px !important;
    background-size: cover !important;
    -webkit-transform-style: flat !important;
            transform-style: flat !important;
}

.kbp-masthead-inner {
	margin-top: 400px !important;
	margin-bottom: 75px !important;
}

@media only screen and (max-width: 600px) {
	.kbp-masthead-inner {
		margin-top: 275px !important;
		margin-bottom: 50px !important;
	}
}

.kbp-blog-masthead {
	margin-top: 275px !important;
    margin-bottom: 150px !important;
}

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

	.kbp-blog-masthead {
		margin-top: 150px !important;
	    margin-bottom: 50px !important;
	}

}

/* Footer */

.footer_top p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px;
}

.footer_top p span {
    white-space: nowrap;
}

@media only screen and (max-width: 480px) {
	.footer_top .column_inner>div {
    	margin: 0 !important;
	}

	.footer_top {
    	padding: 50px 0 50px;
    	text-align: center;
	}

	.footer_top p {
    	font-size: 16px;
	}

}


@media only screen and (max-width: 600px) {
	.footer_top .four_columns .column1, 
	.footer_top .four_columns .column2, 
	.footer_top .four_columns .column3, 
	.footer_top .three_columns .column1, 
	.footer_top .three_columns .column2, 
	.footer_top .two_columns_50_50 .column1 {
    	margin: 0;
	}
}

/* Home Page */

.home #qode-homepage-slider .image {
	background-attachment: fixed;
}

.vc_mobile.touch .home #qode-homepage-slider .image {
	background-attachment: scroll !important;
}

.home #home-primary p {
	max-width: 875px;
	margin: 0 auto;
}

.home #home-tertiary h3 {
	max-width: 770px;
	color: #FFFFFF;
}

.home #home-tertiary p {
    max-width: 640px;
	color: #FFFFFF;
}

#home-tertiary {
	background-position: top right !important;
}

/* Links */

a {
	text-transform: uppercase;
	font-size: 110%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/* Buttons */

.qbutton.default {
	position: relative;
	-webkit-transform: skew(-20deg) translateX(0);
	    -ms-transform: skew(-20deg) translateX(0);
	        transform: skew(-20deg) translateX(0);
    margin: 0 10px;
	-webkit-box-shadow: 8px 6px 13.5px 1.5px rgba(225, 102, 34, 0.2);
	        box-shadow: 8px 6px 13.5px 1.5px rgba(225, 102, 34, 0.2);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-left: 35px !important;
    padding-right: 35px !important;

}

.qbutton.default:hover {
	-webkit-transform: skew(-20deg) translateX(5px);
	    -ms-transform: skew(-20deg) translateX(5px);
	        transform: skew(-20deg) translateX(5px);
}

.qbutton.default span { 
	position: relative;
	-webkit-transform: skew(20deg);
	    -ms-transform: skew(20deg);
	        transform: skew(20deg);
	display: inline-block;
}

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

	.qbutton.default {
		font-size: 18px;
	}
	
}

/* Slick Carousel */

.slick-slide {
    margin: 0 20px;
}

.slick-list {
    margin: 0 -20px;
}

.wpsisac-slick-carousal-slider .slick-arrow.slick-prev {
    -webkit-transform: translate3d(-250%, -50%, 0);
            transform: translate3d(-250%, -50%, 0);
}

.wpsisac-slick-carousal-slider .slick-arrow.slick-next {
    -webkit-transform: translate3d(250%, -50%, 0);
            transform: translate3d(250%, -50%, 0);
}

.wpsisac-slick-carousal-slider .slick-arrow.slick-prev,
.wpsisac-slick-carousal-slider .slick-arrow.slick-next,
.wpsisac-slick-carousal-slider .slick-arrow.slick-prev:hover,
.wpsisac-slick-carousal-slider .slick-arrow.slick-next:hover,
.wpsisac-slick-carousal-slider .slick-arrow.slick-prev:focus,
.wpsisac-slick-carousal-slider .slick-arrow.slick-next:focus
 {
    background-color: transparent !important;
}

/* About Us */

#core-values h3,
#core-values p,
#core-values ul,
#core-values li
{
	color: #FFFFFF;
}

#core-values p,
#core-values li {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 25px;
}

#core-values li {
    text-indent: -31px;
    padding-left: 31px;
    list-style-image: url(../kbpartners/img/kbp-bullet-white.png);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.vc_col-sm-3 {
    	width: 50%;
	}
}


@media only screen and (max-width: 991px) {
	#core-values p {
	    margin: 0 10px 25px;
	}
}

@media only screen and (max-width: 767px) {
	#core-values p {
	    max-width: 100%;
	    margin: 0 0 25px 0;
	}
}

#our-approach p {
	max-width: 465px;
}

#our-approach ul > li {
	list-style-image: url(../kbpartners/img/kbp-bullet-orange.png);
	margin-bottom: 25px;
}

#our-approach ul > li:last-of-type() {
	margin-bottom: 0;
}

#our-approach ul > li strong{
	font-size: 20px;
}

#our-approach ul > li > ul > li {
	list-style: none;
	list-style-position: inside;
	text-indent: 0;
	margin-left: 15px;
	max-width: 390px;
}

/* Team Page */

.page-id-10 h2 {
	position: relative;
    left: -3px;
}

.kbp-tm-container {
	margin-bottom: 25px;
}

.kbp-tm-image-container {
	position: relative;
}

.kbp-tm-image {
	display: block;
	margin-bottom: 5px;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-filter 0.3s ease;
	transition: -webkit-filter 0.3s ease;
	-o-transition: filter 0.3s ease;
	transition: filter 0.3s ease;
	transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.kbp-tm-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #4d395c;
	opacity: 0.45;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.kbp-tm-image-container:hover  .kbp-tm-image {
	-webkit-filter: grayscale(0.3);
	        filter: grayscale(0.3);
}

.kbp-tm-image-container:hover  .kbp-tm-image-overlay {
	opacity: 0;
}

@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {

	.kbp-tm-row .vc_column_container {
    	width: 50%;
    	float: left;
	}

	.custom.tparrows {
    	width: 50px;
    	height: 50px;
	}

	.custom.tparrows:before {
    	line-height: 50px
	}

}

/* Portfolio / Companies Page */

.kbp-company-list {
	list-style: none;
	margin: 0 0 75px 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.kbp-company-gutter {
	width: calc(8% / 3);
}

.kbp-company-item {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 23%;
	margin-bottom: calc(8% / 3);
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0);
	        box-shadow: 0px 0px 15px 2px rgba(0,0,0,0);
	-webkit-transition: -webkit-box-shadow 0.3s ease;
	transition: -webkit-box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
	opacity: 0;
}

.kbp-company-list.is-showing-items .kbp-company-item{
  opacity: 1; /* reveal when ready */
}

.kbp-company-item img {
	display: block;
	width: 100%;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
	-webkit-transition: -webkit-filter 0.3s ease;
	transition: -webkit-filter 0.3s ease;
	-o-transition: filter 0.3s ease;
	transition: filter 0.3s ease;
	transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.kbp-company-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgba(71,53,86, 1);
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #FFFFFF;
}

.kbp-company-title {
	display: none;
}

.kbp-company-tag {
	width: calc(100% + 10px);
    text-align: center;
    display: block;
    color: #FFFFFF;
    background-color: purple;
    position: absolute;
    left: -5px;
    bottom: 5%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 100;
}


.kbp-company-tag:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 4px 0;
	border-color: transparent #131c26 transparent transparent;
}

.kbp-company-tag:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 5px 0 0;
	border-color: #131c26 transparent transparent transparent;
}

.kbp-company-tag.ipo {
	background-color: #592941;
}

.kbp-company-tag.acquired {
	background-color: #4d395c;
}

.kbp-company-filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 60px;
}

.kbp-company-filter {
	position: relative;
    -webkit-transform: skew(-20deg) translateX(0);
        -ms-transform: skew(-20deg) translateX(0);
            transform: skew(-20deg) translateX(0);
    margin: 0 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #592941;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    font-weight: 600;
    background-color: transparent;
    border: 2px solid #592941;
    text-transform: uppercase;
    width: 150px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
}

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

	.kbp-company-filters {
		margin-bottom: 45px;
	}

	.kbp-company-filter {
		width: 120px;
	}

	.kbp-company-item {
		margin-bottom: 25px;
	}

	.kbp-company-item img {
		-webkit-filter: grayscale(0);
		        filter: grayscale(0);
	}

}

.kbp-company-filter.active,
.kbp-company-filter:hover
{
	background-color: #592941;
	color: #FFFFFF;
}

.kbp-company-filter span { 
	position: relative;
	-webkit-transform: skew(20deg);
	    -ms-transform: skew(20deg);
	        transform: skew(20deg);
	display: inline-block;
}

.kbp-company-item:hover {
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.15);
	        box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.15);
}

.kbp-company-item:hover img {
	cursor: pointer;
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}

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

	.kbp-company-item {
		width: 48%;
	}
}

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

	.kbp-company-gutter {
		width: 0%;
	}

	.kbp-company-item {
		width: 100%;
	}

}

/* Partner with us Bart */

.kbp-general-contact h4,
.kbp-general-contact a {
	color: #FFFFFF;
}

/* MODALS */
.kbp-tm-container{
	cursor: pointer;
}

.modal {
	display: block;
	background: #fff;
	color: #000;
	position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    max-width: 1130px;
    width: 100%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	max-width: 900px;
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.15);
	padding: 30px 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.modal .close-btn{
	position: absolute;
    top: 30px;
    right: 25px;
    font-weight: 300;
    z-index: 9999;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	font-size: 40px;
}

.modal p{
	font-size: 16px;
	line-height: 1.6;
	margin: 15px 0;
}

.modal .info .copy p{
	margin: 10px 0 0 0;
}

.modal .info .copy p:nth-of-type(1) {
    margin-top: 0;
}


.modal.portfolio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.modal.portfolio .info{
	max-width: 60%;
}

.modal.portfolio .image{
	max-width: 40%;
}

.modal.portfolio .company-title{
	padding: 5px 0;
	line-height: 1;
}

.modal.portfolio .company-subtitle{
	margin-bottom: 5px;
}

.modal.portfolio .copy strong{
	display: block;
	clear: both;
	margin-top: 5px;
}

.modal .none{
	display: none !important;
}

.modal.team .name{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 20px;
}

.modal.team .name h4{
	font-weight: 300;
}

.modal.team .name h6 {
	max-width: 350px;
}

.modal.portfolio a.website-link{
	color: #592941;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	position: relative;
	display: block;
	margin-top: 20px;
}

.modal.portfolio a.website-link.none{
	display: none;
}

.modal.portfolio .close-btn {
	top: 10px;
	right: 10px;
}

.modal.portfolio a.website-link span{
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	display: inline-block;;
	position: relative;
}

.modal.portfolio .ribbon-banner{
		position: absolute;
    right: -10px;
    top: 50px;
    background: #592941;
		padding: 3px 30px;
		overflow: none;
}

.modal.portfolio .ribbon-banner:before{
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	width: 25px;
	height: 102%;
	-webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
	clip-path: polygon(100% 0, 0 0, 0 100%);
	background: #fff;
}

.modal.portfolio .ribbon-banner:after{
	content: '';
	position: absolute;
	right: -0.8px;
	top: 100%;
	height: 10px;
	width: 10px;
	-webkit-clip-path: polygon(93% 0, 0 0, 0 100%);
	clip-path: polygon(93% 0, 0 0, 0 100%);
}

.modal.portfolio .ribbon-banner.ipo:after{
	background-color: #3e1c2d;
}

.modal.portfolio .ribbon-banner.acquired:after{
	background-color: #131c26;
}

.modal.portfolio .ribbon-banner.acquired{
	background-color: #4d395c;
}

/* .modal.portfolio .ribbon-banner:after{
		content: '';
    background: yellow;
    height: 20%;
    width: 5px;
    right: 0px;
    bottom: -7px;
    display: block;
    position: absolute;
    z-index: 99999999;
} */

.modal.portfolio .ribbon-banner.none{
	display: none;
}


.modal.portfolio .ribbon-banner span.text{
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 15%;
}

/* .modal.portfolio .ribbon-banner span.shadow{
	background: yellow;
    height: 20%;
    width: 5px;
    right: 0px;
    bottom: -7px;
    display: block;
    position: absolute;
    z-index: 99999999;
} */

.modal.portfolio a.website-link:hover {
	color: #e16622;
}

.modal.portfolio a.website-link:hover span{
	-webkit-transform: translateX(3px);
	    -ms-transform: translateX(3px);
	        transform: translateX(3px);
}

.modal.team .left, .modal.team .right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	width: 100%;
}

.modal.team .left {
	max-width: 250px;
	margin-right: 35px;
}

.modal.team img{
	width: 100%;
}

.modal .links{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 10px;
}

.modal .links a{
	margin: 0 2.5px 0 0;
	font-size: 13px;
}

.modal .links .fa-stack{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.modal.team .body{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.modal.team .body .right{
	max-height: 400px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	padding-right: 10px;
}

.modal.team .body .right p{
	margin: 10px 0 0 0;
}

.modal.team .body .right p:nth-of-type(1),
.modal.team .body .right p:nth-of-type(2) {
    margin-top: 0;
}

.modal.team .scroll-arrows{
		display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: 25px;
    bottom: 30px;
    color: #131c26;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.modal.team .scroll-arrows span{
	font-size: 25px;
}

.modal.team .scroll-arrows span:hover{
	color: #e16622;;
	cursor: pointer;
}

.modal.team .scroll-arrows span:nth-of-type(2){
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	margin-top: -10px
}

.modal.team.scroll-arrows .scroll-arrows{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media(max-width: 1000px){
	.modal{
		max-width: 80%;
	}
}

@media(max-width: 675px){
	.modal.portfolio .company-title{
		font-size: 35px;
	}

	.modal.team .body .right{
		padding-right: 0;
	}

	.modal.team .scroll-arrows{
		right: 20px;
	}
}

@media(max-width: 600px){
	.modal.team, .modal.portfolio{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		overflow-y: scroll;
	}

	.modal.team{
		max-height: 75vh;
		overflow-y: scroll;
	}

	.modal.team .name h4{
		font-weight: 300;
		font-size: 32px;
    	line-height: 32px;
    	margin-bottom: 7px;
	}

	.modal.portfolio{
		overflow: visible;
	}

	.modal.team .body{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.modal.team .left {
		max-width: 230px;
	}

	.modal.team .body .left, .modal.team .body .right{
		width: 100%;
	}

	.modal.team .scroll-arrows{
		right: 10px;
	}


	.modal.team .body .right{
		padding-right: 20px;
		max-height: 300px;
	}

	.modal.team img{
		width: auto;
	}

	.modal.team .links{
		padding: 10px 0;
	}

	.modal.portfolio {
		padding: 60px 40px;
	}

	.modal.portfolio .info{
		max-width: 100%;
	}

	.modal p,
	.modal span {
		font-size: 12px;
		line-height: 1.3;
	}

	.modal.portfolio .image{
		padding: 0;
		max-width: 45%;
		-ms-flex-item-align: start;
		    align-self: flex-start;
	}

	.modal .close-btn {
	    top: 20px;
	    right: 20px;
	}

}

@media(max-width: 450px){
	.modal{
		max-height: 90vh;
		overflow: hidden;
		max-width: 75%;
	}

	.modal.portfolio{
		max-height: 75vh;
		padding: 20px 30px;
    max-width: 75%;
    width: 100%;
	}

	.modal.team{
		padding: 20px 30px;
	}

	.modal p{
		font-size: 12px;
		line-height: 1.3;
	}

	.modal .overflow {
		max-height: 275px;
    	overflow: scroll;
    	-webkit-overflow-scrolling: touch;
	}

	.modal.portfolio .overflow {
		max-height: 190px;
	}

	.modal.portfolio h4{
		font-size: 30px;
	}

	.modal.team .body .right{
		max-height: 175px;
	}

	/* .modal.portfolio.none{
		padding: 30px 40px;
	} */

	.modal.team img{
		/* max-height: 150px; */
	}

	.modal.team .body .right p {
		/* margin-top: 10px; */
	}

	.modal.team .links a{
		display: block;
	}
}

@media(max-width: 410px){
	.modal.team .links{
		/* min-height: 30px; */
		height: 100%;
	}
}

@media(max-width: 320px){
	.modal.portfolio{
		overflow: visible;
		
	}

	.modal.team h4{
		font-size: 30px;
	}

	.modal.team h5{
		font-size: 25px;
	}

	.modal.team .links{
		height: 100px;
	}
}

/* Landscape */

@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {

	.kbp-masthead-inner {
    	margin-top: 200px !important;
    	margin-bottom: 50px !important;
	}

	.modal {
		max-height: 75vh;
		padding: 15px 30px;
		max-width: 85%;
	}

	.modal.team .name {
    	margin-bottom: 40px;
	}

	.modal.team .name h4 {
		font-size: 30px;
	}

	.modal.team .name h6 {
		max-width: 100%;
	}

	.modal.team .left {
    	max-width: 175px;
	}

	.modal.portfolio .image {
		display: none;
	}

	.modal.portfolio .info {
		width: 100%;
		max-width: 100%;
	}

	.modal.portfolio {
		padding: 30px 30px;
	}

	.modal.portfolio .overflow {
		font-size: 10px !important;
		max-height: 125px;
    	overflow: scroll;
    	-webkit-overflow-scrolling: touch;
	}

	.modal .overflow p,
	.modal .overflow span {
		font-size: 12px !important;
	}

	.kbp-company-item img {
		-webkit-filter: grayscale(0);
		        filter: grayscale(0);
	}

}

/* Contact Page */

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important; 
}

html.no-scroll{
	overflow: hidden !important;
}

/* Quote Slider */

.kbp-quote-slide .wpsisac-slide-wrap{
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: transparent !important;
}

.kbp-quote-text,
.kbp-quote-text p {
	color: #4d395c;
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	max-width: 875px;
	margin-left: auto;
	margin-right: auto;
}

.kbp-quote-person {
	color: #4d395c;
	font-size: 28px;
	font-style: italic;
	line-height: 38px;
	font-weight: 600;
	margin-top: 25px;
}

.kbp-quote-person .kbp-quote-dash {
	font-weight: 300;
	color: #94889d;
	display: inline-block;
}

.kbp-quote-person span {
	display: block;
	font-weight: 300;
	font-size: 20px;
	position: relative;
	left: 5px;
}

@media only screen and (max-width: 1000px) {
	.kbp-quote-text,
	.kbp-quote-text p {
		font-size: 26px;
		line-height: 36px;
	}

	.kbp-quote-person {
		font-size: 22px;
		line-height: 32px;
	}
}

@media only screen and (max-width: 600px) {
	.kbp-quote-text,
	.kbp-quote-text p {
		font-size: 24px;
		line-height: 34px;
	}

	.kbp-quote-person {
		font-size: 22px;
		line-height: 32px;
	}
}


.wpsisac-slick-carousal.wpsisac-dots-design-6 .slick-dots li button {
    width: 0 !important;
    height: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid #94889d !important;
}

.wpsisac-slick-carousal.wpsisac-dots-design-6 .slick-dots li.slick-active button {
	border-left: 8px solid #4d395c !important;
	background-color: transparent !important;
}


/* Front page carousel */

.kbp-carousel a {
	color: #FFFFFF;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.kbp-carousel a:hover {
	color: #e16622;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.custom .tp-bullet {
	width: 0;
    height: 0;
    background-color: transparent;
    border-radius: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid rgba(255,255,255, 0.8);
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.custom .tp-bullet:hover {
	border-left: 8px solid #94889d;
	background-color: transparent;
}

.custom .tp-bullet.selected {
	border-left: 8px solid #4d395c;
	background-color: transparent;
}

.kbp-portfolio-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.kbp-portfolio-slider a {
	color: #FFFFFF;
	transition: color 0.3s ease;
}

.kbp-portfolio-slider a:hover {
	color: #e16622;
}

.kbp-portfolio-slider.top {
	width: 100vw;
}

.kbp-slider-company,
.kbp-slider-company-subtitle {
	padding: 0;
}

@media only screen and (max-width: 1200px) {
	
	.kbp-portfolio-slider {
		width: 100vw;
	}
	
}

@media only screen and (max-width: 1000px) {
	
	.kbp-portfolio-slider.top .kbp-slider-company{
	    max-width: 500px;	
	}
	
}

@media only screen and (max-width: 480px) {
	.kbp-portfolio-slider .section_inner_margin {
		margin-left: 0;
		margin-right: 0;
		padding: 0 10px;
	}
	
	.kbp-portfolio-slider.top .kbp-slider-company{
	    max-width: 300px;	
	}
	
}

header.fixed {
	z-index: 1000;
	pointer-events: all;
}

@media only screen and (max-width: 1000px) {
	.content {
	    top: 85px !important;
	    padding-bottom: 100px !important;
	}
}

.kbp-general-contact {
	padding-top: 25px;
    padding-bottom: 33px;
    background-color: #4d395c;
    background-position: center;
    background-repeat: no-repeat ;
    background-size: cover;
}

.kbp-footer-icons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.kbp-footer-icon {
  font-size: 14px !important;
  color: #FFFFFF !important;
  text-transform: none !important;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-color: gray;
  height: 43px;
  width: 43px;
  margin-right: 5px;
  text-decoration: none;
  margin-bottom: 5px;
  opacity: 1;
  transition: opacity 0.3s ease !important;
}

.kbp-footer-icon:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease !important;
}

.kbp-footer-icon i{
  font-size: 22px !important;
  color: #FFFFFF;
}

.kbp-footer-icon.linkedin {
  background-color: #007bb5;
}

.kbp-footer-icon.twitter {
  background-color: #55acee;
}

.kbp-footer-icon.login {
  background-color: #4d395c;
  width: 91px;
}

.kbp-footer-icon.login i{
  margin-right: 5px;
}

@media only screen and (max-width: 480px) {
	.kbp-footer-icons {
  		justify-content: center;
	}
}

.error404 .content {
	min-height: 0px !important;
}

.error404 .page_not_found {
	margin-top: 200px;
}
    
/* Blog */

.page-template-blog-large-image-with-dividers-v2 .blog_holder {
	padding: 50px 0;
}

@media only screen and (max-width: 480px) {
	.page-template-blog-large-image-with-dividers-v2 .blog_holder {
		padding: 25px 0;
	}
}

.page-template-blog-large-image-with-dividers-v2 .blog_holder article .qbutton.small {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 6px 17px;
}

.single-post .post_content_holder {
	padding: 225px 0 50px 0;
}

@media only screen and (max-width: 1000px) {
	.single-post .post_content_holder {
		padding: 15px 0 25px 0;
	}
}
	
.blog_holder article h3,
.blog_holder article h3 a {
	font-size: 37px;
	line-height: 40px;
	font-weight: 300;
	margin-bottom: 5px;
}

.blog_holder article h2 {
	margin-bottom: 20px;
}

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

	.blog_holder article h3,
	.blog_holder article h3 a {
		font-size: 32px;
    	line-height: 36px;
	}

	.blog_holder article h2 {
		margin-bottom: 5px;
	}

}

.blog_holder article .post_info a, 
.blog_holder article .post_text h3 .date {
    color: #bebebe;
}

.blog_holder article .post_author_name {
	text-transform: uppercase;
}

.blog_holder article .post_text .post_text_inner {
    padding: 35px;
    background-color: #fff;
}

.blog_holder.blog_large_image article:not(.format-quote):not(.format-link) .post_text .post_text_inner {
	border-top: 1px solid #efeff0;
}

.blog_single .post_text_inner p a {
	text-transform: none !important;
    text-decoration: underline !important;
}

body:not(.search-results) .blog_holder article.format-link .post_text:hover .post_text_inner, 
body:not(.search-results) .blog_holder article.format-quote .post_text:hover .post_text_inner {
    background-color: #FFFFFF!important;
    border-color: #f6f6f6!important;
}

body:not(.search-results) .blog_holder article.format-link .post_text:hover .post_text_inner a:hover, 
body:not(.search-results) .blog_holder article.format-quote .post_text:hover .post_text_inner a:hover {
	color: #e16622 !important;
}

body:not(.search-results) .blog_holder article.format-link .post_text:hover .post_text_inner .post_info, 
body:not(.search-results) .blog_holder article.format-quote .post_text:hover .post_text_inner .post_info {
	color: #BEBEBE !important;
}

body:not(.search-results) .blog_holder article.format-link .post_text:hover .post_text_inner .qbutton.small:hover {
	color: #FFFFFF !important;
}

/* single blog post navigation */
.single_blog_post_prev {
    float: left !important;
}
.single_blog_post_prev a i { 
    font-size: 18px !important;
    margin-right: 10px !important;
}
.single_blog_post_next {
    float: right !important;
}
.single_blog_post_next a i { 
    font-size: 18px !important;
    margin-left: 10px !important;
}
.single_blog_post_navigation {
    margin: 20px 0px 50px !important;
}

.blog_holder article .post_info {
	display: none !important;
}

/*
.blog_holder article {
	padding: 0 0 25px;
    border-bottom: 1px solid #efeff0;
}

.blog_holder article .post_text .post_text_inner {
    padding: 35px 0 !important;
}

*/
