.section_page_header_image .overlay {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0.5+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#80000000', GradientType=0); /* IE6-9 */

}

.section_page_header_image .overlay .container {
    flex-direction: column-reverse;
    justify-content: flex-start;
}

.section_page_header_image .container h5,
.section_page_header_image .container h1 {
    font-family: linotype-didot-headline, serif;
    text-align: center;
}

.section_page_header_image .container h1 {
    font-size: 36px;
    position: relative;
}

.section_page_header_image .container h5 {
    font-size: 90px;
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-style: italic;
    text-transform: unset;

}


@media (max-width: 1599px){
    .section_page_header_image .container h1 {
        font-size: 30px;
    }

    .section_page_header_image .container h5 {
        font-size: 64px;

    }
}

@media (max-width: 1199px){
    .section_page_header_image .container h1 {
        font-size: 24px;
    }

    .section_page_header_image .container h5 {
        font-size: 48px;

    }
}


@media (max-width: 991px){
    .section_page_header_image .container h1 {
        font-size: 24px;
    }

    .section_page_header_image .container h5 {
        font-size: 36px;

    }
}


@media (max-width: 767px){
    .section_page_header_image .container h1 {
        font-size: 18px;
    }

    .section_page_header_image .container h5 {
        font-size: 30px;

    }
}


/*
.section_page_header_image .container h1::after{
    content: "";
    width: 140px;
    height: 1px;
    background: white;
    display: block;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-70px);
}
*/


.section_breadcrumb {
    background: #232220;
}

.breadcrumb .breadcrumb-item a, .breadcrumb-item + .breadcrumb-item::before {
    color: #b5b2ac;
}

.section_breadcrumb .planner_button_wrapper {
    display: none;
}

.section_content_images {
    background: url(/theme-assets/brijuni/img/bg_pattern_weddings.png) repeat;
}

.text-content h3 {
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 36px;
    color: #956c22 !important;
    margin-bottom: 20px;
    background: transparent !important;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.text-content h3::before {
    display: none;
}

@media (max-width: 991px){
    .text-content {
        padding: 0 0 30px;
    }
}


.text-content a{
    color: #956c22;
}

.text-content a:focus{
    box-shadow: none !important;
}

.text-content a:active{
    background-color: #fff !important;
}

.col-img {
    margin-bottom: 0;
    height: 100%;
}

.light_gallery .col-12 .col-img a{
    /*margin-top: 20px;*/
    overflow: hidden;
}

.light_gallery .col-6{
    margin-bottom: 20px;
}

.section_quote {
    background: #bcaa8a;
    color: #fff;
}

.section_quote .modal-content{
    color: #333;
}

.section_quote_2 {
    background: url(/theme-assets/brijuni/img/bg_pattern_weddings.png) repeat;
    color: #333;
}

.section_quote blockquote {
    font-family: linotype-didot, serif;
    font-weight: 400;
}

.section_quote_cta .btn-info {
    border: 2px solid #fff;
    color: #fff !important;
    background: transparent;
}

.section_quote_cta .btn-info:hover {
    background: rgba(0, 0, 0, .2);
    color: #fff !important;
}

.btn-info:hover, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active{
    background: rgba(0, 0, 0, .2) !important;
    color: inherit !important;
    border-color: #fff;
}

.btn-info.focus, .btn-info:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus{
    box-shadow: none;
}

.section_quote a{
   color: #956c22 !important;
}

.section_quote_cta .modal-body .btn-info {
    color: #956c22 !important;
    border: 2px solid #956c22 !important;
    background: white;
}

.section_quote_cta .modal-body .btn-info:hover {
    background: white !important;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.4) !important;
    color: #956c22 !important;
;
}

.section_quote img.icon_heart {
    margin: 0 auto 30px;
    display: block;
    width: 36px;
}

.section_footer_logo {
    background: #8a898a;
}

@media (max-width: 991px){
    .section_footer {
        background: #8a898a !important;
    }
}

.section_cards_carousel {
    background: white;
}

.section_cards_carousel span {
    text-align: center;
    color: #232220;
    margin: 0 auto 20px;
    display: block;
}

.section_cards_carousel h2 {
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-style: italic;
    color: #956c22 !important;
    text-align: center;
    margin-bottom: 40px;
}

.card .card-img-top {
    height: 240px;
    object-fit: cover;
}

.card-title {
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-size: 24px;
}

.card-body::before {
    display: none;
}


.section_page_header {
    background: #bcaa8a !important;
}

.section_page_header h1 {
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-style: italic;
}


.section_submenu {
    background: #bcaa8a;
}

.section_submenu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.section_submenu ul li {
    list-style: none;
    position: relative;
    padding: 15px;
}

.section_submenu ul li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section_submenu ul li a {
    color: white;
    text-transform: uppercase;
    padding: 10px 30px;
    display: block;
    transition: .2s all ease;
    border-radius: 2px;
}

.section_submenu ul li a:hover {
    background: rgba(0, 0, 0, .2);
    text-decoration: none;
    transition: .2s all ease;
}

.section_submenu ul li a.active {
    background: rgba(0, 0, 0, .2);
    text-decoration: none;
    transition: .2s all ease;
}

@media (max-width: 991px) {
    .section_submenu ul li {
        padding: 10px;
    }

    .section_submenu ul li a {
        padding: 5px 20px;
    }
}

@media (max-width: 676px) {

    .section_submenu ul li {
        padding: 10px 0;
    }

    .section_submenu ul li {
        padding: 5px;
    }

    .section_submenu ul li a {
        padding: 5px 10px;
    }

    .section_submenu ul li:not(:last-child)::after {
        display: none;
    }
}

.light_gallery{
    height: 100%;
}

@media (max-width: 991px) {

    .light_gallery{
        padding-bottom: 20px;
    }
}


.btn-primary{
    color: #956c22 !important;
    border: 2px solid #956c22 !important;
    box-shadow: none;
}


/*dodano 15.12. by sabina*/

.section_heading_fullblue h2 {
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-style: italic;
    color: #956c22 !important;
    text-align: center;
    padding-bottom: 0 !important;
}

.section_heading_fullblue {
    background: #fff;
}
