/*========================================================*/
/* FOOTER */
/*========================================================*/
.footer{
    background-color: #0f3301;;
    color: #fff;
}
.footer:before {
    background-image: url(../css/icons/pattern2.svg);
    content: '';
    width: 100%;
    height: 45px;
    display: block;
    background-repeat: repeat-x;
}
.footer-container {
    padding: 65px 90px 45px;
}
.footer-wrapper.flex-row {
    max-width: 1725px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
.vertical-line {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    margin: 0 60px 0 85px;
}
.info-col .footer-links {
    padding-bottom: 10px;
}
.info-col .footer-links:first-child {
    padding-top: 15px;
}
.info-col .footer-links > li > a,
.info-col .footer-links > li {
    display: block;
    color: #fff;
    font-size: 2.1rem;
    letter-spacing: .02em;
    font-weight: 400;
    line-height: 2.8rem;
}
.footer-social {
    padding-top: 40px;
}
.footer-social li{
    display: inline-block;
    margin: 0 10px;
}
.footer-social li:first-child {
    margin-left: 0;
}
.footer-social li:last-child {
    margin-right: 0;
}
.footer-social a {
    display: inline-block;
}
.fb-icon svg,
.fb-icon,
.insta-icon svg,
.insta-icon,
.tripadvisor-icon svg,
.tripadvisor-icon,
.google-icon svg,
.google-icon {
    display: inline-block;
    width: 43px;
    height: 43px;
}
.footer-social .fb-icon svg,
.footer-social .insta-icon svg,
.footer-social .tripadvisor-icon svg,
.footer-social .google-icon svg {
    border: 1px solid #fff;
    border-radius: 50%;
}
.footer-social .fb-icon svg .st0,
.footer-social .insta-icon svg .st0,
.footer-social .tripadvisor-icon svg .st0,
.footer-social .google-icon svg .st0 {
    fill: #fff;
}
.footer-social .fb-icon svg .st1,
.footer-social .insta-icon svg .st1,
.footer-social .tripadvisor-icon svg .st1,
.footer-social .google-icon svg .st1 {
    fill: transparent;
}
.footer-social .fb-icon svg:hover .st0,
.footer-social .insta-icon svg:hover .st0,
.footer-social .tripadvisor-icon:hover svg .st0,
.footer-social .google-icon svg:hover .st0 {
    fill: #0f3301;
}
.footer-social .fb-icon svg:hover .st1,
.footer-social .insta-icon svg:hover .st1,
.footer-social .tripadvisor-icon:hover svg .st1,
.footer-social .google-icon svg:hover .st1 {
    fill: #fff;
}
.footer-social .fb-icon svg:hover,
.footer-social .insta-icon svg:hover,
.footer-social .tripadvisor-icon svg:hover,
.footer-social .google-icon svg:hover {
    border: none;
}

.footer-copyright {
    text-align: right;
    padding-top: 20px;
    font-size: 1.9rem;
    font-weight: 400;
    letter-spacing: .02em;
    justify-content: space-between;
}
.footer-newsletter {
    width: 100%;
    max-width: 380px;
}
.footer-newsletter h2{
    margin: 0;
    font-size: 3.6rem;
    font-weight: 300;
    letter-spacing: .02em;
    padding-bottom: 15px;
}
/*========================================================*/
/* CONTACT */
/*========================================================*/
.contact-information {
    width: 100%;
    flex-wrap: wrap;
}
.contact-map {
    flex-basis: 100%;
    padding-top: 35px;
}
.contact-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 35px 160px 35px;
}
.contact-information {
    margin-right: 30px;
}
.contact-social li {
    display: inline-block;
}
.contact-information li > a {
    display: block;
}
.contact-information li, ul {
    color: #000;
    padding-left: 0;
}
.contact-wrapper h2 {
    font-size: 11.1rem;
    font-weight: 300;
    letter-spacing: .02em;
    color: #0f3301;
    margin: 0 0 70px;
}
.contact-hours h4 , .contact-found-us h4{
    margin: 0;
    padding-bottom: 10px;
}
.contact-found-us {
    font-size: 2.2rem;
    letter-spacing: 0;
    font-weight: 300;
    flex-basis: 30%;
    margin-right: 40px;
}
.contact-hours{
    font-size: 2.2rem;
    letter-spacing: 0;
    line-height: 34px;
    font-weight: 300;
}
.contact-phone{
    padding: 10px 0;
}
.contact-social{
    padding: 30px 0 0;
}
.fb-icon svg .st0,
.insta-icon svg .st0 {
    fill: #000;
}
.contact-form{
    max-width: 550px;
    width: 100%;
    margin: 0;
}
.contact-form:before {
    background-image: url('../css/icons/pattern.svg');
    content: '';
    width: 100%;
    height: 47px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    border: none;
    border-bottom: 1px solid #0f3301;
    border-radius: 0;
    width: 100%;
    padding: 10px 0;
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 10px;
    color: #1d1d1b;
}

.contact-form textarea{
    background-image: url('../css/icons/pencil.svg');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 200px 1rem;
}
.contact-form textarea:focus {
    background-image: none;
}

.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form input[type="tel"]::placeholder {
    font-family: Futura, sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    color: #1d1d1b;
}
.contact-form input[type="text"]:focus::placeholder,
.contact-form input[type="email"]:focus::placeholder,
.contact-form input[type="tel"]:focus::placeholder,
.contact-form textarea:focus::placeholder {
    color: transparent;
}

.contact-form textarea::placeholder {
    font-family: 'Futura', sans-serif;
    font-size: 3.8rem;
    letter-spacing: 1px;
    color: #0f3301;
    font-weight: 300;
}
.contact-form input[type="submit"] {
    max-width: 180px;
    width: 100%;
    margin: 60px auto 0;
    padding: 20px 10px;
    font-size: 2.5rem;
    letter-spacing: .02em;
    font-weight: 300;
    background-color: #0f3301;
    color: #ffff;
    float: right;
    border-radius: 0;
    border: 2px solid #0f3301;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.contact-form input[type="submit"]:hover {
    background-color: transparent;
    color: #0f3301;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.contact-form textarea {
    padding: 0;
    font-size: 1.8rem;
    font-weight: 300;
    min-height: 160px;
}
.contact-form form{
    padding-top: 40px;
}
.contact-form .wpcf7-not-valid-tip {
    font-size: 1.4rem;
}
.contact-form .wpcf7 form .wpcf7-response-output {
    margin: 10px 0;
    font-size: 1.4rem;
}

.acf-map {
    max-width: 470px;
    width: 100%;
    height: 330px;
    margin: 20px 0;
}
.acf-map img {
    max-width: inherit !important;
}
.contact-social li + li {
    margin-left: 20px;
}

.contact-social .fb-icon:hover svg .st0,
.contact-social .insta-icon:hover svg .st0 {
    fill: #0f3301;
}

.contact-form .ajax-loader {
    display: block;
    clear: both;
}

