/*
 Theme Name:   esmarmusicmadrid.com-2026
 Theme URI:    https://denou.com
 Description:  esmarmusicmadrid child theme
 Author:       denou
 Author URI:   https://denou.com
 Template:     generatepress
 Version:      0.1
*/

/* GeneratePress Site CSS */ /* Box shadow */
 * /*
.box-shadow {
	box-shadow: 0px 0px 35px -13px rgba(0,36,72,0.4);
}
*/

/* Sidebars*/
@media (max-width: 768px) {
	.widget-area.is-right-sidebar {
	margin-top: 80px;
	}
} 
/* End GeneratePress Site CSS */

/* Fons header */
#site-navigation {
    background: #fdfdfdb0 !important;
}

.header-wrap .site-header
{
  background: #fdfdfdb0;
}
@media (max-width: 1000px) {
  #mobile-header {
 	background: #fdfdfdb0 !important;
  }
}


/* Fons boto busqeda */

.search-modal-form .search-field, .search-modal-form .search-field:focus
{
  width: 100%;
  height: 60px;
  background-color: #fbfafa;
}



/* Mobile Logo Size */
.site-logo.mobile-header-logo a img {
    height: 80px;
}

/* Post archive containers same height */
.generate-columns > .gb-container,
.generate-columns > .gb-container > .gb-inside-container{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.generate-columns > .gb-container > .gb-inside-container > *:last-child {
    margin-top: auto;
}

/* Disable breadcrumb on mobile */
@media (max-width: 768px) {
    #breadcrumbs {
        display: none;
    }
}

#breadcrumbs {
        font-size: 14px;
    }
	
/* gform section title font-size */
body .gform_wrapper .gform_body .gsection_title {
    font-size: 18px;
}

/* internacionalizacion */
/* per a mostrar formulari en pag internacionalizacion al clicar en botons me interesa*/

.form-hidden {
  display: none;
}
.form-hidden.is-visible {
  display: block;
}

