/*  Author:   Martin Stettler (https://dieweberei.ch/)
    Version:  22/11/2019 // BS v4.3.1
*/

/* ==========================================================================
   DEV STYLES
   ========================================================================== 
.main,
.unit,
.part,
.owl-carousel {
    border: 1px dashed #f227f9; }*/

/* ==========================================================================
   BASE STYLES
   ========================================================================== */

 /*
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Avenir Pro 95 Black by Linotype
 * URL: https://www.myfonts.com/collections/linotype-foundry

 * Webfont: Avenir Pro 55 Roman by Linotype
 * URL: https://www.myfonts.com/collections/linotype-foundry
 
 * © 2025 MyFonts Inc. */
  
@font-face {
  font-family: "AvenirPro95Black";
  src: url('../fonts/AvenirPro95Black/font.woff2') format('woff2'), 
  url('../fonts/AvenirPro95Black/font.woff') format('woff');
}
@font-face {
  font-family: "AvenirPro55Roman";
  src: url('../fonts/AvenirPro55Roman/font.woff2') format('woff2'), 
  url('../fonts/AvenirPro55Roman/font.woff') format('woff');
}

/* Bootstrap CSS */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth; /* do not delete */
}

body {
    margin: 0;
   font-family: "AvenirPro55Roman", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #2c1a10;
    text-align: left;
    background-color: #fff;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.unit {
    margin-top: 35px;
    margin-bottom: 35px;
}

.layout-white .unit {
    margin-top: 35px;
    margin-bottom: 35px;
}

.part {
    margin-top: 10px;
    margin-bottom: 10px;
}

.unit *:last-child {
    margin-bottom: 0;
}

.unit.article-button {
    margin-top: 50px;
    margin-bottom: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}

h1,
/*.layout-white h1,*/
h2,
h3,
h4 {
   font-family: "AvenirPro95Black", sans-serif;
    font-size: 24px;
    color: #2c1a10;
}

h1 strong,
.layout-white h1 strong,
.layout-white h2,
.layout-white form h1 {
    font-size: calc( 36px + (58 - 36) * (100vw - 320px)/(1440 - 320));
}

.layout-white h1,
.layout-white h2,
.layout-white h3,
.layout-white h4,
.footer h3,
.newsletter h3 {
    color: #2c1a10;
}

.shop h4 {
    margin-bottom: 0;
    font-size: 16px;
}

p,
img,
ul,
.response {
    margin-bottom: 20px;
}

b,
strong {
   font-family: "AvenirPro95Black", sans-serif;
    font-weight: normal;
}

br {
    line-height: 1.5;
}

a:focus,
button:focus {
    outline: none !important;
}

.main p a {
    text-decoration: none;
    color: #6E8173;
    border-bottom: 1px solid #6E8173;
}

.main p a:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.main h3 a {
    text-decoration: none;
    border-bottom: 1px solid #2c1a10;
    color: #2c1a10;
}

.main h3 a[href^="tel"] {
    border-bottom: 1px solid transparent;
}

/*
.main h3 a:before {
    content: '>';
    margin-right: 5px;
}

.main h3 a[href^="tel"]:before {
    content: '';
    margin-right: 0;
}
*/

.main h3 a:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: #6E8173;
}

.main a[href$=".pdf"],
.main a[href$=".doc"],
.main a[href$=".docx"],
.main a[href$=".xls"],
.main a[href$=".xlsx"] {
    border-bottom: 1px solid transparent;
}

.main a[href$=".pdf"]:hover,
.main a[href$=".doc"]:hover,
.main a[href$=".docx"]:hover,
.main a[href$=".xls"]:hover,
.main a[href$=".xlsx"]:hover {
    color: #2c1a10;
}

.main a[href$=".pdf"]:before,
.main a[href$=".doc"]:before,
.main a[href$=".docx"]:before,
.main a[href$=".xls"]:before,
.main a[href$=".xlsx"]:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/file-icon.svg);
    background-color: transparent;
    color: #2c1a10;
    position: relative;
    margin: 0 8px 0 0;
}

.main a[href$=".pdf"]:hover:before,
.main a[href$=".doc"]:hover:before,
.main a[href$=".docx"]:hover:before,
.main a[href$=".xls"]:hover:before,
.main a[href$=".xlsx"]:hover:before {
    background-image: url(../img/file-icon2.svg);
}

.link-element a,
.article-button .link-element a[href$=".pdf"] {
    position: relative;
    display: inline-block;
    padding: 15px 50px;
    border: 1px solid #6E8173;
    color: #2c1a10;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.218s ease-out;
    z-index: 1;
}

.article-button .link-element a[href$=".pdf"] {
    color: #6E8173;
}

.link-element a:hover,
.article-button .link-element a[href$=".pdf"]:hover  {
    color: #FFF;
    /*background: #6E8173;*/
}

.link-element a:before,
.article-button .link-element a[href$=".pdf"]:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #6E8173;
    background-image: none;
    transform-origin: left;
    transition: width 0.218s ease-out;
    z-index: -1;
}

.link-element a:hover:before,
.article-button .link-element a[href$=".pdf"]:hover:before {
    width: 100%;
}

#lead p.link-element {
    margin-bottom: 10px;
}

#lead p.link-element:last-child {
    margin-bottom:  0;
}

footer .link-element a,
.layout-white .link-element a {
    color: #6E8173;
}

.layout-white .link-element a:hover {
    color: #FFF;
}

/* Phone */
a[href^="tel"] {
    cursor: pointer !important;
}

/* Smooth animations */
a,
a:hover,
.button_container:hover,
.btn-info:hover span,
.btn-home:hover span,
.back.btn-home:hover span,
.instagram:hover,
.facebook:hover,
.arrow-down,
.arrow-down:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* Tables */
table {
    width: 100%;
}

table {
    table-layout: fixed;
}

table:last-child {
    margin-bottom: 0;
}

table>thead>tr>th,
table>tbody>tr>td {
    width: auto;
    font-size: 16px;
    vertical-align: top;
    border-top: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    /* Non standard for webkit */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

table tr th,
table tr td {
    padding-left: 0;
    padding-right: 10px;
    padding: 2px 0;
}

table>tbody>tr>td:first-child {
    width: 160px;
    padding-right: 10px;
}

@media (min-width: 1200px) {
    footer table>tbody>tr>td:first-child {
        width: 200px;
    }
}

table>tbody>tr>td,
.layout-white table>tbody>tr>td:first-child {
    width: auto;
}

.layout-white table>thead>tr>th,
.layout-white table>tbody>tr>td {
   font-family: "AvenirPro95Black", sans-serif;
    font-size: 24px;
}

body {
    position: relative;
}

.frame-top,
.frame-bottom,
.corner-top-left,
.corner-top-right,
.corner-bottom-left,
.corner-bottom-right {
    position: absolute;
    z-index: 1083;
}

.frame-left,
.frame-right {
    position: absolute;
    z-index: 1083;
}

.frame-top {
    left: 62px;
    top: 45px;
    width: calc(100% - 62px - 60px);
    height: 4px;
    background: url(../img/border-horizontal.svg);
}

.frame-right {
    top: 62px;
    bottom: 62px;
    right: 44px;
    height: calc(100% - 62px - 62px);
    width: 4px;
    background: url(../img/border-vertical.svg);
}

.frame-bottom {
    left: 0;
    right: 0;
    bottom: 45px;
    width: calc(100% - 62px - 60px);
    margin: auto;
    height: 4px;
    background: url(../img/border-horizontal.svg);
}

.frame-left {
    top: 62px;
    bottom: 62px;
    left: 45px;
    height: calc(100% - 62px - 62px);
    width: 4px;
    background: url(../img/border-vertical.svg);
}

.corner-top-left {
    top: 45px;
    left: 45px;
    width: 19px;
    height: 19px;
    background: url(../img/corner-top-left.svg);
}

.corner-top-right {
    top: 45px;
    right: 44px;
    width: 19px;
    height: 19px;
    background: url(../img/corner-top-right.svg);
}

.corner-bottom-right {
    bottom: 45px;
    right: 44px;
    width: 19px;
    height: 19px;
    background: url(../img/corner-bottom-right.svg);
}

.corner-bottom-left {
    bottom: 45px;
    left: 45px;
    width: 19px;
    height: 19px;
    background: url(../img/corner-bottom-left.svg);
}

@media (max-width: 575px) {
    .frame-top,
    .frame-left,
    .frame-bottom,
    .frame-right,
    .corner-top-left,
    .corner-top-right,
    .corner-bottom-right,
    .corner-bottom-left { 
        display: none; 
    }
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
    .frame-top,
    .frame-left,
    .frame-bottom,
    .frame-right,
    .corner-top-left,
    .corner-top-right,
    .corner-bottom-right,
    .corner-bottom-left { 
        display: none; 
    }
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.layout-home header .fullsize-image {
    margin-top: 0;
    margin-bottom: 15px;
}
.fullsize-image img {
    width: 100%;
    height: auto;
}

.logo  {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 225px;
    height: 50px;
    z-index: 1050;
}

.logo span {
    display: block;
    width: 225px;
    height: 83px;
    margin: 0 auto;
    background: url(../img/logo-manis.svg);
    background-size: 100% 100%;
    text-indent: -9999px;
}

/* ==========================================================================
   FULLSCREEN OVERLAY NAVIGATION (https://codepen.io/KingKabir/pen/QyPwgG)
   ========================================================================== */

.button_container {
    position: fixed;
    top: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 59px;
    height: 51px;
    background: url(../img/icon-toggle.svg) no-repeat;
    cursor: pointer;
    z-index: 1085;
}

.button_container.active .top {
    transform: translateY(10px) translateX(0) rotate(45deg);
    background: #FFF;
}

.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}

.button_container.active .bottom {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    background: #FFF;
}
/*
.button_container span {
    background: #222;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}
*/
.button_container span,
.button_container:visited span {
    position: absolute;
    top: 15px;
    left: 16px;
    display: block;
    clear: both;
    width: 28px;
    height: auto;
    border: 0.35px solid #FFF;
    outline: 1.75px solid #6E8173;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 25px;
}

.button_container span:nth-of-type(3) {
    top: 35px;
}

.button_container:hover {
    background: url(../img/icon-toggle2.svg) no-repeat;
}

.services {
    position: fixed;
    left: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    text-indent: -9999px;
    z-index: 1085;
}

.btn-info,
.btn-voucher {
    width: 50px;
    height: 52px;
    cursor: pointer;
    transition: opacity .5s ease;
    color: transparent;
    background-color: transparent;
    border-color: 0;
}

.btn-info span,
.btn-voucher span {
    display: block;
    width: 50px;
    height: 52px;
    background: url(../img/icon-info.svg) no-repeat;
    cursor: pointer;
    transition: opacity .5s ease;
    z-index: 1085;
}

.btn-voucher span {
    display: block;
    width: 50px;
    height: 52px;
    background: url(../img/icon-voucher.svg) no-repeat;
}

.btn-info:hover span {
    background: url(../img/icon-info2.svg) no-repeat;
}

.btn-voucher:hover span {
    background: url(../img/icon-voucher2.svg) no-repeat;
}

.back {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 59px;
    height: 52px;
    cursor: pointer;
    text-indent: -9999px;
    transition: opacity .5s ease;
    z-index: 1085;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    color: transparent;
    background-color: transparent !important;
    border-color: 0;
}
/*
.btn-info:hover,
.back:hover {
    opacity: .7;
}

.btn-info span {
    display: block;
    width: 50px;
    height: 52px;
    background: url(../img/icon-info-i.svg) no-repeat;
    text-indent: -9999px;
}

.btn-info:hover span {
    background: url(../img/icon-info-i2.svg) no-repeat;
}
*/
.btn-home span {
    display: block;
    width: 50px;
    height: 52px;
    text-indent: -9999px;
}

.btn-home span,
.back.btn-home span {
    display: block;
    width: 59px;
    height: 52px;
    background: url(../img/icon-close.svg) no-repeat;
    text-indent: -9999px;
}

.btn-home:hover span,
.back.btn-home:hover span {
    background: url(../img/icon-close2.svg) no-repeat;
}

.btn-info.btn-home  {
    z-index: 1085;
}

.social {
    position: fixed;
    right: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 106px;
    background: url(../img/icon-social.svg) no-repeat;
    z-index: 1085;
}

.instagram,
.facebook {
    width: 25px;
    height: 25px;
    margin: 3px 0;
    margin-right: 2px;
    background: url(../img/icon-instagram.svg) no-repeat;
    text-indent: -9999px;
    z-index: 1085;
}

.facebook {
    background: url(../img/icon-facebook.svg) no-repeat;
}

.instagram:hover {
    background: url(../img/icon-instagram2.svg) no-repeat;
}

.facebook:hover {
    background: url(../img/icon-facebook2.svg) no-repeat;
}

.overlay {
    position: fixed;
    background: #FFF;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;
    z-index: 1080;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.logo-nav  {
    display: block;
    width: 230px;
    height: 85px;
    margin-bottom: 70px;
    z-index: 1081;
}

.logo-nav span {
    display: block;
    width: 230px;
    height: 85px;
    margin: 0 auto;
    margin-left: 30px;
    background: url(../img/logo-manis-coffee-bagels.svg);
    background-size: 100% 100%;
    text-indent: -9999px;
}

.overlay.open li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(6) {
    animation-delay: .60s;
}

.overlay nav {
    position: relative;
    /* height: 70%;*/
    top: 120px;
    font-size: 24px;
    line-height: 2;
    text-align: center;
}

.overlay-menu {
    margin: 0 auto;
}

.overlay ul {
    position: relative;
    list-style: none;
    padding: 0 30px;
    margin: 0 auto;
    margin-bottom: 70px;
    display: inline-block;
    text-align: left;
}

.overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    position: relative;
    display: inline-block;
    color: #2c1a10;
    text-decoration: none;
    font-size: 16px;
    font-size: calc( 16px + (28 - 16) * (100vw - 320px)/(1440 - 320));
    line-height: 1.2;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
}

.overlay ul li a:hover,
.overlay ul li.active a {
    color: #6E8173;
}

/* First word bold: https://codepen.io/ahmedbeheiry/pen/pRNpLr */
.first-word {
   font-family: "AvenirPro95Black", sans-serif;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */

.main,
footer {
   padding-left: 25px;
   padding-right: 25px;
}

.layout-content .main,
.layout-white .main {
    padding-top: 50px;
}

.layout-content .shop,
.layout-white .main {
    padding-bottom: 50px;
}

.layout-home .owl-carousel {
    margin-top: 35px;
    margin-bottom: 0;
}

.layout-content .slider {
    margin-top: 30px;
    margin-bottom: 35px;
}

.layout-white {
    background: #FFF;
    color: #2c1a10;
}

.layout-white .fullsize-image img {
    margin-bottom: 0;
    align-self: flex-end;
}

/* Video */
.section-video {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #FFF;
}

.root-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 1s;
    transition: all 1s;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
    .default-image {
        background: url(../img/manis_thun.jpg);
        width: 100%;
        height: 100vh;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}

@media (max-width: 575px) and (orientation: portrait) {

    .section-video {
        position: relative;
        height: 50vh;
        overflow: hidden;
        background: #FFF;
    }

    .arrow-down {
        display: none;
    }

}

.arrow-down {
    position: absolute;
    left: 50%;
    bottom: 90px;
    z-index: 2;
    width: 35px;
    height: 19px;
    margin-left: -18px;
    background-size: 35px 19px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-down.svg);
    cursor: pointer;
    padding-top: 0;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.arrow-down:hover {
    background-image: url(../img/arrow-down2.svg);
}

@keyframes bounce {
    0% {
        padding-top: 0;
        bottom: 90px;
    }
    20% {
        padding-top: 20px;
        bottom: 70px;
    }
    70% {
        padding-top: 0;
        bottom: 90px;
    }
    100% {
        padding-top: 0;
        bottom: 90px;
    }
}
    
/* Slider */
.owl-carousel {
    padding-top: 50px;
}

.owl-carousel img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.owl-theme .owl-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid #6E8173;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #6E8173;
}

.anchor {
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden; }

/* popUp Window (https://codepen.io/uxfed/pen/BmyeEr) */

.delayedPopupWindow {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1091;
    overflow-y: auto;
    background-color: #FFF;
    z-index: 1091;
}

.popUpContent {
    position: relative;
    max-width: calc(100% - .01px)!important;
    min-height: calc(100% - .01px)!important;
    z-index: 1092;
}

.popUpContent img {
    width: 100%;
    height: auto;
}

/*
.delayedPopupWindow .main {
    padding-top: 50px;
    padding-bottom: 50px;
}
*/
/* ==========================================================================
   FORM
   ========================================================================== */
.help-block {
    margin: 0; 
}

.form-group input,
.form-group textarea {
    width: 100%;
    font-size: 16px;
    padding: 10px; 
    height: auto;
    background-color: transparent;
    border: 1px solid #6E8173;
    border-radius: 0;
    font-weight: normal;
    color: #2c1a10;
}

.form-group input {
    height: 47px !important;
}
/*
select.form-control,
select.form-control:focus,
select.form-control:focus::-ms-value {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: transparent !important;
    border: 1px solid #6E8173;
    border-radius: 0 !important;
    font-weight: normal;
    color: #2c1a10;
}
*/

select {
    background-color: transparent !important;
    border: 1px solid #6E8173 !important;
    color: #2c1a10 !important;
    height: 47px !important;
}  

select option {
    color: #6E8173 !important;
}

.form-control[type=date],
.form-control[type=date]::-webkit-calendar-picker-indicator {
    color: #2c1a10 !important;
    cursor: pointer;
}

.no-radius {
  border-radius: unset !important;
}

.form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: initial;
    box-shadow: none;
}

label {
    font-size: 16px;
    padding-top: 5px;
    padding-left: 0px;
    color: #6E8173;
    text-transform: uppercase; 
}

form .form-group .form-check label {
    margin-left: 5px;
}
/*
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
*/
.honeypot {
    display: none; 
}

.has-error input,
.has-error textarea {
    border: 1px solid #a40000 !important;
    margin-bottom: 10px; 
}

.has-error .help-block {
  color: #a40000; 
}

.col-btn {
    width: 100%;
    padding: 0;
    margin-top: 50px;
}

.btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 15px 50px;
    color: #6E8173;
    border-radius: 0;
    border: 1px solid #6E8173;
    opacity: 1 !important;
    text-transform: uppercase;
    -webkit-transition: background linear 300ms; 
}

.btn:hover,
.btn:focus,
.btn.active {
    /* background-color: #6E8173; */
    color: #FFF;
    -webkit-transition: background linear 300ms; 
}

.btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #6E8173;
    transform-origin: left;
    transition: width 0.218s ease-out;
    z-index: -1;
}

.btn:hover:before {
    width: 100%;
}

.messages {
    background: transparent;
    color: #2c1a10; 
}

.form-check {
  padding-left: 0;
}

form .form-group input.form-check-input {
    position: relative;
    width: auto;
    margin: 0 !important;
    padding: 0;
}

form .form-check-inline {
    margin-right: 15px !important;
}

form .form-check-inline label {
    margin-top: 5px !important;
}

.form-control:focus {
  color: #2c1a10;
  background-color: transparent;
  border-color: #6E8173;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/*
#success {
    font-weight: normal;
    color: #2c1a10;
    border: 0;
    border-radius: 0; 
}
*/
.alert-success,
.alert-danger {
    border-radius: 0; 
}

.alert-success {
    background-color: transparent;
    color: #2c1a10;
}


/* ==========================================================================
   FOOTER
   ========================================================================== */

footer {
    /*background-color: #FFF;*/
    color: #2c1a10;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer {
    margin-bottom: 10px;
}

.footer:after,
.newsletter:after {
    display: block;
    content: "";
    margin: 0 auto;
    width: calc(100% - 30px);
    background-color: #2c1a10;
    height: 1px;
}

.fn-org,
.street-address,
.tel,
.email,
.fb,
.insta {
    display: block;
}

.footer a,
.privacy a {
    color: #2c1a10;
    text-decoration: none;
}

.footer a:hover,
.privacy a:hover {
    color: #6E8173;
}

.footer .link-element a:hover {
    color: #FFF;
}

.email a,
.google a,
.fb a,
.insta a {
    border-bottom: 1px solid #2c1a10;
}

.email a:hover,
.google a:hover,
.fb a:hover,
.insta a:hover {
    border-bottom: 1px solid transparent;
}

/*
.email a:before,
.google a:before,
.fb a:before,
.insta a:before {
    content: '>';
    margin-right: 5px;
}
*/

.tel a:hover {
    cursor: pointer;
}

.newsletter {
    margin-bottom: 10px;
}

.privacy {
    margin-bottom: 30px;
}

.privacy li {
    display: inline-block;
}

.privacy li:after {
    content: '|';
    margin-left: 5px;
}

.privacy li:last-child:after {
    content: '';
    margin-left: 0;
}

/* ==========================================================================
   SELECTION
   ========================================================================== */

::-moz-selection {
    text-shadow: none;
    background: #2c1a10;
    color: #FFF;
}

::selection {
    text-shadow: none;
    background: #2c1a10;
    color: #FFF;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #2c1a10;
}

a[href^="tel"],
a[href^="sms"] {
    color: inherit;
    cursor: default;
    text-decoration: none;
}