/*!
Theme Name: ELC
Author: Vova D
Description: Description
Version: 1.0.0
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
  --container-offset: 30px;
  --primary-color: #FF5900;
  --secondary-color: #2C2C2C;
  --primary: #00A0E3;
  --blue: #0066B2;
  --padding-x: 2rem;
  font-size: 12px;
  scroll-behavior: smooth;
}

@media (min-width: 481px) {
  :root {
    *=font-size: 13px;
  }
}

@media (min-width: 601px) {
  :root {
    --container-offset: 30px;
    *=font-size: 12px;
  }
}

@media (min-width: 1201px) {
  :root {
    --container-offset: 40px;
    font-size: 13px;
  }
}

@media (min-width: 1441px) {
  :root {
    --container-offset: 60px;
    font-size: 14px;
  }
}

@media (min-width: 1601px) {
  :root {
    font-size: 15px;
  }
}

@media (min-width: 1721px) {
  :root {
    font-size: 16px;
  }
}

* {
  outline: none !important;
}

body {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  background-color: #FFF;
  color: #2C2C2C;
}

h1 {
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 576px) {
  h1 {
    font-size: 4.25rem;
  }
}

@media (min-width: 1201px) {
  h1 {
    font-size: 5.5rem;
  }
}

a {
  color: var(--primary-color);
}

.container,
.is-style-container {
  max-width: 1840px;
  padding-left: var(--container-offset);
  padding-right: var(--container-offset)
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

.gutters-sm {
  margin-left: -.75rem;
  margin-right: -.75rem;
}

.gutters-sm > [class*="col"] {
  padding-left: .75rem;
  padding-right: .75rem;
}

@media (min-width: 992px) {
  .gutters-lg {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .gutters-lg > [class*="col"] {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (max-width: 481px) {
  .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.flex-align {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn {
  font-size: 1.125rem;
  font-weight: 500;
  border-radius: 0;
  padding: 1rem 1.25rem;
}

.btn-lg {
  padding: 2rem;
}

.btn:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.07);
}

@media (min-width: 1200px) {
  .btn {
    *=padding: 1.5rem 2rem;
  }
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  color: var(--primary-color);
}

.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.07);
}

.btn-outline-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-secondary,
.btn-secondary-primary:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-outline-secondary {
  color: var(--secondary-color);
  border-color: #D8D8D8;
}

.btn-6 {
  position: relative;
  border: none;
  overflow: hidden;
  transition: color .4s ease-in-out;
  z-index: 1
}

.btn-6:after {
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #F0F0F0;
  transition: width .4s ease-in-out, height .4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.btn-6:not(:focus):hover {
  color: #FF5900;
  background-color: #FF5900;
}

.btn-6:hover:after {
  width: 225%;
  height: 562.5px;
}

.btn-6:focus:after {
  content: none;
}

.form-control {
  height: auto;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid #828180;
  padding: 1rem 0;
}

.form-control:focus {
  border-color: #D8D8D8;
  background-color: transparent;
  box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.07);
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0px 4px 39px 0px rgba(0, 0, 0, 0.15);
  padding: 1.25rem .5rem;
  margin-top: 0;
}

.dropdown-toggle {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-toggle:after {
  position: absolute;
  top: .25rem;
  right: 1.5rem;
  bottom: 0;
  width: .875rem;
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='5' fill='none'%3E%3Cpath stroke='%23000032' d='m.35.35 3 3 3-3'/%3E%3C/svg%3E") no-repeat center;
  background-size: .75rem;
}

.dropdown-item {
  padding: .25rem .5rem .25rem 1.25rem;
}

.dropdown-item:active {
  background-color: #e9ecef;
  color: inherit
}

.round-lg {
  border-radius: 2.5rem;
}

.round-xl,
.rounded-xl {
  border-radius: 3.5rem;
}

.svg-icon {
  display: inline-block;
  vertical-align: middle;
}

.svg-icon.align {
  margin-top: -.175rem;
}

.rotate-90 {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* Components */
.site-header {
  background-color: rgba(32, 32, 32, .52);
  backdrop-filter: blur(72px);
  *=transition: background-color .15s ease-in;
}

.home .site-header {
  position: fixed;
  *=position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.home .site-header:not(.ride) {
  background-color: rgba(32, 32, 32, 0.12);
}

.site-header .logo {
  padding: .875rem 0;
}

.site-header .logo img {
  width: auto;
  max-height: 4rem;
}

.site-header .main-menu {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

@media (min-width: 992px) {
  .site-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .logo-column {
    max-width: 15%;
  }

  .action-column {
    max-width: 21%;
  }
}

.site-header .action-column {
  background-color: #fff;
}

.action-list {
  min-height: 5.75rem;
}

.action-list .btn-feedback {
  color: var(--primary-color);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.125;
  padding: .875rem .75rem;
}

@media (max-width: 575.98px) {
  .site-header .action-list .language {
    display: none;
  }

  .action-list .btn-menu {
    min-width: 5.75rem;
    color: var(--primary-color)
  }

  .action-list .btn-menu span {
    display: none;
  }

  .action-list .btn-menu svg {
    width: 1.625rem;
    height: 1.625rem;
  }
}

.language .btn {
  background-color: var(--primary-color);
  color: #fff;
  padding: 1rem 1.75rem
}

.language .dropdown-menu {
  min-width: auto;
  left: 0;
  right: 0;
}

.nav-menu .nav-item {
  position: relative;
  *=padding: .875rem 0;
}

.nav-menu .nav-item + .nav-item {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.nav-menu .nav-link {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.125;
  padding: 1rem;
}

.nav-menu .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: .15s ease-in;
}

.nav-menu .nav-link:hover:after,
.nav-menu .nav-link.active:after {
  width: 100%;
}

.mob-menu .nav-item {
  border-bottom: 1px solid #F0F0F0;
}

.mob-menu .nav-link {
  font-size: 1.25rem;
  font-weight: 500;
  color: inherit;
  padding: 2rem;
}

.mob-menu .contact-item .info {
  font-size: 1.25rem;
  font-weight: 500;
}

/* Layouts */
.site {
  position: relative;
}

.site-main {
  min-height: 30rem;
  padding: 3rem 0;
}

.content {}

.section,
.wp-block-media-text {
  padding: 3rem 0;
}

.title {
  color: #2C2C2C;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2rem;
}

.title mark {
  background-color: transparent;
  color: #A6A09D;
  padding: 0;
}

.split:not(.column) .title {
  max-width: 72.625rem;
}

.split .text {
  font-weight: 500;
}

.split.column .title {
  max-width: 90.75rem;
}

.split.column .text {
  max-width: 54.75rem;
}

@media (min-width: 992px) {
  .split:not(.column) .title {
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    max-width: 68%;
  }
}

@media (min-width: 576px) {
  .title {
    font-size: 2.75rem;
    margin-bottom: 3rem;
  }

  .split .text {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .title {
    font-size: 3.5rem;
  }

  .split .text {
    font-size: 1.375rem;
  }
}

@media (min-width: 1441px) {
  .title {
    font-size: 4rem;
  }
}

.subtitle {
  font-size: 2rem;
  line-height: 1.125;
  margin-bottom: 1.25rem;
}

.intro {
  position: relative;
  min-height: 50rem;
  min-height: 86vh;
  padding: 8rem 0 40rem;
}

.intro h1 {
  *=font-size: 7.5rem;
}

.intro .subtext {
  font-size: 1.375rem;
  font-weight: 500;
}

.intro .buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .intro {
    background: url('/wp-content/themes/elc/assets/img/intro-bg-sm.png') no-repeat top center;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .intro {
    background: url('/wp-content/themes/elc/assets/img/intro-bg.jpg') no-repeat top center;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .intro {
    padding: 10.75rem 0 3rem;
  }

  .intro .subtext {
    max-width: 25rem;
  }
}

@media (min-width: 1201px) {
  .intro h1 {
    font-size: 6rem;
  }
}

@media (min-width: 1601px) {
  .intro h1 {
    font-size: 7.5rem;
  }
}

.lines {
  position: relative;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}

.has-line {
  position: relative;
}

@media (min-width: 992px) {

  .has-line:before,
  .has-line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 3px;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='3' fill='none'%3E%3Cpath fill='%23ff5900' d='M0 0h3v3H0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }

  .has-line:after {
    left: 100%;
  }

  .has-line .pipe {
    border-right: 1px solid #F0F0F0;
  }

  .has-line + .has-line .pipe {
    border-left: none;
  }

  .lines .pipe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-left: 1px solid #F0F0F0;
  }

  .lines .pipe:before,
  .lines .pipe:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 3px;
    height: 3px;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='3' fill='none'%3E%3Cpath fill='%23ff5900' d='M0 0h3v3H0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }

  .lines .pipe:after {
    left: 100%;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .advantages .lines:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    border-left: 1px solid #F0F0F0;
  }
}

.advantage-row {
  margin-left: calc(var(--container-offset) * -1);
  margin-right: calc(var(--container-offset) * -1);
}

.advantage-row > .col-lg-4 {
  padding-left: var(--container-offset);
  padding-right: var(--container-offset);
  border-bottom: 1px solid #F0F0F0;
}

.advantage-item {
  position: relative;
  padding: 2rem 0;
}

.advantage-item .name {
  min-height: 3.625rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.25;
}

.advantage-item .text {
  max-width: 25rem;
  color: #A6A09D;
}

.map {
  min-height: 34rem;
  background-image: url('/wp-content/themes/elc/assets/img/map-sm.svg');
  background-repeat: no-repeat;
  background-position: bottom center;
  /*background-size: contain;
  background-size: 109.5rem;*/
  background-color: #0D0D0D;
}

@media (min-width: 992px) {
  .map {
    background-image: url('/wp-content/themes/elc/assets/img/map.svg');
  }
}

.map .row {
  min-height: 34rem;
}

.map .split .title {
  max-width: 42.125rem;
}

.map .split .text {
  max-width: 28.75rem;
}

.map .buttons .btn {
  min-width: 20.5rem;
  padding: 1.75rem;
}

.map .marker {
  *=background-image: url('/wp-content/themes/elc/assets/img/marker.svg');
}

.map .marker img {
  height: 100%;
  object-fit: cover;
}

@media (min-width: 576px) {
  .map .marker {
    margin-top: -8rem;
  }
}

@media (min-width: 992px) {
  .map .marker {
    position: absolute;
    top: 0;
    left: -22.5rem;
    right: 0;
    bottom: 0;
    margin-top: 0;
  }
}

.trust-column {
  padding: 2.5rem 2.5rem 6rem;
}

.trust-column.orange {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='395' height='282' fill='none'%3E%3Cpath stroke='%23000' stroke-opacity='.1' stroke-width='95.68' d='m33.83 64.83 148.82 148.83L480.31-84'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 23.25rem;
  background-color: #FF5900;
  color: #fff;
}

.trust-column.black {
  background-color: #2C2C2C;
  color: #fff;
}

.trust-column .subtitle {
  min-height: 4.5rem;
}

.trust-item {
  min-height: 11.125rem;
  border-bottom: .375rem solid #FFFFFF
}

.trust-item .name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 768px) {
  .trust-item .text {
    min-height: 5rem;
  }
}

@media (max-width: 991.98px) {
  .numbers .lines:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    border-left: 1px solid #F0F0F0;
  }

  .numbers .lines:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #F0F0F0;
  }
}

.about-number {
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--primary-color);
}

.number-item {
  *=border: 1px solid #F0F0F0;
  position: relative;
  padding: 1.5rem 0 0;
  overflow: hidden;
}

.number-item .text {
  max-width: 18rem;
  min-height: 9.5rem;
  color: #A6A09D;
  font-size: 1rem;
  font-weight: 500;
}

.number-item .num {
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  text-align: center;
  padding: .125rem;
}

.number-item .num:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: conic-gradient(rgba(240, 240, 240, 1) 270deg, rgba(255, 89, 0, 1) 0deg);
  z-index: -1;
}

.num-2 .num:before {
  background: conic-gradient(rgba(240, 240, 240, 1) 180deg, rgba(255, 89, 0, 1) 0deg);
}

.num-3 .num:before {
  background: conic-gradient(rgba(240, 240, 240, 1) 90deg, rgba(255, 89, 0, 1) 0deg);
}

.num-4 .num:before {
  background: conic-gradient(rgba(240, 240, 240, 1) 0deg, rgba(255, 89, 0, 1) 0deg);
}

.number-item .num span {
  display: block;
  width: 100%;
  height: 100%;
  color: #A6A09D;
  font-size: 1rem;
  font-weight: 600;
  background-color: #fff;
  border-radius: 50%;
  padding: .625rem;
}

.number-item .number {
  font-size: 4.25rem;
  line-height: 1;
}

.number-item .name {
  min-height: 5rem;
  font-weight: 500;
  line-height: 1.125;
}

@media (min-width: 768px) {
  .number-item {
    padding: 2rem 1rem 0;
  }

  .number-item .text {
    font-size: 1.125rem;
  }

  .number-item .number {
    font-size: 7.5rem;
  }

  .number-item .name {
    font-size: 1.375rem;
  }
}

.swiper {
  position: relative;
}

.swiper-nav {
  position: absolute;
  left: 0;
  bottom: -4.75rem;
}

.swiper-prev,
.swiper-next {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: .5rem;
}

.swiper-prev:hover,
.swiper-next:hover {
  background-color: #F0F0F0;
  color: #FF5900;
}

.swiper-button-disabled {
  opacity: .5;
}

@media (min-width: 576px) {
  .swiper-nav {
    top: -6.25rem;
    left: auto;
    right: 0;
    bottom: auto;
  }
}

/*.swiper-slide:not(.swiper-slide-next) .pipe {
border-left: none;
border-right: none;
}
.swiper-slide-next .pipe {
border-right: 1px solid #F0F0F0;
}*/

.lines .swiper-slide-next {
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
}

.lines .swiper-slide .pipe {
  border-left: none;
  border-right: none;
}

.reviews .swiper-container {
  margin-left: -.75rem;
  margin-right: -.75rem;
}

.reviews .swiper-slide {
  height: auto;
}

.review-item {
  position: relative;
  height: 100%;
  padding: 1.5rem;
}

.review-item .info {
  min-height: 3rem;
}

.review-item .image {
  max-width: 10rem;
}

.review-item .image img {
  height: 100%;
  object-fit: cover;
}

.review-item .name {
  color: #000;
  font-size: 1.375rem;
  font-weight: 500;
}

.review-item .type {
  color: #A6A09D;
  font-size: .875rem;
  line-height: 1.125;
}

.review-item .text {
  min-height: 6.25rem;
  color: #A6A09D;
  font-size: 1.125rem;
  font-style: italic;
}

@media (min-width: 576px) {
  .reviews .swiper-slide {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .reviews .swiper-slide {
    width: 33.3%;
  }
}

.faq-item {
  background-color: #F0F0F0;
  margin-bottom: .5rem;
}

.faq-item .faq-header {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.125;
  padding: 2.25rem 1.75rem;
}

.faq-item .faq-link {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  padding-right: 2.5rem;
}

.faq-link .svg-icon {
  color: var(--primary-color);
}

.faq-link .faq-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-color: #2C2C2C;
  margin: auto;
}

.faq-icon:before,
.faq-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.25rem;
  height: 2px;
  background-color: #fff;
  margin: auto;
  -webkit-transition: .15s ease-in;
  transition: .15s ease-in;
}

.faq-icon:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.faq-link:not(.collapsed) .faq-icon:before {
  -webkit-transform: translatey(-50%) rotate(-90deg);
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}

.faq-link:not(.collapsed) .faq-icon:after {
  -webkit-transform: translatey(-50%) rotate(0);
  transform: translatey(-50%) rotate(0);
}

.faq-item .faq-body {
  color: #A6A09D;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0 1.75rem 2.25rem 3.75rem;
}

.contact-form {
  max-width: 34.75rem;
  color: #aaa;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(127.80000305175781px);
  padding: 2.5rem 1.75rem 1.5rem;
}

.contact-form .subtitle {
  color: #fff;
}

.contact-form .form-control {
  color: #D8D8D8;
}

.site-footer {
  background: url(/wp-content/themes/elc/assets/img/outro-bg.png) no-repeat top center;
  background-size: cover;
}

.site-footer .powered {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.outro {
  padding: 4rem 0 6rem;
}

@media (max-width: 575.98px) {
  .outro {
    padding-bottom: 10rem;
  }

  .outro .buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .outro .buttons .btn {
    width: 100%;
  }
}

.term-links a {
  color: inherit;
  text-decoration: underline;
}

.term-links a:hover {
  text-decoration: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5rem 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5rem;
}

.entry-content {
  font-size: 1.25rem;
}

.entry-content p {
  margin-bottom: 1.25rem
}

.entry-content ol,
.entry-content ul {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}

.entry-content h2,
.entry-content h3 {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}

.entry-content img {
  max-width: 100%;
  border-radius: 2.5rem;
}

@media (max-width: 767.98px) {

  .entry-content ol,
  .entry-content ul {
    margin-left: 0 !important;
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.wpcf7-form {
  position: relative;
}

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.wpcf7-not-valid {
  border-color: #D43628;
}

.wpcf7-not-valid::-webkit-input-placeholder {
  color: #D43628;
}

.wpcf7-not-valid:-ms-input-placeholder {
  color: #D43628;
}

.wpcf7-not-valid::-moz-placeholder {
  color: #D43628;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #D43628;
  text-align: left;
  opacity: 0
}

.wpcf7-response-output {
  border-width: 1px;
  background-color: #fff;
  line-height: 1.25;
  padding: .625rem 1rem;
  margin: 0;
}

.wpcf7-form:not(.sent) .wpcf7-response-output {
  display: none;
}

.modal .feedback-form {
  max-width: 27rem;
  margin: auto;
}

@media (min-width: 576px) {
  .modal-sm {
    max-width: 31.25rem;
  }
}

.modal-content {
  border: none;
  border-radius: 0;
}

.modal-header {
  border-bottom: none;
}

.modal-header .close {
  color: #fff;
  background-color: #2C2C2C;
  opacity: 1;
  margin: -2.75rem 1.75rem -1rem auto;
}

.modal-body {
  padding: 2rem
}

.modal-left .modal-dialog,
.modal-right .modal-dialog {
  height: 100%;
}

.modal-left .modal-dialog {
  margin: 0;
}

.modal-right .modal-dialog {
  margin: 0 0 0 auto;
}

.modal-left.fade .modal-dialog {
  -webkit-transform: translate(-25%, 0);
  -ms-transform: translate(-25%, 0);
  -o-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
}

.modal-right.fade .modal-dialog {
  -webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  -o-transform: translate(25%, 0);
  transform: translate(25%, 0);
}

@media (max-width: 575.98px) {
  .modal-bottom.fade .modal-dialog {
    -webkit-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    -o-transform: translate(0, 25%);
    transform: translate(0, 25%);
  }
}

.modal-left.in .modal-dialog,
.modal-right.show .modal-dialog,
.modal-bottom.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-left .modal-content,
.modal-right .modal-content {
  height: 100%;
  overflow: auto;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.modal-right .modal-content {
  margin-left: auto;
}

.modal-open #wpadminbar {
  display: none;
}

.home.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .home.admin-bar .site-header {
    top: 46px;
  }
}