/* General */
.site-container > div:nth-of-type(2) {
	text-align: center;
	height: 85px;
}
.site-container > div:nth-of-type(3) {
	height: 96px;
}

.site-inner {
	background: none;
	padding: 80px 0 0;
}

.mysp-themes .site-inner {
	padding-top: 20px;
}

.page-title {
	padding-bottom: 100px;
}

.mysp-themes #promo-header {
	margin-top: 60px;
}

/* Themes filter */
.themes-filter {
	background: none;
	padding: 0 0 20px;
	position: relative;
	top: -40px;
}

.themes-filter.fixed {
	height: 100px;
}

.themes-filter .wrap {
	margin: 0 auto;
	padding: 0;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.themes-filter.fixed .fixed-wrapper {
	margin: 0 auto;
	position: fixed;
	max-width: none;
	width: 100%;
	top: -2px;
	z-index: 999;
}

.themes-filter .filter-items {
	float: left;
	padding: 20px 30px;
	width: 100%;
}

.themes-filter .filter-item {
	display: inline-block;
	width: 22.3%;
}

.themes-filter .filter-item.small {
	color: #546E7A;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
	width: 8%;
}

.themes-filter .filter-item.small span {
 	display: block;
	position: relative;
	top: 0px;
}

.themes-filter .filter-item select {
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom: 6px;
	padding-top: 6px;
	margin: 0;
	display: block;
}

.filter-cta-box {
	background: #eceff1; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #eceff1 0%, #f5f7f8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #eceff1 0%,#f5f7f8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #eceff1 0%,#f5f7f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceff1', endColorstr='#f5f7f8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 2px solid #fff;
	float: none;
	padding: 14px 25px 9px;
	position: relative;
	width: 30%;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.filter-cta-box .small-title {
	color: #263238;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.filter-cta-box .small {
	color: #546E7A;
	display: block;
	font-size: 16px;
	font-weight: 500;
}

.filter-cta-box .filter-cta-button {
	position: absolute;
	top: 12px;
	right: 10px;
}

/* Flex CTA Box (theme archives)*/

.marketplace-cta {
	margin-bottom: 30px
}

.marketplace-cta .flex-cta-box {
	align-items: center;
	display: flex;
	margin: 0 auto;
	padding-bottom: 12px;
	width: 980px;
}

.flex-cta-box .filter-cta-banner {
	flex: 2;
}

.flex-cta-box .filter-cta-button {
	position: relative;
	right: 0;
	top: 0;
}

.flex-cta-box .filter-cta-button {
	flex:  1;
	text-align: center;
}

/* Single Theme CTA */

.single-themes .section {
	clear: both;
	padding: 80px 0;
}

.single-themes .price-box.theme-cta-box {
	align-items: center;
	background-color: #f4f6f7;
	color: #000;
	display: flex;
	font-weight: 500;
	margin:  60px auto;
	padding: 0;
	text-align: left;
}

.price-box h2 {
	color: #000;
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: 0;
}

.price-box .column-1,
.price-box .column-2 {
	flex-basis: 50%;
	flex-grow: 1;
	padding: 40px;
}

.price-box .column-2 {
	margin: -80px 0;
}

.price-box .column-2 img {
	box-shadow: 0px 9px 50px 0px rgba(38,50,56,0.2);
}

/* Deals CTA section (single themes) */

.single-themes .title {
	text-align: center;
}

.single-themes .title .sub-title {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 20px;
}

.single-themes .pricing-table {
	align-items: center;
	display: flex;
	margin: 60px auto 40px;
	max-width: 70%;
}

.single-themes .price-box {
	padding: 44px;
}

.single-themes .price-box h3 {
	font-size: 24px;
}

/* Theme Features grid (single theme page) */

.theme-features-grid {
	clear: both;
	color: #546E7A;
	display: grid;
	grid-template-columns: repeat(3, 350px);
	grid-template-rows: repeat(3, 350px);
	justify-content: center;
	text-align: center;
}

.theme-features-grid .theme-feature {
	border: 1px solid #eee;
	padding: 70px 40px 40px;
}

.theme-features-grid .theme-feature:hover {
	background: #0066cc;
	border: 1px solid #0066cc;
	transition: all 0.3s ease-in-out;
}

.theme-features-grid .theme-feature:hover i,
.theme-features-grid .theme-feature:hover h3,
.theme-features-grid .theme-feature:hover p {
	color: #fff;
}

.theme-feature h3 {
	color: #000;
	font-size: 20px;
	font-size: 2.0rem;
	margin-top: 12px;
}

.theme-feature i {
	font-size:  36px;
}

/* Three Buttons */
#threebuttons {
	height: auto;
	width: 980px;
	margin: 40px auto auto auto;
}

#threebuttons .filter-cta-banner {
	min-width: 250px;
	display: block;
}

#threebuttons .small-title,
#threebuttons .small {
	width: 350px;
}

#threebuttons .filter-cta-button {
	max-width: 60%;
	margin-left: 10px;
}

/* Themes grid */
.grid-sizer,
.theme-wrap {
	border-radius: 3px;
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	height: 420px;
	margin: 0 1% 3%;
	padding: 0px;
	position: relative;
	width: 31.3%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.explanation-box,
.theme-wrap .theme-wrap-inner{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
	padding-bottom: 10px;
	overflow: hidden;
}

.theme-wrap:hover .theme-wrap-inner,
.explanation-box:hover {
	background: #fff;

	-webkit-box-shadow: 0px 5px 20px 0px rgba(84,110,122,0.15);
	-moz-box-shadow: 0px 5px 20px 0px rgba(84,110,122,0.15);
	box-shadow: 0px 5px 20px 0px rgba(84,110,122,0.15);

	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.theme-wrap .theme-image {
	background: #fff;
	border: 1px solid #CFD8DC;
	border-radius: 3px;
	display: block;
	margin-bottom: 10px;
	padding: 20px;
	position: relative;
	z-index: 10;
}

.theme-wrap .theme-image img {
	display: block;
}

.theme-wrap .theme-image .theme-image-inner {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.theme-wrap:hover .theme-image .theme-image-inner {
	transform: scale(1.05);
}

.theme-wrap .theme-entry-content {
	position: relative;
	text-align: center;
	z-index: 10;
}

.theme-wrap .theme-entry-content h2 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
}

.theme-wrap .theme-entry-content .theme-type {
	color: #546E7A;
	font-size: 14px;
	font-size: 1.4rem;
}

.explanation-box {
	background: #fff;
	display: block;
	height: auto !important;
	margin: 0 1% 40px;
	padding: 40px 0 35px;
	text-align: left;
	width: 98%;
}

.explanation-box .img,
.explanation-box .copy,
.explanation-box .buttons {
	float: left;
	margin: 0;
	width: 33.3%;
}

.explanation-box .img {
	height: 70px;
	text-align: center;
}

.explanation-box .img a {
	border: none;
}

.explanation-box img {
	max-width: 350px;
}

.explanation-box .copy {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.explanation-box .buttons {
	padding-left: 15px;
	text-align: center;
}

.explanation-box h3 {
	margin-bottom: 10px;
	margin-top: 0;
}

.explanation-box p {
	color: #546E7A;
	margin-bottom: 0;
}

.explanation-box .button {
	margin-top: 20px;
}

.single-themes .sites-cta.explanation-box {
	display: block;
	padding-left: 375px;
	padding-right: 40px;
	margin-bottom: -40px;
	margin-top: 20px;
}

.single-themes .sites-cta.explanation-box img {
	position: absolute;
	left: 80px;
	top: 50px;
}

.single-themes .sites-cta.explanation-box a {
	border: none;
}

.single-themes .sites-cta.explanation-box h3 {
	color: #263238;
	margin: 0 !important;
}

.theme-wrap .info {
	background: #fff;
	border: 1px solid #CFD8DC;
    border-top: none;
	color: #263238;
	display: block;
	height: auto;
	opacity: 0;
	padding: 20px 40px;
	position: absolute;
	bottom: 0;
	text-align: center;
	z-index: 15;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.theme-wrap:hover .info {
	opacity: 1;
}

.theme-wrap .info h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	margin: 0 0 10px;
}

.theme-wrap .info p {
	color: #546E7A;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}

/* Single theme */

#single-theme {
	margin-bottom: 100px;
}

.theme-intro {
	background: #fff;
	padding: 80px 0;
}

.theme-info {
	float: left;
	margin-left: 2%;
	width: 30%;
	text-align: center;
}

.theme-info h1 {
	margin: 0 0 24px;
}

.theme-info h4,
.small-title {
	color: #546E7A;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	margin: 10px 0 0;
}

.theme-info h5,
.theme-info .third-party {
	color: #0066CC;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.theme-info p {
	color: #546E7A;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.45;
}

.theme-info .button-primary {
	font-size: 1.6rem;
	font-weight: 500;
	padding: 20px 18px 18px;
	width: 100%;
}

.theme-info .button-link {
	display: block;
	margin: 20px auto 20px;
	width: 130px;
	text-align: center;
}

.returning-customer {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 20px;
	text-align: center;
}

.returning-customer h3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 5px;
}

.theme-screenshot {
	float: right;
	margin-top: -20px;
	position: relative;
	width: 60%;
}

.screenshot-laptop {
	background: #fff;
	border-radius: 3px;
	padding: 8px;

	-webkit-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
	-moz-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
	box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
}

.screenshot-mobile {
	background: #fff;
	border-radius: 3px;
	bottom: -50px;
	display: inline-block;
	margin-left: -100px;
	padding: 5px 5px 40px;
	position: absolute;
	right: 50px;

	-webkit-box-shadow: 0px 7px 50px 0px rgba(84,110,122,0.15);
	-moz-box-shadow: 0px 7px 50px 0px rgba(84,110,122,0.15);
	box-shadow: 0px 7px 50px 0px rgba(84,110,122,0.15);

	width: 200px;
}

.screenshot-mobile:before {
	background: #ECEFF1;
	border-radius: 50%;
	bottom: 12px;
	content: '';
	display: block;
	height: 15px;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 15px;
}

.screenshot-laptop img,
.screenshot-mobile img {
	display: block;
}

.returning-customer-badge {
	background: #F5F7F8;
	color: #546E7A;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	margin: 15px auto 0;
	max-width: 280px;
	padding: 5px 0;
}

.returning-customer-logo {
	width: 41px;
}

.single-themes .entry-content {
	padding-top: 40px;
}

.single-themes .entry-content h6 {
	color: #263238;
	font-weight: bold;
	margin-bottom: 10px;
}

.single-themes .entry-content p {
	color: #546E7A;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

.single-themes .entry-content .one-half {
	padding: 0 50px 0 75px;
	position: relative;
}

.single-themes .entry-content .one-half span {
	background: #ECEFF1;
	border-radius: 50%;
	color: #90A4AE;
	display: block;
	height: 50px;
	line-height: 56px;
	left: 0px;
	position: absolute;
	top: -17px;
	text-align: center;
	width: 50px;
}

.single-themes .entry-content .break {
	height: 10px;
}

.single-themes .sidebar-primary {
	margin-bottom: 0;
}

.single-themes .sidebar-primary .widget {
	background: #fff;
	border: 1px solid #CFD8DC;
	border-radius: 3px;
	text-align: center;
}

.single-themes .sidebar-primary .widget h3 {
	margin-top: 0;
}

.single-themes .sidebar-primary .widget ul {
	display: block;
	margin: 0 auto 20px;
	width: 200px;
}

.single-themes .sidebar-primary .widget ul li {
	font-weight: 500;
	padding-bottom: 0;
	text-align: left;
}

.single-themes .sidebar-primary .widget ul li .layout-options {
	display: block;
	margin-bottom: 10px;
}

.single-themes .sidebar-primary .widget ul li em {
	color: #546E7A;
	font-size: 20px;
}

/* Theme demo */

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

#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;
}

#theme-demo .close-demo {
	background: #263238;
	border: none;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 10px 20px 8px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#theme-demo .close-demo .icon-cross {
	font-size: 18px;
	position: relative;
	top: 4px;
}

#theme-demo .close-demo .icon-cross:before {
	margin-right: 5px;
}

#theme-demo .close-demo:hover {
	background-color: #546E7A;
}

#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 h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	float: left;
	margin: 20px 0 0 25px;
}

#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: 3rem 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: 50%;
	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;
	height: 100%;
	margin: 0 auto;
	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 .loading-message {
	color: #546E7A;
	top: 300px;
	position: absolute;
	text-align: center;
	width: 100%;
}

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

#theme-demo .icons a {
	border: none;
	border-radius: 3px;
	color: #546E7A;
	display: inline-block;
	font-size: 32px;
	height: 50px;
	line-height: 60px;
	width: 50px;
}

#theme-demo .icons a:hover,
#theme-demo .icons .active {
	background:#0066CC;
	color: #fff;
}

/* Pro-plus Pricing */
#pro-plus-banner {
	background: #fff;
}

#pro-plus-banner .left {
	float: left;
	width: 50%;
}

#pro-plus-banner .right {
	float: right;
	width: 50%;
}

#pro-plus-banner .pricing-table {
	margin: 0 auto;
	max-width: 980px;
}


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

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

	.filter-cta-box .small-title {
		font-size: 21px;
	}

	.grid-sizer,
	.theme-wrap {
		height: 380px;
	}

	.explanation-box img  {
		max-width: 270px;
	}

}

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

	.themes-filter {
		top: -10px;
	}

	.themes-filter .filter-item {
		width: 21.6%;
	}

	.themes-filter .filter-item.small {
		width: 10%;
	}

	.filter-cta-box {
		width: 35%;
	}

	.page-title {
		padding-bottom: 40px;
	}

	.grid-sizer,
	.theme-wrap {
		height: 340px;
	}

	.theme-info {
		width: 42%;
	}

	.theme-screenshot {
		width: 50%;
	}

	.screenshot-mobile {
		bottom: -70px;
		width: 170px;
	}

	.explanation-box img  {
		max-width: 230px;
	}

}

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

	.filter-cta-box {
		text-align: center;
		width: 100%;
		display: none;
	}

	.marketplace-cta .flex-cta-box {
		display: none;
	}

	.filter-cta-box .small-title,
	.filter-cta-box .small {
		display: inline-block;
	}

	.filter-cta-box .small-title {
		margin-right: 20px;
	}

	.filter-cta-box .filter-cta-banner,
	.filter-cta-box .filter-cta-button {
		display: inline-block;
		position: relative;
	}

	.filter-cta-box .filter-cta-button .button {
		margin-left: 25px;
		padding-bottom: 7px;
		padding-top: 10px;
		position: relative;
		top: -14px;
	}

	.themes-filter.fixed {
		height: auto;
	}

	.themes-filter.fixed .fixed-wrapper {
		position: relative;
	}

	.grid-sizer,
	.theme-wrap {
		height: 470px;
		width: 48%;
	}

	.explanation-box {
		width: 100%;
	}

	.explanation-box .img,
	.single-themes .sites-cta.explanation-box img {
		display: none;
	}

	.single-themes .sites-cta.explanation-box {
		padding-left: 40px;
		text-align: center;
	}

	.explanation-box .copy,
	.explanation-box .buttons {
		width: 50%;
	}

	.single-themes .site-inner,
	.theme-intro {
		padding: 40px 0;
	}

	.theme-info {
		margin-left: 0;
	}

	.theme-screenshot {
		margin-top: 2%;
	}

	.single-themes .sidebar-primary .widget {
		margin-top: 40px;
		margin-left: 0;
		width: 100%;
	}

	.single-themes .sidebar-primary .widget ul {
		text-align: left;
		width: 100%;
	}

	.single-themes .sidebar-primary .widget ul li {
		display: inline-block;
		width: 25%;
	}

	.single-themes .pricing-table {
		max-width: 100%;
	}

	.theme-features-grid {
		grid-template-columns: repeat(2, 350px);
	}

}

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

	.grid-sizer,
	.theme-wrap {
		height: 380px;
	}

	.explanation-box .copy,
	.explanation-box .buttons {
		padding: 0 20px;
		width: 100%;
	}

	.single-themes .sites-cta.explanation-box {
		margin-bottom: 10px;
	}

	.theme-screenshot {
		margin-top: 0;
	}

	.screenshot-mobile {
		bottom: -150px;
		right: auto;
		left: 50%;
		margin-left: -85px;
		width: 170px;
	}

	.single-themes .price-box.theme-cta-box {
		display: block;
		text-align: center;
	}

	.price-box .column-2 {
		margin: 0;
	}

	.price-box .column-2 img {
		float: none;
	}

}

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

	.grid-sizer,
	.theme-wrap {
		height: 335px;
	}

	.themes-filter {
		text-align: center;
	}

	.themes-filter .filter-item {
		margin-top: 8px;
		width: 48%;
	}

	.themes-filter .filter-item.small {
		width: 100%;
	}

	.theme-info,
	.theme-screenshot {
		float: none;
		width: 100%;
	}

	.theme-screenshot .screenshot-mobile {
		display: none;
	}

	.single-themes .pricing-table {
		display: block;
	}

	.single-themes .entry-content {
		padding: 0;
	}

	.single-themes .entry-content .one-half {
		padding-right: 0;
		margin-bottom: 30px;
	}

	.single-themes .entry-content .break {
		display: none;
	}

	.single-themes .sidebar-primary .widget ul li {
		width: 50%;
	}

	#pro-plus-banner .left,
	#pro-plus-banner .right {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}

	#pro-plus-banner .left .price-box,
	#pro-plus-banner .right .price-box {
		float: none;
		margin: 0;
	}

	.returning-customer.gray-box {
		padding: 20px 15px;
		margin-bottom: 20px;
	}

}

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

	.theme-features-grid {
		grid-template-columns: 400px;
	}

}

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

	.single-themes .site-inner,
	.theme-intro {
		padding: 15px 0;
	}

	.theme-info .entry-header {
		margin-bottom: 15px;
	}

	.themes-filter .filter-items {
		padding: 10px 5px;
	}

	.filter-cta-box {
		padding: 10px;
	}

	.filter-cta-box .small-title {
		font-size: 19px;
		margin-right: 0;
	}

	.filter-cta-box .button {
		margin-top: 10px;
	}

	.themes-filter {
		padding: 0;
	}

	.grid-sizer,
	.theme-wrap {
		height: auto !important;
		margin-bottom: 20px;
		margin-left: 0;
		width: 100%;
	}

	.single-themes .sidebar-primary .widget {
		margin-top: 0px;
	}

	.single-themes .sidebar-primary .widget ul li {
		width: 100%;
	}

	.pricing-table .price-box.has-ribbon h3 {
		margin-top: 25px;
	}

}
