/*
* simple theme
*/
.simple-mobile-theme.wp-posts-carousel { overflow: hidden; }
.simple-mobile-theme.wp-posts-carousel .wp-posts-carousel-slide { display: none; padding: 0; position: relative; }
.simple-mobile-theme.wp-posts-carousel.owl-loaded .wp-posts-carousel-slide { display: block; }
.simple-mobile-theme.wp-posts-carousel .wp-posts-carousel-container { border: 0; padding: 0px; transition: all 0.3s ease 0s; }
/*
* post's image
*/
.simple-mobile-theme.wp-posts-carousel .wp-posts-carousel-image { text-align: center; vertical-align: central; overflow: hidden; width:100%; background-color: #9e344b;}
.simple-mobile-theme.wp-posts-carousel .wp-posts-carousel-image a { display: inline-block; width: 100%; text-align: center; }
.simple-mobile-theme.wp-posts-carousel .wp-posts-carousel-image img {display: block; margin: 0 auto; width: auto; }
.simple-mobile-theme.wp-posts-carousel .wp-posts-carousel-image img.owl-lazy {opacity: 0;}
/*
* post's details
*/
.simple-mobile-theme.wp-posts-carousel .wp-posts-carousel-details { padding: 10px 30px 0 30px; background-color:#9e344b; height:180px; width: 100%;}
.simple-mobile-theme.wp-posts-carousel .wp-posts-carousel-title { text-align: left; font-size: 1em; text-transform: uppercase;}
.simple-mobile-theme.wp-posts-carousel .wp-posts-carousel-title a {color:#FFFFFF; }
.simple-mobile-theme.wp-posts-carousel .wp-posts-carousel-desc { display: none;}
.simple-mobile-theme.wp-posts-carousel .wp-posts-carousel-created-date { padding: 0; margin: 0;font-size: 12px; color: #fff; }
.simple-mobile-theme.wp-posts-carousel .wp-posts-carousel-categories { padding: 0; margin: 0; background: #eee; padding: 5px; font-size: 12px; position: absolute; top: 3px; left: 4px;  }
.simple-mobile-theme.wp-posts-carousel .wp-posts-carousel-buttons {  text-align: right; }
.simple-mobile-theme.wp-posts-carousel .wp-posts-carousel-buttons a { padding: 0px 15px; background-color: #ffffff; color:#9e344b; font-size:13px;}
.simple-mobile-theme.wp-posts-carousel .pnrl-subtitle {font-weight:300; text-transform: uppercase;}
/*
* tags
*/
.simple-mobile-theme.wp-posts-carousel .wp-posts-carousel-tags { font-size: 11px; }
.simple-mobile-theme.wp-posts-carousel .wp-posts-carousel-tags a { padding: 2px 10px; background: #fafafa; color: #666; line-height: 24px; text-decoration: none; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; transition: all 0.3s ease 0s; }
.simple-mobile-theme.wp-posts-carousel .wp-posts-carousel-tags a:hover { color: #6E95B6; }
/*
* controls
*/
.simple-mobile-theme.wp-posts-carousel .owl-controls { *height: 0; }
/*
* navigation*/

.simple-mobile-theme.wp-posts-carousel .owl-nav div:before  { font-family: "FontAwesome"; font-size: 8px; display: inline-block; content: '\f0d9'; }
.simple-mobile-theme.wp-posts-carousel .owl-nav .owl-next:before  { content: '\f0da'; float:right; margin-right:0;}
.simple-mobile-theme.wp-posts-carousel .owl-controls .owl-nav div  {font-size: 11px; color: #fff; text-align: left; text-decoration: none; display: block; width: 175px; height: 50px; line-height: 50px; margin: -20px 0 0; position: absolute; top: 91%; z-index: 10; overflow: hidden; cursor: pointer; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.simple-mobile-theme.wp-posts-carousel .owl-controls .owl-nav .owl-prev { left: 20px; padding: 0; width: 120px;}
.simple-mobile-theme.wp-posts-carousel .owl-controls .owl-nav .owl-next { right: 20px; padding: 0px; width: 93px;}

/*
* dots
*/
.simple-mobile-theme.wp-posts-carousel .owl-dots { margin-top:10px;text-align:center; }
.simple-mobile-theme.wp-posts-carousel .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; }
.simple-mobile-theme.wp-posts-carousel .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 0px 7px; 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; }
.simple-mobile-theme.wp-posts-carousel .owl-dots .owl-dot.active span { background: #869791; }
.simple-mobile-theme.wp-posts-carousel .owl-dots .owl-dot:hover span { transform: scale(1.3); }
