/* ============================================================================ *
	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 {
	color: #666666;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
}

a {
	color: #bf2e1a;
}


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

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

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

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

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

.tmf-post > h4 {
	color: #666666;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2em;
}

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

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



/* ======================================== *
	Secondary Navigation Section
 * ======================================== */
#secondary-nav-wrapper {}
#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 Section
 * ======================================== */
#header-wrapper{
	border-top: 35px solid #000;
}

#header{
	padding: 40px 0 35px;
}

#header a {
	color: #000;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

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

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

#header-cell-2 {
	color: #000;
	text-align: right;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	line-height: normal;
}

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

	#header-cell-1,
	#header-cell-2 {
		text-align: center;
	}

	#header-cell-2 {
		padding-top: 10px;
	}
}



/* ======================================== *
	Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
	background-color: #f7f7f7;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#primary-nav-container {}
#primary-nav {}
#primary-nav .menu {}
#primary-nav .menu > .menu-item {
	background: url(../images/divider.png) no-repeat center right;
}

#primary-nav .menu > .menu-item.first {}
#primary-nav .menu > .menu-item.last {
	background: none;
}

#primary-nav .menu > .menu-item > a {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	padding: 15px;
}

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a {
	color: #bf2e1a;
}

#primary-nav .menu .sub-menu {
	background-color: #f7f7f7;
	border-top: 1px solid #cccccc;
}

#primary-nav .menu .sub-menu .menu-item > a {
	color: #000;
	font-weight: 400;
	font-size: 15px;
	border-bottom: 1px solid #ececec;
}
#primary-nav .menu .sub-menu .menu-item:hover > a {
	color: #bf2e1a;
}

#primary-nav .menu-bar {
	color: #000;
	font-weight: 500;
}

/* 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-top: 1px solid rgba(0,0,0,0.1);
	background: none;
}
html.mobile-nav #primary-nav .menu > .menu-item > a{
	padding: 10px 15px;
}



/* ======================================== *
	Billboard Section
 * ======================================== */
#billboard-wrapper{
	background-color: #e8e8e8;
	background-image: url(../ie-gradient.php?from=e8e8e8&to=ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f1e7), to(#ffffff));
	background-image: -webkit-linear-gradient(#e8e8e8, #ffffff);
	background-image: -moz-linear-gradient(#e8e8e8, #ffffff);
	background-image: -ms-linear-gradient(#e8e8e8, #ffffff);
	background-image: -o-linear-gradient(#e8e8e8, #ffffff);
	background-image: linear-gradient(#e8e8e8, #ffffff);
}

#billboard{
	padding: 30px 0;
}

#billboard-cell-2{
	vertical-align: middle;
}

#billboard-cell-2 .inner{
	padding-left: 0;
	padding-right: 10px;
}

#billboard img{
	display: block;
	max-width: 517px;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#billboard h1{
	font-family: Arial,sans-serif;
	margin-bottom: 10px;
}

#billboard p{
	line-height: 28px;
}


@media screen and (max-width: 850px) {
	#billboard-cell-2 .inner{
		padding-left: 25px;
		padding-right: 25px;
	}

	#billboard img {
		margin: auto;
	}
}

@media screen and (max-width: 450px) {
	#billboard-cell-2 .inner{
		padding-left: 12px;
		padding-right: 12px;
	}
}


/* ======================================== *
	Body Section
 * ======================================== */
#body-wrapper {
	background-color: #fff;
}

#body-container {
	padding: 0;
}

#body {
	padding: 25px 0;
}


/* ======================================== *
	Home Feature Section
 * ======================================== */

#home-practice-areas-wrapper {
	border-top: 1px solid #ccc;
}

#home-practice-areas-container{
	max-width: 1220px;
}

#home-practice-areas {
	text-align: center;
	padding: 25px 0;
}

#home-practice-areas .inner{
	padding: 0;
}

@media screen and (max-width: 450px) {
	#home-practice-areas .inner{
		padding: 0 12px;
	}
}



/* ======================================== *
	Footer Section
 * ======================================== */
#footer-wrapper {
	background-color: #ececec;
	border-top: 30px solid #bf2e1a;
}

#footer-container {
	padding: 0;
}

#footer {
	padding: 25px 0;
	font-size: 15px;
	line-height: 22px;
}

#footer .tmf-button {
	text-decoration: none !important;
}

#footer h3.tmf-module-title {
	font-size: 18px;
	color: #bf2e1a;
	font-weight: 500;
}




/* ======================================== *
	Copyright Section
 * ======================================== */
#copyright-wrapper {
	background-color: #000;
}

#copyright-container {
	padding: 0;
}

#copyright {
	padding: 25px 0;
	color: #fff;
	font-size: 15px;
}

#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;
}

.tmf-multi-module-area .tmf-module h3.tmf-module-title {
    font-size: 18px;
	color: #bf2e1a;
	font-weight: 500;
    border-bottom: 1px solid #c5c4c4;
    padding-bottom: 5px;
}



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

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


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

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

.tmf-button:active,
.page-numbers:active {
	background-color: #bf2e1a;
	background-image: url(../ie-gradient.php?from=bf2e1a&to=b1301f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bf2e1a), to(#b1301f));
	background-image: -webkit-linear-gradient(#bf2e1a, #b1301f);
	background-image: -moz-linear-gradient(#bf2e1a, #b1301f);
	background-image: -ms-linear-gradient(#bf2e1a, #b1301f);
	background-image: -o-linear-gradient(#bf2e1a, #b1301f);
	background-image: linear-gradient(#bf2e1a, #b1301f);
	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
 * ======================================== */

.vcard .value {
    background: url(../images/icon_sprite_1x.png);
    background-position: 28px 2px;
    height: 25px;
    width: 32px;
    margin-right: 0;
}


 #breadcrumbs {
	border-bottom: 2px solid #c5c4c4;
	color: #8e8e8e;
	font-size: 13px;
	padding-bottom: 5px;
}

#breadcrumbs a {
	color: #8e8e8e;
}

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

.mobile {
	display: none;
}

@media screen and (max-width: 1000px) {
	.vcard .value {
		background-size: 510px;
	    background-position: 28px 2px;
	}
}

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

	.mobile {
		display: inherit;
	}
}

/* ======================================== *
        Gravity Form
 * ======================================== */
.gform_wrapper.tmf-form_wrapper {
    margin: 0 0 0 !important;
}

.gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper.tmf-form_wrapper input[type=text],
.gform_wrapper.tmf-form_wrapper textarea {
    margin: 0;
}

.gform_wrapper.tmf-form_wrapper ul li.gfield {
    margin-top: 0 !important;
    padding-top: 0;
    margin-bottom: 15px;
}

.gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
}

.gform_wrapper.tmf-form_wrapper .top_label div.ginput_container{
	margin-top: 0;
}

.gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

.gform_wrapper.tmf-form_wrapper .gform_footer {
    margin: 0;
    padding-top: 0;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input[type=submit] {
	font-family: Arial, sans-serif;
	background-color: #f9f9f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
	padding: 5px 15px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: .5 ease-out;
	-moz-transition: .5 ease-out;
	-o-transition: .5 ease-out;
	transition: .5 ease-out;
	
}

.gform_wrapper.tmf-form_wrapper .gform_footer input[type=submit]:hover {
	border: 1px solid #c3c3c3;
	color:#fff;
	-webkit-transition: .5 ease-out;
	-moz-transition: .5 ease-out;
	-o-transition: .5 ease-out;
	transition: .5 ease-out;
	background-color:#d9d9d9;
}