/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/
body {
  font-family: "Poppins";
}
body * {
  outline-color: transparent !important;
}

.header-scroll.scroll {
  transform: translateY(0) !important;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

footer .back-to-top-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.keep-line {
  white-space: nowrap;
}

header .header__icon {
  transition: all 0.2s ease;
}
header .header__icon:hover div {
  border-color: #971a0d !important;
  background-color: #971a0d;
}
header .header__icon:hover div i {
  color: white !important;
}
header .header__icon div, header .header__icon i {
  transition: all 0.2s ease;
}

.custom-blog ul li .content-wrapper {
  position: static;
}
.custom-blog ul li .content-wrapper .title-article {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #971a0d;
  padding: 8px 15px;
  text-align: center;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-out;
}
.custom-blog ul li .image-wrapper .image::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.2s ease-in;
}
.custom-blog ul li .bricks-layout-inner > a + .content-wrapper {
  height: 0;
}
.custom-blog ul li .bricks-layout-inner > a + .content-wrapper .title-article {
  opacity: 0;
}
.custom-blog ul li:hover .title-article {
  opacity: 1 !important;
}
.custom-blog ul li:hover .title-article a {
  transition: all 0.2s ease;
}
.custom-blog ul li:hover .title-article a:hover {
  color: #000;
}
.custom-blog ul li:hover .image-wrapper .image::after {
  background-color: rgba(0, 0, 0, 0.3);
}

.blog-hover-custom .hover-custom {
  transition: all 0.2s ease;
}
.blog-hover-custom .hover-custom:hover {
  color: #971a0d;
}

.scroll-padding {
  scroll-margin-top: 50px;
}

@media (max-width: 1200px) {
  .custom-blog ul li .title-article {
    opacity: 1 !important;
    font-size: 16px !important;
  }
}
.slider-hero-custom {
  height: 100% !important;
}
.slider-hero-custom .splide__slide {
  height: 100% !important;
}
.slider-hero-custom .splide__arrow svg {
  transition: all 0.2s ease;
}
.slider-hero-custom .splide__arrow:hover svg {
  fill: #971a0d;
}
.slider-hero-custom .splide__pagination .is-active {
  background-color: #971a0d !important;
}
.slider-hero-custom .splide__pagination .splide__pagination__page {
  height: 15px;
  width: 15px;
}

.main-menu-custom ul li {
  transition: all 0.2s ease;
}
.main-menu-custom ul li:first-child {
  margin-left: 0 !important;
}
.main-menu-custom ul li:hover {
  background-color: #971a0d !important;
  color: white;
}
.main-menu-custom ul li a {
  white-space: nowrap;
}

.main-menu-mobile-custom .current-menu-item {
  background-color: #2b2a29;
}

.bricks-mobile-menu {
  margin-top: 30px;
  margin-top: 18px;
}
.bricks-mobile-menu li.current-menu-item {
  background-color: #971a0d;
}

.carusel-custom .bricks-swiper-button-next {
  right: 50px !important;
  background: rgba(0, 0, 0, 0.5803921569) !important;
}
.carusel-custom .bricks-swiper-button-prev {
  left: 50px !important;
  background: rgba(0, 0, 0, 0.5803921569) !important;
}

.main-form-custom form p {
  margin-bottom: 10px;
}
.main-form-custom form p:nth-last-of-type(1) {
  display: flex;
  flex-direction: row-reverse;
}
.main-form-custom form input, .main-form-custom form textarea {
  color: black;
  background-color: #f1f1f1;
}
.main-form-custom form input::-moz-placeholder, .main-form-custom form textarea::-moz-placeholder {
  color: rgb(160, 160, 160);
}
.main-form-custom form input::placeholder, .main-form-custom form textarea::placeholder {
  color: rgb(160, 160, 160);
}
.main-form-custom form textarea {
  height: 150px !important;
}
.main-form-custom form .wpcf7-submit {
  padding: 8px 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  background: none;
  border: 1px solid #2b2a29;
  transition: all 0.2s ease;
}
.main-form-custom form .wpcf7-submit:hover {
  background-color: #2b2a29;
  color: white;
}
.main-form-custom form .wpcf7-response-output {
  color: black;
  background-color: rgb(224, 224, 224);
}

@media (max-width: 996px) {
  .slider-hero-custom .splide__arrow {
    display: none;
  }
}
.carusel-collaboration div div div {
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=style.css.map */