/* ============================================================================ *
	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: #c2bba8;
  color: #464236;
  font-size: 18px;
  font-family: 'PT Serif', 'Times New Roman', serif;
  font-weight: 400;
}

a {
  color: #39557d;
}

.section-wrapper {
  padding: 0 25px;
}

@media screen and (max-width: 950px) {
  .section-wrapper {
    padding: 0;
  }
}

.section {
  max-width: 1150px;
  margin: 0 auto;
}

/* ======================================== *
	Headers
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
  color: #23344e;
  font-family: 'Cabin', Helvetica, Arial, serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 15px;
}

h2,
.tmf-post > h2,
.editor-content h2 {
  color: #39557d;
  font-family: 'Cabin', Helvetica, Arial, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 15px;
}

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

h2.control {
  font-weight: 700;
  font-size: 32px !important;
}

h3,
.tmf-post > h3,
h3.tmf-module-title,
.editor-content h3 {
  color: #736c59;
  font-family: 'Cabin', Helvetica, Arial, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 15px;
}

h3 a,
.tmf-post > h3 a,
h3.tmf-module-title a,
.editor-content h3 a {
  color: #736c59;
}

h4,
.tmf-post > h4,
.editor-content h4 {
  color: #c85a27;
  font-family: 'Cabin', Helvetica, Arial, serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.1em;
}

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

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

/* ======================================== *
	Secondary Navigation Section
 * ======================================== */
#secondary-nav {
}
#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 {
}

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

/* ======================================== *
	Header Section
 * ======================================== */
#header-wrapper {
  padding-top: 25px;
  overflow-y: hidden;
}

#header-container {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #23344e;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}

#header {
  padding: 25px 0 20px;
  color: #ffffff;
}

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

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

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

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

#header-cell-2 {
  color: #ffffff;
  font-family: 'Cabin', Helvetica, Arial, serif;
  font-size: 24px;
  font-weight: 400;
  text-align: right;
  line-height: 28px;
}

#header-cell-2 .phone-1::before {
  background: url(../images/icon_sprite_3x.png) no-repeat 0px 1px;
  background-size: 585px;
  content: '';
  display: inline-block;
  width: 28px;
  height: 25px;
  vertical-align: middle;
}

@media screen and (max-width: 950px) {
  #header-wrapper {
    padding-top: 0;
  }

  #header-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

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

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

/* ======================================== *
	Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
}

#primary-nav-container {
  background-color: #23344e;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  border-bottom: 4px solid #c85a27;
}

#primary-nav {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #39557d;
  -webkit-box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.4);
  font-family: 'Cabin', Helvetica, Arial, serif;
  position: relative;
}

#primary-nav .menu {
}

#primary-nav .menu > .menu-item {
  border-left: 1px solid #516a8d;
  border-right: 1px solid #304769;
}

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

#primary-nav .menu > .menu-item.last {
  border-right: none;
}

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

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

#primary-nav .menu > .menu-item.first.current-menu-item > a,
#primary-nav .menu > .menu-item.first:hover > a {
  border-top-left-radius: 10px;
}

#primary-nav .menu > .menu-item.last.current-menu-item > a,
#primary-nav .menu > .menu-item.last:hover > a {
  border-top-right-radius: 10px;
}

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

#primary-nav .menu .sub-menu {
}

#primary-nav .menu .sub-menu li {
  background: #c85a27;
}

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

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

@media screen and (max-width: 1250px) {
  #primary-nav {
    margin: 0 25px;
  }
}

@media screen and (max-width: 900px) {
  #primary-nav .menu > .menu-item > a {
    padding: 15px 18px;
  }
}

/* ======================================== *
    Mobile Menu
 * ======================================== */
#mobile-nav-wrapper {
  font-family: 'Cabin', Helvetica, Arial, serif;
  text-align: left;
}

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

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

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

#mobile-nav .menu .menu-item.display > div > .sub-menu a {
  font-size: 16px;
}

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

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

#mobile-nav .menu .menu-item.display a,
#mobile-nav .menu .menu-item.display > .mob-expand-submenu:before {
  color: #ffffff;
}

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

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

#mobile-nav .mobile-menu .current-menu-item {
  background: transparent;
}

/* ======================================== *
	Billboard
 * ======================================== */
#billboard-wrapper {
  overflow-y: hidden;
}

#billboard-container {
  padding-bottom: 25px;
  background: #fafdea url(../images/home_billboard_building_1x.jpg) no-repeat center center;
  background-size: cover;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  border-bottom: 4px solid #c85a27;
}

#billboard {
  padding: 65px 0 108px;
}

#billboard .tmf-button {
  text-align: center;
  font-family: 'Cabin', Helvetica, Arial, serif;
  color: #eff0e8;
  background: #39557d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 600;
  padding: 12px 10px;
  font-size: 18px;
  line-height: 1.1em;
  margin-top: 10px;
  vertical-align: middle;
  display: block;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  max-width: 450px;
  width: 100%;
  box-sizing: border-box;
}

#billboard .tmf-button:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 1100px) {
  #billboard {
    padding: 50px 0 25px;
  }
}

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

@media screen and (max-width: 750px) {
  #billboard-container {
    padding-bottom: 0;
    height: 300px;
  }

  #billboard {
    padding: 0;
  }

  #billboard-cell-1,
  #billboard-cell-2 {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #billboard-container {
    height: 200px;
  }
}

/* ======================================== *
	Body			
 * ======================================== */
#body-wrapper {
  overflow-y: hidden;
  z-index: 2;
}

#body-container {
  background: #efefe9;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}

#body {
  padding: 50px 0;
}

#body #association-logos {
  text-align: center;
  padding: 15px 0 0;
}

#body #association-logos img {
  vertical-align: middle;
  margin: 15px;
}

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

/* ======================================== *
	Home Attorney			
 * ======================================== */
#home-attorneys-wrapper {
  z-index: 2;
  overflow-y: hidden;
}

#home-attorneys-container {
  background: #39557d;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}

#home-attorneys {
  text-align: center;
  padding: 50px 0 25px;
  max-width: 1200px;
}

#home-attorneys h3.tmf-module-title {
  color: #98bee2;
  font-size: 35px;
  margin-bottom: 30px;
}

/* ======================================== *
	Tagline Section	
 * ======================================== */
#tagline-wrapper {
  z-index: 2;
  overflow-y: hidden;
}

#tagline-container {
  background: #efefe9;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}

#tagline {
  padding: 40px 0 0;
}

.home #tagline {
  padding: 40px 0;
}

#tagline .slogan {
  background-color: #736c59;
  padding: 12px 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #f7f1e9;
  font-family: 'Cabin', Helvetica, Arial, serif;
  font-size: 24px;
  font-style: italic;
  text-align: center;
  font-weight: 400;
  text-transform: none;
}

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

#footer-container {
  background-color: #efefe9;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#footer {
  padding: 0px 0 50px;
}

#footer h3.tmf-module-title {
  border-bottom: 2px solid #736c59;
  color: #23344e;
  font-size: 26px;
  padding: 0 0 10px 0;
  margin-bottom: 15px;
}

/* ======================================== *
	Copyright Section
 * ======================================== */
#copyright-wrapper {
  padding-bottom: 50px;
}

#copyright-container {
  background-color: #23344e;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

#copyright {
  color: #dbd8d4;
  font-size: 14px;
  padding: 25px 0;
}

#copyright a {
  color: #dbd8d4;
}

@media screen and (max-width: 950px) {
  #copyright-wrapper {
    padding-bottom: 0;
  }

  #copyright-container {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

/* ======================================== *
	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: #23344e;
  font-size: 30px;
  margin-bottom: 15px;
}

.tmf-multi-module-area .tmf-module-22 h3.tmf-module-title {
  color: #ffffff;
}

.tmf-multi-module-area .tmf-module-22 {
  background: #39557d;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 25px;
}

.tmf-multi-module-area .tmf-module .tmf-button {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 25px;
}

#body-cell-1 .sidebar-image {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
  max-width: 342px;
  width: 100%;
  display: block;
}

#body-cell-2 .sidebar-image {
  margin-bottom: 35px;
  max-width: 342px;
  width: 100%;
  display: block;
}

@media (max-width: 600px) {
  #body-cell-1 .sidebar-image {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/* ======================================== *
	Inputs & Buttons
 * ======================================== */
input[type='text'],
textarea,
select {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ececed;
  border-radius: 0;
  box-shadow: none;
  color: #45484d;
  font-family: 'Cabin', serif !important;
  font-size: 14px !important;
  margin-bottom: 5px !important;
  max-width: 100%;
  padding: 10px 10px !important;
}

textarea {
  height: 100px !important;
}

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

/* ======================================== *
        Select box Bigger CSS
 * ======================================== */
select {
  padding: 10px 45px 10px 10px !important;
  -webkit-appearance: none; /* remove the strong OSX influence from Webkit */
}

select.gfield_select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.tmf-button,
.page-numbers,
input[type='submit'] {
  color: #fff;
  font-family: 'Cabin', serif;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 15px;
  background-color: #c85a27;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none !important;
  text-align: center !important;
}

.tmf-button:hover,
.page-numbers:hover,
input[type='submit']:hover {
  background-color: #d5602a;
  text-decoration: none;
}

.tmf-button:active,
.page-numbers:active,
input[type='submit']:active {
  background-color: #c85a27;
  text-decoration: none;
}

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

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

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

.tmf-button.tiny {
  font-size: 0.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 -140px 0;
  background-size: 585px;
  height: 15px;
  width: 22px;
  vertical-align: middle;
}

.vcard .label {
  font-size: 18px;
}

/* ======================================== *
	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
 * ======================================== */
aside {
  color: #23344e;
  font-family: 'Cabin', serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

aside.left {
  border-top: 6px solid #98bee2;
  border-bottom: 6px solid #98bee2;
}

aside.right {
  border-top: 6px solid #98bee2;
  border-bottom: 6px solid #98bee2;
}

blockquote {
  color: #39557d;
  font-family: 'Cabin', serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  position: relative;
  margin: 0;
  padding: 0 0 0 40px;
  z-index: 9;
}

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 {
  height: auto;
  max-width: 100%;
}

.title-arrow {
  display: none;
}

.mobile {
  display: none;
}

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

  .mobile {
    display: inherit;
  }
}

/* ======================================== *
        Gravity Form
 * ======================================== */
.gform_wrapper.tmf-form_wrapper {
  margin: 0 !important;
  font-family: 'Cabin', serif !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;
}

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

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

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

#body-cell-2 .gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
  color: #fff;
  font-family: 'Cabin', serif;
  font-size: 18px;
  font-weight: 400;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gfield_checkbox li label,
#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gfield_radio li label {
  color: #fff;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gfield_checkbox li input,
#body-cell-2 .gform_wrapper.tmf-form_wrapper .gfield_checkbox li input[type='checkbox'],
#body-cell-2 .gform_wrapper.tmf-form_wrapper .gfield_radio li input[type='radio'] {
  margin-top: 2px;
}
