/* General */
.site-inner {
	background: #fff;
	padding: 0;
	position: relative;
}

.landing-page .content {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.landing-page .content-sidebar-wrap {
	max-width: none;
}

.landing-page .wrap-medium {
	margin: 0 auto;
	max-width: 960px;
}

.landing-page .wrap-small {
	margin: 0 auto;
	max-width: 600px;
}

.landing-page .entry {
	margin-bottom: 0;
}

.entry-content {
	position: relative;
	overflow: hidden;
}

/* Images */
.screenshot-laptop {
	background: #fff;
	border-radius: 3px;
	padding: 20px;

	-webkit-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.25);
	-moz-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.25);
	box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.25);
}

.screenshot-mobile {
	background: #fff;
	border-radius: 3px;
	bottom: -30px;
	display: inline-block;
	padding: 5px 5px 40px;
	position: absolute;
	right: -100px;

	-webkit-box-shadow: 0px 7px 50px 0px rgba(84,110,122,0.25);
	-moz-box-shadow: 0px 7px 50px 0px rgba(84,110,122,0.25);
	box-shadow: 0px 7px 50px 0px rgba(84,110,122,0.25);
	
	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;
}

/* Pro Plus Page */
.pro-plus-page .site-container .site-inner {
	overflow: hidden;
	padding-top: 0px;
	margin-top: 0px;
	position: relative;
}

.pro-plus-page .site-container .site-inner:after {
	background: #eee url(../../images/theme-pattern.jpg) 0 0 repeat;
	background-size: 1400px 1440px;
	content: "";
	height: 1000px;
	left: -50%;
	position: absolute;
	top: -30%;
	width: 200%;
	z-index: 0;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
	opacity: 0.1;
}

#pro-plus-page {
	margin-bottom: 40px;
}

#pro-plus-page .login-bar {
	background: #fff;
	color: #546E7A;
	display: block;
	font-size: 16px;
	font-weight: 500;
	left: 0px;
	padding: 18px 20px 13px;
	position: absolute;
	top: 0px;
	text-align: center;
	width: 100%;
}

#pro-plus-page .login-bar p {
	margin: 0;
}

#pro-plus-page .title {
	margin: 80px 0 50px;
}

#pro-plus-page .title h1 {
	font-size: 60px;
	font-size: 6rem;
	letter-spacing: -0.15rem;
	margin-bottom: 0;
}

#pro-plus-page h3 {
	font-weight: 500;
	line-height: 1.45;
	margin-top: 15px;
}

#pro-plus-page h3 em {
	font-style: italic;
	font-weight: 500;
}

#pro-plus-page .light-box {
	margin-bottom: 40px;
}

/* Getting Started Page */
#landing-getting-started .wrap-medium {
	position: relative;
}

#landing-getting-started .wrap-medium:before {
	background: #ECEFF1;
	content: '';
	display: block;
	height: 150%;
	left: -95px;
	position: absolute;
	width: 5px;
}

#landing-getting-started h1:before,
#landing-getting-started .title:before {
	background: #ECEFF1;
	border-radius: 50%;
	content: '';
	display: block;
	height: 30px;
	left: -108px;
	position: absolute;
	top: -5px;
	width: 30px;
}

#landing-getting-started h1:before {
	top: 23px;
}

#step-7 .wrap-medium:before {
	height: 125%;
}

#step-8 .wrap-medium:before {
	display: none;
}

#step-intro .wrap-medium:before {
	top: 50px;
}

/* Design Palette Pro Page */
.design-palette-pro-page .plugin-image .light-box {
	padding: 5px;
	margin-left: -120px;
}

.design-palette-pro-page .plugin-image .light-box img {
	display: block;
}

.design-palette-pro-page .plugin-intro .one-half.light-box {
	padding-left: 100px;
	position: relative;
}

.design-palette-pro-page .plugin-intro .one-half.light-box p {
	color: #546E7A;
	font-size: 16px;
	font-size: 1.6rem;
}

.design-palette-pro-page .plugin-intro .one-half.light-box span {
	background: #ECEFF1;
	border-radius: 50%;
	color: #90A4AE;
	display: block;
	height: 50px;
	line-height: 56px;
	left: 25px;
	position: absolute;
	top: 27px;
	text-align: center;
	width: 50px;
}

.design-palette-pro-page .pricing-table {
	margin-top: 60px;
}

.design-palette-pro-page .price-box {
	padding: 40px 40px;
	max-width: none;
	width: 100%;
}

.design-palette-pro-page .one-third {
	margin: 0;
	width: 33.3%;
}

.design-palette-pro-page .price-box.featured {
	margin-top: -20px;
}

/* SP Sites Pricing */
#sp-sites-intro .title {
	border-bottom: 1px solid #e4ebee;
	padding-bottom: 40px;
}

#sp-sites-intro .title h1 {
	font-size: 42px;
	font-size: 4.2rem;
}

#sp-sites-intro h3 {
	line-height: 1.5;
}

#sp-sites-intro .check-list {
	margin: 40px 0;
}

#sp-sites-intro .check-list li {
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 10px 30px 10px 90px;
	text-align: left;
	width: 33.3%;
}

#sp-sites-intro .check-list li:before {
	background: #F5F7F8;
	border-radius: 50%;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	top: -2px;
	width: 50px;
}

#sp-sites-intro .icon-layout:before {
	margin-right: 15px;
	position: relative;
	top: 2px;
	color: #90A4AE;
}

#sp-sites-plans {
	padding-top: 0;
	margin-top: 20px;
}

.content-recommended #sp-sites-plans .content-price-box .price-box:before,
.commerce-recommended #sp-sites-plans .commerce-price-box .price-box:before {
	background: #0066CC;
	color: #fff;
	content: 'Recommended Plan for You:';
	font-size: 15px;
	font-weight: 700;
	left: 0;
	padding: 5px 10px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 99;
}

.content-recommended #sp-sites-plans .content-price-box .price-box,
.commerce-recommended #sp-sites-plans .commerce-price-box .price-box {
	border: 4px solid #0066CC;
}

.content-recommended #sp-sites-plans .content-price-box .price-heading:before,
.commerce-recommended #sp-sites-plans .commerce-price-box .price-heading:before {
	display: none;
}

#pricing-switcher {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 30px 0 50px;
}

#pricing-switcher .switch {
	margin: 0 15px;
	top: 0px;
}

#pricing-switcher label {
	color: #263238;
}

.sp-sites-pricing.plan-yearly #pricing-switcher .switch-yearly { color: #0066CC; }
.sp-sites-pricing.plan-quarterly #pricing-switcher .switch-quarterly { color: #0066CC; }

#pricing-switcher .slider {
	background: #CFD8DC !important;
	border-radius: 25px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

#pricing-switcher .slider:before {
	border-radius: 50%;
	width: 23px;
}

#pricing-switcher input:checked + .slider:before {
	-webkit-transform: translateX(39px);
	-ms-transform: translateX(39px);
	transform: translateX(39px);
}

#pricing-switcher .slider:after {
	display: none;
}

.sp-sites-pricing.plan-yearly .button-quarterly {
	display: none;
}

.sp-sites-pricing.plan-quarterly .button-yearly {
	display: none;
}

#sp-sites-plans .pricing-table {
	position: relative;
	top: -60px;
}

#sp-sites-plans .price-box {
	border: 4px solid #fff;
	overflow: visible;
}

#sp-sites-plans .price-box .pricing > small,
#sp-sites-plans .price-box .pricing > strong {
	display: block;
}

#sp-sites-plans .price-box .pricing > strong {
	color: #0066CC;
	font-size: 16px;
	padding-bottom: 12px;
}

#sp-sites-plans .price-box .price {
	margin-right: -15px;
}

#sp-sites-plans .price-box .price-heading {
	margin-top: 10px;
}

#sp-sites-plans .price-heading:before {
	background: #F5F7F8;
	border-radius: 50%;
	color: #90A4AE;
	display: block;
	font-size: 24px;
	height: 80px;
	line-height: 80px;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	top: -40px;
	width: 80px;
}

#sp-sites-plans .quote {
	margin-top: -20px;
	outline: none;
	position: relative;
}

#sp-sites-plans .quote:last-child {
	margin-bottom: 40px;
}

.plan-yearly .pricing-quarter {
	display: none;
}

.plan-quarterly .pricing-annual {
	display: none;
}

.sp-sites-pricing .mfp-content {
	max-width: none;
	width: 98%;
}

.sp-sites-pricing .mfp-content .modal-wrap {
	padding: 3%;
}

.sp-sites-pricing .modal-wrap {
	background: #F5F7F8 !important;
}

.sp-sites-pricing .mfp-content .small-cta {
	margin: 0 auto;
	max-width: 920px;
}

.sp-sites-pricing .theme-wrap {
	background: #fff;
	border-radius: 3px;
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0.5% 2%;
	overflow: hidden;
	padding: 10px;
	position: relative;
	width: 19%;
	text-align: center;

	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;

	-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;
}

.sp-sites-pricing .theme-wrap:nth-child(5n+6) {
	clear: both;
}

.sp-sites-pricing .theme-wrap: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);
}

.sp-sites-pricing .theme-wrap a {
	border: none;
	display: block;
	position: relative;
}

.sp-sites-pricing .theme-wrap a h3 {
	color: #263238;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 20px 0 10px;
}

#sp-which-plan .modal-wrap {
	background: #fff !important;
}

#personas-chart {
	margin: 80px auto 20px;
	max-width: 940px;
}

#personas-chart .personas-list .current-needs,
#personas-chart .personas-list .future-needs,
#personas-chart .personas-list .summary {
	display: none;
}

#personas-chart h3.title {
	margin: 30px 0;
	position: relative;
	text-align: center;
}

#personas-chart h3.title:before {
	background: #0066cc;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	top: -50px;
	width: 40px;
}

#personas-chart .personas-plan-content {
	float: left;
	padding-top: 100px;
	position: relative;
	width: 220px;
}

#personas-chart .personas-plan-commerce {
	float: right;
	padding-top: 100px;
	position: relative;
	width: 220px;
}

#personas-chart .personas-plan-content h3.title {
	left: 300px;
	position: absolute;
	top: 0px;
}

#personas-chart .personas-plan-commerce h3.title {
	right: 300px;
	position: absolute;
	top: 0px;
}

#personas-chart .personas-plan-content h3.title:after,
#personas-chart .personas-plan-commerce h3.title:after {
	background: none;
	border-left: 1px solid #CFD8DC;
	border-top: 1px solid #CFD8DC;
	border-top-left-radius: 3px;
	content: '';
	display: block;
	height: 70px;
	left: -200px;
	position: absolute;
	top: -30px;
	width: 150px;
}

#personas-chart .personas-plan-commerce h3.title:after {
	border-right: 1px solid #CFD8DC;
	border-left: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 0;
	left: auto;
	right: -200px;	
}

#personas-chart .personas-messages {
	margin: 100px auto 0px;
	width: 400px;
}

#personas-chart .personas-or {
	color: #90A4AE;
	position: absolute;
	left: 50%;
	margin-left: -20px;
}

#personas-chart .profile {
	background-color: #F5F7F8;
	background-image: url(../../images/personas/1@2x.png);
	background-position: 10px 6px;
	background-repeat: no-repeat;
	background-size: 72px 82px;
	border: 1px solid #fff;
	border-left: 4px solid #fff;
	cursor: pointer;
	height: 105px;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 20px 20px 10px 100px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

#personas-chart .personas-list-content li:nth-child(2) .profile { background-image: url(../../images/personas/2@2x.png); }
#personas-chart .personas-list-content li:nth-child(3) .profile { background-image: url(../../images/personas/5@2x.png); }
#personas-chart .personas-list-content li:nth-child(4) .profile { background-image: url(../../images/personas/3@2x.png); }
#personas-chart .personas-list-content li:nth-child(5) .profile { background-image: url(../../images/personas/4@2x.png); }

#personas-chart .personas-list-commerce li:nth-child(1) .profile { background-image: url(../../images/personas/8@2x.png); }
#personas-chart .personas-list-commerce li:nth-child(2) .profile { background-image: url(../../images/personas/9@2x.png); }
#personas-chart .personas-list-commerce li:nth-child(3) .profile { background-image: url(../../images/personas/6@2x.png); }
#personas-chart .personas-list-commerce li:nth-child(4) .profile { background-image: url(../../images/personas/10@2x.png); }
#personas-chart .personas-list-commerce li:nth-child(5) .profile { background-image: url(../../images/personas/7@2x.png); }


#personas-chart .profile .name {
	display: block;
	font-weight: 700;
}

#personas-chart .profile .profession {
	color: #546E7A;
	display: block;
	font-size: 14px;
	line-height: 16px;
}

#personas-chart .profile.active,
#personas-chart .profile:hover {
	background-color: #fff;
	border: 1px solid #CFD8DC;
	border-left: 4px solid #0066cc;
	border-radius: 3px;

	-webkit-box-shadow: 0px 2px 20px 0px rgba(38,50,56,0.15);
	-moz-box-shadow: 0px 2px 20px 0px rgba(38,50,56,0.15);
	box-shadow: 0px 2px 20px 0px rgba(38,50,56,0.15);

	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

#personas-chart .question {
	background: #0066cc;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-right: 30px;
	padding: 12px 20px 10px;
	position: relative;
}

#personas-chart .question:before {
	border-left: 0px solid transparent;
	border-right: 11px solid transparent;
	border-top: 7px solid #0066cc;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	left: 15px;
	bottom: -7px;
	width: 0;
}

#personas-chart .answer {
	border: 1px solid #CFD8DC;
	border-radius: 3px;
	font-size: 15px;
	line-height: 20px;
	margin-left: 30px;
	margin-bottom: 15px;
	padding: 15px 20px 15px;
	position: relative;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(38,50,56,0.15);
	-moz-box-shadow: 0px 2px 20px 0px rgba(38,50,56,0.15);
	box-shadow: 0px 2px 20px 0px rgba(38,50,56,0.15);
}

#personas-chart .answer:before,
#personas-chart .answer:after {
	border-left: 11px solid transparent;
	border-right: 0px solid transparent;
	border-top: 7px solid #fff;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	right: 15px;
	bottom: -7px;
	width: 0;
}

#personas-chart .answer:before {
	border-left: 14px solid transparent;
	border-top: 9px solid #CFD8DC;
	bottom: -9px;
	right: 14px;
}

#sp-which-plan .small-cta {
	border-top: none;
	padding: 0;
	margin-top: 30px;
}

#sp-which-plan .small-cta p {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
}

/* Genesis Features */
.genesis-features .wrap-medium {
	position: relative;
}

.genesis-features .wrap-medium:before {
	background: #ECEFF1;
	content: '';
	display: block;
	height: 170%;
	left: -95px;
	position: absolute;
	width: 5px;
}

.genesis-features h1:before,
.genesis-features .title:before {
	background: #ECEFF1;
	border-radius: 50%;
	content: '';
	display: block;
	height: 30px;
	left: -108px;
	position: absolute;
	top: -5px;
	width: 30px;
}

#genesis-intro .wrap-medium:before,
.genesis-features h1:before {
	top: 18px;
}

.genesis-features .big-icon {
	color: #CFD8DC;
	display: block;
	font-size: 200px;
	height: 200px;
	line-height: 200px;
	opacity: 0.5;
	margin: 20% auto 0;
	text-align: center;
	width: 200px;
}

.genesis-features .right,
.genesis-features .left {
	position: relative;
}

#genesis-feature-1,
#genesis-feature-5 {
	padding-bottom: 140px;
}

#genesis-intro {
	padding: 120px 0;
}

#genesis-intro .genesis {
	position: absolute;
	z-index: 0;
	max-width: 550px;
	right: -50px;
	top: -30px;
	z-index: 10;
}

#genesis-intro .code {
	padding: 3px;
	position: absolute;
	left: -75px;
	top: 200px;
	max-width: 450px;
}

#genesis-intro .code img {
	border-radius: 2px;
}

.genesis-features .genesis-cta .small-cta {
	border: none;
	margin: -75px 0 0;
	padding-left: 80px;
	padding-right: 80px;
}

#genesis-feature-2 .left.img {
	height: 600px;
}

#genesis-feature-2 .right.img {
	height: 650px;
}

#genesis-feature-2 .right .screenshot-laptop {
	position: absolute;
	right: -200px;
}

#genesis-feature-2 .left .screenshot-laptop {
	position: absolute;
	left: -150px;
}

#genesis-feature-2 .right .screenshot-mobile {
	bottom: 0px;
	right: -130px;
}

#genesis-feature-2 .left .screenshot-mobile {
	bottom: 0px;
	left: -60px;
	right: auto;
}

#genesis-feature-6 .line-box h6 {
	color: #263238;
	font-weight: bold;

}

#genesis-feature-6 .line-box p {
	color: #546E7A;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

#genesis-feature-6 .line-box .left,
#genesis-feature-6 .line-box .right {
	padding: 20px 0px 20px 70px;
	position: relative;
}

#genesis-feature-6 .line-box .left span,
#genesis-feature-6 .line-box .right span {
	background: #ECEFF1;
	border-radius: 50%;
	color: #90A4AE;
	display: block;
	height: 50px;
	line-height: 56px;
	left: -10px;
	position: absolute;
	top: 2px;
	text-align: center;
	width: 50px;
}

#genesis-feature-7 .check-list {
	margin-left: 10px;
}

#genesis-feature-7 .check-list li {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 5px 0;
}

#genesis-feature-7 .check-list li span {
	margin-right: 10px;
	position: relative;
	top: 2px;
}

#genesis-feature-9 .pricing-table {
	margin-top: 60px;
}

#genesis-feature-8 .right {
	padding-top: 20px;
}

#genesis-feature-8 .right img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);

	border-radius: 50%;
	opacity: 0.2;
	margin: 10px;
	width: 60px;
}

/* Get Started */
.get-started .genesis-cta .small-cta {
	border: none;
	margin: -75px 0 0;
	padding-left: 80px;
	padding-right: 80px;
	position: relative;
	z-index: 10;
}

#get-started-intro h1 {
	font-size: 80px;
	font-size: 8rem;
}

#get-started-counter {
	padding-bottom: 140px;
	position: relative;
	overflow: hidden;
}

#get-started-counter .title,
#get-started-counter .left {
	position: relative;
	z-index: 10;
}

#get-started-counter .counter {
	position: relative;
	margin: 40px -50% 40px -50px;
}

#get-started-counter .counter span {
	background-color: #fff;
	color: #0066CC;
	display: inline-block;
	font-size: 40px;
	font-weight: 300;
	padding: 20px 0;
	margin-left: 1%;
	text-align: center;
	width: 15%;

	-webkit-box-shadow: 0px 2px 15px 0px rgba(38,50,56,0.1);
	-moz-box-shadow: 0px 2px 15px 0px rgba(38,50,56,0.1);
	box-shadow: 0px 2px 15px 0px rgba(38,50,56,0.1);
}

#get-started-counter svg {
	position: absolute;
	right: -14%;
	top: -21%;
	z-index: 0;
	width: 1000px;

	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

#get-started-counter svg * {
	fill: #ECEFF1;
}

#get-started-genesis .title .copy-intro {
	margin-top: 0;
}

#get-started-genesis .grid {
	margin-bottom: 60px;
}

#get-started-genesis .grid-box-content {
	display: block;
	float: left;
	margin: 1%;
	padding: 30px 20px;
	position: relative;
	width: 18%;
}

#get-started-genesis .grid-box-content:after {
	background: #CFD8DC;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	right: -50px;
	top: 50%;
	width: 50px;
}

#get-started-genesis .grid-box-content:last-child:after {
	display: none;
}

#get-started-genesis .grid-box-content:hover {
	-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);
}

#get-started-genesis .grid-box-content h6 {
	color: #263238;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;

	-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;
}

#get-started-genesis .grid-box-content:hover h6 {
	color: #0066CC;
}

#get-started-genesis .grid-box-content span {
	color: #CFD8DC;
	font-size: 40px;
}

#get-started-genesis .car-explanation {
	margin: 40px auto;
	width: 965px;
}

#get-started-genesis .car-explanation .box {
	background: #F5F7F8;
	border-radius: 50%;
	float: left;
	height: 300px;
	margin: 10px;
	position: relative;
	text-align: center;
	width: 300px;
}

#get-started-genesis .car-explanation .box p {
	bottom: 50px;
	color: #546E7A;
	left: 50%;
	line-height: 1.5;
	margin-left: -90px;
	position: absolute;
	text-align: center;
	width: 180px;
}

#get-started-genesis .car-explanation .box img {
	margin: 70px auto 0;
}

#get-started-themes {
	overflow: hidden;
	position: relative;
}

#get-started-themes .right {
	position: relative;
}

#get-started-themes .screenshot-laptop {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 300px;
}

#get-started-themes .screenshot-laptop:nth-child(1) {
	left: 50px;
	top: -50px;
}

#get-started-themes .screenshot-mobile:nth-child(2) {
	height: 300px;
	left: 450px;
	top: 30px;
	width: 170px;
}

#get-started-themes .screenshot-mobile:nth-child(3) {
	height: 300px;
	left: 112px;
	top: 280px;
	width: 170px;
}

#get-started-themes .screenshot-laptop:nth-child(4) {
	left: 384px;
	top: 390px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {
	
	#get-started-themes .screenshot-laptop:nth-child(1) { left: 20px; }
	#get-started-themes .screenshot-mobile:nth-child(2) { left: 370px; }
	#get-started-themes .screenshot-mobile:nth-child(3) { left: 88px; }
	#get-started-themes .screenshot-laptop:nth-child(4) { left: 302px; }	

	.genesis-features .wrap-medium:before,
	#landing-getting-started .wrap-medium:before {
		left: -58px;
	}
	
	.genesis-features h1:before,
	.genesis-features .title:before,
	#landing-getting-started h1:before,
	#landing-getting-started .title:before {
		left: -70px;
	}

	#genesis-intro {
		padding: 70px 0;
	}
	
}

@media only screen and (max-width: 1200px) {
	
	#landing-getting-started .wrap-medium:before,
	#landing-getting-started h1:before,
	#landing-getting-started .title:before {
		display: none;
	}

	#get-started-counter .counter {
		margin-left: -5px;
	}
	
	#get-started-themes .screenshot-laptop:nth-child(1) { left: 20px; }
	#get-started-themes .screenshot-mobile:nth-child(2) { left: 270px; }
	#get-started-themes .screenshot-mobile:nth-child(3) { left: 58px; }
	#get-started-themes .screenshot-laptop:nth-child(4) { left: 190px; }
	
	.genesis-features .wrap-medium:before,
	.genesis-features h1:before,
	.genesis-features .title:before,
	#landing-getting-started .wrap-medium:before,
	#landing-getting-started h1:before,
	#landing-getting-started .title:before {
		display: none;
	}

	#genesis-intro .genesis {
		max-width: 400px;
		right: 0px;
	}

	#genesis-intro .code {
		max-width: 350px;
		top: 150px;
	}

}

@media only screen and (max-width: 1023px) {
	
	.landing-page .wrap-medium,
	.landing-page .entry-content .wrap {
		width: 92%;
	}
	
	.landing-page .content-sidebar-wrap {
		width: 100%;
	}

	#get-started-intro h1 {
		font-size: 60px;
		font-size: 6rem;
	}

	#get-started-counter {
		padding-bottom: 100px;
	}

	#get-started-counter .left {
		width: 100%;
	}

	#get-started-counter .counter {
		margin: 20px 0;
	}

	#get-started-genesis .car-explanation {
		text-align: center;
		width: 100%;
	}

	#get-started-genesis .car-explanation .box {
		display: inline-block;
		float: none;
		height: 250px;
		margin: 0;
		vertical-align: top;
		width: 250px;
	}

	#get-started-genesis .car-explanation .box img {
		margin-top: 52px;
		width: 90px;
	}

	#get-started-themes .screenshot-laptop:nth-child(1) { left: 10px; }
	#get-started-themes .screenshot-mobile:nth-child(2) { left: 220px; }
	#get-started-themes .screenshot-mobile:nth-child(3) { left: 20px; }
	#get-started-themes .screenshot-laptop:nth-child(4) { left: 120px; }
		
	#genesis-intro .code {
		left: -50px;
	}

	.genesis-features .big-icon {
		margin-top: 35%;
	}

	#genesis-feature-2 .right .screenshot-mobile {
		right: 50px;
	}

	#genesis-feature-2 .left .screenshot-mobile {
		left: 50px;
	}
	
	#genesis-feature-9 .pricing-table {
		margin-top: 40px;
	}

	.sp-sites-pricing .theme-wrap {
		width: 24%;
	}

	.sp-sites-pricing .theme-wrap:nth-child(5n+6) {
		clear: none;
	}

	.sp-sites-pricing .theme-wrap:nth-child(4n+5) {
		clear: both;
	}

	#personas-chart .personas-plan-content,
	#personas-chart .personas-plan-commerce {
		padding-top: 0;
		margin-bottom: 40px;
		width: 48%;
	}

	#personas-chart .personas-or {
		float: left;
		margin: 0;
		position: static;
		text-align: center;
		width: 4%;
	}

	#personas-chart .personas-plan-content h3.title,
	#personas-chart .personas-plan-commerce h3.title {
		position: relative;
		left: auto;
		right: auto;
		padding-top: 0;
	}

	#personas-chart .personas-plan-content h3.title:after,
	#personas-chart .personas-plan-commerce h3.title:after {
		display: none;
	}

	#personas-chart .personas-list li {
		display: block;
		float: left;
		width: 48%;
	}

	#personas-chart .personas-list .profile {
		background-position: 0px 5px;
		height: 85px;
		padding-left: 75px;
		padding-right: 5px;
		padding-top: 10px;
		margin-bottom: 5px;
	}

	#personas-chart .personas-messages {
		clear: both;
	}

}

@media only screen and (max-width: 860px) {
	
	#sp-sites-intro .check-list li {
		height: 70px;
		width: 50%;
	}

	#sp-sites-plans .price-box .price-heading {
		margin-top: 30px;
	}

	.genesis-features .genesis-cta .small-cta,
	.get-started .genesis-cta .small-cta {
		padding: 30px 40px 25px;
	}

	#get-started-counter {
		text-align: center;
	}

	#get-started-genesis .grid-box-content {
		display: inline-block;
		float: none;
		padding: 20px 20px 30px;
		width: 28%;
	}

	#get-started-themes .screenshot-laptop:nth-child(1) {
		left: 50px;
		top: 30px;
	}

	#get-started-themes .screenshot-laptop:nth-child(4) {
		left: 20px;
		top: 250px;
	}

	#get-started-themes .screenshot-mobile {
		display: none;
	}

	#genesis-intro .code {
		display: none;
	}

	.sp-sites-pricing .theme-wrap {
		width: 32%;
	}

	.sp-sites-pricing .theme-wrap:nth-child(4n+5) {
		clear: none;
	}

	.sp-sites-pricing .theme-wrap:nth-child(3n+4) {
		clear: both;
	}

	#pro-plus-page .title h1 {
		font-size: 48px;
		font-size: 4.8rem;
	}

}

@media only screen and (max-width: 767px) {
	
	.landing-page .wrap-medium,
	.landing-page .wrap-small {
		width: 90%;
	}
	
	#sp-sites-intro {
		padding-top: 20px;
	}

	#sp-sites-intro .title {
		padding-bottom: 20px;
	}

	#sp-sites-intro h3 {
		margin-top: 15px;
	}

	#sp-sites-intro .check-list {
		margin: 20px 0 0;
	}
	
	#sp-sites-intro .check-list li {
		padding-left: 55px;
	}

	#sp-sites-intro .check-list li:before {
		font-size: 16px;
		height: 30px;
		line-height: 30px;
		top: 7px;
		width: 30px;
	}

	.sp-sites-pricing .pricing-table .one-half.first {
		margin-bottom: 50px;
	}

	#sp-sites-plans .quote {
		margin-bottom: 0;
		margin-top: 0;
	}

	#sp-sites-plans .quote blockquote {
		margin-top: 0;
	}

	#sp-sites-plans .quote blockquote:before {
		display: none;
	}

	#get-started-genesis .grid-box-content{
		padding: 15px 10px;
	}

	#get-started-themes .left,
	#genesis-intro .right,
	#genesis-feature-1 .right,
	#genesis-feature-4 .right,
	#genesis-feature-8 .right {
		display: none;
	}

	#get-started-themes .right {
		text-align: center;
	}

	#genesis-intro {
		padding: 40px 0 20px;
		text-align: center;
	}

	#genesis-feature-1,
	#genesis-feature-5 {
		padding-bottom: 100px;
	}

	#genesis-feature-2 .right .screenshot-laptop {
		position: static;
	}

	#genesis-feature-2 .right .screenshot-mobile,
	#genesis-feature-2 .left.img {
		display: none;
	}

	#genesis-feature-2 .right.img {
		height: auto;
	}

	#genesis-feature-6 .line-box .left,
	#genesis-feature-6 .line-box .right {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.design-palette-pro-page .one-third {
		clear: both;
		float: none;
		width: 100%;
	}

	.design-palette-pro-page .one-fourth {
		float: left;
		margin: 1%;
		width: 48%;
	}

	.design-palette-pro-page .section .title {
		text-align: center;
	}

	.design-palette-pro-page .plugin-image {
		max-width: 350px;
		margin: -60px auto 30px;
		padding: 0;
	}

	.design-palette-pro-page .plugin-image .light-box {
		margin: 0;
	}

	#sp-which-plan br {
		display: none;
	}

	#personas-chart {
		margin-top: 40px;
	}

	#personas-chart .personas-list {
		display: none;
	}

	#personas-chart .personas-plan-content,
	#personas-chart .personas-plan-commerce {
		width: 46%;
	}

	#personas-chart .personas-or {
		padding-top: 40px;
		width: 8%;
	}

	#personas-chart h3.title {
		background: #F5F7F8;
		border: 1px solid #fff;
		border-radius: 3px;
		cursor: pointer;
		margin: 0;
		padding: 18px 0 !important;
	}

	#personas-chart h3.title:before {
		position: static;
		margin: 0 auto 10px;
	}

	#personas-chart .active h3.title {
		background: #fff;
		border: 1px solid #CFD8DC;

		-webkit-box-shadow: 0px 2px 20px 0px rgba(38,50,56,0.15);
		-moz-box-shadow: 0px 2px 20px 0px rgba(38,50,56,0.15);
		box-shadow: 0px 2px 20px 0px rgba(38,50,56,0.15);
	}

	#personas-chart .personas-messages {
		margin-top: 20px;
	}

	#personas-chart .personas-list.active {
		display: block;
	}

	#personas-chart .personas-list li {
		width: 33.3%;
	}

}

@media only screen and (max-width: 599px) {

	#get-started-intro h1,
	#sp-sites-intro .title h1 {
		font-size: 32px;
		font-size: 3.2rem;
	}

	#get-started-intro .title {
		margin-bottom: 0;
	}

	#get-started-counter {
		padding-bottom: 60px;
	}

	#get-started-counter svg {
		display: none;
	}

	#get-started-counter .counter span {
		border: 1px solid #ECEFF1;
		margin: 0;
		padding: 1px;
		width: 16.6%;
	}

	.genesis-features .genesis-cta .small-cta,
	.get-started .genesis-cta .small-cta {
		padding: 20px;
	}

	#get-started-genesis h2,
	#get-started-themes h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	#get-started-genesis .grid-box-content {
		height: auto !important;
		width: 100%
	}

	#get-started-genesis .grid-box-content:after {
		display: none;
	}
	
	#get-started-genesis .grid-box-content h6 {
		font-size: 14px;
		margin-top: 0;
	}

	#get-started-genesis .car-explanation {
		margin: 20px 0;
	}

	#get-started-genesis .grid {
		margin-bottom: 0;
	}

	#get-started-genesis .car-explanation .box {
		height: 200px;
		margin-bottom: 5px;
		width: 200px;
	}

	#get-started-genesis .car-explanation .box img {
		margin-top: 40px;
		width: 50px;
	}

	#genesis-intro {
		padding: 20px 0 0;
	}

	#genesis-feature-1 .title,
	#genesis-feature-1 .left {
		margin-bottom: 0;
	}

	#genesis-feature-6 .line-box .left,
	#genesis-feature-6 .line-box .right {
		padding: 0;
	}

	#genesis-feature-6 .line-box .left span,
	#genesis-feature-6 .line-box .right span {
		display: none;
	}

	#genesis-feature-9 .title {
		margin-bottom: 0;
	}

	#genesis-feature-9 .pricing-table {
		margin-top: 20px;
	}

	#sp-sites-intro .check-list li {
		float: none;
		font-size: 14px;
		font-size: 1.4rem;
		height: auto;
		padding: 0 0 12px 40px;
		width: 100%;
	}

	#sp-sites-intro .check-list li:before {
		left: 0px;
		top: -5px;
	}
	
	#sp-sites-intro h1 {
		font-size: 26px;
		font-size: 2.6rem;
	}

	#sp-sites-intro h3 {
		font-size: 18px;
		line-height: 1.3;
	}

	#pricing-switcher label.switch-quarterly,
	#pricing-switcher label.switch-yearly {
		display: inline-block;
		font-size: 14px;
		width: 65px;
	}

	.design-palette-pro-page .one-fourth {
		display: inline;
	}
	
	.design-palette-pro-page .plugin-image {
		margin-top: 0;
	}

	.sp-sites-pricing .theme-wrap {
		width: 49%;
	}

	.sp-sites-pricing .theme-wrap:nth-child(3n+4) {
		clear: none;
	}

	.sp-sites-pricing .theme-wrap:nth-child(2n+3) {
		clear: both;
	}

	#pro-plus-page .login-bar {
		font-size: 14px;
		padding: 10px;
	}

	#pro-plus-page .title {
		margin: 60px 0 15px;
	}

	#pro-plus-page .title h1 {
		font-size: 32px;
		font-size: 3.2rem;
	}

	#personas-chart .personas-list .profile {
		background-image: none !important;
		padding-left: 10px;
		padding-right: 10px;
	}

	#personas-chart .personas-messages {
		width: 100%;
	}

}