/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 19 2026 | 14:06:35 */
.block-editor-iframe__body, 
.editor-styles-wrapper.block-editor-writing-flow {
	padding: 0 20px;
}

.elementor-widget-text-editor h2, .elementor-widget-text-editor h3, .elementor-widget-text-editor h4, .elementor-widget-text-editor h5, .elementor-widget-text-editor h6 {
	margin: 20px 0 25px 0;
	padding: 0;
	line-height: 1.1;
}
/*
:root :where(p) {
    font-size: inherit !important;
}
*/
.p-font-size-15px {
	font-size: 15px !important;
}
.p-font-size-16px {
	font-size: 16px !important;
}
.p-font-size-17px {
	font-size: 17px !important;
}

p {
    margin-block-start: 0;
}

.elementor-widget-text-editor p a {
    text-decoration: underline;
}

/* ---------------------------------------------
  Blocks
--------------------------------------------- */

/* List */

ul.wp-block-list, 
.elementor-widget-text-editor ul {list-style: none;}

.elementor-widget-text-editor ul {padding-left: 1px;}

ul.wp-block-list li, 
.elementor-widget-text-editor ul li {position: relative; padding-left: 17px;}

.elementor-widget-text-editor ul li {margin-bottom: 5px;}

ul.wp-block-list li:before, 
.elementor-widget-text-editor ul li:before {
    content: "";
	width: 7px;
    height: 7px;
    background: #000;	
    position: absolute;
	top: 10px;
    left: 0;
    z-index: 7;
}

ul.wp-block-list.white-bullets li:before,
.elementor-widget-text-editor.white-bullets ul li:before {background: #fff;}

ul.wp-block-list.footer-nav-list li {padding-left: 0;}
ul.wp-block-list.footer-nav-list li:before {content: none; display: none;}
ul.wp-block-list.footer-nav-list li a {text-decoration: none !important;}

/* ---------------------------------------------
  Elementor
--------------------------------------------- */
 
/* Blocky Style */

.no-thumbnail .elementor-main-swiper.elementor-thumbnails-swiper {
    display: none;
}

.swippy-reviews .swiper-slide {
    background: #fff;
    box-shadow: 0 0 15px 0 #ccc;
}