/*
Theme Name: BillyBoy
Theme URI: cathalmb.com
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 1.0
Author: Cathal Mac an Bheatha
Author URI: cathalmb.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

html, body { 
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	width: auto !important;
	overflow-x: hidden !important;
}


/* TYPOGRAPHY */

h1 { font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; font-size: 34px; color: rgb(34, 34, 34); /*border-left: solid 6px rgb(241, 139, 127); padding: 5px 0 5px 20px;*/}
h2 { font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; font-size: 24pt; color: rgb(241, 139, 127); }
h3 { font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 20pt; color: rgb(115, 223, 189); }
h4 { font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 18pt; color: rgb(241, 139, 127); }
h5 { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 16pt; color: rgb(34, 34, 34); }

p {font-weight: 400; font-size: 15px;}

ul {
   list-style-image: url('images/list-style.png');
}

ul li { padding-bottom: 10px; }

.h1-styles {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 33px;
	color: rgb(34, 34, 34);
	border-left: 5px solid rgb(241,139,127);
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.right { margin-right: 20px; }
.lead { font-size: 16px;}
/*.left { margin-left: 20px; }*/


/* NAVIGATION */

/*.wrap {
background-color: rgb(241, 241, 241);
padding-top: 5px;
}*/

.wrap-bottom {
	background-color: rgb(34, 34, 34);
	background-position: center;
	background-size: 100%;
	height: 150px;
	margin-top: -130px;
	z-index: -1;
	position: relative;
}

header {
	background-color: none;
	padding-top: 0;
}

/*.logo {
	background-image: url('images/logo.png');
	background-repeat: no-repeat; 
	background-position: center;
	width: 329px;
	height: 171px;
}

.logo a {
padding: 2px 329px 150px 0px;
}*/

.navbar ul {
	list-style-type: none;
	margin-top: 30px;
}

.navbar li {
	display: inline;
	font-size: 16px;
	width: 482px;
}

.navbar a {
	color: rgb(34, 34, 34);
	font-weight: 700;
	padding-top: 30px;
	padding-bottom: 0;
	padding-left: 40px;
	padding-right: 0px;
}

.navbar li.home { font-size: 24px; }
.navbar .dropdown-menu { background-color: rgba(115, 223, 189, .9); }
.navbar .dropdown-menu li a {
	background: none;
	border-bottom: 1px solid rgba(34, 34, 34, 0.8);
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar .dropdown-menu li:last-child a { border-bottom: none; }
.navbar .dropdown-menu a { color: rgb(34, 34, 34); }
.navbar .dropdown-menu a:hover { color: rgb(255, 255, 255); }



/* HEADER */

.jumbotron { 
	height: 433px;
	width: 100%;
	background-image: url('images/header-image.png');
	background-repeat: no-repeat; 
	background-position: center;
	margin-top: -60px;
	margin-bottom: 0;
}

.jumbotron h1.tag-line {
	color: rgb(115, 223, 189);
	font-size: 45px;
	text-align: right;
	width: 430px;
	display: block;
	margin-top: -20px;
	/*padding-right: 35px;*/
}

.jumbotron h1 {
	color: rgb(115, 223, 189);
	font-size: 45px;
	text-align: right;
	width: 430px;
	display: block;
	margin-top: -20px;
	padding-right: 35px;
}

.jumbotron .sign-up {
	width: 300px;
	text-align: center;
	position: relative;
	top: 130px;
	left: 85px;
}

.jumbotron .sign-up h3, h5 { color: #ffffff; }
.jumbotron .sign-up h5 { font-size: 18px; }
.jumbotron .sign-up p {
	color: #ffffff;
	font-size: 16px;
}

.title-bar {
	background-color: rgb(241, 241, 241);
	background-position: center;
	width: 100%;
	height: 120px;
	margin-bottom: -100px;
}


/* PAGE */

#main { padding-left: 40px; }
#main article { 
	border-bottom: none;
	margin-bottom: 0;
	padding: 0;
}

.page-header {
	border-left: solid 6px rgb(241, 139, 127);
	border-bottom: none;
	font-size: 33px;
	margin: 0;
	padding: 0;
}

.page-header h1 {
	color: rgba(34, 34, 34, 1);
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: 'Open-Sans', sans-serif;
}

.post_content { margin-top: 0; }

a.more-link { display: none; }

.blog .page-header { 
	border-left: none;
	margin-top: 0;
	margin-bottom: 30px;
}

.blog .page-header .feature {
	border-left: solid 6px rgb(241, 139, 127);
	border-bottom: none;
	font-size: 34px;
	margin-top: 16px;
}

.blog .page-header h1 { 
	position: relative;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.blog .page-header a { color: rgba(34, 34, 34, 1); }

.wp-post-image {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 20px;
}

.blog .copy { padding-top: 0; }
.blog .copy p.author { color: rgb(170, 170, 170); }
.blog p.read-more { padding-right: 5px; }
.blog p.read-more a {
	color: rgb(115, 223, 189);
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
}
.blog p.read-more a:hover { color: rgb(241, 139, 127);}
.blog p.read-more span { padding-right: 5px; }

.blog .latest-post {
	border-left: solid 6px rgb(241, 139, 127);
	border-bottom: none;
	margin-top: 0px;
	margin-bottom: 40px;
}

.blog .latest-post h1 { 
	padding-left: 20px; 
	padding-top: 10px;
	padding-bottom: 10px;
}

.blog article.latest-posts .page-header {
	padding-top: 0px;
	border-bottom: none;
}

.blog article.latest-posts .page-header h1 {
	position: relative;
	top: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0px;
	font-size: 20px;
}

.blog article.latest-posts p.author {
	margin-top: -30px;
	color: rgb(170, 170, 170);
}

/* PAGE TEMPLATE STYLING */

.cats article.latest-posts {
	margin-bottom: -20px;
}

.cats h1 {
	color: rgb(34, 34, 34);
	border-left: solid 6px rgb(241, 139, 127);
	border-bottom: none;
	margin-top: 20px;
	padding-left: 20px;
}

.cats .cactegory-money-matters, .category-wellness-tools, .category-working-carers h1.feature {
	font-size: 20px;
	margin-top: 0;
}

.cats .page-header h1 { 
	position: relative;
	font-size: 20px;
	padding-left: 20px;
	padding-top: 0;
	padding-bottom: 10px;
	margin-bottom: 0;
	margin-top: 30px;
	border-left: none;
}

.cats .page-header h1 a { color: rgb(34, 34, 34); }

.cats .page-header { 
	padding: 0;
	margin: 0; 
	border-bottom: none;
}

.cats p.author { 
	color: rgb(170, 170, 170);
	font-size: 12px;
}

.cats p.read-more { padding-right: 5px; }
.cats p.read-more a {
	color: rgb(115, 223, 189);
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
}
.cats p.read-more a:hover { color: rgb(241, 139, 127);}
.cats p.read-more span { padding-right: 5px; }
.cats section.post_content {margin-top: 0;}
.cats section.post_content.clearfix.copy p.lead { margin-bottom: 10px; }


/* SINGLE POSTS */

#main article img.wp-post-image { 
	float: left;
	padding-bottom: 10px;
}

.single {
	margin-top: 0px;
	border-bottom: none;
}

.single h1.single-title {
	color: rgb(34, 34, 34);
	/*border-left: solid 6px rgb(241, 139, 127); */
	border-bottom: none;
	margin-top: 0;
	margin-bottom: 30px;
	padding-left: 20px;
}

.single p.meta {
	padding-top: 30px;
}

.single p.meta a { 
	color: rgb(115, 223, 189); 
	font-weight: bold;
}

.single p.posts { 
	color: rgb(170, 170, 170);
	font-weight: bold;
}

.single p.posts img { padding-left: 10px; }

.single .ssba { 
	font-family: 'Open Sans', sans-serif;
	color: rgb(241, 139, 127);
	padding-top: 0;
	padding-bottom: 0; 
}

.navigation {
	padding-bottom: 50px;
	margin-top: 20px;
}

.navigation a {
	color: rgb(115, 223, 189);
	font-weight: 600;
	font-size: 16px;
}

#authorarea{
	width:90%;
	overflow:hidden;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
	background: rgba(0,0,0,0.015);
	margin-left: 30px;
}

#authorarea h3{
	font-size: 16px;
	margin-right: 10px;
	margin-top: 10px;
}
#authorarea h3 a{
	text-decoration:none;
	color: #333;
	font-weight: bold;
}
#authorarea img{
	margin: 0 20px 0 0 ;
	padding:10px;
	float:left;
	border: 1px solid #ddd;
	width: 100px;
	height: 100px;
}
#authorarea p{
	color:#333;
	margin:0;
	padding:0px 10px 10px 10px;
}
#authorarea p a{
	color:#333;
}
.authorinfo{
	padding-left: 120px;
	font-size: 15px;
	padding-top: 10px;
} 


/* SIDEBAR */

.sidebar {
	min-height: 660px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	border-left: 2px solid rgba(241, 241, 241, 1);
}

.sidebar .social ul {
	list-style-type: none;
	margin-bottom: 50px;
	padding: 0;
}

.sidebar .social li {
	display: inline;
	padding-bottom: 23px;
	padding-right: 60px;
}

.sidebar .social .twitter {
	background: url('images/social-twitter.png') top right;
	background-repeat: no-repeat;
	background-position: center;
	width: 42px;
	height: 42px;
}

.sidebar .social .facebook {
	background: url('images/social-facebook.png') top right;
	background-repeat: no-repeat;
	background-position: center;
	width: 42px;
	height: 42px;
}

.sidebar .social .pintrest {
	background: url('images/social-pintrest.png') top right;
	background-repeat: no-repeat;
	background-position: center;
	width: 42px;
	height: 42px;
}

.sidebar .social .instagram {
	background: url('images/social-instagram.png') top right;
	background-repeat: no-repeat;
	background-position: center;
	width: 42px;
	height: 42px;
}

.sidebar .about {
	width: 250px;
	height: 288px;
	background-image: url('images/sidebar-about.png');
	background-repeat:	no-repeat;
	outline: 1px solid rgba(34, 34, 34, 0.2);
	margin-bottom: 20px;
}

.sidebar .about p {
	width: 100%;
	background-color: rgba(241, 139, 127, .8);
	background-position: left;
	color: rgb(255, 255, 255);
	padding: 10px 11px 10px 11px;
	position: relative;
	top: 160px;
	line-height: 18px;
}

.sidebar .about a { color: rgb(34, 34, 34); font-weight: 600; }

.widget_search { width: 250px; }

.sidebar .support { 
	padding-bottom: 10px; 
	width: 250px;
}
.sidebar .support h4 {
	color: rgb(241, 139, 127);
	font-size: 20px;
	margin-bottom: 20px;
}

.sidebar .support img { 
	padding-right: 7px;
	padding-bottom: 10px;
}

.sidebar .callouts ul {
	list-style-type: none;
	padding: 0;
}

.sidebar .callouts a {
	text-decoration: none;
}

.sidebar .callouts li {
	margin-bottom: 20px;
	color: rgb(34, 34, 34);
	font-size: 20px;
	font-weight: 700;
	padding-top: 55px;
	padding-left: 30px;
}

.sidebar .callouts li span {
	color: rgb(241, 139, 127);
	font-weight: bolder;
}

.sidebar .callouts .wellness-tools {
	width: 250px;
	height: 142px;
	background-image: url('images/sidebar-callout-wellness.png');
	background-repeat:	no-repeat;
	/*outline: 1px solid rgba(34, 34, 34, 0.2);*/
}

.sidebar .callouts .money-matters {
	width: 250px;
	height: 142px;
	background-image: url('images/sidebar-callout-money.png');
	background-repeat:	no-repeat;
	/*outline: 1px solid rgba(34, 34, 34, 0.2);*/
}

.sidebar .callouts .working-carers {
	width: 250px;
	height: 142px;
	background-image: url('images/sidebar-callout-carers.png');
	background-repeat:	no-repeat;
	/*outline: 1px solid rgba(34, 34, 34, 0.2);*/
}

.sidebar .callouts .easy-tools {
	width: 250px;
	height: 250px;
	background-image: url('images/sidebar-callout-easy.png');
	background-repeat:	no-repeat;
	/*outline: 1px solid rgba(34, 34, 34, 0.2);*/
}

.sidebar .callouts .easy-tools h2 {
	color: rgb(255, 255, 255);
	text-align: center;
	line-height: 35px;
	padding: 0 30px 10px 30px;
	font-size: 30px;
}

.sidebar .callouts .easy-tools .btn {
	background-color: rgb(115, 223, 189);
	border-color: rgba(34, 34, 34, 0.2);
	font-weight: 700;
	position: relative;
	left: 60px;
}

.sidebar .facebook-stream h3 { 
	color: rgb(241, 139, 127);
	font-size: 20px;
	margin-bottom: 20px;
}

/* FOOTER */

.footer-top {
	background-color: rgb(241, 139, 127);
	background-position: center;
	width: 100%;
	min-height: 342px;
	overflow: auto;
	/*-webkit-box-shadow: 0px 0px 4px 0px rgba(34, 34, 34, 1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(34, 34, 34, 1);
	box-shadow: 0px 0px 4px 0px rgba(34, 34, 34, 1);*/
}

.footer-top .container {
	padding-top: 30px;
	padding-left: 40px;
}

.footer-top h3 {
	color: rgb(255, 255, 255);
	font-weight: 600;
	padding-bottom: 20px;
}

.footer-top p {
	color: rgb(255, 255, 255);
	font-weight: 600;
	font-size: 15px;
	line-height: 16px;
}

.footer-top .button {
	width: 100px;
	height: 100px;
	background-color: rgb(115, 223, 189);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-box-shadow: 0px 0px 6px 6px rgba(252, 209, 180,.1);
	-moz-box-shadow: 0px 0px 6px 6px rgba(252, 209, 180,.1);
	box-shadow: 0px 0px 6px 6px rgba(252, 209, 180,.1);
	position: relative;
	top: 20px;
	left: 300px;
}

.footer-top .button p {
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 40px;
	line-height: 19px;
	padding-top: 30px;
	padding-left: 18px;
	width: 10px;
}
.footer-top .button p span {
	font-size: 18px;
	font-weight: 400;
}

.footer-top .button a {
	text-decoration: none;
}

.footer-top .button:hover {
	-webkit-box-shadow: inset 0px 0px 1px 2px rgba(34, 34, 34, .1);
	-moz-box-shadow: inset 0px 0px 1px 2px rgba(34, 34, 34, .1);
	box-shadow: inset 0px 0px 1px 2px rgba(34, 34, 34, .1);
}

.footer-bottom {
	color: rgb(149, 149, 149);
	background-color: rgb(34, 34, 34);
	background-position: center;
	width: 100%;
	height: 101px;
	padding-top: 20px;
	overflow: auto;
}

.footer-bottom .container { padding-left: 40px;}
.footer-bottom .footer-nav ul {
	list-style-type: none;
	padding: 0;
}

.footer-bottom .footer-nav li {
	display: inline;
	font-size: 14px;
}

.footer-bottom .footer-nav a {
	color: rgb(149, 149, 149);
	padding-right: 30px;
}

.footer-bottom .copyright {
	width: 370px;
	line-height: 14px;
	float: right;
}

.footer-bottom .copyright p {
	font-size: 14px;

	float: right;
}


/* ////////////////////////////////////////// */
/* ////////////////////////////////////////// */

/* MAILCHIMP */

.jumbotron .splash {
	background: url('images/header-splash.png');
	background-repeat: no-repeat;
	width: 486px;
	height: 399px;
	position: relative;
	top: -34px;
	left: 16px;
}

.jumbotron #mc_embed_signup {
	width: 300px;
	position: relative;
	top: 150px;
	left: 70px;
    padding: 0 15px 10px;
}

.jumbotron #mc_signup_form h3 {
	font-size: 25px;
    margin-top: 4px;
    text-transform: uppercase;
    text-align: center;
}
.jumbotron #mc_signup .col-md-5 {
	margin-left: 0;
	margin-bottom: 4px;
}

.jumbotron #mc_signup .col-md-2 {
	margin-left: -10px;
}
.jumbotron .newsletter-alt {
	/*padding-top: 10px !important;*/
}

.jumbotron #mc_signup_form {
	padding: 0;
}

.jumbotron #mc_signup_form .mc_input {
margin-left: -20px;
}


.jumbotron .widget_mailchimpsf_widget .widget-title {
	line-height: 1.4em;
	margin-bottom: 0.75em;
}
.jumbotron #mc_subheader {
	color: rgb(255, 255, 255);
	line-height: 1.25em;
	margin-bottom: 18px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}
#mc_embed_signup div.mc-field-group input {
	margin-bottom: 0em;
	width: 205px;
	height: 47px;
	background: url('images/sign-up-field-top.png');
	background-repeat: no-repeat;
	border: none;
	float: left;
}

#mc_embed_signup div.mc-field-group input.bottom  {
	margin-bottom: 0em;
	width: 205px;
	background: url('images/sign-up-field-bottom.png');
	background-repeat: no-repeat;
	border: none;
	float: left;
	padding-left: 10px;
	font-size: 15px;
}

textarea:focus, input:focus{
    outline: 0;
}
*:focus {
    outline: 0;
}

.jumbotron .mc_var_label,
.jumbotron .mc_interest_label {
	display: block;
	margin-bottom: 0.5em;
}
.jumbotron .mc_input {
	border: none;
	font-size: 13px;
	padding: 3px 10px 0 6px;
	width: 100%;
}
.jumbotron .mc_input.mc_phone {
	width: auto;
}
.jumbotron select.mc_select {
	margin-top: 0.5em;
	width: 100%;
}
.jumbotron .mc_address_label {
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	display: block;
}
.jumbotron .mc_address_label ~ select {
	width: 100%;		
}
.jumbotron .mc_list li {
	list-style: none;
	background: none !important;
}
.jumbotron .mc_interests_header {
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}
.jumbotron .mc_interest label,
.jumbotron .mc_interest input {
	margin-bottom: 0.4em;
}
#mc_embed_signup input.button {
    background: url('images/sign-up-button.png');
	border: none;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	position: relative;
	top: -104px;
	left: 100px;
}
.jumbotron #mc_unsub_link a {
	font-size: 0.75em;
}
.jumbotron #mc_unsub_link {
	margin-top: 1.0em;
}
.jumbotron .mc_header_address,
.jumbotron .mc_email_format {
	display: block;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}
.jumbotron .mc_email_options {
	margin-top: 0.5em;
}
.jumbotron .mc_email_type {
	padding-left: 4px;
}


#mc_embed_signup div.mc-field-group input.footer {
	margin-bottom: 0em;
	width: 435px;
	height: 47px;
	background: url('images/sign-up-field-top.png');
	background-repeat: no-repeat;
	border: none;
	float: left;
	padding-left: 10px;
	font-size: 15px;
}

#mc_embed_signup input.button-footer {
    background: url('images/sign-up-button.png');
	border: none;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	position: relative;
	top: -11px;
	left: -253px;
}


/* RESPONSIVE LAYOUT STYLING */

@media (max-width: 1200px) { 
	.right {
		margin-right: 0;
	}
	.navbar a {
		padding-left: 10px;
	}
	.jumbotron .sign-up {
		left: -84px;
	}

	#main { margin-top: 0px; }

	#mc_embed_signup input.button-footer {
		top: -57px;
		left: -23px;
	}
 }

 @media (max-width: 991px) {

 	.jumbotron {
 		margin-top: -32px; 
 	}

 	.jumbotron h1 {
 		font-size: 40px;
 		width: 390px;
 		padding-right: 10px;
 	}

 	.jumbotron #mc_signup_submit {
 		top: -107px;
 		left: 105px;
 	}

 	#main { padding-left: 20px; }

 	.sidebar { padding-left: 40px; }

 	.sidebar .support img {
		padding-right: 5px;
		padding-bottom: 5px;
	}

	.footer-top p { font-weight: 400px; }

	

	.footer-bottom .footer-nav a {
		padding-right: 3px;
	}


 }

 @media (max-width: 767px) {
 	.navbar ul { margin-top: 0px; }

	.navbar li {
		display: block;
		font-size: 18px;
		width: 415px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #dddddd;
	}

	.navbar-collapse { 
		border-bottom: 1px solid #dddddd; 
	}

	.navbar ul.dropdown-menu { 
		left: 130px;
		top: -1px;
	}

	.navbar ul.dropdown-menu li { 
		background-color: #73DFBD;
		width: 175px;
		padding-bottom: 0px; 
	}

	.jumbotron h1 { 
		padding-right: 0px;
		font-size: 30px;
		width: 358px; 
		padding-top: 10px;
	}

	.jumbotron #mc_signup {
		top: 82px;
	}

	.jumbotron #mc_embed_signup {
		top: 110px;
		padding-right: 25px;
	}

	.wrap-bottom { margin-top: -80px;}

	.footer-top #mc_signup_submit { left: 97px;}

	.footer-bottom {height: 140px;}

	.footer-bottom .copyright {
		float: left;
	}

	.footer-bottom .copyright p {
		font-size: 14px;
		float: left;
	}

	

}


@media (max-width: 543px) {

	.jumbotron h1.tag-line {
		font-size: 31px;
		width: 280px;
		margin-top: -10px;
		padding-right: 0px;
	}

	.jumbotron .splash {
		top: 104px;
	}

	.jumbotron .sign-up {
		left: -114px;
	}

	.jumbotron #mc_embed_signup {
		top: 80px;
	}

	.jumbotron h3 {
		clear: both;
	}

  	#mc_embed_signup input.button-footer {
		top: -104px;
		left: 181px;
	}

	.wrap-bottom {
		margin-top: -50px;
	}
}



@media (max-width: 400px) {

	/*.logo {
	background-image: url('images/logo-mobile.png');
	background-repeat: no-repeat; 
	background-position: center;
	width: 219px;
	height: 121px;
}

	.logo a {
		padding: 0px 210px 100px 0px;
	}*/

	/*.navbar ul { margin-top: 0px; }

	.navbar li {
		display: block;
		font-size: 16px;
		width: 340px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #dddddd;
	}*/

	.navbar { 
		float: none !important;
		margin-bottom: 0;
	}
	.navbar ul {
		padding-left: 0px;
	}

	.jumbotron {
		margin-top: -25px;
	}

	.jumbotron .container {
		padding-right: 0px;
		padding-left: 0px;
	}

	.jumbotron h1.tag-line {
		font-size: 31px;
		width: 280px;
		margin-top: -10px;
		padding-right: 0px;
	}

	.jumbotron h1 {
		font-size: 31px;
		width: 280px;
		margin-top: -10px;
		padding-right: 0px;
	}

.jumbotron .splash {
	background: url('images/header-image-splash-mobile_03.png');
	background-repeat: no-repeat;
	width: 545px;
	height: 399px;
	position: relative;
	top: 190px;
	left: -50px;
}

.jumbotron #mc_embed_signup {
top: 50px;
left: 20px;
}



.wrap-bottom {
	background-color: rgb(241, 139, 127);
	height: 230px;
}

#main { padding-left: 15px; }

.footer-top .container {
	padding-left: 15px;
}

#mc_embed_signup input.button-footer {
	top: -104px;
	left: 180px;
}

}




