/* 
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
*/

/*
    Add your custom styles here
*/

/* Tamaño icono del botn */

.boton-icono span.elementor-button-icon.elementor-align-icon-right {
    font-size: 40px;
	margin-top: -1px;
}

.elementor-location-header > .elementor-section{
    left:0;
}

/* Estilo quote post blog */

blockquote.wp-block-quote {
    font-family: 'Cormorant Garamond';
    font-size: 25px;
    border-left: solid 2px;
    margin: 24px 0;
    padding-left: 24px;
}

/***tamaño recaptcha***/
.grecaptcha-badge {
width: 70px !important;
transform:scale(0.5);
-webkit-transform:scale(0.5);
overflow: hidden !important;
transition: all 0.3s ease !important;
left: -20px !important;
bottom: 10px !important;
}

/***color botón configurar cookies***/
.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #222222;
}

/**Ajustes contact form 7**/

.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}

.wpcf7-form .wpcf7-form-control-wrap:not([data-name^="acceptance"]){
    display: flex;
    flex-direction: column;
}
.wpcf7-form .wpcf7-textarea{	
    max-height: 150px;
}

@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}


/** Estilo enlaces post blog **/

.single-post .elementor-widget-theme-post-content a {
    text-decoration: underline !important;
    color: white;
    font-weight: 700;
}

/** Espacio párrafos **/

.single-post p {
	margin-bottom: 20px !important;
}

.single-post li {
	margin-bottom: 20px !important;
}

/** Estilo leyenda imagen **/

.single-post figcaption {
    color: white !important;
}

/* Estilo boton blog */


.single-post .elementor-widget-theme-post-content a.wp-block-button__link {
    border-radius: 0px;
    border: solid 1px white !important;
    background: transparent !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none !important;
}


.single-post .elementor-widget-theme-post-content a.wp-block-button__link:hover {
    border-radius: 0px;
    border: none !important;
	color: white !important;
    background: #DABB6A !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none !important;
}

/** Ajuste estilo título listing item proyectos **/

.jet-banner.jet-effect-lily .jet-banner__content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.jet-banner__content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
}

/**Ajuste banner proyectos**/
h5.jet-banner__title{
	opacity: 0;
}

figcaption.jet-banner__content:hover h5.jet-banner__title{
	opacity: 1;
}

