/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Creative Multi-Purpose WordPress Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 16.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/




/* Custom styles
----------------------------------------*/
.header_top {
	height: auto;
	min-height: 33px;
}

.bullet ul {
    list-style-position: inherit;
    margin-left: 17px;
}
.bullet li {
    padding: 5px 0;
}


@media only screen and (min-width: 1001px) {
	.q_logo {
		top: 80px;
	}
   .header_menu_bottom nav.main_menu {
		top: -24px;
		left: 215px;
	}
	header.sticky.sticky_animate .header_menu_bottom nav.main_menu {
		top: 16px;
	}

	header.sticky.sticky_animate .q_logo {
		top: 29px;
	}
}

@media only screen and (max-width: 1000px) {
	.q_logo {
		top: -10px;
	}
}

.content .container .container_inner.default_template_holder {
	padding-top: 30px;
}


.two_columns_33_66>.column1 {
	position: relative;
	background: #eff0e8;
	z-index: 1;
	margin-top: -30px;
}

.two_columns_33_66>.column1:after {
	background: #eff0e8;
	content: "";
	position: absolute;
	left: -100%;
	z-index: -1;
	top: 0;
	width: 100%;
	bottom: 0;
}

.two_columns_33_66>.column1>.column_inner {
	padding: 20px 0 20px 15px;
}

.container_inner aside .widget li {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	border-top: 1px solid #bed500;
}

.container_inner aside .widget a {
	text-decoration: none;
	padding: 14px 0;
	display: block;
	font-weight: normal;
		transition: all ease-in-out 300ms;
}
.container_inner aside .widget a:hover {
	padding-left: 5px;
}
.container_inner aside .widget li.current_page_item > a {
	position: relative;
	font-weight: bold;
	color: #0d204b;
}
.container_inner aside .widget li.current_page_item > a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	margin-top: -8px;
	display: inline-block;
	border-top: 8px solid transparent;
	border-right: 8px solid #bed500;
	border-bottom: 8px solid transparent;
}


.container_inner aside .widget_tag_cloud a {
	text-decoration: none;
	padding: 2px 7px;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0;
	transition: all ease-in-out 300ms;
}
.container_inner aside .widget_tag_cloud a:hover {
	color: #bed500 !important;
	padding: 2px 7px;
}

.header_top_bottom_holder:after {
	display: none;
}


aside .widget:last-child {
	margin-bottom: 0;
}




@media only screen and (min-width: 1000px) {
	.two_columns_33_66>.column1 {
		width: 25%;
	}
	.two_columns_33_66>.column2 {
		width: 75%;
	}
}


@media only screen and (min-width: 601px) {
	.container_inner .two_columns_33_66 {
		display: flex;
	}
}
@media only screen and (min-width: 768px) {
	.container_inner .two_columns_33_66>.column1>.column_inner {
		padding: 50px 0;
	}
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
	.container_inner aside .widget li {
		font-size: 13px;
	}
	.container_inner aside .widget a {
		padding: 9px 0;
	}
}

@media only screen and (max-width: 600px) {
	.container_inner .two_columns_33_66>.column1:after {
		left: -50%;
		right: -50%;
		width: auto;
	}
}



/* Nav
----------------------------------------*/

nav.main_menu ul li {

}
header:not(.sticky) .header_menu_bottom nav.main_menu>ul>li:first-child>a {
	padding-left: 10px;
}
header:not(.sticky) .header_menu_bottom nav.main_menu>ul>li>a,
header.sticky nav.main_menu>ul>li>a {
	line-height: 1;
}
nav.main_menu > ul > li > a {
	color: #16204a;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 0;
}


/* 
----------------------------------------*/
@media only screen and (min-width: 601px) {
	.content .vc_row .section_inner,
	.content .vc_row .container_inner  {
		width: 100%;
	}
	.content .vc_row .section_inner_margin {
		margin: 0;
	}
}


/* Blog styles
----------------------------------------*/

.post_content_holder {
	background: #eff0e8;
	position: relative;
	padding: 30px;
}



.blog_holder article .post_text h2 .date {
	text-align: center;
	display: block;
	text-transform: uppercase;
	width: 60px;
	height: 60px;
	background-color: #0d204b;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	padding: 0;
	padding-top: 7px;
	border: 0;
	box-sizing: border-box;
}

.blog_holder article .post_text h2 .date span {
	display: block;
}
.blog_holder article .post_text h2 .date .date-m {

}
.blog_holder article .post_text h2 .date .date-d {
	font-size: 18px;
	font-weight: 600;
	padding: 2px 0 3px;
}
.blog_holder article .post_text h2 .date .date-y {
	
}

.blog_holder article .post_info,
.blog_holder article .post_info a {
	color: #475f7d;
}

.post_info + em {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}


.blog_holder article .post_text .post_text_inner {
	padding: 0;
	background: transparent;
}

.blog_holder article .post_text h2 {
	line-height: 1;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
}
.blog_holder article .post_text h2 a {
	font-size: inherit;
	text-decoration: none;
	line-height: inherit;
	color: #0d204b;
}
.blog_holder article .post_text h2 a:hover {
	text-decoration: underline;
}


.blog_holder article .post_content_holder {
	width: auto;
}


@media only screen and (min-width: 1001px) {
   .post_content_holder {
		display: flex;
		padding-left: 82px;
	}

	.post_image, .post_text {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	body:not(.single) .post_image {
		max-width: 35%;
		flex-basis: 30%;
		margin-right: 25px;
	}
}

.single .post_content_holder {
	display: block;
}
.single .post_image {
	margin-bottom: 20px;
}



@media only screen and (max-width: 1000px) {
	.two_columns_33_66>.column2>.column_inner {
		margin-top: 30px;
	}
	.post_image {
		margin-bottom: 20px;
	}

	.blog_holder article .post_text h2 .date {
		width: inherit;
		height: inherit;
		padding: 5px 5px 4px;
	}
	.blog_holder article .post_text h2 .date span,
	.blog_holder article .post_text h2 .date .date-d {
		display: inline-block;
		font-size: 12px; font-weight: normal;
		padding: 0;
	}

}


.pagination ul li a.nextpostslink {
	font-size: 0;
}
.pagination a.nextpostslink .fa:before {
	content: "\f105";
	font-size: 18px;
	line-height: 38px;
}
.pagination ul li a.last {
	font: normal 0/1 FontAwesome;
}
.pagination ul li a.last:before {
	content: "\f101";
	font-size: 18px;
	line-height: 38px;
}


.pagination ul li a.previouspostslink {
	font-size: 0;
}
.pagination a.previouspostslink .fa:before {
	content: "\f104";
	font-size: 18px;
	line-height: 38px;
}
.pagination ul li a.first {
	font: normal 0/1 FontAwesome;
}
.pagination ul li a.first:before {
	content: "\f100";
	font-size: 18px;
	line-height: 38px;
}

