/** custom styles **/
:root {
    --blue: #4667FF;
    --yellow: #fff845;
    --gray: #c3c3c340;
    --shadow: 0px 6px 16px rgba(0, 0, 0, 0.4);
}
.card-img-wrapper{
    aspect-ratio: 1 /1 ;
    overflow: hidden;
}
.card-img-wrapper img{
    width: 100% ;
    height: 100% ;
    object-fit: contain;
}
.breno-get-involved .card-title{
    text-transform: uppercase;
}

body .timeline>li>.timeline-sep-title {
    width: 140px;
    background-color: white;
    text-align: left;
}

body .timeline>li.timeline-inverted>.timeline-sep-title {
    margin-left: -190px;
    text-align: right;
}

.bullet-list ul {
    list-style: disc;
    padding-left: 40px;
}

.bullet-list ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

div.timeline-row {
    padding-top: 85px !important;
    margin-bottom: 60px;
}

.wp-block-separator.has-alpha-channel-opacity {
    color: var(--blue);
}

header .navbar-items .nav-item-inner {
    padding-right: 15px;
}

header .navbar-items .nav-item:last-child .nav-item-inner:last-child {
    padding-right: 5px;
}

header .main-logo {
    margin-right: 15px;
}

.single .team-info .team-title h2 {
    color: var(--blue);
}

.breno-team-template-default .custom-post-nav {
    display: none !important;
}

.team-content-wrap blockquote:before {
    content: none;
}

.team-content-wrap blockquote {
    background-color: var(--blue);
    color: var(--yellow);
    padding: 5px;
    font-style: normal;
}

.team-content-wrap blockquote h3 {
    color: inherit;
}

.team-designation {
    font-weight: bold;
    color: var(--blue);
}

.team-wrapper .team-inner>.team-thumb,
.team-img {
    aspect-ratio: 1/1;
    overflow: hidden;
}

.team-thumb .img-fluid,
.team-img img {
    object-fit: cover;
    height: 100%;
}
.home .sticky-date .post-date{
    border-radius: 0;
    right: 0 ;
    border-right: 2px solid var(--yellow);
}
.home div.victory-slider{
    padding : 0 !important ;
}
@media (min-width: 768px){
    .victory-slider-text{
        padding: 0 60px ;
    }
}
@media (max-width: 768px){
    .victory-slider-text{
        margin-top: 60px ;
    }
}
.home .sticky-date .post-date a{
    width: auto;
    padding: 10px ;
}
.btn.btn-lg.btn-default.btn-donate{
    padding: 18px 45px ;
}
.btn.btn-lg.btn-default.btn-take-action,
.btn-take-action.btn {
    background-color: transparent; !important;
    color: white !important;
    border: 2px solid var(--blue);
}
.header-sticky .btn.btn-lg.btn-default.btn-take-action,
.btn-take-action.btn{
    color: var(--blue) !important;
}

.btn.btn-lg.btn-default.btn-take-action:hover,
.btn-take-action.btn:hover {
    background-color: var(--blue) !important;
    color: white !important;
}

.home .vc_row {
    padding: 60px 0 !important;
}

.home .home-blog {
    background-color: var(--gray);
}

.shadow {
    box-shadow: var(--shadow) !important;
}

strong {
    color: var(--blue) !important;
}

.bg-primary {
    background-color: var(--blue) !important;
}

.bg-secondary {
    background-color: var(--yellow);
}

.text-primary {
    color: var(--blue) !important;
}

.text-secondary {
    color: var(--yellow) !important;
}

h2 {
    margin-bottom: 33px;
}

h3,
h4 {
    margin-bottom: 20px;
}

ul>li.current-menu-parent>a,
ul>li.current-menu-ancestor>a {
    color: inherit !important;
}

body .navbar .breno-main-menu>.current-menu-ancestor>a {
    color: inherit;
}

.header-sticky .navbar .breno-main-menu>.current-menu-ancestor>a {
    color: #282828 !important;
}

.header-sticky .navbar .breno-main-menu>.current-menu-ancestor>a:hover {
    color: var(--blue);
}

body .navbar .breno-main-menu>.current-menu-item>a,
.navbar a:active,
.navbar a:focus,
.navbar .breno-main-menu>.current-menu-item>a,
.navbar a.active {
    color: var(--blue);
     !important;
}

body .navbar .breno-main-menu>.current-menu-item>a:hover {
    color: var(--yellow);
     !important;
}

.single-featured-image-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    aspect-ratio: 16 / 7;
    overflow: hidden;
}

.vc_row.wpb_row.vc_row-fluid.vc_row-o-content-middle.vc_row-flex {
    padding: 80px 0;
}

.team-info {
    padding-left: 15px;
    padding-right: 15px;
}

.team-img {
    margin-bottom: 50px;
}

.timeline-page .vc_row.wpb_row.vc_row-fluid.vc_custom_1774260911862.vc_row-has-fill {
    margin-bottom: 80px;
}

.top-meta ul li a:hover,
.bottom-meta ul li a:hover {
    color: var(--yellow) !important;
}

.side-item-text a.themeh-color:hover {
    color: black;
}

.vc_row {
    padding: 0 0 !important;
}

.our-mission,
.home-blog {
    padding: 60px 0 !important;
}

/*#primary article.post .article-inner .entry-title a:hover{
color: var(--blue) !important;
}
*/
.breno-blog article.post .post-date a {
    color: var(--blue);
}

.breno-blog article.post .post-date a:hover {
    color: #000 !important;
}

.breno-blog .grid-layout article.post {
    box-shadow: var(--shadow);
}

div.breno-single-post .page-title-wrap-inner {
    padding: 0 0;
    margin: 0 0 30px;
}

.feature-box-icon {
    color: var(--blue) !important;
}

div.breno-single-post .page-title-wrap-inner .page-title {
    color: var(--blue);
    font-size: 3rem;
}

.page-title-inner {
    text-align: center;
}

/* Aspect Ratios */
.ratio-16-9 {
    aspect-ratio: 16/9;
}

.ratio-4-3 {
    aspect-ratio: 4/3;
}

.ratio-1-1 {
    aspect-ratio: 1/1;
}

.bg-gray {
    background-color: var(--gray);
}

.wpb_content_element {
    margin-bottom: 60px;
}

.timeline-icon-custom .timeline>li>.timeline-badge {
    background-color: var(--blue);
}

.timeline-img {
    background-color: var(--gray);
    width: 100%;
    padding: 5px;
    margin-bottom: 30px;
    overflow: hidden;
}

.timeline-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center;
}

.timeline-style-1 .timeline-heading .timeline-title {
    margin-bottom: 40px;
    color: var(--blue);
}

.home .blog-wrapper .blog-inner {
    box-shadow: var(--shadow);
    background-color: white;
}

.home .section-title-wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
}

.home .breno-content .breno-content-inner {
    padding: 120px 0 0;
}

div.breno-content div.breno-content-inner {
    padding: 80px 0px 80px;
}

#zozo_contact_info_widget-3 {
    display: none;
}

body ul.dropdown-menu {
    border-top-color: var(--yellow);
}

.btn.btn-lg.btn-default {
    border-radius: 0 !important;
}

.btn.btn-lg.btn-default:hover {
    background-color: var(--yellow);
    color: black !important;
}

.main-logo img {
    filter: brightness(0) invert(1);
}

.main-logo a:hover img {
    filter: none;
}

.box.box-corner {
    position: absolute;
    background: var(--blue);
    top: auto;
    bottom: 10px;
    left: -20px;
    width: 60px;
    height: 60px;
}

.box.box-corner::after {
    content: "";
    background: var(--yellow);
    width: 60px;
    height: 60px;
    position: absolute;
    top: 20px;
    left: 10px;
}

.box {
    background: var(--yellow);
    width: 20px;
    height: 20px;
    position: relative;
    top: -50px;
}

.box::after {
    content: "";
    background: var(--blue);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.services-title h1 {
    font-size: 2.3rem;
}

.breno-team-template-default .page-title-inner {
    display: none;
}

.mobile-bar-items div.mobile-logo img {
    max-height: 100px !important;
}

.header-wrap .section-title-wrapper {
    text-align: center;
    width: 100%;
    padding: 20px;
    margin: 0px;
    position: absolute;
    bottom: 0;
}

.header-wrap h1.page-title {
    color: var(--yellow);
    font-size: 5rem;
    margin-bottom: 12px;
}

.header-wrap,
.service-img,
.team-img,
div.service-info-wrap .service-img,
div.post-thumb-wrap,
.vc_single_image-wrapper {
    position: relative;
    overflow: visible;
}

.header-wrap:after,
.service-img:after,
.team-img:after,
div.service-info-wrap div.service-img:after,
div.post-thumb-wrap:after,
.vc_single_image-wrapper:after {
    background-color: var(--blue);
    content: "";
    height: 100px;
    width: 100px;
    position: absolute;
    bottom: -10px;
    right: -10px;
}

.team-img:after {
    right: 0;
    left: -10px;
}

.single-post-template div.post-thumb-wrap {
    padding: 0 30px 30px 30px;
}

div.post-thumb-wrap:after {
    right: 15px;
    bottom: 15px;
}

.service-img {
    display: none;
}

.widget-area {
    padding-top: 40px;
}

.header-wrap .section-title-wrapper .title-separator.separator-border:after,
.header-wrap .title-separator.separator-border,
.header-wrap .section-title-wrapper .title-separator.separator-border:before {
    background-color: var(--yellow);
}

.single-featured-image-header img,
.service-img img,
.team-img img,
div.service-info-wrap div.service-img img,
div.post-thumb-wrap img,
.wpb_single_image img {
    position: relative;
    z-index: 2;
    width: 100%;
}

div.post-thumb-wrap img {
    margin-bottom: 0;
}

div.team-img img {
    border: 1px solid var(--blue) !important;
    background-color: white;
    border-radius: 0 !important;
}

div.service-info-wrap .service-img {
    margin-bottom: 60px;
}
div.footer-middle-wrap {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-middle-wrap .menu {
    text-align: center;
}

.footer-middle-wrap .menu li {
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
}

.site-footer .widget.zozo_social_widget {
    margin: 0;
}

.footer-middle-wrap .widget {
    margin-bottom: 5px;
}

.footer-middle-wrap .widget_block.widget_text {
    margin-bottom: 10px;
}

#block-8 {
    width: 225px;
    display: inline-block;
}

.footer-middle-wrap .widget strong {
    color: var(--blue) !important;
}

.widget ul li.menu-item:before {
    content: none !important;
}

.widget ul li.menu-item.current_page_item a {
    color: var(--yellow);
}

.widget ul li.menu-item.current_page_item a:hover {
    color: var(--blue);
}

/** homepage styles **/
.home .home-feature-cards {
    margin-top: -220px !important;
    padding: 0 0 !important;
}

.home .feature-box-content {
    min-height: 50px;
}

.home .feature-box-btn {
    margin-top: 20px;
}

.home-feature-cards .vc_column-inner {
    background-color: var(--blue);
    border-radius: 18px;
    box-shadow: var(--shadow);
    text-align: center;
}

.home-feature-cards .wpb_column {
    padding: 20px;
}

/*.home div.vc_custom_1772742897598 {
    background-color: var(--blue) !important;
}*/

.home .vc_custom_1773431223431 {
    padding: 20px 0 !important;
}

.home .social-share {
    padding: 80px 0;
}

.breno-get-involved a:hover .card-title {
    color: white !important;
}

.no-thumbnail:after {
    content: none !important;
    display: none;
}

@media (max-width: 768px) {
    .breno-content>.breno-content-inner {
        padding: 0 !important;
    }

    .header-wrap:after,
    .service-img:after,
    .team-img:after,
    div.service-info-wrap div.service-img:after,
    div.post-thumb-wrap:after,
    .box,
    .box-corner,
    .header-wrap .section-title-wrapper,
    .single-featured-image-header:after,
    .service-img:after,
    .team-img:after,
    div.service-info-wrap div.service-img:after {
        display: none !important;
        height: 0;
        width: 0;
        content: none;
    }

    .home div.vc_row.vc_row-flex,
    .home div.vc_custom_1773431509687 {
        margin: 0px !important;
    }

    .home .breno-content .breno-content-inner {
        padding-bottom: 0px !important;
    }

    .single-featured-image-header:after,
    .service-img:after,
    .team-img:after,
    div.service-info-wrap div.service-img:after {
        background-color: var(--blue);
        content: "";
        height: 100px;
        width: 100px;
        position: absolute;
        bottom: -10px;
        right: -10px;
    }

    body .breno-content-wrapper .page-title-wrap-inner {
        padding: 40px 0;
    }

    .team-image-wrap.alignleft {
        margin-right: 0 !important;
    }

    .single .team-info .team-title {
        margin-bottom: 0;
    }

    body .timeline>li>.timeline-sep-title,
    .timeline>li.timeline-inverted>.timeline-sep-title {
        width: 70px !important;
        height: auto !important;
        text-align: center !important;
        background-color: white !important;
        left: -10px !important;
        padding: 5px 0 !important;
    }
}