/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/*HEADER LOGO STUFF*/
/*Set Header Logo Size*/
.et_header_style_centered #logo {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*Set Header Logo Size for roll-down*/
/*.et-fixed-header #logo {
	max-height: 60px !important;
	padding: 0 !important;
}8?*/
/*Set Header Default Font Size*/
/*#top-menu li a {
	font-size: 22px !important;
/*&font-family: Arial !important;*/
#top-menu li a {
	font-size: 21px;
}

/*---------------------------------------*/
/*---------------------------------------*/
/*BLOG POST STUFF*/
/* Set size of images for blog listings*/
.blog .et_pb_post img {
	width: 300px;
}

/* Set Size of Image at top of blog post */
#left-area .post-meta + img {
	width: 300px;
	float: left;
	padding-right: 20px;
}

/*---------------------------------------*/
/*Set Default Font Size Body*/
body {
	color: #444444;
	font-size: 16px;
/*font-weight: 400;*/
	line-height: 1;
}

#main-content p {
	line-height: 1;
}

/* Padding between sections */
.et_pb_section + .et_pb_section {
	padding-top: 0;
}

/*padding between rows */
.et_pb_row + .et_pb_row {
	padding-top: 0;
}

/*----------------------------*/
/*CTA BUTTONS*/
.CTAButton01 {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 12px 24px;
	border: 1px solid #a12727;
	border-radius: 8px;
	background: #ff4a4a;
	background: -webkit-gradient(linear,left top,left bottom,from(#ff4a4a),to(#992727));
	background: -moz-linear-gradient(top,#ff4a4a,#992727);
	background: linear-gradient(to bottom,#ff4a4a,#992727);
	text-shadow: #591717 1px 1px 1px;
	font: normal normal bold 20px arial;
	color: #ffffff;
	text-decoration: none;
}

.CTAButton01:hover,
.CTAButton01:focus {
	background: #ff5959;
	background: -webkit-gradient(linear,left top,left bottom,from(#ff5959),to(#b62f2f));
	background: -moz-linear-gradient(top,#ff5959,#b62f2f);
	background: linear-gradient(to bottom,#ff5959,#b62f2f);
	color: #ffffff;
	text-decoration: none;
}

.CTAButton01:active {
	background: #982727;
	background: -webkit-gradient(linear,left top,left bottom,from(#982727),to(#982727));
	background: -moz-linear-gradient(top,#982727,#982727);
	background: linear-gradient(to bottom,#982727,#982727);
}

.CTAButton01:after {
	content: "\0000a0";
	display: inline-block;
	height: 24px;
	width: 24px;
	line-height: 24px;
	margin: 0 -4px -6px 4px;
	position: relative;
	top: 0;
	left: 0;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAC5ElEQVRIid2TS2hUVxzGf+cxd8yMcx0TnYQQBokYhSqxChqVYPGBKYI49Vmibly4UCouii7VUnCnIkqipRCkGzU+MAiFKvjCKjEtxkeJj5pMNDKadBJz53nvXBduVGZikmbTfssP/t/vfP9zDvzXJfK6cxvLyLmrEMQQooW72+zRAmReN+denTOztLGy3DyHKy9S0xQaW4DrhmsXVtLcEGHxvHAdrrpF7anZYwcAki68yo7j0N5lbNsws1Kgb7KkZcvYAKQm60r6stD+WrJ5XTUHd8/3+Q2jiRWXj7DyhvHvAIZx7dKvz+j4e4CeQbjeCdOml9P04wLCocAOkJeJtJYNB6DyuuH1Z60UpbfvdM/xBwNIf4CHPVASNNi0PETnq0y4K2ZvpPq72zw4Fh05INqcpev0RXtKfe+jv958lcwKz7gJQdqiAiEVm5YWI4U025/b9e7sXb20H24tBMj/Dz5U3ZUahG4uLispnzqrirdpTXUFfDsP7j22ONAcJ+Hqn9He7fw0MTVyAMCq30MI/YunqGjZpKnTeJvxEC6GnctBOjY/nLHoissbnDBrPx0t+Ew/ki5KoYw+O6cYSLikMvByAI5eg25LEggYILWZb/TzDb75YwY5eWHhF2ZVZkIFf77UBHwwOQgam45naWxXtqDUZo554yNrEGlbC/LW14tCVUwK09atMf0QCkLKSvPoSTJnI/cjZSRfeOEGkbsaxD6v4dlTW1MhO/qDvPgHguOhxHTpfZ2kt9/pQ+mtNPjOD3VGnd8WJ6XHu3H6l1O40+MjkYGJATCLHKLRBMm0uI/Sa2jwdQy5gYIAqVf7Jpfy9I2PtP0+3CuydD63cIQ6g5RbafANfC4cCt2B8pDKSjIOFJvgpBJ0vxi0HaG+R8h1NPqHFV64gfKAVATH57D6BrGSTgyl6zlu/jbc4KEbSE9MujbxWD9W0mlF6vmjCYeCDfTSTNqpQ+k4Up3lhJkYTfj/Q+8A52z75TQZiM4AAAAASUVORK5CYII=") no-repeat left center transparent;
	background-size: 100% 100%;
}