/**
 * Title: Elements css
 *
 * Description: Define style for elements
 *
 * Please do not edit this file. This file is part of the Cyber Chimps Framework and all modifications
 * should be made in a child theme.
 *
 * @category Cyber Chimps Framework
 * @package  Framework
 * @since    1.0
 * @author   CyberChimps
 * @license  http://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later)
 * @link     http://www.cyberchimps.com/
 */

/************************* Style for Slider pro starts **********************/
#slider img {
	width: 100% !important;
 /* height: auto; */
}

@media (min-width: 1024px) and (max-width: 1150px) {
	#slider img {
		max-height: 290px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	#slider img {
		max-height: 270px !important;
	}
}

@media (min-width: 600px) and (max-width: 767px) {
	#slider img {
		max-height: 260px !important;
	}
}

@media (min-width: 480px) and (max-width: 599px) {
	#slider img {
		max-height: 250px !important;
	}
}

@media (min-width: 320px) and (max-width: 480px) {
	#slider img {
		max-height: 240px !important;
	}
}
/************************* Style for Slider pro ends **********************/

/************************* Style for Featured post scroller starts **********************/

.featured-posts {
	margin-bottom: 20px;
}

.featured-posts-container {
	padding: 15px;
	border: 1px solid #DDD;	
}

/********* Left side starts *********/

.featured-posts #featured-post {
	height: 330px;
	overflow: hidden;
}

.featured-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#featured-post li {
	display: none;
}

#featured-post li img {
	float: left;
}

#featured-post li h2.title {
	width: 100%;
	padding-bottom: 10px;
	float: left;
	clear: left;
	border-bottom: 1px solid #ddd;
}

.featured-post-meta {
	float: right;
}

/********* Right side starts *********/

#featured-list {
	height: 330px;
	background: #000;
	padding: 10px;
}

#featured-list ul li {
	display: block;
	border-bottom: 1px solid #333;
}

#featured-list ul li:hover {
	cursor: pointer;
}

.featured-list-info h5 {
	font-size: 1em;
	color: #08c;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 3px;
	font-weight: bold;
}

.featured-list-meta {
	color: #ccc;
	font-size: 0.8em;
}

/********* Right side ends *********/

/************************* Style for Featured post scrollert ends **********************/

/************************** Style for lightbox starts ******************************/
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url("../images/slimbox/loading.gif") no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url("../images/slimbox/prevlabel.gif") no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url("../images/slimbox/nextlabel.gif") no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url("../images/slimbox/closelabel.gif") no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/************************** Style for lightbox ends ******************************/

/************************** Style for widgets starts ******************************/

#widget-boxes-container .box ul {
	margin-left: 0;
}

#widget-boxes-container .box ul li a {
	text-align: left;
}

/************************** Style for widgets ends ******************************/

/******************** Style for Elastislide carousel starts **********************/
.es-carousel-wrapper{
	box-shadow:none;
	padding:20px 22px;
	position:relative;
	margin-bottom: 20px;
}
.es-carousel{
	overflow:hidden;
	background:#transparent;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
	min-width:100px;
}
.es-carousel ul li a{
	display:block;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	height: auto;
	max-width:100%;
	min-width:100px;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:3px;
	background:transparent url("../images/nav.png") no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:3px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}
.carousel_caption {
	text-align: center;
	width: 100%;
	position: relative;
}
/******************** Style for Elastislide carousel ends **********************/
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
