/*!
Theme Name: fond
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fond
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready */

a.kb_title {
    color: #B4CC4E !important;
    position: relative;
}

a.bvi-link-shortcode.bvi-open i {
    font-size: 32px;
    background: transparent !important;
}

.breadcrumbs__list li span a span {
    position: relative;
}

.breadcrumbs__list li span a span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -22px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c4c4c4;
}

.main-articles-wrap {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
/*    margin-bottom: -50px;*/
}

article.main-articles-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 15px;
    margin-bottom: 50px;
}

.breadcrumbs__list li a {
    padding: 1rem;
}

.pagination-blog span {
    border: 1px solid #853a76;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin: 0 10px;
    color: #853a76;
    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;
}

.pagination-blog a {
    border: 1px solid #853a76;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin: 0 10px;
    color: #853a76;
    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;
}

a.prev.page-numbers {
    border: none;
}

a.next.page-numbers{
    border: none;
}

.date-single {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-top: 15px;
}

.organization {
    margin-bottom: 30px;
}

@media all and (max-width: 1499px) {
    .organization p {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 991px) {
    .organization p {
        margin-bottom: 15px;
        padding: 0 15px;
    }
}

@media all and (max-width: 768px) {
    .main-articles-wrap {
	    display: block;
	}
	article.main-articles-block {
	    max-width: 100%;
	}
    .date-single {
        justify-content: flex-start;
        padding-top: 15px;
    }
}

.slick-dots li.slick-active {
    background: none !important;
}

.slick-dots li {
    border: none !important;
}

.reports_title{
    color: #853A76;
    font-weight: 600;
    font-size: 24px;
    text-decoration: underline;
}

.reports_title a{
    color: #853A76;
    font-weight: 600;
    font-size: 24px;
    text-decoration: underline;
}

.reports_title a:hover{
    color: #853A76;
    font-weight: 600;
    font-size: 24px;
    text-decoration: underline;
}

.reports_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.reports_wrap a{
    color: #B4CC4E;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.reports_wrap a:hover{
    color: #B4CC4E;
}

.footer__list li {
    list-style: none;
}

.footer__list a {
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    color: #484848;
}

.footer__list li {
    margin-bottom: 20px;
}

.search-wrap {
    padding: 0 0 50px;
}
