/*
Theme Name: RISC

Adding support for languages written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

https://codex.wordpress.org/Right-to-Left_Language_Support

*/

/*
body {
	direction: rtl;
	unicode-bidi: embed;
}
*/
@media (min-width: 992px) {
    .container {
        max-width:1140px;
    }
}

@media (min-width: 1200px) {
   .container {
        max-width:1600px;
		width: auto !important;
    }
}
body h5 {
	line-height: 22px;
    font-size: 18px;
	color: #3e4555;
}

@media(min-width: 1024px) {
    body #main-wrapper>.elementor, body article.page>.entry-content>.elementor, body .blog-listing {
        padding-top:0;
    }
}
.woocommerce ul.products li.product .price {
	color: #cb372d;
}
body .elementor-post__thumbnail {
	padding-bottom: 0 !important;
}
.elementor-section-wrap .elementor-section:first-child {
		margin-top: 180px !important;
	}
.tags {
	margin-top:180px !important;
}
@media only screen and (max-width:1024px) {
	.elementor-section-wrap .elementor-section:first-child {
		margin-top: 0 !important;
	}
	.tags {
	margin-top:0px !important;
}
}