/**
 * The independent parts styles
 * 
 * @since 1.0.0
 */

/*--------------------------------------------------------------
1.0 License Options
--------------------------------------------------------------*/

/* General */

.license-types {
	margin: 0 0 40px;
	padding: 40px 0 0;
	list-style: none;
}
.license-types .license-type {
	margin: 0 0 20px 0;
	text-align: center;
	background: rgb( 255, 255, 255 );
	border-radius: 4px;
	box-shadow: 0 2px 3px 0 rgba( 0, 0, 0, 0.07 );
	overflow: hidden;
	vertical-align: top;
}
.license-types .license-type:hover {
	box-shadow: 0 2px 5px 0 rgba( 0, 0, 0, 0.1 );
}
.license-types .license-type.featured {
	position: relative;
	border: 4px solid rgb( 0, 146, 199 );
	-webkit-transform: translateY( -20px );
	   -moz-transform: translateY( -20px );
	        transform: translateY( -20px );
}

@media screen and ( min-width: 800px ) {
	
	.license-types {
		text-align: center;
	}
	.license-types .license-type {
		display: inline-block;
		position: relative;
		width: 30%;
		margin: 0 10px;
		z-index: 10;
	}
	.license-types .license-type:first-child {
		margin-left: 0;
	}
	.license-types .license-type:last-child {
		margin-right: 0;
	}
}

/* Title */

.license-types .license-type .title {
	margin: 0;
	padding: 25px 20px;
	color: rgb( 255, 255, 255 );
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	background: url(../images/pricing/plan-header-01.png) no-repeat;
	background-size: 100% auto;
}
	.license-types p.use {
		font-size: 1.5rem;
		margin-top: .3rem;
		margin-bottom: 0;
		padding: 0;
	}
.license-types .license-type:nth-child(2) .title {
	background-image: url(../images/pricing/plan-header-02.png);
}
.license-types .license-type:nth-child(3) .title {
	background-image: url(../images/pricing/plan-header-03.png);
}

/* Pricing */

.license-types .license-type .price {
	padding: 20px;
	color: rgb( 223, 87, 58 );
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
	border-bottom: 1px solid rgba( 0, 0, 0, 0.04 );
}
.license-types .license-type.featured .price {
	font-size: 40px;
}

/* Benefits */

.license-types .license-type .benefits {
	margin: 0;
	padding: 0;
	color: rgb( 150, 150, 150 );
	font-size: 1.4rem;
	list-style: none;
}
.license-types .license-type .benefits li {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid rgba( 0, 0, 0, 0.04 );
}

.license-types .license-type .call-to-action {
	padding: 20px;
	background: rgb( 250, 250, 250 );
}

/* Pitch */

.license-pitch {
	
}
.license-pitch h2 {
	margin-bottom: 40px;
	color: rgb( 223, 87, 58 );
	font-family: 'adelle', sans-serif;
	font-size: 38px;
	font-style: italic;
	text-align: center;
}
.license-pitch ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.license-pitch li img {
	display: block;
	margin: 0 auto 30px;
}
.license-pitch li h3 {
	margin-bottom: 10px;
	color: rgb( 64, 64, 64 );
	font-size: 2.0rem;
	font-weight: 900;
	letter-spacing: 0.5rem;
	text-transform: uppercase;
}
.license-pitch li p {
	font-size: 18px;
}


/*--------------------------------------------------------------
2.0 Promo Boxes
--------------------------------------------------------------*/

.promo-box {
	display: inline-block;
	position: relative;
	width: 210px;
	padding: 8px 8px 14px;
	background: rgb( 255, 255, 255 );
	box-shadow: 0 1px 2px 0 rgba( 0, 0, 0, 0.2 );
}
.promo-box a {
	display: block;
	padding: 0;
	background: none;
}
.promo-box a:hover {
	text-decoration: none;
	background: none;
}

/* Thumbnail */

.promo-box .promo-box-thumbnail {
	margin: 0 0 10px;
	padding: 10px;
	text-align: center;
	background: rgb( 250, 246, 241 );
}
.promo-box .promo-box-thumbnail img {
	max-width: 100%;
	height: auto;
}

/* Title */

.promo-box .promo-box-title {
	margin: 0;
	padding: 0;
	color: rgb( 195 154 100 );
	font-family: 'museo-slab', serif;
	font-size: 2.2rem;
	font-weight: 100;
	text-transform: none;
}
.promo-box .promo-box-title::after {
	display: none;
}

/* Content */

.promo-box .promo-box-content {
	margin: 10px 0;
	color: rgb( 128, 128, 128 );
	font-size: 1.6rem;
	font-weight: 100;
	line-height: 1.4;
}

/* Button */

.promo-box a[role="button"] {
	padding: 8px 20px;
	font-size: 1.2rem;
	background: rgb( 74, 144, 226 );
}
.promo-box a[role="button"]:hover {
	background: rgb( 223, 87, 58 );
}

/* Badges */

.promo-box.has-badge::before {
	position: absolute;
	top: 124px;
	left: -20px;
	height: 30px;
	padding: 8px 30px 0;
	content: attr(data-badge-text);
	color: rgb( 255, 255, 255 );
	font-family: 'museo-slab', serif;
	font-size: 1.0rem;
	font-weight: 500;
	text-transform: uppercase;
	background: rgb( 251, 143, 19 );
	border-top-right-radius:    15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius:  15px;
	border-top-left-radius:     15px;
	-webkit-transform: rotate( -10deg );
	z-index: 50;
}

/* Within Content */

.entry-content .promo-box-wrap.alignleft,
.entry-content .promo-box-wrap.alignright {
	display: block;
	float: none;
	width: 210px;
	margin: 0 auto 40px;
}

@media screen and ( min-width: 600px ) {
	
	.entry-content .promo-box-wrap.alignleft {
		float: left;
		margin: 0 60px 60px 0;
	}
	.entry-content .promo-box-wrap.alignright {
		float: right;
		margin: 0 0 60px 60px;
	}
	
}


/*--------------------------------------------------------------
3.0 Social Links
--------------------------------------------------------------*/

.social-links {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.social-links li {
	display: inline-block;
	margin: 0 6px;
}
.social-links a {
	display: block;
	width: 36px;
	height: 36px;
	padding-top: 4px;
	color: rgb( 255, 255, 255 );
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
}
.social-links a.asada-icon-pinterest {
	background: rgb( 221, 24, 41 );
}
.social-links a.asada-icon-facebook {
	background: rgb( 60, 89, 155 );
}
.social-links a.asada-icon-twitter {
	background: rgb( 0, 138, 217 );
}
.social-links a.asada-icon-instagram {
	background: rgb( 81, 127, 164 );
}
.social-links a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------
4.0 The Team
--------------------------------------------------------------*/

.the-team {
	margin-bottom: 2em;
}
.the-team h2 {
	margin: 0 0 1em;
	padding-bottom: 5px;
	font-size: 3.0rem;
	border-bottom: 1px solid rgb( 195, 154, 100 );
}

.team-members {
	margin: 0;
	padding: 0;
	list-style: none;
}
.team-members > li {
	float: left;
	width: 50%;
	margin-bottom: 40px;
	text-align: center;
}
.team-members > li:nth-child(odd) {
	padding-right: 10px;
	clear: both;
}
.team-members > li:nth-child(even) {
	float: right;
	padding-left: 10px;
}

.team-members img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.team-members h1 {
	margin: 8px 0;
	color: rgb( 0, 0, 0 );
	font-size: 2.0rem;
	font-style: italic;
	font-weight: 100;
}

.team-members .social-profiles {
	height: 24px;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.team-members .social-profiles li {
	display: inline-block;
	margin: 0 2px;
	vertical-align: top;
}
.team-members .social-profiles li:first-child {
	margin-left: 0;
}
.team-members .social-profiles li:last-child {
	margin-right: 0;
}
.team-members .social-profiles a {
	display: block;
	width: 24px;
	height: 24px;
	padding: 2px 0 0;
	color: rgb( 255, 255, 255 );
	font-size: 14px;
	text-align: center;
	border-radius: 100%;
}
.team-members .social-profiles a:hover {
	text-decoration: none;
}
.team-members .social-profiles a:before {
	margin: 0;
}
.team-members .social-profiles a.asada-icon-pinterest {
	background: rgb( 221, 24, 41 );
}
.team-members .social-profiles a.asada-icon-facebook {
	background: rgb( 60, 89, 155 );
}
.team-members .social-profiles a.asada-icon-twitter {
	background: rgb( 0, 138, 217 );
}
.team-members .social-profiles a.asada-icon-instagram {
	background: rgb( 81, 127, 164 );
}
.team-members .social-profiles a.asada-icon-behance {
	padding-top: 3px;
	font-size: 12px;
	background: rgb( 0, 0, 0 );
}
.team-members .social-profiles a.asada-icon-linkedin {
	padding-top: 2px;
	padding-left: 1px;
	font-size: 13px;
	background: rgb( 0, 123, 182 );
}

@media screen and ( min-width: 600px ) {
	
	.team-members > li:nth-child(odd),
	.team-members > li:nth-child(even) {
		float: left;
		padding: 0;
		clear: none;
	}
	
	.team-members > li {
		float: left;
		width: 25%
	}
	.team-members > li:first-child,
	.team-members > li:nth-child(4n+5) {
		padding: 0 24px 0 0;
		clear: both;
	}
	.team-members > li:nth-child(4n+2) {
		padding-left: 8px;
		padding-right: 16px;
	}
	.team-members > li:nth-child(4n+3) {
		padding-left: 16px;
		padding-right: 8px;
	}
	.team-members > li:nth-child(4n+4) {
		float: right;
		padding: 0 0 0 24px;
	}
	
}


/*--------------------------------------------------------------
5.0 Support Forms
--------------------------------------------------------------*/

.support-forms {
	max-width: 600px;
	margin: 40px auto;
}
.support-forms .support-form {
	margin-bottom: 40px;
	overflow: hidden;
}
.support-forms .support-form:last-child {
	margin-bottom: 0;
}
.support-forms .form-header {
	margin: 0 0 20px;
	padding: 20px 20px 16px;
	color: rgb( 255, 255, 255 );
	font-family: 'museo-slab', serif;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	background: rgb( 119, 179, 165 );
	border: none;
	border-radius: 500px;
	cursor: pointer;
}

.support-forms form {
	width: 90%;
	margin: 0 auto;
}
.support-forms form input,
.support-forms form textarea {
	border-color: rgb( 119, 179, 165 );
	z-index: 50;
}
.support-forms form input:focus,
.support-forms form textarea:focus {
	border-color: rgb( 81, 137, 125 );
}
.support-forms form button {
	display: block;
	margin: 0 auto;
}

/* Tech Support */

.support-forms .support-form.tech-support .form-header {
	background: rgb( 104, 110, 152 );
}
.support-forms .support-form.tech-support input,
.support-forms .support-form.tech-support textarea {
	border-color: rgb( 104, 110, 152 );
}
.support-forms .support-form.tech-support input:focus,
.support-forms .support-form.tech-support textarea:focus {
	border-color: rgb( 70, 76, 120 );
}

/* White Glove */

.support-forms .support-form.white-glove .form-header {
	background: rgb( 232, 142, 82 );
}
.support-forms .support-form.white-glove input,
.support-forms .support-form.white-glove textarea {
	border-color: rgb( 232, 142, 82 );
}
.support-forms .support-form.white-glove input:focus,
.support-forms .support-form.white-glove textarea:focus {
	border-color: rgb( 187, 110, 58 );
}

/* Messages */

.support-forms form .message {
	margin: 10px 0;
	padding: 10px 20px;
	color: rgb( 255, 255, 255 );
	font-size: 1.6rem;
	font-weight: 300;
	background: rgb( 30, 133, 190 );
	border-radius: 500px;
}
.support-forms form .message.success {
	background-color: rgb( 143, 174, 27 );
}
.support-forms form .message.error {
	background-color: rgb( 184, 28, 35 );
}

.support-forms .divider {
	text-align: center;
}


/*--------------------------------------------------------------
5.0 Say Hi
--------------------------------------------------------------*/

.say-hi {
	margin: 40px 0;
	padding: 20px;
	text-align: center;
	background: rgb( 250, 246, 241 );
	border: 10px solid rgb( 255, 255, 255 );
	box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.2 );
}
.say-hi p {
	font-size: 1.8rem;
}
.say-hi a[role="button"] {
	font-size: 3.0rem;
	font-weight: 300;
}
.say-hi a[role="button"] span {
	font-style: italic;
	text-transform: lowercase;
}
