@charset "utf-8";
/*
Theme Name: Foliotwist Long Form - V2
Theme URI: https://foliotwist.com/
Description: Foliotwist LFv2
Version: LFv2
Authors: Dan and Zac
Author URI: https://foliotwist.com/
*/

/*======[GENERAL STYLES]======*/

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

html {
	overflow-y: scroll;
	height: 100%
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #444444;
	background: #ffffff;
	line-height: 22px;
	height: 100%;
}

a, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin: 12px 0; }
ul { list-style-type: none; }
b { font-weight: 700; }

/*======[LONG FORM V2 STYLES]======*/

h1, h2 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 5px;
    text-align: center;
}

h3 {
	font-size: 20px;
	line-height: 24px;
	white-space: no-wrap;
}

h4 {
	font-size: 23px;
	line-height: 30px;
}

.section {
    padding: 28px 5%;
    text-align: center;
    width: 90%;
}

.call-to-action {
	display: inline-block;
	vertical-align: middle;
}

.hero {
	background: #ece6e0;
	padding: 0 0;
    max-width: 1920px;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.hero img {
	max-width: 100%;
	min-width: 500px;
}

.hero-cta {
	position:absolute;
	left: 43%;
	top:24%;
}

.hero-cta-position {
}

.hero-cta-position a.large-button {
	margin:6px auto 15px;
	max-width: 100%;
}

.hero h3 {
	font-size: 30px;
	line-height: 50px;
	color: #000000;
}

h1.alternate {
	color: #000000;
    font-size: 32px;
    line-height: 36px;
    margin: 0 auto;
    max-width: 320px;
}

h3.hero-read-testimonials {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #000000;
	font-size: 28px;
	height: 100%;
	left: 0;
	line-height: 32px;
	margin: -4px 0 38px;
	position: static;
	right: 0;
	top: 0;
	width: 100%;
}

.white {
	background-color: #ffffff;
}

.black {
	background-color: #000000;
}

.warm-gray {
	background-color: #fbf4f4;
}

.light-gray {
	background-color: #e9e9e9;
}

.red {
	background-color: #d23d4a;
}

.light-blue {
	background-color: #80b5d6;
}

.red-text {
	color: #d23d4a;
}

.white-text {
	color: #ffffff;
}

.blue-text,
.blue-text:visited {
	color: #417fa5;
}

.gray-text {
	color: #444444;
}

.light-gray-text {
	color: #7a7a7a;
}

.black-text {
	color: #000000;
}

.left-side {
    float: left;
    position: relative;
    width: 50%;
}

.right-side {
    float: right;
    width: 50%;
}

.space-left {
	margin-left: 24px;
}

.space-right {
	margin-right: 24px;
}

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

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.borders {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.single-line {
	width: 80%;
	height: 1px;
	margin: 28px auto;
}

.extra-padding {
	padding-top: 38px;
	padding-bottom: 38px;
}

.double-padding {
	padding-top: 46px;
	padding-bottom: 46px;
}

.triple-padding {
	padding-top: 56px;
	padding-bottom: 56px;
}

/*======[LONG FORM V2 BUTTONS]======*/

a.small-button {
	padding: 13px 11px;
	display: inline-block;
	line-height: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.small-button:hover {
	background-color: #d23d4a;
	color: #ffffff;
	text-decoration: none;
}

a.medium-button {
	padding: 19px 17px;
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	line-height: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input.button {
	padding: 13px 11px;
	display: inline-block;
	line-height: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
	color: #ffffff;
	background-color: #d23d4a;
}

input.button:hover {
	background-color: #b01e32;
	cursor: pointer;
}

a.large-button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    display: block;
    font-size: 22px;
    line-height: 26px;
    margin: 10px auto 15px;
    max-width: 360px;
    padding: 17px 30px;
}

a.medium-button:hover, a.large-button:hover {
	background-color: #b01e32;
	text-decoration: none;
}

/*======[TOP BAR BRANDING & NAVIGATION]======*/

#top-bar {
	width: 100%;
	height: 72px;
	background-color: #80b5d6;
	position: relative;
}

#logo-area {
	height: 54px;
    left: 10px;
    position: relative;
    top: 10px;
    width: 188px;
    margin: 0 auto;
}

a.logo {
    display: block;
    font-size: 32px;
    height: 54px;
}

a.logo:hover {
	text-decoration: none;
}

img.logomark {
	position: absolute;
	width: 54px;
	height: 54px;
}

a.logo .wordmark {
    display: block;
    height: 47px;
    left: 60px;
    padding: 7px 0 0;
    position: relative;
    width: 134px;
}

a.logo .tagline {
    font-size: 14px;
    left: 2px;
    letter-spacing: -0.01px;
    position: relative;
	line-height: 22px;
}

#nav {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: default;
}

#nav a.small-button {
	margin-left:10px;
}

/*======[SLIDESHOW SECTION]======*/

h2.pitch {
	font-size: 20px;
	text-align: center;
	line-height: 26px;
}

.scripty {
	font-family: 'Handlee', cursive;
}

h3.website-examples {
    background: rgba(0, 0, 0, 0) url("images/small-arrow.png") no-repeat scroll 114px bottom;
    font-size: 20px;
    height: 70px;
    position: absolute;
    right: 260px;
    top: 170px;
    width: 150px;
	z-index: 999999;
}

.artist-websites {
	max-width: 587px;
	height: 100%;
	display: block;
	margin: 0 auto 40px;
	position: relative;
}

.artist-websites img {
	width: 100%;
}

img.absolute {
	position: absolute;
	top: 0px;
	left: 0px;
}

.extra.artist-websites {
	max-height: 442px;
	max-width: 1000px;
}

/*======[TESTIMONIALS]======*/

h3.read-testimonials {
    background: rgba(0, 0, 0, 0) url("images/red-arrow.png") no-repeat scroll 26px 54px;
    height: 150px;
    left: 257px;
    margin: -175px 0 7px;
    position: relative;
    width: 150px;
}

.artist {
	width: 100px;
	height: 100px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	border: 1px solid #dddddd;
	vertical-align: top;
	margin: 0 0 20px;
	display:inline-block;
}

.one { background: url("images/featured-artists.jpg") no-repeat scroll 0 0; }
.two { background: url("images/featured-artists.jpg") no-repeat scroll 0 -90px; }
.three { background: url("images/featured-artists.jpg") no-repeat scroll 0 -180px; }
.four { background: url("images/featured-artists.jpg") no-repeat scroll 0 -270px; }
.five { background: url("images/featured-artists.jpg") no-repeat scroll 0 -360px; }

.testimonial {
    background: #ffffff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	border: 1px solid #dddddd;
    display: inline-block;
    max-width: 720px;
	min-width: 720px;
    padding: 24px 30px 18px;
    position: relative;
    vertical-align: top;
}

.byline {
    border-top: 1px solid #e9e9e9;
    font-weight: bold;
    margin-top: 18px;
    padding-top: 14px;
}

/*======[CHART]======*/

h4.chart {
	margin: 2px 0 2px;
	line-height: 23px;
}

#chart {
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    margin: 0 auto;
    max-width: 907px;
    padding: 50px 0;
}

.column1, .column2, .column3, .column4 {
    display: inline-block;
    margin: 38px 0 10px -1px;
    text-align: left;
    vertical-align: top;
}

.header {
	padding: 2px 20px 10px;
}

.cell {
    padding: 12px 16px;
    max-width: 155px;
	position: relative;
}

.wide {
    max-width: 179px;
    padding: 12px 12px 12px 20px;
}

.two-lines {
	padding-top: 23px;
	padding-bottom: 23px;
}

.three-lines {
	padding-top: 34px;
	padding-bottom: 34px;
}

.four-lines {
	padding-top: 45px;
	padding-bottom: 45px;
}

.five-lines {
	padding-top: 56px;
	padding-bottom: 56px;
}

.sidelines {
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}

.leftlines {
	border-left: 1px solid #bbbbbb;
}

.blank {
    display: block;
    height: 22px;
    max-width: 180px;
}

.new-tag {
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    left: -38px;
    padding: 1px 4px 2px 5px;
    position: absolute;
    top: 10px;
}

/*======[FAQ]======*/

h4.faq {
	margin: 38px 0 4px;
}

#faq {
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    margin: 0 auto;
    max-width: 907px;
    padding: 50px 0;
}

.faq-questions {
	max-width: 747px;
	margin: 0 auto;
}

#faq div.the-question {
	cursor: pointer;
	padding: 6px 1px;
	padding-left: 1px;
}

#faq div.the-question:hover {
	text-decoration: underline;
}

#faq div p {
    margin: 8px 0;
}

#faq div.the-answer {
	margin: 0 14px;
}

/*======[ARTIST DIRECTORY]======*/

#directory {
    margin: 0 auto;
    max-width: 907px;
    padding: 50px 20px;
}

.name-nav {
    margin: 0 auto;
    text-align: center;
}

.name-nav .letter {
	padding: 0 4px;
}

.name-nav .gray-text {
	font-weight: bold;
}

.art-td a {
	display: block;
	margin: 0 20px;
}

.art-title-td a {
	display:block;
	margin: 10px 0 30px;
}

/*======[EXTRA PAGES]======*/

#two-column {
    display: inline-block;
	padding: 34px 44px 28px;
    width: 56%;
	max-width: 747px;
    vertical-align: top;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.inner-content {
	width: 567px;
	margin: 0 auto;
}

#sidebar {
    display: inline-block;
    padding: 16px 0 0 28px;
    vertical-align: top;
    width: 160px;
}

#sidebar h3 {
	margin-bottom: 14px;
}

#sidebar ul li {
	display: block;
	margin: 6px 0;
}

.max-width {
	max-width: 964px;
	margin: 0 auto;
}

.selling {
	max-width: 520px;
	display: inline-block;
	vertical-align: top;
}

.selling h2 {
	font-size: 24px;
}

.sales-img {
	display: inline-block;
	vertical-align: top;
	max-width: 400px;
	max-height: auto;
	padding: 10px;
	border: 1px solid #dddddd;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	background-color: #ffffff;
}

/*======[FORMS]======*/

#two-column-form {
    display: inline-block;
	padding: 34px 44px 28px;
	max-width: 747px;
    vertical-align: top;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

#two-column-form .inner-content {
	width: 567px;
}

.formcontainer {
	padding: 0 10px 0 3px;
}

.contact-form fieldset {
	border: none;
	margin: 0;
	padding: 0;
	display: block;
}

.contact-form fieldset legend {
	display: none;
}

.form-input .text, .form-textarea .text, .input_signup input {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    height: 20px;
    line-height: normal;
    margin-bottom: 15px;
    padding: 6px 3px 5px 7px;
    width: 98%;
}

.form-textarea .text {
	height: 150px;
}

.form-label, .label_signup {
	margin-bottom: 4px;
}

.form-label label, .label_signup label {
	width: 100%;
}

.field_info {
    color: #444444;
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 7px;
    margin-left: 1px;
    margin-top: 1px;
}

.signup_button input#ch_conf {
	display: inline-block;
	margin-left: 0px;
}

.tos-agreement {
	display: inline-block;
	margin-bottom: 10px;
}

.form-submit, .signup_button {
	margin: 10px 0 0;
	text-align: right;
}

.contact-msg {
	background: #f7f7f7;
	padding: 10px;
	margin: 3px 0 25px 0;
	width: 582px;
}

.success {
	color: #99CA3C;
}

.error {
	color: #E92121;
}

.mobile, .line-break {
		display: none;
}

.desktop, .hyphen {
		display: inline-block;
}

.date {
	font-size: 10px;
	color: #b6b6b6;
}

.warning {
	border: solid red 1px;
	padding: 5px;
}

.signup-radio {
	margin-right: 8px;
}

/*======[CONTACT BADGES]======*/

a.contact-badge {
	display: block;
	width: 166px;
	height: 166px;
	float: left;
	position: absolute;
	right: 0;
	top: -70px;
}

a.contact-badge:hover {
	background-position: 0 -166px;
}

.contact-badge-static {
    height: 148px;
    margin: 0 0 20px 4px;
    width: 144px;
}

/*======[FOOTER]======*/

#wrapper {
	margin: 0 auto;
	min-height: 92%;
}

#footer { height: 73px; }

#footer {
	width: 100%;
	background: #fff;
}

#footer .bottom {
	text-align: center;
	height: 73px;
}

ul#footer-nav {
	list-style-type: none;
	margin: 0 auto;
	position: relative;
	top: 27px;
	text-align: center;
}

ul#footer-nav li {
	display: inline;
	padding: 0 14px;
}

/*======[START ALTERNATE STYLES]======*/

#top-bar.alternate {
	background: rgba(82, 50, 52, 0.3) none repeat scroll 0 0;
    position: absolute;
	top:0;
	left:0;
    z-index: 9999999999;
}

.alternate.hero img {
	min-width: 940px;
}

a.alternate.large-button {
	font-size: 28px;
}

#top-bar.alternate a.menu {
    color: white;
    line-height: 16px;
    padding: 10px 11px;
}

#top-bar.alternate a.menu:hover {
    border: 1px solid white;
    border-radius: 5px;
    padding: 10px;
    text-decoration: none;
}

/*======[START MOBILE STYLES]======*/


@media only screen and (min-width: 2020px) {
	.hero-cta {
	}
	.hero-cta-position {
	}
}

@media only screen and (min-width: 1740px) {
	.alternate.hero-cta {
		left: 45%;
		position: absolute;
		top: 27%;
	}
}

@media only screen and (min-width: 1400px) {
	.hero-cta {
		width: 100%;
	}
	.hero-cta-position {
		max-width: 33%;
	}
	.hero-cta-position a.large-button {
		padding: 5%;
		font-size:28px;
	}
	.hero h3 {
		font-size:33px;
	}




	.alternate.hero-cta-position {
		max-width: 430px;
	}
	h1.alternate {
		font-size: 38px;
		line-height: 43px;
		max-width: none;
	}
	a.alternate.large-button {
		font-size:30px;
	}
}

@media only screen and (max-width: 1025px) {
	.mobile {
		display: inline-block;
	}
	.desktop {
		display: none;
	}
	.testimonial.align-left, .testimonial.align-right  {
		text-align: left;
	}
	.testimonial.space-left, .testimonial.space-right {
		margin: 0 0;
	}
	.testimonial {
		min-width: 90%;
		margin: 0 auto;
		padding: 24px 42px 18px;
	}
}

@media only screen and (max-width: 1000px) {
	.testimonial {
		padding: 24px 30px 18px;
	}
	#chart, #faq {
		padding: 34px 30px;
	}
}

@media only screen and (max-width: 960px) {
	.column1, .column2, .column3, .column4 {
		width: 45%;
		min-width: 325px;
		border-left: 1px solid #e9e9e9;
		border-right: 1px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
	}

	.column2, .column4 {
		border-left: 1px solid #bbbbbb;
	}

	.two-lines, .wide, .cell, .blank  {
		padding: 12px 14px;
		max-width: 100%;
	}
	.first {
		display: none;
	}
	.sidelines, .leftlines {
		border: none;
	}
	.three-lines, .four-lines {
		padding: 23px 14px;
	}
	.five-lines {
		padding: 34px 14px;
	}
	#two-column-form .inner-content {
		max-width: 346px;
	}
}

@media only screen and (max-width: 920px) {
	.column1, .column2, .column3, .column4 {
		min-width: 240px;
		max-width: 310px;
	}
	.column1 .two-lines  {
		padding: 23px 14px;
		max-width: 100%;
	}
	.four-lines {
		padding: 34px 14px;
	}
}

@media only screen and (max-width: 850px) {
	.testimonial {
		min-width: 80%;
		margin: 0 auto;
	}
	.left-side, .right-side {
		float: none;
		width: 100%;
		text-align: center;
	}
	h3.read-testimonials {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		color: #000000;
		font-size: 28px;
		height: 100%;
		left: 0;
		line-height: 32px;
		margin: -4px 0 38px;
		position: static;
		right: 0;
		top: 0;
		width: 100%;
	}
	h3.website-examples {
		background: none;
		height: 100%;
		left: 0px;
		right: 0px;
		top: 0px;
		position: static;
		width: 100%;
		margin: 0 0 16px;
	}
	.column1, .column2, .column3, .column4 {
		max-width: 305px;
	}
	.blank.two-lines {
		padding: 23px 14px;
	}
	.hero-cta {
		bottom: 0px;
		top: initial;
		left: initial;
		width: 100%;
	}
	.hero-cta-position {
		width: 75%;
		margin: 0 auto 6%;
		padding: 6%;
		background-color: rgba(256, 256, 256, 0.7);
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	}




	.alternate.hero-cta-position {
		background: white none repeat scroll 0 0;
		border-radius: 0;
		bottom: 30px;
		margin: 0 auto;
		width: 400px;
		padding: 16px 22px 10px;
		position: relative;
	}
}

@media only screen and (max-width: 820px) {
	.call-to-action {
		display: block;
	}
	.call-to-action.space-left, .call-to-action.space-right {
		margin-left: 0;
		margin-right: 0;
	}
	.call-to-action.align-left {
		text-align: center;
		margin-top: 18px;
	}
	.call-to-action.align-right {
		text-align: center;
		margin-bottom: 18px;
	}
}

@media only screen and (max-width: 790px) {
	.column1, .column2, .column3, .column4 {
		max-width: 280px;
	}
	.five-lines {
		padding: 45px 14px;
	}
}

@media only screen and (max-width: 730px) {
	#two-column, #two-column-form {
		max-width: auto;
		width: 84%;
	}
	#two-column-form .inner-content {
		max-width: 100%;
	}
	#sidebar {
		border: 1px solid #dddddd;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
		display: inline-block;
		margin-top: 20px;
		max-width: 747px;
		padding: 16px 44px 8px;
		vertical-align: top;
		width: 84%;
	}
	#sidebar h3 {
		margin-top: 4px;
	}
	#sidebar .text  {
		display: inline-block;
		vertical-align: middle;
		width: 60%;
	}
	#sidebar .toc {
		padding: 3% 0 4%;
	}
	.contact-badge-static {
		display: inline-block;
		vertical-align: middle;
	    height: 148px;
		margin: 0 6% 0 -3%;
		width: 144px;
	}
}

@media only screen and (max-width: 720px) {
	.column1, .column2, .column3, .column4 {
		max-width: 250px;
	}
	.three-lines {
		padding: 34px 14px;
	}
}

@media only screen and (max-width: 650px) {
	.column1, .column2, .column3, .column4 {
		min-width: 100%;
		border: none;
		border-bottom: 1px solid #e9e9e9;
	}
	.two-lines, .wide, .cell, .blank  {
		padding: 12px 18px;
		max-width: 100%;
	}
	.cell.white {
		border-left: 1px solid #e9e9e9;
		border-right: 1px solid #e9e9e9;
	}
	.second {
		display: none;
	}
	.hero h3 {
		font-size: 22px;
		line-height: 34px;
	}
}

@media only screen and (max-width: 600px) {
	.testimonial {
		min-width: 0px;
		margin: 0 auto;
		padding: 16px 19px;
	}
	#chart, #faq  {
		padding: 28px 20px 12px;
	}
	#two-column, #two-column-form {
		padding: 7% 8% 4%;
	}
	#sidebar {
		padding: 3% 8% 2%;
	}
	.contact-badge-static {
		margin: 0 3% 0 -6%;
	}
	h1, #chart h2, #faq h2  {
		margin-bottom: 20px;
	}
	h4.faq {
		font-size: 21px;
		line-height: 28px;
	}
	#faq div.the-answer {
		margin: 0 6px;
	}
	.new-tag {
		font-size: 14px;
		left: -28px;
		padding: 0 3px 1px;
		top: 11px;
	}
	.triple-padding {
		padding-top: 46px;
		padding-bottom: 46px;
	}
	.double-padding {
		padding-top: 38px;
		padding-bottom: 38px;
	}
	.hero-cta-position {
		margin:0 auto 5%;
	}



	.alternate.hero-cta-position {
		margin:0 auto;
	}
}

@media only screen and (max-width: 580px) {
	h3.black-text {
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 510px) {
	.hero-cta {
		height: 100%;
		width: 100%;
	}
	.hero-cta-position {
		height: 100%;
		width: 100%;
		box-shadow: none;
		padding: 0;
	}
	.hero h3 {
		position: relative;
		top: 24%;
	}
	.hero-cta-position a.large-button {
		position: relative;
		top: 24%;
		width:78%;
	}




	.alternate.hero-cta {
		height: auto;
		width: 100%;
	}
	.alternate.hero-cta-position {
	    bottom: 30px;
		max-width: none;
		padding: 20px;
		width: auto;
	}
}

@media only screen and (max-width: 470px) {
	.contact-badge-static {
		display: block;
		margin: 0 auto;
	}
	#sidebar .text {
		margin: 0 auto;
		width: auto;
		max-width: 90%;
		display: block;
	}
	#sidebar {
		padding: 7% 8% 4%;
	}
	#sidebar .toc {
		padding: 0 0 4px 0;
	}
}

@media only screen and (max-width: 460px) {
	h4.faq {
		font-size: 19px;
		line-height: 24px;
	}
	h4.chart {
		font-size: 22px;
	}
	ul#footer-nav li {
		padding: 0px 8px;
	}
}
@media only screen and (max-width: 440px) {
	.hyphen {
		display: none;
	}
	.artist-line {
		display: block;
	}
	.line-break {
		display: block;
	}
}
@media only screen and (max-width: 400px) {
	ul#footer-nav {
		max-width: 300px;
		top: 17px;
	}
}

@media only screen and (max-width: 346px) {
	.mobile-for {
		display: none;
	}
}

@media only screen and (max-width: 324px) {
	.mobile-free {
		display: none;
	}
}

input#sbmt_conf {
    margin-left: 16px;
}

input.button, input#sbmt_conf {
    padding: 13px 11px;
    display: inline-block;
    line-height: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    border: none;
    color: #ffffff;
    background-color: #d23d4a;
}

input#sbmt_conf:disabled {
    background-color: #dddddd;
    cursor: default;
}

input.button:hover, input#sbmt_conf:hover {
    background-color: #b01e32;
    cursor: pointer;
}

/* CSS styles for Pro Sites payment page */

ul.pricing-column {
    width: 20% !important;
    display: inline-block !important;
    margin: 38px 0 10px -1px;
    vertical-align: top;
}

.feature-section, .pricing-column {
	text-align:center;
}

#chart .payment {
	padding:50px 5%;
}

.pricing-column .title, .pricing-column .summary {
    border-color: #B6B6B6;
    border-top: none !important;
	border-right: none !important;
}

.pricing-column .title:after {
	border-bottom: solid 4px !important;
	border-color: #f4f4f4;
	margin: 20px 0 0 0;
}

.pricing-column.psts-level-2 .title:after, .pricing-column.psts-level-3 .title:after {
    border-color: #d23d4a !important;
	margin: 20px 0 0 0 !important;
}

.pricing-column .button-box {
    border: none !important;
	padding:10px;
}

.pricing-column.psts-level-2 .button-box, .pricing-column.psts-level-3 .button-box {
	border-left: 1px solid #B6B6B6;
	border-right: 1px solid #B6B6B6;
}

.pricing-column .button-box button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    font-size: 1em;
    line-height: 26px;
    margin: 0px;
    max-width: 360px;
    padding: 17px 30px;
	color: #ffffff;
	background-color: #d23d4a;
	border: none;
}

button.choose-plan-button:hover {
    background-color: #b01e32;
    cursor: pointer;
}

ul.pricing-column.psts-level-0 li {
    border: none !important;
}

li.sub-title {
    display: none;
}

/*======[HOMEPAGE UPDATE]======*/

.clearfix {
	display:block;
	clear:both;
}

.segment {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.segment, .price li {
	text-align:center;
	position:relative;
	font-family:Muli;
	font-size:25px;
	color:#333333;
}

.headline {
    font-size: 72px;
    color: black;
    text-shadow: 0 1px black, 0 -1px black, 1px 0 black, -1px 0 black;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    padding: 50px 0 60px;
}

.sub-headline {
	font-size: 25px;
    line-height: 46px;
	padding-bottom:20px;
}

.sub-headline p {
    margin: 14px 0px 28px;
}

.steps .sub-headline {
	line-height: 30px;
}

.splash, .testimonials, .steps, .price, .guarantee, .features, .examples, .endscreen {
	box-sizing:border-box;
	padding: 40px 0 45px;
}

.splash img, .testimonials img, .steps img, .guarantee img, .features img, .examples img, .endscreen img {
	max-width:100%;
}

.splash {
	background: url("/wp-content/uploads/2020/05/simple-art-websites-image.jpg") no-repeat;
    background-size: contain !important;
    background-position: left !important;
    min-height: 48vw;
    margin: 0px;
    max-width: 3000px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    max-height: 90vw;
}

.left-column, .right-column {
	position:relative;
	min-height:1px;
	width:50%;
}

.left-column {
	padding-left:15px;
	padding-right:15px;
	float:left;
}

.right-column {
	padding-left:15px;
	padding-right:15px;
	float:right;
}

.right-column img {
	max-width:100%;
}

.mobile-hero {
	display:none;
}

.offer {
	max-width: 600px;
    text-align: left;
    padding: 30px 0 30px 50px;
}

.bullets {
	max-width: 540px;
    margin: 47px auto 48px;
}

.bullets p {
	font-size:21px;
	line-height:35px;
	margin:30px 0;
}

.bgp, .bgp-l {
    background-color: #ffa5a1;
    padding: 1px 8px 2px 8px;
    margin-left: 1px;
}

.cta {
	font-size: 18px;
    width: 540px;
    max-width: fit-content;
    margin-top: 48px;
}

.cta-button {
    padding: 16px 47px;
    font-family: Muli !important;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: .5px;
    cursor: pointer;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    display: block;
	max-width:540px;
    width: fit-content;
    margin: 0 auto;
}

.cta-button:hover {
	text-decoration:none;
}

.scroll-down {
    font-size: 18px;
    padding: 14px 30px;
    position: absolute;
}

.testimonials {
	padding-top:50px;
	padding-bottom: 30px;
	line-height:1.667;
	margin: 0;
}

.quotemarks {
    position: absolute;
    right: 0;
    top: -6%;
    width: 125px;
	z-index:999999;
}

.quotemarks-reverse {
    position: absolute;
    left: 0px;
    bottom: -6%;
    width: 125px;
    transform: rotate(180deg);
	z-index:999999;
}

.testimonials p {
	margin: 9px 0 0;
}

.testimonial-columns {
    color: #efebea;
    letter-spacing: .3px;
}

.feature-columns, .testimonial-columns {
    max-width: 1450px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.t1, .t2, .t3 {
    max-width: 400px;
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
}

.t1 img, .t2 img, .t3 img {
    border-radius: 50%;
    max-width: 200px;
    max-height: 200px;
    padding: 10px;
	box-sizing:border-box;
}

.wb {
    font-size: 23px;
    position: relative;
    top: -3px;
    text-shadow: 0px 1px #333333, 1px 0px #333333, -1px 0px #333333, 0px -1px #333333;
    display: inline-block;
    transform: scaleY(.9);
}

.callout {
	font-size: 25px;
}

ul.col1, ul.col2, ul.col3 {
    min-width: 450px;
	text-align:left;
}

ul.col1 li, ul.col2 li, ul.col3 li {
	font-size:21px;
	line-height:1.667;
}

.features img.emoji {
    font-size:21px;
}

.examples button {
	color: #e54242;
    text-decoration: underline;
    font-family: Muli;
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: 0;
    cursor: pointer;
}

.endscreen {
	background: url(/wp-content/uploads/2020/05/artist-painting-centered.jpg) no-repeat;
    min-height: 700px !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}

@media only screen and (min-width: 768px) {
	.testimonials {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 846px) {
}


@media only screen and (min-width: 1240px) {
}

@media only screen and (max-width: 1520px) {
	.steps, .price, .guarantee, .features, .examples {
		padding-left:60px;
		padding-right:60px;
	}
	.offer {
		max-width:500px;
		padding:30px 15px 30px 50px;
	}
	.offer ul, .sub-headline {
	font-size:22px;line-height:40px;
	}
	.bullets {
		max-width:540px;
		margin:43px auto 40px;
	}
	.bullets p {
		font-size:19px;
		line-height:32px;
		margin:24px 0;
	}
	.cta {
		max-width:450px;
		margin:40px auto 0;
	}
	.cta .cta-button {
		margin:0;
	}
	.wb {
		font-size: 20px;
		top: -2px;
	}
	ul.col1, ul.col2, ul.col3 {
		min-width: 350px;
	}
	.headline {
		font-size: 4.7vw;
	}
	.price ul li, .callout {
		font-size: 22px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 1240px) {
	.splash {
		background-position: -200px !important;
	}
	.left-column {
		width: 42%;
	}
	.right-column {
		width:58%;
	}
	.offer {
		padding:30px 15px 30px 38px;
	}
	.t1 {
		display: none;
	}
	.bullets {
		margin:41px auto 40px;
	}
	.quotemarks {
		width: 91px;
		top: -3.5%;
	}
	.quotemarks-reverse {
		right: -15px;
		width: 91px;
		bottom: -3.5%;
	}
	.feature-columns {
		max-width: 450px;
		text-align: center;
	}
	ul.col1, ul.col2, ul.col3 {
		text-align: center;
	}
}

@media only screen and (max-width:1180px) {
	.headline {
		font-size: 44px;
		line-height: 52px;
		padding: 21px 0 42px;
	}
}

@media only screen and (max-width:1020px) {
	.scroll-down {
		padding:14px 15px;
	}
	.cta-button {
		padding: 11px 32px;
	}
}

@media only screen and (max-width:1010px){
	.bullets p {
		font-size:18px;
	}
	.headline {
		margin:0 auto 0;
	}
}

@media only screen and (max-width: 975px) {
	.splash {
		background-position: -340px 30px !important;
	}
	.left-column {
		width: 32%;
	}
	.right-column {
		width:68%;
	}
}

@media only screen and (max-width: 846px) {
	.quotemarks {
		top: -2%;
	}
	.quotemarks-reverse {
		bottom: -2%;
	}
}

@media only screen and (max-width: 830px) {
	.left-column {
		width: 29%;
	}
	.right-column {
		width:71%;
	}
	.bullets {
		margin: 30px auto 40px;
	}
	.cta {
		margin: 28px auto 0;
	}
}

@media only screen and (max-width: 800px) {
	.mobile-hero {
		display: block;
		margin-top: 36px;
	}
	.splash {
		background: none;
		max-height: none;
	}
	.left-column {
		width:0%;
		display:none;
	}
	.right-column {
		width:100%;
		padding: 0;
	}
	.offer {
		padding: 10px 30px 30px 30px;
		text-align:center;
		max-width: 520px;
		margin:0 auto;
	}
	.bullets {
		margin: 24px auto 40px;
	}
	.bullets p {
		font-size:20px;
	}
	.cta {
		margin: 38px auto 0;
		max-width: fit-content;
	}
	.price ul li, .callout {
		font-size: 18px;
		line-height: 32px;
	}
	.headline {
		font-weight: normal;
	}
}

@media only screen and (max-width: 768px) {
	.steps, .price, .guarantee, .features, .examples {
		padding-left:30px;
		padding-right:30px;
	}
}

@media only screen and (max-width: 600px) {
	.price, .testimonials {
		padding-left:20px;
		padding-right:20px;
	}
}