/**
 * 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; */
}

/************************* Style for Slider pro ends **********************/

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

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

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

/********* 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 #dddddd;
}

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

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

#featured_list {
  height: 330px;
  background: #000000;
  padding: 10px;
}

#featured_list ul li {
  display: block;
  border-bottom: 1px solid #333333;
}

#featured_list ul li:hover {
  cursor: pointer;
}

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

.featured-list-meta {
  color: #cccccc;
  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: #000000;
  cursor: pointer;
}

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

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

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #ffffff;
  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: #666666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #ffffff;
  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 boxes starts ******************************/

#boxes_container a,
#boxes_container a:hover {
  display: block;
  text-decoration: none;
}
.box-image-container  {
  text-align: center;
}

/************************** Style for boxes 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-captions {
  text-align: center;
  width: 100%;
  position: relative;
}

/******************** Style for Elastislide carousel ends **********************/

/*********************** Style for Callout starts ******************************/

#callout_container .btn p {
  margin: 0;
}

/* ==================================== Twitter ================================================== */

#twitter_text ul{
  margin: 0;
}
#twitter_text img {
  max-width: 48px;
  height: auto;
  margin-left: 10px;
}
#twitter_text .twitter-followers {
  float: left;
  clear: left;
  padding: 0;
  margin: 5px 0 0 10px;
  font-size: 8px;
  line-height: 1em
}

#twitter_text  ul {
  list-style: none;
}

#twitter_text  li {
  margin-bottom: 10px;
  padding: 10px 0;
}