/*
Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Template: neve
Author: ThemeIsle
Author URI: https://themeisle.com
Description: Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL &amp; translation ready. Look no further. Neve is the perfect theme for you!
Tags: blog,custom-logo,e-commerce,rtl-language-support,grid-layout,one-column,two-columns,custom-background,custom-colors,custom-header,custom-menu,featured-image-header,featured-images,flexible-header,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,accessibility-ready,wide-blocks,block-styles,footer-widgets,portfolio,left-sidebar,right-sidebar
Version: 3.4.9.1672827572
Updated: 2023-01-04 10:19:32

*/

/* Borde menu hamburguesa */

.navbar-toggle{
	border: none !important;
}

.navbar-toggle:hover{
	border: none !important;
}


/* .builder-item .item--inner {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 10px;
 
} */


form{
	width: 100% !important;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	
}

input{
		width: 100 !important;
		background: var( --e-global-color-nvsitebg ) !important;
		border-color: var( --e-global-color-nvsitebg ) !important;
		border-bottom-color: var(--nv-text-color) !important;
		color: var(--nv-text-color) !important;

}


textarea{
		width:100% !important;
		background: var( --e-global-color-nvsitebg ) !important;
		border-color: var( --e-global-color-nvsitebg ) !important;
		border-bottom-color: var(--nv-text-color) !important;

		color: var(--nv-text-color) !important;

}

.wp-show-posts-entry-meta{
	color: var(--nv-text-color) !important;
	
}
.wp-show-posts-meta a, .wp-show-posts-meta a:visited{
		color: var(--nv-text-color) !important;

}

.wpforms-field-container{
	width: 60% !important;
}


.wpforms-submit-container{
	width: 25% !important;
}

.wpforms-submit{
	width: 100% !important;
	background-color: var( --e-global-color-nvprimaryaccent ) !important;
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif !important;
	font-weight: var( --e-global-typography-accent-font-weight ) !important;
	font-size: 16px !important;
/* 	padding: 15px 30px !important; */
	border-radius: 4px !important;
	color: var( --e-global-color-nvc2 ) !important;
	border: none !important;
	
}

.wpforms-submit:hover{
	opacity: .9 !important;
}






.wp-show-posts-read-more{
	width: 100% !important;
	background-color: var( --e-global-color-nvprimaryaccent ) !important;
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif !important;
	font-weight: var( --e-global-typography-accent-font-weight ) !important;
	font-size: 16px !important;
/* 	padding: 15px 30px !important; */
	border-radius: 4px !important;
	color: var( --e-global-color-nvc2 ) !important;
	border: none !important;
	
}
.wp-show-posts-read-more:hover{
	opacity: .9 !important;
}





div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}





div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
  	width: 100% !important;
	margin-left: 0 !important;
	margin-top: 10px !important;
}


.entry-title, .entry-date{
	color: white !important;
}






@media (max-width: 960px){
	
	.hidden-md{
		display: none !important;
	
	}
	
	.nav-ul li.current-menu-item > a:not([href*="#"]) {
  		width: 30%!important;
	}
	
	.header-menu-sidebar .nav-ul li {
  		width: 100%;
 	 	display: flex;
 	 	justify-content: center;
	}
	
	
	.switcher{
		margin-top: 10px;
	}
	
	.builder-item--header_palette_switch {
  		--margin: 0px 0 0 0 !important;
	}
	
	

	#gtranslate_wrapper{
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		position: relative !important;
	}
	
	.align-center-md div p{
		text-align: center !important;
	}
	/*
	.nav-menu-footer{
		display: none;
	}
	*/
	
		.justify-center{
		display:flex;
		justify-content:center !important;
	}
	
	.wp-block-social-link-label{
		display:none;
	}
	
	.none{
		display:none;
	}
	
	
	.alignfull {
  		padding: 0 27px;
		}
	
	#wp-block-themeisle-blocks-slider-51e3607b{
		padding: 7.5px !important;
	}
	
	article{
		padding: 0px !important;
	}

}

@media (min-width: 782px){
	.only-mobile-stack{
		flex-wrap: nowrap !important;
	}
	

	
	
}

@media (max-width: 782px){
	.mobile-mb-1{
		margin-bottom: 20px;
	}
	
	
}

/* Invertir orden columnas editor en movil */
@media all and (min-width: 767px) {
  .fila-inversa {
    display: flex !important;
    flex-flow: wrap;
    flex-direction: row-reverse;
  }
}

.mb-0{
	margin-bottom: 0 !important;
}

.c-extra1 a{
	color: var(--nv-c-1) !important;
}

.justify{
	text-align: justify;
}

.switcher{
	width: 130px !important;
}

.switcher div a{
	width: 118px !important;
}

.footer-bottom{
	display: none;
}

.single-post-container{
	margin-left: 30px;
	margin-right: 30px;
	width: auto;
}

.header{
	position: sticky;
	top: 0;
	z-index: 100;
	width: 100%;
	-webkit-box-shadow: 0px 0px 3px 4px var(--nv-text-dark-bg);
	-moz-box-shadow: 0px 0px 3px 4px var(--nv-text-dark-bg);
	box-shadow: 0px 0px 3px 4px var(--nv-text-dark-bg);
}

.wrapper{
		overflow: visible !important;
}

.footer-menu li a, .builder-item--footer-one-widgets div div div div p a i, .builder-item--footer-two-widgets{
	color: #ededed !important;
}



/* Paddings */
.p-4 {
	padding: 25px !important;
}

/*          */
.flex-column{
	display:flex;
	flex-direction:column;
}



.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept, .cmplz-btn.cmplz-deny, .cmplz-view-preferences {
 font-size:18px !important;
	

}



.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
	
	  background-color: var(--e-global-color-nvprimaryaccent)!important;
  border: 1px solid var(--e-global-color-nvprimaryaccent)!important;
  color: var( --e-global-color-nvc2)!important;
}



.cmplz-cookiebanner .cmplz-links .cmplz-link{
	font-size: 16px !important;
	
  color: var(--e-global-color-nvprimaryaccent) !important;
}


.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  background-color: var(--cmplz_button_accept_background_color);
  border: 1px solid var(--cmplz_button_accept_border_color);
  color: var(--cmplz_button_accept_text_color);
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
  color: #f000!important;
}



.wp-show-posts-image.wpsp-image-left{
	margin-right: 2.5em!important;
}



.wpforms-required-label{
	display:none !important;
}


.VIpgJd-ZVi9od-ORHb-OEVmcd {
display:none !important;
}






/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
	display: flex;
	align-items: start;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

/* .social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
} */

.social-media-list li:hover {
  background-color: #fff; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: #000;
}


@media (max-width: 960px){
	.only-mobile-stack{
		flex-wrap: nowrap !important;
	}
	
	.social-media-list {

	display:block;
}

	
	
	.header-menu-sidebar .nav-ul li{
		
		
		flex-direction:column !important;

}
}



.nv-overlay {
  --opacity: 80!important;
}

