/*
Theme Name: Meta Paving Stones
Template: twentytwentythree
Theme URI: https://wordpress.org/themes/twentytwentythree/
Author: KO Websites
Author URI: https://ko-websites.com/
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: rscwp
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/
.heading-size-1{
	font-size: clamp(33.419px, 2.089rem + ((1vw - 3.2px) * 3.021), 60px);
}
.heading-size-2{
    font-size: clamp(28.836px, 1.802rem + ((1vw - 3.2px) * 2.405), 50px);

}
.block-grid-img .btns{
	position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
}
.section-home-services .block-grid-img .block-grid-item .block-inner{
	padding: 0 0 40px;
}
.block-grid-img .block-grid-item .block-inner .grid-content{
	padding-bottom: 20px !important;
}
.coupon {
    border: 4px dashed #424242;
	margin: 40px 0 40px 0 !important;
}
.coupon-expiration {
    font-weight: bold;
    background-color: #666;
    color: #fff;
    margin: 0 auto;
    width: 260px;
    height: auto;
    margin-top: -2px;
    padding: 4px;
}
body:not(.home) .entry-content{
	padding-top: 80px;
    padding-bottom: 80px;
}
.pb-0{
	padding-bottom:0 !important;
}
.pt-0{
	padding-top:0 !important;
}
.pt-5{
	padding-top:30px !important;
}

main .wp-block-query ul li{
	padding-left: 0;
    background-image: none;
}
.wp-block-post-featured-image{
	border: 1px solid #e5e5e5;
}
body.single .entry-content{
	padding-top:20px;
}
.social-icons{
	font-size: 20px;
    display: flex;
    gap: 15px;
}
.social-icons a{
	color:inherit;
}
@media screen and (max-width:991px){
	body:not(.home) .entry-content{
		padding-top: 60px;
		padding-bottom: 60px;
	}
}