/*
Theme Name: IW2022
Author: Confetti ICT
*/
/* Reset default browser CSS
-------------------------------------------------------------- */

/* import the necessary Bootstrap files */
/*
FONTS
*/


@font-face {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: bold;
}

button > * {
  pointer-events: none;
}

/* 
STRUCTURE
 */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: black;
}


/*
HEADER BRANDING

*/
.header-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 500;
  padding: 1rem 1rem;
}

@media (min-width: 992px) {
  .header-branding {
    padding: 1rem 2rem;
  }
}

.header-branding .iw-logo {
  width: 110px;
  fill: black;
  color: black;
  font-family: itc-avant-garde-gothic-pro;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}

@media (min-width: 992px) {
  .header-branding .iw-logo {
    width: 100px;
  }
}

.header-branding .iw-logo a {
  color: black;
}

.header-branding .brand-logo {
  width: 150px;
  fill: #fff;
  text-align: right;
  position: absolute;
    right: 15px;
    top: 18px;
}
nav.desktop{
    position: absolute;
    right: 180px;
}

nav.desktop li ul {
	display:none;
	margin:0;
	position:absolute;
	padding-top:10px;
	z-index:100;
	width:100px;
	padding:2px 0;
}

nav.desktop li ul li {
	margin:0;
	padding:0;
	min-width: 100px;
	background: var(--orange);
}
nav.desktop li ul li a{
	padding: 10px;
	display: block;
}
nav.desktop li ul li:first-child a{
	padding-bottom: 10px;
}
nav.desktop li ul li:last-child a{
	padding-top: 0px;
}

nav.desktop li ul ul {
	top:0;
	left:100%;
}

nav.desktop ul li:hover > ul {
	border-left:0;
	display:block;
}
.header-branding .brand-logo svg {
  height: 30px;
  fill:#fff;
}

@media (min-width: 992px) {
  .header-branding .brand-logo {
    width: 200px;
  }
}

.nav-link {
    display: inline-block;
}

.nav-link a{
    color: #fff;
    text-transform: uppercase;
}

.hideLogged{
	display: none;
}
.logged-in .hideLogged{
	display: block;
}

/* 
SLICK SLIDER
 */
.slick-slider .card {
  height: 512px;
  border: none;
  border-radius: 0;
  /* Fallback for browsers that do not support Custom Properties */
}
.slick-slider a:hover {
  text-decoration: none !important;
}
.slick-slider .img-wrapper {
  width: 100%;
  height: 100%;
}

.slick-slider .card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

.slick-slider .card-img-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
}

.slick-slider .card-body {
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
      font-size: 1.5rem;
    line-height: 2rem;
}



.slider-wrapper {
  position: relative;
  top: 60px;
  left: 0;
  height: 512px;
}

/* .slide {
    -webkit-animation: fadein 1s linear;
    -moz-animation: fadein 1s linear;
    animation: fadein 1s linear;
    background-color: orange;
} */





.slider-circle {
  background-color: transparent;
  opacity: 1;
  -webkit-animation: fadein 1s linear;
  animation: fadein 1s linear;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.slider-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0;
  justify-self: end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem;
  border-radius: 150px;
  opacity: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  width: 350px;
  height: 350px;
  font-size: 0.8rem;
}

.slider-circle .card-title {

  margin-top: 0.75rem;
}

.slider-circle .date {
  text-decoration: underline;
}

.slider-circle h2 {
  font-size: 1.2rem;
}

.slider-circle {
    right: 120px;
    bottom: 90px;
    max-width: 350px;
    position: absolute;
}
@media (max-width: 1120px) {
	.homeHeaderBg {
    padding-top: 66px !important;
}
	}
@media (max-width: 992px) {
.card-body {
    margin: auto;
    right: 80px;
  }
}
@media (max-width: 810px) {
	.card-body {
    margin: auto;
    right: 20px;
}
}
@media (max-width: 541px) {
	.homeHeaderBg {
    padding-top: 50px !important;
}
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 70px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 60px;
  line-height: 1;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 10px;
  z-index: 1;
}

.slick-prev:before {
  content: '';
}

.slick-next {
  right: 10px;
  left: initial;
}

@media (min-width: 768px) {
  .slick-next {
    right: 20px;
  }
}

@media (min-width: 992px) {
  .slick-next {
    right: 50px;
  }
}

.slick-next:before {
  background: url("/wp-content/themes/iw2022/assets/images/arrowRight.png") no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 45px;
  height: 70px;
  line-height: 0;
}
.slick-prev:before {
  background: url("/wp-content/themes/iw2022/assets/images/arrowLeft.png") no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 45px;
  height: 70px;
  line-height: 0;
}
/*# sourceMappingURL=style-ac.css.map */


:root {
    --pink: #eb78df;
	--black: rgb(0,0,0);
	--grey: rgb(181, 181, 181);
	--greylight:#F2F2F2;
	--yellow: #f8d44c;
	--orange: #EE7203;
	--blue: #2EBFFF;
	--blueod:#6E7DB5;
	--title-font: "Gilroy-ExtraBold", sans-serif;
	--body-font:'Nunito Sans', sans-serif;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
}
Html{
scroll-behavior: smooth;
}
body {
	line-height:1.3;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	clear:both;
}

ol,ul {
	list-style:none;
}

blockquote {
	quotes:none;
}

blockquote:before,blockquote:after {
	content:'';
	content:none;
}

del {
	text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

a img {
	border:none;
}
p strong{
	font-weight: bold;
}

/***************************** CSS Reset - Find ****************************************/
/* =Fonts
-------------------------------------------------------------- */

@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url('/wp-content/themes/iw2022/assets/fonts/Gilroy-ExtraBold.eot');
  src: url('/wp-content/themes/iw2022/assets/fonts/Gilroy-ExtraBold.woff2') format('woff2'),
       url('/wp-content/themes/iw2022/assets/fonts/Gilroy-ExtraBold.woff') format('woff'),
       url('/wp-content/themes/iw2022/assets/fonts/Gilroy-ExtraBold.ttf') format('truetype'),
       url('/wp-content/themes/iw2022/assets/fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg'),
       url('/wp-content/themes/iw2022/assets/fonts/Gilroy-ExtraBold.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
h3#comments-title,h3#reply-title,#access .menu,#access div.menu ul,#cancel-comment-reply-link,.form-allowed-tags,#site-info,#site-title,#wp-calendar,.comment-meta,.comment-body tr th,.comment-body thead th,.entry-content label,.entry-content tr th,.entry-content thead th,.entry-meta,.entry-title,.entry-utility,#respond label,.navigation,.page-title,.pingback p,.reply,.widget-title,.wp-caption-text,input[type=submit] {
	font-family: 'Gilroy-ExtraBold', sans-serif;
}

pre {
	font-family:"Courier 10 Pitch",Courier,monospace;
}

code {
	font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}
h1, h2{
	font-family: var(--title-font);
}
p{
font-family: var(--body-font);
padding-bottom: 17px;
}
h1{
	font-size: 2.8em;
	padding-bottom: 20px;
}
h2{
	font-size: 1.5em;
	padding-bottom: 20px;
}
.padding-top-80{
	padding-top: 80px;
}
hr {
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #fff;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
    outline: none;
}
.container.head-clear{
	margin-top: 116px;
	margin-bottom: 70px;
}
.logged-in header, .logged-in .nav-wrapper {
    position: fixed;
    top: 30px;
    z-index: 200;
}
body.page-template-page-oddrill{
	background: #000;
}
body.page-template-page-oddrill h1,body.page-template-page-oddrill h2,body.page-template-page-oddrill h3,body.page-template-page-oddrill p{
	color: #fff;
}
body.page-template-page-oddrill h2{
	text-decoration: underline;
}
body.page-id-3384{
	background: var(--greylight);
}
body.page-id-3384 h1{
	text-decoration: underline;
}
.odBlock{
	position: relative;
	z-index: 2;
}
.odImage{
	min-height: 270px;
}
.odImage.topped{
	position: absolute;
	top: 0;
	width: 100%;
}
.odImage img{
	width: 100%;
	height: 100%;
}
.odCol{
	margin-bottom: 30px;
	}
.odBlock{
	background: #fff;
	height: 100%;
}
.odBlockContent{
	padding: 20px;
}
.odBlock h2, .odBlock h3, .odBlock p{
	color: #000 !important;
}
.odBlockContent h2{
	padding:0 0 6px;
}
.odBlockContent h2 a,.odBlockContent p a{
	color: #000;
}
.odBlockContent h2 a:hover, .odBlockContent p a:hover {
	color: var(--pink);
	text-decoration: none !important;
}
.odBlockContent p{
	padding:0;
	font-size: 14px;
}
.wp-grid-builder .wpgb-card .wpgb-card-body {

	padding: 20px 16px 18px;
	transition: background-color .9s ease-in-out;
}
.wp-grid-builder .wpgb-card .wpgb-card-body h3{
	font-family: var(--title-font);
	font-size: 19px;
	padding-right: 60px !important;
    line-height: 1.1 !important;
}
.wp-grid-builder .wpgb-card .wpgb-card-body .wpgb-block-4, .wp-grid-builder .wpgb-card .wpgb-card-body .wpgb-block-3, .wp-grid-builder .wpgb-card .wpgb-card-body .wpgb-block-2{
	font-family: var(--body-font);
	font-size: 15px;
}
.wp-grid-builder .wpgb-card.media-yellow .wpgb-card-body h3, .wp-grid-builder .wpgb-card.media-yellow .wpgb-card-body .wpgb-block-4, .wp-grid-builder .wpgb-card.media-yellow .wpgb-card-body .wpgb-block-3{
}
.wp-grid-builder .wpgb-card.music-blue .wpgb-card-body h3, .wp-grid-builder .wpgb-card.music-blue .wpgb-card-body .wpgb-block-4, .wp-grid-builder .wpgb-card.music-blue .wpgb-card-body .wpgb-block-3{
}
.wp-grid-builder .wpgb-card .wpgb-card-body .wpgb-block-2{
	padding: 10px 0 5px;
	font-size: 14px;
}
.wp-grid-builder .wpgb-card .wpgb-card-body {
    background: white;
    transition: all .5s ease-in-out !important;
}
.wp-grid-builder .wpgb-card .wpgb-card-inner:hover .wpgb-card-body {
	background-color: var(--blue) !important;
}
.wp-grid-builder .wpgb-card.media-yellow .wpgb-card-inner:hover .wpgb-card-body {
	background-color: var(--yellow) !important;
}
.wp-grid-builder .wpgb-card.music-blue .wpgb-card-inner:hover .wpgb-card-body {
	background-color: var(--orange) !important;
}
.wp-grid-builder .wpgb-card .wpgb-card-inner:hover .wpgb-card-body h3, .wp-grid-builder .wpgb-card .wpgb-card-inner:hover .wpgb-card-body .wpgb-block-4, .wp-grid-builder .wpgb-card .wpgb-card-inner:hover .wpgb-card-body .wpgb-block-3, .wp-grid-builder .wpgb-card .wpgb-card-inner:hover .wpgb-card-body .wpgb-block-2{
	color: var(--black) !important;
	text-decoration: none !important;
}
.wpgb-facet .wpgb-button {
    background:none !important;
    border: none !important;
    padding:0 !important;
    outline: none !important;
}
.wpgb-facet-title{
	display: none;
}
.wpgb-facet>fieldset:last-child {
    margin-bottom: 10px !important;
}
.wpgb-facet .wpgb-button-label {
    padding: 4px 10px 4px 0px !important;
    word-break: break-word;
    font-family: var(--title-font);
    font-size: 30px !important;
    color: var(--grey) !important;
}
.wpgb-facet .wpgb-button[aria-pressed="true"] .wpgb-button-label {
    color: black !important;
    outline: none !important;
}
.wpgb-facet.wpgb-facet-2 .wpgb-button-label {
    padding: 4px 10px 4px 0px !important;
    word-break: break-word;
    font-family: var(--title-font);
    font-size: 20px !important;
    color: var(--grey) !important;
}
.wpgb-facet .wpgb-inline-list li {
    margin: 0 8px 0px 0 !important;
}
.wpgb-facet.wpgb-facet-2 .wpgb-inline-list li {
    margin: 0 8px 0px 0 !important;
}
.wpgb-facet.wpgb-facet-2{
	margin-bottom: 30px !important;
}
.wpgb-facet-2 ul.wpgb-inline-list li:nth-child(2){
	padding-left: 20px;
	background: url(/wp-content/themes/iw2022/assets/images/bg-facet-blue.png) no-repeat left center;
	background-size: 15px;
}
.wpgb-facet-2 ul.wpgb-inline-list li:nth-child(3){
	padding-left: 20px;
	background: url(/wp-content/themes/iw2022/assets/images/bg-facet-yellow.png) no-repeat left center;
	background-size: 15px;
}
.wpgb-facet-2 ul.wpgb-inline-list li:nth-child(4){
	padding-left: 20px;
	background: url(/wp-content/themes/iw2022/assets/images/bg-facet-orange.png) no-repeat left center;
	background-size: 15px;
}
.wpgb-facet .wpgb-search-facet input[type="search"], .wpgb-facet .wpgb-autocomplete-facet input[type="search"] {
    padding: 6px 32px;
    border-radius: 20px !important;
    border-color: #000;
    font-family: var(--title-font) !important;
    text-transform: uppercase;
    height: 30px !important;
    min-height: 30px !important;
    font-size: 14px !important;
    min-width: 230px;
    border-width: 1px !important;
}

.wpgb-facet .wpgb-select {
    border-color: #000 !important;
    border-radius: 20px !important;
}
.wpgb-facet select.wpgb-select+.wpgb-select-controls {
    fill: #000 !important;
}
.wpgb-facet .wpgb-input-icon, .wpgb-facet .wpgb-clear-button, .wpgb-facet .wpgb-select button, .wpgb-facet .acplt-clear, .wpgb-facet .wpgb-hierarchy .wpgb-hierarchy-control, .wpgb-facet .wpgb-rating-reset .wpgb-rating-control{
	color: #000 !important;
}
.wpgb-facet select.wpgb-select{
	font-family: var(--title-font);
	text-transform: uppercase;
	height: 30px !important;
    min-height: 30px !important;
    font-size: 14px !important;
    padding-top: 3px !important;
    min-width: 230px;
    border-width: 1px !important;
}
.wpgb-facet.wpgb-facet-5{
	display: block !important;
	position: absolute !important;
	right:0;
	top: -5px;
}
.wpgb-facet.wpgb-facet-3{
	display: block !important;
	position: absolute !important;
	right:0;
	top: 35px;
}
.wpgb-inline-list li:first-child .wpgb-button-label{
	text-transform: uppercase;
    font-size: 14px !important;
    border: 1px solid #000;
    padding: 4px 11px 2px !important;
    border-radius: 13px;
    margin-right: 10px;
}
.wp-grid-builder .wpgb-card-1 a.wpgb-block-5 {
    font-size: 1em;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0 !important;
    border: none !important;
    width:65px !important;
    height: 65px !important;
    background-color: #fff;
    border-radius: 50% !important;
     -webkit-box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 50%) !important;
    box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 50%) !important;
    display: block !important;
    padding: 17px 0 0 0px !important;
    text-align: center;
    font-family: var(--title-font);
    color: var(--black);
    font-size: .9em !important;
    line-height: 1.1 !important;
    transition: all .5s ease-in-out;
    position: absolute !important;
    top: -20px;
    right: 10px;
    z-index: 1;
}
.wp-grid-builder .wpgb-card-1 a.wpgb-block-5:hover {
    background-color: #000;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 100%) !important;
    box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 100%) !important;
	text-decoration: none;
	color: #fff !important;
	transform: rotate(20deg);
}
.wpgb-area.wpgb-area-top-1{
	display: block !important;
	flex-wrap: nowrap !important;
}
.wp-grid-builder .wpgb-area-top-1>div, .wp-grid-builder .wpgb-area-top-2>div {
    position: relative;
    -ms-flex: none !important;
    flex: none !important;
    max-width: 100% !important;
    clear: both;
    z-index: 111;
    position: relative;
}
.wpgb-facet button.wpgb-button {
        height: auto;
    max-height: unset;
    margin: 30px 0 0 !important;
    padding: 15px 36px !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    border: none;
    box-shadow: none;
    border-radius: 42px !important;
    color: white;
    cursor: pointer;
    font-style: unset;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-decoration: unset;
    -webkit-appearance: none;
    transition: all ease 0.25s;
    background: transparent !important;
    font-family: var(--title-font);
    text-transform: uppercase !important;
}
.wpgb-facet button.wpgb-button:hover {
    height: auto;
    max-height: unset;
    margin: 30px 0 0 !important;
    padding: 15px 36px !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    color: white !important;
    background: #000 !important;
}

.slider-circle h2 {
    padding-bottom: 0px !important;
}
.event-header{
	padding-top: 60%;
}
button{
	outline: none;
}
.header-branding {
    padding: 1rem .9rem;
}

.header-branding .iw-logo a {
    color: #fff;
    font-size: 43px;
}
.header-branding .iw-logo a:hover {
    text-decoration: none;
    color: var(--grey);
}
.hamburger {
	outline: none;
	}
.hamburger-box {
    margin-left: 6px;
    }
.nav-vertical a {
    color: black;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 2rem;
    padding: 0 .7rem;
    white-space: nowrap;
}
.nav-vertical a:hover {
    font-style: normal;
	color: var(--pink);
}

.footerLogo img{
	width: 100%;
}
.header-branding .brand-logo svg {
    height: 40px;
}
.iwod-logo{
	max-width: 200px;
	padding-bottom: 30px;
}
.iwod-logo img{
	width: 100%;
}
.iwod-intro h2{
	color: #fff;
	font-size: 30px;
}
.iwod-intro p{
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}
.page-template-page-oddrill .iwod-logo {
    max-width: 130px;
    padding-bottom: 10px;
}
.iwod-intro p{
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}
.iwod-intro h2{
    font-size: 40px;
    color: #fff;
    margin: 10px 0 10px;
}
.odBlock{
	position: relative;
	z-index: 2;
}
.odImage{
	min-height: 270px;
}
.odImage.topped{
	position: absolute;
	top: 0;
	width: 100%;
}
.odImage img{
	width: 100%;
	height: 100%;
}
.iwod-logo{
	max-width: 200px;
	padding-bottom: 30px;
}
.iwod-logo img{
	width: 100%;
}
.iwod-links p{
	font-family: var(--title-font);
	color: var(--white);
	font-size: 20px;
}
.iwod-links p a{
	font-family: var(--title-font);
	color: var(--grey);
	padding-right:15px;
}
.iwod-links{
	padding-bottom: 30px;
}
.iwod-links p a:hover{
	color: var(--greylight);
	text-decoration: none;
}
.page-id-3846 .iwod-links p a.third, .page-id-3845 .iwod-links p a.second, .page-id-3844 .iwod-links p a.first{
	color: var(--white);
}


.remodal-close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #fff;
    border: 0;
    outline: 0;
    background: transparent;
    z-index: 1;
}
.remodal {
    max-width: 1100px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.home-whats-on{
	background: #ededed;
	padding: 50px 0;
}
.homeHeaderBg{
	background: var(--greylight)url(/wp-content/themes/iw2022/assets/images/bgStrip.png) center bottom no-repeat;
    background-size: contain;;
	padding-bottom: 16.5%;
	padding-top: 130px;
}
.home-on-demand{
	background: var(--blueod);
	padding: 50px 0;
}
.home-on-demand.recentBg{
	background: var(--blue);
	padding: 50px 0;
}
.home-on-demand.recentBg h2{
	margin-top: 0;
}
.home-on-demand h1{
	color: #fff;
	text-decoration: underline;
	margin-bottom: 20px;
}
.home-footer{
	background: #000;
	padding: 30px 0;
}
.page-template-holding .home-footer{
	display: none;
}
.footerLogo{
	float: right;
	max-width: 150px;
	margin-right: 20px;
}
.footerMenu{
	float: left;
	margin-left: 20px;
	padding-top: 30px;
}
.footerMenu p, .footerMenu a{
	color: #fff;
}
.footerMenu p{
	font-size: 13px;
}
.home-whats-on h2 {
    font-size: 3em;
    text-decoration: underline;
    }
.slider-wrapper {
    position: relative;
    margin-top: 60px;
    left: 0;
    top: inherit;
    height: 512px;
    max-width: 1120px;
    margin: 0 auto;
}
.card-text:last-child {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
}
.card-text:first-child {
    text-decoration: underline;
}
.slider-circle h2 {
    padding-bottom: 0px !important;
    color: #fff;
    line-height: 1;
        font-size: 38px;
}
.slider-circle .date {
    text-decoration: underline;
    color: #fff;
    font-size: 16px;
    display: contents;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}
.container-splash {
    max-width: 900px;
    margin: 0 auto;
}
.nav-wrapper {
    height: 50px;
}
.nav-wrapper__desktop {
    display: block;
}
.hamburger {
    width: 60px;
    }
.nav-vertical .nav-link {
    padding: 0.5rem 0.2rem;
}
/*
SINGLE EVENT
*/
.lineUpHead{
}
.header-block{
	background:var(--pink) url(/wp-content/themes/iw2022/assets/images/bgStrip.png) center bottom;
}
.eventContent h2{
	font-size: 40px;
	text-decoration: underline;
	padding-bottom: 35px;
}
.single-events .content-block{
	padding-bottom: 100px;
}
.content-block ul{
	list-style-type: disc;
	padding-left: 20px;
	padding-bottom: 15px;
}
.content-block ul li{
	padding-bottom: 10px;
}
.event-media .header-block{
	background:var(--yellow) url(/wp-content/themes/iw2022/assets/images/bgStrip.png) center bottom no-repeat;
    background-size: contain;
}
.event-media .content-block{
	background:var(--greylight) url(/wp-content/themes/iw2022/assets/images/bgEventMedia.png) right bottom 20px no-repeat;
	 background-size: 300px;
}
.event-music .content-block{
	background:var(--greylight) url(/wp-content/themes/iw2022/assets/images/bgEventMusic.png) right bottom 120px no-repeat;
	 background-size: 250px;
}
.event-games .content-block{
	background:var(--greylight) url(/wp-content/themes/iw2022/assets/images/bgEventGames.png) right bottom no-repeat;
	 background-size: 200px;
}

.event-music .header-block{
	background:var(--orange) url(/wp-content/themes/iw2022/assets/images/bgStrip.png) center bottom no-repeat;
    background-size: contain;
}
.event-games .header-block{
	background:var(--blue) url(/wp-content/themes/iw2022/assets/images/bgStrip.png) center bottom no-repeat;
    background-size: contain;
}

.header-block.event{
	margin-top: 66px;
    padding: 80px 0px;
}
.content-block{
	background:var(--greylight);
	padding-top: 50px;
}
.bgBlack{
	background:#000;
}

.event-header {

    min-height: 530px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
p a{
	color: var(--orange);
	text-decoration: underline;
}
.iwod-intro p a{
	color: #fff;
	text-decoration: underline;
}
p a:hover{
	color: var(--white);
	text-decoration: underline;
}
.evHeader {
    padding: 100px 66px;
    color: #fff;
    line-height: 1.45;
    min-height: 460px;
}
.evHeader h1{
    padding-bottom:10px;
}
p.evHead{
    text-transform: uppercase;
    font-weight: 600;
     font-size: 14px;
}
p.evHead span{
    font-weight: 300;
   
}
.socialLinks{
	text-align: right;
	margin-top: 70px;
}
.socialLinks a{
	margin-left: 6px;
	background:#fff !important;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	display: inline-block;
	-webkit-box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 15%);
    box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 15%);
    margin-bottom: 15px;
    transition: all .5s ease-in-out;
    
}
.socialLinks a:hover{
	-webkit-box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 100%);
    box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 100%);
    text-decoration: none;
    }
.socialLinks a i{
	color: #212529;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-top: 10px;
}
.book-now{
	position: fixed;
    right: 65px;
    top: 120px;
    z-index: 1;
}
.book-now a {
    width: 110px;
    height: 110px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 17px 5px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 17px 5px rgb(0 0 0 / 50%);
    display: block;
    padding: 33px 0 0 0px;
    text-align: center;
    font-family: var(--title-font);
    color: var(--black);
    font-size: 1.35em;
    line-height: 1.1;
    transition: all .5s ease-in-out;
}
.book-now a.fbooked {
    padding: 29px 0 0 0px;
}
.book-now a:hover {
    background-color: #000;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 100%);
    box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 100%);
	text-decoration: none;
	color: #fff;
	transform: rotate(20deg);
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline-custom {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
    background: var(--pink);
    border: 1px solid var(--pink);
    color: #000;
    font-family: var(--title-font);
    font-size: 19px;
    transition: all .5s ease-in-out;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline:hover {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
    background: #000;
    border: 1px solid var(--pink);
    color: var(--pink);
    font-family: var(--title-font);
    font-size: 19px;
    transition: all .5s ease-in-out;
}


.event-media .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline-custom {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
    background: var(--yellow);
    border: 1px solid var(--yellow);
    color: #000;
    font-family: var(--title-font);
    font-size: 19px;
    transition: all .5s ease-in-out;
}
.event-media .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline:hover {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
    background: #000;
    border: 1px solid var(--yellow);
    color: var(--yellow);
    font-family: var(--title-font);
    font-size: 19px;
    transition: all .5s ease-in-out;
}
.event-music .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline-custom {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
    background: var(--blue);
    border: 1px solid var(--blue);
    color: #000;
    font-family: var(--title-font);
    font-size: 19px;
    transition: all .5s ease-in-out;
}
.event-music .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline:hover {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
    background: #000;
    border: 1px solid var(--blue);
    color: var(--blue);
    font-family: var(--title-font);
    font-size: 19px;
    transition: all .5s ease-in-out;
}
.wpgb-facet {
 
    z-index: 1 !important;
}
.sidenav {
	height:100%;
	width:0;
	position:fixed;
	z-index:10;
	top:0;
	right:0;
	overflow-x:hidden;
	transition:.5s;
	padding-top:80px;
	background: #333;
	background: var(--blue);
    background-size: contain;
}
.sidenav a {
	text-decoration:none;
	font-size:26px;
	color:#fff;
	display:block;
	transition:.3s;
	padding:15px 0 0 0;
	list-style:none;
	position:relative;
	border-top:none;
	line-height:1!important;
	font-weight:400;
	text-align: center;
	font-family: 'Gilroy-ExtraBold', sans-serif;
}
.sidenav a:hover {
	color:#333;;
}
.sidenav .iw-logo {
	margin:0 auto;
}
.sidenav .brand-logo {
    width: 170px;
    fill: #fff;
    text-align: right;
    position: relative;
    top: initial;
    right: initial;
    margin: 0 auto;
    padding-right: 20px;
}
.sidenav .closebtn {
	position:absolute;
	top:0;
	right:25px;
	font-size:36px;
	margin-left:50px;
	font-size: 60px;
	border-bottom: 0;
	border-top: 0;
	color: #fff;
}
.sidenav ul li{
	list-style: none;
}
.sidenav ul li ul li a{
	font-size: 20px;
	padding-top: 10px;
}
.sidenav ul li:last-child a{
	padding-top: 0px;
}
.sidenav ul {
    margin: 0 25px 18px 1.5em;
}
.sidenav .social_icons{
    display: block;
    margin: 0 auto;
    width: 235px;
}
.sidenav .social_icons a{
    border-bottom: 0;
}
.sidenav .social_icons li:first-child,.sidenav .social_icons li{
	padding:0 10px;
}
.sidenav .fa {
    font-size: 28px;
}
.sidenav .nav-link{
	display: block;
}

.menu-toggle {
	display:none!important;
}
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top:15px;
	}

	.sidenav a {
		font-size:18px;
	}
}


.icon-bar {
	display:block;
	width:35px;
	height:4px;
	border-radius:1px;
	background:#fff;
	margin:5px 0;
}


@media (max-width: 992px) {

.wp-grid-builder .wpgb-area.wpgb-area-top-2{
	display: block;
}
.wpgb-facet.wpgb-facet-3 {
    display: block !important;
    position: relative !important;
    right: initial;
    top: initial;
    margin-bottom: 30px;
}
.wpgb-facet.wpgb-facet-5 {
    display: block !important;
    position: relative !important;
    right: initial;
    top: initial;
}
.evHeader {
    padding: 50px 25px;
    color: #fff;
    line-height: 1.45;
    min-height: 460px;
}
}
@media (max-width: 767px) {
	.book-now a {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 17px 5px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 17px 5px rgb(0 0 0 / 50%);
    display: block;
    padding: 18px 0 0 0px;
    text-align: center;
    font-family: var(--title-font);
    color: var(--black);
    font-size: 1em;
    line-height: 1.1;
    transition: all .5s ease-in-out;
}
.menu-toggle {
	display:block!important;
	position: absolute;
    right: 190px;
    top: 21px;
}
nav.desktop{
	display: none;
}
.book-now a.fbooked {
    padding: 17px 0 0 0px;
    font-size: 14px;
}
.book-now {
    position: fixed;
    right: 10px;
    top: 150px;
    }
    .wp-grid-builder .wpgb-card-1 a.wpgb-block-5 {
    top: -40px;
	}
	.respEventImage {
    min-height: 420px;
}
.evHeader {
    padding: 50px 15px;
    color: #fff;
    line-height: 1.45;
    min-height: initial;
    }
	}
@media (max-width: 600px){

.slick-slider .card-img {
    width: 100%;
    height: auto !important;
        min-height: 200px;
    }
    .card-img-overlay {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    background: #000;
}
.slider-circle {
    right: initial;
    bottom: initial;
    max-width: initial;
    position: relative;
    height: auto;
    width: 100%;
    padding: 0;
}
.slick-slider .img-wrapper {
    width: 100%;
    height: auto;
}
.home .slick-slider .card {
    height: auto;
    }
.slider-wrapper {
    position: relative;
    margin-top:0;
    left: 0;
    top: inherit;
    height: auto;
    background: #000;
    }
    }
	
@media (max-width: 575px) {
	.footerLogo {
    float: left;
    max-width: 150px;
    margin-left: 20px;
}
.socialLinks {
    text-align: left;
    margin-top: 0px;
}
.wpgb-facet.wpgb-facet-1{
	margin-bottom: 25px;
}
.slick-prev, .slick-next {
    width: 15px;
}
.slick-next:before {
    width: 15px;
}
.slick-prev:before {
    width: 15px;
}
.header-block.event {
    margin-top: 66px;
    padding: 0px 0px;
}
}
@media (max-width: 389px) {
.header-branding .brand-logo {
    display: none;
}
.menu-toggle {
    right: 19px;
    top: 21px;
}
}
/******Holding*******/
.page-template-holding header, .page-template-holding .nav-wrapper, .page-template-holding .home-on-demand{
	display: none;
}
.page-template-holding .header{
	display: block;
	background: none;
}
