/* Theme demo */

.single-theme .mobile-full-demo,
#theme-demo {
	display: none;
	left: 0;
	top: 0;
}
#theme-demo .container {
	background: -moz-radial-gradient(center, ellipse cover,  rgba(38,50,56,0.5) 0%, rgba(38,50,56,0.8) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(38,50,56,0.5) 0%,rgba(38,50,56,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(38,50,56,0.5) 0%,rgba(38,50,56,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99263238', endColorstr='#cc263238',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999;
	left: 0;
	top: 0;
}
@media (min-width:992px) {
	#theme-demo .container {
		min-width: 100vw;
	}
}
#theme-demo .close-demo {
	background: #ffffff;
	border: none;
	color: #333333;
	box-shadow: 5px -5px 15px rgba(0, 0, 0, 0.2);
	font-size: 13px;
	font-weight: 700;
	padding: 2px 10px 2px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#theme-demo .close-demo:hover {
	background-color: #ff793f;
	color: #ffffff;
}
#theme-demo .panel {
	background-color: #fff;
	bottom: 0px;
	padding: 12px 10px;
	position: absolute;
	left: 0px;
	width: 100%;

	-webkit-box-shadow: 0px 0px 20px 0px rgba(84,110,122,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(84,110,122,0.25);
	box-shadow: 0px 0px 20px 0px rgba(38,50,56,0.25);
}
#theme-demo .panel .button-primary {
	float: right;
}
#theme-demo .full-screen {
	background: #fff;
	display: none;
	height: 100%;
	margin: 0 auto;
	max-width: 100%;
	padding-bottom: 60px;
}
#theme-demo .full-screen iframe {
	border: none;
	height: 100%;
	overflow: scroll;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
#theme-demo .mobile-screen {
	background-color: #ECEFF1;
	border-radius: 20px;
	display: none;
	height: 620px;
	margin: 30px auto 0;
	margin: 1rem auto 0;
	position: relative;
	width: 330px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(84,110,122,0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(84,110,122,0.5);
	box-shadow: 0px 0px 20px 0px rgba(38,50,56,0.5);
}
#theme-demo .mobile-screen:after {
	background: #CFD8DC;
	border-radius: 50%;
	bottom: 22px;
	content: '';
	display: block;
	left: 47%;
	height: 25px;
	margin-left: -8px;
	position: absolute;
	width: 25px;
}
#theme-demo .mobile-screen iframe {
	background: #fff;
	border: none;
	border-radius: 5px;
	height: 515px;
	margin: 35px 5px;
	overflow: scroll;
	width: 320px;
	-webkit-overflow-scrolling: touch;
}
#theme-demo .tablet-screen {
	background-color: #ECEFF1;
	display: none;
	border-radius: 10px;
	height: 670px;
	margin: 1rem auto 0;
	width: 790px;
	padding-bottom: 128px;
	position: relative;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(84,110,122,0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(84,110,122,0.5);
	box-shadow: 0px 0px 20px 0px rgba(38,50,56,0.5);
}
#theme-demo .tablet-screen:after {
	background: #CFD8DC;
	border-radius: 50%;
	bottom: 50px;
	content: '';
	display: block;
	left: 50%;
	height: 45px;
	margin-left: 0px;
	position: absolute;
	width: 45px;
}
#theme-demo .tablet-screen iframe {
	background: #fff;
	border: none;
	border-radius: 5px;
	height: 100%;
	margin: 10px 10px;
	overflow: scroll;
	width: 768px;
	-webkit-overflow-scrolling: touch;
}
#theme-demo .panel {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
#theme-demo .panel .small-title, #theme-demo .panel .icons, #theme-demo .panel .cta {
	width: 33.33%;
}
#theme-demo .panel .small-title{
	text-align: left;
}
@media (max-width:767px) {
	#theme-demo .panel .small-title, #theme-demo .panel .icons, #theme-demo .panel .cta {
		min-width: 100%;
		text-align: center;
	}
	#theme-demo .panel .button-primary {
		float: none;
	}
	#theme-demo .panel .icons {
		display: none;
	}
	#theme-demo .panel .small-title {
		margin-bottom: 10px;
	}
}
#theme-demo .panel .icons {
	text-align: center;
}
#theme-demo .icons a {
	border: none;
	border-radius: 3px;
	color: #546E7A;
	display: inline-block;
	font-size: 26px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
#theme-demo .icons a:hover,
#theme-demo .icons .active {
	background:#ff793f;
	color: #fff;
}
#theme-demo .see-pricing {
	background-color: #ff793f;
	border-radius: 5px;
	font-size: 16px;
	padding-left: 25px;
	padding-right: 25px;
}
