/*Jamie Blog 6*/

.jamie_blog_6.jamie-blog1-page article {
    box-shadow: 0 30px 70px 0 rgba(29, 29, 29, 0.1);
}

.jamie_blog_6.jamie-blog1-page .pagination a:hover {
    opacity: 0.5;
}

.jamie_blog_6.jamie-blog1-page .pagination a {
    color: #989bac !important;
    transition: 0.3s;
}

.jamie_blog_6 article .post-meta .published {
    float: right;
}

.jamie_blog_6 article .post-meta {
    margin-bottom: 39px;
}

.jamie_blog_6 article {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 30px 70px 0 #e9edf2;
    padding: 38px 40px 51px;
    margin-bottom: 32px;
    display: inline-block;
    width: 49%;
    cursor: pointer;
}

.jamie_blog_6 article .entry-featured-image-url {
    border-radius: 6px;
    overflow: hidden;
    max-height: 300px;
    margin-bottom: 50px;
    position: relative;
}

.jamie_blog_6 .et_pb_ajax_pagination_container .gutter_blog_width {
    width: 2%;
}

#page-container .jamie_blog_6 article a[rel="category tag"] {
    font-size: 14px !important;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #b6c2c2;
    padding: 7px 19px !important;
}

.jamie_blog_6 article .more-link:after {
    content: "Continue Reading";
    display: inline-block;
    vertical-align: middle;
    font-size: 16px !important;

}
.jamie_blog_6 article .more-link:before {
    content: "$";
    font-family: "ETmodules" !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 11px;
    margin-top: 3px;
}

#page-container .jamie_blog_6 article .more-link:hover {
    opacity: 0.5;
}

#page-container .jamie_blog_6 article .more-link {
    text-transform: capitalize;
    margin-top: 19px;
    color: #d3b4a0 !important;
    font-size: 0 !important;
}

#page-container .jamie_blog_6 .pagination {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.jamie_blog_6 article .entry-featured-image-url:before {
    content: "";
    display: block;
    border: 2px solid #fff !important;
    border-radius: 6px;
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    transition: 0.3s;
    opacity: 0;
    transform: scale(0.5);
}

.jamie_blog_6 article .entry-featured-image-url:after {
    content: "$";
    font-family: "ETmodules" !important;
    font-size: 20px;
    position: absolute;
    bottom: 13px;
    background-color: #fff;
    color: #444444;
    border-radius: 50%;
    padding: 6.5px 8px;
    right: 13px;
    transition: 0.3s;
    opacity: 0;
    transform: translate(60px, 0);
}

.jamie_blog_6 article:hover .entry-featured-image-url:after {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translate(0, 0);
}

.jamie_blog_6 article:hover .entry-featured-image-url:before {
    opacity: 1;
    transform: scale(1);
}

.jamie_blog_6 article .text_read_more:before {
    content: "Continue Reading";
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    color: #fff;
    transition: 0.3s;
    opacity: 0;
    transform: scale(0) translate(0, -50%);
    top: 50%;
    width: 100%;
    text-align: center;
}

.jamie_blog_6 article:hover .text_read_more:before {
    transition-delay: 0.3s;
    opacity: 1;
    transform: scale(1) translate(0, -50%);
}

.jamie_blog_6 article:hover .post-meta,
.jamie_blog_6 article:hover .post-content,
.jamie_blog_6 article:hover h2.entry-title {
    -webkit-animation: fadeIn 1s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}



/*Responsive*/

@media only screen and (min-width: 2561px) and (max-width: 3840px) {
    .jamie_blog_6 .et_pb_blog_0 {
        margin-top: -3vw;
    }
}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
    .jamie_blog_6 .et_pb_blog_0 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 1390px) {
    .jamiefooter2 .et_pb_row .et_pb_column_1_4 {
        width: 18.5% !important;
    }

    .jamiefooter2 .et_pb_row .et_pb_column_1_4:first-child {
        width: 25.5% !important;
    }
}

@media only screen and (max-width: 980px) {
    #page-container .jamie_blog_6 .et_pb_row {
        width: 90% !important;
    }

    .jamiefooter2 .et_pb_row .et_pb_column_1_4:first-child,
    .jamiefooter2 .et_pb_row .et_pb_column_1_4 {
        width: 22% !important;
        margin-right: 4% !important;
    }

    .jamiefooter2 .et_pb_map_container {
        height: 350px;
    }

    .jamiefooter2 .et_pb_column_1_2 .et_pb_text {
        text-align: center !important;
    }

    .jamiefooter2 .et_pb_social_media_follow {
        float: none;
        text-align: center;
    }

    .jamiefooter2 .et_pb_social_media_follow li {
        float: none !important;
        display: inline-block;
    }

    .jamiefooter2{
        padding-top: 8vw !important;
        padding-bottom: 8vw !important;
    }
}

@media only screen and (max-width: 767px) {
	.jamie_blog_6 .et_pb_ajax_pagination_container {
	    height: auto !important;
    }

    .jamie_blog_6 article {
        width: 100% !important;
        position: static !important;
        padding: 30px;
    }

    .jamie_blog_6 article .post-meta .published {
        float: none;
        display: block;
        margin-top: 8px;
    }
    
    .jamiefooter2 .et_pb_row .et_pb_column_1_4:first-child, .jamiefooter2 .et_pb_row .et_pb_column_1_4 {
        width: 46% !important;
        margin-right: 4% !important;
    }

    .jamiefooter2{
        padding-top: 10vw !important;
        padding-bottom: 10vw !important;
    }
}


@media only screen and (max-width: 480px) {
    .jamiefooter2 .et_pb_row .et_pb_column_1_4:first-child, .jamiefooter2 .et_pb_row .et_pb_column_1_4 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .jamiefooter2 .et_pb_row .et_pb_column_1_4 .et_pb_promo {
        text-align: center !important;
    }

    .jamiefooter2 .et_pb_map_container {
        height: 250px;
    }
}
