@keyframes letra {
    0% {
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
   }
    100% {
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
   }
}
.footer {
    clear: both;
   /* Fixes clearing on Gallery template */
    margin-bottom: -25px;
   /* Removes white space from google pixels code */
    position: relative;
    z-index: 10;
}
.footer .signup {
    background: #f1efeb;
    position: relative;
}
.footer .signup:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: url(../images/bg-signup-2.jpg) no-repeat center center #f1efeb;
    background-size: cover;
}
.footer .signup .thankyouMsg {
    text-align: center;
}
.footer .signup .form {
    display: inline-block;
    vertical-align: middle;
    padding: 115px 0;
    width: 50%;
}
.footer .signup .form form {
    margin: 0 auto;
    width: 100%;
    max-width: 435px;
}
.footer .signup .form form .field.input {
    border: 1px solid #111;
    position: relative;
    margin-bottom: 20px;
}
.footer .signup .form form .field.input input {
    position: relative;
    z-index: 2;
    padding: 15px 15px;
    margin: 0;
    background: transparent;
    width: 100%;
    font-size: 16px;
    color: transparent;
}
.footer .signup .form form .field.input input::placeholder {
    color: transparent;
}
.footer .signup .form form .field.input input:focus {
    color: #111;
}
.footer .signup .form form .field.input label:not(.error) {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    font-size: 16px;
    background: #f1efeb;
    transition: all 0.3s ease-in-out;
    margin: 0;
}
.footer .signup .form form .field.input label:not(.error).moved {
    top: -8px;
    padding: 0 5px;
    font-size: 12px;
    left: 5px;
    transition: all 0.3s ease-in-out;
}
.footer .signup .form form .field.input label:not(.error).moved + input {
    color: #111;
}
.footer .signup .form form .field.input label:not(.error).moved + select {
    color: #111;
}
.footer .signup .form form .signup-btn {
    margin: 30px auto 0 auto;
    width: 160px;
    display: block;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #111;
    border: 1px solid #111;
    font-size: calc(($pixels / $context) * 1rem);
    padding: 14px 20px 12px 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.footer .signup .form form .signup-btn:hover {
    background: #a28964;
    border-color: #a28964;
    color: white;
    transition: all 0.3s ease-in-out;
}
.footer .signup .title {
    font-family: 'Canela', 'serif';
    font-size: 50px;
    color: #111;
    line-height: 1.1;
    margin: 0 0 30px 0px;
    text-align: center;
}
.footer .signup .title span {
    display: block;
}
.footer .signup .title em {
    font-style: normal;
    font-family: 'Modernline', 'cursive';
    font-size: 1.2em;
    color: #a28964;
    line-height: 1.8;
    text-transform: lowercase;
}
.footer .signup .title em span {
    display: inline;
}
.footer .signup .title em span:not(.cut) {
    font-family: 'ModernlineTail', cursive;
}
.footer .signup .title svg {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -10px;
}
.footer .signup .title svg path {
    font-style: normal;
    font-family: 'Modernline', 'cursive';
    font-size: 70px;
    fill: none;
    stroke: #a28964;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: 1.5s letra forwards 1s;
}
.footer .signup .title em {
    display: block;
    margin-left: -70px;
    line-height: 1.5;
    color: #7e694b;
}
.footer .signup .title em span {
    display: inline;
    font-family: 'ModernlineTail', cursive;
}
.footer-bottom {
    background: url(../images/bg-footer.jpg) no-repeat center black;
    color: white;
    padding: 60px 0 0 0;
}
.footer-bottom .logo {
    display: block;
}
.footer-bottom .logo svg {
    fill: white;
    transition: all 0.3s ease-in-out;
}
.footer-bottom .logo:hover svg {
    fill: #a28964;
    transition: all 0.3s ease-in-out;
}
.footer-bottom .address {
    margin: 30px 0 50px 0;
    line-height: 1.6;
    font-size: 14px;
}
.footer-bottom .address a {
    color: white;
    font-size: 14px;
    text-decoration: underline;
}
.footer-bottom .address a:hover {
    color: #a28964;
}
.footer-bottom .address .phone {
    font-size: 14px;
    padding: 2px 0 2px 20px;
    background: url(../svg/icon-phone.svg) no-repeat left center;
}
.footer-bottom .title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    opacity: 0.6;
    margin-bottom: 30px;
}
.footer-bottom .item:last-child {
    width: 340px;
}
.footer-bottom .logos {
    text-align: center;
}
.footer-bottom .logos .logo {
    display: inline-block;
    vertical-align: middle;
}
.footer-bottom .logos .logo:nth-child(3n + 2) {
    margin: 0 40px;
}
.footer-bottom .logos a.logo:hover {
    opacity: 0.6;
}
.footer-bottom .container:last-child {
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-bottom .container p {
    color: rgba(255, 255, 255, 0.3);
}

.footer .social-media li {
    display: inline-block;
    vertical-align: middle;
}
.footer .social-media svg {
    fill: white;
    height: 18px;
    max-width: 20px;
    transition: all 0.3s ease-in-out;
}
.footer .social-media a {
    display: block;
}
.footer .social-media a:hover svg {
    fill: #a28964;
    transition: all 0.3s ease-in-out;
}
.footer #secondary-nav ul {
    columns: 2;
}
.footer #secondary-nav a {
    color: white;
    display: inline-block;
    padding: 0 0 5px 0;
    position: relative;
}
.footer #secondary-nav a:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #a28964;
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.3s ease-in-out;
}
.footer #secondary-nav a.current, .footer #secondary-nav a:hover {
    color: #a28964;
}
.footer #secondary-nav a.current:after, .footer #secondary-nav a:hover:after {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s ease-in-out;
}
.footer #third-nav {
    margin-top: 140px;
    text-align: right;
}
.footer #third-nav li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
.footer #third-nav a {
    color: white;
    /* font-size: calc(($pixels / $context) * 1rem); */
    padding: 5px 0;
}
.footer #third-nav a:hover, .footer #third-nav a.current {
    color: #a28964;
}
@media only screen and (max-width: 1190px) {
    .footer .container {
        padding: 0 20px;
   }
    .footer .container:last-child {
        padding: 20px;
   }
    .footer .signup .form {
        padding: 60px 0;
   }
}
@media only screen and (max-width: 1000px) {
    .footer .signup:before {
        display: none;
   }
    .footer .signup .form {
        width: 100%;
        padding: 40px 20px;
   }
    .footer .signup .form .title em {
        margin-left: 0;
        font-size: 1em;
   }
    .footer .flex-box {
        flex-wrap: wrap;
        align-items: flex-start;
   }
    .footer .flex-box .item:last-child {
        width: 100%;
        text-align: center;
   }
    .footer #third-nav {
        margin-top: 10px;
        text-align: center;
   }
    .footer-bottom {
        background-size: cover;
   }
    .footer-bottom .address {
        margin: 30px 0;
   }
    .footer-bottom .logos {
        text-align: center;
   }
}

.footer-bottom div.item{
	flex:1;
}
@media screen and (min-width: 767px) {
    nav.mobile-bottom-nav {
        display: none;
      }
      .header-mobile, .navigation.overlay {
        display: none;
      }
      .d-md-block {
        display: block;
      }
      .d-md-none {
        display: none;
      }
}
@media screen and (max-width: 767px) {
    .d-block {
        display: block;
      }
      .d-none {
        display: none;
      }
}