/*
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.
*/
.woocommerce .summary h1.product_title {
font-size:24px;	
}
h2 {
font-size:24px;	
}
#text-3 {
	color: #005594;
	font-weight: bold;
	font-size: 22px;
	text-align: right;
	padding-top: 16px;
}

.form-row input[type="checkbox"] {
	margin-top: 10px;
}

#footer-container {
	margin: 0 -1.618em;
}

.form-row .terms {
	width: 55%;
}

#header-container {
	background: #fff;
}

#nav-container, #navigation {
	background: #909193;
}

#navigation ul.nav li.current_page_item a, #navigation ul.nav li.current_page_parent a, #navigation ul.nav li.current-menu-ancestor a, #navigation ul.nav li.current-cat a, #navigation ul.nav li.current-menu-item a {
	background: #005594;
}

.home-section .section-title:before {
	color: #005594;
}

a.button, .wc-forward {
	background-color: #fff;
}

a.button, a.comment-reply-link, #commentform #submit, .submit, input[type="submit"], input.button, button.button {
	border: 2px solid #005594;
}

a:link, a:visited {
	color: #005594;
}

a.button, a.comment-reply-link, #commentform #submit, .submit, input[type="submit"], input.button, button.button {
	color: #005594 !important;
}

a.button:hover, a.comment-reply-link:hover, #commentform:hover #submit:hover, .submit:hover, input[type="submit"]:hover, input.button:hover, button.button:hover {
	background: #005594;
}

.hero .cta .button {
	color: #fff !important;
	border: 2px solid #fff;
	background-color: rgba(76,85,103,0.8);
}

.hero .cta a.button:hover {
	background-color: #005594;
}

.recent-posts article p.meta .post-date:before {
	color: #005594;
}

.recent-posts article p.meta .categories:before {
	color: #005594;
}

.home-section .section-title:before {
	color: #005594;
}

.hero h1.section-title span {
	background-color: rgba(8,96,160,0.7);
	box-shadow: .618em 0 0 0 rgba(8,96,160,0.7), -.618em 0 0 0 rgba(8,96,160,0.7);
}

table.cart td.actions .input-text, table.cart td.actions .button, table.cart td.actions .checkout-button {
	margin-bottom: 5px !important;
}

#navigation ul.cart a.cart-contents:before {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.hero h1.section-title span {
		background-color: transparent;
		box-shadow: none;
	}
	
	.hero {
		padding-left: 3em;
		padding-right: 3em;
	}
	
	#footer-container {
		margin-left: -25px;
		margin-right: -25px;
		margin-bottom: -20px;
		padding-bottom: 50px;
		padding-left: 25px;
		padding-right: 25px;
	}
	
	#nav-container, #navigation {
		background: none repeat scroll 0 0 #e1e1e1;
	}
	
	#footer {
		padding-top: 15px;
	}
}

@media only screen and (max-width: 640px) {
	#text-3 {
		text-align: center;
	}
}