/*
 Theme Name:   Polymathes
 Theme URI:    polymathes-translations.com
 Description:  Polymathes custom theme
 Author:       Djordje Matejic
 Author URI:   soon.com
 Template:     
 Version:      1.0
*/
html {
  font-size: 62.5%; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: -0.040em;
  color: #4a4a4a; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1em;
  color: #232323; }

h2 {
  font-size: 4rem;
  font-weight: 800; }

h3 {
  line-height: 1.3; }

@media only screen and (max-width: 1366px) {
  h2 {
    font-size: 3rem; } }
@media only screen and (max-width: 1024px) {
  body {
    font-size: 2.1rem; } }
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.8rem; }

  h2 {
    font-size: 2rem; } }
body,
html {
  margin: 0;
  padding: 0; }

body.home {
  overflow: hidden; }

body #content {
  max-width: 1366px;
  padding: 0 2rem;
  margin: 0 auto; }
  body #content a {
    text-decoration: none; }
  body #content p {
    margin-top: 0; }
body label {
  font-size: 1.7rem;
  margin-bottom: 0.2em; }
body input,
body textarea {
  line-height: 1.5;
  border: 1px solid #ddd;
  border-radius: none;
  width: 100%;
  box-sizing: border-box;
  padding: 1em; }
body .section-flags {
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
  flex-wrap: wrap; }
  body .section-flags a {
    display: block; }

body:not(.home) #content {
  padding: 0 2em; }

body.home #content {
  max-width: 100%;
  padding: 0;
  margin: 0; }

.grecaptcha-badge {
  display: none !important; }

.title-line {
  position: relative;
  margin-bottom: 1.5em; }

.title-line::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 80px;
  height: 4px;
  background-color: #e05100; }

.wp-block-button a.wp-block-button__link.wp-element-button {
  border-radius: inherit;
  padding: 0.5em 1.2em;
  font-size: 1.8rem;
  background-color: #e05100;
  font-weight: 500; }

.page-id-383 h1.entry-title {
  display: none; }

header.entry-header {
  text-align: center; }

.lightweight-accordion {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto; }

.sidebar-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d16e4f;
  padding: 0.4em;
  z-index: 9; }
  .sidebar-social a {
    display: flex;
    border: 1px solid #ddd;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    text-decoration: none; }
    .sidebar-social a i {
      font-size: 17px;
      color: #666;
      color: #fff; }
  .sidebar-social a:hover i {
    color: #e05100; }

@media only screen and (max-width: 1024px) {
  body:not(.home) #content {
    padding: 0 1em; } }
@media only screen and (max-width: 767px) {
  body .section-flags {
    gap: 8px;
    margin-bottom: 2em; }

  .img-right-section .wp-block-column:nth-child(1) {
    order: 2; }
  .img-right-section .wp-block-column:nth-child(2) {
    order: 1; }

  .sidebar-social {
    gap: 5px;
    padding: 0.3em; }
    .sidebar-social a {
      width: 26px;
      height: 26px; }
      .sidebar-social a i {
        font-size: 15px; } }
.site-header {
  max-width: 1366px;
  padding: 0.6em 2em;
  margin: 0 auto 2em auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee; }
  .site-header .site-branding a {
    display: flex; }
    .site-header .site-branding a img {
      width: 100px;
      height: auto; }
  .site-header nav.main-navigation button {
    display: none; }
  .site-header nav.main-navigation .menu-navigation-container ul.menu,
  .site-header nav.main-navigation div ul.menu {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding-left: 0; }
    .site-header nav.main-navigation .menu-navigation-container ul.menu li.menu-item a,
    .site-header nav.main-navigation div ul.menu li.menu-item a {
      font-size: 1.9rem;
      padding: 0.6em;
      color: #232323;
      font-weight: 400;
      text-decoration: none; }
    .site-header nav.main-navigation .menu-navigation-container ul.menu li.menu-item:hover a,
    .site-header nav.main-navigation div ul.menu li.menu-item:hover a {
      color: #e05100; }

.menu-toggle {
  display: none; }

@media only screen and (max-width: 1024px) {
  .site-header {
    padding: 0.5em 1em;
    margin: 0 auto 2em auto; }
    .site-header .site-branding a img {
      width: 60px; }
    .site-header nav.main-navigation {
      position: relative; }
      .site-header nav.main-navigation .menu-toggle {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 24px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        margin: 10px;
        z-index: 10; }
      .site-header nav.main-navigation .menu-toggle .line {
        display: block;
        width: 100%;
        height: 4px;
        background-color: #333;
        transition: transform 0.3s ease, opacity 0.3s ease; }
      .site-header nav.main-navigation .menu-toggle.toggled .line:nth-child(1) {
        transform: translateY(10px) rotate(45deg); }
      .site-header nav.main-navigation .menu-toggle.toggled .line:nth-child(2) {
        opacity: 0; }
      .site-header nav.main-navigation .menu-toggle.toggled .line:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg); }
      .site-header nav.main-navigation .menu-navigation-container ul.menu li.menu-item {
        display: block;
        border-bottom: 1px solid #eee; }
        .site-header nav.main-navigation .menu-navigation-container ul.menu li.menu-item a {
          display: block;
          padding: 10px 20px;
          color: #333;
          text-decoration: none; }
      .site-header nav.main-navigation .menu-navigation-container #primary-menu {
        display: none;
        position: fixed;
        left: 0;
        background-color: #fff;
        width: 100%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
      .site-header nav.main-navigation .menu-navigation-container #primary-menu.menu-open {
        display: block; } }
.site-footer {
  max-width: 1366px;
  padding: 2.5em 2em 0.6em 2em;
  margin: 2em auto 0 auto;
  border-top: 1px solid #eee; }
  .site-footer .site-info {
    display: flex;
    justify-content: center; }
    .site-footer .site-info .inside-footer {
      text-align: center; }
    .site-footer .site-info img.footer-logo {
      width: 100px;
      margin-bottom: 1em; }
  .site-footer .footer-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 2em; }
    .site-footer .footer-social a {
      display: flex;
      border: 1px solid #ddd;
      justify-content: center;
      align-items: center;
      width: 38px;
      height: 38px;
      text-decoration: none; }
      .site-footer .footer-social a i {
        font-size: 18px;
        color: #666; }
    .site-footer .footer-social a:hover i {
      color: #e05100; }

@media only screen and (max-width: 1024px) {
  .site-footer {
    padding: 1.3em 1em 0.6em 1em; }
    .site-footer .site-info img.footer-logo {
      width: 60px; } }
.home header,
.home .site-footer {
  display: none; }

.wrapper {
  width: 100vw;
  height: 100vh;
  position: relative; }

.left-top-container,
.right-top-container,
.left-bottom-container,
.right-bottom-container {
  box-sizing: border-box;
  width: 50vw;
  height: 50vh;
  background-color: #f8f8f8;
  transition: all 0.5s ease-in-out;
  position: absolute;
  opacity: 1;
  cursor: pointer; }
  .left-top-container .pt-logo-image,
  .right-top-container .pt-logo-image,
  .left-bottom-container .pt-logo-image,
  .right-bottom-container .pt-logo-image {
    display: none; }
  .left-top-container h2,
  .right-top-container h2,
  .left-bottom-container h2,
  .right-bottom-container h2 {
    line-height: 1.4;
    text-align: center;
    font-weight: 800;
    width: 100%;
    height: 100%;
    position: relative; }
    .left-top-container h2 a,
    .right-top-container h2 a,
    .left-bottom-container h2 a,
    .right-bottom-container h2 a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      padding: 3em;
      color: #000;
      pointer-events: none; }
      .left-top-container h2 a strong,
      .right-top-container h2 a strong,
      .left-bottom-container h2 a strong,
      .right-bottom-container h2 a strong {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        font-weight: 800; }
  .left-top-container .logo-part,
  .right-top-container .logo-part,
  .left-bottom-container .logo-part,
  .right-bottom-container .logo-part {
    position: absolute;
    width: 210px;
    transition: all 0.5s ease-in-out;
    opacity: 0.7;
    cursor: pointer; }
  .left-top-container .content,
  .right-top-container .content,
  .left-bottom-container .content,
  .right-bottom-container .content {
    opacity: 0;
    transition: all 4s ease-in-out; }
    .left-top-container .content .back,
    .right-top-container .content .back,
    .left-bottom-container .content .back,
    .right-bottom-container .content .back {
      opacity: 0;
      transition: all 1s ease-in-out; }

.left-top-container {
  background-color: #fffaf9;
  top: 0;
  left: 0; }
  .left-top-container h2 a {
    padding: 3em 5em; }
  .left-top-container .logo-part {
    right: 0;
    bottom: 0; }

.right-top-container {
  background-color: #fff6f4;
  top: 0;
  right: 0; }
  .right-top-container .section-flags.services-flags {
    position: absolute;
    top: 29vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    gap: 5px;
    max-width: 170px; }
    .right-top-container .section-flags.services-flags a {
      align-items: center;
      display: flex;
      height: 26px; }
    .right-top-container .section-flags.services-flags img {
      width: 35px;
      height: 26px; }
  .right-top-container .logo-part {
    left: 0;
    bottom: 0; }

.section-flags a {
  pointer-events: none; }
.section-flags img {
  border: 1px solid #ddd; }

.left-bottom-container {
  background-color: #fff5f3;
  bottom: 0;
  left: 0; }
  .left-bottom-container .logo-part {
    right: 0;
    top: 0; }

.right-bottom-container {
  background-color: #fef3f0;
  bottom: 0;
  right: 0; }
  .right-bottom-container .logo-part {
    left: 0;
    top: 0; }

.left-top-container:hover,
.right-top-container:hover,
.left-bottom-container:hover,
.right-bottom-container:hover {
  background-color: #fceeeb; }
  .left-top-container:hover .logo-part,
  .right-top-container:hover .logo-part,
  .left-bottom-container:hover .logo-part,
  .right-bottom-container:hover .logo-part {
    opacity: 1; }

.content {
  display: none !important; }

.show-container {
  width: 100vw;
  height: 100vh;
  z-index: 2; }

.show-content {
  display: block !important; }

.hide-left-top-container {
  opacity: 0;
  left: -50vw;
  height: 0; }

.hide-right-top-container {
  opacity: 0;
  right: -50vw;
  height: 0; }

.hide-left-bottom-container {
  opacity: 0;
  left: -50vw;
  bottom: -50vh; }

.hide-right-bottom-container {
  opacity: 0;
  right: -50vw;
  bottom: -50vh; }

.badge-block {
  background-color: #d16e4f;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  padding: 0.5em 1.5em;
  font-weight: 600;
  width: auto;
  display: inline-table;
  pointer-events: none; }
  .badge-block p {
    margin-bottom: 0; }

.left-top-container.show-container,
.right-top-container.show-container,
.left-bottom-container.show-container {
  padding-bottom: 3em;
  box-sizing: border-box; }

.left-top-container.show-container,
.right-top-container.show-container,
.left-bottom-container.show-container,
.right-bottom-container.show-container {
  align-items: unset;
  justify-content: unset;
  flex-direction: column;
  cursor: unset;
  background-color: #fff;
  padding-top: 3em;
  overflow-y: auto; }
  .left-top-container.show-container .pt-logo-image,
  .right-top-container.show-container .pt-logo-image,
  .left-bottom-container.show-container .pt-logo-image,
  .right-bottom-container.show-container .pt-logo-image {
    display: block;
    margin: 0 auto;
    max-width: 200px; }
  .left-top-container.show-container h2,
  .right-top-container.show-container h2,
  .left-bottom-container.show-container h2,
  .right-bottom-container.show-container h2 {
    display: none; }
  .left-top-container.show-container .logo-part,
  .right-top-container.show-container .logo-part,
  .left-bottom-container.show-container .logo-part,
  .right-bottom-container.show-container .logo-part {
    opacity: 0; }
  .left-top-container.show-container .content,
  .right-top-container.show-container .content,
  .left-bottom-container.show-container .content,
  .right-bottom-container.show-container .content {
    opacity: 1;
    width: 100%;
    max-width: 1366px;
    padding: 0 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em; }
    .left-top-container.show-container .content h2,
    .right-top-container.show-container .content h2,
    .left-bottom-container.show-container .content h2,
    .right-bottom-container.show-container .content h2 {
      display: block;
      line-height: 1.4;
      text-align: center;
      font-weight: 800;
      width: auto;
      height: auto;
      padding: 0; }
      .left-top-container.show-container .content h2 a,
      .right-top-container.show-container .content h2 a,
      .left-bottom-container.show-container .content h2 a,
      .right-bottom-container.show-container .content h2 a {
        padding: 0; }
  .left-top-container.show-container .back,
  .right-top-container.show-container .back,
  .left-bottom-container.show-container .back,
  .right-bottom-container.show-container .back {
    transform: rotate(-90deg);
    display: block;
    inset: auto auto 0px 0px;
    position: fixed;
    cursor: pointer;
    opacity: 1; }
    .left-top-container.show-container .back .wrap,
    .right-top-container.show-container .back .wrap,
    .left-bottom-container.show-container .back .wrap,
    .right-bottom-container.show-container .back .wrap {
      position: relative;
      width: 5em;
      height: 5em; }
      .left-top-container.show-container .back .wrap .outer,
      .right-top-container.show-container .back .wrap .outer,
      .left-bottom-container.show-container .back .wrap .outer,
      .right-bottom-container.show-container .back .wrap .outer {
        top: 50%;
        left: 50%;
        border-bottom: 4em solid transparent;
        border-left: 4em solid #e05100;
        width: 0;
        height: 0;
        transform: translate(-50%, -50%);
        position: absolute; }
      .left-top-container.show-container .back .wrap .inner,
      .right-top-container.show-container .back .wrap .inner,
      .left-bottom-container.show-container .back .wrap .inner,
      .right-bottom-container.show-container .back .wrap .inner {
        top: 51%;
        left: 51%;
        border-bottom: 1.5em solid transparent;
        border-left: 1.5em solid #fff;
        width: 0;
        height: 0;
        transform: translate(-50%, -50%);
        position: absolute; }

.left-top-container.show-container .back {
  transform: rotate(180deg);
  inset: auto 16px 0px auto; }

.right-top-container.show-container .section-flags.services-flags {
  display: none; }
.right-top-container.show-container .back {
  transform: rotate(-90deg);
  inset: auto auto 0px 0px; }

.left-bottom-container.show-container .back {
  transform: rotate(90deg);
  inset: 0px 16px auto auto; }

.right-bottom-container.show-container .back {
  transform: rotate(0deg);
  inset: 0px auto auto 0px; }

.left-top-container.show-container:hover,
.right-top-container.show-container:hover,
.left-bottom-container.show-container:hover,
.right-bottom-container.show-container:hover {
  background-color: #fff; }

@media only screen and (max-width: 1366px) {
  .left-top-container h2 a,
  .left-top-container h2.wp-block-heading a,
  .right-top-container h2 a,
  .right-top-container h2.wp-block-heading a,
  .left-bottom-container h2 a,
  .left-bottom-container h2.wp-block-heading a,
  .right-bottom-container h2 a,
  .right-bottom-container h2.wp-block-heading a {
    padding: 2em 4em; }
  .left-top-container .logo-part,
  .right-top-container .logo-part,
  .left-bottom-container .logo-part,
  .right-bottom-container .logo-part {
    width: 180px; }

  .left-top-container.show-container .back {
    inset: auto 0px 0px auto; }

  .left-bottom-container.show-container .back {
    inset: 0px 0px auto auto; } }
@media only screen and (max-width: 1024px) {
  .left-top-container .logo-part,
  .right-top-container .logo-part,
  .left-bottom-container .logo-part,
  .right-bottom-container .logo-part {
    width: 140px; } }
@media only screen and (max-width: 767px) {
  .left-top-container h2,
  .left-top-container h2.wp-block-heading,
  .right-top-container h2,
  .right-top-container h2.wp-block-heading,
  .left-bottom-container h2,
  .left-bottom-container h2.wp-block-heading,
  .right-bottom-container h2,
  .right-bottom-container h2.wp-block-heading {
    margin-bottom: 2em; }
    .left-top-container h2 a,
    .left-top-container h2.wp-block-heading a,
    .right-top-container h2 a,
    .right-top-container h2.wp-block-heading a,
    .left-bottom-container h2 a,
    .left-bottom-container h2.wp-block-heading a,
    .right-bottom-container h2 a,
    .right-bottom-container h2.wp-block-heading a {
      padding: 2em; }
  .left-top-container .logo-part,
  .right-top-container .logo-part,
  .left-bottom-container .logo-part,
  .right-bottom-container .logo-part {
    width: 120px; }

  .right-top-container .section-flags.services-flags {
    top: 28vh;
    gap: 4px; }
    .right-top-container .section-flags.services-flags a {
      height: 20px; }
    .right-top-container .section-flags.services-flags img {
      width: 30px;
      height: 20px; } }
@media only screen and (max-width: 480px) {
  .left-top-container h2 a,
  .left-top-container h2.wp-block-heading a,
  .right-top-container h2 a,
  .right-top-container h2.wp-block-heading a,
  .left-bottom-container h2 a,
  .left-bottom-container h2.wp-block-heading a,
  .right-bottom-container h2 a,
  .right-bottom-container h2.wp-block-heading a {
    padding: 0.5em; }
  .left-top-container .logo-part,
  .right-top-container .logo-part,
  .left-bottom-container .logo-part,
  .right-bottom-container .logo-part {
    width: 90px; }

  .left-top-container.show-container,
  .right-top-container.show-container,
  .left-bottom-container.show-container,
  .right-bottom-container.show-container {
    padding-top: 1em; }
    .left-top-container.show-container h2,
    .left-top-container.show-container h2.wp-block-heading,
    .right-top-container.show-container h2,
    .right-top-container.show-container h2.wp-block-heading,
    .left-bottom-container.show-container h2,
    .left-bottom-container.show-container h2.wp-block-heading,
    .right-bottom-container.show-container h2,
    .right-bottom-container.show-container h2.wp-block-heading {
      font-size: 2.5rem;
      padding: 0 1em; }
    .left-top-container.show-container .pt-logo-image,
    .right-top-container.show-container .pt-logo-image,
    .left-bottom-container.show-container .pt-logo-image,
    .right-bottom-container.show-container .pt-logo-image {
      max-width: 120px; }
    .left-top-container.show-container .back .wrap,
    .right-top-container.show-container .back .wrap,
    .left-bottom-container.show-container .back .wrap,
    .right-bottom-container.show-container .back .wrap {
      width: 4em;
      height: 4em; }
      .left-top-container.show-container .back .wrap .outer,
      .right-top-container.show-container .back .wrap .outer,
      .left-bottom-container.show-container .back .wrap .outer,
      .right-bottom-container.show-container .back .wrap .outer {
        border-bottom: 3.4em solid transparent;
        border-left: 3.4em solid #e05100; } }
.section-team {
  margin-bottom: 2em; }
  .section-team figure {
    margin-bottom: 1em; }
  .section-team .team-img-col {
    padding-top: 1em; }
    .section-team .team-img-col figure img {
      border-radius: 50%; }
  .section-team .team-txt-col {
    border-bottom: 1px dashed #e05100; }
  .section-team .wp-block-heading {
    margin-bottom: 0.3em; }
  .section-team ul.contact-info-list {
    margin-top: 0;
    padding-left: 0;
    list-style: none; }
    .section-team ul.contact-info-list li {
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-team ul.contact-info-list li i {
        font-size: 2rem;
        margin-right: 0.4em;
        color: #232323; }
      .section-team ul.contact-info-list li a {
        display: block;
        font-size: 1.8rem;
        line-height: 1.8;
        font-weight: 500;
        color: #e05100;
        line-height: normal; }

ul.services-list {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  list-style: none;
  margin-bottom: 4em; }
  ul.services-list li {
    width: 28%;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 0.8em 0 0.8em 1em; }
    ul.services-list li a {
      display: block;
      color: #232323;
      padding: 0.8em 0 0.8em 1em;
      line-height: normal; }
  ul.services-list li:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 30px;
    background-color: #e05100; }
  ul.services-list li:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 30px;
    background-color: #e05100; }

.section-services-title h3 {
  margin-bottom: 1em;
  position: relative;
  padding-bottom: 0.9em; }
.section-services-title h3::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 12px;
  width: 10%;
  background-color: #e05100; }

.section-services,
.wp-block-columns .section-services {
  background-color: #f8f8f8;
  outline: 20px solid #f8f8f8;
  align-items: center !important;
  margin-bottom: 3em !important; }
  .section-services figure,
  .wp-block-columns .section-services figure {
    margin-bottom: 0; }

.services-hero-section {
  align-items: center !important;
  margin-bottom: 2em; }

.services-page {
  display: flex;
  flex-wrap: wrap !important;
  gap: 2em; }

.services-block.services-block-first {
  margin-bottom: 2em; }

.services-block .wp-block-column {
  text-align: center;
  background-color: #f8f8f8;
  padding: 2em; }
  .services-block .wp-block-column i {
    color: #e05100;
    font-size: 3.2rem;
    margin-bottom: 1em; }
  .services-block .wp-block-column .wp-block-heading {
    font-size: 2.2rem;
    line-height: normal;
    height: 52px;
    margin-bottom: 0.4em; }
    .services-block .wp-block-column .wp-block-heading a {
      color: #2a2a2a; }
  .services-block .wp-block-column p {
    margin-bottom: 1.5em; }
.services-block .col-specialized {
  position: relative;
  overflow: hidden; }
.services-block .col-specialized::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: 'specialized';
  position: absolute;
  background-color: #e05100;
  color: #fff;
  padding: 5px 60px;
  right: -56px;
  top: 19px;
  font-size: 16px;
  font-weight: 600;
  transform: rotateZ(39deg); }

@media only screen and (max-width: 1366px) {
  ul.services-list li a {
    font-size: 2rem; }
  ul.services-list li:before {
    width: 10px; }
  ul.services-list li:after {
    height: 10px; } }
@media only screen and (max-width: 1024px) {
  .services-page {
    gap: 0; }

  ul.services-list li {
    width: 45%; }
    ul.services-list li a {
      font-size: 1.8rem; }

  .section-services-title h3::before {
    height: 10px;
    width: 15%; }

  .services-block.services-block-first {
    margin-bottom: 1em; }

  .services-block {
    gap: 1em; }
    .services-block .wp-block-column {
      padding: 1em; } }
@media only screen and (max-width: 767px) {
  .section-txt-img .wp-block-column:first-child {
    order: 2; }

  .section-services {
    gap: 1em; }

  ul.services-list {
    gap: 10px;
    margin-bottom: 3em; }
    ul.services-list li {
      width: 100%; }

  .section-team {
    padding-bottom: 1em;
    gap: 0; }
    .section-team .team-img-col figure {
      text-align: center; }
      .section-team .team-img-col figure img {
        max-width: 80%; }
    .section-team ul.contact-info-list li {
      justify-content: flex-start; }
      .section-team ul.contact-info-list li a {
        font-size: 1.5rem; }

  .services-block .wp-block-column .wp-block-heading {
    height: auto; } }
@media only screen and (max-width: 480px) {
  .section-team .team-img-col figure {
    text-align: center; } }
.content-area.content-area-sidebar {
  display: flex; }
  .content-area.content-area-sidebar #main {
    width: 70%;
    padding-right: 2em;
    box-sizing: border-box; }
  .content-area.content-area-sidebar #secondary {
    width: 30%; }
    .content-area.content-area-sidebar #secondary h2.widget-title {
      font-size: 2.5rem; }
    .content-area.content-area-sidebar #secondary ul.menu {
      list-style: none;
      padding-left: 0; }
      .content-area.content-area-sidebar #secondary ul.menu li {
        background-color: #f0f0f0;
        position: relative;
        margin-bottom: 0.5em; }
        .content-area.content-area-sidebar #secondary ul.menu li a {
          display: block;
          width: 100%;
          text-decoration: none;
          padding: 1.3em 1.5em;
          color: #555;
          font-size: 1.7rem; }
      .content-area.content-area-sidebar #secondary ul.menu li::before {
        display: block;
        content: "\f105";
        font-family: "FontAwesome";
        position: absolute;
        right: 1em;
        top: 50%;
        transform: translateY(-50%);
        color: #939393;
        font-size: 18px; }
      .content-area.content-area-sidebar #secondary ul.menu li:hover,
      .content-area.content-area-sidebar #secondary ul.menu li.current-menu-item {
        background-color: #ddd; }

@media only screen and (max-width: 1024px) {
  .content-area.content-area-sidebar {
    flex-wrap: wrap;
    padding-left: 0.5em;
    padding-right: 0.5em; }
    .content-area.content-area-sidebar #main {
      width: 100%;
      padding-right: 0; }
    .content-area.content-area-sidebar #secondary {
      width: 100%; }
      .content-area.content-area-sidebar #secondary h2.widget-title {
        font-size: 2.5rem; }
      .content-area.content-area-sidebar #secondary ul.menu li {
        margin-bottom: 0.5em; }
        .content-area.content-area-sidebar #secondary ul.menu li a {
          display: block;
          width: 100%;
          text-decoration: none;
          padding: 1.3em 1.5em;
          color: #666;
          font-size: 1.7rem; }
      .content-area.content-area-sidebar #secondary ul.menu li::before {
        display: block;
        content: "\f105";
        font-family: "FontAwesome";
        position: absolute;
        right: 1em;
        top: 50%;
        transform: translateY(-50%);
        color: #939393;
        font-size: 18px; }
      .content-area.content-area-sidebar #secondary ul.menu li:hover,
      .content-area.content-area-sidebar #secondary ul.menu li.current-menu-item {
        background-color: #ddd; } }
.wpcf7 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .wpcf7 form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1em; }
    .wpcf7 form.wpcf7-form label {
      display: block;
      width: 100%; }
    .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
      font-size: 1.3rem; }
    .wpcf7 form.wpcf7-form .form-col-half {
      width: calc(50% - 1em); }
    .wpcf7 form.wpcf7-form .form-col-full {
      width: 100%; }
    .wpcf7 form.wpcf7-form .wpcf7-submit {
      font-size: 1.6rem;
      cursor: pointer; }
    .wpcf7 form.wpcf7-form .wpcf7-response-output {
      margin: 0;
      width: 100%;
      font-size: 1.6rem; }

@media only screen and (max-width: 480px) {
  .wpcf7 form.wpcf7-form {
    gap: 0.5em; }
    .wpcf7 form.wpcf7-form .form-col-half {
      width: 100%; } }
.wp-block-columns {
  margin-bottom: 1em; }
