/* =====================================================
Template Name   : EFE YAZILIM - WEB: www.efeyazilim.com.tr
Description     : Radyo V-8 Bootstrap HTML5
Author          : Harun EFE
Version         : 8.5
=======================================================*/

.breadcrumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px;
    margin-bottom: 0px;
    background: none;
    border-radius: 0px;
}

.breadcrumb-item {
    text-transform: capitalize;
}

.breadcrumb-item a {
    color: var(--white);
    text-transform: capitalize;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: var(--light-white);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
}

.pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-item {
    margin: 0px 6px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%;
}

.page-item .active {
    color: var(--white);
    background: var(--primary-gdnt);
}

.page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: none;
    padding: 0px;
    color: var(--text);
    background: var(--light-white);
}

.page-link:hover {
    color: var(--white);
    background: var(--primary-gdnt);
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-src {
    position: relative;
    margin-bottom: 45px;
}

.blog-src input {
    width: 100%;
    height: 52px;
    border-radius: 50px;
    padding: 0px 60px 0px 20px;
    border: 2px solid var(--primary);
}

.blog-src button {
    border: none;
    outline: none;
    background: none;
    position: absolute;
    top: 6px;
    right: 6px;
}

.blog-src button i {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--primary-gdnt);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.blog-filter {
    margin-bottom: 50px;
}

.blog-filter h3 {
    margin-bottom: 48px;
    text-transform: capitalize;
    position: relative;
}

.blog-filter h3::before {
    position: absolute;
    content: "";
    top: 45px;
    left: 0px;
    width: 60px;
    height: 2px;
    border-radius: 30px;
    background: var(--primary-gdnt);
}

.blog-filter h3::after {
    position: absolute;
    content: "";
    top: 50px;
    left: 0px;
    width: 35px;
    height: 2px;
    border-radius: 30px;
    background: var(--primary-gdnt);
}

.blog-suggest li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--border);
}

.blog-suggest li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.suggest-img {
    margin-right: 15px;
}

.suggest-img a img {
    width: 100px;
    border-radius: 8px;
}

.suggest-title {
    margin-bottom: 20px;
}

.suggest-title h4 {
    font-size: 18px;
    line-height: 26px;
}

.suggest-title h4 a {
    color: var(--text);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.suggest-title h4 a:hover {
    color: var(--primary);
}

.suggest-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.suggest-date {
    margin-right: 30px;
}

.suggest-date,
.suggest-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.suggest-date i,
.suggest-comment i {
    font-size: 16px;
    margin-right: 8px;
    margin-top: -1px;
}

.suggest-date p,
.suggest-comment p {
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
}

.blog-cate {
    display: block;
}

.blog-cate li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.blog-cate li:hover h5 a {
    color: var(--primary);
}

.blog-cate li:hover p {
    color: var(--white);
    background: var(--primary-gdnt);
}

.blog-cate li h5 {
    font-weight: 500;
}

.blog-cate li h5 a {
    color: var(--text);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.blog-cate li h5 a:hover {
    text-decoration: underline;
}

.blog-cate li p {
    font-size: 14px;
    font-weight: 500;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary);
    background: var(--light-white);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.blog-tag li {
    display: inline-block;
    margin: 0px 8px 12px 0px;
}

.blog-tag li a {
    color: var(--text);
    font-size: 14px;
    padding: 2px 15px;
    border-radius: 30px;
    text-transform: capitalize;
    border: 1px solid var(--border);
}

.blog-tag li a:hover {
    color: var(--white);
    background: var(--primary-gdnt);
}

.blog-icon li {
    display: inline-block;
    margin-right: 8px;
}

.blog-icon li a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary);
    background: var(--light-white);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.blog-icon li a i:hover {
    color: var(--white);
    background: var(--primary-gdnt);
}

.blog-ad a img {
    width: 100%;
    border-radius: 10px;
}

.blog-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.blog-card:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.blog-card:hover .blog-overlay {
    background: var(--blog-hover-oly);
}

.blog-card:hover .blog-overlay .btn-outline {
    background: var(--white);
    border-color: var(--white);
    color: var(--primary);
}

.blog-card img {
    width: 100%;
    border-radius: 10px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.blog-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 30px;
    background: var(--blog-oly);
}

.blog-overlay p {
    color: var(--white);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 200px;
}

.blog-overlay h3 {
    position: absolute;
    bottom: 100px;
    left: 25px;
    right: 25px;
}

.blog-overlay h3 a {
    color: var(--white);
}

.blog-overlay .btn {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 25px;
    text-transform: capitalize;
    position: absolute;
    bottom: 30px;
    left: 25px;
}

.blog-overlay .btn-outline {
    color: var(--white);
    border-color: var(--primary);
}

.single-banner {
    background: url(../../img/single-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 155px 0px 90px;
}

.single-content {
    text-align: center;
}

.single-content h2 {
    font-size: 38px;
    margin-bottom: 10px;
    color: var(--white);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .single-banner {
        padding: 80px 0px;
    }
    .single-content h2 {
        font-size: 38px;
    }
}

.blog-part {
    padding: 100px 0px;
}

.blog-card {
    margin-bottom: 30px;
}

.pagination {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .content-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .pagination {
        margin: 20px 0px 50px;
    }
}

@media (max-width: 767px) {
    .blog-part {
        padding: 60px 0px;
    }
}

@media (min-width: 380px) and (max-width: 575px) {
    .blog-card {
        width: 380px;
        margin: 0px auto 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .content-reverse .col-sm-6 {
        padding: 0px 8px;
    }
    .blog-overlay h3 {
        font-size: 21px;
        line-height: 27px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-part {
        padding: 80px 0px;
    }
    .blog-ad {
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .suggest-img a img {
        width: 95px;
    }
    .blog-ad {
        display: none;
    }
}