/* 
Theme Name:		 Brindle Pinetop
Theme URI:		 http://childtheme-generator.com/
Description:	 Brindle Pinetop is a child theme of GeneratePress, created by ChildTheme-Generator.com
Author: Brindle Digital
Author URI: https://www.brindledigital.com/
GitHub Theme URI: https://github.com/sarahbrindle/brindle-pinetop
GitHub Branch:    master
Version: v1.0.1
Template:		 generatepress
Date:            25-08-2021
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:	 brindle-pinetop
*/


/*
    Add your custom styles here
*/
body {
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.top-bar .inside-top-bar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-bar .top-bar-title {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
}

.top-bar .top-bar-text {
    width: 100%;
    max-width: 600px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.top-bar-align-right .widget:first-child {
    margin-left: 0;
}

.top-bar .inside-top-bar .widget.top-bar-text {
    padding-left: 30px;
}

.top-bar .inside-top-bar .widget.top-bar-title {
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.top-bar .inside-top-bar .widget.top-bar-btn {
    padding-left: 50px;
}

.top-bar-btn-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.top-bar-btn {
    padding-right: 30px;
}

.top-bar-btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    height: 38px;
    min-width: 170px;
    padding: 0 20px;
}

.close-btn a {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
}

.close-btn a span {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.close-btn a span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translateY(50%);
    transform: rotate(-45deg) translateY(50%);
}

.close-btn a span:nth-child(2) {
    -webkit-transform: rotate(45deg) translateY(50%);
    transform: rotate(45deg) translateY(50%);
}

.site-header a {
    max-width: 320px;
    display: inline-block;
}

.site-header .main-navigation {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 120px;
    position: relative;
}

.site-header .main-navigation::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-color: inherit;
}

.site-header .inside-header {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main-navigation .main-nav ul li:nth-last-child(2) {
    margin-right: 17px;
}

.main-navigation .main-nav ul li.nav-button {
    margin-left: 33px;
    line-height: 1;
}

.main-navigation .main-nav ul li.nav-button::before {
    content: "";
    width: 1px;
    height: 43px;
    position: absolute;
    top: 0;
    right: 100%;
    -webkit-transform: translate(-30px, 0px);
    transform: translate(-30px, 0px)
}

.main-navigation .main-nav ul li a {
    line-height: 37px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.main-navigation .main-nav ul li.nav-button a {
    padding-left: 27px;
    padding-right: 27px;
}

.main-navigation .menu-bar-items {
    margin-left: 30px;
}

.main-navigation .slideout-toggle a {
    padding: 0;
    line-height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.main-navigation .slideout-toggle a svg {
    font-size: 27px;
}

.main-navigation.slideout-navigation ul li a {
    font-weight: 500;
}

.site-footer .inside-footer-widgets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-footer .footer-widgets-container .inner-padding {
    padding-left: 0 !important;
}

.footer-widgets .widget {
    margin-bottom: 0 !important;
}

.footer-widget-1 #simple-social-icons-2 ul {
    margin-bottom: 20px !important;
}

.footer-widget-1 #simple-social-icons-2 ul li a,
.footer-widget-1 #simple-social-icons-2 ul li a:hover,
.footer-widget-1 #simple-social-icons-2 ul li a:focus {
    padding: 4px !important;
    margin: 0 !important;
}

.footer-widgets .widget :last-child {
    margin-bottom: 0 !important;
}

.footer-address .textwidget {
    padding-bottom: 20px;
}

.footer-brand {
    margin-right: 25px;
}

.footer-nav > div {
    padding-top: 40px;
}

.footer-widget-1 .simple-social-icons ul li {
    margin: 0 3px 3px !important;
}

.footer-address ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-address ul li {
    display: block;
    margin: 0;
}

.footer-address ul li + li::before {
    content: "|";
    display: inline-block;
    margin: 0 10px;
}

.footer-widget-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.footer-brand {
    width: 100%;
    max-width: 283px;
}

.footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.footer-nav ul li {
    margin: 0;
    display: inline-block;
}

.footer-nav ul li + li::before {
    content: "/";
    display: inline-block;
    margin: 0 10px;
}

.footer-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-bar .widget-last {
    padding-left: 15px !important;
}

.footer-bar .widget-last img {
    width: auto !important;
    height: 25px !important;
    max-width: none !important;
}

footer.site-info .footer-bar ul li {
    margin: 0;
    display: inline-block;
}

footer.site-info .footer-bar ul li a {
    padding: 0 4px;
    text-transform: uppercase;
}

footer.site-info .footer-bar ul li a::after {
    content: ".";
}

.section-get-in-touch p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.section-get-in-touch .gb-button-wrapper {
    padding-top: 20px;
}

body .gb-container.amenities-text-left > .gb-inside-container {
    margin-right: 0;
}

body .gb-container.amenities-text-right > .gb-inside-container {
    margin-left: 0;
}

.amenities-text-right ul,
.amenities-text-left ul {
    display: block;
    padding: 0;
    margin-left: 0;
    margin-bottom: 85px;
}

.amenities-text-right ul li,
.amenities-text-left ul li {
    display: block;
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid #B67F31;
    margin-bottom: 7px;
}

.main-navigation.slideout-navigation > div {
    padding: 3rem 1.5rem;
}

.overlay-address ul li {
    /*font-size: 18px;*/
}

.overlay-address ul li a i {
    margin-right: 5px;
}

.wp-block-columns.mr-0 {
    margin: 0;
}

.gform_wrapper .gform_heading {
    display: none;
}

.gform_wrapper input[type="text"],
.gform_wrapper textarea {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #47484b;
    padding-left: 15px;
}

body .gform_wrapper .gform_footer input[type="submit"] {
    width: 100% !important;
}

body .gform_footer.top_label {
    padding-right: 16px;
}

body .gform_wrapper .ginput_container input {
    margin: 0 !important;
}

.ginput_container.ginput_container_email,
.ginput_container.ginput_container_phone {
    margin-top: 0 !important;
}

.ginput_container.ginput_container_email input,
.ginput_container.ginput_container_phone input {
    margin-top: 0 !important;
}

body .gform_wrapper div.validation_error,
body .gform_wrapper .validation_message {
    font-size: 18px;
    font-weight: 600;
}

.tab-grid h4 {
    font-size: 32px;
}

.tab-grid a {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

body .resp-tabs-list li {
    padding: 5px 20px;
}

.sub-nav-links ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1.5rem;
}

.tel-link {
    text-align: right;
}

body .floorplangrid h3.floorplangrid__title {
    font-weight: 700;
}

body .floorplangrid__rent_range .rent_range {
    font-weight: 700;
}

body .floorplans.type-floorplans {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}

body .floorplangrid a.button {
    text-align: center;
}

.gb-banner-section {
    position: relative;
}

.gb-banner-section:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .2);
}

.gb-banner-section .gb-inside-container {
    position: relative;
    z-index: 2;
}

/*============colors============*/
/*
.top-bar .top-bar-title{
    color: #FFF;
}
*/
.top-bar-btn a {
    /*color: #FFF;*/
    border: 1px solid #FFF;
    background-color: transparent;
}

.top-bar-btn a:hover {
    /*background-color: #FFF;*/
    /*color: #b67f31;*/
}

/*
.site-header .main-navigation{
    background-color: #181c27;
}
.site-header .main-navigation::after{
    background-color: #181c27;
}
*/
/*
.main-navigation .main-nav ul li:last-child::before{
    background-color: #f0eee6;
}
.main-navigation .main-nav ul li a{
    color: #f0eee6;
}*/
/*
.main-navigation.slideout-navigation ul li a{
    color: #47484b;
}
*/
.top-bar .inside-top-bar .widget.top-bar-title {
    border-right: 1px solid #FFF;
}

/*
.main-navigation .slideout-toggle a{
    color: #FFF;
}*/
.main-navigation .menu-bar-item:hover > a {
    background-color: transparent;
    /* color: #c4913e;*/
}

/*
.main-navigation .main-nav ul li.current_page_item > a{
    color: #FFF;
    background-color: #c4913e;
}
.main-navigation .main-nav ul li a:hover, .main-navigation .main-nav ul li[class*="current-menu-"] > a:hover{
    background-color: #c4913e;
    color: #FFF;
}*/
.footer-widget-1 #simple-social-icons-2 ul li a {
    background: transparent !important;
}

.main-navigation .main-nav ul li.current_page_item > a,
.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    background-color: transparent !important;
}

.slideout-overlay {
    background-color: transparent !important;
}

/*
body #generate-slideout-menu{
    background-color: #fff!important;
}
*/
#menu-footer-menu li a:hover,
#menu-footer-menu li.current_page_item a {
    color: inherit;
}

.slideout-navigation.main-navigation .main-nav ul li a {
    /*color: #13151d!important;*/
    line-height: 38px;
}

.slideout-navigation.main-navigation .main-nav ul li a:hover {
    /*color: #c4913e!important;*/
}

body .resp-tabs-list li {
    /*color: #181c27!important;*/
}

ul.resp-tabs-list li {
    margin-left: 5px;
    margin-right: 5px;
}

ul.resp-tabs-list .resp-tab-active {
    /*background-color: transparent!important;
    color: #c4913e !important;
    outline: 1px dotted;*/
}

ul.resp-tabs-list .resp-tab-item:hover {
    /* background-color: transparent !important;
    color: #c4913e !important;*/
}

body .section-apartments-links {
    border-top: 1px solid rgba(0, 0, 0, .07) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .07) !important;
}

body ul.social-media-links-grp.wp-block-social-links .wp-social-link a {
    background-color: #181c27 !important;
    /* color: #fff!important;*/
    border-radius: 4px;
}

body ul.social-media-links-grp.wp-block-social-links .wp-social-link a:hover {
    /*background-color: #c4913e!important;*/
}

.landing-form {
    background-color: #ffffff;
    padding: 20px 20px;
    padding-left: 20px;

}

/*wp block*/
.wp-block-button .wp-block-button__link {
    letter-spacing: 0.12em;
    padding: 22px 59px;
}

.is-style-outline > .wp-block-button__link,
.wp-block-button__link.is-style-outline {
    border-width: 1px;
}

.insta-btn {
    margin-top: -35px !important;
}

/*===========media-queries==============*/

@media(max-width:1200px) {
    .site-header .main-navigation {
        padding-left: 20px;
    }

    .site-header a {
        max-width: 280px;
        display: inline-block;
    }

    .main-navigation .main-nav ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-navigation .main-nav ul li.nav-button {
        margin-left: 25px;
    }

    .main-navigation .main-nav ul li:nth-last-child(2) {
        margin-right: 10px;
    }

    .main-navigation .main-nav ul li.nav-button::before {
        -webkit-transform: translate(-25px, 5px);
        transform: translate(-25px, 5px);
    }
}

@media(max-width:991px) {
    body {
        font-size: 20px;
    }

    #site-navigation {
        display: none;
    }

    .inside-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .site-header a {
        max-width: 240px;
        display: inline-block;
    }

    .site-header .inside-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .top-bar .inside-top-bar > .widget {
        margin: 0;
    }

    .top-bar .inside-top-bar > .widget:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .top-bar .inside-top-bar > .widget:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .top-bar .inside-top-bar > .widget:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .top-bar .inside-top-bar .widget.top-bar-title {
        padding-right: 25px;
    }

    .top-bar .inside-top-bar .widget.top-bar-text {
        padding-left: 20px;
    }

    .top-bar-btn-grp {
        padding-left: 20px;
    }

    .top-bar-btn a {
        min-width: 140px;
    }

    .main-navigation .menu-bar-items {
        display: none;
    }

    .site-header .main-navigation {
        background-color: transparent !important;
    }

    .site-header .main-navigation::after {
        display: none;
    }

    .menu-toggle {
        padding: 0;
        line-height: 50px;
        font-size: 30px;
        color: #47484b;
    }

    .menu-toggle:hover {
        color: #c4913e;
    }

    .amenities-text-right ul li,
    .amenities-text-left ul li {
        padding: 10px 0;
    }

    body ul.social-media-links-grp.wp-block-social-links {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    body .site-header .main-navigation .menu-toggle {
        color: #181c27;
    }

    body .site-header .main-navigation .menu-toggle:hover {
        color: #c4913e;
    }
}

@media(max-width:781.99px) {
    body .gform_footer.top_label {
        padding-right: 0;
    }
}

@media(max-width:768px) {

    .inside-header,
    .footer-widgets-container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .inside-footer-widgets > div:not(:last-child) {
        margin-bottom: 25px;
    }
}

@media(max-width:767px) {
    .site-header a {
        max-width: 200px;
        display: inline-block;
    }

    .top-bar .inside-top-bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top-bar .inside-top-bar > .widget {
        width: 100%;
    }

    .top-bar-btn-grp {
        padding-left: 0;
    }

    .top-bar .inside-top-bar .widget.top-bar-title {
        border-right: 0;
    }

    .top-bar .inside-top-bar .widget.top-bar-text {
        padding-left: 0;
        padding-bottom: 30px;
    }

    .section-amenities .gb-button-wrapper-b17634ae {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-address ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-address ul li {
        text-align: center;
        margin-bottom: 8px;
    }

    .footer-address ul li + li::before {
        display: none;
    }

    .footer-widget-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-nav ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-nav ul li {
        margin-bottom: 10px;
    }

    .footer-nav ul li + li::before {
        display: none;
    }

    .footer-nav > div {
        padding-top: 0;
    }

    .gb-container.section-apartments-links .gb-inside-container {
        padding-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width:641px) {
    .landing-form {
        padding-left: 30px;
    }
}

@media(max-width:475px) {
    .footer-brand {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
