/*
Theme Name: ShanExim Theme
Theme URI: https://ekok.net.in/shanexim-theme
Author: Your Name
Author URI: https://ekok.net.in/sasanka.html
Description: A custom theme for ShanExim.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shanexim-theme
*/

.site-content .elementor-row {
	flex-wrap: wrap;
}
.elementor-widget-inner {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
main.container h1{
	font-size: 24px;
	margin-top:15px;
}
main.container h2{
	font-size: 18px;
	margin-top:8px;
	line-height: 18px;
}
.selected-page-item h2{
	font-family: "Work Sans", sans-serif;
	font-weight:500;
	font-size: 18px!important;
	margin-top:20px!important;
	line-height: 24px!important;
}
.selected-page-item:hover, .selected-page-item:active{
	box-shadow: 2px 2px 15px #7c7c7c;
}
.pxl-list-inner .list-item {
	border: 1px solid rgba(13, 64, 28, 0.15);
	padding: 18px;
	border-radius: 20px;
	margin-bottom: 10px;
  }
  .item-featured .post-image .post-date {
	/* display: flex;
	flex-direction: column;
	justify-content: center; */
	width: 97px;
	height: 97px;
	color: var(--default-color);
	text-align: center;
	position: absolute;
	top: 20px;
	left: 20px;
	border-radius: 50%;
	font-family: var(--heading-font-family);
	background-color: var(--second-color);
	
  }
  .post-date .day{
	font-family: "Work Sans", sans-serif;
	font-size: 35px;
	font-weight: 700;
	--bs-gutter-x: 50px;
  }
  .post-date .month{
	font-family: "Work Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	--bs-gutter-x: 50px;
  }
  .subtitle-text{
	font-family:"Glittery Snowfall";
  }
  .pxl-section-divider-bot-img {
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
  }
  