/*
Theme Name: TKProg
Theme URI: http://takweed.net/
Description: Takweed News.
Version: 1.0
Author: Takweed.Net
Author URI: http://www.takweed.net/
License: GPL v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, rtl-language-support, theme-options, translation-ready, accessibility-ready
*/


/*
body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}*/

a {
    text-decoration: none !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
}

.after-effect-icon {
    padding: 2px;
    width: 25px;
    height: 25px;
}

.clr {
    clear: both;
}

.adblock_abs {
    position: fixed;
    left: 50%;
    margin-left: -20%;
    bottom: 25px;
    width: 40%;
    z-index: 1000
}

.adblock_abs button.close {
    top: 15px;
    position: absolute;
    right: 15px
}
.m_li{
	font-size: 14px;
}
.alert_adblock {
    float: left;
    width: 50px;
    margin-right: 15px;
    margin-top: 0;
    padding-top: 10px;
    margin-left: -5px
}

.alert_adblock svg {
    width: 50px;
    height: 50px;
    color: #dc3545
}

.content_adblock h4 {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 700
}

.adblock_abs button {
    position: absolute;
    right: 10px;
    top: 10px;
}

@media (max-width: 600px) {
    .adblock_abs {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}

.top_header {
    position: relative;
    border-top: 1px solid #d3d3d3;
    background: #e7e7e7;
    padding: 10px 0;
    z-index: 1000;
    overflow: initial;
}

.social_site {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 0 10px;
    border-radius: 3px;
    width: 100%;
    text-align: left;
}

.social_site ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: inline-block;
    text-align: right;
}

.social_site li {
    width: auto !important;
    margin: 5px 10px 0px !important;
    display: inline-block;
    float: right;
    padding-top: 4px;
}

.social_site li .icon-button {
    border-radius: 2.6rem;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 30px;
}

.social_site li .icon-button svg {
    color: #eee;
    height: 25px;
    z-index: 10;
}

.social_site li .icon-button.facebook svg {
    color: #4c76d0;
}

.social_site li .icon-button.twitter svg {
    color: #1C9CEB
}

.social_site li .icon-button.youtube svg {
    color: #FF0000
}

.social_site li .icon-button.telegram svg {
    color: #0084C6
}

.page-link.current {
    color: white;
    background: #007BFF;
}

#toc {
    background: #d9edfd;
    padding: 15px;
    margin: 0 0 15px 0;
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    list-style: none;
}

#toc>li>a {
    font-weight: bold;
    color: #1a1a1a;
}

.tag_post_single {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.tag_post_single h5 {
    font-weight: bold;
    color: #7b7b7b;
    font-size: 16px;
}

.tag_post_single a {
    display: inline-block;
    padding: 5px 8px;
    background: #2294f0;
    border-radius: 7px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 8px;
}

.tag_post_single a:hover {
    color: #2294f0;
    background: #fff;
    box-shadow: 0 0 5px #0000004d;
}

.list_download {
    text-align: center;
}

.list_download li {
    display: inline-block;
    width: 150px;
    padding: 10px;
}

.list_download li a {
    display: block;
    background: #2e3031;
    color: white;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px #00000054;
}

li.comment {
    list-style: none;
}

.comment-content p {
    margin-bottom: 0px;
}

.comment-content .stars span {
    color: #ffc501
}

.reply {
    margin-bottom: 15px;
}

.comment-author {
    margin-bottom: 5px;
}

.comment-metadata {
    margin-bottom: 10px;
}

.comment-metadata .edit-link {
    float: right;
}

.comments-rating {
    border: none;
    padding: 0;
    margin-left: 0;
}

.comments-rating label {
    display: inline-block;
}

.rating-container {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rating-container * {
    font-size: 1.4rem;
}

.rating-container>input {
    display: none;
}

.rating-container>input+label {
    /* only enough room for the star */
    font-family: 'dashicons';
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}

.rating-container>input+label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\f154";
    color: #888;
}

.rating-container>input:checked~label:before,
.rating-container>input+label:hover~label:before,
.rating-container>input+label:hover:before {
    content: "\f155";
    color: #ffc501;
    text-shadow: 0 0 1px #333;
}

.rating-container>.star-cb-clear+label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}

.rating-container>.star-cb-clear+label:before {
    width: .5em;
}

.rating-container:hover>input+label:before {
    content: "\f154";
    color: #888;
    text-shadow: none;
}

.rating-container:hover>input+label:hover~label:before,
.rating-container:hover>input+label:hover:before {
    content: "\f155";
    color: #ffc501;
    text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container>.star-cb-clear+label,
.comment-respond .rating-container>input+label:before {
    text-indent: 9999px;
}

.comment-respond .rating-container>input+label {
    text-indent: -9999px;
}

.share-block {
    position: absolute;
    right: 0px;
    bottom: 60px;
}

.share-cnt {
    padding-top: 10px;
}

.share-cnt ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.share-cnt li {
    margin-right: 10px;
}

.share-cnt li.social-facebook a {
    color: #1360c3;
}

.share-cnt li.social-facebook:hover a {
    color: #1877F2;
}

.share-cnt li.social-twitter a {
    color: #1675af;
}

.share-cnt li.social-twitter:hover a {
    color: #1DA1F2;
}

.slider_home_fir {
    background: #f3f3f3;
}

.cats_data .owl-nav {
    top: -45px;
    position: absolute;
    right: 15px;
}

.first_slider .owl-nav {
    text-align: center;
    margin-bottom: 12px;
}

.das {
    text-align: center;
}

.details__text .title_post {
    font-weight: bold;
    font-size: 18px;
    background: #3b3b3b;
    padding: 10px 25px;
    border-radius: 5px;
    color: white;
}

.details__text .content_post {
    color: #505050;
    font-size: 18px;
    line-height: 28px;
}

.wp-video {
    width: 100% !important;
    max-width: 100% !important;
}

.details__text .content_post img,
.details__text .content_post video {
    max-width: 100%;
    height: auto;
    width: 100% !important;
}

.details__text .size-post-thumbnail {
    width: 100%;
    display: block;
    box-shadow: 0 0 10px #0000000a;
    border-radius: 10px 10px 0 0;
}

.details__text .content_post ul {
    padding-left: 25px;
    list-style: disc;
    margin-bottom: 15px;
}

.details__text .content_post table {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
    border: 1px solid #efefef;
}

.details__text .content_post thead {
    background: #f7f8f9;
    font-size: 14px;
    color: #585f65;
}

.details__text .content_post thead th {
    padding: 14px;
    border: 1px solid #e0e0e0;
}

.details__text .content_post table th,
.details__text .content_post table td {
    padding: 7px 15px;
    text-align: left;
    border: 1px solid #e2e2e2;
}

.details__text .content_post img.aligncenter,
.details__text .content_post img.alignnone {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
    clear: both;
    float: none;
}

.details__text .content_post img.center,
.details__text .content_post img.aligncenter,
.wp-caption.aligncenter {
    margin: .3em auto .9em;
    display: block;
    display: none;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.su-button-center {
    text-align: center;
}

.su-button-center a {
    display: inline-block;
}

.su-button-center a span {
    display: block;
}

.details__text .content_post strong,
.details__text .content_post p {
    font-weight: 700;
}

.su-button {
    /* padding: 5px 10px; */
    display: inline-block;
}

.details__text .content_post h4 {
    font-size: 18px;
}

.collapse:not(.show) {
    display: none;
}

.page-link {
    font-size: 18px;
}
@media (max-width: 800px) {
	.li_links>*{
		 width: 50%;
	}
}
@media (max-width: 991.98px) {
    .details__wrap {
        width: 100%;
        padding: 0px;
    }
    .details__actions {
        display: block;
    }
    .details__actions button,
    .details__actions a {
        margin: 0 0 10px 0 !important;
    }
    .list_details_row .details__list {
        display: block;
    }
    .share-block {
        position: relative;
        bottom: 0px;
        margin-bottom: 12px;
    }
    .navbar {
        top: 0;
    }
    div.pagination {
        display: block;
    }
    ul.pagination {
        display: block;
        width: 100%;
    }
    ul.pagination li {
        display: inline-block;
    }
}

.page-404__wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 80px 0;
}

@media (min-width: 576px) {
    .page-404__content {
        padding: 50px;
    }
}

@media (max-width: 576px) {
    #searchform {
        display: block !important;
    }
    .main__banner .main__banner--search {
        border-radius: 5px;
        padding: 0px;
    }
    .main__banner .main__banner--search .cursor-pointer {
        display: none;
    }
    .main__banner--search .dropdown-search-bar {
        width: 100% !important;
        text-align: left !important;
    }
    .main__banner--search .btn-search {
        width: 100%;
        border-radius: 0 0 5px 5px;
    }
}

.page-404__content {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 12%);
    border-radius: 6px;
    padding: 40px 20px;
    position: relative;
    width: 100%;
    max-width: 400px;
}

.page-404__title {
    position: relative;
    color: #2294f0;
    line-height: 100%;
    font-size: 120px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: fantasy;
}

.page-404__text {
    text-align: center;
    display: block;
    width: 100%;
    color: #33373f;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 40px;
}

.page-404__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 44px;
    border-radius: 6px;
    background-color: #2294f0;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.after__effect .after__effect-tabs-header-nav {
    background: #f3f3f3;
    text-align: center;
    border-radius: 4px;
}

.nav-link.active:before,
.nav-link:hover:before {
    width: 0px !important;
}

.after__effect .after__effect-tabs-header-nav.active {
    background: #0671e0;
    color: white !important;
}

.Tranding {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding-top: 10px;
    place-content: center;
}

.Tranding h3 {
    font-weight: bold;
    margin-bottom: 0px;
    padding-top: 3px;
}

.Tranding ul {
    display flex;
    padding: 0px 0px 0 10px;
    margin: 0px;
}

.Tranding ul li {
    display: inline-block;
}

.Tranding ul li a {
    margin-right: 16px;
    color: #949494;
}

.Tranding ul li a:hover {
    color: #000;
}