/*
Theme Name: Rosin Octet Theme
Theme URI: https://gmrey.com
Author: Gabriel Morales
Author URI: https://gmrey.com
Description: Theme designed for Rosin Octet
Version: 1.0.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: rosin, octet, theme
Text Domain: rosinoctet
*/

@import url("assets/fonts/epilogue/epilogue.css");

/************************************************************************************
RESET
*************************************************************************************/
* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure{
	margin:0;
	padding:0
}

img, fieldset{
	border:0
}

/* set img max-width */
img{
	box-sizing:border-box
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ 
	display:block
}

/* audio */
audio, iframe, object{
	max-width:100%
}

a {
    text-decoration: none;
    color: #1e1e1e;
}

ul {
    list-style-type: none;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body {
	font-family: 'epilogue', Arial, Helvetica, sans-serif !important;
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
}

.hidden {
    display: none !important;
}

.unselectable {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.edit-card-bg {
    background-color: rgba(255, 255, 255, .45);
}

.cursorPointer {
    cursor: pointer;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.flex-one {
    flex: 1;
}

.overflow-hidden {
    overflow: hidden;
}

.only-desktop {
    display: block;
}

.not-desktop {
    display: none;
}

@media (max-width: 880px) {

    .only-desktop {
        display: none;
    }

    .not-desktop {
        display: block;
    }

}

/************************************************************************************
LINKS AND BUTTONS
*************************************************************************************/

.button-style-1 {
    padding: 10px 48px 10px 48px;
    background-color: #333333;
    color: white;
    border: 2px solid #333333;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;    
    transition: background-color .2s, color .2s;
}

.button-style-1:hover, .button-style-1:active {
    background-color: transparent;
    color: #333333;
    border: 2px solid #333333;
}

.button-style-1-invert {
    padding: 10px 48px 10px 48px;
    background-color: transparent;
    color: #333333;
    border: 2px solid #333333;
    font-weight: normal;
    text-align: center;
    transition: background-color .2s, color .2s;
}

.button-style-1-invert:hover, .button-style-1-invert:active {
    background-color: #333333;
    color: white;
    border: 2px solid #333333;
}

.button-style-2 {
    padding: 10px 48px 10px 48px;
    background-color: #ebad6d;
    color: white;
    border: 2px solid #ebad6d;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    transition: background-color .2s, color .2s;
}

.button-style-2:hover, .button-style-2:active {
    background-color: transparent;
    color: #ebad6d;
    border: 2px solid #ebad6d;
}

.button-style-2-invert {
    padding: 10px 48px 10px 48px;
    background-color: transparent;
    color: #ebad6d;
    border: 2px solid #ebad6d;
    font-weight: normal;
    text-align: center;
    transition: background-color .2s, color .2s;
}

.button-style-2-invert:hover, .button-style-2-invert:active {
    background-color: #ebad6d;
    color: white;
    border: 2px solid #ebad6d;
}

.button-style-3 {
    padding: 12px 16px;
    background-color: #ebad6d;
    color: #1e1e1e;
    border: 2px solid #ebad6d;
    border-radius: 5px;
    font-weight: 700;
    transition: background-color .2s, color .2s;
}

.button-style-3:hover, .button-style-3:active {
    background-color: white;
}

.button-style-3-invert {
    padding: 12px 16px;
    background-color: transparent;
    color: #1e1e1e;
    border: 2px solid transparent;
    border-radius: 5px;
    font-weight: 700;
    transition: background-color .2s, color .2s, border .2s;
}

.button-style-3-invert:hover, .button-style-3-invert:active {
    border: 2px solid #ebad6d;
}

@media (max-width: 680px) {

    .button-style-1, .button-style-1-invert, .button-style-2, .button-style-2-invert {
        padding: 10px 16px 10px 16px;
    }

    .button-style-3, .button-style-3-invert {
        padding: 12px 10px;
    }

}

/************************************************************************************
CONTAINERS
*************************************************************************************/

.container-fullwith {
    width: 100%;
    position: relative;
}

.container-centered {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 1204px) {

    .container-centered {
        width: auto;
        margin: 0;
        padding: 0 32px;
    }

}

/************************************************************************************
UNDER CONSTRUCTION
*************************************************************************************/

.under-construction {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('img/desktop/under-construction.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

.under-construction-content {
    position: relative;
    margin: 0 auto;
    max-width: 700px;
    padding: 64px;
    color: white;
    background-color: rgba(0,0,0,0.75);
    border-radius: 10px;
    text-align: center;
}

.under-construction-content a {
    color: #ebad6d;
}

.under-construction-content-title {
    margin-bottom: 32px;
    font-size: 3em;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
}

.under-construction-content-text {
    margin-bottom: 32px;
    font-size: 1.5em;
    line-height: 1.5em;
}

.under-construction-content-subtext {
    margin-bottom: 32px;
    font-size: .8em;
}

@media (max-width: 880px) {

    .under-construction {
        background-image: url('img/tablet/under-construction.jpg');
    }

}

@media (max-width: 680px) {

    .under-construction {
        background-image: url('img/mobile/under-construction.jpg');
    }

    .under-construction-content {
        margin: 0;
        max-width: 100%;
        padding: 64px;
        border-radius: 0;
    }

    .under-construction-content-title {
        font-size: 2em;
        font-weight: 700;
    }
    
    .under-construction-content-text {
        margin-bottom: 16px;
        font-size: 1em;
    }
    
    .under-construction-content-subtext {
        margin-bottom: 16px;
    }

}

/************************************************************************************
HEADER AND MAIN MENU
*************************************************************************************/

.main-header {
    width: 100%;
    padding: 32px 0 16px 0;
    transition: padding .2s;
}

.homepage .main-header, .under-construction .main-header {
    position: absolute;
    z-index: 5;
}

.main-header-logo-white {
    display: none;
}

.main-header-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0 16px 0;
    border-bottom: .1px solid #c4c4c4;
    display: flex;
    align-items: center;
    transition: margin .2s;
}

.homepage .main-header-content {
    max-width: none;
    margin: 0 8.6%;
}

.main-header-logo {
    width: 150px;
}

.main-header-logo img {
    max-width: 100%;
}

.main-header-menu {
    display: block;
    height: 100%;
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.main-header-menu ul {
    list-style-type: none;
    display: flex;
}

.main-header-menu ul li.menu-item a {
    padding: 10px 24px 10px 24px;
    color: #333333;
    font-weight: bold;
    font-size: .85em;
}

.main-header-menu ul li.menu-item a:hover, .main-header-menu ul li.menu-item a.active {
    color: black;
}

.main-header-menu ul li a.donate {
    margin-left: 24px;
}

.main-header-menu ul li.admin-access {
    margin-left: 8px;
}

.main-header-menu ul li.admin-access a {
    padding-left: 4px;
    padding-right: 4px;
}

.main-header-menu-dropbutton{
    display: none;
    flex: 1;
    text-align: right;
    font-size: 1.5em;
}

.main-header-menu-dropbutton i {
    cursor: pointer;
    position: fixed;
    top: 16px;
    right: 32px;
    z-index: 10;
}

.mainmenu-side-backscreen {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 20;
}

.mainmenu-side {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    padding: 32px 16px 16px 16px;
    width: 300px;
    height: 100%;
    background-color: white;
    text-align: right;
    z-index: 21;
    overflow: auto;

    -webkit-box-shadow: 0px 0px 50px -3px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 0px 50px -3px rgba(0,0,0,0.9);
    box-shadow: 0px 0px 50px -3px rgba(0,0,0,0.9);
}

.mainmenu-side .close-menu {
    position: fixed;
    top: 16px;
    right: 16px;
    font-size: 1.5em;
    cursor: pointer;
    color: #1e1e1e;
    z-index: 22;
}

.mainmenu-side ul li.menu-item a {
    display: block;
    padding: 10px 24px 10px 24px;
    color: #333333;
    font-weight: bold;
    font-size: .85em;
    text-align: center;
}

.mainmenu-side ul li.menu-item a:hover {
    color: black;
}

.mainmenu-side .donate a {
    margin-top: 8px;
    display: block;
}

.mainmenu-side .admin-access {
    padding-left: 0;
    margin-top: 8px;
    width: 100%;
}

.mainmenu-side .admin-access a {
    display: block;
    width: 100%;
}

.current-menu-item a{
    color:#ebad6d !important;
}

.menu-lang-title {
    margin: 32px 0 16px 0;
    text-align: center;
    font-size: .9em;
}

.menu-lang {
    display: flex;
    flex-wrap: wrap;
}

.menu-lang li {
    width: 50%;
}

.menu-lang li a {
    display: block;
    padding: 16px;
    text-align: center;
    font-size: .8em;
    transition: background-color .2s, color .2s;
}

.menu-lang li a.active {
    color: white !important;
    background-color: #ebad6d;
}

.menu-lang li a:hover {
    font-weight: 700;
}

.menu-item {
    position: relative;
}

.submenu {
    position: absolute;
    display: none;
    top: 32px;
    right: 16px;
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.7);
    z-index: 15;
}

ul.submenu-list {
    display: block;
    border-radius: 5px;
    background-color: white;
    padding: 8px 0;
}

ul.submenu-list li.submenu-list-item {
    width: 100%;
}

ul.submenu-list li.submenu-list-item a {
    display: block;
    padding: 8px 0;
    width: 200px;
    font-size: .8em;
    font-weight: normal;
    text-align: center;
    color: #1e1e1e !important;
    transition: background-color .2s, color .2s;
}

ul.submenu-list li.submenu-list-item a:hover {
    font-weight: 600;
}

ul.submenu-list li.submenu-list-item a.active {
    color: white !important;
    background-color: #ebad6d;
}

@media (max-width: 1204px) {

    .main-header {
        padding: 16px 0;
    }

    .main-header-content {
        margin: 0 32px;
    }

    .homepage .main-header-content {
        width: auto;
        margin: 0 32px;
    }

}

@media (max-width: 880px) {

    .main-header {
        padding: 16px 0;
    }

    .main-header-content {
        border-bottom: 0;
    }

    .main-header-menu {
        display: none;
    }

    .main-header-menu-dropbutton{
        display: block;
    }

}

/************************************************************************************
MAIN BANNER AND JUMBOTRON
*************************************************************************************/

.main-banner {
    position: relative;
    width: 100%;
    aspect-ratio: 3800/2136;
    background-image: url("img/desktop/img-banner-homepage.jpg");
    background-size: 100%;
}

.main-jumbotron {
    position: absolute;
    top: 0;
    left: 8.6%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.main-jumbotron-title {
    width: 24%;
    padding: 8px 0;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1em;
}

.main-jumbotron-text {
    width: 24%;
    padding: 8px 0;
    font-size: 1.3em;
    line-height: 1.2em;
}

.main-jumbotron-button {
    padding-top: 24px;
    width: 24%;
}

@media (max-width: 1500px) {

    .main-jumbotron-title {
        font-size: 2em;
    }

    .main-jumbotron-text {
        font-size: 1em;
    }

}

@media (max-width: 1204px) {

    .main-banner {
        aspect-ratio: 1292/965;
        background-image: url("img/tablet/img-banner-homepage.jpg");
    }

    .main-jumbotron {
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        margin: 24px 32px 48px 32px;
    }

    .main-jumbotron-title {
        font-size: 1.9em;
        width: 100%;
    }
    
    .main-jumbotron-text {
        width: 100%;
    }
    
    .main-jumbotron-button {
        width: 100%;
    }

}

@media (max-width: 680px) {

    .main-banner {
        aspect-ratio: 750/660;
        background-image: url("img/mobile/img-banner-homepage.jpg");
    }

    .main-jumbotron {
        margin: 16px 32px 32px 32px;
    }

}



/************************************************************************************
BIOGRAPHY
*************************************************************************************/

.biography {
    background-color: #ebad6d;
}

.biography-content {
    margin: 0 8.6%;
    padding: 80px 0;
    display: flex;
    align-items: center;
}

.biography-content-image {
    flex: 1;
}

.biography-content-image img {
    max-width: 100%;
}

.biography-content-image-title {
    font-size: 6.5em;
    line-height: 1em;
    font-weight: 800;
    text-transform: uppercase;
    background-image: url("img/desktop/img-violin.jpg");
    background-position: top center;
    background-size: cover;
    color: #2b1a09;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.biography-content-text {
    padding-left: 20px;
    width: 40%;
    font-size: 1.1em;
    line-height: 1.3em;
}

.biography-image {
    position: relative;
    width: 100%;
    aspect-ratio: 3800/1117;
    background-image: url("img/desktop/img-violin.jpg");
    background-size: 100%;
    margin-bottom: 32px;
}

@media (max-width: 1380px) {

    .biography-content-text {
        width: 45%;
    }

}

@media (max-width: 1204px) {

    .biography-content {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 48px 32px;
    }

    .biography-image {
        height: 350px;
        aspect-ratio: auto;
        background-image: url("img/tablet/img-violin.jpg");
    }

    .biography-content-image-title {
        background-image: url("img/tablet/img-violin.jpg");
    }

    .biography-content-text {
        width: 55%;
    }

}

@media (max-width: 880px) {

    .biography-content {
        flex-direction: column;
    }

    .biography-content-image {
        width: 100%;
    }

    .biography-content-text {
        padding-top: 16px;
        padding-left: 0;
        width: 100%;
        font-size: 1em;
    }

}

@media (max-width: 680px) {

    .biography-image {
        height: auto;
        aspect-ratio: 750/422;
        background-image: url("img/mobile/img-violin.jpg");
    }

    .biography-content-image-title {
        font-size: 5em;
        background-image: url("img/mobile/img-violin.jpg");
    }

}



/************************************************************************************
WIDGET: COMMON
*************************************************************************************/

.widget {
    max-width: 1140px;
    margin: 0 auto 32px auto;
}

.widget-header, .widget-footer {
    margin: 16px 0;
    display: flex;
    line-height: 2.5em;
}

.widget-header.no-topmargin {
    margin-top: 0 !important;
}

.widget-header-title {
    color: #ebad6d;
    font-size: 2em;
    font-weight: 600;
}

.widget-header-button {
    flex: 1;
    text-align: right;
}

.widget-header-button-permanent {
    flex: 1;
    text-align: left;
}

.widget-footer {
    display: none;
    margin: 16px 0;
}

.widget-footer-permanent {
    margin: 16px 0;
}

.widget-body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-left: -8px;
    margin-right: -8px;
}

.widget-section .widget-body{
    flex-direction: row;
}

.widget-noresult {
    margin-left: 9px;
}

.widget-pagination {
    width: 100%;
    margin: 32px 0;
    text-align: center;
}

@media (max-width: 1204px) {

    .widget {
        max-width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }

}

@media (max-width: 680px) {

    .widget-header {
        display: block;
    }

    .widget-footer {
        display: block;
    }

    .widget-header-button {
        display: none;
    }

}

/************************************************************************************
WIDGET: EVENTS
*************************************************************************************/

.widget-event-card {
    position: relative;
    padding: 24px;
    margin: 8px;
    width: calc(25% - 16px);
    border: 1px solid #ebad6d;
    border-radius: 5px;
    background-color: #ebad6d;
}

.widget-event-card.past-events {
    border: 1px solid #333333;
    background-color: transparent;
}

.widget-event-card-date {
    margin-bottom: 32px;
    min-height: 75px;
    display: flex;
    border-bottom: 1px solid #1e1e1e;
}

.widget-event-card-date-number {
    height: 100%;
    width: 80px;
    font-size: 3.5em;
    font-weight: 700;
    line-height: 1em;
}

.widget-event-card-date-block {
    flex: 1;
    padding-top: 2px;
}

.widget-event-card-date-month {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1em;
}

.widget-event-card-date-year {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1em;
}

.widget-event-card-hour {
    font-size: .8em;
}

.past-events .widget-event-card-hour i {
    color: #ebad6d;
}

.widget-event-card-url {
    margin-left: 8px;
    font-weight: 600;
    text-transform: uppercase;
}

.widget-event-card-hour .fa-arrow-up-right-from-square {
    display: inline;
}

.widget-event-card-title {
    min-height: 75px;
    font-size: .9em;
    font-weight: 600;
}

.widget-event-card-location {
    min-height: 75px;
}

.widget-event-card-location-title {
    font-size: .8em;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
}

.past-events .widget-event-card-location-title {
    color: #ebad6d;
}

.widget-event-card-location-content {
    font-size: .9em;
    font-weight: 600;
}

.edit-card {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 1em;
}

@media (max-width: 1204px) {

    .widget-event-card {
        width: calc(100%/3 - 16px);
    }

}

@media (max-width: 880px) {

    .widget-event-card {
        width: calc(50% - 16px);
    }

}

@media (max-width: 680px) {

    .widget-event-card {
        width: calc(100% - 16px);
    }

}

/************************************************************************************
WIDGET: NEWS
*************************************************************************************/

.widget-news-card {
    position: relative;
    margin: 8px 8px 32px 8px;
    width: calc(100%/3 - 16px);
}

.widget-news-card-image img {
    max-width: 100%;
}

.widget-news-card-content {
    position: relative;
    overflow: hidden;
    max-height: 200px;
}

.widget-news-card-title {
    margin: 16px 0 8px 0;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 600;
}

.widget-news-card-text {
    font-size: .8em;
    line-height: 1.5em;
}

.widget-news-card-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.widget-news-card-link {
    margin: 16px 0 8px 0;
}

.widget-news-card-link a {
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: underline;
    color: #ebad6d;
}

@media (max-width: 1204px) {

    .widget-news-card {
        width: calc(50% - 16px);
    }

}

@media (max-width: 680px) {

    .widget-news-card {
        width: calc(100% - 16px);
    }

}


/************************************************************************************
MIDDLE BANNER
*************************************************************************************/

.middle-banner {
    position: relative;
    margin: 48px 0 80px 0;
    width: 100%;
}

.middle-banner-image {
    position: relative;
    width: 100%;
    aspect-ratio: 3800/1455;
    background-image: url("img/desktop/img-rosin-octet-project.jpg");
    background-size: 100%;
    background-position: center;
    margin-bottom: 32px;
}

.middle-banner-content {
    margin: 70px auto;
    max-width: 512px;
    text-align: center;
}

.middle-banner-content-title {
    width: 100%;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.2em;
}

.middle-banner-content-text {
    margin: 16px 0;
    font-size: 1em;
    line-height: 1.5em;
}

.middle-banner-content-text a {
    font-weight: bold;
}

.middle-banner-content-button {
    padding-top: 16px;
}

@media (max-width: 880px) {

    .middle-banner-image {
        aspect-ratio: 1436/550;
        background-image: url("img/tablet/img-rosin-octet-project.jpg");
    }

}

@media (max-width: 680px) {

    .middle-banner-image {
        aspect-ratio: 750/422;
        background-image: url("img/mobile/img-rosin-octet-project.jpg");
    }

    .middle-banner-content {
        width: auto;
        max-width: 100%;
        margin: 50px 32px 50px 32px;
        text-align: left;
    }

}

/************************************************************************************
FOOTER IMAGES
*************************************************************************************/

.footer-images {
    width: 100%;
    display: flex;
}

.footer-images img {
    display: block;
    width: calc(100%/3);
    padding: 0;
    margin: 0;
}

@media (max-width: 880px) {

    .footer-images {
        display: block;
    }

    .footer-images img {
        width: 100%;
    }

}

/************************************************************************************
FOOTER
*************************************************************************************/

.main-footer {
    width: 100%;
    padding: 48px 0;
    background-color: #1e1e1e;
    border-top: 1px solid #333333;
}

.main-footer-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    color: white;
}

.main-footer-content-logo {
    width: 26%;
}

.main-footer-content-logo img {
    max-height: 88px;
}

.main-footer-content-column {
    width: 13%;
}

.main-footer-content-column a {
    display: block;
    color: white;
    font-size: .9em;
}

.main-footer-content-row {
    padding-top: 16px;
}

.main-footer-content-copyright {
    flex: 1;
    text-align: right;
}

.main-footer-content-copyright a {
    color: #ebad6d;
    font-size: 1.5em;
    padding-left: 0 8px;
}

.main-footer-content-miniblock div {
    text-transform: uppercase;
    color: #ebad6d;
    font-size: .7em;
}

.main-footer-content-miniblock a {
    display: block;
    font-size: .7em;
}

.main-footer-content-copyright-text {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: .7em;
}

@media (max-width: 1204px) {

    .main-footer {
        padding: 32px 0;
    }

    .main-footer-content {
        margin: 0 32px;
        color: white;
    }

    .main-footer-content-logo {
        width: 100%;
        text-align: center;
    }

    .main-footer-content-column {
        margin-top: 16px;
        width: calc(100%/3);
        text-align: center;
    }

    .main-footer-content-copyright {
        flex: auto;
        text-align: center;
        width: 100%;
        margin-top: 32px;
    }

    .main-footer-content-copyright-text {
        padding: 16px 0;
        position: relative;
        font-size: .7em;
    }

}

@media (max-width: 680px) {

    .main-footer-content-column {
        width: 50%;
        margin: 16px auto;
    }

}

/************************************************************************************
MUSICIANS
*************************************************************************************/

.section-musicians {
    position: relative;
    width: 100%;
    z-index: 2;

}

.section-musicians-bios {
    max-width: 976px;
    margin: 32px auto;
    height: 250px;
    transition: height 1s;
}

.section-musicians-musician {
    display: none;
}

.section-musicians-musician.current-selection-item {
    display: flex;    
}

.section-musicians-musician-data {
    width: 40%;
}

.section-musicians-musician-name {
    margin-bottom: 8px;
    font-size: 2em;
    font-weight: 600;
    line-height: 1em;
    color: #ebad6d
}

.section-musicians-musician-info {
    display: flex;
    color: #999999;
    text-transform: uppercase;
}

.section-musicians-musician-instrument {
    padding: 0 4px 0 0;
}

.section-musicians-musician-countryyear {
    flex: 1;
}

.section-musicians-musician-line {
    margin-top: 25px;
    width: 50px;
    border-bottom: 1px solid #ebad6d;
}

.section-musicians-musician-bio {
    flex: 1;
    font-weight: 600;
    font-size: .8em;
    line-height: 1.7em;
}

.section-musicians-carousel {
    overflow-x: scroll;
    max-width: 100%;
    display: flex;
    padding: 16px 8px 16px 8px;

    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.section-musicians-carousel::-webkit-scrollbar {
    display: none;
}

.section-musicians-carousel-image {
    position: relative;
}

.section-musicians-carousel-image .musician-item {
    height: 400px;
}

.section-musicians-carousel-image .musician-item {
    display: block;
    border-width: 32px 8px 8px 8px;
    border-style: solid;
    border-color: transparent;
    height: 400px;
    transition: border .2s;
}

.section-musicians-carousel-image.current-selection-item .musician-item {
    border-width: 8px 8px 8px 8px;
    border-style: solid;
    border-color: #ebad6d;
}

.section-musicians-carousel-image img {
    max-height: 100%;
}

.section-musicians-carousel-image .edit-card {
    color: white;
    top: 32px;
    right: 12px;
    transition: top .2s;
}

.section-musicians-carousel-image.current-selection-item .edit-card {
    top: 8px;
    right: 12px;
}

@media (max-width: 1204px) {

    .section-musicians-musician {
        padding: 0 32px;
    }

}

@media (max-width: 880px) {

    .section-musicians-carousel {
        max-width:100%;
        width: 100%;
    }

    .section-musicians-carousel-image .musician-item {
        height: 350px;
    }

    .section-musicians-carousel-image .musician-item {
        border-width: 24px 8px 8px 8px;
    }

    .section-musicians-musician.current-selection-item {
        display: block;
    }

    .section-musicians-musician-data {
        width: 100%;
        text-align: center;
    }
    
    .section-musicians-musician-info {
        display: block;
    }
    
    .section-musicians-musician-instrument {
        padding: 0 4px 0 0;
        display: inline-block;
    }
    
    .section-musicians-musician-countryyear {
        display: inline-block;
    }
    
    .section-musicians-musician-line {
        display: none;
    }

    .section-musicians-musician-bio {
        padding: 16px;
    }

    .section-musicians-carousel-image .edit-card {
        color: white;
        top: 24px;
        right: 12px;
    }

}

@media (max-width: 680px) {

    .section-musicians-carousel-image .musician-item {
        height: 300px;
    }

    .section-musicians-carousel-image .musician-item {
        border-width: 16px 8px 8px 8px;
    }
    
    .section-musicians-musician-countryyear {
        display: inline-block;
    }

    .section-musicians-carousel-image .edit-card {
        color: white;
        top: 16px;
        right: 12px;
    }

}

/************************************************************************************
INFORMATION SECTION
*************************************************************************************/

.information-section {
    background-color: #ebad6d;
    margin-top: -156px;
    padding-top: 220px;
    padding-bottom: 96px;
}

.information-section-body {
    max-width: 1140px;
    margin: 32px auto;
}

.information-section-title {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 32px 0;
}

.information-section-content {
    display: flex;
    flex-wrap: wrap;
}

.information-section-content-card {
    width: calc(100%/3);
    margin: 32px 0 32px 0;
}

.information-section-content-card-name {
    font-size: 1.5em;
    line-height: 1em;
    color: #1e1e1e;
}

.information-section-content-card-name a{
    font-size: .8em;
}

.information-section-content-card-functions {
    margin-top: 8px;
    font-size: 1em;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    color: #c68038;
}

@media (max-width: 1204px) {

    .information-section-body {
        max-width: 100%;
        padding: 0 32px;
    }

    .information-section-content-card {
        width: calc(100%/2);
    }

}

@media (max-width: 680px) {

    .information-section-content-card {
        width: 100%;
    }

}

/************************************************************************************
NEWS
*************************************************************************************/

.news-post {
    display: flex;
    flex-direction: column;
}

.news .container-fullwith {
    margin-bottom: 64px;
}

.section-news {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

.section-news-image {
    position: relative;
    width: 40%;
}

.section-news-image img {
    max-width: 100%;
}

.section-news-content {
    position: relative;
    flex: 1;
    padding-left: 10%;
}

.section-news-title {
    font-size: 2em;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 16px 0;
}

.section-news-text {
    font-size: 1em;
    line-height: 1.6em;
    margin-bottom: 32px;
}

.section-news-date {
    font-size: .9em;
    color: #999999;
}

.section-news-buttons {
    width: 100%;
    padding: 16px 0;
    margin: 0 auto 0 auto;
    text-align: center;
}

.section-news-buttons a {
    margin: 6px 0;
    padding: 10px 16px 10px 16px;
    display: inline-block;
}

@media (max-width: 1204px) {

    .section-news {
        max-width: 100%;
        padding: 0 32px;
    }

    .section-news-content {
        padding-left: 5%;    
    }

    .section-news-title {
        margin: 0px 0 16px 0;
    }

}

@media (max-width: 880px) {

    .section-news {
        display: block;
    }

    .section-news-image {
        width: 100%;
    }

    .section-news-content {
        width: 100%;
        padding: 16px 0px;
    }

    .section-news-buttons {
        padding: 0;
    }

}

@media (max-width: 680px) {

    .section-news-buttons a {
        width: auto;
        margin: 8px 36px;
        display: block;
    }

}


/************************************************************************************
GALLERY
*************************************************************************************/

body.gallery {
    background-color: #1e1e1e;
    color: white;
}

body.gallery .main-header-menu .menu-item a, body.gallery .main-header-menu .menu-item a:hover {
    color: white;
}

body.gallery .main-header-logo-black {
    display: none;
}

body.gallery .main-header-logo-white {
    display: block;
}

.section-gallery {
    max-width: 880px;
    margin: 32px auto;
}

.section-gallery-galleries {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section-gallery-galleries-item {
    padding: 8px 24px;
}

.section-gallery-galleries-item a {
    display: inline-block;
    font-size: 1.5em;
    text-transform: uppercase;
}

body.gallery .section-gallery-galleries-item a {
    color: white;
}

.section-gallery-galleries-item a.edit {
    font-size: 1em;
}

.section-gallery-galleries-item a:hover {
    color: #ebad6d !important;
}

.section-gallery-galleries-item.item-selected a {
    color: #ebad6d !important;
    font-weight: 600;
    text-decoration: underline;
}

.section-gallery-content {
    margin: 32px 0 64px 0;
}

.section-gallery-content-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-gallery-content-image-img {
    max-width: 100%;
    cursor: pointer;
}

.section-gallery-content-image iframe {
    width: 100%;
    min-height: 200px;
    aspect-ratio: 750/422;
}

.section-gallery-carousel-container{
    margin-top: 4px;

    overflow-x: scroll;
    max-width: 100%;

    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.section-gallery-carousel-container::-webkit-scrollbar {
    display: none;
}

.section-gallery-carousel {
    display: flex;
}

.section-gallery-carousel-item {
    margin-left: 4px;
}

.section-gallery-carousel-item:first-child {
    margin-left: 0;
}

.section-gallery-carousel-item img {
    width: 110px;
    height: 110px;
    cursor: pointer;
}

.section-gallery-carousel-item img.isVideo {
    width: 146px;
    height: 110px;
    cursor: pointer;
}

.section-gallery-carousel-item.selected img {
    border: 4px solid #ebad6d;
}

.section-gallery-carousel-item img:hover {
    border: 4px solid #ebad6d;
}

#section-gallery-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    z-index: 15;
}

.section-gallery-fullscreen {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1e1e1e;
}

.section-gallery-fullscreen-prev, .section-gallery-fullscreen-next{
    position: fixed;
    top: calc(50% - 46px);
    font-size: 2em;
    padding: 16px 24px;
    margin: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 100px;
}

.section-gallery-fullscreen-prev {
    left: 0;    
}

.section-gallery-fullscreen-next {
    right:0;
}

.section-gallery-fullscreen .section-gallery-loading-fullimage {
    max-width: 95%;
    max-height: 90%;
}

.section-gallery-fullscreen .close-menu {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    cursor: pointer;
    padding: 16px;
}

.section-gallery-loading-img {
    position: absolute;
    width: 200px;
    
}

.section-gallery-audio-card {
    height: auto;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.section-gallery-audio-card-cover {
    width: 100px;
    margin: 0;
    border-radius: 5px 0 0 5px;
    background-image: url('img/common/img-audio-cover.jpg');
    background-size: cover;
    background-position: center;
}

.section-gallery-audio-card-content {
    height: 100%;
    flex:1;
    margin: 0;
    padding: 16px 16px 16px 32px;
    border-radius: 0 5px 5px 0;
    background-color: #ebad6d;
}

.section-gallery-audio-card-title {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1em;
    color: white;
}

.section-gallery-audio-card-description {
    font-size: .8em;
    padding-bottom: 16px;
    color: white;
}

.section-gallery-audio-card-player {
    display: flex;
    font-size: .8em;
}

.section-gallery-audio-card-player-button {
    padding-right: 8px;
}

.section-gallery-audio-card-player-button a {
    display: inline-block;
    color: white;
    cursor: pointer;
    width: 15px;
}

.section-gallery-audio-card-player-timeline {
    flex: 1;
    display: flex;
    align-items: center;
    padding-bottom: 1px;
    cursor: pointer;
}

.section-gallery-audio-card-player-duration {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255,0.15);
}

.section-gallery-audio-card-player-currenttime {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: white;
}

.section-gallery-audio-card-player-buffered {
    width: 0;
    height: 100%;
    background-color: rgba(255,255,255,0.20);
}

.section-gallery-audio-card-player-info {
    width: 80px;
    margin: 0 16px;
    font-size: .9em;
    text-align: center;
    color: white;
}

.section-gallery-audio-card-player-volume {
    display: flex;
    width: 100px;
}

.section-gallery-audio-card-player-volume-button {
    width: 25px;
}

.section-gallery-audio-card-player-volume-button a {
    color: white;
    cursor: pointer;
}

.section-gallery-audio-card-player-volume-line {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 8px 1px 0;
    cursor: pointer;
}

.section-gallery-audio-card-player-volume-all {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255,0.25);
}

.section-gallery-audio-card-player-volume-level {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: white;
}

body.gallery .button-style-3, body.gallery .button-style-3-invert {
    color: white;
}

body.gallery .button-style-3:hover {
    color: #ebad6d;
}

@media (max-width: 880px) {

    .section-gallery {
        margin: 32px;
    }

}

@media (max-width: 680px) {

    .section-gallery-galleries-item {
        padding: 8px 16px;
    }

    .section-gallery-audio-card-cover {
        width: 0;
    }

    .section-gallery-audio-card-content {
        border-radius: 5px;
    }
    
    .section-gallery-galleries-item a.edit {
        font-size: 1em;
        margin: 0;
        padding: 0;
    }

}


/************************************************************************************
GALLERY
*************************************************************************************/

.section-contact {
    max-width: 880px;
    margin: 32px auto;
}

.section-contact-title {
    margin: 32px;
    font-size: 2em;
    font-weight: 600;
    line-height: 1em;
    color: #ebad6d;
    text-align: center;
}

.section-contact-form-columns {
    display: flex;
    flex-wrap: wrap;
}

.section-contact-form-column {
    flex: 1;
    margin: 8px;
    display: flex;
    flex-direction: column;
}

.section-contact-form-column input {
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 16px;
    border: 0;
    background-color: #f0f0f0;
}

.section-contact-form-column textarea {
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 16px;
    border: 0;
    background-color: #f0f0f0;
    flex: 1;
    resize: none;
    overflow: auto;
}

.section-contact-form-send {
    margin: 32px 0;
    text-align: center;
}

.section-contact-form-send input {
    cursor: pointer;
}

.section-contact-clarification {
    margin-left: 8px;
    font-size: .8em;
    text-align: center;
}

.section-contact-messages-container {
    text-align: center;
}

.validation-message {
    color: #580000;
}

.success-message {
    color: #014718;
}

@media (max-width: 880px) {

    .section-contact {
        margin: 32px;
    }

}

@media (max-width: 680px) {

    .section-contact-form-column {
        flex:auto;
        width: 100%;
    }
    .section-contact-form-column textarea {
        flex:auto;
        min-height: 200px;
    }

}


/************************************************************************************
CAPTCHA
*************************************************************************************/

.g-recaptcha {
    display: inline-block;
}

.recaptcha-wrapper {
    text-align: center;
    margin: 1em 0;
}