/***********************************************
Reset & Basics
***********************************************/
html, body, span, applet,
object, iframe, h1, h2, h3, h4,
h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd,
q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
embed, figure, figcaption, footer,
header, hgroup, menu, output,
ruby, summary, time, mark,
audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

article, aside, details, figcaption,
figure, footer, header, hgroup, menu {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

html {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* enable to allow sticky header */
body {
  overflow-x: unset !important;
}

/***********************************************
Variables
***********************************************/
:root {
  --transition: all 0.3s ease;
}

main > .ct-inner-content {
  max-width: 1280px;
  margin: 0 auto;
}

.ct-section.alignfull {
  width: 100vw;
}

/* Full Alignment */
.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin: 0 calc(50% - 640px);
  max-width: 100vw;
  width: 1280px;
}

.aligncenter {
  margin: 0 auto;
  max-width: 100vw;
  width: 780px;
}

@media (max-width: 1380px) {
  .alignwide {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }
}
.wp-block-kadence-rowlayout.aligncenter,
.wp-block-kadence-rowlayout.alignwide,
.wp-block-kadence-rowlayout.alignfull {
  margin: 0 calc(50% - 50vw) !important;
  max-width: 100vw;
  width: 100vw;
  left: auto;
  right: auto;
}

.wp-block-kadence-rowlayout.alignnone .kt-row-column-wrap {
  margin: 0 auto;
  max-width: 780px;
}

.wp-block-kadence-rowlayout.alignnone .kt-row-column-wrap,
.wp-block-kadence-rowlayout.aligncenter .kt-row-column-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 780px;
}

.wp-block-kadence-rowlayout.alignwide .kt-row-column-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

.wp-block-kadence-rowlayout.alignfull .kt-row-column-wrap {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.wp-block-kadence-rowlayout.alignfull .kt-row-column-wrap .kt-inside-inner-col {
  width: 100%;
}

.wp-block-kadence-rowlayout.alignfull.nomargin .kt-row-column-wrap {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.wp-block-kadence-rowlayout.alignfull .kt-row-layout-inner {
  padding-left: var(--space-m);
  padding-right: var(--space-m);
}
.wp-block-kadence-rowlayout.alignfull .kt-row-layout-inner .kt-row-layout-inner {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-kadence-rowlayout .wp-block-kadence-rowlayout {
  width: 100% !important;
  margin: 0 auto !important;
}

.odds-torn-paper .wp-block-kadence-rowlayout.alignwide .kt-row-column-wrap {
  width: 100%;
}

@media only screen and (max-width: 1279px) {
  .aligncenter .kt-row-column-wrap,
  .alignwide .kt-row-column-wrap,
  .alignfull .kt-row-column-wrap {
    padding-left: var(--space-m);
    padding-right: var(--space-m);
  }
  /*
   .wp-block-kadence-rowlayout.aligncenter > .kt-row-column-wrap,
   .wp-block-kadence-rowlayout.alignwide > .kt-row-column-wrap{
     padding-left: var(--space-m);
     padding-right: var(--space-m);
   }
   */
}
.kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column.align-center .kt-inside-inner-col {
  align-items: center;
}

/***********************************************
Owl Spacing
***********************************************/
/* Owl Spacing 
.ct-section.owl-spacing--s .ct-section-inner-wrap > * + *,
.owl-spacing--s:not(.ct-section) > * + * {
margin-top: 1rem;
}

.ct-section.owl-spacing--m .ct-section-inner-wrap > * + *,
.owl-spacing--m:not(.ct-section) > * + * {
margin-top: 2rem;
}

.ct-section.owl-spacing--l .ct-section-inner-wrap > * + *,
.owl-spacing--l:not(.ct-section) > * + * {
margin-top: 3rem;
}

.ct-section.owl-spacing--xl .ct-section-inner-wrap > * + *,
.owl-spacing--xl:not(.ct-section) > * + * {
margin-top: 4rem;
}
*/
/* Fix for Kadence Row content & Oxygen Inner Content */
/*
.kt-inside-inner-col > * + *,
.wp-block-column > * + *,
span.inner-content > * + *,
.ct-text-block .ct-span > * + *,
.ct-inner-content > * + * {
    margin-top: 3rem;
}
*/
main p + *, main pre + *, main address + *, main hr + *, main .h1 + *, main .h2 + *, main .h3 + *,
main .h4 + *, main .h5 + *, main .h6 + *, main dt + *, main dd + *, main figure + *, main figcaption + *, main ul + *, main ol + *, main dl + *,
main .media + *, main table + *, main caption + *, main .img-left + *, main .img-right + *,
main .message + *, main .btn--container + *, main .btn--group + * {
  margin-top: var(--space-s);
}

main h1 + *, main h2 + *, main h3 + *, main h4 + *, main h5 + *, main h6 + * {
  margin-top: var(--space-s) !important;
}

.ct-inner-content > .ct-section {
  margin-top: 0;
}

/***********************************************
ACF Accordion
***********************************************/
.accordion {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 2.5rem;
  text-align: left;
}
.accordion h3.accTitle {
  border: 0px solid #999;
  padding: 2.5rem 8rem 2.5rem 3rem;
  background: #fff;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 1rem;
  position: relative;
  max-width: 100%;
  clip-path: url(#accordion-title-mask);
  font-family: "Roboto Slab", sans-serif;
  font-size: var(--text-m);
  font-weight: 700;
}
.accordion h3.accTitle:before {
  content: "";
  background-image: url(https://www.oddsfarm.co.uk/wp-content/uploads/2022/08/accordion-chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 35px;
  position: absolute;
  right: 3rem;
  top: 17px;
  transition: all 0.3s ease;
}
.accordion h3.accTitle.ui-state-active {
  border-bottom: 0;
}
.accordion h3.accTitle.ui-state-active:before {
  transform: rotate(90deg);
  /*
    	content:'\f077';
    	font-family: 'Font Awesome 5 Pro';
    	position: absolute;
    	right: 20px;
    	top: 10px;
  */
}
.accordion h3.accTitle:focus {
  outline: none;
}
.accordion .panel {
  background: #fff;
  border-left: 0px solid #999;
  border-right: 0px solid #999;
  border-bottom: 0px solid #999;
  padding: 2rem 3rem 2.5rem 3rem;
  margin-top: -2rem !important;
  clip-path: url(#accordion-title-mask);
}
.accordion.orange h3.accTitle,
.accordion.orange .panel {
  background: var(--primary-ultra-light);
}

#topnav li.menu-item {
  text-wrap: unset !important;
}

nav#nav ul#menu {
  margin: 1rem 0 0 0;
  width: auto;
  position: relative;
  display: flex;
}
nav#nav ul#menu li {
  list-style: none;
  position: relative;
  font-family: "Amatic SC";
  font-size: var(--text-l);
  line-height: 1;
}
nav#nav ul#menu li a {
  display: block;
  text-decoration: none;
  padding: 1rem 1rem;
  font-weight: 700;
  color: var(--base);
}
nav#nav ul#menu li a:hover {
  color: var(--primary);
}
nav#nav ul#menu li.btn--secondary {
  padding: 0;
}
nav#nav ul#menu li.btn--secondary a {
  color: #fff;
  line-height: 1.2;
  padding: 0.5rem 1rem;
}
nav#nav ul#menu li.menu-item-has-children {
  padding-right: 1rem;
}
nav#nav ul#menu li.menu-item-has-children .menu-expand {
  position: absolute;
  right: 0rem;
  top: 2.4rem;
  width: 16px;
  height: 6px;
}
nav#nav ul#menu li.menu-item-has-children .menu-expand span {
  background: var(--base);
  width: 8px;
  height: 2px;
  position: absolute;
  display: block;
}
nav#nav ul#menu li.menu-item-has-children .menu-expand .plus1 {
  left: 0;
  transform: rotateZ(45deg);
}
nav#nav ul#menu li.menu-item-has-children .menu-expand .plus2 {
  left: 5px;
  transform: rotateZ(-45deg);
}
nav#nav ul#menu li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  visibility: hidden;
  background: #fff;
  background: rgb(255, 255, 255);
  padding: 0;
  margin-top: 0;
  opacity: 0;
  box-shadow: 0px 2px 8px 0px rgba(51, 51, 51, 0.2);
  transition: var(--transition);
  z-index: 2000;
}
nav#nav ul#menu li ul.sub-menu li {
  white-space: nowrap;
  text-align: left;
}
nav#nav ul#menu li ul.sub-menu li a {
  padding: 0.5rem 1rem;
}
nav#nav ul#menu li.current-menu-item > a, nav#nav ul#menu li.current-menu-parent > a {
  color: var(--primary);
}
nav#nav ul#menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

.mobilenav li.btn--secondary {
  display: none;
}

.mobile-menu--header {
  position: relative;
}
.mobile-menu--header::after {
  content: "";
  background-image: url("https://www.oddsfarm.co.uk/wp-content/uploads/2022/08/header-torn-edge.png");
  background-repeat: repeat-x;
  background-size: 2000px 47px;
  width: 100%;
  height: 27px;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  z-index: -1;
}

li.buy-tickets.btn--primary.btn--s {
  padding: 0.5rem 0.8rem;
}
li.buy-tickets.btn--primary.btn--s a {
  color: #fff !important;
}

ul#menu-top-menu li.buy-tickets {
  display: none;
}

@media only screen and (max-width: 1280px) {
  li.buy-tickets {
    display: inline-block !important;
  }
  li.buy-tickets a {
    font-weight: 600 !important;
  }
}
/* mobile menu hamburger button */
.showhide {
  display: none;
  background: transparent;
  width: 46px;
  height: 46px;
  position: fixed;
  top: 33px;
  right: 20px;
  cursor: pointer;
  z-index: 999999;
  transition: var(--transition);
}

.showhide.open {
  top: 43px;
}

.showhide:hover {
  background: transparent;
}

.showhide--inner {
  margin: 9px;
  position: relative;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  display: block;
}

.showhide span {
  position: absolute;
  background: var(--base);
  height: 3px;
  width: 28px;
  transition: 0.5s;
  opacity: 1;
  left: 0;
}

.showhide:hover span {
  background: var(--primary);
}

.showhide span.ham1 {
  top: 4px;
}

.showhide span.ham2 {
  top: 14px;
}

.showhide span.ham3 {
  top: 24px;
}

.showhide.open span.ham1 {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 14px;
}

.showhide.open span.ham2 {
  opacity: 0;
  right: -20px;
}

.showhide.open span.ham3 {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
}

/* mobile menu container */
.mobilenav--wrap {
  padding: 0 0 0 0;
  width: 320px;
  height: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  top: 0;
  right: -320px;
  position: fixed;
  overflow: scroll;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobilenav--wrap.show--mobilenav {
  right: 0;
}

/* mobile menu */
.mobilenav {
  width: 100%;
  height: 100%;
  padding: 4rem 0 2rem 0;
}

.mobilenav ul {
  width: 100%;
  box-sizing: border-box;
  margin: 1rem 0 2rem 0 !important;
}

.mobilenav ul li {
  position: relative;
  border-bottom: 0px solid var(--base-ultra-dark-trans-20);
  list-style: none;
  font-family: "Amatic SC";
  font-size: 3rem;
  line-height: 1;
}

.mobilenav ul li a {
  display: block;
  padding: 8px 20px;
  text-decoration: none;
  color: var(--base);
}

.mobilenav ul li a:hover,
.mobilenav ul li.current-menu-ancestor > a,
.mobilenav ul li.current-menu-item a {
  background: #fff;
  color: var(--primary);
}

.mobilenav ul li:hover ul {
  display: block;
  margin-left: 0;
}

.mobilenav ul ul li {
  border-top: 0px dotted var(--base-ultra-dark-trans-20);
  border-bottom: 0;
  position: relative;
  font-size: 90%;
}
.mobilenav ul ul li a {
  padding: 6px 20px;
}

.mobilenav ul ul {
  padding-left: 15px;
  margin-left: 0;
}

a.menu-expand {
  padding: 0 !important;
  background: transparent !important;
  width: 44px;
  height: 44px;
  position: absolute;
  top: -4px;
  right: 10px;
  z-index: 100;
}

.mobilenav ul li.menu-item-has-children .plus1 {
  content: "";
  position: absolute;
  right: 10px;
  top: 24px;
  width: 20px;
  height: 2px;
  display: block;
  background: var(--base);
  transition: all 0.3s ease-in-out;
  transform: rotate(-180deg);
}

.mobilenav ul li.menu-item-has-children .plus2 {
  content: "";
  position: absolute;
  right: 10px;
  top: 24px;
  width: 20px;
  height: 2px;
  display: block;
  background: var(--base);
  transition: all 0.3s ease-in-out;
  transform: rotate(-270deg);
}

a.menu-expand:hover span {
  background: var(--primary) !important;
}

.mobilenav ul li.menu-item-has-children > a.menu-expand.menu-clicked .plus1 {
  transform: rotate(0);
}

.mobilenav ul li.menu-item-has-children > a.menu-expand.menu-clicked .plus2 {
  transform: rotate(0);
}

@media only screen and (max-width: 1280px) {
  .showhide {
    display: block;
  }
}
/***********************************************
Gravity Forms
***********************************************/
.gform_wrapper ul.gform_fields {
  padding-left: 0 !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
  background: #fff;
  color: #333;
  border: 0;
  padding: 10px !important;
}

.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons a {
  width: 20px;
}

@custom-media --extra-small-viewport (min-width: 20em);
@custom-media --small-viewport (min-width: 25em);
@custom-media --medium-small-viewport (min-width: 48em);
@custom-media --medium-viewport (min-width: 62em);
@custom-media --large-viewport (min-width: 75em);
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}
.glightbox-container.inactive {
  display: none;
}
.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}
.glightbox-container .gslide {
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  user-select: none;
}
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
}
.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}
.glightbox-container .gslide-inner-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.glightbox-container .ginner-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  max-height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}
@media (--medium-small-viewport) {
  .glightbox-container .ginner-container {
    width: auto;
    flex-direction: row;
  }
}
.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}
.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}
@media (--medium-small-viewport) {
  .glightbox-container .ginner-container.desc-left .gslide-description, .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-media, .glightbox-container .ginner-container.desc-top .gslide-media {
    order: 1;
  }
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  touch-action: auto;
}

.gslide-image {
  align-items: center;
  will-change: transform, opacity;
}
.gslide-image img {
  max-height: 90vh;
  display: block;
  max-width: 90% !important;
  margin: 0;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  user-select: none;
  will-change: transform, opacity;
  max-width: 100vw;
  width: auto;
  height: auto;
  object-fit: cover;
  touch-action: none;
}
@media (--medium-small-viewport) {
  .gslide-image img {
    /* width: initial; */
    max-height: 97vh;
  }
}
.desc-top .gslide-image img, .desc-bottom .gslide-image img {
  width: 100%;
}

.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}
.gslide-video .gvideo-wrapper {
  width: 100%;
}
.gslide-video::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}
.gslide-video.playing::before {
  display: none;
}

.gslide-inline {
  background: #fff;
  padding: 20px;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
}
@media (--medium-small-viewport) {
  .gslide-inline {
    max-height: 95vh;
  }
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 62vh;
}
@media (--medium-small-viewport) {
  .gslide-external {
    max-height: 95vh;
  }
}

.gslide-media {
  display: block;
  display: inline-flex;
  width: auto;
  justify-content: center;
  align-items: center;
  /* @media (--medium-small-viewport) {
      display: block;
      display: inline-flex;
      justify-content: center;
  } */
}
.desc-top .gslide-media, .desc-bottom .gslide-media {
  margin: 0 auto;
}

.gslide-description {
  float: left;
}
.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}
@media (--medium-small-viewport) {
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }
}
.gslide-description p {
  margin-bottom: 12px;
}
.gslide-description p::last-child {
  margin-bottom: 0;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
}
.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}
.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.glightbox-desc {
  display: none;
}

.glightbox-open {
  overflow: hidden;
}
@media (--medium-small-viewport) {
  .glightbox-open {
    height: auto;
  }
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  will-change: opacity;
}
@media (--medium-small-viewport) {
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

.gprev,
.gnext,
.gclose {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
}
.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}
.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
@media (--medium-small-viewport) {
  .glightbox-clean .ginner-container {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
}
.glightbox-clean .gslide-description {
  background: #fff;
}
.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}
.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}
.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}
.glightbox-clean .gslide-video {
  background: #000;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  border: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAA2CAYAAADTeCfRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NThDMEMwNzg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NThDMEMwODg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OEMwQzA1ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OEMwQzA2ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+htE8KwAAA9BJREFUeNrsm1tIFGEYhndDI4OSLgqkMrKjBXYwCjt40QkpL4pMyoqMgigIgm6iiy66KSwpj2vrucKgpINRRhYRooQkWYEWUkaWERokhVQXbu/QOyDhpjPzz3H/Dx7W1f2+753/3X9mnPnHHwqFfDKcEWPkEEgzZEgzpBkybDbjHLhvIP8GKLNhPILgksEaFaDKKWacAMdAn4Ean8F+kGOxGXFgDyjSmZ8L9oFpurKVU1uBnAr9jZMCah1hrQLBGkciyL7FGvNymXdZb2+RG3GGYo4LrHmINS9abEiZRkMu8PNXjPQVJV4Vc9SEgclm7WqLDSkd5RdBiBGizCihmMMmDkwWe1yz2JBy9g2E+ft5o7smkWZUUMwBCwYmg71u2nQMCZhphFEzaihmt4UDk86e9TYZUsj3OaKNMGJGHcVkWjwoChvZ+7HFfQvZt42vpaJ76Em6SzHbbDBCZR01NFvct519u8yorzXhEcWk2WiESiq1tFrUT901veZrnp1mNFHEWgcYoZJMTe0m98ljn3K+z+f7oB1mtLD5agcZoZJEbZ3Ab0J9deCrwpzSB6004xWbLnegESqJ1NgNok04aFeF+XtA5MF8pA90stkiBxuhkkCtvSBGQL2iEYz415Bys8yIAu/ZZKELjFCJp+Z+EGugTgHrVGq8ClEm2oxZ4CUYAHNcZIRKHOjj6ed8A8eISo15xUaPIcP9spFFk11ohMp0bkOHxrxa5lXo7Ksack9Pvn+YpTqLwS0QDZbxRo+bYgJoBZPAZtCiIVe5QzceZBroXwP8YKfWRH+YdVOx4AOYCOJBt0uMUAz4BGLAVNDjhXvg/bwF2UdTElywLVOoN5o/97hsRv/3HvgAv10fwVuQ6ODtUO45f6HmyaDXi6tDfoMZNKMdJDlwG2ZyN/qVs/mbl5fqDILZoAO8AMkO0j8XvONJhjKLf0TKuqkF4Dl4BlY6QLty1vcGdHE39SvSFrEtBc2gCWywUfcKfjE6eHIxGKkrCleBRvAApNmgOQU8BW2crRG/vDMV1JN0C/WmcmYqZizxeSyMLO/cBG6DOyDDAq3rwRPOyhSfB8PoWtst4DrJMlGnYnwDeMjZ4c0QdGGumhfIsk246LeVtetcfOFyVEQJ8nQv+AkqwThQIqjuDnAV1ILtPo9HlMBaB/kfewCMBfkG6ylL85VnJZSroLt8kRAmTLezOpfUD+W0WQvFnIzfpEePlaeO5oE1OvOVp56+R8KuaWiYZYYMG05tZUgzpBkypBnSDBnSDGmGDGmGDGmGNEOGNEOaIUOa4YH4I8AAM9m8BFEzyDIAAAAASUVORK5CYII=");
}
.glightbox-clean button:focus:not(.focused):not(.disabled) {
  outline: none;
}
.glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.08);
  background-position: 4px 5px;
  position: absolute;
  top: -100%;
  left: 30px;
  width: 38px;
  height: 56px;
}
@media (--medium-small-viewport) {
  .glightbox-clean .gprev {
    top: 45%;
  }
}
.glightbox-clean .gnext {
  background-color: rgba(0, 0, 0, 0.08);
  background-position: -27px 5px;
  position: absolute;
  top: -100%;
  right: 30px;
  width: 38px;
  height: 56px;
}
@media (--medium-small-viewport) {
  .glightbox-clean .gnext {
    top: 45%;
  }
}
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.08);
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: 0.7;
  background-position: -59px 2px;
}
@media (--medium-viewport) {
  .glightbox-clean .gclose {
    right: 20px;
  }
}
.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}

@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
/** Custom colours for Gutenberg editor **/
/** Primary colours **/
.has-primary-background-color {
  background-color: var(--primary);
}

.has-primary-color {
  color: var(--primary);
}

/** Primary dark colours **/
.has-primary-dark-background-color {
  background-color: var(--primary-dark);
}

.has-primary-dark-color {
  color: var(--primary-dark);
}

/** Primary Light colours **/
.has-primary-light-background-color {
  background-color: var(--primary-light);
}

.has-primary-light-color {
  color: var(--primary-light);
}

/** Primary ultra-light colours **/
.has-primary-ultra-light-background-color {
  background-color: var(--primary-ultra-light);
}

.has-primary-ultra-light-color {
  color: var(--primary-ultra-light);
}

/** Secondary colours **/
.has-secondary-background-color {
  background-color: var(--secondary);
}

.has-secondary-color {
  color: var(--secondary);
}

/** secondary dark colours **/
.has-secondary-dark-background-color {
  background-color: var(--secondary-dark);
}

.has-secondary-dark-color {
  color: var(--secondary-dark);
}

/** secondary Light colours **/
.has-secondary-light-background-color {
  background-color: var(--secondary-light);
}

.has-secondary-light-color {
  color: var(--secondary-light);
}

/** secondary ultra-light colours **/
.has-secondary-ultra-light-background-color {
  background-color: var(--secondary-ultra-light);
}

.has-secondary-ultra-light-color {
  color: var(--secondary-ultra-light);
}

/** Base colours **/
.has-base-background-color {
  background-color: var(--secondary);
}

.has-base-color {
  color: var(--secondary);
}

/** base dark colours **/
.has-base-dark-background-color {
  background-color: var(--base-dark);
}

.has-base-dark-color {
  color: var(--base-dark);
}

/** base Light colours **/
.has-base-light-background-color {
  background-color: var(--base-light);
}

.has-base-light-color {
  color: var(--base-light);
}

/** base ultra-light colours **/
.has-base-ultra-light-background-color {
  background-color: var(--base-ultra-light);
}

.has-base-ultra-light-color {
  color: var(--base-ultra-light);
}

/** accent colours **/
.has-accent-background-color {
  background-color: var(--secondary);
}

.has-accent-color {
  color: var(--secondary);
}

/** accent dark colours **/
.has-accent-dark-background-color {
  background-color: var(--accent-dark);
}

.has-accent-dark-color {
  color: var(--accent-dark);
}

/** accent Light colours **/
.has-accent-light-background-color {
  background-color: var(--accent-light);
}

.has-accent-light-color {
  color: var(--accent-light);
}

/** accent ultra-light colours **/
.has-accent-ultra-light-background-color {
  background-color: var(--accent-ultra-light);
}

.has-accent-ultra-light-color {
  color: var(--accent-ultra-light);
}

/***********************************************
Theme Styles
***********************************************/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

main ul {
  padding-left: 0;
  margin-left: 15px;
}

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

/***********************************************
Smooth scroll to anchors with offset
***********************************************/
html {
  scroll-behavior: smooth;
}

:target:before {
  content: "";
  display: block;
  height: 69px;
  margin: -69px 0 0;
}

.accessible-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/***********************************************
Header
***********************************************/
#header-outer {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: var(--transition);
}

#header-outer .logo {
  transition: var(--transition);
}

#header::after {
  content: "";
  background-image: url("https://www.oddsfarm.co.uk/wp-content/uploads/2022/08/header-torn-edge.png");
  background-repeat: repeat-x;
  background-size: 2000px 47px;
  width: 100vw;
  height: 27px;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  z-index: -1;
}

/***********************************************
Footer menu fix
***********************************************/
footer ul.oxy-pro-menu-list > li {
  flex-direction: column !important;
  align-items: flex-start !important;
  white-space: normal;
}
footer ul.oxy-pro-menu-list > li a {
  display: block;
}
footer ul.oxy-pro-menu-list > li a.menu-expand,
footer ul.oxy-pro-menu-list > li .oxy-pro-menu-dropdown-icon-click-area {
  display: none !important;
}
footer .sub-menu {
  display: block !important;
  visibility: visible !important;
  position: relative !important;
  left: 0 !important;
  clear: both;
}
footer .sub-menu li {
  white-space: normal;
}

/***********************************************
Odds Top Banner
***********************************************/
@media only screen and (max-width: 767px) {
  .banner-title .banner-title--inner {
    padding: 0;
  }
  .banner-title .banner-title--inner .banner-title-h1 {
    padding: 1.5rem 1.5rem 2.2rem 1.5rem;
  }
}
/***********************************************
Odds Intro Section
***********************************************/
.odds-intro__wrapper.green {
  background: var(--secondary-ultra-light);
  position: relative;
}
.odds-intro__wrapper.green svg {
  min-width: 100%;
  position: absolute;
  height: 10px;
  bottom: 0;
  left: 0;
  z-index: 0;
  transform-origin: bottom center;
  color: #fff;
}
.odds-intro__wrapper .odds-intro {
  display: flex;
  width: 100%;
}
.odds-intro__wrapper .odds-intro .odds-intro__left,
.odds-intro__wrapper .odds-intro .odds-intro__right {
  width: 25%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.odds-intro__wrapper .odds-intro .odds-intro__left img,
.odds-intro__wrapper .odds-intro .odds-intro__right img {
  height: 260px;
  width: auto;
  margin: 0 0 -8rem 0;
  position: relative;
  z-index: 10;
}
.odds-intro__wrapper .odds-intro .odds-intro__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.odds-intro__wrapper .odds-intro .odds-intro__center h1 {
  color: var(--primary);
}
.odds-intro__wrapper .odds-intro .odds-intro__center .odds-intro__insect {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .odds-intro__wrapper .odds-intro {
    flex-direction: column;
  }
  .odds-intro__wrapper .odds-intro .odds-intro__right {
    display: none;
  }
  .odds-intro__wrapper .odds-intro .odds-intro__left {
    width: 100%;
    order: 2;
    display: flex;
    justify-content: center;
  }
  .odds-intro__wrapper .odds-intro .odds-intro__left img {
    max-width: 80px;
    height: auto;
  }
}
/***********************************************
Odds Icon Link
***********************************************/
.odds-icon-link {
  display: flex;
  align-items: center;
  font-size: var(--text-l);
  margin-bottom: var(--space-s);
}
.odds-icon-link:hover {
  color: var(--secondary);
}
.odds-icon-link img {
  width: 55px;
  height: 55px;
  margin-right: var(--space-s);
}

/***********************************************
Primary Buttons
***********************************************/
.btn--primary.odds-button {
  display: inline-block;
}

.btn--primary,
.btn--secondary {
  clip-path: url(#button-mask);
}

/***********************************************
Odds Photo Card
***********************************************/
.photo-card {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: var(--space-s);
}
.photo-card.yes {
  background: url(https://www.oddsfarm.co.uk/wp-content/uploads/2022/08/paper_02-large-opt.jpg);
  padding-bottom: var(--space-m);
  clip-path: url(#photo-card-mask);
}
.photo-card:hover .photo-card__title-box {
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.photo-card .photo-card__imagewrap {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}
.photo-card .photo-card__imagewrap.landscape {
  padding-bottom: 65%;
}
.photo-card .photo-card__imagewrap.portrait {
  padding-bottom: 130%;
}
.photo-card .photo-card__imagewrap .photo-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  clip-path: url(#photo-card-mask);
}
.photo-card .photo-card__imagewrap .link-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 12;
}
.photo-card .photo-card__title-box {
  width: 88%;
  position: relative;
  bottom: -2rem;
  left: 6%;
  right: 6%;
  margin-top: -5rem;
  transition: var(--transition);
}
.photo-card .photo-card__title-box .photo-card__paint-wrap {
  position: relative;
  width: 100%;
  text-align: left;
  display: block;
  flex-wrap: nowrap;
  flex-direction: column;
}
.photo-card .photo-card__title-box .photo-card__paint-wrap .photo-card__title-wrap {
  text-align: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  padding: var(--space-s);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photo-card .photo-card__title-box .photo-card__paint-wrap .photo-card__title-wrap .photo-card__title {
  z-index: 10;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
}
.photo-card .photo-card__title-box .photo-card__paint-wrap .photo-card__title-wrap img.photo-card--paintbrush-bg {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  object-fit: fill;
  width: 100%;
  margin-top: 0 !important;
}
.photo-card .photo-card__description {
  margin-top: var(--space-m);
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.photo-card .photo-card__description .odds_photo_card__subhead {
  font-weight: 700;
}
.photo-card .photo-card__description .btn--primary {
  margin-top: var(--space-m);
}

/***********************************************
Daily Activities Filter
***********************************************/
.fast-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fast-filter label {
  font-size: var(--text-xl);
  font-family: "Amatic SC";
  color: #fff;
  margin-right: 1rem;
}

.fast-filter input {
  border-style: none;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
  width: 300px;
}

.fast-filter select {
  background: var(--secondary-light-trans-20);
  border: 0;
  padding: 0.5rem;
  font-family: "Amatic SC";
  font-size: var(--text-xl);
  color: #fff;
}
.fast-filter select option {
  font-size: var(--text-m);
}

/***********************************************
Odds Party Section
***********************************************/
.odds-party-section {
  margin-top: 20rem !important;
  background: url(https://www.oddsfarm.co.uk/wp-content/uploads/2022/08/paper_02-large-opt.jpg);
  position: relative;
}
.odds-party-section .odds-party-section__wrap {
  margin: 0 auto;
}
.odds-party-section .odds-party-section__wrap .odds-party-section__photo-wrap {
  margin-top: -20rem;
  width: 960px;
  max-width: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  .odds-party-section .odds-party-section__wrap .odds-party-section__photo-wrap {
    width: 100%;
  }
}
.odds-party-section .odds-party-section__wrap .odds-party-section__photo-wrap .odds-party-section__photo-sizer {
  width: 100%;
  padding-bottom: 65%;
  position: relative;
}
.odds-party-section .odds-party-section__wrap .odds-party-section__photo-wrap .odds-party-section__photo-sizer img {
  width: 100%;
  clip-path: url(#photo-card-mask);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.odds-party-section .odds-party-section__wrap .odds-party-section__photo-wrap .odds-party-section__paintwrap {
  background-image: url(https://www.oddsfarm.co.uk/wp-content/uploads/2022/08/green-paint.png);
  background-size: 100% 100%;
  width: 90%;
  max-width: 650px;
  padding-top: var(--space-s);
  padding-right: var(--space-s);
  padding-bottom: var(--space-s);
  padding-left: var(--space-s);
  margin: -4rem auto 4rem auto;
  position: relative;
  color: #fff;
  text-align: center;
}
.odds-party-section .odds-party-section__wrap .odds-party-section__innerblocks {
  max-width: 780px;
  margin: 0 auto;
}
.odds-party-section .odds-party-section__divider-top,
.odds-party-section .odds-party-section__divider-bottom {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  height: 10px;
}
.odds-party-section .odds-party-section__divider-top svg,
.odds-party-section .odds-party-section__divider-bottom svg {
  min-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  transform-origin: bottom center;
  height: 10px;
  width: 100%;
  color: #ffffff;
}
.odds-party-section .odds-party-section__divider-top {
  top: -1px;
}
.odds-party-section .odds-party-section__divider-bottom {
  bottom: -1px;
}

/***********************************************
Odds Wooden Notice Block
***********************************************/
.odds-wooden-notice {
  margin-bottom: -8rem;
}
.odds-wooden-notice .odds-wooden-notice__illustration {
  position: relative;
  display: flex;
  width: 210px;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  z-index: 11;
}
.odds-wooden-notice .odds-wooden-notice__illustration img {
  width: auto;
}
@media screen and (max-width: 800px) {
  .odds-wooden-notice .odds-wooden-notice__illustration img {
    width: 100px;
  }
}
.odds-wooden-notice .odds-wooden-notice__outer-wrap {
  width: 100%;
  max-width: 580px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto -4rem auto;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .odds-wooden-notice .odds-wooden-notice__outer-wrap {
    margin: 0 auto -1rem auto;
  }
}
.odds-wooden-notice .odds-wooden-notice__outer-wrap .odds-wooden-notice__title-wrap {
  position: absolute;
  bottom: 7px;
  top: 0;
  width: 90%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.odds-wooden-notice .odds-wooden-notice__outer-wrap .odds-wooden-notice__title-wrap h1, .odds-wooden-notice .odds-wooden-notice__outer-wrap .odds-wooden-notice__title-wrap h2 {
  color: #ffffff;
}

/***********************************************
Odds Testimonial Slider
***********************************************/
.odds-testimonials .odds-testimonials__paper-texture {
  width: 100%;
  padding: var(--space-xl);
  background-size: 100% 100%;
  margin-bottom: var(--space-xl);
}
.odds-testimonials .odds-testimonials__paper-texture .swiper .odds-testimonials__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.odds-testimonials .odds-testimonials__paper-texture .swiper .odds-testimonials__slide .odds-testimonials__rating {
  width: 320px;
  height: 55px;
  background-size: 313px 55px;
  background-repeat: no-repeat;
  background-position: 3px 0;
  margin-top: var(--space-l);
  margin-bottom: var(--space-s);
}
.odds-testimonials .odds-testimonials__paper-texture .swiper .odds-testimonials__slide .odds-testimonials__rating.four-five {
  width: 288px;
}
.odds-testimonials .odds-testimonials__paper-texture .swiper .odds-testimonials__slide .odds-testimonials__rating.four {
  width: 256px;
}
.odds-testimonials .odds-testimonials__paper-texture .swiper .odds-testimonials__slide .odds-testimonials__rating.three-five {
  width: 224px;
}
.odds-testimonials .odds-testimonials__paper-texture .swiper .odds-testimonials__slide .odds-testimonials__rating.three {
  width: 192px;
}
.odds-testimonials .odds-testimonials__paper-texture .swiper .odds-testimonials__slide .odds-testimonials__rating.two-five {
  width: 160px;
}
.odds-testimonials .odds-testimonials__paper-texture .swiper .odds-testimonials__slide .odds-testimonials__rating.two {
  width: 128px;
}
.odds-testimonials .odds-testimonials__paper-texture .swiper .odds-testimonials__slide .odds-testimonials__rating.one-five {
  width: 96px;
}
.odds-testimonials .odds-testimonials__paper-texture .swiper .odds-testimonials__slide .odds-testimonials__rating.one {
  width: 64px;
}
.odds-testimonials .odds-testimonials__paper-texture .swiper .odds-testimonials__slide .odds-testimonials__content {
  padding: var(--space-l) var(--space-xxl) 0 var(--space-xxl);
}
.odds-testimonials .odds-testimonials__paper-texture .swiper .odds-testimonials__slide .odds-testimonials__content .odds-testimonials__quote {
  display: block;
  font-size: var(--text-l);
  margin-bottom: var(--space-s);
}
.odds-testimonials .odds-testimonials__paper-texture .swiper .odds-testimonials__slide .odds-testimonials__content .odds-testimonials__name {
  display: block;
}

/***********************************************
Torn Paper Block
***********************************************/
.odds-torn-paper {
  /*
  .torn-top::before {
      background-image: url('https://www.oddsfarm.co.uk/wp-content/uploads/2022/08/torn-edge-top.svg');
      background-position: top;
      top: -14px;
      }
  .torn-bottom::after {
      background-image: url('https://www.oddsfarm.co.uk/wp-content/uploads/2022/08/torn-edge-bottom.svg');
      background-position: bottom;
      bottom: -14px;
      }
  */
}
.odds-torn-paper .torn-top,
.odds-torn-paper .torn-bottom {
  position: relative;
  width: 100%;
  background: var(--secondary-ultra-light);
  padding: var(--space-l);
  text-align: center;
  clip-path: url(#torn-paper-mask);
}
.odds-torn-paper .torn-top .wp-block-kadence-rowlayout.alignwide, .odds-torn-paper .torn-top .wp-block-kadence-rowlayout.alignwide,
.odds-torn-paper .torn-bottom .wp-block-kadence-rowlayout.alignwide,
.odds-torn-paper .torn-bottom .wp-block-kadence-rowlayout.alignwide {
  width: 100%;
  margin: 0 auto !important;
}
.odds-torn-paper .torn-top h1,
.odds-torn-paper .torn-bottom h1 {
  color: var(--primary);
}
.odds-torn-paper .torn-top::after, .odds-torn-paper .torn-top::before,
.odds-torn-paper .torn-bottom::after,
.odds-torn-paper .torn-bottom::before {
  content: "";
  width: 100%;
  margin: 0;
  height: 15px;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .odds-torn-paper .torn-top::after, .odds-torn-paper .torn-top::before,
  .odds-torn-paper .torn-bottom::after,
  .odds-torn-paper .torn-bottom::before {
    background-size: 200% 50%;
  }
}
.odds-torn-paper .torn-top .odds-torn-paper__innerblocks,
.odds-torn-paper .torn-bottom .odds-torn-paper__innerblocks {
  width: 100%;
  text-align: left;
}
.odds-torn-paper.orange .torn-top, .odds-torn-paper.orange .torn-bottom {
  background: var(--primary-ultra-light);
}
.odds-torn-paper.alignfull .ct-section-inner-wrap {
  max-width: 100vw;
}
.odds-torn-paper.alignfull .ct-section-inner-wrap .odds-torn-paper__innerblocks {
  max-width: 1280px;
  margin: 0 auto;
}
.odds-torn-paper .wp-block-kadence-rowlayout .wp-block-kadence-rowlayout.torn-top::before,
.odds-torn-paper .wp-block-kadence-rowlayout .wp-block-kadence-rowlayout.torn-bottom::after {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .odds-torn-paper__innerblocks .kt-row-column-wrap {
    max-width: 100% !important;
  }
}
/***********************************************
Social Media links
***********************************************/
.odds-social-media-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.odds-social-media-block .odds-socoal__link {
  margin: 0 1rem;
  transition: var(--transition);
}
.odds-social-media-block .odds-socoal__link:hover {
  opacity: 0.6;
}

/***********************************************
Odds Chevron link
***********************************************/
.odds-chevron-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--text-l);
  font-weight: 600;
  margin: 1rem auto;
  transition: var(--transition);
  max-width: 320px;
}
.odds-chevron-link:hover {
  color: var(--secondary);
}

/***********************************************
Ninja Tables
***********************************************/
.ninja_table_wrapper.semantic_ui .ui.table {
  border: 0;
  border-bottom: 1px solid var(--secondary-light);
  border-radius: 0;
}
.ninja_table_wrapper.semantic_ui .ui.table thead th {
  color: #fff;
  background-image: url("https://www.oddsfarm.co.uk/wp-content/uploads/2022/08/green-paint.png");
  background-size: 98% 100%;
  background-repeat: no-repeat;
  border: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
}
.ninja_table_wrapper.semantic_ui .ui.table tbody tr:nth-child(2n) {
  background: var(--secondary-trans-10);
}
.ninja_table_wrapper.semantic_ui .ui.table tbody tr:hover {
  background: var(--primary-trans-20) !important;
}
.ninja_table_wrapper.semantic_ui .ui.table tbody td {
  border-top: 0 !important;
}
