#dle-content .short-news:nth-of-type(3n+1) {
    clear: both;
}

main {
}
.wrapper {
    max-width: 1440px;
    margin: 0 auto;
}
.sectiontitle {padding: 8px;position: relative;margin: 12px 0;}
.sectiontitle:after {
    content: " ";
    width: 60%;
    height: 1px;
    background: linear-gradient(-90deg, hsl(48.98deg 64% 40%), transparent);
    display: inline-block;
    position: absolute;
    top: 50%;
}
.sectiontitle span{
    margin-left: 8px;
    font-size: 1.2em;
    font-weight: 600;
    color: hsl(240deg 24% 32%);
}
.sectiontitle span[class^="icon-"] {
    color: hsl(48.98deg 64% 40%);
    font-weight: 100;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: rgb(255, 255, 255);
    border-right: none;
    border-bottom: none;
    border-left: none;
}
.media-body span{
    color: steelblue;
    vertical-align: middle;
    font-weight: 600;
    transition: all 0.5s ease;
}
.media-body:hover span{
    color: #A89A59;
    transition: all 0.5s ease;
}
.media-heading {
    display: inline;
}
.panel-primary>.panel-heading {
    border-radius: 16px 16px 0 0;
    border-right: 3px solid #DBC048;

}
.panel-primary {
    border-radius: 16px;
}
.navbar {
    border-radius: 0;
}
.navbar-inverse {
    background-color: #111154;
}
.navbar .icon-home{
    color: hsl(39 64% 64% / 1);
}
.panel-primary>.panel-heading {
    background-color: #111154;
}
.btn-default {
    background-color: hsl(240 56% 26% / 1);
}
.mainpic {
    /* max-height: 460px; */
    width: 100%;
    object-fit: cover;
    border: 0px !important;
    box-shadow: 2px 2px 4px -1px lightgray;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    aspect-ratio: 16/9;
}
@media (max-width: 480px) {
    .mainpic { aspect-ratio: 1/1;}
}
.fulltext {
    padding: 24px;
}
.fulltext h1{
    padding: 0px 0px 24px 0;
}
.well {
    border-radius: 12px;
}
#dle-comments-form .panel-danger {
    border-radius: 16px;
    overflow: hidden;
}
#dle-comments-form .panel-danger textarea{
    border-radius: 12px;
}
#dle-comments-form .panel-danger button{
    border-radius: 12px;
}
/*----------topnews ----------*/
.topnewsholder {
    min-height: 400px;
    background: white;
    margin: 12px 0;
    border-radius: 24px;
}
#topnews {}
#topnews .topcard{max-width: 480px;border-radius: 16px;margin: 8px;min-height: 360px;border: 1px solid #e5e3e3;box-shadow: 2px 2px 4px lightgray;transition: all 0.4s ease;}
#topnews .topcard:hover{
    scale: 1.02;
    background: hsl(240 24% 72% / 1);
    color: whitesmoke;
    transition: all 0.4s ease;
}
#topnews .topcard .topimage{border-bottom: 4px solid hsl(240 64% 56% / 1);}
#topnews .topcard .topimage img{width: 100%;max-width: 100%;border-radius: 16px 16px 0 0;height: 240px;object-fit: cover;}
#topnews .topcard .topinfo{padding: 16px;}
#topnews .topcard .topinfo .date{

}
#topnews .topcard .topinfo h2{margin: 8px 0;color: #535353;font-size: 1.3em;font-weight: 600;line-height: 1.8em;transition: all 0.4s ease;}
#topnews .topcard:hover h2{
    color:whitesmoke;
    text-shadow: 1px 1px gray;
    transition: all 0.4s ease;
}
/*----------shortnews----------*/
.shortnews {
    margin: 8px auto;
}
.shortnews .imgbox{padding: 0;overflow: hidden;}
.shortnews .imgbox img{
    object-fit: cover;
    filter: grayscale(0);
    height: 100%;
    transition: all 0.5s ease;
}
.shortnews .panel:hover .imgbox img{
    filter: grayscale(1);
    transition: all 0.5s ease;
    scale: 1.05;
    /* rotate: 2deg; */
}
.shortnews .panel-default {
    border-radius: 16px;
    overflow: hidden;
}
.shortnews .panel-body {padding: 0;}
.shortnews .btn-default {
    border-radius: 0px 0px 0 8px;
}
.btn-default:hover {
    color: white;
    background-color: #337ab7;
    border-color: #e3e3e3;
    text-shadow: 1px 1px 2px black;
    box-shadow: 1px 1px 4px lightgray;
    transition: all 0.3s ease;
}
.allnewsbtn {
    width: 100%;
    display: flex;
}
.allnewsbtn a{
    margin: 12px auto !important;
    background-color: #DBC048;
    color: #535353;
    padding: 4px 32px;
    border: 1px solid hsl(49 67% 48% / 1);
    text-shadow: none;
}
.allnewsbtn a:hover{
    background-color: hsl(49 32% 24% / 1);
    color: whitesmoke;
    padding: 4px 32px;
    border: 1px solid hsl(49 67% 64% / 1);
    box-shadow: 2px 2px 4px lightgray;
    text-shadow: none;
    scale:1.05;
    translate: 0px -4px;
}
/*----------advcol----------*/
.sidebar {
    position:sticky;
    top:0;
}
@media (max-width: 480px) {
    .sidebar {
        position:relative;
        top:0;
    }
}
/*----------advcol----------*/
.advcol {padding: 16px;}
.advcol img{
    width: 100%;
    margin: 12px 0;
}
.sidecol {
    margin: 8px auto;
}
.footer {
    background: hsl(240 32% 20% / 1);
    color: whitesmoke;
}
.footer a{
    color: whitesmoke;
    transition: all 0.5s ease;
}
.footer a:hover{
    color: #DBC048;
    transition: all 0.5s ease;
}
.footer .panel-default {
    width: 100%;
    background: hsl(240 40% 24% / 1);
    border-radius: 16px;
}
.footer .panel-heading {
    background: #2d2d58;
    border-radius: 16px 16px 0px 0px;
    color: whitesmoke;
    border-bottom: 1px solid hsl(240 32% 72% / 1);
}
.footer .panel-primary {
    
}
.footer .panel-body {
    
}
.footer span[class^="icon-"] {
    color: hsl(39 64% 64% / 1);
}
.footer i {
    color: hsl(39 64% 64% / 1);
}
#div_eRasanehTrustseal_95937 {
    width: 120px;
    margin: 24px auto;
    border-radius: 16px;
    overflow: hidden;
}
.wp-caption {
    max-width: 100%;
}

.full-content img {
    max-width: 100%;
    display: inherit;
}

.header-logo {
    padding: 10px 0;
}

.bg-grey {
    background-color: #35394b;
    color: #eaeaeb;
}

.bg-grey a {
    color: #fff;
    text-decoration: none;
}

.bg-grey a:hover {
    color: #eaeaeb;
    text-decoration: none;
}

.ratebox2 {
    float: left;
}

.ratebox3 {
    float: left;
}

.ratebox ul,
.ratebox ul li {
    float: right;
    list-style-type: none;
}

.ratebox2 ul,
.ratebox2 ul li {
    float: right;
    list-style-type: none;
}

.ratebox3 ul,
.ratebox3 ul li {
    float: right;
    list-style-type: none;
}

@media (max-width: 640px) {
    .header-logo {
        text-align: center;
    }

    .full-content img {
        max-width: 100%;
        display: block;
    }
}

@media (min-width: 1200px) {}

.comments_subscribe {
    color: black;
}

.list-group-item-footer {
    background-color: rgba(255, 255, 255, 0.09) !important;
    border: 1px solid #0000004d !important;
    margin-bottom: 5px;
}

.social_footer {
    margin-top: 20px;
    left: 50%;
    display: flex;
    justify-content: center;
}

.social_footer i {
    margin: 0 20px;
}

.hr_tag {
    width: auto;
    height: 1px;
    background-color: rgba(204, 204, 204, 0.267);
    margin: 20px 10px;
}

.title_short {
    font-size: 16px;
    line-height: 1.7em;
    font-weight: bold;
    color: #535353;
    margin: 13px 0;
    display: block;
}

.copyright {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 10px;
    flex-wrap: wrap;
}

@media (max-width: 600px) {
    .copyright {
        justify-content: center !important;
        font-size: 9px;
    }
}

.tags a {
    background-color: rgb(214 214 214 / 27%);
    padding: 5px;
    border-radius: 3px;
    line-height: 16px;
    font-size: 0.8em;
    box-shadow: 1px 1px black;
    text-wrap: nowrap;
    margin: 3px 0 3px 4px;
    transition: all 0.3s ease;
    display: inline-block;
}
.tags a:hover {
    background: hsl(49 67% 24% / 1);
    color: white;
    text-shadow: 1px 1px black;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 0.9em;
    line-height: 2em;
}
.logoimage {
    display: flex;
    height: 60px;
    align-items: center;
}
.logoimage img {
    height: 40px;

}
.imgfilmcover {
    padding: 0 !important;
    display: flex;
}
.imgfilmcover::after {
    /* content: " "; */
    /* width: 100%; */
    height: 100%;
    /* background: linear-gradient(0deg, #000000, 50%, transparent); */
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
}
.imgfilmcover .date{
    position: absolute;
    background: hsl(48.98deg 64% 40% / 71%);
    padding: 0 10px;
    border-radius: 0 0 0 16px;
    font-size: 1.2em;
    color: whitesmoke;
    text-shadow: 1px 1px gray;
}

#relatednews .item .film {
    background-position: center;
    background-size: cover;
    /* background-color: blue; */
    /* background-blend-mode: screen; */
    height: 250px;
}
#relatednews .item .film:before {
    content: " ";
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    background: #111154;
    transition: all 0.4s ease-in-out;
    mix-blend-mode: multiply;
    opacity: 0.9;
}
#relatednews .item:hover .film:before {
    width: 0;
    transition: all 0.4s ease-in-out;
}
.dateoutbox {
    color: #2a2a2a;
    font-size: 1em;
    margin: 0 0 16px 0;
    position: relative;
    top: -10px;
    background-color: #fff;
    padding: 5px 10px;
    box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 40px;
    border: 1px solid whitesmoke;
}
.stats {
    float: left;
    list-style: none;
    padding: 5px;
    box-shadow: none;
    color: gray;
    font-size: 1em;
    text-align: left;
    display: table-column;
}
.stats span{
    font-family: 'Sahel';

}
#div_eRasanehTrustseal_94655 img{
    max-width: 100%;
    margin: 20px auto;
    display: block;
    width: 100px;

}