.page-content {
  min-height: 50vh;
}

.wp-block-cover .wp-block-cover__inner-container {
  max-width: 1300px;
  margin: auto !important;
  width: 100% !important;
}

.has-text-align-center {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-center {
  max-width: 800px;
  margin: auto;
}

.wp-block-cover, .wp-block-cover-image {
  height: unset;
}

.full-width-image img {
  width: 100% !important;
  height: auto !important;
}

.no-margin-col {
  margin-left: 0 !important;
}

.ugb--has-background-overlay.ugb--has-background-overlay:before {
  z-index: 0;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.is-style-wide{
  width:100%;
}

.ugb-main-block .ugb-video-background {
  z-index: 0 !important;
}

.acf-block-panel .acf-block-fields {
  margin: 0 !important;
}

.stk-row {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;

}

.stk-column-wrapper,
.stk-column-wrapper:not(.stk--no-padding){
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 3vw;
  padding-right: 3vw;
}

.wp-block-separator {
  border-color: transparent;
}

.stk-block.stk-block-column.stk-column {
  margin: 0;

}

.stk-block:is(.aligncenter,.alignwide,.alignfull)>.stk-content-align:not(.alignwide):not(.alignfull) {
  max-width: unset !important;
}

.wp-block-stackable-columns.aligncenter {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.stk-block.stk-block-column.stk-column>.stk-column-wrapper {
  margin: 0;

}

.stk-block-columns.stk-block-background:not(.stk--no-padding) {
  padding: 0;
}

.stk-block-column .wrapper {
  width: 100%;
}

@media all and (max-width: 992px) {

  .stk-column {
    width: 100% !important;
    flex: 1 1 100%;
  }

  .stk-row {
    flex-direction: column;
  }
  .stk-row {
    padding-right: 0;
    padding-left: 0;
  }

  .stk-column-wrapper, .stk-column-wrapper:not(.stk--no-padding) {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .profile-container .profile {
    width: 100%;
  }

  .profile-content > div {
    display: flex;
    flex-direction: column;
  }

  .profile-content .profile-content-description,
  .profile-content .profile-content-contact {
    width: 100%;
    padding: 15px 5vw;
  }

  .profile-close {
    top: 15px;
    right: 5vw;
  }
}

/*BG Colour Settings*/


.has-pink-background-color {background-color: var(--pink);}
.has-white-background-color {background-color: #fff;}
.has-black-background-color {background-color: #333333;}
.has-grey-background-color {background-color: #F0F0F0;}
.has-darkgreen-background-color {background-color: #0E391D;}
.has-green-background-color {background-color: #2E814C;}
.has-lightgreen-background-color {background-color: #D9EDE0;}
.has-palegreen-background-color {background-color: #EAF4EC;}
.has-blue-background-color {background-color: #005CA5;}
.has-lightblue-background-color {background-color: #DEECF7;}
.has-pink-background-color {background-color:#FF0076;}
.has-lightpink-background-color {background-color: #FDB6C1;}
.has-palepink-background-color {background-color: #FCE4E7;}
.has-gold-background-color {background-color: #D37C04;}
.has-tan-background-color {background-color: #FEA428;}
.has-lighttan-background-color {background-color: #FFF7EA;}
