/*
Theme Name: SSKC
Author: Gradient9 Studios
Author URI: https://www.gradient9.com
Template: visual-composer-starter
Version: 1.0.0
Text Domain: visual-composer-starter-child
*/

body {
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arimo", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1600px !important;
    width: 100%;
  }

  #header .navbar .container {
    max-width: 1600px !important;
    width: 100%;
  }
}

body .content-wrapper {
  padding: 0 !important;
}

body .comment-content article > div,
body .entry-content article > div {
  margin: 0 !important;
}

.main-content {
  padding-bottom: 0;
}

.btn,
.rev-btn,
.vc_btn3.vc_btn3-size-lg,
.gform_button.button,
body
  .gform-theme.gform-theme--framework.gform_wrapper
  .button:where(
    :not(.gform-theme-no-framework):not(.gform-theme__disable):not(
        .gform-theme__disable *
      ):not(.gform-theme__disable-framework):not(
        .gform-theme__disable-framework *
      )
  ),
body
  .gform-theme.gform-theme--framework.gform_wrapper
  .gform-theme-button:where(
    :not(.gform-theme-no-framework):not(.gform-theme__disable):not(
        .gform-theme__disable *
      ):not(.gform-theme__disable-framework):not(
        .gform-theme__disable-framework *
      )
  ),
body
  .gform-theme.gform-theme--framework.gform_wrapper
  :where(:not(.mce-splitbtn))
  > button:not([id*="mceu_"]):not(.mce-open):where(
    :not(.gform-theme-no-framework):not(.gform-theme__disable):not(
        .gform-theme__disable *
      ):not(.gform-theme__disable-framework):not(
        .gform-theme__disable-framework *
      )
  ),
body
  .gform-theme.gform-theme--framework.gform_wrapper
  button.button:where(
    :not(.gform-theme-no-framework):not(.gform-theme__disable):not(
        .gform-theme__disable *
      ):not(.gform-theme__disable-framework):not(
        .gform-theme__disable-framework *
      )
  ),
body
  .gform-theme.gform-theme--framework.gform_wrapper
  input:is([type="submit"], [type="button"], [type="reset"]).button:where(
    :not(.gform-theme-no-framework):not(.gform-theme__disable):not(
        .gform-theme__disable *
      ):not(.gform-theme__disable-framework):not(
        .gform-theme__disable-framework *
      )
  ),
body
  .gform-theme.gform-theme--framework.gform_wrapper
  input:is([type="submit"], [type="button"], [type="reset"]):where(
    :not(.gform-theme-no-framework):not(.gform-theme__disable):not(
        .gform-theme__disable *
      ):not(.gform-theme__disable-framework):not(
        .gform-theme__disable-framework *
      )
  ),
body
  .gform-theme.gform-theme--framework.gform_wrapper
  input[type="submit"].button.gform_button:where(
    :not(.gform-theme-no-framework):not(.gform-theme__disable):not(
        .gform-theme__disable *
      ):not(.gform-theme__disable-framework):not(
        .gform-theme__disable-framework *
      )
  ) {
  background-color: #979799 !important;
  background-image: none !important;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-family: "Arimo", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  line-height: 1.7;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  text-transform: uppercase !important;
}

.btn:hover,
.rev-btn:hover,
.vc_btn3.vc_btn3-size-lg:hover,
body
  .gform-theme.gform-theme--framework.gform_wrapper
  input:is([type="submit"], [type="button"], [type="reset"]).button:where(
    :not(.gform-theme-no-framework):not(.gform-theme__disable):not(
        .gform-theme__disable *
      ):not(.gform-theme__disable-framework):not(
        .gform-theme__disable-framework *
      )
  ):hover,
body
  .gform-theme.gform-theme--framework.gform_wrapper
  input:is([type="submit"], [type="button"], [type="reset"]):where(
    :not(.gform-theme-no-framework):not(.gform-theme__disable):not(
        .gform-theme__disable *
      ):not(.gform-theme__disable-framework):not(
        .gform-theme__disable-framework *
      )
  ):hover,
body
  .gform-theme.gform-theme--framework.gform_wrapper
  input[type="submit"].button.gform_button:where(
    :not(.gform-theme-no-framework):not(.gform-theme__disable):not(
        .gform-theme__disable *
      ):not(.gform-theme__disable-framework):not(
        .gform-theme__disable-framework *
      )
  ):hover {
  background-color: #04347e !important;
  color: #fff !important;
}

.btn-light .vc_btn3.vc_btn3-size-lg:hover {
  background-color: #fff !important;
  color: #2a2a2b !important;
}

.txt-title-inline-block {
  display: inline-block;
}

.txt-uppercase {
  text-transform: uppercase;
}

.txt-white {
  color: #fff;
}

.txt-spacing {
  letter-spacing: 4px;
}

.txt-spacing-sm {
  letter-spacing: 2px;
}

.txt-quotes {
  position: relative;
}

.txt-quotes::before {
  content: "“" !important;
  left: 35px;
  top: 30px;
  position: absolute;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
}

.txt-quotes::after {
  content: "”" !important;
  right: 35px;
  bottom: 10px;
  position: absolute;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
}

body .bg-position-top {
  background-position: top center !important;
}

body .bg-position-top-left {
  background-position: center left !important;
}

.entry-content ul > li {
  content: "" !important;
  list-style: disc inside !important;
  padding-left: 0 !important;
}

.entry-content ul > li::before {
  content: "" !important;
}

.entry-title {
  margin-top: 40px;
}

/*Header*/
#header .navbar {
  background: url("images/header-bg.jpg") top left repeat-x #979799;
}
#header .navbar .navbar-wrapper {
  background-color: transparent !important;
}

#top-area {
  color: #fff;
  font-size: 16px;
  padding: 10px 2vw 10px 0;
  text-align: right;
}

#top-area p {
  margin-bottom: 0;
}

#top-area a,
#top-area a:hover {
  color: #fff !important;
}

@media only screen and (max-width: 1200px) {
  #top-area {
    padding-left: 5%;
    text-align: right;
  }
}

@media only screen and (min-width: 768px) {
  body.header-full-width .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .navbar-wrapper {
    padding: 0 !important;
  }

  body:not(.menu-sandwich) .navbar-header {
    max-width: 33% !important;
    padding: 15px 3vw;
    background-color: #fff;
  }

  body:not(.menu-sandwich) #main-menu {
    margin: 30px 0 0;
    padding: 0 2vw 0 0;
  }

  body:not(.menu-sandwich) #main-menu > ul {
    margin: 0 !important;
  }

  body:not(.menu-sandwich) #main-menu > ul > li > a,
  body:not(.menu-sandwich) #main-menu > ul > li > a {
    color: #fff !important;
    font-size: 21px !important;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0 15px !important;
    text-transform: uppercase;
  }

  body:not(.menu-sandwich) #main-menu > ul > li > a:hover,
  body:not(.menu-sandwich) #main-menu > ul > li > a:hover,
  body:not(.menu-sandwich) #main-menu > ul > li.current-menu-item > a,
  body:not(.menu-sandwich) #main-menu > ul > li.current-menu-item > a {
    color: #2a2a2b !important;
  }

  body:not(.menu-sandwich) #main-menu > ul > li:last-child > a,
  body:not(.menu-sandwich) #main-menu > ul > li:last-child > a {
    padding-right: 0 !important;
  }

  body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children > a::before {
    content: "" !important;
  }
}

/*Practice Areas*/
.areas-list ul {
  padding-left: 20px;
}

.areas-list ul li {
  margin-bottom: 10px;
  font-size: 22px;
}

.helpful-links a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.areas-specialize {
  list-style: none;
  text-align: center;
}

.areas-specialize li {
  display: inline-block;
  padding-left: 0 !important;
  vertical-align: top;
  width: 14%;
}

@media screen and (max-width: 768px) {
  .areas-specialize li {
    display: block;
    width: 100%;
  }
}

.areas-specialize li::before {
  content: "" !important;
}

.areas-specialize li img {
  margin: 0 0 25px 0 !important;
}

.areas-specialize li h4 {
  margin-bottom: 35px !important;
}

/*Gravity Forms*/
body .gform-theme--foundation .gform_fields {
  grid-column-gap: 2%;
  grid-row-gap: 16px;
}

.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gform-theme--orbital input[type="color"],
.gform_wrapper.gform-theme--orbital input[type="date"],
.gform_wrapper.gform-theme--orbital input[type="datetime-local"],
.gform_wrapper.gform-theme--orbital input[type="datetime"],
.gform_wrapper.gform-theme--orbital input[type="email"],
.gform_wrapper.gform-theme--orbital input[type="month"],
.gform_wrapper.gform-theme--orbital input[type="number"],
.gform_wrapper.gform-theme--orbital input[type="password"],
.gform_wrapper.gform-theme--orbital input[type="search"],
.gform_wrapper.gform-theme--orbital input[type="tel"],
.gform_wrapper.gform-theme--orbital input[type="text"],
.gform_wrapper.gform-theme--orbital input[type="time"],
.gform_wrapper.gform-theme--orbital input[type="url"],
.gform_wrapper.gform-theme--orbital input[type="week"],
.gform_wrapper.gform-theme--orbital select,
.gform_wrapper.gform-theme--orbital textarea {
  background-color: #fff;
  border: 1px solid light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-radius: 0;
  box-shadow: none;
  color: #2a2a2b;
  font-size: 15px !important;
  font-weight: 700;
  height: auto;
  line-height: 1.7;
  padding: 8px;
}

body .gform-theme--framework .gfield_list_group_item::before,
body
  .gform-theme--framework
  .gform-field-label:where(:not([class*="gform-field-label--type-"])),
body
  .gform-theme--framework
  .gform-field-label
  > .gfield_required:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ),
body .gform-theme--framework .field_sublabel_below .gform-field-label--type-sub,
body .gform-theme--framework .field_sublabel_above .gform-field-label--type-sub,
body .gform-theme--framework .gform-field-label--type-inline {
  color: #2a2a2b;
  font-size: 16px !important;
  font-weight: 700;
}

body
  .gform-theme--framework
  .field_description_below
  .gfield_description:where(
    :not(.gfield_creditcard_warning_message):not(
        .field_validation_above .gfield_validation_message
      ):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)
  ) {
  font-size: 15px !important;
}

input::placeholder,
textarea::placeholder {
  color: #2a2a2b;
}

body .gform-theme--foundation .gfield textarea.small {
  height: 96px;
}

body .gform-theme--foundation .gfield textarea.medium {
  height: 192px;
}

body #ui-datepicker-div.gform-theme--foundation.ui-datepicker {
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 9999 !important;
}

body #ui-datepicker-div.gform-theme--foundation.ui-datepicker .ui-icon {
  background-repeat: no-repeat;
  display: block;
  inset-block-start: 0.3em;
  inset-inline-start: 0.5em;
  margin-block-start: -0.25em;
  overflow: hidden;
  position: relative;
  text-indent: -99999px;
  vertical-align: middle;
}

body
  #ui-datepicker-div.gform-theme--foundation.gform-theme--foundation.ui-datepicker
  td
  a,
body
  #ui-datepicker-div.gform-theme--foundation.gform-theme--foundation.ui-datepicker
  td
  span {
  margin: auto;
  padding: 0.25em 0.2em;
  text-align: center;
  text-decoration: none;
}

body
  #ui-datepicker-div.gform-theme--framework.ui-datepicker
  table
  .ui-datepicker-current-day
  a,
body
  #ui-datepicker-div.gform-theme--framework.ui-datepicker
  table
  .ui-datepicker-current-day
  span {
  color: #fff;
}

body legend {
  border-bottom: none;
}

body
  .gform-theme--framework
  .gfield--input-type-datepicker
  .ginput_container_date
  input {
  width: 100%;
}

body .gform_wrapper.gravity-theme .gform_validation_errors > h2,
body .gform-theme--framework .gform_validation_errors .gform_submission_error {
  font-size: 14px !important;
  letter-spacing: 0 !important;
}

body
  .gform-theme--framework
  .gform-field-label
  > .gfield_required:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ),
body
  .gform-theme--framework.gform_editor
  legend.gform-field-label
  > span
  > .gfield_required:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ),
body
  .gform-theme--framework
  .field_description_below
  .gfield_description:where(
    :not(.gfield_creditcard_warning_message):not(
        .field_validation_above .gfield_validation_message
      ):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)
  ) {
  color: #c02b0a !important;
  font-size: 15px !important;
  font-weight: 400;
}

/*Footer*/
#footer {
  background-color: #979799 !important;
  font-size: 18px;
  padding-bottom: 46px;
}

#footer .footer-widget-area {
  background-color: #05337f;
  padding: 60px 0 15px 0;
}

#footer .footer-widget-area h1,
#footer .footer-widget-area h2,
#footer .footer-widget-area h3,
#footer .footer-widget-area h4,
#footer .footer-widget-area h5,
#footer .footer-widget-area h6 {
  color: #fff !important;
}
#contact-box {
  font-size: 10px;
  line-height: 1.5em;
}
#contact-box p {
  font-size: 12px;
  margin: 1em 0 0;
}
#text-3 {
  width: 100%;
}

@media screen and (min-width: 992px) {
  #footer .footer-widget-area .widget {
    display: inline-block;
    vertical-align: top;
  }
}

#footer .row {
  padding-bottom: 40px;
}

#footer .footer-widget-area .widget .widget-title {
  line-height: 1;
}

#footer .footer-widget-area .widget p {
  margin-bottom: 0;
}

#footer .footer-widget-area .widget.widget_media_image {
  background-color: #fff;
  padding: 40px 45px;
  margin: 0;
}

#footer .footer-widget-area .widget.widget_text {
  padding-top: 15px;
  margin-bottom: 0;
}

#footer .footer-widget-area .widget.widget_text .widget-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}

#footer .footer-widget-area .widget.widget_text ul {
  padding-left: 0;
  text-align: center;
}

#footer .footer-widget-area .widget.widget_text ul li {
  list-style: none;
}

#footer .footer-widget-area .widget.widget_text ul li {
  display: inline-block;
  text-align: center;
  width: 30%;
}

#footer .footer-widget-area .widget.widget_text ul li:not(:last-child) {
  border-right: 2px solid #979799;
}

#footer .footer-widget-area .widget.widget_text ul li h5 {
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 3px;
}

#footer .footer-widget-area .widget.widget_text ul li h6 {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.txt-title-inline-block.vc_custom_heading {
  padding-top: 30px;
  padding-right: 20px;
  margin-bottom: 0;
}

#footer .footer-widget-area .widget.widget_nav_menu ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

#footer .footer-widget-area .widget.widget_nav_menu ul li {
  margin-bottom: 10px;
}
#footer .footer-widget-area .widget.widget_nav_menu ul li:last-child {
  margin-bottom: 0px;
}

#footer .footer-widget-area .widget.widget_nav_menu ul li a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

#footer .footer-widget-area .widget.recent-posts-widget-with-thumbnails {
  background-color: #032863;
  padding: 40px 40px 80px 40px;
  position: relative;
}

#footer
  .footer-widget-area
  .widget.recent-posts-widget-with-thumbnails
  .widget-title {
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#footer
  .footer-widget-area
  .widget.recent-posts-widget-with-thumbnails
  ul
  li
  img {
  margin: 0;
  position: absolute;
  bottom: 40px;
}
#nav_menu-2 {
  margin: 27px 0;
}

@media screen and (min-width: 992px) {
  #footer .footer-widget-area .widget.recent-posts-widget-with-thumbnails {
    float: right;
    max-width: 29%;
  }
}

.entry-meta {
  display: none !important;
}
ul.col1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
ul.col2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
ul.col3,
ol.col3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
ul.col4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
ul.no-bullet li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.comment-content ul > li::before,
.entry-content ul > li::before {
  line-height: 0.85;
}

.entry-content.error-404 {
  margin: 3em 0;
}

#quotes .txt-quotes .vc_column-inner {
  padding: 50px !important;
}

.vc_tta-tab a {
  font-size: 24px;
  background: #666 !important;
  color: #fff !important;
  font-weight: bold;
}
.vc_tta-tab.vc_active a {
  background: #04347e !important;
  color: #fff !important;
  font-weight: bold;
}
.vc_tta.vc_general .vc_tta-panel-body {
  padding: 25px 40px !important;
}
/* --- Extra Large Desktops - 1281-1600px --- */
@media screen and (min-width: 1281px) and (max-width: 1599px) {
  body:not(.menu-sandwich) #main-menu > ul > li > a,
  body:not(.menu-sandwich) #main-menu > ul > li > a {
    letter-spacing: 1px;
    padding: 0 1vw !important;
    font-size: 18px !important;
  }
  body:not(.menu-sandwich) #main-menu {
    margin-top: 2vw;
  }
}

/* --- Desktops - 1025-1280px --- */
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .container {
    width: 98% !important;
  }
  body:not(.menu-sandwich) #main-menu > ul > li > a,
  body:not(.menu-sandwich) #main-menu > ul > li > a {
    letter-spacing: 1px;
    padding: 0 1vw !important;
    font-size: 16px !important;
  }
  body:not(.menu-sandwich) #main-menu {
    margin: 30px 0 0;
  }
  body:not(.menu-sandwich) .navbar-header {
    padding: 25px 0 25px 1vw;
    max-width: 30% !important;
  }
  #top-area {
    font-size: 14px;
  }
  h1.vc_custom_heading,
  .h1 {
    font-size: 5vw !important;
    line-height: 1em !important;
  }
}

/* --- Tablets & Small Desktops - less than 1024px --- */
@media screen and (max-width: 1024px) {
  h1.vc_custom_heading,
  .h1 {
    font-size: 4vw !important;
    line-height: 1em !important;
  }
  h2.vc_custom_heading,
  .h2 {
    font-size: 3vw !important;
  }
  h3.vc_custom_heading,
  .h3 {
    font-size: 2.25vw !important;
  }
  h4.vc_custom_heading,
  .h4 {
    font-size: 1.75vw !important;
  }
  h5.vc_custom_heading,
  .h5 {
    font-size: 1.5vw !important;
  }
  h6.vc_custom_heading,
  .h6 {
    font-size: 1.5vw !important;
  }
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
  ul.col1,
  ul.col2,
  ul.col3,
  ol.col3,
  ul.col4 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  #contact-info {
    width: 100%;
  }
}

/* --- Tablet - less than 800px --- */
@media screen and (max-width: 800px) {
  h1.vc_custom_heading,
  .h1 {
    font-size: 6vw !important;
    line-height: 1.25em !important;
  }
  h2.vc_custom_heading,
  .h2 {
    font-size: 5.5vw !important;
  }
  h3.vc_custom_heading,
  .h3 {
    font-size: 5vw !important;
    line-height: 1.25em !important;
  }
  h4.vc_custom_heading,
  .h4 {
    font-size: 4vw !important;
    line-height: 1.25em !important;
  }
  h5.vc_custom_heading,
  .h5 {
    font-size: 3vw !important;
  }
  h6.vc_custom_heading,
  .h6 {
    font-size: 2.5vw !important;
    line-height: 1.25em !important;
  }
  ul.col1,
  ul.col2,
  ul.col3,
  ol.col3,
  ul.col4 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
  #contact-info {
    display: none;
  }
  #main-slider {
    padding: 2vw !important;
  }
  #about {
    background-image: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #about .vc_col-sm-8.vc_col-has-fill .vc_column-inner {
    padding: 0 5vw !important;
  }
  #quotes {
    padding: 5vw 0 !important;
  }
  #quotes p.vc_custom_heading {
    font-size: 3.5vw !important;
  }
  #history {
    padding-top: 10vw !important;
    padding-bottom: 0vw !important;
  }
}

/* --- Mobile - less than 535px --- */
@media screen and (max-width: 535px) {
  h1.vc_custom_heading,
  .h1,
  #footer .footer-widget-area .widget.widget_text .widget-title {
    font-size: 8vw !important;
    line-height: 1.25em !important;
  }
  h2.vc_custom_heading,
  .h2 {
    font-size: 6vw !important;
    line-height: 1.25em !important;
  }
  h3.vc_custom_heading,
  .h3 {
    font-size: 4vw !important;
    line-height: 1.25em !important;
  }
  .vc_tta.vc_general .vc_tta-panel-title a {
    font-size: 5vw !important;
    line-height: 1.25em !important;
  }
  h4.vc_custom_heading,
  .h4 {
    font-size: 4vw !important;
    line-height: 1.25em !important;
  }
  h5.vc_custom_heading,
  .h5 {
    font-size: 4vw !important;
  }
  h6.vc_custom_heading,
  .h6,
  .areas-list ul li {
    font-size: 4.5vw !important;
  }
  .btn,
  .rev-btn,
  .vc_btn3.vc_btn3-size-lg,
  .gform_button.button {
    font-size: 3.5vw !important;
  }
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
  .areas-list ul {
    padding-left: 0 !important;
  }
  #practice-area-header,
  #page-header {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .txt-title-inline-block.vc_custom_heading {
    padding: 20px 10px !important;
    text-align: center !important;
    width: 100%;
  }
  #footer .footer-widget-area {
    padding: 8vw 0 5vw;
  }
  #footer .footer-widget-area .widget.widget_text {
    padding-top: 0;
    margin-bottom: 0;
  }
  #footer .footer-widget-area .widget.widget_text ul li {
    margin-bottom: 40px;
  }
  #footer .footer-widget-area .widget.widget_text ul li:last-child {
    margin-bottom: 0;
  }
  #quotes .txt-quotes .vc_column-inner {
    padding: 10vw 5vw !important;
  }
  #footer .row {
    padding-bottom: 0;
  }
  #main-slider {
    padding: 2vw !important;
  }
  #main-slider .vc_custom_heading {
    text-align: center !important;
  }
  #main-slider .vc_separator {
    margin-left: auto;
    margin-right: auto;
  }
  #about {
    background-image: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #about .vc_col-sm-8.vc_col-has-fill .vc_column-inner {
    padding: 0 5vw !important;
  }
  #quotes {
    padding: 5vw 0 !important;
  }
  #quotes p.vc_custom_heading {
    font-size: 3.5vw !important;
  }
  #history {
    padding-top: 10vw !important;
    padding-bottom: 0vw !important;
  }
  .home .vc_btn3-container.btn-light.vc_btn3-inline {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .home .vc_btn3-container.btn-light.vc_btn3-inline a {
    width: 100% !important;
  }
  .vc_column-inner.vc_custom_1665603907500 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* --- Small Mobile - 320px and lower --- */
@media screen and (max-width: 320px) {
}
