/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.7
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=DM+Sans:300,400,500,600,700);

/* Ovewrite Bootstrap */
html,
body {
  height: 100%;
}
body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
}
.alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 20px;
}
.alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  color: #252525;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
p {
  margin-bottom: 0px;
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
a {
  color: #e15524;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -mz-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
a:hover,
a:focus {
  color: #32303d;
  text-decoration: none;
  outline: none;
}
p:empty {
  display: none;
}
.container {
  /* max-width: 1760px;
  width: 100%; */
}
.img-thumbnail {
  margin-bottom: 20px;
}
*:focus {
  outline: 0;
}
/* Form */
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("assets/images/icon-select.png") no-repeat calc(100% - 20px)
    center;
  background-color: #fff;
}
.btn {
  background-color: #e15524;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  min-height: 60px;
  min-width: 378px;
  padding: 14px 20px;
  text-decoration: none !important;
  border-radius: 0;
}
.btn-icon {
  text-align: left;
  padding-right: 60px;
  background-image: url("assets/images/icon-arrow.png");
  background-position: calc(100% - 18px) center;
  background-repeat: no-repeat;
}
.btn:hover {
  color: #fff;
  background-color: #222222;
}
.btn-default {
  display: inline-block;
  min-width: 160px;
  min-height: 44px;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  background-color: #06639e;
  padding: 14px 20px;
  text-align: center;
  text-transform: uppercase;
}
.btn-default:hover {
  background-color: #191919;
  color: #fff;
}
.aligncenter,
.img-responsive {
  margin: 0 auto 40px;
}
.img-responsive:last-child {
  margin-bottom: 0px;
}
hr {
  border-color: #dcdcdc;
  margin: 50px 0;
}
hr.clear {
  clear: both;
}
.learn-more {
  font-size: 12px;
  color: #6fc7f4;
  text-transform: uppercase;
  padding-right: 46px;
  letter-spacing: 0.075em;
  font-weight: 800;
  position: relative;
  background: url("assets/images/icon-arrow-button.png") no-repeat right center;
  padding-top: 4px;
}
.learn-more:hover {
  color: #5e5e5e;
}
.img-left {
  float: left;
  margin-top: 5px;
  margin-right: 45px;
  margin-bottom: 22px;
}
.img-right {
  float: right;
  margin-top: 5px;
  margin-left: 45px;
  margin-bottom: 22px;
}
.img-right:last-child,
.img-left:last-child {
  margin-bottom: 0px;
}
.row {
  margin-bottom: 36px;
}
#big-video-wrap {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
}
.container-big {
  max-width: 1630px;
}
.container-small {
  max-width: 1430px;
}
.table-responsive {
  margin-bottom: 40px;
}
.embed-responsive {
  margin-bottom: 35px;
  min-height: 391px;
  padding-bottom: 0;
}
.disabled-cursor {
  pointer-events: none;
}
/* Hover Animation */
.image-hover {
  position: relative;
  overflow: hidden;
}
.image-hover:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  transform: scale(2) rotate(45deg);
  left: -120%;
  top: -180%;
  opacity: 0;
  transition: left 0.8s ease, top 0.8s ease, opacity 0.8s ease;
}
.image-hover:hover:after {
  left: 0;
  top: 0;
  opacity: 1;
}
/* Header */
.body-wrapper {
  overflow: hidden !important;
}
.header {
  position: relative;
}
.menu-logo-content.menu-fix-header {
  position: fixed;
  display: none;
  width: 100%;
  margin-top: 0px;
  z-index: 1000;
  top: 0;
}
.logo-contact-content {
  padding: 44px 0;
}
.logo-content {
  float: left;
  width: 50%;
  padding-left: 7px;
}
.logo-content img {
  max-width: 100%;
}
.header-contact {
  text-align: right;
  float: left;
  width: 50%;
  padding-top: 6px;
}
.header-contact p {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
}
.header-contact p a {
  color: #e15524;
}
.header-contact p a:hover {
  color: #32303d;
}
.social-media {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  padding-left: 49px;
}
.social-media li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}
.social-media li:first-child {
  padding-left: 0;
}
.social-media li:last-child {
  padding-right: 0;
}
.social-media li a:hover {
  opacity: 0.8;
}
.menu-content {
  padding: 26px 0 33px;
  background-color: #32303d;
}
.menu-section {
  float: left;
  width: calc(100% - 387px);
  padding-top: 19px;
}
.menu-section ul {
  font-size: 0;
  position: relative;
}
.menu-section ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 25px;
}
.menu-section ul > li:first-child {
  padding-left: 0;
}
.menu-section ul > li:last-child {
  padding-right: 0;
}
.menu-section ul > li > a {
  color: #fff;
  font-size: 20px;
  position: relative;
  font-weight: bold;
  z-index: 38;
  display: block;
}
.menu-section ul > li > a:hover,
.menu-section ul > li.current-page-ancestor > a,
.menu-section ul > li.current_page_parent > a,
.menu-section ul > li.current-menu-parent > a,
.menu-section ul > li.current-menu-ancestor > a,
.menu-section ul > li.current-menu-item > a {
  color: #e15524;
}
.menu-section ul > li > a:after {
  content: "";
  border-bottom: 4px solid #e15524;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -mz-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  display: none;
}
.menu-section ul > li > a:hover:after,
.menu-section ul > li.current-page-ancestor > a:after,
.menu-section ul > li.current_page_parent > a:after,
.menu-section ul > li.current-menu-parent > a:after,
.menu-section ul > li.current-menu-ancestor > a:after,
.menu-section ul > li.current-menu-item > a:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.menu-section li .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  padding: 15px 0 5px;
  min-width: 200px;
  background-color: #e15524;
  z-index: 37;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -mz-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
.menu-section li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.menu-section li > .sub-menu:before {
  position: absolute;
  height: 62px;
  width: 100%;
  left: 0;
  top: -50px;
  background: transparent;
  content: "";
}
.menu-section li .sub-menu li {
  border: 0px;
  width: 100%;
  text-align: left;
  padding: 0px 10px;
  margin-left: 0px;
  position: relative;
  background-color: #e15524;
  transition: all 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -mz-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
}
.menu-section li .sub-menu li:last-child {
  border-bottom: none;
}
.menu-section li .sub-menu li a {
  display: block;
  padding: 10px;
  color: #fff;
  text-transform: none;
  border-bottom: 1px solid #32303d;
  line-height: 1.5;
  font-size: 15px;
}
.menu-section li .sub-menu li:last-child a {
  border-bottom: none;
}
.menu-section li .sub-menu li.menu-item-has-children > a {
  position: relative;
  width: 100%;
}
.menu-section li .sub-menu li.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.menu-section li .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.menu-section li .sub-menu li.menu-item-12393 .sub-menu {
  top: auto;
  bottom: 0;
}
.menu-section li > .sub-menu > li.current-menu-item > a,
.menu-section li > .sub-menu > li:hover > a {
  color: #fff;
  background-color: #32303d;
}
.header-button {
  float: left;
  width: 387px;
  text-align: right;
}
.header-button .btn {
  height: 65px;
  padding-top: 17px;
}
/* Home */
.hero {
  height: 978px;
  background: url("assets/images/hero.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.49);
}
.hero-main {
  text-align: center;
  width: 100%;
  position: relative;
}
.hero-main h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 91px;
  line-height: 0.9891;
  margin-bottom: 51px;
}
.hero-main p {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 72px;
}
.home-content {
  padding: 195px 0 143px;
}
.home-content-page {
  padding: 0;
}
.home-content h2 {
  font-size: 45px;
  line-height: 1.2889;
  color: #32303d;
  margin-bottom: 18px;
}
.home-content h3 {
  color: #34373e;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2889;
  margin-bottom: 4px;
}
.home-content p {
  font-size: 18px;
  color: #34373e;
  line-height: 2;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 36px;
}
.about-section {
  margin-bottom: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.as-image {
  flex: 0 1 900px;
}
.as-content {
  flex: 1;
}
.as-content-wrap {
  padding-left: 82px;
}
.practice-areas-section {
  margin-bottom: 135px;
}
.pas-content p {
  line-height: 1.6667;
  margin-bottom: 74px;
}
.pas-list {
  margin: 0 -8.5px 96px;
}
.pas-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.pas-item {
  flex: 0 1 25%;
}
.pas-item-wrap {
  padding: 0 8.5px;
  height: 690px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pas-item-image {
  height: 100%;
  width: calc(100% - 17px);
  position: absolute;
  left: 8.5px;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pas-item-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pas-item-wrap:hover .pas-item-image:before {
  opacity: 0.8;
}
.pas-item h3 {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 40px;
}
.pas-item h3 a {
  color: #fff;
}
.attorney-content {
  text-align: center;
  max-width: 1434px;
  margin: 0 auto;
}
.attorney-content h2 {
  margin-bottom: 90px;
}
.att-list {
  margin: 0 -25px 70px;
}
.att-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.att-item {
  flex: 0 1 16%;
}
.att-item-wrap {
  padding: 0 25px;
}
.att-item-image {
  margin-bottom: 30px;
  display: block;
  height: 352px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  border: 1px solid #c7c7c7;
  -webkit-box-shadow: 0 5px 0 #dbdbdb;
  box-shadow: 0 5px 0 #dbdbdb;
}
.att-item-image:hover {
  opacity: 0.8;
}
.att-item h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 -12px;
}
.att-item h3 a {
  color: #2f3639;
}
.att-item h3 a:hover {
  color: #e15524;
}
.att-item p {
  text-align: center;
  margin-bottom: 0;
}
/* Content */
.hero-page {
  height: 388px;
  background: url("assets/images/hero-pages.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-page:before {
  content: "";
  background-color: rgba(34, 34, 34, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hp-wrapper {
  position: relative;
}
.hp-wrapper h1 {
  color: #fff;
  font-size: 91px;
  text-transform: uppercase;
  text-align: center;
}

.mc-wrapper h2 {
  font-size: 45px;
  line-height: 1.2889;
  color: #32303d;
  margin-bottom: 18px;
}
.mc-wrapper h3 {
  color: #34373e;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2889;
  margin-bottom: 4px;
}
.mc-wrapper li,
.mc-wrapper p {
  font-size: 18px;
  color: #34373e;
  line-height: 2;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 36px;
}
.mc-wrapper ol,
.mc-wrapper ul {
  margin-bottom: 36px;
}
.mc-wrapper ol {
  padding-left: 20px;
}
.mc-wrapper ul li {
  padding-left: 36px;
  position: relative;
}
.mc-wrapper ul li:before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #34373e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 16px;
}
.mc-wrapper li {
  margin-bottom: 0;
  text-align: left;
}
.mc-side {
  float: left;
  width: 480px;
  background-color: #24262c;
  padding: 71px 46px;
}
.mc-wrapper-pa .mc-side {
  width: 529px;
}
.mc-wrapper-contact .mc-side {
  width: 605px;
}
.mc-side h2 {
  padding: 13px 47px 12px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.8;
  margin-bottom: 0;
  letter-spacing: 0.2em;
  -webkit-box-shadow: 0 0 32px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 32px 8px rgba(0, 0, 0, 0.4);
}
.mc-wrapper-pa .mc-side h2 {
  letter-spacing: 0.1em;
  padding-left: 45px;
  padding-right: 20px;
}
.mc-wrapper-pa .mc-side h2 a {
  color: #fff;
  padding-left: 28px;
  background: url("assets/images/icon-gavel.png") no-repeat left center;
}
.mc-wrapper-pa .mc-side h2 a:hover {
  color: #e15524;
}
.mc-att-list {
  margin-bottom: 12px;
}
.mc-att-inner {
  padding: 30px 47px 33px;
}
.mc-wrapper-pa .mc-att-inner {
  padding-right: 20px;
}
.mc-att-item a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 2.4;
}
.mc-wrapper-pa .mc-att-item a {
  text-transform: none;
}
.mc-att-item.is-active a,
.mc-att-item a:hover {
  color: #e15524;
}
.mc-main {
  float: left;
  width: calc(100% - 480px);
  padding-left: 126px;
}
.mc-wrapper-pa .mc-main {
  padding-left: 0;
  padding-right: 95px;
  width: calc(100% - 529px);
}
.mc-wrapper-contact .mc-main {
  padding-left: 0;
  padding-right: 215px;
  width: calc(100% - 605px);
}
.mc-att-details {
  font-size: 0;
  margin-bottom: 60px;
}
.mc-att-image {
  display: inline-block;
  vertical-align: middle;
  width: 372px;
}
.mc-att-main-info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 372px);
  padding-left: 75px;
}
.mc-att-main-info h2 {
  margin-bottom: 0;
}
.mc-att-main-info h3 {
  font-size: 24px;
  margin-bottom: 45px;
}
.mc-att-main-info h3 a {
  display: inline-block;
  padding-top: 8px;
}
.mc-att-main-info p {
  font-size: 20px;
  margin-bottom: 0;
}
.mc-att-main-info li {
  font-size: 20px;
}
.mc-att-main-info li:before {
  top: 18px;
}
.mc-tabs {
  padding-top: 30px;
}
.mc-tabs-head {
  background-color: #e15524;
  font-size: 0;
  text-align: center;
  padding: 13px 0;
  margin-bottom: 65px;
}
.mc-tabs-head a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 28px;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.mc-tabs-head a.is-active,
.mc-tabs-head a:hover {
  color: #34373e;
}
.mc-tabs-head a:last-child {
  border-right: none;
}
.mc-wrapper ul.half-list {
  overflow: hidden;
}
.mc-wrapper ul.half-list li {
  float: left;
  width: 50%;
}
.mc-tab-item {
  display: none;
}
.mc-tab-item.is-active {
  display: block;
}
.testimonials {
  margin: 0 -70px;
  font-size: 0;
}
.testimonials > div {
  padding: 0 70px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.testi-item {
  padding-top: 35px;
  background: url("assets/images/icon-stars.png") no-repeat left top;
  margin-bottom: 90px;
}
.mc-blog {
  float: left;
  width: calc(100% - 605px);
  padding-right: 126px;
}
.mc-blog-side {
  float: left;
  width: 605px;
}
.mc-blog-search {
  margin-bottom: 69px;
}
.search-form {
  font-size: 0;
}
.search-field {
  vertical-align: top;
  height: 60px;
  width: calc(100% - 211px);
  border: 1px solid #3e4148;
  padding: 0 45px;
  font-size: 20px;
  color: #222;
  font-weight: bold;
  margin-right: 10px;
}
.btn-search {
  width: 201px;
  height: 60px;
  vertical-align: top;
  padding: 0;
  background-color: #34373e;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  border: none;
  letter-spacing: 0.2em;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.btn-search:hover {
  background-color: #e15524;
}
.mc-blog-side-wrap {
  background-color: #24262c;
  padding: 71px 46px;
  margin-bottom: 69px;
}
.mc-blog-side-wrap h2 {
  padding: 13px 47px 12px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.8;
  margin-bottom: 0;
  letter-spacing: 0.2em;
  -webkit-box-shadow: 0 0 32px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 32px 8px rgba(0, 0, 0, 0.4);
}
.mc-blog-side-wrap > ul {
  padding: 30px 45px 0;
}
.mc-blog-side-wrap ul {
  margin-bottom: 0;
}
.mc-blog-side-wrap > ul li {
  line-height: 2.6667;
  padding-left: 51px;
}
.mc-blog-side-wrap > ul > li {
  padding-left: 0;
  font-weight: bold;
}
.mc-blog-side-wrap > ul ul li a,
.mc-blog-side-wrap > ul > li > a:hover {
  color: #fff;
}
.mc-blog-side-wrap > ul ul li a:hover {
  color: #e15524;
}
.mc-blog-side-wrap > ul li:before {
  left: 36px;
  background-color: #fff;
  top: 21px;
}
.mc-blog-side-wrap > ul ul ul li {
  padding-left: 35px;
}
.mc-blog-side-wrap > ul ul ul li:before {
  width: 8px;
  height: 2px;
  border-radius: 0;
  left: 20px;
  top: 23px;
}
.mc-blog-side-wrap > ul > li:before {
  display: none;
}
.es_caption {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.es-field-wrap label {
  width: 100%;
}
.es-field-wrap input {
  width: 100%;
  border: 1px solid #33363d;
  height: 60px;
  color: #222;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
.es_submit_button {
  color: #fff;
  width: 100%;
  height: 60px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 20px;
  padding: 0;
  background-color: #e15524;
  border: 1px solid #e15524;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.es_submit_button:hover {
  background-color: #222;
}
.mc-blog-side-wrap .mc-att-inner {
  padding-bottom: 0;
}
.staff-item p,
.staff-item {
  text-align: center;
}
.staff-item {
  margin-bottom: 80px;
}
.staff-image {
  margin: 0 auto 40px;
  max-width: 770px;
  height: 390px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mc-wrapper *:last-child {
  margin-bottom: 0;
}
/* Footer */
.page-template-page-bio .badges-section {
  display: none;
}
.bs-wrapper {
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.bs-wrapper ul {
  font-size: 0;
}
.bs-wrapper ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 33px;
  margin-bottom: 70px;
}
.bs-wrapper ul li a[href=""] {
  pointer-events: none;
}
.form-section {
  background: url("assets/images/bg-form.jpg") no-repeat center;
  background-size: cover;
  padding: 235px 0 175px;
  position: relative;
}
.form-section:before {
  content: "";
  background: url("assets/images/bg-form.png") no-repeat right top;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.form-details {
  max-width: 910px;
  float: right;
  position: relative;
}
.form-details p {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.8572;
}
.form-details h2 {
  color: #fff;
  font-size: 45px;
  line-height: 1.0667;
  margin-bottom: 28px;
}
.form-main {
  margin: 0 -8px;
}
.footer {
  background-color: #222222;
  padding: 92px 0 76px;
}
.page-id-15 .footer {
  padding-top: 0;
}
.footer-top {
  margin-bottom: 50px;
}
.page-id-15 .footer-top {
  background-color: #fff;
  padding-bottom: 76px;
}
.ft-wrapper {
  margin: 0 -15px;
}
.ft-offices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.ft-offices-item {
  flex: 0 1 25%;
  margin-bottom: 37px;
}
.ftoi-wrap {
  padding: 0 15px;
}
.ftoi-wrap h3 {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2.5714;
  text-transform: uppercase;
  font-weight: bold;
}
.ftoi-wrap p {
  font-size: 18px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.ftoi-wrap p a {
  font-size: 14px;
  line-height: 2.5714;
}
.ftoi-wrap p a:hover {
  color: #fff;
}
.page-id-15 .ftoi-wrap p a:hover,
.page-id-15 .ftoi-wrap p,
.page-id-15 .ftoi-wrap h3 {
  color: #222222;
}
.social-media-footer {
  padding-left: 0;
}
.social-media-footer ul {
  padding-top: 15px;
}
.social-media-footer ul li {
  padding: 0 11px;
}
.fb-wrapper {
  font-size: 0;
}
.design-by,
.fb-menu {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.fb-menu li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 17px;
  line-height: 1;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.fb-menu li:first-child {
  padding-left: 0;
  border-left: none;
}
.fb-menu li:last-child {
  padding-right: 0;
  border-right: none;
}
.design-by {
  text-align: right;
}
.design-by img {
  margin-left: 10px;
}
.design-by a {
  text-decoration: underline;
}
.fb-menu li a,
.fb-wrapper p {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.fb-wrapper p a {
  color: #fff;
}
.fb-wrapper a:hover {
  color: #e15524;
}
p.copyright {
  margin-bottom: 12px;
}
/* Page Pagination */
.blog-image {
  overflow: hidden;
  margin-bottom: 55px;
}
.blog-image a {
  display: block;
  width: 100%;
  height: 522px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-item {
  margin-bottom: 86px;
}
.blog-item h2 {
  font-size: 36px;
  margin-bottom: 0;
}
.blog-item h2 a {
  color: #32303d;
}
.blog-item h2 a:hover {
  color: #e15524;
}
.pagination {
  margin-top: 38px;
  padding-left: 0px !important;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.pagination:before {
  display: none;
}
.pagination .page-numbers {
  border-radius: 0px;
  color: #616161;
  height: auto;
  padding: 0;
  text-align: center;
  width: auto;
  border: none;
  text-decoration: none !important;
  display: none;
  font-weight: bold;
}
.pagination .page-numbers.dots {
  border: none;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  border-radius: 0;
  color: #fff;
  display: inline-block;
  position: relative;
  border: none;
  margin-right: 9px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  background-color: #e15524;
}
.pagination .page-numbers.next {
  margin-right: 0;
}
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover {
  background-color: #222;
  color: #fff;
}
.pagination .page-numbers.prev i,
.pagination .page-numbers.next i {
  width: 7px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pagination .page-numbers.next i {
  margin-left: 24px;
  left: -4px;
}
.pagination .page-numbers.prev i {
  margin-right: 24px;
  right: -4px;
}
.pagination .page-numbers.next i:before,
.pagination .page-numbers.prev i:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
}
.pagination .page-numbers.next i:before {
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
}
.pagination .page-numbers.prev i:before {
  border-width: 6px 7px 6px 0;
  border-color: transparent #fff transparent transparent;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  color: #002366;
}
.pagination .page-numbers.dots:hover {
  color: #00375d;
  background-color: transparent;
}
/* Gform */
.red {
  color: #790000;
  font-size: 18px;
  font-weight: bold;
}
#contact-form .gform_wrapper {
  margin: 0;
}
#contact-form .gfield_required {
  display: none;
}
#contact-form .gform_wrapper .gfield_label {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  display: none;
}
#contact-form .gform_wrapper ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  margin: 0 !important;
}
#contact-form .gform_wrapper ul li {
  padding: 0 8px;
  clear: none;
  margin: 0 0 15px !important;
  max-width: 100% !important;
}
body.page-id-15 #contact-form .gform_wrapper .gform_left_third,
#contact-form .gform_wrapper .gform_middle_third,
#contact-form .gform_wrapper .gform_right_third {
  float: none;
  width: 100% !important;
}
#contact-form .gform_wrapper .validation_error {
  background: #ffe1e1 none repeat scroll 0 0;
  padding: 10px;
  border: solid 2px #9a6262;
  color: #9a6262;
  margin-bottom: 10px;
}
#contact-form .gform_wrapper .validation_message {
  font-size: 11px;
  padding: 0;
}
#contact-form .gform_confirmation_wrapper {
  background: #dfffde none repeat scroll 0 0;
  color: #276f26;
  border: solid 2px #276f26;
  padding: 10px;
}
#contact-form .gform_wrapper .gform_half_left,
#contact-form .gform_wrapper .gform_half_right {
  float: left;
  width: 50%;
}
#contact-form .gform_wrapper .gform_left_third,
#contact-form .gform_wrapper .gform_middle_third,
#contact-form .gform_wrapper .gform_right_third {
  float: left;
  width: 33.33333%;
}
#contact-form .gform_wrapper input[type="text"],
#contact-form .gform_wrapper input[type="email"],
#contact-form .gform_wrapper input[type="phone"],
#contact-form .gform_wrapper textarea {
  width: 100%;
}
#contact-form .gform_wrapper textarea {
  resize: none;
}
#contact-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: #fff;
}
#contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #fff;
}
#contact-form :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #fff;
}
#contact-form :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #fff;
}
.archive-dropdown,
#contact-form .gform_wrapper input[type="text"],
#contact-form .gform_wrapper input[type="phone"],
#contact-form .gform_wrapper input[type="email"],
#contact-form .gform_wrapper select,
#contact-form .gform_wrapper textarea {
  font-size: 16px;
  padding: 0 28px;
  width: 100%;
  background-color: #34373e;
  height: 51px;
  color: #fff;
  border: none;
  border: 1px solid #34373e;
  font-weight: normal;
}
#contact-form .gform_wrapper textarea {
  height: 180px;
  padding-top: 13px;
}
#contact-form .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0 8px;
  position: relative;
}
#contact-form .gform_wrapper input[type="submit"] {
  background: #e15524;
  color: #fff;
  font-size: 20px;
  border: none;
  max-width: 294px;
  width: 100%;
  position: relative;
  min-height: 51px;
  font-weight: bold;
  margin: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#contact-form .gform_wrapper input[type="submit"]:hover {
  color: #fff;
  background-color: #222222;
}
#contact-form .gform_wrapper ul li.gfield_error textarea,
#contact-form .gform_wrapper ul li.gfield_error input {
  border-color: red;
}
#contact-form .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
}
#contact-form .gform_wrapper .gfield_html h3 {
  padding-top: 80px;
  font-size: 22px;
  color: #248aff;
  margin-bottom: 20px;
  font-weight: bold;
}
#contact-form .gform_wrapper .gfield_radio li {
  display: inline-block;
  margin-right: 30px;
}
#contact-form .gform_wrapper .gfield_checkbox li label,
#contact-form .gform_wrapper .gfield_radio li label {
  font-weight: normal;
  font-size: 18px;
  color: #dbdbdb;
}
#contact-form .gform_wrapper .gfield_checkbox li label a {
  color: #dbdbdb;
  text-decoration: underline;
}
#contact-form .gform_wrapper .gfield_checkbox li label a:hover {
  color: #fff;
}
#contact-form .gform_wrapper ul li .gfield_checkbox {
  padding: 0 19px 0 8px;
}
#contact-form .gform_wrapper ul li .gfield_checkbox li {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
}
#contact-form .gform_wrapper ul li .gfield_checkbox li input {
  margin-top: 0px;
  margin-right: 16px;
}
#contact-form .gform_wrapper .gfield_error .gfield_label {
  margin-top: 0;
}
#field_1_5 p {
  color: #fff;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.line {
  border-color: #dcdcdc;
  margin: 10px 0;
}
#super-heading-row {
  height: 60px;
}

.vc_icon-bainbridge {
  background-image: url(/wp-content/uploads/2024/03/bainbridge-b.svg);
  height: 32px;
  width: 32px;
}

#adminmenu #menu-posts-practiceareas .wp-menu-image img {
  height: 24px !important;
  padding: 4px 0 0 !important;
}

.vc_gitem_row .vc_gitem-col {
  padding: 0px !important;
}

.bainbridge-title div {
  text-align: center !important;
  color: #fff;
  font-size: 24px;
}
#adminmenu .wp-menu-image img {
  padding: 0 !important;
  opacity: 0.6;
}
