/*custom css*/
.imageDiv {
    margin-left: 0;
    background: #f2f2f2;
    margin-left: 0;
    height: 250px;
}

.imageDiv img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position:top center;
}

.blog-display-custom {
    display: block !important;
}

.blog-newsletter-button {
    margin-left: auto !important;
    margin-top: 24px;
    padding: 16px 40px;
    border-radius: 26px !important;
    background: #5f249f !important;
    border: 2px solid #5f249f !important;
    color: #fff !important;
    font-weight: bold;
    height: auto;
    letter-spacing: 1.5px;
    line-height: 18px;
}

.blog-newsletter-title {
    font-size: 18px;
    font-weight: 700;
}

.blog-newsletter-subtitle {
    font-size: 30px;
    font-weight: bold;
}

.blog-container-style {
    max-width: 100% !important;
    margin: 0;
    padding: 0;
}

#newsletter-email2:focus {
    box-shadow: inset 0 0 0 2px #003da5;
    color: #003da5 !important;
    outline: 0
}

.newsletter-subscribe-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f2f3f4;
    border: none;
    display: inline-block;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 10px 15px;
    transition: .7s ease;
    width: 100%;
    border: 1px solid #f8f9fa !important;
    border-radius: 22px !important;
}

/*Taylor_-_Hub.min.css*/
* {
    font-family: Lato,sans-serif
}

.body-container{
    padding: 0 !important
}


/*PouchHouse-blog.min.css*/
.body-container-wrapper {
    margin-top: 200px;
}

.post-item {
    z-index: 1
}

.post-item h2 {
        padding-bottom: 0 !important
}

.post-listing form {
    background-color: transparent !important
}

.post-listing form label {
        display: none !important
}

.description-section h2 {
    margin-top: 25px
}

.description-section a span {
    color: #354650
}

.blog-body .row-fluid form input {
    border-radius: 0
}


@media only screen and (max-width:912px) {
    .blog-body {
        margin-top: 90px !important
    }

    .blog-section .post-listing .post-item {
        width: 45% !important
    }
}

@media (max-width:911px) {
    .blog-body {
        margin-top: 90px !important
    }

    .blog-section .post-listing .post-item {
        width: 100% !important
    }
}

/*PouchHouse-blog-_Global.min.css*/
body .container-fluid .row-fluid .wrapper {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-left: 0px;
    padding-right: 15px
}

body .container-fluid .row-fluid .flex .wrapper {
    max-width: 1444px
}

.body-container-wrapper ul, .body-container-wrapper li {
    margin-bottom: 15px
}

.all-text-white, .all-text-white h1, .all-text-white h2, .all-text-white h3, .all-text-white p, .all-text-white h4, .all-text-white h5, .all-text-white h6, .all-text-white li, .all-text-white .fa, .all-text-white a {
    color: #fff
}

@media(min-width:912px) and (max-width:1024px) {
    body .container-fluid .row-fluid .wrapper {
        padding-left: 40px;
        padding-right: 40px
    }

    .blog-body{
        margin-top:-150px !important;
    }
}

@media(max-width:911px) {
    body .container-fluid .row-fluid .wrapper {
        padding-left: 20px;
        padding-right: 20px
    }

    .body-container-wrapper li {
        line-height: 24px
    }
}

.blog-body .row-fluid form input, .blog-body .row-fluid form select, .blog-body .row-fluid form textarea {
    height: 54px;
    font-family: 'Open Sans',sans-serif;
    border: 0;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 8px;
    border-radius: 25px;
    background: #f5f5f5;
    padding: 10px 20px;
    color: #000;
    font-weight: 400;
    background: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size:18px;
}

.blog-body .row-fluid form input:focus, .blog-body .row-fluid form select:focus, .blog-body .row-fluid form textarea:focus {
    outline: 0;
    border: 1px solid #0072ce
}

@media(max-width:911px) {
    .body-container-wrapper {
        margin-top: 35px
    }
}

@media(min-width:912px) {
    .post-listing {
        margin: 0 -2.5% 0 0;
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    body .container-fluid .row-fluid .post-item {
        width: 30.833%;
        display: block;
        box-sizing: border-box;
        margin: 0 2.5% 50px 0;
        list-style: none;
        padding-bottom: 0;
        box-sizing: border-box;
        align-self: stretch;
        transition: all ease-in-out .4s
    }
}

.blog-body {
    padding: 0px 0 25px
}

body .container-fluid .row-fluid .post-item {
    margin-bottom: 50px;
    overflow: hidden;
    box-shadow: 0 10px 50px -5px rgba(0,0,0,.15);
    background: #fff
}

.description-section {
    padding: 0px 20px 20px;
    border-radius: 0 0 6px 6px
}

.post-item h2, .post-item h2 a {
    font-size: 28px;
    line-height: 32px;
    color: #333c4e;
    font-weight: 700;
    letter-spacing: normal;
    padding-bottom: 20px;
    transition: all ease-in-out .2s
}

.post-item h2:hover, .post-item h2 a:hover {
    color: #0072ce
}

.author-details h4 {
    font-size: 16px;
    line-height: 24px;
    color: #63666a;
    font-weight: 500
}

@media(max-width:911px) {
    .post-item h2, .post-item h2 a {
        font-size: 18px;
        line-height: 25px
    }
}

body .container-fluid .row-fluid .subscribe-section {
    background-image: linear-gradient(43deg,#5e85c4 0%,#5e85c4 100%);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0px 30px;
    text-align: center
}

.subscribe-section h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 23px
}

@media(max-width:911px) {
    body .container-fluid .row-fluid .subscribe-section {
        padding: 70px 30px;
        width: 100% !important
    }

}