/* ============================================================================ *
	Structural Styles
    ---------------------------------------------------------------------------
	These are the styles which build the main site layout
	(headers, footers, body, etc.).

	If you are attempting to add styling for any elements placed inside of a 
	Wordpress Editor, use 'editor-content.css' stylesheet.
*/
body {
	background-color: #f6f6f6;
	color: #454545;
	font-size: 18px;
	font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a {
	color: #730306;
}


/* ======================================== *
	Headers
 * ======================================== */
h1#page-title,
.editor-content h1 {
	font-size: 1.05em;
	line-height: 1.1em;
	font-weight: 700;
	margin-bottom: 25px;
	color: #000;
}

.tmf-post > h2,
.editor-content h2 {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 400;
	margin-bottom: 0;
	color: #454545;
}

.tmf-post > h2 a,
.editor-content h2 a {
	color: #454545;
}

.tmf-post > h3,
h3.tmf-module-title {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 15px;
	color: #730306;
}

.tmf-post > h3 a,
h3.tmf-module-title a {
	color: #730306;
}

.tmf-post > h4 {
	font-weight: 700;
	font-size: 1em;
	line-height: 1.2em;
}

.tmf-post > h4 a {
	color: #00E;
	text-decoration: none;
}

.tmf-post > h4 a:hover {
	text-decoration: underline;
}



/* ======================================== *
	Secondary Navigation Section
 * ======================================== */
#secondary-nav .menu {}
#secondary-nav .menu > .menu-item {}
#secondary-nav .menu > .menu-item.first {}
#secondary-nav .menu > .menu-item.last {}
#secondary-nav .menu > .menu-item > a {}
#secondary-nav .menu > .menu-item:hover > a {}


/* ======================================== *
	Header Top Section
 * ======================================== */
#header-top-wrapper {
	background-color: #fcf0d5;
	background-image: url(../ie-gradient.php?from=fcf0d5&to=efc75c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcf0d5), to(#efc75c));
	background-image: -webkit-linear-gradient(#fcf0d5, #efc75c);
	background-image: -moz-linear-gradient(#fcf0d5, #efc75c);
	background-image: -ms-linear-gradient(#fcf0d5, #efc75c);
	background-image: -o-linear-gradient(#fcf0d5, #efc75c);
	background-image: linear-gradient(#fcf0d5, #efc75c);
	border-bottom: 5px solid #801517;
}

#header-top {
	font-size: .8em;
	color: #730306;
	text-align: right;
	padding: 10px 0;
}

#header-top #location-info > span:before {
	content: "|";
	display: inline-block;
	margin: 0 5px;
}

#header-top #location-info > span:first-child:before {
	display: none;
}

@media screen and (max-width: 1200px) {
	#header-top {
		padding-right: 25px;
		padding-left: 25px;
	}
}

@media screen and (max-width: 800px) {
	#header-top {
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	#header-top-wrapper {
		display: none;
	}
}


/* ======================================== *
	Header Section
 * ======================================== */
#header-wrapper {
	background-color: #fff;
}

#header-container {
	padding: 0;
}

#header {
	padding: 25px 0 18px;
}

#header .logo {
	width: 100%;
	max-width: 498px;
}

#header-cell-1 {
	vertical-align: middle;
}

@media screen and (max-width: 1200px) {
	#header {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width: 950px) {
	#header {
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	#header .logo {
		width: 80%;
	}
}

@media screen and (max-width: 450px) {
	#header{
		padding: 12px 12px 6px;
	}
	
}


/* ======================================== *
	Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
	background-color: #000000;
}
#primary-nav-container {}
#primary-nav {
}

#primary-nav .menu {

}
#primary-nav .menu > .menu-item {
	border-left: 1px solid #fff;
}
#primary-nav .menu > .menu-item.first {}
#primary-nav .menu > .menu-item.last {
	border-right: 1px solid #fff;
}
#primary-nav .menu > .menu-item > a {
	color: #fff;
	font-size: 20px;
	padding: 10px;

}
#primary-nav .menu > .menu-item:hover {}
#primary-nav .menu > .menu-item:hover > a {
	color: #b9b9b9;
}

#primary-nav .menu .sub-menu {
	background-color: #730306;
}
#primary-nav .menu .sub-menu .menu-item > a {
	color: #fff;
}
#primary-nav .menu .sub-menu .menu-item:hover > a {
	color: #b9b9b9;
}

#primary-nav .menu-bar {
	color: #fff;
}

/* White Icon */
#primary-nav .menu-bar:before {
	background-position: -558px 0;
}*/

html.mobile-nav #primary-nav .menu {}
html.mobile-nav #primary-nav .menu > .menu-item {
	border-left: none;
}

html.mobile-nav #primary-nav .menu > .menu-item.last {
	border-right: none;
}
html.mobile-nav #primary-nav .menu > .menu-item > a{
	font-size: 17px;
	border-top: 1px solid rgba(255,255,255,0.3);
}


/* ======================================== *
	Billboard Section
 * ======================================== */
#billboard-wrapper {
	background-color: #730306;
}

#billboard img {
	width: 100%;
	display: block;
}

#billboard .image-wrap {
	position: relative;
}

#billboard #tagline {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	background-color: #fff;
	background-color: rgba(255,255,255, 0.8);
	font-weight: 700;
	font-size: 1.7em;
	line-height: 1.2em;
	color: #000;
}

#billboard #tagline .wrap {
	padding: 20px 25px;
}

@media screen and (max-width: 1000px) {
	#billboard #tagline { 
		font-size: 1.3em;
	}	

	#billboard #tagline .wrap {
		padding: 15px 25px;
	}
}

@media screen and (max-width: 650px) {
	#billboard-wrapper {
		display: none;
	}
}

/* ======================================== *
	Body Section
 * ======================================== */
#body-wrapper {}

#body-container {
	padding: 0;
	background-color: #fff;
}

#body {
	padding: 40px 0;
}

#body-cell-1 {
	background: url(../images/background-body.jpg) no-repeat top center;
}

#body .tmf-module-307 {
	text-align: center;
}


#body .search-form {
	background: #ebebeb;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
}

#body .search-form .search-box {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	position: relative;
	top: -1px;
}

#body .search-form input.search-submit {
	margin: 0;
	border: 0;
	padding-bottom: 4px;
	background: #000;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	left: -5px;
	position: relative;
}

body.home #page-content {
	text-align: center;
}

#body .home-section {
	display: inline-block;
	width: 195px;
	margin: 20px;
	font-size: .9em;
	line-height: 1.3em;
	vertical-align: top;
	text-align: left;
}

#body .home-section h4 {
	font-weight: 700;
	font-size: 1.1em;
}

#body .home-section ul {
	padding-left: 20px;
}

#body .home-section ul li {
	padding-bottom: 10px;
}

@media screen and (max-width: 550px) {
	#body .home-section {
		width: auto;
	}
}


/* ======================================== *
	Footer Section
 * ======================================== */
#footer-wrapper {
	background-color: #fcf0d4;
	background-image: url(../ie-gradient.php?from=fcf0d4&to=f4d78a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcf0d4), to(#f4d78a));
	background-image: -webkit-linear-gradient(#fcf0d4, #f4d78a);
	background-image: -moz-linear-gradient(#fcf0d4, #f4d78a);
	background-image: -ms-linear-gradient(#fcf0d4, #f4d78a);
	background-image: -o-linear-gradient(#fcf0d4, #f4d78a);
	background-image: linear-gradient(#fcf0d4, #f4d78a);
	border-top: 5px solid #730306;

}

#footer-container {
	padding: 0;
}

#footer {
	padding: 40px 0;
	font-size: 1.2em;
	color: #000;
	text-align: center;

}

#footer .label {
	color: #801517;
}

#footer .email a{
	color: #000;
	text-decoration: none;
}

@media screen and (max-width: 1000px) {
	#footer {
		padding: 25px 0;
	}
}



/* ======================================== *
	Copyright Section
 * ======================================== */
#copyright-wrapper {
	background-color: #640e0f;
	background-image: url(../ie-gradient.php?from=640e0f&to=7f1517);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#640e0f), to(#7f1517));
	background-image: -webkit-linear-gradient(#640e0f, #7f1517);
	background-image: -moz-linear-gradient(#640e0f, #7f1517);
	background-image: -ms-linear-gradient(#640e0f, #7f1517);
	background-image: -o-linear-gradient(#640e0f, #7f1517);
	background-image: linear-gradient(#640e0f, #7f1517);
}

#copyright-container {
	padding: 0;
}

#copyright {
	padding: 25px 0;
	color: #fff;
	text-align: center;
	font-size: .9em;
}

#copyright a {
	color: #fff;
}



/* ======================================== *
	Modules
 * ======================================== */
.tmf-multi-module-area .tmf-module {
	margin-bottom: 50px;
}

.tmf-multi-module-area .tmf-module:last-child {
	margin-bottom: 0;
}



/* ======================================== *
	Inputs & Buttons
 * ======================================== */
input[type=text],
textarea {
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px #e2e2e2;
	-moz-box-shadow: inset 0 1px 1px #e2e2e2;
	box-shadow: inset 0 1px 1px #e2e2e2;
}

input[type=text]:focus,
textarea:focus {
	border: 1px solid #888;
}

.tmf-button,
.page-numbers {
	font-size: .95em;
	padding: 5px;
	background-color: #730306;
	background-image: url(../ie-gradient.php?from=730306&to=590205);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#730306), to(#590205));
	background-image: -webkit-linear-gradient(#730306, #590205);
	background-image: -moz-linear-gradient(#730306, #590205);
	background-image: -ms-linear-gradient(#730306, #590205);
	background-image: -o-linear-gradient(#730306, #590205);
	background-image: linear-gradient(#730306, #590205);
	cursor: pointer;
	border: 1px solid #590205;
	border-bottom-color: #400104;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}

.tmf-button:hover,
.page-numbers:hover {
	background-color: #8c0209;
	background-image: url(../ie-gradient.php?from=8c0209&to=730306);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8c0209), to(#730306));
	background-image: -webkit-linear-gradient(#8c0209, #730306);
	background-image: -moz-linear-gradient(#8c0209, #730306);
	background-image: -ms-linear-gradient(#8c0209, #730306);
	background-image: -o-linear-gradient(#8c0209, #730306);
	background-image: linear-gradient(#8c0209, #730306);
	text-decoration: none;
}

.tmf-button:active,
.page-numbers:active {
	background-color: #590205;
	background-image: url(../ie-gradient.php?from=590205&to=730306);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#590205), to(#730306));
	background-image: -webkit-linear-gradient(#590205, #730306);
	background-image: -moz-linear-gradient(#590205, #730306);
	background-image: -ms-linear-gradient(#590205, #730306);
	background-image: -o-linear-gradient(#590205, #730306);
	background-image: linear-gradient(#590205, #730306);
	border: 1px solid #590205;
	border-top-color: #400104;
	text-decoration: none;
}

.tmf-button.large {
	font-size: 1.1em;
	padding: 7px 25px;
}

.tmf-button.medium {
	font-size: .95em;
	padding: 5px 25px;
}

.tmf-button.small {
	font-size: .85em;
	padding: 3px 15px;
}

.tmf-button.tiny {
	font-size: .75em;
	padding: 2px 7px;
}

.page-numbers.current {
	background: none;
	border: 1px solid #ddd;
	color: #333;
}



/* ======================================== *
	Responsive Layout
 * ======================================== */
@media screen and (max-width: 700px) {
	#breadcrumbs {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	#secondary-nav-wrapper {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	.row > div > .inner {
		padding-left: 12px;
		padding-right: 12px;
	}
}



/* ======================================== *
	Miscellaneous
 * ======================================== */
.editor-content img { 
	max-width: 100% !important; 
	height: auto !important;
}

.mobile {
	display: none;
}

@media screen and (max-width: 500px) {
	.not-mobile {
		display: none;
	}

	.mobile {
		display: inherit;
	}
}


/* ======================================== *
	Newsletter Form
 * ======================================== */
.newsletter-form {
	text-align: right;
}

.newsletter-form .header-1 {
	color: #801517;
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.newsletter-form .header-2 {
	font-style: italic;
	font-size: 1em;
	color: #801517;
	margin-bottom: 10px;
}

.newsletter-form .header-3 {
	color: #000;
}

.newsletter-form .label {
	color: #666;
	font-size: .85em;
	margin-right: 5px;
}

.newsletter-form input[type=text] {
	width: 200px;
	max-width: 60%;
}

.newsletter-form input[type=submit] {
	background: #666;
	color: #fff;
	border: 0;
	padding: 5px;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

@media screen and (max-width: 950px) {
	.newsletter-form,
	.newsletter-form div {
		text-align: center !important;
	}
}