@import "common_base.css" screen, projection;

.widget-template-SmartOneSlide.SW *,
.widget-template-GridCarousel.SW *,
.widget-template-OfferWithColumn.SW *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wp-admin .widget-template-GridCarousel .article_item,
.wp-admin .widget-template-OfferWithColumn .article_item .article_inner{
    min-height: 40px;
}
.ce-preview .hh-cover-article-item-frame {
    display: none !important;
}
/* control elements start */
.owl-theme-v2 .owl-controls .owl-buttons {
    position: relative;
}

.owl-theme-v2 .owl-controls .owl-buttons div.owl-prev,
.owl-theme-v2 .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    top: 0;
    width: auto;
    height: auto;
    margin: 0 !important;
    padding: 0 5px;
    border-radius: 0!important;
    margin-top: -20px!important;
}
.owl-theme-v2 .owl-controls .owl-buttons div.owl-next {
    right: 0;
}
.owl-theme-v2 .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}
.owl-theme-v2 .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}
.owl-theme-v2 .owl-controls .owl-page,
.owl-theme-v2 .owl-controls .owl-buttons div  {
    cursor: pointer;
}
.owl-theme-v2 .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    border:none;
}

.owl-theme-v2 .owl-nav {
    margin: 0px !important;
    height: 1px;
}
.owl-theme-v2 .owl-nav div.owl-prev,
.owl-theme-v2 .owl-nav div.owl-next {
    color: #adadad;
    background-image: none !important;
    position:absolute;
    background-color: transparent;
    padding: 1px 3px;
    margin: 0 !important;
    line-height:25px;
    width:auto;
    height:auto;
    top:inherit;
    bottom: 0;
    font-size:12px;
}
.owl-theme-v2 .owl-nav div.owl-prev {
    left: 0;
}
.owl-theme-v2 .owl-nav div.owl-next {
    right: 0;
}
.owl-carousel-v2.owl-theme-v2 .owl-nav [class*=owl-]:hover {
    background-color: #adadad !important;
    color: #FFF;
    text-decoration: none;
}
.SW .owl-theme-v2 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 3px;
}

/* control elements stop */

/**/
.content-wrapper {
    overflow: hidden;
}
.widget-header-wrapper a {
    text-decoration: none;
}
.widget-header-wrapper a:hover h3 {
    text-decoration: underline;
}
.hh-row-segment[data-width="25"] .widget-template-GridCarousel.SW .widget-header-wrapper h3,
.hh-row-segment[data-width="33"] .widget-template-GridCarousel.SW .widget-header-wrapper h3,
.hh-row-segment[data-width="50"] .widget-template-GridCarousel.SW .widget-header-wrapper h3,
.hh-row-segment[data-width="66"] .widget-template-GridCarousel.SW .widget-header-wrapper h3,
.hh-row-segment[data-width="75"] .widget-template-GridCarousel.SW .widget-header-wrapper h3 {
    padding-left: 10px;
    padding-right: 10px;
}
.widget-template-GridCarousel .article_item .article_img_container:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 0%;
    width: 100%;
    background-color: rgba(255,255,255,0.6);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.widget-template-GridCarousel .article_item.over .article_img_container:before {
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.widget-template-GridCarousel .article_item.over:hover .article_img_container:before {
    opacity:1;
}
.widget-template-GridCarousel .article_item.before .article_img_container:before {
    bottom:inherit;
    top: 0;
}
.widget-template-GridCarousel .article_item.left .article_img_container:before {
    width: 0;
    height: 100%;
}
.widget-template-GridCarousel .article_item.right .article_img_container:before {
    width: 0;
    height: 100%;
    left: inherit;
    right: 0;
}
.widget-template-GridCarousel .article_item.content-hide:hover .article_img_container:before,
.widget-template-GridCarousel .article_item.before:hover .article_img_container:before,
.widget-template-GridCarousel .article_item.after:hover .article_img_container:before {
    height: 100%
}
.widget-template-GridCarousel .article_item.left:hover .article_img_container:before,
.widget-template-GridCarousel .article_item.right:hover .article_img_container:before {
    width: 100%;
}

/*article item basic style*/
.widget-template-GridCarousel .article_item.img-hide:hover .content-wrapper .article_title {
    text-decoration: underline;
}


/*large*/
.widget-template-GridCarousel .article_item.ww_lg.before .content-wrapper .article_title {
    height: 68px;
}
.widget-template-GridCarousel .article_item.ww_lg.before .content-wrapper .article_excerpt {
    height: 72px;
}
.widget-template-GridCarousel .article_item.ww_lg.after .content-wrapper .article_title {
    height: 68px;
}
.widget-template-GridCarousel .article_item.ww_lg.after .content-wrapper .article_excerpt {
    height: 72px;
}
.widget-template-GridCarousel .article_item.ww_lg.img-hide .content-wrapper .article_title,
.widget-template-GridCarousel .article_item.ww_lg.img-hide .content-wrapper .article_excerpt {
    max-height: inherit;
    height: inherit;
}
.widget-template-GridCarousel .article_item.ww_md.right .content-wrapper .article_title,
.widget-template-GridCarousel .article_item.ww_md.left .content-wrapper .article_title,
.widget-template-GridCarousel .article_item.ww_md.before .content-wrapper .article_title {
    height: 66px;
}
.widget-template-GridCarousel .article_item.ww_md.after .content-wrapper .article_title {
    height: 54px;
}
.widget-template-GridCarousel .article_item.ww_md.over .content-wrapper .article_title {
    max-height: 36px;
}
.widget-template-GridCarousel .article_item.ww_md.right .content-wrapper .article_excerpt,
.widget-template-GridCarousel .article_item.ww_md.left .content-wrapper .article_excerpt,
.widget-template-GridCarousel .article_item.ww_md.before .content-wrapper .article_excerpt {
    height: 74px;
}
.widget-template-GridCarousel .article_item.ww_md.after .content-wrapper .article_excerpt {
    height: 74px;
}
.widget-template-GridCarousel .article_item.ww_md.over .content-wrapper .article_excerpt {
    max-height: 36px;
}

.article_item.ww_sm .article_categories .item {
    font-size: 10px;
}
.widget-template-GridCarousel .article_item.ww_sm.over .content-wrapper .article_title {
    margin-bottom:3px;
    max-height: 29px;
}
.widget-template-GridCarousel .article_item.ww_sm.over .content-wrapper .article_excerpt {
    margin-bottom: 3px;
    max-height: 26px;
}
.widget-template-GridCarousel .article_item.ww_sm.over .article_categories {
    margin-bottom: 3px;
}
.widget-template-GridCarousel .article_item.ww_sm .content-wrapper .article_categories .item {
    padding: 2px 4px;
}
.widget-template-GridCarousel .article_item.ww_sm.after .content-wrapper .article_excerpt {
    height: 40px;
}
.widget-template-GridCarousel .article_item.ww_sm.before .content-wrapper .article_title,
.widget-template-GridCarousel .article_item.ww_sm.left .content-wrapper .article_title,
.widget-template-GridCarousel .article_item.ww_sm.right .content-wrapper .article_title {
    height: 44px;
}
.widget-template-GridCarousel .article_item.ww_sm.before .content-wrapper .article_excerpt,
.widget-template-GridCarousel .article_item.ww_sm.left .content-wrapper .article_excerpt,
.widget-template-GridCarousel .article_item.ww_sm.right .content-wrapper .article_excerpt {
    height: 52px;
}
.widget-template-GridCarousel .article_item.ww_sm.after .content-wrapper .article_title {
    height: 44px;
}

.cover_main_slider_wrapper .slider_text_content p.slider_article_lead:empty {
    display: none;
}

@media (min-width: 1461px) {
    .widget-template-GridCarousel .article_item.over.ww_lg .article_excerpt {
        max-height: 72px;
    }
}
@media (max-width: 1460px) {
    .widget-template-GridCarousel .article_item.over.ww_lg .article_excerpt {
        max-height: 36px;
    }
}
@media (max-width: 1200px) {
    .hh-row-segment[data-width="50"] .widget-template-OfferWithColumn.SW .widget-article-wrapper .columnEnabled {
        column-count: 1 !important;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .hh-row-segment[data-width="25"] .widget-template-GridCarousel .article_item.ww_lg.right,
    .hh-row-segment[data-width="25"] .widget-template-GridCarousel .article_item.ww_lg.left,
    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.ww_lg.right,
    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.ww_lg.left,
    .hh-row-segment[data-width="25"] .widget-template-GridCarousel .article_item.ww_md.right,
    .hh-row-segment[data-width="25"] .widget-template-GridCarousel .article_item.ww_md.left,
    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.ww_md.right,
    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.ww_md.left{
        flex-direction: column;
    }
    .hh-row-segment[data-width="25"] .widget-template-GridCarousel .article_item.ww_lg.right .article_img_container,
    .hh-row-segment[data-width="25"] .widget-template-GridCarousel .article_item.ww_lg.right .content-wrapper,
    .hh-row-segment[data-width="25"] .widget-template-GridCarousel .article_item.ww_lg.left .article_img_container,
    .hh-row-segment[data-width="25"] .widget-template-GridCarousel .article_item.ww_lg.left .content-wrapper,
    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.ww_lg.right .article_img_container,
    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.ww_lg.right .content-wrapper,
    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.ww_lg.left .article_img_container,
    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.ww_lg.left .content-wrapper,
    .hh-row-segment[data-width="25"] .widget-template-GridCarousel .article_item.ww_md.right .article_img_container,
    .hh-row-segment[data-width="25"] .widget-template-GridCarousel .article_item.ww_md.right .content-wrapper,
    .hh-row-segment[data-width="25"] .widget-template-GridCarousel .article_item.ww_md.left .article_img_container,
    .hh-row-segment[data-width="25"] .widget-template-GridCarousel .article_item.ww_md.left .content-wrapper,
    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.ww_md.right .article_img_container,
    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.ww_md.right .content-wrapper,
    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.ww_md.left .article_img_container,
    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.ww_md.left .content-wrapper{
        width:100%;
    }
    .hh-row-segment[data-width="25"] .widget-template-GridCarousel .article_item.ww_lg.right .article_img_container,
    .hh-row-segment[data-width="25"] .widget-template-GridCarousel .article_item.ww_lg.left .article_img_container,
    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.ww_lg.right .article_img_container,
    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.ww_lg.left .article_img_container,
    .hh-row-segment[data-width="25"] .widget-template-GridCarousel .article_item.ww_md.right .article_img_container,
    .hh-row-segment[data-width="25"] .widget-template-GridCarousel .article_item.ww_md.left .article_img_container,
    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.ww_md.right .article_img_container,
    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.ww_md.left .article_img_container{
        padding-bottom: 56.25%;
    }

}
@media (max-width: 992px) and (min-width: 769px) {
    .hh-row-segment[data-width="50"] .widget-template-GridCarousel .article_item.left.ww_lg,
    .hh-row-segment[data-width="50"] .widget-template-GridCarousel .article_item.right.ww_lg {
        display: flex;
        flex-direction: column !important;
    }

    .hh-row-segment[data-width="50"] .widget-template-GridCarousel .article_item.left.ww_lg .content-wrapper,
    .hh-row-segment[data-width="50"] .widget-template-GridCarousel .article_item.right.ww_lg .content-wrapper {
        width: 100%;
    }

    .hh-row-segment[data-width="50"] .widget-template-GridCarousel .article_item.left.ww_lg .content-wrapper .article_title,
    .hh-row-segment[data-width="50"] .widget-template-GridCarousel .article_item.right.ww_lg .content-wrapper .article_title {
        height: 68px;
    }

    .hh-row-segment[data-width="50"] .widget-template-GridCarousel .article_item.right.ww_lg .content-wrapper .article_title {
        margin-top: 10px;
    }

    .hh-row-segment[data-width="50"] .widget-template-GridCarousel .article_item.left.ww_lg .content-wrapper .article_excerpt,
    .hh-row-segment[data-width="50"] .widget-template-GridCarousel .article_item.right.ww_lg .content-wrapper .article_excerpt {
        height: 110px;
    }

    .hh-row-segment[data-width="50"] .widget-template-GridCarousel .article_item.left.ww_lg .article_img_container,
    .hh-row-segment[data-width="50"] .widget-template-GridCarousel .article_item.right.ww_lg .article_img_container {
        width: 100%;
        padding-bottom: 56.25%;
    }

    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.over.ww_lg .content-wrapper .article_title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0px;
        max-height: 55px;
    }

    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.over.ww_lg .content-wrapper .article_excerpt,
    .hh-row-segment[data-width="33"] .widget-template-GridCarousel .article_item.over.ww_lg .content-wrapper .article_categories {
        margin-bottom: 2px;
    }
}
@media (max-width: 760px) {
    .widget-template-GridCarousel .article_item.over.ww_lg .article_excerpt {
        max-height: 72px;
    }
    .widget-template-GridCarousel .article_item.ww_lg.before .content-wrapper .article_title {
        max-height: 48px;
    }
    .widget-template-GridCarousel .article_item.left.ww_lg .article_excerpt,
    .widget-template-GridCarousel .article_item.right.ww_lg .article_excerpt {
        max-height: 110px;
    }
}