/*
 Theme Name:   Tyni Homes
 Template:     bridge
 Version:      1.0.0
*/

/* Global */

html {
    -webkit-tap-highlight-color: transparent;
}

@media all and (max-width: 767px) {
  .responsive-spacing {
      margin: 40px 0 0;
  }
}

/* End Global */

/* Header */

.header-text, .header-text a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.header-text a:hover {
    color: #ddd;
}

/* End Header */

/* Contact */

.company-name p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
}

/* End Contact */

/* Icon List Item */

.icon-list-item-link:hover p {
    color: #555 !important;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.icon-list-item-footer-link:hover p {
    color: #ddd !important;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

/* End Icon List Item */

/* Google Map */

.gm-style p {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

/* End Google Map */

/* Property */

.pp_pic_holder .currentTextHolder {
    font-family: 'Montserrat', sans-serif !important;
}

/* End Property */

/* Footer */

.footer-logo {
    margin: 0;
}

.footer-header {
    margin: 0 0 22px;
    font-family: 'Questrial', sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
}

.company-name-footer {
    padding: 0 0 15px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
}

/* End Footer */

/* 404 Page */

.page_not_found h2 {
    font-size: 40px !important;
}

/* End 404 Page */

/* Google reCAPTCHA */

.grecaptcha-badge {
    z-index: 9999;
}

/* End Google reCAPTCHA */
