

body {
    font-family: "Montserrat", sans-serif;
}

a.read-more {
    margin-top: 10px;
}

.hover-color:hover {
    opacity: .6;
    transition: .3s;
}

.single-blog-area {
    background-position: center center;
    background-size: cover;
}

.logo img {
    width: 35px;
}

.menu-bg {
    background-color: #fff;
    border-color: #e8e8e8;
    /*height: 100px;*/
    /*border-bottom: 1px solid #333;*/
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
}

.main-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    /*height: 100%;*/
}

.logo {
    padding: 0;
}

.menu-bg .logo {
    padding: 0;
    /*padding: 10px 0;*/
}

/*.menu-bg .mainmenu .navbar-nav li a:hover,*/
/*.mainmenu .navbar-nav li.current-menu-item a {*/
/*    color: #1f1f1f;*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-size: 16px;*/
/*    line-height: 18px;*/
/*}*/

.mainmenu .navbar-nav li a {
    font-size: 14px !important;
    color: #fff;
    padding: 0 15px;
}


/*.mainmenu .navbar-nav li a:hover, .mainmenu .navbar-nav li.current-menu-item a {*/
/*    color: #fff;*/
/*    font-size: 16px;*/
/*}*/
.menu-bg .mainmenu .navbar-nav li a {
    color: #1f1f1f;
    padding: 36px 15px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
}




.menu-bg .mainmenu .navbar-nav li a:hover {
    opacity: .6;
    color: #1f1f1f;
}
.navbar-toggle {
    background-color: #000;
}

.header-top-area {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-top-area.open {
    display: flex;
    background-color: #fff;

}
.header-top-area.open .nav-bar-right .navi-hamburger span {
    background-color: #1f1f1f;
}

.wrapper-top-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.navi-hamburger {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 17px;
    z-index: 40;
    right: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: right;
    height: 38px;
    width: 40px;
    cursor: pointer;
    padding: 8px;
    background-color: transparent;
}
@media screen and (min-width: 991px) {
    .navi-hamburger {
        display: none !important;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
    }
    .menu-bg .navbar-nav>li>a {
        color: #1f1f1f;
    }
    .navbar-nav>li>a {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
    }
    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:focus {
        opacity: .8;
        transition: .3s;
        font-weight: 400!important;
    }
    .navbar-nav>li>a .caret {
        margin-top: -4px;
    }
    .navbar-right .dropdown-menu {
        top: 72px;
        right: auto;
        left: 0;
        -webkit-box-shadow: 0px 8px 8px 0px rgba(0,0,0,.175);
        box-shadow: 0px 8px 8px 0px rgba(0,0,0,.175);
        border: none
    }
    .dropdown-menu>li>a {
        padding: 15px 20px;
    }
    .header-top-area .dropdown-menu>li>a:hover {
        background-color: #1f1f1f;
    }
    .header-top-area.menu-bg .dropdown-menu>li>a {
        background-color: #fff;
    }
    .header-top-area .dropdown-menu {
        padding: 0;
    }
    .header-top-area .dropdown-menu>li>a {
        background-color: #1f1f1f;
        color: #fff;
    }
    .header-top-area .dropdown-menu>li>a:hover {
        opacity: .6;
    }
    .header-top-area.menu-bg .dropdown-menu>li>a {
        color: #1f1f1f;
    }
    .header-top-area.menu-bg .dropdown-menu>li>a:hover {
        background-color: #1f1f1f;
        color: #fff0ef;
        opacity: 1;
    }

}

@media only screen and (max-width: 992px) {
    .top-menu {
        display: none!important;
    }
    #collapse ul li.open a span.caret {
        margin-right: 2px;
        border: 4px solid transparent; border-right: 4px dashed;
    }
    .caret {
        margin-left: 4px;
    }
    .nav-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: fixed;
        z-index: 1500;
        width: 100%;
        height: -webkit-calc(100% - 62px);
        height: calc(100% - 62px);
        left: -100%;
        background-color: #fff;
        -webkit-transition-property: left;
        -o-transition-property: left;
        transition-property: left;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        overflow: auto;
        -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.1);
    }

    .nav-mobile.open {
        top: 94px;
        left: 0;
    }
    #collapse ul {
        margin: 0;
    }
    #collapse ul li a.smoth-scroll,
    #collapse ul li a.dropdown-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 20px;
        border-bottom: 1px solid #d1d7db;
        cursor: pointer;
    }
    #collapse ul li ul.dropdown-menu {
        padding: 0;
    }
    #collapse ul li ul.dropdown-menu li a{
        border-bottom: 1px solid #d1d7db;
        background-color: #f5f5f5;
    }
    .nav-bar-right .navi-hamburger span {
        position: relative;
        display: block;
        top: 1px;
        height: 3px;
        width: 100%;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        background-color: #fff;
    }
    .menu-bg .nav-bar-right .navi-hamburger span {
        background-color: #1f1f1f;
    }
    .nav-bar-right .navi-hamburger.open span {
        left: -3px;
        width: 28px;
    }
    .nav-bar-right .navi-hamburger.open span.top {
        top: -1px;
    }
    .nav-bar-right .navi-hamburger.open span.bottom {
        top: 1px;
    }
    .nav-bar-right .navi-hamburger.open span:first-child {
        -webkit-transform: rotate(45deg) translate(8.4px, 7.4px);
        -ms-transform: rotate(45deg) translate(8.4px, 7.4px);
        transform: rotate(45deg) translate(8.4px, 7.4px);
    }
    .nav-bar-right .navi-hamburger.open span:nth-child(2) {
        width: 0;
        opacity: 0;
    }
    .nav-bar-right .navi-hamburger.open span:last-child {
        -webkit-transform: rotate(-45deg) translate(7.4px, -6.4px);
        -ms-transform: rotate(-45deg) translate(7.4px, -6.4px);
        transform: rotate(-45deg) translate(7.4px, -6.4px);
    }
    .nav-mobile #collapse ul li > ul {
        display: none;
        position: relative;
        float: inherit;
        border: inherit;
        box-shadow: inherit;
    }
    .single-blog-details {
        padding-bottom: 50px!important;
    }
}
@media only screen and (min-width: 1001px) {
    .nav-mobile {
        display: none !important;
    }
}
@media only screen and (max-width: 768px) {
    .header-top-area > .container {
        width: 100%;
    }
}


.header-text {
    margin-top: 30px;
}

.header-text h2 {
    font-size: 40px;
    line-height: 55px;
}

.header-text h2.small {
    font-weight: 300;
    font-size: 38px;
    letter-spacing: 4px;
}

.header-text h2.bold {
    font-weight: 600;
    margin-bottom: 5px;
}
.menu-bg .navbar-collapse {
    margin-top: 0;
}
.mainmenu {
    position: absolute;
    width: 100%;
    left: 0;
}
.navbar-toggle {
    margin-top: -55px;
    padding: 10px 10px;
    margin-bottom: 0;
    right: 15px;
    border: 1px solid #000
}
.navbar-collapse {
    border-top: none;
    /*margin-top: 20px;*/
}
.navbar {
    width: 100%;
    border: none;
}
.navbar-collapse.in {
    width: 100%;
}

.custom-welcome-image-area {
    position: relative;
    /* height: 100%; */
    background-size: cover;
    z-index: 1;
}

#ajaxsearchlite1 {
    z-index: 0;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
    border-radius: 0 !important;
    margin-top: 15px !important;
    margin-bottom: 30px !important;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
}

.custom-sharing {
    margin-top: 50px;
}
.custom-sharing .sharedaddy h3.sd-title {
    display: block;
}

.custom-welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.middle-paragraph p {
    font-family: "Montserrat", sans-serif;
    letter-spacing: .2px;
    margin-bottom: 20px;
}

.maps-wrapper {
    margin-bottom: 0!important;
}

.main-post-wrapper {
    padding: 70px 0 100px 0;
}
.main-post-body .subtitle {
    display: flex;
    flex-direction: row;
}
.main-post-body .subtitle .sharedaddy {
    display: flex;
}
.main-post-body .subtitle .sharedaddy .sd-sharing {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.main-post-body .subtitle .sharedaddy .sd-sharing .sd-title {
    margin: 0 10px 0 0;
    line-height: 2.2;
}
.main-post-body .subtitle .sharedaddy .sd-sharing .sd-title::before {
    content: initial;
}
.main-post-body h2 {
    color: #1f1f1f;
    font-weight: 900;
    font-size: 39px;
    line-height: 1.3;
    margin-bottom: 25px;
}
.post-left img,
.main-post-body img {
    width: 100% !important;
}
.main-post-body p {

}
.main-post-body .date-wrapper {
    display: flex;
    flex-direction: row;
    color: #7b7b7b;
    margin-right: 25px;
}
.main-post-body .date-wrapper .icon-wrapper {
    margin-right: 10px;
    font-size: 14px;
}
.main-post-body .date-wrapper .icon-wrapper i {
    font-size: 14px;
}
.main-post-body .date-wrapper .date {
    font-size: 14px;
    line-height: 1.9;
    color: #7b7b7b;
    font-weight: 400;
}
.main-post-body .date-wrapper span {
    display: block;
}
.post-right {
    padding-bottom: 135px;
}

.head-main {
    font-size: 30px;
}

/*main style*/



.p-t-0 {
    padding-top: 0 !important;
}
.m-b-0 {
    margin-bottom: 0;
}
.widget-divider-line {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #1f1f1f;
}
.main-p-text-instance {
    font-size: 16px;
    color: #7b7b7b;
    font-weight: 400;
    line-height: 1.6;
    text-transform: lowercase;
}
.main-p-text-instance:first-letter {
    text-transform: uppercase;
}
/*spacing*/

.spacing-section-p-top-big {
    padding-top: 140px;
}
.spacing-section-p-bottom-big {
    padding-bottom: 140px;
}
.spacing-p-top {
    padding-top: 50px;
}
.spacing-p-bottom {
    padding-bottom: 50px;
}
.spacing-p-top-100 {
    padding-top: 100px;
}
.spacing-p-bottom-100 {
    padding-bottom: 100px;
}
.spacing-m-top-little {
    margin-top: 25px;
}
.spacing-m-top {
    margin-top: 50px;
}
.spacing-m-bottom {
    margin-bottom: 50px;
}
.main-spacing-bottom-small {
    padding-bottom: 25px;
}
.main-m-spacing-top-small {
    margin-top: 25px;
}
.main-m-spacing-bottom-small {
    margin-bottom: 25px;
}
.main-p-spacing-top-small {
    padding-top: 25px;
}
.main-p-spacing-bottom-small {
    padding-bottom: 25px;
}
.standart-section-instance {
    padding-top: 30px;
    padding-bottom: 100px;
}

.standart-section-instance h2 {
    margin-bottom: 60px;
}

/* End spacing*/
.button-small {
    display: inline-block;
    min-width: 140px;
    padding: 16px 20px;
    background-color: #1f1f1f;
    font-size: 15px;
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 0;
    transition: .3s;
    border: 1px solid #1f1f1f;
    line-height: 12px;
    border-radius: 35px;
    letter-spacing: .3px;
    text-transform: capitalize;
}
.button-small:hover {
    background-color: #fff;
    border: 1px solid #1f1f1f;
}

.categories.list h4 {
    margin-bottom: 30px;
}

.categories h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 0;
}
.categories ul li {
    padding-bottom: 8px;
    border-bottom-style: solid;
    border-bottom-color: #e8e8e8;
    border-bottom-width: 1px;
    margin-bottom: 8px;

}
.categories ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #1f1f1f;
}
.categories ul li a:hover {
    opacity: .6;
}

.welcome-section .img-wrapper {
    height: 450px;
    padding-right: 25px;
}
.welcome-section .img-wrapper img {
    object-fit: cover;
    min-height: 450px;
}

.text-area h3 {
    font-size: 20px;
    /*color: #f7be68;*/
    margin-top: 5px;
    margin-bottom: 20px;
    /*font-family: 'Marck Script', cursive;*/
}
.text-area p {
    font-family: 'Marck Script', cursive;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: .5px;
    /*padding-left: 25px;*/
    margin-bottom: 5px;
}
.text-area .main-caption {
    margin-top: 40px;
    margin-bottom: 60px;
}
.text-area span {
    display: block;
    float: right;
    font-size: 13px;
    font-weight: 600;
}


.menu-welcome {

}
.menu-welcome .item-list {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.menu-welcome .item-list .icon-wrapper {
    width: 40px;
    margin-right: 25px;
}
.menu-welcome .item-list .text h4 {
    font-size: 19px;
    font-weight: 400;
}

.single-sidebar:last-child {
    margin-bottom: 0;
}
.post-body-front {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.post-body-front .title {
    margin-bottom: 15px;
    line-height: 30px;
    color: #101010;
    letter-spacing: 0;
}
.post-body-front .date {
    color: #7b7b7b;
    font-size: 14px;
    margin-bottom: 15px;
}
.post-body-front p {
    color: #7b7b7b;
    font-size: 16px;
    letter-spacing: 0;
}
.post-body-front p a.more {
    color: #1f1f1f;
    transition: .3s;
}
.post-body-front p a.more:hover {
    color: #7b7b7b;
    transition: .3s;
}
.post-body-front .img-wrapper {
    height: 250px;
}
.post-body-front .img-wrapper img {
    object-fit: cover;
    height: 250px;
    width: 100%;
}

section.search {
    background-color: #e8e8e8;
    padding-bottom: 75px;
}
section.search h2 {
    margin: 8px 0;

}

.wrapper-front-search #ajaxsearchlite1 .probox, div.asl_w .probox {
    border-radius: 30px !important;
    border: 1px solid #585757;
    color: #585757;
}
.wrapper-front-search #ajaxsearchlite1 .probox, div.asl_w .probox .proinput input, div.asl_w .probox .proinput input {
    color: #585757 !important;
}
.wrapper-front-search div.asl_w .probox .promagnifier .innericon svg {
    fill: #585757;
}

#lightgallery-front .grid-item {
    margin-bottom: 30px;
}
.lg-backdrop {
    z-index: 9999;
}
.lg-outer {
    z-index: 9999;
}

.links-line.owl-carousel .owl-item {
    height: 70px;
}
.links-line.owl-carousel .owl-item .item {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}
.links-line.owl-carousel .owl-item .item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #1f1f1f;
}
.links-line.owl-carousel .owl-item .item img {
    width: 100%;
    height: 100%;
    object-fit: unset;
    position: relative;
    z-index: 9999;
}


.my-custom-navigations .navigation .nav-links a {
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 600;

}
.my-custom-navigations .navigation .nav-links a.page-numbers {
    padding: 0 5px;
}
.my-custom-navigations .navigation .nav-links span.current {
    font-size: 20px;
    font-weight: 600;
    padding: 0 5px;
}

.search-custom h3 {}


.recent-post h4 {

}
.latest-post-item {
    padding-top: 30px;
}
.latest-post-item a {
    display: block;
}
.latest-post-item h5 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 10px;
}
.latest-post-item .img-wrapper img {
    height: 150px;
    min-height: 150px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}



footer {
    padding: 50px 0;
    background-color: #1f1f1f;
}

.footer-area {
    padding: 75px 0 50px 0;
}
footer .footer-social-link {
    margin: 35px 0;
}
footer .footer-social-link ul li a i {
    font-size: 20px;
    color: #7b7b7b;
}
footer .footer-social-link ul li {
    margin: 0 20px;
}
footer .footer-logo .logo {
    margin-bottom: 25px;
    padding-top: 0;
}
footer .footer-menu {
    margin: 20px 0 50px;
}
footer .footer-menu .menu {
    padding-top: 20px;
}
footer .footer-menu .menu li {
    margin-bottom: 10px;
}
footer .footer-menu .menu li a {
    color: #7b7b7b;
    font-size: 14px;
}
footer .footer-menu .menu li a:hover {
    color: #fff;
}
.footer-text h6 {
    color: #7b7b7b;
}


.wpb_gmaps_widget .wpb_wrapper {
    padding: 0!important;
}

.vc_row-full-width {
    margin-bottom: -20px;
}


/*Grid-settings*/

/*.grid-item { width: 25%; }*/

/*.grid-item--width1 { width: 28% }*/
/*!*.grid-item--width2 { width: 48%; }*!*/
/*.grid-item--width3 { width: 66.33%; }*/
/*.grid-item--width4 { width: 50%; }*/

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid-item--height1 {
    height: 320px;
    min-height: 320px;
}
.grid-item--height2 {
    height: 200px;
    min-height: 200px;
}
.grid-item--height4 { min-height: 360px; }

@media screen and (max-width: 992px) {
    .grid-item-md-height2 {
        height: 200px;
        min-height: 200px;
    }
    .grid-item-md-height3 {
        height: 360px;
        min-height: 360px;
    }
    .grid-item-md-height5 {
        height: 280px;
        min-height: 280px;
    }
}

@media screen and (max-width: 599.99px) {
    .grid-item-md-mobile {
        height: 250px;
        min-height: 250px;
    }
    #lightgallery-front .grid-item {
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .col-xs-6-custom {
        width: 50%;
    }
    .welcome-section .img-wrapper {
        padding-right: 0;
    }
}

/*End Grid-settings*/

@media screen and (max-width: 479px) {
    .links-line.owl-carousel .owl-item {
        height: 100px;
    }
}
