/*
Theme Name:   MOHO 2.0 : APH
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  BlankSlate Child Theme
Author:       ts
Template:     blankslate

License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  NECtwopointzero
*/


/* Standard breaks
@media (min-width: 576px) { ... }
@media (min-width: 768px) { ... }
@media (min-width: 992px) { ... }
@media (min-width: 1200px) { ... }
@media (min-width: 1400px) { ... }
*/

/*colors*/
/*yellow: #FACD2D;*/
/*Pink: #E6B9AF;*/
/*Red: #E92F31;*/
/*light Blue: #67acaf;*/


:root {
    --ocn-off-white: #F2F2ED;
    --ocn-white: #fff;
    --ocn-gold: #c69936;
    --ocn-black: #0f0f0f;
    --ocn-grey: #e5e5e5;
    --ocn-black-black : #000;
}

/*reset*/
html,
body {
    margin: 0;
    padding: 0;
    min-width: 330px;
    background-color: var(--ocn-off-white);
}

ul {
    padding-left: 0;
    margin: 0;
}
p + ul {
    padding-left: 20px;

}







/*fonts*/
@font-face {
    font-family: 'Romie-Italic';
    src: url('fonts/Romie-Italic.woff2');
    src: url('fonts/Romie-Italic.woff2') format('embedded-opentype'),
        url('fonts/Romie-Italic.woff2') format('woff2'),
        url('fonts/Romie-Italic.woff2') format('woff'),
        url('fonts/Romie-Italic.woff2') format('truetype'),
        url('fonts/Romie-Italic.woff2') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'EngraversGothicFS-Regular';
    src: url('fonts/EngraversGothicFS-Regular.woff2');
    src: url('fonts/EngraversGothicFS-Regular.woff2') format('embedded-opentype'),
        url('fonts/EngraversGothicFS-Regular.woff2') format('woff2'),
        url('EngraversGothicFS-Regular.woff2') format('woff'),
        url('EngraversGothicFS-Regular.woff2') format('truetype'),
        url('EngraversGothicFS-Regular.woff2') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: "Baskervville", "Libre Baskerville", serif;
    font-size: 15px;
    line-height: 1.5rem;
    color: #0f0f0f;
}

@media (min-width: 1100px) {
    body {
        font-size: 15px;
        line-height: 1.6rem;
    }
}




@media (min-width:768px) {

    * p:first-child,
    * h1:first-child,
    * h2:first-child,
    * h3:first-child,
    * h4:first-child,
    * h5:first-child {
        padding-top: 0;
        margin-top: 0;

    }
}


h1,
h2,
h3 {

    font-family: "romie-italic", sans-serif;
    line-height: 1.4;
    font-size: 28px;
}

h4,
h5,
h6 {

    font-family: "EngraversGothicFS-Regular", sans-serif;
    line-height: 1.4;
    font-size: 18px;
    text-transform: uppercase;
}

a {
    color: var(--ocn-black-black);

}
.captionn {
    font-size: 17px;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .captionn {
        font-size: 14px;
    }
    p {
 text-align: center;  
 padding-left: 10px;
 padding-right: 10px; 
}

h1,
h2,
h3 {

    text-align: center;
}


h4,
h5,
h6 {

   text-align: center;


}
}

/*images*/
img {
    width: 100%;
    height: auto;
  
}


/*gold button*/
 .gold-btn-group{

position: relative;
overflow: hidden;
 
 }
  section .gold-btn-group{
margin: 20px 0;

 
 }
 @media (min-width: 1200px) {
     .gold-btn-group{
display: inline-block;
     }
 }
 .gold-btn{

display: flex;


 }
  @media (max-width: 768px) {
 .gold-btn{

justify-content: center;


 }
  }
  .gold-btn::before{

content: "";
justify-self: flex-start;
height: 52px;
width: 18px;
    background-image: url('https://oconnells.com.au/wp-content/uploads/2025/09/button-left.svg');
background-repeat: no-repeat;
background-position: top left;
cursor: pointer;
 }
  .gold-btn::after{

content: "";
justify-self: flex-end;
height: 52px;
width: 18px;
    background-image: url('https://oconnells.com.au/wp-content/uploads/2025/09/button-right.svg');
background-repeat: no-repeat;
background-position: top right;
cursor: pointer;


 }
  .gold-btn-link {
    
      position: relative;
      overflow: hidden;
    background-color: #c69936;
      color:var(--ocn-black-black);
    display: flex;
    justify-content: center;
    align-items: center;
      font-size: 1.1rem;
      font-weight: normal;
      letter-spacing: 2px;
 font-family: 'EngraversGothicFS-Regular';
 text-transform: uppercase;
  
    background-image: url('img/lines.svg');
    background-repeat: repeat-x;
      text-decoration: none;
      transition: background 0.6s, color 0.2s;
      outline: none;
      padding: 0 10px;
      
    }
    .gold-btn-group::after {
      content: "";
      position: absolute;
      top: 0;
      left: -75%;
      width: 50%;
      height: 100%;
      background: linear-gradient(
        120deg, 
        rgba(255,255,255,0) 0%, 
        rgba(255,255,255,0.6) 50%, 
        rgba(255,255,255,0) 100%
      );
      transform: skewX(-20deg);
      transition: left 1.7s cubic-bezier(.4,2.3,.3,1), opacity 0.2s;
      opacity: 0.8;
      pointer-events: none;
    }
    .gold-btn-group:hover::after,
    .gold-btn-group:focus::after {
      left: 125%;
      opacity: 1;
    }
    .gold-btn-group:hover,
    .gold-btn-group:focus {

      color: #111;
   
      text-decoration: none;
    }
    /* Optionally, use focus-visible for keyboard accessibility */
    .gold-btn-link:focus-visible {
 
    }




/*buttons*/
.bod-butt {
    position: relative;
    padding: 9px 18px;


    text-decoration: none;
    background-color: transparent;
    border: 1.5px solid #0f0f0f;
    /* Inner border */
    border-radius: 50px;
    /* Rounded corners */
    cursor: pointer;
    outline: 0px solid #0f0f0f;
    /* Outer border */
    outline-offset: 2px;
    /* Creates the gap effect */
    transition: all 0.2s ease;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-right: 10px;
}

.coll .bod-butt:nth-of-type(2) {

    outline: none;
    /* Outer border */
}

.bod-butt:hover {
    background-color: #0f0f0f;
    /* Darker shade on hover */
    outline: 0px solid #0f0f0f;
    /* Outer border */
    outline-offset: 6px;
    /* Expands outer border on hover */
}

.bod-butt a {
    font-family: 'albert_park_hotelregular', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #0f0f0f;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 100;
    line-height: 1;
}

a.offsite-link::after {
    content: "\f8ce";
    display: inline-block;
    font-size: 18px;
    font-family: 'Material Symbols Outlined';
    font-weight: 100 !important;
    padding-left: 3px;
    line-height: 0;
    /* margin-top: 5px; */
    transform: translateY(2px) translateX(5px);


}

a.download-link::after {
    content: "\f090";
    display: inline-block;
    font-size: 18px;
    font-family: 'Material Symbols Outlined';
    font-weight: 100 !important;
    padding-left: 3px;
    line-height: 0;
    /* margin-top: 5px; */
    transform: translateY(2px) translateX(5px);


}
@media (max-width: 500px) {
    a.download-link::after,
    a.offsite-link::after {
font-size: 12px;
    }
}

.bod-butt a {
    font-family: 'albert_park_hotelregular', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #0f0f0f;
    font-size: 12px;
    letter-spacing: 1.2px;
    font-weight: 100;
    line-height: 1;
}

.bod-butt:hover {
    background-color: #0f0f0f;
    /* Darker shade on hover */
}

.bod-butt:hover a {
    color: #fff;
}

@media (min-width: 768px) {
    .bod-butt a {

        font-size: 18px;

    }
}

@media (min-width: 992px) {
    .coll .bod-butt:first-of-type(2) {
        margin-bottom: 0;
    }
    .bod-butt {
     
        padding: 12px 22px;
    }
}

/*simple flex*/
section {
    padding: 40px 0 40px 0;
    min-height: 100px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
section:first-of-type {
    padding-top: 100px;
}
}
@media (min-width: 1201px) {
section.banner-slider + section {
    padding-top: 90px !important;
}
}


.roww {
    display: flex;
    flex-direction: column;
    max-width: 1500px;
}
section .roww {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
@media (min-width: 768px) {
section > .roww {
padding: 0 30px;
}
}
@media (min-width: 1200px) {
section > .roww {
padding: 0 50px;
}
}
.coll {
    flex: 1;
    padding: 0 20px;
}

@media (min-width: 768px) {
    section {
    padding: 90px 0;
    min-height: 100px;
    margin: 0 auto;
}
    .roww {
        flex-direction: row;
    }
}

@media (min-width: 1200px) {



}












/*sections**************************/
/*sect: title center*/
section.title-center {
    min-height: 100px;
    border-bottom: none;
padding-bottom: 0;
}

section.title-center .roww {
    justify-content: center;
    align-items: center;
    text-align: center;
}

section.title-center .roww .coll {
    max-width: 500px;
}

section.title-center+section {
    margin-top: 0;
}







/*sections**************************/
/*sect: all whats on*/
section.sect-all-events .roww {
    flex-wrap: wrap;
}
section.sect-all-events .roww .coll {
    padding: 0 30px;

}
section.sect-all-events .roww h2 {
    letter-spacing: 3.2px;
    font-weight: 100;
    line-height: 40px;
    margin-top: 50px;
    margin-bottom: 15px;
    text-align: center;
}
@media (max-width: 996px) {
section.sect-all-events .coll:first-of-type h2 {
    margin-top: 0px;
}
}
@media (min-width: 996px) {
        section.sect-all-events {
    padding-top: 0px;
}

section.sect-all-events .roww h2 {
    align-items: center;
    justify-content: center;
    min-height: 85px;

}

}
section.sect-all-events .roww .list-foot {

  display: flex;
  justify-content: space-between;
}
section.sect-all-events .roww .list-foot p {
justify-self: flex-start;
}
section.sect-all-events .roww .list-foot a {
justify-self: flex-end;
padding-top: 10px;
 font-family: 'EngraversGothicFS-Regular';
 text-decoration: none;
 text-transform: uppercase;
 font-size: 17px;
    
}
section.sect-all-events .roww .list-foot a:hover {
text-decoration: underline;
       
}


section.sect-all-events .roww p {

    max-width: 600px;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 0;
}

section.sect-all-events .roww h2 a {
    text-decoration: none;
    color: #222;
    font-weight: 100;
    font-family: 'EngraversGothicFS-Regular';
    text-transform: uppercase;
}

section.sect-all-events .roww h2 a:hover {
    text-decoration: underline;

}
section.sect-all-events .roww .bod-butt {
margin-top: 30px;

}

@media (min-width: 768px) {
    section.sect-all-events .roww .coll {
        width: calc(50% - 60px);
        flex: none;
        margin-bottom: 60px;
    }
}




/*sections**************************/
/*sect: banner*/
section.banner {
    background: rgb(0, 0, 0);
    width: 100%;
    min-height: 600px;
    position: fixed;
    top: 0;
    z-index: -1;
    padding-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

section.banner .roww {
    max-width: none;
}

section.banner::after {
    content: '';
    background: rgb(0, 0, 0);
    width: 100%;
    height: 120%;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: .5;
}
section.banner.drk::after {
    content: '';
    background: rgb(0, 0, 0);
    width: 100%;
    height: 120%;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: .5;
}
section.banner.med::after {
    content: '';
    background: rgb(0, 0, 0);
    width: 100%;
    height: 120%;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: .3;
}
section.banner.lgt::after {
    content: '';
    background: rgb(0, 0, 0);
    width: 100%;
    height: 120%;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: .1;
}

section.banner .cent {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    color: white;
    text-align: center;
}

section.banner .cent .contt {
    padding: 40px;

}

section.banner .cent img {
    max-width: 250px;
}


section.banner .cent p {
    padding-top: 30px;
    width: 300px;
    margin: 0 auto;
}

@media (min-width: 1100px) {
    section.banner {

        min-height: 800px;

    }

    section.banner .cent .contt {
        margin-top: 240px;
    }

    section.banner .cent img {
        max-width: 370px;
    }
}

@media (min-width: 1100px) {
    section.banner {

        padding-left: 0;
        padding-right: 0;

    }

}





/*sect: featured-swiper*/
section.swipe-content h2 {
    font-family: "Romie-Italic";
    text-transform: none !important;
    text-align: center !important;
   
}
@media (max-width: 768px) {
section.swipe-content .lft h2 {
margin-bottom: 0px !important;
}
}
section.swipe-content .swiper-slide h3 {
    font-family: "EngraversGothicFS-Regular", sans-serif;
    text-transform: uppercase;
    color: var(--black);
    letter-spacing: 1.7px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    font-weight: 100 !important;
   
}
section.swipe-content .swipecontt {
    overflow: hidden;
   
}

section.swipe-content .swiper-button-prev,
section.swipe-content .swiper-button-next {
color: #000;
transform: scale(.6);
}


section.swipe-content .swipecontt .swiper-slide {
    box-sizing: border-box;
    padding: 0 50px;
}

section.swipe-content .swipecontt .swiper-slide .img-wrap {
width: 100%;
}


section.swipe-content .swipecontt .slide-foot {
   width: 100%;
   display: flex;
   justify-content: space-between;

}
@media (max-width: 768px) {
section.swipe-content .swipecontt .slide-foot {
justify-content: center;
    flex-direction: column;
    text-align: center;

}
}
section.swipe-content .swipecontt .slide-foot a:nth-child(2) {
    font-family: "EngraversGothicFS-Regular", sans-serif;
    text-transform: uppercase;
}





section.swipe-content .swiper-slide h3 a:hover {
    text-decoration: underline;
}
section.swipe-content .roww .coll.lft {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
section.swipe-content .roww .coll.lft,
section.swipe-content .roww .coll.rgt {
   width: 50%;
flex: 1;
}
}

/*sect: Functions featured-swiper*/
.functions.swipe-content .img-wrap {
    height: 280px;
width: 100%;
}
.functions.swipe-content .img-wrap img {
    object-fit: cover;
    height: 100%;
    
}
.functions.swipe-content p {
    margin-top: 5px;
    
}
@media (min-width: 996px) {
    .functions.swipe-content .img-wrap {
        height: 340px;

    }
   

}




@media (min-width: 768px) {
    section.basic-2col .roww:nth-of-type(1) .coll:nth-of-type(1) {
        flex: 2;
    }

    section.basic-2col .roww:nth-of-type(1) .coll:nth-of-type(1) * {
        width: 60%;
    }

    section.basic-2col .roww:nth-of-type(1) .coll:nth-of-type(2) {
        flex: 1;
    }

    section.basic-2col .roww:nth-of-type(2) .coll:nth-of-type(1) {
        flex: 2;
    }

    section.basic-2col .roww:nth-of-type(2) .coll.equal:nth-of-type(1) {
        flex: 1;
    }

    section.basic-2col .roww.eq-height {
               
        overflow: hidden;
    }
    section.basic-2col .roww.eq-height .coll {
    
    overflow: hidden;
    
    }
    section.basic-2col .roww.eq-height .coll .img-wrapp {
    height: 500px;
    overflow: hidden;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
    }
    section.basic-2col .roww.eq-height .coll .img-wrapp img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    
    }



}



/*sect: basic-2col-text*/
@media (min-width: 768px) {}

/*sect: banner-slider*/
section.banner-slider {
    padding: 0;
    min-height: 0;
}
 section.banner-slider .swiper-wrapper {
    height: 400px;
 }
section.banner-slider .img-wrapp  {
    width: auto;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
}


    section.banner-slider .swiper-wrapper .swiper-slide .img-wrapp img {
       object-fit: cover;
       object-position: center;
           width: 100%;
   height: 100%;
 }
     section.banner-slider .swiper-wrapper .swiper-slide h3 {
 font-weight: 100;
 }



@media (min-width: 1200px) {
  section.banner-slider .img-wrapp  img {

}  
 section.banner-slider .swiper-wrapper {
    height: 550px;
 }
  section.banner-slider .swiper-wrapper .swiper-slide {
   
 }
   section.banner-slider .swiper-wrapper .swiper-slide .img-wrapp {
       max-height: 550px;
 }
 
}

/*sect: basic-1col*/
section.basic-1col .coll .img-wrapp {
    max-height: 700px;
    overflow: hidden;

}















/********************/
/*Swiper setups*/
section.swipe-content .swipecontt {
 
}

@media (min-width: 1460px) {
    section.swipe-content {
        overflow: hidden;

    }

    section.swipe-content .swipecontt {
        max-width: 1500px;
        margin: 0 auto;
        padding-left: 35px;
    }

    section.swipe-content .swipecontt .swiper {
        overflow: visible;
    }
}

/*********************/

section.swipe-content .swiper-pagination {
    padding: 20px 0 50px 0;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    margin-left: -4px;
}

.swiper-pagination-bullet {
    transition: width .3s ease;
    border-radius: 20px;
    height: 11px;
    width: 11px;
}

.swiper-pagination-bullet-active {
    background-color: #111;
    width: 50px;
}

section.swipe-content .swiper-slide {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    padding: 20px 0;

    flex-direction: column;
}

.img-wrap {
    overflow: hidden;

}

.img-wrap img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}

/*footer*/
/***********************************************/
footer {
    padding: 70px 0 0 0;
    color: var(--ocn-black);
}
footer section {
min-height: 100px;
padding-bottom: 0 !important;
}
.footer-contacts {
 text-align: center !important;
}
footer #logotype a {
    max-width: 80px !important;
}
footer a {
    text-decoration: none;
    color:var(--ocn-black);
    display: block;
}

footer a:hover {
    text-decoration: underline;
}


footer .roww {
    max-width: 1500px;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
}


footer .roww .coll {
    padding: 20px;
    line-height: 21px !important;
}

footer section {
    border-top: 1px solid var(--ocn-grey);
}

footer .roww.b {
    max-width: 1500px;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding: 0 0 30px 0;
    
}

footer .roww.b .coll {
  text-align: center;

}
footer .roww.b .coll:nth-child(1) {

     
     
       flex: 1 !important;
}
footer .roww.b .coll:nth-child(2) {

        order:-1;
        flex: 2;
       
}
footer .roww.b .coll:nth-child(3) {

 
   
               flex: 1 !important;               
}




footer ul {
    list-style: none;
    margin-top: 5px;
}
footer ul li {
    list-style: none;
    margin-top: 10px;
}




.moho-foot {
    background: rgb(8, 8, 8);
    color: white;
    padding-top: 0;
    padding-bottom: 10px;
    min-height: 0;
}

.moho-foot.policy {
    background: var(--aph-red);
    border-top: 1px solid #ffffff50;

}

.moho-foot * {
    font-size: 14px;

}

.moho-foot .roww {
    align-items: center;
    padding-bottom: 0;
    margin: 0 auto;
}

.moho-foot .roww .coll {
    padding-top: 12px;
    padding-bottom: 0px;
}

.moho-foot .roww .coll:last-of-type {
    text-align: right;
}

.moho-foot img {
    max-width: 180px !important;
}

.moho-foot.policy a {
    text-decoration: none !important;
    color: white !important;
}

@media (min-width: 768px) {
footer section:nth-child(2) {
    padding-top: 40px;
}


footer .roww.b .coll:nth-child(1) {

     text-align: left;
     
       flex: 1 !important;
}
footer .roww.b .coll:nth-child(2) {

        order: 0;
        flex: 2;
    
}
footer .roww.b .coll:nth-child(3) {
text-align: right;
 
   
               flex: 1 !important;               
}
  
footer #logotype a {
    max-width: 80px !important;
    display: block;
    margin: 0 auto;
}


}



/*Single: Event*/
section.event-single .roww {
    max-width: 1400px;
    
}
section.event-single .roww .coll {
    padding: 30px;
    
}
section.event-single .roww .coll .date-time {
    font-weight: 800;
    
}
@media (max-width: 500px) {
    section.event-single .roww {
    padding-top: 30px;
    }
}

section.event-single .roww h1 {
    margin-bottom: 20px;
}

section.event-single .roww h2 {
    margin-bottom: 20px;
    font-weight: 100;
}

section.event-single .single-event-foot {
    padding-top: 40px;
    border-top: 1px #444 solid;
    text-align: center;
    margin-top: 30px;
}
section.event-single .buttons .bod-butt:nth-of-type(1) {
    background-color: var(--black);
 
}
section.event-single .buttons .bod-butt:nth-of-type(1) a {
    color: var(--beige);
 
}
section.event-single .buttons .bod-butt:nth-of-type(1):hover {
    background-color: var(--beige);
 
}
section.event-single .buttons .bod-butt:nth-of-type(1):hover a {
    color: var(--black);
 
}






/*utilities*/
.no-padd {
    padding: 0 !important;
}

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

.no-bordd {
    border: none !important;
}

.flxdir-col {
    flex-direction: column;
}

.flxdir-row {
    flex-direction: row;
}
.white-bg {
    background-color: var(--ocn-white);
}
@media (max-width:996px) {
.hide-on-mob {
display: none;
}
}



/***************************************/
/***************************************/






/*VIDEO*/
.banner iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    /* 16:9 aspect ratio */
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-color: #222;
}

@media (max-width: 1400px) {

    .banner iframe {
        height: 100vh;
        width: 177.78vh;
        /* Maintain 16:9 aspect ratio */
    }
}

.control-button {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;

    position: absolute;
    right: 40px;
    bottom: 100px;
    transform: scale(.7);

}
@media (max-width: 996px) {
.control-button {
  
    bottom: 30px;
  

}
}
.control-button img {
    width: 20px;
    height: 20px;
}

.control-button:hover {
    background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1400px) {
    .control-button {
        right: 20px;
    }
}



footer h4 {
    letter-spacing: .4rem;
}










/*Block: functions 2col*/
.functions-2col .roww {
flex-direction: column;
}
.functions-2col .roww a {
color: black;
}
.functions-2col h3 {
text-align: center;
}
.functions-2col [style*="text-align"]::marker {
display: none !important;
}
.functions-2col .floorplan {
max-width: 70%;
margin: 30px auto;

}
.functions-2col .swiper-gall {
position: relative;
overflow: hidden;
}

.functions-2col .swiper-gall .img-wrapp {
height: 500px;
  
}
.functions-2col .swiper-gall .img-wrapp img {
object-fit: cover;
height: 100%;
width: 100%;
}
.functions-2col .swiper-gall .swiper-wrapper {

}
.functions-2col .details {
    margin-top: 30px;

}
@media (min-width: 1200px) {
    .functions-2col .roww {
flex-direction: row;
}
.functions-2col .coll {
 width: 50%;
}
.functions-2col .coll-b {
    padding: 30px 0 100px 160px;
}
.functions-2col .swiper-gall .img-wrapp {
margin-top: 40px;
  
}
}
section.functions-2col .vidbits {
    text-align: center;
    margin-bottom: 50px;
}

section.functions-2col .vidbits button {
    padding: 15px 30px;
    background: transparent;
    border: 1px solid black;
    border-radius: 40px;
    cursor: pointer;
    margin-bottom: 50px;
}

section.functions-2col .vidbits button:hover {
    padding: 15px 30px;
    background: var(--black);
    border: 1px solid black;
    border-radius: 40px;
    cursor: pointer;
    color: beige;
}


section.functions-2col .swiper-gall #swipe-buttons {
    position: absolute;
    top: 42%;
    display: block;
    width: 100%;
    height: 50px;

    z-index: +9;
    left: 0;
}
section.functions-2col .swiper-gall #swipe-buttons .swiper-button-next {
  width: 80px;
    height: 80px;
    border-radius: 0%;
    border: 5px solid var(--beige);
    background-color: #f2f2ed;
    right: -40px;
}

section.functions-2col .swiper-gall #swipe-buttons .swiper-button-prev {
  width: 80px;
    height: 80px;
    border-radius: 0%;
    border: 5px solid var(--beige);
    background-color: #f2f2ed;

    left: -40px;
}
section.functions-2col .swiper-gall #swipe-buttons .swiper-button-prev:after {

    color: black !important;
    transform: scale(.5) translateX(22px);
}
section.functions-2col .swiper-gall #swipe-buttons .swiper-button-next:after {
  
    color: black !important;
    transform: scale(.5) translateX(-22px);
}


section.functions-2col .open-video-modal {

   
}


/*Block: Basic 1 Col*/
section.basic-1col .roww:nth-child(2) {
    padding-top: 50px;
}

section.basic-1col h4 {
        margin: 10px 0;
        font-weight: 200;
}
section.basic-1col h4 a {
    text-decoration: none;

}
section.basic-1col h4 a:hover {
    text-decoration: underline;
}
@media (min-width: 768px) {
section.basic-1col .roww:nth-child(2) .coll:nth-child(1) {

    padding-right: 50px;
    
}
section.basic-1col .roww:nth-child(2) .coll:nth-child(2) {

    padding-left: 50px;
    border-left: 1px solid var(--ocn-grey);
}
}


/*Block: functions 3 Col*/
section.three-col h2 {
font-family: "Romie-Italic";
}

section.three-col.swapped .coll:first-child {
order: 3;
}


/**Contacta Form**/
.contact-form {
    max-width: 800px;
    margin: 0 auto;
}
.contact-form * {
    box-sizing: border-box;

 
}

.contact-form .contacta-col input {
  padding: 15px;
}

.contact-form textarea {
    width: 100%;
    height: 300px;
    padding: 15px;
}
.contact-form .submitBtn {
   display: flex;
   justify-content: right;
}
.contact-form .submitBtn button {
    width: 150px !important;
    line-height: 40px !important;
}


/***
@media (min-width: 1px) {
#meandu {
    padding-top: 20px !important;
}
#meandu .contacta-webform-table {
    width: 80% !important;
    margin: 0 auto;
}
#meandu button {
  border: 1.5px solid var(--black) !important;
  border-radius: 50px !important;
  max-width: 200px !important;
  background-color: transparent !important;
  cursor: pointer;


  outline: 0px solid #0f0f0f;
  outline-offset: 2px;
  transition: all 0.2s ease;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-right: 10px;
  line-height: normal !important;

    font-family: 'albert_park_hotelregular', sans-serif !important;
    text-transform: uppercase !important;
    color: var(--black) !important;
    font-size: 18px !important;
    padding: 12px 22px !important;
    width: auto !important;
}
#meandu input[type='text'] {
  
        padding: 12px !important;
        border-radius: 5px !important;
        font-size: 17px !important;
 
        border-style: solid !important;
        border-width: thin !important;
        max-width: 400px;
}
#meandu form {
  max-width: 800px !important;
  margin: 0 auto !important;

}
#meandu  .contacta-webform-table .contacta-col {
   padding-left: 0 !important;

}
#meandu .richText {
    font-size: 14px !important;
    line-height: normal !important;
    opacity: .7 !important;
}
#meandu .submission-message-info {
    font-size: 20px !important;
}
}
*/







.aph-form {
padding-top: 0;
}
.aph-form .gform_wrapper {
max-width: 600px;
margin: 0 auto;
padding: 30px;
}
.aph-form .gform_wrapper input[type="text"],
.aph-form .gform_wrapper textarea,
.aph-form .gform_wrapper input[type="email"] {
   border-radius: 5px;
    }

.aph-form .gform_wrapper label,
.aph-form .gform_wrapper legend {
font-size: 20px;
    }
.aph-form .ginput_container_consent label,
.aph-form .gform-field-label--type-sub {
    font-size: 14px !important;
}
.aph-form .gform_wrapper .gform_title {
display: none;
}
.aph-form .gform_wrapper .gform_title {
    display: none;
    }
.aph-form input[type="submit"] {
    border: 1.5px solid #222 !important;
    background-color: #222 !important;
    color: var(--beige) !important;
    border-radius: 50px !important;
    font-family: 'albert_park_hotelregular', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    padding: 12px 22px !important;
}
.aph-form input:focus,
.aph-form textarea:focus {
   outline: 3px solid #a12b2a9c !important;   
   border: 1px solid var(--aph-red) !important;
}
.aph-form .gform_confirmation_wrapper {
    text-align: center !important;
}
.aph-form .gform_fields {
    row-gap: 20px !important;
}





/**/
.basic-1col-text a {   
    color: var(--black) !important;
    text-decoration: none !important;
}
.basic-1col-text a:hover {
    color: var(--black) !important;
    opacity: .6;
    text-decoration: underline !important;
}
.basic-1col-text .roww {
max-width: 750px;
}


/**/
.swiper-wrapper a {
    color: var(--black) !important;
    text-decoration: none !important;

}
.swiper-wrapper a:hover {
    color: var(--black) !important;

    text-decoration: underline !important;
}

footer .menu-item a[target="_blank"]:after {
    content: "\f8ce";
    display: inline-block;
    font-size: 18px;
    font-family: 'Material Symbols Outlined';
    font-weight: 100 !important;
    padding-left: 3px;
    line-height: 0;
    /* margin-top: 5px; */
    transform: translateY(2px) translateX(5px);
}
@media (max-width: 500px) {
    .banner .bod-butt.first-of-several {
        margin-bottom: 0px;
    }  
}


.page-id-78 .banner .cent img {
    padding-bottom: 30px;
}

section.basic-1col-text {
    min-height: 200px;
}

* em, 
strong em {
    color: #222 !important;
    text-decoration: none !important;
}

.single-event p a {
color: #222 !important;

}






.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
}

.video-modal-content {
    position: relative;
    max-width: 90%;
    margin: 5% auto;
    background:rgba(0,0,0,0.2);
    padding: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
 
}

.video-modal video {
    width: auto;
    max-width: 100%;
    max-height: 80vh; /* keeps video within viewport height */
    height: auto;
    position: relative;
    z-index: 1;
       transition: all .2s ease;
}

.video-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 3; /* above video */
    background: rgba(0, 0, 0, 0);
    padding: 4px 10px;
    border-radius: 4px;
}
