/* 
Theme Name: Can Codol de Fluvia
Description: Theme made for Hello
Author: Sander | Firma Netjes
Author URI: https://firmanetjes.nl
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
*/
.cdf-logo svg{
    width:300px;
}
.elementor-widget-text-editor p:last-child{
    margin-bottom:0px;
}
/* testimoninals */
.elementor-testimonial__image {
	display: none;
}
.elementor-testimonial__image+cite {
    margin-inline-start: 0px !important;
}
/* media rules */
@media only screen and (max-width: 1140px)and (min-width:768px) {
.ccdf-logo .elementor-icon {
    font-size: 250px!important;
}
}
@media only screen and (max-width: 768px) {
.elementor-sticky--effects .ccdf-logo-container{
    display:none;
}
}
@media only screen and (min-width: 768px) {
	.e-n-accordion {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px; /* Adjust the gap as needed */
}
}