html,
body {
	padding: 38px 0px 0px 0px;
	margin: 0px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2px;
	line-height: 1.8em;
	scroll-behavior: smooth;
	color: #1b1b1b;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	color: #fff;
	background: #da0903;
}

::-webkit-selection {
	color: #fff;
	background: #da0903;
}

::-o-selection {
	color: #fff;
	background: #da0903;
}

::-moz-selection {
	color: #fff;
	background: #da0903;
}

.blog-post-shaylan {
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

.blog-post-single .blog-post-content  > img{
	margin: 5px 25px 20px 0px;
	max-width: 100%;
}


.post-title {
	font-size: 1.3em;
	letter-spacing: 3.5px;
	font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	color: #111;
	text-transform: uppercase;
	margin: 0;
	font-weight: 500;
	line-height: 1.1;
	display: inline-block;
	max-width: 45%;
}

.mb-20 {
	margin-bottom: 20px!important;
}

.mb-50 {
	margin-bottom: 50px!important;
}

.mt-20 {
	margin-top: 20px!important;
}

.mt-50 {
	margin-top: 50px!important;
}

.col-50-a-100 {
	width: 50%;
	float: left;
	/* display: inline-block; */
}

.blog-post-content {
	text-align: justify;
	color: #1b1b1b;
	font-weight: 400;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2px;
	line-height: 1.8em;
	max-width: 100%;
	overflow: hidden;
}

.blog-post-shaylan ul.flat-list{
	padding: 0;
	padding-left: 15px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	color: #1b1b1b;
}

.blog-post-shaylan ul.flat-list > li{
	margin-bottom: 5px;
}


.sh-md-6 {
	width: 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.asdfasdfasdfsadfas {
display: flex;
}

.asdfasdfasdfsadfas > div {
	padding: 10px;
	flex: 1;
}

.asdfasdfasdfsadfas img {
	width: 100%!important;
	height: auto;
}

@media (max-width: 767px){
	.asdfasdfasdfsadfas {
		flex-wrap: wrap;
	}
	
	.hidden-xs {
		display: none;
	}
	.sh-md-6 {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0px;
	}
	.col-50-a-100 {
		width: initial;
		display: block;
	}
	.post-title {
		max-width: 100%;
	}
}
