/*
 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.1
 Text Domain:  bricks
*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
}
body.bricks-is-frontend :focus {
  outline: none;
}
.d-none {
  display: none;
}
.d-block {
  display: block !important;
}
#brx-content {
  overflow: clip;
  overflow-y: visible;
}
#brx-header {
  z-index: 100;
}
#brx-content .brxe-section {
  position: relative;
}
#brx-header .brxe-section.static-section, #brx-header .brxe-section#header-topbar, #brx-header .brxe-section#header-mainbar, #brx-content .brxe-section.static-section, #brx-footer .brxe-section.static-section {
  width: 100%;
}
textarea {
  min-height: 70px;
}
.brxe-breadcrumbs {
  line-height: 1.2em;
}
@media (min-width: 1920px) {
  .d-xxxl-inline-block {
    display: inline-block;
  }
  .d-xxxl-none {
    display: none;
  }
}
@media (min-width: 1536px) {
  .d-xxl-inline-block {
    display: inline-block;
  }
  .d-xxl-none {
    display: none;
  }
}
@media (min-width: 1280px) {
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-none {
    display: none;
  }
}
@media (min-width: 992px) {
  .d-l-inline-block {
    display: inline-block;
  }
  .d-l-none {
    display: none;
  }
}
@media (min-width: 768px) {
  .d-m-inline-block {
    display: inline-block;
  }
  .d-m-none {
    display: none;
  }
}
@media (min-width: 479px) {
  .d-s-inline-block {
    display: inline-block;
  }
  .d-s-none {
    display: none;
  }
}
blockquote {
  border-left: 2px solid var(--bricks-color-fjuhtq);
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0 0 0 30px;
}
.scuba-btn, .form-with-scuba-btn .bricks-button {
  position: relative;
  z-index: 1;
}
.scuba-btn:before, .form-with-scuba-btn .bricks-button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid white;
  z-index: -1;
}
.scuba-btn:after, .form-with-scuba-btn .bricks-button:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0px;
  height: 100%;
  border: 0px solid white;
  background-color: var(--bricks-color-fjuhtq);
  transition: all 0.3s ease;
  z-index: -1;
}
.scuba-btn:hover:after, .form-with-scuba-btn .bricks-button:hover:after {
  width: 100%;
  border: 1px solid var(--bricks-color-fjuhtq);
}
.scuba-btn span, .form-with-scuba-btn .bricks-button span {
  position: relative;
}
.scuba-btn.scuba-btn-marine:after, .form-with-scuba-btn .bricks-button.scuba-btn-marine:after {
  background-color: var(--bricks-color-argspo);
}
.scuba-btn.scuba-btn-marine:hover:after, .form-with-scuba-btn .bricks-button.scuba-btn-marine:hover:after {
  border: 1px solid var(--bricks-color-argspo);
}
.scuba-btn.scuba-btn-popup:before, .form-with-scuba-btn .bricks-button.scuba-btn-popup:before {
  background-color: var(--bricks-color-fjuhtq);
  border: none;
}
.scuba-btn.scuba-btn-popup:after, .form-with-scuba-btn .bricks-button.scuba-btn-popup:after {
  background-color: var(--bricks-color-argspo);
}
.scuba-btn.scuba-btn-popup:hover:after, .form-with-scuba-btn .bricks-button.scuba-btn-popup:hover:after {
  border: none;
}
.category-link .category-link-border-color {
  transition: all 0.3s ease;
}
.category-link[data-hover="active"] .category-link-border-color {
  height: 100% !important;
}
.presta-card .presta-card-link-mark {
  position: relative;
}
.presta-card .presta-card-link-mark:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 40px solid var(--bricks-color-fjuhtq);
  border-left: 40px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.presta-card:hover .presta-card-link-mark:after {
  border-bottom-width: 50px;
  border-left-width: 50px;
}
.presta-card[data-hover="active"] .scuba-btn:after {
  width: 100%;
  border: 1px solid #F0A40B;
}
.footer-happy-form .form-group, .footer-unhappy-form .form-group {
  padding-bottom: 0;
}
.footer-happy-form .message, .footer-unhappy-form .message {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 100%;
  background-color: transparent !important;
  color: var(--bricks-color-fjuhtq) !important;
  animation: disappear 1s ease-out 3s forwards;
}
.footer-happy-form .message .text, .footer-unhappy-form .message .text {
  padding: 0;
  text-align: right;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
}
body.bricks-is-frontend :focus {
  outline: none;
}
.form-with-scuba-btn.brxe-form .form-group:not(:last-child) {
  padding-bottom: 0 !important;
}
.popup-corner {
  width: 0;
  height: 0;
  min-width: 0;
  min-height: 0;
  position: absolute;
}
.popup-corner.popup-corner-top-left {
  top: 0;
  left: 0;
  border-right: 15px solid transparent;
  border-top: 15px solid rgba(156, 179, 201, 0.3);
}
.popup-corner.popup-corner-bottom-left {
  bottom: 0;
  left: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgba(156, 179, 201, 0.3);
}
.popup-corner.popup-corner-bottom-right {
  bottom: 0;
  right: 0;
  border-left: 15px solid transparent;
  border-bottom: 15px solid rgba(156, 179, 201, 0.3);
}
@media (max-width: 478px) {
  .popup-corner.popup-corner-top-left {
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(156, 179, 201, 0.3);
  }
  .popup-corner.popup-corner-bottom-left {
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(156, 179, 201, 0.3);
  }
  .popup-corner.popup-corner-bottom-right {
    border-left: 10px solid transparent;
    border-bottom: 10px solid rgba(156, 179, 201, 0.3);
  }
}
#brx-header.sticky {
  transition: all 0.3s ease;
}
#brx-header.sticky #header-topbar, #brx-header.sticky #header-mainbar {
  position: relative;
  transition: top 0.3s ease;
}
#brx-header.sticky #header-topbar {
  top: 0;
}
#brx-header.sticky #header-mainbar {
  position: relative;
}
#brx-header.sticky #header-mainbar:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: linear-gradient(180deg, var(--bricks-color-ujbeoz), transparent);
  transition: opacity 0.3s ease;
  z-index: -1;
}
#brx-header.sticky.scrolling #header-topbar {
  background-color: var(--bricks-color-fjuhtq);
}
#brx-header.sticky.scrolling #header-mainbar:before {
  opacity: 0.75;
}
@media (min-width: 479px) {
  .offcanvas-nav-item span {
    transition: all 0.3s ease;
  }
  .offcanvas-nav-item[data-hover="active"] .nav-item-line {
    width: 30px !important;
  }
  .offcanvas-nav-item[data-hover="active"] span {
    transform: translateX(50px);
  }
}
@media (min-width: 992px) {
  #brx-header.sticky.scrolling {
    top: -40px;
  }
}
.footer-infos-links .scuba-btn:last-child:before {
  border-left: 0;
}
.brxe-breadcrumbs {
  justify-content: center;
  column-gap: 10px;
  row-gap: 0;
}
body.home #brx-content {
  margin-top: -114px;
}
@-webkit-keyframes disappear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes disappear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
    opacity: 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
    opacity: 1;
  }
}
@keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
    opacity: 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
    opacity: 1;
  }
}
.bricks-is-frontend .animated-reveal {
  opacity: 0;
}
.bricks-is-frontend .animated-reveal[data-animate="organic-reveal-1"] {
  -webkit-mask: url(/wp-content/themes/bricks-child/assets/img/reveal-sprite-2.png);
  mask: url(/wp-content/themes/bricks-child/assets/img/reveal-sprite-2.png);
  -webkit-mask-size: 7100% 100%;
  mask-size: 7100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-animation: mask-play 1.4s steps(70) forwards;
  animation: mask-play 1.4s steps(70) forwards;
}
@-webkit-keyframes mouse-line {
  0% {
    height: 0;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50.05% {
    height: 100%;
    top: auto;
    bottom: 0;
  }
  100% {
    height: 0;
    top: auto;
    bottom: 0;
  }
}
@keyframes mouse-line {
  0% {
    height: 0;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50.05% {
    height: 100%;
    top: auto;
    bottom: 0;
  }
  100% {
    height: 0;
    top: auto;
    bottom: 0;
  }
}
.animated-mouse-line:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  bottom: auto;
  left: 0;
  background-color: white;
  animation: mouse-line 1s infinite forwards;
}
.blog-home-card, .child-link-card {
  position: relative;
  transition: all 0.3s ease;
}
.blog-home-card:after, .child-link-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid white;
  transition: all 0.3s ease;
}
.blog-home-card:hover:after, .child-link-card:hover:after {
  border-bottom: 15px solid var(--bricks-color-fjuhtq);
}
.blog-home-card:after, .child-link-card.next:after {
  border-left: 10px solid rgba(0, 0, 0, 0);
  right: 0;
}
.blog-home-card:hover:after, .child-link-card.next:hover:after {
  border-left-width: 15px;
}
.blog-home-card:first-child {
  border-top: 1px solid var(--bricks-color-lwcded);
}
.blog-home-card:hover {
  padding-left: 10px;
}
.child-link-card.previous:after {
  border-right: 10px solid rgba(0, 0, 0, 0);
  left: 0;
}
.child-link-card.previous:hover:after {
  border-right-width: 15px;
}
@media (min-width: 768px) {
  .child-link-card.next {
    padding-right: 20px;
  }
  .child-link-card.next:hover {
    padding-right: 30px;
  }
  .child-link-card.previous {
    padding-left: 20px;
  }
  .child-link-card.previous:hover {
    padding-left: 30px;
  }
}
#sidemenu-nav .bricks-nav-menu > li > a {
  white-space: nowrap;
}
#sidemenu-nav .bricks-nav-menu {
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 1279px) {
  #sidemenu-nav .bricks-nav-menu {
    justify-content: center;
  }
}
#home-video .bricks-video-overlay-icon {
  transition: all 0.3s ease;
}
#home-video:hover .bricks-video-overlay-icon {
  font-size: 140px;
}
@media (min-width: 992px) {
  #home-testimonials .splide__pagination {
    display: none;
  }
}
@media (max-width: 991px) {
  #home-testimonials .splide__arrows {
    display: none !important;
  }
}
#insta-feed:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: radial-gradient(ellipse farthest-side at bottom right, #06314c 0%, rgba(6, 49, 76, 0) 100%);
  mix-blend-mode: darken;
}
#insta-feed:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 2;
  border-bottom: 105px solid var(--bricks-color-fjuhtq);
  border-left: 105px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
#insta-feed #brxe-yrqkax > .icon > a > i:before {
  transition: font-size 0.3s ease;
}
#insta-feed:hover:after {
  border-bottom: 150px solid var(--bricks-color-fjuhtq);
  border-left-width: 150px;
}
#insta-feed:hover #brxe-yrqkax > .icon > a > i:before {
  font-size: 105px;
}
.blog-post-loop:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 30px solid var(--bricks-color-fjuhtq);
  border-left: 30px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.blog-post-loop:hover:after {
  border-bottom: 40px solid var(--bricks-color-fjuhtq);
  border-left: 40px solid rgba(0, 0, 0, 0);
}
.blog-post-loop .blog-post-loop-image-overlay-1, .blog-post-loop .blog-post-loop-image-overlay-2 {
  transition: all 0.3s ease;
}
.blog-post-loop:hover .blog-post-loop-image-overlay-1, .blog-post-loop:hover .blog-post-loop-image-overlay-2 {
  opacity: 1 !important;
}
.blog-post-loop .blog-post-loop-content-wrapper {
  transition: all 0.3s ease;
}
.blog-post-loop:hover .blog-post-loop-content-wrapper {
  transform: translateX(10px) !important;
}
body.single-post .brxe-post-content h2 {
  position: relative;
  margin: 60px 0 45px;
}
body.single-post .brxe-post-content h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 3px;
  width: 10%;
  background-color: var(--bricks-color-fjuhtq);
}
body.single-post .brxe-post-content h4 {
  margin: 30px 0 30px;
}
body.single-post .brxe-post-content h5 {
  margin: 30px 0 15px;
}
body.single-post .brxe-post-content h6 {
  margin: 20px 0 10px;
}
#post-navigation.brxe-post-navigation .prev-post:not(.hide), #post-navigation.brxe-post-navigation .next-post:not(.hide) {
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--bricks-color-lwcded);
  padding-bottom: 15px;
  padding-top: 15px;
  transition: all 0.3s ease;
}
#post-navigation.brxe-post-navigation .prev-post:not(.hide):after, #post-navigation.brxe-post-navigation .next-post:not(.hide):after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid white;
  transition: all 0.3s ease;
}
#post-navigation.brxe-post-navigation .prev-post:not(.hide):hover:after, #post-navigation.brxe-post-navigation .next-post:not(.hide):hover:after {
  border-bottom: 15px solid var(--bricks-color-fjuhtq);
}
#post-navigation.brxe-post-navigation .prev-post:not(.hide):after {
  border-right: 10px solid transparent;
  left: 0;
}
#post-navigation.brxe-post-navigation .prev-post:not(.hide):hover:after {
  border-right-width: 15px;
}
#post-navigation.brxe-post-navigation .next-post:not(.hide):after {
  border-left: 10px solid transparent;
  right: 0;
}
#post-navigation.brxe-post-navigation .next-post:not(.hide):hover:after {
  border-left-width: 15px;
}
#post-navigation.brxe-post-navigation .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#post-navigation.brxe-post-navigation .title {
  white-space: normal;
  text-wrap: balance;
}
#post-navigation.brxe-post-navigation a {
  align-items: start;
}
@media (min-width: 768px) {
  #post-navigation.brxe-post-navigation .prev-post:not(.hide), #post-navigation.brxe-post-navigation .next-post:not(.hide) {
    width: calc(4 * (100% / 8) - 30px);
  }
  #post-navigation.brxe-post-navigation .prev-post:not(.hide) {
    padding-left: 20px;
  }
  #post-navigation.brxe-post-navigation .prev-post:not(.hide):hover {
    padding-left: 30px;
  }
  #post-navigation.brxe-post-navigation .next-post:not(.hide) {
    padding-right: 20px;
  }
  #post-navigation.brxe-post-navigation .next-post:not(.hide):hover {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  #post-navigation.brxe-post-navigation .prev-post:not(.hide), #post-navigation.brxe-post-navigation .next-post:not(.hide), #post-navigation.brxe-post-navigation .content {
    align-items: center;
    justify-content: center;
  }
  #post-navigation.brxe-post-navigation .title {
    text-align: center;
  }
}
