/*
Theme Name:     Wanderlust
Theme URI:      https://wanderlust.pixorastudiothemes.com
Template:       kadence
Author:         Pixelora Studio
Author URI:     n/a
Description:    Child Theme Description
Version:        1.1
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/*Round Featured Image From Kadence Posts Block*/
.wp-block-kadence-posts li .post-thumbnail-inner img {
	border-radius: 8px!important;
}

/*Used with WordPress Cover Block So That The Background Image Zooms In When Hovered On*/
.wp-block-cover img {
    transition: transform 0.5s ease;
}
.wp-block-cover:hover img {
    transform: scale(1.05);
}

/*Main Navigation Dropdown Menu Styling*/
.sub-menu {
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px!important;
}
ul.sub-menu > li:last-child a {
	border-radius: 0px 0px 8px 8px!important;
}
ul.sub-menu > li:first-child a {
	border-radius: 8px 8px 0px 0px!important;
}

/*Round Corners Of Archive Page Images*/
#archive-container > li > article.content-bg > a {
	border-radius: 12px;
}

/*Blog post hero styling*/
.single-post .entry-header {
	text-align: start!important;
	align-items: start!important;
	justify-content: end!important;
	padding: 0px 40% 30px 0px;
}
.single-post .entry-header .entry-meta {
	justify-content: start;
}
/*Mobile specific hero styling*/
@media (max-width: 768px) {
	.single-post .entry-header {
	  padding: 150px 10px 10px 10px;
		margin-bottom: 10px;
  }
	.single-post .entry-header h1   {
		font-size: 20px;
		margin-bottom: 0px;
	}
	.single-post .entry-header .entry-meta {
		margin: 5px 0px;
	}
}
