﻿.ModEasyDNNnewsC{
    padding-top: 120px;
}
.eds_template_List_Article_custom_full .featured-multi{
    margin-bottom: 50px;
}
.eds_template_List_Article_custom_full .custom-articles-row .article-two-in-row h2,
.eds_template_List_Article_custom_full .featured-multi .intro h2,
.eds_template_List_Article_custom_full .featured-multi h2{
    color: #fff;
    font-size: 24px;
    padding: 10px 0;
    font-weight: bold;
    margin: 0;
}
.eds_template_List_Article_custom_full .custom-articles-row .article-two-in-row h2{
    padding-top: 0;
}
.eds_template_List_Article_custom_full .featured-multi h2 a,
.eds_template_List_Article_custom_full .custom-articles-row .article-two-in-row h2 a,
.eds_template_List_Article_custom_full .featured-multi .intro h2 a{
    color: currentColor;
}
.eds_template_List_Article_custom_full .featured-multi h2 a:hover,
.eds_template_List_Article_custom_full .custom-articles-row .article-two-in-row h2 a:hover,
.eds_template_List_Article_custom_full .featured-multi .intro h2 a:hover{
    color: var(--link-color);
}
.eds_template_List_Article_custom_full .custom-articles-row .article-two-in-row .edn_articleSummary *,
.eds_template_List_Article_custom_full .featured-multi .m-context *{
    line-height: 1.23;
    font-weight: 400;
    font-size: 18.08px;
}
.eds_template_List_Article_custom_full .custom-articles-row .article-two-in-row .edn_articleSummary p:last-child,
.eds_template_List_Article_custom_full .featured-multi .m-context p:last-child{
    margin-bottom: 10px;
}
.eds_template_List_Article_custom_full .custom-articles-row .article-two-in-row .newstwo-date,
.eds_template_List_Article_custom_full .featured-multi .newstwo-date{
    font-size: 11.04px;
    font-weight: normal;
    text-transform: uppercase;
}
.eds_template_List_Article_custom_full .featured-multi img{
    max-width: 100%;
}
.eds_template_List_Article_custom_full .custom-articles-row .article-two-in-row{
    margin-bottom: 50px;
    display: flex;
    gap:40px;
}
.eds_template_List_Article_custom_full .custom-articles-row .article-two-in-row .article-img-box{
    flex: 0 0 300px;
    max-width: 300px;
}
.eds_template_List_Article_custom_full .custom-articles-row .article-two-in-row .article-img-box img{
    width: 100%;
}
.eds_template_List_Article_custom_full .custom-articles-row .article-two-in-row .article-context-box{
    flex: 1;
}
.eds_template_List_Article_custom_full .custom-articles-row .article-two-in-row .date-comments{
    line-height: 1;
}
.ModEasyDNNnewsTagCloudC #TagCloudDiv > a{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    line-height: 1.307692;
    font-family: var(--family), sans-serif;
    text-align: center;
    margin: 0 5px;
    transition: all 200ms ease;
    padding: 8px 10px;
    color: #fff;
    font-size: 0.8125rem;
    border-radius: 10px;
    background-color: var(--link-color);
    margin-bottom: 5px;
}
.ModEasyDNNnewsWidgetsC .eds_template_List_Article_Sidebar_Box .sidebar_box > a{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #fff;
}
.ModEasyDNNnewsWidgetsC .eds_template_List_Article_Sidebar_Box .sidebar_box > a img{
    flex: 0 0 80px;
    max-width: 80px;
    order: 2;
    display: none;
}
.ModEasyDNNnewsWidgetsC .eds_template_List_Article_Sidebar_Box .sidebar_box > a .sider_con{
    order: 1;
    flex: 1;
}
.ModEasyDNNnewsWidgetsC .eds_template_List_Article_Sidebar_Box .sidebar_box > a .sider_con .newstwo-date{
    font-size: 11.04px;
    text-transform: uppercase;
}
.ModEasyDNNnewsWidgetsC .eds_template_List_Article_Sidebar_Box .sidebar_box > a:hover{
    color: var(--link-color);
}
.ModEasyDNNnewsWidgetsC .eds_template_List_Article_Sidebar_Box .sidebar_box{
    margin-bottom: 15px;
}
.ModEasyDNNnewsWidgetsC .eds_template_List_Article_Sidebar_Box .sidebar_box > a .sider_title{
    /* transition: color ease 300ms;
    -moz-transition: color ease 300ms;
    -webkit-transition: color ease 300ms;
    -o-transition: color ease 300ms;
    -ms-transition: color ease 300ms; */
    margin: 0 0 10px;
    font-size: 17.12px;
    font-weight: bold;
    line-height: 1.18;
}
@media (max-width: 767.98px) {
    .eds_template_List_Article_custom_full .custom-articles-row .article-two-in-row .article-img-box{
        max-width: 100%;
        margin-bottom: 20px;
    }
    .eds_template_List_Article_custom_full .custom-articles-row .article-two-in-row{
        display: block;
    }
  .eds_template_List_Article_custom_full .featured-multi{
    margin-bottom:30px;
}
  .eds_template_List_Article_custom_full .custom-articles-row .article-two-in-row{
    margin-bottom:30px;
  }
}