/* Blog Archive Styles
----------------------------------------*/

.blog .fl-archive.container,
.search .fl-archive.container,
.archive .fl-archive.container {
	padding: 20px 35px;
}

.blog.fl-builder .container.fl-content-full .fl-content,
.search.fl-builder .container.fl-content-full .fl-content,
.archive.fl-builder .container.fl-content-full .fl-content {
    margin: 40px 0 20px;
}

.rw-masonry-grid-container {
    padding-bottom: 30px;
    flex-direction: row;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.blog .rw-blog-layout3 article,
.search .rw-blog-layout3 article,
.archive .rw-blog-layout3 article {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    border: 1px solid #ddd;
}

.blog .rw-blog-layout3 .rw-post-image,
.search .rw-blog-layout3 .rw-post-image,
.archive .rw-blog-layout3 .rw-post-image {   
    width: 44%;
    min-height: 200px;
    overflow: hidden;
    position: relative;  
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.blog .rw-blog-layout3 .rw-post-image-child,
.search .rw-blog-layout3 .rw-post-image-child,
.archive .rw-blog-layout3 .rw-post-image-child {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.blog .rw-blog-layout3 .rw-post-image:hover .rw-post-image-child,
.blog .rw-blog-layout3 .rw-post-image:focus .rw-post-image-child,
.search .rw-blog-layout3 .rw-post-image:hover .rw-post-image-child,
.search .rw-blog-layout3 .rw-post-image:focus .rw-post-image-child,
.archive .rw-blog-layout3 .rw-post-image:hover .rw-post-image-child,
.archive .rw-blog-layout3 .rw-post-image:focus .rw-post-image-child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.blog .rw-blog-layout3 .rw-post-image a,
.search .rw-blog-layout3 .rw-post-image a,
.archive .rw-blog-layout3 .rw-post-image a {
    display: none;
    font-size: 35px;
    color: #fff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    /*text-decoration: none;*/
}

.blog .rw-blog-layout3 .rw-post-image:hover .rw-post-image-child:before,
.blog .rw-blog-layout3 .rw-post-image:focus .rw-post-image-child:before,
.search .rw-blog-layout3 .rw-post-image:focus .rw-post-image-child:before,
.search .rw-blog-layout3 .rw-post-image:focus .rw-post-image-child:before,
.archive .rw-blog-layout3 .rw-post-image:focus .rw-post-image-child:before,
.archive .rw-blog-layout3 .rw-post-image:focus .rw-post-image-child:before {
    display: flex;
}

.blog .rw-blog-layout3 .rw-post-image:hover a,
.blog .rw-blog-layout3 .rw-post-image:focus a,
.search .rw-blog-layout3 .rw-post-image:hover a,
.search .rw-blog-layout3 .rw-post-image:focus a,
.archive .rw-blog-layout3 .rw-post-image:hover a,
.archive .rw-blog-layout3 .rw-post-image:focus a {
    display: flex;
}

.blog .rw-blog-layout3 .rw-post-image-child::before,
.search .rw-blog-layout3 .rw-post-image-child::before,
.archive .rw-blog-layout3 .rw-post-image-child::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.blog .rw-blog-layout3 .rw-post-image:hover a .rw-overlay-item-container,
.blog .rw-blog-layout3 .rw-post-image:focus a .rw-overlay-item-container,
.search .rw-blog-layout3 .rw-post-image:hover a .rw-overlay-item-container,
.search .rw-blog-layout3 .rw-post-image:focus a .rw-overlay-item-container,
.archive .rw-blog-layout3 .rw-post-image:hover a .rw-overlay-item-container,
.archive .rw-blog-layout3 .rw-post-image:focus a .rw-overlay-item-container {
    margin: auto;
}

.blog .rw-blog-layout3 .rw-post-content-wrapper,
.search .rw-blog-layout3 .rw-post-content-wrapper,
.archive .rw-blog-layout3 .rw-post-content-wrapper {
    width: 66%;
    padding: 20px;
}

.blog .rw-blog-layout3 h2.entry-title,
.search .rw-blog-layout3 h2.entry-title,
.archive .rw-blog-layout3 h2.entry-title {
    font-size: 19px;
    padding: 0;
    margin-bottom: 7px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.15;
}

.blog .rw-blog-layout3 .entry-meta,
.search .rw-blog-layout3 .entry-meta,
.archive .rw-blog-layout3 .entry-meta {
    padding: 0 0 7px;
    font-size: 12px;
}

.blog .rw-blog-layout3 .entry-meta p,
.search .rw-blog-layout3 .entry-meta p,
.archive .rw-blog-layout3 .entry-meta p {
    margin: 0;
    font-size: 12px;
}

.blog .rw-blog-layout3 h2.entry-title a,
.search .rw-blog-layout3 h2.entry-title a,
.archive .rw-blog-layout3 h2.entry-title a {
    color: #2F3F52;
}

.blog .rw-blog-layout3 h2.entry-title a:hover,
.search .rw-blog-layout3 h2.entry-title a:hover,
.archive .rw-blog-layout3 h2.entry-title a:hover {
    color: #1BA8A9;
}


.blog .rw-blog-layout3 .rw-blog-excerpt,
.search .rw-blog-layout3 .rw-blog-excerpt,
.archive .rw-blog-layout3 .rw-blog-excerpt{
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
}

.blog .rw-blog-layout3 .rw-blog-excerpt p,
.search .rw-blog-layout3 .rw-blog-excerpt p,
.archive .rw-blog-layout3 .rw-blog-excerpt p {
    font-size: 14px;
    margin-bottom: 0;
}

.blog .rw-blog-layout3 .post-meta-categories,
.search .rw-blog-layout3 .post-meta-categories,
.archive .rw-blog-layout3 .post-meta-categories {
    font-size: 12px;
    padding: 20px 0 0;
    text-transform: uppercase;
    font-weight: 600;
}

.blog .rw-blog-layout3 .rw-comments-cats-meta,
.search .rw-blog-layout3 .rw-comments-cats-meta,
.archive .rw-blog-layout3 .rw-comments-cats-meta {
    margin-right: 92px;
    margin-top: 20px;
    position: relative;
    overflow: visible;
}

.moretag {
    display: inline !important;
}

.wp-pagenavi {
    text-align: center;
}

@media (min-width: 320px) {

	.blog .fl-archive.container,
	.search .fl-archive.container,
	.archive .fl-archive.container {
		padding: 20px;
	}
	
	.blog .rw-blog-layout3 article,
	.search .rw-blog-layout3 article,
	.archive .rw-blog-layout3 article {
	    flex-direction: column;
	}
	
	.blog .rw-blog-layout3 .rw-post-image,
	.search .rw-blog-layout3 .rw-post-image,
	.archive .rw-blog-layout3 .rw-post-image {
	    width: 100%;
	}
	
	.blog .rw-blog-layout3 .rw-post-content-wrapper,
	.search .rw-blog-layout3 .rw-post-content-wrapper,
	.archive .rw-blog-layout3 .rw-post-content-wrapper {
	    width: 100%;
	}

}

@media (min-width: 600px) {
	
	.blog .rw-blog-layout3 article,
	.search .rw-blog-layout3 article,
	.archive .rw-blog-layout3 article {
	    flex-direction: row;
	}
	
	.blog .rw-blog-layout3 .rw-post-image,
	.search .rw-blog-layout3 .rw-post-image,
	.archive .rw-blog-layout3 .rw-post-image {
	    width: 44%;
	}
	
	.blog .rw-blog-layout3 .rw-post-content-wrapper,
	.search .rw-blog-layout3 .rw-post-content-wrapper,
	.archive .rw-blog-layout3 .rw-post-content-wrapper {
	    width: 66%;
	}
	
	.blog .rw-blog-layout3 .rw-post-content-wrapper.rw-full-width,
	.search .rw-blog-layout3 .rw-post-content-wrapper.rw-full-width,
	.archive .rw-blog-layout3 .rw-post-content-wrapper.rw-full-width {
	    width: 100%;
	}
	
	a.page.smaller, a.page.larger, span.extend {
		display: none;
	}
	
	.wp-pagenavi a, .wp-pagenavi span {
	    font-size: 14px;
	}

}

@media (min-width: 720px) {

	.blog .rw-blog-layout3 .rw-blog-excerpt p,
	.search .rw-blog-layout3 .rw-blog-excerpt p,
	.archive .rw-blog-layout3 .rw-blog-excerpt p {
	    font-size: 14px;
	}

}

@media (min-width: 769px) {

	.blog .fl-archive.container,
	.search .fl-archive.container,
	.archive .fl-archive.container {
		padding: 20px 40px;
	}
	
	.blog .fl-archive.container .col-lg-8,
	.search .fl-archive.container .col-lg-8,
	.archive .fl-archive.container .col-lg-8,
	.single .container .col-lg-8 {
	    -ms-flex: 0 0 66.666667%;
	    flex: 0 0 66.666667%;
	    max-width: 66.666667%;
	}
	
	
}

@media (min-width: 900px) {
	
	.blog .rw-blog-layout3 h2.entry-title,
	.search .rw-blog-layout3 h2.entry-title,
	.archive .rw-blog-layout3 h2.entry-title {
	    font-size: 19px;
	}
	
	.blog .rw-blog-layout3 .rw-blog-excerpt p,
	.search .rw-blog-layout3 .rw-blog-excerpt p,
	.archive .rw-blog-layout3 .rw-blog-excerpt p {
	    font-size: 14px;
	}

}

@media (min-width: 1100px) {
	
	.blog .rw-blog-layout3 h2.entry-title,
	.search .rw-blog-layout3 h2.entry-title,
	.archive .rw-blog-layout3 h2.entry-title {
	    font-size: 22px;
	}
	
	.blog .rw-blog-layout3 .rw-blog-excerpt p,
	.search .rw-blog-layout3 .rw-blog-excerpt p,
	.archive .rw-blog-layout3 .rw-blog-excerpt p {
	    font-size: 15px;
	}

}




/* Blog Single Styles
----------------------------------------*/

.single .rw-post-image {
    margin-bottom: 20px;
}

.single h1.fl-post-title {
    margin-bottom: 10px;
    font-family: "Poppins",sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.single .rw-post-meta {
    width: 100%;
    clear: both;
    overflow: hidden;
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.single .rw-post-meta p {
    margin-bottom: 0;
}

.single .rw-author-date {
    width: 50%;
    font-size: 12px;
    color: #999;
}

.single .rw-author-date p {
    font-size: 12px;
}

.single .rw-comments-meta {
    width: 50%;
    text-align: right;
    font-size: 12px;
    color: #999;
}

.single .rw-comments-meta .post-meta-categories {
    margin-right: 5px;
}

.single .rw-comments-meta .post-meta-comments i {
    /*color: #084B8D;*/
}

.single .fl-post-thumb {
    text-align: center;
}


.single .nc_socialPanel {
    margin-top: 0 !important;
}

.single .rw-blog-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.single .rw-blog-tags {
    display: inline-block;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.single .rw-blog-tags a {
    background: #eee;
    padding: 7px 12px;
    margin: 0 5px 5px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
}

.single .rw-blog-tags a:hover {
    background: #B0B34A;
    color: #fff;
    text-decoration: none;
}

.single .rw-post-navigation {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 20px;
}

.single .rw-previous,
.single .rw-next {
    width: 50%;
    float: left;
}

.single .rw-previous {
    font-size: 14px;
    color: #999;
}

.single .rw-next {
    text-align: right;
    font-size: 14px;
    color: #999;
}

.single iframe {
	border: none;	
}

@media (min-width: 320px) {
	
	.single .fl-post-meta {
		font-size: 12px;
	}
	
}


@media (min-width: 992px) {
    
    .fl-content-left {
        border-right: none;
        padding-right: 15px;
    }
    
}

/* Blog Single Beaver Builder Styles
----------------------------------------*/

.single .fl-post-content .fl-row-content-wrap .fl-col-group .fl-module-photo {
	margin-left: 0;
	margin-right: 30px;	
}


/* Comments
-------------------------------------------------------*/

@media (min-width: 320px) {

    .fl-builder .container.fl-content-full .fl-comments {
        margin-left: 0;
        margin-right: 0;
    }
    
}

@media (min-width: 992px) {

    .fl-builder.fl-full-width .container.fl-content-full .fl-comments {
        margin: 0;
    }

}

@media (min-width: 1100px) {

    .fl-builder.fl-full-width .container.fl-content-full .fl-comments {
        width: 100%;
    }
    
}




