/*
Theme Name: poortal-forum
Theme URI: https://forum.over.net
Author: Martin
Version: 10.02
.
.
.
*/

* {
    box-sizing: border-box;
}



h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}


a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

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

:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
}


body {
    color: #000;
    font-weight: 300;
    font-family: "Open Sans";
    line-height: 1.5;
    font-size: 16px;
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
    transition: .5s color;
}

.single__content a {
    text-decoration: underline !important;
}

.single__content ul{
    padding: 5px 55px !important;
}


a {
    background: 0 0;
}

.link_IG a, .link_IG a:active, .link_IG a:focus, .link_IG a:hover, .link_IG a:visited {
    /*border: none;
    outline: 0;*/
    color: #000 !important;
}

strong {
    font-weight:700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

header {
    margin-bottom:-40px;
}


a.button:hover, .didomi-components-button:hover{
    background-color: #fff;
    color: #000;
}

/*pantone hitri predogled    #bb2669*/

::selection {
    background: #000; /* WebKit/Blink Browsers */
}
::-moz-selection {
    background: #000; /* Gecko Browsers */
}


.single__content a {
    color: #000;
}

#logo2{
    font-family: 'Playfair Display';
}

/*pantone*/


.accordion__inner-content .wp-block-image img, .page__content .wp-block-image img, .single__content .wp-block-image img {
    border-radius: 0px !important;
}

.logo_footer{
    padding-top:3em;
    padding-bottom:3em;
    border-bottom: 1px solid #fff;
    text-align: center;

}

.logo__image_footer{
    max-width:75%;
}

.block__sidebar{
    display: none;
}

.section--banner {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.fb-ig{
    display: none;
}

#recentWidget {
    display:none;
}

.button-forum, .didomi-components-button{
    color:#000 !important;
    border: none !important;

}

a.button-forum:hover, .didomi-components-button:hover{
    background-color:#fff !important;
    color: #000 !important;
}


/*HEADER*/

.header{
    background:#000 !important;
}


.header {
    height: 60px;
    width: 100vw;
    padding:0;
}

#logoHeader{
    display:block;
    margin-top:10px;
    margin-bottom: 10px;
}

#js-pT{
    margin-top: 0;
}

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

.header__extra{
    position: relative;
}

.header__extra {
    text-align: center;
    width: 147px;
    opacity: 1;
}

.header__logo {
    display: flex;
    align-items: center;
    width: 70%;
    flex-basis: 70%;
    margin-left:.5em;
}

.logo {
    display: block;
    position: relative;
    height: 40px;
    line-height: 25px;
    padding: 10px;
    z-index: 999;
    width: 100%;
}

.logo--cvek .logo__image {
    fill: #741a74;
}

.logo__image {
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin: 0 10px 0 0;
    fill: #dc407e;
    /*padding:10px;*/

}

.logo__image__1 {
    vertical-align: middle;
    height: 27px !important;
    width: 138px;
    margin: 0 10px 0 0;
    fill: #dc407e;
    /*padding:10px;*/

}

.logo__image__2 {
    vertical-align: middle;
    height: 27px !important;
    width: 167px;
    margin: 0 10px 0 0;
    fill: #dc407e;
    /*padding:10px;*/

}

.header__logo .icon {
    transition: .5s transform;
}

.icon {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    color: #403a4e;
}

/*.header__navigation {
    display:block;
}*/

 .nav-icon{
    display:inline;
 }

/* #nav-cross {
    top: 1em;
    right: 1em;
}*/

.navigation {
        /*display: none;*/
        position: fixed;
        /* margin: 1px 0 0; */
        /* padding: 0; */
        top: 59px;
        left: 0;
        height: 100%;
        width: 100%;
        /*transform:none;*/
        transform: translateX(100vw);
        transition: .3s transform; 
        transition-delay: .1s; 
        z-index: 99;
        background: #000;
        white-space: nowrap;
        overflow-y: scroll;
}

.navigation__list {
    padding: 0 0 1em 0;
    margin: 1em 2em;
    opacity: 1;
    transition: .5s opacity;
}



.navigation__item {
    
    position: relative;
    margin: 0;
    opacity: 1;
    transition: .2s opacity;
        transition-delay: 0s;
}

.navigation__link {
    display: block;
    position: relative;
    line-height: 30px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    transition: .2s color;
    font-family: "Arimo";
}

.navigation__expand-button {
    height:30px;
    line-height: 30px;
    width:30px;
}

.navigation__link:hover {
    color: rgba(245,245,245, .6);
}

.header__extra {
    text-align: right;
}

.services {
    display: flex;
    font-size: 0;
    align-items: center;
    vertical-align: middle;
}

.services__item {
    text-align: center;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 16px;
    transition: .5s color;
    font-family: "Open sans";
}

.services__icon .icon {
    margin: -3px 0 0;
}

.services__item--hamburger{
    margin-top:-15px;
}

.button, .didomi-components-button{
    display: inline-block;
    background: #fff;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    font-family: "Open sans";
    height: 39px;
    line-height: 35px;
    text-transform: uppercase;
    border: none;
    box-sizing: border-box;
    padding: 0 24px;
    border-radius: 0px;
    /*transition: .2s background,.5s width,.5s font-size;*/
}

.button:hover, .didomi-components-button:hover{
    border: none;
}

.hamburger {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 0;
    font-size: 0;
    width: 18px;
    height: 12px;
}

.hamburger span {
    display: inline-block;
    background: #403a4e;
    width: 18px;
    height: 2px;
    transition: 1s opacity,.2s transform;
}

.hamburger span:nth-child(1) {
    transform: translateY(0);
}

.hamburger span:nth-child(2) {
    transform: translateY(3px);
}

.hamburger span:nth-child(3) {
    transform: translateY(6px);
    width: 12px;
}


.banner--below {
    padding: 20px;
}





/*SECTION*/

section {
    margin-top:50px;
    margin-bottom:30px;
}

.section {
    position: relative;
    box-sizing: border-box;
    white-space: nowrap;
    background: #fff;

}



.section--ultralight {
    background: rgba(95,93,126,.06);
        background-color: rgba(95, 93, 126, 0.06);
}

.container {
    margin: 0 auto;
    width: calc(100vw - 40px);
}

.grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin:0;
    /*margin: 0 -10px;*/
}
.grid-sidebar .grid__column {
        padding: 0 !important;
        border: 2px solid #fff;
}
    .grid-sidebar img {
        width: 100%;
        height:298px;
        object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
    }

.grid__column {
    box-sizing: border-box;
    flex: 0 0 100%;
    flex-direction: column;
    max-width: 100%;
    width: auto;
    /*padding: 0px 15px;*/
    padding: 0;
}

.main-fold .grid__column{
        padding: 0px;
}

.main-fold .card-x{
    height:50%;
}

.main-fold .card-x, .main-fold .card-b{
    border-bottom: 3px solid #fff;
}

.main-fold .image {
    border: none;
    height: 100%;
}

.card-x img {
    width: 100%;
    height: 100%;
    bottom: 0;
    object-fit: cover;
}

article[class^="card-"] {
    white-space: normal;
}

article[class^="card-"] .image {
    background: #f7f7f8;
}

article[class^="card-"] .image img {
    transform: scale(1);
    transition: 3s transform;
}

article[class^="card-"] .lead {
    display: inline-block;
}

.card-b {
    position: relative;
    display: block;
    white-space: normal;
    height: 100%;
}

.card-bc {
    position: relative;
    display: block;
    white-space: normal;
    height: 100%;
}

.image {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.card-b .image {
    width: 100%;
    margin: 0;
    margin-bottom: 0;


}

.card-bc .image {
    width: 100%;


}

img {
    width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.card-b__headline {
    width: 100%;
    margin-top: auto;
    margin-bottom: 10px;
}
.card-bc__headline {
    width: 100%;
    margin-top: auto;
    margin-bottom: 10px;
}

.headline {
    position: relative;
    margin: 0;
    font-family: "Open sans";
    letter-spacing: 2px;
    font-size: 16px;
}

.headline--small {
    font-family: "Open sans";
    margin-top:10px;
    font-size: 12px;
    text-transform: uppercase;
}

.social__item--full{
    border:none !important;
}

.social__item--full:hover{
    border:none !important;
}

.single__feature-image img {
    border-radius: 0px;
}

.single__inner{
    font-family: "Open sans";
}

.image__meta {
    font-family: "Open sans";
    padding: 10px 0px 20px;
}

.card-b__title {
    width: 100%;
    margin: 0;
    line-height: 1.5;
    font-weight: 900;
}

.card-bc__title {
    width: 100%;
    margin: 0;
    line-height: 1.5;
    font-weight: 900;
}

.title {
    margin: 0;
    padding: 0;
    font-family: "Playfair Display";
    line-height: 1.1;
    font-weight: 500;
    font-size: 28px;
}

.title--large {
    font-size: 28px;
}

.card-b__lead {
    width: 100%;
    font-weight: 400;
}
.card-bc__lead {
    width: 100%;
    font-weight: 400;
}

.card-b__lead .lead {
    margin: 20px 0 0;
}
.card-bc__lead .lead {
    margin: 20px 0 0;
}

.lead {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .5px;
}

.divider {
    margin: 30px 0;
    border-top: 1px solid rgba(95,93,126,.12);
}

.main-fold .card-b .lead{
    display: none;
}




.card-xs {
    height: 298px !important;
}

.card-xs .image {
    margin-bottom: 0px;
    height: 298px !important;
}

.card-xs img {

    height: 298px !important;
    object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
}

.card-c {
    padding-bottom:15px;
}

.card-c__headline {
    margin: 0 0 10px;
}

.card-x__headline {
    margin: 0 0 10px;
}
.card-xs__headline {
    margin: 0 0 10px;
}

.headline--small {
    /*font-size: 17px;*/
    text-transform: uppercase;
}

.card-c__title {
    line-height: 1.5;
    margin: 0;
    font-weight: 900;
}

.card-x__title {
    line-height: 1.5;
    margin: 0;
    font-weight: 900;
}
.card-xs__title {
    line-height: 1.5;
    margin: 0;
    font-weight: 900;
}


.card-c__lead {
    margin: 0;
    padding: 0;
}

.article-data{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0em 1em 1.3em 1em;
    background: rgba(0, 0, 0, 0.3);
    color: #fafafa;
    width:100%;
}

.article-data.secondaryArticle {
    height: 125px;
}


.main-fold{
    overflow: hidden;
}

.section-forum {
    border-radius: 0;
    background: rgba(116,26,116,.12);
}

.section-forum {
    position: relative;
    padding: 20px 20px 40px;
    margin: 0 -20px 20px;
    border-radius: 5px;
    /*background: rgba(220,64,126,.12);*/

}
.section-forum__pattern {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.section-forum__text {
    margin: 0 0 20px;
}

.section-forum__text {
    position: relative;
    z-index: 1;
    white-space: normal !important;
}

.section-forum .link {
    font-size: 15px;
}

.link--sec{
    color:rgba(51,0,51,0.75) !important;
}

.link--green {
    color: rgba(0,0,0,0.75);
}

.u-light {
    font-size: 16px;
}

.headline--pink {
    color: rgba(0,0,0,0.75);
}

.headline--margin-bottom {
    margin-top: 0;
    margin-bottom: 20px;
}

.headline--margin-bottom {
    margin-bottom: 30px;
}

.title--light {
    font-weight: 300;
}

.text {
    font-size: 14px;
}

.text p {
    margin: 20px 0;
}

.hide {
    display: none;
}

.button--full {
    width: 100%;
    text-align: center;
}

.divider--padding-half {
    margin: 15px 0;
}

.divider--transparent {
    border-top: 0;
}

.button--sec {
    border-color: rgba(95,93,126,.12);
    color: #5f5d7e;
    border:none !important;
}

.containerForum {
    border-top: 1px solid rgba(0,0,0,0.75);
    margin-top:20px;

}

.forumSpan{
    border-top: 4px solid rgba(0,0,0,0.75);
    padding-top: 50px;
    width: 90px;
}

.section-forum .table, .section-forum .table__outer {
    position: relative;
}

.table__outer--widget {
    border-radius: 0;
}

.table__outer--widget {
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,.04),0 0 2px rgba(0,0,0,.06),0 0 1px rgba(0,0,0,.04);
}

.table__outer {
    background: #fff;
    padding: 0 20px;
    border-radius: 5px;
}

.table--borders {
    background: #fff;
    border-radius: 0 0 20px 20px;
    margin: 0 0 10px;
}

.table {
    display: table;
    width: 100%;
}


.table--borders .table__head {
    border-bottom: 0;
}

.table__head {
    vertical-align: top;
}

.table--borders .table__row:last-child {
    border-bottom: 0;
}

.table--borders .table__row {
    position: relative;
    border-bottom: 1px solid rgba(95,93,126,.12);
}

.table__head .table__row {
    width: 100%;
}

.table__td--width-full{
    width:100%;
}

.table__row {
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    padding: 10px 0;
    white-space: normal;
    border-bottom: 1px solid rgba(30,30,30,.12);
}

.table--borders .table__td:first-child, .table--borders .table__th:first-child {
    padding: 5px 5px 0;
}

.table--borders .table__td, .table--borders .table__th {
    padding: 5px;
}

.table__head .table__td, .table__head .table__th {
    width: 100%;
    text-transform: uppercase;
    font-family: "Playfair Display";
    font-weight: 500;
    font-size: 14px;
    /*white-space: nowrap;*/
}

.table__th {
    margin: 20px 0 0;
}

.table__td, .table__th {
    display: table-cell;
    margin: 5px 0;
    padding: 10px 20px 10px 0;
    box-sizing: border-box;
    text-align: left;
    line-height: 20px;
    font-size: 0;
    /*white-space: nowrap;*/
}

.table__cell {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.table__td .title, .table__th .title {
    margin: 0 0 10px;
}

.title--small {
    font-size: 15px;
}

.title--mid {
    font-size: 22px;
}

.table__th .table__cell {
    font-family: "Playfair Display";
    font-size: 16px;
}


.headline--divider-top {
    color: rgba(0,0,0,0.75);
    border-top: 1px solid rgba(0,0,0,0.75);
    font-family: "Open sans";
}

.headline--divider-top span {
    text-transform: uppercase;
    display: inline-block;
    border-top: 4px solid rgba(0,0,0,0.75);
    padding: 30px 0;
}

.grid--spacing .grid__column {
    margin-bottom: 30px;
}

.textwidget, .footer__nav, .footer__social{
    font-family: "Open sans";
}

.footer {
    background:#000;
    color: #fff;
}

.footer__headline .headline {
    color:#fff !important;
    font-family:'Open sans';
}


.footer__headline{
    font-family: "Open sans";
}

.footer-bottom{
    font-family: "Open sans";
    margin: 0;
}

.lead {
    font-family:"Playfair Display";
}

.widget--pink {
    border: 2px solid rgba(0,0,0,0.75);
}

.widget {
    position: relative;
    margin: 0 -20px;
    background: rgba(95,93,126,.05);
}

.widget--light {
    background: rgba(116,26,116,.12);
}

.widget__pattern {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.widget__inner {
    position: relative;
    padding: 30px;
}

.wp-block-image img {
    border-radius: 0px;
}

.single__content .wp-block-image figcaption{
    padding: 10px 0px;
}

.related{
    border-radius:0px;
    background: #fff;
}

.related .title.title--xsmall {
    font-family: "Playfair Display";
    font-size: 24px;
}
.related a {
    text-decoration: none !important;
    color: #000;
}

.related .card-e__headline {
    font-family: "Open sans";
}

.headline--medium {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
}

.headline--margin-bottom {
    margin-top: 0;
    margin-bottom: 20px;
}

.lists--with-border .lists__item {
    border-bottom: 1px solid rgba(95,93,126,.12);
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.widget .link {
    margin: 10px 0 0;
}

.link {
    font-family: "Playfair Display";
    color: rgba(0,0,0,0.75);
    font-size: 18px;
    font-weight: 600;
}

.link-forum {
    color: rgba(51,0,51,0.75) !important;
}

.lists__bottom {
    display: flex;
    margin: 10px 0 0;
}

.lists__bottom-item {
    margin: 0 20px 0 0;
}

.widget__buttons {
    text-align: center;
}

.button--link {
    color: #5f5d7e;
    border-color: transparent;
    text-transform: none;
    font-weight: 800;
    text-transform: uppercase;
}

.button--link .icon {
    color: #5f5d7e;
}

.button .icon {
    display: none;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

.button {
    font-family: "Open sans";
}

.single__content h3 {
    font-weight: 600;
}

.single__content h2 {
    font-weight: 600;
}

.section--dark {
    font-family: "Open sans";
}

input.input__field {
    font-family: "Open sans";
}

.italic, em, i {
    font-style: italic !important;
}

.gsc-input-box {
    padding: 20px 10px;
    border-color: #000 !important;
}

.gsc-search-button-v2 {
    margin-left: -100px !important;
    border-color: #fff !important;
    background-color: #fff !important;
}

.gsc-search-button-v2 svg {
    fill: #FFFFFF;
    height: 20px;
    width: 20px;
}
.gsc-search-button-v2 {
    opacity: 0.7;
}

.gsc-search-button-v2:hover {
    opacity:0.9;
}

.section--dark .grid__column--prefix-1\@md {
    margin: 0;
}

.gsc-input-box {
    border-radius: 0 !important;
}

.gsc-input {
    font-size: 25px !important;
    font-family: "Playfair Display" !important;
}

.gssb-c table {
    display: none !important;
}

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
    color: #000 !important;
    font-family: "Playfair Display" !important;
}

.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
    color: rgba(51,0,51,.75) !important;
}

.gs-webResult.gs-result {
    white-space: normal;
}

.gs-webResult div.gs-visibleUrl {
    color: rgba(51,0,51,.75) !important;
}

.gs-bidi-start-align.gs-snippet {
    font-family: "Playfair Display" !important;
}





.single__content .wp-block-image {
    padding: 0 !important;
}

.single__content p {
    padding: 0 0 10px 0;
}



.single__feature-image {
    margin: 30px 0px;
}

.block--sidebar-300\@md .block__main_b {
    max-width: 100% !important;
    flex-basis: 100% !important;
}
















/*.homepage-slider{
    background: #000;
    width: 1280px;
    height:450px;
    overflow: hidden;
    margin:50px auto;
}*/





            .slideshow-container{
                position: relative;
              margin: 0 auto;
              opacity: 0.6;
            }

            /* Hide the images by default */
            .mySlides {

              transform: translateY(-25%);



            }





            /* Caption text */
            .textslider {
              color: #f2f2f2;
              font-size: 50px;
              padding: 8px 12px;
              position: absolute;
              bottom: 5%;
              width: calc(100vw - 60px);
              text-align: center;
              z-index: 999;
              font-family: "Playfair Display";
            }

            .textslider .secondarySpan {
                /*border-bottom: 1px solid #fff;*/
                margin-left: 10px;
                margin-right: 10px;
                margin-bottom: 3px;
                display: inline-block;
                padding-left: 3px;
                padding-right: 3px;
                max-width: 1000px;
                white-space: normal !important;
            }

            .textslider .primarySpan {
                /*border-bottom: 1px solid #fff;*/
                display: inline-block;
            }



            .card-slider img{
                object-fit: cover;
            }


    .table-forum__td{
        word-wrap: break-word;
    }

    .table-forum__row{

    border-bottom: 1px solid rgba(95,93,126,.12) !important;

    }

#google_ads_iframe_\/23695965\/MON_Billboard_Top_0__container__{
    margin: 0 auto !important;
}




    /*slider*/

    .container-slider {
        /*width:100vw;*/
        overflow: hidden;
        padding: 0 !important;
    }

    .slick-slide :not.current-slide{
        opacity:0.7;
    }

    .slick-slide img {
        width: 100vw;
        height:400px;
        margin-top:0;
    }
    .slick-slide, .homepage-slider, .slider_wrap {
        height:400px;
    }

    a {
                        text-decoration: none !important;
                    }
                        a:visited{
          outline: 0 !important;
                        border: none !important;
          -moz-outline-style: none !important;
                    }
                        a:active a:focus{
          outline: 0 !important;
                        border: none !important;
          -moz-outline-style: none !important;
                    }
        * {
          box-sizing: border-box;
        }

        .homepage-slider {
                    display: inline;
                    width: 100vw;
                }
                .carouselSlide {
                    display: inline;
                }
                .slider {
                    width: 100vw;
                    margin: 5px auto;
                }
                .slick-slide {
                  margin: 0px 5px;
                }

                .slick-slide :not.slick-current {
                    opacity: 0.6;
                }
                .slick-slide img {
                  /*width: 1280px;*/
                  margin-top:7px;
                                    -webkit-box-shadow: 6px 6px 10px -8px rgba(0,0,0,0.75);
                                    -moz-box-shadow: 6px 6px 10px -8px rgba(0,0,0,0.75);
                                    box-shadow: 6px 6px 10px -8px rgba(0,0,0,0.75);
                }
                .slick-prev:before,
                .slick-next:before {
                  color: white;
                }
                .slick-slide {
                  transition: all ease-in-out .3s;
                  opacity: 1;
                }
                .slick-active {
                  opacity: 1;
                }
                .slick-current {
                  opacity: 1;
                }


                .slick-slider
                {
                    width:calc(100vw - 40px);
                    height:400px;
                    position: relative;
                    display: block;
                    box-sizing: border-box;
                    -webkit-user-select: none;
                       -moz-user-select: none;
                        -ms-user-select: none;
                            user-select: none;
                    -webkit-touch-callout: none;
                    -khtml-user-select: none;
                    -ms-touch-action: pan-y;
                        touch-action: pan-y;
                    -webkit-tap-highlight-color: transparent;
                }
                .slick-list
                {
                    position: relative;
                    display: block;
                    overflow: hidden;
                    width:100vw;
                    margin:0 24px;
                    height: 400px;
                }
                .slick-list:focus
                {
                    outline: none;
                }
                .slick-list draggable {
                    padding:0px 0px;
                }
                .slick-list.dragging
                {
                    cursor: pointer;
                    cursor: hand;
                }
                .slick-slider .slick-track,
                .slick-slider .slick-list
                {
                    -webkit-transform: translate3d(0, 0, 0);
                       -moz-transform: translate3d(0, 0, 0);
                        -ms-transform: translate3d(0, 0, 0);
                         -o-transform: translate3d(0, 0, 0);
                            transform: translate3d(0, 0, 0);
                }
                .slick-track
                {
                    position: relative;
                    top: 0;
                    left: 0;
                    display: block;
                    margin-left: auto;
                    margin-right: auto;
                }
                .slick-track:before,
                .slick-track:after
                {
                    display: table;
                    content: "";
                }
                .slick-track:after
                {
                    clear: both;
                }
                .slick-loading .slick-track
                {
                    visibility: hidden;
                }
                .slick-slide
                {
                    display: none;
                    float: left;
                    height: 400px;
                }
                [dir="rtl"] .slick-slide
                {
                    float: right;
                }
                .slick-slide img
                {
                    display: block;
                }
                .slick-slide.slick-loading img
                {
                    display: none;
                }
                .slick-slide.dragging img
                {
                    pointer-events: none;
                }
                .slick-initialized .slick-slide
                {
                    display: block;
                }
                .slick-loading .slick-slide
                {
                    visibility: hidden;
                }
                .slick-arrow.slick-hidden {
                    display: none;
                }
                @charset "UTF-8";
                /* Slider */
                .slick-loading .slick-list
                {
                    background: #fff url("https://ads.over.net/media/slick-1.8.1/slick/ajax-loader.gif") center center no-repeat;
                }
                /* Icons */
                @font-face
                {
                    font-family: "slick";
                    font-weight: normal;
                    font-style: normal;
                    src: url("https://ads.over.net/media/slick-1.8.1/slick/fonts/slick.eot");
                    src: url("https://ads.over.net/media/slick-1.8.1/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://ads.over.net/media/slick-1.8.1/slick/fonts/slick.woff") format("woff"), url("https://ads.over.net/media/slick-1.8.1/slick/fonts/slick.ttf") format("truetype"), url("https://ads.over.net/media/slick-1.8.1/slick/fonts/slick.svg#slick") format("svg");
                }
                /* Arrows */
                                /* Arrows */
                .slick-prev,
                .slick-next
                {
                    font-size: 0;
                    line-height: 0;
                    position: absolute;
                    top: 50%;
                    display: block;
                    width: 100px;
                    height: 100px;
                    padding: 0;
                    -webkit-transform: translate(0, -50%);
                    -ms-transform: translate(0, -50%);
                    transform: translate(0, -50%);
                    cursor: pointer;
                    color: #fff;
                    border: none;
                    outline: #000;
                    background: transparent;
                    display:none;
                }
                .slick-prev:hover,
                .slick-prev:focus,
                .slick-next:hover,
                .slick-next:focus
                {
                    /*color: transparent;
                    outline: none;
                    background: transparent;*/
                    opacity:0.8;
                }
                .slick-prev:hover:before,
                .slick-prev:focus:before,
                .slick-next:hover:before,
                .slick-next:focus:before
                {
                    opacity: 1;
                }
                .slick-prev.slick-disabled:before,
                .slick-next.slick-disabled:before
                {
                    opacity: 1;
                }
                .slick-prev:before,
                .slick-next:before
                {
                    /*font-family: "slick";*/
                    font-size: 40px;
                    line-height: 1;
                    opacity: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }
                .slick-prev
                {
                    left: -20px;
                    background: url("./assets/icons/slick-left.svg");
                    background-repeat:no-repeat;
                    background-position: left;
                }
                [dir="rtl"] .slick-prev
                {
                    right: -25px;
                    left: auto;
                }
                .slick-prev:before
                {
                    content: '';
                }
                [dir="rtl"] .slick-prev:before
                {
                    content: '';
                }
                .slick-next
                {
                    right: -20px;
                    background: url("./assets/icons/slick-right.svg");
                    background-repeat:no-repeat;
                    background-position: right;
                }
                [dir="rtl"] .slick-next
                {
                    right: auto;
                    left: -25px;
                }
                .slick-next:before
                {
                    content: '';
                }
                [dir="rtl"] .slick-next:before
                {
                    content: '';
                }
                @-moz-document url-prefix() {
                    .slider_wrap {
                        margin-top: -10px;
                    }
                }

                .slider-shade{
                    position:absolute;
                    z-index: 99;
                    width:100%;
                    background: rgba(0,0,0,0.2);
                    top:5px;
                    bottom:0;
                }


                #didomi-notice-agree-button {
                    color: rgb(255, 255, 255) !important;
                    background-color: rgba(0,0,0,.75) !important;
                    border: 2px solid rgba(0,0,0,.75) !important;
                }
                #didomi-notice-learn-more-button {
                    color: rgba(0,0,0,.75) !important;
                    border: 2px solid rgba(0,0,0,.75) !important;
                }
                #didomi-notice-learn-more-button:hover {
                    color: rgb(255, 255, 255) !important;
                    background-color: rgba(0,0,0,.75) !important;
                }



.single__head, .single__meta{
    text-align: center;
}

.single__title {
    margin: 0 0 40px;
}

.single__meta-item .text {
    opacity: 0.8;
}

.single__title .title {
    font-size: 40px;
}


.link_IG{
    font-family:"Open sans";
margin: 0 auto;
  overflow :hidden;
  /*width: 1280px;*/
  display:inline-block;
  /*height: 50px;*/
  white-space: nowrap;
  text-decoration: none !important;
}

.link_IG:hover{
    color: #000;
}

.ig_roll{

    white-space: nowrap;
    animation: move 20s infinite linear; /* set the time to what you want of course */
      display: flex;
  flex-wrap: nowrap;
  /*font-weight: 700;*/
}

.ig_roll h3 {
    font-size:20px;
    margin-right: 30px;
}

.icon-ig-homepage{
        width: 25px;
    height: 25px;
    /* bottom: -5px; */
    vertical-align: top;
    margin: 0px 0 5px 0;
}
                /* Makes the animation pause on hover */
                .ig_roll:hover{
                    animation-play-state: paused;
                }
@keyframes move {
  to {
    transform: translateX(-50%);
  }
}

.single__content h3 {
    font-weight: 600;
    font-family: Playfair Display;
    text-transform: uppercase;
    margin: 25px 0 25px;
}

.single__content h2 {
    font-weight: 600;
    font-family: Playfair Display;
    text-transform: uppercase;
    margin: 40px 0 25px;
}

.page__content h3 {
    font-weight: 600;
    font-family: Playfair Display;
    text-transform: uppercase;
    margin: 40px 0 25px;
}

.page__content h2 {
    font-weight: 600;
    font-family: Playfair Display;
    text-transform: uppercase;
    margin: 40px 0 25px;
}







/* ABOVE FOOTER */

.above__footer {
    border-top: 20px solid #000;
    width: 100vw;
}

.above__footer_content {
    margin: 20px auto;
    display: block;
}

img#logofooter {
    width: 300px;
    margin: 20px auto;
    display: block;
}

.above__footer-social {
    display: block;
    margin: 50px auto 40px auto;
    text-align: center;
}

a.above__footer-social__item {
    margin: 20px;
}

.above__footer-about_container {
    text-align: center;
    text-transform: uppercase;
    font-family: Open sans;
    margin: 30px auto;
}


.single__widget .author {
    background: #fff;
}

.tags__item a {
    background: #fff;
    border-radius: 0;
    color: #000;
    border-bottom: 1px solid #fff;
    transition: .5s border,.5s opacity;
}

.tags__item a:hover {
    opacity: .66;
    background: #fff;
    color: #000;
    border-bottom: 1px solid rgb(0 0 0 / 66%);
}

.single__widget {
    padding: 0;
}

.banner--inarticle {
    padding: 0;
}




.single__content a, .single__content p {
    word-break: break-word;
    word-wrap: break-word;
}

.author__inner {
    text-align: center;
}

.author__avatar img {
    margin: 0;
    width: 200px;
}

.card-acdc .card-a__headline {
    text-align: center;
}

.card-acdc .card-a__title {
    text-align: center;
    width: 100%;
}





/*Most Read*/

.card-d a{
    display: flex;
}

.slick-slider .card-most_read a{
    display: flex;
}

.card-most_read a{
    display: flex;
}

.card-most_read img {
    height: 100%;
    object-fit: cover;
}

.card-most_read .image {
    height: 100%;
}

.card-most_read__image-wrap, .card-d__image-wrap{
    flex-basis: 50%;
}

.card-most_read__post-info, .card-d__post-info {
    flex-basis: 50%;
    padding-left: 1em;
}

.card-most_read .headline {
    margin-top: 0;
}

.card-most_read__title{
    margin-top: 0.5em;
}


table.gstl_50.gssb_c {
    margin-top: 50px;
}

.article__content li {
    text-align: left;
}

.image__meta, figcaption {
    text-align: center;
}



/* slider gallery inarticle */

.wp-block-gallery.slick-slider {
    height: auto;
}

.wp-block-gallery .slick-list.draggable {
    width: calc(100vw - 50px) !important;
    margin: 0 auto;
    height: auto;
}

.wp-block-gallery .slick-slide {
    width: calc( 100vw - 50px) !important;
}


.wp-block-gallery-nav.slick-slider {
    height: 100px !important;
}

.wp-block-gallery-nav .slick-list.draggable {
    width: calc(100vw - 50px) !important;
    height: 100px !important;
    margin: 0px -3px 0 3px !important;
}

.wp-block-gallery-nav .slick-slide {
    /*width: calc(100vw * 0.33333 - 6px) !important;*/
    margin: 0 3px 0 3px;
    height: 100px !important;
}

.wp-block-gallery-nav .slick-track {
    height: 100px;
}

.wp-block-gallery-nav img {
    object-fit: cover;
    height: 100px;
}

.wp-block-gallery-nav .slick-slide {
    opacity: 0;
}

.wp-block-gallery-nav .slick-active {
    opacity: 1;
}


.wp-block-gallery-nav .slick-prev:before, .wp-block-gallery-nav .slick-next:before {
    color: #000;
}

.wp-block-gallery-nav {
    margin-bottom: 2em !important;
}

img.author_img {
    width: 150px !important;
    height: 150px !important;
}





















































@media only screen and (min-width: 320px){
        .slick-slide img {
        width:100vw;
    }
    /*.headline {
        font-size: calc(16px + 6*((100vw - 320px)/1280));
    }

    .title {
        font-size: calc(28px + 12*((100vw - 320px)/1280));
    }

    .title--large {
        font-size: calc(28px + 12*((100vw - 320px)/1280));
    }
    .title--small {
        font-size: calc(20px + 8*((100vw - 320px)/1280));
    }

    .text {
        font-size: calc(14px + 2*((100vw - 320px)/1280));
    }

    .headline--medium {
        font-size: calc(16px + 6*((100vw - 320px)/1280));
    }*/
    .textslider .secondarySpan {
            /*border-bottom: 1px solid #fff;*/
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 3px;
            display: inline-block;
            padding-left: 3px;
            padding-right: 3px;
            max-width: 1000px;
            white-space: normal !important;
        }

        .textslider .primarySpan {
            /*border-bottom: 1px solid #fff;*/
            display: inline-block;
        }
}

@media only screen and (min-width: 480px){
        .slick-slide img {
        width:100vw;
    }
    .grid {
        /*margin: 0 -10px;*/
    }
    .grid__column {
        padding: 0;
    }
    .main-fold .grid__column{
        padding: 0px;
    }
    .card-b .image {
        width: auto;
        margin: 0;
        margin-bottom: 0px;

    }
    .card-bc .image {
        width: auto;
        margin: 0;
            margin-bottom: 0px;

    }
}

@media only screen and (min-width: 768px){

    .single__content h3 {
        font-size: 20px !important;
    }

        .page__content h3 {
        font-size: 20px !important;
    }

    .table-forum__td, .table-forum__th{
        padding: 5px;
    }

     .slick-slider, .slick-list, .slick-slide, .homepage-slider, .slider_wrap, .slick-slide img{
        height:auto;
     }


    .fb-ig{
    display: block;
    }

    .services__item--hamburger{
    margin-top:0;
}
.article-data.secondaryArticle {
    height: 110px;
}





    .navigation {
        top: 74px;
        height: calc(100% - 74px);
    }
    .services__item {
        min-width: 67px;
    }

    .grid {
        /*margin: 0 -10px;*/
    }
    .grid-sidebar .grid__column {
        padding: 0;
        border: 2px solid #fff;
    }

    .grid-sidebar img {
        height:298px !important;
        object-fit: cover; /* Do not scale the image */
        object-position: center; /* Center the image within the element */
    }

    .grid__column {
        padding: 0;
    }

    .main-fold .grid__column{
        padding: 0px;
    }



    .grid__column--12\@sm {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .show\@sm {
        display: block;
    }

    .table__head {
        display: table-header-group;
    }
    .table__row {
        padding: 0;
        width: auto;
        display: table-row;
    }

    .table__td, .table__th {
        padding: 10px 0;
        height: 40px;
        line-height: 20px;
    }

    .table__head .table__td, .table__head .table__th {
        padding: 10px 0;
        width: auto;
    }

    .table--borders .table__td, .table--borders .table__th {
        padding: 20px 25px;
    }

    .table--borders .table__head .table__td, .table--borders .table__head .table__th {
        padding: 30px 25px 10px;
    }

    .table--borders .table__td:first-child, .table--borders .table__th:first-child {
        padding: 20px 0;
    }
    .grid--no-spacing\@sm .grid__column {
        margin-bottom: 0;
    }

    .widget {
        margin: 0;
    }

    .widget__buttons {
        text-align: left;
        display: flex;
        margin: 0 2px;
    }

    .button .icon {
        display: inline-block;
    }
    .grid--spacing .grid__column{
        /*margin-top:40px;*/
    }

}

@media only screen and (min-width: 960px){



.ig_roll h3 {
    font-size:35px;
    margin-right: 30px;
}

.icon-ig-homepage{
    width: 40px;
    height: 40px;
    /* bottom: -5px; */
    vertical-align: top;
    margin: 0px 0 5px 0;
}
    .title--xsmall{
        font-size: 25px !important;
    }
    .article-data.secondaryArticle {
    height: 125px;
}
    .slick-next{
        right: -10px;
    }
        .slick-prev{
        left: -10px;
    }
}


@media only screen and (min-width: 1024px){

    .author__inner{
        text-align: left;
    }

    .author__avatar img {
        margin: 0 30px 0 0;
        width: 120px;
    }

    .related__item {
        margin: 0;
        width: 33.33%;
    }

    .block__main_b.block__main--narrow {
        margin: 0 80px;
    }

    .main-fold .card-x, .main-fold .card-b{
        border-bottom: none;
    }

    .single__feature-image {
        margin: 15px 0 15px 0;
    }


    .block--sidebar-300\@md .block__main_b {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }


    .single__head {
        padding-left: 0px;
    }


    .table-forum__td{
        padding: 5px;
    }

    .slick-slide img {
        width:100vw;
    }



        .slick-list
            {
                position: relative;
                display: block;
                overflow: hidden;
                width: calc(100vw - 40px);
                margin:0 24px;
                height: 600px;
            }

    .slick-slider
                {
                    width: calc(100vw - 40px);
                    height:600px;
                    margin: 0 auto;
                }

    .slick-slide, .homepage-slider, .slider_wrap {
        height:600px;
    }

    .textslider {
        width: 100vw;
    }


    .homepage-slider {

        width: calc(100vw - 40px);
    }

         .slick-slider, .slick-list, .slick-slide, .homepage-slider, .slider_wrap, .slick-slide img{
        height:600px;
     }

    .block__main_b.block__main--narrow {
      margin-right: 50px;
    }

        .button{
        padding:0 20px;
        font-size:10px;
    }

    .dividerOut{
        display: none;
    }

    .single__wrap-body{
        max-width:85%;
        flex-basis:85%;
    }

 .main-fold {
        max-height: 100%;
}

    .block--sidebar-300\@md .block__main {
  max-width: 100%;
  flex-basis: 100%;
  margin-right: 0px;
}

    .block--sidebar-300\@md .block__main_b {
max-width: calc(100% - 330px);
flex-basis: calc(100% - 330px);
/*margin-right: 30px;*/
}

.grid__column--8\@md {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.grid__column--2\@md {
  flex: 0 0 16.66667% !important;
  max-width: 16.66667% !important;
}

    .navigation {
        position: relative;
        margin: 0;
        transform: translateX(0);
        top: 0px !important;
        left: auto;
        height: auto;
        background: 0 0;
        overflow-y: visible;
        text-align: right;
    }
    .admin-bar .navigation {
    top: 20px;
    }
    .grid__column--8\@sm {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .grid__column--4\@sm {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .navigation__list {
        opacity: 1;
        padding: 0;
    }

    .navigation__item {
        display: inline-block;
        position: unset;
        vertical-align: middle;
        margin: 0;
        border-bottom: 0;
        opacity: 1;
        color:#fff !important;
        text-transform: uppercase;
        font-weight:100;
    }
    .navigation__link {
            padding: 0 12px;
            line-height: 67px;
            font-size: 13px;
            font-weight:100;
            font-family:'Open Sans' !important;
    }

    .nav-icon {
        height: 18px;
    }

    .hide\@md {
        display: none;
    }

    .grid {
        /*margin: 0 -10px;*/
    }


    .grid__column--order-1\@md {
        order: 1;
    }

    .grid__column--5\@md {
        flex: 0 0 66.6666667%;
        max-width: 66.6666667%;
    }
    .grid__column--3\@md {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .grid__column--3\@md1 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .grid__column--order-3\@md {
        order: 3;
    }
    .section-forum {
        padding: 30px;
        margin: 0 0 100px;
    }
    .grid-sidebar .grid__column {
        padding: 0;
        border: 2px solid #fff;
    }
    .grid-sidebar img {
        width: 100%;
        height:298px !important;
        object-fit: cover; /* Do not scale the image */
        object-position: center; /* Center the image within the element */
    }

    .grid__column {
        padding: 0;
    }

    .main-fold .grid__column{
        padding: 0px;
    }

    .grid__column--order-2\@md {
        order: 2;
    }

    .table__outer {
        padding: 0 30px 20px;
    }

    .table__outer--widget {
        margin: 0 0 -100px;
    }

    .grid__column--4\@md {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .block__sidebar{
        display:block;
    }

    .block--sidebar-300\@md .block__sidebar {
        margin: 0;
        max-width: 300px;
        flex-basis: 300px;
    }

    .block--sidebar-300\@md {
        display: flex;
    }

    /*.block--sidebar-300\@md .block__main {
        max-width: calc(100% - 330px);
        flex-basis: calc(100% - 330px);
        margin-right: 30px;
    }*/

    .grid-sidebar {
        /*margin: 0 !important;*/
    }
    .grid__column--5\@md1 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .headline--margin-bottom {
        margin-bottom: 30px;
    }

    .hide:not(.table__head) {
        display: block;
    }

    .card-b a {
        height: 100%;
        display: inline-block;
    }

    .card-b .image {
        height: 100%;
    }

    .card-b img {
        object-fit: cover;
        height: 100%
    }

    .card-most_read a{
        display: block;
    }




    .card-most_read__post-info {
        padding-top: 1em;
        padding-left: 0;
    }

    .card-most_read .headline {
        margin-top: 0;
    }

    .card-most_read__title{
        margin-top: 0.5em;
    }


    .main-fold .card-b {
        border-right: 6px solid #fff;
    }

    .main-fold .card-x:first-child {
        border-bottom: 6px solid #fff;
    }

    .single__inner {
        width: 807.5px;
    }

    .wp-block-gallery.slick-slider {
        width: 100% !important;
    }

    .wp-block-gallery-nav.slick-slider {
        width: 100% !important;
    }

    .wp-block-gallery .slick-list.draggable {
        width: 100% !important;
        height: 530px !important;
    }

    .wp-block-gallery-nav .slick-list.draggable {
        width: 100% !important;
        margin: 0 !important;
    }

    .wp-block-gallery .slick-slide {
        max-width: 807.5px !important;
    }


    .wp-block-gallery-nav .slick-slide {

    }

    .wp-block-gallery-nav.slick-slider {
        height: 150px !important;
    }

    .wp-block-gallery-nav .slick-list.draggable {
        height: 150px !important;
    }

    .wp-block-gallery-nav .slick-slide {
        height: 150px !important;
    }

    .wp-block-gallery-nav .slick-track {
        height: 150px;
    }

    .wp-block-gallery-nav img {
        object-fit: cover;
        height: 150px;
    }

}

@media only screen and (min-width: 1279px){
    .ig_roll h3 {
    font-size:45px;
    margin-right: 30px;
}

.icon-ig-homepage{
        width: 60px;
    height: 60px;
    /* bottom: -5px; */
    vertical-align: top;
    margin: 0px 0 5px 0;
}

    .slick-next{
        right: -50px;
    }
        .slick-prev{
        left: -25px;
    }

    .grid_category .slick-arrow {
        top: 160px;
    }

    .g-category .slick-arrow {
        top: 160px;
    }
            .slick-slide img
            {
                width: 1080px;
            }

        .slick-list
            {
                width: 1080px;
            }

    .slick-slider
                {
                    width: 1080px;

                }

    .slick-slide, .homepage-slider, .slider_wrap {
        height:600px;
    }

    .textslider {
        width: 1080px;
    }


    .homepage-slider {

        width: 1080px;
    }
    .logo__image__1 {
    vertical-align: middle;
    height: 47px !important;
    width: 241px;
    margin: 0 10px 0 0;
    fill: #dc407e;
    /*padding:10px;*/

}

.logo__image__2 {
    vertical-align: middle;
    height: 40px !important;
    width: 247px;
    margin: 0 10px 0 0;
    fill: #dc407e;
    /*padding:10px;*/

}

    .logo__image {
        height: 35px;
        width:auto;
    }
    .logo {
        padding: 0 20px;
    }
    .navigation {
        position: relative;
        margin: 0;
        transform: translateX(0);
        top: 20px;
        left: auto;
        height: auto;
        background: 0 0;
        overflow-y: visible;
        text-align: right;
    }

    .navigation__link {
        padding: 0 15px;
        line-height: 67px;
        font-size: 16px;
    }
    .container_first {
        /*width: 100vw;*/
        margin: 0 !important;
    }

    .wrap_first{
        width: 100vw;
    }

    .grid {
        /*margin: 0 -15px;*/
    }

    .grid-sidebar .grid__column {
        padding: 0;
        border: 2px solid #fff;
    }
    .grid-sidebar img {
        width: 100%;
        height:298px !important;
        object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
    }

    .grid__column {
        padding: 0;
    }

    .main-fold .grid__column{
        padding: 0px;
    }


    .main-fold{
        max-height: 100%;
        overflow: hidden;
    }
    .grid__column--3\@lg {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .grid__column--9\@lg {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .title--xsmall {
      font-size: 25px !important;
    }

    .button{
        padding:0 20px;
        font-size:10px;
    }



}




@media only screen and (min-width: 1600px){

    .single__inner {
        width: 977.5px;
    }

    .single__content h3{
        font-size: 20px !important;
    }

    .single__content h2{
        font-size: 26px !important;
    }


        .table-forum__td{
        padding: 10px;
    }

                .slick-slide img
            {
                width: 1280px;
            }


    .slick-list
            {
                position: relative;
                display: block;
                overflow: hidden;
                width:1280px;
                margin:0 24px;
                height: 600px;
            }

    .slick-slider
                {
                    width:1280px;
                    height:600px;
                }

    .slick-slide, .homepage-slider, .slider_wrap {
        height:600px;
    }

    .textslider {
        width: 1280px;
    }


    .homepage-slider {

        width: 1280px;
    }

    .logo {
        width: auto;
        height: 73px;
        line-height: 73px;
        padding: 0 24px;
    }
        .button{
        padding:0 24px;
        font-size:14px;
    }

    .logo--cvek .logo__image {
        height: 35px;
    }
    .logo__image {
        height: 35px;
    }
    .navigation__link {
        padding: 0 20px;
        line-height: 73px;
    }

    .services__item {
        padding: 0 20px;
    }
        .container {
        max-width: 1280px;
    }
    .grid {
        /*margin: 0 -15px;*/
    }
    .grid-sidebar .grid__column {
        padding: 0;
        border: 2px solid #fff;
    }
    .grid-sidebar img {
        height:298px !important;
        object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
    }

    .grid__column {
        padding: 0;
    }

    .main-fold .grid__column {
        padding: 0px;
    }

    /*.headline {
        font-size: 18px;
    }*/
    .title {
        font-size: 36px;
    }
    .title--large {
        font-size: 36px;
    }
    .title--small {
        font-size: 15px;
    }
    .title--xsmall {
      font-size: 25px !important;
    }
    .main-fold{
        max-height: 100%;
        overflow: hidden;
        width:1280px;
        margin:0;
    }

    .text {
        font-size: 16px;
    }
    .grid-sidebar {
        /*margin-bottom: 27px;*/
    }

    .headline--medium {
        font-size: 22px;
    }
    .next {
      right: calc((100vw - 1295px)/2);
      border-radius: 3px 0 0 3px;
    }

    .main-fold .image--16-10 {
        height: 100%;
    }

    .main-fold .image--16-10 img {
        object-fit: cover;
        height: 100%;
    }

    .wp-block-gallery .slick-list.draggable {
        height: 650px !important;
    }

    .wp-block-gallery .slick-slide {
        max-width: 977.5px !important;
    }




}




.tiktok-embed{
    background: #fff !important;
}


.single__meta-item .link.link--green.link--uppercase {
    font-weight: 400;
}







/*citat*/


blockquote.wp-block-quote.is-style-plain {
    background: none !important;
    color: rgba(0,0,0,.75) !important;
    border-left: 4px solid rgba(51,0,51,.75) !important;
    border-radius: 0 !important;
    padding: 0 1.5rem !important;
    font-weight: 700 !important;
    margin: 30px !important;
}

blockquote.wp-block-quote.is-style-large {
    background: none !important;
    color: rgba(0,0,0,.75) !important;
    border-left: 4px solid rgba(51,0,51,.75) !important;
    border-radius: 0 !important;
    padding: 0 1.5rem !important;
    font-weight: 700 !important;
    margin: 30px !important;
}

.single__content blockquote p, .single__content>.wp-block-quote p {
font-weight: 500;
    color: rgba(0,0,0,0.75);
    font-size: 22px;
    line-height: 37px;
}

.is-style-large cite{
    /*float: right;*/
    margin: -20px 0 0 !important;
}

@media (max-width: 768px) {
blockquote.wp-block-quote.is-style-plain {
margin: 20px !important;
padding: 0 1rem !important;
}

blockquote.wp-block-quote.is-style-large {
margin: 20px !important;
padding: 0 1rem !important;
}

.single__content blockquote p, .single__content>.wp-block-quote p {;
font-size: 20px;
line-height: 30px;
}
}



.wp-block-table td {
    font-size: 20px;
    padding: 10px;
}

.wp-block-image {
    margin: 1em 0 1em;
}


.single__content center, .youtube-video-container {
    margin-bottom: 2em !important;
    margin-top: 2em !important;
}



/* YOUTUBE EMBEDS */

iframe[src*="https://www.youtube.com/embed/"] {
    width: 100% !important;
    margin-top:2em;
    margin-bottom:2em;
}

@media (min-width: 320px) {
    iframe[src*="https://www.youtube.com/embed/"] {
        height: 250px !important;
    }
}

@media (min-width: 470px) {
    iframe[src*="https://www.youtube.com/embed/"] {
        height: 300px !important;
    }
}

@media (min-width: 650px) {
    iframe[src*="https://www.youtube.com/embed/"] {
        height: 400px !important;
    }
}

@media (min-width: 800px) {
    iframe[src*="https://www.youtube.com/embed/"] {
        height: 450px !important;
    }
}

@media (min-width: 900px) {
    iframe[src*="https://www.youtube.com/embed/"] {
        height: 500px !important;
    }
}

/*FB EMBEDS*/
iframe[src*="https://www.facebook.com/"] {
    margin: 2em auto !important;
    display: block !important;
}


/* IG EMBEDS */

iframe.instagram-media {
    margin: 0 auto !important;
    margin-bottom: 2em !important;
    margin-top: 2em !important;
}

@media (min-width: 600px) {
    iframe.instagram-media {
        width: 100% !important;
        max-width: 100% !important;
    }
}


/* TIKTOK EMBED */

.tiktok-embed {
    margin: 0 auto !important;
}

/* TWITTER EMBED */

.twitter-tweet {
    margin: 0 auto !important;
    margin-bottom: 2em !important;
}






.style-over-net-vertical ol li, .style-over-net-vip ol li,  style-over-net-fashion ol li, .style__fullscreen-scroll ol li{
    list-style-type:  decimal !important;
    margin-left: 50px;
    font-size: 19px !important;
    margin-bottom: 1em !important;

}

.style-over-net-vertical ul li, .style-over-net-vip ul li, .style-over-net-fashion ul li, .style__fullscreen-scroll ul li{
    list-style-type:  disc !important;
    margin-left: 50px;
    font-size: 19px !important;
    margin-bottom: 1em !important;
}


@media only screen and (min-width: 769px) {
    .style-over-net-vertical ul li, .style-over-net-vip ul li, .style-over-net-fashion ul li, .style__fullscreen-scroll ul li{
        margin-left: 140px !important;
    }

    .style-over-net-vertical ol li, .style-over-net-vip ol li, .style-over-net-fashion ol li, .style__fullscreen-scroll ol li{
        margin-left: 140px !important;
    }
}


.footer__partners ul {
    font-family: 'Open sans' !important;
}

#poortal_main {
  display:none;
}


canvas {
    display: none !important;
}






/*redesign*/

.section_categories .grid__column {
    max-width: 50%;
}

.card-abbc .image:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to bottom, transparent 0%, black 130%);
      z-index:1;
    }

.card-abbc .inner_title{
    z-index:2;
}

.post-views {
    display:none;
}

.header {
    margin: 0;
    box-shadow: none;
}

.section--banner, .section--ultralight{
    /*display: none;*/
    background:#fff
}

.section{
    margin:0;
}

.style_social{
    display: inline;
    margin-right:.3em;
}

.social_roll {
    width: 500% !important;
    height:auto;
}

.social_roll .slick-list{
    width: 100vw !important;
    height:auto;
}

.style_poudarki .roll_style{
    /*font-weight:450;*/
}



.roll_style {
    font-family:'Playfair Display';
}

.roll_media{
    text-transform: uppercase;
    font-style:italic;
    font-family: 'Open Sans';
}

.title--large{
    font-family: 'Playfair Display';
}    
.card-first__title{
    text-align:center;
}

.container_wide{
    width:100vw;
    max-width: 100vw;
}

.card-xf {
    margin-top:25px;
}

.card-xf .image {
    margin-bottom: 0px;
    height: 500px !important;
}

.card-xf img {

    height: 500px !important;
    object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
}

.card-xf__headline {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.card-xf .headline--small {
    margin-top:0;
}

.card-xf__title {
    line-height: 1.5;
    margin: 0;
    font-size: 17px;
    font-weight: 900;
    margin-top: 1.5em;
}


.article-poudarki-cat {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5em 0.8em;
    background: #000;
    color: #fafafa;
    width: 100%;
    z-index: 99;
}

.circle-text-title svg {
    fill: #fff;
    height: auto;
    /*max-width: 300px;*/
    transform-origin: center;
    display: block;
    margin: 0 auto 2em auto;
    width: 300px;
    background: transparent;
    border-radius: 50%;
}

.circle-text-title {
    text-align: center;
    font-family: Playfair Display;
    position:relative;
}

.circle-mid {
    position: absolute;
    height: 300px;
    width: 300px;
    left: calc(50% - 150px);
    top: 0;
    background: transparent;
    border-radius: 50%;
    border: 50px solid #000;
    z-index: 0;
}

.card-circle-1__image-wrap {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.card-circle-1__image-wrap:hover{
    border-radius: 50%;
}

.card-circle__image-wrap:hover{
    border-radius: 50%;
}

.card-circle-1__image-wrap .image{
    border-radius:50%;
}

.card-circle-1__image-wrap .image:hover{
    border-radius:50%;
}

.card-circle__image-wrap .image:hover{
    border-radius:50%;
}



.card-circle-1 img {
    height: 300px !important;
    object-fit: cover;
    object-position: center;
}

.card-circle-1__post-info {
    text-align: center;
}

.card-circle-1__headline {
    margin-top: 2em;
    margin-bottom: 0.2em;
}



.circle-t .grid__column{
    border:none;
}

@media only screen and (max-width:1200px){
    .circle-t .p-second {
        margin-top:2em;
    }
}

@media only screen and (min-width:768px){

    .container-circle-1 {
        padding-top: 5em;
        padding-bottom: 5em;
    }



}


@media only screen and (min-width: 768px) and (max-width: 1200px){

    .circle-t{
        flex-direction: column;
    }

    .circle-t .grid__column {
        width: 300px !important;
        margin: 0 auto;
    }

    .circle-t .grid__column.p-second{
        margin-top: 2em;
    }

}

a.js-latestMore {
    border: none;
    font-size: 16px;
    font-family: 'Open sans';
    font-weight: 400;
    color: #000;
    opacity:1;
}

a.js-latestMore:hover {
    border: none;
    font-size: 16px;
    font-family: 'Open sans';
    font-weight: 400;
    color: #000;
    opacity:0.8;
    background-color: transparent;
}

a.js-latestMore:active {
    border: none;
}

div.js-loadMore {
    border: none;
    font-size: 16px;
    font-family: 'Open sans';
    font-weight: 400;
    color: #000;
    opacity:1;
}

div.js-loadMore:hover {
    border: none;
    font-size: 16px;
    font-family: 'Open sans';
    font-weight: 400;
    color: #000;
    opacity:0.8;
    background-color: transparent;
}

div.js-loadMore:active {
    border: none;
}

.card-d__info-wrap{
    position: absolute;
    bottom:0;
}

.js-latestFromCategory .lists__item {
    border-bottom:none;
    padding:0;
}

.js-loadMoreList .lists__item {
    border-bottom:none;
    padding:0;
}

.button--animated{
    border: none;
    font-size: 16px;
    font-family: 'Open sans';
    font-weight: 400;
    color: #000;
    opacity:0.8;
    background-color: transparent;
}

.section__dark{
    background: #000;
    color:#fff;
}

.section__dark .grid__column{
    border: none;
    padding: 2em;
}

.card-circle .image {
    border-radius: 50% !important;
    overflow: hidden !important;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.card-cat_headline{
    margin-top:2em;
    text-align: center;
}

.mailing-list_input {
    font-family: "Playfair Display";
    color:#fff;
    border-bottom: 1px solid #fff;
}

.mailing-list_input #email-submit {
    background:#000;
    border:none;
    color:#fff;
    background-image:url("./assets/img/arrowAsset.png");
    background-repeat:no-repeat;
    background-position: right;
    padding: 1em;
}



.mailing-list_input #email-list {
    background: #000;
    border: none;
    color: #fff;
    padding-bottom: .3em;
    
}

.mailing-list_input #email-list:focus-visible{
    border:none;
    outline: none;
    
}

.ml_info_big{
    font-family: "Open Sans";
    /*font-style: italic;*/
}

.ml_info_small{
    font-family: "PT Sans";
    color: #868686;
    padding-top: .3em;
}

.mailing-list_input #email-list::placeholder{
    color: #fff;
    opacity:1;
} 

.section--banner{
    padding:0;
}


.navigation__link{
    color:#fff !important;
}
.slick-arrow{
    /*display: none !important;*/
}

/*.header__navigation{
    display:none;
}*/

.nav-mobile{
    display:flex;
    justify-content: right;
}

/*.navigation__item {
    display:none;
}
.navigation__item.nav-mo {
    display:inline-block;
}*/

#js-pT{
    display: block;
    position:relative;
    left: .5em;
    padding-top: 10px;
    display: none;
    opacity: 0;
}

#js-pT.portals-visible{
    display: block;
    opacity: 1;
    transition-delay:.2s;
}

#js-pT2{
    display:block;
    position:relative;
    left: .1em;
    padding-top: 10px;
    display: block;
    opacity: 0;
}

#js-pT2.portals-visible{
    display: none;
    opacity: 1;
    transition-delay:.2s;
}

#nav-chl-port {
    padding: 0;
}

#nav-chl-port .navigation__list {
    margin: 0 1em;
}

#nav-chl-port .h2{
  font-family: 'Playfair Display';
  color: #fff;
    opacity: 0.6;
    font-size: 25px;  
}

.nav-social-icon a {
    display: block;
}

.nav-social-container {
    display:block;
    padding-top: 1em;
}

.nav-social-container-secondary{
    display: flex;
    line-height: 30px;
    height: 90px;
}

.nav-s-i {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(17deg) brightness(104%) contrast(104%);
    height: 30px;
}

.nav-social-container .nav-social-icon {
    width:33%;
    flex-basis:33%;
}

#nav-chl-social {
    display: block;
    padding: 0;
    margin: 1em 2em;
}
}



.page__wrap {
    padding-top: 75px;
}

.card-acbc .title--large {
    font-size:36px;
}

.card-first__meta{
text-transform: uppercase;
font-family: 'Open Sans';
font-size:12px;
margin-top:3em;
margin-bottom:0;
font-weight: 600;
}

.card-first__border {
    /* display: none; */
    height: 13px;
    z-index: 9;
    position: relative;
}





.lead_author-dt{
    display:none;
}

.lead_author-mo{
    display:block;
}

.card-acbc .image {
    margin-bottom:0;
}

.social_roll, .style_poudarki {
    font-size:30px;
}

.style_poudarki {
    text-align: center;
    margin: 0 auto;
    border-top:none;
    padding-top: 10px;
    padding-bottom:10px;
}

.mobile-border{
    height: 0px;
    width:150px;
    display:block;
    margin:0 auto;
    border-top: 1px solid #000;
}


.mr-2 {
    margin: .4em auto;
}
.mr-2 .image {
    height: 120px;
}

.card-a .inner_title {
    margin: 0 10px;
}


/*.card-most_read__image-wrap{
    width:50%;
    flex-basis:50%;
}*/

.card-most_read__post-info{
    width:50%;
    flex-basis:50%;
}

.card-most_read__title .title--mid{
    font-size:15px;
}

.grid__column.gg-category{
    margin-bottom:0;
}

.grid__column.gg-category .lists__item{
    margin: 0;
}


.slider-poudarki {
    height: 600px;
}


.slider-poudarki .slick-list {
    height: fit-content;
}



.section{
    margin-bottom: 2em;
}

.rotate {
  animation: rotation 15s infinite linear;
}

.rotate:hover {
  animation-play-state: paused;
}


.card-abbc .inner_title {
    position: absolute;
    bottom: 20px;
    text-align: center;
    color: #FFF;
}

.avtor-mon {
    display:none;
}

.footer a {
    color: #fff;
}

.footer ul {
    padding-left:0;
}

.card-dt {
    display:none;
}

#hamburger-drop .logoimage-style {
    font-family:"Playfair Display";
    font-size:25px;
    text-transform: capitalize;
}

#hamburger-drop .logoimage-ostalo {
    font-family:"Playfair Display";
    font-size:20px;
    text-transform: capitalize;
    opacity:0.5;
    line-height:1em;
    height: 35px;
}

.navigation-child__item.more-portals {
    display: block;
}

.navigation-child__item {
    display: block;
}

.navigation-child .logo {
    padding: 0 !important;
}

.expand_nav_style {
    width: 15px;
    display: inline-block;
    position: absolute;
    top:.3em;
    right: 2em;
}

.navigation-child__item.main-portal{
    display: flex;
}

.navigation-child__item .logo {
    flex-basis:70%;
    width:70%;
}

.navigation-child__item .expand_nav_style {
    flex-basis:30%;
}

#hamburger-drop .navigation-child__list.list-secondary {

    border-top:1px solid #fff;
}

.block--sidebar-123 {
    display: flex;
}

.header__nav-right {
    width: 50%;
    flex-basis: 50%;
}
.navigation__item.nav_mo {
    margin: 0;
    width: 33%;
    flex-basis: 33%;
    height: 50px;
}



.nav-icon {
    height: 18px;
    width: 18px;
}

.navigation__expand-button{
    left: 0;
    right: auto;
}

.navigation__link {
    padding-left: 3em;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans' !important;
    text-transform: uppercase;
}

.header__nav-right {
  display: flex;
  justify-content: right;
}

.nav_divider{
    margin: 0 0.5em 1em 0.5em;
    height: .5px;
    background: #fff;
}

.nav_divider-2 {
    margin-top: 1em;
}

.navigation__link--icon{
    padding: 1em;
}

.navigation .navigation__item {
    opacity:0;
    transition: .5s opacity;
    transition-delay: 1s;
}

#nav-cross{
    display: none;
}

.card-first__meta .grid__column--2\@md {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.card-first__meta .grid__column--6\@md {
    max-width: 50%;
    text-align: center;
}

.card-first__meta .grid__column--4\@md {
    max-width: 33.333333%;
    text-align: right;
}

.slider-interactive .video3 {
    max-width: 100vw;
}

.text-centered {
    position: relative;
}









@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/*@keyframes rotationExpand {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

@keyframes rotationSubtract {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}*/

    .social__item .icon.social-mobile {
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(17deg) brightness(104%) contrast(104%);

    }

    .social__item span {
        display: none;
    }

    .slick-slide .mr-2 .image {
        height:250px;
    }

    .slick-slide .mr-2 .image img{
        margin-top: 0;
    }
    .mr-2{
        overflow: hidden;
    }

    .slick-list{
        width: 100%;
        overflow: hidden;
    }

    /*.slick-slide {
        opacity: 0;
        transform: .3s opacity;
    }

    .slick-slide.slick-active{
        opacity: 1;
        transform: .3s opacity;
    }*/

@media only screen and (max-width:768px){
    .slick-slider .grid__column.gg-category{
        width: calc(100vw - 40px);
    }


    .gg-category{
        padding: 0;
    }
    .card-more_news__image-wrap .image {
        height: 200px;
    }
    .slick-slider .card-most_read__image-wrap {
        width: calc(100vw - 20px);
        flex-basis: 100%;
    }
    .slick-slider .card-most_read__post-info {
        margin-top: 1em;
        width: 100%;
        flex-basis: 100%;
    }
    .card-most_read__post-info{
        padding-left: 1em;
        padding-right: 1em;
    }
    .admin-bar .navigation {
        top: 103px;
    }
    .g-category .grid__column--4\@sm.grid__column--4\@md{
        width: calc(100vw - 35px);
    }

    .slick-prev, .slick-next{
        top: 27%;
    }

    .mr-2 .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .slider-poudarki .grid__column{
        width: calc(88vw - 20px);
    }



    .slider-poudarki .slick-dots {
        margin-top: 1em;
    }

    .slider-poudarki {
        margin-bottom: 1em;
    }
}


@media only screen and (min-width:768px){
    .style_poudarki {
        padding-top: 1em;
        padding-bottom: 1em;
    }


    .page__wrap{
        padding-top: 75px;
    }
    

    .mr-2 .image {
        height: 200px;
    }
    .headline--small{
        font-size: 13px;
    }
    .style_poudarki{
        border-top:2px solid #000;
    }
    .mobile-border{
        display: none;
    }

    .card-dt {
        display:block;
    }

    .header {
        height: 75px;
    }

    .navigatiion__link {
        line-height: 43px;
    }
    .card-abbc .inner_title{
        width: 100%;
        margin-bottom:1em;
    }

    .admin-bar .navigation {
        top: 118px;
    }

}

@media only screen and (min-width:768px) and (max-width:1023px){
    .card-abbc .image {
        height:500px;
        margin-bottom: 0;
    }
    .card-most_read__post-info{
        width:100%;
        padding: 0 .5em;
        margin-top: 1em;
        margin-bottom: 2em;
    }
    .card-most_read__image-wrap .image{
        height: 200px;
    }
    .card-most_read a{
        display: block;
    }
    #js-pT{
        left: 1em;
        padding-top: 30px;
    }
    .slider-poudarki {
        height: 800px;
    }   

    .slider-poudarki .slick-list {
        height: 800px;
    }

    .slider-poudarki .slick-track {
        height: 800px;
    }

    article.card-xf {
        height: 800px;
    }

    .card-xf .image {
        height: 700px !important;
    }

    .card-xf img {
        height: 700px !important;
    }

    .mr-2 .image {
        height: 200px;
    }


    .card-more_news a {
        display: flex;
    }

    .card-more_news__image-wrap{
        width:50%;
        flex-basis:50%;
    }

    .card-more_news__post-info{
        width:50%;
        flex-basis:50%;
        margin-left: 1em;
    }
    .logo__image_footer {
        max-width: 50%;
    }

    .grid__column--4\@sm.grid__column--4\@md.gg-category {
        width: 33.33333%;
        flex-basis: 33.33333%;
        overflow: hidden;
        padding: 0 5px;
    }  

    .g-category .grid__column--4\@sm.grid__column--4\@md {
        width: calc(33vw - 20px);
        flex-basis: 33.33333%;
        overflow: hidden;
        padding: 0 5px;
    } 
    .g-category.g-slider{
        overflow: hidden;
        margin: 0 auto;
    } 
    .grid-sidebar .grid__column--4\@sm.grid__column--4\@md {
        width: 33.33333%;
        flex-basis: 33.33333%;
        overflow: hidden;
        padding: 0 5px;
    } 

    .slick-slider .grid__column--4\@sm.grid__column--4\@md.gg-category{
        width: calc(33vw - 30px);
        overflow: hidden;
        padding: 0 10px 0 0;
        margin: 0;
    }

    .slick-slider.g-category .grid__column--4\@sm.grid__column--4\@md{
        width: calc(33vw - 30px);
        overflow: hidden;
        padding: 0 10px 0 0;
        margin: 0;
    }

    #slider-poudarki.slick-slider .grid__column--4\@sm.grid__column--4\@md {
        width: calc(90vw - 20px);
        overflow: hidden;
    }


    .card-xf__title{
        text-align: center;
    }


}

@media only screen and (max-width: 1023px){
    .social{
        justify-content: space-around;
    }
    .footer__social {
        margin: 0 4em;
    }


    .slick-slider .card-most_read a {
        display: block;
    }

    .slick-slider .card-most_read__image-wrap {
        width: 100%;
        flex-basis: 100%;
    }
    .slick-slider .card-most_read__post-info {
        margin-top: 1em;
        width: 100%;
        flex-basis: 100%;
    }

    .slider-poudarki .slick-slide{
        opacity:.7;
    }

    .slider-poudarki .slick-slide.slick-current{
        opacity: 1;
    }


}



@media only screen and (min-width: 1024px){


    .author__avatar img{
        width:200px;
    }
    .social__item .icon.social-mobile {
        display: none;

    }

    .social__item span {
        display: block;
    }
    .slick-slider .card-most_read a {
        display: block;
    }
    .card-first__meta .grid__column--6\@md {
        max-width: 50%;
        text-align: left;
    }
    .slick-slide .mr-2 img {
        width:33vw;
        height: auto;
    }

    .slick-slide .mr-2{
        width:33vw;
    }

    .mr-2 .image {
        height: 250px;
    }

    .card-most_read.mr-2 {
        /*padding: 0 1em;*/
        padding: 0;
    }


    .grid {
        margin: 0px;
    }



    .style_poudarki{
        margin-bottom: .5em;
    }

    .card-more_news__image-wrap .image {
        height:250px;
    }

    .headline--small{
        font-size: 13px;
    }
    .card-most_read{
        width: 100%;
        height:auto;
    }

    .slick-slider .card-most_read{
        width: 100%;
        height:auto;
    }

    .card-more_news__headline{
        margin-bottom:.5em;
    }

    .card-more_news__post-info{
        padding-left: 1em;
        position:relative;
    }

    .nav-social-container {
        display:none;
    }

    .mn_container {
        position: absolute;
        bottom: 0;
    }



    .navigation .navigation__item {
        opacity:1;

    }

    .nav_divider {
        display: none;
    }

    .navigation {
        display: block;
    }

    .header__extra .navigation__item {
        opacity:1;
    }

    .navigation__list{
        margin: 0;
    }



    .navigation__link{
        font-size:16px;
        padding:0 12px;
        line-height: 75px;
    }



    .navigation__item.nav_mo {
        margin: 0;
        width: 100%;
        flex-basis: 100%;
        height: 67px;
    }

    .header__extra {
        text-align: center;
        width: 67px;
    }


    #hamburger-drop {
        display:none;
    }

    .block--sidebar-123 .block__main, .block--sidebar-300\@md .block__sidebar {
        margin-top: 1.5em;
    }

    .block--sidebar-123 .block__main {
        width: 67%;
        flex-basis: 67%;
    }

    .block--sidebar-123 .block__sidebar {
        width: 33%;
        flex-basis: 33%;
    }


    #hamburger-drop .navigation-child{
        right:0;
    }

    .header__nav-right {
        display: flex;
        justify-content: right;
    }



.card-a .inner_title {
    margin: 0 auto;
    width:100%;
}


.card-more_news a {
    display:flex;
}

.card-more_news__image-wrap{
    width:50%;
    flex-basis:50%;
}

.card-more_news__post-info{
    width:50%;
    flex-basis:50%;
}

.grid__column.gg-category{
    margin-bottom:30px;
}

.card-most_read__post-info, .card-d__post-info {
    width:100%;
    flex-basis:100%;
}

.grid__column.gg-category .lists__item{
    margin:0 0 20px;
}



.nav-mobile{
    display:flex;
}

    .card-acbc .title--large {
    font-size:64px;
}
    .card-acbc .image {
        margin-bottom:20px;
    }
    .page__wrap {
        padding-top: 67px;
    }
    .header {
        height: 75px;
        width: calc(100vw - 16px) !important;
    }
    .navigation__item {
        display:inline-block;
    }
    .header__navigation {
        display: block;
    }
    .card-first__border{
            display:block;
        }
    .lead_author-dt{
            display:block;
    }

    .lead_author-mo{
            display:none;
    }
    .logo__image_footer{
        max-width:25%;
    }
    .logo_footer{        
        text-align: left;
    }





}

@media only screen and (min-width: 1279px) {
     .slick-arrow{
        display: none !important;
     }
}

@media only screen and (min-width: 1279px) {

    .slick-prev{
        left:-40px;
    }

    .slick-next{
        right: -40px;
    }



    .slick-slider .card-most_read{
        width: 100%;
        height:auto;
    }

    .card-most_read{
        width: 100%;
        height:auto;
    }


    .fp-slider img {
        object-fit: contain !important;
        height: 100%;
        margin-top: 0 !important;
    }

    .fp-slider .image {
        background: #fff !important;
    }


    .banner div[id^="google_ads_iframe_"]{
        padding: 20px 0 20px 0;
    }

    .block_mailing{
        padding: 5em 0 5em 0;
    }

    .ml_info_big{
        padding-left:.3em;
    }

    .mailing-list_input #email-list{
        font-size: 70px;
        width:85%;
    }

    .mailing-list_input #email-list::placeholder{
        font-size:86px;
    }

    .mailing-list_input #email-submit{
        width:14%;
    }

    .ml_info_big{
        font-size: 50px;
    }

    .ml_info_small{
        font-size: 15px;
    }

    .mr-2 {
        margin-top:25px;
    }



    .p-first .card-xf{
        padding-right:1em !important;
    }

    .p-second .card-xf{
        padding:0 .5em !important;
    }
    .p-third .card-xf{
        padding-left:1em !important;
    }

    .p-first .card-most_read{
        padding-right:.5em !important;
    }

    .p-second .card-most_read{
        padding:0 .25em !important;
    }
    .p-third .card-most_read{
        padding-left:.5em !important;
    }

    .card-most_read{
        margin-bottom: 1.5em;
    }

    .style_poudarki{
        font-size: 40px;
        text-align: center;
        border-top:2px solid #000;
        padding: 10px 0 0px 0;
    }

    .card-first__info{
        max-width:1080px;
        margin: 0 auto;
    }



    .title--large{
        font-size:50px;
    }

    /*.grid__column--2\@md{
        max-width:16.666666666666666667%;

    }
    .grid__column--6\@md{
        max-width:50%;

    }*/



    .card-first__meta{
        text-transform: uppercase;
        font-family: 'Open Sans';
        font-size:16px;
        margin-top:3em;
        margin-bottom:.5em;
        font-weight: 600;
    }

    .card-first__border{
        position: relative;
        height: 4px;
        margin-bottom: -2px;
        z-index: 300;
    }
    .card-first__border img {
        vertical-align: top;
        z-index:300;
    }

    .card-acbc .image {
        z-index:200;
        height:60vh;
    }



    .card-acbc .image img {
        /*margin-top:-50%;*/
    }

    .card-abbc{
        margin-top:25px;
    }

    .card-abbc .image {
        z-index:200;
        height:600px;
    }
    .card-abbc .image:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to bottom, transparent 0%, black 130%);
    }

    .mr-2 .title--mid {
        font-size:20px;
    }

    .g-category .grid__column {
        margin-top: 0 !important;
    }
    .gg-category {
        margin-top: 0 !important;
    }

    .inner_title {
        position: absolute;
        z-index: 300;
        bottom: 2.5em;
    }

    .inner_title .card-a__headline, .inner_title .card-a__title{
        margin:0 auto;
        color:#fff;
        text-align:center;
    }

    .card-first__category {
        padding-left: 5%;
    }

    .card-first__author {
        padding-left: 5%;
    }

    .card-first__date {
        text-align: center;
    }

    .social_roll{
        font-size:45px;
    }

    .card-acdc img {

    }

    .card-acdc .image {
        max-height: 600px;
        overflow: hidden;
    }

    .inner_title .title--large {
        font-size: 48px;
    }


    .inner_title .headline--small {
        font-size: 16px;
        margin-bottom:1em;
    }

    .g-slider .slick-slide {
        width: 360px;
    }

    .g-slider img {
        max-width: 100%;
        object-fit: cover;
        margin-top: -50%;
    }

    .g-slider {
        height: 400px;
    }

    .grid__column {
        /*padding: 0 15px;*/
        padding: 0;
    }

    .g-slider .grid__column {
        padding: 0;
    }

    .card-d .image {
        height: 240px;
    }

    .slick-arrow {
        display:inline-block !important;
    }





}





/*header dropdown*/

.header{
    z-index:203;
}

.dropdown-bg{
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 73px;
    background: #000;
}

.navigation-child {
    background: #000;
    padding: 15px 0px;
    padding-left:2em;
}

.navigation-child__list {
  padding: 0;
  margin: 0px;
  text-align: left;
  font-family: "Open Sans";
  /*border-top: 1px solid rgba(220, 64, 125, 0.4);*/
  /*border-bottom: 1px solid rgba(220, 64, 125, 0.4);*/
}

li.navigation-child__item {
    color: #fff;
    text-transform: uppercase;
}




.navigation-child__item {
    white-space: normal;
}


.divider_nav_mo {
    /*background-image: linear-gradient(to right,#fff,#dc407d);*/
    height: 1px;
}

.navigation__expand-button {
    display: block;
}

.navigation__expand-icon {
    display: inline-block;
    width: 15px !important;
    height: 15px !important;
    border: none !important;
}


@media only screen and (min-width: 1024px){
    .header__logo{
        margin-left:0;
    }
  .navigation-child {
    padding-left: 0;
      position: fixed;
      background: #000;
      box-shadow: 2px 3px 4px rgb(0 0 0 / 30%);
  }


  .navigation{
    width:100%;
  }
  .divider_nav_mo {
      /*background-image: linear-gradient(to left,#fff,#dc407d);*/
  }
  .navigation-child__list{
    /*padding: 0 30px 20px;*/
    margin: 0 20px;
    text-align: left;
    display: block;
    position:relative;
    width: 260px;
    background: #000;
    vertical-align:top;

  }
  .navigation-child__list.last{
  }

  .navigation-child__item {
    padding: 0;
  }

  .navigation__expand-button {
      display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px){


    .card-acbc img {
        width: 100%;
        object-fit: cover;
    }

    .logo__image {
        height: 35px;
        width: auto;
    }

    .navigation__link--icon {
        margin-right: 15px;
    }
    .card-acdc .image {
        height: 600px;
        max-height: 600px;
        overflow: hidden;
    }

    .card-acbc .image {
        height: 600px;
        max-height: 600px;
        overflow: hidden;
    }

    .card-abbc .image {
        height: 600px;
        max-height: 600px;
        overflow: hidden;
    }


    .lists.lists--with-border-big {
        margin-left: 2em;
    }

    .style_poudarki {
        border: none;
    }

    .mobile-border{
        display: block;
        width: 90%;
    }

    .slick-slider.g-slider{
        height: 400px;
    }

    .card-a__title {
        width: 75%;
        margin: 0 auto;
    }

    .container {
        margin: 0;
        width: calc(100vw - 25px);
        padding:0;
    }

    .grid__column--4\@md{
        /*max-width: 33vw;*/
        margin-left: 0;
        margin-right: 0;
    }

    .grid {
        margin:0;
    }

    .slick-slide img {
        margin: 0;
    }

    .slick-slide {
        margin: 0;
    }
    .banner div[id^=google_ads_iframe_] {
        padding: 0;
    }

}


.slider-poudarki .slick-arrow{
    display: block;
    filter: invert(100%) sepia(100%) saturate(61%) hue-rotate(17deg) brightness(180%) contrast(174%);
}


.slider-poudarki .slick-prev {
    left:5px;
}

.slider-poudarki .slick-next {
    right:-12px;
}


.banner--below {
    padding: 0;
}

.banner div[id^=google_ads_iframe_] {
    padding: 0;
}

.card-circle img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.card-first__title{
    margin-bottom:1em;
}

    .grid__column.gg-category{
        margin-bottom: 0;
    }


    body {
    font-family:'Open Sans';
}

























.card-acbc {
    border-top: 1px solid #000;
}

.card-acbc .image {
    margin-bottom: 0 !important;
}

.roll_dashes {
    margin: 0px 0.3em;
    font-style: normal;
}

.container.container_first {
    width: 100vw;
    margin: 0 !important;
    max-width: 100vw;
} 
.container_first .block {
    width: 100vw;
    max-width: 100vw;
}  

.social_roll-small{
    left: 0;
    height: 25px;
    position: relative;
    width: 1000vw;
}
.social_roll-small .slick-track{
    /*padding-left:300vw;*/
    position: relative;
    left: 0;
    /*transform: translate3d(0, 0, 0)!important;*/
}

.social_roll-small.slick-initialized.slick-slider {
    left: 100vw;
    width: 100vw;
    max-width: 100vw;
    height: 25px;
}

.social_roll-small .slick-list.draggable {
    width: 100vw;
    height: 25px;
    overflow: visible;
}

.social_roll-small .style_social.slick-slide:first-child {
    /*padding-left: 700vw;*/
    position: relative;
}
.social_roll-small .style_social.slick-slide {
    position: relative;
}



.social_roll-black {
    width: 100vw;
    background: #000;
    color: #fff;
}


.social_roll-black .slick-list.draggable {
    width: 100vw;
}

.section__inner.inner_noPadding{
    padding:0;
    width: 100vw;
}

.social_roll-small {
    width: 500% !important;
}

.social_roll-small .slick-list{
    width: 100vw !important;
    height:auto;
}

.social_roll-black {
    width: 500% !important;
    height:auto;
}

.social_roll-black .slick-list{
    width: 100vw !important;
    height:auto;
}

.card-first__info {
    max-width: calc(100vw + 40px);
    width: calc(100vw + 40px);
    margin: 0;
    position: absolute;
    bottom: 3em;
    color: #fff;
    z-index: 2;
}

.card-first__title{
    max-width: 90vw;
    margin: 0 auto;
}

.card-acbc .image:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to bottom, transparent 0%, black 180%);
      z-index:1;
    }

article.card-acbc:hover .title {
    opacity: 1;
}

.page__wrap{
    padding-top: 58px;
}

.admin-bar .page__wrap{
    padding-top: 58px;
}

.social_roll-black {
    font-size: 30px;
    height: 55px;
    line-height: 55px;
}

.has-white-color a {
    color: #fff;
}

.grid.g-slider{
    margin: 0 auto;
    overflow: visible;
}

.card-e__image .image{
    height: 180px;
}

.card-e__image img {
    height:100%;
}

.mr-2 .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


ul.slick-dots {
    margin: 0 auto;
    width: fit-content;
}

ul.slick-dots li {
    display: inline-block;
}

ul.slick-dots li button {
    border: none;
    background: #000;
    border-radius: 6px;
    width: 12px !important;
    height: 12px !important;
    margin: 7px 15px;
    padding: 0 !important;
    opacity: .9;
    color: transparent;
}

ul.slick-dots li.slick-active button{
    opacity: .6;
}

.card-abbc img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.card-more_news img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.card-e__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider-poudarki .slick-list {
    overflow: visible;
}

.over-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    z-index: 2;
    background: #fff;
    /* border: 1px solid #000; */
}
.over-slider-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 18px;
    z-index: 2;
    background: #fff;
    /* border: 1px solid #000; */
}

.g-slider .slick-list {
    overflow: visible;
}

/*@media only screen and (max-width: 1023px){
    .navigation{
        display: none;
        width: 100vw;
    }

    .nav-is-open .navigation{
        display: block;
    }
}*/

.author {
    padding: 0;
}



@media only screen and (min-width: 450px) and (max-width: 767px){
   .card-e__image .image {
        height: 50vw;
    } 
}


@media only screen and (max-width: 767px){
    .card-a .image {
        z-index: 3;
    }

    .g-slider .grid__column {
        margin: 0 2px;
    }  

    .g-slider .slick-arrow{
        display:none !important;
    }

    .g-slider .slick-slide{
        opacity: 0.6;
    }

    .g-slider .slick-slide.slick-current{
        opacity: 1;
    }

    .mr-2 .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .slick-slide .mr-2 .image {
        height: 300px;
    }
    .section__poudarki{
        margin-bottom:4em;
    }

    .home-page .card-a .image, .archive .card-a .image{
        height: 70vh;
    }

    .home-page .card-acbc .image, .archive .card-a .image{
        height: 75vh;
    }

    .home-page .card-a .image img, .archive .card-a .image img{
        height: 100%;
        object-fit: cover;
    }

    .container.c-single {
        margin: 0;
        width: 100vw;
    }

    .container.c-single .block {
        margin: 0 auto;
        width: calc(100vw - 40px);
    }

    .c-single .single__title .title {
        font-size: 30px;
    }

    .c-single .single__feature-image img{
        height: calc(100vh - 150px);
        object-fit: cover;   
    }

    .post_image_narrow{
        display: none;
    }

    .container.c-single {
        margin: 0;
        width: 100vw;
    }

    .container.c-single .block {
        margin: 0 auto;
        width: calc(100vw - 40px);
    }

    .c-single .single__title .title {
        font-size: 30px;
    }

    .c-single .single__feature-image img{
        height: calc(100vh - 150px);
        object-fit: cover;   
    }

    .post_image_narrow{
        display: none;
    }

    .slick-slider .card-most_read__title .title--mid {
        font-size: 18px;
    }



}






@media only screen and (min-width: 768px){
    .g-slider .slick-list {
        overflow: hidden;
    }

    .over-slider-1{
        display: none;
    }


    .page__wrap {
        padding-top: 73px;
    }

    .admin-bar .page__wrap{
        padding-top: 73px;
    }

    /*.card-acbc .image{
        max-height: 60vh;
        height:60vh;
    }*/

    .social_roll-black {
        font-size: 30px;
        height: 60px;
        line-height: 60px;
    }

    .post_image_tall{
        display: none;
    }

    .post_image_narrow{
        display: block;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .card-acbc img {
        height: 100%;
        object-fit: cover;
    }
    .card-abbc img {
        height: 100%;
        object-fit: cover;
    }

    .card-abbc .image {
        margin-bottom: 1em;
    }
    .slick-slide .mr-2 .image {
        height: 200px;
    }

    .g-category.g-slider{
        overflow: visible;
    }

    .slick-arrow{
        top: 35%;
    }

    .slick-prev{
        left: -30px;
    }

    .slick-next{
        right: -30px;
    }

    .section__poudarki{
        margin-bottom:4em;
    }

}

@media only screen and (min-width: 1024px){

    .over-slider{
        display: none;
    }
    .g-category .grid__column{
        width: 28vw;
        max-width: 28vw;
    }
    .grid__column.gg-category{
        width:28vw;
        max-width: 28vw;
    }

    .grid.g-slider{
        margin: 0 auto;
        overflow: visible;
    }
    .g-slider .grid__column.gg-category {
        width: calc(85vw / 3);
        max-width: calc(85vw / 3);
        margin: 0 2.5vw 0 0;
    }

    .g-slider.g-category .grid__column {
        width: calc(85vw / 3);
        max-width: calc(85vw / 3);
        margin: 0 2.5vw 0 0;
    }

    .grid_category{
        justify-content: space-between;
    }
    .circle-t {
        justify-content: space-between;
    }
    .g-category {
        justify-content: space-between;
    }
    .card-first__info {
        max-width: calc(100vw + 40px);
        width: 100vw;
        margin: 0;
        position: absolute;
        bottom: 3em;
        color: #fff;
        z-index: 2;
    }
    .wrap_first {
        height: 650px;
    }

    .card-first__title{
        width: 900px;
        margin:0 auto;
    }

    .page__wrap {
        padding-top: 73px;
    }

    .social_roll-black .roll_media {
        padding-left: 0.3em;
        padding-right: 0.3em;
    }
    .social_roll-black {
        font-size: 30px;
        height: 60px;
        line-height: 60px;
    }
    /*.card-acbc .image{
        max-height: 100vh;
        height:calc(100vh - 137px);
    }*/

    .slick-arrow{
        top: 35%;
    }

    .slick-prev{
        left: -35px;
    }

    .slick-next{
        right: -35px;
    }

    .category article a, .home article a, .archive article a{
    filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    transition: all 0.5s ease;
    }

    .category article a:hover, .home article a:hover, .archive article a:hover{
        filter: grayscale(1);
        -moz-filter: grayscale(1);
        -webkit-filter: grayscale(1);
    }

}

@media only screen and (min-width: 768px) and (max-width: 1279px){


    .grid_category{
        width: 90%;
        margin: 0 auto;
    }
    .circle-t {
        width: 90%;
        margin: 0 auto;
    }
    .g-category {
        width: 90%;
        margin: 0 auto;
    }

    .g-category.g-slider {
        width: 90%;
        margin: 0 auto;
        overflow: visible;
    }

}


@media only screen and (min-width: 1279px){

    .g-slider .grid__column.gg-category {
        width: 340px;
        max-width: 340px;
        margin: 0 0 0 30px;
    }

    .g-slider.g-category .grid__column {
        width: 340px;
        max-width: 340px;
        margin: 0 0 0 30px;
    }
    .card-acbc img {
        width: 100%;
        object-fit: cover;
    }
    .g-category .grid__column{
        width: 340px;
        max-width: 340px;
    }
    .grid__column.gg-category{
        width:340px;
        max-width: 340px;
    }
    .social_roll-black .slick-list.draggable{
        height: 100px;
    }
    .social_roll-black {
        font-size: 30px;
        height: 60px;
        line-height: 60px;
    }  

    .card-acbc .image{
        max-height: 600px;
        height:600px;
    }

    .card-first__title{
        width: 1080px;
        margin:0 auto;
    }

    .g-slider .grid__column{
        padding: 0;
        width: 400px;
        margin: 0 27px 0 0;
    }

    .slick-slide .mr-2 .image {
        height: 250px;
    }

    .slick-slide .mr-2 img {
        width: auto;
        height: 100%;
    }
    .slick-prev{
        left: -35px;
    }

    .slick-next{
        right: -35px;
    }

    /*.grid__column.grid__column--4\@sm.grid__column--4\@md.card-dt.slick-slide.slick-current.slick-active{
        margin-left: 20px;
    }*/

    .wrap_first {
        height: 670px;
    }

}

@media only screen and (min-width: 1279px) and (min-height: 880px){
        .card-acbc .image{
            max-height: 750px;
            height:750px;
        }

        .wrap_first {
            height: 800px;
        }

}

@media only screen and (min-width: 1279px) and (min-height: 900px){
        .card-acbc .image{
            max-height: 800px;
            height:800px;
        }

        .wrap_first {
            height: 850px;
        }

}

@media only screen and (min-width: 1600px){
    .g-category .grid__column{
        width: 400px;
        max-width: 400px;
    }
    .grid__column.gg-category{
        width:400px;
        max-width: 400px;
    }

    .mr-2 .image{
        height:280px;
    }

    .slick-slide .mr-2 .image {
        height: 280px;
    }

    .slick-slide .mr-2 .image img {
        width: 100%;
        object-fit: cover;
    }

    .card-abbc .image {
        height: 700px;
    }

    .g-slider .grid__column.gg-category {
        width: 400px;
        max-width: 400px;
        margin: 0 0 0 40px;
    }

    .g-slider.g-category .grid__column {
        width: 400px;
        max-width: 400px;
        margin: 0 0 0 40px;
    }


}





.home-page .post_image_tall img, .category .post_image_tall img {
    object-position: top;
}

sub, sup {
    font-weight: 300;
    font-size: 70%;
}


.single__meta-cat {
    display: flex;
    justify-content: center;
}






/*article mobile naslov v sliki*/

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

    .post-template-default .section__inner{
        padding: 0;
    }

    .post-template-default .block__main_b .single__meta, .post-template-default .block__main_b .single__head{
        display: none;
    }

    .post-template-default .headline-mobile .single__meta, .post-template-default .headline-mobile .single__head{
        display: block;
    }

    .post-template-default .headline-mobile {
        display: block;
        position: absolute;
        bottom:0;
        color: #fff;
        margin: 0 1em;
        z-index:3;
    }

    .post-template-default .headline-mobile .single__title {
        margin: 0 0 30px;
    }

    .post-template-default .headline-mobile .single__meta-cat a {
        color: #fff;
    }

    .post-template-default .single__feature-image {
        margin: 0;
    }

    .post-template-default .image--16-10 .image-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.25));
        z-index: 2;
    }

    /*.c-single .headline-mobile,*/ .c-single .image-overlay{
        pointer-events: none;
    }
}

@media only screen and (min-width: 1024px){
    .post-template-default .block__main_b{
        display: block;
    }

    .post-template-default .headline-mobile {
        display: none;
    }

    .post-template-default .single__feature-image {
        margin: 30px 0;
    }
}





/*ISKALNIK*/

.i_.div.cse_block_container {
    display: none;
}

.gsc-adBlock{
    display: none !important;
}

@media only screen and (max-width: 1024px){
    .card-a .inner_title{
        margin:0;
        padding: 0 10px;
    }
}





/*SLIDER FIRST*/

.slider-first.slick-initialized.slick-slider {
    width: 100vw;
    height: auto;
}

.slider-first .slick-list {
    height: auto;
}

.slider-first .slick-slide {
    width: 100vw;
    padding: 0;
    margin: 0;

}

.slider-first .slick-slide img {
    height: auto;
    margin: 0;
}

.slider-first .slick-track{
    /*left:20px;*/
    overflow: hidden;
}

.slider-first .card-acbc {
    border-top: solid 1px #000;
}

.slider-first .card-a .image {
    margin: 0;
}

.slider-first .card-first__info{
    max-width: 100vw;
    width: 100vw;
}

.slider-first .card-a__headline {
    text-align: center;
}

.slider-first .slick-dots {
    position: absolute;
    z-index: 999999;
    bottom: 10px;
    display: flex !important;
    justify-content: center;
    width: 100vw;
}

.slider-first ul.slick-dots li button {
    background: rgba(255,255,255,.7);
    border: 1px solid #fff;
    opacity: 1;
}

.slider-first ul.slick-dots li.slick-active button {
    opacity: 1;
    background: transparent;
}

.slider-first .card-first__info{
    bottom:4em;
}

@media only screen and (min-width: 728px){
    .slider-first .card-first__info{
        bottom:4em;
    }
}

@media only screen and (min-width: 1024px){
    .slider-first .card-first__info{
        bottom:4em;
    }
}


/*social roll*/

.social_roll-black-1 {
    height: 60px;
    width: 100vw;
    line-height: 55px;
    background: #000;
    color: #fff;
    font-size: 30px;
}

.social_roll-black-1 .style_social {
    margin: 0 10px;
}


/*OKUSI*/
@media only screen and (min-width: 500px){
    .grid-okusi .mr-2 .image, .grid-most-viewed .mr-2 .image{
        height: 160px;
    }
}

@media only screen and (min-width: 600px){
    .grid-okusi .mr-2 .image, .grid-most-viewed .mr-2 .image{
        height: 180px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .grid-okusi {
        justify-content: space-between;
    }

    .grid-okusi .grid__column--3\@md {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .grid-okusi .mr-2 .image {
        height: 300px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px){

    .grid-okusi .mr-2 .image {
        height: calc(100vw / 5);
    }

    .grid-okusi {
        justify-content: space-evenly;
    }

}

@media only screen and (min-width: 1024px){

    .grid-okusi .grid__column--3\@md {
        flex: 0 0 23%;
        max-width: 23%;
    }

    .grid-most-viewed .mr-2 .image{
        height: 250px;
    }

}

@media only screen and (min-width: 1279px){
    .grid-okusi {
        justify-content: space-between;
    }

    .grid-okusi .mr-2 .image {
        height: 250px;
    }
}



/*test black theme*/
/*#black-button-123, #white-button-123 {
    margin: 0 auto 3em;
    width: 100px;
}*/

.section.section-black {
    background-color: #000;
    color: #fff;
}

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

    .section.section-black .mobile-border {
        border: none;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .section.section-black .style_poudarki {
        border-top: 2px solid #fff;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {

    .section.section-black .mobile-border {
        border-top: 1px solid #fff;
    }

}

@media only screen and (min-width: 1279px){

    .section.section-black .style_poudarki {
        border-top: 2px solid #fff;
    }

}

.section_headline article:not(:first-child):not(.slick-slide) {
    display: none;
}

.section_headline .slick-dots {
    opacity:0;
    animation-name: dots-fade-in;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}




@keyframes dots-fade-in {
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

