/*
 Theme Name: Hello Elementor Child
 Theme URI: https://escipion.com
 Description: Child theme for Hello Elementor
 Author: Marta Camp - Adgoritmo
 Author URI: https://escipion.com
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child
*/

/** General **/

/** Whatsapp Button **/
@media (max-width: 768px) {
    .joinchat__button {
    	bottom: 45px!important;
    }
}

/** Counter **/
.elementor-counter-title {
	text-align: center;
}

/** Accordions **/
.accordion .e-n-accordion-item {
	background-color: #FFF;
	border-radius: 8px;
	border: 1px solid #D9D9D9;
} 
.accordion .e-n-accordion-item-title[aria-expanded="false"] {
	background-color: #F5F5F5!important;
}
.accordion-shadow .e-n-accordion-item {
	box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.04),
    0px 8px 20px rgba(0, 0, 0, 0.06);  
} 
.accordion-shadow .e-n-accordion-item-title[aria-expanded="false"] {
	background-color: #FFFFFF!important;
}

/** Blog **/
/* Archive*/
.posts-blog .elementor-post__thumbnail, .posts-blog .elementor-post__card .elementor-post__thumbnail__link:after {
	border-radius: 24px;
}
.posts-blog .elementor-post__read-more {
	padding: 12px 24px;
	border-radius: 8px;
	color: #FFF;
	background-color: #00263F;
}
.posts-blog .elementor-post__read-more:hover {
	background-color: #D7A569;
}
/* Single*/
.single-post .elementor-widget-theme-post-content ul {
	margin-bottom: 20px;
}
.single-post .elementor-widget-theme-post-content ul li {
	margin-bottom: 10px;
}
.single-post .elementor-widget-theme-post-content h2 {
	margin-top: 40px;
}
.single-post .elementor-widget-theme-post-content h3 {
	margin-top: 20px;
}
.elementor-post-navigation {
	gap: 60px;
}
@media (max-width: 768px) {
.elementor-post-navigation {
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
}

/** Form **/
#responsive-form{
	/*	max-width:600px; -- cambiar esto para conseguir el ancho de la forma deseada --*/
	margin:0 auto;
	width:100%;
	color:#000;
}
.form-row{
	width: 100%;
}
textarea {
    overflow: auto;
    resize: vertical;
    height: 110px;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.45rem;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
 
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}
.wpcf7-submit{
    width: 100%!important;
    border: 1px solid #00263F!important;
    color: #00263F!important;
}
.wpcf7-submit:hover{
    width: 100%;
    border: 1px solid #D7A569!important;
    background-color: #D7A569 !important;
}

/** Sidebar **/
.sidebar .cf7-form .cf7-row--2 {
	gap: 0;
}
.sidebar .cf7-form .cf7-row--2 .cf7-field {
	flex: 1 1 100%;
}

/** Footer **/
@media(max-width: 768px) {
	footer .elementor-nav-menu a {
	justify-content: center;
}
}