
#caf-post-layout-container {
	width: 100%;
	max-width: 100%;
	padding: 20px 0;
	display: inline-block;
}

#manage-ajax-response {
	position: relative;
	width: 100%;
	min-height: 300px;
	flex: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.caf-post-layout-container .status {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 100%;
	z-index: 9999;
	display: none;
	left: 0;
}

.caf-post-layout-container .status i {
	top: 30%;
	position: relative;
	font-size: 45px;
	color: #f79918;
	background: #fff;
	border-radius: 50%;
	padding: 10px;
}

.caf-post-layout-container .status img {
	height: 220px;
}

.caf-post-layout-container .status.active {
	display: block;
	opacity: 1;
}

.error-caf {
	position: relative;
	width: 100%;
	flex: 100%;
	padding: 20px;
	background-color: #d65151;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
}

.error-of-empty-result.error-caf, .error-of-post-layout.error-caf {
	height: 100%;
	padding: 120px;
	width: 100%;
}

.error-of-missing-id.error-caf {
	display: inline-block;
	width: 100% !important;
	max-width: 100% !important;
}

.error-of-missing-id.error-caf a {
	color: #f7f7f7;
	text-decoration: underline;
}

.error-of-missing-id.error-caf a:hover {
	color: #dad9d9;
	text-decoration: underline;
}

.caf_mb-0 {
	margin-bottom: 0 !important;
}

.caf-mb-1 {
	margin-bottom: 5px !important;
}

.caf-mb-2 {
	margin-bottom: 10px !important;
}

.caf-mb-3 {
	margin-bottom: 15px !important;
}

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

.caf-mb-5 {
	margin-bottom: 25px !important;
}

.caf-mt-0 {
	margin-top: 0 !important;
}

.caf-mt-1 {
	margin-top: 5px !important;
}

.caf-mt-2 {
	margin-top: 10px !important;
}

.caf-mt-3 {
	margin-top: 15px !important;
}

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

.caf-mt-5 {
	margin-top: 25px !important;
}

.caf-pr-0 {
	padding-right: 0 !important;
}

.caf-pl-0 {
	padding-left: 0 !important;
}

.caf-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (min-width:769px) {
	.caf-col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.caf-col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.caf-col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.caf-col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width:768px) and (min-width:500px) {
	.caf-col-md-tablet3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.caf-col-md-tablet4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.caf-col-md-tablet6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.caf-col-md-tablet12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width:500px) {
	.caf-col-md-mobile3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.caf-col-md-mobile4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.caf-col-md-mobile6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.caf-col-md-mobile12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.caf-col-md-1, .caf-col-md-10, .caf-col-md-11, .caf-col-md-12, .caf-col-md-2, .caf-col-md-3, .caf-col-md-4, .caf-col-md-5, .caf-col-md-6, .caf-col-md-7, .caf-col-md-8, .caf-col-md-9 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}

.caf-animate-skew1 {
	transition: all 10s ease-out 10s;
	animation: skew 1s;
}

@keyframes skew {
	0% {
		transform: skewX(10deg);
	}
	
	100% {
		transform: skewX(-10deg 1s);
	}
}

@keyframes skew1 {
	0% {
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		transform: translate3d(354px, 0, 0);
	}
}

.caf-post-layout3 a {
	transition: all .15s linear;
	text-decoration: none !important;
}

.caf-post-layout3 a:focus {
	outline: 0 !important;
}

.caf-post-layout3 li {
	border: none;
	text-decoration: none;
	list-style: none;
}

.caf-post-layout3 .caf-post-section {
	width: 50%;
	display: inline-block;
}

.caf-post-layout3 .caf-main {
	width: 50%;
	display: inline-block !important;
	float: left;
}

.caf-post-layout3 .rb-about-inner {
	position: -webkit-sticky;
	position: sticky;
	top: 40%;
	display: inline-block;
	width: 100%;
	height: 80vh;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.caf-post-layout3 .about-social {
	z-index: 1;
	display: -webkit-flex;
	width: 100%;
	pointer-events: none;
	align-items: center;
	margin: auto;
	text-align: center;
	margin-top: 15px;
}

.caf-post-layout3 .about-social-inner {
	width: 100%;
}

.caf-post-layout3 .about-social i {
	background: #333 !important;
	margin-bottom: 10px;
	width: 30px;
	height: 30px;
	padding-top: 8px;
	border-radius: 23px;
}

.caf-post-layout3 .about-social a {
	font-size: 16px;
	color: #fff;
}

.caf-post-layout3 h2.about-intro {
	font-size: 38px;
}

.caf-post-layout3 {
	padding: 0;
	margin: 10px 1% !important;
	overflow: hidden;
	-webkit-box-shadow: 0 10px 6px -6px #000;
	-moz-box-shadow: 0 10px 6px -6px #000;
	box-shadow: 0 10px 6px -6px #000;
}

#caf-post-layout-container {
	width: 100%;
	max-width: 100%;
}

#caf-post-layout-container .caf-post-layout3 h2:before {
	display: none;
}

#caf-post-layout-container .caf-post-layout3 h1:before {
	display: none;
}

.caf-post-layout3 #manage-post-area {
	width: 100%;
	margin: auto;
	position: absolute;
	padding: 10px;
	bottom: 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, .62), rgba(255, 255, 255, 0));
}

.caf-post-layout3 .caf-featured-img-box {
	display: block;
	width: 100%;
	height: 400px;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center !important;
	webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.caf-post-layout3 .caf-featured-img-box:hover {
	webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.caf-post-layout3 #manage-post-area:hover .caf-featured-img-box {
	webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.caf-post-layout3 .caf-col-md-6 .caf-featured-img-box {
	height: 500px;
}

.caf-post-layout3 span.date.caf-pl-0 {
	font-weight: 700;
}

.caf-post-layout3 .caf-post-title {
	display: block;
	width: 100%;
	padding: 0 5px;
}

div.caf-post-layout3 .caf-featured-img-box:hover {
	opacity: .6;
}

.caf-post-layout3 .caf-post-title h2 {
	text-decoration: none;
	line-height: 28px;
	margin: 0;
	cursor: pointer;
	padding-bottom: 5px;
	font-weight: 600;
}

.caf-post-layout3 #manage-post-area:hover h2 {
	color: #f79918;
}

.caf-post-layout3 .caf-post-title a:hover {
	box-shadow: none;
}

.caf-post-layout3 .caf-meta-content-cats {
	display: block;
	width: 100%;
	color: #fff;
	padding-bottom: 5px;
}

.caf-post-layout3 .caf-meta-content-cats ul {
	display: inline-block;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
}

.caf-post-layout3 .caf-meta-content-cats li {
	display: inline-block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	line-height: normal;
}

.caf-post-layout3 .caf-meta-content-cats li a {
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0 5px;
	box-shadow: none;
	background: rgba(255, 255, 255, .79);
}

.caf-post-layout3 .caf-meta-content {
	padding: 0 8px;
}

.caf-post-layout3 span.author, .caf-post-layout3 span.comment, .caf-post-layout3 span.date {
	font-size: 12px;
	color: #fff;
	text-transform: capitalize;
}

.caf-post-layout3 .caf-content {
	display: block;
	padding: 5px;
	background: #fff;
	word-break: break-word;
}

.caf-post-layout3 .caf-content-read-more {
	display: block;
	background: #fff;
	padding: 5px;
}

.caf-post-layout3 a.caf-read-more {
	box-shadow: none;
	text-decoration: none;
	border: 1px solid #f79918;
	padding: 3px 12px;
	display: inline-block;
	font-size: 15px;
	margin-bottom: 5px;
	color: #333;
}

.caf-post-layout3 a.caf-read-more:hover {
	background: #f79918;
	color: #fff;
}

ul#caf-layout-pagination.post-layout3 {
	display: inline-block;
	list-style: none;
	margin: 15px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

ul#caf-layout-pagination.post-layout3 li {
	display: inline-block;
	line-height: normal;
	margin: 0;
	padding: 0;
}

ul#caf-layout-pagination.post-layout3 li a {
	text-decoration: none;
	background: #333;
	color: #fff;
	padding: 5px 14px;
	font-size: 16px;
	border-radius: 0;
}

ul#caf-layout-pagination.post-layout3 span.page-numbers.current {
	background: #fff;
	padding: 5px 10px;
	border-radius: 0;
	color: #333;
	position: relative;
	margin-right: 1px;
	font-size: 16px;
}

@media only screen and (min-width:992px) {
	.caf-post-layout3.caf-col-md-3 {
		-ms-flex: 0 0 23%;
		flex: 0 0 23%;
		max-width: 23%;
	}
	
	.caf-post-layout3.caf-col-md-4 {
		-ms-flex: 0 0 31.33%;
		flex: 0 0 31.33%;
		max-width: 31.33%;
	}
	
	.caf-post-layout3.caf-col-md-6 {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;
	}
}

@media only screen and (max-width: 768px) and (min-width: 500px) {
	.caf-post-layout3.caf-col-md-tablet3 {
		-ms-flex: 0 0 23%;
		flex: 0 0 23%;
		max-width: 23%;
	}
	
	.caf-post-layout3.caf-col-md-tablet4 {
		-ms-flex: 0 0 31.33%;
		flex: 0 0 31.33%;
		max-width: 31.33%;
	}
	
	.caf-post-layout3.caf-col-md-tablet6 {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;
	}
}

@media only screen and (max-width: 500px) {
	.caf-post-layout3.caf-col-md-mobile3 {
		-ms-flex: 0 0 23%;
		flex: 0 0 23%;
		max-width: 23%;
	}
	
	.caf-post-layout3.caf-col-md-mobile4 {
		-ms-flex: 0 0 31.33%;
		flex: 0 0 31.33%;
		max-width: 31.33%;
	}
	
	.caf-post-layout3.caf-col-md-mobile6 {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;
	}
}

a:focus {
	outline: 0 !important;
}

#caf-filter-layout1 li a {
	font-weight: 600;
}

ul.caf-filter-container.caf-filter-layout1 {
	padding: 0;
	text-align: center;
	margin: 0 !important;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

ul.caf-filter-layout1 li {
	display: inline-block;
	box-shadow: none;
	margin-bottom: 20px;
}

.caf-filter-layout1 a {
	background: #fff;
	padding: 7px 20px;
	margin: 0 10px;
	text-decoration: none !important;
	position: relative;
	transform: scale(1);
	transition: .15s all ease;
	color: #23282d;
	box-shadow: none !important;
	border-radius: 3px;
}

.caf-filter-layout1 a.active {
	background: #f79918;
	border-color: #f79918;
	color: #fff;
}

.caf-filter-layout1 a:hover {
	transform: scale(1.2);
}
