@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext';
@import 'https://fonts.googleapis.com/css?family=Slabo+27px&subset=latin-ext';
@import  "css/bootstrap.min.css";

@import  "css/l.css";

/*

	Cele Mai Frumoase Carti 

	Author: Horea Piper	

*/
/* FONT IMPORT */
/* BOOTSTRAP IMPORTS */
/* SOFIA PRO FONT IMPORT */
/* BASIC STYLINGS */
*,html {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #000;
}

.container {
    max-width: 1366px;
    width: 100%;
    padding: 0 80px;
    margin: 0 auto;
}

header {
    padding: 65px 0 30px;
    margin: 0 0 30px;
}

footer {
    text-align: center;
    font-size: 12px;
    line-height: 2;
    margin: 70px 0 0;
}

p{
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

p a{
	color: #000;
	text-decoration: underline;
	transition: all .3s ease-in-out; 
}

p a:hover{
	color: #f44336;
}

/* MAIN Layout */
/* HEADER */
.csm-site-header {
    position: relative;
}

.mobile-icon-wrapper,.mobile-sidebar-wrapper {
    display: none;
}

.logo-container {
    max-width: 215px;
    color: transparent;
    font-size: 0;
    line-height: 0;
    z-index: 2;
    position: absolute;
    top: 70px;
    left: -40px;
    margin-left: 30px;
}

.logo-container img{
    max-width: 107px;
}

.csm-site-nav {
    text-align: center;
    padding: 70px 0 25px;
}

.csm-site-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top:30px;
}

.csm-site-nav ul li {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.csm-site-nav ul li a {
    display: block;
    color: #000;
    font-size: 16px;
    padding: 0 20px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2.4px;
}
.csm-site-nav .sub-menu a{
    font-size: 12px;
}

.csm-site-nav ul ul {
    display: none;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 12px;
    /*width: 100%;*/
    padding: 10px 0;
    z-index: 999;
    background: #000;
}

.csm-site-nav ul ul li a{
    color : #fff;
    text-decoration: none;
}

.csm-site-nav ul ul li {
    display: block;
    margin: 5px 0;
}

.current_page_item a{
	text-decoration: underline;
}

.top-left-content {
    position: absolute;
    top: 240px;
    left: -35px;
    z-index: 99;
    background: #fff;
    padding: 40px;
    max-width: 230px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 2;
}

.top-left-secondary-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-left-secondary-menu ul li a {
    color: #000;
}

.page-id-50 .breadcrumbs{
    display: none;
}

.breadcrumbs{
    margin-bottom: 20px;
}

.breadcrumbs > span:after{
    content: "/";
    display: inline-block;
    color: #f44336;
    margin: 0 3px;
}

.breadcrumbs > span:last-child:after{
    display: none;
}

.csm-site-nav ul li:hover ul {
    display: block;
}

/* FOOTER */
.csm-site-footer {
    padding: 75px 0 115px;
    border-top: 1px solid #000;
    text-transform: uppercase;
}

.csm-site-footer a {
    color: #000;
}

.csm-footer-nav ul {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    font-family: ;
}

.csm-footer-nav ul li {
    display: block;
}

.csm-footer-nav ul li a {
    font-weight: 500;
    color: #000;
    font-size: 12px;
}

/*CUSTOM FEATURED SLIDER STYLINGS*/
.container .smooth_slider {
    overflow: hidden;
    max-height: 718px;
    position: relative;
    padding: 0;
    width: calc(100% - -160px);
    margin-left: -80px;
}

.smooth_slider .smooth_slideri {
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.smooth_slider .smooth_sliderb {
    height: 100%;
}

.blog-page-slider-wrapper .smooth_slider .smooth_slideri {
    height: 100% !important;
}

.container .blog-page-slider-wrapper .smooth_slider {
    width: 100%;
    margin-left: 0;
    font-family: "Open Sans", Arial, sans-serif !important;
    min-height: 833px !important;
}

.container .blog-page-slider-wrapper .smooth_slider .smooth_prev {
    left: 15px;
}

.container .blog-page-slider-wrapper .smooth_slider .smooth_next {
    right: 15px;
}

.blog-page-slider-wrapper .smooth_slider h2 {
    max-width: 85%;
}

.blog-page-slider-wrapper .smooth_sliderb:after {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 140px;
    background: #f3f3f3;
    content: "";
    width: 15%;
    z-index: 1;
}

.smooth_slideri a img.smooth_slider_thumbnail {
    max-width: none !important;
    width: auto !important;
    min-width: 100%;
    height: 718px;
    max-height: 718px !important;
    border: 0 !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.smooth_slider h2 {
    max-width: 41%;
    position: relative;
    margin: 0 auto !important;
    top: 60px;
}

.smooth_slider h2 a {
    max-width: 100%;
    z-index: 9999;
    display: inline !important;
    line-height: 60px !important;
    padding: 0 15px !important;
    font-family: 'Open Sans',sans-serif !important;
    font-weight: 300 !important;
    background: #fff;
    font-size: 45px !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.smooth_slider .smooth_slider_thumbnail {
    position: absolute;
}

.smooth_slider .smooth_slider_eshortcode {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 118px;
    background: #fff;
    color: #000;
    border: none !important;
}

.container .smooth_slider .smooth_prev {
    width: 44px;
    height: 44px;
    left: 80px;
    background: url(images/slider_nav_prev.png);
}

.container .smooth_slider .smooth_next {
    width: 44px;
    height: 44px;
    right: 80px;
    background: url(images/slider_nav_next.png);
}

.blog-page-slider-wrapper {
    max-width: 824px;
    margin: 0 auto;
    position: relative;
}

.blog-page-slider-wrapper .smooth_slider span {
    overflow: hidden;
    margin: 0;
    line-height: 24px !important;
    position: absolute;
    left: 0;
    z-index: 999;
    bottom: 0;
    font-weight: 500 !important;
    width: 85%;
    display: block;
    font-size: 18px !important;
    line-height: 24px;
    background: #fff;
    padding: 30px 30px 110px 118px;
    font-family: "Open Sans",Arial ,sans-serif !important;
}

.blog-page-slider-wrapper .smooth_slider .csm-post-social-inslide {
    left: 7.5%;
}

.blog-page-slider-wrapper .smooth_slider span.csm-share-trigger {
    position: initial;
    width: auto;
    font-weight: 400 !important;
    font-size: 12px !important;
    padding: 0;
}

.blog-page-slider-wrapper .smooth_slider p.smooth_more {
    margin: 0;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 118px;
    z-index: 999;
    top: auto;
}

.blog-page-slider-wrapper .smooth_slider p.smooth_more a {
    color: #000 !important;
    font-size: 12px;
    border: 2px solid #000;
    display: inline-block;
    padding: 10px 14px;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-family: "Open Sans",Arial ,sans-serif !important;
    transition: all .3s ease-in-out;
}

.blog-page-slider-wrapper .smooth_slider p.smooth_more a:hover{
    background: #f44336;
    color: #fff !important;
    border-color: #f44336;
}

.csm-post-social-inslide {
    position: absolute;
    top: 21px;
    left: 29.5%;
    background: #fff;
    display: block;
    max-width: 294px;
    padding: 7px 17px;
    width: 100%;
    overflow: hidden;
}

.csm-post-social-inslide:after {
    content: "";
    clear: both;
}

.csm-post-social-inslide p.csm-the-pos-date {
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
}

.csm-post-social-inslide .csm-share-trigger {
    display: inline-block;
    float: right;
    font-weight: 500 !important;
    font-size: 12px;
    cursor: pointer;
    line-height: 24px;
    margin: 0;
}

.csm-post-social-inslide .moneyshot .ssba img,.container .rpwwt-widget ul li .ssba img,.container .csm-featured-social-wrapper .ssba img {
    width: 18px !important;
    min-height: auto !important;
    position: initial !important;
    transform: translate(0%,0%) !important;
}

.csm-post-social-inslide .moneyshot .ssba a,.container .rpwwt-widget ul li .ssba a,.container .csm-featured-social-wrapper .ssba a {
    display: inline-block;
    margin: 0 2px;
}

.csm-post-social-inslide .moneyshot {
    display: none;
    float: right;
    background: #fff;
    transition: all .3s ease-in-out;
}

.csm-post-social-inslide .moneyshot.slide-in {
    margin-right: -50px;
}

.primary-sidebar {
    max-width: 824px;
    margin: 100px auto 0;
    position: relative;
    z-index: 9;
}

.simple-page-wrppper{
	max-width: 800px;
	margin: 0 auto;
}

.csm-post-meta-wrapper {
    padding: 30px 40px;
    position: relative;
}

.csm-post-meta-wrapper p.csm-left-post-date {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
}

.csm-post-meta-wrapper h3 {
    font-family: "Open Sans",Arial ,sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin: 30px 0;
}

.csm-post-meta-wrapper h3 a {
    color: #000;
}

.csm-post-meta-wrapper h3 a:hover {
    text-decoration: none;
}

.csm-post-meta-wrapper h3:hover a span {
    border-bottom: 2px solid #f44336;
}

.csm-full-content-wrapper {
    position: relative;
}

.csm-blog-cat-menu {
    background: #000;
    width: 192px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 40px 14px;
}

.csm-blog-cat-menu a {
    display: block;
    color: #fff;
    text-transform: uppercase !important;
    font-size: 12px !important;
    margin-bottom: 12px;
}

.primary-sidebar:before {
    display: block;
    content: "in AVIZIER";
    background: #f44336;
    color: #000;
    padding: 10px 15px;
    position: absolute;
    top: -45px;
    left: 0;
}

.container .rpwwt-widget ul li {
    margin: 0;
    list-style: none;
}

.container .rpwwt-widget ul li img {
    margin: 0;
    /*min-height: 100%;*/
    position: absolute;
    left: 50%;
    /*top: 50%;*/
    float: none;
    transform: translate(-50%, 0);
    width: 100% !important;
    /*height: 250px !important;*/
    /*max-width: none !important;*/
}

.rpwwt-widget ul li{
    max-height: 215px; 
}

.rpwwt-widget ul li:nth-child(odd) {
    background: #e8e8e8;
}

.rpwwt-widget ul li:nth-child(even) {
    background: #f3f3f3;
}

.csm-recent-fetured-wrapper {
    width: 50%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    height: 410px;
}

.recent-post-text-wrapper {
    padding: 30px 40px;
    width: 40%;
    margin-left: -5px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
}
.recent-post-text-wrapper a{
    text-decoration: none;
}

.container .rpwwt-widget ul li:hover .rpwwt-post-title span {
    border-bottom: 2px solid #f44336;
}

.rpwwt-post-title {
    font-size: 18px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    display: block;
    margin: 24px 0;
}

.rpwwt-post-title:hover {
    text-decoration: none;
    color: #000;
}

.rpwwt-post-date {
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    font-family: "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
}

.csm-mid-share-trigger,.csm-featured-social-trigger {
    display: inline-block;
    float: right;
    font-size: 12px;
    cursor: pointer;
}

.csm-mid-posts-share,.csm-featured-social-wrapper {
    display: none;
    float: right;
    position: absolute;
    top: 74px;
    right: 90px;
}

.in-post-content-wrapper p.post-intro{
    font-weight: 300;
    font-size: 16px;
    font-family: "Open Sans", Arial, sans-serif;
    text-align: justify;
}
@media(max-width: 768px){
	.in-post-content-wrapper{
		padding: 15px;
	}
}

.in-post-content-wrapper p{
    font-weight: 300;
}

.wp-caption{
    max-width: 824px;
    margin: 50px auto;
    margin-left: -128px;
}

.wp-caption img{
    max-width: 824px;
    height: auto !important;
}

p.wp-caption-text{
    font-size: 12px;
    margin: 10px 0;
    color: #999;
}

.featured-post-tags {
    color: #f44336;
    font-weight: 500;
    font-size: 12px;
}

.featured-post-tags a {
    text-transform: uppercase;
    color: #f44336;
}

.books-listing-title {
    margin: 0 auto 100px;
    text-align: left;
    max-width: 510px;
}

.books-listing-title span {
    font-size: 45px;
    line-height: 60px;
    color: #000;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 300;
    display: inline;
    background: #f3f3f3;
}

.books-post-wrapper {
    width: 20%;
    display: inline-block;
    margin: 0 -4px 30px 0;
    vertical-align: top;
    padding: 0 15px;
}

.books-post-wrapper h2,.books-post-wrapper h3 {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0 0;
}

.books-post-wrapper h2 a,.books-post-wrapper h3 a {
    color: #000;
}

.books-post-wrapper img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
}

.posts-from-books-home {
    margin: 75px 0 0;
}

.posts-from-books-home h2 {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 77px;
}

.complete-books-list {
    text-align: center;
}

/* BLOG PAGE STYLINGS */
.blog-post-listing-wrapper {
    max-width: 794px;
    margin: 0 auto;
}

.post-featured-image-wrapper {
    height: 250px;
    position: relative;
    overflow: hidden;
}

.post-featured-image-wrapper img {
    height: 100%;
    max-height: 100%;
    width: auto !important;
    position: absolute;
    min-width: 427px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.blog-post-wrapper:nth-child(odd) {
    background: #e8e8e8;
}

.blog-post-wrapper:nth-child(even) {
    background: #f3f3f3;
}

.csm-single-post-wrapper {
    max-width: 824px;
    margin: 0 auto;
    position: relative;
}

.csm-in-post-banner {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0 0 80px;
}

.csm-in-post-banner img {
    position: absolute;
    width: auto;
    /* min-width: 100%; */
    height: auto;
    /* min-height: 100%; */
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%,0%);
    z-index: 1;
    width: 100%;
}

.in-post-title-date-wrapper {
    position: absolute;
    top: 15px;
    left: 120px;
    z-index: 2;
}

.in-post-title-date-wrapper h2 {
    font-weight: 300;
    padding: 0 15px;
    max-width: 400px;
    display: block;
    margin: 0 0 0 -15px;
    line-height: 41px;
}

.in-post-title-date-wrapper h2 span {
    background: rgba(255,255,255,0.9);
    display: inline;
    max-width: 100%;
    padding: 0 15px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.csm-in-post-meta-wrapper {
    background: rgba(255,255,255,0.9);
    position: relative;
    max-width: 300px;
}

.csm-in-post-meta-wrapper .csm-featured-social-trigger {
    padding: 15px;
}

.csm-in-post-meta-wrapper .csm-featured-social-wrapper {
    top: 9px;
    right: 70px;
}

.csm-in-post-meta-wrapper .ssba a {
    display: inline-block;
    margin: 0 2px;
}

.csm-in-post-meta-wrapper .ssba a img {
    max-width: 20px;
}

.in-post-title-date-wrapper p {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 15px;
    display: inline-block;
}

.in-post-content-wrapper {
    max-width: 588px;
    margin: 0 auto;
}

.in-post-content-wrapper p img {
    max-width: 824px;
    height: auto;
    margin: 50px auto;
    margin-left: -118px;
}

.in-post-tags {
    color: #f44336;
    font-size: 12px;
    margin-top: 30px;
}

.in-post-tags a {
    color: #f44336;
    margin: 0 2px;
    display: inline-block;
}

.in-post-social-section {
    text-align: center;
    margin: 70px 0 80px;
}

.in-post-social-section h4 {
    font-size: 18px;
    margin: 0 0 40px;
}

.in-post-social-section img {
    max-width: 34px;
}

.in-post-social-section a {
    display: inline-block;
    margin: 0 5px;
}

/*INDEX CARTILE*/
.books-cat-wrapper h4,.books-cat-wrapper {
    margin: 0 0 80px;
}

.books-cat-wrapper h4 {
    text-align: center;
}

/*CARTE INDIVIDUALA*/
.csm-single-book-wrapper {
    max-width: 750px;
    margin: 0 auto;
}

.csm-single-book-wrapper h2 {
    font-size: 45px;
    font-weight: 300;
    font-family: "Open Sans", Arial,sans-serif;
    line-height: 62px;
    margin: 0 0 50px 15px;
}

.csm-single-book-wrapper h2 span {
    background: #f3f3f3;
    display: inline;
    padding: 0 15px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

span.controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.controls a {
    display: inline-block;
}

.controls a.prevBtn,.controls a.nextBtn {
    background-color: #eceff1;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-indent: -99999px;
    transition: all .3s ease-in-out;
}

.controls a.prevBtn:hover,.controls a.nextBtn:hover {
    background-color: #f44336;
}

.controls a.prevBtn {
    float: left;
    background-image: url(images/book-gallery-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.controls a.nextBtn {
    float: right;
    background-image: url(images/book-gallery-next.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#gallery-1 {
    position: relative;
}

.numericControls {
    list-style: none;
    float: right;
    margin-top: 50px;
    margin-right: -30px;
}

.numericControls:after {
    content: "/5";
    display: inline-block;
    font-size: 12px;
}

.numericControls li {
    display: none;
    font-size: 12px;
}

.numericControls li a {
    color: #000;
}

.numericControls li.current {
    display: inline-block;
}

.gallery-size-full {
    margin: 0 auto;
}

//.post-meta {
    background: #fff;
    margin-top: -140px;
    position: relative;
    list-style: none;
    max-width: 324px;
    z-index: 99;
    padding: 20px;
    font-weight: 300;
}

//.post-meta li span {
    display: block;
    font-weight: 500;
}

.wpb_gallery{
	max-width: 500px;
    margin: 0 auto 35px;
}

.flexslider .slides img{
    height: auto !important;
}

.books-content {
    font-weight: 300;
}

.books-content strong {
    font-weight: 500;
}

.in-book-share {
    margin: 60px 0;
    padding: 0 0 80px;
    border-bottom: 2px solid #000;
}

.in-book-share h4 {
    margin: 0 auto 40px;
}

.in-book-share img {
    max-width: 34px;
}

.in-book-share .ssba a {
    display: inline-block;
    margin: 0 5px;
}

.complete-books-list a,.csm-load-more-btn {
    border: 2px solid #000;
    padding: 10px 30px;
    font-size: 12px;
    margin-top: 80px;
    display: inline-block;
    color: #000;
    background: #fff;
    transition: all .3s ease-in-out;
    outline: none;
}

.complete-books-list a:hover,.csm-load-more-btn:hover {
    color: #fff;
    background: #f44336;
    border-color: #f44336;
}

body .flexslider{
    box-shadow: none;
}

.csm-load-more-btn {
    margin: 80px auto 0;
    display: inherit;
}

.breadcrumbs a {
    color: #000;
}

.main-page-title {
    margin: 0 auto 100px;
    text-align: left;
    max-width: 510px;
    font-weight: 300;
}

.main-page-title span {
    font-size: 45px;
    line-height: 60px;
    color: #000;
    font-family: "Open Sans", Arial,sans-serif;
    font-weight: 300;
    display: inline;
    background: #f3f3f3;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

img.aligncenter {
    display: flex;
    margin: 0 auto 40px;
    max-width: 100%;
    height: auto;
}

/* SEARCH RESULTS PAGE */
.serch-article {
    display: block;
    margin: 0 auto 10px;
    max-width: 60%;
    padding: 0 0 40px;
    /*border-bottom: 2px solid #000;*/
}
.serch-article .row{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.serch-article .row .col-md-8{
    flex: 1;
}
.serch-article h4, .serch-article a{
    margin-top: 0;
    color: #000 !important
}
.serch-article .post-cat{
    color: #f44336;
    position: absolute;
    bottom: 0;
}

.serch-article .post-meta {
    position: initial;
    margin: 0;
    background: transparent;
    max-width: 100%;
    padding: 10px 0;
    display: block;
}

.search-read-more {
    color: #000;
    font-size: 12px;
    border: 2px solid #000;
    display: inline-block;
    padding: 10px 14px;
    text-decoration: none;
    font-weight: 500;
    font-family: "Open Sans", Arial,sans-serif;
    background: transparent;
    transition: all .3s ease-in-out;
}

.search-read-more:hover {
    text-decoration: none;
    color: #fff;
    background: #f44336;
    border-color: #f44336;
}

.serch-article h4 a {
    color: #f44336;
}

/* HEADER SEARCH FORM */
.csm-top-search {
    position: absolute;
    top: 65px;
    right: 15px;
    font-weight: 300;
    font-size: 12px;
}

.csm-top-search input[type=search] {
    border: none;
    border-bottom: 2px solid transparent;
    text-align: right;
    font-weight: 300 !important;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.csm-top-search input[type=search]:focus {
    border-color: #000;
    outline: none;
}

.csm-top-search button.search-submit {
    background: #000 url(images/search-icon.png) center center no-repeat;
    border: none;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
}

.csm-top-search button.search-submit:hover {
    background-color: #f44336;
}

.vc_row {
    margin-bottom: 40px;
}

.in-page-btn{
	display: inline-block;
	padding: 10px 15px;
	color: #000;
	border: 2px solid #000;
	transition: all .3s ease-in-out;
	background: #fff;
	text-decoration: none !important;
}

.in-page-btn:hover{
	color: #fff;
	border-color: #f44336;
	background: #f44336;
	text-decoration: none;
}


.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before{
    content: "" !important;
}

body .flex-direction-nav .flex-prev,
body .flexslider:hover .flex-prev{
    left: -70px;
    opacity: 1;
}

body .flex-direction-nav .flex-next,
body .flexslider:hover .flex-next{
    opacity: 1;
    right: -70px;
}

body .flex-direction-nav a{
    top: 0;
    margin: 0;
    width: 44px;
    height: 44px;
}

body div.pp_overlay{
    background: #fff;
    opacity: 1 !important;
}

div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right, div.pp_default .pp_top, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_right{
    height: 0px !important;
}

div.pp_default .pp_content_container .pp_left{
    padding: 0 !important;
}

div.pp_default .pp_content_container .pp_right{
    background:  transparent !important; 
}

div.pp_default .pp_expand{
    display: none !important;
}

a.pp_close{
    position: fixed !important;
    top: 40px !important;
    right: 40px !important;
    background: url('http://celemaifrumoasecarti.ro/wp-content/themes/cmfc/images/close-the-modal.png') !important;
}

a.pp_play{
    display: none;
}

div.pp_default .pp_nav{
    width: 100% !important
}

body div.pp_default .pp_nav .currentTextHolder{
    left: 50%;
    right: 50%;
    margin-left: -20px;
    float: none;
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: normal;
}

body div.pp_default a.pp_arrow_next{
    float: right;
    left: auto;
    right: 10px;
}

body div.pp_default a.pp_arrow_next{
    background: url('images/book-gallery-next.png') no-repeat center center !important;
    background-size: 100%;
}

body div.pp_default a.pp_arrow_previous{
    background: url('images/book-gallery-prev.png') no-repeat center center !important;
    background-size: 100%;
}

body a.pp_next, body a.pp_previous{
    background: transparent !important;
}

.flex-direction-nav a:before{
    background: url('images/book-gallery-prev.png') no-repeat center center;
    background-color: #eceff1;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.flex-direction-nav a.flex-next:before{
    background: url('images/book-gallery-next.png') no-repeat center center;
    background-color: #eceff1;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.flex-direction-nav a:hover:before{
    background-color: #f44336; 
}

body .wpb_gallery .wpb_flexslider .flex-control-nav{
    bottom: auto;
    top: 30px;
    margin-top: 15px;
    right: -55px;
}

body .flex-control-nav{
    width: 44px;
}

body .flex-control-nav li{
    margin: 0 3px;
}

body .flex-control-nav li a{
    background: transparent;
    text-indent: 0;
    color: #000;
    box-shadow: none;
}

body .flex-control-nav li a{
    display: none;
}

body .flex-control-nav li a.flex-active,
body .flex-control-nav li:last-child a{
    display: block;
    background: transparent;
    font-size: 12px;
    position: absolute;
}

body .flex-control-nav li a.flex-active{
    right: 10px;
}

body .flex-control-nav li:last-child a{
    right: 0;
}

body .flex-control-nav li:last-child a:before{
    content: "/";
    display: inline-block;
}


body .flex-control-nav li a:hover{
    background: transparent;
}
#newsletter_form2{
    border: none !important;
}
.newsletter-api-form-theme2 .form-control{
    border-color: #000 !important;
}

@media ( max-width: 1024px ) {
    .container {
        padding: 0;
    }
    .csm-blog-cat-menu{
        display: none;
    }
    .page-id-10 img{
        max-width: 100%;
        height: auto;
    }

    .flexslider .slides img{
        height: auto !important;
    }

    header {
        padding: 60px 0 40px;
    }

    .csm-site-header {
        overflow: hidden;
    }

    .logo-container {
        position: initial;
    }

    .logo-container h1 {
        margin: 0;
    }

    .logo-container img {
        max-width: 80px !important;
    }

    .main-menu-wrapper,.top-left-content {
        display: none;
    }

    .mobile-icon-wrapper,.mobile-sidebar-wrapper {
        display: block;
    }

    .mobile-icon-wrapper {
        position: absolute;
        top: 60px;
        right: 15px;
        outline: none;
        z-index: 99;
        transition: all .2s ease-in-out;
    }

    .mobile-menu-icon:focus {
        outline: none;
    }

    .mobile-icon-wrapper.slide-to-left {
        right: 90%;
    }

    .mobile-menu-icon {
        background: url(images/mobile-menu-icon.png) no-repeat center center;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: none;
    }

    .mobile-sidebar-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        overflow: scroll;
        width: 83%;
        right: -100%;
        background: #000;
        padding: 65px 15px;
        z-index: 99;
        height: 100%;
        transition: all .4s ease-in-out;
    }

    .mobile-sidebar-wrapper.slide-in {
        right: 0;
    }

    .mobile-sidebar-wrapper a {
        color: #fff;
        font-size: 18px;
        line-height: 28px;
    }

    .mobile-sidebar-wrapper a:hover {
        text-decoration: none;
        color: #f44336;
    }

    .mobile-sidebar-wrapper ul {
        list-style: none;
    }

    .mobile-sub-items a,.mobile-secondary-links a {
        font-weight: 300;
        font-size: 12px;
        line-height: 24px;
        text-transform: uppercase;
    }

    .site-overlay {
        background: rgba(255,255,255,0);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 98;
        display: none;
        transition: all .5s ease-in-out;
    }

    .site-overlay.is-visible {
        background: rgba(255,255,255,0.8);
        display: block;
        bottom: 0;
        right: 0;
    }

    .mobile-search input[type=search] {
        border: 1px solid #fff;
        background: transparent;
        width: 100%;
        padding: 5px 10px;
        font-size: 12px;
        font-weight: 300;
        color: #fff !important;
    }

    .mobile-search form {
        position: relative;
    }

    .mobile-search label {
        width: 100%;
    }

    .mobile-search button {
        position: absolute;
        background: transparent url(images/search-icon.png) no-repeat center center;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        border: none;
        outline: none;
    }

    .mobile-cat-menu {
        background: #f44336;
        width: calc(100% - -30px);
        margin-left: -15px;
        padding: 0 15px;
    }

    .mobile-cat-menu a {
        display: block;
        font-size: 12px !important;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
    }

    .sub-menu{
        background: #f44336;
	    width: calc(100% - -30px);
	    margin-left: -15px;
	    padding: 0 15px;
    }

    .sub-menu a{
    	display: block;
	    font-size: 12px !important;
	    font-weight: 300;
	    color: #fff;
	    text-transform: uppercase;
        text-decoration: none;
    }
    .sub-menu a:hover{
        color: #000;
    }   

    .mobile-cat-menu a:hover {
        color: #000;
    }

    .container .smooth_slider {
        width: calc(100% - -20px);
        margin-left: -10px;
        min-height: 400px !important;
    }

    .smooth_slider h2 {
        max-width: 100%;
        margin: 0 10px !important;
    }

    .csm-post-social-inslide {
        width: 100%;
        left: 0;
        top: 0;
        max-width: 100%;
    }

    .smooth_slider h2 a {
        font-size: 30px !important;
        line-height: 43px !important;
    }

    .container .smooth_slider .smooth_prev {
        left: 10px;
        top: auto;
        bottom: 10px;
    }

    .container .smooth_slider .smooth_next {
        right: 10px;
        top: auto;
        bottom: 10px;
    }

    .primary-sidebar:before {
        display: none;
    }

    .primary-sidebar {
        margin: 10px 0;
    }

    .csm-recent-fetured-wrapper,.recent-post-text-wrapper {
        display: block;
        width: 100%;
        margin: 0;
    }

    .recent-post-text-wrapper {
        position: relative;
        padding: 25px 20px;
    }

    .books-post-wrapper {
        width: 80%;
        display: block;
        max-width: 176px;
        margin: 0 auto 40px;
        vertical-align: top;
        padding: 0 15px;
    }

    .books-post-wrapper img {
        max-height: none;
    }

    .blog-page-slider-wrapper .smooth_slider .csm-post-social-inslide {
        left: 0;
    }

    .blog-page-slider-wrapper .smooth_slider span {
        padding-left: 10px;
    }

    .blog-post-wrapper {
        margin: 0 -10px;
    }

    .csm-post-meta-wrapper {
        padding: 50px 25px;
    }

    .in-post-title-date-wrapper {
        left: 10px;
    }

    .in-post-content-wrapper p img {
        max-width: 100%;
        margin-left: 0;
    }

    .gallery-size-full {
        width: calc(100% - 90px) !important;
    }

    #gallery-1 .gallery-slider img {
        max-width: 100%;
        width: 100% !important;
        height: auto !important;
    }

    .in-post-title-date-wrapper h2 {
        font-weight: 300;
        padding: 0;
        max-width: 100%;
        display: block;
        margin: 0 10px 0 0;
        line-height: 43px;
    }

    .in-post-title-date-wrapper h2 span {
        display: block;
    }
    .rpwwt-widget ul li{
        max-height: 100%;
    }
    .rpwwt-widget ul li .csm-recent-fetured-wrapper{
        height: 200px;
    }
    .rpwwt-post-title{
        font-size: 22px;
    }
}
body.blog #foto_slider_slider{
    min-height: 500px !important;
    height: 500px !important;
}
body.blog #foto_slider_slider .smooth_slideri a img.smooth_slider_thumbnail{
    max-width: 100% !important;
    max-height: 420px !important;
}
.vc_gitem-zone-c{
    min-height: 160px;
}
.vc_gitem-animated-block{
    min-height: 280px;
}
.csm-single-post-wrapper .csm-blog-cat-menu{
    right: -192px;
}
.newsletter_form2_social{
    display: none !important;
}
body.category .post-root{
    display: none;
}
@media(min-width: 1440px){
    #menu-item-28 ul{
        display: none !important;
    }
}
@media(max-width: 1130px){
    .csm-top-search{
        top: 40px;
    }
}
@media(max-width: 1440px){
    .csm-blog-cat-menu{
        display: none;
    }
}

.premiul_publicului_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 280px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.category-premiul-publicului {
    height: 450px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #eaeaea;*/
}

.titlu_premiul_publicului {
    box-sizing: border-box;
    height: 120px;
    float: left;
    clear: both;
    text-align: center;
}

.link_premiul_publicului {
    font-size: 18px;
    color: #0a0a0a;
    text-align: center;
    font-family:Open Sans;
    font-weight:300;
    text-decoration: none;
    font-style:normal;
    width: 100%;
    float: left;
    height: 120px;
}

.link_premiul_publicului:hover {
    color: #0a0a0a;
}

.disable_vote {
    opacity: 0.2;
}

.premiul_publicului_row {
    margin-left: 70px;
}

.ip_check_true {
    color: #f44265;
    font-size: 20px;
    font-family: 'Open-sans';
    text-align: center;
}

.ip_check_true span {
    font-weight: 700;
    color: #333;
}

.succes_vot {
    font-weight: 600;
    color: #44ba46;
    text-align: center;
}

.voteaza {
    border: 1px solid #000;
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    background-color: transparent;
}

.voteaza:hover {
    background-color:rgb(244,67,54);
    color:#fff;
    border-color:rgb(244,67,54) ;
}

.voteaza.disable_vote:hover {
    background-color: transparent;
    color: #000;
    border-color: #000;
}

.page-template-tpl_rezultate_vot .simple-page-wrppper {
    width:100%;
    margin: 0 auto;
    margin-left: 240px;
    max-width: 900px;
}

.popup-premiul-publicului {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    z-index: 999999999;
    display:none;
    justify-content: center;
    align-items: center;
}

.popup-text-premiul-publicului {
    width: 315px;
    height: 80px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}