* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
}

div.item+div.item {
    margin-bottom: 65px;
}

body {
    background: #fff;
    font: 14px Open Sans;
    color: #696975;
    font-variant-ligatures: common-ligatures;
}

@media(max-width:767px) {
    body {
        position: unset !important;
    }
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}

ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.container:before, .container:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

/* @Djole Ad container props Comment this out too if we

    don't need ads on the story page.

 */

.ads-container {
    background: #F6F6F6;
    margin: 0 auto;
    width: 100%;
    height: 130px;
}

.ads-container .container {
    padding: 0;
}

.custom-menu-from-iframe ul li:last-child {
    display: none;
}

img {
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

.yellowButton {
    text-transform: uppercase;
    padding: 7px 15px 5px;
    background: #FFEE34;
    font: bold 12px Montserrat;
    display: inline-block;
    border-radius: 20px;
    color: #000;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.yellowButton a {
    color: black;
}

.yellowButton a span:first-child {
    position: relative;
    z-index: 2;
    padding: 3px 0;
    display: inline-block;
    letter-spacing: 2px;
    font: 14px Montserrat;
    font-weight: bold;
}

.yellowButton a span:last-child {
    border-radius: 20px;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.rtl .yellowButton a span:last-child {
    left: auto;
    right: 0;
}

/* .yellowButton a:hover {

    color: #FFEE34;

} */

.yellowButton .activeBut span:last-child {
    width: 100%;
    background: #000;
    transition: all 0.6s ease-in;
}

.margin-bottom {
    margin-bottom: 27px;
}

.animated-button {
    width: 100%;
    text-transform: uppercase;
    height: 43px;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 20px;
    color: #000;
    cursor: pointer;
    letter-spacing: 1px;
    font: 700 14px Montserrat;
    overflow: hidden;
    background: linear-gradient(to right, black 50%, #ffee34 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    text-align: center;
}

.animated-button:hover {
    color: #ffffff;
    background-position: left bottom;
}

.yellow-animated-button {
    width: 311px;
    text-transform: uppercase;
    height: 43px;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 20px;
    color: #000;
    cursor: pointer;
    letter-spacing: 1px;
    font: 700 14px Montserrat;
    overflow: hidden;
    background: linear-gradient(to right, black 0%, #FFEE34 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.yellow-animated-button:hover {
    color: #FFEE34;
    background-position: left bottom;
    background: linear-gradient(to right, black 100%, #FFEE34 50%);
}
.yellow-animated-button.small-button {
    width: initial;
    height: auto;
    padding: 4px 11px;
    margin: 5px;
    font-size: 12px;
}



.animated-button.loadMoreWriter {
    width: 116px;
    text-transform: uppercase;
    height: 35px;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 20px;
    color: #000;
    cursor: pointer;
    letter-spacing: 1px;
    font: 12px Montserrat;
    overflow: hidden;
    background: linear-gradient(to right, black 50%, #FFEE34 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.animated-button.loadMoreWriter:hover {
    color: #FFEE34;
    background-position: left bottom;
}

.animated-button.paypal {
    width: 100%;
    padding: 12px 37px 5px;
    text-transform: uppercase;
    height: 43px;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 20px;
    color: #000;
    cursor: pointer;
    letter-spacing: 1px;
    font: 700 14px Montserrat;
    overflow: hidden;
    background: linear-gradient(to right, black 50%, #00acee 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    text-align: center;
}

.animated-button.paypal:hover {
    color: #ffffff;
    background-position: left bottom;
}

.pinkButton {
    background-color: #ff53b7 !important;
}

/* .pinkButton a:hover {

    color: #ff53b7 !important;

} */

.pinkButtonColor {
    color: #ff53b7 !important;
}

.pattern {
    background: url("img/moire_YB.jpg") no-repeat;
    background-position: top left;
}

/*Ligatures*/

.describe h2, h1 {
    font-feature-settings: "dlig" !important;
}

/*END Ligatures*/

/*Home page*/

/*Home page*/

/*Home page*/

/*Header*/

header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    height: 73px;
    z-index: 4;
}

header .container, #readingBar .container {
    max-width: 100% !important;
    height: 100%;
    position: relative;
    padding: 0;
}

.logo {
    position: relative;
    z-index: 5;
}

.logo img {
    height: 73px;
}

.logo h1 {
    background: rgba(255, 255, 255, 0.90);
    position: absolute;
    left: -69px;
    top: 191px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: auto;
    display: block;
    width: 207px;
    font: bold 15px 'Playfair Display', serif;
    padding: 1px 5px 2px 0px;
    text-align: right;
}

.logoPattern {
    position: absolute;
    left: 0;
    width: 66px;
    height: 6px;
    margin-top: -4px;
}

header nav, .registrationBut, #readingBar nav, #sidr nav {
    position: relative;
    z-index: 2;
    height: 100%;
}

header nav>ul, #sidr nav>ul, header .registrationBut ul, #readingBar .registrationBut ul {
    /* display: flex; */
    height: 100%;
}

header nav ul li, #sidr nav ul li, header .registrationBut ul li, #readingBar .registrationBut ul li {
    display: inline-block;
    height: 100%;
}

header nav ul li a, #sidr nav ul li a, header .registrationBut ul li a, #readingBar .registrationBut ul li a {
    color: #BEB7B2;
    text-transform: uppercase;
    font: 11px Montserrat;
    padding: 30px 22px 29px;
    display: block;
    /*height: 100%;*/
    cursor: pointer;
}

header .registrationBut ul li.signup a, #sidr .registrationBut ul li.signup, #readingBar .registrationBut ul li.signup a {
    color: #FFEE34 !important;
}

header .buttomCherryHeader img, #readingBar .buttomCherryHeader img {
    vertical-align: top;
    margin-top: -4px;
}

header .registrationBut ul li a:hover, #sidr .registrationBut ul li a:hover, #readingBar .registrationBut ul li.signup a {
    color: #fff;
}

.submit-cont {
    display: flex;
    justify-content: center;
    align-items: center;
}

header #lang_sel ul li a:hover, #readingBar #lang_sel ul li a:hover {
    color: #fff !important;
    background: #83E6DE !important;
    transition: background 0.6s ease-in;
}

#lang_sel .lang_sel_sel:hover {
    color: #fff !important;
    background: #83E6DE url("img/original-ddl_arrow_up.svg") no-repeat !important;
    background-size: 10px !important;
    background-position: 65px 34px !important;
    transition: background 0.6s ease-in;
}

header nav ul li a:hover, #sidr nav ul li a:hover, #readingBar nav ul li a:hover {
    color: #fff;
    background: #83E6DE;
    transition: background 0.6s cubic-bezier(0.46, 0.1, 0.29, 0.89);
}

#readingBar .logo img {
    display: block;
}

#readingBar .main-menu, #readingBar .now-reading, #readingBar .go-to-untranslated {
    color: #BEB7B2;
    text-transform: uppercase;
    font-size: 13px;
    /* display: inline-block; */
    height: 100%;
    padding: 31px 31px 6px 26px;
    font: 11px Montserrat;
    cursor: pointer;
    float: left;
}

#readingBar .go-to-untranslated a {
    color: #BEB7B2;
}

#readingBar .seperator {
    border-left: 2px solid;
    height: 50px;
    float: left;
    margin-top: 12px;
}

#readingBar .now-reading {
    cursor: default;
    width: calc(100% - 910px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#readingBar .now-reading span {
    text-transform: none;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 6px;
}

#readingBar #progressBar {
    height: 5px;
    position: absolute;
    right: 0;
    width: 100%;
}

#readingBar #progressBar span {
    background: #85e9e1;
    height: 5px;
    position: absolute;
}

.registrationBut a:hover {
    color: #FFEE34;
}

.registrationBut .navCherry {
    width: 150px;
}

/* .registrationBut li:first-child {
    width: 150px;
} */

/* .registrationBut li:last-child {
    width: 100px;
} */

.logged-in .registrationBut li:last-child {
    width: auto;
}

.logged-in .search1 {
    right: 325px;
}

.logged-in .fix-it {
    right: 0;
}

/*#register_user .registrationBut li {*/

/*display: none;*/

/*}*/

#register_user .registrationBut li:last-child {
    display: block;
}

/* .search1 {
    height: 100%;
    float: right;
    overflow: hidden;
    position: absolute;
    width: 50px;
    right: 200px;
} */

.optionmenu {
    font-size: 24px;
    /* height: 100%; */
    /*  padding: 22px 25px 22px 25px;*/
    margin: 22px 0;
    padding: 0 25px;
    cursor: pointer;
}

.dropbtn {
    color: #BEB7B2;
    border: none;
}

.dropdown1 {
    position: relative;
    float: right;
}

.card-author-title {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    letter-spacing: 0;
}

.rtl .card-author-title {
    font-size: 25px;
}

.card-title {
    font-family: 'Playfair Display', serif!important;
    font-style: italic;
    font-size: 17px!important;
}

.rtl .card-title {
    font-size: 23px!important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: -100px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font: 11px Montserrat;
}

.menu-fix {
    margin-right: 50px;
}

.search-fix {
    right: 5px;
}

.rb-right-fix {
    position: absolute!important;
    top: 0;
    right: 25%;
}

.dropdown1 .dropdown-content a {
    height: auto;
}

.dropdown-content a:hover {
    background-color: #83E6DE;
}

.dropdown1:hover .dropdown-content {
    display: block;
}

#bigger, #smoller {
    /* background: #FFEE34;
    text-align: center;
    width: 40px;
    height: 100%;
    padding-top: 27px;
    margin-right:20px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    color:#000;
    float: right; */
    background: #FFEE34;
    text-align: center;
    width: 50px;
    height: 100%;
    /* padding-top: 27px; */
    padding: 25.5px 5px;
    /* margin-right: 20px; */
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #000;
    display: flex;
    align-items: center;
    float: right;
    justify-content: center;
}

.write-stories-nav {
    float: left;
    /* vertical-align: text-top; */
    height: 100%;
    margin: auto 0;
    align-items: center;
    display: flex;
    /* font-weight: bold; */
    font-size: 15px;
    font-family: Montserrat;
}

.rtl .write-stories-nav {
    float: right;
}

@media only screen and (max-width:768px) {
    .write-stories-nav {
        display: none;
    }
}

.search1 img {
    cursor: pointer;
    width: 19px;
}

#search {
    opacity: 0;
    right: -250px;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: #FFEE34;
    z-index: -1;
}

#search #s {
    border: 0;
    background: inherit;
    float: left;
    width: 80%;
    padding: 30px 0 20px 90px;
    font-weight: bold;
}

#search input::-moz-placeholder {
    color: #000 !important;
    opacity: 0.5 !important;
}

#search input::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 0.5 !important;
}

#searchsubmit {
    display: none;
}

.language {
    padding: 22px 25px 0 0;
    /* padding: 22px 13px 22px 20px; */
    position: absolute;
    z-index: 2;
    right: 0;
    /* margin-left: 9%; */
    top: 0px;
}

.fix-it {
    right: 0;
}

.language span {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 15px;
    overflow: hidden;
}

.dropdown {
    position: relative;
}

.dropdown .haveMore {
    width: 8px;
    height: 8px;
    margin-left: 5px;
    background: url("img/original-ddl_arrow_down.svg") no-repeat;
    background-size: 100% auto;
    display: inline-block;
}

.dropdown.active .haveMore {
    background: url("img/original-ddl_arrow_up.svg") no-repeat;
    background-size: 100% auto;
}

.dropdown ul .haveMore {
    display: none;
}

.dropdown ul {
    display: none;
}

.dropdown a {
    height: 73px;
}

.dropdown>ul {
    position: absolute;
    top: 73px;
    z-index: 2;
    background: #fff;
    width: 100%;
}

.dropdown ul li {
    display: block;
    height: auto !important;
    background: #fff;
}

.dropdown ul a {
    height: auto !important;
    padding: 9px 5px 9px 9px;
    color: #000 !important;
}

.dropdown ul a:hover {
    color: #fff !important;
}

/* .dropdown:last-child {
    width: 160px;
} */

nav .active a {
    color: #fff;
}

/*End Header*/

.slide .wp-post-image {
    display: block;
    height: 620px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    position: absolute;
    width: 100%;
}

.slide #postImage, .slide video {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

/*content*/

.content {
    background: #F6F6F6;
}

.topIm {
    display: block;
    position: absolute;
    top: 0;
    max-width: calc(100% - 20px);
    width: 352px;
    height: 6px;
    display: inline-block;
}

.masCarusel .topIm, .masSorting .topIm {
    top: -60px;
    width: 55px;
    height: 60px;
}

.bottomIm {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0px;
    max-width: calc(100% - 20px);
    width: 352px;
    height: 16px;
}

.rtl .bottomIm {
    right: auto !important;
    left: 20px !important;
}

.content .container {
    padding: 0 10px 65px;
    position: relative;
}

.content .contentText {
    padding: 50px 0 0px;
}

.arrow {
    width: 15px;
    text-align: right;
    padding-top: 11px;
}

.arrow img {
    width: 15px;
    height: 15px;
    margin-top: 7px;
}

#readingBar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    height: 73px;
    z-index: 4;
    display: none;
}

.recommendation {
    margin: 0 auto;
    font-style: italic;
    color: #696975;
}

.recommendation #recommendation-cont {
    display: inline-block;
    max-width: calc(100% - 83px);
}

.recommendation>img {
    width: 62px;
    height: 62px;
    display: inline-block !important;
    margin-right: 14px;
    border-radius: 45px;
    margin-top: 7px !important;
    vertical-align: top;
}

.rtl .recommendation>img {
    margin-left: 14px;
    margin-right: 0px;
}

.recommendation h2 {
    font: 17px Montserrat;
    text-transform: uppercase;
    padding-left: 2px;
}

.recommendation h2 a {
    color: black;
    border-bottom: 1px dotted black;
}

.recommendation article {
    height: 75px;
    overflow: hidden;
    /*-webkit-transition: all .8s ease;*/
    /*-moz-transition: all .8s ease;*/
    /*-ms-transition: all .8s ease;*/
    /*-o-transition: all .8s ease;*/
    /*transition: all .8s ease;*/
}

.recommendation .seprator {
    border-bottom: 1px solid;
    max-width: 390px;
    margin: 70px auto 50px;
}

.recommendation #readmore {
    font-size: 12px;
    padding: 2px 8px;
    float: right;
    margin-top: 21px;
}

.content article {
    width: calc(100% - 220px);
    padding-left: 25px;
}

.content article h1 img {
    display: none;
}

.content article h1 span:nth-child(2) {
    font: italic bold 30px 'Playfair Display', serif;
}

.content article h1 span:nth-child(3) {
    font: italic bold 37px 'Playfair Display', serif;
    margin-left: 0px;
}

.content article h1 span:nth-child(4) {
    font: 30px 'Playfair Display', serif;
}

.content article p {
    line-height: 1.5;
    padding: 9px 0 !important;
    margin-left: -0px !important;
}

.mainArticle>article>p:first-child:first-letter {
    font: bold 61px 'Playfair Display', serif;
    display: block;
    float: left;
    position: relative;
    top: 7px;
    line-height: 0.5;
    padding-right: 8px;
    padding-left: 3px;
    padding-top: 12px;
}

.content article a {
    color: black;
    border-bottom: 3px solid #85e9e1;
}

.content article a:hover {
    background: #89dfda;
}

.contentImg {
    position: relative;
}

.contentImg h2 {
    line-height: 1.1 !important;
}

.contentImg h3, .contentImg .whiteBack .describe h3 {
    margin: 0 !important;
    margin-bottom: 0px !important;
}

.item {
    overflow: hidden;
    position: relative;
}

.contentImg .item:hover {
    cursor: pointer;
    -webkit-box-shadow: 1px 9px 20px 0px rgb(137, 136, 144);
    ;
    -moz-box-shadow: 1px 9px 20px 0px rgb(137, 136, 144);
    ;
    box-shadow: 1px 9px 20px 0px rgb(137, 136, 144);
}

.itemImg {
    position: relative;
    height: 100%;
}

.ui-tabs .ui-tabs-panel {
    padding: 0!important;
}

.ui-tabs {
    border: none!important;
    padding: 0!important;
    margin: 0!important;
}

.ui-tabs-nav {
    display: flex;
    justify-content: center;
    padding: 2% 0!important;
    margin: 0 auto!important;
    background: none!important;
    border: none!important;
    ;
    padding: 0!important;
    margin: 3% 0!important;
}

.ui-tabs-nav li {
    border: none!important;
    border: 1px solid #d7d7d7!important;
    border-bottom-left-radius: 50px!important;
    border-top-left-radius: 50px!important;
    margin: 0!important;
    border-right: none!important;
    border-top-right-radius: 0!important;
    padding: 0!important;
    border-bottom-right-radius: 0!important;
    padding: 0.5% 2%!important;
    background: #fff!important;
    font-family: 'Playfair Display'!important;
    font-size: 25px!important;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-tabs-nav li+li {
    border: 1px solid #d7d7d7!important;
    border-left: none!important;
    border-radius: 0!important;
    padding-bottom: 1px!important;
    margin: 0!important;
    padding: 0.5% 2%!important;
    border-right: none!important;
    background: #fff!important;
}

.ui-tabs-nav li+li+li {
    border: 1px solid #d7d7d7!important;
    border-left: none!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    padding: 0.5% 2%!important;
    border-top-right-radius: 50px!important;
    border-bottom-right-radius: 50px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    margin: 0!important;
    background: #fff!important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #d7d7d7!important;
    font-weight: bold;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0!important;
}

.itemImg img {
    height: 100%;
    display: block;
}

.bigger {
    width: 667px;
    height: 610px;
    margin-right: 23px;
}

.describe {
    position: absolute;
    bottom: 0;
    background: rgba(133, 233, 225, 0.8);
    /* width: 100%; */
    padding: 30px 30px 0;
}

body .item .describe span span {
    background: none !important;
}

.describe h2 {
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    padding-bottom: 13px;
}

.describe h3 {
    font: 12px Montserrat;
}

.criben {
    color: #fff;
    clear: both;
    display: none;
    font: 14px Montserrat;
    padding-top: 8px;
}

.itemMas .criben {
    display: block;
    opacity: 0;
}

.item-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.criben hr {
    border: none;
    border-radius: 1px;
    height: 1px;
    background: #fff;
    margin: 7px 0 5px;
    width: 100%;
}

.itemMas .criben {
    position: absolute;
    left: 24px;
    right: 24px;
}

.describe h5 {
    padding: 30px 0 7px;
    color: #fff;
}

.twoSmoll .describe h5 {
    color: #fff;
}

.describe h5 span:first-child {
    font: 12px Open Sans;
}

.describe h5 span:last-child {
    font: bold 12px Open Sans;
}

.readingLine {
    width: 405px;
    height: 5px;
    background: #FFEE34;
    display: none;
}

.twoSmoll .item .readingLine {
    width: 315px;
}

.muchTime {
    background: #83E6DE;
    height: 100%;
}

.twoSmoll {
    width: 460px;
}

/*.twoSmoll .item:first-child {*/

/*width: 460px;*/

/*height: 365px;*/

/*overflow: hidden;*/

/*margin-bottom: 25px;*/

/*}*/

/* @Djorjdje Arsenovic */

.twoSmoll .item {
    width: 460px;
    height: 365px;
    overflow: hidden;
    margin-bottom: 25px;
}

.itemImg:hover {
    cursor: pointer;
}

.gradient-card:hover {
    cursor: pointer;
}

.twoSmoll .describe {
    background: rgba(255, 255, 255, 0.8);
}

.twoSmoll .describe h2 {
    font-size: 20px;
}

.twoSmoll .describe h3 {
    font-size: 11px;
}

.twoSmoll .item {
    width: 366px;
    height: 310px;
}

.twoSmoll .item:last-child .itemImg {
    height: 310px;
    overflow: hidden;
}

.twoSmoll .item:last-child .itemImg img {
    display: block;
    min-height: 310px;
}

/*End content*/

/*masonry*/

.masonry {
    background: #F6F6F6;
}

.masonry .container {
    position: relative;
    min-height: 509px;
    padding-left: 35px;
}

.masonry {
    position: relative;
}

.itemsList {
    top: -130px;
    width: 1140px;
    margin: 0 auto;
}

.itemMas {
    width: 338px;
    margin: 0 28px 28px 0;
    display: block;
    z-index: 3;
    overflow: visible;
    min-height: 1px;
}

.active .itemImg {
    -webkit-box-shadow: 0px 12px 39px 0px rgba(163, 162, 171, 1);
    -moz-box-shadow: 0px 12px 39px 0px rgba(163, 162, 171, 1);
    box-shadow: 0px 12px 39px 0px rgba(163, 162, 171, 1);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.itemMas:nth-child(3n+3) {
    margin-right: 0;
}

.itemMas .itemImg {
    height: 235px;
    overflow: hidden;
}

.masonry .itemMas.audioItem .itemImg {
    border-radius: 325px;
}

.masonry .itemMas.audioItem .itemImg .hole {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    background: #F6F6F6;
    border-radius: 40px;
}

.masonry .itemMas.audioItem .plus {
    left: 158px !important;
    width: 22px !important;
}

.masonry .itemMas.audioItem .plus span:first-child {
    display: none !important;
}

.itemMas h2 {
    font-size: 24px;
    color: #000;
}

.itemMas h3 {
    font-size: 12px;
    margin: 8px 0 10px;
    text-transform: uppercase;
}

.itemMas h3 span:nth-child(2) {
    margin: 0 2px;
}

.itemMas .itemImg img {
    display: block;
}

.itemMas .itemImg img.itemImgObjct {
    min-width: 360px;
}

.itemMas p {
    color: #696975;
}

.itemMas .readingLine {
    width: 300px;
}

.itemMas .describe h5 {
    font-size: 12px;
    padding: 27px 0 7px;
    color: #000;
}

.masonry .itemMas .describe {
    position: relative;
    background: #fff;
    font: 13px Open Sans;
    padding: 20px 20px 0px 20px;
    width: 328px;
}

.itemsListButtons {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 95px;
}

.itemsListButtons .yellowButton {
    width: 270px;
    margin: 10px;
    padding: 10px 5px;
}

/*End masonry*/

.quote-container h4 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.63;
    letter-spacing: 0.8px;
    text-align: center;
    margin-top: 30px;
}

.rtl .quote-container h4 {
    font-family: MargaliotBoldMFW;
    font-size: 39px;
    font-weight: bold;
}

.quote-container h5 {
    font-family: Montserrat;
    font-size: 12px;
    line-height: 2.50;
    letter-spacing: 0.2px;
    text-align: center;
    text-transform: uppercase;
}

.rtl .quote-container h5 {
    font-family: 'Open Sans Hebrew', sans-serif;
}

.quote-container .quote-container-slider {
    margin-top: 37px;
}

.rtl .quote-container .quote-container-slider {
    direction: ltr;
}

.quote-container .quote-list-item {
    display: none;
}

.quote-container .quote-list-item-first {
    display: list-item;
}

.quote-container.bx-slider-initialized .quote-list-item {
    display: list-item;
}

.quote-container .quote-content {
    font-family: 'Playfair Display', serif;
    font-size: 19px;
    line-height: 1.58;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 0 55px;
}

.rtl .quote-container .quote-content {
    font-family: MargaliotMediumMFW;
    text-align: right;
    direction: rtl;
}

.quote-container.bx-slider-initialized .quote-content::before {
    content: '“';
    width: 19px;
    height: 14px;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 0.63;
    letter-spacing: 0.5px;
    color: #000000;
    position: ABSOLUTE;
    left: 45px;
    top: 2px;
}

.rtl .quote-container.bx-slider-initialized .quote-content::before {
    content: '”';
    right: 32px;
    top: 0;
    left: auto;
    font-family: MargaliotMediumMFW!important;
}

.quote-container.bx-slider-initialized .quote-content::after {
    content: '”';
    width: 19px;
    height: 14px;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 0.63;
    letter-spacing: 0.5px;
    text-align: left;
    color: #000000;
    position: ABSOLUTE;
    right: 55px;
    bottom: 115px;
}

.rtl .quote-container.bx-slider-initialized .quote-content::after {
    content: '“';
    left: 55px;
    right: auto;
    font-family: MargaliotMediumMFW!important;
}

.quote-container .quote-content a {
    color: #080810;
    border-color: #85e9e1;
}

.quote-container .quote-content a:hover * {
    border-bottom: 3px solid #85e9e1;
    transition: border 0.25s;
}

.quote-container .quote-author {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 2.14;
    letter-spacing: 0.1px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 61px;
}

.rtl .quote-container .quote-author {
    font-family: MargaliotItalicMFW;
    letter-spacing: 1px;
}

.quote-container .quote-spacer {
    height: 140px;
    background: #F6F6F6;
}

.quote-container .bx-wrapper {
    box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    width: 38px;
    height: 38px;
    z-index: 2;
}

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next {
    background: url(img/arrow-c-right.png) 0 0px no-repeat;
}

.bx-wrapper .bx-prev {
    background: url(img/arrow-c-left.png) 0 0px no-repeat;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(131, 230, 222, 0.87);
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #FFEE34;
}

.category-post-preview {
    background: #F6F6F6;
    padding-top: 0px;
}

.category-post-preview .container {
    padding-left: 35px;
}

.rtl .category-post-preview .container {
    padding-left: 0;
}

.category-post-preview .category-post-preview-item {
    padding-bottom: 75px;
}

/* .category-post-preview .category-post-preview-header {
    padding: 0px 23px 0 23px;
} */

@media only screen and (max-width:768px) {
    .category-post-preview .category-post-preview-header {
        padding: 0px 0px 0 20px;
    }
    .hotfix{
        left: 20%!important;
    }
}

.rtl .category-post-preview .category-post-preview-header {
    padding: 0px 53px 0 60px;
}

.category-post-preview .category-post-preview-header h4 {
    font-family: 'Playfair Display', serif;
    font-size: 31px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.6px;
    text-align: left;
    display: inline-block;
    width: calc(96% - 75px);
    position: relative;
    display: inline-block;
    height: 54px;
    /* margin-top: 5px; */
    vertical-align: middle;
}

.rtl .category-post-preview .category-post-preview-header h4 {
    width: calc(100% - 96px);
}

.category-post-preview .category-post-preview-header h4 .title-container {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 40px;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 2;
    padding-right: 16px;
    background: #F6F6F6;
}

.rtl .category-post-preview .category-post-preview-header h4 .title-container {
    right: 0;
    left: auto;
    margin-right: 0px;
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 16px;
}

.category-post-preview .category-post-preview-header h4 .preview-category-title {
    background: #85e9e1;
    padding: 0px 10px;
}

.rtl .category-post-preview .category-post-preview-header h4 .preview-category-title {
    font-family: MargaliotBoldMFW;
    font-size: 33px;
    font-weight: bold;
    text-align: right;
    color: #080810;
}

/* 
.category-post-preview .category-post-preview-item:nth-child(even) .category-post-preview-header h4 .preview-category-title {
    background-color: #ffee34;
} */

.category-post-preview .category-post-preview-header h4 .line {
    background-color: #acacac;
    height: 1px;
    width: 98%;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 0;
}

.category-post-preview .category-post-preview-header .more {
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    font-weight: bold;
    font-style: italic;
    line-height: 2.95;
    letter-spacing: 0.4px;
    text-align: left;
    color: #080810;
    width: 75px;
    vertical-align: middle;
}

.rtl .category-post-preview .category-post-preview-header .more {
    width: 87px;
}

.category-post-preview .category-post-preview-header .more .preview-category-more-arrow-left {
    display: none;
}

.rtl .category-post-preview .category-post-preview-header .more .preview-category-more-arrow-right {
    display: none;
}

.rtl .category-post-preview .category-post-preview-header .more .preview-category-more-arrow-left {
    display: inline;
}

.category-post-preview .category-post-preview-header .more a {
    color: black;
}

.category-post-preview .category-post-preview-header .more img {
    width: 12px;
    height: 11px;
}

.category-post-preview .category-post-preview-posts {
    margin-top: 13px;
    top: 0;
}

/*footer*/

footer {
    background: #18181F;
    min-height: 300px;
    position: relative;
}

footer .container, .disclaimer .container {
    padding: 0 20px 0 45px;
}

footer a {
    color: #696975;
    font: 11px Montserrat;
    text-transform: uppercase;
}

footer a:hover {
    color: #FFF;
}

.apps {
    margin-top: 50px;
}

.apps img {
    display: block;
    float: right;
}

.apps img:nth-child(3) {
    margin-right: 13px;
}

.apps form {
    margin-top: 90px;
}

.apps form h2 {
    margin-bottom: 20px;
}

.apps input[type="email"] {
    border: none;
    border-bottom: 1px solid #fff;
    background: none;
    width: 230px;
    font: 12px Montserrat;
    padding: 0 0 4px 5px;
    margin-right: 13px;
    color: #fff;
}

.apps input[type="email"]::-moz-placeholder {
    color: #696975;
    opacity: 1 !important;
}

.apps input[type="email"]::-webkit-placeholder {
    color: #696975;
    opacity: 1 !important;
}

.apps input[type="submit"] {
    border: none;
    border-radius: 15px;
    background: #696975;
    padding: 4px 13px;
    color: #fff;
    font: 10.6px Montserrat;
    cursor: pointer;
}

.apps input[type="submit"]:hover {
    color: #696975;
    background: #fff;
}

.footerLogo {
    padding: 30px 0 22px 0;
    position: absolute;
    top: 0;
}

footer nav {
    float: left;
    /*height: 100%;*/
    margin-right: 85px;
    margin-top: 98px;
    margin-bottom: 15px;
}

.apps h2 {
    font: italic 16px 'Playfair Display', serif;
    color: #696975;
    text-align: right;
    margin-bottom: 10px;
}

.disclaimer {
    background: #000;
}

.disclaimer p {
    padding: 8px 0 12px;
    color: #696975;
    font-size: 11px;
}

.disclaimer p a {
    color: #696975;
}

/*End footer*/

/*Home unreristered*/

/*content*/

#unregister_user.home .content {
    background: #F6F6F6;
}

.content .describe, .content .twoBig .describe {
    background: none;
}

.bigger .describe h2, .content .twoBig .describe h2 {
    font-size: 36px;
    margin-bottom: -2px !important;
    text-transform: uppercase;
}

.bigger .describe h2 span {
    font-size: 43px;
    height: auto !important;
}

.bigger .describe h2 span, .content .twoBig .describe h2 span:first-child {
    background: rgba(131, 230, 222, 0.87);
}

.twoBig h2 a {
    color: #000;
}

.bigger .describe h3 span, .twoBig .describe h3 span {
    font-size: 15px;
    background: rgba(131, 230, 222, 0.87);
}

.bigger .describe h2 span, .twoBig .describe h2 span:first-child {
    background: rgba(131, 230, 222, 0.87);
    padding: 0 4px;
    height: 100%;
    line-height: 58px;
    padding: 0;
}

.bigger .describe h3 span, .twoBig .describe h3 span {
    background: rgba(131, 230, 222, 0.87);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bigger .describe h3 span span:first-child, .twoBig .describe h3 span span:first-child {
    padding-left: 5px;
}

.bigger .describe h3 span span:last-child, .twoBig .describe h3 span span:last-child {
    padding-right: 2px;
}

#unregister_user.home .masCarusel {
    height: 325px !important;
}

/*End content*/

/*masonry*/

.unscribe {
    background: #85E9E1;
    padding: 43px 43px 55px;
    margin-bottom: 56px;
}

.unscribe:hover {
    box-shadow: none;
}

.unscribe h1 {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 45px;
}

.refund-note {
    text-align: center;
    padding-top: 2%;
    font-family: Montserrat;
}

.rtl .unscribe h1 {
    font: normal 57px MargaliotBoldMFW;
    text-transform: uppercase;
    color: #000;
    line-height: 1.2;
}

.unscribe h1 span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-transform: lowercase;
    line-height: 0.6;
    display: block;
    margin-bottom: 10px;
}

.rtl .unscribe h1 span {
    font-family: MargaliotItalicMFW;
}

.unscribe p {
    font: 13px Montserrat;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.rtl .unscribe p {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 13px;
}

.unscribe article {
    margin: 20px 0 30px;
}

.unscribeIm {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    background: #F6F6F6;
    width: 90%;
    overflow: hidden;
}

.unscribeIm img {
    float: right;
}

.masonry .itemMainly .describe {
    position: relative;
    margin: auto;
    margin-top: 174px;
    bottom: auto;
    background: white;
    box-shadow: -7px 7px 23px -5px rgba(0, 0, 0, 0.63);
    -moz-box-shadow: -7px 7px 23px -5px rgba(0, 0, 0, 0.63);
    box-shadow: -7px 7px 23px -5px rgba(0, 0, 0, 0.63);
}

.heart-container {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    top: 14px;
    right: 33px;
    cursor: pointer;
    /* width: 22px; */
    z-index: 2;
}

.heart .chat {
    color: #11B683;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.heart {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.single .gdrts-inner-wrapper {
    display: flex;
    align-items: center;
}

.single .gdrts-rating-text {
    margin-left: 5px;
}

.heart .gdrts-rating-block {
    margin: 0;
    color: #000;
    margin-left: 5px;
}

.social-cont {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.social-cont #atstbx {
    padding: 0;
}

/* .masonry .active .describe {

    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.5);

} */

.masonry .itemMainly .itemImg {
    height: auto;
    height: 335px;
    position: absolute;
    width: 339px;
}

.masonry .itemMainly .describe p {
    margin-top: 23px;
}

.masonry .itemMainly .button {
    margin: 15px 0 30px;
}

.unscribeLongLine {
    top: -4px;
    position: absolute;
    right: 0;
    max-width: 100%;
}

.unscribeLongLine span {
    display: block;
    max-width: 94%;
    width: 340px;
    height: 4px;
}

.langWrite {
    padding: 1px 3px;
    background: rgba(133, 233, 225, 0.93);
    position: absolute;
    top: -13px;
    font: italic bold 14px 'Playfair Display', serif;
    color: #000;
    z-index: 2;
}

.MC, .SP {
    padding: 1px 3px;
    position: absolute;
    color: #000;
    z-index: 2;
    top: -13px;
    font: bold 11px 'Playfair Display', serif;
}

.MC span, .SP span {
    font: italic bold 11px 'Playfair Display', serif;
}

.MC {
    background: rgba(236, 85, 78, 0.83);
}

.SP {
    background: rgba(255, 166, 210, 0.88);
}

/*End masonry*/

/* End Home unreristered*/

/*End Home page*/

/*End Home page*/

/*page-id-23*/

/*page-id-23*/

/*page-id-23*/

.page-id-23 .content {
    background: #F6F6F6;
}

.page-id-23 .content .contentText {
    padding: 60px 0 5px;
}

.page-id-23 .content .topIm, .libraryPage .content .topIm {
    display: none;
}

.twoBig {
    width: 555px;
    height: 375px;
}

.twoBig:nth-child(odd) {
    margin-right: 31px;
}

.rtl .twoBig:nth-child(odd) {
    margin-left: 31px;
    margin-right: 0;
}

.rtl #content.content .twoBig:nth-child(odd) {
    margin-left: 31px;
    margin-right: 0;
}

.page-id-23 .twoBig .itemImg img {
    min-height: 375px;
}

.page-id-23 .readingLine {
    background: #FF53B7;
}

.page-id-23 .readingLine .muchTime {
    background: #86f5dc;
}

.page-id-23 .content .container {
    padding-bottom: 110px;
}

.page-id-23 .masCarusel {
    font: 14px;
    color: #000;
}

.page-id-23 .masCarusel p:nth-child(2) {
    font: italic bold 14px 'Playfair Display', serif;
}

.page-id-23 .masCarusel p:nth-child(2) span {
    margin-left: 15px;
    position: relative;
    top: 2px;
}

.twoBig .describe h2 span:nth-child(2) {
    display: block;
    margin-top: 10px;
    padding-left: 0;
}

.twoBig .describe h2 span:nth-child(2) span {
    background: rgba(131, 230, 222, 0.87) !important;
}

/*End page-id-23*/

/*End page-id-23*/

/*Widgets*/

/*Widgets*/

/*Widgets*/

/*masCarusel*/

.masCarusel {
    height: 475px;
}

.masCarusel {
    position: relative;
    padding-top: 60px;
}

.masCarusel .container {
    position: relative;
}

.masCarusel .topIm {
    top: -60px;
    width: 55px;
    height: 60px;
}

.masCarusel h1 {
    margin-bottom: 45px;
    text-align: center;
    font: normal 40px 'Playfair Display', serif;
}

/* .left .plus {
    display: none;
} */

.content-blocked .sc_fancy_player_container {
    display: none;
}

.content-blocked article {
    filter: blur(4px);
}

.blocked-content-text {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 4% 0;
}

.blocked-content-details {
    display: flex;
    flex-direction: column;
    color: #000;
    align-items: center;
}

.blocked-content-title {
    font-family: 'Playfair Display';
    font-size: 38px;
    text-transform: capitalize;
}

.blocked-content-subtitle {
    font-family: Montserrat;
    margin: 2%;
    font-size: 20px;
}

.blocked-button {
    display: inline-block;
    background: #ffee34;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    padding: 9px 13%;
    border-radius: 25px;
    font-family: Montserrat;
    cursor: pointer;
    transition: background 0.6s ease-in;
    margin: 8% 0 0;
}

.blocked-button:hover {
    background: #000;
    color: #ffee34;
}

.sc_fancy_player_container {
    position: fixed;
    bottom: 2px;
    margin: 0 auto;
    width: 600px;
    left: 0;
    /* border-top: 1px solid white; */
    /* border: 1px solid white; */
    right: 0;
    z-index: 10;
}

.listen-here {
    text-align: center;
    font: 16px Open Sans, sans-serif;
    margin-top: 2%;
    color: #222;
    font-weight: 600;
    position: fixed;
    bottom: 0px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 10;
}

.listen-text {
    position: relative;
    top: 0;
    transition: all 1s;
    background: #222;
    color: #000;
    /* padding: 1% 4%; */
    /* width: 250px; */
    /* border-radius: 10px; */
    padding-bottom: 3%;
    padding-top: 1%;
    font-size: 13px;
    /* background: #FFEE34!important; */
    color: #FFEE34!important;
}

.masCarusel .carusel {
    overflow: hidden;
}

.carusel .controlsL, .carusel .controlsR {
    height: 100%;
    text-align: center;
    padding-top: 48px;
    cursor: pointer;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
}

.carusel .controlsL {
    border-right: 1px solid #E8E8E8;
}

.carusel ul {
    width: 83.3%;
    height: 100%;
}

.carusel ul li {
    display: block;
    float: left;
    width: 20%;
    height: 100%;
    border-right: 1px solid #E8E8E8;
    padding-left: 3.8%;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    cursor: pointer;
    color: #555555;
}

.carusel ul li:hover {
    border-bottom: 5px solid #000;
    color: #000;
}

.carusel p:first-child {
    font: 15px 'Playfair Display', serif;
    margin: 17px 0 11px;
}

.carusel p:last-child {
    font: bold italic 18px 'Playfair Display', serif;
}

.feat-cat {
    color: #000;
    font-size: 18px;
    padding: 1%;
    top: 2%;
    position: absolute;
    left: 3%;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    background: rgba(255, 255, 255, 0.85) !important;
}

.carusel .active p {
    color: #000;
    font-size: 20px;
}

.carusel .active {
    border-bottom: 5px solid #000;
}

/*End masCarusel*/

/*sorting*/

.masSorting {
    position: relative;
    height: 442px;
    padding-top: 80px;
    color: #000;
}

.masSorting .container {
    position: relative;
}

.masSorting .topIm {
    top: -80px;
}

.masSorting .browse {
    font: italic bold 14px 'Playfair Display', serif;
    color: #9e9e9e;
}

.masSorting .browse img {
    width: 10px;
}

.masSorting .browse span {
    margin-left: 7px;
    position: relative;
    top: 2px;
}

.sorting {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    margin-top: 30px;
    padding: 35px 0;
    text-align: center;
}

.sorting ul, .sorting .rig {
    display: inline-block;
}

.sorting ul {
    margin-right: 75px;
}

.sorting ul li {
    font: 18px 'Playfair Display', serif;
}

.sorting ul li ul {
    margin-right: 0;
    position: absolute;
    right: 0px;
    width: 157px;
    background: white;
    z-index: 5;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sorting ul li ul li:hover {
    color: #fff;
    background: #83E6DE;
    transition: background 0.6s ease-in;
}

.sorting ul li span {
    font: italic bold 18px 'Playfair Display', serif;
    display: inline-block;
    margin-left: 7px;
    width: 140px;
}

.sorting ul li span img {
    position: relative;
    top: -1px;
    width: 10px;
    right: 6px;
    float: right;
    vertical-align: top;
    margin-top: 11px;
}

.sorting p {
    font: 18px 'Playfair Display', serif;
}

.sorting p span {
    font: italic bold 18px 'Playfair Display', serif;
    display: inline-block;
    margin-left: 15px;
}

.sorting .added {
    display: none;
}

.libraryPage .sorting .added {
    display: inline-block;
}

/*js css for sorting*/

.sortH {
    position: relative;
}

.sortH ul {
    display: none;
    position: absolute;
    top: 30px;
}

.sortH span {
    cursor: pointer;
}

.sortShow ul {
    display: block;
}

.sortShow ul li {
    cursor: pointer;
    padding: 5px 0;
    border-bottom: 1px solid gainsboro;
}

/*End sorting*/

/*whiteDivider*/

.whiteDivider {
    position: relative;
}

.whiteDivider div {
    height: 330px;
    background: #fff;
    position: absolute;
    top: -200px;
    z-index: 2;
    width: 100%;
}

.masonrySecond .itemsList {
    top: 0;
    padding-bottom: 50px;
}

/*End whiteDivider*/

/*widgetMore*/

.widgetMore {
    margin: 115px 0 23px;
}

.widgetMore h3 {
    font: bold 26px 'Playfair Display', serif;
    float: left;
    padding-right: 20px;
}

.rtl .widgetMore h3 {
    font-weight: normal;
}

.widgetMore h3 img {
    width: 14px;
}

.widgetMore h3 span:first-child {
    font: italic bold 26px 'Playfair Display', serif;
}

.widgetMore h3 span:nth-child(2) {
    font: italic normal 26px 'Playfair Display', serif;
}

.widgetMore h3 span:last-child {
    margin-left: 5px;
}

.widgetMore .hr {
    padding-top: 20px;
}

.widgetMore hr {
    border: 0;
    height: 1px;
    background: #D7D7D7;
}

/*End widgetMore*/

/*widgetAlphabet*/

.writerCarusel .container {
    height: 300px;
    padding-top: 50px;
    position: relative;
    overflow: hidden;
}

.page-template-page-writer .masonry {
    min-height: 509px;
    text-align: center;
}

.alphabet {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    height: 100px;
}

.alphabet .jssora03r {
    right: -50px !important;
    width: 50px !important;
}

.alphabet .jssora03l {
    left: -50px !important;
    width: 50px !important;
}

.alphabet li {
    font: 16px 'Playfair Display', serif;
    color: #ACACAC;
}

.alphabet .active {
    font-weight: bold;
    color: #000;
}

.alphabet .jssora03l, .alphabet .jssora03r {
    height: 84px !important;
    padding-top: 30px;
    border: none;
    border-bottom: 1px solid #EEEEEE;
}

.alphabet #jssor_1 {
    overflow: visible !important;
}

.alphabet li {
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase;
    padding: 30px 0;
    border-bottom: 1px solid #EDEDED;
    cursor: pointer;
}

.alphabet .active, .alphabet li:hover {
    font-weight: bold;
    color: #000;
    border-bottom: 5px solid #000;
}

.alphabet .controlsL, .alphabet .controlsR {
    width: 50px;
    padding: 30px 0 22px;
    border-bottom: 1px solid #EDEDED;
}

/*End widgetAlphabet*/

.seprator {
    width: 180px;
    border-bottom: 1px solid;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 25px;
}

/*wouldLike widget*/

.wouldLike {
    padding: 0 60px;
    position: relative;
    top: -40px;
    width: 100%;
    background: white;
    padding-top: 24px;
    padding-bottom: 25px;
    margin-top: 5%;
}

.wouldLike h3 {
    font: italic 14px 'Playfair Display', serif;
    font-size: 21px;
    font-weight: 900;
    font-style: italic;
    line-height: 1.95;
    letter-spacing: 0.4px;
}

.wouldLike h3 img {
    width: 15px;
}

.wouldLike>h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 2.13;
    letter-spacing: 0.3px;
    font-weight: normal;
    padding-left: 31px;
    margin-bottom: 18px;
}

.wouldLike .zag span {
    margin-right: 10px;
}

.wouldLike .zag span .zagLeftArrow {
    display: none;
}

.wouldLike .threeItems {
    width: 314px;
    height: 200px;
    margin-right: 29px;
}

.wouldLike .threeItems:nth-child(3) {
    margin-right: 0;
}

.wouldLike .twoBig .describe .criben, .wouldLike .twoBig .describe .readingLine {
    display: none !important;
}

.rtl .wouldLike .threeItems {
    margin-right: 0px;
    margin-left: 29px;
}

.rtl .wouldLike .threeItems:nth-child(3) {
    margin-left: 0;
}

/*End wouldLike widget*/

/*End Widgets*/

/*End Widgets*/

/*End Widgets*/

/*Changed items displayed*/

/*Changed items displayed*/

/*Changed items displayed*/

/*white backgrond(adding class whiteBack to class item))*/

.whiteBack .describe h2, .whiteBack .describe h3 {
    margin-bottom: -2px !important;
}

.whiteBack .describe h2 span:first-child, .whiteBack .describe h3 span, .whiteBack .describe h2 span:nth-child(2) span {
    background: rgba(255, 255, 255, 0.85) !important;
}

.whiteBack .describe h3 span span:first-child {
    padding-left: 4px;
}

.whiteBack .describe h3 span span:last-child {
    padding-right: 4px;
}

.whiteBack .describe h2 span {
    padding: 0 4px;
    font-size: 29px;
    line-height: 31px !important;
}

.whiteBack .describe h2 span:first-child {
    margin-bottom: 5px;
}

.whiteBack .describe h2 {
    font-size: 25px !important;
}

.whiteBack .describe h3 {
    font-size: 14px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*End Changed items displayed*/

/*End Changed items displayed*/

/*End Changed items displayed*/

/*buttons and items tabs*/

.content .subscribe {
    margin-top: 65px;
}

.content article .subscribe {
    margin-top: 30px;
}

.page-id-23 .item .audio, .page-id-23 .item .childernIcon, .page-id-23 .jp-progress-slider, .page-id-428 .item .audio, .page-id-428 .item .childernIcon, .page-id-428 .jp-progress-slider {
    background: #ff53b7;
}

.page-id-11 .item .audio, .page-id-23 .item .childernIcon, .page-id-428 .item .childernIcon {
    background: #91f1ff;
}

.page-id-9291 .item .childernIcon {
    background-color: #E58BD7;
}

.page-id-23 .skPlay, .page-id-428 .skPlay {
    background-image: url(img/play-player-pink.png) !important;
}

.page-id-23 .skPause, .page-id-428 .skPause {
    background-image: url(img/pause-player-pink.png) !important;
}

.audio img {
    width: 24px;
    height: 24px;
}

.audio img.hover {
    width: 24px;
    height: 24px;
    padding: 3px;
    padding-top: 0;
    padding-bottom: 6px;
}

.subscribe {
    margin-right: 10px;
    /* width:30px;
    height: 30px; */
    /* transition: all .2s ease-in-out; */
}

/* .subscribe a {

    text-transform: uppercase;

    padding: 7px 15px 7px;

    background: #FFEE34;

    font: 16px Montserrat;

    display: block;


    color: #000;

    letter-spacing: 1px;

    position: relative;

    overflow: hidden;

    cursor: pointer;

    text-align: center;

} */

.subscribe a {
    color: #18181F;
    cursor: pointer;
}

.subscribe a i {
    font-size: 22px;
}

.activeSaveButton {
    text-align: center;
}

.subscribe a span:first-child {
    position: relative;
    z-index: 2;
    padding: 3px 0;
    display: inline-block;
}

.rtl .subscribe a span:first-child {
    font-size: 17px;
    padding-top: 6px;
}

.subscribe a span:last-child {
    border-radius: 20px;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.ulike {
    margin-right: 4px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
}

.subscribe .activeBut span:last-child {
    width: 100%;
    background: #000;
    transition: all 0.6s ease-in;
}

/* .subscribe .activeSaveButton span:last-child {

    width: 100%;

    background: #000;

} */

/* .subscribe .activeSaveButton span:first-child {

    color: #FFEE34;

}
 */

.removeSaved {
    cursor: pointer;
    padding: 3px 10px;
    background: #FFEE34;
    box-shadow: 0.1px 2px 9px 0 rgba(63, 65, 82, 0.33);
    border-radius: 10px;
    position: absolute;
    bottom: 8px;
    margin: 0;
    text-transform: uppercase;
}

.wpulike-robeen .count-box {
    font-weight: 500;
}

.wp-social-login-provider-list .subscribe {
    background: none !important;
}

.subscribe a.wp-social-login-provider {
    color: #fff;
    padding: 12px 0;
    height: 45px;
}

.subscribe a.wp-social-login-provider-facebook {
    background: #4667AB !important;
    margin-bottom: 22px !important;
}

.subscribe a.wp-social-login-provider-facebook:hover {
    color: #4667AB !important;
}

.subscribe a.wp-social-login-provider-twitter {
    background: #00AEEE !important;
}

.subscribe a.wp-social-login-provider-twitter:hover {
    color: #00AEEE !important;
}

/* .subscribe a:hover {

    color: #FFEE34;

} */

/* .subscribe:hover{
    transform: translateY(-4px);

} */

.page-id-23 .subscribe a:hover {
    color: #ff53b7;
}

.page-id-11 .subscribe a:hover {
    color: #91f1ff;
}

.page-id-15 .subscribe a:hover {
    color: #FFA6D2;
}

.page-id-17 .subscribe a:hover {
    color: #ec554e;
}

.whiteBlack a {
    color: #000;
    background: #fff;
    padding: 5px;
    text-transform: uppercase;
}

/* .whiteBlack a:hover {

    color: #fff;

} */

/* .whiteBlack .activeBut {

    color: #fff;

} */

.item .audio, .item .childernIcon {
    position: absolute;
    top: -18px;
    cursor: pointer;
    z-index: 2;
    width: 30px;
    height: 29px;
    text-align: center;
    background: #FFEE34;
    padding-top: 6px;
}

/* .headphonesicon {
    right: 10px; 
    padding-top: 15px!important;
} */

.rtl .headphonesicon {
    left: auto;
    /* padding-top: 15px!important; */
    right: 10px;
}

.item .cherry {
    position: absolute;
    top: -28px;
    cursor: pointer;
    z-index: 2;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #ff53b7;
    padding-top: 6px;
    box-shadow: -1.5px 3.7px 7.3px 0.7px rgba(210, 68, 150, 0.45);
    border-radius: 51px;
    left: 15px;
    fill: black;
    overflow: hidden;
}

.rtl .item .cherry {
    left: auto;
    right: 15px;
}

.bigger .cherry, .content .twoBig .cherry {
    left: 29px;
    top: -32px;
}

.rtl .bigger .cherry, .rtl .content .twoBig .cherry {
    right: 29px;
    left: auto;
    top: -32px;
}

.wouldLike #spotlight-cont {
    background: rgba(131, 230, 222, 0.87);
    padding: 5px 10px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.wouldLike #spotlight-cont span {
    font-size: 16px;
    font-family: 'Playfair Display', 'serif';
    font-weight: bold;
    color: #080810 !important;
}

.wouldLike #spotlight-cont span+span {
    font-size: 16px;
    font-family: 'Playfair Display', 'serif';
    font-weight: bold;
    font-style: italic;
    color: #080810 !important;
}

.bigger #spotlight-cont {
    background: rgba(131, 230, 222, 0.87);
    padding: 5px 10px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.bigger #spotlight-cont span {
    font-size: 25px;
    font-family: 'Playfair Display', 'serif';
    font-weight: bold;
    color: #080810 !important;
}

.bigger #spotlight-cont span+span {
    font-size: 25px;
    font-family: 'Playfair Display', 'serif';
    font-style: italic;
    color: #080810 !important;
    margin-top: -5px;
}

.rtl .bigger #spotlight-cont span {
    font-size: 44px;
}

.rtl .bigger #spotlight-cont span+span {
    font-size: 30px;
}

.bigger .tags-cont-item {
    margin-top: 4%;
    background: rgba(131, 230, 222, 0.87);
    padding: 5px 10px;
}

.bigger .tags-cont-item .tag {
    color: #080810;
    font: normal 14px Open Sans !important;
}

.rtl .bigger .tags-cont-item .tag {
    font: normal 14px Open Sans Hebrew !important;
}

.twoSmoll #spotlight-cont {
    background: #fff;
    padding: 5px 10px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.twoSmoll #spotlight-cont span {
    font-size: 28px;
    font-family: 'Playfair Display', 'serif';
    font-weight: bold;
    color: #080810 !important;
}

.twoSmoll #spotlight-cont span+span {
    font-size: 20px;
    font-family: 'Playfair Display', 'serif';
    font-style: italic;
    color: #080810 !important;
    margin-top: -5px;
}

.twoSmoll .tags-cont-item {
    margin-top: 4%;
    background: #fff;
    padding: 5px 10px;
    display: flex;
    flex-wrap: wrap;
}

.pais-logo {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 70px;
    right: 559px;
}

#reader-packages {
    display: none!important;
}

#accelerator {
    display: none;
}

.plan-containers:last-child {
    display: none;
}

#plan-list-container {
    margin-top: 15%!important;
}

.fakeplay {
    background-image: url(img/play-player-pink.png) !important;
    width: 37px;
    height: 37px;
    background-image: none;
    background-position: initial;
    margin: 6px auto!important;
}

.home .fakeplay {
    width: 37px !important;
    height: 37px !important;
    background-image: url(./img/play-player.png) !important;
    background-color: transparent !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    margin-left: 0px !important;
}

@media only screen and (max-width:768px) {
    .blocked-content-text {
        flex-direction: column;
    }
    .login-modal #popup-content {
        width: 100%;
        height: 100%;
        max-height: 100%;
        justify-content: center;
    }
    .login-modal .login-blue-square {
        display: none;
    }
    .pais-logo {
        position: initial;
    }
    .plan-image {
        z-index: 1!important;
    }
    .pais-cont {
        margin: 2% auto;
    }
}

/* .rtl .item .audio, .item .childernIcon{
    padding-top:0px;
} */

.twoSmoll .tags-cont-item .tag {
    color: #080810;
    font: normal 10px Open Sans !important;
}

.rtl .twoSmoll .tags-cont-item .tag {
    color: #080810;
    font: normal 12px 'Open Sans Hebrew' !important;
}

.twoSmoll .item+.item {
    width: 330px!important;
}

.item .cherry svg {
    width: 110px;
    left: -29px;
    position: absolute;
    top: -7px;
}

.active .audio {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.item .childernIcon {
    width: 30px;
    height: 29px;
    /* top: -27px; */
}

.premium-badge+.headphonesicon {
    left: 90px;
}

.item .childernIcon.feat-icon {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 2%;
}

.rtl .item .childernIcon.feat-icon {
    padding-top: 0px;
}

.item .childernIcon.feat-icon img {
    min-height: inherit!important;
    margin: 0 auto!important;
}

.item .childernIcon img {
    /* width: 37px; */
    margin-top: -4px;
    vertical-align: inherit;
    margin-left: 2px;
}

.picker .subscribe a {
    background: #fff;
    color: #000;
}

.tags-cont {
    display: flex;
    flex-wrap: wrap;
}

.tag {
    margin-right: 10px;
    color: #696975;
}

.itemMas .button>div {
    font: 11px Montserrat;
    color: #000;
    text-transform: uppercase;
    /* display: flex; */
    /* border-radius: 10px; */
    /* float: left; */
    /* position: relative; */
    /* justify-content: space-between; */
}

.itemMas .button>div span {
    /* position: relative;

    z-index: 2;

    margin-left: 10px; */
    position: relative;
    z-index: 2;
    padding: 3px 10px;
    background: #FFEE34;
    /* box-shadow: 0.1px 2px 9px 0 rgba(63, 65, 82, 0.33); */
    border-radius: 10px;
    transition: box-shadow 0.3s ease-in-out;
}

.itemMas .button>div span:hover {
    box-shadow: 0.1px 2px 9px 0 rgba(63, 65, 82, 0.33);
    transition: box-shadow 0.3s ease-in-out;
}

.bdikas {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 2px 5px;
    padding: 0;
    overflow: hidden;
    line-height: 0;
    text-decoration: none;
    text-transform: none;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: 0;
    font-family: helvetica neue, helvetica, arial, sans-serif;
}

.itemMas .button>div span:last-child {
    /* display: block; */
    /* position: absolute; */
    /* width: 0%; */
    /* height: 100%; */
    /* top: 0; */
    border-radius: 10px;
    /* left: 0px; */
    /* box-shadow: 0.1px 2px 9px 0 rgba(63, 65, 82, 0.33); */
}

.rtl .itemMas .button>div span:last-child {
    left: auto;
    right: 0;
}

/* .masonry .active .button>div {

    color: #000;

    padding: 3px 10px;
    margin-top: -3px;

}
 */

.masonry .active .button>div span:first-child {
    margin-left: 0px;
}

.rtl .masonry .active .button>div {
    margin-right: -10px;
}

/* 
.masonry .active .button>div span:last-child {

    width: 100%;

    background: #FFEE34;

    transition: all 0.6s ease-in;

} */

.page-id-23 .masonry .active .button>div span:last-child {
    background: #ff53b7;
}

.page-id-17 .masonry .active .button>div span:last-child {
    background: #ec554e;
}

.page-id-11 .masonry .active .button>div span:last-child {
    background: #91f1ff;
}

.page-id-15 .masonry .active .button>span span:last-child {
    background: #FFA6D2;
}

.itemMas .button {
    margin: 15px 0 20px;
}

.unscribe .subscribe a {
    background: #fff;
    font: 12px Montserrat;
    /* padding: 3px 12px; */
    border-radius: 12.5px;
    padding: 2% 6%;
    text-transform: uppercase;
    color: #080810;
    font-weight: bold;
}

.unscribe .subscribe .activeBut {
    color: #fff;
}

#spotlight-cont {
    background: #fff;
    padding: 5px 10px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

#spotlight-cont span {
    font-size: 28px;
    font-family: 'Playfair Display', 'serif';
    font-weight: bold;
    color: #080810 !important;
}

.twoSmoll #spotlight-cont span+span {
    font-size: 20px;
    font-family: 'Playfair Display', 'serif';
    font-style: italic;
    color: #080810 !important;
    margin-top: -5px;
}

.classic {
    background: #ACACAC;
    color: #000;
    opacity: 0.78;
    font: italic 14px 'Playfair Display', serif;
    top: -5px;
    padding: 2px 15px 2px 8px;
}

.item .classic {
    position: absolute;
    cursor: pointer;
}

.plus {
    position: absolute;
    top: 14px;
    right: 16px;
    cursor: pointer;
    width: 22px;
    font: 12px Montserrat;
    z-index: 2;
}

.plus span:first-child {
    display: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 100% !important;
    text-align: right;
    padding-right: 37px;
}

.plus span:last-child {
    height: 22px;
    width: 22px;
    line-height: 0.75;
    float: right;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    /*padding-top: 5px;*/
    padding-top: 2px;
    font-size: 20px;
    color: black;
    overflow: hidden;
}

.removePicker {
    padding: 3px 10px!important;
    background: #FFEE34;
    box-shadow: 0.1px 2px 9px 0 rgba(63, 65, 82, 0.33);
    border-radius: 10px;
    position: absolute;
    bottom: 8px;
    margin: 0;
    text-transform: uppercase;
}

.plus.active span:last-child {
    background: #FFEE34;
}

.active.plus span:first-child {
    display: none !important
}

.plus span:last-child img {
    width: 10px;
    display: inline-block !important;
    min-height: 0 !important;
    margin-top: -2px;
}

.plus.morph span:last-child img {
    width: 22px;
    height: 21px;
    margin-top: -4px;
}

.plus.saved span:last-child {
    background: #FFEE34;
}

.plus.saved span:last-child img {
    width: 16px;
    height: 16px;
}

.item .plus.active span:last-child img:last-child {
    display: inline-block !important;
}

.item .plus.active span:last-child img:first-child {
    display: none !important;
}

/*End buttons and items tabs*/

/*recommended*/

/*recommended*/

/*recommended*/

#content.content {
    background: #F6F6F6;
}

#content.content .container {
    padding: 118px 60px 150px;
    max-width: 1095px;
}

.proposal {
    position: relative;
}

#content.content .proposal .subscribe:nth-child(3) {
    margin-bottom: 50px;
}

#content.content .whiteBack .describe h2 span:first-child {
    margin-bottom: 0px;
}

.proposal article {
    width: 660px;
    background: #fff;
    padding: 55px 125px 50px 49px;
    font: normal 16.66px Open Sans !important;
}

.proposal article.dfix {
    padding: 55px 50px 50px 49px;
}

.proposal article h1 {
    font: bold 30px 'Playfair Display', serif;
    text-transform: uppercase;
    padding-left: 1px;
}

.proposal article h2 {
    font: italic bold 30px 'Playfair Display', serif;
    margin: 20px 0 30px 0;
    line-height: 1.3;
}

.proposal article h2 span:first-child {
    font: italic bold 30px 'Playfair Display', serif;
}

.proposal article h2 span:nth-child(2) {
    font: italic normal 30px 'Playfair Display', serif;
}

.proposal article p:not(:first-child) {
    margin-top: 10px;
    color: #000;
}

.proposal .subscribe a {
    float: left;
}

.proposImage {
    position: absolute;
    top: 66px;
    right: -7px;
    max-width: 390px;
    /*background: url(img/backRec.png) no-repeat;

    background-size: 100% auto;

    box-shadow: 0 2px 7px rgba(0,0,0,0.5);*/
}

.proposImage .outhorIm {
    position: relative;
    display: block;
    bottom: 6px;
    right: 3px;
    width: 100%;
    box-shadow: 0px 0px 16px 0px rgb(89, 89, 93);
    max-height: 560px;
    overflow: hidden;
}

.proposImage img {
    width: 100%;
    display: block;
}

#content.content .twoBig {
    width: 460px;
}

#content.content .twoBig:nth-child(odd) {
    margin-right: 55px;
    margin-bottom: 35px;
}

#content.content .twoBig .describe h2 span:first-child {
    height: auto;
    text-transform: none;
    padding: 0px 8px;
}

/*End recommended*/

/*End recommended*/

/*writers*/

/*writers*/

/*writers*/

.page-template-page-writer .masonry .container {
    position: relative;
    min-height: 509px;
}

.writer {
    width: 350px;
    height: 300px;
    margin: 33px 30px 0 0;
    overflow: hidden;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: left;
}

.writer:hover {
    -webkit-box-shadow: 0px 5px 30px 0px rgba(24, 24, 31, 0.8);
    -moz-box-shadow: 0px 5px 30px 0px rgba(24, 24, 31, 0.8);
    box-shadow: 0px 5px 30px 0px rgba(24, 24, 31, 0.8);
}

.writer:nth-child(3n) {
    margin-right: 0;
}

.writer .about {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 131px;
    right: 0;
    background-color: #fff;
    padding: 27px 17px 33px;
    transition: all 0.5s ease-in;
}

.writer h1 {
    font: bold 26px 'Playfair Display', serif;
}

.writer h2 {
    font: italic 24px 'Playfair Display', serif;
    margin-top: 10px;
}

/*@Djole*/

.writer:hover {
    cursor: pointer;
}

.writer:hover h1, .writer:hover h2 {
    visibility: hidden;
}

.writer:hover .about {
    background: transparent;
}

.rtl .WriterFirst:hover .about {
    background: transparent;
}

/*@Djole*/

.about .subscribe {
    position: absolute;
    bottom: 30px;
    font: 10px Montserrat;
    background: #FFEE34;
    text-transform: uppercase;
    border-radius: 30px;
    font: 12px Montserrat;
    padding: 7px 15px 7px;
}

.WriterFirst .about {
    position: absolute;
    right: 0;
    top: 34px;
    bottom: 14px;
    left: 128px;
    background: #85E9E1;
    padding: 30px 20px;
    overflow: hidden;
    height: 392px;
}

.WriterFirst {
    /* position: absolute; */
    left: -60px;
    top: -100px;
    height: 440px;
    width: 413px;
    box-shadow: none !important;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: -33px;
    margin-bottom: -104px;
    text-align: left;
}

.WriterFirst p {
    font: italic bold 17px 'Playfair Display', serif;
    color: #000;
    padding: 6px;
}

.WriterFirst p span {
    margin-left: 0px;
}

.WriterFirst h1 {
    font: bold 40px 'Playfair Display', serif;
}

.WriterFirst h2 {
    font: italic 24px 'Playfair Display', serif;
    margin-top: 20px;
}

.wrBotIm {
    width: 100%;
    height: 9px;
}

.wrBotIm img {
    float: right;
    width: auto !important;
}

.WriterFirst a img {
    width: 100%;
    height: 391px;
}

.writer img, .WriterFirst img {
    width: 100%;
    display: block;
}

.WriterFirst span img {
    width: auto;
    display: inline-block;
    position: static;
    width: 11px;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 7px;
}

.subscribeWrite {
    margin: 40px 0 70px !important;
    display: inline-block;
}

.WriterFirst .subscribe p {
    background: #FFEE34;
    border-radius: 30px;
    font: 12px Montserrat;
    padding: 7px 15px 7px;
}

.WriterFirst .subscribe p span {
    text-transform: uppercase;
}

/*End writers*/

/*End writers*/

/*End writers*/

/*single*/

/*

.single .subscribe a{

    display: block;

    float: left;

}

.single .subscribe{

    margin: 45px 0;

}

.single .proposal article h2{

    font: italic bold 45.77px 'Playfair Display', serif;

}

.single .proposal article h1{

    font: bold 48px 'Playfair Display', serif;

    text-transform: uppercase;

}

/*single*/

/*page-id-11*/

.page-id-11 #bigger, .page-id-11 #smoller, .page-id-11 #search, .page-id-11 .subscribe a {
    background: #91F1FF;
}

.page-id-11 .bigger .describe h2 span, .page-id-11 .twoBig .describe h2 span:first-child, .page-id-11 .bigger .describe h3, .page-id-11 .twoBig .describe h3 span, .page-id-11 .bigger .describe h2 span:nth-child(2) span {
    background: rgba(1, 205, 156, 0.8) !important;
}

.page-id-11 .twoBig .describe h2 span {
    display: inline-block;
    height: 42px;
    padding: 0 8px;
}

.page-id-11 .twoBig .describe h2 span:nth-child(2) {
    padding-left: 0;
}

.page-id-11 .masonrySecond .itemsList {
    top: -50px;
}

.page-id-11 .readingLine {
    background: #91F1FF;
}

.page-id-11 .muchTime {
    background: #01CD9C;
}

.about_text {
    font-family: Open Sans;
    font-size: 19px;
    line-height: 1.7;
    text-align: justify;
}

.page-id-11 .isButton {
    color: #000;
    background: rgba(145, 241, 255, 0.78);
    font: bold italic 18px 'Playfair Display', serif;
    padding: 2px 4px;
    margin-bottom: 10px;
}

.page-id-11 .auHM {
    max-width: 620px;
}

.page-id-11 .storyTitle h1 span {
    font-size: 46px;
}

/*End page-id-11*/

/*page-id-17*/

.page-id-17 #bigger, .page-id-17 #smoller, .page-id-17 #search, .page-id-17 .subscribe a, .page-id-17 .audio {
    background: #EC554E;
}

.page-id-17 .masonrySecond .itemsList {
    top: -50px;
}

.page-id-17 .readingLine {
    background: #EC554E;
}

.page-id-17 .muchTime {
    background: #85E9E1;
}

.page-id-17 .auHM {
    max-width: 660px;
}

.page-id-17 .storyTitle h1 span {
    font-size: 46px;
}

.page-id-17 .storyTitle .classic {
    margin-bottom: 10px;
    background: #EC554E;
    font: bold italic 16px 'Playfair Display', serif;
    padding-right: 4px;
}

.page-id-17 .storyTitle .classic span {
    font-style: normal;
}

/*End page-id-17*/

/*page-id-15*/

/*page-id-15*/

/*page-id-15*/

.page-id-15 #bigger, .page-id-15 #smoller, .page-id-15 #search, .page-id-15 .subscribe a, .page-id-15 .audio {
    background: #FFA6D2;
}

.page-id-15 .masonrySecond .itemsList {
    top: -50px;
}

.page-id-15 .readingLine {
    background: #FFA6D2;
}

.page-id-15 .muchTime {
    background: #A47CDD;
}

.page-id-15 .bigger .describe h2 span, .page-id-15 .twoBig .describe h2 span:first-child, .page-id-15 .bigger .describe h3, .page-id-15 .twoBig .describe h3 span, .page-id-15 .bigger .describe h2 span:nth-child(2) span {
    background: rgba(164, 124, 221, 0.89) !important;
}

.page-id-15 .auHM {
    max-width: 600px;
}

.page-id-15 .storyTitle h1 span {
    font-size: 46px;
    background: rgba(164, 124, 221, 0.8);
    color: #fff;
}

.page-id-15 .LatLit {
    background: rgba(255, 166, 210, 0.78);
    font: bold italic 16px 'Playfair Display', serif;
    color: #000;
    margin-bottom: 10px;
    padding: 2px 4px;
}

.page-id-15 .LatLit span {
    font-style: normal;
}

/*End page-id-15*/

/*End page-id-15*/

/*single-post*/

/*single-post*/

/*single-post*/

/*single-post additional menu*/

.rb-logo img {
    margin-left: 10px;
    margin-top: 10px;
}

.rb-main-menu {
    border-right: 1px solid #57555A;
    position: relative;
    z-index: 2;
    height: 100%;
}

.rb-main-menu a {
    color: #CCC5BF;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 20px 0 30px;
}

.rb-main-menu a:hover {
    text-decoration: underline;
    background: #83E6DE !important;
    transition: background 0.6s ease-in;
}

.rb-reading {
    margin: 20px 0 0 25px;
    font: 11px 'Montserrat', sans-serif;
    color: #ccc5bf;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.rb-right {
    position: relative;
    z-index: 2;
    float: right;
    margin: 0 4%;
}

.rb-reading span {
    font: bold 14px 'Playfair Display', serif;
    margin-left: 5px;
    text-transform: none;
}

.rb-right img {
    width: 30px;
    height: 30px;
}

.rb-right .fontAdd, .rb-right .fontLess {
    padding: 8px 0;
}

.rb-right p {
    margin-top: 28px;
    margin-right: 40px;
    font: 11px 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #ccc5bf;
}

.rb-right ul {
    display: block;
}

.rb-right ul ul {
    display: none;
}

.rb-right ul ul li {
    font: 20px 'Montserrat', sans-serif;
    color: #000;
    text-align: center;
    width: 100%;
    margin: 0 5px;
}

.rb-right ul ul li:hover {
    background: #85E9E1;
    transition: background 0.6s ease-in;
    cursor: pointer;
}

.rb-right .dropdown:last-child {
    width: auto;
}

.rb-right ul ul li a img {
    margin: 0;
    width: auto;
}

.rb-reading span .rb-border-right {
    border-right: 2px solid #CCC5BF;
    margin-right: 8px;
    padding-right: 8px;
}

.rb-right ul li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.rb-right ul li a {
    width: 72px;
    height: 73px;
    display: inline-block;
}

.rb-right ul ul a {
    padding: 9px 5px 9px 5px;
}

.rb-right ul li a:hover, .rb-lang-select a:hover {
    background: #85E9E1;
    transition: background 0.6s ease-in;
}

.rb-right ul li a img {
    margin-top: 23px;
}

.rb-right ul li.audioItem img {
    height: auto;
    width: 38px;
    margin-top: 17px;
}

.hi-icon:after {
    top: 12px;
    left: 12px;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation: sonarEffect 1.3s ease-out 75ms 4;
    -moz-animation: sonarEffect 1.3s ease-out 75ms 4;
    animation: sonarEffect 1.3s ease-out 75ms 4;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.rtl .hi-icon:after {
    left: 85px;
}

.chMenu header {
    position: fixed;
    z-index: 10;
}

.chMenu .rb-main-menu, .chMenu .rb-reading, .chMenu .rb-right {
    display: block;
}

.chMenu nav {
    display: none;
}

.chMenu .haveMore {
    display: none;
}

/*single-post additional menu*/

.single .container {
    max-width: 1140px;
    position: relative;
}

.singleStory {
    padding-bottom: 70px;
    margin-top: 25px;
}

.single {
    background: #F6F6F6;
}

.single .slide, .page-template-page-collection .slide, .maaboretSlide {
    height: 620px;
    overflow: hidden;
}

.single .slide {
    width: 1170px;
    margin: 0 auto;
    margin-top: 54px;
    height: auto;
}

.single .slide #postImage, .single .slide #postVideo {
    position: absolute;
    float: right;
    width: 665px;
    height: 700px;
    right: 11px;
    left: auto;
    top: 40px;
    overflow: hidden;
    box-shadow: 0px 7px 23px -5px rgba(0, 0, 0, 0.63);
}

.rtl.single .slide #postImage, .rtl.single .slide #postVideo {
    right: auto;
    left: 0;
}

.single .slide #postImage #image_credit, .single .slide #postVideo #image_credit {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: white;
}

.rtl.single .slide #postImage #image_credit, .rtl.single .slide #postVideo #image_credit {
    left: auto;
    right: 10px;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 11px;
}

.single .slide video {
    height: 100%;
    width: auto !important;
}

.innerPageSlide {
    max-height: 300px !important;
}

.single .slide video, .page-template-page-collection .slide video, .maaboretSlide video {
    width: 100%;
}

.slide video {
    height: auto;
}

/*.single .slide .gradient, .page-template-page-collection  .slide .gradient, .maaboretSlide .gradient{

    background: rgba(217,217,217,0);

	background: -moz-linear-gradient(top, rgba(217,217,217,0) 0%, rgba(131,131,138,0) 47%, rgba(41,41,56,0.98) 96%, rgba(41,41,56,1) 97%);

	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217,217,217,0)), color-stop(47%, rgba(131,131,138,0)), color-stop(96%, rgba(41,41,56,0.98)), color-stop(97%, rgba(41,41,56,1)));

	background: -webkit-linear-gradient(top, rgba(217,217,217,0) 0%, rgba(131,131,138,0) 47%, rgba(41,41,56,0.98) 96%, rgba(41,41,56,1) 97%);

	background: -o-linear-gradient(top, rgba(217,217,217,0) 0%, rgba(131,131,138,0) 47%, rgba(41,41,56,0.98) 96%, rgba(41,41,56,1) 97%);

	background: -ms-linear-gradient(top, rgba(217,217,217,0) 0%, rgba(131,131,138,0) 47%, rgba(41,41,56,0.98) 96%, rgba(41,41,56,1) 97%);

	ackground: linear-gradient(to bottom, rgba(217,217,217,0) 0%, rgba(131,131,138,0) 47%, rgba(41,41,56,0.98) 96%, rgba(41,41,56,1) 97%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#292938', GradientType=0 );

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    z-index: 0;

}*/

.single .slide .waves, .page-template-page-collection .slide .waves, .maaboretSlide .waves {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    opacity: 0.6;
}

.single .criben hr {
    margin-top: 7;
}

.IRPP_ruby {
    box-shadow: none !important;
    padding-top: 12px;
}

.IRPP_ruby .postImageUrl {
    width: 180px !important;
    height: 144px !important;
    margin-top: -15px !important;
    margin-left: 85px !important;
}

.IRPP_ruby .postImageUrl::before {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.3px;
    position: absolute;
    top: -28px;
    left: 12px;
}

.rtl .IRPP_ruby .postImageUrl::before {
    font-family: MargaliotItalicMFW;
    font-size: 14px;
}

.IRPP_ruby .postTitle {
    font-family: 'Playfair Display', serif;
    font-size: 17.3px !important;
    font-weight: bold !important;
    line-height: 1.87 !important;
    margin-top: 14px !important;
    text-overflow: clip;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.rtl .IRPP_ruby .postTitle {
    font-family: MargaliotBoldMFW;
}

.IRPP_ruby .ctaButton {
    background-color: #ffee34 !important;
    margin-left: 10px !important;
    position: absolute !important;
    left: 0 !important;
    top: auto !important;
    width: 80px !important;
    height: 21px !important;
    bottom: 15px !important;
    border-radius: 43px !important;
}

.IRPP_ruby .ctaButton:after {
    font: 13px 'Open Sans', sans-serif;
    left: 13px;
    position: ABSOLUTE;
    top: 2px;
    text-transform: uppercase;
}

.rtl .IRPP_ruby .ctaButton {
    left: auto !important;
    right: 20px !important;
    font-family: 'Open Sans', sans-serif;
}

.IRPP_ruby .centered-text-area {
    height: 110px !important;
    background: white !important;
    padding-left: 15px !important;
    margin-left: -40px !important;
    display: block !important;
    float: left !important;
}

.rtl .IRPP_ruby .centered-text {
    padding-right: 25px !important;
}

.rtl .IRPP_ruby .IRPP_ruby-content {
    padding-right: 0px !important;
}

.IRPP_ruby .ctaText {
    display: none;
}

.IRPP_ruby .IRPP_ruby-content {
    display: block !important;
    margin-top: 14px !important;
}

.IRPP_ruby, .IRPP_ruby:hover, .IRPP_ruby:visited, .IRPP_ruby:active {
    background: none !important;
}

blockquote {
    margin: 0 auto;
    font: italic 18px 'Playfair Display', serif;
    border-left: 1px solid #CCCCCC;
    padding-left: 20px;
    font-feature-settings: "dlig";
    margin-bottom: 30px;
}

.rtl blockquote {
    padding-left: 0px;
    padding-right: 20px;
    border-right: 1px solid #CCCCCC;
    border-left: 0;
}

blockquote p {
    padding-top: 0 !important;
}

.insert {
    position: absolute;
    top: -202px;
    width: 840px;
    min-height: 300px;
    z-index: 2;
}

.insert article {
    background: #fff;
    width: 100%;
    padding-right: 15px;
    font: italic 14px 'Open Sans', sans-serif;
}

.insert h2 {
    background: rgba(255, 255, 255, 0.83);
    font: 16px Montserrat;
    text-align: center;
    padding: 7px 0;
    text-transform: uppercase;
    cursor: pointer;
}

.insert article p {
    padding-top: 0;
    line-height: 1.7;
    text-align: justify;
    color: #5D5B5B;
}

.insert h2 span {
    margin-left: 15px;
    text-align: center;
    height: 22px;
    width: 22px;
    border-radius: 10px;
    background: #FFEE34;
    display: inline-block;
    padding-left: 1px;
    padding-top: 1px;
}

.insert h2 span img {
    width: 12px;
}

.insert h2 span img:nth-child(2) {
    display: none;
}

.singleStory .active2 h2 span {
    background: none;
}

.singleStory .active2 h2 span img:first-child {
    display: none;
}

.singleStory .active2 h2 span img:nth-child(2) {
    display: inline-block;
}

.mainArticle {
    padding: 60px 170px 40px;
    position: relative;
    z-index: 3;
    color: #000;
    font: 17px Open Sans;
    line-height: 1.7;
    overflow: hidden;
}

.mainArticle article {
    padding-left: 0;
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
}

.mainArticle article p {
    padding: 15px 0;
    line-height: 1.5;
}

.mainArticle .bigLetter {
    font: bold 61px 'Playfair Display', serif;
    display: block;
    float: left;
    padding: 0 5px;
    position: relative;
    top: 7px;
    line-height: 0.5;
}

.mainArticle .subscribe {
    margin-top: 25px;
    display: inline-block;
}

.mainArticle img {
    /* display: inline; */
    margin-bottom: 19px;
    margin-top: 19px;
}

.mainArticle .alignleft {
    float: left;
    margin-right: 22px;
}

.mainArticle .alignright {
    margin-left: 22px;
    float: right;
}

.writerGo {
    display: block;
    margin: auto;
    text-align: center;
}

.tags {
    position: relative;
    top: -15px;
    height: 104px;
}

.tags ul {
    text-align: center;
}

.tags ul li {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    font-style: italic;
    line-height: 3;
    letter-spacing: -0.2px;
}

.tags ul li a {
    color: #000;
}

.tags ul li span {
    font: bold 15px 'Playfair Display', serif;
}

.single .item h2 span:first-child {
    text-transform: none !important;
    margin-bottom: 0 !important;
}

.single .item h2 span {
    font-size: 20px;
    height: auto !important;
}

.single .item h2 span:nth-child(2) {
    margin-top: 5px !important;
}

.single .item .describe h3 {
    margin-bottom: 15px !important;
}

.single .item h3 span {
    font: 11px Montserrat;
    padding-top: 0px;
}

.single .whiteBack .describe h3 span span:first-child {
    padding-left: 2px;
    margin-right: 2px;
}

.single .whiteBack .describe h3 span span:last-child {
    padding-right: 2px;
}

.single .whiteBack .describe h3 span span:nth-child(2) {
    margin-right: 2px;
}

.single .whiteBack .describe h3 span {
    letter-spacing: normal !important;
}

.single .slide .storyTitle {
    width: 715px;
    height: 786px;
    padding: 31px;
    padding-top: 175px;
    background-color: #ffffff;
    padding-right: 95px;
    /*155px;*/
}

.rtl.single .slide .storyTitle {
    padding-right: 31px;
    padding-left: 205px;
}

.page-template .storyTitle {
    top: 130px;
}

.storyTitle.collection-title {
    top: 116px;
    left: 0;
    /*right: 90px;*/
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
}

.storyTitle.collection-title h1 span {
    background: rgba(110, 197, 190, 0.92);
    font: bold 47px 'Playfair Display', serif;
    line-height: 1.6;
    color: white;
}

.collection-subtitle {
    text-align: CENTER;
    color: white;
    font: 10px Montserrat;
    position: relative;
    margin: auto;
    margin-top: 216px;
    max-width: 698px;
}

.collection-subtitle h2 {
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
    margin-top: -17px;
    font-size: 13px;
}

.slide {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.auHM {
    max-width: 480px;
    margin: 0 auto;
}

.auHM h1 {
    margin-top: 13px;
    font: bold 46px 'Playfair Display', serif;
    height: 52px;
    overflow: hidden;
}

.auHM h1 {
    line-height: 0.95 !important;
}

.rbAU {
    position: absolute;
    bottom: 20px;
}

.auHM img {
    width: 60px;
}

.storyTitle .rbAU h4 {
    margin-top: 45px;
    color: #fff;
    font: 11px 'Open Sans', sans-serif;
}

.rbAU h4 a {
    color: #fff;
    margin-left: 10px;
}

.rbAU h4 a:hover {
    text-decoration: underline;
}

.auHM .audio {
    background: #FF53B7;
    padding: 10px 0 12px;
}

.storyTitle .audio {
    width: 57px;
}

.auHM h1 {
    text-align: left;
    clear: both;
}

.single .storyTitle span, .single .storyTitle span a {
    color: black;
}

.storyTitle h1 {
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.storyTitle h1 span {
    text-transform: uppercase;
}

.storyTitle h1 span {
    font: bold 47px 'Playfair Display', serif;
    color: black;
    font-size: 48px;
    font-weight: bold;
}

.storyTitle h3 {
    margin-top: 27px;
    letter-spacing: 1px;
    position: relative;
    z-index: 3;
}

.storyTitle h3 span {
    font: 400 18px 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.storyTitle h4 {
    margin-top: 20px;
    font: 16px 'Open Sans', sans-serif;
    line-height: 1.75;
    border-top: 1px solid;
    padding-top: 17px;
    max-width: 430px;
    position: relative;
    z-index: 3;
}

/*End single-post*/

/*End single-post*/

/*End single-post*/

/*picker*/

/*picker*/

/*picker*/

.page-template-page-picker footer, .page-template-page-picker .disclaimer, .page-template-page-picker-grace footer, .page-template-page-picker-grace .disclaimer {
    display: none;
}

.page-template-page-picker .topest .container, .page-template-page-picker-grace .topest .container {
    position: relative;
    padding-top: 70px;
}

.topest .logo2 {
    padding: 40px 0 43px 70px;
}

.topest h3 {
    text-align: right;
    padding-bottom: 25px;
    font: italic bold 18px 'Playfair Display', serif;
    position: relative;
    color: #838383;
}

.topest h3 img {
    right: -10px;
    width: 10px;
    color: #838383;
}

.topest h3 span {
    margin: 0 10px;
}

.page-template-page-picker .masonry .container, .page-template-page-picker-grace .masonry .container {
    padding-bottom: 100px;
    padding-left: 0;
}

.page-template-page-picker .masonry .container .pickerList>div, .page-template-page-picker-grace .masonry .container .pickerList>div {
    display: inline;
    text-align: left;
}

.pickerFirst {
    width: 558px;
    height: 300px;
    background: #85E9E1;
    padding: 60px 99px;
    /* position: absolute; */
    left: 0;
    margin: -50px 10px 0 0;
    display: inline-block;
    vertical-align: top;
}

.pickerFirst h1 {
    font: bold 66px 'Playfair Display', serif;
    line-height: 0.9;
}

.pickerFirst h1 span {
    font-style: italic;
    font-weight: normal;
}

.pickerFirst p {
    font: 18px Montserrat;
    text-transform: uppercase;
    color: #000;
    margin-top: 30px;
}

.pickerFirst .bottomIm {
    bottom: -9px;
    right: 0;
}

.pickerThemes {
    width: 275px;
    height: 235px;
    display: inline-block;
    position: relative;
    margin: 15px 7px 0 0;
    cursor: pointer;
    overflow: hidden;
}

/*.pickerThemes .full{*/

/*background-size: cover;*/

/*width: 100%;*/

/*height: 100%;*/

/*}*/

.goAhead {
    width: 275px;
    height: 235px;
    background: #FFEE34;
    margin-top: 15px;
    padding: 14px;
    display: inline-block;
    margin: 15px 7px 0 0;
    cursor: pointer;
    overflow: hidden;
    display: none;
}

.goAhead h2 {
    font: bold 52px 'Playfair Display', serif;
    margin-top: 100px;
}

.goAhead h2 span {
    font: italic 48px 'Playfair Display', serif;
}

.pickerThemes img {
    display: block;
}

.pickerThemes .full, .pickerThemes .full img {
    width: 100%;
    height: 100%;
}

.pickerWhite {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 171px;
    background: #fff;
    z-index: 2;
}

.pickerWhite .plus {
    top: -12px;
}

.pickerWhite .plus img {
    margin-top: 5px !important;
    vertical-align: top;
    margin-right: 5px;
}

.pickerWhite .plus span:nth-child(2) {
    background: #85E9E1;
    width: 30px;
    height: 30px;
    font: 27px Tahoma;
    border-radius: 26px;
    padding-left: 5px;
    line-height: 0.95;
}

.pickerWhite #canvas {
    background: #fff;
}

.full h2 {
    position: absolute;
    bottom: 30px;
    color: #fff;
    left: 14px;
    font: bold 40px 'Playfair Display', serif;
    /*display: none;*/
    z-index: 2;
}

.page-template-page-picker .gradient, .page-template-page-picker-grace .gradient {
    z-index: 1;
}

/*css for js*/

.page-template-page-picker .active .plus span:nth-child(2), .page-template-page-picker-grace .active .plus span:nth-child(2) {
    background: #FEF130;
    transition: all 0.4s ease-in;
}

.page-template-page-picker .active .pickerWhite, .page-template-page-picker-grace .active .pickerWhite {
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.4s ease-in;
}

.page-template-page-picker .active2 .pickerWhite, .page-template-page-picker-grace .active2 .pickerWhite {
    bottom: -200px;
    transition: all 0.4s ease-in;
}

.page-template-page-picker .active2 .full h2, .page-template-page-picker-grace .active2 .full h2 {
    display: block;
}

@media(min-width:767px) {
    .pickerThemes .full:hover {
        border: 5px solid #FF53B7;
    }
}

.pickerThemes .full.active {
    border: 5px solid #FF53B7;
}

.pickerThemes.active2 .full {
    background-color: #ed0eff;
    border: 5px solid #FF53B7;
}

.pickerThemes.active2 .full img {
    opacity: 0.5;
}

.page-template-page-picker .logo, .page-template-page-picker-grace .logo {
    height: 80px;
    overflow: hidden;
}

.page-template-page-picker-grace .gracePickTitle {
    -webkit-text-fill-color: unset;
    color: black;
}

.pickerFooter {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    text-align: center;
    box-shadow: 0px 0px 10px 1px;
}

.pickerFooter .container {
    padding: 24px 15px;
    display: inline-block;
}

.pickerFooter .container div:not(:last-child) {
    font: 11px Montserrat;
    padding: 5px 10px;
    border: 3px solid #85E9E1;
    border-radius: 21px;
    text-transform: uppercase;
    color: #636363;
    font-size: 17px;
    width: 35px;
    height: 35px;
    text-align: center;
}

.pickerFooter .active {
    background: #85E9E1;
    color: #000 !important;
}

.pickerFooter hr {
    width: 60px;
    height: 1px;
    border: 0;
    background: #85E9E1;
    margin-top: 15px;
}

.pickerFooter .right {
    padding: 9px 20px 7px;
    background: #CCCCCC;
    color: #EBEBEB;
    text-transform: uppercase;
    font: 13px 'Montserrat', sans-serif;
    border-radius: 21px;
    margin-left: 48px;
}

.pickerFooter a {
    color: white;
}

.allDonePicker {
    cursor: pointer;
}

.allDonePicker.active {
    background: #FFEE34;
}

.allDonePicker.active a {
    color: black;
}

.clipped h3 {
    color: #000;
    font: bold 40px 'Playfair Display', serif;
    position: absolute;
    bottom: 25px;
    left: 14px;
    right: 14px;
    font-feature-settings: "dlig"1;
    line-height: 1.2;
}

.clipped h3.clippedSmall {
    font-size: 35px;
}

.page-template-page-picker .active2 a {
    color: #fff;
    background: #000;
}

/*End picker*/

/*End picker*/

/*End picker*/

/*.gradient{

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: linear-gradient(to bottom, rgba(217,217,217,0) 0%, rgba(131,131,138,0) 47%, rgba(41,41,56,0.98) 96%, rgba(41,41,56,1) 97%);

}

*/

.gradient-card {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(239, 197, 202, 0);
    background: -moz-linear-gradient(top, rgba(239, 197, 202, 0) 0%, rgba(135, 115, 128, 0) 31%, rgba(45, 44, 64, 0.97) 58%, rgba(45, 44, 64, 1) 62%, rgba(220, 132, 144, 0) 96%, rgba(241, 142, 153, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239, 197, 202, 0)), color-stop(31%, rgba(135, 115, 128, 0)), color-stop(58%, rgba(45, 44, 64, 0.97)), color-stop(62%, rgba(45, 44, 64, 1)), color-stop(96%, rgba(220, 132, 144, 0)), color-stop(100%, rgba(241, 142, 153, 0)));
    background: -webkit-linear-gradient(top, rgba(239, 197, 202, 0) 0%, rgba(135, 115, 128, 0) 31%, rgba(45, 44, 64, 0.97) 58%, rgba(45, 44, 64, 1) 62%, rgba(220, 132, 144, 0) 96%, rgba(241, 142, 153, 0) 100%);
    background: -o-linear-gradient(top, rgba(239, 197, 202, 0) 0%, rgba(135, 115, 128, 0) 31%, rgba(45, 44, 64, 0.97) 58%, rgba(45, 44, 64, 1) 62%, rgba(220, 132, 144, 0) 96%, rgba(241, 142, 153, 0) 100%);
    background: -ms-linear-gradient(top, rgba(239, 197, 202, 0) 0%, rgba(135, 115, 128, 0) 31%, rgba(45, 44, 64, 0.97) 58%, rgba(45, 44, 64, 1) 62%, rgba(220, 132, 144, 0) 96%, rgba(241, 142, 153, 0) 100%);
    background: linear-gradient(to bottom, rgba(239, 197, 202, 0) 0%, rgba(135, 115, 128, 0) 31%, rgba(45, 44, 64, 0.97) 58%, rgba(45, 44, 64, 1) 62%, rgba(220, 132, 144, 0) 96%, rgba(241, 142, 153, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efc5ca', endColorstr='#f18e99', GradientType=0);
}

.audioButton {
    position: absolute;
    margin: 0 auto;
    top: 110px;
    cursor: pointer;
    width: 57px;
    height: 57px !important;
    min-height: 0 !important;
}

/*contact*/

/*contact*/

/*contact*/

.contact {
    height: 214px;
    text-align: center;
    color: #000;
}

.contact .container {
    position: relative;
    height: 100%;
}

.contact:nth-child(even) {
    background: #F6F6F6;
}

.contact:nth-child(even) h2 {
    font: 400 36px 'Playfair Display', serif;
    padding-top: 80px;
    height: 224px;
}

.contact:nth-child(odd) p {
    font: 22px 'Montserrat', sans-serif;
    line-height: 2;
    text-transform: uppercase;
}

.contact:nth-child(odd) p:nth-child(2) {
    padding-top: 70px;
}

.imDv {
    position: absolute;
    left: 50%;
    top: -50px;
}

.contactLast {
    height: 175px;
}

/*End contact*/

/*End contact*/

/*about*/

/*about*/

/*about*/

.weAre {
    background: #F6F6F6;
    color: #000;
}

.weAre .container {
    position: relative;
    padding: 110px 0 180px;
}

.weAre article {
    max-width: 860px;
    margin: 0 auto;
}

.weAre h2 {
    font: bold italic 30px 'Playfair Display', serif;
    margin-bottom: 80px;
}

.weAre p {
    font: 20px 'Open Sans', sans-serif;
    margin-bottom: 45px;
}

.weAre h3 {
    font: bold italic 20px 'Playfair Display', serif;
    margin: 50px 0 30px;
}

.weAre h3 img {
    width: 18px;
}

.weAre h3 span {
    margin-right: 20px;
}

.weAre .subscribe a {
    width: 250px;
    font-size: 24px;
    text-align: center;
}

.whiteAB {
    background: #fff;
    height: 230px;
}

.whiteAB h3 {
    font: 34px 'Playfair Display', serif;
    text-align: center;
    padding-top: 45px;
}

.whiteAB h3 span {
    font-style: italic;
}

.partners {
    background: #F6F6F6;
}

.partners .container {
    position: relative;
    padding-bottom: 150px;
}

.partners li img {
    display: block;
}

.partners ul {
    position: relative;
    top: -65px;
}

.partners li {
    display: block;
    background: #EBEBEB;
    height: 195px;
    width: 195px;
    margin-right: 37px;
    float: left;
}

.partners li img {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.partners li:last-child {
    margin-right: 0;
}

.partners .spon {
    text-align: center;
    margin-top: 70px;
}

.partners .spon img {
    margin-left: 60px;
}

.partners .spon h3 {
    font: bold 30px 'Playfair Display', serif;
    margin-bottom: 30px;
}

.partners .spon h3 img {
    width: 18px;
}

.partners .spon h3 span:first-child {
    margin-right: 10px;
}

.partners .spon h3 span:nth-child(2) {
    font-style: italic;
    font-weight: normal;
}

.partners .spon h3 span:last-child {
    font: bold italic 30px 'Playfair Display', serif;
}

/*End about*/

/*End about*/

/*WhoAre*/

/*WhoAre*/

/*WhoAre*/

.team {
    background: #F6F6F6;
}

.team .container {
    max-width: 790px;
    padding: 20px 15px 150px;
    position: relative;
}

.team .bottomIm {
    right: -150px;
}

.member {
    margin-top: 62px;
    height: 430px;
    position: relative;
}

.member:nth-child(even) .memImg {
    right: 10px;
}

.member:nth-child(odd) .memImg {
    left: 10px
}

.member:nth-child(even) .memText {
    float: left;
    padding-right: 95px;
}

.rtl .memText {
    padding-right: 15px;
}

/*.rtl .member:nth-child(odd) .memText{*/

/*float: right;*/

/*padding-right: 0px;*/

/*padding-left: 65px;*/

/*}*/

/*.rtl .member:nth-child(odd) article{*/

/*padding: 0 30px 0 60px;*/

/*}*/

/*.rtl .member:nth-child(even) .memImg{*/

/*right: 0px;*/

/*left: 10px;*/

/*}*/

/*.rtl .member:nth-child(odd) .memImg{*/

/*left: 0px;*/

/*right: 10px;*/

/*}*/

/*.rtl .member:nth-child(even) .memText{*/

/*float: right;*/

/*padding-right: 0;*/

/*padding-left: 95px;*/

/*}*/

/*.rtl .member:nth-child(odd) .memText{*/

/*float: left;*/

/*padding-left: 0px;*/

/*padding-right: 65px;*/

/*}*/

.member:nth-child(odd) article {
    padding: 0 50px 0 88px;
}

.member:nth-child(odd) h1 {
    padding: 0 50px 0 51px;
}

.rtl .member:nth-child(odd) article {
    padding: 0 30px 0 60px;
}

.memImg {
    width: 400px;
    height: 325px;
    background: url(img/backWho.png) no-repeat;
    position: absolute;
    top: 45px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5)
}

.memImg img {
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    display: block;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
    width: 100%;
}

.member:nth-child(odd) .memImg img {
    position: relative;
    left: -8px;
    top: 7px;
}

.member:nth-child(even) .memImg img {
    position: relative;
    right: -8px;
    top: 7px;
}

.member:nth-child(even) .memText {
    padding: 65px 55px 55px 30px;
}

.member:nth-child(even) .memText article {
    padding-right: 45px;
    padding-left: 30px;
}

.memText {
    background: #fff;
    width: 400px;
    min-height: 100%;
    padding-top: 65px;
    color: #000;
    float: right;
}

.memText article {
    min-height: 240px;
    position: relative;
    padding-bottom: 15px;
}

.memText h1 {
    font: bold 31px 'Playfair Display', serif;
}

.memText h1 img {
    width: 18px;
}

.memText h1 span:first-child {
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.memText h1 span:last-child {
    font: italic bold 31px 'Playfair Display', serif;
}

.memText h2 {
    font: 14px 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: 15px 0 40px;
}

.memText p:last-child {
    position: absolute;
    bottom: -18px;
}

.memText p:last-child span:first-child {
    margin-right: 0px;
}

.rtl .memText h1 span:first-child {
    margin-right: 0px;
    margin-left: 10px;
}

.memText .arrowBlackL {
    display: none;
}

.rtl .memText .arrowBlackR {
    display: none;
}

.rtl .memText .arrowBlackL {
    display: inline;
}

.rtl .memText h2 {
    font-family: 'Open Sans Hebrew';
    margin: 15px 15 40px;
    font-size: 20px;
}

/*End WhoAre*/

/*End WhoAre*/

/*account page*/

/*account page*/

/*account page*/

.accountUser {
    background: #F6F6F6;
}

.accountUser .container {
    position: relative;
}

.accountUser .bottomIm {
    right: 60px;
}

.topAcc {
    max-height: 330px;
    overflow: hidden;
}

.topAcc img {
    display: block;
    width: 100%;
    height: auto;
}

.upThem {
    position: relative;
    top: -100px;
}

.savedItem {
    padding-bottom: 150px;
}

.userFirst, .userSecond {
    margin: 0 60px;
}

.userFirst h2 {
    margin-top: 60px;
}

.curReader {
    width: 100%;
}

.curReader>ul {
    margin: 0 60px;
}

.curReader ul:first-child li {
    text-transform: uppercase;
    display: inline-block;
    margin: 0 30px 30px;
    font: 14px 'Montserrat', sans-serif;
    color: #000;
    cursor: pointer;
}

.curReader ul:first-child li:hover {
    color: #fff
}

.curReader ul:first-child .active {
    color: #fff;
}

.mainBack {
    background: #fff;
    padding-top: 65px;
}

.mainCont h3 {
    font: bold 24px 'Playfair Display', serif;
    margin-bottom: 40px;
    text-align: center;
}

.mainCont .browse {
    font: italic bold 14px 'Playfair Display', serif;
    color: #000;
    margin-bottom: 10px;
    text-align: right;
}

.mainCont .browse img {
    width: 10px;
}

.mainCont .browse span {
    margin: 0 30px 0 7px;
}

.mainCont ul {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

.mainCont ul li {
    width: 20%;
    display: block;
    float: left;
    padding: 0 15px;
    height: 125px;
    border-right: 1px solid #E8E8E8;
    position: relative;
}

.mainCont ul li:last-child {
    border-right: none;
}

.mainCont ul li p:first-child {
    margin: 15px 0 10px;
    font: 15px 'Montserrat', sans-serif;
    color: #CCCCCC;
}

.mainCont ul li p:nth-child(2) {
    color: #000;
    font: bold 15px 'Playfair Display', serif;
}

.mainCont ul li .range {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.mainCont ul li .range div {
    width: 35%;
    height: 100%;
    background: #85E9E1;
}

.mainBack h2 {
    text-align: center;
    margin-bottom: 60px;
    font: bold 24px 'Playfair Display', serif;
}

.savesMy {
    width: 900px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 70px;
}

.saveMyIm {
    width: 290px;
    overflow: hidden;
}

.saveMyIm img {
    width: 100%;
    height: auto;
    display: block;
}

.saveMyText {
    margin-left: 320px;
}

.rtl .saveMyText {
    margin-left: 0;
    margin-right: 320px;
}

.saveMyText h2 a {
    font: bold 24px 'Playfair Display', serif;
    color: #000;
}

.saveMyText h2 span {
    font: italic 400 18px 'Playfair Display', serif;
    font-size: 15px;
    color: gray;
}

.saveMyText h3 {
    text-transform: uppercase;
    font: 13px 'Montserrat', sans-serif;
    margin: 10px 0 25px;
}

.saveMyText p {
    max-height: 80px;
    overflow: hidden;
}

.saveMyText .subscribe {
    position: absolute;
    bottom: 0;
}

.userFace {
    width: 220px;
    text-align: center;
    margin-right: 29px;
}

.head {
    width: 160px;
    height: 150px;
    border-radius: 150px;
    overflow: hidden;
    margin: 0 auto;
}

.userFace .subscribe {
    margin-top: 15px;
}

.userFace .subscribe a {
    text-align: center;
    font: 10px 'Montserrat', sans-serif;
    padding: 7px 0 5px;
    margin: 0 auto;
}

.userFace .subscribe a:first-child {
    width: 110px;
}

.userFace h2 {
    margin: 30px 0;
}

.userFace a:nth-child(4) {
    color: #BABABA;
    text-decoration: underline;
}

/*subscription*/

.userSecond {
    padding: 0 25px 110px;
}

.topic {
    position: relative;
    height: 235px;
    width: 235px;
    margin: 12px 10px 0 0;
    overflow: hidden;
}

.topic img {
    width: auto;
    height: 100%;
}

.topic:nth-child(4n) {
    margin-right: 0;
}

.topic .subscribe {
    position: absolute;
    /* right: 12px; */
    top: 20px;
    left: 5px;
}

.topic h1 {
    position: absolute;
    bottom: 25px;
    left: 15px;
    color: #fff;
    font: bold 35px 'Playfair Display', serif;
    line-height: 0.9;
}

.moreTopic {
    height: 230px;
    width: 235px;
    position: relative;
    background: #85E9E1;
    margin-top: 12px;
    padding: 0 10px;
    cursor: pointer;
}

.moreTopic h2 {
    font: bold 40px 'Playfair Display', serif;
    margin: 40px 0 22px;
    line-height: 0.7;
    text-align: left;
}

.moreTopic h2 span {
    font: italic 400 43px 'Playfair Display', serif;
}

.moreTopic .whiteBlack span {
    font: 400 12px 'Montserrat', sans-serif;
}

.moreTopic img {
    position: absolute;
    bottom: -5px;
    right: 0;
}

.moreTopic .subscribe {
    margin-top: 0;
    width: 250px;
}

/*account settings*/

.userThird {
    padding: 20px 50px 100px;
}

.userThird form {
    width: 38%;
}

.userThird form:last-child {
    padding-left: 50px;
}

.userThird form:first-child {
    border-right: 1px solid #D7D7D7;
}

#register_user .accountUser form input[type="submit"] {
    border: none;
    background: none;
    color: #000;
    float: left;
    padding: 4px 5px 3px;
    width: auto !important;
    font: 11px "Montserrat";
    text-transform: uppercase;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    z-index: 2;
    margin-right: 0 !important;
}

.twoForms p:last-child {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #FFEE34;
    float: left;
    margin-top: 35px;
    cursor: pointer;
}

.forSubmit span {
    position: absolute;
    width: 0;
    z-index: 1;
    background: #000;
    top: 0;
    bottom: 0;
    color: #000;
    left: 0;
}

.activeSub span {
    width: 100% !important;
    transition: all 0.6s ease-in;
}

.activeSub input {
    color: #FFEE34 !important;
}

.userThird form:first-child label {
    display: block;
    color: #000;
    font: 10px 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.userThird form:first-child input {
    display: block;
    width: 80%;
}

.userThird form:first-child input:not(:last-child) {
    border: none;
    border-bottom: 1px solid #000;
}

.userThird form:first-child label:not(:first-child) {
    margin: 50px 0 10px;
}

.userThird form:first-child input[type="password"] {
    background: none !important;
    border-bottom: 3px solid #D0D0D0;
}

.userThird form:first-child h6 {
    color: #D0D0D0;
    font: 6px 'Montserrat', sans-serif;
}

.twoForms form:last-child h3 {
    font: 13px 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding-top: 70px;
}

.twoForms form:last-child p {
    margin-top: 22px;
    font-size: 12px;
    color: #000;
}

.twoForms form:last-child p input[type="checkbox"] {
    opacity: 0;
}

.twoForms form:last-child p {
    position: relative;
}

.twoForms form:last-child p label {
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    background: url(img/disChek.png) no-repeat;
    cursor: pointer;
}

.twoForms form:last-child p input {
    margin-right: 25px;
}

.twoForms form:last-child .chek label {
    background: url(img/circle-check.svg) no-repeat;
    background-size: 100% 100%;
}

.accountUser .firstTab .userSecond, .accountUser .firstTab .userThird, .accountUser .secondTab .userFirst, .accountUser .secondTab .userThird, .accountUser .thirdTab .userFirst, .accountUser .thirdTab .userSecond {
    display: none;
}

.forSubmit {
    position: relative;
    background: #ffee34;
    overflow: hidden;
    border-radius: 20px;
}

.forSubmit input[type="submit"] {
    border: none;
    font: 11px "Montserrat";
}

#register_user #your-profile .forSubmit {
    width: 107px;
    margin: 10px auto;
}

/*fixses*/

/* #register_user th, #register_user td:nth-child(2){

    display: none;

} */

#register_user #your-profile h3 {
    display: none;
}

#register_user .form-table span, #register_user #simple-local-avatar-remove {
    display: none;
}

/*End account page*/

/*End account page*/

/*main slider*/

/*main slider*/

.unslider {
    overflow: auto;
    margin: 0;
    padding: 0
}

.unslider-wrap {
    position: relative
}

.unslider-wrap.unslider-carousel>li {
    float: left
}

.unslider-vertical>ul {
    height: 100%
}

.unslider-vertical li {
    float: none;
    width: 100%
}

.unslider-fade {
    position: relative
}

.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8
}

.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10
}

.unslider li, .unslider ol, .unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none
}

.unslider li {
    position: relative;
}

.unslider h2 {
    text-align: left;
}

.unslider h2 span {
    background: rgba(255, 238, 52, 0.83);
    font: bold italic 18px 'Playfair Display', serif;
    padding: 0 5px 0 3px;
}

.unslider h2 span span {
    background: none;
    font: italic 400 18px 'Playfair Display', serif;
    padding: 0;
}

.unslider h1 {
    overflow: hidden;
    margin: 11px 0 15px;
}

.unslider h1 span {
    background: rgba(83, 200, 182, 0.83);
    font: bold 42px 'Playfair Display', serif;
    text-transform: uppercase;
    padding: 0px 6px 3px 4px;
    line-height: 1;
}

.unslider h3 {
    text-align: center;
    color: #fff;
}

.unslider h3 span {
    background: rgba(133, 233, 225, 0.78);
    text-transform: uppercase;
    font: 18px 'Montserrat', sans-serif;
    padding: 0 5px 0 3px;
}

.unslider h4 {
    text-align: center;
    font: 18px 'Montserrat', sans-serif;
    color: #fff;
    margin-top: 10px;
}

.unslider li div:nth-child(2) {
    position: absolute;
    top: 20%;
    left: 30%;
    z-index: 5;
}

.unslider li .subscribe {
    position: absolute;
    bottom: 50px;
}

.unslider .next {
    background: url(img/arrowR.png) no-repeat;
    right: 70px;
}

.unslider .next:hover {
    background: url(img/arrowRY.png) no-repeat;
}

.unslider .prev {
    background: url(img/arrowL.png) no-repeat;
    left: 70px;
}

.unslider .prev:hover {
    background: url(img/arrowLY.png) no-repeat;
}

.unslider .unslider-arrow {
    width: 19px;
    height: 25px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 48%;
}

.unslider ol {
    display: none;
}

/*End main slider*/

/*End main slider*/

/*Carusel styles*/

/*Carusel styles*/

.carusel li {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    border-right: 1px solid #E8E8E8;
    padding-left: 20%;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    cursor: pointer;
    color: #9e9e9e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

/* jssor slider bullet navigator skin 03 css */

/*

.jssorb03 div           (normal)

.jssorb03 div:hover     (normal mouseover)

.jssorb03 .av           (active)

.jssorb03 .av:hover     (active mouseover)

.jssorb03 .dn           (mousedown)

*/

.jssorb03 {
    position: absolute;
}

.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
    position: absolute;
    /* size of bullet elment */
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    color: white;
    font-size: 12px;
    overflow: hidden;
    cursor: pointer;
}

.jssorb03 div {
    background-position: -5px -4px;
}

.jssorb03 div:hover, .jssorb03 .av:hover {
    background-position: -35px -4px;
}

.jssorb03 .av {
    background-position: -65px -4px;
}

.jssorb03 .dn, .jssorb03 .dn:hover {
    background-position: -95px -4px;
}

/* jssor slider bullet navigator skin 03 css */

/*

.jssorb03 div           (normal)

.jssorb03 div:hover     (normal mouseover)

.jssorb03 .av           (active)

.jssorb03 .av:hover     (active mouseover)

.jssorb03 .dn           (mousedown)

*/

.jssorb03 {
    position: absolute;
}

.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
    position: absolute;
    /* size of bullet elment */
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    color: white;
    font-size: 12px;
    overflow: hidden;
    cursor: pointer;
}

.jssorb03 div {
    background-position: -5px -4px;
}

.jssorb03 div:hover, .jssorb03 .av:hover {
    background-position: -35px -4px;
}

.jssorb03 .av {
    background-position: -65px -4px;
}

.jssorb03 .dn, .jssorb03 .dn:hover {
    background-position: -95px -4px;
}

/* jssor slider arrow navigator skin 03 css */

/*

.jssora03l                  (normal)

.jssora03r                  (normal)

.jssora03l:hover            (normal mouseover)

.jssora03r:hover            (normal mouseover)

.jssora03l.jssora03ldn      (mousedown)

.jssora03r.jssora03rdn      (mousedown)

*/

.jssora03l, .jssora03r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 100px !important;
    cursor: pointer;
    overflow: hidden;
    height: 125px !important;
    text-align: center;
    padding-top: 35px;
    cursor: pointer;
    border-bottom: 1px solid #E8E8E8;
    border-top: 0;
}

#jssor_1 {
    overflow: visible !important;
}

.carusel li:hover {
    border-bottom: 5px solid #000;
    color: #000;
}

.jssora03l {
    background-position: -3px -33px;
    top: 0 !important;
    left: -100px !important;
    border-right: 1px solid #e8e8e8;
}

.jssora03r {
    background-position: -63px -33px;
    top: 0 !important;
    right: -100px !important;
}

.jssora03l:hover {
    background-position: -123px -33px;
}

.jssora03r:hover {
    background-position: -183px -33px;
}

.jssora03l.jssora03ldn {
    background-position: -243px -33px;
}

.jssora03r.jssora03rdn {
    background-position: -303px -33px;
}

.jssora03l img, .jssora03r img {
    width: 23px;
}

/*End Carusel styles*/

/*End Carusel styles*/

/*modal*/

/*modal*/

/*modal*/

.modalWindow, .lwa-modal, .vah .lwa-register {
    background: transparent;
    position: fixed;
    top: 50%;
    right: 50%;
    margin-top: -284px !important;
    margin-right: -207px;
    z-index: 9;
    padding: 30px 0;
    width: 695px;
    display: none;
    left: auto;
    visibility: visible;
    box-shadow: none;
}

.modalWindow {
    margin-right: -348px;
}

.lwa-register {
    width: 790px;
    margin-top: -274px !important;
    margin-right: -395px;
}

.lwa-register-left {
    background: rgba(133, 233, 225, 1);
    float: left;
    width: 325px;
    margin-top: 18px;
    height: 450px;
}

.lwa-register .lwa-mobile {
    display: none;
}

.rtl .lwa-register-left {
    float: right;
    height: 422px;
}

.modalWindow .lwa-register-left {
    width: 230px;
}

.rtl .modalWindow .lwa-register-left {
    float: right;
    height: 400px;
}

.lwa-register-left .welcome, .lwa-register .welcome, .lwa-mobile .welcome {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #18181f;
    margin-top: 80px;
}

.lwa-register-left .welcome, .lwa-mobile .welcome {
    font-size: 36px;
    letter-spacing: 0.7px;
}

.lwa-mobile .welcome {
    margin-top: 15px;
}

.lwa-mobile .logIn {
    margin-top: 5px;
}

.lwa-register-left ul {
    list-style: none;
    padding-left: 38px;
    margin-top: 45px;
}

.lwa-register-left ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.3px;
    color: #18181f;
    text-transform: uppercase;
    font-weight: bold;
}

.rtl .lwa-register-left ul li {
    font-family: 'Open Sans Hebrew';
}

.lwa-register-left ul li:before {
    width: 14px;
    height: 14.4px;
    background-color: #fbeb1c;
    content: '';
    position: relative;
    border-radius: 25px;
    left: -7px;
    top: 2px;
    display: inline-block;
}

.lwa-mobile {
    display: none;
}

.rtl .lwa-register-left ul {
    padding-right: 38px;
}

.rtl .lwa-register-left ul li:before {
    right: -7px;
}

.modalWindow2 {
    position: fixed;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
}

.close_MW {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

.rtl .close_MW {
    right: auto;
    left: 15px;
}

.close_MW img {
    width: 15px;
}

.draft-story .statistics-button {
    display: none;
}

#appearBack {
    position: fixed;
    z-index: 8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(57, 64, 76, 0.75);
    display: none;
}

.lwa-register-form .wp-social-login-widget {
    margin-top: 15px;
    position: relative;
    width: 100%;
    text-align: center;
}

.lwa-default {
    position: relative;
    float: right;
    background: #fff;
    padding: 25px 67px 35px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    width: 465px;
    min-height: 483px;
}

.rtl .lwa-default {
    float: left;
}

.rtl .modalWindow .lwa-default {
    float: right;
}

.logIn {
    margin-top: 135px;
    font-size: 29.7px;
    font-family: 'Playfair Display', serif;
}

.lwa-register-form {
    background: #fff;
    position: relative;
    z-index: 3;
}

.logIn h3 {
    text-align: center;
    font: 400 24px 'Playfair Display', serif;
    margin-bottom: 30px;
}

.logIn .subscribe a {
    margin-bottom: 30px;
    text-align: center;
    padding: 12px 0px;
    font: 14px 'Montserrat', sans-serif;
    background: none;
}

.lwa-form input:not([type="checkbox"]), .lwa input:not([type="checkbox"]) {
    border: none;
    border-bottom: 2px solid #858585;
    width: 100%;
}

.wp-social-login-provider-list {
    width: 100%;
}

.lwa-form td {
    width: 100%;
}

.lwa input::-moz-placeholder {
    color: #000;
    opacity: 1 !important;
}

.lwa input::-webkit-input-placeholder {
    color: #000;
    opacity: 1 !important;
}

.lwa-username-input input, .lwa-password-input input, .lwa .lwa-username input, .lwa .lwa-email input {
    font: 14px "Montserrat";
    padding: 5px 5px 2px 0 !important;
}

.lwa-username-input {
    padding-top: 23px;
}

.lwa-form .lwa-submit-links a:last-child {
    display: block;
}

.lwa-form .lwa-links-remember {
    float: right;
}

.lwa-submit-links {
    padding: 15px 0 30px !important;
}

.lwa-form .lwa-links-remember, .lwa-form .lwa-submit-links label {
    color: black;
    font: 13px 'Open Sans Hebrew', sans-serif ';

}

.lwa-form .lwa-submit-links label {
    vertical-align: top;
    margin-top: 2px;
    display: inline-block;
}

.lwa-form .lwa-links-remember {
    text-decoration: underline;
}

.lwa-password .lwa-password-input, .lwa .lwa-email {
    margin-top: 30px;
    display: block;
}

.lwa-password-input {
    margin-top: 33px;
}

.lwa-rememberme {
    vertical-align: middle;
}

.lwa .forSubmit input {
    background: none;
    border: none;
    text-align: center;
    padding: 12px 0px;
    font: 14px 'Montserrat', sans-serif;
}

.lwa .activeSub:hover {
    color: #FFEF31 !important;
}

.lwa .forSubmit input {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

#appearBack {
    position: fixed;
    z-index: 8;
    width: 100%;
    height: 100%;
    background: rgba(57, 64, 76, 0.75);
    display: none;
}

.loginRegModal {
    text-align: center;
    margin-top: 41px;
}

.register {
    text-align: center;
}

.register td {
    padding: 31px 0 5px;
}

.register span:first-child, .loginRegModal span:first-child {
    font: 14px 'Playfair Display', serif;
    color: #000;
    margin-right: 5px;
}

.register a, .loginRegModal a {
    font: italic bold 14px 'Playfair Display', serif;
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}

.register a:hover, .loginRegModal a:hover {
    text-decoration: underline;
}

.lwa-modal {
    border-radius: 0;
}

.lwa-register .lwa-register-left h4, .lwa-register .lwa-mobile h4 {
    font: 22px 'Playfair Display', serif;
    padding-bottom: 20px;
    text-align: center;
}

.lwa-register .lwa-register-left h4 span, .lwa-register .lwa-mobile h4 span {
    font-style: italic;
}

.lwa-register .submit {
    margin: 35px 0 6px;
}

.prPolicy {
    font-size: 12px;
    color: #969696;
}

.prPolicy a {
    text-decoration: underline;
    color: #969696;
}

.skipReg {
    text-align: center;
}

.skipReg a {
    text-decoration: underline;
    color: #969696;
    font-size: 14px;
}

/*End modal*/

/*End modal*/

/*End modal*/

.togeR {
    background: #fff;
    margin-left: -10px;
    padding: 25px 40px 35px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.vah .close_MW {
    top: 13px;
}

.goLog {
    position: absolute;
    bottom: 3px;
    right: 13px;
    font: 11px 'Playfair Display', serif;
    color: #000;
}

.goLog a {
    color: #000;
    font: bold italic 11px 'Playfair Display', serif;
    margin-left: 10px;
}

.goLog a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.lwa-modal .lwa-modal-close {
    display: none;
}

#clickMe {
    cursor: pointer;
}

/*multilingual customization*/

#langMenu {
    margin-right: 10px;
    height: 1px;
}

.wpml-ls-statics-shortcode_actions {
    background: none !important;
}

a.wpml-ls-item-toggle:after {
    display: none !important;
}

.wpml-ls-legacy-dropdown {
    width: auto !important;
}

#lang_sel {
    float: right;
}

#lang_sel a {
    color: #BEB7B2 !important;
}

#lang_sel {
    color: #BEB7B2;
    text-transform: uppercase;
    font: 11px Montserrat, 'Open Sans Hebrew', sans-serif;
    ;
}

#lang_sel a.lang_sel_sel {
    background: url("img/original-ddl_arrow_down.svg") no-repeat !important;
    background-size: 8px !important;
    background-position: 65px 34px !important;
}

#lang_sel li {
    display: block !important;
    float: none;
}

#lang_sel ul, #lang_sel li, #lang_sel a {
    border: none !important;
}

#lang_sel li {
    width: 100px !important;
    width: 80px !important;
}

#lang_sel li:first-child {
    height: 73px;
}

#lang_sel li a {
    height: 100%;
    padding-top: 30px;
}

#lang_sel ul ul li:first-child {
    height: auto;
}

#lang_sel ul ul {
    top: 73px;
}

#lang_sel ul ul li a {
    padding: 9px 5px 9px 10px;
}

.rtl #lang_sel ul ul li a {
    padding: 9px 10px 9px 10px;
    text-align: right;
}

.lwa tr:nth-child(3) td {
    display: block;
}

.close_MW {
    right: 14px;
    position: absolute;
    top: 45px;
    width: 19px;
    cursor: pointer;
    z-index: 3;
}

.reset-password {
    min-height: 500px;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 15px;
    line-height: 1.11;
    color: black;
    text-align: center;
}

.reset-password .widecolumn {
    padding: 130px 100px;
}

.reset-password h3 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-style: italic;
}

.lostpassword-button {
    border-radius: 32.5px;
    background-color: #ffee34;
    border: 0;
    font-family: Montserrat;
    font-size: 15.1px;
    line-height: 1.18;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    padding: 9px 28px;
}

.user_login input {
    font: 14px "Montserrat";
    padding: 5px 5px 2px 0 !important;
    border: none;
    border-bottom: 2px solid #858585;
    width: 493px;
    margin: 5px;
    text-transform: uppercase;
}

.lostpassword-submit {
    margin: 18px;
}

.page-template-page-login .content {
    background-image: url(img/cherry_bg1.jpg);
    background-size: cover;
}

.single-memberpressgroup .content, .single-memberpressproduct .content {
    background: #fff;
}

.checkout .content {
    background-image: url(img/cherry_bg1.jpg);
}

.page-template-page-login .mp_wrapper h3 {
    font: bold 22px 'Playfair Display', serif;
}

#loginForm {
    padding-top: 145px;
    text-align: center;
}

#loginForm h1 {
    font: bold 36px 'Playfair Display', serif;
}

#loginForm h1 span {
    font: 400 italic 36px 'Playfair Display', serif;
    font-weight: bold;
}

#loginForm h2 {
    font: 29px 'Playfair Display', serif;
    margin-top: 15px;
}

#loginForm #loginInputs {
    margin-top: 25px;
}

#loginForm #loginInputs input[type="text"], #loginForm #loginInputs input[type="password"] {
    display: block;
    font: 14px Montserrat;
    width: 310px;
    margin: 0 auto;
    margin-top: 32px;
    background: none;
    outline: 0;
    border: 0;
    border-bottom: 2px #464646 solid;
    line-height: 25px;
}

.rtl #loginForm #loginInputs input {
    font-family: 'Open Sans Hebrew';
}

#loginForm #loginInputs input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #252525;
}

#loginForm #loginInputs input::-moz-placeholder {
    /* Firefox 19+ */
    color: #252525;
}

#loginForm #loginInputs input:-ms-input-placeholder {
    /* IE 10+ */
    color: #252525;
}

#loginForm #loginInputs input:-moz-placeholder {
    /* Firefox 18- */
    color: #252525;
}

#loginForm #loginFormBottom {
    width: 310px;
    margin: 0 auto;
    margin-top: 8px;
}

#loginForm #loginFormBottom div {
    display: inline-block;
    width: 49%;
    font: 13px Open Sans;
}

#loginForm #loginFormBottom div {
    text-align: right;
}

#loginForm #loginFormBottom div:first-child {
    text-align: left;
}

.rtl #loginForm #loginFormBottom div {
    font-family: 'Open Sans Hebrew';
    text-align: left;
}

.rtl #loginForm #loginFormBottom div:first-child {
    text-align: right;
}

#loginForm #loginFormBottom div input[type="checkbox"] {
    vertical-align: top;
    margin-top: 3px;
}

#loginForm #loginFormBottom div, #loginForm #loginFormBottom div a {
    color: #252525;
}

#loginForm #submitButton {
    margin-top: 45px;
}

#loginForm #submitButton .yellowButton {
    width: 311px;
    height: 43px;
    font-size: 14px;
    padding-top: 10px;
}

#loginForm #loginBottomLinks {
    font: bold 16px 'Playfair Display', serif;
    color: #252525;
    margin-top: 35px;
    margin-bottom: 55px;
}

#loginForm #loginBottomLinks a {
    font: 400 italic 16px 'Playfair Display', serif;
    font-weight: bold;
    color: #252525;
}

.mp_login_form {
    display: none;
}

#loginForm .mp_wrapper {
    max-width: 301px;
    margin: auto;
}

#mepr_forgot_password_form, #mepr_reset_password_form, .mepr_password_reset_requested {
    min-height: 400px;
}

#mepr_reset_password_form {
    display: flex;
    flex-direction: column;
}

#mepr_forgot_password_form, #mepr_reset_password_form {
    padding-top: 55px;
}

#mepr_forgot_password_form .mp-form-row label, #mepr_reset_password_form .mp-form-row label {
    display: block !important
}

#mepr_forgot_password_form #mepr_user_or_email, #mepr_reset_password_form #mepr_user_password, #mepr_reset_password_form #mepr_user_password_confirm {
    border: none !important;
    background: transparent;
    border-bottom: 1px solid black !important;
}

#mepr_forgot_password_form .submit, mepr_reset_password_form .submit {
    text-align: center;
}

#mepr_forgot_password_form #wp-submit, #mepr_reset_password_form #wp-submit {
    border-radius: 41px;
    background-color: #ffee34;
    border: none;
    padding: 7px 18px;
    font-family: Montserrat;
    font-size: 13.3px;
    text-transform: uppercase;
    cursor: pointer;
}

/*REGISTER*/

.logged-in #registerWrap #email, .logged-in #registerWrap #password, .logged-in #registerWrap #repeatPassword, .logged-in #registerWrap #email+label, .logged-in #registerWrap #password+label, .logged-in #registerWrap #repeatPassword+label {
    display: none !important;
}

.checkout #registerWrap, .cancel #registerWrap {
    display: none;
}

.mp-table th {
    text-align: center !important;
    color: black !important;
    font-size: 14px !important;
    font-family: Montserrat !important;
    ;
}

.mp-table td {
    text-align: center !important;
}

.mp_price_str, .mp_wrapper .mp-form-row label, .mepr-submit {
    display: none !important;
    padding-bottom: 5px;
}

.mp_wrapper .mp-form-row label {
    display: block!important;
}

#stxy-payment-container .mp_wrapper .mp-form-row label {
    display: none!important;
}

.mp-form-label {
    margin-bottom: 5px;
}

.itembook {
    font-size: 13px;
}

.stripe_element_input {
    border: none !important;
    border-bottom: 1px solid #999999 !important;
}

table.mp-table, table.mp-table th, table.mp-table td {
    border: 1px solid #999999;
}

.rtl table.mp-table {
    direction: rtl;
}

#checkOutSubmitButton {
    display: none;
}

.checkout #checkOutSubmitButton {
    display: block;
    margin-bottom: 45px;
}

#checkOutSubmitButton #tos {
    font: 12px Open Sans;
    max-width: 442px;
    margin: auto;
    margin-top: 15px;
}

.rtl #checkOutSubmitButton #tos {
    font-family: 'Open Sans Hebrew';
}

#checkOutSubmitButton .yellowButton {
    max-width: 369px;
    width: 100%;
    height: 46px;
    font-family: Montserrat;
    font-size: 16px;
    border-radius: 43px;
    margin-top: 28px;
    margin-right: auto;
    margin-left: auto;
}

.hdphones {
    width: 20px;
}

.mytypeoflink {
    text-decoration: underline;
    color: inherit;
}

#checkOutSubmitButton .yellowButton img {
    vertical-align: top;
    margin-top: -1px;
}

#checkOutSubmitButton .yellowButton span {
    padding-top: 7px;
}

#registerOrigWrap {
    max-width: 700px;
    margin: 0 auto;
}

#registerOrigWrap a {
    color: black;
}

#registerForm {
    padding-top: 120px;
    min-height: 500px;
    /* text-align: center; */
}

#registerForm>h1 {
    font: italic 28px 'Playfair Display', serif;
    margin-bottom: 30px;
}

#registerForm>h1 span {
    font: bold 28px 'Playfair Display', serif;
}

.rtl #registerForm>h1 {
    font-family: MargaliotItalicMFW;
    font-weight: bold;
    font-size: 36px;
}

.rtl #registerForm>h1 span {
    font-family: MargaliotBoldMFW;
    font-weight: normal;
    font-size: 36px;
}

#registerForm #registerWrap {
    /* margin: auto; */
    /* margin-top: 90px; */
    /* width: 755px; */
    display: flex;
    align-items: center;
    flex-direction: row;
}

.rtl #registerForm #registerWrap {
    direction: rtl;
    text-align: right;
}

#registerForm #registerWrap #registrationLeft {
    /* float: left; */
    background: #85e9e1;
    /* padding: 10px; */
    /* text-align: left; */
    /* color: black; */
    /* display: inline-block; */
    /* height: 408px; */
    /* width: 328px; */
    /* position: relative; */
    /* box-shadow: -1.1px 2.8px 7px 0 rgba(0, 0, 0, 0.45); */
    /* overflow: hidden; */
    /* position: relative; */
    width: 50%;
    padding: 50px 5%;
}

.rtl #registerForm #registerWrap #registrationLeft {
    float: right;
    padding: 55px 37px 28px 0;
    text-align: right;
}

#registerForm #registerWrap #registrationLeft h2 {
    font: 14px Montserrat;
    line-height: 0px;
}

.rtl #registerForm #registerWrap #registrationLeft h2 {
    font-family: 'Open Sans Hebrew';
    font-size: 16px;
}

#registerForm #registerWrap #registrationLeft h1 {
    font: 42px 'Playfair Display', serif;
    line-height: 43px;
    /* font-style: italic; */
    text-align: center;
}

.rtl #registerForm #registerWrap #registrationLeft h1 {
    font-family: MargaliotBoldMFW;
    font-size: 60px;
    font-weight: normal;
    font-style: normal !important;
}

#registerForm #registerWrap #registrationLeft h1 span {
    font: bold 40px 'Playfair Display', serif;
}

.rtl #registerForm #registerWrap #registrationLeft h1 span {
    font-family: MargaliotItalicMFW;
    font-size: 60px;
    font-weight: normal;
    font-style: normal !important;
}

#registerForm #registerWrap #registrationLeft #register-big-cherry {
    width: 351px;
    right: -107px;
    position: absolute;
    bottom: -37px;
}

.rtl #registerForm #registerWrap #registrationLeft #register-big-cherry {
    left: 13px;
    right: auto;
}

#registerForm #registerWrap #registrationLeft #registerTerms {
    font: 16px Montserrat;
    /* position: ABSOLUTE; */
    /* bottom: 37px; */
    background-color: white;
    width: 100%;
    margin-left: 13%;
    padding: 5% 10%;
    color: black;
    font-weight: bold;
    text-align: center;
    display: flex;
}

.rtl #registerForm #registerWrap #registrationLeft #registerTerms {
    font-family: 'Open Sans Hebrew';
    font-size: 16px;
}

#registerForm #registerWrap #registrationLeft #plan-big-cherry {
    width: 351px;
    right: -107px;
    position: absolute;
    bottom: -37px;
}

.rtl #registerForm #registerWrap #registrationLeft #plan-big-cherry {
    left: -67px;
    right: auto;
}

#registerForm #registerWrap #registrationLeft .subtitle {
    color: black;
    font-weight: bold;
    text-align: center;
    margin: 7% 0;
}

#registerForm #registerWrap #registrationLeft #register-big-cherry {
    width: 351px;
    right: -207px;
    position: absolute;
    top: -52px;
    transform: rotate(-40deg);
}
#registerForm #registerWrap #registrationLeft ul {
    margin-bottom: 10%;
    color: black;
    font-weight: bold;
    /* line-height: 15px; */
    /* list-style-type: initial; */
}

#registerForm #registerWrap #registrationLeft ul li {display: flex;align-items: center;}
#registerForm #registerWrap #registrationLeft ul li span
{
  color: #ffee34;
  font-size: 26px;
  padding: 0px 12px;
} 

#registerForm #registerWrap #registrationRight {
    /* float: right; */
    /* margin-top: -460px; */
    /* text-align: left; */
    /* background: white; */
    padding: 50px 10%;
    /* box-shadow: 0.6px 2.9px 5px 0 rgba(0, 0, 0, 0.29); */
    /* width: 516px; */
    width: 50%;
}

.rtl #registerForm #registerWrap #registrationRight {
    float: left;
    padding: 60px 144px 60px 53px;
    text-align: right;
}

#registerForm #registerInputs input[type="text"], #registerForm #registerInputs input[type="email"], #registerForm #registerInputs input[type="password"] {
    display: block;
    font: 14px Montserrat;
    width: 100%;
    /* margin: 0 auto; */
    margin-top: 20px;
    background: none;
    outline: 0;
    border: 0;
    border-bottom: 1px #464646 solid;
    line-height: 25px;
    color: #252525;
}

#registerForm #registerInputs input:first-child {
    margin-top: 0px;
}

#registerForm #registerInputs input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #acacac;
}

#registerForm #registerInputs input::-moz-placeholder {
    /* Firefox 19+ */
    color: #acacac;
}

#registerForm #registerInputs input:-ms-input-placeholder {
    /* IE 10+ */
    color: #acacac;
}

#registerForm #registerInputs input:-moz-placeholder {
    /* Firefox 18- */
    color: #acacac;
}

#registerForm #registerInputs input[required]+label {
    top: -24px;
    position: relative;
    color: #acacac;
    font: 14px Montserrat;
    cursor: text;
}

.rtl #registerForm #registerInputs input[required]+label, #registerForm #registerInputs input[type="text"] {
    font-family: 'Open Sans Hebrew';
}

/* .Campaign__alphaLayer{
    background:transparent!important;
} */

.blurit {
    filter: blur(10px);
    user-select: none;
    pointer-events: none;
}

.blur-button {
    display: none;
    position: absolute;
    bottom: -45%;
    right: 40%;
    z-index: 2;
    background: #01CD9C;
    color: #ffff;
    font-size: 26px;
    font-family: Montserrat;
    text-decoration: none;
    padding: 2% 5%;
    border-radius: 5px;
}

.blur-button a {
    text-decoration: none;
    color: #ffff;
}

#notmatching {
    display: none;
    margin-top: 20px;
}

#registerForm #registerInputs input[required]+label:after {
    content: '*';
    color: red;
    padding-left: 5px;
}

/* show the placeholder when input has no content (no content = invalid) */

#registerForm #registerInputs input[required]:invalid+label {
    visibility: visible;
}

/* hide the placeholder when input has some text typed in */

#registerForm #registerInputs input[required]:valid+label {
    visibility: hidden;
}

#registerForm #registerInputs #mandetory {
    font: 10px Open Sans;
    color: black;
    margin-top: 3px;
    display: inline-block;
}

.rtl #registerForm #registerInputs #mandetory {
    font-family: 'Open Sans Hebrew';
}

#registerForm #registerInputs #mandetory .asterix {
    color: red;
}

#registerForm #submitButtons {
    margin-top: 45px;
}

#registerForm #submitButtons .yellowButton {
    width: 100%;
    height: 43px;
    font-size: 14px;
    padding-top: 10px;
    display: block;
    margin-bottom: 27px;
    text-align: center;
    background: #ff53b7;
    max-width: 319px;
    margin-right: auto;
    margin-left: auto;
}

.rtl #registerForm #submitButtons .yellowButton span {
    font-family: 'Open Sans Hebrew';
    font-size: 18px;
    padding: 0;
}

#registerForm #submitButtons .yellowButton a:hover {
    color: #ff53b7;
}

#registerForm #submitButtons .yellowButton.paypal {
    background: #0070ba;
}

#registerForm #submitButtons .yellowButton.paypal a:hover {
    color: #0070ba;
}

#registerForm #submitButtons .yellowButton.paypal img {
    width: 70px;
    margin-left: 8px;
    margin-top: 1px;
    vertical-align: top;
}

.animated-button.paypal img {
    width: 70px;
    margin-left: 8px;
    margin-top: 1px;
    vertical-align: top;
}

.rtl #registerForm #submitButtons .animated-button.paypal img {
    margin-left: 0px;
    margin-right: 8px;
    margin-top: 6px;
}

.rtl #registerForm #submitButtons .yellowButton.paypal img {
    margin-left: 0px;
    margin-right: 8px;
    margin-top: 6px;
}

#registerForm .mp_wrapper {
    margin-top: 25px;
    position: relative;
}

#registerForm .mp_wrapper .mepr-loading-gif {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -8px;
}

#registerForm h4 {
    margin-top: 30px;
}

.mepr-signup-form {
    display: none;
}

#registerForm.planPage #registrationLeft h1 {
    font-size: 50px !important;
}

#registerForm.planPage #registrationLeft h1 span {
    font-size: 35px !important;
}

.rtl #registerForm.planPage #registerWrap #registrationLeft h1 {
    font-family: MargaliotItalicMFW !important;
    ;
    font-size: 55px !important;
    line-height: 45px !important;
}

.rtl #registerForm.planPage #registerWrap #registrationLeft h1 span {
    font-family: MargaliotBoldMFW !important;
    ;
    font-size: 55px !important;
    line-height: 45px !important;
}

#registerForm #registerBullets li:before {
    content: '';
    background-image: url("img/v-icon.svg");
    position: absolute;
    width: 28px;
    height: 18px;
    left: 2px;
    top: 13px;
}

.rtl #registerForm #registerBullets li:before {
    left: auto;
    right: 2px;
}

#registerForm #registerBullets li {
    margin-bottom: 50px;
    position: relative;
    padding-left: 40px;
}

.rtl #registerForm #registerBullets li {
    padding-left: 0;
    padding-right: 40px;
}

#registerForm #registerBullets li:last-child {
    margin-bottom: 30px;
}

#registerForm #registerBullets h3 {
    font: 16px Montserrat;
    letter-spacing: 0.3px;
    color: black;
    font-weight: bold;
}

.rtl #registerForm #registerBullets h3 {
    font-family: 'Open Sans Hebrew';
    font-size: 20px;
}

.rtl #registerForm #registerBullets h4 {
    font-family: 'Open Sans Hebrew';
    font-size: 13px;
}

#registerForm #registerBullets h4 {
    font: 14px Open Sans;
    color: #959595;
    margin: 0;
}

#registerForm #planSeprator {
    width: 100%;
    height: 1px;
    background-color: #959595;
}

#registerForm #planPrice {
    text-align: center;
    font: 14px Open Sans;
    color: #959595;
    margin-top: 18px;
}

.rtl #registerForm #planPrice {
    font-family: 'Open Sans Hebrew';
    font-size: 14px;
}

#registerForm #planPrice span {
    font: 37px Montserrat;
    color: black;
}

#registerForm.planPage #submitButtons {
    margin-top: 25px;
}

#registerForm.planPage #registerWrap #registrationRight {
    padding-bottom: 10px;
}

.mepr_error {
    border-radius: 43px;
    box-shadow: 0px 1.8px 7px 0 rgba(171, 4, 4, 0.51);
    border: none !important;
}

#registerForm #submitButtons .coupon-container {
    display: none;
}

.coupon #registerForm #submitButtons .payments-container {
    display: none;
}

.coupon #registerForm #submitButtons .coupon-container {
    display: block;
    margin-bottom: 97px;
}

.coupon #registerForm #registerWrap #registrationLeft #registerTerms .terms-value {
    text-decoration: line-through;
}

/*ACCOUNT*/

.page-template-page-account-new .content .container {
    background: white;
    margin-top: -65px;
    min-height: 581px;
}

.page-template-page-account-new .mp_wrapper {
    padding-top: 25px;
    max-width: 980px;
    margin: auto;
}

.page-template-page-account-new div#mepr-account-nav {
    margin-top: -55px;
    margin-bottom: 0;
    font-family: Montserrat;
    font-weight: bold;
    overflow: auto;
}

.page-template-page-account-new div#mepr-account-nav .mepr-nav-item {
    margin: 0 5px;
}

.page-template-page-account-new div#mepr-account-nav .mepr-nav-item:last-child {
    display: none;
}

.rtl.page-template-page-account-new div#mepr-account-nav {
    font-family: 'Open Sans Hebrew';
    font-size: 18px;
}

.rtl.page-template-page-account-new div#mepr-account-nav>span {
    float: right;
}

.page-template-page-account-new div#mepr-account-nav a {
    color: black;
    text-transform: uppercase;
}

.mepr-account-subscr-id, #mepr-account-subscriptions-table th:nth-child(2), #mepr-account-subscriptions-table td:nth-child(2), #mepr-account-subscriptions-table th:nth-child(6), #mepr-account-subscriptions-table td:nth-child(6), #mepr-account-payments-table th:nth-child(3), #mepr-account-payments-table td:nth-child(3), #mepr-account-payments-table th:nth-child(4), #mepr-account-payments-table td:nth-child(4), #mepr-account-welcome-message {
    display: none;
}

.mp_wrapper table.mepr-account-table {
    border: none;
}

#mepr_account_form .mepr-submit, .mepr-newpassword-form .mepr-submit, #mepr_account_form .mp_wrapper .mp-form-label label {
    display: block !important;
}

.mepr-newpassword-form .mp-form-row label {
    display: block !important;
}

#mepr_account_form, .mepr-newpassword-form {
    max-width: 850px;
    margin: auto;
    overflow: auto;
}

/* .mepr-account-form{
    display:flex;
} */

/* .mepr-account-form #user_email,
.mepr-newpassword-form .mepr-form-input {

    border: none !important;

    background: transparent;

    border-bottom: 1px solid black !important;

    max-width: 301px;

} */

.f-cont {
    display: flex;
    justify-content: space-around;
}

.fname-cont {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.bio-cont {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.mp_wrapper textarea {
    resize: auto;
}

.author-link {
    text-decoration: none;
    max-width: 301px;
    display: block;
    margin: auto;
    color: black;
    font-family: Montserrat;
    font-size: 13.3px;
    text-transform: uppercase;
    /* text-decoration: underline; */
    /* padding-bottom: 5px; */
    padding: 7px 13px;
    border-radius: 41px;
    border: 1px solid #000;
}

.loader2 {
    display: block;
    border: 2px solid #eaebed;
    border-radius: 50%;
    border-top: 2px solid #fb454f;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 1.7s linear infinite;
}

#mepr_account_form .mepr-submit, .mepr-newpassword-form .mepr-submit {
    border-radius: 41px;
    background-color: #ffee34;
    border: none;
    padding: 7px 18px;
    font-family: Montserrat;
    font-size: 13.3px;
    text-transform: uppercase;
    cursor: pointer;
    /* margin-right:5%; */
}

.loading-gif {
    background-image: url(../../../wp-admin/images/loading.gif);
    background-repeat: no-repeat;
    color: #ffee34;
    background-position: center;
}

.rtl #mepr_account_form .mepr-submit, .rtl .mepr-newpassword-form .mepr-submit {
    font-family: 'Open Sans Hebrew';
}

/* .mepr-account-change-password {

    max-width: 301px;

    display: block;

    margin: auto;
    margin-bottom: 15px;

} */

.mepr-account-change-password a {
    color: black;
    font-family: Montserrat;
    font-size: 13.3px;
    text-transform: uppercase;
    text-decoration: underline;
    padding-bottom: 7px;
}

.item .heart {
    background: #ffff;
    width: fit-content;
    padding: 4px 6px;
    margin-right: 10px;
    border-radius: 20px;
}

.likes-count-num {
    color: #000;
    font: bold 10px Open Sans;
    margin-right: 5px;
    order: -1;
}

.rtl .likes-count-num {
    color: #000;
    font: bold 10px Open Sans;
    margin-left: 5px;
    order: -1;
}

.rtl .mepr-account-change-password a {
    font-family: 'Open Sans Hebrew';
}

.mp_wrapper table.mepr-account-table tr {
    border: none;
    border-top: #acacac solid 1px;
}

.mp_wrapper table.mepr-account-table tr:last-child {
    border-bottom: #acacac solid 1px;
}

.mp_wrapper table.mepr-account-table th {
    font-family: Montserrat;
    font-size: 16px;
    color: #acacac;
    padding: 13px 0;
}

.rtl .mp_wrapper table.mepr-account-table th {
    font-size: 18px;
    font-family: 'Open Sans Hebrew';
}

.mp_wrapper table.mepr-account-table td {
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    padding: 36px 0;
    border: none;
}

.rtl .mp_wrapper table.mepr-account-table td {
    font-size: 16px;
    font-family: 'Open Sans Hebrew';
}

.mp_wrapper table.mepr-account-table .mepr-account-actions a {
    width: 98px;
    height: 28px;
    border-radius: 14px;
    background-color: #ffee34;
    color: black;
    padding: 3px 25px;
    text-transform: uppercase;
    font-size: 14.2px;
    border: #ffee34 2px solid;
}

.mp_wrapper table.mepr-account-table .mepr-account-actions a:last-child {
    background-color: transparent;
    margin-left: 15px;
}

.mepr-cancel-sub-text {
    font-family: Montserrat;
}

.page-template-page-account-new .mp-no-subs {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 25px;
}

/*RTL*/

.rtl {
    font-family: 'Open Sans Hebrew', sans-serif;
}

.rtl .subscribe a {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 13px !important;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 5px 15px 5px
}

.rtl .logo h1 {
    font-family: MargaliotMediumMFW;
    font-weight: normal;
    font-size: 24px;
    width: 189px;
    left: auto;
    right: -66px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 185px;
}

.rtl .logoPattern {
    left: auto;
    right: 0;
}

/***fonts ***/

.rtl header nav ul li a, .rtl #sidr nav ul li a, .rtl header .registrationBut ul li a, .rtl #readingBar .registrationBut ul li a, .rtl #lang_sel.wpml-ls-rtl .lang_sel_sel, .rtl #lang_sel a.lang_sel_sel, .rtl #lang_sel ul ul li a, .rtl #readingBar .main-menu, .rtl #readingBar .now-reading, .rtl #readingBar .go-to-untranslated {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 13px !important;
    letter-spacing: 2px;
    font-weight: bold;
}

.rtl .right {
    float: left;
}

.rtl .left {
    float: right;
}

.rtl #bigger, .rtl #smoller {
    float: left;
}

.rtl #search {
    right: auto;
    left: -250px;
}

.rtl .dropdown .haveMore {
    margin-right: 4px;
}

.rtl .content article h1 span:nth-child(3) {
    font-family: MargaliotBoldMFW;
    font-size: 61px;
    font-weight: normal;
}

.rtl .fresh-left-arrow {
    display: inline-block !important;
}

.rtl .fresh-right-arrow {
    display: none !important;
}

.rtl .describe {
    font-size: 33px !important;
    font-family: MargaliotBoldMFW !important;
    font-weight: normal;
}

.rtl .bigger .describe h2 span {
    font-size: 67px;
    height: auto !important;
    line-height: 80px;
}

.rtl .whiteBack .describe h2 span {
    padding: 0 4px;
    font-size: 35px;
    line-height: 43px !important;
}

.rtl .whiteBack .describe h3 span span:first-child {
    padding-left: 8px;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.rtl .bigger .describe h3 span {
    letter-spacing: 2px;
    font-family: 'Open Sans Hebrew', sans-serif;
}

.rtl .twoBig .describe h3 span {
    letter-spacing: 2px;
    font-family: 'Open Sans Hebrew', sans-serif;
}

.rtl .bigger .describe h3 span span:first-child, .rtl .twoBig .describe h3 span span:first-child, .rtl .bigger .describe h3 span, .rtl body .item .describe span span, .rtl .whiteBack .describe h3 span, .rtl .whiteBack .describe h2 span:nth-child(2) span {
    font-family: 'Open Sans Hebrew', sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
}

.rtl .widgetMore h3 span:first-child {
    font-family: MargaliotItalicMFW;
    font-size: 35px;
    font-weight: normal;
}

.rtl .widgetMore h3 {
    font-family: MargaliotBoldMFW;
    font-size: 35px;
}

.rtl .widgetMore h3 span:nth-child(2) {
    font-family: MargaliotBoldMFW;
}

.rtl .describe h5 span:first-child, .rtl .describe h5 span:last-child {
    font-family: 'Open Sans Hebrew', sans-serif !important;
}

.rtl .describe h5 span:first-child {
    font: 11px Open Sans;
}

.rtl .criben {
    font-family: 'Open Sans Hebrew', sans-serif !important;
}

.rtl .masCarusel h1 {
    font-family: MargaliotBoldMFW;
    font-size: 45px;
}

.rtl .search1 {
    right: auto;
    left: 0;
}

.rtl #search #s {
    float: right;
    padding: 30px 90px 20px 0px;
    font-size: 19px;
    font-weight: 300;
}

.rtl .language {
    margin-left: 0px;
    margin-right: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 13px;
}

.rtl #langMenu {
    margin-right: 0;
    margin-left: 50px;
}

.rtl #lang_sel.icl_rtl {
    float: left;
}

.rtl #lang_sel ul ul {
    left: auto;
    text-align: left;
}

.rtl .arrow {
    display: none;
}

.rtl .content article {
    padding-left: 0;
    /*padding-right: 25px;*/
}

.rtl .mainArticle>article>p:first-child:first-letter {
    font-size: 65px;
    font-family: MargaliotBoldMFW;
    font-weight: normal;
    display: block;
    float: right;
    position: relative;
    top: 7px;
    line-height: 0.5;
    padding-right: 3px;
    padding-left: 8px;
    padding-top: 2px;
}

.rtl .plus {
    position: absolute;
    top: 14px;
    left: 16px;
    cursor: pointer;
    width: 22px;
    font: 12px Montserrat;
    z-index: 2;
}

.rtl .plus span:first-child {
    font-family: 'Open Sans Hebrew', sans-serif !important;
    font-weight: bold;
}

.rtl .content article h1 img {
    display: inline-block;
    position: relative;
    bottom: 3px;
    margin-left: 11px;
    width: 16px;
    margin-right: 0px;
}

.rtl .carusel ul li {
    float: right;
    padding: 0 3.8% 0 0;
    border-right: none;
    border-left: 1px solid #e8e8e8;
}

.rtl .carusel .controlsL {
    border-right: none;
    border-left: 1px solid #e8e8e8;
}

.rtl .carusel p:last-child {
    font-family: MargaliotItalicMFW;
    font-weight: normal;
}

.rtl .topIm {
    left: auto;
    right: 0px;
}

.rtl .bigger {
    margin-right: 0;
    margin-left: 23px !important;
}

.rtl .itemMas {
    float: right;
}

.rtl .itemMas {
    margin: 0 0px 28px 28px;
}

.rtl .itemMas h2 {
    font-family: MargaliotBoldMFW;
    font-size: 28px;
}

.rtl .itemMas h3 {
    font-size: 12px;
    margin: 6px 0 7px;
    text-transform: uppercase;
}

.rtl .item .describe h2 {
    font-family: MargaliotBoldMFW;
    font-weight: normal;
}

.rtl .carusel li {
    padding: 0 20% 0 0;
}

.rtl .masonry .itemMainly .describe {
    font-family: 'Open Sans Hebrew', sans-serif !important;
    font-size: 13px !important;
}

.rtl .describe h3 {
    font-family: 'Open Sans Hebrew', sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
}

.rtl .collection-title.storyTitle {
    left: 50px;
    right: 50px;
    position: absolute;
    text-align: center;
    bottom: 0;
}

.rtl .storyTitle h1 {
    margin-top: 15px;
}

.rtl .itemMas .button>div, .rtl .yellowButton {
    font-family: 'Open Sans Hebrew', sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 13px;
}

.rtl .itemMas .button>div {
    float: right;
}

/*Writers*/

.rtl .WriterFirst {
    margin-left: -33px;
    margin-right: 0;
    float: right;
    left: auto;
    right: -60px;
    margin-bottom: -118px;
}

.rtl .WriterFirst h1 {
    font-family: MargaliotBoldMFW;
    font-size: 40px;
    float: right;
}

.rtl .writer {
    float: right;
    margin: 33px 0px 0 33px;
    text-align: right;
}

.rtl .writer:nth-child(3n) {
    margin-left: 0;
}

.rtl .writer h1 {
    font-family: MargaliotBoldMFW;
    font-size: 35px;
    float: right;
}

.rtl .proposImage {
    right: auto;
    left: 0;
}

.rtl .proposal article {
    padding: 50px 70px 50px 125px;
}

/*** collection page ***/

.rtl .storyTitle h1 span {
    font-family: MargaliotBoldMFW;
    font-weight: normal;
    font-size: 71px;
}

.rtl .proposal article h1 {
    font-family: MargaliotBoldMFW;
    font-size: 41px;
    font-weight: normal;
}

.rtl .masSorting .browse {
    font-family: MargaliotBoldMFW;
    font-size: 17px;
}

.rtl .storyTitle h1 span {
    font-family: MargaliotBoldMFW;
    font-size: 63px;
    line-height: 0.6;
}

.rtl .masSorting .browse span {
    margin-left: 0;
    margin-right: 7px;
}

.rtl .sorting ul li span {
    font-family: MargaliotBoldMFW;
}

.rtl .sorting ul li {
    font-family: MargaliotMediumMFW !important;
    font-weight: normal;
}

.rtl .sorting ul li span img {
    left: auto;
    right: 6px;
}

.rtl header nav ul li a, .rtl header .registrationBut ul li a {
    font-size: 14px;
    padding-right: 20px;
}

.rtl .logo img:last-child {
    display: block;
}

/* .rtl #lang_sel a.lang_sel_sel {

    background-position: 25px 34px !important;

} */

.rtl #lang_sel a.lang_sel_sel {
    background-position: 10px 34px !important;
}

.rtl .content article p {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.rtl .widgetMore h3 {
    float: right;
    padding-right: 0;
    padding-left: 20px;
}

.rtl .widgetMore h3 span:last-child {
    margin-left: 0px;
    margin-right: 5px;
}

.rtl .storyTitle h3, .rtl .storyTitle h3 span, .rtl .recommendation h2 {
    font-family: 'Open Sans Hebrew', sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 23px;
}

.rtl .recommendation h2 {
    font-size: 17px;
    letter-spacing: 0;
}

.rtl .recommendation article {
    height: 65px;
}

.rtl .recommendation #readmore {
    float: left;
}

.rtl .storyTitle h4 {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: normal;
    font-size: 21px;
}

.rtl .wouldLike h3 {
    font-family: MargaliotBoldMFW;
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
}

.rtl .wouldLike .zag span {
    margin-right: 0px;
    margin-left: 10px;
}

.rtl .wouldLike .zag span .zagLeftArrow {
    display: inline-block;
}

.rtl .wouldLike .zag span .zagRightArrow {
    display: none;
}

.rtl #readingBar .main-menu, .rtl #readingBar .now-reading {
    float: right;
}

.rtl #readingBar .seperator {
    float: right;
}

.rtl #readingBar .now-reading span {
    font-family: MargaliotBoldMFW;
    font-weight: normal;
    font-size: 17px;
}

.rtl .rb-right {
    float: left;
}

.rtl .WriterFirst p {
    font-family: MargaliotItalicMFW;
    font-weight: normal;
    font-size: 25px;
    text-align: right;
}

.rtl .proposImage .outhorIm {
    right: auto;
    left: 3px;
}

.rtl .WriterFirst p span {
    margin-right: 0px;
}

.rtl .WriterFirst .about {
    position: absolute;
    right: 0;
    top: 41px;
    bottom: 14px;
    left: 128px;
    background: #85E9E1;
    padding: 30px 20px;
    overflow: hidden;
}

.rtl .WriterFirst span img {
    width: auto;
    display: inline-block;
    position: static;
    width: 11px;
    vertical-align: top;
    margin-top: 8px;
    margin-right: 7px;
}

.rtl .about .subscribe span {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}

.rtl footer nav {
    float: right;
    margin-right: 0;
    margin-left: 85px;
}

.rtl .menu-footer-menu-1-heb-container {
    float: right;
    margin-right: 0;
}

.rtl .menu-footer-menu-2-heb-container {
    float: right;
}

.rtl footer a {
    color: #B6B6B9;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 13px !important;
    letter-spacing: 2px;
    font-weight: bold;
}

.rtl .apps h2 {
    text-align: left;
    font-family: MargaliotItalicMFW;
    font-weight: normal;
}

.rtl .apps input {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 13px !important;
    letter-spacing: 2px;
    font-weight: bold;
}

.rtl .apps img {
    float: left;
    margin-right: 13px;
}

.rtl #mobile-menu {
    float: right;
}

.rtl .sidr #mobile-menu {
    float: none;
    position: absolute;
    left: 0;
    right: initial;
}

.sidr #mobile-menu {
    position: absolute;
    right: 0;
}

.rtl #sidr {
    direction: rtl;
}

.rtl .sidr .accontButtons .acountBauttin {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 13px !important;
    letter-spacing: 2px;
    font-weight: bold;
    margin-right: 11px;
}

.rtl .logIn h3 {
    font-family: MargaliotItalicMFW;
    font-weight: bold;
    font-size: 33px;
}

.rtl .lwa-register .logIn h4 {
    font-family: MargaliotBoldMFW;
    font-size: 27px;
}

.rtl .lwa-register .logIn h4 span {
    font-family: MargaliotItalicMFW;
}

.rtl .lwa-form input, .rtl .lwa-form .lwa-links-remember, .rtl .lwa-form .lwa-submit-links label, .rtl .lwa input, .rtl .lwa .lwa-links-remember, .rtl .lwa .lwa-submit-links label {
    font-family: 'Open Sans Hebrew', sans-serif !important;
    font-size: 13px !important;
}

.rtl .lwa .forSubmit input {
    font-size: 18px !important;
    font-weight: bold;
    padding: 6px;
}

.rtl .lwa-submit-links label, .rtl .lwa-submit-links input {
    float: right;
}

.rtl .lwa-submit-links label {
    margin-right: 5px;
    vertical-align: top;
    margin-top: -3px;
}

.rtl .lwa-submit-links a {
    float: left;
}

.rtl .register span:first-child {
    font-family: MargaliotMediumMFW;
}

.rtl.page-template-page-picker {
    text-align: right;
}

.rtl.page-template-page-picker .topest h3 {
    text-align: left;
    font-family: MargaliotItalicMFW;
    letter-spacing: 1px;
}

.rtl.clipped h3 {
    color: #000;
    font: bold 42px 'Playfair Display', serif;
    position: absolute;
    bottom: 19px;
    left: 20px;
    right: 20px;
    font-feature-settings: "dlig"1;
    line-height: 1.2;
}

.rtl.page-template-page-picker .pickerFirst h1 {
    font-family: MargaliotBoldMFW;
    text-align: right;
    font-size: 89px;
}

.rtl.page-template-page-picker .pickerFirst span {
    font-family: MargaliotItalicMFW;
    letter-spacing: -2px;
}

.rtl.page-template-page-picker .pickerFirst p {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 17px;
    text-align: right;
}

.rtl.page-template-page-picker .clipped h3, .rtl.page-template-page-picker .active2 .full h2 {
    text-align: right;
    font-family: MargaliotBoldMFW;
    font-size: 57px;
    line-height: 49px;
    padding-bottom: 12px;
}

.rtl.page-template-page-picker .full h2 {
    left: 20px;
    right: 20px;
}

.rtl.page-template-page-picker .plus {
    right: auto;
    left: 16px;
    top: -12px;
}

.rtl.page-template-page-picker .pickerFooter .right {
    float: left;
    margin-left: 0;
    margin-right: 48px;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
}

.rtl.page-template-page-picker .goAhead h2 {
    font-family: MargaliotBoldMFW;
    font-size: 70px;
    margin-top: 80px;
}

.rtl.page-template-page-picker .goAhead h2 span {
    font-family: MargaliotItalicMFW;
    font-weight: bold;
    font-size: 70px;
}

/*personal account*/

.rtl.curReader ul:first-child li {
    text-transform: uppercase;
    display: inline-block;
    margin: 2px 24px 20px;
    font: 18px 'Open Sans Hebrew';
    color: #000;
    font-weight: 700;
    cursor: pointer;
}

.at-resp-share-element .at-share-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 2px 5px;
    padding: 0;
    overflow: hidden;
    line-height: 0;
    text-decoration: none;
    text-transform: none;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: 0;
    font-family: helvetica neue, helvetica, arial, sans-serif;
    background-color: transparent;
}

/*Search page*/

/*End multilingual customization*/

/*Search page*/

.searchWrapper {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    top: -55px;
    padding: 55px 60px 0;
}

.searchWrapper h1 {
    font: bold 36px 'Playfair Display', serif;
}

.searchWrapper h1 span {
    font: 400 italic 38px 'Playfair Display', serif;
}

.searchWrapper h2 {
    margin-top: 0 !important;
}

.rtl .searchWrapper h1 {
    font-family: MargaliotBoldMFW;
    font-size: 35px;
}

.rtl .searchWrapper h1 span {
    font-family: MargaliotItalicMFW;
    font-size: 35px;
    font-weight: normal;
}

.savesMy .heart {
    margin-right: 15px;
}

.searchWrapper .savesMy {
    margin: 0 0 70px;
}

.searchWrapper .inSide {
    font: bold 36px 'Playfair Display', serif;
}

.searchWrapper .inSide span {
    font: 400 italic 38px 'Playfair Display', serif;
}

.search hr {
    background: #CCCCCC;
    height: 2px;
    margin: 10px 0 60px;
}

.searchWrapper {
    padding-bottom: 300px;
}

/*End Search page*/

.audioUrl {
    display: none;
}

.modalWindow2 div {
    width: 360px;
    margin: 100px auto 0 auto;
}

.close_MW2 img {
    width: 50px;
    position: relative;
    top: -10px;
}

.modalWindow2 {
    left: 100px;
    right: 100px;
    top: 100px;
    bottom: 100px;
    background: #D5B19F;
}

.mashsb-main {
    width: 350px;
    margin: 0 auto;
    margin-top: 25px;
}

.speakker {
    width: 100%;
    z-index: 4;
    text-shadow: none;
    position: fixed !important;
    bottom: 0;
}

.skControls {
    background: rgba(0, 0, 0, 0.75);
    border-radius: 0;
}

.skHeart, .skBackwards, .skForwards, .skLoopOn, .skLoopOff, .skOpener, .skVolumeControl, .skModuleControl {
    display: none;
}

.skPlay, .skPause {
    background-image: url("img/play.svg");
    width: 52px;
    height: 52px;
    background-image: none;
    background-position: initial;
    background-color: #FFEE34;
    -webkit-mask-image: url("img/play.svg");
    mask-image: url("img/play.svg");
}

.skPause {
    -webkit-mask-image: url("img/pause_white.svg");
    mask-image: url("img/pause_white.svg");
}

.skPlay:hover, .skPause:hover {
    background-position: initial;
}

.skActControl {
    width: 73%;
    padding: 6px 0px 14px;
}

.skScrubbler {
    width: 100%;
}

.skMainControl {
    padding: 6px 32px 12px 17px;
}

.skAct {
    font-family: 'Playfair Display', serif;
    text-shadow: none;
    color: #BEB7B2;
    font-size: 14px;
    padding: 0;
}

.skTime {
    font: 12px Open Sans;
    margin-top: 4px;
    color: #BEB7B2;
}

.dark .skLoad {
    background-color: #53c8b6;
}

.dark .skTimeRemain, .dark .skVolumeRemain {
    background-color: #FFEE34;
}

.skTimeRemain, .skLoad, .dark .skVolume, .dark .skScrubbler {
    bottom: -2px;
}

#audioShare {
    background-image: url("img/share_white.svg");
    display: block;
    float: right;
    margin-right: 5%;
    margin-top: 20px;
    width: 25px;
    height: 25px;
    background-size: 100%;
}

#audioSave {
    font: 12px Open Sans;
    text-transform: uppercase;
    display: block;
    float: right;
    margin-right: 8%;
    padding: 25px 0 0;
    color: #BEB7B2;
}

#audioSave:hover {
    color: white;
}

#audioX {
    background-color: #FFEE34;
    -webkit-mask-image: url("img/close_white.svg");
    mask-image: url("img/close_white.svg");
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
}

#mobile-menu {
    display: none;
    margin: 21px;
    width: 32px;
    height: 36px;
    float: left;
    /*background-color: #BEB7B2;*/
    /*-webkit-mask-image: url("img/mobile_menu.svg");*/
    /*mask-image: url("img/mobile_menu.svg");*/
}

#mobile-menu img {
    width: 36px;
}

.sidr {
    background: #39404c;
    box-shadow: none;
}

.sidr-open .sidr {
    box-shadow: 4px 0 41px 6px #222;
}

.sidr nav {
    height: auto !important;
}

.sidr ul {
    border: 0 !important;
}

.sidr ul li {
    display: block !important;
}

.sidr ul li, .sidr .dropdown a {
    height: auto !important;
    border: 0 !important;
}

.sidr ul li a {
    padding: 13px !important;
    font-size: 15px !important;
}

.sidr .dropdown>ul {
    top: 0 !important;
    position: relative !important;
}

.sidr .dropdown .haveMore {
    width: 2px;
    height: 7px;
    background-size: 100% 100%;
    margin-left: 0px;
    margin-top: 6px;
    vertical-align: top;
}

.sidr .dropdown:last-child {
    width: auto;
}

.sidr .accontButtons {
    padding: 5px;
    border-bottom: 1px solid #545e6f;
}

.sidr .accontButtons .acountBauttin {
    margin-left: 11px;
    text-transform: uppercase;
    color: white;
    font: 14px Montserrat;
    vertical-align: top;
    margin-top: 19px;
    display: inline-block;
}

.sidr .avatar {
    width: 55px;
    height: 55px;
    border-radius: 35px;
}

.sidr .yellowButton {
    margin: 6px;
}

.sidr .sidrlogo {
    width: 150px;
    margin: 50px 25px 24px 25px;
}

.homepage-leader-board-ad-container {
    width: 970px;
    margin: 50px auto 0 auto;
}

.homepage-leader-board-ad {
    display: inline-block;
    width: 970px;
    height: 90px
}

.story-page-ads, .front-page-ads {
    display: inline-block;
}

.slider-img {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 72px;
    margin-bottom: -4px;
}

.rb-right {
    float: left;
    margin: 0;
}

/**mobile**/

@media(max-width:1400px) {
    header nav {
        display: none;
    }
    #mobile-menu {
        display: flex;
    }
    .registrationBut {
        display: none;
    }
    .logged-in .search1 {
        right: 200px;
    }
    .rb-right {
        float: right;
        margin: 0 4%;
    }
}

@media (max-width: 1200px) {
    .search1 {
        right: 0;
    }
    .logged-in .search1 {
        right: 0;
    }
    .rtl.logged-in .search1 {
        left: 0!important;
        right: initial;
    }
    .dropdown1 {
        display: none;
    }
    .language {
        display: none;
    }
}

@media (max-width: 1024px) {
    .story-page-ads-container, .story-page-ads, .front-page-ads-container, .front-page-ads, .homepage-leader-board-ad-container, .homepage-leader-board-ad {
        display: none;
    }
    #audioSave, #audioShare, .logo, .language, .registrationBut, .masSorting .browse, #readingBar .now-reading span, #readingBar .now-reading, #readingBar .main-menu, #readingBar .go-to-untranslated {
        display: none;
    }
    .single>.content>.container {
        width: 100%;
        padding: 0 !important;
        padding-bottom: 45px !important;
    }
    .mainArticle {
        padding: 60px 50px 40px;
        font-size: 15px;
        top: 0;
    }
    .wouldLike {
        padding: 0 30px;
        top: 0;
    }
    .page-template-page-writer .masonry .container {
        padding: 0 5px 0;
    }
    /*.single-writers .container,.single-recommender .container,.single-translators .container{*/
    /*width: 100%;*/
    /*padding: 118px 10px 150px;;*/
    /*}*/
    .proposImage {
        position: relative;
        right: 0px;
        width: 100%;
        margin-bottom: 45px;
        margin-top: -55px;
        margin-right: auto;
        margin-left: auto;
        max-width: none;
    }
    .content article, .recommendation h2 {
        width: 90%;
        margin: auto;
    }
    .sorting {
        text-align: center;
        margin: 0;
        margin-top: 5px;
    }
    .sorting ul {
        margin: 15px;
    }
    .collection-subtitle {
        display: none;
    }
    .single-writers .content article, .single-recommendations .content article, .single-recommender .content article {
        padding: 50px 15px 0px;
    }
    .widgetMore {
        margin: 45px 0 5px;
    }
    .widgetMore h3 {
        padding-left: 5px;
    }
    .rtl .widgetMore h3 {
        padding-right: 5px;
    }
    .storyTitle {
        left: 20px;
        right: 20px;
    }
    .storyTitle h1 span {
        font-size: 32px;
        line-height: 53px;
    }
    .single .storyTitle span {
        font-size: 27px;
        line-height: 35px;
    }
    .single .storyTitle h3 span {
        font-size: 13px;
    }
    .storyTitle h4 {
        font-size: 14px;
    }
    .recommendation h2 {
        font-size: 13px;
    }
    #recommendation-cont {
        width: calc(100% - 90px);
    }
    .rb-right ul li a {
        width: 43px;
    }
    .hi-icon:after {
        left: -3px;
    }
    .rtl .hi-icon:after {
        left: 43px;
    }
    .rtl .storyTitle h1 span {
        font-size: 60px;
        line-height: 53px;
    }
    .rtl .single .storyTitle span {
        font-size: 35px;
    }
    .rtl .storyTitle h4 {
        font-size: 14px;
    }
    footer .container {
        text-align: center !important;
    }
    .apps {
        float: none !important;
    }
    .apps h2 {
        text-align: center !important;
    }
    .apps img {
        float: none !important;
        display: inline-block !important;
    }
    .apps form {
        text-align: center;
        margin-top: 90px;
    }
    .apps input[type="submit"] {
        margin-top: 13px;
    }
    .apps form h2 {
        text-align: center !important;
    }
    footer nav {
        float: none !important;
        display: inline-block;
        text-align: left;
        width: 48%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    footer .c4wp-form {
        display: none;
    }
    footer .container, .disclaimer .container {
        text-align: center;
    }
    footer .container p, .disclaimer .container p {
        float: none;
    }
    .rtl footer nav {
        float: none !important;
        text-align: right;
    }
    .searchWrapper {
        padding: 55px 0;
    }
    .searchWrapper .userFirst {
        margin: 0 12px;
    }
    .userFirst, .userSecond {
        margin: 0 20px;
    }
    .savesMy {
        width: 100%;
        height: auto;
    }
    .mainCont ul {
        border: none;
    }
    .userFirst ul li {
        width: 100%;
        border: 1px solid #E8E8E8;
    }
    .mainCont ul li:last-child {
        border: 1px solid #E8E8E8;
    }
    .saveMyText .subscribe {
        position: relative;
    }
    .onesignal-bell-container {
        display: none;
    }
    .memText {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .member h1 {
        padding: 0 30px 0 30px !important;
    }
    .member article {
        padding: 0 30px 0 30px !important;
    }
    .memImg {
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        background-repeat: repeat;
    }
    .bottomIm {
        display: none;
    }
    #unregister_user.home .masCarusel {
        height: 236px !important;
    }
    .masCarusel h1 {
        font-size: 25px;
    }
    .home .masCarusel {
        height: 385px;
    }
    .quote-container .quote-content {
        padding: 0 20px;
        font-size: 14px;
    }
    .quote-container .quote-content::before {
        left: 0 !important;
    }
    .rtl .quote-container .quote-content::before {
        right: 0!important;
        left: auto!important;
        font-family: MargaliotMediumMFW!important;
    }
    .rtl .quote-container .quote-content {
        padding: 0 25px;
    }
    .quote-container .quote-content::after {
        right: 5px !important;
        bottom: 65px !important;
    }
    .rtl .quote-container .quote-content::after {
        bottom: auto!important;
    }
    .quote-container .quote-author {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .bx-controls-direction {
        display: none;
    }
}

@media (max-width: 768px) {
    .category-post-preview .category-post-preview-header h4 {
        width: calc(101% - 75px);
    }
    .rtl .category-post-preview .category-post-preview-header {
        padding: 0 2px;
    }
    .category-post-preview .category-post-preview-header h4 .preview-category-title {
        font-size: 24px;
    }
    .category-post-preview .category-post-preview-header .more {
        font-size: 18px;
    }
    .rb-right {
        margin: 0 6%;
        float: none;
    }
    .addthis-smartlayers {
        display: none;
    }
    .listen-text {
        position: relative;
        bottom: 0;
        transition: all 1s;
        background: #222;
        /* padding: 8% 4%; */
        /* width: 250px; */
        /* border-radius: 10px; */
        padding-bottom: 11%;
        padding-top: 10px;
        font-size: 16px;
    }
    .sc_fancy_player_container {
        width: 350px;
        /* padding:0 5%; */
    }
    .savesMy img, .saveMyIm {
        width: 100%;
    }
    .saveMyText {
        margin: 0 !important;
        padding-top: 23px;
        float: right;
    }
    .mainArticle article img {
        width: 100%;
        height: auto;
    }
}

/* .myrate{
    border:1px solid black;
} */

@media (max-width: 480px) {
    .single .storyTitle .gdrts-stars-current {
        font-size: inherit;
        line-height: inherit;
    }
    .mob-writing {
        font-size: 20px!important;
    }
    .align-this {
        display: flex;
        align-items: center;
    }
    .more-mob {
        font-size: 18px!important;
    }
    /* .rb-right{
        margin:0 12%;
    } */
    /* Styles */
    .mainArticle {
        padding: 60px 10px 40px;
    }
    #bigger {
        /* padding-top: 27px; */
        padding-right: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {}

@keyframes rotate {
    50% {
        transform: rotate(10deg);
    }
}

.sub_one {
    transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 50%;
    animation: rotate 1s linear infinite;
}

.sub_two {
    transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 30%;
    animation: rotate 1s .1s linear infinite;
}

@keyframes vibrate {
    2% {
        transform: scaleX(1);
    }
    4% {
        transform: scaleX(1.03);
    }
    6% {
        transform: scaleX(1);
    }
    8% {
        transform: scaleX(1.03);
    }
    10% {
        transform: scaleX(1);
    }
    12% {
        transform: scaleX(1.03);
    }
    14% {
        transform: scaleX(1);
    }
    16% {
        transform: scaleX(1.03);
    }
    18% {
        transform: scaleX(1);
    }
    20% {
        transform: scaleX(1.03);
    }
    22% {
        transform: scaleX(1);
    }
    24% {
        transform: scaleX(1.03);
    }
    26% {
        transform: scaleX(1);
    }
    28% {
        transform: scaleX(1.03);
    }
    30% {
        transform: scaleX(1);
    }
    32% {
        transform: scaleX(1.03);
    }
    34% {
        transform: scaleX(1);
    }
    36% {
        transform: scaleX(1.03);
    }
    38% {
        transform: scaleX(1);
    }
    40% {
        transform: scaleX(1.03);
    }
    42% {
        transform: scaleX(1);
    }
    44% {
        transform: scaleX(1.03);
    }
    46% {
        transform: scaleX(1);
    }
    48% {
        transform: scaleX(1.03);
    }
    50% {
        transform: scaleX(1);
    }
    52% {
        transform: scaleX(1.03);
    }
    54% {
        transform: scaleX(1);
    }
    56% {
        transform: scaleX(1.03);
    }
    58% {
        transform: scaleX(1);
    }
    60% {
        transform: scaleX(1.03);
    }
    62% {
        transform: scaleX(1);
    }
    64% {
        transform: scaleX(1.03);
    }
    66% {
        transform: scaleX(1);
    }
    68% {
        transform: scaleX(1.03);
    }
    70% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(1);
    }
}

.sub_three {
    transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 50% 50%;
    animation: vibrate 16s linear infinite;
}

#menu-img-x {
    display: none;
}

.sidr-open #menu-img {
    display: none;
}

.sidr-open #menu-img-x {
    width: 20px;
    display: block
}

#write-a-story-header-button-container {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
}

#write-a-story-header-button-container input[type=button] {
    border: none;
    background-color: #FDFF00;
    color: black;
    padding: 0.5em 2em;
    cursor: pointer;
}

/* .mejs-container {
    box-shadow: 0px 2px 5px 0px rgb(165, 165, 165);
    width: 650px!important;
    margin: 0 auto;
    margin-top:2%;
} */

.premium-badge {
    position: absolute;
    /* right: 0; */
    top: -18px;
    background: #ffee34;
    padding: 2%;
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
}

.premium-badge span {
    font-family: 'Playfair Display';
    font-style: italic;
}

.premium-badge span+span {
    font-family: 'Playfair Display';
    font-style: initial;
    font-weight: bold;
    margin: 0!important;
}

.data-shown {
    font-size: 12px;
}

#popup-nodata {
    display: none;
    font-size: 16px;
    text-align: center;
    padding: 4%;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    /* color: #FFEE34!important; */
    border-radius: 10px;
}

.mejs-currenttime, .mejs-duration {
    /* color: #000; */
    /* color: #FFEE34!important; */
}

.expand {
    width: 100%;
}

.count-box {
    color: #000;
}

#atstbx {
    padding-bottom: 7%;
}

#atstbx2 {
    padding: 7% 0;
}

.cmnt-bg {
    position: relative;
    text-align: center;
}

.cmnt-bg span {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    background: #FF53B7;
    padding: 1% 5%;
    border-radius: 20px;
    color: #ffff;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.cmnt-bg span:hover {
    background: #ee4faca3;
}

.cmnt-bg span a {
    color: #fff;
    text-decoration: none;
}

@media(max-width:767px) {
    .f-cont {
        flex-direction: column;
    }
    .fname-cont {
        width: 100%;
    }
    .bio-cont {
        width: 100%;
    }
    .mepr-account-change-password {
        margin-bottom: 5px;
    }
    .cmnt-bg {
        padding: 0 2%;
    }
    .cmnt-bg .cmnt-img {
        width: 100%;
    }
    .cmnt-bg span {
        font-size: 12px;
        width: 70%;
        top: 38%;
        padding: 1.8% 5%;
    }
    .comments-area {
        margin: 0 3%;
    }
    #wc-comment-header {
        font-size: 15px;
        display: flex;
        align-items: center;
        padding: 1% 2%;
    }
    #wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
        padding: 18px 18px 10px 20px;
        font-size: 14px;
        font-family: Open sans;
        letter-spacing: 0.1px;
    }
}

@media(max-width:370px) {
    .submit-cont {
        display: flex;
        /* justify-content: space-between; */
        align-items: flex-start;
        FLEX-DIRECTION: COLUMN-REVERSE;
    }
    .authorlinkcont {
        margin-bottom: 3%;
    }
    .author-link {
        font-size: 10px;
    }
}

@media (max-width: 330px) {
    .listen-text {
        position: relative;
        bottom: 0;
        transition: all 1s;
        background: #222;
        color: #fff;
        /* padding: 8% 4%; */
        /* width: 250px; */
        /* border-radius: 10px; */
        padding-bottom: 13%;
        padding-top: 10px;
        font-size: 13px;
    }
    .sc_fancy_player_container {
        width: 250px;
    }
}