a {
    color: #616060;
    text-decoration: none;
}

.read-more-btn-position {
    margin-top: auto;
}

.post-comment,
.read-more-btn {
    text-align: center;
    color: #FFF;
    font-weight: 400
}

.comment-number,
.footer-read-more-btn,
.read-more-btn {
    transition: all .2s ease-in-out
}

[role="main"] {
    margin-top: 60px;
}

main {
    padding: 75px 0
}

img {
    max-width: 100%
}

body,
h1,
h3,
h4,
h5,
h6,
span {
    font-family: Montserrat, sans-serif
}

h2 {
    font-family: Georgia, Times, "Times New Roman", serif
}

h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px
}

blockquote {
    color: #999;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 3rem auto;
    width: 80%
}

.navbar-brand {
    width: 90px;
    margin-left: 30px
}

    .navbar-brand small {
        font-family: Lato, sans-serif;
        font-size: 75%;
        font-weight: 400;
        margin-left: .5rem
    }

@media screen and (max-width:991px) {
    .navbar-brand {
        margin-left: 0
    }
}

.lead {
    font-size: 1.2rem
}

.read-more-btn {
    background-color: #323438;
    border-style: solid;
    border-width: thin;
    border-color: #323438;
    padding: 10px 20px;
    font-size: 11px;
    text-transform: uppercase
}

    .read-more-btn:hover {
        color: #FFF;
        background-color: #323438
    }

.post-comment {
    display: inline-block;
    background-color: #373D20;
    vertical-align: middle;
    padding: 6px 35px;
    font-size: 15px;
    margin-top: 20px
}

.hero-slide1-big-txt {
    font-weight: 600;
    text-transform: uppercase
}

.card .card-img,
.card .card-img-top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.navbar.fixed-top {
    background: #717744;
    font-family: Montserrat, sans-serif
}

    .navbar.fixed-top .navbar-nav {
        font-size: .875rem;
        text-transform: uppercase
    }

    .navbar.fixed-top .navbar-toggler {
        padding: .25rem .5rem
    }

        .navbar.fixed-top .navbar-toggler .navbar-toggler-icon {
            width: 1em;
            height: 1em
        }

.navbar-light .navbar-nav .nav-link {
    color: #fff
}

.dropdown-menu {
    padding: unset;
    transform: translateX(-10%)
}

.dropdown-item {
    padding: .35rem 1.5rem;
    font-size: 14px;
    color: #FFF;
    background-color: #717744
}

@media (max-width:767px) {
    .navbar.fixed-top .container {
        max-width: 100%
    }
}

header {
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    header h1 {
        font-size: 3.6rem;
        text-transform: uppercase
    }

    header .lead {
        font-size: 1.35rem
    }

    header.has-image {
        color: #eee;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
    }

        header.has-image .dimmer {
            background: #000;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: .45
        }

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px
}

.hero-ctn {
    max-width: 1190px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px
}

.hero-slide1 {
    height: auto;
    background-color: #EFF1ED
}

.slider {
    height: 600px
}

.hero-slide1-grid {
    height: 600px;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.hero-slide1-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    padding-left: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.hero-slide1-img-ctn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-height: 500px;
    margin-right: 100px;
    margin-left: 70px
}

.hero-slide1-img {
    position: static;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.hero-slide1-big-txt {
    max-width: 400px;
    font-family: Montserrat, sans-serif;
    font-size: 50px;
    line-height: 55px
}

.hero-slide1-btn,
.hero-slide1-sm-txt {
    max-width: 400px;
    font-family: Montserrat, sans-serif;
    font-size: 15px
}

.hero-slide1-sm-txt {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 23px
}

.hero-slide1-btn {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    background-color: #323438;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

.post-body,
.post-title {
    font-family: Montserrat, sans-serif !important
}

.hero-slide1-btn:hover {
    color: #fff
}

@media screen and (max-width:991px) {
    .slider {
        height: 1100px
    }

    .hero-slide1-grid {
        height: 1100px;
        grid-column-gap: 0;
        grid-row-gap: 0
    }

    .hero-slide1-content {
        height: 300px;
        padding-left: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .hero-slide1-img-ctn {
        max-height: 600px;
        margin-top: 10px;
        margin-right: 70px
    }

    .hero-slide1-big-txt,
    .hero-slide1-btn,
    .hero-slide1-sm-txt {
        max-width: 600px
    }
}

@media screen and (max-width:767px) {
    .hero-slide1-img-ctn {
        margin-top: 0;
        margin-right: 40px;
        margin-left: 40px
    }

    .hero-slide1-big-txt,
    .hero-slide1-btn,
    .hero-slide1-sm-txt {
        max-width: 400px
    }
}

#w-node-_0b0d81fa-34dc-8be4-4bd1-263e6695877f-44a76282,
#w-node-_0f090db2-e373-180f-c2f3-26f2912a8177-44a76282,
#w-node-_2d774ef2-cc17-5e23-b74c-53e5b0521e3b-44a76282 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1
}

#w-node-cab98d8d-a38c-901d-b823-c223a9829d5f-44a76282 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center
}

@media screen and (max-width:991px) {

    #w-node-_0b0d81fa-34dc-8be4-4bd1-263e6695877f-44a76282,
    #w-node-_0f090db2-e373-180f-c2f3-26f2912a8177-44a76282,
    #w-node-_2d774ef2-cc17-5e23-b74c-53e5b0521e3b-44a76282,
    #w-node-cab98d8d-a38c-901d-b823-c223a9829d5f-44a76282 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2
    }

    #w-node-_0f090db2-e373-180f-c2f3-26f2912a8177-44a76282 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -webkit-box-ordinal-group: 10000;
        -webkit-order: 9999;
        -ms-flex-order: 9999;
        order: 9999
    }

    #w-node-cab98d8d-a38c-901d-b823-c223a9829d5f-44a76282 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row-align: center;
        align-self: center
    }

    #w-node-_2d774ef2-cc17-5e23-b74c-53e5b0521e3b-44a76282 {
        -webkit-box-ordinal-group: 10000;
        -webkit-order: 9999;
        -ms-flex-order: 9999;
        order: 9999;
        -ms-grid-column-align: center;
        justify-self: center
    }
}

@media screen and (max-width:479px) {
    .slider {
        height: 1020px
    }

    .hero-slide1-grid {
        height: 1020px;
        -ms-grid-rows: minmax(auto, 500px);
        grid-template-rows: minmax(auto, 500px)
    }

    .hero-slide1-img-ctn {
        margin-right: 0;
        margin-left: 0
    }

    .hero-slide1-big-txt {
        max-width: 300px;
        font-size: 40px;
        line-height: 40px
    }

    .hero-slide1-btn,
    .hero-slide1-sm-txt {
        max-width: 300px
    }

    #w-node-_0f090db2-e373-180f-c2f3-26f2912a8177-44a76282,
    #w-node-_2d774ef2-cc17-5e23-b74c-53e5b0521e3b-44a76282 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    #w-node-cab98d8d-a38c-901d-b823-c223a9829d5f-44a76282 {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto
    }
}

.block {
    padding: 0 0 1.5rem
}

    .block.column-block .col-md:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .block.column-block img {
        height: 100%;
        object-fit: cover
    }

    .block.image-gallery-block .carousel {
        border-radius: .25rem;
        overflow: hidden
    }

.post-padding {
    padding: 0 50px
}

p img {
    width: 100%;
    height: auto;
}

@media (min-width:768px) {
    .block.column-block .col-md:not(:last-child) {
        margin-bottom: 0
    }
}

@media (max-width:768px) {
    .post-padding {
        padding: 0
    }
}

.blog-list-category {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #616060;
}

.post-meta {
    margin-bottom: 10px;
    font-size: 14px
}

    .post-meta span:not(:last-child)::after {
        content: "|";
        display: inline-block;
        padding: 0 .25rem
    }

.row {
    margin-bottom: 30px
}

.post-img {
    margin-bottom: 10px !important;
    height: 237.88px;
    object-fit: cover;
}

.post-title {
    font-size: 21px;
    color: #000;
    min-height: 50px;
    margin: 7px 0;
    line-height: 25px;
    letter-spacing: .5px; 
    font-weight: 600;
}

    .post-title:hover {
        color: #000
    }

.comment-number {
    color: #BCBD8B
}

    .comment-number:hover {
        color: #a9ab6a
    }

.post-body {
    font-size: 11pt !important;
    color: #000 !important;
    line-height: 1.5 !important;
    text-align: left !important;
    margin-bottom: 25px
}

article {
    padding-bottom: 60px;
    height: 100%;
}

.about-us-page {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.post-header {
    text-align: center;
    padding-top: 86px
}

.blog-main {
    display: flow-root;
    padding: 75px 0
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1190px
    }
}

.blog-content {
    max-width: 750px;
    margin: auto;
}

.comments .alert {
    background: #f4f4f4;
    padding: 45px 50px
}

label {
    font-family: Montserrat, sans-serif;
    margin-bottom: 0
}

.form-control {
    border-radius: 0
}

.post-button-postition {
    display: flex;
    justify-content: center
}

.comment-list .comment {
    outline: 0;
    text-decoration: none;
    box-sizing: border-box
}

.blog-comment {
    margin: 0 0 40px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    padding-bottom: 35px
}

.comment .avatar {
    position: relative;
    float: left;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden
}

    .comment .avatar img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        border: 1px solid #ebebeb;
        border-radius: 50%
    }

.comment-content {
    width: calc(100% - 150px);
    float: right
}

.comment-head {
    margin: 0 0 20px;
    overflow: hidden
}

.comment-author {
    float: left;
    font-size: 16px;
    font-weight: 800;
    color: #222;
    text-transform: uppercase
}

.comment-time {
    display: block;
    float: right;
    margin-top: 4px;
    font-size: 11px
}

.comment-body {
    line-height: 25px
}

.navigation-bar {
    justify-content: center !important;
    display: flex;
    margin: 16px 0;
}

.page-link {
    color: #000;
    min-width: 2.5rem;
    text-align: center;
    border: none
}

    .page-link:hover {
        background: #ECECEC;
        border-color: #ECECEC;
        box-shadow: inset 0 0 0 10em rgba(255, 255, 255, .3)
    }

.page-item.active .page-link {
    color: #000;
    background: #ECECEC;
    border-color: #ECECEC
}

.footer {
    background-color: #373D20;
    overflow: hidden;
    padding: 70px 4%
}

.footer-left {
    float: left;
    width: 50%
}

.footer-left-move {
    float: right;
    padding: 0 50px;
    border-right: 1px solid #4b5231;
    max-width: 620px
}

.footer-title {
    color: #FFF;
    font-size: 20px;
    text-align: center
}

.footer-about-us {
    color: #FFF;
    font-size: 14px;
    text-align: center;
    line-height: 28px
}

.footer-read-more-btn-position {
    margin: 30px auto auto;
    width: 112.22px;
    color: #FFF
}

.footer-read-more-btn {
    color: #FFF;
    background-color: #373D20;
    border-style: solid;
    border-width: thin;
    border-color: #FFF;
    padding: 10px 18px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center
}

    .footer-read-more-btn:hover {
        color: #FFF;
        background-color: #373D20
    }

.footer-right {
    float: right;
    width: 50%
}

.footer-right-move {
    float: left;
    padding: 0 50px;
    max-width: 620px
}

.footer-disclaimer {
    font-size: 13px;
    color: #FFF;
    text-align: center;
    margin-top: 50px
}

@media (max-width:480px) {

    .footer-left-move,
    .footer-right-move {
        float: none;
        padding: 0
    }

    .footer-left {
        float: none;
        width: 100%
    }

    .footer-left-move {
        border-right: none
    }

    .footer-right {
        float: none;
        width: 100%;
        margin-top: 50px
    }
}
