@charset "utf-8";
/* 

CSS Document  - Custom styles for project: Sage Restaurant 09/09/2025

*/ 


/* Reset*/ 
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin:0;
  padding:0;
 }


/*Brand Colours*/
:root {
    --black: #151D26;
    --brand_bkg: #043d3b;
    --brand_accent1: #8c947d;
    --brand_accent2:#335e55;
    --grey: #2E4050;
    --light-grey: #D1DAE6;
    --txt-color: #F9F7F0;
}

/*Typeography*/
body{
    background: var(--brand_bkg);
    color:var(--txt-color);
    font-family: "Roboto", sans-serif;    
    font-style: normal;
    font-size: 1.0rem;
	font-weight: 300;
	line-height: 1.24rem;   
    -webkit-font-smoothing: antialiased;
}
.rte .wp-block-quote p,
h1,h2,h3,.h1{
    font-family: literata-variable, "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-weight:300;
    font-style: italic;
    font-kerning: normal;
    margin: 0 0 1.5rem;

}
.rte .wp-block-quote p{
    text-align: center;
}
.h1,
h1 {
  font-size: 36px;
  line-height: 42px;
}
.rte .wp-block-quote p,
.h2,
h2 {
    font-size: 1.26rem;
    line-height: 2rem;
    letter-spacing: 0.02rem;
    font-weight: 200;
}
.h3, 
h3 {
	font-size: 1.26rem;
	line-height: 1.44rem;
    letter-spacing: 0.04rem;
}
.h4,
h4 {
    font-size: 0.68rem;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    margin: 0 0 1.5rem;
}

p {
	font-size: 1.0rem;
	font-weight: 300;
	line-height: 1.4rem;
    letter-spacing: 0.04rem;
    margin: 0 0 1.5rem;
}
.h5,
h5 {
    font-family: literata-variable, "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-weight:500;
    font-style: normal;
    font-kerning: normal;  
    font-size: 1.13rem;
    line-height: 1.4rem;
    margin: 0 0 1.5rem;
}

h6 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 300;
    margin: 0 0 1.5rem;
}
/*General UI*/
a{
	color: inherit;
	text-decoration:none;
}
a:hover,
button:focus {
	outline: none;
}
a:focus, a:active {
    outline: none;
    -moz-outline-style: none;
}

svg.icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin:0;
	fill:currentColor;
}
svg.hidden{
	display: none;
}

img{
	display: inline-block;
	max-width:100%;
	border-radius: 0;
}
p:has(iframe) {
    display: block;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    border:1px solid #efefef;
}
p:has(iframe) iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.button,
.rte .wp-block-button__link{
    font-size: 0.68rem;
    font-family: "Roboto", sans-serif; 
    font-weight: 300;
    font-style: normal;
    background: var(--brand_bkg);
    color:car(--txt-color);
    text-transform: uppercase;
    text-align: center;
}
.smlcaps,
.rte .smlcaps p {
	font-family: "Roboto", sans-serif;
	font-size: 0.74rem;
	font-weight: 300;
	line-height: 1.24rem;
	letter-spacing: 0.04rem;
	margin: 0 0 1.5rem;
	text-transform: uppercase;
    text-align: center;
}
.rte a{
    color: inherit;
    /*text-decoration: underline;*/
}

.rte .button:hover{
    background: var(--brand_accent1);
    color: var(--txt-color);
}


.rte .btn-line a{
    /*text-decoration: underline;*/
}
.rte a:hover{
    color: var(--brand_accent1);
    text-decoration: none;
}
a:hover{
    color: var(--brand_accent1);
    text-decoration:inherit;
}

.featimg img, 
picture img {
	background-color: transparent;
}
#masthead {
	padding: 50px 0 20px;
	border: none;
	min-height: unset;
	height: 100vh;
	position: fixed;
	width: 40%;
	z-index: 9000;
	top: 0;
	left: 0;
	transition: all .6s cubic-bezier(.36,.28,.29,1);
/*	display: none;*/
	
}

#main{

}
#navframe {
	position: relative;
	display: block;
	width: 100%;
    max-width: 1460px;
	margin: 0 auto;
	padding: 0 40px;
}
#logo {
	display: block;
	margin: 0 auto;
	width: 190px;
	aspect-ratio: 1/1;
	transition: all .6s cubic-bezier(.36,.28,.29,1);
}
#logo img {
	width: 100%;
	height: 100%;
	display: block;
}
.home #logo{
    display: none;
}

#footer {
	padding: 0.85rem 0;
	margin-left: 40%;
}
.mmtag {
	margin: 0;
	font-weight: 400;
	padding: 0;
	min-width: fit-content;
	max-width: 100%;
	font-size: 0.68rem;
}
.mmtag a{
    margin-left: 5px;
}

#footer .ddblk_footer{
    border-top:1px solid var(--txt-color);
    padding-top:4rem;
}
#footer .wp-block-separator{
    max-width: 100%;
    width: 100%;
    border:none;
    border-bottom:1px solid var(--txt-color);
    margin: 0.85rem 0 4rem;
    height: 0;
}

#footer .splitbox {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 0 auto;
}

.dd_address .box1, 
.dd_address .box2 {
	width: 48%;
	display: block;

}
.ot-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 0.05rem;
	width: 100%;
	margin: 0 0 1.85rem;
}


.ot-list .ot-day,
.ot-list .ot-time{
    display:block;
    width:48%;
    margin:0;
}

.ot-list .ot-time{
    text-align: right;
}

.box2.footer-links {
	display: flex;
	gap: 1.85rem;
	margin: 1.85rem 0;
	width: 48%;
	flex-wrap: wrap;
    justify-content: flex-end;
}
.footer-links a {
	display: flex;
	width: fit-content;
	text-transform: uppercase;
	font-size: 0.88rem;
}
.dd_enquire .box1,
.dd_enquire .box2{
    display:block;
    width:48%;
    margin:0;
}
.dd_enquire .box2{
    display: flex;
    justify-content: flex-end;
}
.smlcaps.copyright {
	margin: 0 0 3rem;
}
.rte .dd_socials {
	display: flex;
	width: 48%;
	flex-wrap: wrap;
    gap:1.85rem;
}
.rte .dd_socials a {
	display: flex;
    min-width: fit-content;
	max-width: 48%;
	gap: 10px;
	align-items: center;
	text-transform: uppercase;
	font-size: 0.88rem;
}
.rte .dd_socials a svg {
	width: 16px;
	height: 16px;
}


/*Nav*/
.nav-menu > li > a {
	font-size: 16px;
	font-weight: 300;
	border-bottom: none;
	letter-spacing:unset;
	padding: 10px 0 10px;
    position: relative;
}
.nav-menu > li > a::after{
    content:"";
    display: block;
    height: 1px;
    width:0;
    background: var(--brand_accent1);
    transition: width ease-in-out 0.2s;
    position: relative;
    margin: 5px 0 0;
}
.nav-menu > li > a:hover::after{
    width:100%;
}
.nav-menu > li.current-menu-item > a, 
.nav-menu > li.current-page-ancestor > a, 
.nav-menu li.current_page_item > a, 
.nav-menu li.current_page_parent > a {
	color: var(--brand_accent1);
}
.nav-menu > li.current-menu-item > a, 
.nav-menu > li.current-page-ancestor > a {
	border-color: var(--brand_accent1);
}

.nav-menu > li.current-menu-item > a::before, 
.nav-menu > li.current-page-ancestor > a::before, 
.nav-menu li.current_page_item > a::before, 
.nav-menu li.current_page_parent > a::before {
    content: "";
    display: block;
    background: var(--brand_accent1);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 19px;
    left: -13px;
    animation-name: flickerAnimation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.nav-menu > li.home > a::before{
    display: none;
}
.post-type-archive-projects li.news > a{
    color: var(--txt-color);
}

.menu-icon span {
	background-color:var(--txt-color);
}
#wrapper.active .menu-icon span {
	background-color: var(--brand_bkg);
}


/*---------------------------------------------------------------------------Layout Page */

.container {
    width:100%;    
    margin: 0 auto;
    padding: 0 6%;
}
.innerframe {
    display: block;
	padding: 0 6%;
}
#bloglist {

}

.blog-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(46%, 50%));
  gap: 2.85rem;
  margin:0 auto 6rem;
}

.blog-card {
  background: var(--brand_accent2);
  border: 1px solid var(--brand_accent2);
  border-radius: 4px;
  overflow: hidden;
}

.blog-card:hover {
   color: var(--brand_accent1);
}

.card-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1/0.8;
	object-fit: cover;
}

.card-content {
  padding: 1rem;
}

.card-title {
  font-size: 1.5rem;
  margin: 0;
}
.card-footer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 1.85rem 0 0;
}
.card-date,
.card-category {
	font-size: 0.78rem;
	display: block;
	margin:0;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--brand_accent1);
    width:fit-content;
}

/*Blog category list*/
.blog-categories {
	display: flex;
	list-style: none;
	width: 100%;
	margin: 8rem auto 2.85rem;
	gap: 0.85rem;
	justify-content: center;
}
.blog-categories a{
    color: var(--brand_accent1);
}
.blog-categories .current-cat a{
    color: var(--txt-color);
}



/*splitscreen ui*/
.splitscreen {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 0 0 40%;
}
    
    .splitscreen .imgbox {
        width: 40%;
        /*position: sticky;*/
        position: fixed;
        top:0;
        left:0;
        height:100vh;
        padding:0;
        
    }
    .splitscreen .imgbox .v_iframe,
    .splitscreen .imgbox picture{
        display:flex;
        width:100%;
        height:100%;
    }
    .splitscreen .imgbox .v_iframe video,
    .splitscreen .imgbox img {
        display: block;
        margin: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .splitscreen .imgbox .v_iframe video{
        pointer-events: none;
    }

    .splitscreen .txtframe {
        width: 100%;
        padding: 8% 6% 0;
        display: block;
        margin: 0 0 6rem;
    }
    .splitscreen .scroll-text .rte{
        display: block;
        margin:0 auto;
        /*max-width: 720px;*/
    }
    .splitscreen .scroll-text .article {
        margin: 0 auto 6rem;
    }

    /*home*/
    h1 {
        display: block;
        width: 100%;
        margin: 0 auto 6rem;
        text-align: center;
        min-height: 100dvh;
        padding: 48dvh 0 0;
        
    }
    
    h1:has(.brand-logo) span {
        display: block;
        overflow: hidden;
        text-indent:100%;
        width: 168px;
        height: 130px;
        padding-top:130px;
        background: url("") center / contain no-repeat;
        margin: 0 auto;
    }
    h1::after {
        content: "";
        display: block;
        margin: 15rem auto -2.85rem;
        background: var(--txt-color);
        width: 1px;
        height: 8rem;
    }

/*--------------------------------------------------------------------------- overrides */
.rte .wp-block-quote {
	max-width: 600px;
	padding: 0;
	margin: 0 auto;
}
.rte .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.rte .wp-block-separator {
	margin: 3.0rem auto 4.0rem;
	max-width:initial;
    background: var(--txt-color);
    width: 1px;
    height: 6rem;
    display: block;
}
.rte .wp-block-column .wp-block-columns {
	margin: 0;
}
.rte figure {
	margin: 0 auto;
}
/*---------------------------------------------------------------------------Gutenberg blocks */
.rte .ddblk_txt-bkg {
	display: block;
	background: var(--brand_accent2);
	padding: 6.85rem;
    margin: 6rem auto;
    text-align: center;
}
.rte .ddblk_txt-bkg::before{
    
}
.rte .ddblk_2Col {
	margin: 6rem auto;
	display:flex;
	justify-content: space-between;
}
.rte .ddblk_2Col.img_right{
    flex-direction: row-reverse;
    align-items: flex-end;
}
.rte .ddblk_2Col .featimg,
.rte .ddblk_2Col .txtbox{
    width:100%;
    max-width:48%;
    margin:0;
}
.rte .ddblk_2Col .featimg img{
    display: block;
    margin:0;
    width:100%;
    height: auto;
    aspect-ratio:3.2/4;
    object-fit: cover;
}


.rte p:last-child{
    margin-bottom:0;
}
.goback{
    display: block;
    margin:1.85rem auto 6rem;
    text-align: center;
    text-transform: uppercase;
}

.rte .ddblk_link-list{
    display:flex;
    flex-direction: column;
    gap:1.85rem;
    margin: 1.85rem auto 0;
    max-width:500px;
}
.rte .ddblk_link-list a {
	display: flex;
	width: 100%;
	margin: 0 auto;
	border: 1px solid var(--txt-color);
	padding: 2.85rem;
	font-size: 1.0rem;
	letter-spacing: 0.4rem;
	align-items: center;
	justify-content: center;
    color:var(--txt-color);
}
.rte .ddblk_link-list a:not(.cta-book){
    border-radius: 0;
}
.rte .ddblk_link-list a.cta-book{
    border:none;
    width:fit-content;
    margin-top:6rem;
    padding: 1.85rem;
}
.ddblk_link-list a:hover{
    background: var(--brand_accent1);
    color:var(--txt-color);
}

.dd_close,
.cta-book {
	border: none;
	border-radius: 40px;
    
}
.rte .button,
.cta-book {
	letter-spacing: 0.25rem;
	min-width: 250px;
	height: 56px;
	font-size: 0.88rem;
	margin: 3rem auto 0;
	padding: 1.85rem;
	width: fit-content;
	border: none;
	border-radius: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.cta1{
    display: block;
	margin: 4.0rem 0;
    text-align: center;
}
.cta1 .cta-book{
    
}
.cta-book:hover,
.dd_close{
    background: var(--brand_accent2);
}
/*overlay*/

.ddblk_overlay{
    display: block;
    position:fixed;
    z-index: 10;
    background: var(--brand_bkg);
    padding:1.85rem 1.85rem 6rem;
    inset:0 0 auto auto;
    width:60%;
    height: 100vh;
    overflow: auto;
    transform:translate(100%,0);
    transition: var(--transition);
}
.ddblk_overlay.active{
    transform:translate(0,0);
}
.rte .close {
	position: absolute;
	z-index: 10;
	inset: 0 0 auto auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: var(--brand_accent2);
    text-decoration: none;
}

.close::before{
    content: "×"; /* Unicode multiply sign (U+00D7) */
    font-size: 1.0rem;
    line-height: 1.4rem;    
    font-weight: 400;
    
}
.ddblk_overlay .booking_embed {
	display: block;
	margin: 4rem auto;
}
.ddblk_overlay .booking_footer {
	display: block;
	margin: 4.0rem auto;
    max-width: 500px;
    text-align: center;
}

.ddblk_wideimg img{
    display: block;
    width:100%;
    height:auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    margin: 0;
}
.list_title{
    text-align: center;
}
/*footer*/
.ddblk_footer  .wp-block-button__link{
    padding: 0;
    width: fit-content;
	min-width: initial;
    margin: 0;
    background: transparent;
}
.ddblk_footer  .dd_social .wp-block-buttons,
.ddblk_footer  .dd_links .wp-block-buttons{
    gap:0.85rem;
}
#footer .dd_footer-links{
    margin: 1.85rem 0;
}
#footer .dd_footer-links .wp-block-column{
    padding: 0;
    margin:0;
    height: auto;
}

.ddblk_footer  .dd_social .wp-block-button__link{    
    text-transform:none;	
    font-size: 1.0rem;
	font-family: "Roboto";
    background-color:transparent;
}

.ddblk_footer .dd_links .wp-block-button__link {
	font-size: 0.68rem;
    background-color:transparent;
}
.ddblk_footer  .wp-block-button__link:hover{
    color:var(--brand_accent1);
}

.img404 {
	display: block;
	width: 40%;
	/* height: 40vh; */
	background: url('../img/404.svg') center / contain no-repeat;
	margin: 0 auto;
	aspect-ratio: 2/1.2;
}


/*--------------------------------------------------------------------------- xxx */
/*--------------------------------------------------------------------------- xxx */
/*--------------------------------------------------------------------------- xxx */

/*----------------------------------------------------------------------------------------------------------------------- Begin Responsive Queries*/

/* ----------------------------------------------------------------------- Min Withs Smallest to largest */
@media only screen and (min-width: 768px) {
    
}
@media only screen and (min-width: 1024px) {
    #navframe ul.nav-menu {
         flex-wrap: nowrap; 
    }
    .nav-menu > li{
        margin: 0;
    }
    .nav-menu > li a{
        display: block;
        text-align: center;
        white-space: nowrap;
    }

    .nav-menu > li > a:hover {
        color: var(--brand_accent1);
    }
    h1:has(.brand-logo) {
        padding: 30dvh 0 0;
        min-height: initial;
    }
    
}
@media only screen and (min-width: 1180px) {
    
}
@media only screen and (min-width: 1280px) {
    
}
@media only screen and (min-width: 1440px) {
    
}
@media only screen and (min-width: 1680px) {
    
}

/* ----------------------------------------------------------------------- MAX Withs Largest to smallest */

@media only screen and (max-width: 1679px) {
    
}
@media only screen and (max-width: 1439px) {
    
    
}
@media only screen and (max-width: 1279px) {
	
    
    #bloglist .newslist {
        grid-template-columns: repeat(2, 1fr);
    }
    #bloglist .newslist .article .featimg{
        opacity: 1;
        padding-top: 65%;
    }
    #bloglist .newslist .article .txtbox{
        position: relative;
        height: auto;
        padding: 8% 9% 10% 9%;
        margin: 0;
    }
    #article .section .frame .txt {
        width: 60%;
    }
    #article .section .frame .head {
        width: 36%;
    }
    
}
@media only screen and (max-width: 1179px) {
    .rte .ddblk_2Col.img_right,
    .rte .ddblk_2Col{
        flex-direction: column;
        gap:1.85rem;
    }
    .rte .ddblk_2Col .featimg, 
    .rte .ddblk_2Col .txtbox {
        max-width:initial;
        padding: 0;
    }
    
    #footer .dd_links{
        flex-direction: column;
        text-align: left;
        margin-top: 1.85rem;
    }
    .dd_links .dd_socials,
    .dd_links .footer-links{
        width:100%;
        margin:0.85rem 0;
        gap:0.85rem;
        justify-content: center;
    }
    .dd_links .footer-links{
        flex-direction: row;
    }
    .dd_links .dd_socials a,
    .dd_links .footer-links a{
        text-align: left;
        width:fit-content;
        min-width:initial;
    }
    #footer .dd_enquire{
        align-items: center;
    }
}
@media only screen and (max-width: 1023px) {
    #masthead{
        height: 1px;
        background: transparent;
        width:100%;
        position: absolute;
    }
    .splitscreen{
        padding: 0;
    }
    #logo{
        margin-top: 4rem;
    }
    #menu_icon{
        top:35px;
        right:30px;
        height: 25px;
        width: 25px;
    }
    .menu-icon span {
        height: calc(26px/16);
    }
    .menu-icon span:nth-child(1) {
        top: calc(26px/32);
    }
    .menu-icon span:nth-child(2), 
    .menu-icon span:nth-child(3) {
        top: calc(26px/3.2);
    }
    .menu-icon span:nth-child(4) {
        top: calc(26px * 0.594);
    }
    #wrapper.active .menu-icon span:nth-child(3),
    #wrapper.active .menu-icon span:nth-child(2) {
        top: 10px;
    }
    /*#masthead {
        padding: 0;
        height: 90px;
        min-height: unset;
    }*/
    
    #content,
    #main {
        padding-top:0;
    }
    
    #footer {        
        margin: 0;
    }
    
    #navframe::before{
        display: none;
    }
    #masthead #navframe{
        background: var(--brand_accent1);
        border:none;
    }
    #masthead #navframe {
        padding: 150px 20px 30px;
    }
    .menu-main-menu-container {
        max-width: 200px;
        margin: 0 auto 0;
    }
    .nav-menu > li{
        order:1;
    }
    .nav-menu > li.home{
        order:0;
    }
    .nav-menu > li > a {
        font-size: 36px;
        line-height: 32px;
        font-weight: 400;
        color: var(--brand_bkg);
        text-align: center;
    }
    .nav-menu > li.current-menu-item > a, 
    .nav-menu > li.current-page-ancestor > a, 
    .nav-menu li.current_page_item > a, 
    .nav-menu li.current_page_parent > a {
        color:var(--txt-color);
    }
    .single-projects .nav-menu li.projects > a:before,
    .nav-menu > li.current-menu-item > a::before, 
    .nav-menu > li.current-page-ancestor > a::before, 
    .nav-menu li.current_page_item > a::before, 
    .nav-menu li.current_page_parent > a::before {
        background: var(--brand_bkg);
        top:0;
        bottom:0;
        margin: auto;
        left:-20px;
        width:8px;
        height: 8px;
        display: none;
    }

    #article .section .frame{
        flex-wrap: wrap;
    }
    #article .section .frame .head{
        width:100%;
        margin: 0 0 40px;
    }
    #article .section .frame .txt{
        width:100%;
    }
    
    #article #articleFooter .frame{
        flex-direction: column-reverse;
    }
    
    .splitscreen{
        flex-direction: column;
    }
    .splitscreen .imgbox {
        width: 100%;
        z-index: -1;
        position: absolute;
        height: 100dvh;
    }
    .splitscreen .imgbox::before {
        content: "";
        pointer-events: none;
        position: absolute;
        inset: 0;
        margin: 0;
        background: linear-gradient(rgba(0,0,0,0)60%,rgba(0, 0, 0, 0.6));
        z-index: 1;
    }
    .splitscreen .txtbox{
        width:100%;
        position: relative;
        padding: 0 1.85rem;
    }
    
    .rte .ddblk_2Col {
        flex-direction: column;
    }
    .rte .ddblk_2Col + .ddblk_2Col{
       flex-direction:column-reverse;
    }
    #footer .dd_opening-times{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    #footer .dd_opening-times .wp-block-column {
        flex-basis: initial !important;
    }
    
    .dd_enquire{
        text-align: left;
    }
    .dd_footer-logo .wp-block-image {
        float: none;
        margin: 0 auto;
        display: flex;
        justify-content:flex-start;
    }
    .dd_footer-logo .wp-block-image figure{
        padding: 0;
        margin: 0;
    }
    .ddblk_footer .dd_social .wp-block-buttons, 
    .ddblk_footer .dd_links .wp-block-buttons {        
        justify-content: flex-start;
        
    }
    .ddblk_footer .wp-block-column.dd_contact{
        order:2;
    }
    .ddblk_overlay{
        width:100%;
    }
    .wp-block-columns:has(.ddblk_overlay){
        margin:0;
    }
    .rte .ddblk_link-list {
        margin: 0 auto;
    }
    
    
}

@media only screen and (max-width: 767px) {
    #wrapper{
        overflow: hidden;
    }
    
    #menu_icon{
        right:20px;
    }
    
    .container {
        padding: 0 20px;
    }
    
    
}
@media only screen and (max-width: 599px) {
    .home h1{
        padding: 40dvh 0 0;
    }
    h1{
        padding: 55dvh 0 0;
    }
    h1::after {
        margin: 10rem auto -2.85rem;
    }
    h4,
    .ddblk_link-list .wp-block-button__link {
        font-size: 0.875rem;
        letter-spacing: 0.25rem;
    }
    
    #masthead {
        position: absolute;
        padding: 0 20px;
    }
        
    #footer {
        padding-bottom:0; 
    }
    .box2.footer-links,
    .dd_links .dd_socials{
        width:100%;
    }
    .dd_enquire .box1, .dd_enquire .box2,
    .dd_address .box1, .dd_address .box2 {
        width: 100%;
        display: block;
    }
    .rte .ddblk_txt-bkg {
        padding: 2.85rem;
    }
    #footer .splitbox{
        flex-direction: column;
        gap:0.85rem;
    }
    #footer .dd_enquire {
        text-align: center;
    }
    #footer .splitbox .copyright {
        justify-content:flex-start;
    }

    .ddblk_overlay {
        padding-top: 4rem;
        
    }
    .booking_footer .smlcaps{
        font-size: 0.48rem;
        line-height: 1.0rem;
    }
    .ddblk_footer .has-text-align-right {
        text-align:left !important;
    }
    .email {
        word-break: break-word;
    }
    
}
/*iphone6 + regular android*/
@media only screen and (max-width: 479px) { 
    
        
}
/*Iphone 4&5*/
@media only screen and (max-width: 359px) { 

}

/* Size and Orientation */
@media only screen and (max-width: 479px) and (orientation: portrait){ 

}
/* Landscape Orientation */
@media screen and (orientation: landscape) {

}

/* Portrait Orientation */
@media screen and (orientation: portrait) {

}

/*--------------------------------------------------------------------- End Responsive Queries*/
