﻿.logo {
    max-width: 100%;
}

.main-menu a {
    color: inherit;
    displaY: inline-block;
    padding: 5px 10px;
    font-size: 17px;
    margin-bottom: 10px;
}

/*.header.active .logo h1 {
    color: white;
}
*/
body {
    margin: 0;
    padding: 60px 0 0;
    font-family: 'Lato', serif;
    font-size: 17px;
    /*   background: #f9f9f9;*/
    /*    background: #c9d2bf;*/
    /*    background: #E9EDE5;
    background: #e9f5de;*/
    background: #b0b28a;
    color: #444444;
    overflow-x: hidden;
    line-height: 31px;
    word-spacing: 1px;
}

.title {
    text-transform: none;
}


.posts article .title {
    margin-bottom: 10px;
}

.logo {
    padding-left: 12px;
    padding-right: 12px;
}

img.line2 {
    max-width: 157px;
    margin-bottom: 35px;
    margin-top: 25px;
}

.marginBottomSmall {
    margin-bottom: 20px;
}


.mobile .menu-mobile .item-1 {
    top: 18px;
}

.mobile .menu-mobile .item {
    width: 36px;
}

.mobile .menu-mobile .item-2 {
    top: 27px;
}

.mobile .menu-mobile .item-3 {
    top: 36px;
}

.maxWidth {
    max-width: 340px;
}

.posts article .title {
    padding-left: 35px;
    padding-right: 35px;
}

nav {
    padding-right: 6px;
    border-right: 2px solid #ababab;
    padding-bottom: 0;
    border-right: 2px solid #343529;
}

.main-menu li:last-child a {
    margin-bottom: 0;
}

h2.subTitle {
    font-size: 26px;
}

.main-menu .active a {
    color: #282828;
    /*    background-color: #eeeeee;*/
    background-color: #fff;
}

.main-menu li:hover > a {
    background-color: transparent;
}

.main-menu li a:hover {
    display: inline-block;
    background-color: #eeeeee;
    background-color: #fff;
}

.header.active nav {
    border-right: none;
}

.mobile .logo {
    padding-top: 9px;
}

.container {
    max-width: 100%;
}

.titleImageDiv {
    position: relative;
    display: inline-block;
}

img.titleIcon {
    position: absolute;
    top: -10px;
    max-height: 80px;
    max-width: 80px;
    z-index: -1;
    right: 14px;
    transform: translateX(100%);
    filter: brightness(0.5);
    opacity: 0.15;
    padding-bottom: 15px;
}

.specialText h2, .textComponent h2 {
    color: #343529;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #343529;
}



.mobile .menu-mobile {
    cursor: pointer;
    width: 57px;
    height: 58px;
    display: inline-block;
    position: fixed;
    margin-left: -10px;
    padding-left: 10px;
    background-color: white;
    z-index: 999;
    background-color: #7b7c60;
}

.textComponent h2 {
    margin-top: 20px;
    margin-bottom: 5px;
}


textarea {
    margin-top: 20px;
    min-height: 250px;
    padding: 10px;
    border-radius: 6px;
    background-color: #eeeeee;
}

.marginTopSmall {
    margin-top: 10px;
}

.marginbottom-small {
    margin-bottom: 45px;
}

input[type="submit"] {
    background-color: #4b573f;
    outline: none;
    border: 2px solid #4b573f;
    padding: 15px 27px;
    color: white;
    transition: all ease .25s;
    border-radius: 10px;
}

    input[type="submit"]:hover {
        background-color: white;
        color: #4b573f;
    }

.marginTopBig {
    margin-top: 35px;
}

input[type="text"] {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 45px;
    margin-top: 6px;
    border-radius: 6px;
    background-color: #eeeeee;
}

.error, input.error, input[type="text"].error{
    background-color: pink;
    color: red;
}

.specialText h2 {
    font-size: 21px;
    margin-bottom: 0;
}

.textComponent h2 {
    margin-top: 21px;
    font-size: 20px;
    margin-bottom: 0;
}

.desktopBreak {
    display: none;
}

h4, .h4 {
    font-size: 20px;
}

.d-none {
    display: none;
}

.lg-sub-html {
    display: none !important;
}

.lg-outer .lg-img-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
}

.mobile .menu-mobile .item {
    background-color: #ffffff;
}

.main-menu li a {
    color: #343529;
}

.posts {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 65px;
}

.post-media {
    margin-top: 23px;
}


@media screen and (min-width:600px) {
    .posts {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .post-media {
        margin-top: 0;
    }
}

@media screen and (min-width:640px) {
    .d-md-block {
        display: block;
    }

    .d-md-none {
        display: none;
    }
}


@media screen and (min-width:710px) {
    .desktopBreak {
        display: block;
    }
}

@media screen and (min-width:1200px) {
    .lg-gallery a:last-child {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .main-menu, .menu-left .main-menu {
        max-height: 54%;
    }

    .post {
        padding-left: 45px;
        padding-right: 45px;
    }
}


@media screen and (max-width: 991px) {
    .header, .menu-left .header {
        background-color: #b0b28a;
    }
}


@media screen and (max-width: 991px) {
    .main-menu .active a, .menu-left .main-menu .active a {
        background-color: #ffffff !important;
    }
}
