body.x1 {
  font-size: 18px;
}

body.x2 {
  font-size: 19px;
}

body.x1 .meta-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

body.x1 .recent_post .vcex-blog-entry-date,
body.x1 .recent_post .author,
body.x1 .recent_post .category {
  padding: 0;
  border: none;
}

body.x2 #site-navigation-wrap {
  font-size: 0.97em;
}

body.x2 #footer-bottom .site-infolink li {
  padding: 0 0.5em;
}

body.x2 #site-logo img {
  max-width: 90%;
}

body.x1.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tabs-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

body.x1 .dashedleft-bg::before,
body.x1 .dashedright-bg::before {
  display: none;
}

body.x1 .review-wrap {
  flex-direction: column;
  align-items: flex-start;
}

body.x1 .social-icon,
body.x1 .social-icon1 {
  padding: 0;
  margin: 1.125em 0 0 0;
}

body.x2 .social-icon ul li a,
body.x2 .social-icon1 ul li a {
  width: 3em;
}

body.x1 .custom-sidebar .modern-menu-widget li.read-morelink a:after {
  top: 50%;
  transform: translateY(-50%);
}

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

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

@media only screen and (max-width: 1500px) {
  body {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1440px) {
  body {
    font-size: 14px;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu {
    gap: 0.2em;
  }
}

@media only screen and (max-width: 1280px) {


  .footer-bottom-copyright {
    font-size: 14px;
  }

  .main-logo {
    font-size: 14px;
  }

  div#site-logo img {
    max-height: 6.6875em;
    width: auto;
  }

  .header-right {
    font-size: 12px;
  }

  .navigation #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item {
    font-size: 13px;
  }

  .banner-content * {
    font-size: 12px;
  }

  .practies-area-row>div>.vc_column-inner>.wpb_wrapper {
    font-size: 13px;
  }

  .results-container .result-item .vcex-feature-box-content {
    font-size: 12px;
  }

  .results-container .result-item img {
    width: 100%;
    max-width: 50px;
    height: 100%;
  }

  .gform_wrapper.gravity-theme #field_submit .gform-button--width-full,
  .gform_wrapper.gravity-theme .gfield--type-submit .gform-button--width-full,
  .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
    font-size: 16px;
  }
}

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

@media only screen and (max-width: 1024px) {

  .mobile-contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d08f1d;
    font-size: 1.5em;
    border: 2px solid var(--theme-color);
    margin: 0;
    height: 3em;
    font-weight: 500;
    color: black;
    text-transform: uppercase;
    text-align: center;
  }

  .mobile-contact-button:hover {
    background: var(--black-color);
    color: var(--theme-color);
  }

  #site-header {
    /* position: fixed;
    inset: 0;
    height: fit-content;
    z-index: 1000; */
    background-color: black !important;
  }

  #sidr-main.sidr-right {
    background-color: #000;
  }

  #sidr-main.sidr-right * {
    color: white;
  }

  #mobile-menu a,
  #mobile-icons-menu a {
    color: white;
  }

  #sidr-main.sidr-right .sidr-inner>ul>li>span,
  #sidr-main.sidr-right .sidr-inner>ul>li>a {
    font-weight: 700;
    text-transform: uppercase;
  }

  #sidr-main.sidr-right .sidr-class-dropdown-menu li {
    border-color: #fff3;
  }

  /* #sidr-main.sidr-right .sidr-class-dropdown-menu ul {

  } */

  .page-header.background-image-page-header {
    min-height: 300px;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children)>a.mega-menu-link>span.mega-indicator {
    display: block !important;
  }

  .header-right .hr-title {
    display: none;
  }

  .header-right span {
    display: none;
  }

  /* mobile header  */
  .header-right {
    padding-right: 50px;
    line-height: 100%;
  }

  /* Main header row */
  #site-header-inner {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    min-height: 75px !important;
    height: auto !important;

    padding: 10px 15px !important;
  }

  /* Logo */
  #site-header-inner #site-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* #site-header-inner #site-logo img {
    width: 180px !important;
    max-width: 65vw !important;
    height: auto !important;
  } */



  /* ==========================================
       MOVE MOBILE NAVIGATION TO TOP-RIGHT
       ========================================== */
  #site-navigation-sticky-wrapper #mega-menu-wrap-main_menu {
    position: relative;
    width: 100%;
  }

  #site-navigation-sticky-wrapper #mega-menu-wrap-main_menu .mega-menu-toggle {
    position: absolute !important;
    top: -93px !important;
    right: -80px !important;
    z-index: 99999 !important;
  }

  #site-navigation-wrap {
    position: relative !important;

    width: auto !important;
    min-height: 0 !important;

    background: transparent !important;
    border: 0 !important;
  }

  #site-navigation {
    width: auto !important;
    min-height: 0 !important;

    padding: 0 !important;
    margin: 0 !important;
  }


  /* Hide the duplicate logo inside navigation */
  #site-navigation .comman-logo {
    display: none !important;
  }



  /* Hamburger area */
  #mega-menu-wrap-main_menu .mega-menu-toggle {
    display: flex !important;

    width: auto !important;
    height: 75px !important;

    padding: 0 15px !important;
    margin: 0 !important;

    align-items: center !important;
    justify-content: center !important;

    background: transparent !important;
  }


  /* Hamburger button */
  #mega-menu-wrap-main_menu .mega-toggle-animated {
    margin: 0 !important;
    padding: 8px !important;
  }


  /* Keep hamburger visible */
  #mega-menu-wrap-main_menu .mega-toggle-blocks-right {
    display: flex !important;
    align-items: center !important;
  }

  .navigation #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
    justify-content: space-between;
  }




  .review-section .wpb_text_column {
    max-width: 80%;
  }

  .testimonial-banner-left {
    padding: 3em 0;
  }

  .review-header .common-title {
    font-size: 3.375em;
  }

  .review-header {
    padding: 0;
  }

  #site-header {
    background-color: #0c0c0c;
  }

  #site-navigation-wrap {
    background-color: #000;
  }

  .consultation-badge-wrapper {
    display: none !important;
  }

  .page-header.background-image-page-header:not(.wpex-supports-mods) .page-header-title {
    font-size: 3em;
  }

  .navigation .mega-toggle-blocks-left,
  .navigation .mega-toggle-blocks-center {
    display: none !important;
  }

  /* #mega-menu-wrap-main_menu .mega-menu-toggle~button.mega-close:before {
    font-size: 2.5em;
  } */

  #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner,
  #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
  #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    background-color: white;
  }

  .navigation #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item>a.mega-menu-link {
    justify-content: space-between;
  }

  /* 
  .navigation #mega-menu-wrap-main_menu .mega-menu-toggle~button.mega-close {
    right: 250px;
    top: 10%;
  } */
  .navigation #mega-menu-wrap-main_menu .mega-menu-toggle~button.mega-close {
    background-color: #d08f1d;
  }

  .navigation #mega-menu-wrap-main_menu .mega-menu-toggle {
    background-color: transparent;
  }

  .navigation #mega-menu-wrap-main_menu #mega-menu-main_menu {
    justify-content: start;
    gap: 0;
    padding-top: 180px;
  }


  .attorneys-section .theme-button {
    display: flex;
    justify-content: center;
  }

  .attorneys-section {
    display: block;
    min-height: 0;
    padding-top: 30em !important;
    background-size: 200% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: var(--black-color);
  }


  .attorneys-section .vcex-heading-w-badge .vcex-heading-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .attorneys-section .wpb_text_column {
    text-align: center;
  }



  .attorneys-section .wpb_text_column p:last-child {
    margin-bottom: 0;
  }

  .navigation::after {
    display: none !important;
  }

  .navbar-style-three .main-navigation-three {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 0;

  }

  .footer-bottom-copyright {
    flex-direction: column;
    align-items: center;
  }

  .standard-links li:nth-child(1) {
    border-left: 0;
    margin-left: 0;
  }

  .standard-links {
    display: flex;
    align-items: center;
    font-size: 1em;
    color: #ffffff;
    text-align: center;
    margin: 1em 0 0 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5em 0;
  }

  .results-section,
  .awards-section,
  .testimonials-section,
  .attorneys-section,
  .contact-section,
  .right-content {
    font-size: 11px;
  }

  .results-container .result-item .vcex-feature-box-content {
    font-size: 11px;
  }

  .banner-content * {
    font-size: 10px;
  }

  .banner-right-container>.vc_column-inner img {
    max-width: 30em;
    margin-bottom: 0;
  }

  .main-logo {
    font-size: 13px;
  }

  .blog-entry-title {
    font-size: 2.5em;
  }

  .header-right {
    font-size: 11px;
  }

  .contact-section {
    flex-direction: column;
    gap: 2em;
    align-items: center;
    padding: 6.25em 0 0 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  .contact-section .wpb_column.vc_column_container.vc_col-sm-3\/5 {
    width: 100%;
    text-align: center;
  }

  .contact-section .wpb_column.vc_column_container.vc_col-sm-2\/5 {
    width: 100%;
  }

  .contact-content h2:after {
    margin: 1.25rem auto auto;
  }


  .dark-section .section-heading::after {
    width: 1.77em;
    height: 3px;
    margin: 1em auto 0;
  }


  .attorneys-right-container {
    width: 100%;
    max-width: 100%;
  }

  body.has-sidebar-layout #content-wrap {
    flex-direction: column;
  }

  .content-right-sidebar #content-wrap>#sidebar,
  .vcex-post-content-right-sidebar #sidebar {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
  }

  .right-content .vc_column-inner {
    padding: 0;
  }

}

@media only screen and (max-width: 999px) {
  .header-right {
    font-size: 9px;
  }

  .testimonials-section .hp-testimonials {
    max-width: 90%;
  }

}

@media only screen and (max-width: 767px) {

  #footer {
    background-image: url('../images/footer_bg_mobile.jpg') !important;
    background-position: 0 0;
    background-repeat: no-repeat;
  }

  #footer-inner::after,
  #footer-inner::before {
    display: none;
  }

  .attorney-content {
    margin-top: 3em;
  }

  #site-navigation-sticky-wrapper #mega-menu-wrap-main_menu .mega-menu-toggle {
    top: -83px !important;
  }

  .review-section .wpb_single_image img {
    width: 12em;
  }

  .review-section {
    padding: 1em;
  }

  .review-section .wpb_text_column {
    max-width: 100%;
  }

  .review-header .common-title {
    font-size: 2em;
  }

  .page-header-content .page-header-title {
    font-size: 3.5em;
  }

  .contact-form-wrapper h4 {
    font-size: 22px;
  }

  .testimonials-section .hp-testimonials .vcex-testimonials-fullslider-author .vcex-testimonials-fullslider-author-name {
    font-size: 1.2em;
    margin-top: 0.5em;
  }

  .practies-area-row>div>.vc_column-inner>.wpb_wrapper {
    max-width: 100%;
  }

  .page-header.background-image-page-header:not(.wpex-supports-mods) .page-header-title {
    font-size: 2.5em;
  }

  .right-content {
    padding: 0 20px;
  }

  .blog .has-media .blog-entry-inner .blog-entry-media,
  .archive .has-media .blog-entry-inner .blog-entry-media {
    float: none;
    width: 100%;
  }

  .blog .has-media .blog-entry-inner .blog-entry-excerpt,
  .archive .has-media .blog-entry-inner .blog-entry-excerpt,
  .blog .has-media .blog-entry-inner .blog-entry-readmore,
  .archive .has-media .blog-entry-inner .blog-entry-readmore {
    width: 100%;
  }


  .single-content .faq-section .vcex-toggle__title {
    font-size: 1.3em;

  }

  .attorneys-section>.wpb_column:first-child {
    display: none;
  }

  .attorneys-right-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    float: none;
  }


  .testimonials-section .vcex-testimonials-fullslider.has-arrows .sp-arrows {
    top: inherit !important;
    display: flex !important;
  }

  .testimonials-section .hp-testimonials .sp-arrow {
    bottom: 0;
    top: inherit !important;
  }

  .testimonials-section .hp-testimonials .vcex-testimonials-fullslider-inner .vcex-testimonials-fullslider-avatar {
    width: 2.75em;
    height: 2.75em;
    margin-top: 1em;
  }

  .testimonials-section .hp-testimonials .vcex-testimonials-fullslider-inner .vcex-testimonials-fullslider-avatar,
  .testimonials-section .hp-testimonials .vcex-testimonials-fullslider-author {
    display: flex;

  }

  .testimonials-section .hp-testimonials .vcex-testimonials-fullslider-inner {
    flex-direction: column;
    gap: 0;
  }

  .results-container>.vc_column-inner>.wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3em;
  }

  .main-logo {
    font-size: 8px;
  }

  .banner-content p {
    font-size: 15px;
  }

  .practies-area-row>div>.vc_column-inner>.wpb_wrapper {
    font-size: 12px;
  }

  .results-container .result-item .vcex-feature-box-content {
    font-size: 10px;
  }

  .header-right {
    font-size: 8px;
  }

  .banner-content * {
    font-size: 9px;
  }

  .results-container .result-item .vcex-feature-box-content {
    font-size: 9px;
  }

  .results-section,
  .awards-section,
  .testimonials-section,
  .attorneys-section,
  .contact-section,
  .right-content {
    font-size: 10px;
  }

  .results-container .result-item p,
  .testimonials-section .hp-testimonials *,
  .attorneys-right-container p,
  .contact-section p,
  .content-area p,
  .right-content .bottom-content p {
    font-size: 15px;
  }

  .practies-area-image-row {
    flex-direction: column;
  }

  /* .practies-area-section .vc_column-inner,
  .practies-area-right .vc_column-inner {
    background-size: 100% !important;
  } */
  /* 
  .practice-bgimage * {
    width: 0;
  } */
  .content-area p {
    font-size: 16px !important;
  }

  .review-page-testi .vcex-testimonials-filter::after {
    margin-top: 2.5rem;
  }

  .review-page-testi .vcex-testimonials-filter {
    margin-bottom: 2.5rem !important;
  }

  .review-page .review-parts .testimonial-entry {
    margin-bottom: 15px;
  }

  .single-page-content .review-page-testi .testimonial-entry-content {
    min-height: 19em;
  }
}

@media only screen and (max-width: 640px) {
  #site-navigation-sticky-wrapper #mega-menu-wrap-main_menu .mega-menu-toggle {
    right: -60px !important;
  }

  .inline-large-button {
    flex-direction: column;
  }

  .review-section .review-content .large-button {
    width: 100%;
    margin: 0px 0px 1em 0px !important;
  }

  .page-header-content .page-header-title {
    font-size: 2.5em;
  }

  #footer-inner::after {
    width: 469px;
    height: 521px;
    bottom: 25px;
    left: -180px;
  }

  .menu-quick-links-container ul li {
    padding: 5px 0;
  }

  .banner-buttons>:nth-child(2) {
    display: none;
  }

  .results-container .result-item .vcex-feature-box-content .vcex-feature-box-text {
    min-height: auto;
  }

  .results-container>.vc_column-inner>.wpb_wrapper {
    grid-template-columns: repeat(1, 1fr);

  }

  .practies-area-icon figure.wpb_wrapper.vc_figure {
    width: 6em;
  }

  .results-container .result-item img {
    width: 6em;
  }

  .main-logo {
    font-size: 6px;
  }

  .header-right {
    font-size: 7px;
  }

  .banner-content * {
    font-size: 7px;
  }

  .banner-right-container>.vc_column-inner img {
    max-width: 21em;
    margin-bottom: -10em;
  }

  body .banner-buttons .theme-button {
    width: 100%;
    font-size: 16px;
  }



  .banner-left-container {
    padding-top: 2em;
    padding-bottom: 2em;
  }



}

@media only screen and (max-width: 480px) {
  #MobileNavT {
    display: block !important;
    background: var(--theme-color);
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
  }

  #MobileNavT ul {
    list-style: none;
    margin: 0;
  }

  #MobileNavT a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
  }

  #MobileNavT li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 10px 0;
  }

  #MobileNavT .fa {
    display: block;
    color: #fff !important;
    font-size: 1.5em !important;
  }

  #MobileNavT .mobile-call .fa {
    background: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: var(--theme-color) !important;
    padding: 10px;
    margin-left: 18px;
    font-size: 27px !important;
  }

  #site-navigation-sticky-wrapper #mega-menu-wrap-main_menu .mega-menu-toggle {
    right: -50px !important;
  }

  .testimonials-section .section-heading {
    margin-bottom: 1.5rem;
    max-width: 70%;
    margin: 0 auto 0.5em auto;
  }

  .results-container>.vc_column-inner>.wpb_wrapper {
    max-width: 70%;
    margin: 0 auto;
  }

  .footer-col.footer-col-1 {
    text-align: center;
  }

  .footer-socials {
    justify-content: center;
  }

  .footer-logo {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-col .menu-practice-areas-container>:nth-child(1) {
    display: block;
  }

  #footer-widgets .col {
    margin-bottom: 0;
  }

  .results-section,
  .awards-section,
  .testimonials-section,
  .attorneys-section,
  .contact-section,
  .right-content,

  .practies-area-row>div>.vc_column-inner>.wpb_wrapper {
    font-size: 9px;
  }

  .practies-area-section p {
    font-size: 15px;
  }

  body .theme-button,
  .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    font-size: 15px;
  }

  .header-right {
    font-size: 6px;
  }

  .banner-content h2:after {
    margin: 0.5em auto;
    width: 5.6875em;
    height: 2px;
  }

  .banner-content * {
    font-size: 6px;
    text-align: center;
  }

  body .banner-buttons {
    margin-top: 1em;
  }

  .single-page-content .review-page-testi .theme-button {
    padding: 0.6em 0.6em 0.5em 0.6em;
    font-size: 14px;
  }
}

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

/* .standard-links li:last-child {
  border-right: 0;
}

.practies-area-section .vc_column-inner,
.practies-area-right .vc_column-inner {
  background-size: 0;
} */
.single-blog-content h2 {
  font-size: 1.875em;
}