/*
Theme Name: SobizPress
Theme URI: http://www.sobizpress.com
Author: Sobizpress
Author URI: http://www.sobizpress.com
Description: Commercial Template of sobizpress for News Portal
Version: 2.0.4
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td:focus {
    font-family: 'Ek Mukta', sans-serif;
}
body {
    font-size: 17px;
    line-height: 26px;
    color: #444;
    background:#efefef;
}
p {
    font-size: 18px;
    line-height: 34px;
    color: #666;
}
.uk-link, a {
    color: #555;
    text-decoration: none !important;
}
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #610004;
    text-decoration: underline;
}
.bg2 {
    background: #b31313;
}
#back-to-top {
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    color: #fff;
}
.adds_menu img { 
    margin-bottom: 15px; 
}
a:focus, a:hover{
    color: #610004c7;
    text-decoration: none;
}
.sb-box {
    border-bottom: 3px solid #d4d4d4;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.clip {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: #ffffff;
    width: 20px;
    height: 20px;
    top: 5px;
    position: relative;
    z-index: 0;
    border: 6px solid #610004;
}
.clip:after {content: "";clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);position: absolute;/* background: #fff; */width: 12px;height: 12px;left: 4px;top: 4px;z-index: 99;}
.cat-head {
    background: #610004;
    font-size: 24px;
    font-weight: 600;
}
.cat-head span:after {
    content: "";
    position: absolute;
    background: #e46e1f;
    width: 20px;
    height: 101%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 45% 50%, 0 0);
    right: -10px;
    top: 0;
}
.cat-head span {
    background: #fff;
    position: relative;
    z-index: 99;
    padding-right: 15px;
    line-height: 40px;
    display: inline-block;
    color: #f00;
}
.ht-220 img {
    height: 245px;
}
.cover {
    object-fit: cover;
}
.ht-100 img {
    height: 74px;
    width: 100px;
}
.ht-270 img {
    height: 270px;
}
.ht-400 img {
    height: 400px;
}
.main-bar {
    background: #e46e1f;
}

.sb-blog img {
    border-radius: 50%;
    width: 85px;
    height: 85px;
}
.sb-blog ul li {
    display: block;
    color: #610004;
    font-size: 12px;
}
.sb-blog ul li:before {
    content: "\f14b";
    font-family: fontawesome;
}
.my-overlay {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(95%,rgb(0, 0, 0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0)0,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
#footer {
    background: #b74900;
}
/*--------------------------------------------------
:: Header
-------------------------------------------------- */
.bg-main {
    background: #610004;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #e0bf7f;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    font-weight: 500;
    line-height: 40px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #e0bf7f;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    background: #e0bf7f;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #e46e1f;
    margin: 0;
}
.scrollbox {
    height: 465px;
    overflow: auto;
    overflow-x: hidden;
    visibility: hidden;
    padding: 5px;
}
.tab-content {
    background: #fff;
}
.scrollbox-content,
.scrollbox:hover,
.scrollbox:focus {
    visibility: visible;
}
.scrollbox_delayed {
    transition: visibility 0.2s;
}
.scrollbox_delayed:hover {
    transition: visibility 0s 0.2s;
}
#mybox::-webkit-scrollbar {
    width: 5px;
    background: #fff;
}
#mybox::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #fff;
}
#mybox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ddd;
    padding: 0;
}