/* Themes Archive */
h1.entry-title {
	background-color: #0274be;
	background-image: url(../images/bg-blue-texture.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1440px 286px;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 60px;
	font-size: 6rem;
	font-weight: 500;
	margin: 0;
	padding: 60px;
	padding: 6rem;
	text-align: center;
}

h1.entry-title span {
	display: block;
	color: #84cfff;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 300;
}


/* Genesis intro */
#genesis-intro {
	background-image: url(../images/genesis-logo.png);
	background-position: 80px 0px;
	background-repeat: no-repeat;
	background-size: 151px 242px;
	padding-left: 400px;
	padding-left: 40rem;
	margin: 80px;
	margin: 8rem;
}

#genesis-intro h3 {
	margin-top: 0px;
}


/* Filters */
.themes-filter {
	height: 87px;
	margin: 0 0 30px;
	margin: 0 0 3rem;
}

.themes-filter .inner {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 20px 40px;
	padding: 2rem 4rem;
}

.themes-filter .fixed {
	margin: 0 auto;
	position: fixed;
	top: 0px;
	width: 1138px;
	z-index: 9999;
}

.themes-filter .label {
	float: left;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	margin-top: 7px;
	width: 150px;
}

.themes-filter .widget {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	width: 170px;
}

.themes-filter .banner-getall {
	background-color: #0274be;
	background-image: url(../images/bg-blue-texture.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 720px 143px;
	float: right;
	margin: -20px -40px -20px 0;
	margin: -2rem -4rem -2rem 0;
	padding: 15px 25px;
	padding: 1.5rem 2.5rem;
	position: relative;
	width: 390px;
}

.themes-filter .banner-getall h3 {
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0;
}

.themes-filter .banner-getall p {
	color: #84cfff;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
}

.themes-filter .banner-getall a {
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 24px;
}


/* Themes Loop */
.themes-loop {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 20px 48px;
	padding: 2rem 4.8rem;
}

.theme-wrap {
	border: 2px solid #ddd;
	border-radius: 3px;
	display: inline-block;
	height: 330px;
	padding: 10px;
	padding: 1rem;
	position: relative;
	width: 480px;
}

/*.theme-wrap.left_post {
	margin-right: 0px;
}*/

.theme-wrap h4 {
	background: #ddd;
	border: none;
	color: #fff;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: normal;
	margin: -10px -10px 10px;
	margin: -1rem -1rem 1rem;
	position: relative;
	text-transform: none;
}

.theme-wrap h4:before {
	content: "● ● ●";
	margin: 0 10px 0 5px;
	margin: 0 1rem 0 0.5rem;
}

.theme-wrap .info {
	background: rgba( 0, 0, 0, 0.9 );
	color: #fff;
	display: block;
	height: 100%;
	left: 0px;
	opacity: 0;
	padding: 20px 40px;
	padding: 2rem 4rem;
	position: absolute;
	top: 0px;
	text-align: center;
	width: 100%;
}

.theme-wrap:hover .info {
	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.gray {
	background: #f5f5f5;
	border-color: #f5f5f5;
	padding: 60px;
	padding: 6rem;
}

.theme-wrap.gray h3 {
	color: #222;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 500;
	margin-top: 0;
}

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

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

.ribbon-wrapper {
	height: 140px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 19px;
	width: 123px;
	z-index: 999;
}

#single-theme .ribbon-wrapper {
	right: -8px;
	top: 31px;
}


/*.ribbon-blue {
	background-color: #0274be;
	bottom: 2px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	position: relative;
	padding: 7px 15px;
	padding: 0.7rem 1.5rem;
	left: 2px;
	line-height: 1;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
}*/

.ribbon-blue {
	background-color: #0274be;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -7px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	top: 19px;
	width: 183px;
}

.ribbon-blue span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.html5-logo {
	background-image: url(../images/single-theme/html5-circle.png);
	background-repeat: no-repeat;
	background-size: 100%;
	border: none;
	height: 62px;
	position: absolute;
	right: -23px;
	top: -18px;
	z-index: 99;
	width: 62px;
}




/* Isotope */

#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 Theme */
h1.theme-title {
	font-weight: 500;
	margin: 80px;
	margin: 8rem;
	text-align: center;
}

#single-theme {
	margin: 60px 80px;
	margin: 6rem 8rem;
}

#single-theme .left {
	float: left;
	position: relative;
	width: 46%;
}

#single-theme .right {
	float: right;
	text-align: center;
	width: 46%;
}

#single-theme .theme-info {
	border: 1px solid #c0dcef;
	padding: 50px;
	position: relative;
}

#single-theme .theme-info h3 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

#single-theme .theme-info .pricing {
	font-family: 'museo-sans', sans-serif;
	margin: 0 0 20px;
	margin: 0 0 2rem;
	letter-spacing: -1px;
}

#single-theme .theme-info .pricing del {
	color: #aaa;
	display: inline-block;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 300;
	margin-right: 20px;
	vertical-align: middle;
}

#single-theme .theme-info .pricing .price {
	color: #0274be;
	display: inline-block;
	font-size: 60px;
	font-size: 6rem;
	font-weight: 300;
	vertical-align: middle;
}

#single-theme .theme-info .features {
	background: #e5f1f8;
	border: 1px solid #fff;
	color: #0274be;
	margin: 40px -50px -50px;
	margin: 4rem -5rem -5rem;
	padding: 40px;
	padding: 4rem;
}

#single-theme .theme-info .features ul,
#single-theme .theme-info .features ul li {
	list-style: none;
	margin: 0;
}

#single-theme .theme-info .features ul li {
	border-bottom: 1px solid #c0dcef;
	padding: 10px;
	padding: 1rem;
	text-align: left;
}

#single-theme .theme-info .features ul li:before {
	margin-right: 10px;
	margin-right: 1rem;
}

#single-theme .theme-info .btn-green-big {
	margin: 0 -15px;
	margin: 0 -1.5rem;
}

#single-theme .returning-customer {
	text-align: center;
}

#single-theme .screenshot-browser {
	background-image: url(../images/single-theme/mockup-browser.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 510px;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	position: relative;
	width: 520px;
}

#single-theme .screenshot-browser .img {
	margin: 48px 19px;
	overflow: hidden;
	width: 500px;
}

#single-theme .screenshot-mobile {
	background-image: url(../images/single-theme/mockup-iphone.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 407px;
	position: absolute;
	right: -70px;
	top: 130px;
	width: 176px;
}

#single-theme .screenshot-mobile .img {
	height: 265px;
	margin: 71px 29px;
	overflow: hidden;
	width: 147px;
}

#single-theme .screenshot-mobile img {
	height: 265px;
	max-width: none;
	width: 164px;
}

#single-theme .description ul,
#single-theme .description ul li {
	list-style: none;
	margin: 0;
}

#single-theme .description ul {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

#single-theme .description ul li {
	border-bottom: 1px solid #ddd;
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	margin-right: 5px;
	margin-right: 0.5rem;
	padding: 10px 6px;
	padding: 1rem 0.6rem;
	text-transform: uppercase;
	width: 32%;
}

#single-theme .returning-customer-badge {
	right: -63px;
	top: -63px;
}

.btn-gray {
	margin-right: 15px;
	margin-right: 1.5rem;
	padding: 10px 20px 10px 55px;
	padding: 1rem 2rem 1rem 5.5rem;
}

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

.btn-gray.full-demo:before,
.btn-gray.mobile-full-demo:before {
	background-image: url(../images/single-theme/icon-full-demo.png);
	background-size: 23px 19px;
	background-position: center center;
	background-repeat: no-repeat;
	border-right: 1px solid #ccc;
	content: "";
	display: block;
	height: 38px;
	left: 15px;
	margin: -10px;
	position: absolute;
	width: 35px;
}

.btn-gray.mobile-demo:before {
	background-image: url(../images/single-theme/icon-mobile-demo.png);
	background-size: 14px 22px;
	background-position: 9px center;
	background-repeat: no-repeat;
	border-right: 1px solid #ccc;
	content: "";
	display: block;
	height: 38px;
	left: 15px;
	margin: -10px;
	position: absolute;
	width: 35px;
}


/* Pro Plus banner */
#pro-plus-banner {
	background-color: #0274be;
	background-image: url(../images/pro-plus/pro-plus-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1136px 744px;
	border: 1px solid #fff;
	color: #fff;
	padding: 40px 60px 60px;
	padding: 4rem 6rem 6rem;
}

#pro-plus-banner h3 {
	font-size: 56px;
	font-size: 5.6rem;
	font-weight: 500;
	letter-spacing: -1px;
	margin: 0;
}

#pro-plus-banner h3 span {
	display: block;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 300;
}

#pro-plus-banner h4.save {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

#pro-plus-banner .left {
	float: left;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	width: 60%;
}

#pro-plus-banner .right {
	float: right;
	text-align: center;
	width: 35%;
}

#pro-plus-banner .features {
	background-color: #005086;
	border-top: 5px solid #004a7d;
	color: #fff;
	margin: 40px -60px -60px;
	margin: 4rem -6rem -6rem;
	padding: 25px 60px;
	padding: 2.5rem 6rem;
}

#pro-plus-banner .features ul,
#pro-plus-banner .features ul li {
	margin: 0px;
	list-style: none;
}

#pro-plus-banner .features ul li {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	display: inline-block;
	width: 32%;
}


/* Theme 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: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 20px 10px 50px;
	padding: 1rem 2rem 1rem 5rem;
	position: absolute;
	right: 0px;
	top: 0px;
}

#theme-demo .close-demo:hover {
	background-color: #0274be;
}

#theme-demo .close-demo span {
	font-size: 20px;
	font-size: 2rem;
	left: 14px;
	position: absolute;
	top: 7px;
}

#theme-demo .panel {
	background-color: #0274be;
	background-image: url(../images/bg-blue-texture.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 1440px 286px;
	bottom: 0px;
	padding: 15px 10px;
	padding: 1.5rem 1rem;
	position: absolute;
	left: 0px;
	width: 100%;
}

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

#theme-demo .panel a.btn-green-big {
	float: right;
	font-weight: bold;
	padding: 10px 32px;
	padding: 1rem 3.2rem;
}

#theme-demo .full-screen {
	background: #fff;
	display: none;
	height: 100%;
	margin: 0 auto;
	max-width: 100%;
	padding-bottom: 93px;
}

#theme-demo .full-screen iframe {
	border: none;
	/*border-left: 4px solid #fff;
	border-right: 4px solid #fff;*/
	height: 100%;
	overflow: scroll;
	width: 100%;
	
	-webkit-overflow-scrolling: touch;
}

#theme-demo .mobile-screen {
	background-image: url(../images/single-theme/iphone-mockup.png);
	background-size: 100%;
	display: none;
	height: 764px;
	margin: 20px auto 0;
	margin: 2rem auto 0;
	width: 398px;
}

#theme-demo .mobile-screen iframe {
	background: #fff;
	border: none;
	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: 4px solid #fff;
	border-right: 4px 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 #262626;
	height: 100%;
	margin: 35px 110px;
	overflow: scroll;
	padding: 3px;
	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: -105px;
	position: absolute;
	top: 20px;
	width: 210px;
}

#theme-demo .icons a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

#theme-demo .icon-phone,
#theme-demo .icon-tablet,
#theme-demo .icon-monitor {
	background-position: center 9px;
	background-repeat: no-repeat;
	background-size: 43px 82px;
	display: inline-block;
	height: 55px;
	margin-right: 10px;
	width: 55px;
}

#theme-demo .icon-phone { background-image: url(../images/single-theme/demo-icon-phone.png); }
#theme-demo .icon-tablet { background-image: url(../images/single-theme/demo-icon-tablet.png); }
#theme-demo .icon-monitor { background-image: url(../images/single-theme/demo-icon-full.png); }

#theme-demo .icons a:hover,
#theme-demo .icons .active {
	background-color: #fff;
	background-position: center -37px;
	border-radius: 50%;
}


.site-container.blurred {
	/*-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	filter: blur(5px);*/
}


/* Reasons */
#home-genesis {
	background-color: #fff;
	background-image: url(../images/bg-gray-top.jpg);
	background-position: center -100px;
	background-repeat: repeat-x;
	background-size: 1440px 601px;
	border: 1px solid #fff;
	padding: 80px 0 100px;
	padding: 8rem 0 10rem;
	text-align: center;
}

#home-genesis .reasons h3 {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 700;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	padding-left: 150px;
	position: relative;
}

#home-genesis .reasons h3:before {
	background-image: url(../images/home/eight.png);
	background-size: 100% 100%;
	content: "";
	display: block;
	height: 206px;
	margin-left: -10px;
	left: 115px;
	position: absolute;
	top: -80px;
	width: 125px;
}

#home-genesis .slider {
	position: relative;
}

#home-genesis .slider ul,
#home-genesis .slider ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#home-genesis .slider ul li {
	display: block;
	margin: 0 auto;
	padding: 180px 0 0;
	padding: 18rem 0 0;
	position: relative;
	width: 600px;
}

#home-genesis .slider ul li.active {
	display: block;
}

#home-genesis .slider ul li h4 {
	font-size: 54px;
	font-size: 5.4rem;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.1;
	text-transform: none;
}

#home-genesis .slider ul li:before {
	background-size: 100% 100%;
	content: "";
	height: 240px;
	left: 50%;
	margin-left: -187px;
	position: absolute;
	top: 0px;
	width: 375px;
}

#home-genesis .slider ul li.reason-1:before { background-image: url(../images/home/reason-1.png); }
#home-genesis .slider ul li.reason-2:before { background-image: url(../images/home/reason-2.png); }
#home-genesis .slider ul li.reason-3:before { background-image: url(../images/home/reason-3.png); }
#home-genesis .slider ul li.reason-4:before { background-image: url(../images/home/reason-4.png); }
#home-genesis .slider ul li.reason-5:before { background-image: url(../images/home/reason-5.png); }
#home-genesis .slider ul li.reason-6:before { background-image: url(../images/home/reason-6.png); }
#home-genesis .slider ul li.reason-7:before { background-image: url(../images/home/reason-7.png); }
#home-genesis .slider ul li.reason-8:before { background-image: url(../images/home/reason-8.png); }

#home-genesis .slider .nav .left,
#home-genesis .slider .nav .right {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 57px 106px;
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding-top: 130px;
	position: absolute;
	letter-spacing: 1px;
	line-height: 1.2;
	text-transform: uppercase;
	top: 200px;
	width: 120px;
}

#home-genesis .slider .nav .left {
	background-image: url(../images/home/arrow-left.png);
	left: 40px;
}

#home-genesis .slider .nav .right {
	background-image: url(../images/home/arrow-right.png);
	right: 40px;
}

#home-genesis .slider .nav .left:hover,
#home-genesis .slider .nav .right:hover {
	color: #0274be;
}


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

/* Retina screen */
@media screen and (-webkit-min-device-pixel-ratio: 2) {

	#genesis-intro { background-image: url(../images/genesis-logo@2x.png); }
	#home-genesis .reasons h3:before { background-image: url(../images/home/eight@2x.png); }
	#home-genesis .slider ul li.reason-1:before { background-image: url(../images/home/reason-1@2x.png); }
	#home-genesis .slider ul li.reason-2:before { background-image: url(../images/home/reason-2@2x.png); }
	#home-genesis .slider ul li.reason-3:before { background-image: url(../images/home/reason-3@2x.png); }
	#home-genesis .slider ul li.reason-4:before { background-image: url(../images/home/reason-4@2x.png); }
	#home-genesis .slider ul li.reason-5:before { background-image: url(../images/home/reason-5@2x.png); }
	#home-genesis .slider ul li.reason-6:before { background-image: url(../images/home/reason-6@2x.png); }
	#home-genesis .slider ul li.reason-7:before { background-image: url(../images/home/reason-7@2x.png); }
	#home-genesis .slider ul li.reason-8:before { background-image: url(../images/home/reason-8@2x.png); }
	#home-genesis .slider .nav .left { background-image: url(../images/home/arrow-left@2x.png); }
	#home-genesis .slider .nav .right { background-image: url(../images/home/arrow-right@2x.png); }
	#single-theme .screenshot-browser { background-image: url(../images/single-theme/mockup-browser@2x.png); }
	#single-theme .screenshot-mobile { background-image: url(../images/single-theme/mockup-iphone@2x.png); }
	.btn-gray.mobile-demo:before { background-image: url(../images/single-theme/icon-mobile-demo@2x.png); }
	.btn-gray.full-demo:before { background-image: url(../images/single-theme/icon-full-demo@2x.png); }
	.html5-logo { background-image: url(../images/single-theme/html5-circle@2x.png); }
	#theme-demo .icon-phone { background-image: url(../images/single-theme/demo-icon-phone@2x.png); }
	#theme-demo .icon-tablet { background-image: url(../images/single-theme/demo-icon-tablet@2x.png); }
	#theme-demo .icon-monitor { background-image: url(../images/single-theme/demo-icon-full@2x.png); }
	/*#single-theme .returning-customer { background-image: url(../images/icon-returningcustomer.png); }*/
	#pro-plus-banner { background-image: url(../images/pro-plus/pro-plus-bg@2x.jpg); }
	
}


/* Responsive design */
@media only screen and (max-width: 1139px) {

	.themes-filter {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}
	
	.themes-filter .inner {
		padding: 20px;
		padding: 2rem;
	}
	
	.themes-filter .label {
		width: 150px;
	}
	
	.themes-filter .widget {
		margin-right: 15px;
		margin-right: 1.5rem;
		width: 125px;
	}
	
	.themes-filter .banner-getall {
		margin-right: -20px;
		margin-right: -2rem;
	}
	
	.themes-loop {
		padding: 0 10px;
		padding: 0 1rem;
	}
	
	.theme-wrap {
		width: 440px;
	}
	
	h1.theme-title {
		margin: 40px;
		margin: 4rem;
	}
	
	#single-theme {
		margin-left: 40px;
		margin-left: 4rem;
		margin-right: 40px;
		margin-right: 4rem;
	}
	
	#single-theme .screenshot-browser {
		margin-bottom: 40px;
		margin-bottom: 4rem;
		margin-right: -16%;
		height: auto;
		width: auto;
	}
	
	#single-theme .screenshot-browser .img {
		width: auto;
	}
	
	#single-theme .screenshot-mobile {
		right: -17%;
		top: 90px;
	}
	
	#pro-plus-banner {
		padding: 40px;
		padding: 4rem;
	}
	
	#pro-plus-banner .btn-green-big {
		padding: 16px 20px;
		padding: 1.6rem 2rem;
	}
	
	#pro-plus-banner .features {
		margin: 40px -40px -40px;
		margin: 4rem -4rem -4rem;
		padding: 20px;
		padding: 2rem;
	}
	
	#home-genesis .reasons h3:before {
		left: 75px;
	}
	
	.themes-filter .fixed {
		width: 982px;
	}
	
}

@media only screen and (max-width: 1023px) {
	
	h1.entry-title {
		padding: 40px;
		padding: 4rem;
	}
	
	.themes-filter {
		height: auto;
	}
	
	.themes-filter .banner-getall {
		float: none;
		margin: 60px 0 0;
		margin: 6rem 0 0;
		width: 100%;
	}
	
	.themes-filter .banner-getall h3,
	.themes-filter .banner-getall p {
		display: inline-block;
	}
	
	.themes-filter .banner-getall a {
		top: 10px;
		right: 10px;
	}
	
	.theme-wrap {
		height: 330px;
		left: 50% !important;
		margin-left: -480px !important;
		width: 540px;
	}
	
	#single-theme .screenshot-mobile {
		top: 0px;
	}
	
	#single-theme .screenshot-browser {
		margin-bottom: 80px;
		margin-bottom: 8rem;
	}
	
	#single-theme .screenshot-browser .img {
		margin: 28px 5px 20px 10px;
		margin: 2.8rem 0.5rem 2rem 1rem;
	}
	
	#single-theme .theme-info {
		padding: 25px;
		padding: 2.5rem;
	}
	
	#single-theme .theme-info .features {
		margin: 10px -25px -25px;
		margin: 1rem -2.5rem -2.5rem;
		padding: 20px;
		padding: 2rem;
	}
	
	#single-theme .theme-info .btn-green-big,
	#pro-plus-banner .btn-green-big {
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 700;
		padding: 14px 30px;
		padding: 1.4rem 3rem;
	}
	
	#pro-plus-banner .btn-green-big {
		padding: 14px;
		padding: 1.4rem;
	}
	
	#single-theme .theme-info .pricing,
	#single-theme .theme-info h3 {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}
	
	#single-theme .description ul li {
		width: 48%;
	}
	
	#single-theme .full-demo {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}
	
	#pro-plus-banner h3 {
		font-size: 40px;
		font-size: 4rem;
	}
	
	#pro-plus-banner h3 span {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	#pro-plus-banner h4.save {
		margin-top: -15px;
		margin-top: -1.5rem;
	}
	
	#pro-plus-banner .features {
		margin-top: 20px;
		margin-top: 2rem;
	}
	
	#pro-plus-banner .features ul li {
		width: 48%;
	}
	
	#home-genesis .reasons h3 {
		padding: 0 20px 0 220px;
		padding: 0 2rem 0 22rem;
		text-align: left;
	}
	
	#home-genesis .reasons h3:before {
		margin-left: -30px;
		top: -60px;
	}
	
	#home-genesis .slider .nav .left {
		left: 10px;
	}
	
	#home-genesis .slider .nav .right {
		right: 10px;
	}
	
	#home-genesis .slider ul li {
		width: 460px;
	}
	
	#theme-demo .panel h3 {
		display: none;
	}
	
	#theme-demo .icons {
		left: 0;
		margin-left: 20px;
		margin-left: 2rem;
	}
	
	#theme-demo .icon-tablet {
		display: none;
	}
	
	#single-theme .mobile-demo,
	#single-theme .full-demo {
		display: none;
	}
	
	#single-theme .mobile-full-demo {
		display: inline-block;
	}
	
}

@media only screen and (max-width: 480px) {
	
	h1.entry-title {
		font-size: 4rem;
		padding: 2rem;
		margin-bottom: 1rem;
	}
	
	h1.entry-title span {
		font-size: 2rem;
	}
	
	.themes-filter .inner {
		padding: 0;
	}
	
	.themes-filter .label,
	.themes-filter .widget,
	#single-theme .screenshot-mobile {
		display: none;
	}
	
	.themes-filter .banner-getall {
		margin-top: 0;
		padding: 1.5rem 1rem;
	}
	
	.themes-loop .theme-wrap {
		height: 270px;
		left: auto !important;
		margin-left: 0 !important;
		margin-bottom: 1rem;
		position: relative;
		width: 100%;
	}
	
	.theme-wrap .info {
		display: none;
	}
	
	.theme-wrap.gray {
		padding: 2rem;
	}
	
	#single-theme .left,
	#single-theme .right,
	#pro-plus-banner .left,
	#pro-plus-banner .right {
		float: none;
		margin-bottom: 2rem;
		width: 100%;
	}
	
	h1.theme-title {
        margin: 3rem 2rem;
    }
	
	#single-theme {
		margin: 0 2rem;
	}
	
	#single-theme .screenshot-browser {
		margin: 0;
	}
	
	#single-theme .description {
		text-align: center;
	}
	
	#single-theme .returning-customer-badge {
		height: 75px;
		right: -30px;
		top: -38px;
		width: 75px;
	}
	
	#single-theme .theme-info {
		margin-top: 2rem;
	}
	
	#single-theme .ribbon-wrapper {
        top: 16px;
    }
	
	#pro-plus-banner {
		padding: 2rem;
		text-align: center;
	}
	
	#pro-plus-banner h3 span {
		font-size: 2.2rem;
	}
	
	#pro-plus-banner h3 {
		font-size: 3rem;
	}
	
	#pro-plus-banner .features {
		margin: 0rem -2rem -2rem;
	}
	
	#pro-plus-banner .features ul li {
		float: none;
		width: 100%;
	}
	
	#home-genesis .slider .nav .left {
		left: 0px;
	}
	
	#home-genesis .slider .nav .right {
		right: 0px;
	}
	
	#home-genesis .reasons h3 {
		font-size: 2rem;
		padding-left: 140px;
		padding-right: 10px;
		text-align: left;
	}
	
	#home-genesis .reasons h3:before {
		height: 132px;
		margin-left: -50px;
		top: -31px;
		width: 80px;
	}
	
	#home-genesis .title small,
	#home-genesis .slider ul li p {
		line-height: 1.2;
	}
	
	#home-genesis .slider ul li {
		display: block;
		padding: 11rem 0 0;
		width: 90%;
	}
	
	#home-genesis .slider ul li:before {
		height: 128px;
		margin-left: -100px;
		width: 200px;
	}
	
	#home-genesis .slider ul li h4 {
		font-size: 3.5rem;
	}
	
	#home-genesis .slider .nav .left,
	#home-genesis .slider .nav .right {
		background-position: center 40px;
		background-size: 20px 37px;
		padding-top: 100px;
		text-indent: -9999px;
		top: 0px;
		width: 70px;
	}
	
	#theme-demo .icons {
		display: none;
	}
	
	#theme-demo .panel {
		text-align: center;
	}
	
	#theme-demo .panel a.btn-green-big {
		float: none;
		padding: 1rem;
	}
	
}