/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.flex-wrap > div {
	flex-wrap: wrap;
}

.move-up {
  transition: transform 0.3s ease;
}

.move-up:hover {
  transform: translateY(-15px);
}

/* HEADER */

#main-header .site-container {
	max-width: 100%;
	padding: 0 60px;
}

#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner, .transparent-header .site-main-header-wrap .site-header-row-container-inner {
	transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
/*
.item-is-stuck .site-branding img{
    max-height: 48px!important;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
*/
.header-navigation ul li.menu-item>a {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}



/* HOME */



/* PAGINAS */
.page .elementor-heading-title, .home .elementor-heading-title {
	margin: 0;
	margin-bottom: 7px!important;
}



/* CONTACT FORM 7 */
.content-form .elementor-shortcode, .wpcf7 .row {
	overflow: hidden;
}

.content-form .elementor-shortcode h3 {
	/*color: #fff;*/
}

.wpcf7 {
	/*color: #fff;*/
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea, select {
	margin-bottom: 12px;
    width: 100%;
    padding: 5px 10px;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    background: none;
    /*color: #fff;*/
}

input[type="date"] {
	width: 100%;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
	/*color: #fff;*/
	border-bottom: 1px solid var(--global-palette-highlight);
}

.content-form input[type="text"], .content-form input[type="email"], .content-form input[type="tel"], .content-form input[type="number"], .content-form input[type="date"], .content-form textarea, .content-form select {
	/*margin-bottom: 20px;*/
}

.wpcf7 label {
	margin-top: 20px;
	display: block;
}

input[type="submit"] {
	border-radius: 0;
	font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4em;
}



.wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-spinner {
	display: none!important;
}


/* BLOG */

.search-form .kadence-search-icon-wrap {
	color: var(--global-palette5);
}

.sidebar .widget-title {
	font-weight: 700;
    font-size: 22px;
    color: var(--global-palette1);
}

.wp-site-blocks .post-thumbnail img {
    height: auto;
    max-height: 700px;
    width: auto;
    margin: 0 auto;
}

.post-title .entry-taxonomies {
	margin-top: 20px;
}

.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
	padding-right: 0;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding-left: 0;
}

.entry-related-inner-content {
	padding-left: 0;
	padding-right: 0;
}

.entry-related .loop-entry .entry-content-wrap {
	padding: 15px 10px;
	background: #f3f3f3;
}

.entry-related .loop-entry .entry-header {
	margin-bottom: 0;
}

.entry-related .loop-entry .entry-header .entry-title {
	font-weight: 700;
	font-size: 17px;
	color: var(--global-palette4);
	line-height: 1.2em;
}

/* FOOTER */

#colophon {
	z-index: 1;
}

#colophon i {
	font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

.site-footer .site-middle-footer-wrap svg {
	vertical-align: bottom;
    margin-top: 6px;
    margin-left: 10px;
}

.site-footer .site-middle-footer-wrap ul {
	padding-left: 15px;
}

.site-footer .site-middle-footer-wrap ul li {
	line-height: 1.5;
}

.site-footer .site-middle-footer-wrap li a {
	padding: 0;
}

.footer-widget-area a.social-button {
	width: auto;
	height: auto;
	padding: 8px;
}

.site-top-footer-inner-wrap ul.menu li, ul.flechas li {
	line-height: 1.4em;
	padding-bottom: 5px;
}

.site-bottom-footer-inner-wrap .site-footer-bottom-section-1 {
	flex-direction: column;
}

.site-bottom-footer-inner-wrap img {
	max-width: 800px!important;
	margin-top: 10px!important;
	margin-bottom: 15px!important;
}

.site-middle-footer-wrap {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right,rgba(255,255,255,.0),rgba(255,255,255,.38),rgba(255,255,255,.0)) 1 0 100%;
    
}

/* COOKIES */

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    background-color: rgba(0,0,0,0.8)!important;
    border-top: none!important;
    z-index: 10000000000;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
	color: #fff!important;
	font-weight: 300!important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
	font-weight: 600!important;
	padding: 6px 24px!important;
	border: 1px solid #e3e3e3;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
	color: #fff!important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn {
    line-height: 18px!important;
    width: 32px!important;
    height: 32px!important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
	transform: scale(.9);
}

/* RESPONSIVE */

@media screen and (max-width:1280px) {
	#main-header .site-container {
	    padding: 0 15px;
	}
	
	.site-branding a.brand img {
	    max-width: 160px;
	}
	
	.main-navigation .primary-menu-container > ul li.menu-item > a {
		font-size: 14px;
		padding-left: 10px;
    	padding-right: 10px;
	}
	
	.header-navigation .header-menu-container ul ul li.menu-item > a {
		font-size: 14px;
	}
}

@media screen and (max-width:1024px) {
	#colophon {
		text-align: center;
	}

	.site-footer-middle-section-1 img {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width:767px) {
	.site-middle-footer-inner-wrap .footer-widget-area-inner {
	    flex-direction: column;
		align-items: center;
	}
	
	.leaflet-map {
		height: 350px!important;
	}
}

@media screen and (max-width:680px) {
	.site-middle-footer-inner-wrap .footer-widget-area-inner {
	    flex-direction: column;
		align-items: center;
	}
}

@media screen and (max-width:520px) {
	.footer-widget-area-inner .widget_sow-features {
		max-width: 260px;
	}
    
    .footer-widget-area-inner .widget_sow-features .sow-features-feature {
		display: flex!important;
	}
}

@media screen and (max-width:450px) {
	.site-footer-top-section-1 .footer-widget-area[data-section="sidebar-widgets-footer1"] .footer-widget-area-inner {
	    flex-direction: column;
		align-items: center;
	}
}
