/* General */
.site-header {
	height: auto;
	overflow: visible;
	background-color: rgba(0,102,204,1);
	background: -moz-linear-gradient(45deg,  rgba(0,82,164,1) 0%, rgba(0,102,204,1) 25%, rgba(102,199,214,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(0,82,164,1) 0%,rgba(0,102,204,1) 25%,rgba(102,199,214,1) 100%);
	background: linear-gradient(45deg,  rgba(0,82,164,1) 0%,rgba(0,102,204,1) 25%,rgba(102,199,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0052a4', endColorstr='#52b5d5',GradientType=1 );
}

.site-header .title-area,
.site-header .widget-area {
	position: relative;
	z-index: 10;
}

/* Header */
#home-header {
	clear:both;
	padding-top: 40px;
}

#home-header .title {
	color: #fff;
	position: relative;
	text-shadow: 0px 1px rgba(0,0,0,0.3);
	z-index: 10;
}

#home-header .title h1 {
	font-size: 60px;
	font-size: 6rem;
}

#home-header .title .subtitle {
	color: #fff;
	font-weight: 500;
	opacity: 0.8;
}

#home-header .title h2 {
	border-top: 1px solid rgba(255,255,255,0.2);
	margin-top: 25px;
	padding-top: 25px;
}

#home-header .options {
	bottom: -150px;
	position: relative;
	margin: -105px auto 0;
	text-align: left;
	z-index: 10;
}

#home-header .options .light-box {
	border: none;
	overflow: hidden;
	padding: 60px 20px 60px 150px;
	position: relative;

	-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;

	-webkit-box-shadow: 0px 7px 50px 0px rgba(38,50,56,0.15);
	-moz-box-shadow: 0px 7px 50px 0px rgba(38,50,56,0.15);
	box-shadow: 0px 7px 50px 0px rgba(38,50,56,0.15);
}

#home-header .options .light-box:hover {
	background: #fff;
	-webkit-box-shadow: 0px 3px 20px 0px rgba(38,50,56,0.15);
	-moz-box-shadow: 0px 3px 20px 0px rgba(38,50,56,0.15);
	box-shadow: 0px 3px 20px 0px rgba(38,50,56,0.15);
}

#home-header .options .light-box:before {
	color: #ECEFF1;
	font-size: 200px;
	left: -30px;
	position: absolute;
	top: 29px;
}

#home-header .options .right.light-box:before {
	font-size: 153px;
	left: -36px;
	top: 48px;
}

#home-header .options .left {
	float: left;
	height: 270px;
	padding-left: 215px;
	width: 54%;
	z-index: 99;
}

#home-header .options .right {
	background: #F5F7F8;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	float: right;
	height: 250px;
	margin-top: 10px;
	width: 46%;
}

#home-header .options h3 {
	color: #263238;
	font-weight: 500;
	margin: 0 0 20px;
}

#home-header .options .left h3 {
	font-size: 30px;
}

#home-header svg {
	opacity: 0.06;
	left: -200px;
	top: -200px;
	position: absolute;

	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#home-header .svg-container {
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	width: 100%;
}

#home-header svg * {
	fill: #fff;
}

#home-header h1 em {
	display: inline-block;
	position: relative;
}

#home-header h1 em:before {
	background: #fff;
	top: 61px;
	content: '';
	display: block;
	height: 2px;
	left: -3px;
	position: absolute;
	width: 112px;

	-ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

/* Home Intro */
#home-intro {
	margin: 100px auto 0;
	padding-bottom: 40px;
	max-width: 800px;
}

#home-intro:before {
	background: #CFD8DC;
	content: '';
	display: block;
	height: 1px;
	margin: 0 auto 40px;
	width: 60px;
}

/* Home features */
.feature-image .caption a {
	border: none;
	color: #90A4AE;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	left: 20px;
	top: 20px;
}

.feature-image .caption a:hover {
	color: #546E7A;
}

.feature-copy {
	padding-left: 150px;
	padding-right: 40px;
	position: relative;
}

.feature-image {
	position: relative;
}

.feature-copy:before {
	background: #ECEFF1;
	border-radius: 50%;
	color: #90A4AE;
	display: block;
	font-size: 24px;
	height: 70px;
	line-height: 70px;
	left: 40px;
	position: absolute;
	top: -4px;
	text-align: center;
	width: 70px;
}

.feature-copy p {
	color: #546E7A;
	font-size: 16px;
	font-size: 1.6rem;
}

.feature-copy h3 {
	line-height: 1.35;
}

.feature-copy .title {
	margin-bottom: 20px;
}

.feature-framework {
	margin-bottom: 170px;
}

.feature-framework .genesis {
	bottom: -20px;
	position: absolute;
	z-index: 10;
	max-width: 400px;
	right: -20px;
}

.feature-framework .code {
	padding: 3px;
}

.feature-framework .code img {
	border-radius: 2px;
}

.feature-framework .feature-image {
	position: relative;
	top: 0px;
}

.feature-themes .feature-image {
	position: relative;
	top: -200px;
}

#home-features-1 {
	margin-bottom: -100px;
	padding-bottom: 0;
	position: relative;
}

#home-features-1:before {
	background: #F5F7F8;
	content: '';
	display: block;
	height: 300%;
	position: absolute;
	top: 0px;
	width: 220%;

	-ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);

    z-index: -1;
}

#home-features-2 {
	position: relative;
	z-index: 2;
}

#home-features-2 .feature-copy {
	padding-left: 40px;
	padding-right: 40px;
}

#home-features-2 .feature-copy:before {
	background: none;
	font-size: 100px;
	opacity: 0.1;
	left: -13px;
	top: -35px;
}

#home-features-3,
#home-features-4 {
	background: #F5F7F8;
}

#home-features-3 .light-box {
	border: 2px solid #fff;
	overflow: hidden;
	padding: 50px 70px;
	position: relative;
	background-image: url(../../images/support2.jpg);
	background-repeat: no-repeat;
	background-size: 700px;
	background-position: left center;
}

#home-features-3 .light-box:before {
	background-color: #fff;
	content: '';
	display: block;
	height: 100%;
	top: 0px;
	left: 12%;
	position: absolute;
	width: 100%;

	-ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-80deg);
}

#home-features-3 .feature-copy {
	padding: 0;
	position: relative;
	margin-left: 62%;
	width: 33.3%;
}

#home-features-3 .feature-copy .title,
#home-features-3 .feature-copy p {
	position: relative;
	z-index: 10;
}

#home-features-3 {
	padding: 40px 0;
	margin-bottom: -20px;
	position: relative;
}

#home-features-3 .icon-help:before {
	left: -105px;
	top: -20px;
}

#home-features-3:before {
	background: #fff;
	content: '';
	display: block;
	height: 350%;
	left: -11%;
	position: absolute;
	top: 0px;
	width: 220%;

	-ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);

    z-index: 0;
}

#home-features-4 .feature-seo {
	margin-bottom: 80px;
}

#home-features-4 {
	margin-bottom: 100px;
}

#home-features-4 .feature-plugins .plugin-logos {
	margin-top: 30px;
	margin-right: -40px;
	text-align: center;
}

#home-features-4 .feature-plugins .plugin-logos img {
	margin-right: 25px;
	margin-top: 15px;
	opacity: 0.5;
	width: 115px;

	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#home-features-4 .feature-plugins .plugin-logos img.wide {
	width: 175px;
}

#home-cta {
	background: #F5F7F8;
	position: relative;
	padding-bottom: 30px;
}

#home-cta .small-cta {
	border: none;
	margin-bottom: -30px;
	padding: 40px 80px;
	position: relative;
	top: -68px;
}

#home-cta .button {
	width: 300px;
}

#home-cta .questions {
	color: #546E7A;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}

#home-cta .questions p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {
	
	#home-features-4 .feature-plugins .plugin-logos img {
		width: 92px;
	}

	#home-features-4 .feature-plugins .plugin-logos img.wide {
		width: 140px;
	}
	
	#home-features-3:before {
		height: 500%;
	}

	.feature-themes .feature-image {
		top: -130px;
	}
	
}

@media only screen and (max-width: 1200px) {
	
	.feature-copy {
		padding-right: 0;
	}

	#home-features-1,
	.feature-framework {
		margin-bottom: 60px;
	}

	.feature-themes .feature-image {
		top: 0px;
	}

	#home-features-2 .feature-copy {
		padding: 0 10px;
	}

	#home-features-3 .feature-copy {
		margin-left: 52%;
		width: 52%;
	}

	#home-features-4 .feature-plugins .plugin-logos img {
		width: 115px;
	}
	
}

@media only screen and (max-width: 1023px) {
	
	#home-header .title {
		margin-bottom: 0;
	}

	#home-header .title h1 span {
		display: block;
	}

	#home-header .options {
		margin-top: -120px;
	}

	#home-header .options .left {
		padding-left: 150px;
	}

	#home-header .options .light-box {
		height: 220px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#home-header .options .light-box:before {
		left: -80px;
		top: 10px;
	}

	#home-header .options .right {
		height: 190px;
		padding-left: 130px;
		margin-top: 15px;
	}

	#home-header .options .right.light-box:before {
		left: -50px;
		top: 20px;
	}

	#home-header .options h3 {
		margin-bottom: 10px;
	}

	#home-features-1 .feature-framework .genesis {
		bottom: auto;
		right: 20px;
		top: 0px;
	}

	#home-features-1 .feature-framework .code {
		display: none;
	}

	#home-features-1 .feature-themes .feature-image .screenshot-mobile {
		width: 150px;
	}

	#home-features-3 .light-box:before {
		height: 150%;
		left: 25%;
	}

	.feature-copy {
		padding-left: 100px;
	}

	.feature-copy:before {
		left: 10px;
	}

}

@media only screen and (max-width: 860px) {
		
	#home-header .title h1 {
		font-size: 45px;
		font-size: 4.5rem;
	}

	#home-header .title h1 span {
		display: inline;
	}

	#home-header .title h1 em:before {
		top: 46px;
		width: 83px;
	}

	#home-header .title h2 {
		border: none;
		font-size: 22px;
		margin-top: 0;
		padding-top: 10px;
	}

	#home-header .options .light-box:before {
		display: none;
	}

	#home-header .options .light-box {
		height: auto;
		padding: 25px 40px;
		text-align: center;
	}

	#home-cta .small-cta {
		padding: 30px 40px 25px;
	}

	#home-header .wrap-medium {
		width: 100%;
	}

}

@media only screen and (max-width: 767px) {

	#home-header {
		padding-top: 0;
	}

	#home-header .options .light-box {
		padding: 20px 15px;
	}

	#home-header .options .left h3 {
		font-size: 26px;
		font-size: 2.6rem;
	}

	#home-header .options .right h3 {
		font-size: 20px;
		font-size: 2rem;
	}

	.feature-copy:before {
		top: -22px;
	}

	#home-features-1,
	.feature-framework,
	#home-features-4 .feature-seo {
		margin-bottom: 20px;
	}

	#home-features-1 .feature-framework .genesis {
		margin: 0 auto;
		position: static;
	}

	#home-features-1 .feature-themes .feature-image .screenshot-mobile {
		display: none;
	}

	#home-features-1 .feature-themes .screenshot-laptop {
		max-width: 400px;
		margin: 0 auto;
		text-align: center;
	}

	.feature-image .caption {
		text-align: center;
	}

	#home-features-2 {
		padding-bottom: 0;
	}

	#home-features-2 .feature-copy {
		padding-bottom: 20px;
		padding-left: 100px;
	}

	#home-features-2 .feature-copy:before {
		font-size: 60px;
		left: 5px;
		top: -22px;
	}

	#home-features-3 {
		padding: 20px 0;
	}

	#home-features-3 .light-box {
		background-image: none;
		padding: 20px 30px;
	}

	#home-features-3 .feature-copy {
		margin: 0;
		width: 100%;
	}

	.site-header .widget-area {
		position: static;
	}

	#home-features-1:before {
		width: 300%;
	}

	#home-features-4 {
		background: #fff;
	}

}

@media only screen and (max-width: 599px) {

	#home-header .title h1 {
		font-size: 32px;
		font-size: 3.2rem;
	}

	#home-header .title h1 em:before {
		top: 30px;
		width: 59px;
	}

	#home-header .title .subtitle {
		line-height: 1.3;
		font-size: 15px;
	}

	#home-header .title h2 {
		font-size: 18px;
	}

	#home-header .options {
		bottom: -120px;
		margin-top: -120px;
	}

	#home-header .options .light-box {
		border-radius: 3px;
		margin: 0 0 5px;
		width: 100%;
	}

	#home-intro {
		padding-bottom: 0;
	}

	.feature-copy {
		padding-left: 0;
	}

	.feature-copy h3 {
		padding-left: 60px;
	}

	.feature-copy:before {
		font-size: 20px;
		height: 50px;
		line-height: 50px;
		left: -6px;
		top: -10px;
		width: 50px;
	}

	#home-features-2 .feature-copy {
		padding-left: 0;
	}

	#home-features-2 .feature-copy:before {
		color: #263238;
		font-size: 40px;
		left: 0px;
		top: -17px;
	}

	#home-features-3 .feature-copy h3 {
		padding: 0;
	}

	#home-features-4 {
		margin-bottom: 40px;
	}

	#home-cta .button {
		width: 100%;
	}

	#home-features-1:before,
	#home-features-3:before {
		display: none;
	}

	#home-features-3 {
		background: #fff;
		margin-bottom: 10px;
	}

	#home-cta .small-cta {
		padding: 20px 30px;
	}

}