/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */

  /* NEW FOOTER */
  footer#new-footer {
    padding: 20px 0;
    margin-top: 50px;
    background-color: #899996;
    color: #fff;
    background-image: none;
}
footer#new-footer .footer-logo {
    width: 220px;
    height: auto;
    margin-top: -60px;
    margin-left: -20px;
}
footer#new-footer .footer-social-links {
    margin-top: 7px;
}
@media (max-width: 767px) {
    footer#new-footer .footer-social-links {
        text-align: center;
   }
}
footer#new-footer .footer-social-links a {
    color: #fff;
    font-size: 28px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}
footer#new-footer .footer-social-links a:hover {
    color: #e29791;
}
footer#new-footer .footer-top {
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
}
footer#new-footer .footer-left {
    float: left;
    width: 28.5%;
}
@media (max-width: 767px) {
    footer#new-footer .footer-left {
        float: none;
        width: 100%;
   }
    footer#new-footer .footer-left img {
        display: block;
        margin-left: auto;
        margin-right: auto;
   }
}
footer#new-footer .footer-middle {
    float: left;
    width: 36%;
    font-family: "Montserrat", sans-serif;
    margin-top: 32px;
}
@media (max-width: 1023px) {
    footer#new-footer .footer-middle {
        width: 30%;
   }
}
@media (max-width: 767px) {
    footer#new-footer .footer-middle {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
        float: none;
   }
}
footer#new-footer .footer-middle ul {
    width: 43%;
    float: left;
    list-style: none;
    line-height: 28px;
    padding-left: 0;
}
@media (max-width: 1023px) {
    footer#new-footer .footer-middle ul {
        width: 50%;
   }
}
footer#new-footer .footer-middle ul li {
    margin-bottom: 0;
    display: block;
}
footer#new-footer .footer-middle ul a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}
footer#new-footer .footer-middle ul a:hover {
    color: #e29791;
    border: none;
}
@media (max-width: 767px) {
    footer#new-footer .footer-middle ul#menu-footer-left {
        width: auto;
        display: block;
        float: left;
   }
    footer#new-footer .footer-middle ul#menu-footer-right {
        width: auto;
        display: block;
        float: right;
   }
}
footer#new-footer .footer-right {
    width: 35.5%;
    float: right;
}
@media (max-width: 1023px) {
    footer#new-footer .footer-right {
        width: 40.5%;
   }
}
@media (max-width: 767px) {
    footer#new-footer .footer-right {
        width: 100%;
        float: none;
        clear: both;
   }
}
footer#new-footer .footer-right h3 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 32px;
    margin: 32px 0 10px 0;
    color: #fff;
}
footer#new-footer .footer-right p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    padding-right: 40px;
}
@media (max-width: 1023px) {
    footer#new-footer .footer-right p {
        padding-right: 0;
   }
}
@media (max-width: 1023px) {
    footer#new-footer .footer-right .gform_wrapper li.gfield {
        padding-right: 0 !important;
   }
}
footer#new-footer .footer-right .gform_wrapper input[type=text] {
    margin: 0 !important;
    width: calc(100% - 114px) !important;
    float: left !important;
    height: 40px !important;
    line-height: 40px !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 300;
    font-size: 14px !important;
    letter-spacing: 0.78px !important;
    padding: 12px !important;
    text-indent: 0 !important;
}
@media (max-width: 1023px) {
    footer#new-footer .footer-right .gform_wrapper input[type=text] {
        width: 100% !important;
        float: none !important;
        margin-bottom: 15px !important;
   }
}
footer#new-footer .footer-right .gform_wrapper input[type=text] ::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
    color: #899996 !important;
    opacity: 1;
}
footer#new-footer .footer-right .gform_wrapper input[type=text] ::-moz-placeholder {
   /* Firefox 19+ */
    color: #899996 !important;
    opacity: 1;
}
footer#new-footer .footer-right .gform_wrapper input[type=text] :-ms-input-placeholder {
   /* IE 10+ */
    color: #899996 !important;
    opacity: 1;
}
footer#new-footer .footer-right .gform_wrapper input[type=text] :-moz-placeholder {
   /* Firefox 18- */
    color: #899996 !important;
    opacity: 1;
}
footer#new-footer .footer-right .gform_wrapper .gform_button {
    width: 120px !important;
    float: right !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 40px !important;
    line-height: 40px !important;
    background-color: #000;
    border: 1px solid #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px !important;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.78px !important;
    transition: all 0.3s ease-in-out;
}
footer#new-footer .footer-right .gform_wrapper .gform_button:hover {
    background-color: #e2ebef !important;
    border-color: #000 !important;
    color: #000 !important;
    border-width: 1px !important;
}
@media (max-width: 1023px) {
    footer#new-footer .footer-right .gform_wrapper .gform_button {
        width: 100% !important;
   }
}
footer#new-footer .footer-right .gform_wrapper .gform_footer {
    clear: inherit;
    margin: 0;
    padding: 0;
}
footer#new-footer #credits {
    clear: both;
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
}
footer#new-footer #credits .footer-left {
    width: 50%;
}
@media (max-width: 767px) {
    footer#new-footer #credits .footer-left {
        width: 100%;
        text-align: center;
   }
}
footer#new-footer #credits .footer-right {
    width: 100%;
    text-align: center;
    color: #fff;
}
footer#new-footer #credits .footer-right #credit-trigger {
    cursor: pointer;
}
footer#new-footer .social-links a {
    text-decoration: none;
}
footer#new-footer .social-links a i, footer#new-footer .social-links a svg {
    width: 32px !important;
}

/* CLEARFIX */
.cf:before,
.cf:after { content: ""; display: table; } 
.cf:after { clear: both; }
.cf { zoom: 1; /* For IE 6/7 (trigger hasLayout) */ }

/* INTRODUCING HANDLE IT SECTION ON HOMEPAGE */
body:not(.role-administrator) #introducing-handle-it {
    display: none !important;
}

#introducing-handle-it {
    margin-bottom: 30px;
}

#introducing-handle-it .image {
    background-position: center center;
}