/*
Theme Name: Sunplicity
Theme URI: https://sunplicity.bioui.fr/
Description: Sunplicity is a custom child theme of Hello Elementor.
Author: Your Name
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: sunplicity
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-logo, custom-menu, featured-images, translation-ready
*/


body.single-post div.type-post .custom-post p + ul {
    padding-top: 10px;
}

body.single-post div.type-post .custom-post p .cta-btn {
	display: inline-block;
    background-image: linear-gradient(230deg, var(--e-global-color-accent) 0%, #FFA800 100%);
    font-family: "Outfit", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    font-style: normal;
    padding: 12px 20px;
    margin: 20px 0;
	border-radius: 100px;
    border: 1px solid transparent;
    border-style: solid;
	color: #fff;
	text-decoration: none !important;
}

div.elementor-widget-n-accordion div.e-n-accordion-item p strong {
	font-weight: 600;
}