@charset "UTF-8";
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animation-section .css-1gsjjiq {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.animation-section .css-1gsjjiq .css-m5neqp {
  background: radial-gradient(#A29FFF, transparent, transparent, transparent, transparent, transparent, transparent);
  -webkit-background-size: 500% 300%;
  background-size: 500% 300%;
  -webkit-animation: animation-9nsdvm 9s alternate infinite;
  animation: animation-9nsdvm 9s alternate infinite;
  -webkit-background-position: 100% 100%;
  background-position: 100% 100%;
  height: 350px;
  width: 100%;
  opacity: 0.3;
}
@media (prefers-reduced-motion: reduce) {
  .animation-section .css-1gsjjiq .css-m5neqp {
    -webkit-animation: unset;
    animation: unset;
  }
}
@-webkit-keyframes animation-9nsdvm {
  from {
    -webkit-background-position: top 55% right 100%;
    background-position: top 55% right 100%;
  }
  to {
    -webkit-background-position: 100% 100%;
    background-position: 100% 100%;
  }
}
@keyframes animation-9nsdvm {
  from {
    -webkit-background-position: top 55% right 100%;
    background-position: top 55% right 100%;
  }
  to {
    -webkit-background-position: 100% 100%;
    background-position: 100% 100%;
  }
}
.animation-section .css-1gsjjiq .css-1aym1d1 {
  background: radial-gradient(#7FE4FF, transparent, transparent, transparent, transparent, transparent, transparent);
  -webkit-background-size: 500% 300%;
  background-size: 500% 300%;
  -webkit-animation: animation-9nsdvm 13s alternate infinite;
  animation: animation-9nsdvm 13s alternate infinite;
  height: 350px;
  width: 100%;
  opacity: 0.3;
  position: absolute;
  top: 0px;
}
@media (prefers-reduced-motion: reduce) {
  .animation-section .css-1gsjjiq .css-1aym1d1 {
    -webkit-animation: unset;
    animation: unset;
  }
}
@-webkit-keyframes animation-9nsdvm {
  from {
    -webkit-background-position: top 55% right 100%;
    background-position: top 55% right 100%;
  }
  to {
    -webkit-background-position: 100% 100%;
    background-position: 100% 100%;
  }
}
@keyframes animation-9nsdvm {
  from {
    -webkit-background-position: top 55% right 100%;
    background-position: top 55% right 100%;
  }
  to {
    -webkit-background-position: 100% 100%;
    background-position: 100% 100%;
  }
}
.animation-section .css-1gsjjiq .css-1u5jb1k {
  background: radial-gradient(#A29FFF, transparent, transparent, transparent, transparent, transparent, transparent);
  -webkit-background-size: 500% 300%;
  background-size: 500% 300%;
  -webkit-animation: animation-187age1 12s alternate-reverse infinite;
  animation: animation-187age1 12s alternate-reverse infinite;
  height: 350px;
  width: 100%;
  opacity: 0.3;
  position: absolute;
  top: 0px;
}
@media (prefers-reduced-motion: reduce) {
  .animation-section .css-1gsjjiq .css-1u5jb1k {
    -webkit-animation: unset;
    animation: unset;
  }
}
@-webkit-keyframes animation-187age1 {
  from {
    -webkit-background-position: 100% 100%;
    background-position: 100% 100%;
  }
  to {
    -webkit-background-position: top 55% right 100%;
    background-position: top 55% right 100%;
  }
}
@keyframes animation-187age1 {
  from {
    -webkit-background-position: 100% 100%;
    background-position: 100% 100%;
  }
  to {
    -webkit-background-position: top 55% right 100%;
    background-position: top 55% right 100%;
  }
}
.animation-section .css-1gsjjiq .css-1i9x0sj {
  background: radial-gradient(#7FE4FF, transparent, transparent, transparent, transparent, transparent, transparent);
  -webkit-background-size: 500% 300%;
  background-size: 500% 300%;
  -webkit-animation: animation-187age1 10s alternate-reverse infinite;
  animation: animation-187age1 10s alternate-reverse infinite;
  height: 350px;
  width: 100%;
  opacity: 0.3;
  position: absolute;
  top: 0px;
}
@media (prefers-reduced-motion: reduce) {
  .animation-section .css-1gsjjiq .css-1i9x0sj {
    -webkit-animation: unset;
    animation: unset;
  }
}
@-webkit-keyframes animation-187age1 {
  from {
    -webkit-background-position: 100% 100%;
    background-position: 100% 100%;
  }
  to {
    -webkit-background-position: top 55% right 100%;
    background-position: top 55% right 100%;
  }
}
@keyframes animation-187age1 {
  from {
    -webkit-background-position: 100% 100%;
    background-position: 100% 100%;
  }
  to {
    -webkit-background-position: top 55% right 100%;
    background-position: top 55% right 100%;
  }
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  padding: 10px 1.5rem;
  z-index: 1000;
  background-color: #FFF;
  line-height: 1;
  box-shadow: inset 0 -1px 0 0 #DADADA !important;
  align-self: center;
  display: flex;
  align-items: center;
}
header.offset {
  box-shadow: none !important;
  border: none;
}
header .logo {
  flex: 0 0 auto;
  width: 200px;
  max-width: 200px;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  font-size: 32px;
  font-weight: 800;
  color: #4840BB;
  align-self: center;
}
header .logo a {
  color: #4840BB;
  text-decoration: none;
  font-size: 22px;
  display: inline-block;
  height: 32px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 175px auto;
  background-position: 0px -43px;
}
header .logo span {
  text-transform: uppercase;
  font-size: 16px;
}
header .logo img {
  max-width: 100%;
}
header .menu {
  flex: 0 0 auto;
  width: calc(100% - 200px);
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  align-self: center;
}
@media screen and (max-width: 991px) {
  header .menu {
    padding-right: 60px;
  }
}
header .menu .theme-mode {
  float: right;
}
header .menu .mobile_menu {
  position: absolute;
  right: 26px;
  top: calc(50% - 10px);
  width: 26px;
  height: 22px;
  padding: 0px;
  background: transparent;
  border: 0px;
  border-top: 2px solid #212529;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 991px) {
  header .menu .mobile_menu {
    display: block;
  }
}
header .menu .mobile_menu:before {
  content: "";
  transition: all 225ms ease-in-out;
  background-color: #212529;
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  top: calc(50% - 2px);
  left: 0px;
}
header .menu .mobile_menu:after {
  content: "";
  transition: all 225ms ease-in-out;
  background-color: #212529;
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
header .menu .mobile_menu.open {
  border: none;
}
header .menu .mobile_menu.open:before {
  transform: rotate(45deg);
  top: 8px;
}
header .menu .mobile_menu.open:after {
  transform: rotate(-45deg);
  top: 8px;
}
header .menu .mobile_menu.open + ul {
  display: block;
  top: 70px;
}
header .menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  text-align: right;
}
@media screen and (max-width: 991px) {
  header .menu ul {
    display: none;
    position: absolute;
    top: -100vh;
    left: 0px;
    width: 100%;
    height: calc(100vh - 70px);
    text-align: left;
    background: #FFF;
  }
}
header .menu ul li {
  list-style: none;
  padding-left: 18px;
  padding-right: 18px;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  header .menu ul li {
    padding: 0px;
    width: 100%;
    display: flex;
  }
}
header .menu ul li:first-child {
  padding-left: 0px;
}
header .menu ul li:last-child {
  padding-right: 0px;
}
header .menu ul li a {
  position: relative;
  font-size: 15px;
  text-decoration: none;
  color: #212529;
  font-weight: 700;
  transition: all 0.3s linear;
}
@media screen and (max-width: 991px) {
  header .menu ul li a {
    position: relative;
    padding: 16px 32px;
    width: 100%;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  header .menu ul li a:hover {
    background-color: #fafafa;
  }
}
header .menu ul li a .counts {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -11px;
  right: -22px;
  border-radius: 50%;
  font-size: 11px;
  color: #0e1012;
}
header .menu ul li a .counts.practice {
  background: #32C390;
}
header .menu ul li a .counts.flashcards {
  background: #f2a547;
}

footer {
  background: #FFF;
  color: #222222;
}
footer .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  padding: 60px 0px;
  border-top: 1px solid #dadada;
}
@media screen and (max-width: 767px) {
  footer .container {
    padding: 20px 15px;
  }
}
footer a {
  color: #222222;
  text-decoration: none;
  transition: all 0.3s linear;
}
footer a:hover {
  color: #3730AA !important;
}
footer .logo {
  flex: 0 0 auto;
  width: 255px;
  max-width: 255px;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #222222;
  align-self: center;
}
footer .share {
  flex: 0 0 auto;
  width: 225px;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: 45px;
  margin-top: var(--bs-gutter-y);
  align-self: flex-start;
}
footer .share ul {
  padding-top: 3px;
  padding-bottom: 0px;
  margin: 0px;
}
footer .share ul li a {
  color: #4840BB;
}
footer .menu_1 {
  width: auto;
  display: inline-block;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .menu_1 {
    width: 100%;
  }
}
footer .menu_1 li {
  display: inline-block;
  width: auto;
  padding: 0px 5px;
  margin-bottom: 0px;
}
footer .menu_1 li.copyright {
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  footer .menu_1 li.copyright {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .menu_1 li.copyright .description {
    display: block;
  }
}
footer .menu_1 li a {
  font-weight: 400;
  padding: 4px 0;
  font-size: 14px;
  line-height: 20px;
}
footer .title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}
footer .subtitle {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}
footer .subscribe {
  white-space: nowrap;
}
footer .subscribe input[type=email] {
  width: 100%;
  max-width: 270px;
  padding: 0px 15px;
  font-size: 16px;
  height: 50px;
  border: none;
  outline: none;
  float: left;
}
footer .subscribe input[type=submit] {
  width: 150px;
  font-size: 16px;
  height: 50px;
  color: #FFF;
  background: #4840BB;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s linear;
}
footer .subscribe input[type=submit]:hover {
  background: #3730AA;
}
footer .privacy {
  font-size: 14px;
  line-height: 20px;
  color: #231f20;
  margin-top: 15px;
}
footer .privacy a {
  color: #231f20;
}
footer .menu {
  padding-left: 0px;
  list-style: none;
}
footer .menu li {
  margin-bottom: 20px;
  list-style: none;
}
footer .menu li a {
  font-weight: 700;
  padding: 4px 0;
  font-size: 14px;
  line-height: 20px;
}
footer .main_menu {
  /*width: 190px;*/
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: 40px;
}
footer .secondary_menu {
  width: calc(100% - 190px);
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
footer .middle {
  padding: 0;
}
footer .bottom {
  border-top: 1px solid #3e3e3e;
  padding: 35px 0;
}
footer .bottom .logo {
  flex: 0 0 auto;
  width: 162px;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  align-self: center;
}
footer .bottom .menu_block {
  flex: 0 0 auto;
  width: calc(100% - 242px);
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  align-self: center;
  text-align: right;
}
footer .bottom .menu_block .block {
  width: 100%;
  text-align: right;
}
footer .bottom .menu_block ul {
  display: inline-block;
  width: auto;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
footer .bottom .menu_block ul.menu {
  margin-bottom: 5px;
}
footer .bottom .menu_block ul.menu li {
  padding: 0px 15px;
  position: relative;
  line-height: 1;
  float: left;
}
footer .bottom .menu_block ul.menu li:last-child {
  padding-right: 0px;
}
footer .bottom .menu_block ul.menu li:not(:first-child):before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 1px;
  height: 12px;
  background: #dcdbdb;
}
footer .bottom .menu_block ul.menu li a {
  padding: 0px;
}
footer .bottom .menu_block ul li {
  display: inline-block;
  width: auto;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
footer .bottom .menu_block ul li a {
  font-weight: 400;
  text-decoration: underline;
  font-size: 13px;
  line-height: 1;
}
footer .bottom .menu_block .brands_label {
  font-weight: bold;
  font-size: 14px;
  margin-right: 20px;
}
footer .bottom .menu_block .brands li:not(:last-child) {
  padding-right: 20px;
}
footer .bottom .img {
  flex: 0 0 auto;
  width: 80px;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  align-self: center;
}

body.blog {
  overflow-x: hidden;
}
body.blog .container {
  max-width: 1400px !important;
}
body.blog .article_submenu_post {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  padding: 0px;
}
body.blog .article_submenu_post li {
  position: relative;
}
body.blog .article_submenu_post li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 12%;
  right: -15px;
  display: block;
  width: 2px;
  height: 76%;
  background-color: #bcbfc5;
}
body.blog .article_submenu_post li a {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #4840BB;
  text-decoration: none;
}
body.blog .article_submenu_post li a:hover:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #4840BB;
}
body.blog .info_page {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  color: #231f20;
  padding-top: 60px;
}
body.blog .info_page h2 {
  padding-top: 20px;
}
body.blog .info_page a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
body.blog .info_page a:after {
  background-color: #4840bb;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
body.blog .sidebar {
  padding: 0 0.75rem 0 24px;
}
@media screen and (max-width: 991px) {
  body.blog .sidebar {
    padding: 0px 15px;
  }
}
body.blog .sidebar h2 {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  color: #4840bb;
  text-transform: uppercase;
  padding-top: 24px;
  padding-right: 75px;
}
body.blog .sidebar h2:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #4840bb;
  position: absolute;
  top: -8px;
}
body.blog .sidebar .invite {
  margin-top: 0px;
  padding-top: 0px;
}
body.blog .sidebar .invite h2 {
  padding-top: 0px;
}
body.blog .sidebar .invite h2:before {
  display: none;
}
body.blog .sidebar .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  margin-top: 0px;
}
body.blog .sidebar ul.with_image.law-firms {
  position: relative;
  padding-top: 0px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body.blog .sidebar ul.with_image.law-firms {
    margin: -40px -10px 0px;
    width: calc(100% + 20px);
    padding-top: 44px;
  }
}
body.blog .sidebar ul.with_image.law-firms .widgettitle {
  margin-bottom: 0px;
}
body.blog .sidebar ul.with_image.law-firms li {
  padding: 13px 0px;
}
@media screen and (max-width: 991px) {
  body.blog .sidebar ul.with_image.law-firms li {
    padding: 0px 13px !important;
  }
}
body.blog .sidebar ul.with_image.law-firms li .img {
  display: flex;
  position: relative;
  height: auto;
  aspect-ratio: 1.65;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body.blog .sidebar ul.with_image.law-firms li .img {
    aspect-ratio: unset;
    padding: 135% 0px 0px;
  }
}
@media screen and (max-width: 991px) {
  body.blog .sidebar ul.with_image.law-firms li .img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
  }
}
body.blog .sidebar ul.with_image.law-firms li .img:hover > .item {
  transform: scale(1.1);
}
body.blog .sidebar ul.with_image.law-firms li .img .item {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.blog .sidebar ul.with_image.law-firms li .img .location {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 15px 10px;
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: #000 1px 0 10px;
}
body.blog .sidebar ul.with_image.law-firms li a:hover .location {
  color: #4840BB;
}
body.blog .sidebar ul.with_image.law-firms li nav {
  padding-top: 26px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #4840BB;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media all and (min-width: 992px) {
  body.blog .sidebar ul.with_image.law-firms li nav {
    display: none;
  }
}
@media print {
  body.blog .sidebar ul.with_image.law-firms li nav {
    display: none;
  }
}
body.blog .sidebar ul.with_image.law-firms .title {
  position: relative;
  margin-bottom: 0px;
  padding: 10px 0px 0px;
  font-size: 15px;
  color: #4840BB;
}
@media screen and (max-width: 991px) {
  body.blog .sidebar ul.with_image.law-firms .title {
    font-size: 23px;
    color: #484848;
    font-family: "Montserrat";
    font-weight: 700;
    padding-top: 0px;
  }
}
body.blog .sidebar ul.with_image.law-firms .title .location {
  font-weight: 400;
  color: #2d3c48;
}
@media screen and (max-width: 991px) {
  body.blog .sidebar ul.with_image.law-firms .title .location {
    display: none;
  }
}
body.blog .sidebar ul.with_image.law-firms .slick-track {
  margin-left: unset;
  margin-right: unset;
}
body.blog .sidebar ul.with_image.law-firms .slick-list {
  overflow: unset;
}
body.blog .sidebar ul.with_image.law-firms .slick-arrow {
  position: absolute;
  top: 14px;
  display: block !important;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background-color: #FFF;
  z-index: 2;
}
body.blog .sidebar ul.with_image.law-firms .slick-arrow.slick-disabled {
  opacity: 0.5;
}
body.blog .sidebar ul.with_image.law-firms .slick-arrow.slick-prev {
  left: unset;
  right: 45px;
}
body.blog .sidebar ul.with_image.law-firms .slick-arrow.slick-prev:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 14px;
  color: #2d3c48;
}
body.blog .sidebar ul.with_image.law-firms .slick-arrow.slick-next {
  right: 10px;
}
body.blog .sidebar ul.with_image.law-firms .slick-arrow.slick-next:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 14px;
  color: #2d3c48;
}
body.blog .sidebar ul.with_image.latest {
  padding-top: 0px;
  margin-top: 0px;
}
body.blog .sidebar ul.with_image.latest h2 {
  padding-top: 0px;
}
body.blog .sidebar ul.with_image.latest h2:before {
  display: none;
}
body.blog .sidebar ul.with_image.latest li {
  position: relative;
  padding: 20px 0px;
}
body.blog .sidebar ul.with_image.latest li:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2d3c48;
}
@media all and (min-width: 992px) {
  body.blog .sidebar ul.with_image.latest li:after {
    max-width: 300px;
  }
}
@media print {
  body.blog .sidebar ul.with_image.latest li:after {
    max-width: 300px;
  }
}
body.blog .sidebar ul.with_image.latest li:first-child:after, body.blog .sidebar ul.with_image.latest li:last-child:after {
  display: none;
}
body.blog .sidebar ul.with_image.latest li:first-child {
  padding: 13px 0px 0px;
}
body.blog .sidebar ul.with_image.latest li .widgettitle {
  margin-bottom: 0px;
}
body.blog .sidebar ul.with_image.latest li a {
  text-decoration: none;
}
body.blog .sidebar ul.with_image.latest li .title {
  font-weight: 400;
  color: #2d3c48;
  padding: 0;
}
@media all and (min-width: 992px) {
  body.blog .sidebar ul.with_image.latest li .title {
    max-width: 300px;
  }
}
@media print {
  body.blog .sidebar ul.with_image.latest li .title {
    max-width: 300px;
  }
}
body.blog #preload_posts .entry-header {
  padding-bottom: 0px;
}
body.blog #preload_posts .with_image.law-firms {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  body.blog #preload_posts .sidebar {
    margin-top: 0px;
    padding-top: 50px;
  }
}
@media all and (min-width: 992px) {
  body.blog #preload_posts .sidebar h2:first-child:before {
    display: none;
  }
}
@media print {
  body.blog #preload_posts .sidebar h2:first-child:before {
    display: none;
  }
}
body.blog .back_to_top {
  position: fixed;
  right: 15px;
  bottom: 30px;
  background-color: #4840BB;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
  width: 50px;
  height: 50px;
  display: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s linear;
  z-index: 1000;
}
body.blog .back_to_top:before, body.blog .back_to_top:after {
  transform: rotate(-45deg);
  top: 23px;
  left: 12px;
  background-color: #FFF;
  border-radius: 1px;
  content: "";
  cursor: pointer;
  display: block;
  height: 1px;
  position: absolute;
  width: 16px;
  transition: all 0.3s linear;
}
body.blog .back_to_top:after {
  transform: rotate(45deg);
  left: 22px;
}
body.blog .back_to_top:hover {
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149);
  opacity: 0.9;
}

img {
  max-width: 100%;
  height: auto;
}

.search_result {
  padding-left: 15px;
  margin-top: 0;
}

.not_found {
  margin-left: 30px;
}

.row-cell {
  margin-top: 15px !important;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

body header {
  position: fixed;
  min-height: 70px;
}
@media screen and (max-width: 1199px) {
  body header {
    min-height: unset;
    height: 50px;
  }
}

.blogs {
  padding-bottom: 40px;
}
.blogs article {
  padding: 15px;
}
.blogs article a {
  display: inline-block;
  border-radius: 8px;
  text-align: left;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.075);
  height: 100%;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 5px 2rem rgba(0, 0, 0, 0.1);
}

.blogs article a:hover {
  box-shadow: 0 5px 2rem rgba(0, 0, 0, 0.2);
}

.blogs article a aside {
  background: rgba(0, 0, 0, 0.075) center no-repeat;
  background-size: cover;
  position: relative;
}

.blogs article a aside::after {
  padding-top: 60%;
  content: "";
  display: block;
}

.blogs article a .content {
  padding: 20px 15px;
  color: #231f20;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
}

.blogs article a .content .tags {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #4840bb;
  text-transform: uppercase;
  margin-bottom: 0;
}

.header-search-lawyer #search_by_lawyer::before {
  font-family: "Font Awesome 5 Pro";
}

.sidebar ul {
  border-radius: 0;
  padding: 24px 0;
  list-style: none;
  margin-top: 15px;
  position: relative;
}
.sidebar ul:first-child {
  padding-top: 0;
}
.sidebar ul:first-child:before {
  display: none;
}
.sidebar ul label {
  display: none;
}
.sidebar .widgettitle,
.sidebar .widgetbeforetitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 20px;
  text-align: left;
  color: #4840bb;
  text-transform: uppercase;
}
.sidebar .searchform div {
  display: flex;
  align-items: center;
}
.sidebar .searchform input[type=text] {
  width: calc(100% - 58px);
  background: #fff;
  border: 1px solid #c4cdd5;
  border-radius: 3px 0 0 3px;
  box-shadow: none;
  caret-color: #737373 !important;
  color: #737373;
  display: inline-block;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 300;
  line-height: normal;
  height: 52px;
  outline: none;
  padding: 13px 15px;
  vertical-align: middle;
}
.sidebar .searchform input[type=text]:active, .sidebar .searchform input[type=text]:focus {
  border: 1px solid #4840bb;
}
.sidebar .searchform input[type=submit] {
  font-size: 0;
  background-color: #4840bb;
  background-image: url(/assets/images/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  border-radius: 0 3px 3px 0;
  border: none;
  width: 52px;
  height: 52px;
  outline: none;
}
.sidebar .searchform input[type=submit]:hover {
  background-color: #393395;
}
.sidebar .img {
  height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sidebar h2 .subtitle {
  clear: left;
  display: block;
  width: 100%;
  font-weight: 100;
  font-size: 16px;
}

.sidebar ul.with_image li:not(:first-child) {
  padding: 13px 0;
}

.sidebar ul.with_image li a.row {
  margin-right: 0;
  margin-left: 0;
}

.sidebar a.show_all {
  width: 100%;
}

.sidebar .lawyers_list li a {
  color: rgba(0, 0, 0, 0.7);
  display: table;
  width: 100%;
  margin: 7px 0;
}

.sidebar .lawyers_list li a .img {
  display: table-cell;
  width: 100px;
  height: 100px;
  vertical-align: top;
  position: relative;
  border-radius: 50%;
  padding: 0;
}

.sidebar .lawyers_list li a .img img {
  max-width: 100px;
  border-radius: 50%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.sidebar .lawyers_list li a .img .border {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 2px solid #f93b2a !important;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.265, 0.285, 1.635);
  transition-timing-function: cubic-bezier(0.46, 0.265, 0.285, 1.635);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 0;
}

.sidebar .lawyers_list li a .item {
  padding-left: 15px;
}

.sidebar .lawyers_list li a .item .item-title {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #f93b2a;
}

.sidebar .lawyers_list li a .item .Job_Title {
  font-size: 17px;
  display: block;
  line-height: 1.4;
  color: #484848;
  font-weight: 700;
}

.sidebar .lawyers_list li a .item .Job_Title span.country {
  margin-bottom: 0;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 100;
  display: block;
}

.sidebar .lawyers_list li a .item .Job_Title span.headline {
  margin-bottom: 0;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 100;
}

.sidebar .lawyers_list li a:hover > .img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.sidebar .lawyers_list li a:hover > .img .border {
  opacity: 1;
}

.sidebar.main_sidebar ul {
  padding: 0;
  border: none;
}

.sidebar ul.invite li {
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  padding: 45px 25px;
}

.sidebar ul.invite h2.widgetbeforetitle {
  margin-bottom: 0;
}

.sidebar ul.invite h2.widgettitle {
  font-size: 32px;
  text-transform: none;
  line-height: 38px;
}

.sidebar ul.invite .description {
  font-weight: 300 !important;
  font-size: 18px;
}

.sidebar ul.invite a.green_button {
  font-size: 18px;
  font-weight: 700;
  border-radius: 2.3rem;
  width: auto;
  margin: 0;
  padding: 0 30px !important;
  border: 1px solid #4840BB;
  background: #4840BB;
  display: inline-block;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in;
  box-shadow: none !important;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  outline: 0;
  font-weight: 500 !important;
  margin-top: 20px;
}
.sidebar ul.invite a.green_button:hover {
  background-color: #3730AA;
  border: 1px solid #3730AA;
  color: #fff !important;
}
.sidebar ul.invite a.green_button:focus {
  outline: 0;
  box-shadow: none !important;
}

.entry-header {
  padding: 140px 0 25px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .entry-header {
    padding: 90px 0 0 0;
  }
}

.info_page {
  border-top: 1px solid rgba(0, 0, 0, 0.075);
}

.info_page p {
  color: #231f20 !important;
}

.entry-header .container {
  /*max-width: 760px;*/
  text-align: left;
}

.entry-header h1 {
  color: #231f20;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width: 575px) {
  .entry-header h1 {
    font-size: 2rem;
  }
}

.entry-header h1 span {
  color: #4840bb !important;
}

body.home .entry-header h1 {
  color: #4840bb;
}

body.home .before_footer,
body.single footer,
body.search footer {
  margin-top: 60px;
}

body.search {
  min-height: 100vh;
  position: relative;
}

body.search footer {
  bottom: 0;
  width: 100%;
}

.blog .sidebar {
  padding-top: 0;
  margin-top: -15px;
}

span[data-pin-log=button_pinit_floating] {
  height: 72px !important;
  width: 72px !important;
  background-size: 72px 72px !important;
}

.lawyers_block {
  margin-top: 0;
}

.lawyers_block .lawyers_list .lawyer:hover .border {
  opacity: 1;
}

.lawyers_block .lawyers_list .lawyer:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.soc_ic {
  display: inline-block;
  width: auto;
  padding-right: 15px;
}

.share {
  margin-bottom: 30px;
  margin-top: 40px;
}
.share ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
}
.share ul li {
  margin: 5px 7px 5px 0;
  padding: 0;
  display: inline-block;
  text-align: center;
}
.share ul li a {
  text-decoration: none;
  transition: all 0.3s linear;
}
.share ul li i {
  font-size: 16px !important;
}
.share .share-facebook {
  background-color: #3b5998;
  color: #fff !important;
  line-height: 36px;
  font-weight: 600;
  font-size: 12px;
  position: relative;
  top: -1px;
}
.share .share-facebook a {
  padding: 0 40px;
}
.share .share-facebook i {
  position: relative;
  top: 1px;
}
.share .share-twitter {
  background-color: #55acee;
  color: #fff !important;
  min-width: 36px;
  line-height: 36px;
}
.share .share-google-plus-1 {
  background-color: #dd4b39;
  color: #fff !important;
  min-width: 36px;
  line-height: 36px;
}
.share .share-pinterest {
  background-color: #cb2027;
  color: #fff !important;
  min-width: 36px;
  line-height: 36px;
}
.share .share-linkedin {
  background-color: #007bb6;
  color: #fff !important;
  min-width: 36px;
  line-height: 36px;
}
.share .share-flipboard {
  background-color: #e12828;
  color: #fff !important;
  min-width: 36px;
  line-height: 36px;
}
.share .share-copy {
  background-color: #c4cdd5;
  color: #fff !important;
  width: 36px;
  height: 36px;
}
.share .share-copy a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.share .share-copy.done {
  background-color: #56be8e;
}

.info_page .share ul {
  text-align: left;
}

.info_page .share ul li a::after {
  display: none;
}

.blog.mailchimp {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  height: auto;
  background: #f2f2f2;
  padding: 25px 15px 25px 15px;
}

.blog.mailchimp.post {
  margin-top: 40px;
}

.blog.mailchimp.fixed {
  position: fixed;
  width: 320px;
  background: #00b9e7;
  z-index: 9999999;
}

.blog.mailchimp #mc_embed_signup {
  background: transparent !important;
  padding: 0;
}

.blog.mailchimp .description.after {
  margin-top: 0;
  font-size: 14px;
  color: #2d3c48 !important;
  font-weight: 300 !important;
}

.blog.mailchimp .description.after a {
  color: #2d3c48 !important;
}

.blog.mailchimp.fixed .title,
.blog.mailchimp.fixed .description,
.blog.mailchimp.fixed .description.after,
.blog.mailchimp.fixed .description.after a {
  color: #fff !important;
}

.blog.mailchimp form.multy {
  padding: 15px 0;
}

.blog.mailchimp.fixed form {
  padding-left: 0 !important;
}

.blog.mailchimp input {
  width: 100% !important;
  font-weight: 500 !important;
}

.blog.mailchimp.fixed input.email {
  width: 100%;
  padding: 12px 25px !important;
  box-shadow: none;
  border: 1px solid #fff !important;
}

.blog.mailchimp.fixed input[type=submit] {
  width: 100%;
  background: #00b9e7 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  margin-top: 15px;
}

.blog.mailchimp.fixed .status {
  color: #fff !important;
}

.blog.mailchimp .close {
  position: absolute;
  right: 5px;
  top: -20px;
  width: 20px;
  height: 20px;
}

iframe.instagram-media.instagram-media-rendered {
  max-width: 658px !important;
  margin: 0 auto !important;
}

.sidebar .with_image .title {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
}

.lawyers_block .lawyers_list .lawyer a {
  color: #777;
}

.lawyers_block .lawyers_list .lawyer a:hover {
  color: #00b9e7;
}

body,
.entry-header h1,
.white_button,
.sidebar ul .widgettitle,
body header a.custom-logo-link,
body header a.custom-logo-link span {
  font-family: "Montserrat" !important;
}

.fa, .fas, .far {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 600;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

.ab-icon {
  font: normal 20px/1 dashicons !important;
}

body header a.custom-logo-link i {
  font-weight: 600;
}

.info_page {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .sidebar ul:first-child {
    margin-top: 40px;
  }

  .sidebar ul {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar ul::before {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  img.alignnone {
    margin-left: 0;
    margin-right: 0;
  }
}
.hide, .hidden {
  display: none !important;
}

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