
/* # Theme Demo
---------------------------------------------------------------------------------------------------- */

.themes-loop {
	padding-bottom: 5%;
}

.themes-filter {
	background-color: #eee;
	position: absolute;
	width: 100%;
}

.themes-filter .wrap {
	max-width: 1800px;
}

.themes-filter.fixed {
	position: fixed;
	top: 60px;
	z-index: 99;
}

.themes-filter .filter-items {
	float: left;
	width: 65%;
}

.themes-filter .filter-item {
	display: inline-block;
	margin: 20px 0 21px;
	width: 19%;
}

.filter-items .small-title {
	color: #a9acb3;
}

.themes-filter .small-title {
	margin-bottom: 0;
}

.pro-plus-box {
	background-color: #0066cc;
	color: #fff;
	float: right;
	overflow: hidden;
	padding: 15px 25px;
	width: 30%;
}

.pro-plus-banner {
	float: left;
	line-height: 1.4;
}

.pro-plus-button {
	float: right;
	margin-left: 15px;
}

.theme-wrap {
	background-color: #222;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0 1px 1px rgba(34, 34, 34, 0.05);
	-moz-box-shadow: 0 1px 1px rgba(34, 34, 34, 0.05);
	box-shadow: 0 1px 1px rgba(34, 34, 34, 0.05);
	color: #fff;
	float: left;
}

.themes-page .site-inner {
	margin-top: 60px;
	padding: 5% 3%;
}

.grid-sizer, 
.theme-wrap {
	font-size: 16px;
	font-size: 1.6rem;
	height: 400px;
	margin: 0 2% 4%;
	width: 46%;
}

.theme-wrap .theme-entry-content {
	clear: both;
	font-size: 14px;
    font-size: 1.4rem;
	padding: 20px 40px;
	width: 100%;
}

.theme-wrap .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 0;
}

.theme-wrap .theme-entry-content .theme-type {
	float: right;
	font-weight: 400;
	line-height: 1.1;
}

.theme-wrap .info {
	background: rgba( 0, 0, 0, 0.9 );
	color: #fff;
	display: table;
	height: 100%;
	left: 0px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	padding: 20px 40px;
	position: absolute;
	top: 0px;
	text-align: center;
	width: 100%;
}

.theme-wrap .theme-description {
	display: table-cell;
	vertical-align: middle;
}

.theme-wrap:hover .info {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	opacity: 1;
}

.theme-wrap .info p {
	color: #aaa;
	font-size: 16px;
	font-size: 1.6rem;
}

.theme-wrap .info h3 {
	font-weight: 300;
}

.theme-wrap .info .btn-green-medium {
	border: none !important;
}

.theme-wrap .info:hover {
	border: none;
}

.theme-wrap.blue,
.theme-wrap.black {
	display: table;
	padding: 40px;
}

.theme-wrap .theme-image {
	border: none;
	display: block;
	height: 340px;
	overflow: hidden;
}

.theme-wrap .theme-image:hover {
	border: none;
}

#container:after {
	content: '';
	display: block;
	clear: both;
}

#container.isotope {
	overflow: hidden !important;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.single-themes li.icon-check {
	text-transform: capitalize;
}

/* ## Theme Demo
--------------------------------------------- */

.single-theme .mobile-full-demo,
#theme-demo {
	display: none;
}

#theme-demo .container {
	background: rgba(0,0,0, 0.9);
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

#theme-demo .close-demo {
	background: rgba(0,0,0, 0.7);
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 10px 20px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#theme-demo .close-demo .icon-x {
	vertical-align: middle;
}

#theme-demo .close-demo .icon-x:before {
	margin-right: 10px;
}

#theme-demo .close-demo:hover {
	background-color: #0066cc;
}

#theme-demo .panel {
	background-color: #222;
	bottom: 0px;
	padding: 15px 10px;
	position: absolute;
	left: 0px;
	width: 100%;
}

#theme-demo .panel h3 {
	color: #fff;
	float: left;
	margin: 10px 0 0 25px;
}

#theme-demo .panel a.btn-green-big {
	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: #000;
	border: 2px solid #fff;
	border-radius: 30px;
	display: none;
	height: 764px;
	margin: 20px auto 0;
	margin: 2rem auto 0;
	width: 398px;
}

#theme-demo .mobile-screen iframe {
	background: #fff;
	border: 2px solid #fff;
	height: 515px;
	margin: 125px 42px;
	overflow: scroll;
	width: 320px;
	-webkit-overflow-scrolling: touch;
}

#theme-demo .tablet-screen {
	background-color: #000;
	background-size: 100%;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	display: none;
	height: 100%;
	left: 50%;
	margin: 0 0 0 -500px;
	width: 1000px;
	padding-bottom: 128px;
	position: absolute;
}

#theme-demo .tablet-screen iframe {
	background: #fff;
	border: 2px solid #fff;
	height: 100%;
	margin: 35px 110px;
	overflow: scroll;
	width: 768px;
	-webkit-overflow-scrolling: touch;
}

#theme-demo .loading-message {
	color: #666;
	top: 300px;
	position: absolute;
	text-align: center;
	width: 100%;
}

#theme-demo .icons {
	left: 50%;
	margin-left: -60px;
	position: absolute;
	text-align: center;
	top: 20px;
	width: 120px;
}

#theme-demo .icons a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	color: #aaa;
	display: inline-block;
}

#theme-demo .icon-monitor,
#theme-demo .icon-tablet {
	margin-right: 15px;
}

#theme-demo .icons a:hover,
#theme-demo .icons .active {
	color: #fff;
}
 
/* ## Single Themes Template
--------------------------------------------- */

.single-themes .section.theme-intro {
	overflow: hidden;
	padding-right: 0;
}

.single-themes .section.theme-intro .wrap {
	position: relative;
}

.single-themes .theme-info .icon-sm-magnifier:before {
	margin-right: 15px;
}

.single-themes .returning-customer-badge {
	float: left;
	max-width: 120px;
}

.single-themes .returning-customer-badge .small-title {
	display: block;
	margin-bottom: 5px;
}

.single-themes .returning-customer {
	margin-top: 20px;
}

.single-themes .entry-title {
	margin-bottom: 10px;
}

.single-themes .entry-header {
	margin-bottom: 40px;
}

.single-themes .theme-screenshot {
	position: absolute;
	right: -75px;
	z-index: 1;
}

.single-themes .site-inner,
.single-themes .single-theme-pricing,
.single-themes .site-footer,
.single-themes .footer-widgets {
	position: relative;
	z-index: 2;
}

.single-themes .screenshot-laptop {
	overflow: hidden;
	position: relative;
}

.single-themes .screenshot-laptop .img {
	border: 1px solid #fff;
	max-height: 300px;
	overflow: hidden;
}

.single-themes .screenshot-laptop .laptop-screen {
	background-color: #222;
	border: 1px solid #fff;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0 50px;
	padding: 20px;
}

.single-themes .screenshot-laptop .laptop-base-top {
	background-color: #222;
	border: 1px solid #fff;
	height: 20px;
}

.single-themes .screenshot-laptop .laptop-base-open {
	border: 1px solid #fff;
	border-top: none;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
	margin: 0 auto;
	height: 9px;
	width: 90px;
}

.single-themes .screenshot-laptop .laptop-base-bottom {
	background-color: #222;
	border: 1px solid #fff;
	border-top: none;
	border-bottom-left-radius: 30px 10px;
	border-bottom-right-radius: 30px 10px;
	height: 10px;
}

.single-themes .screenshot-mobile {
	position: absolute;
	left: 15px;
	bottom: 0;
	width: 160px;
}

.single-themes .screenshot-mobile .mobile-screen {
	background-color: #222;
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 6px;
}

.single-themes .screenshot-mobile .mobile-screen-top {
	margin: 8px auto 14px;
	width: 30%;
}

.single-themes .screenshot-mobile .mobile-camera {
	border: 1px solid #fff;
	border-radius: 50%;
	float: left;
	height: 6px;
	width: 6px;
}

.single-themes .screenshot-mobile .mobile-speaker {
	border: 1px solid #fff;
	border-radius: 6px;
	margin-left: 16px;
	height: 6px;
}

.single-themes .screenshot-mobile .img {
	border: 1px solid #fff;
	clear: both;
	overflow: hidden;
	height: 230px;
}

.single-themes .screenshot-mobile .mobile-home-button {
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 10px auto 4px;
	height: 16px;
	width: 16px;
}

.single-themes .sidebar-primary ul li:last-child {
	border-bottom: none;
	margin-bottom: 20px;
}

.single-themes span.layout-options {
	display: block;
	margin-bottom: 10px;
}

.single-themes .entry-content [class^="icon-"]:before,
.single-themes .entry-content [class*=" icon-"]:before {
	display: block;
	margin-bottom: 20px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.themes-filter .filter-items, 
	.themes-filter .pro-plus-box {
		clear: both;
		float: none;
		width: 100%;
	}

	.themes-filter,
	.themes-filter.fixed {
		position: relative;
		top: auto;
	}

	.themes-page .site-inner {
		margin-top: 0;
	}

}

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

	.themes-filter {
		clear: both;
		float: none;
		margin: 0 auto 20px;
	}

	.page-description .themes-filter .filter-item {
		display: block;
		margin-bottom: 5px;
		width: 100%;
	}

	.single-themes .section.theme-intro {
		padding-right: 5%;
	}

	.single-themes .theme-screenshot {
		position: relative;
		right: auto;
	}

	.single-themes .theme-info {
		margin-bottom: 40px;
	}

	.single-theme .full-demo {
		display: none;
	}
	
	.single-theme .mobile-full-demo {
		display: inline-block;
	}

}

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

	.grid-sizer, 
	.theme-wrap {
		margin: 0 auto 5%;
		width: 100%;
	}

	.themes-filter .filter-item {
		margin: 0 0 10px;
		width: 100%;
	}

	.filter-items,
	.pro-plus-box {
		margin-top: 20px;
	}

	.theme-wrap.blue,
	.theme-wrap.black {
		height: auto;
	}

}

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

	#theme-demo .panel .small-title,
	#theme-demo .panel .icon-tablet {
		display: none;
	}

	#theme-demo .icons {
		float: left;
		left: auto;
		margin-left: 20px;
		position: relative;
		text-align: left;
		top: auto;
		width: 70px;
	}

}

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

	#theme-demo .icons {
		display: none;
	}

	#theme-demo .panel .button {
		width: 100%;
	}

	.single-themes .screenshot-laptop .laptop-screen {
		margin: 0 30px;
	}

	.single-themes .screenshot-mobile {
		width: 90px;
	}

	.single-themes .screenshot-mobile .mobile-screen-top {
		width: 40px;
	}

	.single-themes .screenshot-mobile .img {
		height: 120px;
	}

	.single-themes .theme-info .button {
		display: block;
		margin-bottom: 10px;
		width: 100%;
	}


}

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

	.single-themes .returning-customer-badge {
		float: none;
		max-width: 100%;
	}

}