@charset "utf-8";
@font-face {font-family: "cs-icons";src: url("/wp-content/themes/verta/assets/static/icon-fonts/icons.ttf") format("truetype"), url("/wp-content/themes/verta/assets/static/icon-fonts/icons.woff") format("woff"), url("/wp-content/themes/verta/assets/static/icon-fonts/icons.svg#icons") format("svg");font-weight: normal;font-style: normal;font-display: swap;}

[class*="cs-icon-"]{font-family:cs-icons!important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
[data-scheme=dark] .scheme-toggle .scheme-toggle-element:after {left: 0.9rem;}

html[data-scheme='dark'] {filter:invert(100) hue-rotate(180deg);}
html[data-scheme='dark'] img {filter:invert(100) hue-rotate(180deg);}

html,header,footer,body,div,span,h1,h2,h3,h4,h5,h6,p,pre,a,em,small,strong,dl,dt,dd,ol,ul,li,fieldset,form,label,table,caption,tbody,tfoot,thead,tr,th,td,article,hgroup,.nav,aside,details,section,summary,figcaption,figure {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    font-family: Poppins;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    color: #212121;
}

img{
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    font-family: Poppins;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html {
    overflow-x: hidden;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,.nav,section,summary,picture {
    display: block;
}

ol,ul {
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #212121;
    cursor: pointer;
    font-family: Poppins
}

a:hover{
    color:#b7245c;
}

a:focus {
    outline: none
}

img {
    border: 0;
    vertical-align: middle
}

form {
    color: #fff
}

input:focus {
    outline-offset: 0
}

input[type=text]:focus,button:focus {
    outline: none
}

button {
    border: none;
    border-radius: 0;
    padding: 0;
    background: 0 0
}

input::input-placeholder {
    color: silver
}

::-webkit-input-placeholder {
    color: silver
}

:-moz-placeholder {
    color: silver
}

body {
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

.cs-icon-menu:before{content:"\E917";}
.cs-icon-mail:before{content:"\E92B";}
.cs-icon-x:before{content:"\E923";}
.cs-icon-moon:before{content:"\E93E";}
.cs-icon-sun:before{content:"\E940";}

.cs-icon-circle-left:before{
    content:"\E905";
    font-size: 58px;
    vertical-align: middle;
    line-height: 70px;
} 

.cs-icon-circle-right:before{
    content:"\E907";
    font-size: 58px;
    vertical-align: middle;
    line-height: 70px;
}

/* .cs-icon-menu:before{content:"";}
.cs-icon-mail:before{content:"";}
.cs-icon-x:before{content:"";}
.cs-icon-moon:before{content:"";}
.cs-icon-sun:before{content:"";}  */

.cs-main-content,.footer,.cs-header-menu,.cs-category-content {
    width: 1074px;
    margin: 0 auto;
    font-size: 0;
    padding: 0 10px;
    box-sizing: border-box
}

.cs-category-content {
    min-height: 65vh
}

.cs-header-menu {
    position: relative;
    height: 64px
}

.cs-header {
    box-shadow: 0 0 10px 4px rgba(0,0,0,.07);
}

.menu-logo{
    float:left;
}

.desktop-logo {
    display: inline-block;
    font-size: 34px;
    margin: 0 auto;
    overflow: hidden;
    font-family: "Playfair Display";
    font-weight: 700;
    margin-top: 6px;
    margin-right: 20px;
    text-transform: uppercase;
}

.desktop-logo img {
    height: auto;
    margin-top: 10px;
    width: 220px;
    height: 37px;
    margin-left: 50px
}

.menu-btn{
    display: none;;
    position: absolute;
    left: 10px;
    top: 18px;
    font-size: 18px;
    cursor: pointer;
    color: #b7245c;
}

.menu-btn:hover .cs-icon{
    color:#818181;
}


.menu-nav {
    position: initial;
    float: left;
    margin-top: 10px
}

.menu-scheme-toggle{
    position: absolute;
    right: 10px;
    top: 14px;
}

.cs-site-overlay {
    display: none;
}

.cs-offcanvas-active .cs-site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.25);
    -webkit-animation: fade .5s;
    animation: fade .5s;
    z-index: 99;
}

.cs-offcanvas-active .cs-offcanvas {
    left: 0px;
}

.cs-offcanvas {
    position: fixed;
    height: 100%;
    top: 0;
    left: -320px;
    display: block;
    width: 320px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    transition: .4s;
    overflow: hidden;
    transform: translate3d(0,0,0);
}
    
.cs-offcanvas__header {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e9ecef;
    background: #fff;
    overflow: hidden;
}

.cs-offcanvas__header .cs-logo{
    float:left;
    font-size: 26px;
    margin: 0 auto;
    overflow: hidden;
    font-family: "Playfair Display";
    font-weight: 700;
    text-transform: uppercase;
    margin-left:20px;
    height: 60px;
    line-height: 60px;
}

.cs-offcanvas__toggle {
    float:right;
    cursor: pointer;
    margin-top: 19px;
    margin-right:20px;
}

.cs-offcanvas__toggle .cs-icon {
    font-size: 1.25rem;
    color: #000000;
    transition: .25s;
}

.cs-offcanvas__sidebar{
    padding: 20px;
}

.cs-offcanvas__sidebar a {
    display: block;
    padding: 0.5rem 0;
    transition: .25s;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.cs-offcanvas__sidebar > ul > li{
    border-bottom: 1px solid #e9ecef;
}

.scheme-toggle{display:inline-block;align-items:center;position:relative;cursor:pointer;}
.scheme-toggle:hover .scheme-toggle-element{background:#6c757d;}
.scheme-toggle-icon{width:1rem;height:2rem;line-height:2rem;font-size:1rem;display:inline-block;color:#000;}
.scheme-toggle-element{
    display: inline-block;
    height: 1.1rem;
    width: 2rem;
    border-radius: .5rem;
    background: #ced4da;
    position: relative;
    transition: .25s;
    margin-bottom: -2px;
}
.scheme-toggle-element::after{transition:.25s!important;content:"";display:block;position:absolute;top:0;bottom:0;margin:auto;width:.85rem;height:.85rem;background:#ffffff;border-radius:50%;left:0;margin-left:.125rem;}

.menu-nav-list {
    transition: .3s;
    text-align: center;
    font-size: 0;
    display: table;
    margin: 0 auto;
    position: relative
}

.menu-nav-list li {
    display: table-cell;
    position: relative;
    overflow: hidden
}

.menu-nav-list li > a > span{
    position: relative;
}

.menu-nav-list li.active > a > span{
    color:#b7245c;
}

.menu-nav-list li:hover  > a > span{
    color:#b7245c;
}

.menu-nav-list li.active > a > span:first-child:before, .menu-nav-list li:hover > a > span:first-child:before {
    bottom: -3px;
    opacity: 1;
    background-color:#b7245c;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    transition: .25s;
}

.menu-nav-list a {
    display: inline-block;
    padding: 10px 14px;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    color: #333
}

.cs-top-content{
    margin-top:40px;
    width: 100%;
    max-width: 2000px;
    background: #f8f2f4!important;
}

.cs-top-content .cs-trending{
    padding-top:20px;
    overflow: hidden;
    background: #f8f2f4!important;
}

.cs-top-content .cs-trending h2, .cs-top-content .cs-trending h3, .cs-top-content .cs-trending a, .cs-top-content .cs-trending ul, .cs-top-content .cs-trending li{
    background: #f8f2f4!important;
}

.cs-top-content .cs-trending .cs-post-meta{
    margin-top:10px;
    background: #f8f2f4!important;
}

.cs-top-content .cs-trending > h2{
    margin-bottom:20px;
    font-family: "Playfair Display";
    font-style: italic;
    font-size: 36px;
    text-align: center;
}

.cs-top-content .cs-trending ul {
    font-size: 0;
    margin-right: -19px
}

.cs-top-content .cs-trending ul li img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0
}

.cs-top-content .cs-trending ul li {
    display: inline-block;
    width: 25%;
    padding-right: 19px;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 36px
}

.cs-top-content .cs-trending .cs-post-thumbnail {
    display: block;
    position: relative;
    background-color: #fbfbfb;
    overflow: hidden
}

.cs-top-content .cs-trending .cs-post-thumbnail {
    padding-top: 67%;
}

.cs-top-content .cs-trending .cs-post-meta > h2{
    font-family: "Playfair Display";
    font-size: 30px;
    font-weight: 500;
    font-style:italic;
    font-size: 2.875rem;
    line-height: 1;
    width: 16%;
    float: left;
    display: block;
}

.cs-top-content .cs-trending h3 {
    font-family: Poppins;
    text-align: left;
    font-size: 20px;
    color: #111;
    line-height: 26px;
    opacity: .9;
    font-weight: 400;
    width: 84%;
    display: block;
    float: right;
}

.cs-top-content .cs-trending h3 a {
    font-size: 20px;
    color: #111;
    line-height: 26px;
    font-family: Poppins;
    font-weight: 700;
}

.cs-post-list .more{
    float: right;
    line-height: 53px;
    font-size: 24px;
    font-family: "Playfair Display";
    text-transform: uppercase;
    color: #b7245c;
}

.cs-post-list .more:after {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 0.25em;
    text-transform: none;
    font-style: normal;
    font-family: cs-icons;
    font-weight: normal;
    letter-spacing: normal;
    content: "";
}

.cs-post-list .more:hover{
    color: #a5a0a2;
}

.cs-post-list h2 {
    margin: 28px 0 30px;
    position: relative;
    border-left: 8px solid #b7245c;
    padding-left: 15px
}

.cs-post-list h2 span {
    font-size: 36px;
    color: #000;
    line-height: 38px;
    font-family: "Playfair Display";
    display: inline-block;
    transform: translateY(2px);
    padding-right: 16px
}

.cs-post-list {
    overflow: hidden
}

.cs-post-list ul {
    font-size: 0;
    margin-right: -19px
}

.cs-post-thumbnail {
    display: block;
    position: relative;
    background-color: #fbfbfb;
    overflow: hidden
}

.cs-post-list .cs-post-thumbnail {
    padding-top: 67%;
}

.cs-post-list ul li img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0
}

.cs-post-list ul li {
    display: inline-block;
    width: 33.3%;
    padding-right: 19px;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 36px
}

.cs-meta-category {
    font-size: 14px;
    line-height: 16px;
    color: #b7245c;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 400;
    margin-top:6px;
}

.cs-post-list h3 {
    margin: 10px 10px 0;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    color: #111;
    line-height: 26px;
    font-family: Poppins;
    opacity: .9;
    font-weight: 700;
}

.cs-post-list h3 a {
    font-size: 20px;
    color: #111;
    line-height: 26px;
    font-family: Poppins;
    font-weight: 700;
}

.cs-post-meta {
    overflow: hidden
}

.cs-category {
    margin: 0 auto;
    width: 1024px;
    margin-bottom: 20px;
    margin-top: 22px;
}

.cs-category img {
    width: 100%;
    margin-top: 3px
}

.cs-category-title {
    width: 100%;
    text-align: center
}

.cs-category-title h2 {
    font-size: 48px;
    color: #111;
    font-family: "Playfair Display";
    text-transform: uppercase;
    font-weight: 700
}

.cs-category-title p {
    width: 600px;
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

.cs-category-list h3 {
    height: 80px
}

.cs-page-content {
    margin-top: 15px
}

.cs-content-area {
    display: inline-block;
    width: 728px;
    position: relative;
    vertical-align: top
}

h1 {
    font-size: 32px;
    line-height: 42px;
    color: #111;
    font-family: Poppins;
    font-weight: 700;
    margin: 18px 0 27px
}

.cs-entry-content h2 {
    font-size: 27px;
    margin: 20px 0;
    text-align: inherit
}

.cs-entry-content h2:after {
    content: none
}

.cs-entry-content h4,.cs-entry-content h4 a,.cs-entry-content h3 {
    font-size: 22px;
    line-height: 29px;
    color: #111;
    font-family: Poppins;
    font-weight: 700;
    margin: 20px 0
}

.cs-entry-content h4 a {
    text-decoration: underline
}

.cs-entry-content p,.cs-entry-content p a {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-family: Poppins;
    font-weight: 400;
    margin: 15px 0
}

.cs-entry-content p a {
    text-decoration: underline;
    font-style: italic;
    display: inline
}

.cs-entry-content>a {
    text-decoration: underline;
    color: #00e;
    font-family: Poppins;
    font-size: 16px;
    line-height: 26px
}

.cs-entry-content p b {
    font-family: Poppins;
    font-weight: 700
}

.cs-entry-content p+h4 {
    margin-top: -9px
}

.cs-entry-content h4+p {
    margin-top: -9px
}

.cs-entry-content p:last-child {
    margin-bottom: -5px
}

.cs-entry-content>div+p {
    margin-top: 27px
}

.cs-entry-content table {
    margin-top: 12px;
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0
}

.cs-entry-content th,.cs-entry-content td {
    font-size: 16px;
    padding: 7px 10px;
    text-align: left;
    line-height: 20px;
    width: 200px;
    text-align: center;
    word-break: break-all
}

.cs-entry-content th {
    text-align: center;
    border-color: #fff;
    background-color: rgba(238,238,238,.67);
    border-bottom: 3px solid #ffab55;
    font-weight: 700;
    border-left: 1px solid #fff
}

.cs-entry-content tr:nth-child(2n),.cs-entry-content td:nth-child(2n) {
    border-left: 1px solid rgba(238,238,238,.57);
    border-right: 1px solid rgba(238,238,238,.57)
}

.cs-entry-content tr:nth-child(2n+1) td {
    background-color: rgba(238,238,238,.47)
}

.cs-entry-post-related h2 span {
    font-size: 24px;
    line-height: 24px;
    color: #111;
    font-family: "Playfair Display";
    font-weight: 700;
    border-left: 8px solid #b7245c;
    padding-left: 11px;
    height: 22px;
    display: block;
    text-transform: uppercase
}

.cs-entry-post-related-title {
    margin-top: 8px;
    margin-bottom: 32px
}

.cs-entry-post-related {
    margin-top: 56px
}

.cs-entry-post-related ul {
    font-size: 0;
    overflow: hidden
}

.cs-entry-post-related ul li img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.cs-entry-post-related .cs-post-thumbnail {
    padding-top: 67%
}

.cs-entry-post-related ul li {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 23px;
    vertical-align: top
}

.cs-entry-post-related ul li:nth-child(3n) {
    margin-right: 0
}

.cs-sidebar-area {
    display: inline-block;
    width: 300px;
    margin-left: 26px;
    margin-top: 28px
}

.cs-entry-post-related h3 {
    margin: 6px 0 6px;
    overflow: hidden;
    text-align: center;
    font-family: Poppins;
}

.cs-entry-post-related h3 a {
    font-size: 19px;
    color: #111;
    line-height: 22px;
    font-family: Poppins;
    font-weight: 400
}

.cs-sidebar-inner h2 {
    font-size: 36px;
    color: #000;
    line-height: 36px;
    margin-bottom: 32px
}

.cs-sidebar-inner ul {
    width: 100%;
    margin-bottom: 15px;
    font-size: 0;
    overflow: hidden
}

.cs-sidebar-inner ul li {
    margin-bottom: 23px
}

.cs-sidebar-inner ul li img {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.cs-sidebar-area .cs-post-thumbnail {
    padding-top: 67%
}

.cs-sidebar-inner h2 span {
    font-size: 24px;
    line-height: 24px;
    color: #111;
    font-family: "Playfair Display";
    font-weight: 700;
    border-left: 8px solid #b7245c;
    padding-left: 11px;
    height: 22px;
    display: block;
    text-transform: uppercase
}

.cs-sidebar-inner h3 {
    margin: 6px 0 6px;
    overflow: hidden;
    text-align: center
}

.cs-sidebar-inner h3 a {
    font-size: 16px;
    color: #111;
    line-height: 22px;
    font-family: Poppins;
    font-weight: 400
}

.error404 {
    text-align: center;
    background: #f9f9f9;
    padding-top: 80px;
    box-sizing: border-box;
    margin-top:40px;
    margin-bottom: 40px;
    padding-bottom: 88px;
}

.error404 span {
    font-family: "Playfair Display";
    font-size: 24px;
    color: #b7245c;
    line-height: 40px;
    background: #f9f9f9;
}

.error404 h2 {
    font: 700 40px/40px "Playfair Display",sans-serif;
    color: #111;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 20px auto 40px;
    background: #f9f9f9;
}

.error-btn {
    width: 200px;
    height: 50px;
    background: #111;
    margin: 0 auto;
}

.error-btn a {
    font-size: 20px;
    line-height: 50px;
    font-family: "Playfair Display";
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
    background: #111;
}

footer {
    border-top: solid 2px #efefef;
    overflow: hidden;
    margin-top: 48px;
}

.footer {
    overflow: hidden;
}

.footer .cs-footer__item-top{
    display:block;
    width:100%;
    overflow: hidden;
    margin-top: 20px;
}

.footer .cs-footer__item-bottom{
    display:block;
    width:100%;
    overflow: hidden;
    margin-top: 20px;
    border-top: 1px solid #ced4da;
}

.footer .cs-col-left{
    float:left;
    width:50%;
}

.footer .cs-col-right{
    float:right;
    width:46%;
}

.footer .cs-footer__nav > li{
    float: left;
    width: 50%;
}

.footer .cs-footer__nav > li > ul > li{
    padding: 5px 20px;
}

.footer .cs-footer__nav > li > ul > li > a{
    font-family: "Playfair Display";
}

.footer .cs-footer__nav > li > ul > li > a:hover{
    color: #b7245c;
}

.footer .cs-site-subscribe__info{
    font-size: 22px;
    color: #111;
    font-family: "Playfair Display";
    font-weight: 700;
    margin-bottom: 10px;
}

.cs-site-subscribe__data .pk-input-group {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    padding-right: 12px;
    position: relative;
    width: 98%;
}

.cs-site-subscribe__data .pk-input-group input[type=text] {
    box-sizing:border-box;
    display: block;
    width: 100%;
    color: #000000;
    background-color: #ffffff;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 1rem 1rem;
}

.cs-site-subscribe__data .pk-input-group .pk-subscribe-submit {
    position: absolute;
    right: 3px;
    top: 3px;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    border: none;
    line-height: 1rem;
    transition: .25s;
    box-shadow: none;
    cursor: pointer;
    padding: 0.8125rem 1.5rem;
    background-color: #2a3042;
    color: #fff;
    white-space: nowrap;
    width: 120px;
}

.footer .pk-alert{
    display:none;
    position: relative;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    background: #f8f9fa;
    font-size: 13px;
    margin-top: 10px;
}

.footer .pk-alert-warning {
    border-left: #ffc107 2px solid;
}

.footer .pk-alert-success {
    border-left: #28a745 2px solid;
}

.footer .pk-privacy {
    margin-top:10px;
}

.footer .pk-privacy label{
    display:inline-block;
    cursor: pointer;
    color:#999;
    font-size: 13px;
    font-family: Poppins, sans-serif;
}

.footer .cs-footer__logo{
    font-size: 48px;
    color: #111;
    font-family: "Playfair Display";
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0px;
}

.footer .cs-footer__copyright{
    text-align: right;
    line-height: 85px;
    color:#818181;
    font-size: 14px;
    font-family: Poppins, sans-serif;
}

.footer .cs-footer__copyright a{
    transition: .25s;
    text-decoration: underline;
    font-size: 14px;
    font-family: Poppins, sans-serif;
}

.footer .cs-footer__copyright a:hover{
    color:#b7245c;
}

.wpcf7{margin:0;padding:0;}
.wpcf7 .wpcf7-response-output{display:none;}
.wpcf7 .wpcf7-response-output{margin:1rem 0;padding:.5rem 1rem;font-size:.75rem;background:#d8f6df;color:#145523;}
.wpcf7 .wpcf7-form-control-wrap{position:relative;display:block;}
.wpcf7 label .wpcf7-form-control-wrap{margin-top:.5rem;}
.wpcf7 .wpcf7-submit{
    vertical-align:middle;
    display: inline-block;
    text-decoration: none;
    border: none;
    line-height: 1rem;
    transition: .25s;
    box-shadow: none;
    cursor: pointer;
    padding: 0.625rem 1.5rem;
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

.mtscontact_error{color:#F00F00;font-size:.75rem;font-weight:normal;display:block;}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea {
    display: block;
    width: 708px;
    line-height: 1.625rem;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    box-shadow: none;
    padding: 0.3125rem 0.75rem;
}

.adp-popup-cookies{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px 10px;
    background: #323232;
    color:#ffffff;
    width: 100%;
    z-index: 98;
    opacity: 0.9;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
}

.adp-popup-cookies button{
    padding: 5px 10px;
    margin-left: 10px;
    background: #ffffff;
    cursor: pointer;
    font-size: 14px;
}

@media screen and (max-width: 1074px) {
    .cs-header-menu,.cs-main-content,.footer,.cs-category-content {
        width:748px
    }

    [data-scheme=dark] .scheme-toggle .cs-icon-moon{ display:none;}
    [data-scheme=dark] .scheme-toggle .cs-icon-sun{display:block;}

    [data-scheme=default] .scheme-toggle .cs-icon-moon{ display:block;}
    [data-scheme=default] .scheme-toggle .cs-icon-sun{display:none;}

    .cs-top-content .cs-trending ul li {
        width:50%;
    }

    .menu-btn{
        display:block;
    }

    .cs-category{
        width:100%;
        margin-bottom: 16px;
    }

    .menu-logo{
        width:100%;
        text-align: center;
    }

    .scheme-toggle-element{
        display:none;
    }

    .desktop-logo{
        margin-right:0px;
    }

    .menu-nav-list {
        transform: translateX(-12px)
    }

    .menu-nav-list a {
        padding: 10px 8px
    }

    .cs-header-menu .menu-nav-list {
        display: none
    }

    .cs-sidebar-area,.cs-sidebar-inner {
        display: none;
    }

    .footer .cs-col-left {
        width: 100%;
    }

    .footer .cs-col-right {
        margin-top:20px;
        width: 100%;
    }

    .footer .cs-footer__nav > li > ul > li {
        padding: 5px 20px 5px 0px;
    }

    .footer .cs-footer__logo {
        font-size: 38px;
        margin: 4px 0px;
    }

    .footer .cs-footer__copyright {
        text-align: left;
        line-height: 18px;
        margin-top: 5px;
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 767px) {
    .cs-header-menu,.cs-category-content,.cs-main-content,.footer {
        width:100%;
        padding: 0 12px
    }

    .adp-popup-cookies, .adp-popup-cookies button{
        font-size:12px;
    }

    .adp-popup-cookies{
        padding:5px;
    }

    .cs-post-list ul li {
        width: 50%
    }

    .cs-category {
        margin-bottom: 10px;;
    }

    .cs-header-menu .hd-menu-btn {
        left: 16px;
        top: 19px
    }

    .desktop-logo {
        font-size: 34px;
        line-height: 45px;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 4px;
        text-align: center;
    }

    .cs-header-menu {
        height: 56px
    }

    .cs-content-area {
        width: 100%
    }

    .cs-entry-post-related h3 {
        height: 46px
    }

    .cs-entry-post-related ul li {
        width: 49%;
        margin-right: 0
    }

    .cs-entry-post-related ul li:nth-child(2n) {
        float: right
    }

    .error404 {
        padding-left: 16px;
        padding-right: 16px
    }

    .cs-page-content {
        margin-top: 0
    }

    h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 16px 0
    }

    .cs-entry-content p,.cs-entry-content p a {
        margin: 19px 0;
        font-size: 16px;
        line-height: 26px
    }

    .cs-entry-content h4,.cs-entry-content h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 20px 0
    }

    .cs-entry-content p:last-child {
        margin-bottom: -5px
    }

    .cs-entry-content>div+p {
        margin-top: 19px
    }
}

@media screen and (max-width: 767px) and (min-width:425px) {
    .cs-top-content .cs-post-list ul li:last-child {
        display:none
    }
}

@media screen and (max-width: 600px) {
    .footer .logo {
        font-size:62px;
        transform: translateY(25px)
    }

    .cs-category-title h2 {
        font-size: 38px
    }
}

@media screen and (max-width: 425px) {

    .cs-top-content .cs-trending ul li {
        width:100%;
    }

    .menu-nav-list {
        display:none
    }

    .cs-post-list ul li {
        width: 100%
    }

    .cs-entry-post-related ul li {
        width: 100%
    }

    .cs-post-list h3,.cs-entry-post-related h3,.cs-sidebar-inner h3 {
        height: auto
    }

    .cs-category-title h2 {
        font-size: 28px
    }

    .cs-category-content .cs-post-list h3 {
        height: auto
    }

    footer {
        margin-top: 24px
    }

    .cs-post-list ul li {
        margin-bottom: 16px
    }

    .cs-post-list h2 {
        margin-top: 10px
    }

    .error404 h2 {
        font-size: 32px;
        line-height: 36px
    }

    .cs-category-list h3 {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 360px) {
    .footer .logo {
        font-size:56px;
        transform: translateY(22px)
    }
}

.m_anchor_point {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nav_page {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    clear:both;
    box-sizing: border-box;
    margin:20px 0;
    background-color: #f6f6f6;
  }
  
  .nav_page .prev {
    color: #fff;
    background-color: #dc1a0b;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important;
    font-size: 22px !important;
    font-weight: 700;
    padding:0 14px;
    height: 72px;
    line-height: 42px;
    /* text-transform: uppercase; */
    text-align: center;
    font-family: inherit;
    box-sizing: border-box;
    display: block;
    float:left;
    width: 49%;
    padding:14px;
  }
  
  .nav_page .next{
    color: #fff;
    background-color: #dc1a0b;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important;
    font-size: 22px !important;
    font-weight: 700;
    height: 92px;
    line-height: 42px;
    /* text-transform: uppercase; */
    text-align: center;
    font-family: inherit;
    box-sizing: border-box;
    display: block;
    float:right;
    width: 49%;
    padding:24px;
  }
  
  .nav_page .prev:hover,
  .nav_page .next:hover {
    color: #fff;
  /* background-color: #a01005; */
  }
  
  .nav_page .first {
    width:100% !important;
    font-size: 36px !important;
  }
  
  .nav_page .other {
    width:100% !important;
    font-size: 22px !important;
  }
  
  .nav_page .disable{
    background-color: #ccc;
    cursor: default;
  }
  
  .nav_page .thumbnail{
    width:auto; height:100%;
  }

@media (max-width: 766px){

    .nav_page .prev {
        display: none;
    }

    .nav_page .next {
        width:100%;
    }
}

/* ads-middle */
.ads-middle{clear: both; overflow: hidden; display:block; width:100%; height:auto; text-align:center; margin-top:15px; margin-bottom:15px; padding: 5px 0px;}

.ads-wrapper-1{
    text-align: center;
    clear: both;
    width: 728px;
    height: 90px;
    margin: 0 auto;
    padding: 0;
}

.ads-middle-1-ad{
    text-align: center;
    clear: both;
    width: 728px;
    height: 90px;
    margin: 0 auto;
    padding: 0;
}

.ads-middle-1-format{width: 728px; height: 90px; margin:0 auto;}


@media (max-width: 766px){

    .ads-wrapper-1{
        width: 336px;
        height: 280px;
    }
    
    .ads-middle-1-ad{
        width: 336px;
        height: 280px;
    }
    
    .ads-middle-1-format{width: 336px; height: 280px; margin:0 auto;}

}

/* ads-bottom */
.ads-bottom{clear: both; overflow: hidden; display:block; width:100%; height:auto; text-align:center; margin-top:15px; margin-bottom:15px; padding: 5px 0px; background-color: #e5e5e5;}
.ads-bottom .left {
    display:block;
    text-align:center;
    height:auto;
    width:100%;
    background-color: #e5e5e5;
    margin:0;
    padding:0;
}
.ads-bottom .right {
    display:none;
    background-color: #e5e5e5;
    margin:0;
    padding:0;
}
@media (min-width:767px) {
    .ads-bottom .left{
        float:left;
        text-align:center;
        width:49%;
    }
    .ads-bottom .right{
        display:block;
        float:right;
        text-align:center;
        height:auto;
        width:49%;
    }
}

.ads-wrapper-2{
    text-align: center;
    width: 336px;
    height: 280px;
    margin: 0 auto;
    padding: 0;
}

.ads-wrapper-3{
    text-align: center;
    width: 336px;
    height: 280px;
    margin: 0 auto;
    padding: 0;
}

.ads-middle-2-ad{
    text-align: center;
    width: 336px;
    height: 280px;
    margin: 0 auto;
    padding: 0;
}

.ads-middle-3-ad{
    text-align: center;
    width: 336px;
    height: 280px;
    margin: 0 auto;
    padding: 0;
}

.ads-middle-2-format{width: 336px; height: 280px; margin:0 auto;}
.ads-middle-3-format{width: 336px; height: 280px; margin:0 auto;}

/* ads-right */
.ads-right{clear: both; overflow: hidden; display:block; width:100%; height:auto; text-align:center; margin-top:15px; margin-bottom:15px;}

.ads-right-format-1{width: 100%; height: 252px; }
@media (min-width:767px) { .ads-right-format-1 { width: 100%; max-width:728px; height: 90px; } }
@media (min-width:1110px) { .ads-right-format-1 { width: 100%; height: 600px; } }

.ads-right-format-2{width: 100%; height: 252px;}
@media (min-width:767px) { .ads-right-format-2 { width: 100%; max-width:728px; height: 90px; } }
@media (min-width:1110px) { .ads-right-format-2 { width: 100%; height: 252px; } }

/* hide unfilled ad units  */
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

.ad-label {
    color: #b2b2b2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.ad-label--line {
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 3px
}

.ad-label--line:after,.ad-label--line:before {
    background-color: #b2b2b2;
    content: "";
    display: block;
    width: 35px;
    height: 1px
}

.ad-label--line:before {
    margin-right: 10px
}

.ad-label--line:after {
    margin-left: 10px
}