/*
Theme Name: BlogSen
Theme URI: http://sensationaltheme.com/downloads/blogsen-free/
Template: blogbell
Author: Sensational Theme
Author URI: http://sensationaltheme.com/
Description: BlogSen is a modern WordPress theme that comes with high-quality features and minimal design. The theme is a perfect fit for all kind of blogs such as food blogs, travel journals, personal blogs many more. BlogSen is a fully responsive design that always remains mobile-friendly and will render perfectly on all devices. You also get support for custom headers, two column layout, full-width layout, and tons of easy customization options.
Tags: translation-ready,custom-background,theme-options,custom-menu,threaded-comments,featured-images,footer-widgets,editor-style,right-sidebar,full-width-template,two-columns,grid-layout,custom-colors,custom-header,custom-logo,featured-image-header,blog,entertainment
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 5.6
Text Domain: blogsen
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, editor-style, right-sidebar, full-width-template, two-columns, three-columns, grid-layout, custom-colors, custom-header, custom-logo, featured-image-header, blog, entertainment

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

BlogSen business is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


/*--------------------------------------------------------------
#  Blog Posts Section
--------------------------------------------------------------*/
body{
	background: #F2EAE8 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Redressed', cursive;
}
#featured-slider{
	margin-bottom: 40px;
}
#blog .entry-title a,
.main-navigation a,
.widget li a{
	font-family: 'Redressed', cursive;
}
.entry-title a
#main.blog-posts-wrapper{
    padding: 30px 0;
}
#main.blog-posts-wrapper article {
    margin-bottom: 30px;
}
#main.blog-posts-wrapper article:last-child {
    margin-bottom: 0;
}
#main.blog-posts-wrapper .featured-image {
    background-color: #333;
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding-bottom: 100%;
}
#main.blog-posts-wrapper .entry-title a{
    color: #333;
}
#main.blog-posts-wrapper .entry-title a:hover{
    color: #FBFBB1;
}
#main.blog-posts-wrapper .circle-image .featured-image{
    border-radius: 5px;
}
#main.blog-posts-wrapper article.circle-image .post-item-wrapper{
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
}
#main.blog-posts-wrapper article.has-post-thumbnail:not(:nth-child(4n+1)) .entry-meta .byline {
	display:none;
}
#main.blog-posts-wrapper article.has-post-thumbnail:not(:nth-child(4n+1)) .entry-meta {
	position: absolute;
	top: -50px;
	background-color: rgba(253, 236, 180, 0.9);
	left: 0;
	padding: 10px;
	width: 100%;
}

#main.blog
}
#main.blog-posts-wrapper article.has-post-thumbnail:not(:nth-child(4n+1)) .entry-meta .cat-links a,
#main.blog-posts-wrapper article.has-post-thumbnail:not(:nth-child(4n+1)) .entry-meta .date a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
#main.blog-posts-wrapper article.has-post-thumbnail:not(:nth-child(4n+1)) .entry-meta .cat-links a:hover,
#main.blog-posts-wrapper article.has-post-thumbnail:not(:nth-child(4n+1)) .entry-meta .date a:hover,
#main.blog-posts-wrapper article.has-post-thumbnail:not(:nth-child(4n+1)) .entry-meta .cat-links a:focus,
#main.blog-posts-wrapper article.has-post-thumbnail:not(:nth-child(4n+1)) .entry-meta .date a:focus {
  color:#333;
}

#main.blog-posts-wrapper article.has-post-thumbnail:not(:nth-child(4n+1)) .entry-container {
	position: relative;	
}
.grid {
  margin: 0 -15px;
  height: auto !important;
}
.entry-meta > span:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  margin-right: 5px;
  color: #edb6aa;
  font-size: 11px;
}
#main.blog-posts-wrapper article.has-post-thumbnail:not(:nth-child(4n+1)) .entry-meta > span:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  margin-right: 5px;
  color: #fff;
  font-size: 11px;
}
#blog .col-2 article{
	width: 100% !important;
	position: relative;
}
.blog-posts-wrapper article img {
	  max-width: 200px;
	  max-height: 200px;
	  border-radius: 50%;
}
.featured-post-image.featured-image {
	  max-width: 200px;
	  max-height: 200px;
	  margin: 0 auto 35px;
	  border-radius: 50%;
	  padding: 30px 0;
}

#blog {
	padding: 0;
}

#blog article:nth-child(2n){
    display: none;
}

#blog .entry-container{
	text-align: center;
}

#blog .entry-meta{
	display: none;
}

#blog .post-item {
  box-shadow: none;
  border: none;
  padding: 60px 0 30px;
  background-color: transparent;
}
#blog .post-item::after {
    content: "";
    border: 2px solid #edb6aa;
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
#blog .post-item::before {
    content: "";
    border: 2px solid #edb6aa;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 10px;
    right: -10px;
  	bottom: -10px;
  	z-index: -1;
}
.blog #blog .section-header,
.blog #main .section-header,
.blog #page-site-header{
	display: none;
}

#blog .entry-content {
  font-size: 16px;
  max-width: 750px;
  margin: 0 auto;
}

#blog .entry-title {
  font-size: 42px;
}

.home #primary {
    padding-top: 70px;
}
.overlay {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.backtotop,
#respond input[type="submit"],
.menu-toggle span,
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus,
.widget_search form.search-form button.search-submit,
input[type="submit"],
.wpcf7 input[type="submit"],
.jetpack_subscription_widget input[type="submit"]:hover,
.jetpack_subscription_widget input[type="submit"]:focus,
#secondary .jetpack_subscription_widget input[type="submit"]:hover,
#secondary .jetpack_subscription_widget input[type="submit"]:focus,
.blog-posts .post-categories,
.reply a,
.reply a:hover:before,
.reply a:focus:before,
.btn,
.slick-prev,
.slick-next,
.slick-dots li.slick-active button:before,
.more-link:hover,
.more-link:focus,
#colophon .widget_search form.search-form button.search-submit,
.main-navigation ul ul li:hover > a,
.pagination .page-numbers.current, 
.pagination .page-numbers:hover, 
.pagination .page-numbers:focus,
#top-bar,
#colophon,
#message .separator,
#featured-slider .content-overlay .separator{
    background-color: #edb6aa;
}
a,
#site-identity .site-title a:hover,
#site-identity .site-title a:focus,
.main-navigation ul.nav-menu > li:hover > a,
.main-navigation ul.nav-menu .current-menu-item > a,
.menu-toggle i,
 button.dropdown-toggle .fa,
 .pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus,
.pagination .page-numbers.prev,
.pagination .page-numbers.next,
#secondary a:hover,
#secondary a:focus,
.widget_popular_post h3 a:hover,
.widget_popular_post h3 a:focus,
.widget_popular_post a:hover time,
.widget_popular_post a:focus time,
.widget_latest_post h3 a:hover,
.widget_latest_post h3 a:focus,
.widget_latest_post a:hover time,
.widget_latest_post a:focus time,
.page-header small,
.entry-meta a:hover,
.entry-meta a:focus,
.tags-links a,
.tags-links a:hover,
.tags-links a:focus,
.comment-meta .url:hover,
.comment-meta .url:focus,
.comment-metadata a,
.comment-metadata a time,
#featured-slider .entry-meta .cat-links a,
#about .post-title:hover,
#about .post-title:focus,
.about-item-wrapper .entry-title a:hover,
.about-item-wrapper .entry-title a:focus,
.blog-posts-wrapper .entry-title a:hover,
.blog-posts-wrapper .entry-title a:focus ,
#popular .entry-title a:hover,
.entry-meta .cat-links a,
.blog-posts-wrapper .comments-link a:hover,
.blog-posts-wrapper .comments-link a:focus,
#message .entry-title a:hover,
#message .entry-title a:focus,
.content-overlay.featured-content-wrapper .entry-title:hover,
.blog-posts-wrapper .entry-meta > span.cat-links a:hover,
.blog-posts-wrapper .entry-meta > span.cat-links a:focus{
    color: #edb6aa;
}
.main-navigation ul#primary-menu li:hover > svg,
.main-navigation ul#primary-menu li:focus > svg,
.main-navigation li.menu-item-has-children:hover > a > svg,
.main-navigation li.menu-item-has-children > a:hover > svg,
.main-navigation li.menu-item-has-children > a:focus > svg,
.main-navigation ul#primary-menu > li.current-menu-item > a > svg,
.navigation.post-navigation a:hover svg,
.navigation.posts-navigation a:hover svg,
.navigation.post-navigation a:focus svg,
.navigation.posts-navigation a:focus svg,
.widget_search form.search-form button.search-submit:hover svg,
.widget_search form.search-form button.search-submit:focus svg,
.featured-content-wrapper .btn:hover .more-icon svg, 
.featured-content-wrapper .btn:focus .more-icon svg,
#call-to-action .btn:hover .more-icon svg, 
#call-to-action .btn:focus .more-icon svg,
.main-navigation li.search-menu a:hover svg,
.main-navigation li.search-menu a.search-active:hover svg,
.main-navigation ul#primary-menu li.search-menu:hover > a.search-active svg {
    fill: #edb6aa;
}
#respond input[type="submit"],
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus,
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus,
.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.pagination .page-numbers.prev:hover, 
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:focus, 
.pagination .page-numbers.next:focus,
.widget_search form.search-form input[type="search"]:focus,
 input[type="submit"],
.wpcf7 input[type="submit"],
.tags-links a,
.tags-links a:hover,
.tags-links a:focus,
.reply a,
.btn,
.more-link:hover,
.more-link:focus
{
    border-color: #edb6aa;
}
#secondary .widget > ul li:first-child, 
#secondary .widget > ul li:hover, 
#secondary .widget_nav_menu ul li:first-child, 
#secondary .widget_nav_menu ul li:hover {
    border-left-color: #edb6aa;
}
.woocommerce-info {
    border-top-color: #edb6aa;
}
@media screen and (min-width: 767px) {
    #main.blog-posts-wrapper article:nth-child(4n+1).has-post-thumbnail {
        position: relative;
        display: table;
        width: 100%;
        padding: 20px 0;
    }
    #main.blog-posts-wrapper article:nth-child(4n+1).has-post-thumbnail .featured-image {
        width: 50%;
        display: table-cell;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding-bottom: 0;
    }
    #main.blog-posts-wrapper article:nth-child(4n+1).has-post-thumbnail .entry-container {
        width: 50%;
        display: table-cell;
        float: left;
        text-align: center;
        position: relative;
        padding: 60px 20px 60px 50px;
        background: #fff;
    }
    #main.blog-posts-wrapper article:nth-child(4n+1).has-post-thumbnail .entry-container .entry-meta:before {
        margin-left: auto;
        margin-right: auto;
    }
    #main.blog-posts-wrapper article:nth-child(4n+1).has-post-thumbnail .entry-container:after {
        content: "";
        background-color: #fff;
        width: 50px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -50px;
    }
}
@media screen and (min-width: 992px) {
    #main.blog-posts-wrapper article {
        width: 33.33%;
        float: left;
        padding: 0 15px;
        margin-bottom: 50px;
    }
    #main.blog-posts-wrapper article:nth-child(4n+1) {
        width: 100%;
        float: none;
    }
    #main.blog-posts-wrapper article:nth-child(4n+1) .entry-title{
        font-size: 36px;
    }
    #main.blog-posts-wrapper article:not(:nth-child(4n+1)) .entry-title {
        font-size: 24px;
    }
    #main.blog-posts-wrapper article:not(:nth-child(4n+1)) .entry-container {
        padding: 20px;
    }
    #main.blog-posts-wrapper article.has-post-thumbnail:nth-child(5) .featured-image {
        right: auto;
        left: 0;
    }
    #main.blog-posts-wrapper article.has-post-thumbnail:nth-child(5) .entry-container {
        float: right;
        padding: 60px 50px 60px 20px;
    }
    #main.blog-posts-wrapper article.has-post-thumbnail:nth-child(5) .entry-container:after {
        left: -50px;
        right: auto;
    }
    #main.blog-posts-wrapper .post-item-wrapper {
        background-color: #fff;
    }
    #main.blog-posts-wrapper article.no-post-thumbnail:not(:nth-child(4n+1)) .post-item-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .blog-posts-wrapper .col-3 article:nth-child(3n+1) {
	  clear: none;
	}
    .blog-posts-wrapper .col-3 article:nth-child(4n) {
	  clear: right;
	}
}
@media screen and (min-width: 1024px) {
    #featured-slider article {
	  padding: 300px 0;
	}
}
@media screen and (min-width: 1900px) {
    #featured-slider article {
	  padding: 380px 0;
	}
}