/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

.section-description {
	max-width: 600px !important;
	margin: 0 auto;
}

#full-width.width-padding {
	padding-top: 100px !important;
}

.bottom-footer {
	margin-top: -35px !important;
}

.header-logo {
	font-size: 20px !important;
}

.copyright {
	text-align: center;
}

.bottom-header p {
	font-size: 20px !important;
}

.bottom-header h2 {
	margin-bottom: 22px !important;
}

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

.about-homepage-title {
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}

#blog {
	padding: 3% 20% 1%;
}

#blog .blog-post {
	margin-bottom: 0;
}

p a {
	text-decoration: underline;
	color: #23527c;
}

p a:hover {
	text-decoration: underline;
}

a {
	transition: color .3s ease;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
}

a:hover {
	color: #ffde00;
}

#header .bottom-header .header-button-two {
	background: #23527c;
}

div.ss-form-entry>input {
	width: 300px;
	height: 35px;
	margin-bottom: 30px;
	border: 1px solid #BDC3C7;
	background-color: #FFF;
}

textarea.ss-q-long {
	background-color: #FFF;
	width: 500px;
	height: 100px;
	border: 1px solid #BDC3C7;
}

div.ss-q-title {
	display: block;
}

label.ss-q-item-label {
	display: block;
}

div.ss-top-of-page {
	margin-bottom: 40px;
}

.ss-required-asterisk {
	display: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	width: 150px;
	height: 50px;
	background-color: #23527c;
	border: none;
	color: #FFF;
	font-size: 16px;
	float: left;
	margin-left: 0;
	transition: background-color .3s ease;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
}

button, html input[type=button], input[type=reset], input[type=submit]:hover {
	width: 150px;
	height: 50px;
	background-color: #e2c504;
	border: none;
	color: #FFF;
	font-size: 16px;
	float: left;
	margin-left: 0;
}

#testimonials {
	background: #FF5F6D;
	background: -webkit-linear-gradient(left top,#FF5F6D,#FFC371);
	background: -o-linear-gradient(bottom right,#FF5F6D,#FFC371);
	background: -moz-linear-gradient(bottom right,#FF5F6D,#FFC371);
	background: linear-gradient(to bottom right,#FF5F6D,#FFC371);
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content {
	background-color: #F2784B;
	border-color: #F2784B transparent transparent !important;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content:after {
	content: "";
	width: 0;
	height: 0;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 19px 18px 0;
	border-color: #F2784B transparent transparent;
	position: absolute;
	right: 0;
	bottom: -19px;
	left: 0;
}

.markup-format table tbody tr td {
	padding-left: 0;
}

label.error-message {
	margin-left: 10px;
	color: #D24D57;
}

.bottom-header h2 {
	line-height: 1 !important;
}

#header {
	background: no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}