/*
Theme Name: Legal Edge
Theme URI: 
Description: WordPress Theme
Author: rtpdesign ltd
Author URI: https://www.rtpdesign.co.uk/
Template: comet-wp
Version: 1.0.0
*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/
@import url("../comet-wp/style.css");

@media (min-width: 768px) {
  .util-list-twocol {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

/* page-job-application */
.page-job-application h2 {
  font-size: 24px !important;
}
.page-job-application h3 {
  font-size: 20px !important;
}

/* css smooth scroll */
html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 991px) {
  html {
    scroll-padding-top: 100px;
  }
}

/* popuplogo */
.popuplogo {
  max-width: 300px;
  margin-bottom: 1em !important;
}

/* bordered table for support pages */
table.bordered,
table.bordered th,
table.bordered td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 3px;
}

/* hide recaptcha */
.grecaptcha-badge {
  visibility: hidden;
}

/* disable ugly font ligatures */
* {
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

body {
  /* for offpage background */
  overflow-x: hidden;
}

body.top-padding {
  padding-top: 100px;
}

p {
  color: #000;
  margin-bottom: 1.5em;
}

section.elementor-section {
  padding-top: initial;
  padding-bottom: initial;
}

/* desktop line break shortcode */
.desktop-line-break {
  display: none;
}

@media (min-width: 992px) {
  .desktop-line-break {
    display: block;
  }
}

/* override for [textvideolink] shortcode */
.play-button-text-only {
  width: auto;
  height: auto;
  line-height: normal;
  font-size: initial;
  color: #65d36e;
  border: none;
}

.go-top {
  border-radius: 0;
}

.title h3 {
  font-weight: 500;
}

.wpb_text_column ul li,
.wpb_text_column ol li {
  color: #000;
}

.red-dot {
  display: none;
}

.homepage_header h1,
.homepage_header h2 {
  font-size: 56px;
  font-weight: 600;
}

.paragraph__medium {
  font-size: 20px;
  font-weight: 500;
}
.paragraph__medium_light {
  font-size: 20px;
  font-weight: 400;
}

.title h4.upper {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
}

.title h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
}

@media (min-width: 768px) {
  .vc_col-sm-3__clear {
    clear: left;
  }
}

span.green {
  color: #65d36e;
}

span.orange {
  color: #f19762;
}

.util-max-width-490 {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1199px) {
  .util-max-width-490 {
    padding-left: 25px;
  }
}

.util-intro-text p {
  font-size: 20px;
  line-height: 30px;
}

.util-image-175 img {
  max-width: 175px;
}

.util-line-height-30 p {
  line-height: 30px;
}

.util-banner-min-height {
  min-height: 420px;
}

.util-bg-gradient {
  background: linear-gradient(to bottom, #f1f9f1, white) !important;
}

.util-grey-top-border {
  border-top: 1px solid #e9e9e9 !important;
}

.util-fat-bottom-border,
.single section.post-wrapper {
  border-bottom: 6px solid #f19762 !important;
}

.util-restore-column-spacing {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.util-content-is-white h1,
.util-content-is-white h2 {
  color: #fff !important;
  text-transform: uppercase !important;
}

/* util-panel-row-list
   grid layout: 4 cols -> 2 cols -> 1 col (desktop -> tablet -> mobile) */

.util-panel-row-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns by default */
  gap: 1rem;
}

.util-panel-row-list li {
  background-color: #f8f8f8;
  padding: 3.5rem 3rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.3;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .util-panel-row-list li {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

/* Alternating styles */
.util-panel-row-list li:nth-child(odd) {
  color: #65d36e; /* Green text */
  border-bottom-color: #65d36e; /* Green border */
}

.util-panel-row-list li:nth-child(even) {
  color: #f19762; /* Orange text */
  border-bottom-color: #f19762; /* Orange border */
}

/* Tablet: 2 columns */
@media (max-width: 768px) {
  .util-panel-row-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: 1 column */
@media (max-width: 480px) {
  .util-panel-row-list ul {
    grid-template-columns: 1fr;
  }
}

.util-flex-equal-heights > .container,
.util-flex-equal-heights > .container > .vc_column_container,
.util-flex-equal-heights.vc_inner,
.util-flex-equal-heights.vc_inner > .vc_column_container {
  display: flex;
  flex-wrap: wrap;
}

.util-header-icon,
.util-header-hr-counsel-icon,
.util-header-hr-startup-icon,
.util-header-hr-growth-icon,
.util-header-hr-established-icon,
.util-header-monthlyretainer-icon,
.util-header-fixedfee-icon {
  border-bottom: 1px solid #eaeaea;
  padding: 15px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.util-header-icon {
  justify-content: space-between;
}
.util-header-hr-counsel-icon::before,
.util-header-hr-startup-icon::before,
.util-header-hr-growth-icon::before,
.util-header-hr-established-icon::before,
.util-header-monthlyretainer-icon::before,
.util-header-fixedfee-icon::before {
  content: "";
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  width: 73px;
  height: 63px;
  display: block;
}
.util-header-icon-commercial-insight::after,
.util-header-icon-practical-solutions::after,
.util-header-icon-embedded-in-your-business::after,
.util-header-icon-empowering-teams::after {
  content: "";
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  width: 67px;
  height: 63px;
  display: block;
  flex-shrink: 0;
}
.util-header-icon-green-x::after,
.util-header-icon-green-up::after,
.util-header-icon-orange-down::after {
  content: "";
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  width: 67px;
  height: 63px;
  display: block;
  flex-shrink: 0;
}
.util-header-hr-counsel-icon::before {
  background-image: url(assets/images/le_2023_hr_counsel_2.svg);
  background-size: contain;
}
.util-header-hr-startup-icon::before {
  background-image: url(assets/images/startup.svg);
  background-size: contain;
}
.util-header-hr-growth-icon::before {
  background-image: url(assets/images/growth.svg);
  background-size: contain;
}
.util-header-hr-established-icon::before {
  background-image: url(assets/images/established.svg);
  background-size: contain;
}
.util-header-monthlyretainer-icon::before {
  background-image: url(assets/images/monthly_retainer_icon.svg);
}
.util-header-fixedfee-icon::before {
  background-image: url(assets/images/project_fixed_fee_icon.svg);
}
.util-header-icon-commercial-insight::after {
  background-image: url(assets/images/icon-commercial-insight.svg);
  background-size: contain;
}
.util-header-icon-practical-solutions::after {
  background-image: url(assets/images/icon-practical-solutions.svg);
  background-size: contain;
}
.util-header-icon-embedded-in-your-business::after {
  background-image: url(assets/images/icon-embedded.svg);
  background-size: contain;
}
.util-header-icon-empowering-teams::after {
  background-image: url(assets/images/icon-empowering-teams.svg);
  background-size: contain;
}
.util-header-icon-green-x::after {
  background-image: url(assets/images/icon-circle-x.svg);
  background-size: 33px;
  background-position: center;
}
.util-header-icon-green-up::after {
  background-image: url(assets/images/icon-green-up.svg);
  background-size: 33px;
  background-position: center;
}
.util-header-icon-orange-down::after {
  background-image: url(assets/images/icon-orange-down.svg);
  background-size: 33px;
  background-position: center;
}
.util-header-icon h3 span,
.util-header-hr-counsel-icon h3 span,
.util-header-hr-startup-icon h3 span,
.util-header-hr-growth-icon h3 span,
.util-header-hr-established-icon h3 span,
.util-header-monthlyretainer-icon h4,
.util-header-fixedfee-icon h4 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 0 15px;
  text-transform: uppercase;
  font-size: 18px;
}
.util-header-icon-green-x h3 span,
.util-header-icon-green-up h3 span,
.util-header-icon-orange-down h3 span,
.util-header-icon-commercial-insight h3 span,
.util-header-icon-practical-solutions h3 span,
.util-header-icon-embedded-in-your-business h3 span,
.util-header-icon-empowering-teams h3 span,
.util-header-hr-counsel-icon h3 span,
.util-header-hr-startup-icon h3 span,
.util-header-hr-growth-icon h3 span,
.util-header-hr-established-icon h3 span {
  font-size: 25px;
}
.util-header-icon h3 {
  margin-bottom: 0;
  margin-right: 10px;
}
.util-header-icon h3 span {
  margin: 0;
}

.util-header-hr-startup-icon h3,
.util-header-hr-growth-icon h3,
.util-header-hr-established-icon h3 {
  margin-bottom: 0;
}
.util-list-double-height li {
  margin-bottom: 0.66em;
}
.util-list-thin ul {
  padding-left: 0.5em;
}
.util-header-tech-icon h4 {
  position: relative;
  padding-left: 90px;
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 18px;
  text-transform: uppercase;
  color: #65d36e;
}

.util-background-contain-bottom {
  background-position: center bottom;
}

.post-single .post-body blockquote,
.accordion-content blockquote {
  background-color: #f7f7f7;
  border-left: 3px solid #65d36e;
}

.post-single .post-body ul,
.post-single .post-body ol {
  margin-bottom: 2em;
}
.post-single .post-body li {
  margin-bottom: 1em;
}

.whoweare-circles > figure {
  max-width: 450px !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.logo-carousel .owl-theme .owl-controls {
  margin-top: 30px;
}
.logo-carousel .owl-theme .owl-controls .owl-dot.active span {
  background-color: #65d36e;
}

/* logo carousel on homepage */
.le-logo-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}

.le-logo-carousel .owl-item {
	display: flex;
	height: auto;
}

.le-logo-carousel .owl-item > * {
	width: 100%;
}

.le-logo-carousel .wpb_single_image,
.le-logo-carousel .wpb_single_image .wpb_wrapper,
.le-logo-carousel .wpb_single_image .vc_single_image-wrapper {
	height: 100%;
	width: 100%;
}

.le-logo-carousel .wpb_single_image,
.le-logo-carousel .wpb_single_image .wpb_wrapper,
.le-logo-carousel .wpb_single_image .vc_single_image-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.le-logo-carousel .wpb_single_image .vc_single_image-wrapper {
  background: #fff;
  padding: 5px;
}

.le-logo-carousel .wpb_wrapper.vc_figure {
	margin: 0;
}

.le-logo-carousel img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 120px;
	object-fit: contain;
}
/* END logo carousel on homepage */

.post-password-form .btn {
  padding: 0 3rem !important;
}

.legaledge_box {
  border: 3px solid #eb691c;
  padding: 1.5em 1em 0;
  margin-bottom: 2em;
}

.legaledge_box_new {
  position: relative;
  padding-top: 2em;
}

#strategyandbudget .legaledge_box {
  padding: 0.5em;
}

.legaledge_box_new::before {
  content: "NEW!";
  position: absolute;
  background: #65d36e;
  color: #fff;
  top: 0;
  left: 0;
  padding: 10px;
  font-weight: bold;
}
.legaledge_box_training_icon,
.legaledge_box_tm_icon,
.legaledge_box_hr_icon {
  position: relative;
  padding-top: 80px;
  text-align: center;
  background: #f7f7f7;
}
.legaledge_box_hr_icon {
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .legaledge_box_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .legaledge_box_item,
  .legaledge_box,
  .legaledge_box_training_icon,
  .legaledge_box_tm_icon,
  .legaledge_box_hr_icon {
    width: 48%;
  }
  .legaledge_box {
    align-self: flex-start;
  }
  .legaledge_box_tm_icon,
  .legaledge_box_hr_icon {
    align-self: stretch;
  }
}
.legaledge_box_training_icon h4,
.legaledge_box_tm_icon h4,
.legaledge_box_hr_icon h4 {
  margin-top: 0;
}
.legaledge_box_training_icon > div,
.legaledge_box_tm_icon > div,
.legaledge_box_hr_icon > div {
  margin: 0 auto;
  max-width: 400px;
}
.legaledge_box_training_icon .btn,
.legaledge_box_tm_icon .btn,
.legaledge_box_hr_icon .btn {
  margin-right: 0 !important;
}
.legaledge_box_training_icon::after {
  content: "";
  background-image: url(assets/images/startup.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: 0;
}
.legaledge_box_tm_icon::after {
  content: "";
  background: url(https://www.legaledge.co.uk/wp-content/uploads/2020/01/Trademark-icon.png)
    no-repeat;
  background-size: 60px;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: 0;
}
.legaledge_box_hr_icon::before {
  content: "";
  background: url(https://www.legaledge.co.uk/wp-content/themes/LegalEdge/assets/images/icon-hr-counsel.svg)
    no-repeat;
  background-size: 60px;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  height: auto;
  padding: 21px;
  white-space: normal;
}
.btn-dark {
  border-color: #eb691c;
}

.btn-color {
  border: none;
  background-color: #eb691c;
}

.btn-color:hover,
.btn-color:active,
.btn-color:focus {
  background-color: #f19762;
}

.btn-color.green {
  color: #fff;
  border-color: #65d36e;
  background-color: #65d36e;
}

.btn-color.green:hover,
.btn-color.green:active,
.btn-color.green:focus {
  background-color: #85dc8c;
  border-color: #85dc8c;
  color: #fff;
}

.legaledge_page_title span {
  color: #65d36e;
}

.current-menu-ancestor > a,
.current_page_item > a {
  color: #65d36e !important;
}

/* fix unprofessional sad face on 404 page */
.error-page .icon-sad {
  display: none;
}

/* custom errorpage styles */
#error-404 {
  height: 60%;
  padding-top: 0;
  padding-bottom: 0;
}

/* fix missing separator block styles */
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}
.wp-block-separator {
  margin-top: 30px;
  margin-bottom: 30px;
}
:root .wp-block-separator.has-vivid-green-cyan-color {
  border-top-color: #65d36e;
}
/* END fix missing block styles */

.row-no-padding-top {
  padding-top: 0;
}

.row-no-padding-bottom {
  border-bottom: 0;
  padding-bottom: 0;
}

.megamenu .menu-label > a {
  color: #65d36e !important;
}
.megamenu .menu-label > a::after {
  display: none;
}

@media (min-width: 992px) {
  #topnav .navigation-menu > li .submenu {
    min-width: 150px;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    width: 340px;
  }

  #topnav > .container {
    position: relative;
  }
  #topnav .navigation-menu > .menu-whatwedo {
    position: static;
  }
  #topnav .navigation-menu > .menu-whatwedo .submenu.megamenu {
    margin: 0;
    width: 100%;
  }
  #topnav .navigation-menu > .menu-whatwedo .submenu.megamenu > li {
    width: 33%;
  }
  #topnav .navigation-menu > .menu-whatwedo .submenu.megamenu > li a {
    white-space: normal;
  }
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: none;
}

section section {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 992px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.row-follow-us .social-list > li > a i {
  color: #fff;
  font-size: 2em;
}

/* checkmark crossmark list */
.util-checkmark-list ul,
.util-tick-list ul,
.util-crossmark-list ul,
.util-shield-list ul {
  list-style: none;
  margin-left: 1.5em;
  padding-left: 0;
}

.util-checkmark-list ul li,
.util-tick-list ul li,
.util-crossmark-list ul li,
.util-shield-list ul li {
  position: relative;
}

.util-checkmark-list li::before,
.util-tick-list li::before,
.util-crossmark-list li::before,
.util-shield-list ul li::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 0.8em;
  margin-right: 0.5em;
  padding-top: 2px;
  left: -1.25em;
  top: 0.3em;
}
.util-checkmark-list li::before {
  background: url(assets/images/checkmark_tick.svg) center left no-repeat;
}
.util-tick-list li::before {
  background: url(assets/images/checkmark.svg) center / 150% no-repeat;
}
.util-crossmark-list li::before {
  background: url(assets/images/crossmark_tick.svg) center left no-repeat;
}
.util-shield-list ul li::before {
  background: url(assets/images/bulletpoint.svg) center left no-repeat;
}
/* end checkmark crossmark list */
.util-list-h3 ul {
  margin-left: 1.3em;
}
.util-list-h3 li {
  line-height: 1.2em;
  left: 0.5em;
  text-transform: uppercase;
  font-size: 1.7em;
  letter-spacing: 0.15em;
  margin-top: 0;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
/* END */

.util-orderedlist-greendigits ol {
  list-style: none;
  counter-reset: legaledge-digit-counter;
}
.util-orderedlist-greendigits ol li {
  counter-increment: legaledge-digit-counter;
}
.util-orderedlist-greendigits ol li::before {
  content: counter(legaledge-digit-counter) ". ";
  color: #65d36e;
  font-weight: bold;
}

ul.shield,
ul.shield__lined,
.util-col-shield ul,
.col-howwecharge-text ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul.shield li::before,
ul.shield__lined li::before,
.util-col-shield ul li::before,
.col-howwecharge-text ul li::before {
  content: "";
  background: url(assets/images/bulletpoint.svg) center left no-repeat;
  display: inline-block;
  width: 12px;
  height: 18px;
  margin-right: 20px;
  padding-top: 2px;

  position: absolute;
  top: 0.7em;
  left: 0.5em;
}
.util-col-shield-orange ul li::before {
  background: url(assets/images/bulletpoint-orange.svg) center left no-repeat;
  background-size: contain;
}

ul.shield li::before,
.util-col-shield ul li::before,
.col-howwecharge-text ul li::before {
  margin-right: 13px;
}

ul.shield li,
ul.shield__lined li,
.util-col-shield ul li,
.col-howwecharge-text ul li {
  position: relative;
  padding-left: 30px;
}

ul.shield li,
.util-col-shield ul li,
.col-howwecharge-text ul li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

ul.shield__lined li {
  border-bottom: 1px solid #65d36e;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

ul.shield__lined li:last-child {
  border-bottom: none;
}

/* header */
section.page-title.parallax {
  height: 350px;
}

section.page-title .title h1.upper {
  font-size: 35px;
  letter-spacing: 2.85px;
  line-height: 43px;
  font-weight: 500;
}

/* footer */
.footer-section-4 .btn {
  line-height: 1em !important;
  font-size: 12px !important;
}

footer#footer-widgets,
footer#footer {
  font-family: "Montserrat", sans-serif;
}

#footer-widgets {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: none;
}

#footer .footer-social ul > li > a {
  font-size: 2em;
}

#footer .footer-wrap {
  border-top: none;
}

#footer-widgets .footer-section-4 .widget_text p,
#footer-widgets .footer-section-4 .widget_text {
  margin-bottom: 0;
}
#footer-widgets .footer-section-4 .widget_text a:hover,
#footer-widgets .footer-section-4 .widget_text a:focus,
#footer-widgets .footer-section-4 .widget_text a:active {
  color: #484e54;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #footer-widgets .footer-section-4 .widget {
    border-bottom: none;
  }
}

/* LOGO / TOPNAV */
#topnav .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#topnav .logo a img {
  height: auto;
  max-width: 175px;
  width: 100%;
}
header.desktop-logo {
  display: none;
}
@media (min-width: 992px) {
  header.desktop-logo {
    display: block;
  }
  header.desktop-logo .logo {
    text-align: center;
  }
  header.desktop-logo .logo img {
    max-width: 275px;
    margin-top: 50px;
  }
  #topnav {
    position: static;
  }
  body {
    padding-top: 0 !important;
  }
  #topnav .logo {
    display: none;
  }
  .menu-extras .menu-item:first-child {
    border-left: none;
  }
  .menu-extras .menu-item {
    border-right: none;
  }
  .menu-extras,
  #topnav .navigation-menu {
    float: none;
  }
  #topnav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #topnav .container #navigation {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #topnav .container .menu-extras {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
#topnav {
  background-color: #fff;
  /* position: absolute; */
}

#topnav .logo img {
  max-height: 100px;
}

#topnav .logo,
#topnav.scroll .logo {
  padding: 0;
}

#topnav .navigation-menu > li a {
  font-weight: bold;
  line-height: 21px;
  font-family: "Montserrat", sans-serif;
}

#topnav .navigation-menu > li.menu-item-has-children a {
  line-height: 20px;
}

#topnav .navigation-menu > li > a:link,
#topnav .navigation-menu > li > a:visited {
  color: #191b1d;
}

#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:active,
#topnav .navigation-menu > li > a:focus {
  color: #65d36e;
}

/* all submenus are #fragments so don't highlight */
#topnav .submenu .current-menu-item a {
  color: #191b1d;
}

@media (min-width: 992px) {
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  #topnav .navigation-menu > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 100px;
  }
}

.menu-extras .menu-item .cart > a,
.menu-extras .menu-item .search > a,
#topnav.scroll .menu-extras .menu-item .cart > a,
#topnav.scroll .menu-extras .menu-item .search > a {
  line-height: 100px;
  color: #191b1d;
}

.search-form {
  z-index: 100;
}

#topnav .menu-extras .menu-item {
  border-color: #eee;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .menu-extras {
    display: none;
  }

  #topnav .navigation-menu > li > a {
    padding-left: 0;
  }
}

/* homepage hero */
#homepage-hero {
  border-top: 1px solid #e8e8e8;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
}

#homepage-hero h1 {
  margin: 15px 0;
  color: #65cf6e;
  text-align: left;
}

#homepage-hero h6 {
  margin: 15px 0;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.33px;
  font-weight: 400;
  color: #1a1a1a;
  text-align: left;
}

.homepage-hero-container {
  width: 520px;
}

.homepage-hero-container > .vc_column-inner {
  min-height: 500px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  #homepage-hero {
    background-position: 40% top !important;
  }
  .homepage-hero-container {
    width: 400px;
  }
  .homepage-hero-container > .vc_column-inner {
    min-height: 500px;
  }
}

@media (max-width: 768px) {
  #homepage-hero {
    background-size: auto 32% !important;
    background-position: center top !important;
  }
  .homepage-hero-container {
    width: 100%;
  }
  #homepage-hero h1,
  #homepage-hero h6,
  #homepage-hero .btn-container {
    text-align: center;
  }
  #homepage-hero .btn-container {
    margin-bottom: 35px;
  }
  .homepage-hero-container > .vc_column-inner {
    min-height: auto;
    margin-top: 200px;
  }
}

.homepage-hero-container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

#homepage-hero {
  display: flex;
  align-items: center;
}

#homepage-hero .btn-color {
  color: #fff;
  border-color: #eb691c;
  background-color: #eb691c;
  margin-bottom: 0 !important;
}

#homepage-hero .btn-color:hover,
#homepage-hero .btn-color:active,
#homepage-hero .btn-color:focus {
  background-color: #f19762;
  border-color: #f19762;
  color: #fff;
}

#home-slider {
  margin-top: 100px;
  height: 100vh;
  height: calc(100vh - 100px);
}

#homepage-hero .btn {
  margin: 35px 0;
}

#homepage-hero {
  border-bottom: 0 !important;
}

/* normal page header */
section.page-title.parallax {
  margin-top: 100px;
}

/* inverse go to top colors */
.go-top a {
  color: #65d36e;
}

.go-top a:hover {
  color: #191b1d;
}

/* footer */
.footer_contact_text {
  font-size: 24px;
  font-weight: 500;
  margin-top: 1.5em;
}

.footer_contact_text a:link {
  color: #191b1d;
}

#footer-widgets {
  padding-top: 0;
  padding-bottom: 0;
  background: #65d36e;
}

.section-footer-left,
.section-footer-right {
  padding-top: 50px;
  padding-bottom: 50px;
}

.menu-legal-edge-footer-menu-right-container {
  margin-top: 44px;
}

.section-footer-left {
  background: #f5f5f5;
  margin-left: -9999px;
  padding-left: 9999px;
}

.section-footer-right h6,
.section-footer-right p {
  color: #fff;
}

.section-footer-right .form-control {
  border: none;
  background-color: #fff;
}

/* homepage blog summary section */
#homepage-blog .title > i.ti-comment-alt {
  background: url(assets/images/blog.svg) no-repeat center;
  width: 47px;
  height: 42px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#homepage-blog .title > i.ti-comment-alt::before {
  content: "";
}

#homepage-blog .post-image {
  padding-left: 20px;
}

#homepage-blog .post-image > div {
  position: relative;
  width: 150px;
  height: 150px;
}

#homepage-blog .post-body {
  margin-top: 150px;
}

#homepage-blog .has-post-thumbnail .post-body {
  margin-top: 0;
}

#homepage-blog .post-body h3 {
  font-size: 24px;
  font-weight: 500;
}

#homepage-blog .post-body p.excerpt {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

#homepage-blog .post-info a:link,
#homepage-blog .post-info a:visited {
  color: #eb691c;
}

/* homepage newsletter signup */
.row-newsletter-form {
  padding-top: 0;
}

.row-newsletter-form .vc_custom_heading {
  font-size: 15px;
  margin-bottom: 20px;
}

.row-newsletter-form .inline-form {
  margin-left: auto;
  margin-right: auto;
}

.row-newsletter-form .inline-form .form-control {
  border-width: 2px;
}

#testimonials {
  padding-top: 50px;
  padding-bottom: 75px;
}

/* testimonial carousel */
#testimonials-slider {
  max-width: 90% !important;
  margin-top: 35px;
}

.row-testimonial h2 {
  text-transform: uppercase;
  color: #81cc78;
  text-align: center;
}

.row-testimonial blockquote {
  padding-left: 10%;
  padding-right: 10%;
}
.row-testimonial blockquote footer::before {
  content: "";
}
.row-testimonial blockquote footer {
  font-weight: bold;
  color: #323232;
}
.row-testimonial blockquote p {
  font-size: 30px;
  line-height: 43px;
}

.row-testimonial blockquote p::before,
.row-testimonial blockquote p::after {
  content: '"';
}

.row-testimonial .flex-direction-nav {
  font-size: 30px !important;
}

.row-testimonial .nav-outside .flex-direction-nav {
  position: static;
}

.row-testimonial .nav-outside .flex-direction-nav > li:first-child {
  border-right: none;
}

.row-testimonial .flex-direction-nav .flex-nav-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

.row-testimonial .flex-direction-nav .flex-nav-next {
  position: absolute;
  top: 50%;
  right: 0;
}

.row-testimonial .flex-direction-nav > li > a {
  color: #65d36e !important;
  margin: 15px 10px;
}

.row-testimonial span.companyname {
  color: #65d36e;
}

/* header callback button */
.header-callbackbutton a {
  background-color: #eb691c;
  color: #fff;
  padding: 15px 50px 15px 25px;
  position: fixed;
  right: 40px;
  top: 0;

  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 18px;

  z-index: 100;

  border-radius: 0 0 5px 5px;
  float: right;
}

@media (min-width: 783px) {
  body.admin-bar .header-callbackbutton a {
    top: 32px;
  }
}

@media (max-width: 782px) {
  .header-callbackbutton a {
    width: 100%;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    padding: 15px;
    border-radius: 0;
    font-weight: bold;
  }

  #footer {
    padding-bottom: 48px !important;
  }
}

.header-callbackbutton a::after {
  content: "";
  background: url(assets/images/requestcallbackplus.svg) no-repeat center;
  width: 16px;
  height: 100%;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
}

/* vc legal edge testimonials list */
.vc-testimonials-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
}

.vc-testimonials-list blockquote {
  margin-bottom: 100px;
}

.vc-testimonials-list blockquote p {
  font-size: 30px;
  margin-bottom: 1em;
}

.vc-testimonials-list blockquote p::before,
.vc-testimonials-list blockquote p::after {
  content: '"';
}

.vc-testimonials-list blockquote footer::before {
  content: "";
}

.vc-testimonials-list blockquote footer {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.vc-testimonials-list span.companyname {
  color: #65d36e;
}

/* legal edge icon box */
.icon-box-large > hr {
  display: none;
}

.icon-box-large h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  text-align: center;
}

.row-mini-icon-box-text .icon-box-large h4 {
  font-size: 16px;
}

.le-icon-postal {
  background: url(assets/images/le_address-bold.svg) no-repeat center;
  width: 75px;
  height: 95px;
  display: block;
  margin: auto;
}

.le-icon-phone {
  background: url(assets/images/le_telephone-bold.svg) no-repeat center;
  width: 75px;
  height: 95px;
  display: block;
  margin: auto;
}

.le-icon-email {
  background: url(assets/images/le_email-bold.svg) no-repeat center;
  width: 75px;
  height: 95px;
  display: block;
  margin: auto;
}

.le-icon-phone-white {
  background: url(assets/images/contact_icon_phone.svg) no-repeat center;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}

.le-icon-email-white {
  background: url(assets/images/contact_icon_mail.svg) no-repeat center;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}

.le-icon-twitter {
  background: url(assets/images/le_twitter-bold.svg) no-repeat center;
  width: 75px;
  height: 95px;
  display: block;
  margin: auto;
}

.le-icon-linkedin {
  background: url(assets/images/le_linkedin-bold.svg) no-repeat center;
  width: 75px;
  height: 95px;
  display: block;
  margin: auto;
}

.le-reduce-cost {
  background: url(assets/images/le_reduce-costs.svg) no-repeat center;
  width: 75px;
  height: 95px;
  display: block;
  margin: auto;
}

.le-tick-icon {
  background: url(assets/images/le_tick-icon.svg) no-repeat center;
  width: 75px;
  height: 65px;
  background-size: 100%;
  display: block;
  margin: auto;
}

.le-boost-revenues {
  background: url(assets/images/le_boost-revenues.svg) no-repeat center;
  width: 75px;
  height: 95px;
  display: block;
  margin: auto;
}

.le-grow-faster {
  background: url(assets/images/le_grow-faster.svg) no-repeat center;
  width: 75px;
  height: 95px;
  display: block;
  margin: auto;
}

.le-hr-cfo-coos,
.le-hr-hr-teams,
.le-hr-in-house-legal-teams,
.le-strategy-and-budget,
.le-brand-protection,
.le-forcompanies,
.le-hr-legal-counsel,
.le-fractional-hr-service,
.le-fractional-hr-us-service,
.le-mediation,
.le-mentoring-and-coaching,
.le-business-setup,
.le-fundraising-pitch-prep,
.le-products-services,
.le-people-incentives,
.le-new-markets,
.le-legal-healthcheck,
.le-investment-exit,
.le-contracts-deals,
.le-personal-data-privacy,
.le-flexible-gc,
.le-fmcg,
.le-media,
.le-tech,
.le-training,
.le-legal-design,
.le-recruitment,
.le-ai-for-legal,
.le-risk-assessment {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  width: 80px;
  height: 63px;
  display: block;
  margin: auto;
}

.le-legal-design {
  height: 61px; /* fix asset */
}

.le-ai-for-legal {
  height: 66px; /* fix asset */
}

.le-more {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  width: 50px;
  height: 78px;
  display: block;
  margin: auto;
}

.le-hr-cfo-coos {
  background-image: url(assets/images/le-hr-cfo-coos.svg);
}
.le-hr-hr-teams {
  background-image: url(assets/images/le-hr-hr-teams.svg);
}
.le-hr-in-house-legal-teams {
  background-image: url(assets/images/le-hr-in-house-legal-teams.svg);
}

.le-strategy-and-budget {
  background-image: url(assets/images/le_2019_legalstrategy-budget.svg);
}

.le-forcompanies {
  background-image: url(assets/images/le_forcompanies.svg);
}

.le-brand-protection {
  background-image: url(assets/images/le_2019_brand-protection.svg);
}

.le-hr-legal-counsel {
  background-image: url(assets/images/le_2022_hr-legal-counsel.svg);
}

.le-fractional-hr-service {
  background-image: url(assets/images/le_2023_fractional.svg);
}

.le-fractional-hr-us-service {
  background-image: url(assets/images/le_2024_fractional_us_95.svg);
}

.le-mediation {
  background-image: url(assets/images/le_2024_mediation_95.svg);
}

.le-mentoring-and-coaching {
  background-image: url(assets/images/le_2024_mentoring_and_coaching_95.svg);
}

.le-business-setup {
  background-image: url(assets/images/le_2020_business-setup.svg);
}

.le-fundraising-pitch-prep {
  background-image: url(assets/images/le_2020_fundraisingpitchprep.svg);
}

.le-products-services {
  background-image: url(assets/images/le_2019_products-services.svg);
}

.le-people-incentives {
  background-image: url(assets/images/le_2019_people-incentives.svg);
}

.le-new-markets {
  background-image: url(assets/images/le_2019_new-markets.svg);
}

.le-more {
  background-image: url(assets/images/le_more.svg);
}

.le-legal-healthcheck {
  background-image: url(assets/images/le_2019_risk-assessment.svg);
}

.le-investment-exit {
  background-image: url(assets/images/le_2019_investment.svg);
}

.le-contracts-deals {
  background-image: url(assets/images/le_2019_contracts-deals.svg);
}

.le-personal-data-privacy {
  background-image: url(assets/images/le_2019_gdpr.svg);
}

.le-flexible-gc {
  background-image: url(assets/images/le_2019_flexible-gc.svg);
}

.le-fmcg {
  background-image: url(assets/images/le_2019_fmcg.svg);
}

.le-media {
  background-image: url(assets/images/le_2019_media.svg);
}

.le-tech {
  background-image: url(assets/images/le_2019_tech.svg);
}

.le-training {
  background-image: url(assets/images/le_2019_training.svg);
}

.le-legal-design {
  background-image: url(assets/images/le_2021_legal-design.svg);
}

.le-risk-assessment {
  background-image: url(assets/images/le_2019_risk-assessment_b.svg);
}

.le-recruitment {
  background-image: url(assets/images/le_2025_recruitment.svg);
}

.le-ai-for-legal {
  background-image: url(assets/images/le_2025_ai_for_legal.svg);
}

/* who we are - testimonial style */
.row-whoweare-testimonial {
  padding-top: 60px;
  padding-bottom: 60px;
}

.row-whoweare-testimonial .wpb_content_element {
  margin-bottom: 0;
}

.row-whoweare-testimonial .testimonial {
  font-style: italic;
  font-size: 20px;
  font-weight: 600;
}
.row-whoweare-testimonial .attrib {
  color: #65d36e;
  font-weight: 600;
}

/* legal hr counsel page */
.hr-slide-content-inner-row {
  display: flex;
  margin: 0 -15px;
}

.hr-slide-content-inner-row-inner-wrap {
  flex: 1;
  padding: 0 15px;
  display: flex;
}

.hr-slide-content-inner-row-inner {
  background: #fff;
  border-bottom: 3px solid #eb691c;
}

.hr-slide-content-inner-row-inner-title {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
}
.hr-slide-content-inner-row-inner-title h5 {
  text-transform: uppercase;
  color: #eb691c;
}

.hr-slide-content-inner-row-inner-content {
  margin: 0;
  padding: 20px;
}

/* our services page */
.ourservices-header {
  display: flex;
  align-items: center;
}
.ourservices-header h1 {
  margin-top: 0;
}

/* our services hero */
.ourservices-hero-container > .vc_column-inner {
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.ourservices-hero-container > .vc_column-inner h1 {
  font-size: 30px;
}

.ourservices-hero-container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

@media (max-width: 992px) {
  .ourservices-hero-container > .vc_column-inner {
    min-height: 400px;
  }
  .ourservices-hero-container > .vc_column-inner h1 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .ourservices-hero-container > .vc_column-inner {
    min-height: 350px;
    padding-top: 60px;
    background-size: auto 80% !important;
  }
  .ourservices-hero-container > .vc_column-inner h1 {
    font-size: 24px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .ourservices-hero-container > .vc_column-inner {
    min-height: 300px;
  }
  .ourservices-hero-container > .vc_column-inner h1 {
    font-size: 22px;
    max-width: 90%;
  }
}

/* our service - buttons styled like tabs */
.ourservicebuttons {
  margin-top: 1em;
}

.ourservicebuttons .columns {
  display: flex;
}

.ourservicebuttons .column {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-basis: 45%;
}
.ourservicebuttons .column {
  flex-basis: 55%;
}

.ourservicebuttons .column:first-child a {
  flex: 1; /* Make buttons in the left column fill vertically */
}

.ourservicebuttons a {
  border: 1px solid #65cf6e;
  background: #fff;
  margin: 10px !important;
  padding: 5px;
  border-radius: 0;
  color: #191b1d;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.ourservicebuttons a.popup,
.ourservicebuttons a.hotlink {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}

.ourservicebuttons a:hover,
.ourservicebuttons a:active,
.ourservicebuttons a:focus {
  background: #f7fbf6;
}

.ourservicebuttons a i.le_icon {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 15px;
}

.ourservicebuttons a.hotlink i.le_icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
}

@media (max-width: 768px) {
  .ourservicebuttons a i.le_icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }
}

.ourservicebuttons .companies .le_icon {
  background-image: url(assets/images/wwd_companies.svg);
}
.ourservicebuttons .legalteams .le_icon {
  background-image: url(assets/images/wwd_legalteams.svg);
}
.ourservicebuttons .daytodaylegal .le_icon {
  background-image: url(assets/images/wwd_daytoday.svg);
}
.ourservicebuttons .legaloperations .le_icon {
  background-image: url(assets/images/wwd_legalops.svg);
}
.ourservicebuttons .people .le_icon {
  background-position: center center;
  background-size: 80%;
  background-image: url(assets/images/wwd_people.svg);
}

.ourservicebuttons a span {
  flex-grow: 1;
  margin-right: 1em;
}

.ourservicebuttons a i.arrow::before {
  content: "\e649";
  font-family: "themify";
  font-style: normal;
  margin-right: 15px;
  font-size: 12px;
  line-height: 24px;
  border: 1px solid #65d36e;
  color: #65d36e;
  padding: 8px;
  border-radius: 50%;
}

.ourservicebuttons a.hotlink i.arrow::before {
  content: "\e64b";
}

@media (min-width: 992px) {
  .ourservicebuttons a {
    font-size: 24px;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ourservicebuttons .columns {
    flex-direction: column;
  }
}

/* ourservices popups */
.popup-forcompanies-header-icon .elementor-heading-title::before {
  background-image: url(/wp-content/themes/LegalEdge/assets/images/wwd_companies.svg);
}
.popup-forlegalteams-header-icon .elementor-heading-title::before {
  background-image: url(/wp-content/themes/LegalEdge/assets/images/wwd_legalteams.svg);
}
.popup-forlegalteams-header-icon .elementor-heading-title::before,
.popup-forcompanies-header-icon .elementor-heading-title::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  width: 2.5em;
  height: 2.5em;
  margin-right: 0.5em;
  vertical-align: middle;
  line-height: 1;
  transform: translateY(-3px);
}

/* how we work - navigating your legal - carousel tabs */
.nyl-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nyl-tab {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  border: 1px solid #969796;
  background-color: #f7f7f7;
  position: relative;
  cursor: pointer;
}
.nyl-tab:nth-child(2) {
  border-left: none;
  border-right: none;
}
.nyl-tab:hover {
  background-color: #eeeded;
}
.nyl-tab:hover::after {
  border-color: #eeeded transparent transparent transparent;
}
.nyl-tab.active {
  background-color: #db7035;
  color: #fff;
}
.nyl-tab::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-color: #808080 transparent transparent transparent;
}
.nyl-tab::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 10px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-color: #f7f7f7 transparent transparent transparent;
}
.nyl-tab.active::after {
  border-color: #db7035 transparent transparent transparent;
}
.nyl-tab-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.nyl-tab h4 {
  color: #81cc78;
  text-transform: uppercase;
}
.nyl-tab p {
  color: #333333;
}

.nyl-tab.active h4,
.nyl-tab.active p {
  color: #fff;
}

.tab-slider {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
  text-align: center;
}

.tab-slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flex-pauseplay a,
.tab-slider .slides img,
.no-js .tab-slider .slides > li:first-child,
html[xmlns] .tab-slider .slides {
  display: block;
}

.tab-slider .slides::after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

* html .tab-slider .slides {
  height: 1%;
}

.tab-slider .slides {
  zoom: 1;
}

.tab-slider .slides img {
  width: 100%;
  height: auto;
}

.tab-slider .slide-wrap {
  background-color: transparent;
}
.tab-slider .slide-content {
  color: #000;
}
.tab-slider .slide-content-inner {
  padding: 70px 70px 30px 70px;
  text-align: left;
}
.tab-slider .slide-content-inner p {
  line-height: 1.8em;
}
.tab-slider .flex-control-paging {
  display: inline-block;
  position: static;
  /* border: 1px solid #969796; */
  background-color: #f7f7f7;
  border-radius: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.tab-slider .flex-control-paging > li {
  margin-top: 15px;
}
.tab-slider .flex-control-paging > li > a {
  border: none;
  border-radius: 50%;
  background-color: #e6e6e6;
}

.tab-slider .flex-control-paging > li > a.flex-active {
  border: none;
  background-color: #82d079;
}

.tab-slider .flex-control-paging > li > a.flex-active::before {
  content: none;
}
.tab-slider .flex-direction-nav > li > a {
  position: absolute;
  top: 35%;
  font-size: 2em;
  color: #fff;
  background: #65d36e;
  border-radius: 50%;
  line-height: 1em;
  padding: 10px 10px 8px 10px;
}

.tab-slider .flex-direction-nav > li > a.flex-prev {
  left: -50px;
}

.tab-slider .flex-direction-nav > li > a.flex-next {
  right: -50px;
}

@media screen and (max-width: 768px) {
  .nyl-tab {
    display: none;
  }
  .nyl-tab.active {
    display: block;
  }
  .tab-slider .flex-direction-nav > li > a {
    font-size: 1.3em;
    top: 50%;
  }

  .tab-slider .flex-direction-nav > li > a.flex-prev {
    left: -1.3em;
  }

  .tab-slider .flex-direction-nav > li > a.flex-next {
    right: -1.3em;
  }
  .tab-slider .slide-content-inner {
    padding: 20px 20px 60px 20px;
  }
}

/* who we are - our team tabs */
.col-our-team-tabs .nav-tabs {
  color: #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
}
.col-our-team-tabs .nav-tabs > li {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  text-align: center;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
.col-our-team-tabs .nav-tabs > li > a {
  margin-right: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  background-color: #f7f7f7;
  border: 1px solid #808080;
  -webkit-box-shadow: -6px 6px 0px 0px #cccccc;
  box-shadow: -6px 6px 0px 0px #cccccc;
}

.col-our-team-tabs .nav-tabs > li.active > a,
.col-our-team-tabs .nav-tabs > li > a:active,
.col-our-team-tabs .nav-tabs > li > a:focus,
.col-our-team-tabs .nav-tabs > li > a:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: #65d36e;
  -webkit-box-shadow: -6px 6px 0px 0px #448f43;
  box-shadow: -6px 6px 0px 0px #448f43;
}

.col-our-team-tabs .nav-tabs.outline > li > a,
.col-our-team-tabs .nav-tabs.outline > li.active > a {
  border-left: 2px solid #b3b3b3;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
}
.col-our-team-tabs .nav-tabs > li > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-color: #808080 transparent transparent transparent;
}
.col-our-team-tabs .nav-tabs > li > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 10px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-color: #f7f7f7 transparent transparent transparent;
}

.col-our-team-tabs .nav-tabs > li.active > a::before {
  border-color: #fff transparent transparent transparent;
}
.col-our-team-tabs .nav-tabs > li > a:hover::after,
.col-our-team-tabs .nav-tabs > li > a:active::after,
.col-our-team-tabs .nav-tabs > li > a:focus::after,
.col-our-team-tabs .nav-tabs > li.active > a::after {
  border-color: #65d36e transparent transparent transparent;
}

.col-our-team-tabs .nav-tabs.outline > li:first-child > a {
  border-left: 0;
  padding-left: 0;
}

.col-our-team-tabs .nav-tabs.outline,
.col-our-team-tabs .nav-tabs.outline > li.active > a,
.col-our-team-tabs .nav-tabs.outline > li.active > a:focus,
.col-our-team-tabs .nav-tabs.outline > li.active > a:hover {
  border-bottom: 0;
}

@media (max-width: 768px) {
  #theteam .le-button-container .btn-container {
    display: none;
  }

  .util-hidebutton-xs .btn-container {
    display: none;
  }
}

@media (min-width: 992px) {
  .col-our-team-tabs .nav-tabs > li > a {
    font-size: 20px;
  }
}

/* vc element - staff list */
.vc-staff-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vc-staff-list li {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  text-align: center;
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  width: 50%;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 600px) {
  .vc-staff-list li {
    width: 33%;
  }
}

@media (min-width: 992px) {
  .vc-staff-list li {
    width: 20%;
  }
}

.vc-staff-list li > div {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #eee;
  height: 100%;
}
.vc-staff-list li > div > div {
  padding: 10px;
  border-bottom: 2px solid #82d079;
  height: 100%;
}

.vc-staff-list li img {
  margin-bottom: 20px;
}

.vc-staff-list li p {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.vc-staff-list li p.staff-name {
  margin-bottom: 10px;
  color: #82d079;
}

.vc-staff-list li p.job-title {
  color: #000;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

/* we we are side title */
.legaledge_page_title {
  margin-top: 0;
}

.legaledge_page_title h1 {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 42px;
  letter-spacing: 2.85px;
  font-weight: 500;
}
.legaledge_page_title h3 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.15em;
}

.legaledge_page_title h3 span {
  display: block;
}

/* note: see theme index.php, when the page has a .grey class it activates
 * special header effects such using the featured image as the background
*/
/* blog template */
section.grey {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background-color: transparent;
}

section.grey.util-banner-min-height {
  min-height: 541px;
}

section.grey.page-title .title h1.upper {
  font-size: 30px;
}

.blog-header-search .inline-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 530px;
}

@media (max-width: 992px) {
  section.grey.util-banner-min-height {
    min-height: 450px;
  }
  section.grey.page-title .title h1.upper {
    font-size: 26px;
  }
  .blog-header-search .inline-form {
    max-width: 390px;
  }
}

@media (max-width: 768px) {
  section.grey.util-banner-min-height {
    min-height: 400px;
  }
  section.grey.page-title .title h1.upper {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  section.grey.util-banner-min-height {
    min-height: 400px;
    background-size: auto 60% !important;
    background-repeat: no-repeat;
  }
  section.grey.page-title .title h1.upper {
    font-size: 22px;
  }
  section.grey.page-title-flex .page-title-content {
    justify-content: flex-end;
    margin-bottom: 30px;
  }
}

.grey .title hr {
  display: none;
}

/* .grey section.page-title .title h1 {
  font-size: 35px;
  line-height: 42px;
  letter-spacing: 2.85px;
  font-weight: 500;
} */

/* .grey section.page-title .title h4 {
  color: #fff;
} */

.blog-header-search .form-control {
  background-color: #fff;
  border: none;
}
.blog-header-search .btn-color {
  background-color: #fff;
  padding: 0 15px;
}
.blog-header-search .input-group {
  border: 1px solid #65d36e;
}
.blog-header-search .btn-color i {
  border: 1px solid #65d36e;
  border-radius: 50%;
  color: #65d36e;
  padding: 10px;
}

.blog-content-wrapper {
  background-image: url(/wp-content/uploads/2021/09/dots-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .blog-content-wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
/* end index.php custom header styles */

.page-title-content h1 {
  margin-top: 0;
}

.page-title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: visible;
  z-index: initial;
}
.page-title-flex + .blog-content-wrapper {
  z-index: initial;
}

.page-title-flex .page-title-content {
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-title-flex .dropdown {
  border: 1px solid #65d36e;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.page-title-flex .dropdown i.arrow {
  float: right;
}
.page-title-flex .dropdown i.arrow::before {
  content: "\e649";
  font-family: "themify";
  font-style: normal;
  margin-left: 10px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #65d36e;
  color: #65d36e;
  padding: 10px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.page-title-flex .dropdown.open i.arrow::before {
  content: "\e64b";
}
.page-title-flex .open > .dropdown-menu {
  display: block;
  width: 100%;
  margin-top: 0;
}
.page-title-flex .dropdown-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-title-flex .dropdown-menu > li > a.active {
  color: #65d36e;
}
.page-title-flex .dropdown > button {
  display: block;
  width: 100%;
  line-height: 1.5;
  background-color: #fff;
  padding: 18px 15px 18px 24px;
  text-align: left;
  border: none;
  color: #555;
}

.page-title-flex .blog-header-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style-type: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

.page-title-flex .blog-header-category-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-title-flex .blog-header-category-list li a {
  display: block;
  padding: 20px 40px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.8px;
  color: #a3a3a3;
  border-bottom: 2px solid transparent;
}

.page-title-flex .blog-header-category-list li a.active,
.page-title-flex .blog-header-category-list li a:hover,
.page-title-flex .blog-header-category-list li a:focus,
.page-title-flex .blog-header-category-list li a:active {
  color: #eb691c;
  border-bottom-color: #eb691c;
}

@media screen and (max-width: 980px) {
  .page-title-flex .blog-header-category-list {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .page-title-flex .dropdown {
    display: none;
  }
}

p.wp-block-ub-content-toggle-accordion-title,
.post-single .post-body p.wp-block-ub-content-toggle-accordion-title {
  margin-bottom: 0;
}
.wp-block-ub-content-toggle-accordion-title-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

#casestudies .blog-summary.le-blog-summary {
  margin-bottom: 60px;
}

.archive.category-case-study .post-info-upper {
  display: none;
}

.blog-summary.le-blog-summary .blog-post .post-body {
  border-bottom: 5px solid #82d079;
}

#casestudies .blog-summary.le-blog-summary .post-info .black-text {
  color: #eb691c !important;
}

.owl-carousel .owl-item img {
  width: auto;
}

.section-common-legal-pain-points .owl-carousel {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .common-legal-pain-points-offset-slide {
    margin-top: 55px;
  }
}

.pagination > li > a:hover,
.pagination > li span:hover,
.page-numbers > li > a:hover,
.page-numbers > li span:hover {
  border-color: #eb691c;
}

/* thumbnail in blog index */
.blog-masonry img.attachment-comet_medium.size-comet_medium.wp-post-image {
  max-height: 230px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-masonry .masonry-post .post-single .post-info h2,
.post-single .post-info h2 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.8px;
  text-transform: none;
}
.blog-masonry .masonry-post .post-single .post-info h2,
.post-single .post-info h2,
.blog-masonry .masonry-post .post-single .post-body,
.post-single .post-body {
  font-family: "Montserrat", sans-serif;
}

.post-info-upper {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-info-upper .blog-author {
  color: #eb691c;
}

.blog-content-wrapper {
  border-bottom: 5px solid #eb691c;
}

.blog-masonry .masonry-post .post-single {
  border: none;
  border-bottom: 5px solid #82d079;
  padding: 0;
}
.blog-masonry .masonry-post .post-single > .inner {
  border: 2px solid #eee;
  border-bottom: none;
  padding: 30px 15px;
}
.blog-masonry .masonry-post .post-single .post-body {
  padding-top: 25px;
}

.blog-summary.le-blog-summary h3 {
  font-size: 24px;
}

.blog-summary.le-blog-summary .blog-post {
  border: 1px solid #eee;
}

/* blog search no results */
.no-posts input {
  background-color: white;
}
.no-posts button {
  line-height: 1;
}

/* blog single */
.le-breadcrumb {
  background: #65d36e;
  padding-top: 17px;
  padding-bottom: 15px;
  color: #009245;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.15em;
  font-size: 10px;
  font-weight: 600;
}

.le-breadcrumb a {
  color: #009245;
}

.le-breadcrumb a.current {
  color: #fff;
}

@media (max-width: 767px) {
  .single section.page-title {
    min-height: auto;
    padding: 30px 0;
  }
}

.single section.page-title {
  border: 0;
  height: auto;
  padding: 50px 0;
}

.single section.post-wrapper {
  padding-top: 0;
}

.single .post-title h1,
.single .post-title h5 {
  font-family: "Montserrat", sans-serif;
}
.single .post-body h1,
.single .post-body h2,
.single .post-body h3,
.single .post-body h4,
.single .post-body h5,
.single .post-body h6 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: 500;
}

.single .page-title .title h1 {
  font-size: 35px;
  line-height: 42px;
  letter-spacing: 2.85px;
  font-weight: 500;
  text-transform: uppercase;
  color: #65d36e;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  section.page-title .title h1 {
    font-size: 34px !important;
    max-width: 100%;
  }
  .single .page-title .title h1 {
    max-width: 90%;
    font-size: 31px;
  }
}
.single .page-title .title hr {
  display: none;
}

.single .post-body h1 {
  font-size: 35px;
  line-height: 42px;
  letter-spacing: 2.85px;
  font-weight: 500;
}
.single .post-body h2 {
  font-size: 24px;
}
.single .post-body h3 {
  font-size: 22px;
}
.single .post-body h4 {
  font-size: 20px;
}
.single .post-body h5 {
  font-size: 18px;
}
.single .post-body h6 {
  font-size: 17px;
}

.single .post-single .post-media {
  max-width: 540px;
  margin: 0 auto 60px;
  text-align: center;
}
.single .post-cta {
  text-align: center;
  margin-bottom: 25px;
}
.single .post-cta .btn {
  margin-bottom: 5px;
}
.single .post-tags {
  text-align: center;
}
.single .post-tags a {
  float: none;
  display: inline-block;
}

.single .post-share .list-inline {
  text-align: center;
}

.single .post-share .share-btn {
  border-color: #65d36e;
}

.single .post-share .share-btn:hover {
  border: none;
}

.share-btn i {
  color: #000;
}

.share-btn:hover i {
  color: #fff;
}

.share-btn.linkedin:hover {
  background-color: #3072ab;
}

/* hr page */
.hr-staff-profile h3 {
  font-size: 17px;
}
.hr-staff-profile img {
  max-height: 222px;
  width: auto;
}
.hr-staff-profile .btn {
  margin-bottom: -25px;
}

/* service grid */
@media (min-width: 768px) and (max-width: 1199px) {
  #services-grid > .container-fluid > .row > .col-md-6.img-side {
    min-height: 400px;
    position: relative;
    z-index: 0;
    width: 100%;
  }

  #services-grid
    > .container-fluid
    > .row
    > .col-md-6.img-side
    .img-holder
    .title {
    display: block;
  }

  #services-grid > .vc_column_container {
    width: 100%;
    margin-left: 0;
  }
}

.le-services-grid .le-service-grid-item {
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.le-services-grid .le-service-grid-item:hover {
  background-color: #65d36e;
  color: #fff;
}

.le-services-grid .le-service-grid-item:hover i {
  background-position: bottom center;
}

.le-services-grid .le-service-grid-item:hover p {
  color: #fff;
}

.le-services-grid .le-service-grid-item h4 {
  text-transform: uppercase;
  font-size: 14px;
}

/*
.le-services-grid .le-service-grid-item.more {
    background-color: #65d36e;
    color: #fff;
}

.le-services-grid .le-service-grid-item.more i {
    background-position: bottom center;
}

.le-services-grid .le-service-grid-item.more .icon-box-large > hr {
    display: block;
    border-color: #fff;
}

.le-services-grid .le-service-grid-item.more p {
    color: #fff;
}


.le-services-grid .le-service-grid-item.more:hover {
    background-color: #fff;
    color: #65d36e;
}

.le-services-grid .le-service-grid-item.more:hover i {
    background-position: top center;
}

.le-services-grid .le-service-grid-item.more:hover .icon-box-large > hr {
    border-color: #000;
}

.le-services-grid .le-service-grid-item.more:hover h4,
.le-services-grid .le-service-grid-item.more:hover p {
    color: #000;
}*/

.le-services-grid .le-service-grid-item .service {
  padding: 40px;
  text-align: center;
  position: relative;
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 1200px) {
  .le-services-grid .row-last {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.le-services-grid .le-service-grid-item.more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.le-services-grid .le-service-grid-item .service-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* staff single */
.single-staff .post-wrapper h4 {
  color: #65d36e;
  margin-top: 2.75em;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.single-staff .staff-profile-image {
  margin-bottom: 100px;
}

.single-staff .staff-data-item {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.single-staff .staff-data-item-label {
  font-weight: bold;
}

.single-staff .staff-description {
  font-size: 20px;
}

.single-staff .staff-testimonial {
  margin-bottom: 2.75em;
}

.single-staff .staff-testimonial .staff-testimonial-text::before {
  content: '"';
  float: left;
}

.single-staff .staff-testimonial .staff-testimonial-text p:last-child::after {
  content: '"';
  display: inline;
}

.single-staff .staff-testimonial footer {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.15em;
}

.single-staff .staff-calendly {
  margin-top: 40px;
  margin-bottom: 40px;
}

.single-staff .staff-vcard {
  margin-top: 40px;
  margin-bottom: 40px;
}
.single-staff .staff-worked-with {
  margin-bottom: 2.75em;
}

/* soka animated video */
.soka-animatedvideo-container {
  position: relative;
}

.soka-animatedvideo-container .play-button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.soka-animatedvideo-container .play-button-container .play-button {
  border-color: #65d36e;
  background-color: #65d36e;
  color: #fff;
}

.soka-animatedvideo-container .play-button-container .play-button i {
  line-height: 80px;
  margin-left: 3px;
}

.soka-animatedvideo-container .play-button-container span {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 3em;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2.4px;
}

/* accordion */
.soka-video-container {
  position: relative;
}

.soka-video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.soka-video-caption {
  margin-top: 1em;
  margin-bottom: 2.5em;
  text-align: center;
  color: #65d36e;
}

.our-services-accordion ul.accordion {
  margin-top: 20px;
  margin-bottom: 60px;
}

ul.accordion .accordion-title {
  cursor: pointer;
}

ul.accordion .accordion-title .accordion-icon {
  margin: auto;
}

ul.accordion .accordion-title i {
  display: inline-block;
  margin: 25px;
}

ul.accordion .accordion-title .row {
  margin-left: 0;
  margin-right: 0;
}

ul.accordion .accordion-title .row h4 {
  padding-left: 0;
}

ul.accordion .accordion-title [class^="col-"],
ul.accordion .accordion-title [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}

ul.accordion .accordion-title .row h4 {
  padding: 30px 20px 10px 0;
}

ul.accordion .accordion-title h4 {
  font-weight: 400;
}

ul.accordion .accordion-subtitle {
  padding: 0 24px 30px 0;
  font-weight: 600;
}

ul.accordion li.active .accordion-title,
ul.accordion li:hover .accordion-title {
  background-color: #65d36e;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion > li.active .accordion-title h4::before,
.accordion > li:hover .accordion-title h4::before {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 50%;
}

.accordion > li.active .accordion-title i,
.accordion > li:hover .accordion-title i {
  background-position: bottom center;
}

.our-services-accordion .accordion-title > .row,
.our-services-accordion .accordion-title > .row > div[class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.our-services-accordion .accordion-title > .row > .col-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.our-services-accordion .accordion-title > .row > .col-title > div {
  width: 100%;
}

.accordion .accordion-readmore {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.accordion .accordion-title h4::before {
  font-size: 20px;
  line-height: 24px;
  display: block;
  position: absolute;
  right: 30px;
  border: 1px solid #65d36e;
  color: #65d36e;
  padding: 10px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion > li:nth-child(even) .accordion-title {
  background-color: #f7f7f7;
}

.accordion > li:nth-child(odd) .accordion-title {
  background-color: #fff;
}

ul.accordion .accordion-title h4 {
  padding-left: 60px;
  padding-right: 100px;
  position: relative;
  font-size: 26px;
  line-height: 31px;
}

.our-services-accordion ul.accordion .accordion-title h4 {
  font-size: 28px;
  padding: 0 30px 0 0;
}

.our-services-accordion ul.accordion .accordion-title .accordion-readmore {
  padding-left: 30px;
}

.accordion .accordion-readmore .readmore,
.accordion .accordion-readmore .showless {
  display: none; /* disabled at clients request, was not set before (one more rule below) */
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 5px 0 0;
  white-space: nowrap;
}

.accordion .accordion-readmore .showless,
.accordion .active .accordion-readmore .readmore {
  display: none;
}

.accordion .active .accordion-readmore .showless {
  display: none; /* disabled at clients request, was inline-block before (one more rule above) */
}

.accordion-content h4 {
  text-transform: uppercase;
  font-weight: bold;
}

.accordion-content blockquote p {
  font-size: 14px;
}

ul.accordion ul {
  margin-bottom: 1.25em;
}

ul.accordion ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul.accordion ul li {
  position: relative;
  padding-left: 30px;
}

ul.accordion ul li::before {
  content: "";
  background: url(assets/images/bulletpoint.svg) center left no-repeat;
  display: inline-block;
  width: 12px;
  height: 18px;
  margin-right: 20px;
  padding-top: 2px;

  position: absolute;
  top: 0.7em;
  left: 0.5em;
}

ul.accordion ul li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

ul.accordion ul ul {
  margin-bottom: 0;
}

ul.accordion ul ul li:last-of-type {
  padding-bottom: 0;
}

.our-services-accordion h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #000;
}

.our-services-accordion h3 {
  color: #65d36e;
  font-size: 32px;
}

/* how we charge */
#howwecharge .icon-box-small {
  padding-left: 0;
  padding-bottom: 0;
}

#howwecharge .icon-box-small .le-reduce-cost {
  margin: 0 auto 0 0 !important;
}

#howwecharge .icon-box-small hr {
  display: none;
}

#howwecharge:not(.hrpage) .col-howwecharge-text .btn-container {
  display: none;
}

@media (max-width: 767px) {
  #howwecharge .le-button-container .btn-container {
    display: none;
  }

  #howwecharge:not(.hrpage) .col-howwecharge-text .btn-container {
    display: block;
  }
}

/* our services - free download bar */
.section-freedownload {
  background: #65d36e;
  padding-bottom: 20px;
  padding-top: 10px;
}

.section-freedownload .row-freedownload,
.section-freedownload .row-freedownload > div[class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.section-freedownload .row-freedownload .col-freeimage {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-freedownload .row-freedownload .col-freetext {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-freedownload .wpb_content_element {
  margin-bottom: 0;
}

.section-freedownload img.alignleft {
  margin-top: 0;
}

.section-freedownload h4 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.section-freedownload p {
  font-size: 20px;
  margin-bottom: 0;
}

.section-freedownload a {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.15em;
  font-weight: 600;
}

/* fractional hr page */
.legalhr-hero-container > .vc_column-inner {
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  min-height: 480px;
  display: flex;
  flex-direction: column;
}

.legalhr-hero-container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

.legalhr-hero-container > .vc_column-inner h1 {
  font-size: 30px;
}

@media (max-width: 992px) {
  .legalhr-hero-container > .vc_column-inner {
    min-height: 400px;
  }
  .legalhr-hero-container > .vc_column-inner h1 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .legalhr-hero-container > .vc_column-inner {
    min-height: 350px;
  }
  .legalhr-hero-container > .vc_column-inner h1 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .legalhr-hero-container > .vc_column-inner {
    min-height: 260px;
    background-size: auto 60% !important;
  }
  .legalhr-hero-container > .vc_column-inner > .wpb_wrapper {
    justify-content: flex-end;
  }
  .legalhr-hero-container > .vc_column-inner h1 {
    font-size: 22px;
  }
}

/* contact page */

.contact-header {
  display: flex;
  align-items: center;
}
.contact-header h1 {
  margin-top: 0;
  margin-bottom: 25px !important;
}
.contact-header .icon-box-small {
  display: flex;
  align-items: center;
  border: 1px solid #65d36e;
  background-color: white;
  padding: 20px 30px;
  margin-bottom: 20px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.contact-header .icon-box-small i {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.contact-header .icon-box-small hr {
  display: none;
}
.contact-header .icon-box-small p {
  margin-bottom: 0;
}
.contact-header .icon-box-small h4 {
  flex-grow: 1;
}
.contact-header .icon-box-small a {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 1.6px;
  color: #1a1a1a;
}
.contact-header .icon-box-small a:focus,
.contact-header .icon-box-small a:active,
.contact-header .icon-box-small a:hover {
  text-decoration: underline;
}

#contacticons .icon-box-small p {
  font-family: "Montserrat", sans-serif;
}

.contact-hero-container > .vc_column-inner {
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  min-height: 566px;
  display: flex;
  flex-direction: column;
}

.contact-hero-container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
  padding-bottom: 90px;
}

.contact-hero-container > .vc_column-inner h1 {
  font-size: 30px;
}

@media (max-width: 1300px) {
  .contact-header .icon-box-small a {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 992px) {
  .contact-hero-container > .vc_column-inner {
    min-height: 600px;
  }
  .contact-hero-container > .vc_column-inner h1 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .contact-hero-container > .vc_column-inner {
    min-height: 500px;
  }
  .contact-hero-container > .vc_column-inner h1 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .contact-hero-container > .vc_column-inner {
    min-height: 350px;
    background-size: auto 60% !important;
  }
  .contact-hero-container > .vc_column-inner > .wpb_wrapper {
    justify-content: flex-end;
    padding-bottom: 0;
    padding-top: 60px;
  }
  .contact-hero-container > .vc_column-inner h1 {
    font-size: 22px;
  }
}

.form-group-submit-center {
  margin-left: auto;
  margin-right: auto;
}
.form-group-submit-center p {
  text-align: center;
}

.form-group-submit-center .wpcf7-submit.has-spinner {
  margin-left: 73px;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
  background-color: #eaeaea;
  display: block;
}

.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control.wpcf7-checkbox {
  border: none;
  padding-left: 0;
}

.wpcf7-submit {
  line-height: 1em;
}

#wpcf7-f2918-o1 .wpcf7-submit.has-spinner {
  margin-left: 73px;
}

form.invalid span.wpcf7-not-valid-tip {
  display: block !important;
  background: #eee;
  padding: 18px 24px;
}

/* privacy policy responsive tables */
#privacy-policy-1860 section {
  overflow: auto;
  overflow-y: hidden;
}

/* responsive */
@media (max-width: 767px) {
  .logged-in.admin-bar #topnav,
  .logged-in.admin-bar #topnav.scroll {
    top: 46px;
  }

  #services-grid .img-side {
    margin-bottom: 0;
  }

  #footer-widgets .footer-section-2 .widget {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #footer-widgets .menu-legal-edge-footer-menu-right-container,
  #footer-widgets .footer-section-3 .widget {
    margin-top: 0;
    padding-top: 0;
  }

  .le-button-container {
    margin-bottom: 30px;
  }

  .le-button-container .btn-container.text-right {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #footer-widgets > .container {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  #navigation {
    top: 100px;
  }

  #topnav .menu-extras .menu-item .cart > a,
  #topnav .menu-extras .menu-item .search > a {
    line-height: 100px;
  }

  #topnav .navbar-toggle {
    height: 100px;
  }

  #topnav .navbar-toggle .lines {
    margin: 40px auto;
    height: 100px;
  }
}

.soka-dontaskagain {
  background-color: #eee;
  padding: 10px 0 8px 10px;
  position: absolute;
  font-size: 13px;
  top: 5px;
  right: 100px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-legaledge::before {
  background-color: #65d36e !important;
}
.pretty.p-switch input:checked ~ .state.p-legaledge::before {
  border-color: #65d36e !important;
}
.pretty.p-switch input:checked ~ .state.p-legaledge::before {
  border-color: #5cb85c !important;
}

.sg-popup-newsletter-content .sgpb-main-html-content-wrapper {
  padding: 25px;
}
@media (min-width: 767px) {
  .sg-popup-newsletter-content .sgpb-main-html-content-wrapper {
    padding: 50px;
  }
  .sg-popup-newsletter-content p {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sg-popup-newsletter-content h1 {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 42px;
  letter-spacing: 2.85px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sg-popup-newsletter-content p {
  font-weight: bold;
}

#wpcf7-f2918-o1,
#wpcf7-f2918-o1 .grecaptcha-badge {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 767px) {
  #wpcf7-f2918-o1 {
    max-width: 65%;
  }
}

/*
.sg-popup-newsletter-content {
}

.sg-popup-newsletter-content {
}
*/

/* cookie consent */
#cookie-law-info-bar {
  border-top: 4px solid #65d36e;
}
#cookie-law-info-bar .cookie-buttons {
  margin-top: 10px;
}
#ccc-info-link {
  display: none;
}
#ccc a {
  text-decoration: underline;
}
#ccc-recommended-settings {
  display: none;
}
#ccc[dark] #ccc-icon {
  outline: none;
}
section#ccc {
  overflow: visible !important;
}
/* END cookie consent */

/* trademark how it works */
#trademark-howitworks h4 {
  text-align: center;
  font-size: 18px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.arrow-bg,
.arrow-bg-xs {
  position: relative;
}

.arrow-bg::before,
.arrow-bg-xs-only::before {
  content: "";
  background: url(/wp-content/uploads/2019/11/arrow_grey.png) no-repeat center
    center;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 60px;
  right: -15px;
}

@media (max-width: 767px) {
  .arrow-bg::before,
  .arrow-bg-xs-only::before {
    top: 100%;
    right: 50%;
    -webkit-transform: translate(10px, -25px) rotate(90deg);
    -ms-transform: translate(10px, -25px) rotate(90deg);
    transform: translate(10px, -25px) rotate(90deg);
  }
}

@media (min-width: 768px) {
  .arrow-bg-xs-only::before {
    display: none;
  }
}

/* END trademark how it works */

/* trademark intro header */
.calculator-header {
  background: url(/wp-content/uploads/2019/11/calculator.png) no-repeat right
    center;
  padding-right: 40px;
  min-height: 55px;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 29px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.trademark-smallprint p {
  font-size: 14px;
  color: #65d36e;
}
.trademark-smallprint p a {
  color: #eb691c;
}
.trademark-smallprint p a:hover,
.trademark-smallprint p a:focus,
.trademark-smallprint p a:active {
  text-decoration: underline;
}
/* END trademark intro header */

/* trademark application form */
.trademark-form {
  padding: 40px;
  background-color: #ededed;
}
.trademark-form .wpcf7-field-group {
  padding: 30px;
  margin-bottom: 30px;
  background: #e8e7e7;
}
.trademark-form .wpcf7-field-group h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}
.trademark-form .wpcf7-form-control:not(.wpcf7-submit) {
  border: 1px solid #c2c2c2;
  background: #fff;
  width: 100%;
}
.trademark-form .wpcf7-form-control.wpcf7-checkbox {
  height: auto;
}
.trademark-form .form-group label,
.trademark-form .wpcf7-list-item-label {
  color: #191b1d;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: initial;
  text-transform: none;
  width: 100%;
}
.trademark-form .wpcf7-form-control.wpcf7-file {
  height: auto;
}
.trademark-form .wpcf7-form-control.wpcf7-checkbox {
  display: block;
}
form.invalid .trademark-form span.wpcf7-not-valid-tip {
  background: #e2e2e2;
}
.trademark-form input[type="checkbox"],
.trademark-form input[type="radio"] {
  margin-top: 0;
}
.trademark-form-submit {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
div.wpcf7 .trademark-form-submit .ajax-loader {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.trademark-form-container .grecaptcha-badge {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.trademark-form-container .wpcf7-response-output {
  text-align: center;
}
.trademark-form-container .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #2ecc71;
  background-color: #2ecc71;
  color: #fff;
}
.trademark-form-container .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #f1c40f;
  background-color: #f1c40f;
  color: #191b1d;
}
.trademark-form-container h2 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
.wpcf7-field-groups {
  counter-reset: repeatable-fields-counter;
}
.wpcf7-field-group {
  counter-increment: repeatable-fields-counter;
}
.wpcf7-field-group-index::after {
  content: counter(repeatable-fields-counter);
}
/* END trademark application form */

/* trademark widget */

/* END trademark widget */

/* trademark online payment */
.prepopulated-template,
.blank-template {
  margin-bottom: 2em;
}

#onlinepayment-amount {
  display: inline-block;
  width: calc(100% - 2em);
}

.onlinepayment-amount-inputcurrency {
  width: 2em;
  display: inline-block;
  text-align: center;
}

.blank-template .onlinepayment-amount-input {
  background-color: #e7e7e7;
}

.blank-template .onlinepayment-amount-input input {
  background-color: #fff;
}

.onlinepayment-form input[name="submit"] {
  max-width: 170px;
}

#modaal-title {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 700;
}

.modaal-confirm-btn.modaal-cancel {
  display: none !important;
}

.modaal-confirm-btn.modaal-ok {
  border-radius: 0 !important;
  background-color: #eb691c !important;
  color: #fff !important;
}
/* END trademark online payment */

/* partner categories vc widget */
.taxonomy-post {
  background-color: white;
  margin-bottom: 2em;
}
.taxonomy-post-title {
  border-top: 1px solid #eaeaea;
  text-align: center;
  font-size: 25px;
  line-height: 35px;
  padding: 10%;
  border-bottom: 3px solid #65d36e;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
a:hover .taxonomy-post-title {
  color: white;
  background-color: #65d36e;
}
.community-title {
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  line-height: 35px;
}
/* END partner categories vc widget */

/* announcement bar */
section.page-title.parallax {
  margin-top: 0 !important;
}
.le-breadcrumb {
  border-top: none;
}
.footer-announcementbar {
  background: #7b8188;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-announcementbar .announcementbar-title p strong {
  color: #fff;
}
.footer-announcementbar .announcementbar-title p {
  font-size: 16px;
  color: #fff;
}
.footer-announcementbar .announcementbar-title a {
  color: #fff;
  text-decoration: underline;
}
.footer-announcementbar .announcementbar-detail p {
  color: #fff;
}
.footer-announcementbar .announcementbar-detail a {
  color: #000000;
}
.footer-announcementbar .announcementbar-title p:last-child,
.footer-announcementbar .announcementbar-detail p:last-child {
  margin-bottom: 0;
}
.prefix-coronavirus-icon {
  padding-left: 60px;
  min-height: 45px;
  background: url(/wp-content/themes/LegalEdge/assets/images/virus-white.svg)
    top left no-repeat;
  background-size: 45px;
}
/* END announcement bar */

/* hr pricing table */
.le-pricing-column:hover:not(.most-popular) .vc_column-inner {
  border-color: #65d36e !important;
  transition: all 0.5s ease;
}
.le-pricing-column:hover .vc_column-inner,
.le-pricing-column:hover .wpb_text_column {
  background-color: #fdfdfd !important;
  transition: all 0.5s ease;
}
.le-pricing-column:hover {
  transform: scale(1.02);
  transition: all 0.5s ease;
}
.le-pricing-column .title h3 {
  line-height: 1em;
  font-size: 25px;
}
.le-pricing-column .title {
  padding: 15px 30px 25px;
  justify-content: center;
}
.le-pricing-column .title::before {
  width: 78px !important;
  height: 39px !important;
}
.most-popular {
  position: relative;
}
.most-popular::before {
  content: "Most Popular";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #65d36e;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.le-price {
  font-size: 150%;
  font-weight: bold;
}
.le-pricing-fees h5,
.le-pricing-whatyouget h5 {
  text-transform: uppercase;
  font-weight: bold;
}
/* END hr pricing table */

/* override twitter logo with X */
.ti-twitter-alt::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>')
    no-repeat center;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>')
    no-repeat center;
  background-position: center 3px;
}
/* END override twitter logo with X */

/* responsive adjustments */
@media (max-width: 767px) {
  .row-testimonial .parallax-overlay {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-announcementbar .announcementbar-title p,
  .row-testimonial blockquote p {
    font-size: 15px;
    line-height: 30px;
  }
  .row-testimonial .flex-direction-nav .flex-nav-prev {
    left: -50px;
  }
  .row-testimonial .flex-direction-nav .flex-nav-next {
    right: -50px;
  }

  .col-our-team-tabs .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .col-our-team-tabs .nav-tabs > li {
    margin-bottom: 20px;
  }
  .hr-slide-content-inner-row-inner-wrap {
    margin-bottom: 20px;
  }
  .hr-slide-content-inner-row,
  .util-flex-equal-heights.vc_inner,
  .util-flex-equal-heights.vc_inner > .vc_column_container,
  .util-flex-equal-heights > .container,
  .util-flex-equal-heights > .container > .vc_column_container {
    display: block;
  }
  .util-flex-equal-heights.vc_inner > .vc_column_container,
  .util-flex-equal-heights > .container > .vc_column_container {
    margin-bottom: 30px;
  }

  .inline-btn-container {
    display: block;
    margin-bottom: 15px;
    margin-left: 0 !important;
  }
  ul.accordion .accordion-title h4 {
    padding-left: 20px;
    padding-right: 70px;
    font-size: 18px;
    line-height: 24px;
  }
  .our-services-accordion ul.accordion .accordion-title h4 {
    padding-right: 70px;
    font-size: 18px;
    line-height: 24px;
  }
  ul.accordion .accordion-title h4::before {
    font-size: 15px;
    line-height: 18px;
    width: 37px;
    height: 37px;
    right: 10px;
  }
  ul.accordion .accordion-title .col-xs-3 {
    width: 20%;
  }
  ul.accordion .accordion-title i {
    margin: 25px 0 19px;
    width: 50px;
    height: 39px;
  }
  .newsOptIn .wpcf7-list-item.first {
    margin-left: 0;
  }
}
/* END responsive adjustments */

/* print styles */
@media print {
  #topnav,
  #testimonials,
  .go-top,
  .footer-section-2,
  .footer-section-3,
  .footer-section-4,
  .footer-announcementbar,
  #footer .textwidget,
  .footer-social {
    display: none;
  }

  header.desktop-logo {
    display: block !important;
    text-align: center;
  }
  header.desktop-logo .logo {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
  }

  p {
    break-inside: avoid-page;
  }
}
/* end print styles */
