/*
 Theme Name:     Threshold Block
 Theme URI:      https://www.thresholdagency.com/
 Description:    Threshold Block Child Theme
 Author:         Threshold Agency
 Author URI:     https://www.thresholdagency.com/
 Template:       frost
 Version:        1.0.0
*/
 
/*-------------------------------------------------------------- 
    Theme customization starts here
-------------------------------------------------------------- */
/*font-family: din-2014, sans-serif;*/
/*font-family: kazimir, sans-serif;*/


/*--------------------------------------------------------------
    General Elements
-------------------------------------------------------------- */
.white{
    color:#ffffff;
    }
.black{
    color:#000000;
    }
.right-float{
    float:right;
    }
.left-float{
    float:left;
    }
.right-text{
    text-align:right;
    }
.left-text{
    text-align:left;
    }
.mobile-br{
    display:inline;
    }
.is-hidden{
    display:none;
}
.full-width-temp-cnt {
    padding: 0px;
}
body h1, body h2, body h3,
/*body h1 strong, body  h2 strong, body h3 strong,*/
.top-sp-nav ul li a, body  header .header-middle-sec .top-apply-now a {
    font-family: poppins, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}
body, body p, body li {
    font-family: poppins, sans-serif;
}

body h1, body h2, body h3 {
    text-transform: uppercase;
}

body h1 strong, body  h2 strong, body h3 strong {
    font-weight: 700;
}
.orange, .orange-strong strong {
    color: #e09d3d;
}
.blue, .blue-strong strong {
    color: #4ebacd;
}
.pink, .pink-strong strong {
    color: #d87b69;
}
.green, .green-strong strong {
    color: #beceaa;
}
body{
    font-size:16px;
    line-height:1.7;   
}
body h1 {
    font-size:65px;
    line-height:1.1;
    margin-top: 100px !important;
}
body h2 {
    font-size:58px;
    line-height:1.1;
}
 body h3{
    font-size:20px;
    line-height:1.4;
}

body header .header-sec, .banner-front {
    padding-right: 90px !important;
    padding-left: 90px !important;
}
.top-bottom-spacing {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.general-sec, .general-spacing {
    padding: 60px 90px !important;
}
.small-lr-spacing {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.padding-b-20{
    padding-bottom: 20px !important;
}
.margin-b-20{
    margin-bottom: 20px !important;
}
body .wp-site-blocks {
    overflow: hidden;
}
.main-btn a, button#wpforms-submit-147{
    display: inline-block;
    text-align: center;
    color: #ffffff;
    padding: 13px 15px 10px 15px;
   font-family: poppins, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing:1px;
    background: #039999 !important;
}
.main-btn a:hover, button#wpforms-submit-147:hover{
    opacity:.8;
    background: #039999 !important;
}
/*.main-btn a:after, button#wpforms-submit-147:after {*/
/*    content: "\f054";*/
/*    font-weight: 900;*/
/*    font-family: "Font Awesome 5 Free";*/
/*    font-style: normal !important;*/
/*    padding-left: 10px;*/
/*} */
.orange-btn a{
    text-align: center;
    color: #ffffff;
    letter-spacing:1px;
    font-size: 18px;
    line-height: 1.2;
    border: 4px #E09D3D solid;
    font-family: poppins, sans-serif;
    font-weight: 500;
    display: inline-block;
    padding: 10px 15px 6px 15px !important;
    background: transparent !important;
}
.orange-btn a:hover {
    border: 4px #69b8c8 solid !important;
}
.bg-center {
    background-position: center;
}
.bg-top {
	background-position: top;
}
.bg-bottom {
	background-position: bottom;
}
.bg-left {
	background-position: left;
}
.bg-right {
	background-position: right;
}
.bg-top-left {
	background-position: top left;
}
.bg-top-right {
	background-position: top right;
}
.bg-bottom-left {
	background-position: bottom left;
}
.bg-bottom-right {
	background-position: bottom right;
}
.bg-center-center {
	background-position: center center;
}
.bg-top-center {
	background-position: top center;
}
.bg-bottom-center {
	background-position: bottom center;
}
.bg-left-center {
	background-position: left center;
}
.bg-right-center {
	background-position: right center;
}
body .wp-site-blocks main {
    background-position: center;
}
@keyframes zoomIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.zoom-in {
    animation: zoomIn 0.5s ease-out forwards;
}

aside#moove_gdpr_cookie_info_bar {
    z-index: 99999999999!important;
}

/*--------------------------------------------------------------
    Header Elements
-------------------------------------------------------------- */
header.site-header {
    width: 100%;
    position: fixed;
    z-index: 999999;
}
nav.is-responsive.wp-block-navigation button {
    border: 0px !important;
    padding: 0px !important;
}
nav.is-responsive.wp-block-navigation button svg {
    width: 35px !important;
    height: 35px !important;
}
.wp-block-navigation__responsive-container {
    background: url(/wp-content/uploads/2025/10/hermitage-black-pattern-bg.webp);
    color: #ffffff !important;
    text-align:center;
}
.wp-block-navigation__responsive-container .wp-block-site-logo {
    margin-bottom: 30px;
}
.top-sp-nav ul {
    padding: 0px;
    list-style: none;
    display: flex;
    margin: 0px;
}
.top-sp-nav ul li {
    padding: 0px 10px;
    line-height: 1;
    position: relative;
}
.top-sp-nav ul li i {
    padding-right: 2px;
    position: absolute;
    left: 0;
    font-size: inherit;
}
.header-middle-sec {
    width: calc(100% - 300px);
}
.top-sp-nav ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: poppins, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    line-height: 1 !important;
    padding: 0px 0px 0px 20px;
    display: flex;
}

body header .header-middle-sec .top-apply-now a {
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 25px 6px 25px !important;
    font-size: 14px !important;
}
body header .header-middle-sec .top-apply-now a {
    background: #039999 !important;
}
body header .header-middle-sec .top-apply-now:hover a {
    opacity: .8;
}
.header-sec {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 36%, rgba(0,0,0,0.90) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 36%, rgba(0,0,0,0.90) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 36%, rgba(0,0,0,0.90) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
.header-sec.sticky {
    background: rgb(0 0 0 / 80%) !important;
}
.header-sec.sticky .wp-image-179 {
    width: 70px !important;
}
.header-sec,
.header-sec .wp-image-179 {
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -o-transition:  all .25s ease-in;
  transition: all .25s ease-in;
}








/*--------------------------------------------------------------
    Youtube Video Elements
-------------------------------------------------------------- */

.video-container {
    width: 100vw;
    height: 100vh;
    overflow:hidden;
    position: relative;
}

.video-container iframe {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100vw;
  /*height: 100vh;*/
  height: 110vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

#text{
  position: absolute;
  color: #FFFFFF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    /*width: 177.78vh;  */
    width: 197.78vh;
  }
}













/*--------------------------------------------------------------
    Homepage Elements
-------------------------------------------------------------- */
.banner-video video,
.banner-video img {
    min-height: 675px;
    height: 100vh;
}
.banner-video, .banner-back {
    overflow: hidden;
}
.banner-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    pointer-events: none;
}
.banner-back {
    position: absolute;
    width: 100%;
}
.banner-front {
    position: relative;
    z-index:1;
}

.banner-front {
    margin: 0px;
    height: 100vh;
    align-items: center;
    min-height: 600px;
}
.banner-front .wp-block-column {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.int-side-img > .wp-block-group {
    height: 100%;
}
.hero-subhead {
    font-style: italic;
    margin-top: -10px;
}
.hm-pattern-1 {
    background-image: url(/wp-content/uploads/2025/10/abstract-pattern-opacity-small.png);
    background-position: bottom;
    background-repeat: repeat;
    padding-bottom: 50px;
}

.hm-pattern-2 {
    background-image: url(/wp-content/uploads/2024/06/Zig-Zag-Pattern@2x.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 50%;
}
.hm-pattern-3 {
    background-image: url(/wp-content/uploads/2025/10/abstract-pattern-opacity-small.png);
    background-position: bottom;
    background-repeat: repeat;
}
.hm-pattern-4 {
    background-image: url(/wp-content/uploads/2025/10/hermitage-floorplan-pattern.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 50%;
}
.step-columns > .wp-block-column:nth-child(1) {
    margin-top: 70px;
}
.step-columns > .wp-block-column:nth-child(3) {
    margin-top: -70px;
}
.step-columns > .wp-block-column p {
    margin-top: 15px;
}
.why-us-sec {
    position: relative;
}
.circle-1:before {
    content: "";
    width: 240px;
    height: 240px;
    position: absolute;
    background: url(/wp-content/uploads/2025/10/Circle-Pattern-new.png);
    background-size: cover;
    right: 0;
    top: -160px;
}
.circle-1:before {
    content: "";
    width: 240px;
    height: 240px;
    position: absolute;
    background: url(/wp-content/uploads/2025/10/Circle-Pattern-new.png);
    background-size: cover;
    right: -80px;
    top: -140px;
}

.home-slider figure.wp-block-image img {
    width:100%;
}
.home-slider figure.wp-block-image img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
}
.home-slider .slick-list {
    overflow: visible !important;
}

.home-slider  figure.wp-block-image {
    transform: scale(.9);
    z-index: 1;
    position: relative;
}
.slick-dots li button:before {
    content: "\f111" !important;
    font-family: "Font Awesome 6 Free" !important;
        font-weight: 900;
}
.home-slider  figure.wp-block-image.slick-active {
    transform: scale(1.1);
    z-index: 2;
    position: relative;
}
.home-slider figure.wp-block-image.slick-active img {
    max-height: 570px;
    min-height: 380px;
}
.home-slider .slick-track {
    display: flex;
    align-items: center;
}
.home-slider .slick-dots li button:before {
    font-size: 20px;
    color: rgb(138, 157, 172);
}
.home-slider  ul.slick-dots {
    left: 0;
}
 .gallery-sec {
    margin-top: 0px;
}
.thgmaps-map {
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}

.map-sec {
    margin: 0px;
}
.map-sec div#google-map-section .fullwidth-wrap, 
.map-sec div#google-map-section #map-canvas-categories {
    height: 700px !important;
}
.thgmaps-map {
    line-height: 0;
}
.map-sec .int-side-cnt .wp-block-group {
    padding-bottom: 0px !important;
}

form#wpforms-form-147 button#wpforms-submit-147 {
    border-radius: 0px !important;
    font-size: 16px;
}
form#wpforms-form-147 .wpforms-submit-container {
    text-align: center !important;
}
form#wpforms-form-147 .wpforms-field-container input, .wpforms-field-container textarea {
    border-radius: 0px !important;
    text-align: center;
}
form#wpforms-form-147 .wpforms-container .wpforms-field {
    padding: 10px 0;
}

.contact-sec .wp-block-column {
    padding: 0px !important;
}

.contact-sec div#wpforms-147 {
    margin-bottom: 0px;
}

.slick-next, .slick-prev {
    z-index: 50;
    transform: scale(2.5);
}

.slick-next {
    right: 10% !important;
}

.slick-prev {
    left: 10% !important;
}











/*--------------------------------------------------------------
    Interior Page Elements
-------------------------------------------------------------- */










/*--------------------------------------------------------------
    Footer Elements
-------------------------------------------------------------- */
footer.site-footer {
    font-size: 12px;
}
.copyright-columns {
    text-align: center;
    padding: 10px;
    border-top: 1px #27241f solid;
}
.footer-sec {
    padding: 0px;
}

.footer-sec p {
    margin-top:10px;
}
.footer-sec p:first-child {
    margin-top:0px;
}
.footer-sec a {
    text-decoration: none;
}
.footer-sec ul {
    list-style: none;
    padding: 0;
    font-weight: bold;
}
.footer-sec p strong {
    font-weight: bold;
}
.footer-sec figure.wp-block-image.size-full.is-resized.th-logo {
    margin-top: 0px !important;
}
.footer-columns-1 .wp-block-column:nth-child(1) {
    padding-right: 20px;
}
.footer-sec .powered-sec{
    margin-top: 30px !important;
}








/*--------------------------------------------------------------
    Media Query Elements
-------------------------------------------------------------- */
@media screen and (max-width: 1620px) {

    .map-sec div#google-map-section .fullwidth-wrap, 
.map-sec div#google-map-section #map-canvas-categories {
    height: 750px !important;
}
}
@media screen and (max-width: 1440px) {
   header .wp-block-social-links.is-style-logos-only .wp-social-link svg {
        height: 1em;
        width: 1em;
    } 
    .map-sec div#google-map-section .fullwidth-wrap, 
.map-sec div#google-map-section #map-canvas-categories {
    height: 800px !important;
}
}
@media screen and (max-width: 1340px) {
.top-sp-nav ul li a {
    font-size: 13px;
}
header .wp-block-social-links.is-style-logos-only .wp-social-link svg {
    height: .9em;
    width: .9em;
} 
body header .header-middle-sec .top-apply-now a {
    padding: 8px 20px 6px 20px !important;
    font-size: 12px !important;
}
}
@media screen and (max-width: 1280px) {
.map-sec div#google-map-section .fullwidth-wrap, 
.map-sec div#google-map-section #map-canvas-categories {
    height: 1000px !important;
}
    
}

@media screen and (max-width: 1200px) {
.top-sp-nav {
    display:none;
}
.header-sec > .wp-block-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: center;
    align-items: center;
}
.header-sec > .wp-block-group > nav,
.header-sec > .wp-block-group > div {
    width:35% !important;
}
.header-sec > .wp-block-group > figure {
    
}
.header-sec > .wp-block-group > nav {
    display: flex;
    justify-content: flex-end;
}
header .wp-block-social-links {
    display: none !important;
}
.header-sec > .wp-block-group > div {
    display: flex;
    justify-content: flex-start;
}
.header-sec > .wp-block-group > nav {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}
.header-sec > .wp-block-group > figure {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.header-sec > .wp-block-group > div {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}


}
@media screen and (max-width: 1140px) {
.header-sec > .wp-block-group > nav, .header-sec > .wp-block-group > div {
        width: 30% !important;
    }    
.header-sec > .wp-block-group > .header-logo {
    max-width:100px !important;
            text-align: center;
}
div#home .banner-front {
    padding-top: 120px !important;
    padding-bottom: 100px !important;
    min-height: 900px;
}
div#home .banner-back {
    min-height: 900px !important;
}
div#home .banner-back .banner-video img {
    min-height: 900px;
    height: 100vh;
    object-fit: cover;
}
div#home .banner-front .wp-block-column h1 {
    margin-top: 0px !important;
}
}
@media screen and (max-width: 980px) {

.int-two-side-sec, .step-columns { 
    flex-wrap: wrap !important;
    gap: 0em 0 !important;
}
.int-two-side-sec > .int-side-cnt {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.int-two-side-sec > .int-side-img {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.int-two-side-sec > .int-side-img > .wp-block-group.bg-center-center.has-background {
    min-height: 400px !important;
    max-height: 500px;
}
.int-two-side-sec .wp-block-column, .step-columns > .wp-block-column {
    flex-basis: 100% !important;
}
.step-columns > .wp-block-column{
    margin-bottom:40px;
}
 .step-columns > .wp-block-column:nth-child(3) {
    margin-bottom:0px; 
 }
.step-columns > .wp-block-column:nth-child(1), .step-columns > .wp-block-column:nth-child(3) {
    margin-top: 0px;
}
.step-columns > .wp-block-column, .why-us-sec {
    text-align: center;
}
.step-columns > .wp-block-column img {
    max-width: 480px;
}
.header-sec > .wp-block-group > nav, .header-sec > .wp-block-group > div {
    width: 30% !important;
}
.header-sec > .wp-block-group {
    flex-wrap: nowrap;
}
body header .header-sec, .banner-front {
    padding-right: 60px !important;
    padding-left: 60px !important;
}
.top-bottom-spacing {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.general-sec, .general-spacing {
    padding: 50px 60px !important;
}
.padding-b-20{
    padding-bottom: 20px !important;
}
.banner-front .wp-block-column { 
    padding-top: 100px;
    padding-bottom: 100px;
} 
.gallery-sec .top-bottom-spacing {
    padding-top: 0px !important;
}
body h1, body h2 {
    font-size: 42px;
}
.banner-front .wp-block-column:last-child {
    display: none;
}
.banner-front p, .banner-front h1, .banner-front .main-btn, .int-side-cnt, .int-side-cnt .has-text-align-right {
    text-align:center;
            width: 100%;
}
.int-side-cnt .wp-block-buttons {
    justify-content: center;
}
.main-btn a, .orange-btn a {
 font-size:16px;   
}
.map-sec div#google-map-section .fullwidth-wrap, 
.map-sec div#google-map-section #map-canvas-categories {
    height: 500px !important;
}
.thgmaps-map {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.map-sec .int-side-cnt .wp-block-group {
    padding-bottom: 50px !important;
}
.footer-columns-1 {
    flex-wrap: wrap !important;
}
.footer-columns-1 .wp-block-column {
    width:50%;
            flex-basis: 49% !important;
            text-align:center;
}
.footer-columns-1 .wp-block-column:nth-child(1) {
    padding-right: 0px;
    width:100%;
            flex-basis: 100% !important;
}
div#home .banner-front .wp-block-column {
    flex-basis: 100% !important;
}
header ul.wp-block-navigation__container .custom-logo {
    max-width: 150px !important;
}
header ul.wp-block-navigation__container {
    gap: 10px !important;
}
}
@media screen and (max-width: 782px) {

div#wpadminbar {
    display: none;
}
html {
    margin-top:0px !important;
}

}
@media screen and (max-width: 767px) {
.mobile-br{
    display:none;
}
body header .header-middle-sec .top-apply-now a {
    padding: 10px 10px 6px 10px !important;
    font-size: 12px !important;
    line-height: 1;
}
}
@media screen and (max-width: 640px) {
/*.header-sec figure img {*/
/*    max-width: 145px !important;*/
/*} */
.top-bottom-spacing {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
body header .header-sec, .banner-front {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.general-sec, .general-spacing {
    padding: 40px 30px !important;
}
.padding-b-20{
    padding-bottom: 20px !important;
}
body h1, body h2 {
    font-size: 38px;
}
.header-sec > .wp-block-group > nav, .header-sec > .wp-block-group > div, .header-sec > .wp-block-group > figure {
    width: 33.33% !important;
}
.int-two-side-sec > .int-side-img {
    min-height: 300px !important;
    max-height: 500px;
}
.wp-block-image img {
    width: 100%;
    height: auto;
}
div#home .banner-front .wp-block-column p {
    line-height: 1.25;
}
}
@media screen and (max-width: 480px) {
    
}
@media screen and (max-width: 320px) {
    
}

/*--------------------------------------------------------------
    Iphone/Ipad Elements
-------------------------------------------------------------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { /* STYLES GO HERE */}

/*(orientation : portrait) / (orientation : landscape)*/
/*6*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) { /* STYLES GO HERE */}
/*6p*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) { /* STYLES GO HERE */}
/*5*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { /* STYLES GO HERE */}