/* right widget area css */
/* widget search area css */
.single-sid-wdg {
    margin-bottom: 50px;
    border: 1px solid #595959;
    padding: 30px;
    transition: all .3s;
}

.single-sid-wdg:hover {
    border-color: #ff5100;
}

.single-sid-wdg h3 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px;
    text-transform: capitalize;
    font-size: 24px;
    position: relative;
}

.single-sid-wdg h3:before {
    position: absolute;
    left: 0;
    content: '';
    bottom: -28px;
    width: 70px;
    height: 5px;
    background-color: #fff;
}


.single-sid-wdg h3:after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    bottom: -26px;
    height: 1px;
    background: #595959;
    z-index: -1;
}

.wdg-search-form {
    position: relative;
}

button.submit-btn {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 25px;
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #070707;
    border: 1px solid #595959;
    transition: all .3s;
}
button.submit-btn:hover{
    background-color: #ff5100;
}
.wdg-search-form input {
    height: 70px;
    border-radius: 0;
    box-shadow: none;
    color: #1a2b3c;
    background: transparent;
    border: 1px solid #595959;
    width: 100%;
    padding: 20px;
    font-family: 'Antonio', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}

.wdg-search-form input :focus {
    background: transparent !important;
    border: 1px solid #98cb2b;
}

/* widget latest post area css */

.single-wdg-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #595959;
}

.single-wdg-post:hover {
    border-color: #ff5100;
}

.single-wdg-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.wdg-post-img {
    min-width: 100px;
    height: auto;
}

.wdg-post-img a img {
    border-radius: 50%;
    border: 2px solid #595959;
    width: 100px;
    height: 100px;
}

.wdg-post-content {
    padding-left: 15px;
}

.wdg-post-content h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
}

.single-wdg-post:hover .wdg-post-content h5 a {
    color: #ff5100;
}

.wdg-post-content span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    font-family: 'Jost', sans-serif;
}

/* widget post archive area css */

.wdg-post-archive li {
    margin-bottom: 25px;
}

.wdg-post-archive li:last-child {
    margin-bottom: 0;
}

.wdg-post-archive li a {
    font-size: 18px;
    color: #757575;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    font-family: 'Jost', sans-serif;
}

.wdg-post-archive li:hover a {
    color: #ff5100;
}

.wdg-post-archive li a span {
    float: right;
}

/* widget follow us css */
.single-sid-wdg .wdg-follow-us {
    padding: 0;
    margin: 0;
}

.wdg-follow-us li {
    display: inline-block;
    margin: 0 5px;
}

.wdg-follow-us li a {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #1a2b3c;
    background: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: .3s all;
    border: 1px solid #f1f1f1;
}

.wdg-follow-us li a:hover {
    color: #fff;
    background-color: #595959;
}

/* widget tags area css */

.single-sid-wdg .widget_tag_cloud .tagcloud a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 15px 20px;
    border: 1px solid #595959;
    display: inline-block;
    transition: all .2s;
    text-transform: capitalize;
    border-radius: 5px;
    margin: 0px 5px 10px 0px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}

.single-sid-wdg .widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    background-color: #ff5100;
    border-color: #ff5100;
    border-radius: 10px;
}

/* widget categories area css */

.single-sid-wdg {}

.single-sid-wdg .widget_meta {}

.single-sid-wdg .widget_meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-sid-wdg .widget_meta ul li {}

.single-sid-wdg .widget_meta ul li a {
    text-transform: capitalize;
    font-size: 18px;
    color: #fff;
    transition: all .3s;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}

.single-sid-wdg .widget_meta ul li:hover a {
    color: #ff5100;
}


/******************************* footer area css ******************************/

/* footer widget all  */
.khalif-footer-single-widget h3 {
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
    text-transform: capitalize;
    font-size: 28px;
}

.khalif-footer-single-widget {
    margin-bottom: 30px;
}

/* footer widget custom html 1  */
.custom-html-widget .footer-logo {
    margin: 115px 0 0;
}

.custom-html-widget p {
    font-size: 15px;
    color: #fff;
}

.custom-html-widget .footer-social {
    padding: 30px 0 0 0;
    margin: 25px 0 0 0;
    border-top: 1px solid #fff;
    list-style: none;
}

.custom-html-widget .footer-social li {
    display: inline-block;
    margin: 0 25px 0 0;
}

.custom-html-widget .footer-social li a {
    color: #fff;
    font-size: 18px;
}

.custom-html-widget .footer-social li a:hover {
    color: #ff5100;
}

/* footer widget quick link  */
.khalif-footer-single-widget .widget_nav_menu {}

.khalif-footer-single-widget .widget_nav_menu .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.khalif-footer-single-widget .widget_nav_menu .menu li {
    margin-bottom: 8px;
    padding-bottom: 7px;
}

.khalif-footer-single-widget .widget_nav_menu .menu li a {
    font-family: 'Antonio', sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
}

.khalif-footer-single-widget .widget_nav_menu .menu li a:hover {
    color: #ff5100;
    margin-left: 12px;
    font-family: 'Antonio', sans-serif;
}


/* footer widget recent post  */

.khalif-footer-single-widget .widget_recent_entries ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.khalif-footer-single-widget .widget_recent_entries ul li {
    margin-bottom: 30px;
}

.khalif-footer-single-widget .widget_recent_entries ul li:last-child {
    padding: 0;
    margin: 0;
}

.khalif-footer-single-widget .widget_recent_entries ul li a {
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.khalif-footer-single-widget .widget_recent_entries ul li a:hover {
    color: #ff5100;
}

.khalif-footer-single-widget .widget_recent_entries ul li span {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: block;
}

/* footer widget contact info */

.khalif-footer-single-widget .custom-html-widget .contact-details {
    margin: 0;
    padding: 0;
    list-style: none;
}

.khalif-footer-single-widget .custom-html-widget .contact-details li {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
    vertical-align: middle;
    cursor: pointer;
}

.khalif-footer-single-widget .custom-html-widget .contact-details li:hover i {
    background: #ff5100;
    color: #fff;
}

.khalif-footer-single-widget .custom-html-widget .contact-details li i {
    width: 30px;
    height: 30px;
    font-size: 14px;
    background: #fff;
    text-align: center;
    color: #ff5100;
    line-height: 30px;
    border-radius: 50%;
    float: left;
    margin: 7px 12px 7px 0;
    transition: all .3s;
}

.khalif-footer-single-widget .custom-html-widget .contact-details li:last-child {
    margin-bottom: 0;
}