/*
Theme Name: AIDA Canna
Theme URI: https://swiss-consultinggroup.com
Description: A child theme of Sante
Author: Swiss Consulting Group
Author URI: https://swiss-consultinggroup.com
Version: 1.0.0
Text Domain: aidacanna
Template: sante
*/

mark {
	background-color: #e9ebe7;
}
.qodef-blog .qodef-blog-item .qodef-e-info-date {
	display: none !important;
}
.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top {
	display: none !important;
}
#qodef-side-area #qodef-side-area-inner>div:last-child {
	position: relative;
}
.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
	width: 300px;
}
.wpcf7 .row {
	padding-bottom: 2em;
}
.wpcf7 .row.acceptance {
	padding-bottom: 1em;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-form .wpcf7-not-valid {
    border-bottom: 1px solid red !important;
    background-color: #fce0e0 !important;
}
.wpcf7-form.invalid .wpcf7-response-output {
	display: none !important;
}
#schutz-text a {
	font-weight: bold;
}
body .wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
	position: relative;
	z-index: 1;
	border: 1px solid #9ca896;
	padding: 2.5em 1em 1em;
	text-align: center;
	font-size: 1.1em;
}
.wpcf7-form.sent .wpcf7-response-output::before {
	 position: absolute;
    content: '';
    height: 100%;
    left: 11px;
    top: 11px;
    right: 11px;
    bottom: -11px;
    background-color: #e9ebe7;
    z-index: -1;
}
.qodef-e-media-image .no-thumb {
	background-color: #f1f1f1;
}
.recipes .qodef-e-media-image {
	max-height: 368px;
}
.qodef-e-excerpt ul:not(.wp-block),
.qodef-e-excerpt ol:not(.wp-block) {
	margin: 1em 0;
}
.recipes .pagination {
	margin-top: 1em;
}
.recipes .pagination ul {
	list-style: none;
}
.recipes .pagination ul li {
	display: inline-block;
	position: relative;
	margin: 0 3px;
}
.recipes .pagination ul li a {
	position: relative;
	margin: 0 3px;
}
.recipes .pagination ul li .page-numbers::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	background-color: #e9ebe7;
	border-radius: 50%;
	z-index: -1;
	transition: all .3s linear;
}
.recipes .pagination ul li .page-numbers.current::before,
.recipes .pagination ul li .page-numbers:hover::before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.recipes .pagination .page-numbers {
	display: block;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	color: #68745c;
}
.single-recipe .qodef-page-title .qodef-m-title {
	font-size: 50px;
}
.qodef-woo-product-price .woocommerce-price-suffix {
	margin-left: 5px;
}
.qodef-woo-product-inner span.price {
	display: block !important;
}
#qodef-woo-page .price del {
	display: inline-block !important;
}
.qodef-woo-product-inner span.price span.amount, 
.qodef-woo-product-inner span.price .woocommerce-price-suffix {
	display: block !important;
}
.qodef-woo-product-inner .price .woocommerce-price-suffix {
	font-weight: normal;
	text-align: center;
	font-size: 70%;
}
.single-product .price .woocommerce-price-suffix {
	font-weight: normal;
	margin-left: 5px;
}
.woocommerce-checkout .form-row.create-account {
	margin-top: 2em;
	background: #f9f9f9;
	padding: 1em;
}
.woocommerce-page div.woocommerce form.woocommerce-form-login > p {
	margin-top: 1em !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	margin-bottom: 1em !important;
}
.woocommerce .woocommerce-order .wc-bacs-bank-details-heading {
	margin-top: 20px;
}
@media (min-width: 1024px) {
}

@media (min-width: 767px) {
	.wpcf7 .flex {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.wpcf7 .flex .itm {
		flex-basis: 49%;
	}
	.recipes .qodef-grid-inner {
		display: flex;
		flex-wrap: wrap;
	}
}
@media (max-width: 767px) {
	.recipes .qodef-grid-item {
		width: 100% !important;
	}
}