/* ============================================================================ *
	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: #cececd;
  	color: #000000;
  	font-family: 'Arial', sans-serif;
  	font-size: 18px;
  	font-weight: 400;
}

a {
	color: #0072ad;
}


/* ======================================== *
	Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
	color: #0072ae;
	font-family: 'Lora', serif;
	font-size: 33px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 15px;
}

/* ======================================== *
	Header 2
 * ======================================== */
h2,
.tmf-post h2,
.editor-content h2 {
	color: #0072ae;
	font-family: 'Lora', serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 15px;
}

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

/* ======================================== *
	Header 3
 * ======================================== */
h3,
h3.tmf-module-title,
.editor-content h3 {
	color: #4a3231;
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 15px;
}

h3 a,
h3.tmf-module-title a,
.editor-content h3 a {
	color: #4a3231;
}

h3 a:hover,
h3.tmf-module-title a:hover,
.editor-content h3 a:hover {}


/* ======================================== *
	Header 4
 * ======================================== */
h4,
.tmf-post > h4,
.editor-content h4 {
	color: #c9b035;
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: 700;
}

h4 a,
.tmf-post > h4 a,
.editor-content h4 a {
	color: #c9b035;
	text-decoration: none;
}

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



/* ======================================== *
	Container Box Shadow
 * ======================================== */
/*#header-container,*/
/*#primary-nav-container,*/
#billboard-container,
#body-container,
#home-attorneys-container,
#associations-container,
#footer-container,
#copyright-container {
	-webkit-box-shadow: 0 4px 15px rgba(0,0,0, 0.35);
	-moz-box-shadow: 0 4px 15px rgba(0,0,0, 0.35);
	box-shadow: 0 4px 15px rgba(0,0,0, 0.35);
}

/*=========================================
	Header Section
=========================================*/
#header-wrapper {
	/*z-index: 1;
	overflow-y: hidden;*/
}

#header-container {}

#header {
	background: rgba(255,255,255, 0.0);
    position: absolute;
    max-width: 980px;
    margin-left: 220px;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 25px 0;
}

.home #header {
	background: none;
}

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

#header .black-logo {
	display: none;
}

.home #header .black-logo {
	display: block;
}

.home #header .white-logo {
	display: none;
}

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

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

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

#header-cell-2 {
	color: #000000;
	font-family: 'Lora', serif;
	font-size: 25px;
	font-weight: 700;
	/*text-shadow: 0px 1px 3px rgba(0,0,0,0.5);*/
	text-align: right;
}

#header-cell-2 .phone-1 a {
	font-weight: 400;
}

#header-cell-2 .phone-1 a::before {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.jpg) repeat scroll 0 0px;
    background-size: 598px;
    content: "";
    display: inline-block;
    height: 22px;
    vertical-align: middle;
    width: 25px;
}

@media screen and (max-width: 1150px) {
	#header {
		background: #ffffff;
	    position: relative;
	    max-width: 100%;
	    margin-left: 0;
	    left: inherit;
	    right: inherit;
	    z-index: inherit;
	    padding: 25px 0;
	}

	#header .black-logo {
		display: block;
	}

	#header .white-logo {
		display: none;
	}

	#header a {
		color: #000000;
	}

	#header-cell-2 {
		color: #000000;
		text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	}
}

@media screen and (max-width: 850px) {
	#header-cell-1,
	#header-cell-2 {
		text-align: center;
	}

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


/* ======================================== *
	Primary Navigation Section
 * ======================================== */
.home #primary-nav {
    padding: 75px 0 0;
}

#primary-nav {
    padding: 30px 0 0;
    font-family: 'Lora', serif;
}

#primary-nav .menu {
	display: block;
	padding-top: 0px;
}

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

#primary-nav .menu > .menu-item > a {
	padding: 12px 25px;
	color: #fff;
	font-size: 16px;
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
}

#primary-nav .menu > .menu-item.current-menu-item,
#primary-nav .menu > .menu-item:hover {
	background: #0970a7; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #0970a7, #177fb5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #0970a7, #177fb5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #0970a7, #177fb5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #0970a7, #177fb5); /* Standard syntax (must be last) */
}

#primary-nav .menu .sub-menu {
	background: #025886;
    top: -2px;
}

#primary-nav .menu > .menu-item > .wrap {
    position: absolute;
    top: 1px;
    left: 100%;
    margin-left: 0;
}

#primary-nav .menu .sub-menu .menu-item > a {
	color: #fff;
	font-size: 16px;
	padding: 10px 15px;
}

#primary-nav .menu .sub-menu .menu-item:hover > a {
	background: #0071ac;
	color: #fff;
	text-decoration: none;
}

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

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

@media screen and (max-width: 1150px) {
	#primary-nav{
		padding: 0;
	}

	.home #primary-nav {
	    padding: 0;
	}

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

	#primary-nav .menu > .menu-item {
		display: table-cell;
	}

	#primary-nav .menu > .menu-item > a {
		padding: 20px 10px;
		margin: auto;
		text-align: center;
	}

	#primary-nav .menu .sub-menu {
	    top: 0;
	}

	#primary-nav .menu > .menu-item > .wrap {
		position: relative;
		left: auto;
		top: 0;
	}

}

@media screen and (max-width: 1000px) {
	#primary-nav .menu > .menu-item > a {
		padding: 20px 6px;
		font-size: 15px;
	}
}

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

/* ======================================== *
    Mobile Menu
 * ======================================== */
#mobile-nav-wrapper {
    font-family: 'Lora', serif;
}

.hamburger-container {
    max-width: none;
}

#mobile-nav a {
    color: #fff;
    font-size: 16px;
}

#mobile-nav .menu > .menu-item > a {
    color: #fff;
    font-size: 18px;
}

#mobile-nav .menu .menu-item.display {
    background: #025886;
}

#mobile-nav .top-part .mob-cancel-button {
    color: #fff;
}

#mobile-nav .menu .sub-menu .menu-item {
    padding: 5px 30px;
}

#mobile-nav .menu > .current-menu-item,
#mobile-nav .menu > .menu-item:hover {
    background: #025886;
}


/* ======================================== *
	Billboard Section
 * ======================================== */
#billboard-wrapper {
/*	z-index: 1;
	overflow-y: hidden;*/
	margin-top: 25px;
}

#billboard-container {
	border-bottom: 10px solid #d5c05a;
}

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

#billboard-cell-1 {
    background: rgb(0,114,174);
    background: linear-gradient(0deg, rgba(0,114,174,1) 0%, rgba(0,105,160,1) 33%, rgba(0,105,160,1) 67%, rgba(0,114,174,1) 100%);
    width: 220px;
}

#billboard-cell-2{
	width: auto;
}

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

#billboard-cell-2 .inner {
	padding: 0;
}

#billboard .billboard-content {
	padding: 0 25px;
	position: absolute;
	bottom: 25px;
	max-width: 1200px;
	z-index: 2;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}

#billboard .tmf-module-area-billboard {
    background: rgba(0,0,0,0.35);
    color: #ffffff;
    font-family: 'Lora', serif;
    font-size: 26px;
    font-style: italic;
    line-height: 34px;
    padding: 10px 12px 15px;
}

#billboard .tmf-module-area-billboard .editor-content p{
    line-height: 34px;
}

#billboard .tmf-module-billboard {
    max-width: 750px;
    margin: 0 auto;
}

@media screen and (max-width: 1150px) {
	#billboard-wrapper {
		margin-top: 0;
	}

	#billboard-cell-1,
	#billboard-cell-2 {
	    width: 100%;
	}

	#billboard-cell-2 {
	    padding-top: 0;
	}
}

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


/* ======================================== *
	Body Section
 * ======================================== */
#body-container {
	background: #ffffff;
}

#body {
	padding: 35px 0;
}


.mobile-view{
	display: none;
}

@media screen and (max-width: 1000px) {
	#body-cell-2{
		padding-top: 0 !important;
	}

	.desktop-view{
		display: none;
	}

	.mobile-view{
		display: block;
		padding-top: 25px;
	}
}

@media screen and (max-width: 850px) {
	#body-cell-1 {
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 450px) {
	#body .custom-inner{
		padding: 30px 12px;
	}
}

/* ======================================== *
        Associations Section
 * ======================================== */
#associations-wrapper {
	z-index: 1;
	overflow-y: hidden;
    text-align: center;
}

#associations-container {
	background: #fff;
	padding-bottom: 15px;
}

#associations .inner{
	padding: 0;
}

#associations img {
    vertical-align: middle;
    padding: 0 5px 15px;
}

@media screen and (max-width: 1170px) {
	#associations-wrapper {
		background: #ffffff;
	}

	#associations-container {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		max-width: 700px;
	}
}

@media screen and (max-width: 400px) {
    #associations img {
        padding: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }
}


/* ======================================== *
	Home Page Practice Areas Section
 * ======================================== */
#home-attorneys-container {
	border-top: 10px solid #d5c05a;
    background: #e0ded6;
}

#home-attorneys .inner{
	padding: 0;
}

#home-attorneys .resp-vtabs ul.resp-tabs-list, 
#home-attorneys .resp-vtabs .resp-tabs-container {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

#home-attorneys .resp-vtabs ul.resp-tabs-list {
    float: none;
    width: 36.25%;
    padding: 50px 0;
}

#home-attorneys .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: none;
    float: none;
    width: 63.37%;
    min-height: auto;
    border-radius: 0;
    clear: none;
}

#home-attorneys .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 25px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

#home-attorneys .resp-tabs-list li {
    font-weight: inherit;
    font-size: inherit;
    display: inline-block;
    padding: 25px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

#home-attorneys .resp-vtabs li.resp-tab-active {
    border: none;
    border-right: none;
    background: transparent url(../images/arrow_01.png) no-repeat 100% 63px;
    position: relative;
    z-index: 1;
    margin-right: 0 !important;
    padding: 25px !important;
}

#home-attorneys .resp-tab-content {
    display: none;
    padding: 50px 25px;
}

/*----------Attorney Home----------*/
.tmf-post.attorney.home {
    border: none;
}

.tmf-post.attorney.home .home-box-1, 
.tmf-post.attorney.home .home-box-2 {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

.tmf-post.attorney.home .home-box-inner{
	padding-right: 15px;
}

.tmf-post.attorney.home img.home-thumbnail {
    border: 3px solid #ffffff;
    display: block;
    max-width: 137px;
    width: 100%;
}

.tmf-post.attorney.home .title {
    color: #4a3231;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
}

.tmf-post.attorney.home .thumbnail-all-posts-tag{
	color: #4a3231;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
}

/*----------Attorney Home Content----------*/
.tmf-post.attorney.home-content {
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.tmf-post.attorney.home-content img.home-primary {
    float: left;
    max-height: 306px;
    max-width: 230px;
    margin-right: 25px;
    margin-bottom: 0;
    border: 1px solid #bcbcbc;
    padding: 4px;
}

.tmf-post.attorney.home-content h2.title {
    color: #4a3231;
    font-size: 21px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.tmf-post.attorney.home-content h2.title a{
    color: #4a3231;
}

/*.tmf-post.attorney.home-content .tmf-taxonomy-list.attorney-titles {
    display: inline-block;
}*/

.tmf-post.attorney.home-content .thumbnail-all-posts-tag {
    display: inline-block;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
}

.tmf-post.attorney.home-content .excerpt {
    color: #333333;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin-top: 0;
}

.tmf-post.attorney.home-content .tmf-button {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 15px;
    max-width: 280px;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 1050px) {
	#home-attorneys .resp-vtabs ul.resp-tabs-list, 
	#home-attorneys .resp-vtabs .resp-tabs-container {
	    box-sizing: border-box;
	    display: block;
	    vertical-align: middle;
	}

	#home-attorneys .resp-vtabs ul.resp-tabs-list {
	    width: 100%;
    	padding: 15px 0;
	}

	#home-attorneys .resp-vtabs .resp-tabs-container {
	    width: 100%;
	}

	#home-attorneys .resp-vtabs .resp-tabs-list li{
		padding: 15px 25px 10px !important;
	}

	#home-attorneys .resp-vtabs li.resp-tab-active {
	    background: #fff;
	    padding: 15px 25px 10px !important;
	}

	.tmf-post.attorney.home img.home-thumbnail {
	    display: none;
	}
}

@media only screen and (max-width: 768px){
	#home-attorneys h2.resp-accordion {
	    display: none;
	}
}

@media screen and (max-width: 600px) {
    .tmf-post.attorney.home-content img.home-primary {
        float: none;
        margin-bottom: 15px;
    }

    .tmf-post.attorney.home-content h2.title {
        text-align: center;
    }

    .tmf-post.attorney.home-content .excerpt {
        text-align: center;
    }
}

@media only screen and (max-width: 450px){
	#home-attorneys .resp-vtabs .resp-tabs-list li {
	    padding: 15px 12px 10px !important;
	}

	#home-attorneys .resp-tabs-list li {
	    padding: 25px 12px;
	}

	#home-attorneys .resp-vtabs li.resp-tab-active {
	    padding: padding: 15px 12px 10px !important;;
	}

	#home-attorneys .resp-tab-content {
	    padding: 50px 12px;
	}

	.tmf-post.attorney.home.resp-tab-item {
	    text-align: center;
	}

	.tmf-post.attorney.home .home-box-1, 
	.tmf-post.attorney.home .home-box-2 {
	    display: block;
	}

	.tmf-post.attorney.home .home-box-inner{
		padding-right: 0;
	}

	.tmf-post.attorney.home img.home-thumbnail {
	    display: inline-block;
	}
}

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

#footer-container {
	background: #0072ae;
	border-top: 10px solid #d5c05a;
	padding: 50px 0;
}

#footer{
	max-width: 800px;
	margin: 0 auto;
}

.home #footer{
	max-width: 100%;
	margin: 0;
}

#footer .title-wrapper{
	text-align: center;
}

.home #footer .title-wrapper{
	display: none;
}

#footer h3.tmf-module-title {
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
}

#footer .tmf-module h3.tmf-module-title {
	display: none;
}

.home #footer .tmf-module h3.tmf-module-title {
	display: block;
}

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

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

#footer-contact-container {
	background: #fff;
	border-bottom: 49px solid #000;
}

#footer-contact{
	text-align: center;
	padding: 30px 0;
	border-bottom: 1px solid #808080;
}

/* ======================================== *
	Copyright Section
 * ======================================== */
#copyright-container {
	background: #d5c05a;
    font-size: 15px;
    color: #000;
    padding: 15px 0;
}

#copyright-container a {
	color: #000;
}

/* ======================================== *
        Disclaimer Section
 * ======================================== */
#disclaimer {
    color: #000000;
    font-size: 15px;
    text-align: center;
    padding: 15px 0 50px;
}

#disclaimer a{
    color: #000000;
}

/* ======================================== *
	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 {
    color: #0072ae;
    font-size: 33px;
    font-weight: 700;
}

.tmf-module-rep-case-disclaimer {
    padding: 10px 0 25px;
}

#body-cell-1 .sidebar-image {
	max-width: 340px;
	float: left;
	width: 100%;
	margin-right: 15px;
}

#body-cell-2 .sidebar-image {
	margin-bottom: 40px;
	max-width: 340px;
	width: 100%;
}

/* ======================================== *
    Inputs & Buttons
 * ======================================== */
.gform_wrapper.tmf-form_wrapper input[type=text],
.gform_wrapper.tmf-form_wrapper input[type=tel],
.gform_wrapper.tmf-form_wrapper input[type=address],
.gform_wrapper.tmf-form_wrapper input[type=email],
.gform_wrapper.tmf-form_wrapper textarea,
.gform_wrapper.tmf-form_wrapper input[type=url],
.gform_wrapper.tmf-form_wrapper input[type=number],
.gform_wrapper.tmf-form_wrapper input[type=checkbox],
.gform_wrapper.tmf-form_wrapper input[type=radio],
.gform_wrapper.tmf-form_wrapper input[type=date],
.gform_wrapper.tmf-form_wrapper input[type=time],
.gform_wrapper.tmf-form_wrapper input[type=hidden],
.gform_wrapper.tmf-form_wrapper input[type=password],
.gform_wrapper.tmf-form_wrapper input[type=file],
.gform_wrapper.tmf-form_wrapper input[type=range],
.gform_wrapper.tmf-form_wrapper input[type=color],
.gform_wrapper.tmf-form_wrapper input[type=search],
.gform_wrapper.tmf-form_wrapper select {
    background: #ececed none repeat scroll 0 0;
    border: 1px solid #ececed;
    border-radius: 0;
    color: gray;
    font-size: 14px !important;
    margin-bottom: 22px !important;
    max-width: 100%;
    padding: 12px 10px !important;
}

.gform_legacy_markup_wrapper .gform_body {
    margin-bottom:25px!important;
}

textarea {
    height: 100px !important;
}

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

input[type=submit],
.tmf-button,
.page-numbers {
	font-family: 'Lora', serif;
	font-size: 15px;
	padding: 15px;
	border: 0;
	color: #ffffff;
    background: #4a3231;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	text-decoration: none !important;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

input[type=submit]:hover,
.tmf-button:hover,
.page-numbers:hover {
    background: #583c3b;
	text-decoration: none !important;
}

input[type=submit]:active,
.tmf-button:active,
.page-numbers:active {
    background: #4a3231;
	text-decoration: none !important;
}

.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;
	color: #444;
	border: 1px solid #999999;
}

.vcard .value {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.jpg) repeat scroll -136px 4px;
    background-size: 598px;
    height: 23px;
    width: 27px;
}

/* ======================================== *
        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
 * ======================================== */
.social-icons {
    vertical-align: middle;
}

.social-icons .icon {
    width: 51px;
    height: 51px;
}

.social-icons .facebook {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -564px 0;
    background-size: 568px;
}

.social-icons .linked-in {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -619px 0;
    background-size: 568px;
}

.social-icons .twitter {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -675px 0;
    background-size: 568px;
}

aside {
    color: #484848;
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 34px; 
}

aside.left {
    border-top: 6px solid #4a3231; 
    border-bottom: 6px solid #4a3231; 
}

aside.right {
    border-top: 6px solid #4a3231; 
    border-bottom: 6px solid #4a3231; 
}

blockquote {
    color: #0072ae;
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 34px;
    position: relative;
    margin: 0;
    padding: 0 0 0 40px;
    z-index: 9;
    font-style: italic;
}

blockquote:after {
    content: "“";
    display: inline-block;
    font-family: Georgia;
    font-size: 400px;
    position: absolute;
    left: -15px;
    color: #e9e8e8;
    top: 140px;
    z-index: -9;
    font-style: normal;
}

#breadcrumbs {
    color: #484848;
    font-size: 15px;
    margin: 0 0 15px;
}

#breadcrumbs a{
    color: #484848;
    text-decoration: underline;
}

#breadcrumbs a:hover{
    text-decoration: none;
}

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

.mobile {
    display: none;
}

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

    .mobile {
        display: inherit;
    }
}


/* ======================================== *
        Gravity Form
 * ======================================== */
.gform_wrapper.tmf-form_wrapper {
    margin: 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 .top_label .gfield_label {
    margin-bottom: 0;
    color:#fff;
}
.archive .gfield_label.gform-field-label.gfield_label_before_complex {
    color: #0072ae;
}

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

.gform_wrapper.tmf-form_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    clear: both;
    width: 100%;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    font-family: 'Lora', serif;
    font-size: 15px;
    border: none;
    padding: 21px 15px;
    width: 100%;
    margin-right: 0;
}