/**
 * Theme Name: Ibermusicas
 * Template:   twentytwentyfive
 */

/*REMOVE IF GEM ICONS AR DISCONTINUED*/
 @font-face {
	font-family: 'thegem-icons';
	src:url('fonts/thegem-icons.eot');
	src:url('fonts/thegem-icons.eot?#iefix') format('embedded-opentype'),
		url('fonts/thegem-icons.woff') format('woff'),
		url('fonts/thegem-icons.ttf') format('truetype'),
		url('fonts/thegem-icons.svg#thegem-icons') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'thegem-socials';
	src:url('fonts/thegem-socials.eot');
	src:url('fonts/thegem-socials.eot?#iefix') format('embedded-opentype'),
		url('fonts/thegem-socials.woff') format('woff'),
		url('fonts/thegem-socials.ttf') format('truetype'),
		url('fonts/thegem-socials.svg#thegem-socials') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

/*GENERAL*/
a {text-decoration: none;}

 /*MAINMENU*/

 .home .wp-block-navigation li.wp-block-navigation-item.lang-item-en {
	display: none;
 }

/*MEDIA BLOCK*/
 .wp-block-media-text.alignfull .wp-block-media-text__media {
	min-height: 550px;
  }
 /*FORCE MEDIA BLOCK TO STACK ON TABLET*/

 @media (max-width: 781px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns:100%!important
  }
  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
    grid-column:1;
    grid-row:1;
	min-height:350px;
  }
  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
    grid-column:1;
    grid-row:2
  }
}

 /*SUBSCRIPTION*/
 .es-field-wrap label {
	width: 100%;
	font-size: 15px;
	color:#fff;
}
.es-field-wrap input {
	width: 100%;
	height: 50px;
}
.es_subscription_form_submit {
	background-color: #00bcd4 !important;
	width: 100%;
	height: 50px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	font-size: 20px !important;
}


 /*LOGOS*/
.wpDataTables a button,
table[data-wpdatatable_id="11"] td a button, 
table[data-wpdatatable_id="12"] td a button, 
table[data-wpdatatable_id="14"] td a button, 
table[data-wpdatatable_id="15"] td a button, 
table[data-wpdatatable_id="18"] td a button, 
table[data-wpdatatable_id="19"] td a button,
.wpdt-c .wpDataTableFilterSection .wdt-clear-filters-button 	{
  background-color: var(--wp--preset--color--accent-2);
  border-radius: 1px;
  font-size: var(--wp--preset--font-size--small) !important;
  padding-top: var(--wp--preset--spacing--20) !important;
  padding-right: var(--wp--preset--spacing--30) !important;
  padding-bottom: var(--wp--preset--spacing--20) !important;
  padding-left: var(--wp--preset--spacing--30) !important;
  border-width: 0;
  color: var(--wp--preset--color--base);
  font-family: var(--wp--preset--font-family--montserrat);
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
}

.wpDataTables a:hover button 	{
  background-color: color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent);
  border-color: transparent;
  color: var(--wp--preset--color--base);
}



/*ORDINARY TABLES

*/

/*TABLES LAYOUT CONVERTED TO LIST IO ITEMS
11 /index.php/convocatorias-anteriores/
12 /index.php/convocatorias-anteriores-pt/
15 /index.php/rios-directorio-orquestas/
18 /index.php/rios-directorio-de-orquestas-pt/
14 /index.php/rios-bolsa-trabajo/
19 /index.php/rios-saco-de-trabalho/
*/


table[data-wpdatatable_id="11"] thead, 
table[data-wpdatatable_id="11"] tfoot, 
table[data-wpdatatable_id="12"] thead, 
table[data-wpdatatable_id="12"] tfoot, 
table[data-wpdatatable_id="14"] thead, 
table[data-wpdatatable_id="14"] tfoot, 
table[data-wpdatatable_id="15"] thead, 
table[data-wpdatatable_id="15"] tfoot,  
table[data-wpdatatable_id="18"] thead, 
table[data-wpdatatable_id="18"] tfoot, 
table[data-wpdatatable_id="19"] thead, 
table[data-wpdatatable_id="19"] tfoot {
	display: none;
}

table[data-wpdatatable_id="11"] tbody tr, 
table[data-wpdatatable_id="12"] tbody tr, 
table[data-wpdatatable_id="14"] tbody tr, 
table[data-wpdatatable_id="15"] tbody tr, 
table[data-wpdatatable_id="18"] tbody tr, 
table[data-wpdatatable_id="19"] tbody tr {
	display: flex;
	flex-direction: column;
	border-color: color-mix(in srgb, currentColor 20%, transparent);
	border-width: 1px;
	border-radius: 0px;
	/*margin-top: var(--wp--preset--spacing--60);*/
	margin-bottom: var(--wp--preset--spacing--60);
	padding-top: var(--wp--preset--spacing--50);
	padding-right: var(--wp--preset--spacing--50);
	padding-bottom: var(--wp--preset--spacing--50);
	padding-left: var(--wp--preset--spacing--50);
}

table[data-wpdatatable_id="11"] tbody tr td, 
table[data-wpdatatable_id="12"] tbody tr td, 
table[data-wpdatatable_id="14"] tbody tr td, 
table[data-wpdatatable_id="15"] tbody tr td, 
table[data-wpdatatable_id="18"] tbody tr td, 
table[data-wpdatatable_id="19"] tbody tr td {
	background-color: #fff !important;
	border: none !important;
	margin-bottom: 10px;
}

table[data-wpdatatable_id="11"] tbody tr, 
table[data-wpdatatable_id="11"] tbody tr td,
table[data-wpdatatable_id="12"] tbody tr, 
table[data-wpdatatable_id="12"] tbody tr td,
table[data-wpdatatable_id="14"] tbody tr, 
table[data-wpdatatable_id="14"] tbody tr td,
table[data-wpdatatable_id="15"] tbody tr, 
table[data-wpdatatable_id="15"] tbody tr td,
table[data-wpdatatable_id="18"] tbody tr, 
table[data-wpdatatable_id="18"] tbody tr td,
table[data-wpdatatable_id="19"] tbody tr, 
table[data-wpdatatable_id="19"] tbody tr td {
	background-color: var(--wp--preset--color--accent-5) !important;
}

table[data-wpdatatable_id="11"] tbody tr td:before, 
table[data-wpdatatable_id="12"] tbody tr td:before, 
table[data-wpdatatable_id="14"] tbody tr td:before, 
table[data-wpdatatable_id="15"] tbody tr td:before {
	font-weight: bold;
}

table[data-wpdatatable_id="11"] tbody tr .column-nombre h2, 
table[data-wpdatatable_id="12"] tbody tr .column-nombre h2, 
table[data-wpdatatable_id="14"] tbody tr .column-nombre h2, 
table[data-wpdatatable_id="15"] tbody tr .column-nombre h2, 
table[data-wpdatatable_id="18"] tbody tr .column-nombre h2,
table[data-wpdatatable_id="19"] tbody tr .column-nombre h2 {
	white-space: normal;
	font-family: var(--bs-body-font-family);
	margin-top: 0;
	margin-bottom: .5rem;
	font-style: normal;
  	font-weight: 700;
	line-height: 1.2;
	color: var(--bs-heading-color);
	font-size: clamp(1.6rem, 1.6rem + ((1vw - 0.2rem) * 1.717), 2.7rem);
	letter-spacing: 1px;
}

table[data-wpdatatable_id="11"] tbody tr .column-descripcin, 
table[data-wpdatatable_id="12"] tbody tr .column-descripcin, 
table[data-wpdatatable_id="14"] tbody tr .column-descripcin, 
table[data-wpdatatable_id="15"] tbody tr .column-descripcin, 
table[data-wpdatatable_id="18"] tbody tr .column-descripcin, 
table[data-wpdatatable_id="19"] tbody tr .column-descripcin {
	white-space: normal;
	text-align: justify !important;
	font-size: var(--wp--preset--font-size--medium);
}

	
/*Directorio orquestas*/
table[data-wpdatatable_id="15"] tbody tr td.column-imagen,
table[data-wpdatatable_id="18"] tbody tr td.column-imagen {
	max-width: 858px;	
}
table[data-wpdatatable_id="15"] tbody tr td.column-imagen img,
table[data-wpdatatable_id="18"] tbody tr td.column-imagen img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	outline: 1px solid color-mix(in srgb, currentColor 20%, transparent) !important;
}

table[data-wpdatatable_id="12"] tbody tr .column-nombre {
	
}

table[data-wpdatatable_id="16"] tbody tr td {
	border: none !important;
	margin-bottom: 10px;
}

div[data-wpdatatable_id="14"] #table_1_5_filter_sections {
	height: 85px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #666;
}



/*--From Groovelist--*/
/*-------------------*/
/*- MUSIC CATALOGUE -*/
/*-------------------*/
.catalogue-project {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-bottom: 20px;
	padding: 50px;
}

.catalogue-project-logo {
	max-width:30%;
	padding-right: 40px;
}
.catalogue-project-logo img {
	width:180px;
	border-radius:50%;
	border: 2px solid #6BB2CA;
}
.catalogue-project-info {
	display:flex;
	flex-direction: column;
	align-items: initial;
	width:70%;
}
.catalogue-project-info .project-name {
	font-size: var(--wp--preset--font-size--medium) !important;
	font-family: var(--bs-body-font-family);
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--wp--preset--color--accent-1);
}

.catalogue-project-info hr {
	display: none;
}

.catalogue-project-info .project-tags {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}
.catalogue-project-info .project-tags p {
	font-size: var(--wp--preset--font-size--small);
	letter-spacing: normal;
	line-height: 1.5;
	padding-top: 0.2rem;
	padding-right: 0.6rem;
	padding-bottom: 0.25rem;

}
.catalogue-project-info .project-tags p:first-child {
	margin-left:0;
}
.project-description {
	overflow: hidden;
	margin: 10px 0 30px;
	max-height:100px;
}

.catalogue-project-info a:hover {
	background-color: color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent);
	border-color: transparent;
	color: var(--wp--preset--color--base);
}
.pagination {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	float: right;
}
.pagination-buttons {
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: var(--wp--preset--font-size--medium);
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	height: 40px;
	margin-bottom: 20px !important;
}
.pagination-buttons >*{
	margin-right: 5px;
}
.pagination-buttons a {
	color: var(--wp--preset--color--accent-1);
	text-decoration-thickness: 1px !important;
  text-underline-offset: .1em;
}

.pagination-buttons .current-page
{
	color: #000;
}
.pagination-buttons .current-page:hover {
	color:#333;
}
.quantity-results {
	float: right;
}

/* FILTERS */

.get-filters form input, .get-filters form select, .bootstrap-select, .get-filters form button {
	width:100% !important;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.get-filters form input[name="string"] {
	padding: 10px 15px !important;
	border: 1px solid #dfe5e8;
	color: #3c3950;
	background-color: #fff !important;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,.05);
}
.get-filters form button:last-child {
	background-color: var(--wp--preset--color--accent-2);
	border-radius: 1px;
	font-size: var(--wp--preset--font-size--small);
	padding-top: var(--wp--preset--spacing--20);
	padding-right: var(--wp--preset--spacing--30);
	padding-bottom: var(--wp--preset--spacing--20);
	padding-left: var(--wp--preset--spacing--30);
	border-color: transparent;
  	color: var(--wp--preset--color--base);
	font-family: var(--wp--preset--font-family--montserrat);
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}

.bootstrap-scope .btn {
  display: inline-block;
  padding: 10px 16px 2px;
  margin-bottom: 20px;
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 300;
  text-align: left;
  color: var(--wp--preset--color--accent-1)
}
.bootstrap-scope .btn span{
	display: inline-block;
	width: 90%;
	overflow: hidden;
	color: #000	;
}
#scoreFilterForm {
	margin-top:0;

}

.bootstrap-scope .form-control.multiselect-search {
	height: 42px;
}

.bootstrap-scope  .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .37em solid !important;
  border-right: .37em solid transparent !important;
  border-bottom: 0 !important;
  border-left: .37em solid transparent !important;
  top: 20px;
  position: absolute;
  right: 10px;	
}

.multiselect-native-select .btn-group {
	width:100%;
}
.filter-section .multiselect-native-select .btn-group .multiselect {
  height: 50px;
	width: 100%;
  font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	text-transform: capitalize;
	text-align: left;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #dfe5e8;
  color: #777;
	padding: 13px 15px !important;
	box-shadow: 0 0 5px rgba(0,0,0,.05);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
	    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #ffffff 0%,#fff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.filter-section .filter-collapse-btn > :first-child {
	width:90%;
}
.filter-section a.btn-primmary.greenBtn {
  color:#0d7ea5;
	cursor:pointer;
	background: #dfe5e8;
  padding: 10px 20px;
  font-size: 0.7em;
	text-transform: uppercase;
	font-weight: 600;
}
.caret {
	display: none !important;
}
.open>.dropdown-menu {
	width: auto;
	min-width: 100%;
}
.multiselect-container>li>a>label {
	padding: 6px 50px 6px 20px !important; 
}
.multiselect-container>li>a>label>b {
	padding:0;
	margin-top:-5px;
}
.multiselect-group {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.multiselect-group label {
    line-height: 2em;
}
.multiselect-container {
	margin-top:-20px !important;
}
.multiselect-container>li>a>label>input {
	width: inherit !important;
	right: 20px !important;
}
.multiselect-clear-filter {
	margin-bottom: 0 !important;
}
.dropdown-toggle {
	box-shadow: none !important;
}
.create-profile-btn {
	width: 100%;
}

.project-subgenre:nth-last-of-type(n+2) {
	display: none;
}
#create-profile-modal .close-modal-container, #create-profile-modal .modal-iber {
	top: 15%;
}
.create-profile-button {
	display: flex;
	justify-content: center;
    background-color: #0b4852 !important;
    color: #FFF !important;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    width: 100%;
    font-size: 15px !important;
	padding: 20px;
	vertical-align: middle;
	border-radius: 4px;
}

/*-------------*/
/*--- MODAL ---*/
/*-------------*/


/* Modal Container */
.modal-iber-container {
  visibility: hidden;
  opacity: 0;
  transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* Modal Container - open */
.modal-iber-container:target {
  visibility: visible;
  opacity: 1;
	z-index: 11;
}

/* Modal */
.modal-iber-container .modal-iber {
	position: fixed;
	max-height: 90%;
	/*top: 5%;*/
	top: 80px;
	overflow-y: auto;
  opacity: 0;
  transform: translateY(-1rem);
  transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: .2s;
}

/* Modal - open */
.modal-iber-container:target .modal-iber {
opacity: 1;
}

/* Modal Container Styles */
.modal-iber .modal-footer .btn-main:first-child {
	margin-right: 15px;
}
.modal-iber-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}

/* Modal Background Styles */
.modal-iber-bg {
	z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
}
/* Modal Body Styles */
.modal-iber {
  z-index: 2;
  background-color: white;
  width: 100%;
  max-width: 1000px;
  padding: 50px;
  border-radius: 8px;
	margin: 0 30px;
}
.modal-iber a:hover {
	text-decoration: none !important;
}
.close-modal-container {
	position: absolute;
	max-width: 1000px;
	width: 100%;
	height: 60px;
	/*top: calc(5% - 10px);*/
	top: 55px;
	margin: 0 30px;
	z-index: 9;
}
a.close-modal {
	position: absolute;
	right: -20px;
	top: -20px;
	padding: 12px;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: bolder;
	font-size: 25px;
	background-color: #F84982;
	border-radius: 4px;
	text-decoration: none;
}
a.close-modal:hover {
	background-color:#F879A3;
	color: #FFF;
}
.modal-iber h3 {
	margin-top: 0;
	font-family: 'Montserrat';
	font-weight: bold;
	color: #F84982;
}
.modal-iber h4 {
	margin-top: 0;
	margin-bottom: 15px;
}
.project-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.modal-iber .modal-project-styles {
	display: flex;
	margin-bottom: 30px;
}
.modal-iber .project-style {
	margin: 5px 10px 5px 0;
	padding: 5px 10px;
	background-color: #F84982 !important;
	color:#fff;
	border-radius: 4px;
}

.modal-open {
  overflow: hidden;
}
.modal-open {
  visibility: inherit;
  opacity: 1;
  z-index: 40;
}

.project-description-modal {
	max-height: 200px;
	overflow-y: scroll;
}
.project-social-media-links, .project-players-modal {
	display: flex;
	flex-direction: column;
}
.link-icons {
	display: flex;
	flex-direction: row;
}
.link-icons a {
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	border-radius: 4px;
	margin-left: 20px;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.project-players-modal .link-icons a {
	margin-left: 0;
	margin-right: 20px;
}
.link-icons a i {
	font-size: 25px;
}
.link-icons a:hover {
	color: #fff;
	opacity: .5;
}
.project-players-modal .link-icons a:hover {
	color: #1DB954;
}
.link-icons a p {
	color: #fff;
	margin-left: 10px;
}
.social-icon-facebook {
	background-color: #4267B2;
	color: #fff;
}
.social-icon-instagram {
	background-color: #C13584;
	color: #fff;
}
.social-icon-twitter {
	background-color: #1DA1F2;
	color: #fff;
}
.social-icon-spotify {
	background-color: #000;
	color: #1DB954;
}
.social-icon-soundcloud {
	background-color: #FF7700;
}
.social-icon-soundcloud img {
	max-width:25px;
}
.project-video-collection {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.project-video {
	flex: 0 0 calc(100%/3 - 20px);
	margin-bottom: 20px;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.project-video:hover {
	opacity: .7;
}
.project-video img {
	width:100%;
	border-radius: 4px;
}
.project-video p {
	font-size: 16px;
	margin-top: 15px;
	color: #333;
	text-decoration: underline;
}
.score-modals .modal-iber {
	top: 10% !important;
}
.score-modals .close-modal-container {
	top: calc(10% - 10px);
}
.score-modal-header {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 30px 30px 0;
}
.score-modal-header h3 {
    font-family: 'Montserrat';
    font-weight: bold;
    color: #F84982;
    font-size: 28px;
}
.song-info-content {
	font-family: 'Montserrat';
}
.song-info-content ul {
	padding: 0;
}
.song-info-content ul li {
	margin-bottom: 10px;
	font-size: 14px;
}
.song-info-content ul li:before {
	display: none;
}
.song-info-content .iber-btn {
	margin-left: 0;
}
#disclaimer .info-content p {
	font-size: 15px !important;
	font-family: 'Montserrat' !important;
}
.modal-content .info-content {
	padding: 20px 30px;
	font-size: 13px;
	font-family: 'Montserrat';
}
.modal-content .project-header h3 {
	font-family: 'Montserrat';
	font-weight: bold;
	color: #F84982;
	font-size: 28px;
	padding: 30px 30px 0;
}

/*--------------*/
/*- PARTITURAS -*/
/*--------------*/

#soloist .addBtnSection {
	display: flex;
	flex-direction: row;
}
.addBtnSection {
	padding: 20px 0;
	background-color: #e8e8e8;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
}
.addBtnSection label {
	font-size: 11px !important;
}
.dateRange-checkbox {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.addOrganic {
	cursor: pointer;
}
.scoreBtn + .scoreBtn {
    margin-left: 10px;
}
.scoreBtns .wpb_wrapper {
	display: flex;
	justify-content: flex-end;
}
.scoreBtnUpload {
	margin-bottom: 20px !important;
}

#filterScores, #cleanFilters, .score-data-buttons button, .btn-main, .btn-primmary {
	background-color: var(--wp--preset--color--accent-2);
	border-radius: 1px;
	font-size: var(--wp--preset--font-size--small);
	padding-top: var(--wp--preset--spacing--20);
	padding-right: var(--wp--preset--spacing--30);
	padding-bottom: var(--wp--preset--spacing--20);
	padding-left: var(--wp--preset--spacing--30);
	border-width: 0;
	color: var(--wp--preset--color--base);
	font-family: var(--wp--preset--font-family--montserrat);
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 25px;
}
.score-data-buttons button, .modal-footer .btn-main {
	padding-top: 1rem;
	padding-right: 2.25rem;
	padding-bottom: 1rem;
	padding-left: 2.25rem;
}

.result-box {
	border: solid 1px #eee !important;
	padding: 30px;
}

.result-box th {
	font-weight: 500;
}

.result-box .author-name {
	font-size: var(--wp--preset--font-size--large) !important;
	font-family: inherit;
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--wp--preset--color--accent-1);
}
.result-box .author-data {
	font-size: var(--wp--preset--font-size--small);
	letter-spacing: normal;
	line-height: 1.5;
	padding-top: 0.2rem;
	padding-right: 0.6rem;
	padding-bottom: 0.25rem;
}
.result-box .score-header {
	display: flex;
	justify-content: space-between;
}
.result-box .score-header:hover {
	cursor: pointer;
}

.query-tag-group{
	display: flex;
	justify-content: flex-start;
}

.tag-group-title {
	margin-right: 20px;
	margin-bottom: 0;
	padding-top: 7px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.7em;
}

.query-tag {
	background-color: #dfe5e8;
	font-size: 0.7em;
	text-transform: uppercase;
	padding: 6px;
	font-weight: bold;
	border-radius: 3px;
	}

.remove-tag {
	margin-left: 10px;
}

.score_document_print {
  display: none;
}

.organic-formula {
	color: var(--wp--preset--color--accent-1);
	font-weight: 500;
	font-style: italic;
}
/* FILTROS */

.filter-form {
	padding-bottom: 20px;
}
.filter-section {
	border: 1px solid #eee;
	padding: 15px;
	border-radius: 5px;
	font-family: 'Montserrat';
}
.filter-collapse-btn {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	display: flex;
	flex-direction: row;
	justify-content: space-between !important;
	align-items: center;
}
.filter-collapse-btn:hover {
	color: #333 !important;
	text-decoration: none;
}
.filter-label {
	width:100%;
	font-size: 13px;
	margin-top: 15px;
}
.open-accordion-icon {
	font-size: 24px;
	font-weight: 800;
	background-color: #0d7ea5;
	color: #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: flex;
  align-items: center;
  justify-content: center;
	padding: 0px 0 2px 2px;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);

}

/*FILTROS SCORE FILTERS*/

#module_title {
	font-weight: bold;
	font-size: 25px;
}

.section_filters label {
	font-weight: bold;
}
.filter-section {
	background-color: #fff;
}
.filter-section ul {
	padding: 0;
}
.filter-section ul li {
	list-style: none;
}
.filter-section ul li a, .card a {
	color: #333;
	font-size: 14px;
	padding: 10px 7.5px;
	cursor: pointer;
}
.filter-section ul li a i, .card a i {
	font-size: 16px;
}
.filter-section ul li a:hover, .card a:hover {
	color: #333;
}
.filter-section ul li a i, .card a i {
	margin-right: 10px;
}
.card {
	padding: 0;
	border-color: transparent !important;
	border-radius: 5px !important;
	transition: .1s ease all;
	-o-transition: .1s ease all;
	-ms-transition: .1s ease all;
	-moz-transition: .1s ease all;
	-webkit-transition: .1s ease all;
}
.card:hover {
	/*background-color: #E0EAF0;*/
}
.card_header {
	border-radius: 5px;
}
.active {
	background-color: #357395;
	color: #fff !important;
}
.collapse {
	padding-left: 15px;
	transition: .2s ease all;
	-o-transition: .2s ease all;
	-ms-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-webkit-transition: .2s ease all;
}

.header_filters {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.btn-filter {
	max-width: 100px;
}
.header_filters .select2-container.select2-container--default.select2-container--open {
    right: auto;
    left: unset !important;
}
.graph_section {
	display: none;
}
.section_filters {
	margin-bottom: 20px;
}
.graph_row {
	padding: 25px !important;
	border-radius: 15px;
	margin: 15px 0;
	background-color: #fff;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.graph_row:hover {
	box-shadow: 0 0 50px rgb(0 0 0 / 5%);
}
.tooltip {
	font-size: 14px !important;
}
.tooltip-inner {
	border-radius: 10px !important;
	padding: 5px 10px !important;
}
.chart_header {
	margin-bottom: 35px;
}
.chart_header p {
	font-size: 13px;
	font-family: var(--wp--preset--font-family--montserrat);
	color: #666;
}
.indicators {
	text-align: center;
}
.indicators .graph_row {
	border-bottom: 3px solid #EE92AE;
}
.indicators .graph_row:hover {
	opacity: 0.75;
	transform: translate(0, -10px);
}
.indicators .graph_row i {
	font-size: 25px;
	color: #999;
}
.indicator_title {
    font-family: var(--wp--preset--font-family--montserrat);
    font-size: 16px;
    color: #666;
}
.indicator_number {
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: 30px;
	font-weight: bold;
	color: #204751
}
.collapse .form-group {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;

}

.collapse .form-row .col-md-6 {
	width:47%;
}
.collapse .form-control {
	padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: 300;
}

.collapse .multiselect-native-select .btn-group .multiselect {
	height:32px;
	padding: 0 10px !important;
}

.collapse .filter-label {
	margin-top:20px;
}

.filter-section .multiselect ul li a,
.filter-section ul li a {
	padding:0 !important;
}

.filter-section ul li.active a label{
	color:white;
}
.multiselect-container .input-group {
	margin:3% 0 3% 4%;
}


/* PLAYLISTS */
.section_description {
	font-size: 15px;
	font-family: 'Montserrat';
}

.playlist_box {
	position: relative;
	height: 250px;
	padding: 0 !important;
	background-position: center !important;
	background-size: cover !important;
	border-radius: 10px;
	margin-bottom: 30px;
}
.playlist_a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: rgba(0,0,0,0);
	opacity: 0;
}
.playlist_a:hover {
	cursor: pointer;
	background-color: rgba(0,0,0,.75);
	opacity: 1;
}
.playlist_text {
	font-family: 'Montserrat';
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.playlist_image {
	position: absolute;
	width: 100%;
	border-radius: 10px;
}

/*--------------*/
/* Experiencias */
/*--------------*/
.vc_custom_1587760638862 {
	margin-top: 40px !important
}
.searchandfilter {
	font-size: 14px;
	font-family: "montserrat";
}
.searchandfilter ul li:before {
	display: none !important;
}
.searchandfilter ul {
	padding: 0;
}
.searchandfilter ul .sf-field-reset .search-filter-reset {
	background-color: var(--wp--preset--color--accent-2);
	border-radius: 1px;
	font-size: var(--wp--preset--font-size--small);
	padding-top: var(--wp--preset--spacing--20);
	padding-right: var(--wp--preset--spacing--30);
	padding-bottom: var(--wp--preset--spacing--20);
	padding-left: var(--wp--preset--spacing--30);
	border-color: transparent;
	color: var(--wp--preset--color--base);
	font-family: var(--wp--preset--font-family--montserrat);
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	width: 100%;
}

.searchandfilter ul li, .searchandfilter ul .sf-field-search,.searchandfilter ul .sf-field-search .sf-input-text {
	cursor: auto !important;
}
.searchandfilter ul .sf-field-search .sf-input-text {
	padding: 13px 15px !important;
	border: 1px solid #dfe5e8;
	color: #3c3950;
	background-color: #fff !important;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	width: 100%;
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: var(--wp--preset--font-size--medium);
	font-style: normal;
	font-weight: 300;
}
.searchandfilter ul li label {
	width: 100% !important;
}
.sf-input-text {
	padding: 10px !important;
	background-color:#fff !important;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,.05);
}
.searchandfilter ul li label .sf-input-select, .chosen-container-single .chosen-single {
	display: block;
    padding: 10px 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
	border-radius: 4px !important;
    box-shadow: 0 0 5px rgba(0,0,0,.05);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #ffffff 0%,#fff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
	cursor: pointer !important;
	padding: 10px 16px;
	margin-bottom: 2px;
	font-size: var(--wp--preset--font-size--medium);
	font-style: normal;
	font-weight: 300;
	text-align: left;
	color: var(--wp--preset--color--accent-0);
}

.chosen-container-single .chosen-single div b {
	display: none;
}

.result-post-block {
	display: flex;
	flex-direction: row;
	margin-bottom: 25px;
	padding: 25px;
}

.result-post-block .result-post-image {
	padding-right: 50px
}

.result-post-block .result-post-information {
	padding: 0 ;
}
.result-post-block .result-post-information h2 {
	line-height: 0;
}
.result-post-block .result-post-information h2 a {
	font-size: var(--wp--preset--font-size--medium) !important;
	color: var(--wp--preset--color--accent-1);
	line-height: 1.6;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
}
.result-post-block .result-post-information p {
	margin: 20px 0 30px;
}
.result-post-block .result-post-information p:nth-child(3) {
	margin: 20px 0 30px;
}
.result-post-block .result-post-information .result-post-read-more, 
.result-post-watch-video,
.catalogue-project-info a {
	background-color: var(--wp--preset--color--accent-2) !important;
	border-radius: 1px;
	font-size: var(--wp--preset--font-size--small);
	padding-top: var(--wp--preset--spacing--20);
	padding-right: var(--wp--preset--spacing--30);
	padding-bottom: var(--wp--preset--spacing--20);
	padding-left: var(--wp--preset--spacing--30);
	border-color: transparent;
	color: var(--wp--preset--color--base);
	font-family: var(--wp--preset--font-family--montserrat);
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none !important;

}

.catalogue-project-info a {
	width: fit-content;
}

.result-post-block .result-post-information .result-post-date {
	display: none !important;
}
.search-filter-results {
	margin-bottom: 25px !important;
}
.search-filter-results hr {
	display: none;
}
.search-filter-results .post-page-number {
	display:flex;
	justify-content: flex-end;
	font-family: var(--wp--preset--font-family--montserrat);
	color: var(--wp--preset--color--contrast);
	font-size: 14px;
}
.search-filter-results .pagination {
	display: flex;
	flex-direction: row-reverse;
	margin: 50px 0 30px;
	float: inherit;
		
}
.search-filter-results .pagination .nav-next a {
	border-radius: 4px 0 0 4px;
}
.search-filter-results .pagination .nav-previous a {
	border-radius: 0 4px 4px 0;
}
.search-filter-results .pagination .nav-previous a, .search-filter-results .pagination .nav-next a {
	color: var(--wp--preset--color--accent-1);
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: var(--wp--preset--font-size--medium);
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	height: 40px;
	margin-bottom: 20px !important;
	margin-left: 10px;
}
.search-filter-results div h2 {
	margin: 0 !important;
}
.search-filter-results div br, .search-filter-results div .post-categories {
	display: none;
}
.search-filter-results div p .wp-post-image {
    width: 335px;
    height: 225px;
    object-fit: cover;
}
.socials-colored-hover a {
	color: #0d7ea5;
	padding: 5px 20px !important;
}	


/*COUNTRY MEMBERS TABLE*/
.country-members tr td {
	width: auto;
}
.country-members tr td:first-child {
	width: 30%;
	padding: 0 3%;
	vertical-align: top;
}
.country-members tr td:last-child {
	padding: 10px 0 10px;
	vertical-align: top;
} 

.country-members tr td:first-child img {
	width: 100%;
	margin-top: 15px;
}


/*CVAM CUSTOM*/

/*GENERAL*/

a:hover {
  text-decoration: none !important;
}

/*TABS SIDEBAR*/
.wp-block-getwid-tabs__title {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.has-layout-vertical-left>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link, 
.has-layout-vertical-right>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link, 
.is-style-vertical>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link {
  border: 0;
  text-align: right;
  margin-bottom:8px;
}
.has-layout-vertical-left>.wp-block-getwid-tabs__nav-links {
  margin-right:50px;
  max-width:350px;
  margin-top: -2px;
}
.wp-block-getwid-tabs__tab-content {
  border: none;
  padding: 0;
  max-width:875px;
}
.wp-block-getwid-tabs__nav-link a {
  padding: 0 !important;
}

.wp-block-getwid-tabs__nav-link a:hover span,
.sidebar-menu a:hover span {
	color: #0b4852;
}

.is-active-tab a span, 
.wp-block-getwid-tabs__nav-link.is-active-tab a:hover span, 
.sidebar-menu .current-menu-item a span,
.sidebar-menu .current-menu-item a span{
  color: var(--wp--preset--color--accent-3);
}
.wp-block-getwid-tabs__title {
  color: var(--wp--preset--color--accent-1);
  margin-bottom:10px;

}
.wp-block-getwid-tabs h2 {
  font-size: 18px;
  font-weight:500;
}

.wp-block-getwid-tabs h2, 
.wp-block-getwid-tabs p {
font-family: var(--wp--preset--font-family--montserrat);	
}

@media (max-width: 768px) {
  .has-layout-vertical-left {
	display: block;
  }
  .has-layout-vertical-left > .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link {
	text-align: left;
  }
  .has-layout-vertical-left > .wp-block-getwid-tabs__nav-links {
	margin-bottom: 40px;
  }
}


/*TABS FULLWIDTH*/

.wp-block-getwid-tabs.alignfull{
  padding: 30px 40px;
}

.wp-block-getwid-tabs.alignfull .wp-block-getwid-tabs__nav-link {
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.2;
}

table.wpDataTable {
  font-size:0.7em;
}

table.wpDataTable td {
  font-weight:400;
  padding:10px;
}

.wpDataTables td a button {
  background: none;
  color: var(--wp--preset--color--accent-1);
  font-size: inherit;
  font-weight: 700;
  padding: 0 !important;

}

.wp-block-getwid-tabs.alignfull .wp-block-getwid-tabs__tab-content {
  max-width:100%;
}
.wp-block-getwid-tabs.alignfull h2{
  font-weight: 600;
}


.wpdt-c a{
	color: var(--wp--preset--color--accent-1) !important;
}
.wpDataTables td a button:hover, 
.wpDataTables td:hover a button {
  background: none !important;
  color: var(--wp--preset--color--accent-3) !important;
}

.wpDataTablesWrapper .dataTables_filter label{
  font-size:0.7em;
}

.wpDataTablesWrapper table.wpDataTable > thead > tr > th {
  text-transform: uppercase;
  font-size: 0.8em;
}

/*PLAYLIST*/

.playlist.pbox {
  display:inline-block;
  width: 23%;
  margin-right: 2% !important;

}


/*SUBSCRIBE*/

.es_subscription_form input, 
.es_subscription_form label {
  font-family: var(--wp--preset--font-family--montserrat),Sans-serif !important;
} 
.es_subscription_form_submit{
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  background-color: #D71E5C !important;
  color: #fff !important;
  width: 35% !important;
  border: 0;
  letter-spacing: 0.5px;

}
.es-field-wrap {
  margin-bottom: 0.6em;
  display: inline-block;
  width: 60%;
  margin-right: 15px;
}
.es-field-wrap input {
  margin-top: 8px;
  padding-left:10px;

}


/*WPDataTables filter */

.wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
	width: 250px;
	min-height: 0;
	margin-bottom: 0;
	padding-left: 0;
  	margin-right: 20px;
}

.wpDataTableFilterSection label + div{
  border: 1px solid #bbb;
  height: 42px;
  padding: 0 4px;
}

.wpDataTableFilterSection label + div.column-fechahasta, 
.wpDataTableFilterSection label + div.column-fecha{
	height: 61px;
}

.dataTables_length, 
.dt-buttons {
	display: none;
}

button.wdt-clear-filters-button::before, button.wdt-clear-filters-widget-button::before {
  margin-right: 5px;
}

.dropdown-toggle::after{
	display: none;
	border: none !important;
}

/*REVIEW NEED TO CHANGE ICONS LIBRARY - TEMPORARY ADDED ->*/

.socials-item-icon {
  display: inline-block;
  font-family: 'thegem-socials';
  font-weight: normal;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
}

a .socials-item-icon {
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.socials-item-icon.facebook::before {
	content: '\e600';
}
.socials-colored a .socials-item-icon.facebook,
.socials-colored-hover a:hover .socials-item-icon.facebook {
	color: #4e64b5;
}
.socials-item-icon.twitter::before {
	content: '\e675';
}
.socials-colored a .socials-item-icon.twitter,
.socials-colored-hover a:hover .socials-item-icon.twitter {
	color: #99a9b5;
}
.socials-item-icon.pinterest::before {
	content: '\e602';
}
.socials-colored a .socials-item-icon.pinterest,
.socials-colored-hover a:hover .socials-item-icon.pinterest {
	color: #ff5757;
}
.socials-item-icon.google-plus::before,
.socials-item-icon.googleplus::before {
	content: '\e603';
}
.socials-colored a .socials-item-icon.google-plus,
.socials-colored a .socials-item-icon.googleplus,
.socials-colored-hover a:hover .socials-item-icon.google-plus,
.socials-colored-hover a:hover .socials-item-icon.googleplus {
	color: #f44336;
}
.socials-item-icon.tumblr::before {
	content: '\e604';
}
.socials-colored a .socials-item-icon.tumblr,
.socials-colored-hover a:hover .socials-item-icon.tumblr {
	color: #456988;
}
.socials-item-icon.stumbleupon::before {
	content: '\e605';
}
.socials-colored a .socials-item-icon.stumbleupon,
.socials-colored-hover a:hover .socials-item-icon.stumbleupon {
	color: #46485c;
}
.socials-item-icon.wordpress::before {
	content: '\e606';
}
.socials-colored a .socials-item-icon.wordpress,
.socials-colored-hover a:hover .socials-item-icon.wordpress {
	color: #0087be;
}
.socials-item-icon.instagram::before {
	content: '\e607';
}
.socials-colored a .socials-item-icon.instagram,
.socials-colored-hover a:hover .socials-item-icon.instagram {
	color: #9a8f62;
}
.socials-item-icon.dribbble::before {
	content: '\e608';
}
.socials-colored a .socials-item-icon.dribbble,
.socials-colored-hover a:hover .socials-item-icon.dribbble {
	color: #ec4a89;
}
.socials-item-icon.vimeo::before {
	content: '\e609';
}
.socials-colored a .socials-item-icon.vimeo,
.socials-colored-hover a:hover .socials-item-icon.vimeo {
	color: #1db3e3;
}
.socials-item-icon.linkedin::before {
	content: '\e60a';
}
.socials-colored a .socials-item-icon.linkedin,
.socials-colored-hover a:hover .socials-item-icon.linkedin {
	color: #0288d1;
}
.socials-item-icon.rss::before {
	content: '\e60b';
}
.socials-colored a .socials-item-icon.rss,
.socials-colored-hover a:hover .socials-item-icon.rss {
	color: #ef8321;
}
.socials-item-icon.deviantart::before {
	content: '\e60c';
}
.socials-colored a .socials-item-icon.deviantart,
.socials-colored-hover a:hover .socials-item-icon.deviantart {
	color: #00d13b;
}
.socials-item-icon.share::before {
	content: '\e60d';
}
.socials-colored a .socials-item-icon.share,
.socials-colored-hover a:hover .socials-item-icon.share {
	color: #ff694c;
}
.socials-item-icon.myspace::before {
	content: '\e60e';
}
.socials-colored a .socials-item-icon.myspace,
.socials-colored-hover a:hover .socials-item-icon.myspace {
	color: #003399;
}
.socials-item-icon.skype::before {
	content: '\e60f';
}
.socials-colored a .socials-item-icon.skype,
.socials-colored-hover a:hover .socials-item-icon.skype {
	color: #00aff0;
}
.socials-item-icon.youtube::before {
	content: '\e610';
}
.socials-colored a .socials-item-icon.youtube,
.socials-colored-hover a:hover .socials-item-icon.youtube {
	color: #c82929;
}
.socials-item-icon.picassa::before {
	content: '\e611';
}
.socials-colored a .socials-item-icon.picassa,
.socials-colored-hover a:hover .socials-item-icon.picassa {
	color: #9966cc;
}
.socials-item-icon.google-drive::before,
.socials-item-icon.googledrive::before {
	content: '\e612';
}
.socials-colored a .socials-item-icon.google-drive,
.socials-colored-hover a:hover .socials-item-icon.google-drive,
.socials-colored a .socials-item-icon.googledrive,
.socials-colored-hover a:hover .socials-item-icon.googledrive {
	color: #2db672;
}
.socials-item-icon.flickr::before {
	content: '\e613';
}
.socials-colored a .socials-item-icon.flickr,
.socials-colored-hover a:hover .socials-item-icon.flickr {
	color: #ff0084;
}
.socials-item-icon.blogger::before {
	content: '\e614';
}
.socials-colored a .socials-item-icon.blogger,
.socials-colored-hover a:hover .socials-item-icon.blogger {
	color: #f06a35;
}
.socials-item-icon.spotify::before {
	content: '\e615';
}
.socials-colored a .socials-item-icon.spotify,
.socials-colored-hover a:hover .socials-item-icon.spotify {
	color: #1ed760;
}
.socials-item-icon.delicious::before {
	content: '\e616';
}
.socials-colored a .socials-item-icon.delicious,
.socials-colored-hover a:hover .socials-item-icon.delicious {
	color: #229bf7;
}
.socials-item-icon.telegram::before {
	content: '\e645';
}
.socials-colored a .socials-item-icon.telegram,
.socials-colored-hover a:hover .socials-item-icon.telegram {
	color: #2ca5e0;
}
.socials-item-icon.vk::before {
	content: '\e648';
}
.socials-colored a .socials-item-icon.vk,
.socials-colored-hover a:hover .socials-item-icon.vk {
	color: #5181b8;
}
.socials-item-icon.whatsapp::before {
	content: '\e64b';
}
.socials-colored a .socials-item-icon.whatsapp,
.socials-colored-hover a:hover .socials-item-icon.whatsapp {
	color: #30b220;
}
.socials-item-icon.viber::before {
	content: '\e64e';
}
.socials-colored a .socials-item-icon.viber,
.socials-colored-hover a:hover .socials-item-icon.viber {
	color: #7a4e9d;
}
.socials-item-icon.ok::before {
	content: '\e651';
}
.socials-colored a .socials-item-icon.ok,
.socials-colored-hover a:hover .socials-item-icon.ok {
	color: #df8733;
}
.socials-item-icon.reddit::before {
	content: '\e654';
}
.socials-colored a .socials-item-icon.reddit,
.socials-colored-hover a:hover .socials-item-icon.reddit {
	color: #ff4500;
}
.socials-item-icon.slack::before {
	content: '\e657';
}
.socials-colored a .socials-item-icon.slack,
.socials-colored-hover a:hover .socials-item-icon.slack {
	color: #63c1a0;
}
.socials-item-icon.askfm::before {
	content: '\e65a';
}
.socials-colored a .socials-item-icon.askfm,
.socials-colored-hover a:hover .socials-item-icon.askfm {
	color: #ff6648;
}
.socials-item-icon.meetup::before {
	content: '\e65d';
}
.socials-colored a .socials-item-icon.meetup,
.socials-colored-hover a:hover .socials-item-icon.meetup {
	color: #e25063;
}
.socials-item-icon.weibo::before {
	content: '\e660';
}
.socials-colored a .socials-item-icon.weibo,
.socials-colored-hover a:hover .socials-item-icon.weibo {
	color: #d52b2a;
}
.socials-item-icon.qzone::before {
	content: '\e663';
}
.socials-colored a .socials-item-icon.qzone,
.socials-colored-hover a:hover .socials-item-icon.qzone {
	color: #fece00;
}
.socials-item-icon.tiktok::before {
	content: '\e666';
}
.socials-colored a .socials-item-icon.tiktok,
.socials-colored-hover a:hover .socials-item-icon.tiktok {
	color: #ff0050;
}
.socials-item-icon.soundcloud::before {
	content: '\e669';
}
.socials-colored a .socials-item-icon.soundcloud,
.socials-colored-hover a:hover .socials-item-icon.soundcloud {
	color: #ff3300;
}
.socials-item-icon.discord::before {
	content: '\e66c';
}
.socials-colored a .socials-item-icon.discord,
.socials-colored-hover a:hover .socials-item-icon.discord {
	color: #7289da;
}
.socials-item-icon.wechat::before {
	content: '\e66f';
}
.socials-colored a .socials-item-icon.wechat,
.socials-colored-hover a:hover .socials-item-icon.wechat {
	color: #00bf2c;
}
.socials-item-icon.xing::before {
	content: '\e672';
}
.socials-colored a .socials-item-icon.xing,
.socials-colored-hover a:hover .socials-item-icon.xing {
	color: #046064;
}
.socials-item-icon.twitter-old::before {
	content: '\e601';
}
.socials-colored a .socials-item-icon.twitter-old,
.socials-colored-hover a:hover .socials-item-icon.twitter-old {
	color: #00aced;
}
.socials-item-icon.threads::before {
	content: '\e678';
}
.socials-colored a .socials-item-icon.threads,
.socials-colored-hover a:hover .socials-item-icon.threads {
	color: #99a9b5;
}
.socials-item-icon.bluesky::before {
	content: '\e67b';
}
.socials-colored a .socials-item-icon.bluesky,
.socials-colored-hover a:hover .socials-item-icon.bluesky {
	color: #0085ff;
}
.socials-item-icon.houzz::before {
	content: '\e67e';
}
.socials-colored a .socials-item-icon.houzz,
.socials-colored-hover a:hover .socials-item-icon.houzz {
	color: #4bb714;
}

.social-item-rounded.socials-item-icon.facebook::before,
.socials-rounded .socials-item-icon.facebook::before {
	content: '\e617';
}
.social-item-rounded.socials-item-icon.twitter::before,
.socials-rounded .socials-item-icon.twitter::before {
	content: '\e676';
}
.social-item-rounded.socials-item-icon.pinterest::before,
.socials-rounded .socials-item-icon.pinterest::before {
	content: '\e619';
}
.social-item-rounded.socials-item-icon.google-plus::before,
.social-item-rounded.socials-item-icon.googleplus::before,
.socials-rounded .socials-item-icon.google-plus::before,
.socials-rounded .socials-item-icon.googleplus::before {
	content: '\e61a';
}
.social-item-rounded.socials-item-icon.tumblr::before,
.socials-rounded .socials-item-icon.tumblr::before {
	content: '\e61b';
}
.social-item-rounded.socials-item-icon.stumbleupon::before,
.socials-rounded .socials-item-icon.stumbleupon::before {
	content: '\e61c';
}
.social-item-rounded.socials-item-icon.wordpress::before,
.socials-rounded .socials-item-icon.wordpress::before {
	content: '\e61d';
}
.social-item-rounded.socials-item-icon.instagram::before,
.socials-rounded .socials-item-icon.instagram::before {
	content: '\e61e';
}
.social-item-rounded.socials-item-icon.dribbble::before,
.socials-rounded .socials-item-icon.dribbble::before {
	content: '\e61f';
}
.social-item-rounded.socials-item-icon.vimeo::before,
.socials-rounded .socials-item-icon.vimeo::before {
	content: '\e620';
}
.social-item-rounded.socials-item-icon.linkedin::before,
.socials-rounded .socials-item-icon.linkedin::before {
	content: '\e621';
}
.social-item-rounded.socials-item-icon.rss::before,
.socials-rounded .socials-item-icon.rss::before {
	content: '\e622';
}
.social-item-rounded.socials-item-icon.deviantart::before,
.socials-rounded .socials-item-icon.deviantart::before {
	content: '\e623';
}
.social-item-rounded.socials-item-icon.share::before,
.socials-rounded .socials-item-icon.share::before {
	content: '\e624';
}
.social-item-rounded.socials-item-icon.myspace::before,
.socials-rounded .socials-item-icon.myspace::before {
	content: '\e625';
}
.social-item-rounded.socials-item-icon.skype::before,
.socials-rounded .socials-item-icon.skype::before {
	content: '\e626';
}
.social-item-rounded.socials-item-icon.youtube::before,
.socials-rounded .socials-item-icon.youtube::before {
	content: '\e627';
}
.social-item-rounded.socials-item-icon.picassa::before,
.socials-rounded .socials-item-icon.picassa::before {
	content: '\e628';
}
.social-item-rounded.socials-item-icon.google-drive::before,
.social-item-rounded.socials-item-icon.googledrive::before,
.socials-rounded .socials-item-icon.google-drive::before,
.socials-rounded .socials-item-icon.googledrive::before {
	content: '\e629';
}
.social-item-rounded.socials-item-icon.flickr::before,
.socials-rounded .socials-item-icon.flickr::before {
	content: '\e62a';
}
.social-item-rounded.socials-item-icon.blogger::before,
.socials-rounded .socials-item-icon.blogger::before {
	content: '\e62b';
}
.social-item-rounded.socials-item-icon.spotify::before,
.socials-rounded .socials-item-icon.spotify::before {
	content: '\e62c';
}
.social-item-rounded.socials-item-icon.delicious::before,
.socials-rounded .socials-item-icon.delicious::before {
	content: '\e62d';
}
.social-item-rounded.socials-item-icon.telegram::before,
.socials-rounded .socials-item-icon.telegram::before {
	content: '\e646';
}
.social-item-rounded.socials-item-icon.vk::before,
.socials-rounded .socials-item-icon.vk::before {
	content: '\e649';
}
.social-item-rounded.socials-item-icon.whatsapp::before,
.socials-rounded .socials-item-icon.whatsapp::before {
	content: '\e64c';
}
.social-item-rounded.socials-item-icon.viber::before,
.socials-rounded .socials-item-icon.viber::before {
	content: '\e64f';
}
.social-item-rounded.socials-item-icon.ok::before,
.socials-rounded .socials-item-icon.ok::before {
	content: '\e652';
}
.social-item-rounded.socials-item-icon.reddit::before,
.socials-rounded .socials-item-icon.reddit::before {
	content: '\e655';
}
.social-item-rounded.socials-item-icon.slack::before,
.socials-rounded .socials-item-icon.slack::before {
	content: '\e658';
}
.social-item-rounded.socials-item-icon.askfm::before,
.socials-rounded .socials-item-icon.askfm::before {
	content: '\e65b';
}
.social-item-rounded.socials-item-icon.meetup::before,
.socials-rounded .socials-item-icon.meetup::before {
	content: '\e65e';
}
.social-item-rounded.socials-item-icon.weibo::before,
.socials-rounded .socials-item-icon.weibo::before {
	content: '\e661';
}
.social-item-rounded.socials-item-icon.qzone::before,
.socials-rounded .socials-item-icon.qzone::before {
	content: '\e664';
}
.social-item-rounded.socials-item-icon.tiktok::before,
.socials-rounded .socials-item-icon.tiktok::before {
	content: '\e667';
}
.social-item-rounded.socials-item-icon.soundcloud::before,
.socials-rounded .socials-item-icon.soundcloud::before {
	content: '\e66a';
}
.social-item-rounded.socials-item-icon.discord::before,
.socials-rounded .socials-item-icon.discord::before {
	content: '\e66d';
}
.social-item-rounded.socials-item-icon.wechat::before,
.socials-rounded .socials-item-icon.wechat::before {
	content: '\e670';
}
.social-item-rounded.socials-item-icon.xing::before,
.socials-rounded .socials-item-icon.xing::before {
	content: '\e673';
}
.social-item-rounded.socials-item-icon.twitter-old::before,
.socials-rounded .socials-item-icon.twitter-old::before {
	content: '\e618';
}
.social-item-rounded.socials-item-icon.threads::before,
.socials-rounded .socials-item-icon.threads::before {
	content: '\e679';
}
.social-item-rounded.socials-item-icon.bluesky::before,
.socials-rounded .socials-item-icon.bluesky::before {
	content: '\e67c';
}
.social-item-rounded.socials-item-icon.houzz::before,
.socials-rounded .socials-item-icon.houzz::before {
	content: '\e67f';
}

.social-item-square.socials-item-icon.facebook::before,
.socials-square .socials-item-icon.facebook::before {
	content: '\e62e';
}
.social-item-square.socials-item-icon.twitter::before,
.socials-square .socials-item-icon.twitter::before {
	content: '\e677';
}
.social-item-square.socials-item-icon.pinterest::before,
.socials-square .socials-item-icon.pinterest::before {
	content: '\e630';
}
.social-item-square.socials-item-icon.google-plus::before,
.social-item-square.socials-item-icon.googleplus::before,
.socials-square .socials-item-icon.google-plus::before,
.socials-square .socials-item-icon.googleplus::before {
	content: '\e631';
}
.social-item-square.socials-item-icon.tumblr::before,
.socials-square .socials-item-icon.tumblr::before {
	content: '\e632';
}
.social-item-square.socials-item-icon.stumbleupon::before,
.socials-square .socials-item-icon.stumbleupon::before {
	content: '\e633';
}
.social-item-square.socials-item-icon.wordpress::before,
.socials-square .socials-item-icon.wordpress::before {
	content: '\e634';
}
.social-item-square.socials-item-icon.instagram::before,
.socials-square .socials-item-icon.instagram::before {
	content: '\e635';
}
.social-item-square.socials-item-icon.dribbble::before,
.socials-square .socials-item-icon.dribbble::before {
	content: '\e636';
}
.social-item-square.socials-item-icon.vimeo::before,
.socials-square .socials-item-icon.vimeo::before {
	content: '\e637';
}
.social-item-square.socials-item-icon.linkedin::before,
.socials-square .socials-item-icon.linkedin::before {
	content: '\e638';
}
.social-item-square.socials-item-icon.rss::before,
.socials-square .socials-item-icon.rss::before {
	content: '\e639';
}
.social-item-square.socials-item-icon.deviantart::before,
.socials-square .socials-item-icon.deviantart::before {
	content: '\e63a';
}
.social-item-square.socials-item-icon.share::before,
.socials-square .socials-item-icon.share::before {
	content: '\e63b';
}
.social-item-square.socials-item-icon.myspace::before,
.socials-square .socials-item-icon.myspace::before {
	content: '\e63c';
}
.social-item-square.socials-item-icon.skype::before,
.socials-square .socials-item-icon.skype::before {
	content: '\e63d';
}
.social-item-square.socials-item-icon.youtube::before,
.socials-square .socials-item-icon.youtube::before {
	content: '\e63e';
}
.social-item-square.socials-item-icon.picassa::before,
.socials-square .socials-item-icon.picassa::before {
	content: '\e63f';
}
.social-item-square.socials-item-icon.google-drive::before,
.social-item-square.socials-item-icon.googledrive::before,
.socials-square .socials-item-icon.google-drive::before,
.socials-square .socials-item-icon.googledrive::before {
	content: '\e640';
}
.social-item-square.socials-item-icon.flickr::before,
.socials-square .socials-item-icon.flickr::before {
	content: '\e641';
}
.social-item-square.socials-item-icon.blogger::before,
.socials-square .socials-item-icon.blogger::before {
	content: '\e642';
}
.social-item-square.socials-item-icon.spotify::before,
.socials-square .socials-item-icon.spotify::before {
	content: '\e643';
}
.social-item-square.socials-item-icon.delicious::before,
.socials-square .socials-item-icon.delicious::before {
	content: '\e644';
}
.social-item-square.socials-item-icon.telegram::before,
.socials-square .socials-item-icon.telegram::before {
	content: '\e647';
}
.social-item-square.socials-item-icon.vk::before,
.socials-square .socials-item-icon.vk::before {
	content: '\e64a';
}
.social-item-square.socials-item-icon.whatsapp::before,
.socials-square .socials-item-icon.whatsapp::before {
	content: '\e64d';
}
.social-item-square.socials-item-icon.viber::before,
.socials-square .socials-item-icon.viber::before {
	content: '\e650';
}
.social-item-square.socials-item-icon.ok::before,
.socials-square .socials-item-icon.ok::before {
	content: '\e653';
}
.social-item-square.socials-item-icon.reddit::before,
.socials-square .socials-item-icon.reddit::before {
	content: '\e656';
}
.social-item-square.socials-item-icon.slack::before,
.socials-square .socials-item-icon.slack::before {
	content: '\e659';
}
.social-item-square.socials-item-icon.askfm::before,
.socials-square .socials-item-icon.askfm::before {
	content: '\e65c';
}
.social-item-square.socials-item-icon.meetup::before,
.socials-square .socials-item-icon.meetup::before {
	content: '\e65f';
}
.social-item-square.socials-item-icon.weibo::before,
.socials-square .socials-item-icon.weibo::before {
	content: '\e662';
}
.social-item-square.socials-item-icon.qzone::before,
.socials-square .socials-item-icon.qzone::before {
	content: '\e665';
}
.social-item-square.socials-item-icon.tiktok::before,
.socials-square .socials-item-icon.tiktok::before {
	content: '\e668';
}
.social-item-square.socials-item-icon.soundcloud::before,
.socials-square .socials-item-icon.soundcloud::before {
	content: '\e66b';
}
.social-item-square.socials-item-icon.discord::before,
.socials-square .socials-item-icon.discord::before {
	content: '\e66e';
}
.social-item-square.socials-item-icon.wechat::before,
.socials-square .socials-item-icon.wechat::before {
	content: '\e671';
}
.social-item-square.socials-item-icon.xing::before,
.socials-square .socials-item-icon.xing::before {
	content: '\e674';
}
.social-item-square.socials-item-icon.twitter-old::before,
.socials-square .socials-item-icon.twitter-old::before {
	content: '\e62f';
}
.social-item-square.socials-item-icon.threads::before,
.socials-square .socials-item-icon.threads::before {
	content: '\e67a';
}
.social-item-square.socials-item-icon.bluesky::before,
.socials-square .socials-item-icon.bluesky::before {
	content: '\e67d';
}
.social-item-square.socials-item-icon.houzz::before,
.socials-square .socials-item-icon.houzz::before {
	content: '\e680';
}

.socials-list {
	margin-left: -10px;
	margin-right: -10px;
}
.socials-list .socials-item {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.socials-list.socials-alignment-right {
	text-align: right;
}
.socials-list.socials-alignment-center {
	text-align: center;
}

#footer-socials .socials:not(.socials-colored-hover) a:hover .socials-item-icon {
	color: #ffffff;
}

a.social-icon-facebook {
	background-color: #4267B2;
	color: #fff;
}
a.social-icon-instagram {
	background-color: #C13584;
	color: #fff;
}
a.social-icon-twitter {
	background-color: #1DA1F2;
	color: #fff;
}
a.social-icon-spotify {
	background-color: #000;
	color: #1DB954;
}
a.social-icon-soundcloud {
	background-color: #FF7700;
}
a.social-icon-soundcloud img {
	max-width:25px;
}

/*<- END SOCIAL TO BE REVIEWED*/

/*MODAL CONTENT LAYOUT*/

@media (min-width: 992px) {
  .about_curator .col-md-3, .about_curator .col-md-9 {
    float: left;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    max-width: 25%;
  }
  .col-md-9 {
    max-width: 75%;
  }
}

.about_curator .col-md-3, .about_curator .col-md-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.modal-iber h3{
	margin-top: 0;
	font-family: 'Montserrat';
	font-weight: bold;
	color: #F84982;
	font-size: 1.15rem;
	text-transform: uppercase;
}

.modal-iber .link-icons {
	font-size: 10px;
}
.modal-iber .link-icons a {
	text-decoration: none;
}

.about_curator h4 {
	text-transform: uppercase;
}

#instrumentList select,
#instrumentSoloistList select {
	width:100%;
}

.organicsSection.row {
	display: flex;
	margin:0;
}
.info-content .form-group {
	display: flex;
}

/*DATATABLES PAGINATION*/
.wpDataTablesWrapper .dataTables_paginate {
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--montserrat) !important;
	font-size: var(--wp--preset--font-size--medium) !important;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
}

.wpDataTablesWrapper .dataTables_paginate a,
.wpDataTablesWrapper .dataTables_paginate .paginate_button {
	color: var(--wp--preset--color--accent-1) !important;
	text-decoration: underline !important;
	text-underline-offset: .1em;
}

.wpDataTablesWrapper .dataTables_paginate .paginate_button.current, 
.wpDataTablesWrapper .dataTables_paginate .paginate_button.current:hover {
	background: none !important;
	text-decoration: none !important;
	color: var(--wp--preset--color--contrast) !important;
}

/*GUTEMBERG PAGINATION - Noticias*/
.wp-block-query-pagination .wp-block-query-pagination-numbers a {
	padding: 0.6em 1.164em 0.4em 1.164em !important;

}


/*HEADER*/
/* @media (min-width: 600px) {
	.main-header {
		transition: transform 0.7s ease, opacity 0.7s ease;
		background: #fff;
		position: relative;
		z-index: 1000;
	}

	.scrolled .main-header {
		transform: translateY(-54px); 
		opacity: 0.95;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	}

	.home main {
		transition: transform 0.9s ease;
		position: relative;
	}

	.home.scrolled main {
		transform: translateY(-171px);  
		top: 0;
		left: 0;
		width: 100%;
	}
 }*/

.logostable a {
	font-weight: 700;
	color: var(--wp--preset--color--accent-1);
 	text-decoration: none;
	text-transform: uppercase;
}
.logostable a:hover {
	color: #0b4852;
}


/*FORM CREAR OBRA*/

/* CARGAR OBRAS */
#create_score {
	font-family: 'Montserrat';
}
#score_contact_One, #score_contact_Two, #coauthors, #movements, #texts, #premieres, #otherAwards, #soloist, #otherInstruments {
	display: none;
}
#create_score .section{
    display: none;;
}
#create_score .current {
    display: block;
}
.input_hidden_left {
	position: absolute;
	left: -9999px;
}
#create_score .multiselect-native-select .btn-group .multiselect {
	width: 100%;
	font-size: 13px;
	font-family: inherit;
	font-weight: inherit;
	text-transform: capitalize;
	text-align: left;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #dfe5e8;
	color: #444;
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #ffffff 0%,#fff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
#create_score .dropdown-toggle::after {
	display: none;
}
#create_score .multiselect-container>li>a>label {
    height: 100%;
    width: 100%;
    cursor: pointer;
    font-weight: 400;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
	color: #000;
}
#create_score .multiselect-container li a:hover {
	text-decoration: none !important;
}
#create_score .multiselect-container>li>a>label>input {
    width: auto !important;
}
.score-tags .select2-selection, .select2-selection--multiple {
	height: 44px !important;
	font-size: 13px;
}
li[aria-label="Fila de cuerdas"] .select2-results__option[aria-disabled=true], li[aria-label="Sección de Cuerdas"] .select2-results__option[aria-disabled=true], li[aria-label="Cuerdas por número"] .select2-results__option[aria-disabled=true] { 
	display: none;
}
li[aria-label="Fila de cuerdas"] .select2-results__option[aria-disabled=true]:first-child, li[aria-label="Sección de Cuerdas"] .select2-results__option[aria-disabled=true]:first-child, li[aria-label="Cuerdas por número"] .select2-results__option[aria-disabled=true]:first-child {
	display: block !important;
}
li[aria-label="Fila de cuerdas"] .select2-results__group, li[aria-label="Sección de Cuerdas"] .select2-results__group, li[aria-label="Cuerdas por número"] .select2-results__group {
	display: none;
}
.info-content .addBtnSection {
	position: relative;
}
.backgroundOver, .backgroundSoloistOver {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #bbb;
	border-radius: 5px;
	z-index: 1;
	opacity: .5;
	cursor: no-drop;
}
.organicsSection, .organicSectionSoloist {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.organicsSection .organic-message, .organicSectionSoloist .organic-message {
	opacity: 0.75;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	color: #0d7ea5;
	border: 1px dashed #0d7ea5;
	border-radius: 5px;
	margin: 30px 0;
}
.organicsSection .organic-message i, .organicSectionSoloist .organic-message i {
	font-size: 20px;
	margin-right: 15px;
}
.movementRow, .soloist-organic-row, .score-organic-row, .textRow, .mutation-row, .premiereRow, .awardsRow {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #e8e8e8;
}

.mutation-row {
	margin-bottom: 20px;
	background-color: var(--wp--preset--color--accent-5) !important;

}

.movementRow:last-child, .score-organic-row:last-child, .textRow:last-child, .premiereRow:last-child, .awardsRow:last-child {
	border-bottom: none !important;
}
.score-organic-row input[type="checkbox"] {
	height: 29px;
}
.soloist-organic-row .form-group, .score-organic-row .form-group {
	display: flex;
	align-items: center;
}
#instrumentList .score-organic-row div {
	display: flex;
	align-items: center;
}
#instrumentList .score-organic-row div p {
	margin-bottom: 0 !important;
}
.removeOrganic i, .movementRow i, .textRow i, .soloist-organic-row i, .removeCoauthor i, .removeOrganicMutation i {
	font-size: 19px;
}
.include-exclude-instruments {
	display: flex;
}
.pagination-steps {
	display: flex;
	justify-content: flex-end;
	margin: 20px -10px 0;
}
.pagination-steps input { 
	font-family: 'Montserrat';
	text-transform: uppercase;
	color: #fff !important;
	font-weight: bold;
	padding: 15px;
	font-size: 15px !important;
	border: none !important;
	margin: 0 10px;
}
label[for="disclaimer"] {
	margin-top: 0 !important;
}
.file_div_clean:first-child {
	width: 200px;
}
.file_div_clean:nth-child(2) {
	display: none;
}
#wordpress_file_upload_message_2 {
	width: 100% !important;
}
.file_messageblock_fileheader_td {
	padding: 0 !important;
	border: none !important;
}
.file_input_uploadform {
	height: 30px !important;
	width:100% !important;
}
.file_input_button, .file_input_button_hover {
	height: 30px !important;
	width:100% !important;
	padding: 10px 15px;
	cursor: pointer !important;
	background: #F84982 !important;
	font-family: 'Montserrat';
	font-size: 13px !important;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: bold;
	border: none !important;
	border-radius: 4px !important;
}
#wordpress_file_upload_block_1,
#wordpress_file_upload_block_2, #wordpress_file_upload_block_3 {
	display: flex;
}
#wordpress_file_upload_textbox_1, #wordpress_file_upload_textbox_2, #wordpress_file_upload_textbox_3 {
	position: absolute;
	opacity: 0;
}
.wfu_container div:nth-child(6) {
	display: none !important;
} 
.file_td_clean {
	border: none !important;
	padding: 0 10px 0 0 !important;
}
.submit-score {
	width: 100%;
	display: flex;
	justify-content: center;
}
.submit-score input {
	cursor: pointer;
	background-color: #F84982;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: bold;
	border: none !important;
	border-radius: 0;
	width: calc(100%/3);
	border-radius: 5px;
	margin: 10px 0;
}
.instrument-quantity-group {
	display: flex;
	justify-content: center;
}
.numberRange, .numberFixed {
	display: none;
}
.organic_query_inputs {
	display: flex;
	flex-direction: column;
}
.organic-result-total, .organic-formula {
	display: flex;
}
.organic-result-total {
	flex-direction: column;
}
.organic-result-total h4 {
	font-size: 15px;
	font-style: initial;
}
.voices .comma-separator:last-child, .organic-voices .comma-separator:last-child {
	display: none;
}
.voice-title, .percussion-title {
	display: none;
}
.remove-instrument-row, .remove-mutation-row {
	display: flex;
	justify-content: center;
	align-items: center;
}
.soloist-organic-row {
	display: flex;
	border-bottom: 1px solid #e8e8e8;
}
.soloist-organic-row:last-child {
	border-bottom: none !important;
}


.number-type {
	padding: 0 8px;
	width: 100%;
	border: none;
	height: 28px;
	color: #777;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
	background-position: right;
}
.filter-section .multiselect-native-select {
	width: 100%;
}
.filter-section .dropdown-toggle::after {
	display: none !important;
}

.filter-section .multiselect-selected-text {
	font-size: 12px;
	color: #999;
	width: 92%;
	display: block;
	overflow: hidden;
}
.filter-section .multiselect-container {
	top: 18px !important;
	width: 100%;
}
.filter-section .multiselect-container li label {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 8px 20px !important;
	color: #000;
	font-size: 13px
}
.filter-section .multiselect-container li a:hover {
	text-decoration: none !important;
}
.filter-section .orchestra-select {
	overflow: hidden;
}

.select2-selection--multiple {
    padding-right: 30px !important;
	border: 1px solid #aaa !important;
}
.select2-selection--multiple:after {
	content: '\e635';
  position: absolute;
  right: 1%;
  top: 50%;
  margin-top: -12px;
  font-family: 'thegem-icons';
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
}
.organic-result-total, .organic-soloist-result-total {
	display: flex;
	font-size: 13px;
	color: #F84982;
	font-weight: bold;
	font-style: italic;
}
.family-1:after, .family-2:after, .family-3:after, .family-5:after, .family-6:after, .family-7:after {
	content: '.';
	margin: 0 5px;
}
.family-4:after, .family-8:after, .family-10:after, .family-11:after {
	content: '-';
	margin: 0 5px;
}
.family-9:after {
	content: '+';
	margin: 0 5px;
}
.organic-family:last-child:after {
	content: '';
}
a[name="add-organic"] {
	height: fit-content;
}
.alert a, .alert a:hover {
	color: #F84982;
}

#create_score label, #create_score p, #create_score option {
	font-size: 13px;
}
#create_score .error {
	margin-top: 5px;
	color: #F84982;
	font-size: 16px;
}
.required-fields-message {
	color: #999;
	font-weight: bold;
	font-style: italic;
	margin-top: -20px !important;
	font-size: 13px;
}
/**/

#create_score h2>b {
  font-weight:700;
}

#create_score label {
  margin-bottom:10px;
  width: 95%;
}

#create_score label.custom-file-upload {
  width: auto;
}

#create_score .input-group-lg,
#create_score select  {
  margin-bottom:20px;
  width: 100%;
  border-radius: 6px;
  font-weight: 300;
  font-size: 18px;
}

#create_score select {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(222, 226, 230);
  padding: .375rem .75rem;
}
#create_score select[multiple="multiple"] {
  height:300px;
}

#create_score select optgroup {
  font-size: 14px;
  font-weight: 700;
  text-transform:uppercase;
  color:#ccc;
  margin-top:5px;
}

#create_score select optgroup option {
  font-size: 16px;
  font-weight: 300;
  text-transform:none;
  color: #000;
  padding:3px 0;
}

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

#create_score input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-bottom: 20px;
  border: 0;
}

#create_score .addBtnSection {
  display: block;
  width: auto;
  padding: 10px 10px 10px 0px;
  margin-bottom: 20px !important;
  font-size: 14px;
  background-color: #FFF;
}

.coauthorRow {
	display: flex
}

.coauthorRow .form-group,
.movementRow .form-group,
.textSection .form-group,
.premiereRow .form-group,
.awardsRow .form-group,
.organicsSection .form-group {
	margin-right: 30px;
}


#create_score .addBtnSection a {
  display: block;
  margin-bottom: 20px;
  width: auto;
  text-align: center;
}

#create_score .addBtnSection a.addOrganicSoloist {
	height: 42px;
	width: auto;
}

#create_score h4 {
  margin: 30px 0 20px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

#create_score .custom-file-upload {
  background: rgb(215, 30, 92);
  border-radius: 0 !important;
  font-weight:500 !important;
  font-size:14px !important;
  margin-bottom:20px !important;
}


#create_score .addBtnSection .col-md-1,
#create_score .addBtnSection .col-md-2,
#create_score .addBtnSection .col-md-4,
#create_score .addBtnSection .col-md-5 {
  display:inline-block;
  margin-right:2%;
}

#create_score input[type="radio"] {
  display: inline-block;
  width: 16px;
  margin-right: 10px;
}
#create_score .alert {
  border-radius:0;
}

.pagination-steps {
  display:block;
  max-width:945px;
}

.pagination-steps .btn-primmary {
  background: rgb(215, 30, 92);
  border-radius: 0 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  margin-bottom: 20px !important;
  color:#fff;
  text-transform: uppercase;
  border:0;
  padding: 8px 20px;
  width:45%;

}


/* OBSERVATORY */
.page-id-11925 #primary-navigation {
	display: none !important;
}
.page-id-11925 .panel {
	background-color: transparent !important;
}
.page-id-11925 .block-content {
	background-color: #f8f8f8	
}

#module_title {
	font-weight: bold;
	font-size: 25px;
}

.section_filters label {
	font-weight: bold;
}
.filter-section {
	background-color: #fff;
}
.filter-section ul {
	padding: 0;
}
.filter-section ul li {
	list-style: none;
	height: 35px;
}
.filter-section ul li a, .card a {
	color: #333;
	font-size: 14px;
	padding: 10px 7.5px;
	cursor: pointer;
}
.filter-section ul li a i, .card a i {
	font-size: 16px;
}
.filter-section ul li a:hover, .card a:hover {
	color: #333;
}
.filter-section ul li a i, .card a i {
	margin-right: 10px;
}
.card {
	padding: 0;
	border-color: transparent !important;
	border-radius: 5px !important;
	transition: .1s ease all;
	-o-transition: .1s ease all;
	-ms-transition: .1s ease all;
	-moz-transition: .1s ease all;
	-webkit-transition: .1s ease all;
}
.card:hover {
	/*background-color: #E0EAF0;*/
}
.card_header {
	border-radius: 5px;
}
.active {
	background-color: #357395;
	color: #fff !important;
}
.collapse {
	padding-left: 15px;
	transition: .2s ease all;
	-o-transition: .2s ease all;
	-ms-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-webkit-transition: .2s ease all;
}
.filter-section .collapse {
	padding-left:0;
}
.header_filters {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.btn-filter {
	max-width: 100px;
}
.header_filters .select2-container.select2-container--default.select2-container--open {
    right: auto;
    left: unset !important;
}
.graph_section {
	display: none;
}
.section_filters {
	margin-bottom: 20px;
}
.select2-container,
.select2-results__options {
	width: 100% !important;
	font-size: var(--wp--preset--font-size--small);
}
.select2-dropdown {
	z-index: 1100;
}


.graph_row {
	padding: 25px !important;
	border-radius: 15px;
	margin: 15px 0;
	background-color: #fff;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.graph_row:hover {
	box-shadow: 0 0 50px rgb(0 0 0 / 5%);
}
.tooltip {
	font-size: 14px !important;
}
.tooltip-inner {
	border-radius: 10px !important;
	padding: 5px 10px !important;
}
.chart_header {
	margin-bottom: 35px;
}
.chart_header p {
	font-size: 13px;
	font-family: var(--wp--preset--font-family--montserrat);
	color: #666;
}
.indicators {
	text-align: center;
}
.indicators .graph_row {
	border-bottom: 3px solid #EE92AE;
}
.indicators .graph_row:hover {
	opacity: 0.75;
	transform: translate(0, -10px);
}
.indicators .graph_row i {
	font-size: 25px;
	color: #999;
}
.indicator_title {
    font-family: var(--wp--preset--font-family--montserrat);
    font-size: 16px;
    color: #666;
}
.indicator_number {
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: 30px;
	font-weight: bold;
	color: #204751
}


/* CATALOGO DE PARTITURAS MODAL */
#instrumentList .modal-dialog, 
#instrumentSoloistList .modal-dialog {
  max-width: calc(100%/2) !important;
  top: 5%;
}
#soloist .addBtnSection {
	display: flex;
	flex-direction: row;
}
.addBtnSection {
	padding: 20px ;
	background-color: var(--wp--preset--color--accent-5) !important;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
}
.addBtnSection label {
	font-size: 11px !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}


.addOrganicSoloist,
.addOrganic  {
	margin-top: 20px;
	display: inline-flex;
}

.dateRange-checkbox {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.addOrganic {
	cursor: pointer;
}
.scoreBtn + .scoreBtn {
    margin-left: 10px;
}
.scoreBtns .wpb_wrapper {
	display: flex;
	justify-content: flex-end;
}
.scoreBtnUpload {
	margin-bottom: 20px !important;
}

.btn-danger {
	background-color: var(--wp--preset--color--accent-2);
	border-radius: 1px;
}



/*CONSEJO INTERGUBERNAMENTAL*/

.tmm_consejo-intergubernamental.tmm .tmm_member, 
.tmm_orquestas-miembros.tmm .tmm_member {
	min-height: 350px;
	border-top-width:  2px !important;
	border-bottom: solid 1px #eee !important;
	box-shadow: none;
}	

.tmm_names {
	font-size: 16px !important;
}

.tmm_job, .tmm_desc, .tmm_desc p {
	font-size: 16px !important;
}

.tmm_consejo-intergubernamental.tmm .tmm_member .tmm_photo,
.tmm_orquestas-miembros.tmm .tmm_member .tmm_photo  {
	border-radius: 50% !important;
	border-width: 1px !important;
	border-color: #CCC;
}

.tmm .tmm_container:last-child {
	flex: 1;
}

/* PAYLIST ITINERARY*/

.itinerary {
	display: flex;
	justify-content: flex-start;
}
.itinerary .playlist {
	margin-right: 40px !important;
	
}

/*SOCIAL*/
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg {
	color: var(--wp--preset--color--accent-1);
  	fill:  currentColor;
}
.wp-social-link-instagram,
.wp-social-link-facebook,
.wp-social-link-youtube {
	background-color: transparent;
}

/*TABS*/
.has-layout-vertical-left > .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link *, .has-layout-vertical-right > .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link *, .is-style-vertical > .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link * {
	hyphens: none;
}

/* MEMBERS */
.tmm .tmm_job, .tmm .tmm_job p {
	    color: #767676 !important;
}


/*HEADER ACCESSIBILITY ORDER*/
.header-container {
	display: flex;
	flex-direction: column;
}
.header-container .social-header {
	order: 1;
	margin-top: 0px;
}
.header-container .main-header {
	order: 2	;
}

/*FILTERS CATALOGO*/

.ui-tabs-panel td a {
	font-weight: 600;
	font-size: 16px;
}

/* IBERMUSICAS GLOBAL*/

.approved-buyers {
  display: flex;
  gap: 1rem;
}

.buyer {
  width: 30%;
  border: 2px solid var(--wp--preset--color--accent-3);
  border-radius: 15px;
  padding: 15px;
  margin-right: 20px;
}

.buyer .card-img-top {
	border-radius: 50%;
	padding: 20px;
}

.faq-accordion h3 {
	color: var(--wp--preset--color--accent-2);
	font-size: 18px;
	text-transform: uppercase;
}

.faq-accordion .wp-block-getwid-accordion .wp-block-getwid-accordion__header{
	padding: 1.31em 0.75em;
}

.faq-accordion .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper, .faq-accordion .wp-block-getwid-accordion__content {
	border: none;
} 

.faq-accordion .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
	border-bottom: 1px solid #eee;
}


.hilite-text::before {
	content: ">";
	font-size: 2.55rem;
	color: var(--wp--preset--color--accent-2);
	margin-left: -38px;
	font-weight: 600;
	line-height: 1.01em;
	position: absolute;
  	top: -4px;
}

.hilite-text {
	margin-left: 70px;
	width: 75%;
	position: relative;
}

.modal-dialog {
  max-width: calc(100%/2) !important;
  top: 5%;
}

.buyer-avatar {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 200px;
    background-color: #333144;
    border-radius: 10px;
    margin-bottom: 90px;
}

.page-title-title h1 {
	font-size: 35px;
	margin-bottom: 30px;
}

.buyer-avatar img {
    top: 130px;
    border-radius: 50%;
    position: absolute;
    height: 140px;
    left: 50%;
    transform: translateX(-50%);
	border: 8px solid #F84982;
}
.buyer-avatar .modal-title {
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

#buyerModal .btn-close {
  position: absolute;
  right: -20px;
  top: -20px;
  padding: 15px !important;
  color: #fff !important;
  font-family: 'Montserrat';
  font-weight: bolder;
  font-size: 15px;
  background-color: #F84982 !important;
  border-radius: 4px;
  opacity: 1 !important;
}
.location-block {
  position: relative;
}
.location-block .social-block {
  position: absolute;
  right: 0;
  top: 0;
}

.location-block .social-block .fa-facebook:before {
	font-family: "Font Awesome 5 Brands";
	content: "\f39e";
	font-weight: normal;
}
.location-block .social-block .fa-instagram:before {
	font-family: "Font Awesome 5 Brands";
	font-weight: normal;
}
.location-block p {
  text-align: center;
}
.buyer-section {
  margin: 40px 0;
  text-align: left;
}
.buyer-section h3 {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #0D7EA5;
  position: relative;
}
.videos {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.video-thumbnail {
  flex: 1;
  overflow: hidden;
  position: relative;
  transition: .2s all ease;
}
.video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

.date-block {
  background-color: #eee;
  border: 1px solid #bbb;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  font-size: 13px;
  white-space: break-spaces;
}



/*images temporary workaround*/
.wp-block-post-featured-image :where(img) {
	width: auto !important;
	height: auto !important;
}

li .wp-block-post-featured-image :where(img) {
	object-position: center;
	object-fit: contain !important;
  	background-color: #dfe5e8;
	width: 100% !important;
	height: 100% !important;
}

figure.wp-block-post-featured-image{
	text-align: center;
}

