/*   
Theme Name: virtch
Theme URI: http://virtual.kalvista.com
Description: Theme template -- WordPress v5.0
Author: GS-I
Author URI: http://www.gs-interactive.com
Version: 1.231012
*/

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	height: 100vh;
	font-family: 'Open Sans', sans-serif;
}

/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

a {
	color:#7fa23b;
	text-decoration: none;
	font-weight:600;
	transition: all .3s;
}
a:hover {
	color:#11425d;
	text-decoration: none;
	font-weight:600;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px;
}
@media only screen and (max-width : 900px) {
	.preloader-wrapper .preloader {
		width: 120px;
	}	
}

.preloader-wrapper .preloader .kvlogo {
    width: 200px;
	margin:0 0 50px 0;
}
@media only screen and (max-width : 900px) {
	.preloader-wrapper .preloader .kvlogo {
		width: 120px;
		margin:0 0 30px 0;
	}
}
img.preload {
    position:absolute;
	width: 1px;
	height:1px;
	bottom:0;
	right:0;
}

.loader {
  color: #f3f3f3; /* Light grey */
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #add03c; /* Gren */
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin:0 30px;
  animation: spin 2s linear infinite;
}
@media only screen and (max-width : 900px) {
	.loader {
	  width: 60px;
	  height: 60px;
	  margin:0 20px;
	}
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*----------------------- // end Preloader -----------------------*/

.wrapper {
	position:relative;
	width:100vw;
	height:100vh;
	overflow:hidden;
}
.stage {
	position:relative;
	width:100vw;
	height:100vh;
}


.fullscreen {
	position:absolute;
	top:20px;
	right:20px;
	z-index:100;
	fill:#f3f1df;
	transition:all .3s;
}
.fullscreen:hover {
	fill:#7fa23b;
	transform: scale(1.1);
	cursor:pointer;
}

.endfs {
	position:absolute;
	top:20px;
	right:20px;
	z-index:100;
	fill:#f3f1df;
	display:none;
	transition:all .3s;
	transform: scale(1.2);
}
.endfs:hover {
	fill:#7fa23b;
	transform: scale(1);
	cursor:pointer;
}

#lobby,
.rooms {
	position:absolute;
	min-height:100%;
	min-width:100%;
	aspect-ratio:16 / 9;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	background-image: url("images/lobbyr4-new.jpg");
	background-size:cover;
	background-position:center;
}
.rooms {
	display:none;
}

#lobby .kiosk {
	position:absolute;
	width:10%;
	height:auto;
}
#lobby .kiosk img {
	width:100%;
	height:auto;
}





#lobby .ticker-wrap {
	position: absolute;
	top:31.5%;
	left:42%;
	width:22%;
	overflow: hidden;
	height: 3vw;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 3vw 100%);
}

#lobby .ticker {
    display: inline-block;
    height: 3vw;
    line-height: 1;  
    white-space: nowrap;
    padding:0 10% 0 120%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
   	animation-name: ticker;
    animation-duration: 20s;
}

#lobby .ticker__item {
  display: inline-block;
  padding: 0;
  font-size: 1.2vw;
  color: white;   
}
#lobby .ticker__item a {
  color: #7fa23b; 
}
#lobby .ticker__item a:hover {
  color: #fff; 
}

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}





#room-1 {
	background-image: url("images/room-1r2.jpg");
}

.frames {
	position:absolute;
	background-color:#fff;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
	display:none;
}

.alert {
	position:absolute;
	text-align: center;
	font-size:36px;
	color:#fff;
	background-color:#666;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
	display:none;
}
.alert .outer {
	display:flex;
	align-items:center;
	justify-content: center;
	height:100%;
}
.alert .outer .inner {
	padding:30px;
}

#room-2 {
	background-image: url("images/room-2r4.jpg");
}

#room-2 .poster {
	position:absolute;
	width:25%;
	height:auto;
}
#room-2 .poster img {
	width:100%;
	height:auto;
}

.backto {
	position:absolute;
	left:calc(50% - 50vw + 30px);
	bottom:calc(50% - 50vh + 20px);
	background-color:#7fa23b;
	color:#fff;
	fill:#fff;
	padding:10px 30px 10px 20px;
	border-radius:30px;
  	align-items: center;
  	display: flex;
	font-size: 18px;
  	text-transform: uppercase;
}
@media only screen and (max-width : 900px) {
	.backto {
		padding:6px 20px 6px 10px;
		font-size: 15px;
	}
}
.backto:hover {
	cursor: pointer;
	box-shadow: 0 2px 5px #00000050;
}
.backto svg {
	margin:0 7px 0 0;
}

.textbox {
	position:absolute;
	margin:0;
	color:#11425d;
	padding:0;
	font-size: 1.1vw;
}

.hotty {
	position:absolute;
	margin:-1vw 0 0 -1vw;
	color:#11425d;
	padding:0;
	font-size:1vw;
	line-height:1.1;
	text-transform:none;
	display:flex;
	align-items: center;
	transition:all .3s;
}
.hotty .label {
	font-weight:600;
}
.hotty.big .label {
	font-size:1.7vw;
	text-transform:uppercase;
}
.hotty.bluetogreen,
.hotty.bluetowhite {
	color:#11425d;
}
.hotty.whitetogreen {
	color:#fff;
}
.hotty.greentoblue {
	color:#7fa23b;
}
.hotty.bluetogreen:hover,
.hotty.whitetogreen:hover {
	color:#7fa23b;
}
.hotty.greentoblue:hover {
	color:#11425d;
}
.hotty.bluetowhite:hover {
	color:#fff;
}


.hotty .dott {
	margin:0 .7vw 0 0;
	border-radius: 50%;
	height: 2vw;
	width: 2vw;
	background: rgba(8, 62, 90, 1);
	box-shadow: 0 0 0 0 rgba(165, 198, 51, 1);
	animation: pulse-green 1.5s infinite;
}
.hotty.green .dott {
	background: rgba(165, 198, 51, 1);
	box-shadow: 0 0 0 0 rgba(8, 62, 90, 1);
	animation: pulse-tan 1.5s infinite;
}

@keyframes pulse-green {
	0% {
		box-shadow: 0 0 0 0 rgba(165, 198, 51, 0.7);
	}
	
	95% {
		box-shadow: 0 0 0 19px rgba(165, 198, 51, 0);
	}
	
	100% {
		box-shadow: 0 0 0 0 rgba(165, 198, 51, 0);
	}
}
@keyframes pulse-tan {
	0% {
		box-shadow: 0 0 0 0 rgba(189, 187, 172, 0.7);
	}
	
	95% {
		box-shadow: 0 0 0 19px rgba(189, 187, 172, 0);
	}
	
	100% {
		box-shadow: 0 0 0 0 rgba(189, 187, 172, 0);
	}
}

.hotty:hover {
	cursor:pointer;
}
.hotty .dott svg {
	width:100%;
	height:100%;
}
.hotty .dott svg .plus {
	fill:#7fa23b;
	transition:all .3s;
	stroke-width:0px;
}
.hotty.green .dott svg .plus {
	fill:#083e59;
}

.hotty:hover .dott svg .plus,
.hotty.green:hover .dott svg .plus
{
	fill:#f5f3e1;
}

.poppers {
	position:fixed;
	width:100vw;
	height:100vh;
	top:0;
	left:0;
	display:none;
}
.poppers .outer {
	position:absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#11425d70;
	width:100%;
	height:100%;
	top:0;
	left:0;

}
.poppers .inner {
	position:relative;;
	background-color:#fff;
	width:90%;
	max-width:850px;
	padding:100px 125px;
	height:auto;
	background-image:url("images/bg-popper.png");
	background-size:cover;
	background-position:center;
	color:#11425d;
	line-height:1.6;
	border-radius:5px;
	box-shadow: 0 0 20px #000000;
}
@media only screen and (max-width : 900px) {
	.poppers .inner {
		padding:30px 40px;
		max-width:90%;
		height:90%;
		max-height:90%;
		margin:5%;
		box-shadow: 0 0 10px #000000;
	}
}
.poppers .inner .columns {
	display: flex;
  	gap: 35px;
  	justify-content: space-between;
}

.poppers .inner h2 {
	font-size:225%;
}
@media only screen and (max-width : 900px) {
	.poppers .inner h2 {
		font-size:175%;
	}
}
.poppers .inner .close {
	position:absolute;
	top:15px;
	right:20px;
	fill:#999;
	font-size:2vw;
	transition:all .3s;
}
.poppers .inner .close:hover {
	fill:#666;
	cursor:pointer;
}

.poppers .video {
	position:relative;;
	background-color:#fff;
	max-width:80vw;
	padding:0;
	height:auto;
	top:0;
	left:0;
	border-radius:5px;
	box-shadow: 0 0 20px #000000;
}

.vidclick {
	position:absolute;
	display:flex;
	justify-content: center;
	align-items:center;
	top:39%;
	left:21%;
	width:26%;
	height:24%;
	aspect-ratio:16 / 9;
	transition: all .7s;
	color:#fff;
	fill:#99999950;
	font-size: 1.25vw;
	font-weight:600;
	line-height:1.1;
	text-align: center;
}
.vidclick:hover {
	cursor:pointer;
	color:#7fa23b;
	fill:#e7e7e750;
}
.vidclick svg {
	position:absolute;
	top:50%;
	left:50%;
	margin:-50px 0 0 -50px;
	z-index:-1;
}

iframe {
	width:100%;
	height:calc(100vh - 80px);
	border: 0;
    border-bottom-width: 0px;
  	border-bottom: 1px solid #e7e7e7;
}

.opt-in {
	position:fixed;
	width:100vw;
	height:100vh;
	top:0;
	left:0;
}
.opt-in .outer {
	position:absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background:rgba(0,0,0,.85);
	width:100%;
	height:100%;
	top:0;
	left:0;

}
.opt-in .inner {
	position:relative;;
	background-color:#fff;
	width:90vw;
	max-width:700px;
	padding:80px 100px;
	height:auto;
	top:0;
	left:0;
	color:#11425d;
	font-size:180%;
	text-align: center;
	line-height:1.6;
	border-radius:5px;
	box-shadow: 0 0 20px #000000;
}
@media only screen and (max-width : 900px) {
	.opt-in .inner {
		max-width:500px;
		padding:40px 50px;
		font-size:110%;
		box-shadow: 0 0 10px #00000070;
	}
	.opt-in .inner p {
		margin:5px 0;
	}
}
.opt-in .inner .kvlogo {
	width:150px;
	height:auto;
}
@media only screen and (max-width : 900px) {
	.opt-in .inner .kvlogo {
		width:100px;
		height:auto;
	}
}
@media only screen and (max-width : 700px) {
	.opt-in .inner .kvlogo {
		width:80px;
		height:auto;
	}
}
.opt-in .inner .note {
	font-size:65%;
	margin:100px 0 20px;
}
@media only screen and (max-width : 900px) {
	.opt-in .inner .note {
		font-size:75%;
		margin:30px 0 10px;
	}
}
.opt-in .inner .btn {
	position:relative;
	display:inline-block;
	background-color:#7fa23b;
	color:#fff;
	padding:8px 25px 8px 25px;
	border-radius:30px;
	font-size: 18px;
	line-height:2;
  	text-transform: uppercase;
}
@media only screen and (max-width : 900px) {
	.opt-in .inner .btn {
		padding:6px 20px 6px 20px;
		border-radius:30px;
		font-size: 15px;
	}
}
.opt-in .inner .btn:hover {
	cursor: pointer;
	box-shadow: 0 2px 5px #00000050;
}

/*  PAGES  */
body.pages {
	background-color:#fff;
	background-image:url("images/bg-page-1.png");
	background-position: top left;
	background-repeat:no-repeat;
}
body.pages header {
	height:150px;
}
body.pages header .kvlogo {
	position: absolute;
	top:15px;
	left:20px;
	width:90px;
}
.pagewrap {
	margin:0 auto;
	max-width:1000px;
	padding:0 50px 150px;
	color: #0d4066;
	line-height:1.6;
}
.pagewrap img {
  height: auto;
  max-width: 100%;
}
.pagewrap h1 {
	font-size:225%;
	margin:0 0 50px -50px;
	color: #add03c;
	line-height:1.2;
}
@media only screen and (max-width : 900px) {
	.pagewrap h1 {
		font-size:175%;
		margin:0 0 30px 0;
	}
}
.pagewrap h2 {
	margin: 35px 0 12px 0;
	border-bottom: 2px solid #0d4066;;
	color: #0d4066;
	font-size: 180%;
	line-height:1.2;
	padding: 0 0 10px;
}
@media only screen and (max-width : 900px) {
	.pagewrap h2 {
		margin: 20px 0 12px 0;
		font-size: 125%;
		padding: 0 0 5px;
	}
}
.pagewrap .footnote {
	font-size:80%;
	margin:50px 0 50px -50px;
}
@media only screen and (max-width : 900px) {
	.pagewrap .footnote {
		font-size:80%;
		margin:50px 0 50px 0;
	}
}
.pub-box {
	border:1px solid #7fa23b;
	padding:30px 30px 30px 150px;
	margin:0 0 20px 0;
	background-image:url("images/bg-pubs.png");
	background-repeat:no-repeat;
}
.pub-box strong {
	font-size:120%;
	line-height:1.2;
}


#return-to-top {
	bottom: 0;
	display: none;
	height: 32px;
	position: fixed;
	left:50%;
	margin:0 0 0 -44px;
	transition: all 0.3s ease 0s;
	width: 88px;
	z-index: 9999;
}


img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
