/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/** Fonts **/
h1, h2, h3, h4, h5, h6 {
	font-family: "PPHatton-Bold";
	font-weight: bold;
	color: #a67c4c;
}
body, button, input, select, textarea, p, a, input, li, span {
	font-family: "Work Sans";
	font-weight: normal;
}


/** GENERAL **/
div.site.grid-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation {
	padding: 0;
}
.separate-containers .site-main {
    margin: 0;
}
a {
	transition: all 0.3s;
	text-decoration: none;
	color: #a67c4c;
}
a:hover {
	text-decoration: none;
	color: #000;
	
}
.site-content .elementor-widget-container ul {
	list-style: none;
    margin: 0;
}
.site-content .elementor-widget-container ul li {
	background-image: url(./img/list-style-image.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-size: 8px;
    background-position-y: 9px;
    margin-bottom: 5px;
}
/*******/

/** Header **/
#primary-menu a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12pt;
}
#primary-menu li.menu-item-has-children a {
	padding-right: 20px;
}
#primary-menu li.menu-item-has-children span {
	display: none;
}
#primary-menu li.registrations-menu-link {
	padding: 0 20px;
}
#primary-menu li.registrations-menu-link a {
	text-transform: uppercase;
    font-weight: normal;
    background-color: #a67c4c;
    color: #1a2f4b;
    border-radius: 40px;
    width: 170px;
    text-align: center;
    height: 35px;
    vertical-align: middle;
    line-height: 35px;
}
#primary-menu li.registrations-menu-link a:hover,
#primary-menu li.registrations-menu-link.current-menu-item a {
	background-color:  #FFF;
}
#primary-menu a:hover,
#primary-menu li.current-menu-item a,
#primary-menu li.current-menu-parent a {
	color: #a67c4c;
}
#primary-menu li.current-menu-parent .sub-menu a {
	color: #fff;
}
#primary-menu ul.sub-menu {
	background-color: #a67c4c;
	padding: 1rem;
	min-width: 250px;
}
#primary-menu ul.sub-menu a {
	padding: 5px 10px;
	font-weight: normal;
}
#primary-menu ul.sub-menu a:hover,
#primary-menu ul.sub-menu li.current-menu-item a {
	color: #1a2f4b;
}

.site-header {
	transition: all 0.3s ease;
	z-index: 9999;
	border: 0;
	background: #1a2f4b;
}
body.page-id-4631 .site-header,
body.home .site-header {
	background: transparent;
}
body.home .site-header.scrolled,
body.page-id-4631 .site-header.scrolled,
.site-header.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  background: #1a2f4b;
}
.site-header .custom-logo-link img {
	width: auto;
	height: 45px;
}
.site-header .custom-logo-link img.scrolled-logo {
	width: auto;
	height: 45px;
}
.site-header .header-logo.scrolled-logo {
  display: none;
}
.site-header.scrolled .header-logo.default-logo {
  display: none;
}
.site-header.scrolled .header-logo.scrolled-logo {
  display: inline;
}
body.home .site-header {
	background-color: transparent;
}
body.page-id-4631 .site-header.stick,
body.home .site-header.scrolled,
body.home .site-header.stick {
	background: #1a2f4b;
}
body.page-id-4631 .site-content,
body.home .site-content {
	position: relative;
    top: -80px;
}

.site-header .inside-header {
	max-width: 1200px;
	padding: 10px 20px;
}
.site-branding {
	display: flex;
	max-width: 280px;
}
.main-title {
	font-size: 36px;
	width: 30%;
}
.site-description {
	font-size: 10px;
	width: 65%;
	position: relative;
}

.header-widget {
	display: flex;
    margin: 0 0 0 10px !important;
    padding-left: 10px;
	border-left: 1px #FFF solid;
}
.header-widget .widget_polylang {
	width: auto;
	position: relative;
}
.header-widget .widget_polylang ul li {
	display: inline-block;
	margin: 0;
	padding-left: 10px;
}
.header-widget .widget_polylang ul li a {
	font-size: 12pt;
}
.header-widget .widget_polylang ul li.current-lang a,
.header-widget .widget_polylang ul li:hover a {
	color: #a67c4c;
}
.header-widget .widget_polylang select {
	color: #FFF;
    padding: 0 5px;
    cursor: pointer;
    border: 0;
    position: relative;
    z-index: 99;
    background: none;
    appearance: none;
    width: 65px;
	font-weight: bold;
}

.header-widget .widget_polylang select option {
    color: #FFF;
    background-color: #a67c4c;
    border: 0;
}
.header-widget .widget_block {
	width: auto;
	padding-left: 20px;
}
.header-widget .widget_block ul {
	display: flex;	
}
button.menu-toggle {
	padding-right: 0;
}


/** Social links **/
.widget_block ul {
	list-style: none;
}
.widget_block .facebook-link a,
.widget_block .instagram-link a {
	position: relative;
    display: block;
    overflow: hidden;
    float: none;
}
.widget_block .facebook-link {
	background-image: url('./img/ico-facebook.svg');
	background-repeat: no-repeat;
    background-size: contain;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 30px;
	height: 25px;
	margin: 0;
    padding: 0;
	transition: all 0.3s;
}
.widget_block .instagram-link {
	background-image: url('./img/ico-instagram.svg');
	background-repeat: no-repeat;
    background-size: contain;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 30px;
	height: 25px;
	margin: 0;
    padding: 0;
	transition: all 0.3s;
}
.widget_block .facebook-link:hover {
	background-image: url('./img/ico-facebook-on.svg');
}
.widget_block .instagram-link:hover {
	background-image: url('./img/ico-instagram-on.svg');
}


/** CONTENT **/

/** Custom post **/
body.post-template-custom-template .site-content {
	display: block;
}
body.post-template-custom-template .header-custom-post {
	background-color: #001119;
    background-image: url(https://www.cimbarcelona.com/wp-content/uploads/2023/12/cap-blog.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 350px;
	position: relative;
}
body.post-template-custom-template .header-custom-post .header-custom-post-title  {
	    max-width: 1200px;
    margin: auto;
}
body.post-template-custom-template .header-custom-post h1 {
	color: #FFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	padding: 0 20px;
}
body.post-template-custom-template .title-custom-post {
	background-color: #E4E4E3;
	padding: 3rem 20px;
	margin: 0 auto 4rem auto;
}
body.post-template-custom-template .title-custom-post h1.entry-title {
	padding: 0 20px;
    margin: auto;
	color: #B81615;
    font-weight: 700;
	font-size: 40px;
}
body.post-template-custom-template article {
	width: 80%;
	margin-left: 2rem;
}
body.post-template-custom-template .article-content {
	display: flex;
	max-width: 1200px;
	padding: 0 20px 70px 20px;
	margin: auto;
}
body.post-template-custom-template .article-content .article-sidebar {
	width: 20%;
}
body.post-template-custom-template article .featured-image {
	text-align: center;
}

/** New single posts styles **/
body.single-post .site-content {
	max-width: 1200px;
    margin: 4rem auto;
    padding: 0 20px;
}
body.single-post .site-main {
	display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}
body.single-post .site-main article.post {
	width: 80%;
}
body.single-post .site-main article.post .inside-article {
	margin-right: 2rem;
}
body.single-post .article-date {
	color: #706F6F;
	font-size: 14px;
	display: block;
}
body.single-post h1 {
	margin-top: 2rem;
	color: #1A2F4B;
	font-family: "Work Sans";
}
body.single-post .site-main .entradas-recientes {
	width: 20%;
}


/** HOME SLIDER **/
.home-slider-text {
	z-index: 1 !important;
}
.home-slider-bg {
	z-index: 0 !important;
}
.cim-homeslider {
	position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.cim-homeslider-wrapper,
.cim-homeslider-slide {
	min-height: 100vh;
}  
.cim-homeslider-slide {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.cim-homeslider-slide.active {
	opacity: 1;
	z-index: 1;
}
.cim-homeslider .slide-1 {
	background-size: 40%;
    background-position-x: 80%;
}


/** Hover icons home **/
.hover-icons .hover-bases a {
	background-image: url('./img/ico-bases.svg');
	height: 130px;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 65px;
	padding-top: 120px;
	transition: all 0.2s;
}
.hover-icons .hover-bases a:hover {
	background-image: url('./img/ico-bases-on.svg');
	background-size: 60px;
}
.hover-icons .hover-concursants a {
	background-image: url('./img/ico-concursant.svg');
	height: 130px;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100px;
	padding-top: 120px;
	transition: all 0.2s;
}
.hover-icons .hover-concursants a:hover {
	background-image: url('./img/ico-concursant-on.svg');
	background-size: 95px;
}
.hover-icons .hover-jurat a {
	background-image: url('./img/ico-jurat.svg');
	height: 130px;
    display: block;
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 130px;
    padding-top: 120px;
	transition: all 0.2s;
}
.hover-icons .hover-jurat a:hover {
	background-image: url('./img/ico-jurat-on.svg');
	background-size: 125px;
}
.hover-icons .hover-premis a {
	background-image: url('./img/ico-premis.svg');
	height: 130px;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 90px;
	padding-top: 120px;
	transition: all 0.2s;
}
.hover-icons .hover-premis a:hover {
	background-image: url('./img/ico-premis-on.svg');
	background-size: 85px;
}
.hover-icons .hover-pdf a {
	background-image: url('./img/ico-pdf.svg');
	height: 130px;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 80px;
	padding-top: 120px;
	transition: all 0.2s;
}
.hover-icons .hover-pdf a:hover {
	background-image: url('./img/ico-pdf-on.svg');
	background-size: 75px;
}

/** Bases */
.hover-bases-pdf a {
	background-image: url('./img/ico-pdf.svg');
	height: 130px;
    display: block;
    background-repeat: no-repeat;
	padding-top: 120px;
	transition: all 0.2s;
}
.hover-bases-pdf a:hover {
	background-image: url('./img/ico-pdf-on-blanc.svg');
	
}
.numero-puntet p {
	font-family: "PPHatton-Bold";
	
}

/** GALLERY **/
.elementor-image-gallery img {
	width: 100%;
}

/** Last posts custom block **/
.cim-last-posts-wrapper {
	display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
	margin-left: -20px;
    margin-right: -20px;
}
.cim-last-posts-post {
	width: 33.33333%;
}
.cim-last-posts-post-wrapper {
	padding: 0 20px;
}
.cim-last-posts-post a {
	color: #000;
}
.cim-last-posts-post .post-image {
	width: 100%;
    height: 220px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
}
.cim-last-posts-post .post-image::after {
    content: "";
    position: absolute;
    background: linear-gradient(30deg, #a67c4c 0%, #00000000 100%);
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.cim-last-posts-post a:hover .post-image::after {
    opacity: 0.6;
}
.cim-last-posts-post .post-content h3 {
	color: #1a2f4b;
    font-size: 24px;
    margin-top: 1rem;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.cim-last-posts-post a:hover .post-content h3 {
	color: #a67c4c;
}
.cim-last-posts-post .post-content {
	padding: 15px;
    background: #f0f0f0;
	min-height: 290px;
}
.cim-last-posts-post .post-content .post-content-date {
	font-size: 12px;
	color: #000;
}
.cim-last-posts-post .post-content .post-content-title {
	font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
	font-family: "Work Sans";
}
.cim-last-posts-post .post-content .post-content-text {
	color: #000;
}
	
	
/** Inscripcions **/
.inscripcio-form h3 {
	color: #1a2f4b;
}
.inscripcio-form div.label-info {
	font-size: 14px;
    font-weight: 600;
	
}
.inscripcio-form .info-text {
	font-size: 14px;
    font-weight: 600;
}
.inscripcio-form fieldset {
	display: block;
    overflow: hidden;
    clear: both;
	margin-top: 3rem;
}
.inscripcio-form .group-fields1 {
	display: flex;
    flex-grow: grow;
    flex: 1;
    flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}
.inscripcio-form .wpcf7-date {
	padding: 8px 15px;
    background-color: #f7f8f9;
    box-shadow: none;
    border-color: #f0f0f0;
    color: #757575;
    border-width: 1px;
    border-style: solid;
}

.inscripcio-form .group-fields1 span {
	padding: 0.5rem 1rem;
	width: 50%;
}
.inscripcio-form .group-fields1 input {
	width: 100%;
}
.inscripcio-form .group-fields2 {
	display: flex;
    flex-grow: grow;
    flex: 1;
    flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}
.inscripcio-form .group-fields2 span:nth-child(even) {
	padding: 0.5rem 1rem;
	width: 30%;
}
.inscripcio-form .group-fields2 span:nth-child(odd) {
	padding: 0.5rem 1rem;
	width: 70%;
}
.inscripcio-form .group-fields2 input {
	width: 100%;
}
.inscripcio-form .group-fields-repeater .wpcf7-field-group {
	display: flex;
    flex-grow: grow;
    flex: 1;
    flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}
.inscripcio-form .group-fields-repeater .wpcf7-field-group span:nth-child(even) {
	padding: 0.5rem 1rem;
	width: 30%;
}
.inscripcio-form .group-fields-repeater .wpcf7-field-group span:nth-child(odd) {
	padding: 0.5rem 1rem;
	width: 70%;
}
.inscripcio-form .group-fields-repeater .wpcf7-field-group input {
	width: 100%;
}
.inscripcio-form .group-fields-repeater .wpcf7-field-group button {
	background: #FFF;
    color: #000;
    border: 1px #000 solid;
    display: block;
    position: relative;
    left: 0;
    margin-left: 1rem;
    padding: 2px 10px;
}
.inscripcio-form .group-fields-conditional1 {
	width: 50%;
	padding-right: 1rem;
	margin-left: -1rem;
	margin-right: -1rem;
}
.inscripcio-form .group-fields-conditional1 span {
	padding: 0.5rem 1rem;
}
.inscripcio-form .group-fields-conditional1 span select {
	width: 100%;
	margin-top: 8px;
	padding-left: 11px;
	margin-bottom: 1rem;
}
.inscripcio-form div[data-id="instrumental-solista"] .group-fields-conditional2,
.inscripcio-form div[data-id="instrumental-camara"] .group-fields-conditional2,
.inscripcio-form div[data-id="solista-liric"] .group-fields-conditional2 {
	width: 50%;
}
.inscripcio-form div[data-id="instrumental-solista"] .group-fields-conditional2 span,
.inscripcio-form div[data-id="instrumental-camara"] .group-fields-conditional2 span,
.inscripcio-form div[data-id="solista-liric"] .group-fields-conditional2 span {
	margin-right: 1rem;
    display: block;
}
.inscripcio-form div[data-id="instrumental-solista"] .group-fields-conditional2 input,
.inscripcio-form div[data-id="instrumental-camara"] .group-fields-conditional2 input,
.inscripcio-form div[data-id="solista-liric"] .group-fields-conditional2 input {
	width: 100%;
}
.inscripcio-form label {
	font-size: 14px;
    font-weight: 600;
}
.inscripcio-form .group-fields-conditional2,
.inscripcio-form .group-fields-conditional3 {
	margin-bottom: 1rem;
}
.inscripcio-form .wpcf7-submit {
	margin-top: 3rem;
    background: #a67c4c;
    width: auto;
	transition: all 0.2s;
	color: #FFF;
}
.inscripcio-form .wpcf7-submit:hover {
    background: #1a2f4b;
	color: #FFF;
}
.inscripcio-form .wpcf7-checkbox input {
	width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}
.boto-pagar {
	background: #000;
    color: #FFF;
    width: 200px;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    border: 1px #000 solid;
}
.boto-pagar:hover {
	background: #FFF;
    color: #000;
}
.boto-pagar:focus,
.boto-pagar:active {
	color: #FFF;
}
.boto-pagar:hover:focus,
.boto-pagar:hover:active {
	color: #000;
}
.checks li {
	background-image: none !important;
    padding: 0 !important;
}

.wc-block-components-title.wc-block-components-title {
	color: #1A2F4B;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background-color: #a67c4c;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
    background-color: #1A2F4B;
}

form .horario-formulario select{
	min-width: calc(49% - 4px);
	max-width: calc(49% - 4px);
	box-sizing: border-box;
}

form .horario-formulario span:nth-child(odd) select{
	margin-right: 1%;
}

form .horario-formulario span:nth-child(even) select{
	margin-left: 1%;
}


/** BLOG **/
.blog-posts.grid-container {
	max-width: 1200px;
    padding: 0 20px;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
	margin-top: 0;
	margin-bottom: 70px;
}
.blog-posts .blog-sidebar {
	width: 20%;
}
.blog-sidebar .blog-sidebar-wrapper {
	padding-left: 1rem;
}
.entradas-recientes h3 {
	font-size: 22px;
	border-bottom: 1px #1a2f4b solid;
	color: #1a2f4b;
	padding-bottom: 15px;
    margin-bottom: 15px;
}
.entradas-recientes ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
.entradas-recientes ul li {
	border-bottom: 1px #1a2f4b solid;
	padding-bottom: 15px;
    margin-bottom: 15px;
	line-height: 18px;
}
.entradas-recientes ul li a {
	color: #706f6f;
	font-size: 16px;
}
.entradas-recientes ul li a:hover {
	color: #1a2f4b;
	font-weight: normal;
}
.blog-posts .blog-list {
	width: 80%;
}
.blog-posts .blog-list .posts-list-wrapper {
	padding-right: 2rem;
	display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}
.blog-list .post {
	width: 50%;
}
.blog-list .post .post-wrapper {
	padding: 0 1rem 2rem 1rem;
}
.blog-list .post a {
	color: #706f6f;
}
.blog-list .post a .post-image {
	width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	position: relative;
}
.blog-list .post a .post-image::after {
    content: "";
    position: absolute;
    background: linear-gradient(30deg, #1a2f4b 0%, #00000000 100%);
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.blog-list .post a h2 {
	color: #000;
    font-size: 24px;
	margin-top: 1rem;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
	font-family: "Work Sans";
	font-weight: bold;
}
.blog-list .post a p {
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.blog-list .post a:hover .post-image::after {
	opacity: 0.6;
}
.blog-list .post a:hover h2 {
	color: #1a2f4b;
}
.blog-list .post a:hover p {
	color: #1a2f4b;
}

.entradas-recientes .entradas-recientes-list li {
	background-image: none !important;
    padding-left: 0 !important;
}


/** Gallery **/
.bwg_gal_title_0 {
	display: none !important;
}
.bwg-thumbnails.bwg-container {
	width: 100% !important;
    display: flex !important;
}
.galeria-fotos form,
.galeria-videos form {
	margin-left: -15px;
	margin-right: -15px;
}
.galeria-fotos .bwg-thumbnails.bwg-container .bwg-item {
	width: 33.3333% !important;
    max-width: 33.33333% !important;
	padding: 15px;
}
.galeria-videos .bwg-thumbnails.bwg-container .bwg-item {
	width: 33.3333% !important;
    max-width: 33.33333% !important;
	padding: 15px;
}
.bwg-thumbnails.bwg-container .bwg-item img {
	max-width: 100% !important;
    height: auto !important;
	width: 100% !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails .bwg-title2,
#bwg_container1_1 #bwg_container2_1 .bwg-container-1.bwg-standard-thumbnails .bwg-title2 {
	font-family: "Work Sans" !important;
	margin-top: 10px;
}
#bwg_container1_0 #bwg_container2_0 .bwg_gal_title_0 {
	font-family: "Nanito Sans" !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg_back_0 {
	font-family: "Nanito Sans" !important;
	margin-left: 1rem;
}
.bwg_popup_image_spun1 .bwg_popup_image_spun2 {
	background-color: #000;
}
.bwg-icon-play:before {
	content: "";
    background-image: url(./img/video-play.png);
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    height: 30px;
    background-size: contain;
}
.bwg_close_btn {
    color: #FFF;
}


/** Localitzacions **/
#mapa-cim {
	min-height: 100vh;
}
.localitzacions-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
}
.localitzacio {
	width: 50%;
}
.localitzacio-wrapper {
	margin: 1rem;
    padding: 1rem;
    border: 0;
    background-color: #f0f0f0;
}
.localitzacio h2 {
	font-size: 20px !important;
	color: #a67c4c;
	margin: 1rem 0 2rem 0;
}
.localitzacio-wrapper .imatge {
	background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}
.localitzacio-wrapper .web {
	margin-top: 1rem;
	display: inline-block;
    margin-right: 1rem;
}
.localitzacio-wrapper .web a {
	display: inline-block;
    line-height: 1;
    background-color: #1a2f4b;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
.localitzacio-wrapper .web a:hover {
	background-color: #a67c4c;
}


/** Fases i calendari **/
#fases-i-calendari {
	font-family: "Work Sans";
}
#fases-i-calendari .twae-label-big {
	color: #a67c4c;
	font-family: "PPHatton-Bold";
	font-weight: bold;
	font-size: 30px;
}
#fases-i-calendari .twae-label-small {
	color: #1a2f4b;
	font-family: "Work Sans";
	font-weight: bold;
	font-size: 20px;
}
#fases-i-calendari .twae-content {
	background-color: #1a2f4b;
	padding: 1.5rem 1.5rem 0 1.5rem;
	border: 0;
}
#fases-i-calendari .twae-content span,
#fases-i-calendari .twae-content a,
#fases-i-calendari .twae-content .fase-info-data {
	color: #FFFFFF;
	display: block;
}
#fases-i-calendari .twae-content a:hover {
	color: #a67c4c !important;
}
#fases-i-calendari .twae-arrow {
	background: #1a2f4b;
	border: 0;
}
#fases-i-calendari .fase-info {
	margin-bottom: 2rem;
}
#fases-i-calendari br {
	display: none;
}
#fases-i-calendari .twae-story:nth-child(3) .twae-content {
	background-color: #a67c4c;
}
#fases-i-calendari .twae-story:nth-child(3) .twae-arrow {
    background: #a67c4c;
}
#fases-i-calendari .twae-story:nth-child(3) .twae-content span,
#fases-i-calendari .twae-story:nth-child(3) .twae-content a,
#fases-i-calendari .twae-story:nth-child(3) .twae-content .fase-info-data {
	color: #FFFFFF !important;
}
#fases-i-calendari .twae-story:nth-child(3) .twae-content a:hover {
	color: #1a2f4b !important;
}
#fases-i-calendari .twae-icondot {
	background-color: #a67c4c;
}


/** Carrito **/
h1.entry-title {
	width: 100%;
    max-width: 1200px;
    margin: 70px auto;
	padding: 0 20px;
}
body.woocommerce-cart .site-content,
.site-content .wp-block-woocommerce-checkout {
	width: 100%;
    max-width: 1200px;
    margin: 70px auto;
	padding: 0 20px;
}
body.woocommerce-cart .entry-content .alignwide, 
body.woocommerce-cart .entry-content .alignfull,
.entry-content .wp-block-woocommerce-checkout.alignwide,
.entry-content .wp-block-woocommerce-checkout.alignfull {
}
.entry-content .wp-block-woocommerce-checkout .wc-block-cart__submit-button {
	display: inline-block;
    line-height: 1;
    background-color: #000;
    font-size: 15px;
    padding: 14px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
	margin-top: 15px;
}
.entry-content .wp-block-woocommerce-checkout .wc-block-cart__submit-button:hover {
	background-color: #B81615;
}

/** Order received **/
body.woocommerce-order-received h1.entry-title {
	max-width: 1400px;
    padding: 10px 40px;
}
body.woocommerce-order-received .woocommerce-order {
	max-width: 1400px;
    padding: 10px 40px;
	margin: auto;
}
body.page-id-4549 h1.entry-title {
	max-width: 1400px;
    padding: 10px 40px;
	margin: 4rem auto;
}
body.page-id-4549 .entry-content {
	max-width: 1400px;
    padding: 10px 40px;
	margin: 4rem auto;
}
body.page-id-4561 h1.entry-title {
	max-width: 1400px;
    padding: 10px 40px;
	margin: 4rem auto;
}
body.page-id-4561 .entry-content {
	max-width: 1400px;
    padding: 10px 40px;
	margin: 4rem auto;
}

/** FOOTER **/
.footer-widgets {
	background-color: #a67c4c;
}
.footer-widgets a {
	color: #FFFFFF;
}
.footer-widgets a:hover {
	color: #1a2f4b;
}
.site-footer .footer-widgets-container .inner-padding {
    padding: 0;
	float: right;
}
.site-footer .footer-widgets-container .footer-widget-1 .inner-padding {
	float: left;
}
.inside-footer-widgets>div {
    flex: inherit;
}
.footer-widgets-container {
	max-width: 1200px;
	padding: 40px 20px;
}
.inside-site-info {
	padding: 20px;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
	margin-left: 0;
}
.inside-footer-widgets {
	margin-left: 0;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
	font-size: 10pt;
}
.inside-footer-widgets h2 {
	font-size: 10pt !important;
	font-weight: normal !important;
	margin-bottom: 0.5rem;
	font-family: "Work Sans";
}
.inside-footer-widgets .footer-widget-1 {
	width: 30%;
}
.inside-footer-widgets .footer-widget-2 {
	width: 35%;
	margin-top: 1rem;
}
.inside-footer-widgets .footer-widget-3 {
	width: 20%;
	margin-top: 1rem;
}
.inside-footer-widgets .footer-widget-3 h2 {
	margin-bottom: 1rem;
}
.inside-footer-widgets .footer-widget-4 {
	width: 15%;
	margin-top: 1rem;
}
.inside-footer-widgets .footer-widget-4 ul {
	margin-top: -10px;
}
.organitzadors img {
	width: 80px;
    margin-right: 10px;
}
.organitzadors img.voce {
	width: 50px;
    position: relative;
    top: 5px;
}

.inside-footer-widgets .footer-widget-4 ul li {
	display: inline-block;
}
.inside-footer-widgets .footer-widget-4 .facebook-link {
	transition: all 0.3s;
    height: 24px;
    width: 24px;
}
.inside-footer-widgets .footer-widget-4 .facebook-link a {
	line-height: 0; 
    color: transparent;
	width: 100%;
    height: 100%;
    display: block;
}
.inside-footer-widgets .footer-widget-4 .instagram-link {
	transition: all 0.3s;
    height: 25px;
    width: 25px;
}
.inside-footer-widgets .footer-widget-4 .instagram-link a {
	line-height: 0; 
    color: transparent;
	width: 100%;
    height: 100%;
    display: block;
}
.inside-footer-widgets .footer-widget-4 .facebook-link {
	background-image: url('./img/ico-facebook.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: center;
}
.inside-footer-widgets .footer-widget-4 .facebook-link:hover {
	background-image: url('./img/facebook_blau_hover.svg');
	background-position-x: center;
}

.inside-footer-widgets .footer-widget-4 .instagram-link {
	background-image: url('./img/ico-instagram.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
.inside-footer-widgets .footer-widget-4 .instagram-link:hover {
	background-image: url('./img/instagram_blau_hover.svg');
}

/** Footer bar **/
footer.site-info {
	background-color: #1a2f4b;
    color: #FFF;
	font-size: 10pt;
}
.footer-bar {
	width: 100%;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}
.footer-bar aside {
	width: 50%;
	text-align: right;
}
.footer-bar aside ul {
	float: right;
}
.footer-bar aside:first-child {
	text-align: left;
}
.footer-bar a {
	color: #FFF;
}
.footer-bar a:hover {
	color: #a67c4c;
}


@media only screen and (max-width: 1400px) {
	.main-navigation .main-nav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.cim-homeslider .slide-1 {
		background-size: 45%;
		background-position-x: 85%;
	}
}

@media only screen and (max-width: 1200px) {
	.main-navigation .main-nav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.main-title {
		width: auto;
	}
	.site-description {
		display: none;
	}
	h1.elementor-heading-title {
		
	}
	body.home h1.elementor-heading-title {
		margin-left: 0;
	}
	body.post-template-custom-template .header-custom-post h1 {
		margin-left: 5rem;
	}
}

@media only screen and (max-width: 1000px) {
	.main-navigation .main-nav ul li a {
		padding-left: 5px;
		padding-right: 5px;
	}
	#primary-menu a,
	.header-widget .widget_polylang ul li a {
		font-size: 10pt;
	}
	#primary-menu li.registrations-menu-link {
		padding: 0 10px;
	}
	#primary-menu li.registrations-menu-link a {
		width: 130px;
	}
	.site-header .custom-logo-link img {
		height: 25px;
	}
	.cim-last-posts-post-wrapper {
		padding: 0 20px;
	}
	.site-header .header-image {
		width: 75px;
	}
	.blog-list .post {
		width: 100%;
	}
	.blog-list .post .post-wrapper {
		padding: 0 0 2rem 1rem;
	}
	.inside-footer-widgets .footer-widget-1,
	.inside-footer-widgets .footer-widget-2,
	.inside-footer-widgets .footer-widget-3,
	.inside-footer-widgets .footer-widget-4 {
		width: 50%;
	}
	.site-footer .footer-widgets-container .inner-padding {
		float: left;
	}
	.cim-homeslider .slide-1 {
		background-size: 300px;
		background-position-x: 20px;
		background-position-y: 100px;
	}
}

@media only screen and (max-width: 900px) {
	
	.footer-bar aside {
		width: 100%;
	}
	.footer-bar-active .footer-bar .widget {
		padding: 0;
		text-align: center;
	}
	.footer-bar aside ul {
		float: none;
		margin: auto;
		display: block !important;
		text-align: center;
	}
	.footer-bar aside ul li {
		display: inline-block;
	}
}

@media only screen and (max-width: 768px) {
	
	/** Header **/
	.site-header .custom-logo-link img {
		height: 35px;
	}
	#primary-menu a,
	.header-widget .widget_polylang ul li a {
		font-size: 14pt;
	}
	#primary-menu li.registrations-menu-link a {
		width: auto;
        display: inline-block;
        padding: 0 2rem;
	}
	#primary-menu li.registrations-menu-link {
        padding: 0;
		margin: 15px 0;
    }
	.header-widget .widget_polylang:after {
		top: 24px;
		left: 55px;
	}
	#primary-menu li.menu-item-has-children span {
		display: block;
	}
	#primary-menu li.menu-item-has-children span svg {
		display: none;
	}
	.main-navigation.toggled .main-nav li span.gp-icon {
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 10px solid #a67c4c;
		position: absolute;
		top: 25px;
		left: 105px;
		content: "";
		z-index: 98;
	}
	.main-navigation .main-nav ul li a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.site-header .header-widget {
		display: none;
	}
	.site-header.stick .header-widget {
		display: none;
		border: 0;
		margin: 0 !important;
		padding: 0;
	}
	html.mobile-menu-open .site-header.stick .header-widget {
		display: block;
	}
	.header-widget .widget_polylang {
		text-align: left;
		line-height: 60px;
	}
	.header-widget .widget_block {
		padding-left: 10px;
	}
	.header-widget .widget_block ul {
		display: block;
	}
	.header-widget .widget_block ul li {
		margin: 20px 0;
	}
	
	/** Footer **/
	.inside-footer-widgets .footer-widget-1 {
		width: 100%;
	}
	.inside-footer-widgets .footer-widget-2 {
		width: 100%;
	}
	.inside-footer-widgets .footer-widget-3 {
		width: 100%;
		text-align: left;
	}
	.footer-bar .widget_nav_menu li:first-child {
        margin-left: 0;
    }
	
	/* Home **/
	.cim-homeslider .slide-1 {
        background-size: 70px;
		background-position-y: 100px;
    }
	/*body.home h1.elementor-heading-title {
		margin-left: 0;
		font-size: 36px !important;
		line-height: 50px !important;
	}*/
	.cim-last-posts-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	.cim-last-posts-post {
		width: 100%;
	}
	.cim-last-posts-post-wrapper {
		padding: 0;
		margin-bottom: 40px;
	}
	.cim-last-posts-post .post-image {
		height: 360px;
	}
	.elementor-image-gallery .gallery-item {
		width: 100% !important;
		max-width: 100% !important;
	}
	.hover-icons .hover-bases a {
		height: 180px;
		background-size: 90px;
		padding-top: 140px;
	}
	.hover-icons .hover-concursants a {
		height: 180px;
		background-size: 120px;
		padding-top: 130px;
	}
	.hover-icons .hover-jurat a {
		height: 180px;
		background-size: 130px;
		padding-top: 120px;
	}
	.hover-icons .hover-premis a {
		height: 180px;
		background-size: 110px;
		padding-top: 130px;
	}
	.hover-icons .hover-pdf a {
		height: 180px;
		background-size: 100px;
		padding-top: 130px;
	}
	
	/** Blog **/
	.blog-posts.grid-container {
		flex-direction: column-reverse;
	}
	.blog-posts .blog-sidebar {
		width: 100%;
	}
	.blog-sidebar .blog-sidebar-wrapper {
		padding-right: 0;
	}
	.blog-posts .blog-list {
		width: 100%;
	}
	.blog-posts .blog-list .posts-list-wrapper {
		padding-left: 0;
	}
	.blog-list .post .post-wrapper {
		padding: 0 0 2rem 0;
	}
	
	body.single-post .site-main {
		display: block;
	}
	body.single-post .site-main article.post {
		width: 100%;
	}
	body.single-post .site-main .entradas-recientes {
		width: 100%;
		margin-top: 5rem;
	}
	
	/** Galeria **/
	.galeria-fotos .bwg-thumbnails.bwg-container .bwg-item {
		width: 50% !important;
		max-width: 50% !important;
	}
	
	/** Bases **/
	.hover-bases-pdf a {
		text-align: left;
		background-size: 100px;
		padding-left: 40px;
	}
	/** inscripcions **/
	.inscripcio-form .group-fields1 {
		display: block;
	}
	.inscripcio-form .group-fields2 {
		display: block;
	}
	.inscripcio-form .group-fields1 input {
		margin-bottom: 15px;
	}
	.inscripcio-form .group-fields2 input {
		margin-bottom: 15px;
	}
	.inscripcio-form .group-fields-conditional1 {
		width: 100%;
	}
	.inscripcio-form div[data-id="instrumental-solista"] .group-fields-conditional2, .inscripcio-form div[data-id="instrumental-camara"] .group-fields-conditional2, .inscripcio-form div[data-id="solista-liric"] .group-fields-conditional2 {
		width: 100%;
	}
	
	/** localitzacions **/
	.localitzacions-wrapper {
		display: block;
	}
	.localitzacions-wrapper .localitzacio {
		width: auto;
	}
	
	/** custom post **/
	body.post-template-custom-template .article-content {
		display: block;
	}
	body.post-template-custom-template .article-content .article-sidebar {
		width: auto;
		margin-bottom: 4rem;
	}
	body.post-template-custom-template article {
		width: auto;
		margin-left: 0;
	}
}

@media only screen and (max-width: 600px) {
	/** Galeria **/
	.galeria-fotos .bwg-thumbnails.bwg-container .bwg-item,
	.galeria-videos .bwg-thumbnails.bwg-container .bwg-item {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 500px) {
	/** Galeria **/
	/*body.home h1.elementor-heading-title {
		font-size: 30px !important;
	}
	h1.elementor-heading-title {
		font-size: 30px !important;
	}*/
	.inscripcio-form .group-fields-repeater .wpcf7-field-group {
		display: block;
	}
	.inscripcio-form .group-fields-repeater .wpcf7-field-group span {
		display: block;
		width: 100% !important;
	}
}

@media only screen and (max-width: 400px) {
	/** Galeria **/
	/*body.home h1.elementor-heading-title {
		font-size: 25px !important;
	}
	h1.elementor-heading-title {
		font-size: 25px !important;
	}*/
	.footer-widgets .organitzadors a {
		display: block;
		margin-bottom: 1rem;
	}
	.organitzadors img {
		width: 150px;
		margin-bottom: 0.5rem;
        margin-top: 0.5rem;
	}
	.organitzadors img.voce {
		width: 100px;
	}
}

@media only screen and (max-width: 300px) {
	/** Galeria **/
	/*body.home h1.elementor-heading-title {
		font-size: 20px !important;
	}
	h1.elementor-heading-title {
		font-size: 20px !important;
	}*/
	h2 {
		font-size: 30px !important;
	}
	.inscripcio-form h3 {
		font-size: 25px;
	}
}