.mobile-nav .nav,
.nav-primary .nav {
  display: block !important; }

.nav-primary ul li a {
  text-transform: inherit;
  font-size: 17px; }
.nav-primary ul li .sub-menu {
  overflow: visible;
  transform: translateY(20px);
  transition: all .4s ease; }
  .nav-primary ul li .sub-menu li a:hover {
    background: white !important; }
  .nav-primary ul li .sub-menu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(168, 146, 85, 0);
    border-bottom-color: #a89255;
    border-width: 8px;
    margin-left: -8px; }
.nav-primary ul li:hover .sub-menu {
  transform: translateY(0); }
@media (min-width: 1200px) {
  .nav-primary ul li .sub-menu {
    top: 63px; }
    .scrolled .nav-primary ul li .sub-menu {
      top: 60px; } }

ul.dwe-featured-posts {
  position: relative;
  margin: 0;
  padding: 0; }
  ul.dwe-featured-posts li {
    position: relative;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 15px; }
    ul.dwe-featured-posts li:before {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #a89255;
      position: absolute;
      left: 0;
      top: 8px;
      content: ''; }
  ul.dwe-featured-posts a {
    color: #606770;
    text-decoration: none; }
    ul.dwe-featured-posts a:hover {
      text-decoration: none;
      color: #a89255; }

@media (min-width: 1025px) {
  body {
    padding-top: 127px; } }
body.wp-admin {
  padding-top: 0; }

header.banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all .5s ease;
  overflow: hidden; }
  header.banner:hover {
    overflow: visible; }
  header.banner .brand img {
    transition: all .4s ease; }
  .admin-bar header.banner {
    top: 32px; }
  @media (min-width: 1025px) {
    .scrolled header.banner {
      transform: translateY(-65px); }
      .scrolled header.banner .brand img {
        max-width: 55px;
        transform: translateY(64px); } }

.top-nav {
  transition: all .4s ease; }
  .top-nav form .btn-primary {
    background-color: #353535;
    border: #000 !important;
    margin-top: 1px;
    height: 38px; }
    .top-nav form .btn-primary:hover {
      background-color: #FFF;
      color: #353535;
      background-image: url("../images/icon-login-dark.png"); }

.mobile-nav-wrap ul#menu-main-menu > li.request-info-btn a,
.nav-primary .request-info-btn a {
  background: #a89255;
  color: #FFF !important;
  border-radius: 4px;
  padding: 7px 20px;
  margin-left: 20px;
  margin-right: 15px; }
  .mobile-nav-wrap ul#menu-main-menu > li.request-info-btn a span,
  .nav-primary .request-info-btn a span {
    background: #FFF !important;
    color: #a89255 !important;
    border-radius: 4px; }
    .mobile-nav-wrap ul#menu-main-menu > li.request-info-btn a span:after,
    .nav-primary .request-info-btn a span:after {
      display: none; }

.mobile-nav-wrap ul#menu-main-menu > li.request-info-btn {
  padding-top: 15px;
  text-align: center; }

.d6f-block .wpcf7 .d6f-button:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important; }
.d6f-block .wpcf7 .d6f-button.btn-white {
  background: #FFF;
  color: #a89255; }
.d6f-block .wpcf7 .d6f-button.btn-gold {
  background: #a89255;
  color: #FFF; }
.d6f-block .wpcf7 .d6f-button.btn-black {
  background: #000;
  color: #FFF; }
.d6f-block .wpcf7 .d6f-button:before {
  display: none; }
.d6f-block .wpcf7 .d6f-button.is-fill-btn:after {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  width: auto !important;
  right: 100% !important;
  transform: scale(1);
  opacity: 1 !important;
  background-color: #000;
  transition: all 0.4s ease !important; }
.d6f-block .wpcf7 .d6f-button.is-fill-btn:hover {
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important; }
  .d6f-block .wpcf7 .d6f-button.is-fill-btn:hover:after {
    opacity: 1 !important;
    right: 0 !important; }
.d6f-block .wpcf7 .field-submit .d6f-button {
  height: 48px !important;
  position: relative; }
  .d6f-block .wpcf7 .field-submit .d6f-button:after {
    content: '';
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    bottom: auto !important;
    right: auto !important;
    width: 28px !important;
    height: 14px !important;
    background-color: transparent;
    background-image: url("../images/right-arrow-white.svg") !important;
    background-position: center !important;
    background-size: 100% !important;
    background-repeat: no-repeat;
    margin-top: -7px;
    margin-left: -14px;
    transform: translateX(-50px) !important;
    opacity: 0 !important; }
  .d6f-block .wpcf7 .field-submit .d6f-button span {
    transition: all .2s ease; }
  .d6f-block .wpcf7 .field-submit .d6f-button:hover:after {
    transform: translateX(0px) !important;
    opacity: 1 !important; }
  .d6f-block .wpcf7 .field-submit .d6f-button:hover span {
    transform: translateX(50px) !important;
    opacity: 0; }
.d6f-block .wpcf7-form .form-field {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 0;
  position: relative; }
.d6f-block .wpcf7-form .form-group {
  margin: 0; }
.d6f-block .wpcf7-form .form-control {
  height: auto;
  padding: 15px;
  border: 1px solid #a89255;
  background: #FFF;
  border-radius: 4px;
  transition: all .4s ease; }
.d6f-block .wpcf7-form .wpcf7-form-control.form-control::placeholder {
  color: #333;
  transition: all .4s ease; }
.d6f-block .wpcf7-form .wpcf7-form-control.form-control:focus {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2) !important;
  border: 1px solid #857243 !important; }
  .d6f-block .wpcf7-form .wpcf7-form-control.form-control:focus::placeholder {
    font-size: 12px;
    color: #ababab !important; }
.d6f-block .wpcf7-form .wpcf7-form-control.form-control:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2) !important; }
  .d6f-block .wpcf7-form .wpcf7-form-control.form-control:hover::placeholder {
    color: #a89255 !important; }
.d6f-block .wpcf7-form .row {
  margin: 0 -5px; }
  .d6f-block .wpcf7-form .row > div {
    padding: 5px; }
.d6f-block .wpcf7-form .wpcf7-submit {
  display: none; }
.d6f-block .wpcf7-form .wpcf7-response-output {
  background: #FFF;
  margin-top: 15px;
  border-width: 1px; }
.d6f-block .wpcf7-form span.wpcf7-not-valid-tip {
  margin-top: 5px;
  text-align: left; }
.d6f-block .wpcf7-form .ajax-loader {
  display: block;
  margin: 5px auto 0 auto;
  background-color: #000;
  padding: 10px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .4s ease; }

#page-modal .wpcf7-form .form-control {
  border: 1px solid #ededed; }
#page-modal .modal-content {
  border: 0; }
#page-modal .modal-header {
  padding: 25px 35px;
  background: #a89255;
  border: 0; }
  #page-modal .modal-header .modal-title {
    text-transform: uppercase;
    color: #FFF;
    font-weight: 900; }
#page-modal .modal-content .close {
  position: absolute;
  right: -15px;
  background: #a89255;
  color: #FFF;
  opacity: 1;
  border-radius: 50%;
  font-weight: 300;
  text-shadow: none;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
  top: -10px;
  font-size: 25px;
  box-shadow: 0 0 0 3px #FFF;
  line-height: 20px; }
#page-modal .modal-body {
  position: relative;
  padding: 40px 35px; }
#page-modal .field-submit {
  margin-top: 10px; }

.form-fields .label-lg-text,
.form-fields h5 {
  color: #a89255;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: Roboto, sans-serif; }
.form-fields .two-col-fields {
  flex-flow: wrap;
  display: flex;
  margin-left: -5px;
  margin-right: -5px; }
  .form-fields .two-col-fields > div.form-field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px; }

.horizontal-form .form-fields {
  display: flex;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px; }
  .horizontal-form .form-fields > div.form-field {
    padding: 0 5px; }
  @media (max-width: 767px) {
    .horizontal-form .form-fields {
      display: block; } }
.horizontal-form .form-field .ajax-loader {
  position: absolute;
  right: -25px;
  top: 13px;
  margin: 0; }

.vertical-form .form-field .ajax-loader {
  margin: 10px 0 0 0;
  display: none; }
  .vertical-form .form-field .ajax-loader.is-active {
    display: block; }
.vertical-form .wpcf7-form.submitting .ajax-loader {
  display: block; }

.blog-post-sidebar .d6f-button,
.full-width-btn .d6f-button {
  width: 100%; }
.blog-post-sidebar .form-field .ajax-loader,
.full-width-btn .form-field .ajax-loader {
  margin: 10px auto 0 auto;
  display: none; }
  .blog-post-sidebar .form-field .ajax-loader.is-active,
  .full-width-btn .form-field .ajax-loader.is-active {
    display: block; }
.blog-post-sidebar .wpcf7-form.submitting .ajax-loader,
.full-width-btn .wpcf7-form.submitting .ajax-loader {
  display: block; }

.blog-post-sidebar .wpcf7-form .form-control,
.modal-content .wpcf7-form .form-control,
.white-bg-form .wpcf7-form .form-control {
  border-color: #dedede; }
  .blog-post-sidebar .wpcf7-form .form-control:hover,
  .modal-content .wpcf7-form .form-control:hover,
  .white-bg-form .wpcf7-form .form-control:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) !important; }
  .blog-post-sidebar .wpcf7-form .form-control:focus,
  .modal-content .wpcf7-form .form-control:focus,
  .white-bg-form .wpcf7-form .form-control:focus {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) !important; }

.black-bg-form .wpcf7-form .form-control {
  border-color: #FFF; }
  .black-bg-form .wpcf7-form .form-control:focus {
    border-color: #FFF !important; }
.black-bg-form .wpcf7-form .field-submit .d6f-button.btn-black {
  background: #a89255 !important;
  color: #FFF; }

.single-post .main {
  max-width: 100%;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .single-post .main article.post.type-post {
      padding-right: 0; } }
  .single-post .main .d6f-block img {
    padding: 0; }
  .single-post .main .blog-post-sidebar {
    max-width: 330px;
    margin: 0 0 0 auto; }
    @media (max-width: 991px) {
      .single-post .main .blog-post-sidebar {
        max-width: 100%;
        margin: 40px auto 0 auto; } }
    .single-post .main .blog-post-sidebar .widget {
      background: #FFF;
      box-shadow: 0 0 29px 0 rgba(0, 21, 91, 0.06);
      margin-bottom: 20px;
      padding: 30px;
      border-radius: 5px; }
      .single-post .main .blog-post-sidebar .widget h3 {
        text-transform: uppercase;
        color: #000;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 600; }
      .single-post .main .blog-post-sidebar .widget ul {
        padding: 0;
        margin: 0; }
        .single-post .main .blog-post-sidebar .widget ul li {
          margin: 0 0 10px 0;
          position: relative;
          padding-left: 25px;
          list-style: none; }
          .single-post .main .blog-post-sidebar .widget ul li:before {
            left: 0;
            top: 7px;
            width: 8px;
            height: 8px;
            background: #a89255;
            position: absolute;
            content: '';
            border-radius: 50%; }
          .single-post .main .blog-post-sidebar .widget ul li a {
            color: #000;
            text-decoration: none;
            transition: all .4s ease; }
            .single-post .main .blog-post-sidebar .widget ul li a:hover {
              color: #a89255; }
      .single-post .main .blog-post-sidebar .widget.widget_search .search-form {
        flex-flow: wrap;
        display: flex;
        margin-left: -2px;
        margin-right: -2px; }
      .single-post .main .blog-post-sidebar .widget.widget_search .search-field {
        border: 1px solid #ededed;
        border-radius: 3px;
        box-shadow: none;
        padding: 5px 15px;
        height: 45px;
        margin: 0 2px; }
      .single-post .main .blog-post-sidebar .widget.widget_search .search-submit {
        height: 45px;
        background: #000;
        color: #FFF;
        border: 0;
        padding: 5px 15px;
        border-radius: 3px;
        margin: 0 2px; }

.radio-check-group {
  clear: both; }
  .radio-check-group:after {
    display: block;
    clear: both;
    content: ''; }

.checkbox-ui {
  text-align: center;
  display: flex;
  flex-flow: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  .checkbox-ui .checkbox-ui-item {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    .checkbox-ui .checkbox-ui-item label {
      border: 1px solid #dedede;
      border-radius: 3px;
      height: 100%;
      padding: 15px 17px 10px;
      background: #FFF;
      font-size: 14px;
      transition: all .4s ease;
      font-weight: normal;
      position: relative;
      width: 100%;
      display: block;
      cursor: pointer; }
      .checkbox-ui .checkbox-ui-item label input {
        visibility: hidden;
        opacity: 0;
        position: absolute; }
      .checkbox-ui .checkbox-ui-item label:after {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        position: absolute;
        content: '';
        left: 5px;
        top: 50%;
        margin-top: -8px;
        background-image: url("../images/check-mark.svg");
        background-size: 100%;
        transition: all .4s ease;
        opacity: 0;
        transform: translateX(-20px); }
      .checkbox-ui .checkbox-ui-item label.checked {
        border-color: #a89255; }
        .checkbox-ui .checkbox-ui-item label.checked:after {
          opacity: 1;
          transform: translateX(0); }
      .checkbox-ui .checkbox-ui-item label:hover {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2) !important; }
  @media (max-width: 767px) {
    .checkbox-ui .checkbox-ui-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%; }
      .checkbox-ui .checkbox-ui-item label {
        width: 100%; } }

.contact-to-do {
  text-align: center; }
  .contact-to-do .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-flow: wrap;
    margin-left: -5px;
    margin-right: -5px; }
    .contact-to-do .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
      padding-left: 5px;
      padding-right: 5px;
      margin: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%; }
      .contact-to-do .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
        border: 1px solid #dedede;
        border-radius: 3px;
        height: 100%;
        padding: 10px 17px 5px;
        background: #FFF;
        font-size: 14px;
        transition: all .4s ease;
        font-weight: normal;
        position: relative;
        cursor: pointer; }
        .contact-to-do .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input {
          visibility: hidden;
          opacity: 0;
          position: absolute; }
        .contact-to-do .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label:after {
          width: 16px;
          height: 16px;
          border-radius: 50%;
          position: absolute;
          content: '';
          left: 5px;
          top: 50%;
          margin-top: -8px;
          background-image: url("../images/check-mark.svg");
          background-size: 100%;
          transition: all .4s ease;
          opacity: 0;
          transform: translateX(-20px); }
        .contact-to-do .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label.checked {
          border-color: #a89255; }
          .contact-to-do .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label.checked:after {
            opacity: 1;
            transform: translateX(0); }
        .contact-to-do .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label:hover {
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2) !important; }
  @media (max-width: 767px) {
    .contact-to-do .wpcf7-form-control.wpcf7-checkbox {
      display: block; }
      .contact-to-do .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; }
        .contact-to-do .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
          width: 100%; } }

.acceptance-field .wpcf7-list-item,
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin: 0; }
.acceptance-field label,
.wpcf7-form-control.wpcf7-acceptance label {
  text-align: left;
  padding-left: 30px;
  position: relative;
  display: block;
  cursor: pointer; }
  .acceptance-field label:after,
  .wpcf7-form-control.wpcf7-acceptance label:after {
    width: 18px;
    height: 18px;
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    background-image: url("../images/checkbox-gray.svg");
    background-size: 100%;
    transition: all .4s ease; }
  .acceptance-field label input,
  .wpcf7-form-control.wpcf7-acceptance label input {
    visibility: hidden;
    opacity: 0;
    position: absolute; }
  .acceptance-field label.checked,
  .wpcf7-form-control.wpcf7-acceptance label.checked {
    border-color: #a89255; }
    .acceptance-field label.checked:after,
    .wpcf7-form-control.wpcf7-acceptance label.checked:after {
      background-image: url("../images/checkbox.svg"); }

.grecaptcha-badge {
  pointer-events: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  z-index: -111 !important; }

body.page-id-19.contact .page-banner {
  display: none; }
body.page-id-19.contact #section1 .section-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px; }
  body.page-id-19.contact #section1 .section-content .form-control {
    border-radius: 3px;
    border-color: #dedede;
    transition: all .4s ease; }
    body.page-id-19.contact #section1 .section-content .form-control::placeholder {
      color: #333;
      transition: all .4s ease; }
    body.page-id-19.contact #section1 .section-content .form-control:focus {
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) !important;
      border: 1px solid #857243 !important; }
      body.page-id-19.contact #section1 .section-content .form-control:focus::placeholder {
        font-size: 12px;
        color: #ababab !important; }
    body.page-id-19.contact #section1 .section-content .form-control:hover {
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) !important; }
      body.page-id-19.contact #section1 .section-content .form-control:hover::placeholder {
        color: #a89255 !important; }
body.page-id-19.contact #section1 div.form-label {
  font-size: 16px;
  color: #a89255;
  font-family: Roboto, sans-serif; }
body.page-id-19.contact #section1 .field-submit .d6f-button {
  padding: 15px 55px;
  border-radius: 3px;
  border: 0;
  height: auto; }

.form-message {
  background: #FFF;
  padding: 15px;
  margin-top: 15px;
  display: none;
  border-radius: 4px;
  text-align: center; }
  .form-message.form-error {
    border: 1px solid red; }

.d6f-block-image-box-item .d6f-image-box-item-inner .d6f-image-box-text a {
  display: inline-block; }

header.banner {
  overflow: visible !important; }

#dwe-mega-menu-wrap {
  position: absolute;
  top: 128px;
  left: 0;
  right: 0;
  z-index: 30; }
  #dwe-mega-menu-wrap .dwe-mega-menu-morph-bg {
    background-color: #FFF;
    position: absolute;
    top: 0;
    width: 200px;
    height: 200px;
    right: 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    transition: all .3s ease;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
    #dwe-mega-menu-wrap .dwe-mega-menu-morph-bg:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #FFFFFF;
      border-width: 10px;
      margin-left: -10px; }
    #dwe-mega-menu-wrap .dwe-mega-menu-morph-bg.show {
      opacity: 1;
      visibility: visible; }
  #dwe-mega-menu-wrap .dwe-mega-menu-wrap-inner {
    top: 0;
    left: 0;
    position: absolute;
    transition: transform .3s ease;
    transform: translateY(20px); }
    #dwe-mega-menu-wrap .dwe-mega-menu-wrap-inner.hovered {
      transform: translateY(0) !important; }
    #dwe-mega-menu-wrap .dwe-mega-menu-wrap-inner.not-first-hover {
      transition: all .3s ease; }
  #dwe-mega-menu-wrap .dwe-mega-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    top: 0; }
    #dwe-mega-menu-wrap .dwe-mega-menu.show {
      visibility: visible;
      opacity: 1;
      transition: all 1s ease; }
    #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner {
      padding: 20px 35px 20px 30px;
      display: inline-block; }
      #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner ul.mega-nav-links {
        display: inline-block;
        margin: 0 auto; }
      #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner li {
        display: block;
        min-width: 250px;
        padding-left: 15px;
        padding-right: 15px; }
      #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner a {
        display: block;
        padding: 15px 0 15px 35px;
        position: relative;
        text-align: left;
        color: #2d2d2d;
        font-size: 16px;
        transition: all .4s ease; }
        #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner a:hover {
          color: #a89255; }
          #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner a:hover img {
            transform: translateY(-50%) translateX(-3px); }
      #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner img {
        max-width: 22px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all .4s ease; }
      #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner.col2-xx {
        width: 570px; }
        #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner.col2-xx ul.mega-nav-links {
          display: flex;
          flex-wrap: wrap;
          margin: 0 auto; }
        #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner.col2-xx li {
          display: block;
          flex: 0 0 50%;
          max-width: 50%;
          border-top: 1px solid #f7f7f7; }
          #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner.col2-xx li:nth-child(1), #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner.col2-xx li:nth-child(2) {
            border-top: 0; }
          #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner.col2-xx li:nth-child(2n+1) {
            border-right: 1px solid #f7f7f7; }
      #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner.col3-xx {
        width: 700px; }
        #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner.col3-xx ul.mega-nav-links {
          display: flex;
          flex-wrap: wrap;
          margin: 0 auto; }
        #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner.col3-xx li {
          display: block;
          flex: 0 0 33.3333%;
          max-width: 33.3333%;
          border-top: 1px solid #f7f7f7; }
          #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner.col3-xx li:nth-child(1), #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner.col3-xx li:nth-child(2), #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner.col3-xx li:nth-child(3) {
            border-top: 0; }
          #dwe-mega-menu-wrap .dwe-mega-menu .dwe-mega-menu-inner.col3-xx li:nth-child(3n+1) {
            border-right: 1px solid #f7f7f7; }

.main .oil-details {
  text-align: center;
  padding: 30px 20px 20px;
  position: relative; }
  .main .oil-details:before {
    left: -500px;
    right: -500px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fdfdfd; }
  .main .oil-details .content {
    z-index: 2;
    position: relative;
    max-width: 600px;
    margin: auto; }
    .main .oil-details .content > div {
      display: inline-block; }
      .main .oil-details .content > div td {
        font-size: 16px;
        padding-top: 0 !important;
        padding-bottom: 0 !important; }
  @media (max-width: 767px) {
    .main .oil-details .content > div {
      line-height: 1; }
      .main .oil-details .content > div table {
        padding: 0;
        margin: 0; }
      .main .oil-details .content > div td {
        font-size: 14px; } }

@media (min-width: 1400px) {
  .nav-primary ul li a {
    padding: 15px 40px; } }
@media (min-width: 1200px) {
  .nav-primary ul li a {
    padding: 15px 30px; } }
@media (min-width: 1024px) {
  .nav-primary ul li a {
    padding: 15px 25px; } }

body .has-limed-oak-color {
  color: #a89255; }

body .has-mitrix-color {
  color: #a85555; }

body .has-santa-fe-color {
  color: #a87655; }

body .has-black-color {
  color: #000000; }

body .has-white-color {
  color: #FFFFFF; }

.editor-styles-wrapper .block-editor__typewriter h1,
.editor-styles-wrapper .block-editor__typewriter h2,
.editor-styles-wrapper .block-editor__typewriter h3,
.editor-styles-wrapper .block-editor__typewriter h4,
.editor-styles-wrapper .block-editor__typewriter h5,
.editor-styles-wrapper .block-editor__typewriter h6,
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
  color: #a89255;
  margin-bottom: 1rem; }

.editor-styles-wrapper .block-editor__typewriter a:not(.d6f-button) {
  color: #a89255; }

.editor-styles-wrapper .block-editor__typewriter ul li,
.single-post .main .entry-content ul li {
  position: relative;
  list-style: none;
  padding-left: 20px; }
  .editor-styles-wrapper .block-editor__typewriter ul li:before,
  .single-post .main .entry-content ul li:before {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #a89255;
    content: ''; }

.editor-styles-wrapper .block-editor__typewriter .acf-block-fields ul li::before {
  display: none; }

.logged-in .head-right {
  max-width: 1000px; }
  @media (min-width: 1024px) {
    .logged-in .head-right.act-nav .nav-primary ul li a {
      padding: 15px 15px; } }

.archive .wrap.container {
  padding-top: 0; }

.archive .page-banner.no-image-banner {
  margin-bottom: 50px; }

.featured-posts-grid {
  margin-top: 50px; }
  .featured-posts-grid .col-md-4 {
    margin-bottom: 30px; }
  .featured-posts-grid .featured-posts-item {
    box-shadow: 0 30px 30px 0 #e3e3e3;
    border-radius: 10px;
    overflow: hidden;
    height: 100%; }
    .featured-posts-grid .featured-posts-item a {
      text-decoration: none; }
    .featured-posts-grid .featured-posts-item .ft-img {
      overflow: hidden;
      background: #fafafa; }
    .featured-posts-grid .featured-posts-item .d6f-img {
      height: 250px;
      background-size: cover;
      background-position: center;
      display: block;
      transition: all .4s ease;
      transform: translateZ(0); }
    .featured-posts-grid .featured-posts-item .ft-info {
      padding: 20px; }
    .featured-posts-grid .featured-posts-item h4.ft-title {
      font-weight: 700 !important;
      margin-bottom: 10px;
      font-size: 16px;
      font-family: Roboto, sans-serif; }
      .featured-posts-grid .featured-posts-item h4.ft-title a {
        color: #a89255 !important; }
        .featured-posts-grid .featured-posts-item h4.ft-title a:hover {
          color: #a89255 !important; }
    .featured-posts-grid .featured-posts-item .ft-date-cat {
      margin-bottom: 10px;
      font-size: 12px;
      font-weight: 500;
      color: #2d2d2d;
      text-transform: uppercase; }
      .featured-posts-grid .featured-posts-item .ft-date-cat a {
        color: #2d2d2d;
        transition: all .4s ease; }
        .featured-posts-grid .featured-posts-item .ft-date-cat a:hover {
          color: #a89255; }
      .featured-posts-grid .featured-posts-item .ft-date-cat .sep {
        color: #dedede;
        display: inline-block;
        padding: 0 5px;
        font-size: 12px; }
    .featured-posts-grid .featured-posts-item:hover .d6f-img {
      transform: scale(1.05); }

.dwe-news-grid {
  margin-top: 50px; }
  .dwe-news-grid .col-md-6 {
    margin-bottom: 30px; }
    .dwe-news-grid .col-md-6 .news-item {
      background: #FFF;
      height: 100%;
      box-shadow: 0 30px 30px 0 #e3e3e3;
      border-radius: 10px;
      position: relative;
      transition: all .4s ease; }
      .dwe-news-grid .col-md-6 .news-item:after {
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: '';
        z-index: 1;
        background: #000;
        transition: all .4s ease;
        visibility: hidden;
        opacity: 0;
        transform: scale(1.05); }
      .dwe-news-grid .col-md-6 .news-item .news-item-wrap {
        position: relative;
        z-index: 2;
        padding: 20px 20px 40px 20px;
        height: 100%; }
      .dwe-news-grid .col-md-6 .news-item .cat-links {
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 12px; }
        .dwe-news-grid .col-md-6 .news-item .cat-links a {
          color: #2d2d2d;
          font-weight: 500;
          transition: all .4s ease; }
      .dwe-news-grid .col-md-6 .news-item a {
        transition: all .4s ease;
        text-decoration: none; }
      .dwe-news-grid .col-md-6 .news-item h4 {
        font-weight: 700;
        font-size: 18px;
        font-family: Roboto, sans-serif; }
      .dwe-news-grid .col-md-6 .news-item a.read-more,
      .dwe-news-grid .col-md-6 .news-item .news-date {
        bottom: 20px;
        font-size: 12px;
        position: absolute !important;
        font-weight: 500;
        text-transform: uppercase;
        color: #9a9a9a; }
      .dwe-news-grid .col-md-6 .news-item .news-date {
        left: 20px; }
      .dwe-news-grid .col-md-6 .news-item a.read-more {
        right: 20px; }
      .dwe-news-grid .col-md-6 .news-item:hover {
        color: #FFF; }
        .dwe-news-grid .col-md-6 .news-item:hover:after {
          transform: scale(1);
          visibility: visible;
          opacity: 1; }
        .dwe-news-grid .col-md-6 .news-item:hover a, .dwe-news-grid .col-md-6 .news-item:hover .news-date {
          color: #FFF; }
        .dwe-news-grid .col-md-6 .news-item:hover .cat-links a,
        .dwe-news-grid .col-md-6 .news-item:hover a.read-more {
          color: #a89255; }

.category-posts .post-meta time, .category-posts .post-meta span, .category-posts .post-meta a,
.single-post .post-meta time,
.single-post .post-meta span,
.single-post .post-meta a,
.archive .post-meta time,
.archive .post-meta span,
.archive .post-meta a,
.blog .post-meta time,
.blog .post-meta span,
.blog .post-meta a {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 15px;
  color: #999; }
.category-posts .post-meta a,
.single-post .post-meta a,
.archive .post-meta a,
.blog .post-meta a {
  text-decoration: none;
  color: #a89255; }

ul.news-filter-tabs {
  list-style: none;
  text-align: center;
  margin: -20px auto 50px auto;
  padding: 0; }
  ul.news-filter-tabs li {
    display: inline-block;
    margin: 0 3px; }
    ul.news-filter-tabs li a {
      background-color: #FFF;
      display: inline-block;
      padding: 10px 30px;
      border: 1px solid #ededed;
      font-weight: 500;
      text-decoration: none;
      transition: all .4s ease; }
      ul.news-filter-tabs li a:hover {
        background-color: #a89255;
        color: #FFF;
        border-color: #a89255; }
    ul.news-filter-tabs li.active a {
      background-color: #a89255;
      color: #FFF;
      border-color: #a89255; }
  @media (max-width: 767px) {
    ul.news-filter-tabs {
      margin-bottom: 20px; } }

.entry-content .share-post {
  text-align: center;
  height: 20px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  margin-top: 30px; }
  .entry-content .share-post a {
    position: relative;
    z-index: 2;
    color: #dedede;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ededee;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 14px;
    line-height: 38px;
    transition: all .4s ease;
    background: #FFF; }
    .entry-content .share-post a:hover {
      background: #a89255;
      color: #FFF;
      border-color: #a89255;
      box-shadow: 0 0 0 2px #a89255; }

.related-posts {
  padding-top: 30px; }
  .related-posts h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px; }
  .related-posts h3 {
    font-size: 16px; }
  .related-posts .col-lg-4 {
    margin-bottom: 20px; }
  .related-posts .related-item {
    border-radius: 5px;
    padding: 20px;
    background: #FFF;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%; }
    .related-posts .related-item .photo {
      height: 100px;
      margin: -20px -20px 20px -20px;
      background-color: #fafafa;
      position: relative;
      overflow: hidden; }
      @media (max-width: 767px) {
        .related-posts .related-item .photo {
          height: 150px; } }
      .related-posts .related-item .photo .thumb {
        transition: all .4s ease;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: center;
        background-size: cover; }
    .related-posts .related-item a {
      text-decoration: none; }
      .related-posts .related-item a:hover .photo .thumb {
        transform: scale(1.05); }

.category-page-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px; }
  .category-page-wrap .category-page-header {
    padding: 50px 0;
    width: 100%;
    text-align: center; }
    .category-page-wrap .category-page-header .category-page-text {
      margin-top: 20px;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
  .category-page-wrap .category-posts h3 {
    font-size: 16px; }
  .category-page-wrap .category-posts .col-lg-6,
  .category-page-wrap .category-posts .col-lg-4 {
    margin-bottom: 30px; }
  .category-page-wrap .category-posts p {
    color: #2d2d2d;
    line-height: 1.5;
    margin-bottom: 0; }
  .category-page-wrap .category-posts .post-meta {
    margin-bottom: 10px;
    line-height: 1.3;
    margin-top: 10px; }
    .category-page-wrap .category-posts .post-meta time, .category-page-wrap .category-posts .post-meta span, .category-page-wrap .category-posts .post-meta a {
      margin-bottom: 0; }
  .category-page-wrap .category-posts .cat-post-item {
    border-radius: 5px;
    padding: 20px;
    background: #FFF;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%; }
    .category-page-wrap .category-posts .cat-post-item .photo {
      height: 180px;
      margin: -20px -20px 20px -20px;
      background-color: #fafafa;
      position: relative;
      overflow: hidden; }
      .category-page-wrap .category-posts .cat-post-item .photo .thumb {
        transition: all .4s ease;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: center;
        background-size: cover; }
    .category-page-wrap .category-posts .cat-post-item a {
      text-decoration: none; }
    .category-page-wrap .category-posts .cat-post-item:hover .photo .thumb {
      transform: scale(1.05); }

.reviews-page-wrap {
  padding-bottom: 50px; }
  .reviews-page-wrap .reviews-page-header {
    padding: 50px 0;
    text-align: center; }
    .reviews-page-wrap .reviews-page-header .review-text {
      margin-top: 20px;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
  .reviews-page-wrap .reviews-grid .col-md-4 {
    margin-bottom: 30px; }
  .reviews-page-wrap .reviews-grid .review-item {
    border-radius: 5px;
    padding: 30px 30px 10px;
    background: #FFF;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%;
    position: relative;
    transition: all .4s ease; }
    .reviews-page-wrap .reviews-grid .review-item .photo {
      background-size: cover;
      background-position: center;
      width: 50px;
      height: 50px;
      margin-right: 20px;
      overflow: hidden;
      background-color: #ededed;
      border-radius: 50%; }
    .reviews-page-wrap .reviews-grid .review-item .name {
      font-weight: 500;
      font-size: 15px; }
    .reviews-page-wrap .reviews-grid .review-item .position {
      font-size: 12px;
      text-transform: uppercase; }
    .reviews-page-wrap .reviews-grid .review-item .photo-name-pos {
      display: flex;
      align-items: center;
      margin-right: 80px; }
      .reviews-page-wrap .reviews-grid .review-item .photo-name-pos.no-photo {
        height: 50px; }
    .reviews-page-wrap .reviews-grid .review-item .name-position {
      line-height: 1.3; }
    .reviews-page-wrap .reviews-grid .review-item .review-from {
      line-height: 1.3;
      font-size: 10px;
      font-weight: 500;
      transform: translateY(0); }
    .reviews-page-wrap .reviews-grid .review-item .stars-review-from {
      margin-top: 20px;
      text-align: right;
      position: absolute;
      right: 20px;
      top: 10px; }
      .reviews-page-wrap .reviews-grid .review-item .stars-review-from div {
        display: block; }
    .reviews-page-wrap .reviews-grid .review-item .review-details {
      margin-top: 30px;
      border-top: 1px solid #ededed;
      padding: 30px 30px;
      margin-left: -30px;
      margin-right: -30px;
      position: relative;
      line-height: 1.5;
      transition: all .4s ease; }
      .reviews-page-wrap .reviews-grid .review-item .review-details .quote {
        position: absolute;
        width: 30px;
        left: 50%;
        top: -17px;
        margin-left: -15px;
        background: #FFF;
        padding: 5px; }
        .reviews-page-wrap .reviews-grid .review-item .review-details .quote svg {
          width: 100%;
          height: auto; }
          .reviews-page-wrap .reviews-grid .review-item .review-details .quote svg * {
            fill: #dedede;
            transition: all .4s ease; }
    .reviews-page-wrap .reviews-grid .review-item:hover {
      box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
      transform: translateY(-4px); }
      .reviews-page-wrap .reviews-grid .review-item:hover .review-details .quote svg * {
        fill: #a89255; }
    .reviews-page-wrap .reviews-grid .review-item .stars {
      text-align: right; }
      .reviews-page-wrap .reviews-grid .review-item .stars span {
        color: #dedede;
        font-size: 12px; }
      .reviews-page-wrap .reviews-grid .review-item .stars.stars5 .star1, .reviews-page-wrap .reviews-grid .review-item .stars.stars5 .star2, .reviews-page-wrap .reviews-grid .review-item .stars.stars5 .star3, .reviews-page-wrap .reviews-grid .review-item .stars.stars5 .star4, .reviews-page-wrap .reviews-grid .review-item .stars.stars5 .star5 {
        color: #a89255; }
      .reviews-page-wrap .reviews-grid .review-item .stars.stars4 .star1, .reviews-page-wrap .reviews-grid .review-item .stars.stars4 .star2, .reviews-page-wrap .reviews-grid .review-item .stars.stars4 .star3, .reviews-page-wrap .reviews-grid .review-item .stars.stars4 .star4 {
        color: #a89255; }
      .reviews-page-wrap .reviews-grid .review-item .stars.stars3 .star1, .reviews-page-wrap .reviews-grid .review-item .stars.stars3 .star2, .reviews-page-wrap .reviews-grid .review-item .stars.stars3 .star3 {
        color: #a89255; }
      .reviews-page-wrap .reviews-grid .review-item .stars.stars2 .star1, .reviews-page-wrap .reviews-grid .review-item .stars.stars2 .star2 {
        color: #a89255; }
      .reviews-page-wrap .reviews-grid .review-item .stars.stars1 .star1 {
        color: #a89255; }

.acf-input-table .row {
  display: table-row !important;
  margin-right: 0 !important;
  margin-left: 0 !important; }

h1.line-bottom {
  position: relative;
  padding-bottom: 30px; }
  h1.line-bottom:after {
    bottom: 0;
    width: 100px;
    height: 3px;
    background-color: #a89255;
    position: absolute;
    margin-left: -40px;
    content: '';
    left: 50%; }

.tax-deductions-header .d6f-block-wrap:before {
  bottom: 15% !important; }

.d6f-block-group.tax-deduction-container {
  color: #FFF;
  font-weight: 400; }
  .d6f-block-group.tax-deduction-container p {
    text-align: left;
    color: #FFF; }
  .d6f-block-group.tax-deduction-container .d6f-group-inner * {
    position: relative;
    z-index: 2; }
  .d6f-block-group.tax-deduction-container ul {
    margin-left: 30px;
    text-align: left; }
  .d6f-block-group.tax-deduction-container .wp-block-table {
    background: #151515;
    padding: 20px;
    border-radius: 6px; }
  .d6f-block-group.tax-deduction-container table {
    border: 1px solid #222; }
    .d6f-block-group.tax-deduction-container table tr td {
      text-align: left;
      padding: 10px;
      border: 1px solid #222; }
      .d6f-block-group.tax-deduction-container table tr td:nth-child(2) {
        width: 150px;
        text-align: right; }

.d6f-block-group.scenario-text ul {
  margin-left: 30px;
  text-align: left; }
  .d6f-block-group.scenario-text ul li::marker {
    color: #a89255; }
  .d6f-block-group.scenario-text ul li + li {
    margin-top: 15px; }

.d6f-block-group.tax-deduction-return {
  color: #FFF;
  font-weight: 400; }
  .d6f-block-group.tax-deduction-return .d6f-group-inner {
    box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    transition: all .4s ease; }
    .d6f-block-group.tax-deduction-return .d6f-group-inner * {
      position: relative;
      z-index: 2; }
  .d6f-block-group.tax-deduction-return table {
    border: 0; }
    .d6f-block-group.tax-deduction-return table tr td {
      text-align: left;
      padding: 5px 0;
      border: 0;
      width: 150px;
      font-size: 18px; }
      .d6f-block-group.tax-deduction-return table tr td:nth-child(2) {
        width: auto; }
    .d6f-block-group.tax-deduction-return table tr:nth-child(3) td {
      padding-bottom: 10px; }
    .d6f-block-group.tax-deduction-return table tr:nth-child(4) td {
      border-top: 1px solid #bba462;
      padding-top: 10px; }
  .d6f-block-group.tax-deduction-return .real-dollar-saving-table {
    transform: translateY(70px);
    transition: all .6s ease;
    background: #a89255;
    position: relative;
    z-index: 2; }
    #editor .d6f-block-group.tax-deduction-return .real-dollar-saving-table {
      transform: translateY(0px); }
    .d6f-block-group.tax-deduction-return .real-dollar-saving-table table tr td {
      font-weight: 500 !important;
      font-size: 18px; }
      .d6f-block-group.tax-deduction-return .real-dollar-saving-table table tr td strong {
        font-weight: 500 !important; }
    .d6f-block-group.tax-deduction-return .real-dollar-saving-table table tr td:nth-child(1) {
      text-align: right;
      padding-right: 10px;
      width: 120px; }
    .d6f-block-group.tax-deduction-return .real-dollar-saving-table table tr td:nth-child(2) {
      padding-left: 10px; }
    .d6f-block-group.tax-deduction-return .real-dollar-saving-table table tr:nth-child(4) td {
      font-size: 21px !important; }
      @media (max-width: 767px) {
        .d6f-block-group.tax-deduction-return .real-dollar-saving-table table tr:nth-child(4) td {
          font-size: 20px !important; } }
    @media (max-width: 1024px) {
      .d6f-block-group.tax-deduction-return .real-dollar-saving-table {
        transform: translateY(0px); } }
  .d6f-block-group.tax-deduction-return .roi-tax-table {
    background: #a28d51;
    border: 1px solid #bba462;
    padding: 20px;
    border-radius: 6px;
    transform: translateY(-70px) scale(1);
    opacity: 0;
    transition: all .6s ease;
    position: relative;
    z-index: 1; }
    #editor .d6f-block-group.tax-deduction-return .roi-tax-table {
      transform: translateY(0px) scale(1);
      opacity: 1; }
    .d6f-block-group.tax-deduction-return .roi-tax-table table td {
      font-size: 21px;
      font-weight: 500; }
      .d6f-block-group.tax-deduction-return .roi-tax-table table td:nth-child(1) {
        width: 130px;
        text-align: center; }
      .d6f-block-group.tax-deduction-return .roi-tax-table table td:nth-child(2) {
        padding-right: 30px; }
      @media (max-width: 767px) {
        .d6f-block-group.tax-deduction-return .roi-tax-table table td {
          font-size: 20px !important; }
          .d6f-block-group.tax-deduction-return .roi-tax-table table td:nth-child(1) {
            width: 75px;
            padding-right: 40px;
            text-align: left; }
          .d6f-block-group.tax-deduction-return .roi-tax-table table td:nth-child(2) {
            padding-right: 0; } }
    @media (max-width: 1024px) {
      .d6f-block-group.tax-deduction-return .roi-tax-table {
        transform: translateY(0px) scale(1);
        opacity: 1; } }
  .d6f-block-group.tax-deduction-return:hover .d6f-group-inner {
    box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.3); }
  .d6f-block-group.tax-deduction-return:hover .real-dollar-saving-table,
  .d6f-block-group.tax-deduction-return:hover .roi-tax-table {
    transform: translateY(0) scale(1);
    opacity: 1; }

.stat-grid .d6f-grid-title {
  text-transform: uppercase;
  font-size: 14px !important; }
  .stat-grid .d6f-grid-title span {
    font-size: 35px !important; }
.stat-grid .odometer-theme-default {
  vertical-align: baseline !important; }
@media (max-width: 767px) {
  .stat-grid .row .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important; } }

@media (max-width: 767px) {
  .grid-stat-group .d6f-group-inner {
    max-width: 335px !important; } }

.d6f-block .btn.is-outline-btn:before,
.d6f-block .btn.is-fill-btn:before,
.d6f-block .d6f-button.is-outline-btn:before,
.d6f-block .d6f-button.is-fill-btn:before {
  opacity: 0; }
.d6f-block .btn.is-outline-btn:hover:before,
.d6f-block .btn.is-fill-btn:hover:before,
.d6f-block .d6f-button.is-outline-btn:hover:before,
.d6f-block .d6f-button.is-fill-btn:hover:before {
  opacity: .3; }

section.dw-investment-principals .d6f-img-wrap {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto; }

.benefits-boxes .d6f-grid-inner {
  background: #FFF;
  padding: 30px;
  box-shadow: 0 30px 30px 0 #e3e3e3;
  border-radius: 10px; }
.benefits-boxes .col-md-6, .benefits-boxes .col-md-4 {
  margin-bottom: 30px; }

.download-ebook-form {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 400px !important; }
  .download-ebook-form input[type=reset],
  .download-ebook-form .zcwf_title,
  .download-ebook-form br {
    display: none; }
  .download-ebook-form label {
    margin-bottom: 0 !important;
    font-family: 'Raleway';
    font-size: 14px; }
  .download-ebook-form .zcwf_col_lab,
  .download-ebook-form .zcwf_col_fld {
    width: 100% !important;
    padding: 0 !important; }
  .download-ebook-form .zcwf_col_fld input[type=text],
  .download-ebook-form .zcwf_col_fld textarea {
    width: 100% !important;
    padding: 10px;
    font-family: 'Raleway';
    border-radius: 3px; }
  .download-ebook-form .zcwf_row {
    margin: 0 0 10px 0px !important; }
  .download-ebook-form input#formsubmit {
    background: #a79255;
    border: 0;
    color: #FFF;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Raleway';
    transition: all .4s ease; }
    .download-ebook-form input#formsubmit:hover {
      background: #000; }

.align-items-center .d6f-layout-column-wrap {
  align-items: center; }

.mega-menu-items-wrap {
  display: flex;
  align-items: center;
  min-width: 500px;
  position: relative; }
  .mega-menu-items-wrap::before {
    position: absolute;
    width: calc(50% + 35px);
    top: -20px;
    right: -35px;
    bottom: -20px;
    content: '';
    background: #f8f8f8;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  .mega-menu-items-wrap ul,
  .mega-menu-items-wrap > div {
    display: block !important;
    margin: 0 !important;
    max-width: 50% !important;
    width: 100% !important;
    flex: 0 0 50%;
    z-index: 2;
    position: relative; }
  .mega-menu-items-wrap .mega-menu-sidebar .mega-menu-sidebar-inner {
    margin: -20px -35px -20px 0 !important;
    padding: 30px 50px;
    text-align: center;
    height: 100%; }
    .mega-menu-items-wrap .mega-menu-sidebar .mega-menu-sidebar-inner:hover img {
      transform: scale(1.02) !important; }
  .mega-menu-items-wrap .mega-menu-sidebar img {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    max-width: 100% !important;
    transition: all .4s ease; }
  .mega-menu-items-wrap .mega-menu-sidebar h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 20px; }
    .mega-menu-items-wrap .mega-menu-sidebar h4 a {
      color: #333 !important;
      font-size: 14px !important;
      text-align: center;
      display: inline-block !important; }
  .mega-menu-items-wrap .mega-menu-sidebar a {
    padding: 0 !important;
    display: inline-block !important;
    text-align: center !important; }
  .mega-menu-items-wrap .mega-menu-sidebar h3 {
    font-size: 20px;
    color: #a89255;
    margin-top: 20px; }
    .mega-menu-items-wrap .mega-menu-sidebar h3 a {
      color: #a89255 !important;
      font-size: 20px !important;
      text-align: center;
      display: inline-block !important; }

.latest-posts-section h3 {
  font-size: 24px;
  margin-bottom: 15px; }
  .latest-posts-section h3 a {
    text-decoration: none !important; }
.latest-posts-section .lp-thumb-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px; }
  .latest-posts-section .lp-thumb-wrap img {
    height: 400px;
    object-fit: cover;
    transition: all .4s ease; }
    .latest-posts-section .lp-thumb-wrap img:hover {
      transform: scale(1.05); }
.latest-posts-section .lp-row {
  margin: 80px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }
  .latest-posts-section .lp-row .lp-details,
  .latest-posts-section .lp-row .lp-thumb {
    width: 50%;
    padding: 0 20px;
    flex: 0 0 50%;
    max-width: 50%; }
.latest-posts-section .lp-row .lp-details .btn {
  margin-top: 20px; }
.latest-posts-section .lp-rows .lp-row:nth-child(even) .lp-thumb {
  order: 2; }
.latest-posts-section .lp-row .lp-details .ft-date-cat {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #2d2d2d;
  text-transform: uppercase; }
  .latest-posts-section .lp-row .lp-details .ft-date-cat a {
    color: #2d2d2d;
    text-decoration: none !important;
    transition: all .4s ease; }
    .latest-posts-section .lp-row .lp-details .ft-date-cat a:hover {
      color: #a89255; }
@media (max-width: 767px) {
  .latest-posts-section h3 {
    font-size: 20px; }
  .latest-posts-section .lp-row {
    margin: 40px 0; }
    .latest-posts-section .lp-row .lp-details,
    .latest-posts-section .lp-row .lp-thumb {
      width: 100%;
      padding: 0 20px;
      flex: 0 0 100%;
      max-width: 100%;
      margin: 10px 0; }
  .latest-posts-section .lp-rows .lp-row:nth-child(even) .lp-thumb {
    order: 0; }
  .latest-posts-section .lp-thumb-wrap img {
    height: 300px; } }

/*# sourceMappingURL=custom.css.map */
