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

a {
  color: #1e616b;
}

/* ======================================== *
        Headers
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
  color: #1e616b;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 15px;
}

h2,
.tmf-post > h2,
.editor-content h2 {
  color: #1e616b;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 15px;
}

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

h3,
.tmf-post > h3,
.editor-content h3 {
  color: #56565b;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 15px;
}

h3 a,
.tmf-post > h3 a,
.editor-content h3 a {
  color: #56565b;
}

h4,
.tmf-post > h4,
.editor-content h4 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 15px;
}

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

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

/* ======================================== *
        Header Top Section
 * ======================================== */
.top-area {
  position: absolute;
  z-index: 999;
  width: 100%;
  /*    -webkit-box-shadow: inset 0 110px 110px -35px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 110px 110px -35px rgba(0,0,0,0.4);
    box-shadow: inset 0 110px 110px -35px rgba(0,0,0,0.4);*/
}

#header-top-wrapper {
}

.header-top-mobile-view,
#header-top {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 0;
  text-align: right;
}

.header-top-mobile-view a,
#header-top a {
  color: #fff;
  text-decoration: none;
}

.header-top-mobile-view a:hover,
#header-top a:hover {
  text-decoration: underline;
}

.header-top-mobile-view .phone-1 a::before,
#header-top .phone-1 a::before {
  background: rgba(0, 0, 0, 0) url(../images/icon_sprite_1x.png) repeat scroll 0 0px;
  content: '';
  display: inline-block;
  height: 25px;
  vertical-align: bottom;
  width: 27px;
}

.header-top-mobile-view {
  display: none;
}

@media screen and (max-width: 1200px) {
  .top-area {
    background: #fff;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #header-top-wrapper {
    display: none;
  }

  .header-top-mobile-view {
    display: block;
  }

  .header-top-mobile-view,
  #header-top {
    text-align: center;
  }

  .header-top-mobile-view,
  .home #header-top {
    color: #56565b;
  }

  .header-top-mobile-view a,
  .home #header-top a {
    color: #56565b;
    text-decoration: none !important;
  }

  .header-top-mobile-view a:hover,
  .home #header-top a:hover {
    text-decoration: underline !important;
  }

  .header-top-mobile-view .phone-1 a::before,
  .home #header-top .phone-1 a::before {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_white_1x.png) repeat scroll 0 0px;
  }
}

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

#header {
  background: rgba(255, 255, 255, 0.85);
  padding: 15px 0 10px;
}

#header .logo {
  max-width: 389px;
  width: 100%;
  margin-top: 10px;
}

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

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

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

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

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

  #header-cell-2 {
    width: 100%;
  }

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

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

/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
  margin-top: 50px;
  font-family: 'Roboto Condensed', sans-serif;
}

#primary-nav-container {
}
#primary-nav {
}
#primary-nav .menu > .menu-item.last {
}
#primary-nav .menu > .menu-item {
  border-bottom: 6px solid rgba(255, 255, 255, 0);
}

#primary-nav .menu > .menu-item > a {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

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

#primary-nav .menu > .menu-item.current-menu-item,
#primary-nav .menu > .menu-item:hover {
  border-bottom: 6px solid #1e616b;
  text-decoration: none;
}

#primary-nav .menu .sub-menu {
  min-width: 280px;
}

#primary-nav .menu .sub-menu li {
  background-color: #1e616b;
  top: 6px;
}

#primary-nav .menu .menu-item-228 .sub-menu li {
  /*top: 15px;*/
}

#primary-nav .menu .sub-menu .menu-item > a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 15px;
  text-decoration: none;
}
#primary-nav .menu .sub-menu .menu-item:hover > a {
  background-color: #a0cc50;
}

#primary-nav .menu-bar {
  color: #424242;
  font-weight: 400;
  text-transform: uppercase;
}

/* 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 {
}
html.mobile-nav #primary-nav .menu > .menu-item > a {
}
html.mobile-nav #primary-nav .menu > .menu-item:hover > a {
}
html.mobile-nav #primary-nav .menu .sub-menu {
}

@media screen and (max-width: 1200px) {
  #primary-nav-wrapper {
    margin-top: 0;
  }

  #primary-nav {
  }

  #primary-nav .menu > .menu-item > a {
    font-size: 22px;
    padding: 5px 10px;
  }

  #primary-nav .menu .menu-item-228 .sub-menu li {
    /*top: 6px;*/
  }
}

@media screen and (max-width: 950px) {
  #primary-nav .menu-bar {
    display: block;
  }

  #primary-nav {
    padding: 0;
  }

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

  #primary-nav .menu > li > div > ul {
    width: 100%;
    text-align: center;
  }

  #primary-nav .menu > .menu-item {
    display: block;
    padding: 5px 0;
    border-top: 1px solid #000;
    border-bottom: none;
  }

  #primary-nav .menu > .menu-item > a {
    border-bottom: none;
  }

  #primary-nav .menu > .menu-item.current-menu-item,
  #primary-nav .menu > .menu-item:hover,
  #primary-nav .menu > .menu-item.current-menu-item > a,
  #primary-nav .menu > .menu-item:hover > a {
    border-bottom: none;
    color: #1e616b;
  }

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

/* ======================================== *
    Billboard
 * ======================================== */
#billboard-wrapper {
  overflow: hidden;
  border-bottom: 6px solid #56565b;
}

#billboard-container {
  max-width: 100%;
}

#billboard .modern-slider {
  border: none;
  margin: 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 .billboard-slogan {
  color: #fff;
  font-family: 'EB Garamond', serif;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1em;
}

@media screen and (max-width: 1030px) {
  #billboard .billboard-content {
    bottom: 15px;
    max-width: 700px;
  }
}

@media screen and (max-width: 650px) {
  #billboard .billboard-slogan {
    font-size: 30px;
  }
}

@media screen and (max-width: 450px) {
  #billboard .billboard-slogan {
    font-size: 26px;
  }

  #billboard .billboard-content {
    padding: 0 12px;
  }
}

@media screen and (max-width: 350px) {
  #billboard .billboard-slogan {
    font-size: 22px;
  }
}

@media screen and (min-width: 1600px) {
  #billboard img {
    height: 85vh;
    object-fit: cover;
  }
}

/* ======================================== *
        Int Billboard Section
 * ======================================== */
.int-billboard-bg {
  background: rgba(0, 0, 0, 0) url('../images/int_header_1x.jpg') no-repeat scroll center center / cover;
  border-bottom: 6px solid #56565b;
  padding-bottom: 75px;
}

@media screen and (max-width: 1050px) {
  .int-billboard-bg {
    background: rgba(0, 0, 0, 0) url('../images/int_header_2x.jpg') no-repeat scroll center center / cover;
  }
}

@media screen and (max-width: 850px) {
  .int-billboard-bg {
    background: rgba(0, 0, 0, 0) url('../images/int_header_3x.jpg') no-repeat scroll center center / cover;
  }
}

/* ======================================== *
        Body Section
 * ======================================== */
#body-wrapper {
  background: url('../images/page_bg.png') repeat;
}

#body-container {
  max-width: 1250px;
}

#body {
  padding: 35px 0;
}

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

/* ======================================== *
        Home Body Section
 * ======================================== */
.home #body-wrapper {
  text-align: center;
}

/* ======================================== *
        Home Practice Areas Section
 * ======================================== */
#home-practice-areas-wrapper {
  background: #1e616b;
  padding: 25px 0;
}

#home-practice-areas-container {
  max-width: 100%;
}

#home-practice-areas {
  text-align: center;
}

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

#home-practice-areas .tmf-button {
  display: inline-block;
  max-width: 330px;
  width: 100%;
  margin-top: 25px;
  box-sizing: border-box;
}

@media screen and (max-width: 1350px) {
  #home-practice-areas-container {
    max-width: 900px;
  }
}

@media screen and (max-width: 830px) {
  #home-practice-areas-container {
    max-width: 650px;
  }
}

/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {
  background: #1e616b;
}

.home #footer-wrapper {
  background: #fff;
}

#footer-container {
  max-width: 1050px;
}

#footer {
  padding: 50px 0;
  font-size: 16px;
  color: #ffffff;
}

.home #footer,
.home #footer a {
  color: #333333;
}

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

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

#footer h3#title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-align: center;
}

.home #footer h3#title {
  color: #1e616b;
}

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

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

@media screen and (max-width: 1050px) {
  #footer-container {
    max-width: 750px;
  }

  #footer-cell-1,
  #footer-cell-2 {
    width: 50%;
  }
}

@media screen and (max-width: 650px) {
  #footer-cell-1,
  #footer-cell-2 {
    width: 100%;
    display: block;
  }

  #footer-cell-2 {
    padding-top: 25px;
  }
}

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

/* ======================================== *
        Footer Bottom Section
 * ======================================== */
#footer-bottom-wrapper {
  background: #fff;
}

#footer-bottom {
  text-align: center;
  padding-bottom: 25px;
}

#footer-bottom h2 {
  font-size: 22px;
  margin-bottom: 0;
}

/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper {
  background: #56565b;
}

#copyright {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 25px 0;
}

#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 {
  color: #1e616b;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
}

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

.sidebar-image {
  margin-bottom: 40px;
  max-width: 315px;
  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='email'],
.gform_wrapper.tmf-form_wrapper textarea {
  font-family: 'Roboto', sans-serif;
  background: #ececed none repeat scroll 0 0;
  border: 1px solid #ececed;
  border-radius: 0;
  color: #45484d;
  font-size: 14px !important;
  margin-bottom: 15px !important;
  max-width: 100%;
  padding: 12px 10px !important;
}

textarea {
  height: 100px !important;
}

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

.tmf-button,
.page-numbers,
.gform_wrapper.tmf-form_wrapper input[type='submit'] {
  padding: 15px;
  padding: 15px;
  background-color: #56565b;
  background-image: url(../ie-gradient.php?from=56565b&to=46464a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#56565b), to(#46464a));
  background-image: -webkit-linear-gradient(#56565b, #46464a);
  background-image: -moz-linear-gradient(#56565b, #46464a);
  background-image: -ms-linear-gradient(#56565b, #46464a);
  background-image: -o-linear-gradient(#56565b, #46464a);
  background-image: linear-gradient(#56565b, #46464a);
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none !important;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.tmf-button:hover,
.page-numbers:hover,
.gform_wrapper.tmf-form_wrapper input[type='submit']:hover {
  background-color: #46464a;
  background-image: url(../ie-gradient.php?from=46464a&to=56565b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#46464a), to(#56565b));
  background-image: -webkit-linear-gradient(#46464a, #56565b);
  background-image: -moz-linear-gradient(#46464a, #56565b);
  background-image: -ms-linear-gradient(#46464a, #56565b);
  background-image: -o-linear-gradient(#46464a, #56565b);
  background-image: linear-gradient(#46464a, #56565b);
  text-decoration: none;
}

.tmf-button:active,
.page-numbers:active,
.gform_wrapper.tmf-form_wrapper input[type='submit']:active {
  padding: 15px;
  background-color: #56565b;
  background-image: url(../ie-gradient.php?from=56565b&to=46464a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#56565b), to(#46464a));
  background-image: -webkit-linear-gradient(#56565b, #46464a);
  background-image: -moz-linear-gradient(#56565b, #46464a);
  background-image: -ms-linear-gradient(#56565b, #46464a);
  background-image: -o-linear-gradient(#56565b, #46464a);
  background-image: linear-gradient(#56565b, #46464a);
  text-decoration: none;
}

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

.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_1x.png) repeat scroll -115px 2px;
  height: 22px;
  width: 28px;
}

/* ======================================== *
        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: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
}

aside.left {
  border-top: 6px solid #1e616b;
  border-bottom: 6px solid #1e616b;
}

aside.right {
  border-top: 6px solid #1e616b;
  border-bottom: 6px solid #1e616b;
}

blockquote {
  color: #1e616b;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  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: #c0c3c5;
  top: 140px;
  z-index: -9;
  font-style: normal;
}

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

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

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

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

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

.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;
  margin-top: 0;
}

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

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

.gform_wrapper.tmf-form_wrapper textarea {
  height: 117px !important;
}

.gform_wrapper.tmf-form_wrapper .gform_footer {
  padding: 0;
  margin: 0px auto 0;
  max-width: 300px;
}

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

@media screen and (max-width: 1050px) {
  .gform_wrapper.tmf-form_wrapper .top_label div.ginput_container {
    margin-top: 0;
  }
}

/* ======================================== *
    Mobile Menu
 * ======================================== */

body.admin-bar #mobile-nav .mobile-menu {
  padding-top: 32px;
}

#mobile-nav ul {
  list-style-type: none;
}

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

#mobile-nav .menu > .menu-item > a {
  color: #fff;
  font-size: 17px;
  /* padding: 15px 15px; */
}

#mobile-nav .menu .sub-menu .menu-item {
  padding: 0 15px;
}

#primary-nav-wrapper,
#primary-nav-container,
#mobile-nav-wrapper,
#mobile-nav-container {
  position: initial;
}

.show-nav-left #mobile-nav .mobile-menu-back-drop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.93);
  z-index: 9999;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  position: fixed;
  cursor: pointer;
}

#mobile-nav .mobile-menu {
  position: fixed;
  top: 0;
  height: 100%;
  width: 70%;
  background: #fff;
  z-index: 10000;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);

  overflow-y: scroll;

  display: block;
  background-color: #f9f9f9;
  width: 290px;

  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}

#mobile-nav .mobile-menu.mobile-menu-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

#mobile-nav .mobile-menu.mobile-menu-right {
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

#mobile-nav .mobile-menu.mobile-menu-fade-in {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease-in-out;
  width: 100%;
  left: 0;
}

#mobile-nav .mobile-menu.mobile-menu-slide-down {
  left: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
  opacity: 0;
  transition: all 500ms ease-in-out;
}

.show-nav-left #mobile-nav .mobile-menu {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition: all 500ms ease-in-out;
}

#mobile-nav .menu > .menu-item {
  padding: 10px 25px;
}

#mobile-nav .menu > .menu-item > a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

#primary-nav.open .mobile-menu-back-drop {
  display: block;
}

#mobile-nav .mob-expand-submenu:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  vertical-align: middle;
  color: #000;
}

#mobile-nav .submenu-icon-plus-sign .mob-expand-submenu:before {
  content: '\f067';
}

#mobile-nav .submenu-icon-plus-sign .menu-item.display .mob-expand-submenu:before {
  content: '\f068';
}

#mobile-nav .submenu-icon-angle-sign .mob-expand-submenu {
  transition: transform 500ms ease;
}

#mobile-nav .submenu-icon-angle-sign .mob-expand-submenu:before {
  content: '\f105';
}

#mobile-nav .menu .menu-item.display > .mob-expand-submenu:before {
  transform: rotate(90deg);
}

#mobile-nav .menu .menu-item.display > .mob-expand-submenu:before {
  top: 0;
  transform: rotate(135deg);
}

#mobile-nav .sub-menu {
  list-style-type: none;
  transition: max-height 500ms ease;
  max-height: 0;
  overflow: hidden;
}

#mobile-nav .menu .menu-item.display > div > .sub-menu {
  max-height: 1000px;
}

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

#mobile-nav .top-part img {
  max-width: 200px;
}

#mobile-nav .top-items {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

#mobile-nav .top-items li {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  font-size: 15px;
}

#mobile-nav .top-part a {
  color: #fff;
}

#mobile-nav .top-items li a i {
  display: block;
}

#mobile-nav .top-part {
  min-height: 30px;
  padding: 5px 25px;
  padding-top: 15px;
}

#mobile-nav .top-part .logo {
  max-width: 100px;
}

#mobile-nav .top-part a {
  color: #fff;
}

#mobile-nav .top-part .mob-cancel-button {
  color: #000;
  font-size: 20px;
  float: right;
  text-decoration: none !important;
  cursor: pointer;
}

#mobile-nav .mobile-menu {
  background: #cccccc;
}
/*
#mobile-nav .mobile-menu .current-menu-item {
    background: #676769;
}*/

#mobile-nav .menu .menu-item > .mob-expand-submenu {
  float: right;
  cursor: pointer;
  line-height: initial;
  margin-top: -2px;
}

#mobile-nav .mob-expand-submenu:before {
  transition: transform 500ms ease;
  transform: rotate(45deg);
}

#mobile-nav .menu .menu-item.display > .mob-expand-submenu:before {
  transform: rotate(135deg);
}

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

#mobile-nav .menu .menu-item.display a {
  color: #fff;
}

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

#mobile-nav .hamburger-container {
  display: block;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  height: 20px;
  max-width: 50px;
  position: relative;
}

#mobile-nav .hamburger,
#mobile-nav .hamburger:before,
#mobile-nav .hamburger:after {
  position: absolute;
  width: 30px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
}

#mobile-nav .hamburger:before,
#mobile-nav .hamburger:after {
  display: block;
  content: '';
}

#mobile-nav .hamburger:before {
  top: 8px;
}

#mobile-nav .hamburger:after {
  top: 16px;
}

#mobile-nav .menu-label {
  line-height: initial;
}

#mobile-nav {
  padding: 15px 20px;
  /*background: #224F78;*/
  background: #000;
  color: #fff;
}

#mobile-nav .menu-bar {
  display: inline-block;
  vertical-align: middle;
  font-size: small;
  cursor: pointer;
}

#mobile-nav .menu-bar-icons {
  display: inline-block;
  vertical-align: middle;
  float: right;
}

#mobile-nav .menu-bar-icons li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}

#mobile-nav .menu-bar-icons li i {
  display: block;
}

#mobile-nav .menu-bar-icons a {
  color: #fff;
  font-size: small;
}

#mobile-nav-wrapper {
  display: none;
}

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

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

#mobile-nav ul {
  text-align: left;
}

#mobile-nav .menu > .menu-item {
  font-weight: 400;
}

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