/*
Theme Name: Scola
Description: Custom WordPress theme for Scola
Author: Yakub Erogul


---------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */

html { overflow-y: scroll; }
article, aside, figure, footer, header, hgroup, nav, section { display: block; }
.touch body { -webkit-text-size-adjust: none; }
:focus { -moz-outline-style: none; outline: none; }

body {
	margin: 0;
	font-size: 17px;
	line-height: 30px;
	font-family: proxima-nova,Helvetica,Arial,sans-serif;
	color: #475B76;
	-webkit-font-smoothing: antialiased;
}

p {
	
}

a {
	color:inherit;
	text-decoration: none;
	outline: none;
	font-weight: bold;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	
}
a img { border: 0; }
img { max-width:100%; }
div.clear { clear:both; }

h1 {
	font: bold normal 60px/70px proxima-nova,Helvetica,Arial,sans-serif;
	margin: 20px 0 10px 0;
	color: #7692BA;
}

h2 {
	font: bold normal 60px/70px proxima-nova,Helvetica,Arial,sans-serif;
	margin: 20px 0 10px 0;
	color: #7692BA;
}

h3 {
	font: bold normal 40px/50px proxima-nova,Helvetica,Arial,sans-serif;
	margin: 10px 0 5px 0;
	color: #7692BA;
}

.light, h1.light, h2.light, h3.light { color: #C2DAEF; }
.white, h1.white, h2.white, h3.white { color: white; }

.wow { visibility: hidden; }


/* ------------------------------------
HEADER
------------------------------------ */

header.main {
	background: white;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100px;
	z-index: 999;
	overflow: hidden;
	padding: 0 30px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.04);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.04);
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.header_spacer {
	height: 100px;
}
.logo img {
	margin-top: 20px;
}

.banner {
	height: 32vw;
	min-height: 300px;
	background: #eee url(_inc/img/banner_default.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.blog .banner, .page-id-29 .banner {
	height: 320px;
	background-size: cover;
	background-position: right center;
	width: calc(100% - 800px);
	margin: 0 0 0 auto;
}
.banner video {
	position: absolute;
	top:0;left:0;width:100%;height:100%;
	object-fit: cover;
	pointer-events: none;
}

.intro {
	background: url(_inc/img/intro_bg.svg) no-repeat top left;
	background-size: 100% 100%;
	color: white;
	padding: 450px 180px 100px 120px;
	width: 880px;
	min-height: 900px;
	height: auto;
	margin: -250px 0 0 0;
	position: relative;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.home .intro {
	padding: 380px 180px 150px 120px;
}
.blog .intro, .page-id-29 .intro {
	padding: 350px 180px 180px 120px;
	margin-top:-600px;
	background-size: 120% 120%;
	background-position: right bottom;
	
}
.blog .intro img, .page-id-29 .intro img { display: none; }
.intro img {
	position: absolute;
	left: -170px;
	top: -80px;
}
.home .intro img {
	left:0;
	top:-100px;
}
.intro h1 {
	color: #C2DAEF;
}
.intro h3 {
	color: white;
	font-weight: normal;
}


/* ------------------------------------
NAVIGATION
------------------------------------ */

header.main nav {
	float: right;
}

.menu {
	
}

ul.menu {
	list-style:none;
	margin:0;
	padding:0;
}

ul.menu > li {
	list-style: none;
	margin: 0;
	padding: 0;
	display:inline-block;
	position:relative;
	vertical-align: middle;
}

header ul.menu > li > a {
	font:600 normal 15px/normal proxima-nova,Helvetica,Arial,sans-serif;
	text-decoration: none;
	display: inline-block;
	padding: 40px 15px;
	overflow: hidden;
	vertical-align: middle;
}

ul.menu > li > a:hover, ul.menu > li:hover > a, ul.menu > li.current_page_item > a, ul.menu > li.current_page_parent > a {
	color: #C2DAEF;
}
.post-type-archive-community ul.menu > li.current_page_item > a, ul.menu > li.current_page_parent > a, 
.tax-community_category ul.menu > li.current_page_item > a, ul.menu > li.current_page_parent > a, 
.single-community ul.menu > li.current_page_item > a, ul.menu > li.current_page_parent > a {
	color: #475B76;
}

header ul.menu > li.highlight > a, .nav_mobile ul.menu > li.highlight > a {
	background: #475B76;
	color: white;
	padding: 12px 26px;
	vertical-align: middle;
	border-radius: 999px;
}
.nav_mobile ul.menu > li.highlight > a {
	width: 100px;
	padding: 4px 20px;
	margin: 10px auto;
}
header ul.menu > li.highlight > a:hover {
	background: #C2DAEF;
	color: #475B76;
}

.menu .children {
	display: none;
}

a.nav_toggle {
	display: none;
	height: 70px;
	width: 70px;
	position: absolute;
	top:0;
	right:0;
	background: url(_inc/img/hamburger.svg) no-repeat center center;
	font-size: 0;
	text-align: left;
	text-indent: -9999px;
}
.nav_on a.nav_toggle {
	background-image: url(_inc/img/close.svg);
}
.nav_mobile {
	display: none;
	position: fixed;
	top:70px;
	right:-100%;
	width: 100%;
	height: 100%;
	background: white;
	text-align: center;
	z-index: 998;
	padding-top: 40px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.nav_on .nav_mobile {
	right: 0;
}
.nav_mobile ul.menu > li { display: block; }
.nav_mobile ul.menu > li > a {
	display: block;
	padding: 6px 0;
}


/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */

.content {
	padding: 80px 100px;
}
.content900 {
	max-width: 900px;
	margin: 0 auto;
}
.content1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.content.blue {
	background-color: #C2DAEF;
}
.content.centered {
	text-align: center;
}

.cols {
	padding: 40px 0;
}
.cols::after { display: block; content: " "; clear:both; }
.col {
	width: 44%;
	margin: 0 3%;
	float: left;
	padding: 40px 0;
}
.col.first { clear:both; }

.image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #eee;
	height: 32vw;
}

.angled_top {
	-webkit-clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
}

.schedule {
	
}
.schedule .row:nth-child(odd) {
	background: #E3EDF7;
}
.row {
	display: table;
	vertical-align: middle;
	width: 100%;
}
.cell {
	display:table-cell;
	vertical-align: middle;
	padding: 60px;
	text-align: left;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.row .cell:nth-child(1) {
	width: 40%;
}
.row .cell:nth-child(2) {
	width: 60%;
}


.staff {
	
}
.person {
	padding: 10px 0 50px 0;
}
.person::after { display: block; content: " "; clear: both; }
.bio {
	width: 45%;
	float: left;
	text-align: left;
}
img.headshot {
	width: 45%;
	margin-right: 10%;
	float: left;
	border-radius: 999px;
}
.bio h2 {
	color: #C2DAEF;
}


.content.overlap {
	position: relative;
}
.content.overlap::before {
	content: " ";
	display: block;
	position: absolute;
	background: #C2DAEF;
	top: -295px;
	left: 0;
	width: 100%;
	height: 300px;
	z-index: -1;
	-webkit-clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
	pointer-events: none;
}
.content.overlap::after {
	content: " ";
	display: block;
	position: absolute;
	background: #C2DAEF;
	bottom: -295px;
	left: 0;
	width: 100%;
	height: 300px;
	z-index: -1;
	pointer-events: none;
}

.forms a.button {
	position: relative;
	margin-top: 90px;
}
.forms a.button img {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 60px;
	top:-80px;
	left: 0;
}

.gallery {
	
}
.gallery a {
	display: block;
	width: 20%;
	height: 20vw;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	-webkit-transition: transform 0.1s ease-in-out;
	-moz-transition: transform 0.1s ease-in-out;
	-ms-transition: transform 0.1s ease-in-out;
	-o-transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out;
}
.gallery a:hover {
	opacity: 1;
	cursor: -webkit-zoom-in;
	transform: scale3d(1.05,1.05,1);
	z-index: 10;
}
.gallery::after { display: block; content: " "; clear: both; }


.contact_left {
	width: 40%;
	float: left;
	margin-right: 10%;
}
.contact_right {
	width: 50%;
	float: left;
	text-align: left;
}
#gform_1 li.gfield {
	float: left;
	margin: 0 1% 10px 1%;
	width: 98%;
}
#gform_1 li.gfield#field_1_1 {
	width: 48%;
}
#gform_1 li.gfield#field_1_2 {
	width: 48%;
}
.gform_footer {
	clear: both;
	text-align: center;
}
.validation_error, .validation_message { display: none; }
.gfield_error input {
	border-color: red !important;
}
.contact_detail {
	text-align: left;
	margin: 0 0 50px 0;
	padding-left: 100px;
	background: url(_inc/img/address.svg) no-repeat left top;
	background-size: 70px 70px;
}
.contact_detail h3, .contact_detail p {
	margin: 0;
}
.contact_detail a {
	font-weight: normal;
}


/* ------------------------------------
BLOG LISTING
------------------------------------ */

.single .banner, .single .intro { display: none; }
body.blog {
	background: #E3EDF7;
}
li.current-cat a {
	
}
.blog_listing {
	width: 75%;
	padding: 20px 50px;
	float: left;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.blog_listing::after { display: block; content:  " "; clear:both; }
a.article {
	display: block;
	width: 29.333%;
	float: left;
	margin:15px 2%;
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
}
a.article:hover {
	transform: scale3d(1.02,1.02,1);
}
.blog_thumb {
	height: 210px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.blog_excerpt {
	padding: 2px 20px 8px 20px;
	min-height: 280px;
	background: white;
}
.article h2 {
	font-size: 22px;
	line-height: 28px;
	margin: 20px 0;
}
.article h3 {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0;
}
.article h3 span { color: #A9A9A9 }
.article h2.cats {
	color: #7692BA;
	font-size: 17px;
	line-height: 25px;
}
#pagination {
	clear: both;
	text-align: center;
	padding: 40px 0;
}
#pagination div { display: inline; }
#pagination a {
	display: inline-block;
	padding: 8px;
}

.sidebar {
	float: left;
	width: 25%;
	max-width: 380px;
	background: white;
	min-height: 300px;
	padding: 100px 45px 30px 45px;
	margin: -60px 0 0 0;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.sidebar li {
	margin: 5px 0;
}
.sidebar a {
	font-weight: normal;
}
.sidebar ul {
	list-style: none;
	margin: 20px 0 50px 0;
	padding: 0;
}


/* ------------------------------------
BLOG DETAIL
------------------------------------ */

.blog_intro {
	background-size: cover;
	background-position: center top;
	height: 400px;
}
.single .blog_listing {
	padding: 0;
}
.single .sidebar {
	max-width: none;
}
.blog_intro {
	position: relative;
}
.blog_intro_inner {
	position: absolute;
	bottom:0;left:0;width:100%;
	text-align: center;
	z-index: 1;
	padding: 20px 0;
}
.blog_tint {
	position: absolute;
	top:0;left:0;width:100%;height:100%;
	background: black;
	opacity: 0.4;
}
.blog_intro h2.cats {
	color: #C2DAEF;
	font-size: 25px;
	line-height: 25px;
}
.blog_intro h3 {
	font-size: 16px;
	line-height: 20px;
	color:white;
	letter-spacing: 0;
}
.blog_content {
	max-width: 800px;
	padding: 50px 50px 150px 50px;
	margin: 0 auto;
}


/* ------------------------------------
HOMEPAGE
------------------------------------ */

.content.home_usps {
	background-image: url(_inc/img/home_usp_bg.jpg);
	background-repeat: no-repeat;
	background-size: 720px auto;
	background-position: right bottom;
	position: relative;
	padding-top:200px;
	-webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}
.home_usp {
	background-size: 70px auto;
	background-position: 0 40px;
	background-repeat: no-repeat;
	padding: 20px 0 20px 100px;
	width: 50%;
	max-width: 560px;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.home .intro a.button {
    border: none;
    background: #475B76;
	color: white;
    padding: 16px 60px;
    margin-top: 10px;
    border-radius: 999px;
}
.home .intro a.button:hover {
	background: #C2DAEF;
	color: #475B76;
}
img.home_birdtail {
	pointer-events: none;
	width: 40%;
	z-index: 0;
	position: absolute;
	bottom:-20vw;
	right: 0;
}
.content.home_2col {
	position: relative;
	z-index: 1;
	padding-right: 200px;
}
.content.home_2col::after {
	display: block;
	content: " ";
	clear: both;
}
.home_col {
	float: left;
	width: 42%;
	margin: 0 4%;
	max-width: 450px;
}
.content.home_bird {
	position: relative;
	padding-left: 700px;
	padding-bottom:150px;
}
.home_bird img {
	position: absolute;
	width: 40%;
	top:-20px;
	left: 0;
	max-width: 540px;
}
.home_bird_inner {
	max-width: 640px;
}


/* ------------------------------------
FOOTER
------------------------------------ */

.content.pre_footer {
	background: #E3EDF7;
	padding-top: 200px;
	margin-top:-100px;
	-webkit-clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
}
.footer_col {
	display: block;
	float: left;
	width: 50%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 50px auto;
	padding:20px 0 20px 80px;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.footer_col.social {
	padding-left: 10px;
}
.pre_footer_inner {
	max-width: 1200px;
}
.pre_footer .fa {
	width: 60px;
	text-align: center;
}

footer {
	background: #7692BA;
	color: white;
	font-size: 13px;
	line-height: 20px;
	padding: 50px;
}
footer a {
	color: white;
}
footer ul.menu > li > a {
	font-weight: normal;
	padding-right: 20px;
}
p.siteby {
	float: right;
}


/* ------------------------------------
FORMS
------------------------------------ */

input[type='text'], input[type='email'], input[type='number'], select, textarea {
	font: 14px proxima-nova,Helvetica,Arial,sans-serif;
	padding: 8px;
	border-radius: 0;
	border: 2px solid #C2DAEF;
	width: 100%;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
input[type=submit] {
	font-size: 15px;
}
input[type=submit], button, a.button {
	font-family: proxima-nova,Helvetica,Arial,sans-serif;
	-webkit-appearance: none;
	border-radius: 999px;
	outline:0;
	background: none;
	display: inline-block;
	border: 2px solid #475B76;
	padding: 8px 30px;
	font-weight: 600;
	cursor: pointer;
}
input[type=submit]:hover, button:hover, a.button:hover {
	background: #475B76;
	color: white;
}

input[type='number'] { -moz-appearance:textfield; }
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

.gform_ajax_spinner {
	vertical-align: middle;
	margin: 0 8px;
}

.gform_wrapper ul, .gform_wrapper li {
	list-style: none;
	margin: 0;
	padding: 0;
}


/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */

.alignright {
	clear: right;
	float: right;
	margin: 0px 0px 20px 20px;
}

.alignleft {
	clear: left;
	float: left;
	margin: 0px 20px 20px 0px;
}

.wp-caption-text {
	font-style: italic;
	font-size: 11px;
	line-height: 16px;
	margin-top: 3px;
}

button.mfp-close, button.mfp-close:hover { background: transparent !important; }

a {-webkit-tap-highlight-color:#9ce2ff;}
::-moz-selection{background: #9ce2ff !important;}
::selection {background: #9ce2ff !important;}

::-webkit-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; }
::-moz-placeholder { color: #999; }
:-ms-input-placeholder { color: #999; }

.stellar {
	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}


/* ------------------------------------
MEDIA QUERIES
------------------------------------ */

@media screen and (max-width:1400px) {
	
	.content.home_bird {
		padding-left: 50%;
	}
	.content.home_usps {
		background-size: 50% auto;
	}
	.content {
		padding: 40px 40px;
	}
	header ul.menu > li > a {
		font-size: 14px;
		padding: 40px 10px;
	}
	.blog .intro, .page-id-29 .intro {
		
	}
	a.article {
		width: 46%;
	}
	
}

@media screen and (max-width:1200px) {
	
	body {
		font-size: 15px;
		line-height: 28px;
	}
	h1, h2 {
		font-size: 40px;
		line-height: 50px;
	}
	h3 {
		font-size: 25px;
		line-height: 30px;
	}
	.intro {
		padding: 380px 100px 120px 60px;
	}
	.content.home_usps {
		background-image: none;
	}
	.home_usp {
		width: auto;
		max-width: none;
	}
	.intro, .home .intro {
		width: 500px;
		min-height: 500px;
		height: auto;
		padding: 200px 80px 40px 60px;
		margin-top: -180px;
	}
	.intro img, .home .intro img {
		position: absolute;
		left: 0;
		top: -50px;
		width: 400px;
	}
	.logo img {
		margin-top: 28px;
		width: 160px;
	}
	header ul.menu > li > a {
		font-size: 13px;
		padding: 42px 6px;
	}
	.blog .intro, .page-id-29 .intro {
		padding: 300px 100px 150px 40px;
	}
	.angled_top {
		-webkit-clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
	}
	.content.overlap::before {
		top: -145px;
		height: 150px;
		-webkit-clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
		pointer-events: none;
	}
	.blog .banner, .page-id-29 .banner {
		width: calc(100% - 300px);
	}
		
}

@media screen and (max-width:1023px) {
	
	.content.home_2col {
		padding-right: 80px;
	}
	header.main {
		padding: 0 20px;
	}
	.logo img {
		margin-top: 34px;
		width: 120px;
	}
	header ul.menu > li > a {
		font-size: 11px;
		padding: 44px 4px;
	}
	.cell {
		padding: 30px;
	}
	
}

@media screen and (max-width:767px) {
	
	.home_bird img, img.home_birdtail, .menu-footer-menu-container, header.main nav { display: none; }
	.nav_mobile, a.nav_toggle {
		display: block;
	}
	.nav_on header.main {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	h1, h2 {
		font-size: 33px;
		line-height: 40px;
	}
	header.main {
		height: 70px;
		padding: 0 20px;
	}
	.header_spacer {
		height: 70px;
	}
	.logo img {
		margin-top: 14px;
		width: 160px;
	}
	.intro {
		max-width: 380px;
		width: auto;
		height: auto;
		margin-top: -100px;
		padding: 0 20px 70px 20px;
		background-size: 380px 100%;
		background-position: -10px center;
		min-height: 420px;
	}
	.home .intro {
		max-width: none;
		width: auto;
		height: auto;
		margin-top: -100px;
		padding: 0 40px 70px 20px;
		background-size: 500px 100%;
		background-position: -20px center;
		min-height: 420px;
	}
	.intro_inner {
		max-width: 400px;
	}
	.intro img {
		position: static;
		margin: -45px 0 0 -120px;
		width: 280px;
	}
	.home .intro img {
		position: static;
		margin: -47px 0 0 -120px;
		width: 280px;
	}
	.content, .content.home_2col {
		padding: 20px;
	}
	.content.home_bird {
		padding: 20px;
	}
	.home_col {
		float: none;
		width: auto;
		margin: 0;
	}
	.content.home_usps {
		-webkit-clip-path: none;
		clip-path: none;
		padding-top: 23px;
	}
	.content.pre_footer {
		-webkit-clip-path: none;
		clip-path: none;
		padding-top: 23px;
		margin-top:0;
	}
	.home_usp {
		background-size: 40px auto;
		background-position: 0 35px;
		padding: 20px 0 0 60px;
	}
	footer {
		padding: 20px;
		text-align: center;
	}
	p.siteby {
		float: none;
	}
	.footer_col {
		width: auto;
		float: none;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.blog .intro, .page-id-29 .intro {
		
	}
	.col {
		float: none;
		width: auto;
		padding: 10px 0;
		text-align: center;
	}
	.cols {
		padding: 0;
	}
	.angled_top {
		-webkit-clip-path: polygon(0 20px, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 20px, 100% 0, 100% 100%, 0 100%);
		margin-top: 0 !important;
	}
	.image {
		height: 200px;
	}
	
	.row {
		display: block;
		padding: 20px;
		width: auto;
	}
	.row h3 {
		margin-top: 0;
	}
	.cell {
		width: auto !important;
		display: block;
		padding: 0;
	}
	.bio {
		width: auto;
		float: none;
		text-align: center;
	}
	img.headshot {
		width: 200px;
		margin-right: 0;
		float: none;
		border-radius: 999px;
	}
	.forms a.button {
		margin-top: 50px;
		margin-bottom: 20px;
	}
	.forms a.button img {
		height: 40px;
		top: -55px;
	}
	.gallery a {
		width: 33.333%;
		height: 33vw;
	}
	
	a.article {
		float: none;
		width: auto;
		margin: 0 0 40px 0;
	}
	.sidebar { display: none; }
	.blog_listing {
		float: none;
		width: auto;
		padding: 10px 20px;
	}
	
	.single .blog_content {
		padding: 30px;
	}
	.single .blog_intro {
		height: 200px;
	}
	.contact_left, .contact_right {
		float: none;
		width: auto;
	}
	.contact_detail {
		padding-left: 80px;
		background-size: 50px 50px;
	}
	.blog .banner, .page-id-29 .banner {
		width: calc(100% - 300px);
	}

}


























































