/* BLOG POSTS CSS */
.post-meta {
    margin-bottom: 30px;
}
.post-meta #breadcrumbs {
    display: block;
    margin-bottom: 10px;
}
.post-meta span{
    color: #4d4d4d !important;
    font-weight: 100;
}
#secondary .CTA-7 .wpb_single_image img {
    position: unset;
    margin: 0;
}
.post-content iframe {
    width: 100%;
}
.post-content .home-cta-main {
    padding-top: 0px;
}

@media screen and (max-width: 991px){
	body.post-template-default #primary.post-content{
		max-width: 100%;
		width: 100%;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	.post-content table {
		display: block;
		overflow-x: auto;
/* 		white-space: nowrap; */
		padding: 0;
		border: 0;
		height: auto;
	}
	.single-blog .post-title h1 {
		font-size: 35px;
		line-height: 1.2;
	}
	.post-content .home-cta-main .cta-button a{
		font-size: 22px;
	}
	.post-content figure, .post-content .wpb_video_widget.vc_video-el-width-80 .wpb_wrapper{
		width: 100%;
	}
	.post-content .ss-table, .post-content .ss-table tbody,
	.post-content .ss-table2, .post-content .ss-table2 tbody{
		width: 100% !important;
	}
	.post-content .ss-table tbody, .post-content .ss-table2 tbody{
		display: table;
	}
	
}
@media only screen and (max-width: 600px) {
    .post-content .videoWrapper1 iframe {
        position: unset;
        height: 300px;
    }
	.post-content .videoWrapper1 {
		position: unset;
        padding: 0;
        height: auto;
    }
}

/* Start of transferring code */
.single-blog h2 {
	margin-top: 45px!important;
	margin-bottom: 10px!important;
}

.single-blog h3 {
	margin-top: 45px!important;
	margin-bottom: 10px!important;
}

.single-blog .content-area article li {
	list-style: disc;
	font-size: 18px;
	color: #343a40;
	font-family: 'Open Sans';
	font-weight: 100;
}

.single-blog h1 {
	color: #fff;
	font-size: 60px;
	line-height: 72px;
	font-weight: normal;
	font-family: "Open Sans";
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin: 0;
	position: relative;
	z-index: 2;
}

/* .single-blog p {
	color: rgb(77, 77, 77);
	display: block;
	font-size: 18px;
	font-weight: 100;
	line-height: 32px;
	word-wrap: break-word;
	-webkit-margin-after: 18px;
	-webkit-margin-before: 18px;
	-webkit-margin-end: 0px;
	-webkit-margin-start: 0px;
	margin-bottom: 15px;
	margin-top: 0;
	font-family: 'Open Sans';
} */

.single-blog h2 {
	color: #4e4c4c;
	font-size: 28px;
	font-family: 'Open Sans';
	margin-top: 36px;
	font-weight: 600;
	margin-bottom: 15px;
}

.single-blog h3 {
	color: #4e4c4c;
	font-size: 22px;
	font-family: 'Open Sans';
	margin-top: 36px;
	font-weight: 600;
	margin-bottom: 15px;
}

.single-blog strong, .single-blog b {
	font-weight: 600;
}

.single-blog article img{
	max-width: 100%;
	height: auto;
}

.single-blog .site-content {
	padding-top: 0;
}

.single-blog .post-title h2 {
	color: #fff;
	font-size: 60px;
	line-height: 72px;
	font-weight: normal;
	font-family: "Open Sans";
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin: 0;
	position: relative;
	z-index: 2;
}

.single-blog .post-title{
	background-color: #999;
	color: #fff;
	padding: 135px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-bottom: 50px;
}

.single-blog .post-title::after{
	content: " ";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	top: 0;
}

.footer-copyright p {
    color: #fff!important;
}

.general-info {
	background: #cdcdcd;
	padding: 20px;
	line-height: 1.2;
	margin-top: 40px;
}

.postid-227  table, th, td {
	font-family: "Open Sans" !important;
	font-weight: 300;
	border: 1px solid #A9A9A9;
	padding:10px;
}

.postid-227  th {
	font-weight: 600;
}

#post-227 ul {
	list-style: disc;
}

.single-post .meta-container {
	margin-bottom: 30px;
}

.single-post .meta-container > span {
	display: block;
	color: #4d4d4d!important;
	font-weight: 100;
}

.author-box {
	background: #f6f6f6;
	padding: 40px 20px 20px;
	margin-top: 40px;
}

.author-box .fa-linkedin {
	background: #0072b1;
	color: #FFF;
	padding: 5px 7px;
	font-size: 15px;
	border-radius: 4px;
	margin-left: 13px;
	display: inline-block;
	vertical-align: text-bottom;
}

.author-box h3 {
	display: inline-block;
	line-height: 1;
	margin-top: 0;
}
.author-box  h3 a {
	color: #4e4c4c;
	font-size: 22px;
	font-family: 'Open Sans';
	margin-top: 36px;
	font-weight: 600;
	margin-bottom: 15px;
}

.author-box p {
	line-height: 1.6;
	font-size: 16px;
}

.author-box .position {
	display: block;
}

/* End of transferring code */