/*
 Theme Name:   Daron Child
 Theme URI:    https://awplife.com/wordpress-free-theme/bloglane/
 Description:  Bloglane is a really super fast, easily customizable, multi-purpose WordPress responsive theme. Theme is perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Bloglane will load too fast in seconds and adapt perfectly on any viewing devices. Theme is lightweight and has a minimalist design, the theme is highly extendable, it has SEO optimized theme code, resulting in top rankings in Google search results. Bloglane works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Bloglane is also WooCommerce ready, responsive, RTL & translation ready. Bloglane is the perfect theme for your business and website. LIVE DEMO: https://awplife.com/demo/bloglane/
 Author:       A WP Life
 Author URI:   https://awplife.com
 Template:     daron
 Version:      0.0.2
 License:      GNU General Public License v3 or later
 License URI:  http://www.gnu.org/licenses/gpl.html
 Tags:         Blog, Custom Background, Custom Colors, Custom Header, Custom Logo, Custom Menu, E-Commerce, Featured Image Header, Featured Images, Flexible Header, Full Width Template, One Column, RTL Language Support, Sticky Post, Theme Options, Threaded Comments, Translation Ready, Two Columns, Wide Blocks
 Text Domain:  bloglane
*/

/* Blog List CSS START
------------------------------ */

.blog-meta-box {
	padding:30px 30px 0px 30px;
}
@media (min-width: 768px) {
	.blog-img-box-l:after {
		content: "";
		border-color: #fff;
		border-style: solid;
		border-width: 14px 14px 14px 0px;
		border-bottom-color: transparent!important;
		border-top-color: transparent !important;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -14px;
	}
	.blog-img-box-r:after {
		content: "";
		border-color: #fff;
		border-style: solid;
		border-width: 14px 0px 14px 14px;
		border-bottom-color: transparent!important;
		border-top-color: transparent !important;
		position: absolute;
		top: 50%;
		margin-top: -14px;
	}
}
.blog-list-wrap {
	float:left; 
	background:#fff; 
	margin-bottom:40px; 
	box-shadow:0 0 1.25rem 0.3125rem rgba(34, 35, 36, 0.07);
	min-width: 100%;
	word-break: break-word;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.blog-list-desc, .blog-list-meta {
		display:none;
	}
}
.blog-img-box a img {
	min-width:100%;
}
.blog-meta-box-wrap, .blog-img-box {
	padding:0;
}

/* Blog List CSS END
------------------------------ */