/*
Theme Name: Nova - Divi Child Theme
Theme URI: https://nova.divi-layouts-pro.com/
Description: Nova - Multipurpose Divi Child Theme
Author: Divi Layouts Pro
Author URI: https://divi-layouts-pro.com/
Template: Divi
Version: 2.0
*/

/** coming soon **/
.item-theme[data-loop-item="3"],
.item-theme[data-loop-item="4"],
.item-theme[data-loop-item="5"]{
    pointer-events: none;
}
.item-theme[data-loop-item="3"]:after,
.item-theme[data-loop-item="4"]:after,
.item-theme[data-loop-item="5"]:after{
    content: "Coming Soon";
    z-index: 3;
    background: white;
    width: fit-content;
    margin: auto;
    border-radius: 8px;
    padding: 5px 14px;
    /* height: 100%; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-15deg);
    font-size: 20px;
    color: var(--divi-heading-text-color);
    font-weight: 600;
}
.item-theme[data-loop-item="3"]:before,
.item-theme[data-loop-item="4"]:before,
.item-theme[data-loop-item="5"]:before{
	content: "";
	 background: rgba(0, 0, 0, 0.45);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

/* EDD */
#theme-tabs li.et_pb_tab_nav_item {
    width: 50%;
    text-align: center;
}
#theme-tabs .et_pb_tab{
	margin-bottom: 0px !important;
}
#theme-tabs ul.et_pb_tabs_controls:after{
	border: none !important;
}
li.et_pb_tab_nav_item_1 {
    border-right: none !important;
}
li.et_pb_tab_nav_item:not(.et_pb_tab_active){
	box-shadow: 0 1px 0 0 #d9d9d9;
}
#theme-tabs .edd_purchase_submit_wrapper {
    margin-top: 20px;
}
@media (max-width:767px){
	#theme-tabs .et_pb_tab_nav_item{
		width:100% !important;
	}
	#theme-tabs .et_pb_tab {
		padding: 20px 15px !important;
	}
	#theme-tabs li.et_pb_tab_nav_item {
		display: flex;
		justify-content: center;
	}
	.download-gallery-swiper {
		max-height: 80vh;
		margin-bottom: -10vh;
	}
	.download-gallery-close {
		top: 120px !important;
		right: 5px !important;
	}
}
/* Gallery shortcode */
.download-template-default header .et_pb_section_0_tb_header{
	z-index:1;
}
/* ── Overlay : passe au-dessus de tout ── */
body.gallery-open #main-header,
body.gallery-open #et-main-nav,
body.gallery-open #sidebar,
body.gallery-open .et_pb_widget_area,
body.gallery-open header .et_pb_section_0_tb_header{
    z-index: 1 !important;
}
.download-gallery-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999999 !important;
    align-items: center;
    justify-content: center;
}

.download-gallery-overlay.active {
    display: flex;
}

.swiper-wrapper {
    max-height: 90vh;
    display: flex;
    align-items: center;
}
.download-gallery-swiper {
    width: 90vw;
    max-width: 1225px;
    position: relative;
}
.swiper-slide{
	-webkit-user-select: none; /* Chrome, Safari */
	-moz-user-select: none;    /* Firefox */
	-ms-user-select: none;     /* IE/Edge old */
	user-select: none;         /* Standard */
}
.download-gallery-swiper img {
    width: 100%;
    height: auto;
    border-radius: 8px;
	display: block;
	max-height: 90vh;
	object-fit: contain;
}

/* ── Flèches modernes ── */
.download-gallery-swiper .swiper-button-prev,
.download-gallery-swiper .swiper-button-next {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: background 0.2s ease;
    top: 50%;
    transform: translateY(-50%);
}

.download-gallery-swiper .swiper-button-prev:hover,
.download-gallery-swiper .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.3);
}

.download-gallery-swiper .swiper-button-prev::after,
.download-gallery-swiper .swiper-button-next::after {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

/* ── Pagination dots ── */
.download-gallery-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.download-gallery-swiper .swiper-pagination-bullet-active {
    background: #fff;
}

/* ── Bouton fermer ── */
.download-gallery-close {
    position: fixed;
    top: 50px;
    right: 30px;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    z-index: 1000000;
}

#download-gallery-trigger img {
	border-radius: 8px;
	border: 1px solid var(--gcid-r8q5hui2d4);
	cursor: pointer;
}
.download-gallery-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.download-gallery-overlay .swiper-button-prev,
.download-gallery-overlay .swiper-button-next {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    border: 1px solid black;
    transition: background 0.2s ease;
    top: 50%;
    transform: translateY(-50%);
}

.download-gallery-overlay .swiper-button-prev:hover,
.download-gallery-overlay .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.3);
}

.download-gallery-overlay .swiper-button-prev::after,
.download-gallery-overlay .swiper-button-next::after {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}



button.cart-preview__button.cart-preview__button--secondary.cart-preview__continue {
    min-height: 48px;
}
.edd_purchase_submit_wrapper {
    text-align: center;
}
a.edd_go_to_checkout.button.edd-submit {
    min-width: 140px;
}
.download-template-default .eddr-notice.eddr-terms-notice{
	display:none;
}
a.edd-submit {
    font-weight: 600;
    color: #FFFFFF !important;
    font-size: 16px !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0px;
    border-color: #333;
    border-style: solid;
    transition-property: background-color;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0ms;
    padding-top: 12.4px !important;
    padding-right: 18px !important;
    padding-bottom: 12.4px !important;
    padding-left: 18px !important;
}
a.edd-submit:hover{
	background-color: var(--divi-secondary-color) !important;
}
.old-priced-container{
	display:none;
}
#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields, #edd_checkout_cart .edd_cart_header_row th, #edd_checkout_form_wrap #edd-discount-code-wrap, #edd_checkout_form_wrap #edd_final_total_wrap, #edd_checkout_form_wrap #edd_show_discount {
    background: var(--gcid-d68204cd-2817-45ea-bf65-5534ab285420);
	border: 1px solid #e4e9f1;
}
#edd_checkout_form_wrap #edd-login-account-wrap{
    background: var(--gcid-d68204cd-2817-45ea-bf65-5534ab285420);
}
#edd_payment_mode_select, #edd_checkout_user_info, #edd_cc_address, #edd_cc_fields, #edd_final_total_wrap, #edd_sl_renewal_fields, #edd_register_fields{
	border-radius: 6px !important;
}
#edd_checkout_cart td, #edd_checkout_cart th, #edd_checkout_form_wrap .edd-description, .TermsText, .u-color-textSecondary {
    color: var(--divi-body-font-color);
}
#edd_checkout_cart {
    border-radius: 6px;
	overflow: hidden;
}
#edd-sub-modal h3 {
    font-size: 24px;
}
form#edd_sl_cancel_renewal_form {
    margin-bottom: 25px;
}
legend {
	background: #ffffff;
	width: auto !important;
	padding: 0 10px !important;
	color: var(--divi-heading-text-color);
}
button.button, input.button {
    background-color: var(--gcid-primary-color);
    font-weight: 600;
    color: #FFFFFF !important;
    font-size: 16px !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0px;
    border-color: #333;
    border-style: solid;
    transition-property: background-color;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0ms;
    padding: 15px 20px !important;
    letter-spacing: 0.1px;
}
button.edd-add-to-cart:hover{
	background-color: var(--gcid-secondary-color) !important;
}
input#edd-purchase-button {
    margin-top: 25px;
}
.edd-page input, .edd-page select {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0);
    padding: 12px !important;
	font-weight: 600 !important;
}
.Label, .p-FieldLabel{
	font-family: var(--et_global_body_font) !important;
}
/** GENERAL **/
.cart-preview__item__message.cart-preview__item__message--recurring,
.cart-preview__item__message--recurring{
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	overflow: hidden !important;
}
.mfp-bottom-bar{
	display: none;
}
:root {
	--divi-primary-color: var(--gcid-primary-color);
	--divi-secondary-color: var(--gcid-secondary-color);
	--divi-heading-text-color: var(--gcid-heading-color);
	--divi-body-font-color: var(--gcid-body-color);
	
	--divi-global-color-1: #ffffff12;
	--divi-global-color-2: #ede9fb;
	--divi-global-color-3: #f6f6f9;
	--divi-global-color-4: #f4f7fa;
	--divi-global-color-5: rgba(255, 255, 255, 0.85);
}
img[title] {
  pointer-events: none;
}
div#main-content {
    min-height: 60vh;
}
@media (max-width:767px){
	.et_pb_row {
		width: calc(100% - 30px) !important;
	}
	h1.entry-title.main_title {
		font-size: 24px;
	}
}
@media only screen and (min-width: 981px) {
	.nova-custom-gutters-3 .et_pb_column {
		--num-cols: 3;
		--gutter-width: 20px;
	}
	.nova-custom-gutters-3 .et_pb_column:not(.et-last-child)  {
		margin-right: var(--gutter-width) !important;
	}	
	.nova-custom-gutters-3 .et_pb_column  {
		width: calc((100% - (var(--gutter-width) * (var(--num-cols) - 1))) / var(--num-cols)) !important;
	}
	
	.nova-custom-gutters-2 .et_pb_column {
		--num-cols: 2;
		--gutter-width: 20px;
	}
	.nova-custom-gutters-2 .et_pb_column:not(.et-last-child)  {
		margin-right: var(--gutter-width) !important;
	}	
	.nova-custom-gutters-2 .et_pb_column  {
		width: calc((100% - (var(--gutter-width) * (var(--num-cols) - 1))) / var(--num-cols)) !important;
	}
}
h1, h2{
	letter-spacing: -0.027em;
}
.nova-image-border-radius, .nova-image-border-radius .et_pb_image_wrap{
	border-radius:8px;
}
.nova-subtitle .et_pb_text_inner{
	width: fit-content;
	padding: 6.5px 10px;
	line-height: 1em;
	border: 1px solid rgb(228, 233, 241);
	border-radius: 8px;
}
.nova-subtitle-center .et_pb_text_inner{
	margin:auto;
}
.nova-highlight, .nova-highlight-light{
	color: var(--divi-primary-color);
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	border-radius: 0px 0px 0px 0px;
	background-image: linear-gradient(180deg, #FFFFFF00 67%, var(--divi-global-color-2) 0%);
}
.nova-highlight-light{
	background-image: linear-gradient(180deg, #FFFFFF00 67%,var(--divi-global-color-1) 0%);
}
.nova-vertical-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}
.nova-flex-direction-row{
	flex-direction:row;
	align-items: center;
}
@media screen and ( max-width: 980px ) {
    .nova-inverse-col {
        display: flex;
		flex-wrap:wrap;
        flex-direction: column-reverse;
    }
	.nova-inverse-col .et_pb_column:first-child{
        margin-bottom:0px !important;
    }
	.nova-inverse-col .et_pb_column.et-last-child{
        margin-bottom:30px !important;
    }
}
.nova-fw-500{
	font-weight:500;
}
/* list */
.nova-list ul{
	list-style: none !important;
    padding-left: 0px !important;
}
.nova-list li{
	margin-bottom:10px;
}
.nova-list li:before{
    content: "\4e";
    font-family: 'ETmodules';
    color: var(--divi-primary-color);
    background-color: var(--divi-global-color-4);
    border-radius: 8px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-right: 12px;
}
/* services */
.nova-services img{
	object-fit: contain;
	width: 35px !important;
	border-radius: 0px;
	transition-delay: 0s;
}
.nova-services .et_pb_image_wrap{
	width: 75px !important;
	height: 75px;
	background: white !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.nova-services:hover .et_pb_image_wrap{
	background: var(--divi-primary-color) !important;
}
.nova-services img{
	filter: brightness(0) saturate(100%) invert(58%) sepia(98%) saturate(6495%) hue-rotate(243deg) brightness(92%) contrast(104%);
}
.nova-services:hover img{
	filter: grayscale(1) brightness(100) !important;
}
.nova-services .et_pb_blurb_container {
	padding-left: 30px;
}
.nova-services .et_pb_module_header {
	padding-bottom: 15px;
}
@media only screen and (max-width: 1400px) {
	.nova-services .et_pb_blurb_content {
		display: flex !important;
		flex-direction: column;
	}
	.nova-services .et_pb_main_blurb_image {
		margin-bottom: 20px;
	}
	.nova-services .et_pb_blurb_container {
		padding-left: 0px !important;
	}
	.nova-services .et_pb_module_header {
		padding-bottom: 8px !important;
	}
}
/* cards */
.nova-card .et_pb_blurb_content{
	text-align: left;
}
.nova-card .et_pb_image_wrap{
	width: 78px !important;
	height: 78px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nova-card img{
	width: 35px !important;
	border-radius: 0px;
}
.nova-card ul{
	padding-bottom: 0px;
}
.nova-card:hover img{
	filter: brightness(100);
}
/* team */
.nova-person{
	max-width: 405px;
	margin: auto;
}
.nova-person .et_pb_team_member_description {
	position: absolute;
	width: 100%;
	padding: 0 10%;
	-webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
	transition: .4s cubic-bezier(0, 0, .3642, 1);
	height: calc(100% - 65px);
	top: 35px;
}
.nova-person .et_pb_module_header{
	padding-bottom:15px;
}
.nova-person .et_pb_team_member_description>*:not(.et_pb_module_header){
	-webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
	transition: .4s cubic-bezier(0, 0, .3642, 1);
	opacity: 0;
}
.nova-person .et_pb_team_member_image {
	overflow: hidden;
	margin: auto;
	border-radius: 8px;
	max-width: 100%;
}
.nova-person .et_pb_team_member_image:after{
	content: "";
	background: linear-gradient(rgba(0, 0, 0, 0.7) 0%, transparent 100%);
	height: -webkit-fill-available;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
	transition: .4s cubic-bezier(0, 0, .3642, 1);
	opacity:0.4;
}
.nova-person:hover .et_pb_team_member_image:after{
	content: "";
	opacity:1;
}
.nova-person img {
	object-fit: cover;
	transform: scale(1.05) !important;
	-webkit-transition: .6s cubic-bezier(0, 0, .3642, 1);
	transition: .6s cubic-bezier(0, 0, .3642, 1);
}
.nova-person:hover img {
	transform: scale(1) !important;
}
.nova-person:hover .et_pb_team_member_description>* {
	opacity: 1;
}
.nova-person:hover .et_pb_team_member_image:before {
	width: 100%;
}
.nova-person .et_pb_team_member_image:before {
	content: "";
	width: 0px;
	height: 4px;
	background: var(--divi-primary-color);
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	-webkit-transition: .6s cubic-bezier(0, 0, .3642, 1);
	transition: .6s cubic-bezier(0, 0, .3642, 1);
	z-index: 1;
}
.nova-person .et_pb_member_social_links{
	position: absolute;
	bottom: 0;
}
.nova-person .et_pb_member_social_links li {
	margin-right: 8px;
	border-radius: 3px;
	width: 26px;
	background: white;
	text-align: center;
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.nova-person .et_pb_member_social_links li:hover{
	background:var(--divi-primary-color);
}
.nova-person .et_pb_member_social_links li:hover a{
	color:white !important;
}
/* accordion */
#FAQ .et_pb_toggle_content {
    padding-left: 20px;
    padding-right: 20px;
}
.et_pb_toggle_title:before {
	transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block !important;
    transform: rotate(45deg);
}

.nova-accordion .et_pb_toggle {
    padding: 0 !important;
}
.nova-accordion .et_pb_toggle_title {
    background: white !important;
    padding: 24px 55px 24px 30px !important;
    border-radius: 8px;
}
.nova-accordion .et_pb_toggle_title:before{
	right: 20px !important;
}
.nova-accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    transform: rotate(180deg);
	
}
/* testimonial */
span.et_pb_group_carousel_arrow {
    top: 50%;
	transition: all 0.4s ease;
}
.et_pb_group_carousel.et_pb_group_carousel_arrows_outside .et_pb_group_carousel_arrow_next,
.et_pb_group_carousel.et_pb_group_carousel_arrows_outside .et_pb_group_carousel_arrow_prev{
	opacity:0;
}
.et_pb_group_carousel.et_pb_group_carousel_arrows_outside .et_pb_group_carousel_arrow_prev{
	 transform: translateY(-50%) translateX(50px);
}
.et_pb_group_carousel.et_pb_group_carousel_arrows_outside .et_pb_group_carousel_arrow_next {
    transform: translateY(-50%) translateX(-50px);
}
.et_pb_group_carousel.et_pb_group_carousel_arrows_outside:hover .et_pb_group_carousel_arrow_next,
.et_pb_group_carousel.et_pb_group_carousel_arrows_outside:hover .et_pb_group_carousel_arrow_prev{
	opacity:1;
}
.et_pb_group_carousel.et_pb_group_carousel_arrows_outside:hover .et_pb_group_carousel_arrow_next {
    transform: translateY(-50%) translateX(60px);
}
.et_pb_group_carousel.et_pb_group_carousel_arrows_outside:hover .et_pb_group_carousel_arrow_prev {
    transform: translateY(-50%) translateX(-60px);
}
.et_pb_group_carousel_dots {
    margin-top: 25px;
}
.et_pb_group_carousel_dot{
	opacity:1;
}
.et_pb_group_carousel_dot.et_pb_group_carousel_dot_active {
    background-color: var(--gcid-primary-color) !important;
    transform: scale(1.2);
}

.nova-testimonial .et_pb_testimonial_author {
	grid-column: 2;
	margin-top: 0px !important;
}
.nova-testimonial .et_pb_testimonial_content {
	margin-bottom: 30px;
}
.nova-testimonial .et_pb_testimonial_content p{
	padding-bottom:0px;
}
.nova-testimonial .et_pb_testimonial_meta {
	grid-column: 2;
}
.nova-testimonial .et_pb_testimonial_portrait:before{
	display:none !important;
}
.nova-testimonial .et_pb_testimonial_portrait {
	grid-column: 1;
	grid-row-start: 1;
	grid-row-end: 3;
	width: 60px !important;
	height: 60px !important;
}
.nova-testimonial .nova-testimonial-infos {
	display: grid;
	grid-template-columns: 60px 1fr;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	column-gap: 20px;
}
.nova-testimonial .et_pb_testimonial_description {
	margin-left: 0px !important;
}
@media only screen and (max-width: 980px) {
	.nova-testimonial .slide-arrow{
		display:none !important;
	}
}
/* pricing tables */
.nova-pricing-tables .et_pb_pricing_content_top {
    order: 1;
    border: none;
	padding-top: 0px;
    padding-bottom: 10px;
	padding-left: 18px;
}
.nova-pricing-tables .et_pb_dollar_sign {
    font-size: 24px;
    margin-left: -18px !important;
}
.nova-pricing-tables .et_pb_pricing_heading {
    order: 2;
}
.nova-pricing-tables .et_pb_pricing_content {
    order: 3;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
    padding-bottom: 35px;
}
.nova-pricing-tables .et_pb_pricing_table{
	padding: 40px;
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 981px) {
	.nova-pricing-tables .et_pb_pricing_table{
		padding: 20px;
	}
}
.nova-pricing-tables .et_pb_pricing_table_wrap{
	justify-content: space-between;	
}
.nova-pricing-tables .et_pb_button_wrapper {
    order: 4;
    width: 100%;
}
.nova-pricing-tables a.et_pb_button.et_pb_pricing_table_button {
    width: 100%;
}
.nova-pricing-tables .et_pb_pricing_table .et_pb_button_wrapper{
	padding: 0px;
}
.nova-pricing-tables span.et_pb_best_value {
    padding-top: 10px;
    padding-bottom: 0px;
}
.nova-pricing-tables .et_pb_pricing li {
	padding: 0 0 8px 14px;
}
.nova-pricing-tables .et_pb_pricing li span:before{
	content: url(/wp-content/uploads/2025/03/icon_check.svg) !important;
	width: 16px;
	height: 16px;
	position: relative;
	display: inline-block;
	margin-right: 0px;
	border: none;
	vertical-align: middle;
	top: -4px;
	filter: brightness(0) saturate(100%) invert(58%) sepia(98%) saturate(6495%) hue-rotate(243deg) brightness(92%) contrast(104%);
}
/* email optin */
.nova-email-optin input#et_pb_signup_email {
	padding: 6px !important;
	padding-left: 26px !important;
	height: 62px;
}
.nova-email-optin .et_pb_newsletter_button_wrap {
	position: absolute;
	right: 6px;
	bottom: 6px;
	height: 50px;
	width: 150px;
}
.nova-email-optin .et_pb_newsletter_button.et_pb_button {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nova-email-optin .et_pb_newsletter_form p.et_pb_newsletter_field{
	padding-bottom:0px !important;
	margin-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
	.nova-email-optin .et_pb_newsletter_button_wrap {
		position: static;
		margin-top: 5px;
		width: 100%;
	}
	.nova-email-optin .et_pb_newsletter_button_wrap .et_pb_button{
		background-color: var(--divi-secondary-color) !important;
	}
	.et_pb_toggle_title{
		pointer-events:none;
	}
	.et_pb_toggle_title:before{
		pointer-events: all !important;
	}
}
/* inline blurb */
.nova-inline-blurb .et_pb_blurb_container {
	padding-left: 0px !important;
}
.nova-inline-blurb .et_pb_main_blurb_image {
	vertical-align: middle;
	width: 25px;
}
/* navigation */
.wp-pagenavi a, .wp-pagenavi span.current{
	height: 36px !important;
	min-width: 36px !important;
	width: auto !important;
	border-radius: 8px !important;
	border: 1px solid #E4E8F1 !important;
	background: transparent !important;
	font-size: 11px !important;
	font-weight: 700 !important;
}
.wp-pagenavi span.current{
	background: var(--divi-primary-color) !important;
	color:white !important;
}
/** sidebar **/
#other-theme .et_pb_image_wrap{
	overflow: hidden;
}
#other-theme .et_pb_image_wrap img{
	transition: all 0.4s ease;
}
#other-theme .et_pb_image_wrap:hover img{
	transform:scale(1.05);
}
/* search */
.nova-search::after {
    content: '\55';
    font-family: ETModules;
    font-size: 20px;
    color: #757575;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) scaleX(-1);
    pointer-events: none;
    z-index: 9;
}
.nova-search.et_pb_searchsubmit {
    z-index: 10;
}

.nova-categories-sidebar ul,
.nova-tags-sidebar ul{
	padding-left:0px !important;
	padding-bottom:0px !important;
}
html body #main-content .nova-categories-sidebar ul li:hover a,
.nova-categories-sidebar ul li:hover{
	color: var(--divi-primary-color) !important
}

.nova-tags-sidebar ul li a{
    display: flex;
    align-items: center;
    height: 36px;
    font-size: 11px !important;
    text-transform: uppercase;
    padding: 0 12px;
    margin: 8px 4px 0;
    border-radius: 4px;
    border: 1px solid #E4E8F1;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    font-weight: 600;
    letter-spacing: 0.04em;
}
html body #et-boc #main-content .nova-tags-sidebar .et_pb_text_inner ul li:hover a{
	background: var(--divi-primary-color);
	color:white !important;
}
.nova-tags-sidebar ul{
    display: flex;
    flex-wrap: wrap;
}

/** MENU **/
header .et_pb_menu__logo a{
	display: flex;
	align-items: end;
}
header .et_pb_menu__logo a:after {
    content: "Pixel Perfect";
    color: var(--divi-heading-text-color);
    font-weight: 700;
    font-size: 32px;
    margin-left: 5px;
    margin-bottom: 5px;
}
@media (max-width:980px){
	header .et_pb_menu__logo a:after{
		font-size: 24px;
	}
}
html body #page-container .et_pb_section .et_pb_button#header-btn-cart:before,
body.et-db #page-container #et-boc .et_pb_section .et_pb_button#header-btn-cart:before{
	display: block !important;
	margin: 0 !important;
	margin-left: 0px !important;
}
body:not(.home) header .et_pb_row_0_tb_header{
	max-width: 100% !important;
}
body:not(.home) header .et_pb_section_0_tb_header {
	border-bottom-width: 1px;
	border-bottom-color: var(--gcid-r8q5hui2d4);
	border-bottom-style: solid;
}
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
	padding: 15px 0;
}
.et_pb_menu .et-menu>li {
	padding-left: 15px;
	padding-right: 15px;
}
.et-menu.nav{
	row-gap: 12px;
}
@media only screen and (min-width: 981px) {
	header .et_pb_menu_page_id-389,
	header .menu-item-1204{
		display: none !important;
	}
	.nav li ul {
		width: fit-content;
		display: flex;
		flex-direction: column;
	}
	.nav li li {
		white-space: nowrap;
	}
	.nav li li a {
		width: auto !important;
	}
}
ul#mobile_menu1 {
    margin-top: 14px;
}
.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
	padding: 0;
}
.et-menu:not(.sub-menu)>li>a:before{
	content: "" !important;
	position: absolute;
	top: 60%;
	margin-top: calc(.5em - -3px);
	left: 0;
	width: 100%;
	height: 2px;
	opacity: .8;
	transform: scale3d(0, 1, 1) !important;
	transform-origin: 100% 50%;
	transition: transform .3s ease-in-out;
	transition-timing-function: cubic-bezier(.2,1,.3,1);
	background: var(--divi-primary-color);
}
.et-menu li:hover>a:before{
	transform: scale3d(1, 1, 1) !important;
	transform-origin: 0% 50%;
	transition-timing-function: ease;
}
.et_pb_menu__logo-wrap {
	margin-right: 20px;
}
@media only screen and (max-width: 980px) {
	header .et_pb_menu_0_tb_header{
		width: 100%;
	}
	html body #page-container header .et_pb_row.et_pb_row_0_tb_header{
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
	header .et_pb_section_0_tb_header{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}
@media only screen and (max-width: 767px) {
	header .et_pb_row{
		width: calc(100% - 40px);
	}
	html body #page-container header .et_pb_row.et_pb_row_0_tb_header{
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
}
/** HOME **/
svg#freepik_stories-front-end:not(.animated) .animable {
	opacity: 0;
}
svg#freepik_stories-front-end.animated #freepik--Speech_Bubble_2--inject-1 {
	animation: 0.8s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideLeft;
	animation-delay: 0.8s;
	opacity: 0
}
svg#freepik_stories-front-end.animated #freepik--HTML--inject-1 {
	animation: 0.8s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideUp;
	animation-delay: 0.5s;
	opacity: 0
}
svg#freepik_stories-front-end.animated #freepik--CSS--inject-1 {
	animation: 0.8s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideUp;
	animation-delay: 0.3s;
	opacity: 0
}
svg#freepik_stories-front-end.animated #freepik--Device--inject-1 {
	animation: 0.8s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideUp;
	animation-delay: 0s;
}
svg#freepik_stories-front-end.animated #freepik--Colors--inject-1 {
	animation: 0.8s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideLeft;
	animation-delay: 1.4s;
	opacity: 0
}
svg#freepik_stories-front-end.animated #freepik--Tab_2--inject-1 {
	animation: 0.8s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideLeft;
	animation-delay: 0.9s;
	opacity: 0
}
svg#freepik_stories-front-end.animated #freepik--Tab_1--inject-1 {
	animation: 0.8s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideLeft;
	animation-delay: 1.2s;
	opacity: 0
}
svg#freepik_stories-front-end.animated #freepik--Code-2--inject-1 {
	animation: 0.8s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideRight;
	animation-delay: 0.6s;
	opacity: 0
}
svg#freepik_stories-front-end.animated #freepik--Gears--inject-1 {
	animation: 0.8s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideLeft;
	animation-delay: 0.2s;
	opacity: 0
}
svg#freepik_stories-front-end.animated #freepik--Speech_Bubble_1--inject-1 {
	animation: 0.8s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideUp;
	animation-delay: 1.6s;
	opacity: 0
}
@keyframes slideLeft {
	0% {
		opacity: 0;
		transform: translateX(-30px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slideUp {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: inherit;
	}
}

@keyframes slideRight {
	0% {
		opacity: 0;
		transform: translateX(30px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.animator-hidden {
	display: none;
}
/* drone */
@keyframes ds-bob {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-10px); }
}
@keyframes ds-march {
  to { stroke-dashoffset: -28; }
}

#ds-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 960 / 600;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	margin-top: -10%;
	margin-bottom: -10%;
	overflow: visible;
}
#ds-wrap ellipse {
    display: none !important;
}
#ds-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  z-index: 0;
}
#ds-drone-center {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	background: white;
	border-radius: 100%;
	padding: 40px;
}
#ds-drone-svg {
  display: block;
  animation: ds-bob 2s ease-in-out infinite;
}
#ds-wrap .ds-word {
  position: absolute;
  color: #64748b;
  font-size:18px !important;
  white-space: nowrap;
  line-height: 1;
  cursor: default;
  z-index: 3;
  will-change: opacity, transform;
  transition: color .25s, text-shadow .25s;
}
#ds-wrap .ds-word::before {
  content: '';
  position: absolute;
  inset: -5px -10px;
  border-radius: 5px;
  background: #f4f7fa;
  transition: background .25s;
  z-index: -1;
}
#ds-wrap .ds-word:hover {
  color: #3882fa;
  text-shadow: 0 0 18px rgba(56,130,250,.5);
}
#ds-wrap .ds-word:hover::before {
  background: rgba(56,130,250,0.08);
}


#contact .et_pb_button_wrapper {
    width: 100% !important;
}

#contact .et_contact_bottom_container {
    width: 100%;
}
#contact .et_pb_button.et_pb_contact_submit {
    width: 100%;
    margin: 0;
}  

/* menu */
@media only screen and (min-width: 980px) {
	header .et_pb_row--with-menu .et_pb_column{
		display: flex;
		align-items: center;
	}
	body.home header>div:not(.has_et_pb_sticky) .et_pb_section--with-menu{
		width: 1225px !important;
		border-radius: 0px 0 8px 8px;
	}
	.et_pb_row.et_pb_row_0_tb_header.et_pb_equal_columns.et_pb_row--with-menu {
		width: 98%;
	}
	body.home header.et-l.et-l--header {
		background: transparent;
		position: absolute;
		width: 100%;
	}
}
@media only screen and (max-width: 1400px) and (min-width: 980px){
	header>div:not(.has_et_pb_sticky) .et_pb_section--with-menu{
		width:80% !important;
	}
}
header .et_pb_column{
	margin-bottom: 0px !important;
}
.et_pb_section--with-menu {
	margin: auto;
	transition: width 0.5s ease;
}
.et_pb_with_border.et_pb_section.et_pb_section_0_tb_header.et_pb_sticky_module.et_section_regular.et_pb_section--with-menu.et_pb_sticky.et_pb_sticky--top {
	left: 50% !important;
	transform: translateX(-50%);
	width: 100% !important;
	border-radius:0px;
}

@media only screen and (min-width: 980px) {
	#nova-section-hero{
		min-height:calc(100vh - 30px);
	}
}
/* themes cards */
.item-theme .item-theme-title h3{
	padding-bottom: 0px;
}
/* pricing */
@media only screen and (min-width: 980px) {
	#pricing .et_pb_pricing_tables_0 {
		margin: 0 !important;
		margin-left: auto !important;
	}
}

/** DOWNLOAD PRODUCT **/
.pp-theme-desc * { box-sizing: border-box; margin: 0; padding: 0; }
.pp-theme-desc {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1d1d1f;
    line-height: 1.7;
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 20px;
}

/* Hero */
.pp-hero h1{
	margin-top: 0px !important;
}
.pp-theme-desc .pp-hero {
    background: linear-gradient(135deg, #1d1d1f 0%, #2d2d35 100%);
    border-radius: 20px;
    padding: 56px 48px;
    text-align: center;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
}
.pp-theme-desc .pp-hero::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(120,80,255,0.25) 0%, transparent 70%);
    pointer-events: none;
}
.pp-theme-desc .pp-hero::after {
    content: '';
    position: absolute;
    bottom: -60px; left: -60px;
    width: 250px; height: 250px;
    background: radial-gradient(circle, rgba(0,180,255,0.15) 0%, transparent 70%);
    pointer-events: none;
}
.pp-theme-desc .pp-hero .pp-badge {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.7);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 20px;
}
.pp-theme-desc .pp-hero h1 {
    font-size: 2.6rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 16px;
    line-height: 1.2;
}
.pp-theme-desc .pp-hero h1 span {
    background: linear-gradient(90deg, #a78bfa, #60a5fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.pp-theme-desc .pp-hero p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.65);
    max-width: 540px;
    margin: 0 auto;
}

/* Intro */
.pp-theme-desc .pp-intro {
    background: #fff;
    border: 1px solid #e0e0e5;
    border-radius: 14px;
    padding: 32px;
    margin-bottom: 32px;
    font-size: 1rem;
    color: #3a3a3c;
}

/* Section title */
.pp-theme-desc .pp-section-title {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6e6e73;
    margin-bottom: 16px;
    padding-left: 4px;
}

/* Features grid */
.pp-theme-desc .pp-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 32px;
    list-style: none;
    padding: 0;
}
@media (max-width: 540px) {
    .pp-theme-desc .pp-features-grid { grid-template-columns: 1fr; }
    .pp-theme-desc .pp-hero h1 { font-size: 1.9rem; }
    .pp-theme-desc .pp-hero { padding: 40px 28px; }
}
.pp-theme-desc .pp-feature-card {
    background: #fff;
    border: 1px solid #e0e0e5;
    border-radius: 14px;
    padding: 24px;
    transition: box-shadow 0.2s, transform 0.2s;
}
.pp-theme-desc .pp-feature-card h3{
	margin-top: 0px !important;
}
.pp-theme-desc .pp-feature-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}
.pp-theme-desc .pp-feature-icon {
    font-size: 1.6rem;
    margin-bottom: 10px;
    display: block;
}
.pp-theme-desc .pp-feature-card h3 {
    font-size: 0.97rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #1d1d1f;
}
.pp-theme-desc .pp-feature-card p {
    font-size: 0.88rem;
    color: #6e6e73;
    line-height: 1.55;
}

/* CTA */
.pp-cta h2, .pp-support h2{
	margin-top: 0px !important;
}
.pp-theme-desc .pp-cta {
    background: var(--gcid-primary-color);
	background: linear-gradient(135deg, var(--gcid-primary-color), #5130bf);
    border-radius: 14px;
    padding: 32px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}
.pp-theme-desc .pp-cta h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.pp-theme-desc .pp-cta p {
    font-size: 0.95rem;
    opacity: 0.85;
}

/* Support */
.pp-theme-desc .pp-support {
    background: #1d1d1f;
    color: #f5f5f7;
    border-radius: 14px;
    padding: 32px;
    text-align: center;
}
.pp-theme-desc .pp-support h2 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.pp-theme-desc .pp-support p {
    font-size: 0.95rem;
    color: #aeaeb2;
    margin-bottom: 20px;
}
.pp-theme-desc .pp-support a {
    display: inline-block;
    background: #fff;
    color: #1d1d1f;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 12px 28px;
    border-radius: 8px;
    transition: opacity 0.2s;
}
.pp-theme-desc .pp-support a:hover { opacity: 0.85; }
.pp-theme-desc .pp-support .pp-response-time {
    display: block;
    margin-top: 14px;
    font-size: 0.82rem;
    color: #6e6e73;
}
.pp-theme-desc ul>li:before{
	display: none !important;
}
.pp-theme-desc h2 {
    color: white;
}
/** SERVICES **/
.nova-section-services-col{
	max-width:475px;
	margin-left:auto;
}
.nova-section-services-col-left{
	margin-left: 0px;
}

/** BLOG **/
.nova-blog .post-meta{
	margin-top: 20px !important;
}
@media only screen and (min-width: 767px) {
	.nova-blog article:not(.et_pb_no_thumb) {
		display: grid;
		grid-template-columns: 0.6fr 1fr;
		transition: all 300ms ease;
		grid-template-rows: 0.3fr 0.2fr 0.5fr;
	}
}
@media only screen and (max-width: 767px) {
	.nova-blog .post-meta{
		margin-bottom:0px !important;
	}
	.nova-blog a.more-link {
		margin-top: 20px !important;
	}
}
.nova-blog .et_pb_no_thumb .entry-title, 
.nova-blog .et_pb_no_thumb .post-content,
.nova-blog .et_pb_no_thumb .post-meta{
    margin-left: 0;
	margin-right: 0;
}
.nova-blog .entry-featured-image-url {
	grid-row-start: 1;
	grid-row-end: 4;
	margin-bottom: 0;
}
  .nova-blog .entry-featured-image-url img{
        border-radius: 8px 8px 8px 8px;
  }
.nova-blog article a.more-link {
	position: relative;
    width: fit-content;
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 4px;
    font-size: 16px !important;
    background-color: var(--divi-primary-color);
    padding: 10px 22px;
    font-weight: 600 !important;
    transition: all 300ms ease 0ms;
}
  .nova-blog article a.more-link:hover{
    background:var(--divi-secondary-color);
  }
@media screen and (max-width: 767px) {
	.nova-blog article {
		display: flex;
		flex-wrap: wrap;
	}
	.nova-blog article .entry-title {
		order: 2;
		margin: 2% 0;
		width: 100%;
	}
	.nova-blog article .post-meta {
		margin: 4% 0 10px 0;
	}
	.nova-blog article .post-content {
		order: 3;
		margin: 0;
	}
	.nova-blog article a.more-link {
		margin: 3% 0% 5% 0;
	}
	.nova-blog .entry-featured-image-url img {
		height: auto !important;
	}
}


/** ARCHIVE PAGES **/
.nova-posts article{
	background-color: var(--divi-global-color-4);
    padding: 30px;
    border-radius: 8px;
}
.nova-posts article a.more-link{
	margin-top:15px !important;
	margin-bottom: 0px !important;
}
/** FOOTER **/
footer.et-l.et-l--footer {
    z-index: 1;
    position: relative;
}
.nova-footer-links h5{
	margin-bottom:10px;
}
.nova-footer-links p{
	padding-bottom:8px;
}
@media only screen and (max-width: 767px) {
	.nova-footer-links h5{
		margin-bottom:0px;
	}
	.nova-footer-links p{
		padding-bottom:4px;
	}
}

/** SINGLE POST **/
@media screen and (max-width: 768px) {
	blockquote {
		padding:30px;
		font-size: 16px
	}
}
.single-post-text p{
	padding-bottom:0px;
}
.single-post-text>*:first-child,.single-post-text>div>*:first-child {
	margin-top: 0
}
.single-post-text>*:last-child {
	margin-bottom: 0
}
.single-post-text ul,.single-post-text ol {
	line-height: 2
}
.single-post-text ul {
	display: block;
	list-style-type: disc;
	margin-inline-start:0px;
	margin-inline-end:0px;
	padding-inline-start:0px
}
.single-post-text ul>li {
	list-style-type: disc
}
.single-post-text li {
	display: list-item;
	text-align: -webkit-match-parent
}
.single-post-text ol {
	display: block;
	list-style-type: decimal;
	margin-inline-start:0px;
	margin-inline-end:0px;
	padding-inline-start:1.25rem
}
.single-post-text ol>li {
	list-style-type: decimal
}
.single-post-text p {
	margin-top: 0px;
	margin-bottom: 30px
}
.single-post-text hr{
	margin-bottom: 30px;
	margin-top: 30px;
}
.single-post-text img {
	max-width: 100%
}
.single-post-text img+figure {
	margin-top: 30px
}
.single-post-text table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background: 0 0;
	border: 1px solid rgba(0,0,0,.3)
}
.single-post-text table th {
	padding: 15px 20px;
	font-size: 15px;
	font-weight: 700;
	background: #fff;
	border: 1px solid #f2f3f5;
	text-align: left
}
.single-post-text table tbody th {
	background: #fff
}
.single-post-text table td {
	border: none;
	padding: 10px;
	font-size: 17px;
	background: #fff;
	border: 1px solid #f2f3f5
}
.single-post-text table td#today {
	background: rgba(0,0,0,.3);
	font-weight: 700
}
.single-post-text table caption {
	margin: 0 0 10px;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	caption-side: top;
	text-align: center
}
@media screen and (max-width: 720px) {
	.single-post-text table th {
		padding:10px;
		font-size: 13px
	}

	.single-post-text table td {
		padding: 10px;
		font-size: 13px
	}
}
.single-post-text {
	line-height: 1.6;
	word-wrap: break-word
}
.single-post-text:after {
	content: '';
	position: relative;
	clear: both;
	display: block
}
.single-post-text img {
	max-width: 100%;
	height: auto
}
.single-post-text p a:hover {
	text-decoration: underline
}
.single-post-text dt {
	margin-bottom: 5px;
	font-weight: 700;
	color: #000
}
.single-post-text dd {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px
}
.single-post-text blockquote p {
	margin-bottom: .5rem!important;
	font-style: normal;
	font-weight: 600
}
.single-post-text blockquote p:first-child {
	margin-top: 0
}
.single-post-text blockquote cite {
	font-size: 17px;
	font-style: normal
}
.single-post-text blockquote cite:before {
	margin-right: 5px;
	content: '-'
}
.single-post-text blockquote cite br {
	display: none
}
.single-post-text blockquote.has-text-align-right cite:before {
	display: none
}
.single-post-text blockquote.has-text-align-right cite:after {
	margin-left: 5px;
	content: '-'
}
.wp-block-file__button {
	padding: 0 1rem
}
.single-post-text figure {
	margin-bottom: 30px;
	max-width: 100%;
	overflow: auto
}
.single-post-text figure .wp-caption-text,.gallery-caption {
	font-style: italic
}
.single-post-text .gallery {
	margin-bottom: 0
}
.single-post-text h1,.single-post-text h2,.single-post-text h3,.single-post-text h4,.single-post-text h5,.single-post-text h6 {
	margin-top: 30px;
	margin-bottom: 30px
}
.single-post-text h1+h2,.single-post-text h2+h3,.single-post-text h3+h4,.single-post-text h4+h5,.single-post-text h5+h6,.single-post-text h6 {
	margin-top: 30px
}
.single-post-text pre.wp-block-code,.single-post-text pre {
	padding: 20px;
	overflow: auto;
	white-space: pre-wrap;
	background: linear-gradient(159deg,#000 0%,#23232d 100%);
	background: -webkit-linear-gradient(159deg,#000 0%,#23232d 100%);
	color: #f2f3f5;
	font-size: 15px
}
.single-post-text blockquote {
	margin: 30px 0;
	color: black;
	border-color: var(--divi-primary-color);
	background: 0 0;
	padding: 30px 30px 30px 40px;
	font-style: italic;
	position: relative
}
.single-post-text blockquote p:last-child {
	margin-bottom: 0!important
}
.single-post-text blockquote:before {
	position: absolute;
	font-family: ETmodules !important;
	font-weight: 900 !important;
	content: "\7b" !important;
	font-size: 30px;
	opacity: .3;
	color: #000;
	top: -5px;
	left: 10px;
	line-height: 1em;
	transform: scaleX(-1);
}
.single-post-text blockquote:after {
	position: absolute;
	font-family: ETmodules !important;
	font-weight: 900 !important;
	content: "\7b" !important;
	font-size: 30px;
	opacity: .3;
	color: #000;
	bottom: 0;
	right: 0;
}
.single-post-text footer {
	width: auto
}

.single-post-title {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	word-break: break-word
}

.single-post-text ul {
	padding: 0;
	margin: 0
}

.single-post-text h1 {
	font-size: 48px
}

.single-post-text h2 {
	font-size: 36px
}

.single-post-text h3 {
	font-size: 24px
}

.single-post-text h4 {
	font-size: 17px
}
.single-post-text h5 {
	font-size: 16px
}
.single-post-text h6 {
	font-size: 15px
}
.single-post-text ul>li,.single-post-text ol>li {
	margin-bottom: .25rem
}
.single-post-text ul ul,.single-post-text ol ol,.single-post-text ul ol,.single-post-text ol ul {
	margin-top: .25rem
}
.single-post-text ul>li {
	display: block;
	line-height: 150%;
	list-style-type: none;
	position: relative;
	padding-left: 27px
}
.single-post-text ul>li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: var(--divi-secondary-color);
}
.single-post-text ol {
	padding: 0;
	margin: 0 0 0 1.25rem
}
.single-post-text ol>li {
	line-height: 150%;
	list-style-type: decimal
}
.single-post-text ol>li::marker {
	color: #000
}
.single-post-text p,.single-post-text ul,.single-post-text ol,.single-post-text h1,.single-post-text h2,.single-post-text h3,.single-post-text h4,.single-post-text h5,.single-post-text h6,.single-post-text iframe,.single-post-text table,.single-post-text object,.single-post-text blockquote {
	margin-bottom: 10px
}
.single-post-text p:last-child,.single-post-text ul:last-child,.single-post-text ol:last-child,.single-post-text h1:last-child,.single-post-text h2:last-child,.single-post-text h3:last-child,.single-post-text h4:last-child,.single-post-text h5:last-child,.single-post-text h6:last-child,.single-post-text iframe:last-child,.single-post-text table:last-child,.single-post-text object:last-child,.single-post-text blockquote:last-child {
	margin-bottom: 0
}


/** ACCOUNT **/


