/**
Theme Name: Spark27 - Child Theme
Author: Spark27 Creative
Author URI: https://spark27creative.com/
Description: Spark27 theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spark27-theme
Template: astra
*/
/*----------- Navigation -----------*/
@media (min-width: 768px) {
  .ast-theme-transparent-header .ast-above-header, .ast-theme-transparent-header .ast-above-header.ast-above-header-bar {
    background: #000000;
  }
}

@media (max-width: 544px) {
  header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img {
    max-width: 125px !important;
  }
}

.ast-above-header-section .ast-custom-html a i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: var(--red);
}

.main-navigation ul .menu-item .menu-link {
  letter-spacing: 1px;
}

@media all and (min-width:768px) {
  .main-header-menu .menu-item {
    height: auto;
    line-height: 0;
  }

  .main-navigation ul .menu-item .menu-link {
    height: auto;
    position: relative;
    display: inline-block;
    text-align: center;
  }

  .main-navigation ul .menu-item .menu-link {
    height: auto;
    line-height: 1em;
    position: relative;
    display: inline-block;
    text-align: center;
  }

  .main-navigation ul .menu-item .menu-link:after {
    content: "";
    width: 25px;
    height: 0px;
    background-color: var(--brown);
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
  }

  .main-navigation ul .menu-item .menu-link:hover:after {
    height: 4px;
  }
}

/* Mega Menu */
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu,
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu{
  padding:0px;
  margin-top:0px;
}
.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item+ .ast-mm-custom-content{
  margin-top:0px;
}
body.ast-header-break-point .desktop-menu {
  display: none !important;
}

body:not(.ast-header-break-point) .mobile-menu {
  display: none !important;
}

.ast-hide-menu-item {
  display: none !important;
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu, .ast-desktop .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper {
  border: none;
}

.ast-desktop .ast-mm-custom-text-content, .ast-desktop .ast-mm-template-content {
  padding: 0px;
}

.mega-menu-section {
  text-transform: initial;
}

.menu-title a {
  font-family: 'Playfair Display', serif;
  text-transform: initial;
  font-size: 20px;
  position: relative;
  line-height: 1.3em;
  margin-bottom: 5px;
  color: #000000;
  padding:0px 0px 10px 0px;
}

.menu-title a:before {
  content: "\f054";
  color: var(--red);
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  position: absolute;
  left: -20px;
  top: 1px;
  font-weight: 900;
}
.menu-headline h3 span{
      text-transform: initial;
    font-size: 20px;
    position: relative;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.menu-headline h3 span:before{
  content: "\f054";
    color: var(--red);
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    position: absolute;
    left: -20px;
    top: 1px;
    font-weight: 900;
}
.ast-mm-custom-content .menu .menu-item:not(.menu-title) a{
  text-transform:uppercase;
  font-size:14px;
  font-weight:400;
  line-height: 1.4em;
  letter-spacing: 1.5px;
  margin-bottom:0px;
  padding-bottom:10px;
  color:#000000;

}

.ast-mm-custom-content .menu .menu-item:not(.menu-title) a:hover{
  color: var(--red);
}
/* Mobile Menu */
.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu {
  margin: 0px;
}

.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 20vh;
}

.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .close {
  color: var(--red);
  top: 50px;
}

.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .header-main-layout-1 .main-header-bar-navigation .sub-menu {
  background-image: url(../../uploads/2022/05/about-us-background.jpg);
  padding: 25px 0px;
}

.ast-fullscreen-menu-enable.ast-header-break-point .main-header-menu .menu-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .site-navigation {
  background-color: #000000 !important;
}

.ast-fullscreen-menu-enable.ast-header-break-point .main-header-menu .menu-item {
  padding-bottom: 10px;
}

.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation>ul>.menu-item>a {
  color: #ffffff;
}

.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .menu-link:hover {
  color: var(--red);
}

.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item.menu-item-has-children>button.ast-menu-toggle {
  color: var(--red);
}

.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item>.menu-link {
  padding-left: 20px !important;
  font-family: 'Playfair Display', serif;
  text-transform: initial;
  font-size: 17px;
  letter-spacing: 0px;
  font-weight: 500;
}

/*----------- General Styles -----------*/
:root {
  --black: #000000;
  --red: #B1001E;
  --brown: #88742C;
  --blue: #4D698D;
  --grey: #E1E1E1;
}

body {
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

body:not(.fl-builder) .entry-content p {
  margin-bottom: 2em;
}

.fl-heading-text {
  letter-spacing: 1px;
}

.pre-title .fl-module-content {
  margin-bottom: 0px;
}

.pre-title .fl-rich-text p {
  margin-bottom: 0px;
  color: var(--brown);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1em;
}

.pre-title~.fl-module-heading .fl-module-content {
  margin-top: 0px;
}

.line-after-center .fl-module-content,
.line-after .fl-module-content {
  margin-bottom: 0px;
}

.line-after-center .fl-heading span.fl-heading-text:after,
.line-after .fl-heading span.fl-heading-text:after {
  content: "";
  width: 157px;
  height: 1px;
  background-color: #000000;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.line-after-center .fl-heading span.fl-heading-text:after {
  margin: 20px auto;
}

.line-after-center~.fl-module:not(.fl-module-post-grid) .fl-module-content,
.line-after~.fl-module:not(.fl-module-post-grid) .fl-module-content {
  margin-top: 0px;
}

.title .fl-module-content {
  margin-top: 0px;
}

.title .fl-rich-text p {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
}

.title-and {
  color: var(--brown);
  font-family: 'Roboto', sans-serif;
  font-size: 70%;
}

/* Padding Row */
@media all and (min-width:768px) {
  .fl-row-content-wrap {
    padding: 60px 20px;
  }
}

@media (max-width: 768px) {
  .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 600px !important;
  }
}

/*@media (max-width: 768px) {
  .fl-col-small {
    max-width: none;
  }
}*/
/* Buttons */
.fl-builder-content .fl-node-content a.fl-button {
  border-radius: 0px;
  padding: 0.8em 2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Primary Button */
.fl-builder-content .fl-node-content .primary-btn a.fl-button {
  background: transparent;
  border: 2px solid var(--red);
}

.fl-builder-content .fl-node-content .primary-btn a.fl-button:hover {
  background: var(--red);
  border: 2px solid var(--red);
}

.fl-builder-content .fl-node-content .primary-btn a.fl-button span {
  color: #000000;
}

.fl-builder-content .fl-node-content .primary-btn a.fl-button:hover span {
  color: #ffffff;
}

/* Secondary Button */
.fl-builder-content .fl-node-content .secondary-btn a.fl-button,
.fl-builder-content .fl-node-content .secondary-btn a.fl-button:hover {
  background: transparent;
  border: none;
  padding: 0.8em 0 0.2em 0;
  position: relative;
}

.fl-builder-content .fl-node-content .secondary-btn a.fl-button span {
  color: var(--red);
}

.fl-builder-content .fl-node-content .secondary-btn a.fl-button:hover span {
  color: var(--black);
}

.fl-builder-content .fl-node-content .secondary-btn a.fl-button:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--brown);
  position: absolute;
  bottom: 0px;
  right: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fl-builder-content .fl-node-content .secondary-btn a.fl-button:hover:after {
  width: 100%;
}

/* Tertiary Button */
.fl-builder-content .fl-node-content .tertiary-btn a.fl-button {
  background: transparent;
  border: 2px solid var(--red);
}

.fl-builder-content .fl-node-content .tertiary-btn a.fl-button:hover {
  background: var(--red);
  border: 2px solid var(--red);
}

.fl-builder-content .fl-node-content .tertiary-btn a.fl-button span,
.fl-builder-content .fl-node-content .tertiary-btn a.fl-button:hover span {
  color: #ffffff;
}

/* Button with thick border on right */
/*.tertiary-btn a.fl-button{
  position:relative;
}
.tertiary-btn a.fl-button:after{
  content:"";
  width:6px;
  height:calc(100% + 2px);
  background-color: var(--red);
  position:absolute;
  top:0px;
  right:0px;
  transition:all 0.2s ease-in-out;
  z-index:-1;
}
.tertiary-btn a.fl-button:hover:after{
  content:"";
  width:100%;
  height:calc(100% + 2px);
  background-color: var(--red);
  position:absolute;
  top:0px;
  right:0px;
}*/
/* Arrow Button */
.fl-builder-content .fl-node-content .arrow-btn a.fl-button,
.fl-builder-content .fl-node-content .arrow-btn a.fl-button:hover {
  background: transparent;
  border: none;
  padding: 0;
}

.fl-builder-content .fl-node-content .arrow-btn a.fl-button span {
  color: var(--brown);
}

.fl-builder-content .fl-node-content .arrow-btn a.fl-button:hover span {
  color: var(--red);
}

.fl-builder-content .fl-node-content .arrow-btn a.fl-button span:after {
  content: "\2192";
  color: var(--red);
  display: inline-block;
  margin-left: 5px;
}

/* Red Button */
.fl-builder-content .fl-node-content .red-btn a.fl-button {
  background: var(--red);
  border: 2px solid var(--red);
  font-size: 14px;
  letter-spacing: 2px;
}

.fl-builder-content .fl-node-content .red-btn a.fl-button:hover {
  background: transparent;
  border: 2px solid var(--red);
}

.fl-builder-content .fl-node-content .red-btn a.fl-button span {
  color: #ffffff;
}

.fl-builder-content .fl-node-content .red-btn a.fl-button:hover span {
  color: #000000;
}

/* Bar CTA */
@media all and (min-width:768px) {
  .bar-cta .fl-module-content {
    max-width: 1100px;
    margin: 10px auto 5px;
  }

  .bar-cta .fl-cta-inline .fl-cta-text {
    /*width:80%;*/
    vertical-align: middle;
  }

  .bar-cta .fl-cta-inline .fl-cta-text h3 {
    margin-bottom: 0px;
  }
}

.announcement-bar .fl-module-html p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 17px;
}

.announcement-bar .fl-module-html a {
  display: inline-block;
  margin-left: 20px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.announcement-bar .fl-module-html a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 8px;
}

.announcement-bar .fl-module-html a:hover {
  opacity: 0.8;
}

/*----------- Team Post with just Images -----------*/
.post-team-images .fl-post-grid-post {
  border: none;
  background-color: transparent;
}

.post-team-images .fl-post-grid-post .fl-post-image,
.post-team-images .fl-post-grid-post .fl-post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*----------- Firm Goals Section -----------*/
.firm-goals .fl-col-content>.fl-col-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.firm-goals .fl-col-content>.fl-col-group .fl-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 383px;
  flex: 1 1 383px;
  max-width: 385px;
}

.firm-goal-col-icon .fl-col-content {
  background-color: #000000;
  padding: 150px 80px 0px 40px;
  height: 383px;
  margin: 8px !important;
  position: relative;
  overflow: hidden;
}

body.fl-builder-edit .firm-goal-col-icon .fl-col-content {
  height: auto;
  overflow: visible;
  padding-top: 20px;
}

body:not(.fl-builder-edit) .firm-goal-col-icon .fl-col-content:hover {
  padding: 20px 40px 40px 40px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.firm-goal-col-icon .fl-col-content:after {
  background-color: rgba(0, 0, 0, 0.71);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.firm-goal-col-icon .fl-col-content:hover:after {
  background-color: rgba(0, 17, 30, 0.85);
}

.firm-goal-col-icon .firm-goal-front {
  -webkit-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

body:not(.fl-builder-edit) .firm-goal-col-icon .fl-col-content:hover .firm-goal-front {
  opacity: 0;
  height: 0px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

body:not(.fl-builder-edit) .firm-goal-col-icon .firm-goal-back {
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  opacity: 0;
  height: 0px;
}

body:not(.fl-builder-edit) .firm-goal-col-icon .fl-col-content:hover .firm-goal-back {
  opacity: 1;
  height: auto;
  -webkit-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.firm-goal-col-icon .fl-module-rich-text .fl-module-content {
  margin-bottom: 0px;
}

.firm-goal-col-icon .firm-goal-front .fl-rich-text h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 10px;
}

.firm-goal-col-icon .firm-goal-front .fl-rich-text p {
  color: #85a8ba;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 2.2em;
}

.firm-goal-col-icon .firm-goal-back .fl-rich-text p {
  margin-bottom: 0px;
  color: #ffffff;
  line-height: 2em;
}

.firm-goal-col-icon .fl-photo {
  margin-bottom: 0px;
}

.firm-goal-col-icon .fl-module-photo {
  position: absolute;
  bottom: 0px;
  right: 0px;
  -webkit-transition: 0.6s cubic-bezier(.17, .67, .83, .67);
  transition: 0.6s cubic-bezier(.17, .67, .83, .67);
}

.firm-goal-col-icon .fl-col-content:hover .fl-module-photo {
  right: -70px;
}

@media (max-width: 768px) {
  .firm-goals .fl-col-content {
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/*----------- Testimonials Module -----------*/
.testimonial-slider .fl-testimonials-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 0px 65px;
  position: relative;
}

.testimonial-slider .fl-testimonials-wrap:before {
  content: "";
  width: 50px;
  height: 39px;
  background-image: url(../../uploads/2022/06/CarlsonLaw_Website_quotes-left.png);
  background-size: cover;
  position: absolute;
  top: -20px;
  left: -20px;
}

.testimonial-slider .fl-testimonials-wrap:after {
  content: "";
  width: 50px;
  height: 39px;
  background-image: url(../../uploads/2022/06/CarlsonLaw_quotes-right.png);
  background-size: cover;
  position: absolute;
  bottom: 120px;
  right: -20px;
}

.testimonial-slider .fl-testimonial p {
  font-size: 22px;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  text-align: center;
}

.testimonial-slider .fl-testimonial p strong {
  color: var(--brown);
  font-weight: 500;
  position: relative;
}

.testimonial-slider .fl-testimonial p strong:before {
  content: "";
  width: 108px;
  height: 21px;
  background-image: url(../../uploads/2022/06/CarlsonLaw_white-five-stars.png);
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  float: none;
  margin: 30px auto 10px;
}

@media all and (max-width:768px) {
  .testimonial-slider .fl-testimonials-wrap {
    max-width: 90%;
    padding: 0px 30px;
  }

  .testimonial-slider .fl-testimonial p {
    font-size: 18px;
  }

  .testimonial-slider .fl-testimonials-wrap:before {
    width: 22px;
    height: 17px;
  }

  .testimonial-slider .fl-testimonials-wrap:after {
    width: 22px;
    height: 17px;
  }
}

/*----------- Practice Areas -----------*/
.practice-areas-callout .fl-callout-title {
  font-size: 20px;
}

.fl-heading a,
.practice-areas-callout .fl-callout-title a {
  color: #000000;
}

.fl-heading a:hover,
.practice-areas-callout .fl-callout-title a:hover {
  color: var(--red);
}

.fl-photo {
  margin-bottom: 10px;
}

/*----------- FAQ Section -----------*/
.faq-side-col .fl-col-content {
  background-color: #000000;
  padding: 40px 40px 60px 40px;
  height: 383px;
  margin: 8px;
  position: relative;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.faq-side-col .fl-module-rich-text .fl-module-content {
  margin-bottom: 0px;
  max-width: 240px;
}

.faq-side-col .fl-rich-text h3 {
  font-size: 22px;
  color: #ffffff;
  margin-top: 20px;
}

.faq-side-col .fl-rich-text p {
  color: #85a8ba;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 2.2em;
}

.faq-side-col .fl-rich-text p {
  margin-bottom: 0px;
  color: #ffffff;
  line-height: 2.2em;
}

.faq-side-col .fl-module-photo {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.faq-post-mod .fl-post-grid-post {
  border: none;
}

.faq-post-mod .fl-post-image img {
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq-post-mod .fl-post-text {
  padding: 30px;
}

.faq-post-mod .fl-post-meta {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: var(--brown);
}

.faq-post-mod .fl-post-meta a {
  color: var(--brown);
}

.faq-post-mod .fl-post-meta a:hover {
  color: var(--red);
}

.faq-post-mod h3.fl-post-title a {
  color: #000000;
}

/*----------- About Page -----------*/
.img-law-icon .fl-photo-content {
  position: relative;
}

.img-law-icon .fl-photo-content:after {
  content: "";
  width: 75px;
  height: 80px;
  position: absolute;
  bottom: -50px;
  right: 50px;
  z-index: 1;
  background-image: url(../../uploads/2022/05/carlson-law-icon.png);
  background-size: cover;
}

/*----------- Team Post Module -----------*/
.team-post-mod .fl-post-feed {
  border: none;
  background-color: transparent;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-post-mod .fl-post-feed-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  width: 350px;
  max-width: 95%;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

.team-post-mod .fl-post-feed-post .fl-team-post {
  height: 40%;
  width: 350px;
  max-width: 100%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0px 60px 10px 20px;
  position: relative;
  background-color: #000;
}

.team-post-mod .fl-post-feed-post .fl-team-post:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(0, 0, 0, 0.8954175420168067)), color-stop(55%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8954175420168067) 5%, rgba(0, 0, 0, 0) 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  z-index: 1;
}

.team-post-mod .fl-post-feed-post .fl-team-post:after {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../../uploads/2022/05/carlson-law-icon-arrow-right.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.team-post-mod .fl-post-feed-post .fl-team-post a {
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}

.team-post-mod .fl-post-feed-post .fl-team-post .fl-post-text {
  position: relative;
  z-index: 2;
  padding-bottom: 0px;
}

.team-post-mod .fl-post-feed-post .fl-team-post .fl-post-text h3.fl-post-title {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.team-post-mod .fl-post-feed-post .fl-team-post .fl-post-text .fl-post-meta {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #85a8ba;
}

.team-post-mod .fl-post-feed-post .fl-team-post:hover h3.fl-post-title {
  color: #85a8ba;
}

.team-post-mod .fl-post-feed-post .fl-team-post:hover:after {
  width: 65px;
  height: 65px;
}

/*----------- Contact Us Page -----------*/
.contact-info .fl-rich-text p {
  font-size: 22px;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  line-height: 1.4em;
}

.contact-info .fl-rich-text p strong {
  color: var(--red);
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
}

.contact-info .fl-rich-text a {
  color: #000000;
}

.contact-info .fl-rich-text a:hover {
  color: var(--red);
}

/* Gravity Forms Contact Form */
.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 {
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  padding: 10px 20px;
  font-size: 14px;
  color: #000000;
}

.gform_wrapper.gravity-theme .gform_footer {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
  border-radius: 0px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid var(--red);
  font-size: 14px;
  padding: 0.8em 2em;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  ;
}

.gform_wrapper.gravity-theme .gfield_label {
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 14px !important;
}

.gform_wrapper.gravity-theme .gform_footer button:hover, .gform_wrapper.gravity-theme .gform_footer input:hover, .gform_wrapper.gravity-theme .gform_page_footer button:hover, .gform_wrapper.gravity-theme .gform_page_footer input:hover {
  background-color: transparent;
  color: #000000;
}

.gform_wrapper ::-webkit-input-placeholder {
  /* Edge */
  color: var(--brown);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
}

.gform_wrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--brown);
}

.gform_wrapper ::-moz-placeholder {
  color: var(--brown);
}

.gform_wrapper ::-ms-input-placeholder {
  color: var(--brown);
}

.gform_wrapper ::placeholder {
  color: var(--brown);
}

.ginput_container_fileupload {
  margin-top: 10px;
}

.ginput_container_fileupload input::-webkit-file-upload-button {
  border-radius: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid var(--red);
  background-color: var(--red);
  color: #ffffff;
  font-size: 13px;
  padding: 0.4em 1em;
  cursor: pointer;
}

.ginput_container_fileupload input::-webkit-file-upload-button {
  border-radius: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid var(--red);
  background-color: var(--red);
  color: #ffffff;
  font-size: 13px;
  padding: 0.4em 1em;
  cursor: pointer;
}

.ginput_container_fileupload input::-ms-browse {
  border-radius: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid var(--red);
  background-color: var(--red);
  color: #ffffff;
  font-size: 13px;
  padding: 0.4em 1em;
  cursor: pointer;
}

/*----------- Services Pages -----------*/
.img-law-icon-top .fl-photo-content {
  position: relative;
  padding-top: 30px;
}

.img-law-icon-top .fl-photo-content:after {
  content: "";
  width: 65px;
  height: 70px;
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 1;
  background-image: url(../../uploads/2022/05/carlson-law-icon.png);
  background-size: cover;
}

.services-post-mod .fl-post-grid-post {
  border: none;
  position: relative;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 70px 40px;
}

@media all and (max-width:768px) {
  .services-post-mod .fl-post-grid-post {
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.services-post-mod .fl-post-text {
  margin: 0px;
  padding: 0px;
}

.services-post-mod .fl-post-title {
  margin-bottom: 20px;
}

.services-post-mod .fl-post-title a {
  color: #000000;
  font-size: 22px;
  letter-spacing: 1px;
}

.services-post-mod .fl-post-grid-post:hover .fl-post-title a {
  color: var(--red);
}

.services-post-mod .fl-post-more-link a img {
  width: 65px;
  height: 65px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.services-post-mod .fl-post-grid-post:hover .fl-post-more-link a img {
  width: 75px;
  height: 75px;
}

/*----------- Single Team -----------*/
.single-team-title .fl-rich-text {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--brown);
  line-height: 1.2em;
}

.fl-builder-content .fl-node-content .meet-team-btn a.fl-button {
  padding: 0px;
  background: transparent;
  border: none;
  letter-spacing: 2px;
}

.fl-builder-content .fl-node-content .meet-team-btn a.fl-button span {
  color: var(--brown);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.fl-builder-content .fl-node-content .meet-team-btn a.fl-button i {
  color: var(--red);
}

.fl-builder-content .fl-node-content .meet-team-btn a.fl-button:hover span {
  color: var(--red);
}

/*----------- Employment Page -----------*/
.job-posts .fl-post-feed-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.job-posts .fl-post-feed-post .job-left {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 60px 30px;
  border-right: 1px solid #e1e1e1;
}

.job-posts .fl-post-feed-post .job-left h3 {
  font-size: 32px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.job-posts .fl-post-feed-post .job-left .job-meta {
  margin-bottom: 40px;
}

.job-posts .fl-post-feed-post .job-left .job-meta span {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  text-transform: uppercase;
  line-height: 1.4em;
  color: var(--blue);
}

.apply-link a {
  color: var(--brown);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.apply-link a:hover {
  color: var(--red);
}

.apply-link a:after {
  content: "\2192";
  color: var(--red);
  margin-left: 10px;
}

.job-posts .fl-post-feed-post .job-right {
  width: 65%;
  padding: 50px 40px;
}

.job-posts .fl-post-feed-post .job-right .job-description {
  margin-bottom: 20px;
}

@media all and (max-width:768px) {
  .job-posts .fl-post-feed-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .job-posts .fl-post-feed-post .job-left {
    border-bottom: 1px solid #e1e1e1;
    border-right: none;
    width: 100%;
    padding: 40px 30px;
  }

  .job-posts .fl-post-feed-post .job-right {
    width: 100%;
    padding: 40px 30px;
  }
}

/*----------- Faq Page -----------*/
.faq-mod .fl-accordion-button-icon {
  color: var(--red) !important;
  opacity: 1;
}

/*----------- Footer -----------*/
.footer-section .footer-pre-title .fl-module-content {
  margin: 0px 20px;
}

.footer-section .footer-pre-title .fl-rich-text p {
  color: #4d698d;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-size: 14px;
}

.footer-section .footer-pre-title~.fl-module-heading .fl-module-content {
  margin-top: 0px;
}

.footer-section .fl-module-heading h3.fl-heading {
  font-size: 22px;
}

.footer-bottom-section .fl-rich-text p {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1.5em;
}
