/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Underline content links */
.elementor-widget-theme-post-content a:link,
.elementor-widget-theme-post-content a:visited {
	color: #e0218a !important;
	text-decoration: none !important;
	border-bottom: solid #e0218a61 0.125px !important;
	padding-bottom: 1px !important;
}

h2 {
	margin-top: 2rem !important;
}

/* Hide last element of the breadcrumbs */
.breadcrumb_last {
	display: none !important;
}

.global-confirm-checkbox-block span.checkbox-text {
    color: #ffffff80 !important;
}

.wp-block-ub-content-toggle-accordion-title-wrap>*:first-child {
    flex-grow: unset; 
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    font-weight: 400 !important;
}

/* Header */

.she-header-transparent-yes, 
.elementor-editor-active .she-header-transparent-yes {
    background-color: #191919 !important;
}

/* Language switcher */
.cpel-switcher__code {
    padding-left: 0 !important;
}


.cpel-switcher__nav .cpel-switcher__list {
    margin-top: 5px !important;
	background-color: #191919 !important;
}

/* Homepage */
/* Hide a homepage link on the homepage */
/* .home .homepage-link {
	display: none !important;
} */


/* Set proper height for a slide */
.home-section {
	height: 90vh !important;
	height: calc(var(--vh, 1vh) * 90) !important;
}

/* Posts */

/* Underline links */
.homepage-blog-popular .elementor-post__title a:link,
.homapage-blog-picked .elementor-post__title a:link,
.homepage-blog-read-all a:link {
	text-decoration: none !important;
	border-bottom: solid #0002 1px !important;
}

.premium-bullet-list-content .premium-bullet-list-text span {
	margin: 0 !important;
}

.elementor-post__meta-data {
	margin-top: 5px !important;
}

/* @media only screen and (max-width: 413px) and (min-width: 321px) and (max-height: 667px) {
	.homapage-blog-picked .elementor-post__excerpt {
		display: none !important;
	}
} */

/* @media (max-width: 320px) {
	.homepage-blog-popular article:nth-last-of-type(-n+1) {
		display: none !important;
	}
	.homapage-blog-picked .elementor-post__excerpt {
		display: none !important;
	}
} */

/* Single post template */

.wp-block-pullquote {
	background-image: url("/wp-content/uploads/2022/11/quote.svg") !important;
	background-repeat: no-repeat !important;
	background-size: 15% !important;
	background-color: #555555 !important;
	padding: 2em 0 !important;
	font-weight: 400 !important;
    line-height: 1.2 !important;
	color: #ffffff !important;
	text-align: end !important;
}

.wp-block-pullquote blockquote {
	margin-block-start: 20px;
    margin-block-end: 20px;
    margin-inline-start: 10px;
    margin-inline-end: 20px;
}

.wp-block-pullquote p {
	font-size: 1.2rem !important;
	font-style: italic !important;
	margin-left: 100px;
}


.wp-block-pullquote cite {
	font-size: 1.1rem !important;
	font-weight: 500 !important;
	margin-left: 100px !important;
	font-style: normal !important;
	line-height: 0.75 !important;
}

.wp-block-pullquote cite a {
	font-size: 1.1rem !important;
	font-weight: 500 !important;
	line-height: 0.75 !important;
	font-style: normal !important;
}

@media (max-width: 768px) {
	.wp-block-pullquote {
		font-size: 1.1rem;
		background-size: 30%;
		padding: 20px 0 !important;
	}
	.wp-block-pullquote p {
		font-size: 1.1rem !important;
		margin-left: 0 !important;
	}
	.wp-block-pullquote cite {
		font-size: 1.1rem !important;
		margin-left: 0 !important;
	}
}

.post-reviewed {
	margin: 0 -10px !important;
}

.elementor-widget .elementor-icon-list-item {
	align-items: start !important;
}

.elementor-widget .elementor-icon-list-item i {
	margin-top: 8px !important;
}

ul + p,
ol + p {
	margin-top: 0.9rem !important;
}

@media (min-width: 767px) {
	.elementor-widget-theme-post-content p:first-child {
		margin-top: 3rem !important;
	}
}

.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4 {
	margin-top: 2rem !important;
}

/* Table of context */
.elementor-toc__list-item-text-wrapper {
	margin-left: -5px !important;
}

.elementor-toc__list-item-text-wrapper svg,
.elementor-toc__list-item-text-wrapper i {
    display: none !important;
}


b, strong {
    font-weight: 500 !important;
}



.wp-block-media-text {
	padding: 20px !important;
	margin-bottom: 2rem !important;
}

.wp-block-embed {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

/* Fix Youtube iFrame size */
/* .wp-block-embed__wrapper {
	float: none !important;
    clear: both !important;
    width: 100% !important;
    position: relative !important;
    padding-bottom: 56.25% !important;
    padding-top: 0 !important;
    height: 0 !important;
}

.wp-block-embed__wrapper iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
*/

/* Fix icon's position for a styled list */
.ub_styled_list {
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}

.ub_styled_list .fa-ul>li {
    margin-left: 0.75em !important;
	margin-bottom: 0.5rem !important;
}

.ub_styled_list li::before {
    top: 5px !important;
	color: #e0218a !important;
}

/* Remove right margin for a wide elements */
.wp-block-embed.alignwide,
.wp-block-media-text.alignwide,
.wp-block-image.alignwide,
.wp-block-pullquote.alignwide,
.wp-block-table.alignwide {
	margin-left: 0px !important;
    margin-right: 0px !important;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

/* Remove left and right margins for a wide elements on mobile */
@media (max-width: 1024px) {
	.wp-block-embed.alignwide,
	.wp-block-media-text.alignwide,
	.wp-block-image.alignwide,
	.wp-block-pullquote.alignwide, 
	.wp-block-table.alignwide {
    	margin-left: 0px !important;
	}
}

.alignwide {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Checkout */
.thwcfd-field-country {
	display: none !important;
}
.wc_payment_methods {
	margin-bottom: 50px !important;
}
.wc_payment_method {
	margin-bottom: 20px !important;
}
.woocommerce-checkout #payment div.payment_box {
	margin: 0 !important;
}


li.premium-bullet-list-content.premium-bullet-list-content-inline:first-child {
    margin: 0 !important;
}

li.premium-bullet-list-content.premium-bullet-list-content-inline:not(:first-child) {
    margin: 0 !important;
}