/*
Theme Name: Dicot
Description: Used to style the post carousel and featured content powered by Owl carousel.
*/

/**
 * Owl Carousel Skin
 */

/*--------------------------------------------------------------
Featured Content
--------------------------------------------------------------*/
.featured-content-wrapper {
	border-bottom: 1px solid #f5f5f5;
	margin: 0 0 50px;
	padding: 0;
}

/* Featured Content Loader */
.featured-content-wrapper.featured-content-loader {
	max-height: 90px;
	overflow: hidden;
}
.featured-content-spinner {
	background-color: #333;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	-webkit-animation: featured-content-scaleout 1.0s infinite ease-in-out;
	animation: featured-content-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes featured-content-scaleout {
	0% {
		-webkit-transform: scale(0.0)
	}
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}
@keyframes featured-content-scaleout {
	0% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 100% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

/* Featured Content Container */
.featured-content-wrapper .dicot-featured-content {
	opacity: 0;
}

/* Featured Content Data */
.featured-content-wrapper .img-featured-content {
	margin: 0 0 15px;
	padding: 0;
	max-height: 263px;
}
.featured-content-wrapper .entry-header-featured-content {
	margin: 0 0 5px;
	padding: 0;
}
.featured-content-wrapper .entry-title-featured-content {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.featured-content-wrapper .entry-title-featured-content a,
.featured-content-wrapper .entry-title-featured-content a:visited {
	color: #020202;
}
.featured-content-wrapper .entry-title-featured-content a:hover,
.featured-content-wrapper .entry-title-featured-content a:focus,
.featured-content-wrapper .entry-title-featured-content a:active {
	color: #cd0215;
}
.featured-content-wrapper .entry-meta-featured-content {
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------
Featured Content Controls
--------------------------------------------------------------*/
.featured-content-wrapper .owl-controls {
	margin: 15px 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.featured-content-wrapper .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.featured-content-wrapper .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin: 5px;
}
.featured-content-wrapper .owl-dots .owl-dot.active span,
.featured-content-wrapper .owl-dots .owl-dot:hover span {
	background: #999;
}

/*--------------------------------------------------------------
Post Carousel
--------------------------------------------------------------*/
/* Post Carousel Loader */
.dicot-postcarousel-wrapper.postcarousel-loader {
	max-height: 100px;
	overflow: hidden;
}
.postcarousel-spinner {
	background-color: #333;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	margin: 35px auto;
	-webkit-animation: postcarousel-scaleout 1.0s infinite ease-in-out;
	animation: postcarousel-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes postcarousel-scaleout {
	0% {
		-webkit-transform: scale(0.0)
	}
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}
@keyframes postcarousel-scaleout {
	0% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 100% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

/* Post Carousel Container */
.dicot-postcarousel-wrapper .dicot-postcarousel {
	opacity: 0;
}

/* Post Carousel Items */
.dicot-postcarousel-wrapper .item {
	position: relative;
}
.dicot-postcarousel-wrapper .entry-header-postcarousel {
	margin: 0;
	padding: 10px 15px;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	background: rgba(0,0,0,0.5);
}
.dicot-postcarousel-wrapper .entry-title-postcarousel {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	-ms-word-wrap: break-word;
}
.dicot-postcarousel-wrapper .entry-title-postcarousel a,
.dicot-postcarousel-wrapper .entry-title-postcarousel a:visited {
	color: #fff;
}
.dicot-postcarousel-wrapper .entry-title-postcarousel a:hover,
.dicot-postcarousel-wrapper .entry-title-postcarousel a:focus,
.dicot-postcarousel-wrapper .entry-title-postcarousel a:active {
	color: #f2f2f2;
}


/*--------------------------------------------------------------
Post Carousel Controls
--------------------------------------------------------------*/
.dicot-postcarousel-wrapper .owl-controls {
	margin: 15px 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.dicot-postcarousel-wrapper .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.dicot-postcarousel-wrapper .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin: 5px;
}
.dicot-postcarousel-wrapper .owl-dots .owl-dot.active span,
.dicot-postcarousel-wrapper .owl-dots .owl-dot:hover span {
	background: #999;
}

/*--------------------------------------------------------------
Owl Carousel Media Queries
--------------------------------------------------------------*/
/* For Medium Devices */
@media screen and ( min-width: 992px ) and ( max-width: 1199px ) {

	/* Featured Content */
	.featured-content-wrapper .entry-title-featured-content {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.featured-content-wrapper .entry-meta-featured-content {
		font-size: 12px;
		font-size: 1.2rem;
	}

	/* Post Carousel */
	.dicot-postcarousel-wrapper .entry-title-postcarousel {
		font-size: 12px;
		font-size: 1.2rem;
	}

}

/* For Small Devices */
@media screen and ( min-width: 768px ) and ( max-width: 991px ) {

	/* Featured Content */
	.featured-content-wrapper {
		margin: 0 0 40px;
		padding: 0 20px;
	}
	.featured-content-wrapper .entry-title-featured-content {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.featured-content-wrapper .entry-meta-featured-content {
		font-size: 12px;
		font-size: 1.2rem;
	}

	/* Post Carousel */
	.dicot-postcarousel-wrapper .entry-title-postcarousel {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.site-footer-widgets .dicot-postcarousel-wrapper .entry-title-postcarousel {
		font-size: 10px;
		font-size: 1.0rem;
	}

}

/* For Phablet Devices */
@media screen and ( min-width: 600px ) and ( max-width: 767px ) {

	/* Featured Content */
	.featured-content-wrapper {
		margin: 0 0 40px;
		padding: 0 20px;
	}
	.featured-content-wrapper .entry-title-featured-content {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.featured-content-wrapper .entry-meta-featured-content {
		font-size: 12px;
		font-size: 1.2rem;
	}

}

/* For Phablet Devices: Minor Tweaks */
@media screen and ( min-width: 600px ) and ( max-width: 640px ) {

	/* Featured Content */
	.featured-content-wrapper .entry-title-featured-content {
		font-size: 14px;
		font-size: 1.4rem;
	}

}

/* For Extra Small Devices */
@media screen and ( min-width: 360px ) and ( max-width: 599px ) {

	/* Featured Content */
	.featured-content-wrapper {
		margin: 0 0 40px;
		padding: 0 20px;
	}
	.featured-content-wrapper .entry-title-featured-content {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.featured-content-wrapper .entry-meta-featured-content {
		font-size: 12px;
		font-size: 1.2rem;
	}

}

/* For Very Extra Samll Devices */
@media screen and ( max-width: 359px ) {

	/* Featured Content */
	.featured-content-wrapper {
		margin: 0 0 40px;
		padding: 0 2px;
	}
	.featured-content-wrapper .entry-title-featured-content {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.featured-content-wrapper .entry-meta-featured-content {
		font-size: 12px;
		font-size: 1.2rem;
	}

}