/**
 * Theme Name:     Hello Elementor Child
 * Author:         DevUzair
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
 #box .elementor-image-box-content {
    height: 200px;
}
}
/*.skew .elementor-widget-container {
    transform: skew(-15deg);
}*/
.skew span.elementor-button-text {
    display: inline-block;
    transform: skew(10deg);
}
.posts-per-year {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.posts-per-year li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    font-size: 15px;
	padding-bottom:20px
}
.posts-per-year .year-link {
    text-decoration: none;
    color: black;
	font-family:"IBM Plex Sans", Sans-serif;
	font-weight:600;/* Change this color to match your theme */
}
.posts-per-year .year-link:hover {
	font-weight:900;/* Change this color to match your theme */
}

.posts-per-year .post-count {
	font-family:"IBM Plex Sans", Sans-serif;
	font-weight:300;
	font-size:14px;
    color:back; /* Change this color to match your theme */
}
#comments a ,#comments p,#comments h1,#comments h2,#comments h3,#comments h4,#comments h5,#comments h6{
   font-family:"IBM Plex Sans", Sans-serif;
    	color: #000;
}
#comments input#submit{
	font-family:"IBM Plex Sans", Sans-serif;
	background-color:#FFD100;
	color:black;
	border-color:#FFD100;
}
#comments input#submit:hover{
	background-color:white;
	color:#FFD100;
	border-color:#FFD100;
}