/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#overlay {
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.7); /* Black background with opacity */
	z-index: 400; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
}
.textover {
	position: absolute!important;
	width: 100%!important;
	height: 100%!important;
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.7); /* Black background with opacity */
	padding: 0 10px;
	z-index: 400; /* Specify a stack order in case you're using a different order for other elements */
}


.textover > canvas {
	background-color: rgba(255, 255, 255, 1);
}


.textover .vc_row {
    margin-top: 150px;
    z-index: 202;
}

.textover-text > p {
	text-align: center;
	max-width: 800px;
	margin: 10px auto;
	font-size: 20px;
	line-height: 1.5em;
}

.hide-on-mobile {
    display: inline-block!important;
}
.hide-on-tablet {
    display: none!important;
}
.hide-on-desktop {
    display: none!important;
}  
.hide-on-all-devices {
    display: none!important;
}

.fusion-form-label-wrapper {
    display:none!important;
}
.psmh-qrcode-gallery {
  margin-bottom: 170px;
}
.fusion-image-carousel  {
  margin-bottom: 40px;
  width: 38%;
  align-self: center;
  margin-top: 55px;
}

.reason1, .reason2 {
	display: none;
}

@media screen and (max-width: 769px) {

.fusion-image-carousel  {
  width: 100%;
  align-self: center;
	}
	
.reason1, .reason2 {
	display: none;
}
}


.sk-spinner-double-bounce.sk-spinner {
	width: 60px;
	height: 60px;
	position: relative;
	margin: 0 auto;
}
.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #d4021d;
	/*background-color: #ff3930;*/
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
	animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-spinner-double-bounce .sk-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
@-webkit-keyframes sk-doubleBounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes sk-doubleBounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.sk-spinner {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 300px;
}
.spinnerparent.sk-loading {
	position: relative;
}
.spinnerparent.sk-loading:after {
	content: '';
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.spinnerparent.sk-loading .sk-spinner {
	display: block;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	z-index: 2000;
}
