/* ============================================================================ *
	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: #ffffff;
	color: #575859;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

a {
	color: #49a2cb;
}


/* ======================================== *
	Headers
 * ======================================== */
h1#page-title, 
.editor-content h1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #99ca3c;
    line-height: normal;
    text-transform: uppercase;
}

.tmf-post > h2, .tmf-post > h2 a,
.editor-content h2, .editor-content h2 a {
	font-size: 22px;
	font-weight: 700;
	color: #99ca3c;
	line-height: 1.2em;
	margin-bottom: 15px;
}

.tmf-post > h3, .tmf-post > h3 a,
.editor-content h3, .editor-content h3 a {
	font-size: 22px;
	font-weight: 700;
	color: #49a2cb;
	margin-bottom: 15px;
}


.tmf-post > h4, .tmf-post > h4 a,
.editor-content h4, .editor-content h4 a {
	font-size: 20px;
	font-weight: 700;
	color: #575859;
	margin-bottom: 10px;
}

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



/* ======================================== *
	Header Top Section
 * ======================================== */
#header-top-wrapper{}

#header-top{
	padding: 10px 0;
}

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

#header-top-cell-1{
	text-align: left;
}

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

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

/* ======================================== *
	Header Section
 * ======================================== */
#header-container {}

#header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

#header .logo-wrap {
/*
	background: rgba(255,255,255,0.80);
	padding: 10px 25px 5px;
	position: relative;
	top: 55px;
	left: 0;
	max-width: 467px;
*/
padding: 10px 205px 5px 15px;
    position: relative;
    top: 55px;
    left: 0;
    max-width: 467px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255,255,255, 0.8)), color-stop(0.75, rgba(255,255,255,0.8)), to(rgba(255,255,255, 0)));
    */: ;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255, 0.8), rgba(255,255,255,0.8) 75%, rgba(255,255,255, 0));
    background-image: -moz-linear-gradient(left, rgba(255,255,255, 0.8), rgba(255,255,255,0.8) 75%, rgba(255,255,255, 0));
    background-image: -o-linear-gradient(left, rgba(255,255,255, 0.8), rgba(255,255,255,0.8) 75%, rgba(255,255,255, 0));
    background-image: linear-gradient(left, rgba(255,255,255, 0.8), rgba(255,255,255,0.8) 75%, rgba(255,255,255, 0));
}

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

#header-cell-1 .inner{
	padding-left: 0;
}

#header-cell-2{
	display: none;
}

#header-top-cell-2,
#header .tmf-module {
    text-align: right;
    font-size: 20px;
    color: #575859;
}

#header-top .email::after,
#header .email::after {
    content: "|"; 
    font-size: 20px; 
    font-weight: 400; 
    color: #49a2cb; 
    margin: 0 7px;
}

#header-top a,
#header a {
	color: #575859;
	text-decoration: none;
}

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

@media screen and (max-width: 850px) {
	#header {
	    background: #fff;
	    position: inherit;
	    padding: 20px 0 5px;
	}

	#header .logo-wrap {
	    text-align: center;
	    background: transparent;
	    top: 0;
	    padding: 0;
	    max-width: 100%;
	}

	#header .tmf-module {
	    text-align: center;
	    margin-bottom: 15px;
	}

	#header .tmf-module img{
	    vertical-align: middle;
	}

	#header-cell-1 .inner{
		padding-left: 25px;
	}

	#header-cell-2{
		display: block;
	}
}

@media screen and (max-width: 520px) {
	#header .email::after {
	    display: none;
	}

	#header .email {
	    display: block;
	}
}

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



/* ======================================== *
	Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {}
#primary-nav-container {
	z-index: 10;
}

#primary-nav {
    background-color: #49a2cb;
}

#primary-nav .menu {}
#primary-nav .menu > .menu-item {}
#primary-nav .menu > .menu-item.first {}
#primary-nav .menu > .menu-item.last {}
#primary-nav .menu > .menu-item > a {
	color: #fff;
	padding: 17px 20px;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 700;
}

#primary-nav .menu > .menu-item.current-menu-item,
#primary-nav .menu > .menu-item:hover {
	background-color: #99ca3c;
}

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

#primary-nav .menu .sub-menu {
	min-width: 400px;
	background-color: #99ca3c;
}

#primary-nav .menu .sub-menu .menu-item > a {
	color: #fff;
	font-size: 19px;
}

#primary-nav .menu .sub-menu .menu-item:hover > a {
	background-color: #7fa831;
}

#primary-nav .menu-bar {
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
	#primary-nav-container {
		border-left: none;
		border-right: none;
	}
}

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

@media screen and (max-width: 850px) {
	#primary-nav {}

	#primary-nav .menu-bar {
		display: block;
	}

	#primary-nav .menu {
		display: none;
	}

	#primary-nav .menu > .menu-item {
		border-left: none;
		border-right: none;
		border-top: 1px solid #fff;
		display: block;
	}

	#primary-nav .menu .sub-menu {
		width: 100%;
		text-align: center;
	}
}


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

/* ======================================== *
	Billboard Section
 * ======================================== */
#billboard img{
	display: block;
	width: 100%;
	height: auto;
}

.billboard-mobile-view{
	display: none;
}

@media screen and (max-width: 850px) {
	.billboard-desktop-view{
		display: none;
	}

	.billboard-mobile-view{
		display: block;
	}
}


/* ======================================== *
        Home Practice Areas Section
 * ======================================== */
#about-mutual-divorce-wrapper {}

#about-mutual-divorce-container{
	padding: 10px 0 15px;
	text-align: center;
}

.about-mutual-box {
    border: none;
    display: inline-block;
    max-width: 333px;
    padding: 0px 25px 25px;
    vertical-align: top;
    margin: 0;
}

.about-mutual-box .title {
	margin: 0 20px;
	max-width: 333px;
	display: block;
	font-size: 19px;
	font-weight: 700;
	line-height: 24px;
	text-decoration: none;
    background-color: #99ca3c;
	padding: 10px;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-transform: uppercase;
}

.about-mutual-box .title a {
	color: #fff;
	text-decoration: none;
}

.about-mutual-box .title a:hover {
	text-decoration: underline;
}

.about-mutual-box img.thumbnail {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: none;
	width: 100%;
	max-width: 333px;
	-webkit-box-shadow: 0 0 0 2px #fff, 0 0 5px 2px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0 0 0 2px #fff, 0 0 5px 2px rgba(0,0,0, 0.4);
	box-shadow: 0 0 0 2px #fff, 0 0 5px 2px rgba(0,0,0, 0.4);
}

#about-mutual-divorce .inner{
	padding: 0;
}

@media screen and (max-width: 450px) {
	.about-mutual-box {
	    padding: 0px 12px 25px;
	}
}

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

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

#body {
    padding: 25px 0;
}


/* ======================================== *
	Footer Section
 * ======================================== */
#footer-wrapper {}

#footer-container {
	background: #fff;
	border-top: 42px solid #49a2cb;
}

#footer {
	padding: 35px 0;
	color: #575859;
	font-size: 16px;
	line-height: 26px;
}

#footer h3.tmf-module-title {
    color: #99ca3c;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

#footer .tmf-button {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
}

@media screen and (max-width: 850px) {}



/* ======================================== *
	Copyright Section
 * ======================================== */
#copyright-wrapper {}

#copyright-container {
	background-color: #49a2cb;
	padding: 11px 0;
}

#copyright {
	color: #FFF;
	font-size: 16px;
	text-align: center;
}

#copyright a {
	color: #fff;
}

#disclaimer {
	font-size: 14px;
	text-align: center;
	color: #575859;
	padding: 20px 0;
}

#disclaimer a {
	color: #575859;
}



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

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

.tmf-multi-module-area h3.tmf-module-title {
    color: #99ca3c;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.tmf-multi-module-area .tmf-button{
    display: block;
    text-decoration: none;
}

.tmf-multi-module-area .tmf-module-87 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.tmf-multi-module-area .tmf-module-87 ul li {
    color: #575859;
    font-size: 20px;
    padding-bottom: 7px;
}

.tmf-multi-module-area .tmf-module-87 ul li a{
	color: #575859;
}

.sidebar-image {
    max-width: 350px;
    margin-bottom: 25px;
    width: 100%;
}


/* ======================================== *
	Inputs & Buttons
 * ======================================== */
input[type=text],
textarea {
    background: #ececed;
    padding: 12px 10px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    max-width: 100%;
    font-size: 14px !important;
    font-family: 'Lato', sans-serif !important;
    border: none;
    color: #575859 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: normal;
}

input[type=text]:focus,
textarea:focus {
	border: none;
}

.tmf-button,
.page-numbers,
.gform_wrapper.tmf-form_wrapper input[type=submit] {
	font-size: 18px;
	padding: 15px;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	text-align: center !important;
	text-decoration: none !important;
	color: #fff !important;
	font-weight: 400;
	background: #99ca3c;
	font-family: "Lato", sans-serif;
	border: none;
}

.tmf-button:hover,
.page-numbers:hover,
.gform_wrapper.tmf-form_wrapper input[type=submit]:hover {
	background: #8eba3c;
}

.tmf-button:active,
.page-numbers:active,
.gform_wrapper.tmf-form_wrapper input[type=submit]:active {
	background: #99ca3c;
}

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

.vcard .value {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -72px 2px;
    background-size: 491px;
    height: 23px;
    width: 27px;
}


/* ======================================== *
	Breadcrumbs
 * ======================================== */
#breadcrumbs {
    color: #4d4d4d;
    font-size: 16px;
    padding: 0 25px;
}

#breadcrumbs a{
    color: #4d4d4d;
}

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

/* ======================================== *
	Responsive Layout
 * ======================================== */
@media screen and (max-width: 700px) {
	#breadcrumbs {
		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;
	}
}

/* ======================================== *
        Gravity Form
 * ======================================== */
.gform_wrapper.tmf-form_wrapper {
    margin: 0px 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 ul li.gfield {
    margin-top: 5px;
    padding-top: 0;
}

.gform_wrapper.tmf-form_wrapper ul li.gfield {
    margin-bottom: 25px;
}

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

.gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.gform_wrapper.tmf-form_wrapper ul.gform_fields input[type=text],
.gform_wrapper.tmf-form_wrapper ul.gform_fields textarea {}

.gform_wrapper.tmf-form_wrapper ul.gform_fields textarea{
    height: 120px;
}

.gform_wrapper.tmf-form_wrapper .gform_footer{
    text-align: center;
    padding: 0;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button, 
.gform_wrapper.tmf-form_wrapper input[type=submit] {
	background: #49a2cb;
    font-family: 'Lato', sans-serif;
    padding: 20px 15px;
    margin-right: 0;
    font-size: 18px;
    width: 100%;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button:hover, 
.gform_wrapper.tmf-form_wrapper input[type=submit]:hover {
	background: #4c9cc1;
}