body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

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

@media (max-width: 767px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
/**
 * WordPress Generated Classes
 * http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/* Alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

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

@media (max-width: 767px) {
  .alignleft {
    display: inline;
    margin-right: 1.5em;
  }

  .alignright {
    display: inline;
    margin-left: 1.5em;
  }
}
/* 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;
}

/* Gallery */
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Text meant only for screen readers (from bootstrap sr-only) */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/**
 * Loop Archive Custom Filter Styles
 */
.li-widgets--loop-archive__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.li-widgets--loop-archive__filter {
  margin-bottom: var(--grid-gap);
  width: 50%;
}
@media (max-width: 767px) {
  .li-widgets--loop-archive__filter {
    width: 100% !important;
    padding-left: 0 !important;
  }
}
.li-widgets--loop-archive__filter:first-child {
  width: 33.333%;
}
.li-widgets--loop-archive__filter:nth-child(2) {
  width: 66.666%;
  flex-grow: 2;
  padding-left: var(--grid-gap);
}
.li-widgets--loop-archive__filter .filter-title {
  font-size: 36px;
  font-weight: 500;
  color: var(--e-global-color-secondary);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .li-widgets--loop-archive__filter .filter-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.li-widgets--loop-archive__filter--terms {
  width: calc(100% + 10px);
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}
.li-widgets--loop-archive__filter--term {
  width: 175px;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: var(--e-global-color-secondary);
  border: 2px solid var(--e-global-color-secondary);
  text-align: center;
  transition: 0.3s ease;
}
.li-widgets--loop-archive__filter--term:hover, .li-widgets--loop-archive__filter--term.active {
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
}
.li-widgets--loop-archive__filter--term:hover {
  filter: brightness(1.2);
}
@media (max-width: 767px) {
  .li-widgets--loop-archive__filter--term {
    font-size: 14px;
    padding: 6px;
    width: 130px;
  }
}

/* Philip */
.li-widgets--loop-archive__filter {
  width: 100% !important;
padding-left: 0 !important;
}

.li-widgets--loop-archive__filter .filter-title {
font-family: var(--e-global-typography-9c139bc-font-family ), Sans-serif;
font-size: var(--e-global-typography-9c139bc-font-size );
font-weight: var( --e-global-typography-7f9c363-font-weight );
line-height: var(--e-global-typography-9c139bc-line-height );
letter-spacing: var(--e-global-typography-9c139bc-letter-spacing );
word-spacing: var(--e-global-typography-9c139bc-word-spacing );
margin-bottom: 20px;
}

.li-widgets--loop-archive__filter--term {
display: flex;
justify-content: center;
align-items: center;
min-height: 56px;
border: 1px solid;
font-weight: var( --e-global-typography-9becda0-font-weight );
}

@media (max-width: 767px) {
.li-widgets--loop-archive__filter--term {
min-height: 44px;
width: 150px;
}
}

@keyframes fadeDown {
  from {
      opacity: 0;
      transform: translate3d(0,-30px,0)
  }

  to {
      opacity: 1;
      transform: none
  }
}

.elementor-element.fadeInDown {
  animation-name: fadeDown
}

@keyframes fadeLeft {
  from {
      opacity: 0;
      transform: translate3d(-30px,0,0)
  }

  to {
      opacity: 1;
      transform: none
  }
}

.elementor-element.fadeInLeft {
  animation-name: fadeLeft
}

@keyframes fadeRight {
  from {
      opacity: 0;
      transform: translate3d(30px,0,0)
  }

  to {
      opacity: 1;
      transform: none
  }
}

.elementor-element.fadeInRight {
  animation-name: fadeRight
}

@keyframes fadeUp {
  from {
      opacity: 0;
      transform: translate3d(0,30px,0)
  }

  to {
      opacity: 1;
      transform: none
  }
}

.elementor-element.fadeInUp {
  animation-name: fadeUp
}


@media (max-width: 767px) {
.elementor-8501 .elementor-element.elementor-element-9e8eb00 {
  --width: 100% !important;
}
}

@media (max-width: 767px) {
.elementor-8501 .elementor-element.elementor-element-5eb704e {
  --width: 100% !important;
  }
}