*, html, body {margin:0; padding:0; box-sizing:border-box;}
img {max-width: 100%; height: auto;}
.container {max-width: 1200px; width: 100%; margin: 0 auto;}

body, p {font-family: arial; font-weight: 400; color: #000;}
p {margin-bottom: 25px;}
h1,h2,h3,h4,h5,h6 {font-family: 'Oswald', sans-serif; font-weight: 700; color: #000; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 25px;}

.button {position: relative; color: #000; border: 2px solid #000; text-decoration: none; font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 700; padding: 5px 30px; display: inline-block; background: #fff;}
.button span {position: relative; z-index: 3; color: #000; transition: all 0.5s;}
.button:after {content:''; position: absolute; top: 0; bottom: 0; left: 0; width: 100%; color: #fff; z-index: 1}
.button:before {content:''; position: absolute; top: 100%; bottom: 0; left: 0; width: 100%; background: #000; color: #fff; z-index: 2; transition: all 0.5s;}
.button:hover {background: transparent;}
.button:hover:before {top: 0;}
.button:hover span {color: #fff;}

.bg-cover {background-position: center center; background-repeat: no-repeat; background-size: cover; display: block;}
.page-template-chros .bg-cover:after {display: none;}
.bg-cover img {opacity: 0; width: 100%;}

.page-template-chros .top-header+.container, .page-template-chros .nav-container {display: none;}
.page-id-30437 .top-header+.container, .page-id-30437 .nav-container {display: block;}
.page-id-30437 header { position: sticky; top: 0; z-index: 3; background: #fff;}

.banner {position: relative;}
.banner .banner__text {max-width: 30%; width: 100%;margin: 0 auto;text-align: center; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%);}
.banner .banner__text img {margin-bottom: 50px;}
.banner .banner__text h4 { font-size: 33px; line-height: 40px; margin-bottom: 20px; letter-spacing: 7px;}
.banner .banner__text h3 {font-family: initial;font-size: 45px;line-height: 45px;font-weight: 400;letter-spacing: 8px;margin-bottom: 10px;}
.banner .banner__text h2 {font-size: 83px; line-height: 93px; font-family: verdana; text-shadow: -3px 3px #2a85d4;}

.banner .banner__text h1 span {display: block;}
.banner .banner__text h1 span.h4 { font-size: 33px; line-height: 40px; margin-bottom: 20px; letter-spacing: 7px;}
.banner .banner__text h1 span.h3 {font-family: initial;font-size: 45px;line-height: 45px;font-weight: 400;letter-spacing: 8px;margin-bottom: 10px;}
.banner .banner__text h1 span.h2 {font-size: 83px; line-height: 93px; font-family: verdana; text-shadow: -3px 3px #2a85d4;}

.banner .author-name {position: relative; margin-top: 40px; display: block;}
.banner .author-name:after {content: ''; position: absolute;border-bottom: 3px solid #000;bottom: -14px;left: 0;right: 0;max-width: 185px;width: 100%;margin: 0 auto;}
.banner .author-name h4 {font-size: 16px; line-height: 24px; letter-spacing: 7px; font-weight: 100;}


.content-part {position: relative;}
.content-part__item {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin: 0 -40px 70px; height: calc(100vh - 300px);}
.content-part__item:nth-child(even) {flex-direction: row-reverse;}
.content-part__image, .content-part__text {max-width: calc(50% - 80px); width: 100%; margin: 0 40px;}
.content-part__image .bg-cover {height: 100%; position: relative; margin-left: 0; margin-top: 0; box-shadow: 0 0 30px rgb(0 0 0 / 20%);}
.content-part__image .bg-cover:before { display:none; content: ''; position: absolute; background: #000; top: 0; bottom: 0; left: 0; right: 0; z-index: -1;}
.content-part__text h3 {font-size: 30px; margin-bottom: 5px;}
.content-part__text i {color: #666; margin-bottom: 20px; display: block;}

.content-part__text p {text-align: justify;}

.story-section {background: #000000; padding: 30px 0; text-align: center;}
.story-section h2, .story-section p {color: #fff;}
.story-section h2 {letter-spacing: 7px; font-weight: 600; font-size: 30px;}
.story-section h2 span {font-style:italic; font-weight: 400;}
.story-section p {letter-spacing: 2px;max-width: 665px;width: 100%;text-align: left;margin: 0 auto;}
.story-section p.loginlink {margin-top: 15px; text-align: center;}
.story-section p.loginlink a {color: #0081d2;}


.subscribe-plan { display: flex; flex-wrap: wrap; padding: 60px 0; max-width: 960px; margin: 0 auto;}
.subscribe-plan__item {position: relative; max-width: 33.3333%; width: 100%; text-align: center;}
.subscribe-plan__content {position: relative; z-index: 1; padding: 10px 0;}
.subscribe-plan__item:after {content:''; position: absolute; top: 100%; bottom: 0; left: 0; background: #fff; width: 100%; transition: all 0.5s;}
.subscribe-plan__item p {text-align: center; z-index: 0; font-size: 20px;}
.subscribe-plan__item a {transform: scale(0); display: block; text-decoration: none; color: #000; text-transform: uppercase; letter-spacing: 2px; font-family: 'Oswald', sans-serif; font-size: 14px; padding: 5px 15px; transition: all 0.7s;}
.subscribe-plan__item h4 {transform: scale(1); color: #000; font-family: 'Oswald', sans-serif; font-size: 30px; background: #fff; line-height: 30px; display: inline-block; padding: 0 5px; transition: all 0.5s;}
.subscribe-plan__item:hover:after {top: 0;}
.subscribe-plan__item:hover a {transform: scale(1);}
.subscribe-plan__item:hover h4 {transform: scale(0.8); background: #000; color: #fff;}
.subscribe-plan__item:hover p {color: #000;}

.content.fluid {max-width: 100%; width: 100%;}
.chros-details .magazine-content .answer {position: relative;}
.chros-details .magazine-content .answer:after { content: '';position: absolute;background: #fff;left: -70px;right: -70px;bottom: -50px;height: 100px;filter: blur(20px);opacity: 1;}


.main-container.chros-details {padding: 0;}
.story-section .snip1214 {max-width: 960px; margin:40px auto 0;}
.story-section .snip1214 .plan  {padding-top: 80px; border: 0;}
.story-section .snip1214 .plan:after  {content: ''; position: absolute; left: 0; top: 100%; bottom: 0; width: 100%; background: #fff; transition: all 0.5s;}
.story-section .snip1214 .plan .plan-features  {position: relative; z-index: 1;}
.story-section .snip1214 .plan-select {padding: 0px 10px 0px;}
.story-section .snip1214 .plan-cost {padding: 30px 10px 10px;}
.story-section .snip1214 .plan-price {font-family: arial!important; font-size: 20px;}
.story-section .snip1214 .plan .plan-select input[type="submit"] { padding: 5px 10px; font-size: 14px; transform: scale(0); transition: all 0.5s;}
.story-section .snip1214 .plan .plan-months {transform: scale(1); margin-top: -20px; display: inline-block; background: #fff; padding: 5px 10px; color: #000; line-height: 34px; font-size: 34px; transition: all 0.5s;}

.story-section .snip1214 .plan:hover {background: none; border:0;}
.story-section .snip1214 .plan:hover:after {top: 0;}
.story-section .snip1214 .plan:hover .plan-select input[type="submit"] {transform: scale(1);}
.story-section .snip1214 .plan:hover .plan-months {transform: scale(0.8); display: inline-block; background: #000; padding: 5px 10px; color: #fff; line-height: 34px; font-size: 34px;}

.page-template-chros-detail .subscription-all-plan {padding-bottom: 50px;}

.content-part__image { max-width: 22%; margin: 0 auto;}
.intro-section {padding-top: 20px;}
.intro-section .container {max-width: 700px;text-align: center;}
.intro-section p {font-size: 14px; text-align: justify;}

.chros-naming {display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; padding: 0 15px;}
.chros-name {max-width: 290px; width: 100%; text-transform: uppercase;}
.chros-name p {color: #999; font-size: 10px;}
.main-container.chros-details {overflow: visible;}
.chros-details p {margin-bottom: 18px;}
.chros-details .magazine-content img {height: 350px; object-fit: cover;}
.chros-details .right-sidebar {position: relative;}
.chros-details .right-sidebar .header-add {padding-top: 26px; margin-top: 58px;}
.chros-details .right-sidebar:after {content: '';position: absolute;background: #fff;left: -70px;right: -70px;bottom: -50px;height: 120px;filter: blur(20px);opacity: 1; z-index: 1;}
.logged-in .chros-details .right-sidebar:after {display: none;}
.logged-in .chros-details .right-sidebar .header-add {margin-top: 18px;}

.single .subscription-all-plan {padding-top: 0; position: relative; z-index: 2; margin-top: -30px;}
.banner .bg-cover.mobile {display: none;}
.banner .bg-cover {display: block;}

.intro-section .container p:empty, .chros-name p:empty {display: none;}
.intro-section.bottom .container p {max-width: 100%;}


#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-item:last-child > a.mega-menu-link {background: #ffff00!important; color: #000!important;}

.page-id-30437 .banner .banner__text a {display: none;}


.page-id-34869 .banner .banner__text img {margin-bottom: 30px;}
.page-id-34869 .banner .banner__text {max-width: 32%; text-align: left; margin:0 0 0 auto;}
.page-id-34869 .banner .banner__text img {max-width: 130px;}
.page-id-34869 .banner .banner__text h1 span.h4 {font-family: 'Josefin Sans', sans-serif!important; font-weight:400; font-size: 30px; letter-spacing: 4px;}
.page-id-34869 .banner .banner__text h1 span.h3, .page-id-34869 .banner .banner__text h1 span.h2 {font-family: 'EB Garamond', serif!important;}
.page-id-34869 .banner .banner__text h1 span.h3 {font-size: 60px; line-height: 75px; margin-bottom: 0;}
.page-id-34869 .banner .banner__text h1 span.h2 {color:#f5021e; text-shadow:none;}
.page-id-34869 .banner .author-name h4 {font-family: 'Josefin Sans', sans-serif!important; font-size: 27px; letter-spacing: 4px; text-transform: none;}
.page-id-34869 .banner .author-name:after {display: none;}


@media screen and (max-width: 1650px) {
    .banner .banner__text img { max-width: 120px; width: 100%;}
    .banner .banner__text h4 {font-size: 25px; line-height: 25px;}
    .banner .banner__text h3 {font-size: 30px; line-height: 30px; letter-spacing: 5px;}
    .banner .banner__text h2 {font-size: 70px; line-height: 70px;}
    
    .banner .banner__text h1 span.h4 {font-size: 25px; line-height: 25px;}
    .banner .banner__text h1 span.h3 {font-size: 30px; line-height: 30px; letter-spacing: 5px;}
    .banner .banner__text h1 span.h2 {font-size: 70px; line-height: 70px;}
    
    .banner .author-name h4 { font-size: 20px; line-height: 25px; letter-spacing: 4px;}
}


@media screen and (max-width: 1300px) {
    .banner .banner__text img { max-width: 120px; width: 100%;}
    .banner .banner__text h4 {font-size: 25px; line-height: 25px; margin-bottom: 10px;}
    .banner .banner__text h3 {font-size: 30px; line-height: 30px; letter-spacing: 5px;}
    .banner .banner__text h2 {font-size: 70px; line-height: 70px; margin-bottom: 20px;}
    
    .banner .banner__text h1 span.h4 {font-size: 25px; line-height: 25px; margin-bottom: 10px;}
    .banner .banner__text h1 span.h3 {font-size: 30px; line-height: 30px; letter-spacing: 5px;}
    .banner .banner__text h1 span.h2 {font-size: 70px; line-height: 70px; margin-bottom: 20px;}
    
    .banner .author-name h4 { font-size: 20px; line-height: 25px; letter-spacing: 4px;}
}


@media screen and (max-width: 1199px) {
    .container {max-width: 950px;}
    
    .banner .banner__text img {margin-bottom: 20px; max-width: 100px;}
    .banner .banner__text h4 {font-size: 21px; line-height: 21px; letter-spacing: 4px;}
    .banner .banner__text h3 {font-size: 23px; line-height: 25px;}
    .banner .banner__text h2 {font-size: 60px;line-height: 60px;}
    
    .banner .banner__text h1 span.h4 {font-size: 21px; line-height: 21px; letter-spacing: 4px;}
    .banner .banner__text h1 span.h3 {font-size: 23px; line-height: 25px;}
    .banner .banner__text h1 span.h2 {font-size: 60px;line-height: 60px;}
    
    .banner .author-name {margin-top: 0;}
    
    .chros-details .magazine-content img {height: auto;}
    .story-section .snip1214 {width: 100%;}
    .story-section .snip1214 .plan .plan-months {height: auto!important;}
    .story-section .snip1214 .plan .plan-months, .story-section .snip1214 .plan:hover .plan-months {line-height: 30px; font-size: 26px;}
    
    .chros-details .magazine-content .answer:after, .chros-details .right-sidebar:after {left: 0; right: 0;}
    
    .story-section .snip1214 .plan:after {top: 0;}
    .story-section .snip1214 .plan .plan-months {background: #000; color: #fff; display: inline;}
    .snip1214 .plan .plan-months, .snip1214 .plan .plan-cost .plan-price, .snip1214 .plan .plan-description {color: #000;}
    .story-section .snip1214 .plan .plan-select input[type="submit"] {transform: scale(1); color: #000; border: 1px solid #000;}
    
}

@media screen and (max-width: 991px) {
    .container {max-width: 750px;}
    .content-part__item {height: auto;}
    .content-part__image, .content-part__text {height: 100%;}
    
    .banner .banner__text img {max-width: 70px;}
    .banner .banner__text h3 {font-size: 16px; line-height: 20px;}
    .banner .banner__text h2 {font-size: 44px; line-height: 44px;}
    .banner .banner__text h4 {font-size: 18px; line-height: 20px; letter-spacing: 3px;}
    
    .banner .banner__text h1 span.h3 {font-size: 16px; line-height: 20px;}
    .banner .banner__text h1 span.h2 {font-size: 44px; line-height: 44px;}
    .banner .banner__text h1 span.h4 {font-size: 18px; line-height: 20px; letter-spacing: 3px;}
    
    .content-part__item {margin: 0 0 50px;}
    .intro-section .container p {max-width: 60%;}
    
    .chros-details .is_sticky {display: none;}
}


@media screen and (max-width: 767px) {
    
    .banner .banner__text img {max-width: 140px;}
    .banner .banner__text h4 {font-size: 22px; line-height: 22px;}
    .banner .banner__text h3 {font-size: 22px; line-height: 26px;}
    .banner .banner__text h2 {font-size: 54px; line-height: 54px;}
    
    .banner .banner__text h1 span.h4 {font-size: 22px; line-height: 22px;}
    .banner .banner__text h1 span.h3 {font-size: 22px; line-height: 26px;}
    .banner .banner__text h1 span.h2 {font-size: 54px; line-height: 54px;}
    
    .banner .banner__text {margin-bottom: 30px; top: 20px; max-width: 90%; position: relative; order: 1; transform: none;}
    .banner .bg-cover {display: none;}
    .banner .bg-cover.mobile {display: block;}
    .banner { display: flex; flex-direction: column;}
    .banner .bg-cover{order:2; margin-top: 20px;}
    
    .chros-name {position: relative; top: 20px; max-width: 90%; margin: 0 auto;}
    .intro-section {max-width: 90%; margin: 0 auto;}
    .intro-section .container p {max-width: 100%;}
    
    .content-part__item {margin: 0;}
    .content-part__image, .content-part__text {max-width: 100%; padding: 0 5px; margin: 0 20px;}
    .content-part__text {padding: 20px 5px 100px;}
    .content-part__text h3 {text-align: left;}
    
    .main-container.chros-details {padding: 0 15px!important;}
    .chros-details .is_sticky {display: none; max-width: 390px; width: 100%!important;}
    
    .story-section .snip1214 {width: 100%;}
    .story-section .story-contant {padding: 0 20px;} 
    
    .story-section h2 {font-size: 20px;}
    .story-section p {text-align: justify;}   
    
    .story-section .snip1214 {width: 90%;}



    .page-id-34869 .banner .banner__text {max-width:90%; text-align: center; margin: 0 auto 30px;}
    
}


@media screen and (max-height: 699px) {
    .content-part__item {height: calc(100% - 300px);}
}