/*
    Home page news row
*/

.news-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 -15px;
}

.news-row__item{
    width:50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding:0 15px;
}
.entry-header{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.news-row__item--full{
    width:100%;
}
.newspaper-x-image{
    position: relative;
}
.newspaper-x-image a{
    display: block;
    position: relative;
}
.news-row__item--full .newspaper-x-image a:after{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    width:100%;
    height:100%;
    background: -webkit-linear-gradient(top, hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0) 2%,hsla(0,0%,0%,0.16) 83%,hsla(0,0%,0%,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0,0%,0%,0)),color-stop(2%, hsla(0,0%,0%,0)),color-stop(83%, hsla(0,0%,0%,0.16)),to(hsla(0,0%,0%,0.65)));
    background: -o-linear-gradient(top, hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0) 2%,hsla(0,0%,0%,0.16) 83%,hsla(0,0%,0%,0.65) 100%);
    background: linear-gradient(to bottom, hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0) 2%,hsla(0,0%,0%,0.16) 83%,hsla(0,0%,0%,0.65) 100%);
    bottom: 0%;
    opacity: .8;
}




.news-row__item--full .entry-header-inner{
    position: absolute;
    bottom:20px;
    left: 0;
    width:100%;
    padding:0 15px;
}
.news-row__item--full .post a.entry-title-lnk{
    color: #fff;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
.news-row__item .post a.entry-title-lnk{
    text-transform: none;
}
.news-row__item--full .post a.entry-title-lnk:hover,
.news-row__item .post a.entry-title-lnk:hover{
    color: #e64141;
}
.news-row__item--full .newspaper-x-image > a > img{
    height:auto;
    width:100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-height:none;
}

.news-row__item article{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.hash-tags-wr{
    margin-top:10px;
}

.hash-tags-wr a{
    font-weight:400;
    color: #bfbfbf;
    display: inline-block;
    margin-right:5px;
    -webkit-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
}
.hash-tags-wr a:before{
    content: '#';
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    color: inherit;
    display: inline;
    vertical-align: middle;
}
.hash-tags-wr a:nth-last-of-type(1){
    margin-right: 0;
}
.hash-tags-wr a:hover{
    color: #e00536;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text) > h3{
    text-transform: none;
    font-size:20px;
}
.breadcrumbs,
.breadcrumbs a{
    font-size:12px;
    font-weight: 200;
    color: #cacaca;
}
.aside-event-day-link:hover .aside-event-day__text,
.aside-event-day-link:hover .aside-event-day__date {
    color: #e00536;
}

.aside-event-day.must-know .aside-event-day__text, .timeline_list>li.must-know{
    font-weight: bold;
}


.aside-event-day__text{
    color: #333;
    line-height:1.4;
}
.newspaper-x-image > img, .newspaper-x-image > a > img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-height: 196px;
    min-height: 196px;
}

.search-results .newspaper-x-image > a > img {
    max-height: none;
}
.newspaper-x-archive-first-posts .newspaper-x-post-meta, .newspaper-x-archive-page .newspaper-x-post-meta{
    margin-top:10px;
    margin-bottom:2px;
}
body, button, input, select, textarea{
    line-height:1.2;
}
.newspaper-x-archive-page .newspaper-x-post-meta .newspaper-x-category a{
    color: #e00536;
}
.newspaper-x-archive-page .newspaper-x-post-meta .newspaper-x-category a:hover {
    color: #e64141;
}
.newspaper-x-archive-first-posts .newspaper-x-post-meta .newspaper-x-category, .newspaper-x-archive-page .newspaper-x-post-meta .newspaper-x-category{
    line-height:1.2;
}
.entry-title{
    margin: 0;
    padding: 0;
}

.single-post .entry-header{
    display: block;
    margin:0;
    margin-bottom:15px;
}



.container{
    padding:0 15px;
    width:100%;
    max-width:1170px;
}

.newspaper-x-archive-page .post, .newspaper-x-archive-page .page {
    margin-bottom: 25px;
}
.aside-load-posts-btn{
    padding:10px;
    text-align: center;
    display: block;
    background: #666;
    color: #fff;
    margin:0 -15px;
    font-weight:300;
    cursor: pointer;
}
.aside-load-posts-btn:hover{
    background: #e00536;
    color: #fff;
}

.single-post .entry-header img, .page .entry-header img{
    max-height:none;
}
@media (max-width: 760px) {
    .news-row__item--full,
    .news-row__item{
        width: 50%;
    }
    .news-row__item--full .entry-header-inner{
        position: relative;
        bottom: 0;
        padding: 0;
    }
    .news-row__item--full .post a.entry-title-lnk{
        color: #001936;
    }
    .news-row__item--full .newspaper-x-image > a > img{
        height:auto;
        max-height:196px;
    }
}

@media (max-width: 560px) {
    .news-row{
        margin-left: 0;
        margin-right: 0;
    }
    .news-row__item--full,
    .news-row__item{
        width: 100%;
        padding: 0;
    }
    .newspaper-x-image > img, .newspaper-x-image > a > img{
        max-height:none;
    }
    .news-row__item--full .newspaper-x-image > a > img{
        height:auto;
        max-height:none;
    }
}

/*
    SideBar home page
*/
#secondary.widget-area{
    margin-top:60px;
}
.aside-inner{
    padding:0 15px;
    margin-bottom:20px;
    background: #f9f9f9;
}

.aside-inner__topflag{
    background-color: white;
    padding-bottom: 20px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}


#secondary.widget-area ul{
    padding-bottom: 0;
}
.aside-event-day{
    margin-bottom:15px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.1);
    padding-bottom:15px;
}
.aside-event-day:last-child{
    margin-bottom: 0;
    border-bottom:none;
    padding-bottom: 0;
}
.aside-event-day__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.aside-event-day__date{
    font-size: 12px;
    line-height:1;
    color: #bfbfbf;
}

.aside-event-day__imp{
    font-size: 12px;
    line-height:1;
    color: #e00536;
    display: none;
}

.aside-event-day__row--imp .aside-event-day__imp{
    display: block;
}

.aside-event-day-link{
    font-size: 14px;
    color: #333;
    display: block;
}


@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

/*
    Aside styles for single page
*/
.news-aside-list__item article{
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.31);
}
.news-aside-list {
    padding-top: 20px;
}
.single-post .newspaper-x-post-meta .newspaper-x-category{
    background: none;
    color: #bfbfbf;
    padding: 0;
}
.single-post .newspaper-x-post-meta .newspaper-x-category:hover{
    background: none;
}
.single-post .newspaper-x-post-meta .newspaper-x-category a{
    color: #bfbfbf;
    font-weight: 400;
}
.single-post .entry-header--aside, .page .entry-header--aside{
    margin: 0;
}
.single-post .entry-title--aside{
    margin:10px 0;
    padding: 0;
}
.news-aside-list__item{
    margin-bottom:15px;
}
.news-aside-list__item .entry-title-lnk{
    font-weight:700;
    font-size:17px;
}
.news-aside-list__item:nth-last-of-type(1) article{
    border-bottom:none;
}
.bg_social_icon{
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.bg_social_icon:nth-last-of-type(1){
    margin-right: 0;
}
.bg_social_icon:after{
    font-family:"FontAwesome";
    font-size:24px;
    color: inherit;
    display: block;
}
.bg_social_icon.fb_icon:after{
    content: '\f230';
    color: #3B5998;
}
.bg_social_icon.twitter_icon:after{
    content: '\f081';
    color: #4099FF;
}

.single-post .newspaper-x-tags a{
    font-weight: 400;
    color: #bfbfbf;
    display: inline-block;
    margin-right: 5px;
    border: none;
    padding: 0;
    -webkit-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
}

.single-post .newspaper-x-tags a:before{
    content: '#';
    font-family: inherit;
    font-size:inherit;
    color: inherit;
    display: inline;
    vertical-align: middle;
}

.single-post .newspaper-x-tags a:hover{
    color: #e00536;
    background: none;
    border: none;
}
.aside-inner .newspaper-x-blog-sidebar{
    margin-top: 20px;
    padding-top: 1px;
}
.newspaper-x-blog-sidebar h4{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

@media (max-width: 960px) {
    .news-aside-list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin:0 -15px;
    }
    .news-aside-list__item{
        width:50%;
        padding-left:15px;
        padding-right:15px;
    }
}

@media (max-width: 660px) {
    .news-aside-list__item {
        width: 100%;
    }
}

@media (max-width: 991px) {
    #secondary.widget-area{
        margin-top: 0;
    }
}

/*
    Fixed footer
*/
html,
body {
    min-height: 100vh;
}
#page{
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#colophon{
    margin-top:auto;
}
.page-title{
    border-left:none;
    padding: 0;
}
.page-title > span{
    padding-left: 0;
}
.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text) > h3{
    margin: 0;
    margin-bottom:20px;
    margin-top: 20px;
    padding: 0;
}

em {
    font-size: 15px;
}


.timeline_list .date-timeline{
    border-color: transparent;
    line-height: 1.5;
}

.timeline_list .date-timeline .date-timeline__time{
    font-size:16px;
    color: #e00536;
    height: auto;
    padding-top: 50px;
}

.banner-nakitel img{
    width:100%;
    display: none;
    height: auto;
}
.banner-nakitel {
    padding-bottom:20px;
    display: block;
}

.banner-nakitel:focus,
.banner-nakitel:active{
    outline: none;
}

.banner-nakitel .desktop_bannerNktl{
    display: block;
}

@media (max-width: 992px) {
    .banner-nakitel .desktop_bannerNktl{
        display: none;
    }
    .banner-nakitel .mobile_bannerNktl{
        display: block;
    }
    .aside-inner__topflag{
        width: 255px;
        margin:0 auto;
    }
}



/*-----------right-col---------*/

.aside-right__cont {
    margin-top: 60px;
}

.aside-right__inner {
    /*padding: 0 15px;*/
    margin-bottom: 20px;
}

.day-photo__container {
    display: block;
    position: relative;
}
.day-photo__container a{
    display: block;
    width:100%;
}

.day-photo img {
    width: 100%;
    /*min-height: 250px;*/
    display: block;
    /*-o-object-fit: contain;*/
    /*object-fit: contain;*/
    /*-o-object-position: center;*/
    /*object-position: center;*/
}

.day-photo__sign {
    position: absolute;
    bottom: 15px;
    left: 10px;
    width: 100%;
    color: #fff;
    z-index: 2;
    font-size: 17px;
    font-weight: 700;
}

.day-photo__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.14) 81%,hsla(0,0%,0%,0.41) 90%,hsla(0,0%,0%,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0,0%,0%,0)),color-stop(81%, hsla(0,0%,0%,0.14)),color-stop(90%, hsla(0,0%,0%,0.41)),to(hsla(0,0%,0%,0.65)));
    background: -o-linear-gradient(top, hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.14) 81%,hsla(0,0%,0%,0.41) 90%,hsla(0,0%,0%,0.65) 100%);
    background: linear-gradient(to bottom, hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.14) 81%,hsla(0,0%,0%,0.41) 90%,hsla(0,0%,0%,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.forecast__container {
    min-height: 140px;
    margin: 0;
    border-radius: 2px;
    border: none;
    max-width: 268px;
}

.currency__container {
    /*background: #d6d6d6;*/
    /*height: 200px;*/
    margin: 30px 0;
}

/*col right adaptive*/

@media (max-width: 992px) {
    .site-content.container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #secondary.widget-area {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    #primary {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .aside-right__cont {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

/*WIDGETS*/

table:not(#wp-calendar) > tbody > tr > td {
    padding: 0;
}

.weatherInformer19 {
    width: 100% !important;
}

.widgets-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}



.forecast__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.weather__sign {
    width: 100px;
    /*height: 2rem;*/
    background: #e6f0ff;
    padding: 5px 0 5px 0;
    font-weight: 400;
    text-align: center;
    color: #527ff4;
}

.weather-current__block {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid rgba(187, 187, 187, 0.47);
    padding: 20px 0 10px 0;
}

.weather-current__img {
    width: 40%;
}
.weather-current__img img {
    width: 100%;
    padding: 0 15px;
}
.weather-current__content {
    width: 60%;
    padding-left: 5px;
}

.weather-future__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 84%;
    padding: 10px 0 20px 0;
}
.day-weather {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 18%;
}

.current__city {
    color: #444;
    font-weight: 500;
    font-size: 16px;
}

.degree {
    font-weight: 500;
    color: #444;
}

.current__descr {
    color: #666;
    font-size: 12px;
}
.current__wind {
    color: #666;
    font-size: 12px;
}
.day {
    color: #666;
    font-size: 12px;
}

.weather-current__block .weather-widget__input{
    max-width: 115px;
    min-height: 22px;
    display:none;
    padding: 0 22px 0 3px;
}

.clickable-city__name{
    cursor:pointer;
    font-size: 18px;
}

.current__city{
    position: relative;
}
.current__city>i{
    position: absolute;
    font-size:16px;
    top:5px;
    right:5px;
    color:#ddd;
    display:none;
}

.fuel-cols_pl{
    margin: 0;
    justify-content: space-around;
    flex-wrap: wrap;
}

.fuel-row-silver, .fuel-row{
    transition: all 0.3s;
    display: flex;
    flex-basis: 100%;
    justify-content: space-around;
}

.fuel-row:nth-child(2n+1){
    background: #eee;
}

.fuel-row:hover{
    background: #f8f8f8;
}

@media (max-width: 992px) {
    .widgets-area {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 0 0 30px 0;
    }
    .forecast__container {
        height: 100%;
        margin:0 auto;
    }
    .weather-current__block {

    }
    .weather-future__block {
        padding: 7px 0 7px 0;
    }
}

@media (max-width: 670px) {
    .widgets-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        display: block;
    }
}


.pop-up__search {
    left: 0;
    top: 0;
    z-index: 222;
    position: fixed;
    width: 100%;
    height: 100vh;
    display: none;
}

.popup-search__inner {
    position: absolute;
    top: 20vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 290px;
    background: #fff;
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 333;
}

.popup-search__title {
    color: #333;
    font-size: 14px;
    margin: 10px 0;
}

.popup-search__form {
    width: 100%;
    position: relative;
}



input[type="search"].popup-search__input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #999;
    outline: none;
}

.popup-search-submit {
    background: none;
    border-left: 1px solid;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    padding: 6px 0px;
    float: right;
    margin-top: 0px;
    color: #e1e1e1;
    border: none;
    /*width: 20px;*/
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 10px;
}

.popup-search__close {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 14px;
    color: rgba(214, 214, 214, 0.94);
}

.popup-search__overlay {
    left: 0;
    top: 0;
    z-index: 222;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(98, 93, 95, 0.52);
}



/*-------search page-----*/

.search.search-results .newspaper-x-archive-page{
    margin-top: 60px;
}

.site-main.timeline_pg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination {
    width: 100%;
}

.single.single-day_photo .newspaper-x-image > img {
    max-height: 600px;
}

h2.title-photo-day-in {
    margin-bottom: -25px;
}

.padding-for-timeline {
    padding-bottom: 25px;
}

.news-row__item--full .newspaper-x-image a:after {
    opacity: 1;
    background: -moz-linear-gradient(top, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,0) 55%, hsla(0,0%,0%,0.41) 69%, hsla(0,0%,0%,0.5) 78%, hsla(0,0%,0%,0.59) 86%, hsla(0,0%,0%,0.62) 94%, hsla(0,0%,0%,0.65) 100%);
    background: -webkit-linear-gradient(top, hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0) 55%,hsla(0,0%,0%,0.41) 69%,hsla(0,0%,0%,0.5) 78%,hsla(0,0%,0%,0.59) 86%,hsla(0,0%,0%,0.62) 94%,hsla(0,0%,0%,0.65) 100%);
    /*background: linear-gradient(to bottom, hsla(0,0%,0%,0) 0%,hsla(0, 0%, 0%, 0.08) 55%,hsla(0, 0%, 0%, 0.71) 69%,hsla(0, 0%, 0%, 0.86) 78%,hsla(0, 0%, 0%, 0.81) 86%,hsla(0, 0%, 0%, 0.83) 94%,hsla(0, 0%, 0%, 0.82) 100%);*/
    background: linear-gradient(to bottom, hsla(0,0%,0%,0) 0%,hsla(0, 0%, 0%, 0.08) 55%,hsla(0, 0%, 0%, 0.37) 69%,hsla(0, 0%, 0%, 0.72) 78%,hsla(0, 0%, 0%, 0.85) 86%,hsla(0, 0%, 0%, 0.82) 94%,hsla(0, 0%, 0%, 0.71) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}


.ua-new .aside-event-day__row .aside-event-day__imp:after{
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 11px;
    margin-left: 5px;
    background-image: url('../images/logo_ua.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
}

.pl-new .aside-event-day__row .aside-event-day__imp:after{
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 11px;
    margin-left: 5px;
    background-image: url('../images/logo_pl.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
}

/*------Authors Section-------*/


.flex-wrap-author__row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 40px -15px;
    justify-content: flex-start;
}

.author-item{
    box-sizing: border-box;
    padding: 0 14px;
    margin-bottom:15px;
    /*display: flex;*/
    flex-direction: column;
    justify-content: flex-end;
}

.author-item img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
}
.author-item h4{
    font-size:18px;
    max-width: 200px;
}

.author-item p{
    font-size:14px;
    max-width: 200px;
}


/*------Blog Section-------*/

.flex-wrap-blog__row{
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.author-blog-item{
    display: flex;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom:40px;
    align-items: flex-start;
    justify-content: center;
}

.author-blog-item img{
    width:550px;
    height: 310px;
    object-fit: cover;
}

.author-blog-content{
    max-width: 50%;
    margin-left:20px;
}

.author-blog-content h6{
    margin-top:0;
    margin-bottom: 20px;
    font-weight: normal;
}
.author-blog-content h4{
    line-height:1.7;
}

/*--------Photo Video Section--------*/

.flex-wrap-photo-video__row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 40px -15px;
}
.date-photo-video__row{
    margin-bottom: 0;
    font-size:13px;
}
.photo-video-item{
    max-width: 380px;
    padding: 0 15px;
    margin-bottom:15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.photo-video-item a{
    font-size:16px;
    max-width: 380px;
}
.photo-video-item p{
    max-width: 380px;
}
.photo-video-item img{
    margin-bottom:15px;
    width: 380px;
    height: 220px;
    object-fit: cover;
}
.photo-video-item a i{
    margin-right:10px;
}
.flex-wrap-help__row{
    display: flex;
    max-width: 100%;
    margin-top:40px;
    margin-bottom:40px;
    justify-content: space-between;
    padding: 0 15px;
}
.help-half__wrap{
    max-width: 45%;
}
/*---------Accordeon-------*/
.ac-container{
    width:100%;
    margin: 10px auto 30px auto;
    text-align: left;
}
.ac-container label{
    font-weight: 400;
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #333;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    font-size: 16px;
    transition: all ease 0.6s;
    margin-bottom: 15px;
}
.ac-container label:hover{
    box-shadow: inset 0 0 1px #5e5e5e;
    text-decoration: underline;
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
}
.ac-container input{
    display: none;
}
.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
}
.ac-container article p{
    line-height: 1.6;
    font-size: 14px;
    padding-left: 20px;
    color: #333;
    margin-bottom: 0;
}
.ac-container .accord-bold_letter{
    font-weight: bold;
    margin:10px 0;
}
.ac-container input:checked ~ article.ac-small{
        height: auto;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        padding-bottom: 10px;
}
.ac-container input:checked ~ article.ac-medium{
    height: auto;
}
.ac-container input:checked ~ article.ac-large{
    height: auto;
}
@media (max-width: 1190px) {
    .flex-wrap-author__row{
        justify-content: center;
    }
    .flex-wrap-photo-video__row{
        justify-content: center;
    }
}

@media (max-width: 1100px) {
    .author-blog-item img{
        max-width:40%;
    }
    .author-blog-content{
        max-width: 60%;
    }
    .ac-container{
        width: 100%;
    }

}

@media (max-width: 900px) {
    .author-blog-item{
        flex-wrap: wrap;
    }
    .author-blog-item img{
        max-width:100%;
    }
    .author-blog-content{
        max-width: 550px;
        margin-left:0;
    }
    .author-blog-content h6{
        margin:20px 0;
    }
    .photo-video-item{
        width: 50%;
    }
}

@media (max-width: 768px) {
    .flex-wrap-help__row{
        flex-direction: column;
    }
    .help-half__wrap{
        max-width: 100%;
        margin: 20px 0;
    }
    .ac-container{
        width: 100%;
}

@media (max-width: 550px) {
    .author-blog-item{
        padding: 0 5px;
    }
    .author-blog-item img{
        width:450px;
        height: 210px;
        object-fit: cover;
    }
    .author-blog-content{
        max-width: 450px;
    }
    .photo-video-item{
        width: 100%;
    }
}





