/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 14 2025 | 05:54:36 */
.block-editor-iframe__body, 
.editor-styles-wrapper.block-editor-writing-flow {
	padding: 0 20px;
}

/* ---------------------------------------------
  Layouts
--------------------------------------------- */

.layer-order-5 {
	position: relative;
	z-index: 5;
}



.reverse-on-pc {
	flex-direction: row-reverse;
}

body.single-post .blogpage-main-wrap h2.wp-block-heading, body.single-post .blogpage-main-wrap h3.wp-block-heading, body.single-post .blogpage-main-wrap h4.wp-block-heading, body.single-post .blogpage-main-wrap h5.wp-block-heading,
/*
.editor-visual-editor h2.wp-block-heading, .editor-visual-editor h3.wp-block-heading, .editor-visual-editor h4.wp-block-heading, .editor-visual-editor h5.wp-block-heading, .editor-visual-editor h6.wp-block-heading, */ 
 body.single-post .blogpage-main-wrap h6.wp-block-heading {
    margin-top: 30px;
}

ul.wp-block-categories-list.wp-block-categories {
    list-style: none;
}

/* ---------------------------------------------
  Blocks
--------------------------------------------- */

ul.wp-block-list {list-style: none;}
ul.wp-block-list li {position: relative; padding-left: 25px;}
ul.wp-block-list li:before {
	font-family: FontAwesome;
	content: "\f14a";
	color: #ff6c61;
	position: absolute;
	top: 0;
	left: 0;
}
ul.wp-block-list.bullets-color2 li:before {color: #ffffff;}
ul.wp-block-list.bullets-color3 li:before {color: #3a549b;}
ul.wp-block-list.bullets-color4 li:before {color: #7990cf;}
ul.wp-block-list.bullets-color5 li:before {color: #f0aba6;}
ul.wp-block-list.bullets-color6 li:before {color: #263e83;}
ul.wp-block-list.bullets-color7 li:before {color: #575757;}

ul.wp-block-list.footer-nav-list li {padding-left: 17px;}
ul.wp-block-list.footer-nav-list li:before {
    content: "\f02d";
    font-size: 13px;
	color: #7990cf;
    top: 3px;
}

ul.wp-block-list.footer-nav-list li a:hover {
	color: #ff6c61;
}

/* Accordion */

.wp-block-aab-accordion-item {
    border-radius: 0 !important;
    outline: none !important;
}
h5.aagb__accordion_title {font-size: 19px;}
.aagb__accordion_subheading {display: none;}

.faqs-yoast-block-style1 .schema-faq-question {
	font-size: 19px;
	font-weight: bold;
	color: #191d3c;
	background: #c1e4f7;
	display: block;
	padding: 10px 20px;
}
.faqs-yoast-block-style1 .schema-faq-answer {
	padding-left: 15px;
}

/* ---------------------------------------------
  LearnPress
--------------------------------------------- */

.learn-press-courses .wp-block-learnpress-course-title {
    font-size: 21px;
    line-height: 1.475;
}
.learn-press-courses .wp-block-learnpress-course-price span {
    font-size: 15px !important;
}
.learn-press-courses .wp-block-learnpress-course-price {
    margin-top: 10px;
    margin-bottom: 5px;
}
.learn-press-courses  button.wp-block-learnpress-course-button-read-more {
    background: #ff6c61;
    border: none;
    border-radius: 2px !important;
}
.learn-press-courses  button.wp-block-learnpress-course-button-read-more:hover {
    background: #7990cf;
}