/*
Theme Name: TheSouthSide
Theme URI: https://#
Author: Afterimage Designs
Author URI: https://#
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    overflow-x: hidden;
}

body {
    margin: 0;
    -webkit-font-smoothing: auto;
    font-family: 'Montserrat', sans-serif!important;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
    transition: all .3s ease;
}

a:active, a:hover {
    outline: 0;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 2.5rem;
}

hr {
    box-sizing: content-box;
    height: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

.theme-container {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #24292e;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 15px;
}

h1 {
    font-size: 32px;
    padding-bottom: 10px;
}

h2 {
    font-size: 24px;
    padding-bottom: 0.3em;
    line-height: 1.25;
}

h3 {
    font-size: 18px;
    line-height: 25px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 17.5px;
}

p {
    margin-bottom: 1.5em;
    white-space: pre-line;
}

h1.entry-title {
    font-size: 1.31rem;
    border-bottom: 1px solid #eaecef;
}

h2.entry-title {
    border-bottom: 1px solid #eaecef;
}

h3.widget-title {
    font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    position: fixed;
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
    padding: 35px 0;
    transition: all .3s ease;
    z-index: 200;
    top: 0;
}

header#masthead.sticky-header {
    padding: 20px 0;
}

.admin-bar header#masthead {
    top: 32px;
}

.admin-bar .home-custom-blocks-sticky {
    top: 147px;
}

header nav.navbar {
    align-items: flex-end;
}

header nav.navbar .mobile-btn-wrap {
    display: none;
}

header nav.navbar .mobile-btn-wrap button {
    display: block;
    background: none;
    border: none;
    outline: none;
    font-size: 25px;
    padding: 0;
}

.navbar-brand > a {
    display: block;
    outline: medium none;
    text-decoration: none;
    font-weight: 700;
}

.navbar-brand > a img {
    width: 100%;
    max-width: 320px;
    height: auto;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
    text-decoration: none;
}

.navbar .header-nav-panel {
    flex: 1 1 auto;
}

.header-nav-panel .header-social-links {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    margin-bottom: 17px;
}

.header-nav-panel .header-social-links > a {
    font-size: 16px;
    color: #4d4d4d;
    padding-left: 15px;
}

body #page-sub-header h1 {
    line-height: 1.6;
    font-size: 4rem;
    color: #563e7c;
    margin: 0 0 1rem;
    border: 0;
    padding: 0;
}

#page-sub-header p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 1.25rem;
    font-weight: 300;
}

body #page-sub-header p {
    color: #212529;
}

a.page-scroller {
    color: #333;
    font-size: 2.6rem;
    display: inline-block;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    body #page-sub-header h1 {
        font-size: 3.750rem;
    }

    body #page-sub-header {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 992px) {
    #page-sub-header p {
        max-width: 43rem;
        margin: 0 auto;
    }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
    padding-left: 0;
    padding-right: 0;
}

body #masthead .navbar-nav > li > a {
    color: #ed1c24;
    padding: 0;
    padding-left: 18px;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

body #masthead .navbar-nav > li > a:hover, body #masthead .navbar-nav > li.current_page_item > a {
    opacity: .8;
    text-decoration: underline;
}

.header-nav-panel .header-social-links > a:hover {
    opacity: .8;
}

.navbar-brand {
    height: auto;
    padding: 0;
}

.navbar-toggle .icon-bar {
    background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
}

.header-nav-panel #main-nav {
    display: flex;
}

nav.navbar .header-nav-panel #main-nav ul {
    flex-direction: row;
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}

.dropdown-item {
    line-height: 1.2;
    padding-bottom: 0.313rem;
    padding-top: 0.313rem;
}

.dropdown-menu {
    min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
    display: block;
    left: 12.250em;
    top: 0;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
    background: transparent;
    line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
    background: transparent;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .dropdown-menu li > .dropdown-menu {
        right: -9.875rem;
        top: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav .dropdown-menu {
        border: medium none;
        margin-left: 1.250rem;
        padding: 0;
    }

    .dropdown-menu li a {
        padding: 0;
    }

    #masthead .navbar-nav > li > a {
        padding-bottom: 0.625rem;
        padding-top: 0.313rem;
    }

    .navbar-light .navbar-toggler {
        border: medium none;
        outline: none;
    }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.comment-content.card-block {
    padding: 20px;
}

.navigation.post-navigation {
    padding-top: 1.875rem;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
    border: 1px solid #ddd;
    border-radius: 0.938rem;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
}

.post-navigation .nav-next a::after {
    content: " \2192";
}

.post-navigation .nav-previous a::before {
    content: "\2190 ";
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 0.313rem;
    line-height: normal;
    padding: 0.938rem 1.438rem 0.875rem;
    text-decoration: none;
    top: 0.313rem;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
    float: left;
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
    margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    font-size: 0.875rem;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
    display: none;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #eee;
    text-decoration: none;
}

.half-rule {
    width: 6rem;
    margin: 2.5rem 0;
}

.widget_categories .nav-link {
    display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#page {
    padding-top: 145px;
}

#page-content .home-banner-wrap {
    position: relative;
    min-height: 672px;
    overflow-x: hidden;
}

#page-content .home-banner-wrap #carouselExampleIndicators {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#page-content .home-banner-wrap .carousel-item {
    min-height: 672px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-banner-wrap .carousel-control-next, .home-banner-wrap .carousel-control-prev {
    z-index: 100;
    width: 46px;
}

.home-banner-wrap .carousel-control-prev {
    margin-left: 15px;
}

.home-banner-wrap .carousel-control-next {
    margin-right: 15px;
}

.home-banner-wrap .carousel-control-next > span, .home-banner-wrap .carousel-control-prev > span {
    width: 46px;
    height: 46px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.home-banner-wrap .carousel-control-next > span {
    background-image: url('inc/assets/images/hero-right-arrow.png');
}

.home-banner-wrap .carousel-control-prev > span {
    background-image: url('inc/assets/images/hero-left-arrow.png');
}

#page-content .home-banner-wrap .theme-container {
    position: relative;
    min-height: 672px;
}

#page-content .home-banner-wrap .banner-text-inner {
    position: absolute;
    left: 0;
    background-color: rgba(237, 28, 36, .75);
    top: 50%;
    transform: translateY(-50%);
    padding: 79px 80px 75px 15px;
}

#page-content .home-banner-wrap .banner-text-inner:before {
    content: '';
    display: block;
    height: 100%;
    width: 70%;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: rgba(237, 28, 36, .75);
}

#page-content .home-banner-wrap .banner-text-inner .title {
    font-size: 70px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #fff;
    white-space: pre-line;
    text-transform: uppercase;
    margin: 0;
}

#page-content .home-custom-blocks {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

#page-content .home-custom-blocks > div {
    flex: 1 1 0;
    text-align: center;
}

.home-custom-blocks .custom-block a {
    display: block;
    background-color: #4d4d4d;
    border-top: 1px solid #fff;
    height: 100%;
    text-decoration: none;
    padding: 30px 15px;
}

.home-custom-blocks .custom-block:nth-child(2) a {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.home-custom-blocks .custom-block img {
    max-height: 51px;
    width: auto;
    transition: all .3s ease;
}

.home-custom-blocks .custom-block .block-text {
    display: block;
    color: #fff;
    margin-top: 15px;
    text-transform: capitalize;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 500;
}

.home-custom-blocks .custom-block a:hover {
    background-color: rgba(77, 77, 77, 0.8);
}

.home-custom-blocks .custom-block a:hover img {
    transform: rotateY(180deg);
}

.home-creative-section .text-section-wrap {
    background-image: url(inc/assets/images/creative-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 75px 0;
}

.home-creative-section .text-section-wrap h3.title {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.home-creative-section .text-section-wrap p.description {
    font-size: 21px;
    line-height: 35px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    white-space: pre-line;
}

.home-creative-section .block-section-wrap {
    padding: 80px 0;
}

.home-creative-section .block-section-wrap > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.home-creative-section .block-section-wrap .block-item {
    flex: 1 1 33.333%;
    max-width: 33.333%;
    text-align: center;
}

.home-creative-section .block-section-wrap .block-item a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.home-creative-section .block-section-wrap .block-item a:hover {
    opacity: .8;
}

.block-section-wrap .block-item img {
    max-height: 100px;
    width: auto;
}

.block-section-wrap .block-item a > span {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.block-section-wrap .block-item a > span:before {
    content: '';
    display: block;
    width: 150px;
    height: 1px;
    background-color: #ed1c24;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
}

.block-section-wrap .block-item .block-text {
    padding-top: 40px;
}

.block-section-wrap .block-item .block-text:before {
    top: 18px;
}

.block-section-wrap .block-item .block-text-only {
    padding-bottom: 40px;
}

.block-section-wrap .block-item .block-text-only:before {
    bottom: 18px;
}

.home-creative-section .block-section-wrap .block-item a:hover .block-text:before {
    width: 190px;
}

.explore-floor-section {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.explore-floor-section .left-img-wrap {
    flex: 1 1 37%;
    max-width: 37%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.explore-floor-section .right-text-wrap {
    position: relative;
    flex: 1 1 63%;
    max-width: 63%;
    padding: 107px 20px;
    text-align: center;
}

.explore-floor-section .right-text-wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .75);
}

.explore-floor-section .right-text-wrap .text-title {
    position: relative;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    z-index: 10;
    text-transform: uppercase;
    white-space: pre-line;
    margin-top: 0;
    margin-bottom: 70px;
}

.explore-floor-section .right-text-wrap a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    color: #000;
    z-index: 10;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ed1c24;
    padding: 28px 60px;
}

.explore-floor-section .right-text-wrap a:hover {
    opacity: .8;
}

.home-gallery-section {
    padding: 70px 0;
}

.home-gallery-section .title {
    font-size: 35px;
    line-height: 38px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 60px;
}

.southside-slider .southslider-main-area {
    display: none;
    position: relative;
    overflow: hidden;
    padding-bottom: 110px;
}

.home-gallery-section .gallery-inner .main-gallery-wrap {
    padding-bottom: 40px;
}

.southside-slider .southslider-main-area .main-img {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.southside-slider .southslider-main-area .main-img.active {
    opacity: 1;
    visibility: visible;
}

.southside-slider .southslider-main-area .main-img:not(:first-child) {
    position: absolute;
    top: 0;
    /* 	left: 15px;
	right: 15px; */
    left: 0;
    right: 0;
}

.southside-slider .southslider-main-area .southslider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 40px;
}

.southslider-main-area .southslider-nav .left-arrow span, .southslider-main-area .southslider-nav .right-arrow span, .southslider-main-area .southslider-nav .close-slider span {
    display: block;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

.southslider-main-area .southslider-nav .left-arrow span {
    background-image: url('inc/assets/images/slider-left-arrow.png');
}

.southslider-main-area .southslider-nav .right-arrow span {
    background-image: url('inc/assets/images/slider-right-arrow.png');
}

.southslider-main-area .southslider-nav .close-slider span {
    background-image: url('inc/assets/images/slider-close.png');
}

.southslider-main-area .southslider-nav .close-slider {
    margin: 0 45px;
}

.home-gallery-section .gallery-inner .thumb-gallery-wrap {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.home-gallery-section .gallery-inner .thumb-gallery-wrap > div {
    flex: 1 1 16.666%;
    max-width: 16.666%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.home-gallery-section .gallery-inner .thumb-gallery-wrap img {
    /*filter: grayscale(100%);*/
    transition: all .3s ease;
}

.home-gallery-section .gallery-inner .thumb-gallery-wrap .thumb-img:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .65);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.home-gallery-section .gallery-inner .thumb-gallery-wrap .thumb-img:hover:after, .home-gallery-section .gallery-inner .thumb-gallery-wrap .thumb-img.active:after {
    opacity: 1;
    visibility: visible;
}

.home-gallery-section .gallery-inner .thumb-gallery-wrap .thumb-img:hover img, .home-gallery-section .gallery-inner .thumb-gallery-wrap .thumb-img.active img {
    transform: scale(1.1);
}

.home-custom-blocks-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 115px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.home-custom-blocks-sticky.show {
    opacity: 1;
    visibility: visible;
}

.home-custom-blocks-sticky .custom-block {
    flex: 1 1 33.333%;
    max-width: 33.333%;
}

.home-custom-blocks-sticky .custom-block a {
    display: block;
    background-color: #4d4d4d;
    text-align: center;
    padding: 10px 15px;
}

.home-custom-blocks-sticky .custom-block a:hover {
    background-color: #707070;
}

.home-custom-blocks-sticky .custom-block:nth-child(2) a {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.home-custom-blocks-sticky .custom-block a img {
    max-height: 36px;
    width: auto;
}

.page-banner {
    background-color: #000;
    display: flex;
    align-items: center;
    height: 290px;
}

.page-banner .banner-img {
    flex: 1 1 37%;
    max-width: 37%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-banner .page-title-wrap {
    flex: 1 1 63%;
    max-width: 63%;
}

.page-banner .page-title-wrap h1 {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 600;
    line-height: 85px;
    letter-spacing: 1px;
    padding: 0 15px;
}

.page-intro-wrap {
    background-image: url(inc/assets/images/creative-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 75px 0;
    text-align: center;
}

.page-intro-wrap .intro-title h3 {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.page-intro-wrap .intro-description p {
    font-size: 21px;
    line-height: 35px;
    color: #000;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 0;
    white-space: pre-line;
}

.page-intro-wrap .intro-btn a {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ed1c24;
    padding: 15px 35px;
    margin-top: 30px;
}

.page-intro-wrap .intro-btn a:hover {
    background-color: rgba(237, 28, 36, .8);
}

.floor-gallery-inner .thumb-floor-wrap .wrap-stage {
    position: relative;
    margin-bottom: 30px;
    padding: 35px 35px 0 35px;
    border-top: 1px solid #000;
}

.floor-gallery-inner .thumb-floor-wrap .wrap-stage .owl-nav button {
    display: block;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    position: absolute;
    top: 50%;
    margin-top: 10px;
}

.floor-gallery-inner .thumb-floor-wrap .wrap-stage .owl-nav .owl-prev {
    background-image: url(inc/assets/images/slider-left-arrow.png);
    left: 0;
}

.floor-gallery-inner .thumb-floor-wrap .wrap-stage .owl-nav .owl-next {
    background-image: url(inc/assets/images/slider-right-arrow.png);
    right: 0;
}

.floor-gallery-inner .thumb-floor-wrap .wrap-stage .owl-item {
    text-align: center;
}

.floor-gallery-inner .thumb-floor-wrap .wrap-stage .thumb-img {
    position: relative;
    width: 73px;
    height: 73px;
    flex: 0 0 73px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #e1dfe0;
    padding: 5px;
    transition: all .25s ease;
}

.floor-gallery-inner .thumb-floor-wrap .wrap-stage .thumb-img .thumb-title {
    position: relative;
    font-size: 25px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .25s ease;
}

.floor-gallery-inner .thumb-floor-wrap .wrap-stage .thumb-img:hover {
    background-color: #464646;
}

.floor-gallery-inner .thumb-floor-wrap .wrap-stage .thumb-img:hover .thumb-title {
    color: #fff;
}

.floor-gallery-inner .thumb-floor-wrap > div:hover:before, .floor-gallery-inner .thumb-floor-wrap > div:hover .thumb-title, .floor-gallery-inner .thumb-floor-wrap > div.active:before, .floor-gallery-inner .thumb-floor-wrap > div.active .thumb-title {
    opacity: 1;
    visibility: visible;
}

.floor-plan .plan-title {
    text-align: center;
    padding: 0 20px;
}

.floor-plan .plan-title h3 {
    font-size: 35px;
    font-weight: 500;
    line-height: 38px;
    color: #000;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 70px;
    text-transform: uppercase;
}

.southside-slider .southslider-main-area.main-floor-wrap {
    padding: 0;
}

.main-floor-wrap .main-slider-stage {
    position: relative;
}

.main-floor-wrap .main-img img {
    max-height: 396px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.main-floor-wrap .main-img {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
    text-align: center;
}

.main-floor-wrap .main-img .floor-img {
    flex: 1 1 100%;
    max-width: 100%;
}

.main-floor-wrap .main-img .floor-info-detail {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 25px;
}

.main-floor-wrap .main-img .info-title {
    font-size: 25px;
    line-height: 28px;
    width: 100%;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 35px;
    padding-bottom: 13px;
}

.main-floor-wrap .main-img .floor-info-detail .info-description {
    font-size: 13px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

.main-floor-wrap .main-img .floor-info-detail .info-description p {
    margin-bottom: 0;
}

.main-floor-wrap .main-img .floor-info-detail .download-link {
    display: block;
    font-size: 13px;
    line-height: 22px;
    color: #ed1c24;
    font-weight: 600;
}

.main-floor-wrap .main-img .floor-info-detail .download-link:hover, .main-floor-wrap .main-img .floor-info-detail .contact-link:hover {
    opacity: .8;
}

.main-floor-wrap .main-img .floor-info-detail .contact-link {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ed1c24;
    padding: 8px 25px;
    margin-top: 30px;
}

.main-floor-wrap .southslider-nav {
    display: block;
    margin: 0;
}

.main-floor-wrap .southslider-nav .close-slider {
    display: none;
}

.main-floor-wrap .southslider-nav .left-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
}

.main-floor-wrap .southslider-nav .right-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -9px;
}

.features-section {
    padding: 70px 50px;
}

.features-section .feature-title {
    font-size: 35px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 1px;
    color: #000;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.features-section .feature-description p {
    font-size: 21px;
    line-height: 35px;
    color: #000;
    font-weight: 500;
    margin-bottom: 55px;
    white-space: pre-line;
    text-align: center;
}

.features-section .feature-list-wrap {
    margin-bottom: 0;
    column-count: 2;
    padding-left: 0;
    list-style: none;
}

.features-section .feature-list-wrap li {
    position: relative;
    font-size: 21px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
    letter-spacing: 1px;
    padding-left: 20px;
    margin-bottom: 25px;
}

.features-section .feature-list-wrap li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 12px;
}

/*
.fancybox-gallery-section:after,
.fancybox-gallery-mobile-section:after,
.fancybox-gallery-section .second-column:after,
.fancybox-gallery-section .second-column .column-left:after {
content: '';
display: block;
clear: both;
}

.fancybox-gallery-section a,
.fancybox-gallery-mobile-section a {
position: relative;
display: block;
float: left;
width: 20%;
}

.fancybox-gallery-section a:after,
.fancybox-gallery-mobile-section a:after {
content: '';
display: block;
position: absolute;
left: 0; top: 0;
width: 100%; height: 100%;
background-color: rgba(0, 0, 0, .65);
opacity: 0;
transition: all .3s ease;
}

.fancybox-gallery-section a:hover:after,
.fancybox-gallery-mobile-section a:hover:after {
opacity: 1;
}

.fancybox-gallery-section a img,
.fancybox-gallery-mobile-section a img {
width: 100%;
height: auto;
}

.fancybox-gallery-section > a:nth-child(1) {
width: 40%;
}

.fancybox-gallery-section > a:nth-child(2),
.fancybox-gallery-section > a:nth-child(3),
.fancybox-gallery-section > a:nth-child(4),
.fancybox-gallery-section > a:nth-child(5),
.fancybox-gallery-section > a:nth-child(6),
.fancybox-gallery-section > a:nth-child(7) {
width: 20%;
}

.fancybox-gallery-section .second-column .column-left > a {
width: 50%;
}

.fancybox-gallery-section .second-column .column-left > a:nth-child(3),
.fancybox-gallery-section .second-column {
clear: both;
}

.fancybox-gallery-section .second-column .column-left {
float: left;
width: 40%;
}

.fancybox-gallery-section .second-column > a:nth-child(2) {
width: 40%;
}

.fancybox-gallery-mobile-section {
display: none;
}

.fancybox-gallery-mobile-section a {
width: 50%;
}

.fancybox-navigation .fancybox-button {
width: 46px;
height: 46px;
padding: 0;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-color: transparent;
}

.fancybox-navigation .fancybox-button:disabled {
display: none;
}

.fancybox-navigation .fancybox-button > div {
display: none;
}

.fancybox-navigation .fancybox-button--arrow_left {
background-image: url('inc/assets/images/fancy-left-arrow.png');
}

.fancybox-navigation .fancybox-button--arrow_right {
background-image: url('inc/assets/images/fancy-right-arrow.png');
}

.fancybox-close-small {
width: 50px;
height: 50px;
padding: 2px;
}
*/
#neighborhood-map {
    height: 540px;
}

.marker_info h3 {
    margin-top: 0;
    font-size: 9px;
    line-height: 13px;
    letter-spacing: 1px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
}

.marker_info span {
    margin-top: 0;
    font-size: 9px;
    line-height: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
}

.page-links-section {
    padding: 80px 0;
}

.page-links-section .theme-container {
    padding: 0 9px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.page-links-section .theme-container > div {
    flex: 1 1 33.333%;
    max-width: 33.333%;
    padding: 0 6px;
}

.page-links-section .theme-container .page-link-wrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 100%;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
}

.page-links-section .theme-container .page-link-wrap:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(37, 37, 37, .8);
    position: absolute;
    transition: all .3s ease;
}

.page-links-section .theme-container .page-link-wrap:hover:after {
    background-color: rgba(37, 37, 37, .6);
}

.page-links-section .theme-container > div a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    z-index: 100;
    padding: 65px 20px;
}

.message-schedule-link a {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 1px;
    padding: 13px 35px;
    text-transform: uppercase;
    background-color: #ed1c24;
    text-decoration: none;
}

.southside-contact-form {
    position: relative;
    background-image: url(inc/assets/images/contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.southside-contact-form:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(40, 40, 40, .85);
}

.southside-contact-form .form-inner {
    padding: 80px 0;
}

.southside-contact-form .form-inner {
    display: flex;
}

.southside-contact-form .form-inner > div {
    width: 50%;
    padding: 0 7%;
}

.southside-contact-form .contact-form-wrap {
    position: relative;
}

.southside-contact-form .contact-form-wrap .wpcf7-form-control-wrap {
    margin-bottom: 30px;
    display: block;
}

.southside-contact-form .contact-form-wrap input, .southside-contact-form .contact-form-wrap textarea {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    outline: none;
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    padding: 10px 0;
    box-shadow: none;
}

.southside-contact-form .contact-form-wrap input::placeholder, .southside-contact-form .contact-form-wrap textarea::placeholder {
    color: #fff;
}

.southside-contact-form .contact-form-wrap textarea {
    height: 110px;
}

.southside-contact-form .contact-form-wrap .submit input {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #000;
    background-color: #ed1c24;
    font-size: 18px;
    font-weight: 700;
    border: none;
    padding: 5px 35px;
    transition: all .3s ease;
}

.southside-contact-form .contact-form-wrap .submit input:hover {
    opacity: .8;
}

.southside-contact-form .contact-form-wrap .wpcf7-response-output {
    color: #fff;
}

.southside-contact-form .contact-info-wrap {
    position: relative;
}

.southside-contact-form .contact-info-wrap .phone-info {
    margin-top: 5px;
    margin-bottom: 10px;
}

.southside-contact-form .contact-info-wrap .info-title {
    font-size: 21px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.southside-contact-form .contact-info-wrap .info-value {
    font-size: 21px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.southside-contact-form .contact-info-wrap .info-value a {
    color: #fff;
}

.southside-contact-form .contact-info-wrap #contact-map {
    margin-top: 30px;
    height: 350px;
}

.page-template-page-contact .marker_info h3 {
    margin-bottom: 0;
}

#main .page-content-wrap, #main .post-content-wrap {
    padding: 20px 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-body .pull-left {
    padding-right: 0.625rem;
}

.comment-list .comment {
    display: block;
}

.comment-list {
    padding-left: 0;
}

.comments-title {
    font-size: 1.125rem;
}

.comment-list .pingback {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
    border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 0.313rem 0.313rem 0;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 0.688rem;
    line-height: 1.063rem;
    margin: 0;
    padding: 0.625rem;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item .gallery-columns-2 {
    max-width: 50%;
}

.gallery-item .gallery-columns-3 {
    max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
    max-width: 25%;
}

.gallery-item .gallery-columns-5 {
    max-width: 20%;
}

.gallery-item .gallery-columns-6 {
    max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
    max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
    max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
    width: 8.313rem !important;
}

.variations_form .variations .value > select {
    margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-2 {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
    display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.elementor-page .entry-content {
    margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
    display: none;
}

.vc_desktop #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.vc_desktop .entry-content {
    margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
body footer#colophon {
    background-color: #000;
}

.footer-top {
    position: relative;
    padding: 75px 15px;
    background-image: url(inc/assets/images/footer-top-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.footer-top h5 {
    position: relative;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    z-index: 10;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0;
}

.footer-top h5 a {
    color: #fff;
}

.footer-top span.dark-overlay {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
}

footer#colophon .footer-title {
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 1px;
    color: #ed1c24;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

footer#colophon .footer-main-area {
    padding-top: 45px;
    padding-bottom: 25px;
}

footer#colophon .footer-main-area .theme-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: row;
}

footer#colophon .footer-logo-wrap a {
    display: block;
}

footer#colophon .footer-logo-wrap img {
    position: relative;
    width: 100%;
    max-width: 341px;
    height: auto;
    margin-top: -22px;
}

.footer-logo-wrap .business-description {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    color: #a0a0a0;
    margin-top: 30px;
    margin-bottom: 0;
    white-space: pre-line;
}

footer#colophon #footer-nav li a {
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #a0a0a0;
    text-transform: uppercase;
    padding: 0;
    padding-bottom: 10px;
}

footer#colophon #footer-nav li:last-child a {
    padding-bottom: 0;
}

.footer-contact-wrap p.info-value {
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer-contact-wrap p.info-value a {
    color: #a0a0a0;
}

.footer-contact-wrap .phone-info {
    margin-top: 5px;
}

.footer-contact-wrap .phone-info a {
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 1px;
    color: #ed1c24;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer-contact-wrap .phone-info a:hover {
    color: #a0a0a0;
    opacity: .8;
}

.footer-contact-wrap .address-info .info-value {
    max-width: 160px;
    line-height: 22px;
    margin-top: -5px;
}

.footer-link-wrap .footer-social-links {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.footer-link-wrap .footer-social-links > a {
    font-size: 16px;
    color: #a0a0a0;
    padding-right: 13px;
    margin-bottom: 15px;
}

.footer-link-wrap .footer-social-links > a:last-child {
    padding-right: 0;
}

.footer-link-wrap .find-home-link a {
    display: inline-block;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 1px;
    padding: 13px 15px;
    text-transform: uppercase;
    background-color: #ed1c24;
    text-decoration: none;
}

.footer-link-wrap .find-home-link a:hover, footer#colophon #footer-nav li a:hover, .footer-link-wrap .footer-social-links > a:hover, .footer-contact-wrap p.info-value a:hover {
    opacity: .8;
}

footer#colophon #footer-nav li a:hover {
    text-decoration: underline;
}

footer#colophon .footer-copyright {
    border-top: 1px solid #2b2b2b;
    text-align: center;
    padding: 0 15px;
}

footer#colophon .footer-copyright p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1px;
    color: #a0a0a0;
    margin: 0;
    padding: 23px 0;
}

@keyframes upDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0%);
    }
}

.southside-slider-section {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media ( max-width: 1440px ) {
    .explore-floor-section .right-text-wrap .text-title {
        white-space: initial;
    }
}

@media (max-width: 1030px) {
    #page-content .home-banner-wrap .banner-text-inner:before {
        content: none;
    }

    #page-content .home-banner-wrap .banner-text-inner {
        padding: 50px;
    }

    #page-content .home-banner-wrap .banner-text-inner .title {
        font-size: 50px;
        line-height: 1.2;
    }

    #page-content .home-banner-wrap, #page-content .home-banner-wrap .theme-container, #page-content .home-banner-wrap .carousel-item {
        min-height: 490px;
    }

    .main-floor-wrap .southslider-nav .left-arrow {
        top: 40%;
        left: 30px;
    }

    .main-floor-wrap .southslider-nav .right-arrow {
        top: 40%;
        right: 30px;
    }

    .main-floor-wrap .main-img .floor-img, .main-floor-wrap .main-img .floor-info-detail {
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .navbar .header-nav-panel {
        display: block !important;
    }
}

@media (max-width: 991px) {
    header nav.navbar .mobile-btn-wrap {
        display: block;
    }

    .navbar .header-nav-panel {
        position: absolute;
        display: none;
        background-color: #fff;
        top: 100%;
        left: -15px;
        right: -15px;
        padding-top: 35px;
        padding-bottom: 20px;
        z-index: 100;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    }

    .header-nav-panel .header-social-links {
        justify-content: center;
        margin-bottom: 10px;
    }

    .header-nav-panel .header-social-links > a {
        padding: 0 10px;
    }

    .header-nav-panel #main-nav {
        justify-content: center !important;
        text-align: center;
    }

    nav.navbar .header-nav-panel #main-nav ul {
        flex-direction: column;
    }

    body #masthead .navbar-nav > li > a {
        padding: 5px 0;
    }

    header nav.navbar {
        align-items: center;
    }

    footer#colophon .footer-main-area .theme-container {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    footer#colophon .footer-main-area .theme-container > div:not(:first-child) {
        flex: 1 1 33.333%;
        max-width: 33.333%;
    }

    footer#colophon .footer-main-area .theme-container .footer-logo-wrap {
        margin-bottom: 30px;
    }

    .explore-floor-section .right-text-wrap {
        padding: 80px 20px;
    }

    .explore-floor-section .right-text-wrap .text-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .explore-floor-section .right-text-wrap a {
        font-size: 20px;
        line-height: 40px;
        padding: 15px 50px;
    }

    .page-banner {
        height: 250px;
    }

    .page-banner .page-title-wrap h1 {
        font-size: 35px;
        line-height: 70px;
    }

    .main-floor-wrap .southslider-nav-wrap {
        margin-top: 0;
        justify-content: center;
    }

    .floor-plan .southside-slider .southslider-main-area {
        padding-bottom: 30px;
    }

    .main-floor-wrap .main-img img {
        max-height: 260px;
    }

    .southside-contact-form .form-inner > div {
        padding: 0 20px;
    }
}

@media (max-width: 782px) {
    .admin-bar #page {
        padding-top: 132px;
    }
}

@media (max-width: 767px) {
    footer#colophon .footer-main-area .theme-container > div {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        margin-bottom: 30px;
    }

    #page-content .home-banner-wrap, #page-content .home-banner-wrap .theme-container, #page-content .home-banner-wrap .carousel-item {
        min-height: 390px;
    }

    #page-content .home-banner-wrap .banner-text-inner .title {
        font-size: 35px;
        line-height: 1.2;
    }

    #page-content .home-banner-wrap .banner-text-inner {
        padding: 30px 50px;
    }

    .home-custom-blocks .custom-block img {
        max-height: 35px;
    }

    .home-custom-blocks .custom-block .block-text {
        margin-top: 10px;
        font-size: 16px;
    }

    .home-custom-blocks .custom-block a {
        padding: 15px;
    }

    .home-custom-blocks-sticky .custom-block a img {
        max-height: 25px;
    }

    .home-creative-section .text-section-wrap h3.title, .home-gallery-section .title, .page-intro-wrap .intro-title h3, .floor-plan .plan-title h3, .features-section .feature-title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .home-creative-section .text-section-wrap p.description, .page-intro-wrap .intro-description p, .features-section .feature-description p {
        font-size: 18px;
        line-height: 32px;
        margin-top: 0;
    }

    .home-creative-section .block-section-wrap .block-item {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .home-creative-section .block-section-wrap .block-item:last-child {
        margin-bottom: 0;
    }

    .home-creative-section .block-section-wrap {
        padding: 50px 0;
    }

    .explore-floor-section .left-img-wrap {
        flex: 1 1 100%;
        max-width: 100%;
        height: 300px;
    }

    .explore-floor-section .right-text-wrap {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .southside-slider .southslider-main-area .southslider-nav {
        margin-top: 20px;
    }

    .home-gallery-section .gallery-inner .main-gallery-wrap {
        padding-bottom: 20px;
    }

    .home-gallery-section {
        padding: 40px 0;
    }

    .features-section {
        padding: 40px 30px;
    }

    .page-banner {
        height: 180px;
    }

    .page-banner .page-title-wrap h1 {
        font-size: 25px;
        line-height: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .main-floor-wrap .main-img {
        flex-wrap: wrap;
    }

    .main-floor-wrap .main-img .floor-info-detail {
        padding: 0 30px;
        margin-top: 30px;
    }

    .features-section .feature-list-wrap li {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .southside-contact-form .form-inner {
        flex-wrap: wrap;
    }

    .southside-contact-form .form-inner > div {
        width: 100%;
    }

    .southside-contact-form .form-inner .contact-info-wrap {
        margin-top: 30px;
    }

    header#masthead {
        padding: 20px 0;
    }

    footer#colophon .footer-main-area .theme-container {
        padding: 0 20px;
    }

    .footer-logo-wrap .business-description {
        white-space: initial;
    }

    .navbar-brand > a img {
        max-width: 230px;
    }

    header nav.navbar .mobile-btn-wrap button {
        margin-top: 10px;
    }

    .footer-top {
        padding: 55px 15px;
        background-attachment: unset;
        background-position: center;
    }

    .footer-top h5 {
        font-size: 30px;
        line-height: 40px;
    }

    #page-content .home-banner-wrap #carouselExampleIndicators {
        position: relative;
    }

    #page-content .home-banner-wrap .theme-container {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        min-height: auto;
    }

    #page-content .home-banner-wrap .banner-text-inner {
        position: relative;
        top: initial;
        transform: none;
    }

    #page-content .home-banner-wrap, #page-content .home-banner-wrap .carousel-item {
        min-height: 220px;
    }

    #page-content .home-banner-wrap .banner-text-inner {
        padding: 10px 15px;
        width: 100%;
        text-align: center;
    }

    #page-content .home-banner-wrap .banner-text-inner .title {
        font-size: 17px;
        line-height: 1.2;
    }

    #page {
        padding-top: 94px !important;
    }

    .home-custom-blocks-sticky, .admin-bar .home-custom-blocks-sticky {
        top: 94px;
    }

    html #wpadminbar {
        display: none;
    }

    body.admin-bar {
        margin-top: -46px;
    }

    header#masthead {
        top: 0;
    }

    .admin-bar header#masthead {
        top: 0;
    }

    .home-banner-wrap .carousel-control-next > span, .home-banner-wrap .carousel-control-prev > span {
        width: 20px;
        height: 20px;
    }

    .home-banner-wrap .carousel-control-next, .home-banner-wrap .carousel-control-prev {
        width: 25px;
    }

    .home-banner-wrap .carousel-control-prev {
        margin-left: 10px;
    }

    .home-banner-wrap .carousel-control-next {
        margin-right: 10px;
    }
}

@media (max-width: 767px) and (min-width: 575px) {
    .page-links-section .theme-container > div a {
        font-size: 20px;
        line-height: 25px;
        padding: 45px 20px;
    }
}

@media (max-width: 575px) {
    #page-content .home-custom-blocks {
        flex-wrap: wrap;
    }

    #page-content .home-custom-blocks > div {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .home-custom-blocks .custom-block:nth-child(2) a {
        border-left: none;
        border-right: none;
    }

    .home-custom-blocks .custom-block .block-text {
        display: inline-block;
        margin: 0;
        padding-left: 15px;
    }

    .explore-floor-section .right-text-wrap {
        padding: 40px 15px;
    }

    .explore-floor-section .right-text-wrap .text-title {
        font-size: 19px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .explore-floor-section .right-text-wrap a {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 30px;
    }

    .home-gallery-section .gallery-inner .thumb-gallery-wrap > div {
        flex: 1 1 33.333%;
        max-width: 33.333%;
    }

    .floor-gallery-inner .thumb-floor-wrap > div .thumb-title {
        font-size: 18px;
        line-height: 23px;
    }

    .page-links-section .theme-container > div {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .page-links-section .theme-container > div:last-child {
        margin: 0;
    }

    .page-links-section .theme-container .page-link-wrap, .page-links-section .theme-container > div a {
        width: 100%;
    }

    .southside-contact-form .contact-form-wrap .wpcf7-form-control-wrap {
        margin-bottom: 10px;
    }

    .southside-contact-form .contact-form-wrap input, .southside-contact-form .contact-form-wrap textarea {
        font-size: 20px;
        line-height: 23px;
    }

    .southside-contact-form .form-inner {
        padding: 40px 0;
    }

    .southside-contact-form .contact-form-wrap .submit input {
        padding: 10px 30px;
    }

    .southside-slider-section {
        top: -100px;
    }

    .fancybox-gallery-section {
        display: none;
    }

    .fancybox-gallery-mobile-section {
        display: block;
    }
}

@media ( min-width: 501px ) {
    .main-floor-wrap .main-slider-stage {
        max-height: initial !important;
    }
}

@media ( max-width: 425px ) {
    .home-creative-section .text-section-wrap h3.title, .home-gallery-section .title, .page-intro-wrap .intro-title h3, .floor-plan .plan-title h3, .features-section .feature-title {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .home-creative-section .text-section-wrap p.description, .page-intro-wrap .intro-description p, .features-section .feature-description p {
        font-size: 14px;
        line-height: 22px;
    }

    .page-intro-wrap .intro-btn a {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 30px;
        margin-top: 20px;
    }

    .home-creative-section .text-section-wrap, .page-intro-wrap {
        padding: 35px 0;
    }

    .page-banner .page-title-wrap h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .features-section .feature-list-wrap {
        column-count: 1;
    }

    .page-links-section .theme-container > div a {
        font-size: 20px;
        line-height: 25px;
        padding: 45px 20px;
    }

    .page-links-section {
        padding: 30px 0;
    }
}