* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:focus {
  outline: none;
}

a:focus {
  outline: none;
}
html {
  font-size: 16px;
}
body {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  font-family: "Roboto";
  color: var(--color-light);
  background-color: #FEFCE8;
}
body.woocommerce-order-pay .page-content {
  padding: 30px;
}
a, .ui-widget-content a {
  color: var(--primary-accent-color);
}

a:hover {
  color: var(--primary-accent-color);
  text-decoration: none;
}
a,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body #main-menu ul#menu-call-to-action {
  padding-left: 10px;
}

.inline {
  display: inline-block;
}

.updated:not(.published) {
  display: none;
}
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
img {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.navbar {
  overflow-x:clip;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: 0px 10px 20px #0000000d;
  background-color: rgb(236 232 126 / 10%);
  background-image: url(/wp-content/themes/slipstream-competitions/images/BG.png);
  background-size: cover;
}
nav.navbar:after {
  content: '';
  position: absolute;
  right: -30px;
  top: 0;
  background: #ECE87E;
  width: calc(50% - 415px);
  height: 100%;
  display: block;
  z-index: -1;
  transform: skew(-30deg, 0deg);
}
#header .navbar .navbar-wrapper, body.navbar-no-background #header .navbar.fixed.scroll, body.header-full-width-boxed #header .navbar, body.header-full-width #header .navbar {
  background-color: transparent !important;
}
.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.navbar-wrapper {
  padding: 15px 40px;
}
.navbar-brand {
  padding:0;
}
ul#menu-primary-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body.single .main-content,
.woocommerce-cart .main-content {
  /* padding: 100px 0 0 0; */
}

body.single.single-product .main-content {
  padding-top: 0;
}
.single-product.woocommerce div.product form.cart {
  margin-top: 0;
}
.topbar-message {
  padding: 5px;
  text-align: center;
  font-weight: 600;
  font-family: 'Work Sans';
  background: #F1534D;
  color: white;
  transition: transform 0.3s;
  /*animation: hideAnimation 0s ease-in 5s;*/
  /*animation-fill-mode: forwards;*/
}
/*@keyframes hideAnimation {*/
/*  to {*/
/*    transform:translateY(-100%);*/
/*    height:0;*/
/*    padding:0;*/
/*  }*/
/*}*/
body.fixed-header.admin-bar .navbar {
  top: 46px;
}
body.fixed-header.admin-bar .navbar.scroll-admin-bar {
  top: 0;
}
body.fixed-header .navbar {
  width: 100%;
  z-index: 999;
}
body.navbar-no-background #header {
  position: relative;
  min-height: 100px;
}
body.navbar-no-background #header .navbar {
  position: absolute;
  width: 100%;
  background-color: transparent;
  z-index: 200;
}
body.navbar-no-background #header .navbar.fixed {
  position: fixed;
}
body.navbar-no-background #header .navbar.fixed.scroll {
  background-color: #fff;
}
body.navbar-no-background #header .navbar .navbar-wrapper {
  background-color: transparent;
}
body.menu-sandwich .navbar-header {
  float: none;
}
body.menu-sandwich .navbar-toggle {
  display: block;
  float: right;
}
body.menu-sandwich #main-menu ul.nav {
  float: none !important;
}
body.menu-sandwich #main-menu ul.nav li {
  float: none;
}
#header .navbar .navbar-wrapper {
  align-items: center;
}
.navbar-brand h1 a {
  font-size: 30px;
  color: #333;
}
.navbar-brand h1 a:hover {
  color: var(--primary-accent-color);
  text-decoration: none;
}
.navbar-brand img {
  max-width: 100%;
  height: auto;
}
.navbar-toggle {
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 5px;
}
.navbar-toggle svg path {
  stroke: var(--color-light);
}
.navbar-toggle .icon-bar {
  width: 20px;
  border-radius: 0;
  background-color: #333;
}
.sandwich-color-light #main-menu {
  background-color: #fff;
}
.sandwich-color-light #main-menu > ul > li > a {
  color: #555;
}
.sandwich-color-light #main-menu > ul > li > a:hover,
.sandwich-color-light #main-menu > ul > li > a:focus {
  color: #333;
}
.sandwich-color-light #main-menu > ul > li.current_page_item > a {
  color: #333;
}
.sandwich-color-light #main-menu > ul ul li a {
  color: #333;
}
.sandwich-color-light #main-menu > ul ul li a:hover,
.sandwich-color-light #main-menu > ul ul li a:focus {
  color: #555;
}
.sandwich-color-light #main-menu > ul ul li.current_page_item > a {
  color: #555;
}
.sandwich-color-light #main-menu > ul ul li .dropdown-toggle {
  color: #333;
}
.sandwich-color-light #main-menu .button-close {
  color: #333;
}
.sandwich-color-light #main-menu .dropdown-toggle {
  color: #555;
}
.navbar-wrapper.menu-opened:before {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(54 106 99 / 80%);
  height: 100%;
  width: 100%;
  z-index: 20;
}
#main-menu {
  overflow-y: auto;
  position: fixed;
  top: 0;
  text-align: center;
  bottom: 0;
  right: 0;
  z-index: 9999;
  height: 100%;
  background-color: white;
  opacity: 1;
  padding: 40px 30px 0 30px;
  width: 100%;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
[class*=" vct-icon-"]:before, [class^=vct-icon-]:before {
  color:var(--color-light);
}

#main-menu .header-widgetised-area {
  margin: 30px 0;
}
#main-menu .header-widgetised-area .widget {
  margin-bottom: 20px;
}
#main-menu .header-widgetised-area .widget-title {
  font-size: 18px;
}
#main-menu .header-widgetised-area .widget_text {
  font-size: 18px;
  line-height: 1em;
}
#main-menu.open {
  visibility: visible;
  opacity: 1;
}
#main-menu .button-close {
  width: 16px;
  height: 16px;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 25px;
  color: white;
  position: absolute;
  right: 20px;
  top: 20px;
}
div#main-menu img {
  margin-bottom: 50px;
  margin-top: 20px;
}
#main-menu .dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  line-height: 1.45;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-family: var(--font-family);
  font-size: 0.64em;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #fff;
}
#main-menu .dropdown-toggle.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#main-menu > ul > li.menu-item-has-children {
  padding-right: 20px;
}

.menu-item.menu-item-has-children > a:hover:after {
  border-color:white;
}

.menu-item.menu-item-has-children > a:after {
  content: "";
  position: relative;
  height: 8px;
  width: 8px;
  top: -2px;
  margin-left: 12px;
  border: solid #08508A;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate( 45deg );
  -webkit-transform: rotate( 45deg );
}
#main-menu ul li {
  position: relative;
}
#main-menu ul li a {
  color: var(--menu-text-color);
  text-transform: uppercase;
}
#main-menu ul li a:hover,
#main-menu ul li a:focus {
  text-decoration: none;
  color: var(--menu-hover-color);
}
#main-menu ul li.current-menu-item > a {
  background: #E53F38;
  color: white;
}
#main-menu ul li.menu-item-has-children > a {
  margin-right: 56px;
}
#main-menu ul li ul {
  display: none;
  padding: 10px 0;
}
#main-menu ul li ul li {
  font-family: var(--font-family);
  font-size: 16px;
  list-style: none;
  line-height: 1.2;
}
#main-menu ul li ul li .dropdown-toggle {
  padding: 7px 0 3px 0;
  color: #ccc;
}
#main-menu ul li ul li .dropdown-toggle.open {
  padding: 3px 0 7px 0;
}
#main-menu ul li ul li ul {
  padding-left: 10px;
}
#main-menu > ul {
  margin: 0;
  float: none;
}
#main-menu > ul > li {
  font-size: 22px;
}
#main-menu > ul > li > a {
  padding: 12px 0;
  font-family: var(--font-family);
  color: var(--menu-text-color);
}
#main-menu > ul > li > a:hover,
#main-menu > ul > li > a:focus {
  color: var(--menu-hover-color);
  background: none;
}
#main-menu > ul > li > .dropdown-toggle {
  padding: 17px 0 10px 0;
}
#main-menu > ul > li > .dropdown-toggle.open {
  padding: 10px 0 17px 0;
}
.wpb_text_column .wpb_content_element .wpb_wrapper .btn-primary {
  text-align: center;
  border: 1px solid var(--primary-button-border-color);
  background-color: var(--primary-button-background);
  color: var(--primary-button-text-color) !important;
  text-decoration: none;
}
.vc_column_container
  > .vc_column_inner
  > .wpb_wrapper
  > .wpb_wrapper
  > .btn-primary {
  background: black;
}
.btn-primary:not(.menu-item),
#main-menu > ul > li.btn-primary > a {
  text-align: center;
  border: 1px solid var(--primary-button-border-color);
  background: var(--primary-button-background);
  color: var(--primary-button-text-color) !important;
  text-decoration: none;
  box-shadow: 4px 4px 0px #a41b15;
  border-radius: 12px;
}

.btn-primary:not(.menu-item):hover,
#main-menu > ul > li.btn-primary > a:hover {
  background: var(--primary-button-hover-background);
  color: var(--primary-button-hover-text-color) !important;
  border: 1px solid #F1534D;
  box-shadow: 4px 4px 0px #F1534D;
}

.btn-secondary:not(.menu-item),
#main-menu > ul > li.btn-secondary > a {
  border: 1px solid var(--secondary-button-border-color);
  background: var(--secondary-button-background);
  color: var(--secondary-button-text-color) !important;
  text-decoration: none;
  box-shadow: 4px 4px 0px #08508A;
  border-radius: 12px;
}

.btn-secondary:not(.menu-item):hover,
#main-menu > ul > li.btn-secondary > a:hover {
  border: 1px solid var(--secondary-button-hover-border-color);
  background: var(--secondary-button-hover-background);
  color: var(--secondary-button-hover-text-color) !important;
}

.btn-tritary:not(.menu-item),
#main-menu > ul > li.btn-tritary > a {
  background: #FFFFFF;
  border: 1px solid #F1534D;
  box-shadow: 4px 4px 0px #f1534d;
  border-radius: 12px;
  text-decoration: none;
}

.btn-tritary:not(.menu-item):hover,
#main-menu > ul > li.btn-tritary > a:hover {
  background: #F1534D;
  color:#FFFFFF;
  border: 1px solid #A41B15;
  box-shadow: 4px 4px 0px #A41B15;
}

.btn-icon svg {
  margin-left: 12px;
}
.btn-primary.btn-icon svg path {
  fill: white;
}
.btn-primary.btn-icon:hover svg path {
  fill: #f1534d;
}
.btn-tritary.btn-icon svg path {
  fill: #f1534d;
}
.btn-tritary.btn-icon:hover svg path {
  fill: white;
}
.btn-xl {
  display: inline-block;
  font-weight: 700;
  font-size: 34px;
  line-height: normal;
  padding: 21px 36px;
  letter-spacing: 0.68px;
}
.btn-l {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  padding: 21px 36px;
}
.btn-m {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 26px;
  padding: 16px 32px;
}

.btn-s {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  padding: 12px 24px;
}
#btn-b {
  background-color: var(--primary-button-background);
  color: var(--primary-button-text-color) !important;
}
#btn-b:hover {
  background-color: transparent;
  color: var(--color-light) !important;
  border: solid 2px var(--primary-accent-color);
}
#btn-c {
  background: var(--color-dark);
  color: var(--color-light) !important;
}
#btn-c:hover {
  background: var(--primary-accent-color);
  color: var(--color-dark) !important;
  border: solid 2px black;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_column-gap-30.vc_row-o-equal-height.vc_row-o-content-top.vc_row-flex {
  position: relative;
  top: -154px;
  transform: translateY(5px);
}
#main-menu .menu-item.btn-primary,
#main-menu .menu-item.btn-secondary {
  background-color: transparent;
  margin: 0px 5px;
}
#main-menu .menu-item.btn-primary > a,
#main-menu .menu-item.btn-secondary > a {
  
}
.visualcomposerstarter .vct-cart-wrapper {
  position: relative;
}
.visualcomposerstarter .vct-cart-wrapper .vct-cart-items-count {
  position: absolute;
  top: 7px;
  right: 10px;
  background: var(--primary-accent-color);
  color: var(--color-dark);
  font-weight: 600;
  font-size: 13px;
}
span.vct-cart-items-count {
  padding-bottom: 3px;
}
.cover-image {
  position: relative;
}
.cover-image .fade-in-img-inner-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.cover-image .fade-in-img-inner-wrap img {
  position: absolute;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.header-image img {
  width: 100%;
  height: auto;
}
.header-image .fade-in-img.cover-image {
  position: relative;
}
.header-image .fade-in-img.cover-image .fade-in-img-inner-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.header-image .fade-in-img.cover-image .fade-in-img-inner-wrap img {
  position: absolute;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
body.featured-image-custom-height .header-image .fade-in-img {
  position: relative;
}
body.featured-image-custom-height
  .header-image
  .fade-in-img
  .fade-in-img-inner-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
body.featured-image-custom-height
  .header-image
  .fade-in-img
  .fade-in-img-inner-wrap
  img {
  position: absolute;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.content-wrapper {
  padding: 0px 15px 0px 15px;
  margin: 0 -15px;
  overflow-wrap: break-word;
}
.main-content article.post.sticky {
  border: 6px #eeeeee solid;
  padding: 13px;
}
.entry-full-content .entry-author-data {
  text-align: center;
  margin-bottom: 20px;
}
.entry-full-content .entry-author-data .author-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
}
.entry-full-content .entry-author-data .author-avatar img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.entry-full-content .entry-author-data .author-name {
  color: #333;
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 7px;
}
.entry-full-content .entry-author-data .author-biography {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #777;
}
.entry-full-content .entry-meta {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  margin-bottom: 5px;
}
.entry-full-content .entry-meta a {
  color: #333;
  border-bottom: 1px solid #333;
}
.entry-full-content .entry-meta a:hover,
.entry-full-content .entry-meta a:focus {
  border-bottom-color: transparent;
  text-decoration: none;
}
.entry-tags {
  margin: 5px 0;
}
.entry-tags a {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 9px 13px;
  line-height: 1;
  font-size: 14px;
  font-style: italic;
  color: #777;
  background-color: #eee;
  border-radius: 20px;
}
.entry-tags a:hover,
.entry-tags a:before {
  text-decoration: none;
  color: #fff;
  background-color: var(--primary-accent-color);
}
.nav-next,
.nav-previous {
  margin-bottom: 1.625rem;
}
.nav-links.post-navigation {
  margin-top: 1.625rem;
  padding-top: 2.25rem;
  border-top: 1px solid #eee;
}
.nav-links.post-navigation a .meta-nav {
  font-size: 14px;
  font-style: italic;
  color: #777;
  line-height: 1;
  display: block;
}
.nav-links.post-navigation a .post-title {
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #333;
}
.nav-links.post-navigation a:hover {
  text-decoration: none;
}
.nav-links.post-navigation a:hover .post-title {
  border-bottom-color: transparent;
}
.pagination {
  margin: 65px 0 0;
  display: block;
  border-radius: 0;
}
.nav-links.post-inner-navigation {
  margin-bottom: 20px;
}
.nav-links.post-inner-navigation a,
.nav-links.post-inner-navigation > span {
  display: inline-block;
  min-width: 30px;
  background-color: #eee;
  border-radius: 15px;
  text-align: center;
  height: 30px;
  margin: 0 10px 10px 0;
  line-height: 32px;
  font-size: 14px;
  font-style: italic;
  color: #777;
}
.nav-links.post-inner-navigation a:hover,
.nav-links.post-inner-navigation a:focus {
  text-decoration: none;
  background-color: var(--primary-accent-color);
}
.nav-links.post-inner-navigation a:hover span,
.nav-links.post-inner-navigation a:focus span {
  color: #fff;
}
.nav-links.post-inner-navigation a.prev,
.nav-links.post-inner-navigation a.next {
  width: auto;
  padding: 0 15px;
}
.nav-links.post-inner-navigation > span {
  background-color: var(--primary-accent-color);
  color: #fff;
}
.nav-links.archive-navigation .page-numbers {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 10px 0;
  background-color: #eee;
  border-radius: 15px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-style: italic;
  color: #777;
}
.nav-links.archive-navigation .page-numbers.prev,
.nav-links.archive-navigation .page-numbers.next {
  width: auto;
  padding: 0 15px;
}
.nav-links.archive-navigation .page-numbers.dots {
  background: none;
}
.nav-links.archive-navigation a.page-numbers:hover,
.nav-links.archive-navigation a.page-numbers:focus,
.nav-links.archive-navigation .page-numbers.current {
  text-decoration: none;
  background-color: var(--primary-accent-color);
  color: #fff;
}
.comments-area {
  padding: 40px 0;
  background-color: #f4f4f4;
  overflow-wrap: break-word;
}
.comments-area .comments-title {
  margin-bottom: 5px;
}
.comments-area .comments-subtitle {
  font-size: 14px;
  margin-bottom: 40px;
}
.comments-area .comment-list {
  list-style: none;
  padding: 0;
  margin-bottom: 55px;
}
.comments-area .comment-list li.comment {
  padding-top: 25px;
  border-top: 1px solid #ddd;
}
.comments-area .comment-list li.comment .comment-body {
  margin-bottom: 25px;
}
.comments-area .comment-list li.comment:first-child {
  padding-top: 0;
  border-top: 0;
}
.comments-area .comment-list ol.children {
  list-style: none;
  padding: 25px 0 0;
  margin-left: 30px;
  border-top: 1px solid #ddd;
}
.comments-area .comment-list .author-avatar {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  overflow: hidden;
}
.comments-area .comment-list .author-avatar img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.comments-area .comment-list .comment-author {
  font-family: var(--font-family);
  font-size: 22px;
  color: #333;
  line-height: 1.4;
}
.comments-area .comment-list .comment-author a {
  color: #333;
  border-bottom: 1px solid transparent;
}
.comments-area .comment-list .comment-author a:hover,
.comments-area .comment-list .comment-author a:focus {
  border-bottom-color: #333;
  text-decoration: none;
}
.comments-area .comment-list .comment-metadata {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
}
.comments-area .comment-list .comment-metadata a {
  color: #777;
  border-bottom: 1px solid transparent;
}
.comments-area .comment-list .comment-metadata a:hover,
.comments-area .comment-list .comment-metadata a:focus {
  text-decoration: none;
  border-bottom-color: #777;
}
.comments-area .comment-list .reply a {
  font-family: var(--font-family);
  color: var(--primary-accent-color);
  border-bottom: 1px solid transparent;
}
.comments-area .comment-list .reply a:hover,
.comments-area .comment-list .reply a:focus {
  text-decoration: none;
  border-bottom-color: var(--primary-accent-color);
}
.comments-area #reply-title {
  font-size: 30px;
  margin-bottom: 3px;
}
.comments-area .comment-notes {
  font-size: 14px;
  margin-bottom: 25px;
}
.comments-area span.required {
  color: var(--primary-accent-color);
  margin-left: -4px;
}
.comments-area .comment-form-comment {
  margin-bottom: 20px;
}
.comments-area .comment-form-comment label {
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-family);
}
.comments-area .comment-form-comment textarea {
  width: 100%;
  height: 170px;
  resize: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area textarea {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #dadada;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.comments-area input[type="text"]:focus,
.comments-area input[type="email"]:focus,
.comments-area input[type="url"]:focus,
.comments-area textarea:focus {
  outline: none;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
  margin-bottom: 30px;
}
.comments-area .comment-form-author label,
.comments-area .comment-form-email label,
.comments-area .comment-form-url label {
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-family);
}
.comments-area .comment-form-author input,
.comments-area .comment-form-email input,
.comments-area .comment-form-url input {
  height: 40px;
}
.comments-area .form-submit,
.comments-area .comment-subscription-form {
  margin-bottom: 15px;
}
.comments-area .comment-subscription-form {
  line-height: 1rem;
}
.comments-area .comment-subscription-form label {
  font-size: 14px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.comments-area .comment-subscription-form label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #dadada;
  font-size: 25px;
  color: var(--primary-accent-color);
  line-height: 19px;
  text-align: center;
}
.comments-area .comment-subscription-form input[type="checkbox"] {
  display: none;
}
.comments-area .comment-subscription-form input:checked + label:before {
  content: "\2022";
}
.comments-area .form-submit input[type="submit"] {
  display: inline-block;
  background-color: var(--primary-accent-color);
  border-radius: 0;
  border: none;
  color: #f4f4f4;
  font-family: var(--font-family);
  padding: 15px 40px;
  line-height: 1;
}
.comments-area .form-submit input[type="submit"]:hover,
.comments-area .form-submit input[type="submit"]:focus {
  color: #f4f4f4;
  text-decoration: none;
  background-color: #3c63a6;
  outline: none;
}
.comments-area .comment div#respond {
  min-height: 500px;
}
.comments-area .bypostauthor .fade-in-image:before {
  font-family: "Visual Composer Starter Font", Arial, sans-serif;
  content: "\6e";
  background: var(--primary-accent-color);
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  margin: 55px 0 0 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1px;
  padding-bottom: 1px;
  font-size: 20px;
}
.logged-in .comments-area .comment div#respond {
  min-height: 400px;
}
.screen-reader-text,
.says {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  position: absolute !important;
  width: 1px;
}
.search-results-header {
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
}
.search-results-header h4 {
  color: #777;
  margin-bottom: 0;
}
.search-results-header h4 strong {
  font-weight: 500;
  color: #333;
}
.entry-content.archive {
  margin-bottom: 45px;
}
.entry-content.archive h1 {
  margin-bottom: 1.625rem;
}
.archive .entry-content {
  margin-bottom: 1.875rem;
}
.archive .entry-content:after {
  display: none;
}
.featured-content {
  margin-bottom: 22px;
}
.featured-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper embed,
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.gallery-slider {
  position: relative;
}
.gallery-slider > .gallery-item {
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-slider > .gallery-item:first-child {
  position: relative;
  z-index: 100;
}
.gallery-slider .slick-dots {
  position: absolute;
  bottom: 0;
  margin-top: 30px;
  list-style: none;
  padding: 0;
  text-align: center;
  z-index: 200;
  width: 100%;
}
.gallery-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.gallery-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.gallery-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.gallery-slider .slick-dots li button:hover,
.gallery-slider .slick-dots li button:focus {
  background-color: #fff;
  outline: none;
}
.entry-preview {
  margin-bottom: 50px;
}
.entry-preview .entry-meta {
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
}
.entry-preview .entry-meta li {
  display: inline-block;
  margin-right: 14px;
  font-size: 14px;
  color: #777;
  line-height: 20px;
}
.entry-preview .entry-meta li.entry-meta-date a:before {
  content: "\62";
}
.entry-preview .entry-meta li.entry-meta-author a:before {
  content: "\6e";
}
.entry-preview .entry-meta li.entry-meta-category:before {
  content: "\65";
  font-family: "Visual Composer Starter Font";
  font-size: 22px;
  color: #d4d4d4;
  margin-right: 5px;
  display: inline;
  vertical-align: text-bottom;
}
.entry-preview .entry-meta li.entry-meta-category:hover:before {
  color: var(--primary-accent-color);
}
.entry-preview .entry-meta li.entry-meta-comments a:before {
  content: "\61";
  line-height: 15px;
}
.entry-preview .entry-meta li a {
  color: #777;
  vertical-align: bottom;
}
.entry-preview .entry-meta li a:hover,
.entry-preview .entry-meta li a:focus {
  color: #333;
  text-decoration: none;
}
.entry-preview .entry-meta li a:hover:before,
.entry-preview .entry-meta li a:focus:before {
  color: var(--primary-accent-color);
}
.entry-preview .entry-meta li a:before {
  font-family: "Visual Composer Starter Font";
  font-size: 22px;
  color: #d4d4d4;
  margin-right: 6px;
  display: inline;
  vertical-align: text-bottom;
}
.fade-in-img {
  position: relative;
}
.fade-in-img noscript img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family);
  color: #333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--primary-accent-color);
  border-bottom: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  color: var(--primary-accent-color);
  text-decoration: none;
}
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.625rem 0;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
  font-family: 'Lobster';
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.entry-content:after,
.comment-content:after {
  content: " ";
  display: table;
  clear: both;
}
.entry-content article:after,
.comment-content article:after {
  content: " ";
  display: table;
  clear: both;
}
.entry-content article > div,
.comment-content article > div {
  margin: 0 0 1.625rem 0;
}
.comment-content p a,
.entry-content ol a,
.comment-content ol a,
.entry-content ul a,
.comment-content ul a,
.entry-content table a,
.comment-content table a,
.entry-content datalist a,
.comment-content datalist a,
.entry-content blockquote a,
.comment-content blockquote a,
.entry-content dl a,
.comment-content dl a,
.entry-content address a,
.comment-content address a {
  border-bottom: 1px var(--primary-accent-color) solid;
  line-height: 1.2;
}
.entry-content p a:hover,
.comment-content p a:hover,
.entry-content ol a:hover,
.comment-content ol a:hover,
.entry-content ul a:hover,
.comment-content ul a:hover,
.entry-content table a:hover,
.comment-content table a:hover,
.entry-content datalist a:hover,
.comment-content datalist a:hover,
.entry-content blockquote a:hover,
.comment-content blockquote a:hover,
.entry-content dl a:hover,
.comment-content dl a:hover,
.entry-content address a:hover,
.comment-content address a:hover,
.entry-content p a:focus,
.comment-content p a:focus,
.entry-content ol a:focus,
.comment-content ol a:focus,
.entry-content ul a:focus,
.comment-content ul a:focus,
.entry-content table a:focus,
.comment-content table a:focus,
.entry-content datalist a:focus,
.comment-content datalist a:focus,
.entry-content blockquote a:focus,
.comment-content blockquote a:focus,
.entry-content dl a:focus,
.comment-content dl a:focus,
.entry-content address a:focus,
.comment-content address a:focus {
  text-decoration: none;
  border-bottom-color: transparent;
  color: var(--primary-accent-color);
}
.entry-content p a.image-link,
.comment-content p a.image-link,
.entry-content ol a.image-link,
.comment-content ol a.image-link,
.entry-content ul a.image-link,
.comment-content ul a.image-link,
.entry-content table a.image-link,
.comment-content table a.image-link,
.entry-content datalist a.image-link,
.comment-content datalist a.image-link,
.entry-content blockquote a.image-link,
.comment-content blockquote a.image-link,
.entry-content dl a.image-link,
.comment-content dl a.image-link,
.entry-content address a.image-link,
.comment-content address a.image-link {
  border-bottom: none;
}
.entry-content p a.blue-button,
.comment-content p a.blue-button,
.entry-content ol a.blue-button,
.comment-content ol a.blue-button,
.entry-content ul a.blue-button,
.comment-content ul a.blue-button,
.entry-content table a.blue-button,
.comment-content table a.blue-button,
.entry-content datalist a.blue-button,
.comment-content datalist a.blue-button,
.entry-content blockquote a.blue-button,
.comment-content blockquote a.blue-button,
.entry-content dl a.blue-button,
.comment-content dl a.blue-button,
.entry-content address a.blue-button,
.comment-content address a.blue-button {
  border: none;
}
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ul,
.comment-content ul ul,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
  margin-bottom: 0;
}
.entry-content embed,
.comment-content embed,
.entry-content iframe,
.comment-content iframe,
.entry-content object,
.comment-content object,
.entry-content video,
.comment-content video {
  max-width: 100%;
  display: block;
  margin: 0 0 1.625rem 0;
}
.entry-content ul,
.comment-content ul {
  padding: 0;
}
.entry-content .wp-caption,
.comment-content .wp-caption {
  margin-bottom: 1.625rem;
}
.entry-content .gallery,
.comment-content .gallery {
  font-size: 0;
  margin: 0 -1.16667% 1.625rem -1.16667%;
}
.entry-content .gallery-item,
.comment-content .gallery-item {
  display: inline-block;
  width: 100%;
  max-width: 33.3%;
  vertical-align: top;
  padding: 0 1.14007%;
  margin-bottom: 1rem;
}
.entry-content .gallery-icon,
.comment-content .gallery-icon {
  display: block;
}
.entry-content .gallery-icon img,
.comment-content .gallery-icon img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.entry-content .gallery-caption,
.comment-content .gallery-caption {
  color: #777;
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
  text-align: center;
}
.entry-content img,
.comment-content img {
  max-width: 100%;
  height: auto;
}
.entry-content blockquote,
.comment-content blockquote {
  border-left: 4px solid var(--primary-accent-color);
  padding: 10px 0 10px 23px;
  color: #777;
  font-size: 22px;
  font-family: var(--font-family);
  font-style: italic;
}
.entry-content blockquote cite,
.comment-content blockquote cite {
  display: block;
  margin-top: 10px;
}
.entry-content cite,
.comment-content cite {
  font-family: var(--font-family);
  font-size: 14px;
}
.entry-content table,
.comment-content table {
  table-layout: auto;
  width: 100%;
}
.entry-content table tr th,
.comment-content table tr th,
.entry-content table tr td,
.comment-content table tr td {
  padding: 0.4375rem;
  border: 1px solid #555;
}
.entry-content dl dd,
.comment-content dl dd {
  margin-bottom: 1rem;
}
.entry-content address,
.comment-content address {
  font-style: italic;
}
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #d1d1d1;
}
.comment-content p,
.comment-content ol,
.comment-content ul,
.comment-content table,
.comment-content datalist,
.comment-content blockquote,
.comment-content dl,
.comment-content address {
  margin: 0 0 10px 0;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignright .wp-caption-text {
  text-align: left;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  color: #777;
  font-size: 14px;
  font-style: italic;
  margin-top: 15px;
  text-align: center;
}
.aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin-left: 1.625rem;
}
.alignleft {
  float: left;
  margin-right: 1.625rem;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.widget .widget-title {
  margin: 0 0 1rem 0;
  font-size: 22px;
}
.widget select {
  width: 100%;
}
.widget img {
  max-width: 100%;
  height: auto;
}
/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar tfoot td {
  border: 0;
}
.widget_calendar table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
.widget_calendar thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}
.widget_calendar th {
  padding: 0.4em;
  text-align: left;
}
.widget_calendar tr {
  border-bottom: 1px solid #eee;
}
.widget_calendar td {
  padding: 0.4em;
}
.widget_calendar th:first-child,
.widget_calendar td:first-child {
  padding-left: 0;
}
.widget_calendar th:last-child,
.widget_calendar td:last-child {
  padding-right: 0;
}
.search-form {
  position: relative;
  max-width: 270px;
}
.search-form:after {
  content: "\70";
  font-family: "Visual Composer Starter Font";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
}
.search-form label {
  width: 100%;
  margin-bottom: 0;
}
.search-form label .screen-reader-text {
  display: none;
}
.search-form label .search-field {
  max-width: 270px;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 15px;
  border: 1px solid #d4d4d4;
  outline: none;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
}
.search-form div input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 40px 0 15px;
  border: 1px solid #d4d4d4;
  outline: none;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
}
.search-form input[type="submit"],
.search-form button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  z-index: 2;
}
.sidebar-widget-area {
  padding-bottom: 40px;
}
.sidebar-widget-area .widget {
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-bottom: 25px;
  font-size: 14px;
}
.sidebar-widget-area .widget_recent_entries ul li,
.sidebar-widget-area .widget_archive ul li,
.sidebar-widget-area .widget_categories ul li,
.sidebar-widget-area .widget_meta ul li {
  color: var(--primary-accent-color);
}
.sidebar-widget-area .widget_recent_entries ul li:hover,
.sidebar-widget-area .widget_archive ul li:hover,
.sidebar-widget-area .widget_categories ul li:hover,
.sidebar-widget-area .widget_meta ul li:hover,
.sidebar-widget-area .widget_recent_entries ul li:focus,
.sidebar-widget-area .widget_archive ul li:focus,
.sidebar-widget-area .widget_categories ul li:focus,
.sidebar-widget-area .widget_meta ul li:focus {
  color: #555;
}
.sidebar-widget-area .widget_recent_entries ul li a,
.sidebar-widget-area .widget_archive ul li a,
.sidebar-widget-area .widget_categories ul li a,
.sidebar-widget-area .widget_meta ul li a {
  display: inline-block;
  vertical-align: top;
}
.sidebar-widget-area .widget_search form {
  margin-top: 5px;
}
.sidebar-widget-area a:hover,
.sidebar-widget-area a:focus {
  text-decoration: none;
  color: #555;
}
.sidebar-widget-area ul {
  padding-left: 16px;
}
#footer {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  background: #f9dab4 url(/wp-content/themes/slipstream-competitions/images/footer-bg.png);
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-size: cover;
}
#footer a {
  border-bottom: 1px transparent solid;
  line-height: 1.2;
  color: #000000;
}
#footer a:hover {
  text-decoration: none;
}
#footer ul li,
#footer ol li {
  
}
#footer .footer-right-block {
  margin-bottom: 10px;
}
#footer .footer-socials ul {
  padding: 0;
  margin: 0;
}
#footer .footer-socials ul li {
  list-style: none;
  display: inline-block;
}
#footer .footer-socials ul li a {
  line-height: 1;
  font-size: 32px;
  border-bottom: none;
}
#footer .footer-socials ul li a:hover,
#footer .footer-socials ul li a:focus {
  text-decoration: none;
}
#footer .footer-socials ul li a span {
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#footer .footer-bottom {
  text-align:center;
}
#footer .copyright {
  margin-bottom: 10px;
}
.footer-widget-area {
  background-color: hsl(0, 0%, 22%);
  padding: 45px 0 15px 0;
}
.footer-widget-area .widget {
  margin-bottom: 25px;
}
.footer-widget-area .widget-title {
  line-height: 1.7;
}
.footer-widget-area p,
.footer-widget-area ul,
.footer-widget-area ol {
  margin-bottom: 20px;
}
.footer-widget-area .instagram-feed {
  padding-top: 5px;
  font-size: 0;
  letter-spacing: normal;
}
.footer-widget-area .instagram-feed .instagram-item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 0 5px 5px 0;
}
.footer-widget-area .instagram-feed .instagram-item img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-bottom {
  padding: 25px 0 20px 0;
}
.footer-bottom .copyright > span {
  display: block;
}
.footer-menu {
  margin-bottom: 10px;
}
.footer-menu ul {
  padding: 0;
  margin: 0;
}
.footer-menu ul li {
  display: inline-block;
  list-style: none;
  margin-right: 8px;
}
.header-area-disabled .content-wrapper {
  padding-top: 0;
}
.footer-area-disabled .main-content {
  padding-bottom: 0;
}

/*********** Margins ***********/
.mt-1 {
  margin-top: 8px;
}
.mb-1 {
  margin-bottom: 8px;
}
.mt-2 {
  margin-top: 16px;
}
.mb-2 {
  margin-bottom: 16px;
}
.mt-3 {
  margin-top: 20px;
}
.mb-3 {
  margin-bottom: 20px;
}
.mt-4 {
  margin-top: 26px;
}
.mt-5 {
  margin-top: 32px;
}
.mb-5 {
  margin-bottom: 32px;
}

.mt-10 {
  margin-top: 100px;
}
.mb-10 {
  margin-bottom: 100px;
}

.pt-10 {
  padding-top: 100px;
}
.pb-10 {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .mt-4 {
    margin-top: 18px;
  }
  .mt-5 {
    margin-top: 24px;
  }
  .mb-5 {
    margin-bottom: 24px;
  }
  .mt-10 {
    margin-top: 50px;
  }
  .mb-10 {
    margin-bottom: 50px;
  }
  .pt-10 {
    padding-top: 50px;
  }
  .pb-10 {
    padding-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .mt-4 {
    margin-top: 10px;
  }
  .mt-5 {
    margin-top: 16px;
  }
  .mb-5 {
    margin-bottom: 16px;
  }
  .mt-10 {
    margin-top: 30px;
  }
  .mb-10 {
    margin-bottom: 30px;
  }
  .pt-10 {
    padding-top: 30px;
  }
  .pb-10 {
    padding-bottom: 30px;
  }
}

.overflow-unset {
  overflow:unset !important;
}
/*********** Hero Slider CSS *********/
div#hero-section {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
div#hero-section .content a.btn-primary {
  margin-top: 20px;
}
#hero-section, .featured-competition .background-image img {
  height: 973px;
  width: 100%;
  object-fit:cover;
  background-position: top center !important;
}
div#hero-section.static-hero-section {
  height: calc(100vh - 120px);
  background-blend-mode: color;
  min-height: 830px;
}
div#hero-section.static-hero-section .content {
  margin-top: 50px;
}
#hero-section h1, .featured-competition h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 70px;
  color:white;
  text-align: center;
}
#hero-section h2, .featured-competition h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 48px;
  color: var(--primary-accent-color);
  letter-spacing: 10px;
}

.competition {
  background: #FCB058;
  box-shadow: 12px 12px 0px #e39439;
  border-radius: 12px;
  position: absolute;
  bottom: -67px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width:100%;
  font-family: 'Work Sans';
}

.competition .featured-label {
  color:white;
  text-transform:uppercase;
  font-weight: 600;
  font-size: 24px;
  text-align:center;
  margin-bottom: 0;
  letter-spacing: 0.28em;
  padding: 10px;
}

.competition .information {
  display: flex;
  background: white;
  border-radius: 0 0 16px 0;
}

.competition .information .competition-image {
  width: 60%;
  border-width: 0px 0px 2px 2px;
  border-style: solid;
  border-color: #FCB058;
  border-radius: 0px 0px 0px 16px;
  overflow: hidden;
}

.competition .information .competition-image img {
  width:100%;
  height:445px;
  object-fit:cover;
}

.competition .information .competition-info {
  width:40%;
  padding:38px 24px;
  border-width: 0px 2px 2px 0px;
  border-style: solid;
  border-color: #FCB058;
  border-radius: 0px 0px 16px 0px;
}

.page-bg {
  background: url(/wp-content/uploads/2023/01/BG-Texture.jpg?id=1254291) #FEFCE8;
  background-position: top center !important;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  padding-top: 60px;
}

div#live-competitions {
  padding-top: 113px;
  padding-bottom:60px;
  background-position: top center !important;
  background-blend-mode: multiply;
}
div#live-competitions:before , .page-bg:before {
  content: url(/wp-content/themes/slipstream-competitions/images/live-comp-before.png);
  position:absolute;
  top:50%;
  left:0;
  transform: translate(0, -50%);
  z-index: 0;
}
div#live-competitions:after, .page-bg:after {
  content: url(/wp-content/themes/slipstream-competitions/images/live-comp-after.png);
  position:absolute;
  right:0;
  bottom: -8px;
  z-index: 0;
}

div#how-it-works {
  background-blend-mode:multiply;
  padding-top: 80px;
  padding-bottom: 120px;
}

div#how-it-works:before {
  background: url(/wp-content/themes/slipstream-competitions/images/hiw-before.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 391px;
  height: 343px;
  display: block;
  content: '';
}

div#how-it-works:after {
  content: url(/wp-content/themes/slipstream-competitions/images/hiw-after.png);
  position:absolute;
  right:0;
  bottom: -8px;
  z-index: 0;
}

div#how-it-works .section-heading {
  margin-bottom:80px;
}

.icon-box {
  max-width: 200px;
  display: flex;
  align-items: center;
}

.icon-box > p:first-child {
  margin-right: 20px;
}

.icon-box > p {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.icon-box > p > img {
  margin-top: 0px;
}

.icon-box-seprator {
  background: #e7eef0;
  width: 1px;
  height: 86px;
  display: block;
}

.section-heading p {
  font-weight: 400;
  text-align: center;
  font-size: 60px;
  line-height: normal;
  font-family: 'Lobster';
}
.section-heading.grey-theme p {
  color:white;
}
.lty-bid-logs-wrapper .section-heading p {
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
}
.no-child-mb div {
  margin-bottom: 0px;
}
.height-24 {
  height: 24px;
}
.features-row > div > div {
  display: flex;
  align-items: center;
}

.features-row > div > div > div:first-child {
  flex: 1.4;
}

.features-row > div > div > div:not(:first-child) {
  flex: 1;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.features-row > div > div > div:not(:first-child):before {
  content: "";
  height: 86px;
  position: absolute;
  display: block;
  transform: translate(0%, -50%);
  top: 50%;
  width: 1px;
  left: -14%;
  background: #e7eef0;
}

#features > div > div {
  padding-top: 0px;
}

.products.columns-3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  justify-content: center;
}

.products.columns-3 > .product {
  width: calc(33.3% - 30px);
  height: 100%;
  display: inline-block;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #004644;
  box-shadow: 12px 12px 0px #004644;
  border-radius: 12px;
  overflow: hidden;
  margin: 15px;
  z-index: 1;
}

.product a.product-item-thumbnail {
  display: block;
  position: relative;
}

.product .product-item-info h2.woocommerce-loop-product__title {
  font-size: 24px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  color: #301a0b;
  font-family:'Work Sans';
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
}

.product .product-item-info {
  padding: 16px 20px;
  font-family: 'Work Sans', serif;
}
.single-product-main-image span.status {
  position: absolute;
  bottom: -44px;
  font-size: 16px;
  left: 51%;
  text-transform: none;
  padding: 13px 10px;
  /* background: #0b0c0c; */
  color: #fff;
  z-index: 2;
  transform: translate(-50%, -67%);
  width: 100%;
}
.product-item-thumbnail span.status {
  position: absolute;
  bottom: -23px;
  font-size: 11px;
  left: 50%;
  text-transform: none;
  padding: 13px 10px;
  /* background: #0b0c0c; */
  color: #fff;
  z-index: 2;
  transform: translate(-50%, -67%);
  width: 100%;
}

.product-item-info .lty-shop-timer-wrapper {
  background: #FAF9DF;
  padding: 11.5px 0px;
  border-radius: 16px;
}

.product-item-info .lty-shop-timer-wrapper .lty-shop-timer-container {
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}
.lty-shop-timer-section:last-child:before {
  height: 0 !important;
}
.product-item-info .lty-shop-timer-wrapper .lty-shop-timer-section {
  width: 25%;
  font-size: 12px;
  color: #7E4B27;
  font-weight: 500;
  float: unset;
  text-transform: uppercase;
}

.product-item-info .lty-shop-timer-wrapper .lty-shop-timer-section:before {
  background: var(--secondary-body-background);
  width: 2px;
  height: 100%;
  top: 0px;
}

.lty-lottery-countdown-timer #lty_lottery_days, .lty-lottery-countdown-timer #lty_lottery_hours, .lty-lottery-countdown-timer #lty_lottery_minutes, .lty-lottery-countdown-timer #lty_lottery_seconds {
  color:#321C0C !important;
  font-size: 32px;
  font-weight: 600;
}
.lty-lottery-date-ranges .lty-lottery-countdown-timer .lty-lottery-timer {
  position:relative;
}
.lty-lottery-date-ranges .lty-lottery-countdown-timer .lty-lottery-timer:not(:last-child):after {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 24px);
  background: #321C0C;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

div.product .product-item-info p.price, div.product .product-item-info span.price {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: var(--primary-accent-color);
  display: flex;
  justify-content: left;
  flex-direction: row-reverse;
}

div.product .product-item-info p.price ins,
div.product .product-item-info span.price ins {
  font-weight: 700;
  text-decoration: none;
}

div.product .product-item-info p.price del,
div.product .product-item-info span.price del {
  font-weight: 700;
  opacity: 1;
}

div.product .product-item-info p.price ins:before,
div.product .product-item-info span.price ins:before {
  content: "/";
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 20px;
}

div.product .product-item-info .loop-progress-bar {
  margin-top: 45px;
}

.loop-progress-bar {
  position: absolute;
  bottom: 0;
  height: 38px;
  right: 0;
  left: 0;
  background: #FFFFFF;
  border-radius: 6px;
  color: #000000;
  z-index: 9;
  display: flex !important;
  overflow: hidden;
}

.loop-progress-bar .percentage {
  background: rgba(229,63,56,0.5);
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
}

.single-product-main-image .loop-progress-bar .percentage {
  font-size: 11px;
  background: var(--primary-accent-color);
  position: absolute;
  left: 1px;
  bottom: 0;
  top: -4px;
  height: 34px;
}
.loop-progress-bar span {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'Work Sans';
  text-align: left;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  color:black;
}
.loop-progress-bar span:nth-child(3) {
  left: unset;
  right: 14px;
}
.single-product-main-image .loop-progress-bar span {
  font-size: 16px;
  text-align: left;
  position: absolute;
  left: 14px;
  letter-spacing: 0.5px;
  top: 0px;
  color: var(--color-light);
  font-weight: bold;
  width: 75px;
}
.load-more {
  display: block;
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  letter-spacing: 7.92px;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #c44503;
}

.load-more:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 2px;
  width: 42px;
  background: #c44503;
  top: 0;
  transform: translate(-50%, -50%);
}

.load-more:after {
  content: "";
  position: absolute;
  left: 50%;
  height: 42px;
  transform: translate(-50%, -50%);
  width: 2px;
  background: #c44503;
  top: 0;
}

.light-theme p,
.light-theme h1,
.light-theme h2,
.light-theme h3,
.light-theme h4,
.light-theme h5,
.light-theme h6 {
  color: #fff;
}

.dark-theme p,
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6 {
  color: var(--color-dark);
}
.vc_row.vc_column-gap-30 > .vc_column_container {
  padding: 0 !important;
}
.hiw-item:before {
  content: '';
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  z-index: 0;
  top: 4px;
}
.hiw-item:nth-child(1):before {
  content: url("/wp-content/themes/slipstream-competitions/images/1.svg");
}
.hiw-item:nth-child(2):before {
  content: url("/wp-content/themes/slipstream-competitions/images/2.svg");
}
.hiw-item:nth-child(3):before {
  content: url("/wp-content/themes/slipstream-competitions/images/3.svg");
}
.hiw-item p {
  position:relative;
  z-index:1;
}
body .hiw-item img {
  height: 59px;
}
.winners {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.winners .slick-list {
  overflow: visible;
  overflow-x: clip;
}
.winners .winner-item {
  overflow: hidden;
  height: inherit;
  margin: 15px;
  width: calc(50% - 15px);
  background: #FFFFFF;
  border: 1px solid #004644;
  box-shadow: 8px 8px 0px #004644;
  border-radius: 12px;
  margin-bottom: unset !important;
  padding: 10px
}

.winners .winner-item a.winner-image-container {
  position: relative;
  display: block;
}

.winners .winner-item a.winner-image-container > img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  max-height: 223px;
  border-radius: 12px 12px 0px 0px;
}

.winners .winner-item .winner-details {
  padding: 16px;
}
.winners .winner-item .winner-details h2 {
  color: black;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-transform:uppercase;
  font-family: 'Work Sans';
}
.winners .winner-item .winner-details h2 a {
  color: inherit;
}
.winners .winner-item .winner-details p {
  margin-bottom: 0;
}
.winners .winner-item span.play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  bottom: 0;
  align-items: center;
  background: #ffd00056;
  right: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: 0.3s opacity;
}

.winners .winner-item .winner-image-container:hover span.play {
  opacity: 1;
}
.reviews {
  margin-left: -15px;
  margin-right: -15px;
}

.reviews .slick-track {
  display: flex;
}

.reviews .review-item {
  margin: 15px;
  padding: 32px;
  height: inherit;
  border:1px solid #fff;
  border-radius: 12px;
}
.reviews.all .review-item {
  width:calc(33.33% - 30px);
  display:inline-block;
  vertical-align: top;
}
.reviews .review-item .review-user img, .reviews .review-item .review-user picture img, .reviews .review-item .review-user picture source {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.reviews .review-item:last-child {
  margin-bottom: 15px;
}
.reviews .review-item .review-user {
  display: flex;
  align-items:center;
}
.reviews .review-item .review-user div {
  margin-right:20px;
}
.reviews .review-item .reviewer-name {
  color: white;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
.reviews .review-item .review-rating {
  margin-bottom:24px;
}

.reviews .review-item p.review-heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: white;
}

.reviews .review-item p.review-body {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: white;
  margin-bottom: 24px;
}

#footer .menu {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  list-style: none;
  padding-left: 0;
  line-height: 40px;
}

#footer .menu li {
  margin: 0px 0px 0px 0px;
}

.footer-widget > div > div > h5 {
  color: black;
  font-size: 16px;
  font-family: 'Work Sans';
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}

#footer .menu li a {
  text-decoration: none;
}

.footer-widget {
  padding-top: 80px;
  padding-bottom: 20px;
}

.container.footer-widget > div > div:last-child p {
  margin-top: 8px;
  margin-bottom: 8px;
}

#footer .website-information {
  font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    line-height: 23px;
}

#footer .website-information img {
  transform: translateY(-20px);
}

.sv-alert {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(100px);
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  right: 0;
}

.sv-alert.show {
  display: block;
}

.sv-alert .content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 100%;
  padding: 50px 50px;
  background: #FFFFFF;
  box-shadow: 12px 12px 0px #E53F38;
  border-radius: 12px;
}

.sv-alert .btn-container {
  text-align: center;
  max-width: 260px;
  margin: auto;
}
.sv-alert .btn-container a {
  display: block;
  margin: 0 5px;
  transform-origin: center;
  margin-top: 12px;
}

.sv-alert h3.heading {
  max-width: 260px;
  margin: auto;
  font-size: 32px;
  line-height: normal;
  font-weight: 400;
  margin-top: 0px;
  font-family: 'Lobster';
}

.sv-alert p.message {
  max-width: 260px;
  margin: auto;
  color:var(--color-light);
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  letter-spacing: -0.53px;
  line-height: 24px;
  font-weight: 400;
}

a.btn.add_to_cart_button.cancel-btn {
  color: #999;
}

.slick-dots li button:before {
  width: 26px;
  height: 26px;
  background: var(--primary-accent-color);
  opacity: 0.5;
  border-radius: 100%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

#main-menu ul li a {
  font-weight:600;
  font-size: 14px;
  line-height: normal;
  font-family: 'Work Sans';
  letter-spacing: normal;
}

.hide-desktop {
  display: none;
}

.hide-mobile {
  display: inline-block;
}

.single-product .slick-track {
  display: flex;
}

.single-product .wpgs-nav .slick-track > div {
  margin-right:20px;
  width: calc(25% - 20px);
}

.single-product .slick-track .slick-slide {
  height: inherit;
  margin: 0px;
}

.woocommerce div.product div.images .wpgs-for img {
  height: 500px;
  object-fit: cover;
  max-height: 500px;
}

.woocommerce div.product div.images .wpgs-for {
  box-shadow: 12px 12px 0px #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #FFFFFF;
}

.woocommerce div.product div.images .wpgs-nav {
  margin-top: 32px;
  margin-right: -20px;
}

.woocommerce div.product div.images .wpgs-nav .slick-list {
  overflow: visible;
  overflow-x: clip;
}

.woocommerce div.product div.images img {
  /* border-radius: 10px; */
}

.heading-l-wb {
  font-size: 40px;
  letter-spacing: 0.8px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.heading-l {
  font-size: 25px;
  letter-spacing: -0.4px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.heading-sm {
  font-size: 18px;
  line-height: normal;
  text-transform: capitalize;
  font-weight: 600;
  color: #301A0B;
  margin-bottom: 16px;
}

.heading-m {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-m {
}

.text-s {
  font-size: 14px;
  line-height: 28px;
}

.text-xs {
}

.text-primary-accent {
  color: var(--primary-accent-color);
}

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

.seprator {
  width: 100%;
  height: 1px;
  background-color: rgb(32 39 62 / 10%);
}

p#move-to-entries,
.terms
{
  font-family: var(--font-family);
  line-height: normal;
  font-size: 16px;
}

#move-to-entries a,
.terms a {
  font-size: 15px;
  text-decoration: underline;
  color: var(--color-brown);
}
#move-to-entries a:hover,
.terms a:hover
 {
  color: var(--primary-accent-color);
  text-decoration: none;
  transition: 0.5s;
}

.lty-lottery-date-ranges {
  margin-bottom: 16px;
  margin-top: 16px;
  float:unset;
}

.single-product-info .lty-lottery-date-ranges {
  margin-top:0;
}

.lty-lottery-date-ranges .lty-lottery-countdown-timer {
  overflow: auto;
  overflow-y: hidden;
  background: #FAF9DF;
  border-radius: 16px;
}

.lty-lottery-date-ranges .lty-lottery-countdown-timer .lty-lottery-timer {
  padding: 12px;
  color: #7E4B27;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.lty-lottery-timer #lty_lottery_days, 
.lty-lottery-timer #lty_lottery_hours, 
.lty-lottery-timer #lty_lottery_minutes, 
.lty-lottery-timer #lty_lottery_seconds {
  font-weight: 600;
  font-size: 32px;
  display: inline-block;
  font-family: 'Work Sans';
  line-height: normal;
}

.single-product .lty-lottery-countdown-timer > span > span:last-child {
  margin-top: 6px;
}

.single-product .lty-lottery-countdown-timer .lty-lottery-timer {
  margin: 0;
  padding: 10px 10px;
  position: relative;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: normal;
}

.single-product .lty-lottery-timer #lty_lottery_days,
.single-product .lty-lottery-timer #lty_lottery_hours,
.single-product .lty-lottery-timer #lty_lottery_minutes,
.single-product .lty-lottery-timer #lty_lottery_seconds {
  font-size: 32px;
  letter-spacing: 2px;
  line-height: normal;
}
.lty-lottery-ticket-tab-wrapper {
  /* margin-top: 114px; */
}
.lty-lottery-ticket-lucky-dip-container p {
  font-family: 'Work Sans';
  font-size: 16px;
}
.full-width {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  margin-top: 50px;
  left: 50%;
}
.lty-lottery-ticket-tab-wrapper h3.tickets-legend-heading {
  /* margin-top: 84px; */
}
.woocommerce div.product form.cart {
  padding: 50px 0px;
  background: #fefce8 url(/wp-content/uploads/2023/01/BG-Texture.jpg?id=1254291) !important;
  background-blend-mode: multiply;
  background-repeat: no-repeat !important;
}

.competitions-step .step-label {
  color: #301A0B;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 41.28px;
  font-weight: 400;
  font-family: 'Lobster';
}

.competitions-step .step-heading {
  color: #301A0B;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 10px;
  font-family: 'Work Sans';
  text-transform: capitalize;
}

.lty-lottery-question-answer-container {
  float: unset;
}

p.lty-lottery-question {
  font-size: 16px;
  font-family: 'Work Sans';
  line-height: normal;
}
.tickets-legend-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0px;
  margin: 25px 0;
  color: #301A0B;
}
ul.lty-lottery-answers li {
  display: inline-block;
  width: auto;
  font-family: 'Work Sans';
  font-weight: 600;
  font-size: 20px;
  padding: 16px 24px;
  margin-right: 10px;
  text-transform: uppercase;
  border: 1px solid #F1534D;
  color: #F1534D;
  background: #FFFFFF;
  box-shadow: 4px 4px 0px #f1534d;
  border-radius: 12px
}

ul.lty-lottery-answers li:hover {
  background: var(--color-brown);
}

ul.lty-lottery-answers li.lty-selected,
ul.lty-lottery-answers li:hover {
  color: var(--color-dark);
  background: #F1534D;
  box-shadow: 4px 4px 0px #a41b15;
}

.color-graph-item {
  line-height: 25px;
  font-size: 16px;
  font-family: var(--font-family);
  color: var(--color-light);
  display: inline-block;
  margin-right: 24px;
}

.inner-color-graph-item {
  display: flex;
  flex-direction: row-reverse;
}

.inner-color-graph-item > div {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.inner-color-graph-item > p {
  font-size: 15px;
}

.lty-lottery-ticket-panel
  .lty-lottery-ticket-tab-wrapper
  .lty-lottery-ticket-tab {
  float: unset;
  padding: 0px 10px;
  background: unset;
  border: unset;
  margin: 5px;
  line-height: 24px;
  font-size: 18px;
  border: 2px solid transparent;
  border-radius: 4px;
}
.lty-lottery-ticket-tab-wrapper .lty-lottery-ticket-tab {
  font-size: 20px;
  line-height: normal;
  padding: 16px 24px;
  margin-right: 5px;
  margin-bottom: 10px;
  background: #FFFFFF;
  border: 1px solid #F1534D;
  box-shadow: 4px 4px 0px #f1534d;
  border-radius: 12px;
  color: #F1534D;
  font-weight: 600;
}
.lty-lottery-ticket-tab-wrapper .lty-lottery-ticket-tab:hover,
.lty-lottery-ticket-tab-wrapper .lty-active-tab {
  color: var(--color-dark);
  background: var(--primary-accent-color);
  box-shadow: 4px 4px 0px #a41b15;
}
.lty-lottery-ticket-panel
  .lty-lottery-ticket-tab-wrapper
  .lty-lottery-ticket-tab:hover {
  background: unset;
  border: 2px solid var(--primary-accent-color);
  color: var(--primary-accent-color);
}
.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
}
.inner-color-graph-item.lty-ticket > div {
  background: #FFFFFF;
  border: 1px solid #F1534D;
  box-shadow: 4px 4px 0px #f1534d;
  border-radius: 4px;
}
.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li {
  font-size: 20px;
  line-height: normal;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #F1534D;
  background: #FFFFFF;
  border: 1px solid #F1534D;
  box-shadow: 4px 4px 0px #f1534d;
  border-radius: 12px;
  font-family: 'Work Sans';
  padding: 16px 0px;
  display: inline-block;
  width: calc(100%/12 - 10px);
  height: auto;
  float: unset;
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li:hover {
  background: var(--primary-accent-color);
  color: var(--color-dark);
  box-shadow: 4px 4px 0px #a41b15;
}

.lty-lottery-ticket-panel
  .lty-ticket-number-wrapper
  ul
  li.lty-processing-ticket, 
.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li.lty-selected-ticket,
.inner-color-graph-item.lty-ticket.lty-processing-ticket > div {
  color: white;
  background: #7EC65A;
  box-shadow: 4px 4px 0px #61ab3b;
  border-color: #FFFFFF;
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li.lty-reserved-ticket,
.inner-color-graph-item.lty-ticket.lty-reserved-ticket > div {
  color: #F15FF6;
  background: #FFFFFF;
  border-color: #F15FF6;
  box-shadow: 4px 4px 0px #f15ff6;
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li.lty-booked-ticket,
.inner-color-graph-item.lty-ticket.lty-booked-ticket > div {
  color: #D7D2AA;
  background: #FFFFFF;
  border-color: #D7D2AA;
  box-shadow: 4px 4px 0px #d7d2aa;
}

.lty-lottery-ticket-panel
  .lty-ticket-number-wrapper
  ul
  li.lty-ticket.lty-reserving-ticket {
  cursor: progress;
  color: white;
  background: #7EC65A;
  box-shadow: 4px 4px 0px #61ab3b;
  border-color: #FFFFFF;
  opacity: 0.7;
}

.competition-blocks > div {
  display: flex;
}

.competition-blocks > div > div {
  height: inherit;
  vertical-align: middle;
  text-align: center;
}

.competition-blocks > div > div > div {
  padding-top: 50px;
  height: 100%;
  background: #f5fafc;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;
}

.competition-blocks img {
  margin-bottom: 36px;
}

.competition-blocks p {
  color: #434343;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.entry-tabs {
  margin-top: 15px;
  margin-right: -16px;
  display: flex;
  flex-wrap: wrap;
}
.entry-tabs > span {
  cursor: pointer;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  padding: 16px 0;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  width: calc(100%/8 - 16px);
  color: #F1534D;
  background: #FFFFFF;
  border: 1px solid #F1534D;
  box-shadow: 4px 4px 0px #f1534d;
  border-radius: 12px;
}

.entry-tabs > span:hover {
  color:white;
  background: #F1534D;
  border: 1px solid #F1534D;
  box-shadow: 4px 4px 0px #A41B15;
}

.lty-lottery-ticket-container {
  opacity: 0.5;
  pointer-events: none;
  filter: blur(5px);
}

.lty-lottery-ticket-container.unlock {
  opacity: 1;
  pointer-events: unset;
  filter: blur(0px);
}

table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 6px 6px 0px #264b46;
  border: 1px solid #366963;
  font-family: 'Work Sans';
  margin-top: 48px;
  background: white;
}

table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table
  thead
  th {
  font-size: 18px;
  font-weight: 600;
  background: #366963;
  color: white;
  padding-left: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}

table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table
tbody
td {
  color: black;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  padding-top: 16px;
  line-height: normal;
  padding-bottom: 16px;
  padding-left: 20px;
}
table.lty-frontend-table.shop_table.shop_table_responsive.lty-ticket-logs-table
tbody tr
td {
  border-bottom: 1px solid #366963;
}
.lty-frontend-table tbody td a {
  color: var(--primary-accent-color);
  font-size:inherit;
}
/* .lty-frontend-table tbody tr:nth-child(2n) {
  background: unset;
} */
.lty-frontend-table tbody tr {
  background: white !important;
}

.related.products {
  margin-top: 0px;
  padding-top: 30px;
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li.lty-booked-ticket {
  opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
}

.page-header {
  padding-bottom: 20px;
  border-bottom: 7px solid var(--secondary-body-background);
}
.page-header p {
  font-size: 14px;
  line-height: 18px;
  font-family: var(--font-family);
  color: #7e7e7e;
}

.page-header h4 {
  height: 18px;
}

span.back-to-store-btn {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 30px;
  position: relative;
}

span.back-to-store-btn:before {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid black;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

h1.entry-title {
  margin-top: 40px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 42px;
  color: var(--color-light);
  margin-bottom: 15px;
  text-align: left;
}

.coupon-container {
  overflow: auto;
}
.cart-actions .coupon {
  float: left;
  display: flex;
}

.cart-actions .coupon input[type="text"] {
  font-size: 12px;
  padding: 16px;
  border: 1px solid black;
  border-radius: 0px;
  margin-right: 10px;
  min-width: 230px;
}

.cart-actions .continue-shopping {
  float: right;
  margin-top: 19px;
}

ol.innerList.defaultList {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 0px;
}

.defaultList li {
  font-size: 16px;
  color: black;
  line-height: 27px;
  position: relative;
  counter-increment: list-counter;
  padding-left: 40px;
  font-weight: 500;
  margin-bottom: 15px;
}

.defaultList li:before {
  position: absolute;
  left: 0;
  height: 28px;
  content: counter(list-counter);
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--secondary-accent-color);
}
.winners.column-3 {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Work Sans';
}

.winners.column-3 .winner-item {
  width: calc(33.3% - 30px);
  margin: 15px;
  display: inline-block;
}

.slick-prev,
.slick-next {
  height: auto;
  width: auto;
}
.winners .slick-prev {
  left: -60px;
}
.winners .slick-next {
  right: -60px;
}
.winners .slick-prev:before,
.winners .slick-next:before {
  display: block;
  height: 55px;
  content: "";
  width: 55px;
}
.winners .slick-prev:before {
  background: url("/wp-content/themes/hwd-competitions/images/circle-left-arrow.svg");
}

.winners .slick-next:before {
  background: url("/wp-content/themes/hwd-competitions/images/circle-right-arrow.svg");
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  display: none;
}
.woo-wallet-my-wallet-container {
  border: 0px !important;
}
.woo-wallet-my-wallet-container .woo-wallet-sidebar {
  margin-right: 10px;
  width: 40% !important;
  padding-top: 0px !important;
  background: transparent !important;
}
.woo-wallet-my-wallet-container .woo-wallet-content {
  margin-right: 10px;
  width: 60% !important;
  padding-top: 0px !important;
  background: var(--secondary-body-background) !important;
  padding: 0px !important;
}
.woo-wallet-content-heading {
  background: #252727;
  padding: 26px !important;
  font-size: 15px !important;
}
.woo-wallet-transactions-items li {
  border-bottom: 2px solid rgba(0,0,0,0.1);
}
.woo-wallet-sidebar-heading,
.woo-wallet-content-heading {
  font-size: 26px;
  line-height: 22px;
  padding: 18px;
  text-align: left !important;
  text-transform: uppercase;
  font-weight: 600;
}
.woo-wallet-content-heading > h3,
.woo-wallet-content-heading > p {
  margin-bottom: 0 !important;
  color: white !important;
}
hr {
  display: none;
}
.woo-wallet-content-h3 {
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
}
.woo-wallet-sidebar-heading a {
  color: var(--color-light) !important;
}

.woo-wallet-sidebar ul {
  display: flex;
  padding: 5px;
}
.woo-wallet-sidebar ul li.card {
  flex: 1;
  width: 50%;
  box-shadow: unset !important;
  display: inline-block;
  margin: 5px;
  border-radius: 0px !important;
}
.woo-wallet-sidebar ul li.card {
  font-size: 14px;
  color: black;
  background: var(--primary-accent-color) !important;
}
.woo-wallet-sidebar ul li.card a p {
  margin-top: 0 !important;
}
.woo-wallet-sidebar ul li span {
  display: none;
}

.woo-wallet-sidebar ul li.card:hover {
  background: var(--secondary-accent-color);
}

.woo-wallet-sidebar ul li.card a:hover {
  opacity: 1 !important;
}

.visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-content li a {
  font-size: 14px;
  letter-spacing: 1px;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
}

.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  li
  a
  p {
  margin-top: 10px;
}

.woo-wallet-my-wallet-container p,
.woo-wallet-my-wallet-container small {
  font-size: 12px;
  line-height: 15px;
}
.woo-wallet-transaction-type-credit {
  color: black;
  font-size: 12px;
}
.woo-wallet-transactions-items li {
  padding: 10px 26px !important;
}
.woo-wallet-transactions-items li:nth-child(2n) {
  background: var(--secondary-body-background);
}

.woo-wallet-add-amount {
  padding: 20px;
}
.woo-wallet-add-amount label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.woo-wallet-add-amount input[type="number"] {
  border: 2px solid var(--color-1);
  background:var(--third-body-background);
}

.woo-wallet-add-amount input[type="submit"] {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  border: 0;
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
  border:1px solid var(--primary-button-border-color);
  padding: 6px 20px;
  margin-top: 10px;
  display: block;
  float: right;
}

.woo-wallet-add-amount input[type="submit"]:hover {
  background: var(--primary-button-hover-background);
  color: var(--primary-button-hover-text-color);
  border-color:var(--primary-button-hover-border-color);
}

.woo-wallet-content form {
  overflow:auto;
  padding-bottom: 20px;
}

.dataTables_wrapper label {
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 500;
}

span.dashicons.dashicons-editor-break {
  display: none;
}

.dataTables_wrapper select,
.dataTables_wrapper input {
  background: #f5fafc;
  border: 0;
  padding: 6px 4px;
  color: black;
}

table#wc-wallet-transaction-details th {
  border: 0;
  text-transform: uppercase;
  font-size: 12px;
  background: #252727;
  color: white;
  font-weight: 600;
  letter-spacing: 1.2px;
  padding: 20px 10px;
}
table#wc-wallet-transaction-details tr td {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  border: 0;
  padding: 14px 10px;
}
table#wc-wallet-transaction-details tbody tr {
  background: var(--secondary-body-background);
  border-bottom: 2px solid var(--color-1);
}
table#wc-wallet-transaction-details tbody tr:nth-child(2n-1) {
  background: var(--secondary-body-background);
  border-bottom: 2px solid var(--color-1);
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color:var(--color-light) !important;
}
form.woocommerce-form.woocommerce-form-register.register,
form.woocommerce-form.woocommerce-form-login.login,
form.lost_reset_password {
  padding: 16px 32px 32px;
  background: #3C6A64;
  border: 1px solid #FFFFFF;
  box-shadow: 6px 6px 0px #366963;
  border-radius: 12px;
  color: white;
}
form.lost_reset_password {
  max-width: 480px;
  margin: auto;
}
form.woocommerce-form.woocommerce-form-register.register a, form.woocommerce-form.woocommerce-form-login.login a {
  color: #ECE87E;
  text-decoration: underline;
}
form.woocommerce-form.woocommerce-form-register.register a:hover, form.woocommerce-form.woocommerce-form-login.login a:hover {
  color:white;
}
.form-width {
  max-width: 480px;
  width: 100%;
}

.form-width.center {
  margin-left: auto;
  margin-right: auto;
}
form.woocommerce-form .form-row {
  margin: 20px 0;
  text-align: center;
}
form.woocommerce-form .form-footer .form-row {
  text-align: left;
  border-top: 1px solid #FFFFFF;
  padding-top: 20px;
}
form.woocommerce-form label,
.wpcf7-form label {
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0px;
  display: flex;
  position: relative;
}

form.woocommerce-form label input {
  width: 40px;
  opacity: 0;
}
form.woocommerce-form label input[type="checkbox"] + span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-accent-color);
  transform: translateY(-50%);
}

form.woocommerce-form label input[type="checkbox"]:checked + span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 10px;
  height: 10px;
  background: var(--primary-accent-color);
} 
form.woocommerce-form input,
.wpcf7-form input,
.wpcf7-form textarea {
  display: block;
  padding: 20px 24px;
  width: 100%;
  font-size: 16px;
  line-height: normal;
  color: black;
  border: 0;
  font-weight: 500;
  background: var(--color-2);
  border-radius: 12px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  float: left;
}
p.lost_password {
  float: right;
}
p.lost_password a {
  color: white;
  text-transform: capitalize;
  letter-spacing: 0px;
  line-height: normal;
  text-decoration: underline;
}
p.lost_password a:hover {
  color: var(--color-light);
}
.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
  display: block;
  font-size: 18px;
  padding: 12px 24px;
  letter-spacing: normal;
  font-weight: 600;
  font-family: 'Work Sans';
  text-transform: uppercase;
  background: #FFFFFF;
  border: 1px solid #F1534D;
  box-shadow: 4px 4px 0px #f1534d;
  border-radius: 12px;
  color: #F1534D;
  margin-left: auto;
  margin-top: 20px;
}
.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover {
  background: #F1534D;
  box-shadow: 4px 4px 0px #A41B15;
  color:white;
}
.woocommerce-form-register .woocommerce-privacy-policy-text {
  text-align: left;
  margin-bottom: 20px;
  color:white;
}
.visualcomposerstarter .woocommerce-MyAccount-content .addresses .title {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background: #366963;
}
.visualcomposerstarter .woocommerce-MyAccount-content .addresses .title h3 {
  font-size: 18px;
  flex: 1;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
  color: white;
}

.visualcomposerstarter.woocommerce-account .woocommerce-Addresses address {
  padding: 16px 20px;
  font-size: 14px;
  line-height: normal;
  font-style: normal;
}

.winner-nav {
  margin-top: 20px;
}

.winner-for .slick-slide {
  max-height: 468px;
  padding: 30px;
}

.winner-nav .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

.winner-for .slick-slide > img,
.winner-for .slick-slide > iframe,
.winner-nav .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.winner-nav .slick-track {
  padding-bottom: 30px;
}

.winner-for .slick-slide > img,
.winner-for .slick-slide > iframe,
.winner-nav .slick-slide img,
.winner-nav .slick-slide div {
  box-shadow: 10px 10px 20px #00000029;
  border-radius: 15px;
  overflow: hidden;
}

.winner-for .slick-track,
.winner-nav .slick-track {
  display: flex;
}
.winner-for .slick-slide,
.winner-nav .slick-slide {
  height: inherit;
}

.winner-for .slick-slide {
  height: 500px;
}

.winner-youtube {
  height: 100%;
  width: 100%;
}

.youtube-nav {
  position: relative;
}
span.youtube-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 90;
}
span.youtube-play:before {
  content: "";
  position: absolute;
  background-size: contain;
  background: url(/wp-content/themes/hwd-competitions/images/play.svg);
  width: 63px;
  height: 72px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-winners .winner-name {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-light);
}

.youtube-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}

.youtube-modal.show {
  display: block;
}

.youtube-modal .close-btn {
  position: absolute;
  font-size: 4em;
  top: 5%;
  left: 50%;
  z-index: 11;
  transform: translateX(-50%);
  color: white;
  cursor: pointer;
  float: unset;
  opacity: 0.8;
}

.youtube-modal .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
}
.youtube-modal .iframe-container {
  position: absolute;
  z-index: 11;
  max-width: 800px;
  width: 100%;
  padding-top: 56.25%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.youtube-modal .iframe-container iframe {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  max-height: 450px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  bottom: 0;
  right: 15px;
}

.woocommerce-info a {
  color: var(--primary-accent-color);
}

.woocommerce ul.order_details {
  padding-left: 0;
  border: 1px solid #FFFFFF;
  box-shadow: 6px 6px 0px #264b46;
  border-radius: 12px;
  background: #366963;
  color: white;
  font-family: 'Work Sans';
}

.woocommerce ul.order_details li {
  font-size: 16px;
  font-weight: 600;
  padding:16px 20px;
  margin-right: 0;
}

.woocommerce ul.order_details li strong {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-top: 12px
}

.visualcomposerstarter .woocommerce section.woocommerce-order-details table {
  font-size: 16px;
  font-family: 'Work Sans';
  border: 1px solid #366963;
  box-shadow: 6px 6px 0px #264b46;
  border-radius: 12px;
  background: white;
  overflow: hidden;
}

.visualcomposerstarter .woocommerce section.woocommerce-order-details table thead {
  font-size:18px;
  font-weight:600;
  background: #366963;
  color: white;
}
.visualcomposerstarter .woocommerce section.woocommerce-order-details table thead tr th:not(:last-child),
.visualcomposerstarter .woocommerce section.woocommerce-order-details table tbody tr td:not(:last-child),
.visualcomposerstarter .woocommerce section.woocommerce-order-details table tfoot tr th:not(:last-child),
.visualcomposerstarter .woocommerce section.woocommerce-order-details table tfoot tr td:not(:last-child) {
  border-right:1px solid #366963;
}
.visualcomposerstarter .woocommerce section.woocommerce-order-details table tbody tr td,
.visualcomposerstarter .woocommerce section.woocommerce-order-details table tfoot tr:not(:last-child) th,
.visualcomposerstarter .woocommerce section.woocommerce-order-details table tfoot tr:not(:last-child) td {
  border-bottom:1px solid #366963;
}
.visualcomposerstarter .woocommerce section.woocommerce-order-details table tfoot tr:last-child td {
  border-bottom:0;
}
.woocommerce-MyAccount-navigation > ul li a::before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  display: none;
}


.woocommerce-MyAccount-navigation
  > ul
  li.woocommerce-MyAccount-navigation-link--orders
  a::before {
  content: "\d4";
  font-family: hwd;
}
.woocommerce-MyAccount-navigation
  > ul
  li.woocommerce-MyAccount-navigation-link--edit-address
  a::before {
  content: "\d3";
  font-family: hwd;
}
.woocommerce-MyAccount-navigation
  > ul
  li.woocommerce-MyAccount-navigation-link--edit-account
  a::before {
  content: "\d2";
  font-family: hwd;
}
.woocommerce-MyAccount-navigation
  > ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a::before {
  content: "\d1";
  font-family: hwd;
}

form.woocommerce-cart-form {
  padding-bottom: 20px;
  font-family: 'Work Sans';
}

.wpb_accordion_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.wpb_accordion_section.group {
  margin: 10px 0px;
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 6px 6px 0px #366963;
  border: 1px solid #FFFFFF;
}

.ui-widget-content {
  border: 0;
}
body .wpb_accordion {
  font-family: 'Work Sans';
}
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  background: #3C6A64;
  color:white;
  padding:16px 30px;
} 
body .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding:0;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  color:white;
}
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  background-color: white;
  color:black;
  padding: 30px;
  font-family: var(--font-family);
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
  top: 16px;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  margin: 0 0 0px 0 !important; 
}

.single-product-info {
  overflow: auto;
  position: relative;
  padding: 60px 0px;
}
.single-product-info {
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  bottom: 0;
  top: 0;
  background: #397069;
  background-image: url(/wp-content/themes/slipstream-competitions/images/stripes-desktop.png);
  width: 100vw;
  background-repeat: no-repeat;
  background-size: 1150px auto;
  background-position: top center;
}

.single-product-info .loop-progress-bar {
  max-width: 384px;
  position: relative;
}

.single-product-info .container {
  position:relative;
}

div.product .product-item-info span.price bdi {
  text-underline-offset: 6px;
}

.single-product .wpgs-nav .slick-track .slick-slide {
  box-shadow: rgb(255, 255, 255) 6px 6px 0px;
  border-radius: 12px;
  overflow: hidden;
}

.single-product .wpgs-nav .slick-track .slick-slide.slick-active.slick-current {
  box-shadow: #E53F38 6px 6px 0px;
}

.lty-lottery-question-answer-container.competitions-step > div > div:nth-child(2) {
  opacity: 0.5;
  pointer-events: none;
  filter: blur(5px);
}

.lty-lottery-question-answer-container.competitions-step > div > div.unlock:nth-child(2) {
  opacity: 1;
  pointer-events: unset;
  filter: blur(0px);
}

.lty-bid-logs-wrapper {

}

ul.lty-lottery-answers {
  float:unset;
}

.winner-for img {
  width: 100%;
}
td.woocommerce-table__product-name.product-name a {
  font-size: 20px;
}
td.woocommerce-table__product-name.product-name .product-quantity {
  display: none;
}

.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
  padding-left:0px;
  font-size: 14px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  border: 1px solid #3C6A64;
  box-shadow: 6px 6px 0px #366963;
  border-radius: 12px;
  background: white;
  margin-bottom: 20px;
  overflow: hidden;
  color: black;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background: transparent;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border-color:transparent;
}
body.visualcomposerstarter .select2 {
  border:0;
}

.select2-dropdown {
  /* background:var(--secondary-body-background); */
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-search--dropdown .select2-search__field {
  background:#FFFFFF;
  color:var(--color-light);
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background:var(--third-body-background);
  color:var(--text-on-third-bg-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color:var(--color-light);
}
legend {
  padding-top:20px;
  color:var(--color-light);
}

section.woocommerce-order-details {
  margin-top: 40px;
}

svg.review-rating path.c {
  fill: var(--color-dark);
}

.fixed-odds {
  display: flex;
  align-items: center;
  background: #004644;
  color: white;
  border-radius: 12px;
}

.fixed-odds > div {
  flex: 1;
  text-align: center;
  padding: 10px;
}

.fixed-odds > div:not(:last-child) {
  border-right: 1px solid var(--primary-light-accent-color);
}

.fixed-odds > div > span {
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
  display: block;
}

.fixed-odds > div > p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

/********** Featured Competition **********/
.featured-competition {
  position: relative;
}
.featured-competition .background-image {
  position: relative;
}
.featured-competition .background-image .image-overlay {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,0.5);
}
.featured-competition .competition-information {
  max-width: 600px;
  position: absolute;
  top: calc(50% - 60px);
  left: 50%;
  transform: translate(-50%,-50%);
}

.fc-header {
  
}
.fc-body  {
  text-align:center;
}
.fc-body .price {
  font-size: 52px;
  font-family: var(--secondary-font-family);
  line-height: 80px;
  text-transform: uppercase;
  color: var(--color-white);
  display: inline-block;
  margin-right:10px;
}
.fc-body .tickets-left {
  display:inline-block;
  color: var(--color-white);
  font-size:16px;
  font-family: var(--secondary-font-family);
}
.fc-body .price .regular-price, .fc-body .price .sale-price {
  font-weight:700;
  color:var(--primary-accent-color);
}
.fc-body .price.on-sale .regular-price {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: var(--color-white);
}
.fc-body .price.on-sale .regular-price:before {
  content: '';
  position: absolute;
  display: block;
  left:0;
  right:0;
  height:3px;
  width:100%;
  background: var(--primary-accent-color);
  top:50%;
  transform:translateY(-50%);
}
.fc-footer {
  margin-top:30px;
}
.fc-footer .lty-lottery-date-ranges {
  margin-bottom: 0;
  width: 316px;
  margin-right:10px;
  overflow: hidden;
}
.fc-footer .lty-lottery-countdown-timer  {
  display:flex;
}
.fc-footer .lty-lottery-countdown-timer > span {
  font-size: 10px;
  letter-spacing: -0.14px;
  text-transform:uppercase;
  color:white;
  line-height: 10px;
  width: calc(25% - 4px);
}
.fc-footer .lty-lottery-countdown-timer .lty-lottery-timer {
  position: relative;
  float: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 56px;
  background: var(--secondary-accent-color);
}
.fc-footer .lty-lottery-countdown-timer .lty-lottery-timer:not(:last-child) {
  margin-right: 5px;
}
.fc-footer .lty-lottery-countdown-timer .lty-lottery-timer:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  font-size: 24px;
  right:0;
}
.fc-footer .lty-lottery-countdown-timer .lty-lottery-timer > span:after {
  display:none;
}
.fc-footer .lty-lottery-countdown-timer > span > span {
  font-size:24px !important;
  letter-spacing: 2.4px;
  line-height: 24px;
  color:white !important;
  margin-bottom: 5px;
}
.fc-footer .lty-lottery-countdown-timer > span > br {
  display: none;
}
.fc-footer .btn-primary {
  padding: 19px 32px;
  height: 56px;
}
#hero-section .trustpilot, .featured-competition .trustpilot {
  margin-top: 20px;
}
#hero-section .trustpilot iframe, .featured-competition .trustpilot iframe {
  margin-left: auto;
  margin-right: auto;
}

.font-work-sans {
  font-family: 'Work Sans', serif;
}
.font-lobster {
  font-family: var(--secondary-font-family);
}
.font-160 {
  font-size:160px;
  line-height: 180px;
}
.font-60 {
  font-size:60px;
  line-height: normal;
}
.font-40 {
  font-size:40px;
}
.font-32 {
  font-size:32px;
  line-height: 36px;
}
.font-22 {
  font-size:22px;
  line-height: 34px;
}
.font-20 {
  font-size:20px;
  line-height: 23px;
}
.font-16 {
  font-size:16px;
  line-height: normal;
}
.fw-600 {
  font-weight:600;
}
.font-stroke  {
  -webkit-text-stroke: 1px black;
}
.font-uppercase {
  text-transform:uppercase;
}
.text-shadow {
  text-shadow: 4px 4px 1px #050a18;
}
.color-white {
  color:#ffffff;
}
.color-font {
  color: #321C0C;
}
.color-primary {
  color: #E53F38;
}
.multi-color {
  display: flex;
  justify-content: center;
}
.tickets-status {
  display: flex;
  align-items: center;
  border-radius: 8px !important;
  overflow: hidden;
}
.tickets-status p {
  flex:1;
  margin-bottom: 0;
  padding: 6px 12px;
  font-weight: 600;
}
.tickets-status p:first-child {
  background: #004644;
  color: white;
}
.tickets-status p:last-child {
  background: #FAF9DE;
  text-align: right;
}

#main-menu > ul > li a {
  padding: 18px 21px;
  background: white;
  color: #08508A;
  border: 1px solid #08508A;
  box-shadow: 4px 4px 0px #08508a;
  border-radius: 12px;
  margin-right: 16px;
}
#main-menu > ul > li a:hover {
  background: #E53F38;
  color:white;
}

div#common-hero-section {
  background-size: cover !important;
  background-position: top center !important;
  width: 100vw;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  height: 515px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prizes {
  font-family: 'Work Sans';
  line-height: normal;
}

table.prizes-table {
  border-radius: 12px;
  box-shadow: 6px 6px 0px #264b46;
  border: 1px solid #366963;
  overflow: hidden;
  font-family: 'Work Sans';
  margin-top: 16px;
  border-collapse: unset;
}

table.prizes-table thead {
  background: #366963;
  color:white;
}
table.prizes-table th, table.prizes-table td {
  padding: 16px 20px;
}
table.prizes-table th:not(:last-child), table.prizes-table td:not(:last-child) {
    border-right: 1px solid #366963;
}
table.prizes-table tr:not(:last-child) th, table.prizes-table tr:not(:last-child) td {
  border-bottom: 1px solid #366963;
}

.single-winners .single-winner {
  padding: 100px 0px;
  margin-top: 0;
  background: url(/wp-content/uploads/2023/01/Hero.jpg);
  background-size: cover !important;
  background-position: top center !important;
}
.single-winner .winner-for {
  background: #FFFFFF;
  border: 1px solid #004644;
  box-shadow: 8px 8px 0px #004644;
  border-radius: 12px;
  padding: 10px;
}
.single-winner .winner-for img {
  border-radius: 12px;
}
.single-winner a {
  width:100%;
}
.single-winner .winner-information {
  background: #FFFFFF;
  border: 1px solid #004644;
  box-shadow: 8px 8px 0px #004644;
  border-radius: 12px;
  padding: 30px 36px;
}
img.footer-logo {
  max-width: 200px;
}
img.payment-methods-logo {
  max-width: 210px;
  margin-top: 10px;
}
.page-id-1254262 .entry-content,
.page-id-1254261 .entry-content,
.page-id-1254260 .entry-content{
  padding: 30px 0px;
}

.product a.product-item-thumbnail img {
    height: 245px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
div#coupons_list {
  margin-bottom: 20px;
  margin-top: 20px;
}

div#coupons_list h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700; 
}
.charities .charity {
  background: #FFFFFF;
  border: 1px solid #004644;
  box-shadow: 12px 12px 0px #004644;
  border-radius: 12px;
}
.charities .charity img {
  border-radius:8px;
}
.charities .charity h3 a {
  color: #301a0b;
}

p.lty-waiting-result-message {
  margin-top: 20px;
}

.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 30px;
}
/********** Responsive CSS **********/

@media (max-width: 480px) {
  .sv-alert .content {
    max-width: 300px;
    padding: 30px 30px;
  }
  .sv-alert .btn-container a {
    display: block;
    margin: 12px auto 0 auto;
    max-width: 200px;
  }
}

@media only screen and (min-width: 768px) {
  body.menu-sandwich.admin-bar #main-menu {
    padding-top: 86px;
  }
  body:not(.menu-sandwich) .header-widgetised-area {
    float: right;
  }
  body:not(.menu-sandwich) .header-widgetised-area .widget {
    float: left;
    margin-bottom: 0;
  }
  body:not(.menu-sandwich) .header-widgetised-area .widget-title,
  body:not(.menu-sandwich) .header-widgetised-area .textwidget {
    display: inline-block;
    margin-bottom: 0;
  }
  body:not(.menu-sandwich) .header-widgetised-area .widget_text {
    padding: 0.55em 0.83em;
  }
  body:not(.menu-sandwich) .navbar-header {
    max-width: 25%;
  }
  body:not(.menu-sandwich) .navbar-header img {
    max-width: 100%;
    height: auto;
    width: 100%;
    max-height: 70px;
  }
  body:not(.menu-sandwich) .navbar-toggle {
    display: none !important;
  }
  #main-menu {
    display: flex;
    text-align: right;
    position: static;
    height: 80px;
    background: none;
    padding: 0;
    overflow-y: inherit;
    justify-content: flex-end;
    overflow-y: inherit;
    align-items: center;
  }
  #main-menu .header-widgetised-area {
    float: right;
    margin: 7.5px 0 7.5px 20px;
    text-align: left;
  }
  #main-menu .button-close, #main-menu img {
    display: none;
  }
  #main-menu .dropdown-toggle {
    display: none;
  }
  #main-menu > ul {
    display: inline-block;
    text-align: left;
  }
  #main-menu > ul#menu-call-to-action {
    display: flex;
    margin: 6px 0px;
    align-items: center;
  }
  #main-menu
    > ul
    > li.menu-item-has-children
    > a:before {
    top: 1.3em !important;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    font-size: 0.55em !important;
    margin-top: 0 !important;
  }
  #main-menu > ul > li > ul {
    top: 100% !important;
    left: 0;
    margin-top: 10px;
  }
  #main-menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  #main-menu ul li.menu-item-has-children > a {
    /* padding-right: 2.05em; */
    margin-right: 0;
  }
  /* body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children > a:before {
    content: '\71';
    top: 50%;
    right: 1.5em;
    margin-top: -10px;
    font-family: 'Visual Composer Starter Font';
    font-size: 0.7em;
    position: absolute;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  } */
  #main-menu ul li ul {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block !important;
    padding: 13px 10px;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    position: absolute;
    right: 100%;
    top: 0;
    width: 16.75rem;
    background-color: transparent;
  }
  #main-menu ul li ul li {
    position: relative;
    padding: 0;
    margin-bottom: 12px;
  }
  #main-menu ul li ul li a {
    display: block;
  }
  #main-menu ul li ul li a:hover,
  #main-menu ul li ul li a:focus {
    color: white;
  }
  #main-menu ul li ul li ul {
    padding: 0;
  }
  body.navbar-no-background:not(.menu-sandwich) #main-menu,
  body.navbar-no-background:not(.menu-sandwich) #main-menu .navbar-nav {
    background-color: transparent !important;
  }
}
/*min-width: 768px*/
@media only screen and (min-width: 783px) {
  body.fixed-header.admin-bar .navbar {
    top: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .nav-next {
    text-align: right;
  }
  .nav-next,
  .nav-previous {
    margin-bottom: 0;
  }
  #footer .footer-right-block {
    float: right;
    margin-left: 12.5%;
    margin-bottom: 0;
    display: table;
  }
  #footer .footer-socials {
    display: table-cell;
    vertical-align: middle;
  }
  #footer .footer-socials ul {
    text-align: right;
  }
  #footer .footer-socials ul li:not(:first-child) {
    margin: 0 0 0 5px;
  }
  #footer .copyright {
    margin-bottom: 5px;
  }
  .footer-menu {
    margin: 0;
  }
  .footer-bottom {
    padding: 30px 0;
  }
}
/*min-width: 992px*/
@media only screen and (min-width: 1024px) {
  body.header-full-width .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }
  body.content-full-width .content-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  body.content-full-width .footer-bottom,
  body.content-full-width .footer-widget-area {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*min-width: 1024px*/
@media only screen and (min-width: 1440px) {
  body.content-full-width .content-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
/*min-width: 1400px*/

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1200px;
  }
}

@media only screen and (max-width: 1200px) {
  .features-row > div > div {
    flex-wrap: wrap;
  }
  .features-row > div > div > div:first-child {
    width: 100%;
    flex: 100%;
    margin-bottom: 60px;
  }
  .features-row > div > div > div:first-child > div > div {
    margin: auto;
  }
  .features-row > div > div > div:not(:first-child):before {
    display: none;
  }
  #hero-section h1,.featured-competition h1 {
    font-size: 54px;
    line-height: 68px;
  }
  #hero-section h2, .featured-competition h2 {
    font-size: 24px;
    line-height:32px;
  }
  .btn-xl {
    font-size: 24px;
  }
  #hero-section, .featured-competition .background-image img {
    height: 690px;
  }
  .products.columns-3 > .product {
    width: calc(50% - 30px);
  }
  ul#menu-primary-menu {
    position:relative;
    left:unset;
    transform:unset;
  }
  #main-menu ul li a {
    font-size: 13px;
    padding: 14px 20px;
    margin: 4px;
  }
  #main-menu > ul > li.menu-item-has-children {
    padding-right:4px;
  }
}

@media only screen and (max-width: 767px) {
  .fixed-odds > div > span {
    font-size:26px;
  }
  .fixed-odds > div > p {
    font-size:10px;
  }
  ul.lty-lottery-answers li {
    font-size:16px;
    padding: 10px 16px;
  }
  div#live-competitions > * {
    z-index:1;
  }
  .font-40 {
    font-size:24px;
  }
  .font-60 {
    font-size:40px;
    line-height:normal;
  }
  .font-stroke {
    -webkit-text-stroke: 0.5px #050A18;
  }
  div#how-it-works:before {
    width: 161px;
    height: 142px;
  }
  .hiw-item {
    padding: 17.5px 30px !important;
  }
  .navbar-wrapper {
    padding: 15px 15px;
  }
  .navbar-brand {
    width: 200px;
  }
  ul#menu-primary-menu {
    left:unset;
  }
  .woocommerce ul.order_details li {
    float:unset;
    border-right:0;
    display:inline-block;
    padding-right: 0;
    margin-right: 8px;
    margin-top: 20px;
    vertical-align: top;
  }
  .woocommerce ul.order_details li:not(:last-child) {
    width: calc(50% - 11px);
  }
  .winners .winner-item {
    height: inherit;
    background: var(--color-dark);
    margin:15px;
    width: calc(100%);
    margin-bottom: unset !important;
  }
  h1.entry-title {
    text-align: center;
    font-size: 30px;
  }
  .entry-tabs > span {
    width: calc(33.33% - 4px);
  }
  #main-menu {
    opacity:0;
    visibility:hidden;
  }
  .single-product-info .loop-progress-bar {
    margin-bottom:20px;
  }
  .winner-for .slick-slide {
    height: 300px;
  }
  span.youtube-play:before {
    background-position: center;
    background-size: 27px 70px;
  }
  div#features {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .features-row > div > div > div:first-child {
    margin-bottom: 30px;
  }

  .icon-box {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: auto;
  }

  .page-title {
    display: flex;
    flex-direction: column-reverse;
  }

  .icon-box img {
    margin-right: 0;
  }

  .icon-box > p:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .section-heading p {
    font-weight: 400;
    text-align: center;
    font-size: 36px;
  }
  .products.columns-3 > .product {
    width: calc(50% - 30px);
    z-index: 1;
  }
  .reviews.all .review-item {
    width:calc(100% - 30px);
  }
  .reviews .review-item img.review-rating {
    width: 138px;
  }
  div#main-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 312px;
    visibility: hidden;
    opacity: 0;
    background: #FEFCE8;
  }
  .visualcomposerstarter .vct-cart-items-count {
    width: 20px !important;
    height: 20px !important;
    font-size: 10px !important;
  }
  #main-menu > ul > li.menu-item-has-children {
    padding-right: 0px;
  } 
  #main-menu ul li a {
    font-size: 14px;
    line-height: normal;
  }
  .menu-item.menu-item-has-children a {
    position: relative;
  }
  .menu-item.menu-item-has-children > a:after {
    position: absolute;
    top:14px;
    right:18px;
  }
  .menu-item.menu-item-has-children > a:hover:after {
    border-color:white;
  }
  #main-menu > ul > li > .dropdown-toggle {
    padding: 10px 0 10px 0;
  }
  #main-menu .dropdown-toggle {
    color: var(--color-dark);
  }
  #main-menu ul li.menu-item-has-children > a {
    margin-right: 0px;
  }
  #main-menu ul#menu-call-to-action {
    display: flex;
    bottom: 10px;
    position: absolute;
    padding-left: 0 !important;
    left: 20px;
    width: calc(100% - 40px);
    right: 20px;
  }
  #main-menu ul#menu-call-to-action li {
    margin-left:0;
    margin-right:0;
  }
  #main-menu ul#menu-call-to-action a {
    width:100%;
    margin-bottom:14px;
    margin-right:0;
  }
  #main-menu ul#menu-primary-menu {
    position: relative;
    top: 0;
    transform: unset;
    width: 100%;
  }

  #main-menu ul#menu-primary-menu li a {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding: 10px 20px;
    margin-bottom: 14px;
    line-height: 19.6px;
    display:block;
  }
  .cart-actions {
    text-align: center;
  }
  .cart-actions .coupon {
    float: unset;
    display: block;
    text-align: center;
  }
  .cart-actions .continue-shopping {
    float: unset;
    display: none;
  }
  .cart-actions .coupon input[type="text"] {
    display: block;
    width: 100%;
    text-align: center;
  }
  .cart-actions .coupon button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .winners.column-3 .winner-item {
    width: calc(100% - 30px);
  }
  .single-product .lty-lottery-timer #lty_lottery_days,
  .single-product .lty-lottery-timer #lty_lottery_hours,
  .single-product .lty-lottery-timer #lty_lottery_minutes,
  .single-product .lty-lottery-timer #lty_lottery_seconds {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 32px;
  }
  .lty-lottery-countdown-timer span#lty_lottery_days:after, .lty-lottery-countdown-timer span#lty_lottery_hours:after, .lty-lottery-countdown-timer span#lty_lottery_minutes:after, .lty-lottery-countdown-timer span#lty_lottery_seconds:after {
    bottom: 3px;
    height:auto;
  }
  .lty-shop-timer-wrapper {
    padding: unset;
  }
  .woocommerce div.product div.images .wpgs-for img {
    height: 277px;
    object-fit: cover;
    max-height: 500px;  
  }
  .visualcomposerstarter.woocommerce div.product .product_title {
    text-align: left;
    font-size: 24px;
    letter-spacing: 1.2px;
    line-height: 32px;
  }
  .btn-primary:not(.menu-item) {
    width: 100%;
  }
  p#move-to-entries, .terms {
    font-size: 14px;
    margin: 0;
  }
  .woocommerce-product-gallery__image.single-product-main-image:after {
    display: none;
  }
  .loop-progress-bar .percentage {
    font-size: 11px;
    background: var(--primary-accent-color);
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
  }
  .product .product-item-info h2.woocommerce-loop-product__title {

  }
  .winners .winner-item .winner-details h2 {
    font-size: 16px;
    line-height: 17.6px;
    letter-spacing: 0.05em;
  }
  form.woocommerce-form.woocommerce-form-login.login {
    margin: 45px 0px;
  }
  p.lost_password a {
    font-size: 14px;
  }
  form.woocommerce-form label input {
    width: 30px;
  }
  .font-160 {
    font-size:80px;
    line-height:103.2px;
  }
  .font-32 {
    font-size: 22px;
    line-height: 24.2px;
  }
  .font-20 {
    font-size:16px;
  }
  .tickets-status {
    font-size: 12px;
    line-height: normal;
  }
  .mt-0 {

  }
  .mt-1 {

  }
  .mt-2 {

  }
  .mt-3 {
    margin-top:16px;
  }
  .mb-0 {

  }
  .mb-1 {

  }
  .mb-2 {

  }
  .mb-3 {
    margin-bottom:16px;
  }
  .competition {
    width:calc(100% - 30px);
    left:15px;
    right:15px;
    transform: none;
    box-shadow: 6px 6px 0px #e39439;
    overflow:hidden;
  }
  .competition .information {
    flex-direction: column;
  }
  .competition .featured-label {
    font-size: 14px;
    line-height: 16.42px;
  }
  .competition .information .competition-image, .competition .information .competition-info {
    width: 100%;
    border: 1px solid #FCB058;
    border-radius: 0;
  }
  .competition .information .competition-info {
    border-radius: 0px 0px 12px 12px;
    padding: 30px 20px 20px;
  }
  .competition .information .competition-image img {
    height:245px;
  }
  table.prizes-table th, table.prizes-table td {
    padding: 12px 12px;
  } 
}

@media only screen and (max-width: 600px) {
  .woocommerce form.checkout_coupon p {
    display: block;
    float: unset;
    width: 100%;
  }

  .woocommerce form.checkout_coupon input,
  .woocommerce form.checkout_coupon button {
    width: 100%;
  }
  .icon-box img {
    margin-right: 0;
  }
  .icon-box > p {
    font-size: 8px;
    letter-spacing: 1.2px;
    line-height: 10px;
  }
  #hero-section h1, .featured-competition h1 {
    font-size: 36px;
    line-height: 38.4px;
    letter-spacing: 0.72px;
  }

  #hero-section h2, .featured-competition h2 {
    font-size: 18px;
    line-height:24px;
  }
 
  .btn-xl {
    font-size: 21px;
  }
  #hero-section, .featured-competition .background-image img {
    height: 756px;
  }
  div#hero-section.static-hero-section {
    background-image: url(/wp-content/themes/slipstream-competitions/images/stripes.png) !important;
    background-color: #397069 !important;
    height: 492px;
    background-blend-mode: unset;
    min-height:unset;
  }
  .competition {
    bottom:-520px;
  }
  div#live-competitions {
    padding-top: 540px;
    background-size: 1924px !important;
  }
  div#live-competitions:before {
    display:none;
  }
  #recent-winners {
    background-size: 1924px !important;
  }
  .fc-footer .lty-lottery-date-ranges {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .fc-footer .lty-lottery-countdown-timer  { 
    position:relative;
    top:unset;
    left:unset;
    box-shadow:unset;
    max-width:unset;
  }

  .section-heading p {
    font-weight: 400;
    text-align: center;
    font-size: 36px;
  }

  .products.columns-3 > .product {
    width: calc(100% - 30px);
  }

  .product-item-thumbnail .lty-shop-timer-wrapper {
    max-width: 300px;
  }
  .visualcomposerstarter .vct-cart-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
  .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_column-gap-30.vc_row-o-equal-height.vc_row-o-content-top.vc_row-flex {
    max-width: 100%;
    margin-left: 0;
  }
  .hero-slider {
    position: relative;
  }
  .hero-slider ul.slick-dots {
    position: absolute;
    bottom: 140px;
  }
  .product-information a.btn-primary {
    margin-top: 0;
  }

  .footer-widget {
    border: 0;
    padding-top:30px;
  }
  .footer-widget-order {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #footer .menu {
    padding-left: 0px;
  }

  #footer .menu li:nth-child(1) {
    margin-top: 0;
  }

  .container.footer-widget > div > div {
    margin-top: 30px;
  }

  #footer .website-information {
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #footer .website-information p {
    margin-top: 20px;
  }

  .footer-bottom {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.footer-widget > div > div:last-child p {
    margin-top: 20px;
  }

  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }

  .hide-desktop {
    display: block;
  }

  .hide-mobile {
    display: none !important;
  }
  .competitions-step .step-label {
    font-size: 26px;
    letter-spacing: 0px;
    line-height: normal;
  }
  .lty-lottery-ticket-header.competitions-step {
    margin-top: 32px;
  }
  p.lty-lottery-question {
    text-align: center;
    margin-top: 10px;
  }
  p.lty-lottery-question,
  .tickets-legend-heading {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }
  .competitions-step .step-heading {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 24px;
  }
  ul.lty-lottery-answers li {
    display: block;
    text-align: center;
  }
  button.btn-primary.btn-m.button.alt.lty-lucky-dip-button {
    width: 100%;
  }
  button.single_add_to_cart_button.button.alt.lty-participate-now-button.lty_manual_add_to_cart {
    width: 100%;
  }
  .lty-lottery-ticket-lucky-dip-container {
    
  }
  .lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li {
    width: calc(25% - 10px);
  }
  .competition-blocks > div {
    flex-direction: column;
  }

  .competition-blocks > div > div {
    margin-top: 20px;
  }
  .competition-blocks p {
    font-size: 21px;
    line-height: 25px;
  }
  .competition-blocks img {
    width: 64px;
    margin-bottom: 24px;
  }
  .row.competition-timer .lty-lottery-date-ranges {
    text-align: center;
  }
  

  .row.competition-timer .lty-lottery-date-ranges .heading-sm {
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .woocommerce div.product form.cart {
    margin-top: 0px;
  }
  .lty-bid-logs-wrapper {
    padding-top:0;
  }
}

/******** Custom Responsiveness ********/

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  
}

@media only screen and (max-width: 768px) and (min-width: 426px) {
}

@media only screen and (max-width: 425px) {
}

@media(max-width:767px) {
    .menu-item.menu-item-has-children:after {
        right: 0px;
        top:22px;
    }
    div#common-hero-section {
      height: 320px;
    }
    .navbar-brand img {
      max-width:100px;
    }
}
.competition-timer .lty-lottery-countdown-timer span#lty_lottery_days:after, .competition-timer .lty-lottery-countdown-timer span#lty_lottery_hours:after, .competition-timer .lty-lottery-countdown-timer span#lty_lottery_minutes:after, .competition-timer .lty-lottery-countdown-timer span#lty_lottery_seconds:after {
    padding-top: 3px;
}