/*
Theme Name:		 BVTTR Child
Theme URI:		 http://childtheme-generator.com/
Description:	 BVTTR Child is a child theme of BVTTR, created by ChildTheme-Generator.com
Author:			 OFFLINE Agency
Author URI:		 http://childtheme-generator.com/
Template:		 bvttr
Version:		 1.0.11
Text Domain:	 bvttr-child
*/

/* To be removed */

.page-id-2 {
    text-align: center;
}

.page-id-2 .has-text-align-center {
    margin-bottom: 0px;
    margin-top: 15px;
}

/* --- */

.wpc-filter-title {
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.wpc-search-field {
    border: none;
    border-bottom: 1px solid;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.wpc-filters-reset-button {
    border-color: #000 !important;
    color: #000;
    background-color: transparent !important;
    border-radius: 2em !important;
}

.wpc-filters-submit-button {
    border-color: #000 !important;
    color: #FFF !important;
    background-color: #000 !important;
    border-radius: 2em !important;
}

.wpc-filters-widget-select {
    border: none;
    border-bottom: 1px solid;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

:root {
    font-family: Lato;
}

a {
    color: #000;
}

div a {
    color: #000;
}

.type-paratext, .type-original-work, .type-translation, .type-edition, .type-work-author, .type-translator, .type-post, .post-669 {
    margin-top: 3rem;
}

#slider-1-slide-1-layer-5 {
    color: #FFF !important;
}

#slider-1-slide-1-layer-5:hover {
    color: #000 !important;
}

#header .dropdown-item:active {
    background-color: #f5f5f5;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

.btn {
    --bs-btn-box-shadow: none !important;
}

#menu-bvttr-menu .nav-link {
    color: #000;
}

#menu-bvttr-menu .nav-link:hover, .dropdown-menu li a:hover {
    text-decoration: none;
}

#menu-bvttr-menu .active {
    font-weight: 600;
}

#sidebar {
    height: fit-content;
}

.oa-breadcrumb {
    flex-wrap: wrap;
}

.oa-breadcrumb span > a, .oa-breadcrumb span {
    font-size: 0.9rem;
}

.oa-breadcrumb span > a {
    color: #FFF;
}

ul {
    padding-left: 2rem;
    list-style-type: disc;
}

.oa-list-card {
    border: none;
    background: #F8F9FA;
    border-radius: 12px;
}

.card-text span p {
    margin-bottom: 0px;
}

.oa-article-link {
    text-decoration: none !important;
}

.oa-news-card {
    border-radius: 12px;
}

.oa-news-card p {
    margin-bottom: 0px;
}

.oa-news-card h4 {
    font-weight: bold;
}

.oa-news-link {
    margin-bottom: 0px !important;
    margin-top: .5rem;
    display: flex !important;
    justify-content: end;
}

.oa-news-link a {
    font-size: 16px !important;
    align-items: center;
    display: flex;
    color: #000 !important;
    padding: 0px;
    background: none !important;
    font-weight: 600;
    padding: 0px !important;
    border: none !important;
}

.oa-news-excerpt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.oa-news-card a:hover, .oa-news-link a:hover {
    text-decoration: underline !important;
}

.oa-truncate-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

#breadcrumbs a {
    color: #FFF;
}

.navbar-brand img {
    height: 5rem !important;
}

.vc_btn3-inline a {
    font-size: 16px !important;
}

.oa-article-link {
    font-size: 1rem;
}

.oa-news-card h5 > a {
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post p a {
    text-decoration: underline;
    color: blue;
}

/* Footer Section */

#footer {
    background: #F8F9FA !important;
    padding: 40px 0px;
}

.footer-widget .widget-title {
    font-size: 1.2rem;
    font-weight: bold;
}

nav ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
    line-height: 2rem;
}

#footer p {
    margin-bottom: 0px !important;
}

/* End Footer Section */

/* Contact form */

.form-row {
    display: flex;
    flex-wrap: wrap;
}

.form-column {
    flex: 1;
    padding: 0px;
}

label.half-width {
    display: block;
    width: 100%;
}

.half-width {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
}

.full-width {
    width: 100%;
    box-sizing: border-box;
}

.form-column p {
    margin-bottom: 0px;
}

textarea {
    width: 100%;
}

.oa-w-100 input {
    width: 100%;
}

.oa-input, textarea {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid;
    height: 3rem;
}

/* End Contact form Section */


.oa-light-button {
    border: 1px solid;
    background: #FFF;
    border-radius: 50px;
    padding: 15px 30px;
    height: fit-content;
    font-weight: bold;
}

.oa-light-button:hover {
    border: 1px solid;
    background: #000;
    color: #FFF;
    border-radius: 50px;
    padding: 15px 30px;
    height: fit-content;
    font-weight: bold;
}

/* Search */

.oa-search-button {
    background: #000;
    border: none;
}

.form-control:focus {
    box-shadow: none;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

/* End Search Section */

/* Breadcrumb */

.oa-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
}

.oa-size-icon {
    font-size: 0.8rem;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
}

/* End Breadcrumb Section */

/* Sidebar */

#sidebar {
    border: 2px solid #F8F9FA;
    padding: 15px;
}

#widget-area h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.accordion-button:not(.collapsed) {
    background: #FFF;
}

#collapseOne input {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0.8rem;
    padding-right: 0px;
    padding-left: 0px;
}

/* End Sidebar Section */

@media screen and (max-width: 767px) {
    .oa-mb-mobile {
        margin-bottom: 1.2rem;
    }

    .oa-news-home .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper, .oa-news-home .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
        margin-right: 0px;
        padding-right: 0px;
    }

    /* Contact form */

    .full-width-mobile {
        width: 100% !important;
        padding: 0;
    }

    .form-row {
        flex-direction: column;
        gap: 0px;
    }

    /* End Contact form Section */

    #media_image-2 {
        margin-top: 1rem;
    }
}

@media screen and (min-width: 992px) {
    .form-row {
        gap: 25px;
    }

    #menu-bvttr-menu, #navbar {
        gap: 15px;
    }
}

.hero-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero-container {
    padding-top: 0;
}
