/*
Theme Name: Berkshire Sites
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Theme for Berkshire
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hunt
Tags:

f/k/a: hunt theme

*/

.flex-caption p {
    font: 14px/16px Arial;
}

.content-text ul li {
    margin-bottom: 10px;
    color: #777777;
}

.content-text p {
    font: 20px/32px Georgia;
    color: #777777;
}

.list p {
    font: 18px/26px Georgia;
}

h4 {
    color: #00833e;
}

.faq-blk p {
    font: 18px/26px Georgia;
    color: #777777;
}

.home .content-text p {
    color: #777777;
}

.contact-right p {
    color: #777777;
}

.gallery {
    overflow: auto;
    margin: 0 -10px;
    text-align: center;
}

.gallery .gallery-item {
    float: left;
    padding: 10px;
    display: block;
    margin: 0;
}

#menu-mobile-main li:first-child a {
    background-color: rgb(0, 135, 82);
    border-color: rgb(0, 135, 82);
    font-weight: bold;
}

.usnews-block {
    background-color: #1f6bb6;
    display: block;
    position: relative;
    min-height: 80px;
    margin: 50px auto;
    max-width: 90%;
}

.usnews-block .badge-container img {
    max-width: 170px;
}

.usnews-block .inner-content {
    color: #fff;
    min-height: 60px;
}

.usnews-block .inner-content a {
    color: #fff;
    display: inline-block;
    padding: 80px 10px 10px;
    margin: 10px;
    border: solid 1px #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.usnews-block .inner-content a span {
    display: inline-block;
    margin: 10px;
}

.usnews-block .badge-container {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -80px;
}

@media only screen and (max-width: 860px) {
    .header-badges {
        display: none;
    }

    .tabing-bar .tab-nav li a {
        background: rgba(0, 0, 0, 0) url(assets/img/arroww.png) no-repeat scroll 95% center;
        color: #ffffff;
        font-size: 15px;
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
    }
}

@media (min-width: 860px) {
    article {
        margin: 0;
    }

    .gallery.gallery-columns-2 .gallery-item {
        width: 50%;
    }

    .gallery.gallery-columns-3 .gallery-item {
        width: 33.3%;
    }

    .gallery.gallery-columns-4 .gallery-item {
        width: 25%;
    }

    .gallery.gallery-columns-5 .gallery-item {
        width: 20%;
    }

    .gallery.gallery-columns-6 .gallery-item {
        width: 16.7%;
    }

    .usnews-block {
        max-width: 100%;
    }

    .usnews-block .badge-container {
        top: -12px;
        left: -20px;
        margin-left: 0;
    }

    .usnews-block .inner-content {
        border: solid 1px #fff;
        color: #fff;

        /*padding:10px 10px 10px 140px;*/
        min-height: 60px;
    }

    .usnews-block .inner-content a {
        padding: 5px 10px 5px 135px;
    }

    .header-badges {
        display: inline-block;
        margin-left: 40px;
        width: 400px;
    }

    .header-badges .badge {
        display: inline-block;
        height: 72px;
        margin-left: 5px;
    }

    .header-badges img {
        height: 100%;
        width: auto;
    }
}

/*Landing Page*/

.lp-header {
    max-width: 900px;
    margin: auto;
    float: none;
}

.full-width {
    width: 100%;
}

.full-width .content-text {
    float: none;
}

.full-width .content-area {
    padding: 45px;
    min-height: auto;
    padding: 0;
}

.intro-copy {
    background: #dfebf6f0;
}

.intro-copy article {
    max-width: 900px;
    margin: auto;
    padding: 45px;
}

.intro-copy article p {
    font-size: 1rem;
    line-height: 1.6rem;
    color: #333;
}

.landing-page p {
    font-size: 1rem;
    line-height: 1.6rem;
    color: #333;
}

.new-building {
    width: 100%;
    height: 600px;
    background: url("/wp-content/uploads/sites/18/2019/11/EastLm_DightStView_3-21-17_Lawn.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.building-img {
    display: none;
}

@media (max-width: 500px) {
    .building-img {
        display: block;
    }
}

@media (max-width: 850px) {
    .new-building {
        height: 700px;
    }
}

@media (max-width: 500px) {
    .new-building {
        background: none;
        height: auto;
    }
}

.news-posts {
    background: #fff;
    padding: 40px 10px;
}

.news-section {
    max-width: 1400px;
    margin: auto;
}

.news-section h1 {
    margin-left: 20px;
    color: #e02867;
}

@media (max-width: 500px) {
    .news-section h1 {
        margin-left: 0px;
        margin-bottom: 20px;
        color: #e02867;
    }
}

.posts-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.posts-wrapper .post {
    background: #ffffff7a;
    width: 31.3%;
    margin: 1%;
    border-radius: 1px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    transition: 0.4s ease;
}

.posts-wrapper .post:hover {
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.6);
}

@media (max-width: 850px) {
    .posts-wrapper .post {
        margin: 2%;
        width: 46%;
    }
}

@media (max-width: 500px) {
    .posts-wrapper {
        padding: 0px;
    }

    .posts-wrapper .post {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

.post-image {
    width: 100%;
    height: 150px;
    background-position: center;
}

.post-copy {
    padding: 25px;
}

.read-more-btn {
    width: 100%;
    margin-top: 20px;
}

.read-more-btn a {
    width: 100%;
    padding: 13px;
    display: block;
    background: #e02867;
    color: #fff;
    font-size: 1rem;
    font-family: georgia;
    transition: 0.4s ease;
    min-height: 45px;
    text-align: center;
}

.read-more-btn a:hover {
    background: #bf1d55;
    transition: 0.4s ease;
}

.head-contact {
    display: flex;
    align-items: flex-end;
}

.donate-btn a {
    background-color: #fff;
    border: 1px solid #00833e;
    border-radius: 7px;
    color: #00833e;
    float: right;
    font: bold 13px/32px arial;
    height: 32px;
    margin-top: 20px;
    padding: 0 15px;
}

.donate-btn {
    margin-right: 20px;
}

@media only screen and (max-width: 860px) {
    .head-contact {
        display: none;
    }


    /*Stories Section*/
.list.featured-section ul li {
    list-style: none;
    }

.featured-section {
    border: 1px solid #03833e;
}

.list.featured-section ul {
    padding: 20px;
}
