@font-face {
  font-family: 'Alianza Slab 600';
  src: url('../fonts/AlianzaSlab600.otf') format('opentype');
}

@font-face {
  font-family: 'Alianza Slab 400';
  src: url('../fonts/AlianzaSlab400.otf') format('opentype');
}

body {
     font-family: "Roboto", sans-serif;
}

h1 {
    font-size: 80px;
    color: #009BB4;
}

h1, h2, h4 {
    font-family: 'Alianza Slab 600';
}

h5 {
	font-family: "Beth Ellen", cursive;
	color: #009BB4;
	font-size: 28px;
}

h3 {
    font-family: 'Alianza Slab 400';
    font-size: 48px;
    color: #009BB4;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }

.idk_margin_top10 { margin-top: 10px; }
.idk_margin_top20 { margin-top: 20px; }
.idk_margin_top30 { margin-top: 30px; }
.idk_margin_top40 { margin-top: 40px; }
.idk_margin_top50 { margin-top: 50px; }
.idk_margin_top70 { margin-top: 70px; }
.idk_margin_top100 { margin-top: 100px; }
.idk_margin_top120 { margin-top: 120px; }
.idk_margin_top200 { margin-top: 200px; }

header {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.idk_header_inner {
    position: static;
}

.idk_logo_link {
    display: inline-block;
}

.idk_logo_link picture {
    display: block;
}

.idk_menu_toggle {
    display: none;
}

.idk_nav_holder {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}

.idk_btn:link {
    display: inline-block;
    padding: 20px 30px;
    color: #2A0624;
    background-color: #F6F5F5;
    border-radius: 50px;
    transition: background-color 0.3s ease-in-out;
}

.idk_btn:visited {
    padding: 20px 30px;
    color: #2A0624;
    background-color: #F6F5F5;
    border-radius: 50px;
    transition: background-color 0.3s ease-in-out;
}

.idk_btn:hover {
    background-color: #E5CBAD;
}

.idk_btn1:link {
    display: inline-block;
    padding: 20px 30px;
    color: #2A0624;
    background-color: #F6F5F5;
    border-radius: 50px;
    transition: background-color 0.3s ease-in-out;
}

.idk_btn1:visited {
    display: inline-block;
    padding: 20px 30px;
    color: #2A0624;
    background-color: #F6F5F5;
    border-radius: 50px;
    transition: background-color 0.3s ease-in-out;
}

.idk_btn1:hover {
    background-color: #00A19A;
    color: #FFFFFF;
}

.idk_nav{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding:0;
}

.idk_nav li{
    margin:0 !important;
}

.idk_nav li a{
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 13px 37px;
    border-left:1px solid #000;
    color:#000;
    text-decoration:none;
    font-size:15px;
    font-weight:400;
    transition:0.2s;
}

.idk_nav li a:hover{
    background:#00A19A;
    color:#fff;
}

.idk_nav .check_dates a{
    background:#3B1A35;
    color:#fff;
}

.idk_cover_holder {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.idk_cover_holder .idk_cover_img {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100% + 240px);
    object-fit: cover;
    object-position: top right;
    transform: translateY(0);
    will-change: transform;
}

.idk_cover_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.idk_cover_holder::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.10);
    z-index: 1;
}

.idk_cover_content h1 {
    font-family: 'Alianza Slab 400';
    font-size: 80px;
    color: #FFFFFF;
}

.idk_cover_content h3 {
    font-family: 'Alianza Slab 400';
    font-size: 24px;
    color: #FFFFFF;
}

.idk_box {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.idk_box > a:first-child{
    position: relative;
    display: block;
    overflow: hidden;
}

.idk_box > a:first-child::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.15);
    opacity:0;
    transition:0.4s;
    z-index:2;
}

.idk_box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.7s cubic-bezier(.19,1,.22,1);
}

.idk_box:hover img{
    transform: scale(1.08) rotate(1deg);
}

.idk_box:hover > a:first-child::after{
    opacity:1;
}

.idk_box h4 {
    font-size: 35px;
    color: #393839;
    margin: 20px 0px;
    transition:0.3s;
}

.idk_box h4 span {
    font-size: 24px;
    color: #009BB4;
    margin: 20px 0px;
}

.idk_box p {
    font-family: 'Alianza Slab 400';
    font-size: 24px;
    color: #393839;
    margin-bottom: 20px;
}

.idk_box3 {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.idk_box3 p {
    font-family: 'Alianza Slab 400';
    font-size: 24px;
    color: #393839;
    margin-bottom: 20px;
}

.idk_box3 h4 {
    font-family: 'Alianza Slab 400';
    font-size: 35px;
    color: #393839;
    margin: 20px 0px;
}

.idk_box3 h4 span {
    font-size: 24px;
    color: #009BB4;
    margin: 20px 0px;
}

.idk_box3 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.7s cubic-bezier(.19,1,.22,1);
}

.idk_box3:hover img{
    transform: scale(1.08) rotate(1deg);
}

.idk_box3:hover > a:first-child::after{
    opacity:1;
}

.idk_box3 > a:first-child{
    position: relative;
    display: block;
    overflow: hidden;
}

.idk_box3 > a:first-child::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.15);
    opacity:0;
    transition:0.4s;
    z-index:2;
}

.idk_box1 {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.idk_box1 > a:first-child{
    position: relative;
    display: block;
    overflow: hidden;
}

.idk_box1 > a:first-child::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.15);
    opacity:0;
    transition:0.4s;
    z-index:2;
}

.idk_box1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.7s cubic-bezier(.19,1,.22,1);
}

.idk_box1:hover img{
    transform: scale(1.08) rotate(1deg);
}

.idk_box1:hover > a:first-child::after{
    opacity:1;
}

.idk_box1 h4 {
    font-size: 24px;
    color: #393839;
    margin: 15px 0px;
    transition:0.3s;
}

.idk_box1 p {
    font-size: 14px;
    color: #393839;
    margin-bottom: 20px;
}

.idk_rooms_slider_wrap {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.idk_rooms_slider_wrap .row {
    --bs-gutter-x: 0;
}

.idk_rooms_slider .idk_box1 {
    margin-bottom: 0;
}

.idk_rooms_slider .slick-slide {
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
}

.idk_rooms_slider .slick-slide .idk_box1 {
    padding: 0;
}

.idk_rooms_slider .slick-list {
    margin: 0;
    overflow: visible;
}

.idk_rooms_slider .idk_box1 > a:first-child {
    height: 426px;
}

.idk_rooms_slider .idk_box1 img {
    height: 100%;
}

.idk_rooms_slider .idk_box1 p {
    font-size: 16px;
    color: #000000;
    margin-top: 16px;
    margin-bottom: 0;
}

.idk_content_post {
    margin-top: 50px;
}

.idk_content_post p {
    font-size: 24px;
}

.idk_content_post_title h2 {
    margin-bottom: 0px;
}

.idk_content_post_title h1 {
    margin-bottom: 50px;
}

@media (max-width: 575px) {
    .idk_rooms_slider_wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .idk_rooms_slider .idk_box1 > a:first-child {
        height: 320px;
    }
}


.idk_section_bg {
    width: 100%;
    height: auto;
    margin: 50px 0px;
    padding: 50px 0px;
    background-color: #E5CBAD;
}


.idk_section_bg p {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 10px;
}

.idk_section_bg h4 {
    color: #FFFFFF;
}

.idk_section_bg1 {
    width: 100%;
    height: auto;
    margin: 50px 0px;
    padding: 50px 0px;
    background-color: #E5CBAD;
}


.idk_section_bg1 p {
    font-size: 20px;
    color: #000000;
    margin-top: 10px;
}


.idk_section_bg1 h3 {
    color: #FFFFFF;
}


.idk_section_bg p {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 10px;
}

.idk_section_bg2 {
    width: 100%;
    height: auto;
    margin: 50px 0px;
    padding: 50px 0px;
    background-color: #2A0624;
    color: #FFFFFF;
}

.idk_section_bg2 h3 {
    color: #FFFFFF;
}

.idk_section_bg3 {
    width: 100%;
    height: auto;
    margin: 50px 0px;
    padding: 50px 0px;
    background-color: #E5CBAD;
}


.idk_section_bg3 p {
    font-size: 22px;
    color: #000000;
    margin-top: 10px;
}

.idk_content_section3 a:link { color: #009BB4; }
.idk_content_section3 a:visited { color: #009BB4; }
.idk_content_section3 a:hover { color: #009BB4; }

.idk_atmosphere_wrap {
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
}

.idk_atmosphere_slider {
    min-height: 335px;
}

.idk_atmosphere_slider .slick-list {
    margin: 0;
    overflow: visible;
}

.idk_atmosphere_slider .slick-slide {
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.idk_atmosphere_slider .idk_box2 {
    width: 190px;
    height: 333px;
    margin-top: 0;
}

.idk_atmosphere_slider .idk_box2 a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.idk_atmosphere_slider .idk_box2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idk_atmosphere_slider .idk_box2_medium {
    width: 264px;
    height: 248px;
    margin-top: 32px;
}

.idk_atmosphere_slider .idk_box2_small {
    width: 170px;
    height: 160px;
    margin-top: 80px;
}

.idk_atmosphere_slider .idk_box2_wide {
    width: 357px;
    height: 333px;
    margin-top: 0;
}

@media (max-width: 575px) {
    .idk_atmosphere_wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .idk_atmosphere_slider {
        min-height: 260px;
    }

    .idk_box2,
    .idk_box2_medium,
    .idk_box2_small,
    .idk_box2_wide {
        width: 240px;
        height: 220px;
        margin-top: 0;
    }
}

.idk_footer {
    margin-top: 90px;
    color: #fff;
}

.idk_footer_cta {
    background: #a9bec1;
    padding: 55px 0 56px;
}

.idk_footer_line {
    display: block;
    width: 101px;
    height: auto;
    margin: 0 auto 24px;
}

.idk_footer_cta h2 {
    margin: 0;
    color: #fff;
    font-family: 'Alianza Slab 400';
    font-size: 48px;
    line-height: 1.15;
}

.idk_footer_cta p {
    margin: 22px auto 38px;
    color: #fff;
    font-family: 'Alianza Slab 400';
    font-size: 28px;
    line-height: 1.35;
}

.idk_footer_btn:link,
.idk_footer_btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 0 33px;
    border-radius: 999px;
    background: #f6f5f5;
    color: #393839;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.25s ease-in-out;
}

.idk_footer_btn:hover {
    background: #e5cbad;
    color: #393839;
}

.idk_footer_main {
    background: #373737;
    padding: 40px 0 18px;
}

.idk_footer_info {
    min-height: 260px;
}

.idk_footer_info h4 {
    margin: 0 0 22px;
    color: #fff;
    font-family: 'Alianza Slab 400';
    font-size: 28px;
    line-height: 1.2;
}

.idk_footer_rule {
    display: block;
    width: 38px;
    height: 1px;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, 0.68);
}

.idk_footer_info p {
    margin-bottom: 15px;
}


.idk_footer_info a {
    display: block;
    margin: 0 0 0px;
    color: #fff;
    font-size: 15px;
}

.idk_footer_info a {
    text-decoration: underline;
}

.idk_footer_info a[href^="tel"] {
    text-decoration: none;
}

.idk_footer_social {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 40px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.idk_footer_social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 18px;
}

.idk_footer_social img {
    display: block;
    max-width: 100%;
    max-height: 18px;
}

.idk_full_bg {
    background-color: #CCEBF0;
    padding: 50px 0px;
}

.idk_full_bg ul {
    margin-bottom: 0px;
    font-size: 24px;
    font-family: 'Alianza Slab 400';
}

.idk_full_bg1 {
    background-color: #2A0624;
    padding: 50px 0px;
}

.idk_full_bg1 ul {
    margin-bottom: 0px;
    font-size: 24px;
    font-family: 'Alianza Slab 400';
    color: #FFFFFF;
}


.idk_full_nobg {
    background-color: #ffffff;
    padding: 50px 0px;
}

.idk_full_nobg ul {
    margin-bottom: 0px;
    font-size: 24px;
    font-family: 'Alianza Slab 400';
}

.idk_mobile_box {
    display: none;
}











.slick-slide {
      margin: 0 15px;
  }

  /* the parent */
  .slick-list {
      margin: 0 -15px;
  }

#lightcase-nav a {
	color: #FFFFFF !important;
}

a.lightcase-icon-close {
	color: #FFFFFF !important;
}

/* IDK Menu Start */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu {
	background: #333333;
}

#cssmenu > ul > li {
	float: left;
}

#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}

#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right > ul > li {
	float: right;
}

#cssmenu > ul > li > a {
	padding: 17px;
	font-size: 12px;
	text-decoration: none;
	color: #dddddd;
	text-transform: uppercase;
}

#cssmenu > ul > li:hover > a {
	color: #ffffff;
}

#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}

#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu li:hover > ul {
	left: auto;
}

#cssmenu.align-right li:hover > ul {
	left: auto;
	right: 0;
}

#cssmenu li:hover > ul > li {
	height: 35px;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 170px;
	font-size: 12px;
	text-decoration: none;
	color: #dddddd;
	font-weight: 400;
	background: #333333;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
	color: #ffffff;
}

#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}

#cssmenu.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#cssmenu {
		width: 100%;
	}

	#cssmenu ul {
		width: 100%;
		display: none;
	}

	#cssmenu.align-center > ul {
		text-align: left;
	}

	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid rgba(120, 120, 120, 0.2);
	}

	#cssmenu ul ul li,
	#cssmenu li:hover > ul > li {
		height: auto;
	}

	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0;
	}

	#cssmenu > ul > li {
		float: none;
	}

	#cssmenu ul ul li a {
		padding-left: 25px;
	}

	#cssmenu ul ul ul li a {
		padding-left: 35px;
	}

	#cssmenu ul ul li a {
		color: #dddddd;
		background: none;
	}

	#cssmenu ul ul li:hover > a,
	#cssmenu ul ul li.active > a {
		color: #ffffff;
	}

	#cssmenu ul ul,
	#cssmenu ul ul ul,
	#cssmenu.align-right ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
	}

	#cssmenu > ul > li.has-sub > a:after,
	#cssmenu > ul > li.has-sub > a:before,
	#cssmenu ul ul > li.has-sub > a:after,
	#cssmenu ul ul > li.has-sub > a:before {
		display: none;
	}

	#cssmenu #menu-button {
		display: block;
		padding: 17px;
		color: #dddddd;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 700;
	}

	#cssmenu #menu-button:after {
		position: absolute;
		top: 22px;
		right: 17px;
		display: block;
		height: 8px;
		width: 20px;
		border-top: 2px solid #dddddd;
		border-bottom: 2px solid #dddddd;
		content: '';
	}

	#cssmenu #menu-button:before {
		position: absolute;
		top: 16px;
		right: 17px;
		display: block;
		height: 2px;
		width: 20px;
		background: #dddddd;
		content: '';
	}

	#cssmenu #menu-button.menu-opened:after {
		top: 23px;
		border: 0;
		height: 2px;
		width: 15px;
		background: #ffffff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#cssmenu #menu-button.menu-opened:before {
		top: 23px;
		background: #ffffff;
		width: 15px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.2);
		height: 46px;
		width: 46px;
		cursor: pointer;
	}

	#cssmenu .submenu-button.submenu-opened {
		background: #262626;
	}

	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px;
	}

	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #dddddd;
		content: '';
	}

	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px;
	}

	#cssmenu .submenu-button.submenu-opened:after {
		background: #ffffff;
	}

	#cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #dddddd;
		content: '';
	}

	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	}

	#cssmenu .submenu-button.submenu-opened:before {
		display: none;
	}
}

/* IDK Menu End */

@media (max-width: 1200px) {
    .idk_cover_content h1 {
        font-size: 60px;
    }
}

@media (max-width: 1120px) {
    header {
        padding-top: 0;
    }

	.idk_cover_holder {
		position: relative;
		width: 100%;
		height: 800px;
		margin-top: 0px;
		overflow: hidden;
	}

    .idk_header_inner {
        position: relative;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: stretch;
        padding: 0;
        background: #fff;
    }

    .idk_logo_link {
        display: flex;
        align-items: center;
        min-height: 48px;
        padding: 8px 24px;
    }

    .idk_logo_link img {
        width: 95px;
        margin-top: 0;
    }

    .idk_menu_toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 56px;
        min-height: 48px;
        padding: 0 14px;
        border: 0;
        border-left: 1px solid #9c9c9c;
        background: #fff;
        color: #000;
        font-size: 12px;
        line-height: 1;
        cursor: pointer;
    }

    .idk_nav_holder {
        position: static;
        grid-column: 1 / -1;
        display: none;
        width: 100%;
        border-top: 1px solid #9c9c9c;
    }

    .idk_nav_holder.is-open {
        display: block;
    }

    .idk_nav {
        display: block;
        width: 100%;
        margin: 0;
    }

    .idk_nav li {
        display: block;
        width: 100%;
    }

    .idk_nav li a {
        min-height: 63px;
        padding: 18px 20px;
        border-left: 0;
        background: #fff;
        color: #000;
        font-size: 12px;
        text-align: center;
    }

    .idk_nav li a:hover {
        background: #fff;
        color: #000;
    }

    .idk_nav .check_dates a {
        min-height: 63px;
        background: #000;
        color: #fff;
    }
}

@media (max-width: 992px) {
    .idk_cover_content h1 {
        font-size: 40px;
    }

    .idk_cover_content h3 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .idk_footer {
        margin-top: 60px;
    }

    .idk_footer_cta {
        padding: 42px 0 44px;
    }

    .idk_footer_line {
        width: 82px;
        margin-bottom: 20px;
    }

    .idk_footer_cta h2 {
        font-size: 36px;
    }

    .idk_footer_cta p {
        margin: 18px auto 30px;
        font-size: 21px;
    }

    .idk_footer_btn:link,
    .idk_footer_btn:visited {
        min-height: 54px;
        padding: 0 24px;
        font-size: 14px;
    }

    .idk_footer_info {
        min-height: 230px;
    }

    .idk_mobile_box {
        display: block;
    }

    .idk_mobile_box h5 {
        margin-bottom: 30px;
    }

    .idk_desktop_box {
        display: none;
    }

}
