
/**
 * MMGM TOUCH WP THEME
 *
 * BG color: ##003a2a
 * Fire: #c0835d
 * Water: #0090aa
 * Water2: #67afaf
 * Water3: #b0d2af
 * Earth: #3d804b
 * Earth2: #1c5034
 * Wind: #55b8b9
 */

/**
 * COMMON
 */

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetice Neue Regular'), url('../fonts/HelveticaNeue/helveticaneue.woff') format('woff');
}

/**
 * OFFCANVAS
 */

.offcanvasLeftCommon {
    background-color: #1c5034;
    border-top: 3px solid #55b8b9;
    border-right: 3px solid #55b8b9;
    border-bottom: 3px solid #55b8b9;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    color: #55b8b9;
}

#offcanvasLeft {
    top: 13em;
    height: 47em;
}

.offcanvasLeft {
    position: fixed;
    top: 13em;
    left: 0;
    width: 3em;
    height: 3em;
    overflow: hidden;
    z-index: 1030;
}

.offcanvasLeft button {
    font-size: 1.3em;
    font-weight: bold;
    color: #55b8b9;
}

.offcanvasLeft button:focus {
    box-shadow: unset;
}

.offcanvasRightCommon {
    background-color: #b0d2af;
    border-top: 3px solid #0090aa;
    border-left: 3px solid #0090aa;
    border-bottom: 3px solid #0090aa;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    color: #0090aa;
}

#offcanvasRight {
    top: 13em;
    height: 47em;
}

.offcanvasRight {
    position: fixed;
    top: 13em;
    right: 0;
    width: 3em;
    height: 3em;
    overflow: hidden;
    z-index: 1030;
}

.offcanvasRight button {
    font-size: 1.3em;
    font-weight: bold;
    color: #0090aa;
}

.offcanvasRight button:focus {
    box-shadow: unset;
}
