/*
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");

ul, ol{
	list-style-position: outside;
    padding-left: 1.25em;
    margin-bottom:22px;
}

dl{
	padding-left: 1.25em;
    margin-bottom:22px;
}
dl dt{
	display:inline-block;
	width: auto;
	margin-bottom:5px;

	font-weight: bold;

	border-bottom: 1px dotted #0077c8;
}


blockquote {
  background: #ffffff;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D";
}
blockquote:before {
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

::selection {
    background: #0077c8;
    color: #fff;
}
.latest_post_holder.image_in_box .latest_post_text {
    padding: 0;
}

.blog_holder.blog_masonry_date_in_image article .post_text .post_text_inner{
	padding: 35px 10px 10px 10px;
}
.blog_holder.blog_masonry_date_in_image article .post_text_inner .post_info{
	margin: 0;
}

.post_info{
	margin-bottom: 3em;

	text-align: center;
}
.post_info .post_author{
	color:#6e7882;
	font-weight: 700;
}


.wp-caption.aligncenter{
	width:100% !important;

	text-align: center;
}
.wp-caption.aligncenter img{
	
}
.wp-caption .wp-caption-text{
	margin-bottom:44px !important;
	font-style: italic;
	text-align: center;
}


nav.content_menu ul, nav.content_menu ul li{
	vertical-align: top;
}
nav.content_menu .nav_select_menu ul li{
	vertical-align: top;
	text-align: center;
}
nav.content_menu .nav_select_menu ul li a i{
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 1000px) {
	nav.content_menu .nav_select_menu{
		display:none;
	}
}

.cta-home{
	color:#ffffff;
	font-size:31px;
	font-weight: 300;

}

/*

*/
body .gform_wrapper ul:not(.top_label) li.gfield.gf_section_right {
    margin-left: calc(29% - 4px) !important;
    padding-bottom: 16px;
}

body .gform_body .gform_fields .gfield .ginput_container input, body .gform_wrapper .gform_body .gform_fields .gfield select{
	background-color:#ffffff;
	border: 1px solid #ddd;
	border-radius: 3px;
	height:44px;
	line-height:22px;
	padding:11px;
}
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
	background-color:#ffffff;
	border: 1px solid #ddd;
	border-radius: 3px;
	line-height:22px;
	padding:11px;
}
body .gform_body .gform_fields .gfield.gf_code .ginput_container{

}
body .gform_wrapper .gform_footer input[type=submit] {
	    color: #ffffff;
    border-color: #0077c8;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    font-style: normal;
    font-weight: 800;
    background-color: #0077c8;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-width: 1px;
}

/*

*/
.vc_column-inner.partner-logos{
	padding:0;
}
.vc_column-inner.partner-logos a{
	display: block;

	position: relative;
	z-index: 0;

	box-shadow: 0 0px 0px rgba(0,0,0,0);

	transition: box-shadow 0.3s ease-in-out;
}
.vc_column-inner.partner-logos a:hover{
	z-index:100;

	box-shadow: 0 5px 15px rgba(0,0,0,0.3);

	
}
.vc_column-inner.partner-logos .vc_single_image-wrapper{
	padding:20px;
	margin:2px;

	background:#ffffff;
}

/*

*/
.interview{
	width: 65%;
	float:right;
}
.interview p{
	padding: 0 0 0 20px
}
.interview p span.interviewee{
	font-weight: 700;
}
.interview p.question{
	padding: 0;

    font-weight: 700;
    font-size: 22px;
}

.interviewees{
	width: 35%;
	float: left;
}
.interviewees dl{
	display: block;
	min-height: 100px;
	padding: 0;
	margin: 15px 0;
	position: relative;
}
.interviewees dl dt{
	padding: 0 0 0 100px;
	margin: 0;

	border: none;
}
.interviewees dl dd.role{
	padding: 0 0 0 100px;
	margin: 0;

	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}
.interviewees dl dd.role span.role{
	font-weight: 400;
	font-style: italic;
}
.interviewees dl dd.avatar{
	position: absolute;
	top: 0;
	left: 0;
}
.interviewees dl dd.avatar img{
	width:90px;

	border-radius: 50%;
}

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

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

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

@media only screen and (max-width: 600px){
	.interview, .interviewees{
		width: 100%;
	}
}

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