/*
    Theme Name: Sperling Starter
    Theme URI: https://www.sperlinginteractive.com
    Description: Sperling Interactive WordPress Starter Theme
    Version: 1.0
    Author: Sperling Interactive
  Theme URI: https://www.sperlinginteractive.com
*/


/*------------------------------------*\
    

\*------------------------------------*/


/* global box-sizing */




:root {
    --dark-blue: #1D3355;   
    --blue: #495D7E;
    --green: #637231;
    --white: #fff;
    --black: #000;
    --dark-green: #383F20;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    background-color:#F7F5F0;
}

body {
    color: var(--dark-blue);
    font: 300 11px/1.4 Helvetica, Arial, sans-serif;
    font-family: "Hind Madurai", sans-serif;
    background-color:#F7F5F0;
}


/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}


/* Lightspeed Lazy load fade in */

img[data-lazyloaded] {
    opacity: 0;
}

img.litespeed-loaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

a {
    text-decoration: none;
    font-family: "garamond-premier-pro", serif;
    font-weight: 600;
    color: var(--green);
}
p strong {
    font-family: "garamond-premier-pro", serif;
    font-weight: 600;
    color: var(--green);
    font-size:1.8rem;
    line-height:1;
}

a:hover {}

a:focus {
    outline: 0;
}

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

input:focus {
    border: 1px solid #04A4CC;
    outline: 0;
}

p,
ul,
ol {
    font-size: 1.5rem;
    font-family: "Hind Madurai", sans-serif;
    font-weight: 400;
    color: var(--dark-blue);
    line-height: 1.8;
}

h1 {
    font-size: 3.6rem;
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-style: normal;
    color: var(--dark-blue);
}

h2 {
    font-size: 3.2rem;
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    color: var(--dark-blue);
    margin-bottom: 10px;
}

h3 {
    font-size: 2.8rem;
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--dark-blue);
}

h4 {
    font-size: 2.4rem;
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--dark-blue);
}

h5 {
    font-size: 2.0rem;
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--dark-blue);
}

h6 {
    font-size: 1.6rem;
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--dark-blue);
}

blockquote {
    margin: 25px 0;
    padding: 25px 0 25px 5vw;
    font-style: italic;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-family: "Hind Madurai", sans-serif;
    color: var(--green);
}


.mgt-25 {
    margin-top: 25px !important;
}
.mgb-25 {
    margin-bottom: 25px !important;
}

.mgt-50 {
    margin-top: 50px !important;
}
.mgb-50 {
    margin-bottom: 50px !important;
}

.mgt-100 {
    margin-top: 100px !important;
}

.mgb-100 {
    margin-bottom: 100px !important;
}

.mgt-150 {
    margin-top: 150px !important;
}

.mgb-150 {
    margin-bottom: 150px !important;
}

.pdt-50 {
    padding-top: 50px !important;
}
.pdb-50 {
    padding-bottom: 50px !important;
}

.pdt-100 {
    padding-top: 100px !important;
}

.pdb-100 { 
    padding-bottom: 100px !important; 
}



/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* wrapper */

.home .wrapper {
    padding-top: 0px;
}

.wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    width: 100%;
    max-width: 2560px;
    padding-top: 0px;
    justify-content: space-between;
    overflow:hidden;
}

.wrapper.refresh-wrapper-padding {
    padding-top: 0px;
}

.container {
    max-width: 1300px;
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}


/* header */

.header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: var(--blue);
    z-index: 999;
    border-top:35px solid var(--dark-blue);
}

.logo-img {
    backface-visibility: hidden;
    height: 120px;
}

.logo a,
#responsive-menu-pro-title a {
   
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    color: white;
}

#responsive-menu-pro-title {
    text-align: center;
}

#responsive-menu-pro-title a {
    font-size: 23px !important;
}


/* nav */

.nav {}

.nav ul {
    display: flex;
    justify-content: end;
    margin: 0px;
}

.nav ul li {
    margin-right: 30px;
    list-style: none;
}

.nav ul a {
    font-size: 2.8rem;
    color: white;
    transition: 0.3s ease;
    position: relative;
    font-weight:500;
}

.nav ul a:hover,
.nav ul li.current-menu-item a,
.nav ul li.current_page_item a {
    color: #d19f2c;
}

.header-button {
    font-size: 2.8rem;
    color: white;
    transition: 0.3s ease;
    border: 1px solid #FFFFFF;
    padding: 13px 40px;
    transition: 0.3s ease;
}

.header-button:hover {
    background-color: white;
    color: #2F4954;
}

.nav ul {
    margin: 15px 0px 4px 0px;
}
.nav ul .nav-button a {
    background-color: var(--white);
    padding: 5px 15px;
    color: var(--dark-blue);
    border-radius:22px;
    transition: 0.3s ease;
}

.nav ul .nav-button a:hover{
    background-color: var(--green);
    color: var(--white);
}

.nav.footer-nav ul .sub-menu {
    display:none;
}

/* HOME PAGE */

.home #hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

#hero {
    height:500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#hero:before{
    background: linear-gradient(90deg, rgba(56, 63, 32, 0.7) 0%, rgba(56, 63, 32, 0) 100%);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    mix-blend-mode: multiply;
}

#hero .container {
    position: relative;
    z-index:2
}

.image-boxes {
    display: flex;
    justify-content: space-between;
}

.button {
    color: var(--white);
    border-radius: 24px;
    font-weight: 500;
    font-size: 1.6rem;
    transition: 0.3s ease;
    background-color: var(--green);
    padding: 5px 10px 5px 15px;
    display: flex;
    align-items: end;
    max-width: 135px;
    justify-content: space-between;
}

.frm_button_submit {
    color: var(--white) !important;
    border-radius: 24px !important;
    font-weight: 500 !important;
    font-size: 1.6rem !important;
    transition: 0.3s ease !important;
    background-color: var(--green) !important;
    padding: 5px 10px 5px 15px !important;
    display: flex !important;
    align-items: end !important;
    width: 115px !important;
    justify-content: space-between !important;
    font-family: "garamond-premier-pro", serif !important; 
    border:none !important;
}

.frm_button_submit i {
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    background: rgb(56, 63, 32) !important;
    background: linear-gradient(90deg, rgba(56, 63, 32, 1), rgba(99, 114, 49, 1)) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.frm_button_submit:hover{
    background-color: var(--blue) !important;
}

.button i {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgb(56, 63, 32);
    background: linear-gradient(90deg, rgba(56, 63, 32, 1), rgba(99, 114, 49, 1));
    display: flex;
    align-items: center;
    justify-content: center;
}



.button:hover {
    background-color: var(--blue);
}

.mg-bot-150 {
    margin-bottom: 150px;
}
.about-section .image-box img {
    transition: 0.3s ease;
    transform: scale(1.0);
}
.about-section .image-box img:hover{
    transform: scale(1.05); 
}
.about-section .image-box.left-image-box {
    position: relative;
    top: 50px;
}



.buildings-section {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
    position: relative;
    display: flex;
}

.buildings-section h3 {
    color: white;
}

.buildings-section:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #456977;
    opacity: 0.6;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    mix-blend-mode: multiply;
}

.buildings-section .container {
    position: relative;
    z-index: 3;
    align-self: flex-end;
    padding-bottom: 85px;
    color: white;
}

.buildings-section .container p {
    color: white;
}

.buildings-section .button {
    color: white;
}

.buildings-section .button:after {
    background-color: white;
}

.blog-section h3 {
    margin-bottom: 50px;
}

.blog-section h3 a {
    color: #7D642A;
}

.blog-section h2 {
    margin-top: 0px;
}

ul.footer-contact-list {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}


ul.footer-contact-list li {
    list-style: none;
    max-width: 350px;
}

ul.footer-contact-list li h4 {
    font-weight: 500;
    color: white;
    margin-bottom: 0px;
}

ul.footer-contact-list li p {
    color: white;
    margin-top: 5px;
    font-size: 1.6rem;
    font-weight: 300;
}
ul.footer-contact-list p a {
    color:white;
    transition: 0.3s ease;
}
ul.footer-contact-list p a:hover {
    color: #d19f2c;
}



.footer .container.with-white-line {
    border-bottom: 1px solid white;
    padding-bottom: 30px;
}

.nav.footer-nav ul {
    padding: 0px;
    width: 100%;
    justify-content: end;
    margin: 0px;
}

.nav.footer-nav {
    padding: 35px 0px 20px 0px;
}

.copyright {
    color: white !important;
    text-align: center;
    padding-top: 0px;
}

.copyright a {
    color: white;
    text-decoration: underline;
}

.copyright a:hover {
    text-decoration: none;
}


/* HOME PAGE END */


/* SINGLE BUILDING PAGE */

.buildings p {
    color: #456977;
}

.single-building-hero h1 {
    color: white;
    font-size: 6rem;
}

.single-building-hero .columns {
    text-align: center;
    height: 100%;
}

.above-content-copy h3 {
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
}

.above-content-copy p {
    color: #767676;
}

.mgb-bot-150 {
    margin-bottom: 150px;
}

.custom-height-column {
    overflow: hidden;
}

.custom-height-column a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s ease;
    transform: scale(1.0);
}

.custom-height-column a:hover {
    transform: scale(1.1);
}

.building-gallery .columns {
    margin: 0px;
}

.building-gallery .columns .column {
    padding: 0px;
}

.container.container-fluid {
    max-width: 100%;
    padding: 0px;
}

.columns-with-bg {
    background-color:#E3E3D7;
    padding-top: 30px;
    margin-bottom: 60px !important;
}

.general-spec-box h3 {
    padding-left: 10px;
    margin-bottom: 50px;
}

.general-spec-box h6 {
    margin-bottom: 0px;
    margin-top: 0px;
}



.general-spec-box p {
    color: #767676;
    margin-top: 3px;
}

.spec-table-box {
    padding-left: 10px;
}

.mg-top-100 {
    margin-top: 100px;
}


/* SINGLE BUILDING PAGE  END*/


/* SINGLE USES PAGE */

.uses-single-box {
    box-shadow: 0px 3px 6px #79653462;
    height: 100%;
    transition: 0.6s ease;
}

.uses-single-box:hover {
    box-shadow: 0px 6px 9px #79653462;
}

.uses-single-box .image-box {
    overflow: hidden;
}

.uses-single-box .image-box img {
    width: 100%;
    transition: 0.6s ease;
    transform: scale(1.0);
}

.uses-single-box:hover .image-box img {
    transform: scale(1.1);
}

.uses-page .uses-column {
    margin-bottom: 30px;
}

.uses-page .uses-single-box {
    text-align: center;
    padding-bottom: 30px;
}

.uses-page .uses-single-box h3 {
    text-align: center;
    font-size: 2.3rem;
    margin-top: 35px;
    margin-bottom: 35px;
}

.uses-page .uses-single-box h3 a {
    color: #7D642A;
}

.uses-single-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.uses-single-box .button-box {
    margin-top: auto;
    text-align: left;
    padding: 0px 25px;
}

.mg-bot-50 {
    margin-bottom: 50px !important;
}


/* SINGLE USES PAGE  END*/


/* NEWS PAGE */

.news-page .column {
    margin-bottom: 50px;
}

.news-page h1 {
    color: #7D642A;
    text-align: center;
    font-size: 5rem;
    margin-bottom: 250px;
}

.no-margin {
    margin: 0px !important;
}

.news-page h3 a {
    /* color: #7D642A; */
    transition: 0.3s ease;
}

.news-page h3 a:hover {
    /* color: #2F4954; */
}

.news-page .left-box {
    height: 100%;
    padding-left: 20%;
    position: relative;
}

.news-page .left-box:before {
    content: '';
    width: 1px;
    height: 170%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #A29074
}

.news-page h3 {
    margin-top: 9px;
}

.news-page .button-box {
    margin-top: 25px;
}

.news-post-list {
    max-width: 450px;
    margin: 0px auto;
}

.news-page-inner .line {
    position: relative;
    height: 100%;
}

.news-page-inner .line:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #A29074;
}

.news-page-inner h1 {
    color: #A29074;
}

.news-page-inner .date {
    color: #000000;
}

.news-page-inner .is-10-desktop a {
    color: #A29074;
    transition: 0.3s ease;
}

.news-page-inner .is-10-desktop a:hover {
    color: #000000;
}

.mg-bot-150 {
    margin-bottom: 150px !important;
}

.related-posts {
    font-size: 0px;
}

.related-posts h3 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
}

.related-posts span {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    height: 2px;
    background-color: #796534;
}

.related-posts-columns .h3-smaller {
    font-size: 2.5rem;
}

.related-posts-columns h3 a {
    color: #7D642A;
    transition: 0.3s ease;
}

.related-posts-columns h3 a:hover {
    color: #2F4954;
}

.related-column {
    display: flex;
    flex-direction: column;
}

.related-column .button-box {
    margin-top: 0px;
}

.mg-bot-100 {
    margin-bottom: 100px !important;
}


/* NEWS PAGE END */


/* ABOUT PAGE */

.partners-section h3 {
    text-align: center;
    margin-top: 0px;
}

.partners-columns h3 {
    text-align: left;
}

.partners-columns .column {
    margin-bottom: 25px;
}

.columns.partners-columns {
    margin-bottom: 70px;
}


/* ABOUT PAGE END */


/* CONTACT PAGE */

.contact-page h1 {
    font-size:5rem;
    margin-bottom: 0px;

}

.contact-page p a:hover {
    color: var(--dark-blue)
}

.contact-form-box {
    max-width: 650px;
    padding-left: 15px;
}
.contact-form-box label {
    color: var(--dark-blue) !important;
}
.contact-form-box input,
.contact-form-box select,
.contact-form-box textarea {
    border: 1px solid #4A5E7F !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    padding: 16px 20px !important;
    transition: 0.3s ease;
    box-shadow: 0px 0px 0px #B1AB9C !important;
    background-color: #F7F5F0 !important;
}

.contact-form-box input:hover,
.contact-form-box select:hover,
.contact-form-box textarea:hover,
.contact-form-box input:focus,
.contact-form-box select:focus,
.contact-form-box textarea:focus {
    box-shadow: 0px 3px 6px #B1AB9C !important;
}

.contact-form-box textarea {
    width: 100%;
    max-height: 250px;
    resize: none;
}


.contact-form-box .frm_required {
    display: none !important;
}

.contact-form-box .frm_primary_label {
   
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.contact-form-box select {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='36' viewBox='0 0 18 17' width='39' xmlns='http://www.w3.org/2000/svg'><path d='M2 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100% !important;
    background-position-y: 0px !important;
    border: 5px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}


.contact-bottom-content h3 {
    margin-bottom: 0px;
}

.contact-bottom-content p {
    margin-top: 5px;
    color: #767676;
}

.contact-bottom-content p strong {
    font-weight: 600;
}

.ways-repeater-contact-page .content-ways p {
    color: var(--dark-blue);
    line-height: 1.2;
    /* margin: 0px; */
    margin: 0 0 25px;
}

.ways-repeater-contact-page .content-ways span {
    font-size: 1.5rem;
}

.right-contact-content-box {
    background-color: var(--dark-blue);
    padding: 30px;
}

.right-contact-content-box p {
    color: white;
}
.right-contact-content-box p strong {
    color:white;
}

/* sidebar */

.sidebar {}


/* footer */

.footer {
    background: var(--blue);
    padding-top:15px;
    color: white
}

.copyright-container {
    background-color: var(--dark-blue);
}

.copyright-container p,
.copyright-container p a {
    font-weight: 300;
}

.pagination {
    font-size: 1.6rem;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pagination {
    text-align: center;
}

.pagination a,
.pagination span {
    font-size: 2rem;
   
    font-weight: 700;
    color: #7D642A;
    transition: 0.3s ease;
    margin: 0px 5px;
}

.pagination a:hover,
.pagination span {
    color: #2F4954;
}


/* HISTORY PAGE */

.history-page {
    padding: 0px 0px;
    overflow: hidden;
}

.history-page .slick-dots {
    position: static !important;
}

.history-page .slick-dots li {
    width: 100% !important;
}

.bullet-parent {
    display: block !important;
    pointer-events: none;
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
}

.bullets-list .slick-dots {
    border-left: 1px dashed #456977;
    text-align: left;
}

.bullets-list .slick-dots li {
    margin-bottom: 30px;
    height: auto;
    margin-top: -7px;
}

.bullets-list .slick-dots a,
.bullets-list .slick-dots .bullet-parent {
    position: relative;
    display: block;
    vertical-align: middle;
    color: #456977;
    padding-left: 15px;
    transition: 0.3s ease;
    background-color: transparent;
    margin-left: 5px;
    transition: 0.3s ease;
}

.bullets-list .slick-dots a:before,
.bullets-list .slick-dots .bullet-parent:before {
    content: '';
    position: absolute;
    left: -18px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background-color: #456977;
    border-radius: 50%;
    transition: 0.3s ease;
}

.bullets-list .slick-dots .bullet-parent {
    font-style: normal;
   
    display: block;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.bullets-list .slick-dots .bullet-parent:before {
    width: 34px;
    height: 34px;
    margin-top: -17px;
    border: 7px solid #F7F5F0;
    left: -28px;
}

.bullets-list .slick-dots a {
    font-size: 1.2rem;
    max-width: 475px;

    font-weight: 100;
    padding: 10px 20px;
}

.bullets-list .slick-dots a:hover,
.bullets-list li.slick-active a {
    background-color: #383F20;
    color: white;
}

.bullets-list .slick-dots a:hover:before,
.bullets-list li.slick-active a:before {
    background-color: #A0ADC7;
}

.history-slider-box h3 {
    font-size: 4rem;
    margin:15px 0px;
}

.year-box-big {
    position: absolute;
    right: 0px;
    bottom: -120px;
    font-size: 22rem;
    color: #2F4954;
    opacity: 0.14;
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    font-style: normal;
}

.slick-list.draggable {
    overflow: visible !important;
}

.buttons-for-slider .slick-arrow {
    border: none;
    background: none;
}

.buttons-for-slider .slick-arrow i {
    color: var(--dark-blue);
    font-size: 38px;
    transition: 0.3s ease;
}

.buttons-for-slider .slick-arrow:hover i {
    color: var(--green);
}

.buttons-for-slider {
    margin-left:-7px;
}

.history .additional-content p {
    color:white;
    background-color: var(--green);
    padding: 10px;
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    font-size:1.8rem;
}

.history .additional-content p a {
    color:white;
    transition: 0.3s ease;
}

.history .additional-content p a:hover{
    color: var(--dark-blue);
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    ACF GOOGLE MAP
\*------------------------------------*/

.acf-map {
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 600px;
    border: #ccc solid 1px;
    margin: 20px 0;
}


/* Fixes potential theme css conflict. */

.acf-map img {
    max-width: inherit !important;
}


/* BUILDINGS */

.mgt-50 {
    margin-top: 50px !important;
}

.mgb-50 {
    margin-bottom: 50px !important;
}

.mapsvg-region {
    cursor: pointer;
    position: relative;
}
#mapsvg {
    background-color: transparent !important;
}

.mapsvg-region:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: green;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.buildings-cat-list {
    margin-bottom: 50px !important;
}

.columns.buildings-cat-list  {
    margin: 0px -35px;
}

.columns.buildings-cat-list  .column {
    padding: 0px 35px;
}

.buildings-cat-list h3 {
    font-size: 1.9rem;
    padding: 10px 15px;
    color: var(--dark-blue);
    font-weight: bold;
}

.buildings-cat-list h4 {
    font-size: 1.6rem;
    cursor: pointer;
    background-color: rgba(242, 239, 235, 0);
    border-radius: 25px;
    padding: 10px 15px;
    transition: 0.3s ease;
    color: var(--dark-blue);
    font-weight: 500;
    margin: 5px 0px;
}

.buildings-cat-list h4:hover,
.buildings-cat-list h4.active {
    background-color: #E2E2D5;
    color: var(--dark-blue);
}

.buildings-cat-list h3 {
    position: relative;
    display: block;
    vertical-align: top;
    margin-bottom: 5px;
}

.buildings-cat-list h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background-color: #B0C61B;
    margin-top: 9px;
    max-width: 100%;
}

.buildings-cat-list h3.red-color:after {
    background-color: #E6461C;
}

.buildings-cat-list h3.green-color:after {
    background-color: #4DAA61;
}

.buildings-cat-list h3.blue-color:after {
    background-color: #3E3495;
}

.min-height-box {
    min-height: 600px;
}

.mapsvg-marker {
    opacity: 0;
    visibility: hidden;
    /* transition: 0.5s ease; */
    position: relative;
    right: 10px;
}

.mapsvg-marker.active {
    opacity: 1;
    visibility: visible;
}

#map-hotspot-info img {
    width: 100%;
}

.padding-top-100 {
    padding-top: 100px;
}

button#responsive-menu-pro-button:hover .responsive-menu-pro-inner,
button#responsive-menu-pro-button:hover .responsive-menu-pro-inner::before,
button#responsive-menu-pro-button:hover .responsive-menu-pro-inner::after,
button#responsive-menu-pro-button:hover .responsive-menu-pro-open .responsive-menu-pro-inner,
button#responsive-menu-pro-button:hover .responsive-menu-pro-open .responsive-menu-pro-inner::before,
button#responsive-menu-pro-button:hover .responsive-menu-pro-open .responsive-menu-pro-inner::after,
button#responsive-menu-pro-button:focus .responsive-menu-pro-inner,
button#responsive-menu-pro-button:focus .responsive-menu-pro-inner::before,
button#responsive-menu-pro-button:focus .responsive-menu-pro-inner::after,
button#responsive-menu-pro-button:focus .responsive-menu-pro-open .responsive-menu-pro-inner,
button#responsive-menu-pro-button:focus .responsive-menu-pro-open .responsive-menu-pro-inner::before,
button#responsive-menu-pro-button:focus .responsive-menu-pro-open .responsive-menu-pro-inner::after {
    background-color: #ffffff !important;
}

.overflow-image {
    overflow: hidden;
    padding-bottom: 50px;
}

.image-box-slider .slick-slide {
    text-align: center;
}

.image-box-slider img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.image-box-slider .slick-arrow {
    bottom: -55px;
    top: initial;
    z-index: 2;
    right: 0px;
    width: 50px;
    height: 50px;
    transform: rotate(0deg);
}

.image-box-slider .slick-arrow.slick-prev {
    left: 0px;
    right: initial;
}

.image-box-slider .slick-arrow:before {
    color: black;
    font-size: 50px;
    transition: 0.3s ease;
}

.image-box-slider .slick-arrow:hover:before {
    color: #7D642A;
}

.building-about-spec-h6 h6 {
    font-weight: normal;
    font-size: 1.8rem;
    color: #767676;
    margin-top: 0px;
}

.nav ul li:last-child {
    margin-right: 0px;
}

.slider-counter {
    display: block;
    text-align: center;
}

.history-page .bullets-list {
    /* max-height: 500px;
    overflow: scroll; */
}


.header .is-3-desktop {
    position: relative;
} 

.header .is-3-desktop .logo {
    position: absolute;
    left:0px;
    top:-40px;
}



#videoHeader {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 550px;
    max-height: 95vh;
    overflow: hidden;
}

#videoHeader:before {
    background: linear-gradient(90deg, rgba(56,63,32,0.7) 0%, rgba(56,63,32,0) 100%);
content: '';
display:block;
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
mix-blend-mode: multiply;
}



#videoHeader video {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.home .hero {
    height: 700px;
    min-height:550px;
    background-position:center;
    background-repeat: no-repeat;
    background-size:cover;
    position:relative;

    
  }

  .home .hero .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position:relative;
    z-index:1;
  }

 


  .home .hero .slider-box {
    position:absolute;
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
  }

  .home .hero .slider-box .slick-list{
    height:100%;
  }
  .home .hero .slider-box .image-box {
    height:100%;

    background-position:center;
    background-repeat: no-repeat;
    background-size:cover;
    z-index:1;
    border-radius: 0px;
  }

  .home .hero .slick-track {
height:100%;
  }

  .home .hero .slider-box .image-box:before{
    background: linear-gradient(90deg, rgba(56,63,32,0.7) 0%, rgba(56,63,32,0) 100%);
    content: '';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    mix-blend-mode: multiply;
  }



  .slick-dots {
    position: relative;
    max-width: 1380px;
    margin: 0px auto;
    text-align:left;
    bottom: 50px;
    padding: 0px 20px;
    z-index:2;
  }
 .slick-dots li {
    margin: 0px 3px;
  }
 .slick-dots li button {
    padding: 0px;
    width:17px;
    height:17px;
    border:1px solid var(--green);
    border-radius:50%;
    background-color:white;
    transition: 0.3s ease;
 
  }

.slick-dots li button:hover,
.slick-dots li.slick-active button{
    background-color: var(--green);
  }

 .slick-dots li button:before {
    display:none;
  }

  .hero-box h1 {
    color:white;
    margin: 0px;
    font-size:5rem;
    margin-top: 100px;
    line-height:1.1;
  }


  .home .bg-container,
  .history .bg-container {
    background-image:url(img/main-bg.png);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size:cover;
    padding-bottom:100px;
  }

  .history .bg-container {
    padding-bottom: 50px;
    margin-bottom: 0px !important;
    background-position: 50% -200%;
  }

  .footer .logo-img {
    max-width:160px;
    height:unset;
  }

  hr {
    border-bottom: 1px solid white;
    outline: none;
    border-top: 0px;
  }


  .social-list {
    display: flex;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    list-style: none;
    align-items:center;
}
.social-list li {
    margin-right: 15px;
}
.footer .social-list li a {
    color: white;
    transition: 0.3s ease;
    font-size: 20px !important;
}
.footer .social-list li a:hover{
    color: #d19f2c;
}

.page-template-template-parent-category #hero .column,
.page-template-template-living-category #hero .column,
.page-template-template-dining-category #hero .column,
.events #hero .column
#hero .column  {
    text-align:left;
}
.page-template-template-parent-category h1,
.page-template-template-living-category h1,
.page-template-template-dining-category h1,
.events h1,
#hero h1  {
    margin-top: 0px;
}
#hero .hero-content {
    text-align:left;
}
.page-template-template-parent-category  #hero .column,
.page-template-template-living-category  #hero .column,
.page-template-template-dining-category  #hero .column,
.events  #hero .column,
#hero .column  {
    display:flex;
    flex-direction:column;
    justify-content: end;
}

.sub-category-desc p strong {
    color: var(--dark-green);
}
.sub-category-desc ul  {
    padding-left:18px;
}
.sub-category-desc ul li {
    font-size:1.5rem;
   
}

.page-template-template-parent-category .image-box,
.page-template-template-living-category .image-box,
.page-template-template-dining-category .image-box  {
    overflow:hidden;
}
.page-template-template-parent-category .image-box img,
.page-template-template-living-category .image-box img,
.page-template-template-dining-category .image-box img {
    transition: 0.3s ease;
    transform: scale(1.0);
}

.page-template-template-parent-category .image-box img:hover,
.page-template-template-living-category .image-box img:hover,
.page-template-template-dining-category .image-box img:hover{
    transform: scale(1.05);
}


.page-template-template-parent-category .card-box h3,
.page-template-template-living-category .card-box h3,
.page-template-template-dining-category .card-box h3 {
    font-family: "Hind Madurai", sans-serif;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 2rem;
}

.page-template-template-parent-category .card-box p,
.page-template-template-living-category .card-box p,
.page-template-template-dining-category .card-box p {
    margin-top:6px;
}

.page-template-template-parent-category .card-box,
.page-template-template-living-category .card-box,
.page-template-template-dining-category .card-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-template-template-parent-category .card-box  a.button,
.page-template-template-living-category .card-box  a.button,
.page-template-template-dining-category .card-box  a.button {
    margin-top: auto;
}

.page-template-template-living-category .additional-title {
    background-color: var(--dark-green);
    text-align:center;
}

.page-template-template-living-category .additional-title  h2 {
    color:white;
    font-size:5rem;
    font-weight: 400;
}


.page-template-template-living-category .category-list .columns .columns {
    margin: 0px -50px;
}

.page-template-template-living-category .category-list .columns .columns .column {
    padding: 0px 50px;
}

hr.dark {
    border-bottom: 1px solid #A0ADC7;
}

.page-template-template-living-category .column-2 .columns {
    justify-content: end;
}

.page-template-template-living-category  hr.dark-3,
.page-template-template-dining-category hr.dark-1 {
    display:none;
}
.page-template-template-dining-category  hr {
    margin: 25px 0px 75px 0px;
}

.page-template-template-dining-category h2 {
    margin-top: 0px;
}

.buildings .wrapper,
.history .wrapper,
.about .wrapper {
    padding-top: 200px;
}

.events .events-list .image-box,
.events .gallery .image-box,
.single-buildings .gallery .image-box {
    overflow:hidden;
}
.events .events-list .image-box img,
.events .gallery .image-box img,
.single-buildings .gallery .image-box img {
    transition: 0.3s ease;
    transform: scale(1.0);
}
.events .events-list .image-box img:hover,
.events .gallery .image-box img:hover,
.single-buildings .gallery .image-box img:hover{
    transform: scale(1.05);
}

.events .events-list .columns {
    margin: 0px -35px;
}

.events .events-list .columns .column {
    padding: 0px 35px;
}
.events .gallery .image-box,
.events .gallery .image-box img,
.single-buildings .gallery .image-box,
.single-buildings .gallery .image-box img {
    height:100%;
    width: 100%
}

.single-buildings .gallery .image-box img,
.events .gallery .image-box img {
    object-fit: cover;
}



.building-specification h3 {
    margin-top: 0px;
}

.building-specification h6 {
    font-weight:bold;
    font-family: "Hind Madurai", sans-serif;
    color: var(--dark-blue);
}

.pager__item {
    font-family: "Hind Madurai", sans-serif;
}

.about h1 {
    font-size:6rem;
    margin-top: 0px;
    margin-bottom: 0px;
}

.about .hero h2 {
    margin-top: 0px;
}

.about .partners-section h3 {
    font-weight:bold;
    font-family: "Hind Madurai", sans-serif;
}

.about .partners-section .image-box {
    max-width:150px;
}

.about .partners-section .columns {
    margin: 0px -35px;
}
.about .partners-section .columns .column {
    padding:0px 35px;
}

.contact .hero {
    margin-top:150px;
}

.contact-bottom-content {
    text-align:left;
}








/* ANIMATION FOR NAV DROPDOWN */

@-moz-keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-o-keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes swing {
    0%,
    100% {
        transform: rotateX(0deg); /* Change rotate to rotateX */
    }
    50% {
        transform: rotateX(10deg); /* Change rotate to rotateX */
    }
}

@keyframes wave {
    0%,
    100% {
        transform: rotate(45deg);
    }
    25% {
        transform: rotate(60deg);
    }
    50% {
        transform: rotate(30deg);
    }
    75% {
        transform: rotate(60deg);
    }
}





header .nav ul li.menu-item-has-children > a:after {
    content: "⌄";
    display: inline-block;
       vertical-align: middle;
    font-size: 18px;
    color: #fff;
    margin-left: 3px;
    transition: 0.3s ease;
    width: 10px;
    height:10px;
    line-height:0px;
}
header .nav ul li.menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
}



header .nav ul li .sub-menu {
    position: absolute;
    top: 31px;
    left: 0;
    perspective: 1000px;
    z-index: 2;
    display: none;
    background-color: unset;
    padding: 10px 0;
    height: auto;
    overflow: hidden;
    width: auto;
    white-space: nowrap;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
header .nav ul li {
    position:relative;
    padding-bottom:11px;
}
header .nav ul li .sub-menu li {
    display: none;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    margin: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-right: 2px solid white;
}
.home header .nav ul li:hover .sub-menu {
    display: block;
    right: 0px;
    left: unset;
    text-align: right;
    /* background:none; */
}

header .nav ul li:hover .sub-menu {
    display: block;
    left: 0px;
    left: unset;
    text-align: right;
    padding: 15px 15px;
    border-radius: 3px;
    background-color: var(--dark-blue);
}
header .nav ul li .sub-menu li {
    padding-bottom: 5px;
}
header .nav ul li .sub-menu li a {
    font-size: 1.8rem;
    background: none;
    color: white;
    padding: 0px 7px 0px 0px;
    transition: 0.3s ease;
    text-align: left;
    font-weight: 400;
    transition: 0.3s ease;
}
header .nav ul li .sub-menu li a:hover {
    color:  #d19f2c;
}
header .nav ul li .sub-menu li a:before {
    display: none;
}

header .nav ul li.menu-item-has-children .sub-menu li {
    position: relative;
}

header .nav ul li.menu-item-has-children .sub-menu li:last-child {
    padding-bottom: 0px;
}

header .nav ul li.menu-item-has-children:hover .sub-menu li {
    display: flex;
    justify-content: end;
}

header .nav .sub-menu li:first-child {
    transform-origin: top center;
    animation: slideDown 300ms 60ms ease-in-out forwards;
}
header .nav .sub-menu li:nth-child(2) {
    transform-origin: top center;
    animation: slideDown 300ms 120ms ease-in-out forwards;
}
header .nav .sub-menu li:nth-child(3) {
    transform-origin: top center;
    animation: slideDown 300ms 180ms ease-in-out forwards;
}
header .nav .sub-menu li:nth-child(4) {
    transform-origin: top center;
    animation: slideDown 300ms 240ms ease-in-out forwards;
}
header .nav .sub-menu li:nth-child(5) {
    transform-origin: top center;
    animation: slideDown 300ms 300ms ease-in-out forwards;
}

header .nav .sub-menu li:nth-child(6) {
    transform-origin: top center;
    animation: slideDown 300ms 360ms ease-in-out forwards;
}

header .nav .sub-menu li:nth-child(7) {
    transform-origin: top center;
    animation: slideDown 300ms 420ms ease-in-out forwards;
}

header .nav .sub-menu li:nth-child(8) {
    transform-origin: top center;
    animation: slideDown 300ms 480ms ease-in-out forwards;
}

header .nav .sub-menu li:nth-child(9) {
    transform-origin: top center;
    animation: slideDown 300ms 540ms ease-in-out forwards;
}

header .nav .sub-menu li:nth-child(10) {
    transform-origin: top center;
    animation: slideDown 300ms 600ms ease-in-out forwards;
}

header .nav .sub-menu li:nth-child(11) {
    transform-origin: top center;
    animation: slideDown 300ms 660ms ease-in-out forwards;
}

header .nav .sub-menu li:nth-child(12) {
    transform-origin: top center;
    animation: slideDown 300ms 720ms ease-in-out forwards;
}
.button.new-button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    max-width: 200px;
    padding-bottom: 8px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
    .hidden-desktop {
        display: block;
    }
  
    .uses-section .left-box-background,
    .history .right-box-background {
        display: none;
    }
    .history-section .columns {
        flex-direction: column-reverse;
    }
    .blog-section .image-box img {
        width: 100%;
    }
    .date {
        color: #A49171;
       
        font-weight: 400;
        font-size: 1.8rem;
    }
    .custom-height-column,
    .full-height-columns .column {
        height: 25vw;
    }
    .hidden-mobile {
        display: none !important;
    }
    .related-posts h3 {
        width: 100%;
    }
    .related-posts span {
        width: 100%;
    }
    .image-box.full-width-image img {
        width: 100%;
    }
    .contact-form-box {
        margin: 0px auto;
        padding-left: 0px;
    }
    .year-box-big {
        bottom: -45px;
        font-size: 10rem;
    }
    .bullets-list .slick-dots {
        display: flex;
        overflow: scroll;
        align-items: center;
    }
    .bullets-list .slick-dots::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .bullets-list .slick-dots::-webkit-scrollbar:vertical {
        width: 11px;
    }
    .bullets-list .slick-dots::-webkit-scrollbar:horizontal {
        height: 11px;
    }
    .bullets-list .slick-dots::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 2px solid white;
        /* should match background, can't be transparent */
        background-color: rgba(0, 0, 0, .5);
    }
    .bullets-list {
        border-left: 0px dashed #456977;
    }
    .bullets-list {
        position: relative;
    }
    .bullets-list:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 50%;
        width: 100%;
        height: 2px;
        border-top: 1px dashed #456977;
        margin-top: -10px;
    }
    .bullets-list .slick-dots li {
        min-width: 250px;
        padding: 0 15px;
        margin-bottom: 0px;
        text-align: center;
    }
    .bullets-list .bullet-parent {
        display: none !important;
    }
    .bullets-list .slick-dots a:before,
    .bullets-list .slick-dots .bullet-parent:before {
        left: -30px;
    }
    .bullets-list li:first-child a:before {
        left: -21px;
    }
  
    .mobile-hidden {
        display: none;
    }
    .logo a {
        font-size: 26px;
    }
    #hero.mg-bot-150,
    .blog-section.mg-bot-150,
    .blog-section.mg-bot-150 .image-box.mg-bot-150 {
        margin-bottom: 20px !important;
    }
    .blog-section.mg-bot-150 .image-box.mg-bot-150 {
        margin-bottom: 75px !important;
    }
    .buildings-section {
        min-height: initial;
    }
    .hidden-mobile {
        display: none !important;
    }
 
    .mg-top-100 {
        margin-top: 25px;
    }
    .single-building-hero h1 {
        font-size: 3rem;
    }
    .building-copy.mgb-bot-150 {
        margin-bottom: 25px;
    }
    .mapsvg-marker,
    .mapsvg-marker.active {
        opacity: 0;
        visibility: hidden;
    }
    .columns.min-height-box {
        flex-direction: column-reverse;
    }
    .min-height-box {
        min-height: initial;
    }
    .uses-par {
        padding: 0px 25px;
        margin-top: 0px;
    }
    .bullets-list .slick-dots {
        border-left: 0px;
    }
}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:769px) {
    .full-height-columns,
    .full-height-columns .column {
        height: 100%;
    }
    .hidden-mobile {
        display: none !important;
    }
    .related-posts h3 {
        width: 25%;
    }
    .related-posts span {
        width: 70%;
    }
    .logo a {
        font-size: 35px;
    }
    #hero.mg-bot-150,
    .blog-section.mg-bot-150,
    .blog-section.mg-bot-150 .image-box.mg-bot-150 {
        margin-bottom: 150px !important;
    }
    .buildings-section {
        min-height: 800px;
    }
    .hidden-mobile {
        display: block !important;
    }
    .news-page-inner .hidden-mobile {
        display: none !important;
    }
  
    .mg-top-100 {
        margin-top: 100px;
    }
    .single-building-hero h1 {
        font-size: 6rem;
    }
    .building-copy.mgb-bot-150 {
        margin-bottom: 150px;
    }
    .min-height-box {
        min-height: 600px;
    }
    .uses-par {
        padding: 0px 50px;
        margin-top: 0px;
    }
}

@media only screen and (min-width:1024px) {
    .hidden-desktop {
        display: none;
    }
    .uses-section .left-box-background,
    .history-section .right-box-background {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 55%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }
    .history-section .right-box-background {
        left: initial;
        right: 0px;
    }
 
    .history-section .columns {
        flex-direction: initial;
    }
    .uses-section,
    .history-section {
        margin-bottom: 0px;
    }
    .blog-post-section-button {
        text-align: right;
    }
    .blog-posts-section .container {
        border-left: 1px solid #796534;
        padding-bottom: 40px;
    }
    .hidden-mobile {
        display: block !important;
    }
    .google-map-box {
        height: 600px;
    }
    .contact-form-box {
       
    }
    .year-box-big {
        bottom: -120px;
        font-size: 10vw;
    }
    .bullets-list .slick-dots {
        display: block;
        overflow: initial;
    }
    .bullets-list .slick-dots {
        border-left: 0px dashed #456977;
        overflow: scroll;
        max-height: 700px;
        overflow-x: hidden;
    }
    .bullets-list .slick-dots li {
        min-width: initial;
    }
    .bullets-list::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .bullets-list::-webkit-scrollbar:vertical {
        width: 0px;
    }
    .bullets-list::-webkit-scrollbar:horizontal {
        height: 0px;
    }
    .bullets-list::-webkit-scrollbar-thumb {
        border-radius: 0px;
        border: 0px solid white;
        /* should match background, can't be transparent */
        background-color: rgba(0, 0, 0, .5);
    }
    .bullets-list .slick-dots a,
    .bullets-list .slick-dots .bullet-parent {
        padding-left: 15px;
        margin-left: 5px;
    }
    .bullets-list .bullet-parent {
        display: block;
    }
    .bullets-list .slick-dots a:before,
    .bullets-list .slick-dots .bullet-parent:before {
        left: -19px;
        margin-left: 0px;
        top: 50%;
    }

    .bullets-list .slick-dots .bullet-parent:before {
        background-color: var(--green);
    }
    .bullets-list {
        position: relative;
    }
    .bullets-list .slick-dots li {
        margin-bottom: 30px;
        text-align: left;
    }
    .bullets-list .slick-dots a:before {
        left: -19px;
    }
    .bullets-list .slick-dots .bullet-parent:before {
        left: -29px;
    }
    .bullets-list:before {
        left: 30px;
        top: 0px;
        width: 2px;
        height: 100%;
        border-left: 1px dashed #456977;
        margin-top: 0px;
    }
 
    .bullets-list li:first-child a:before {
        left: -19px;
    }
    .bullets-list .bullet-parent {
        display: block !important;
    }
    .mapsvg-marker.active {
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .columns.min-height-box {
        flex-direction: row;
    }
    .buildings-cat-list h3:after {
        width: 90%;
    }
    .nav ul a {
        font-size: 2rem;
    }
    header .is-2-desktop {
        text-align: right;
    }
    .news-page-inner .hidden-mobile {
        display: block !important;
    }
}

@media only screen and (min-width:1100px) {
    .mobile-hidden {
        display: block;
    }
}

@media only screen and (min-width:1280px) {
    .buildings-cat-list h3:after {
        width: 318px;
    }
    .nav ul li {
        margin-right: 48px;
    }
}

@media only screen and (max-width: 1100px) {
    .header {
        top:20px;
    }
}


@media only screen and (max-width:1023px) {
    .about-section .image-box {
        text-align:center;
        top:0px !important;
    }

    .about-section .image-box img {
        max-width:308px;
    }

    .history-section {
        margin-top: 50px !important;
    }

    .footer .logo {
        text-align:center;
    }

    .footer .copyright {
        padding: 0px 15px;
    }
    ul.footer-contact-list > li  {
        width:100%;
        text-align:center;
    }
    .social-list {
        justify-content: center;
    }
    .single-building-hero h1 {
        font-size:5rem;
    }
    #hero {
        height: 400px;
    }


    .bullets-list .slick-dots a,
.bullets-list .slick-dots .bullet-parent {
    background-color:#F7F5F0;
}

.history .additional-content {
    margin-top: 0px !important;
}

.about h1 {
    font-size:4rem;
    margin-bottom:25px;
}

.buildings .wrapper {
    padding-top: 100px;
}
.bullets-list .slick-dots a:before, .bullets-list .slick-dots .bullet-parent:before {
    display:none;
}

.history  .slick-slider .slick-track {
    display:flex;
}

.home .bg-container, 
.history .bg-container {
    background:none !important;
}
 }


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " ("attr(href) ")";
    }
    abbr[title]:after {
        content: " ("attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .nav,
    .sidebar,
    .home-slider,
    #respond {
        display: none;
    }
    @page {
        margin: 2cm;
    }
}