/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 07 2026 | 02:01:19 */
.block-editor-iframe__body, 
.editor-styles-wrapper.block-editor-writing-flow {
	padding: 0 20px;
}

: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;
}

/* ---------------------------------------------
  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 li {position: relative; padding-left: 17px;}

.elementor-widget-text-editor li {margin-bottom: 5px;}

ul.wp-block-list li:before, 
.elementor-widget-text-editor li:before {
    content: "";
	width: 7px;
    height: 7px;
    background: #000;	
    position: absolute;
	top: 10px;
    left: 0;
    z-index: 7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

ul.wp-block-list.white-bullets li:before,
.elementor-widget-text-editor.white-bullets 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;
}