/*
 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
*/

.offset-2nd-line br,
.offset-3-lines br{
    display: none;
}
@media all and (min-width: 768px){
    .offset-2nd-line br,
.offset-3-lines br{
    display: block;
}

    .offset-2nd-line,
    .offset-3-lines{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .offset-3-lines>span:first-of-type{
        margin-left: auto;
        margin-right: auto;
    }

    .offset-2nd-line>span,
    .offset-3-lines>span:last-of-type{
        margin-left: auto;
        margin-right: 0;
    }
}


.accordion-with-btm-border .accordion-item{
    border-bottom: 1px solid #fff4e6;
}


.slider-with-connecting-line{
    position: relative;
}

.slider-with-connecting-line .image.css-filter{
    border-radius: 20px;
}

.slider-with-connecting-line>div{
    position: relative;
}





.slider-with-connecting-line .swiper-slide::after{
    content: "";
    display: block;
    width: 175px;
    height: 1px;
    background-color: #3c3d44;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
}

.slider-with-connecting-line .swiper-slide::before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #3c3d44;
    position: absolute;
    top: 50%;
    right: -87px;
    transform: translate(50%, -50%);
    border-radius: 12px;
}

.wpcf7-form{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea{
    background: transparent;
    color: #0a231e;
    outline: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 9px;
    font-weight: 500;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"]{
    border-bottom: 1px solid #0a231e;
}

.wpcf7-form input[type="submit"]{
    border-radius: 30px;
    color: #e8dcca;
    background: #3c3d44;
    outline: none;
    border: none;
    padding: 11px 47px;
    font-weight: 500;
}

.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form input[type="email"]::placeholder,
.wpcf7-form input[type="tel"]::placeholder,
.wpcf7-form textarea::placeholder{
    color: #0a231e;
    font-weight: 500;
}

.wpcf7-form textarea{
    background: #e0d2bf;
    border-radius: 10px;
    height: 127px;
    padding-left: 24px;
    padding-right: 24px;
}

.wpcf7-form .wpcf7-list-item{
    margin-left: 0;
}

.wpcf7-form .wpcf7-list-item>label{
    color: inherit;
}

.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-wrapper{
    padding-top: 75px;
}

@media all and (min-width: 768px){
    .wpcf7-form .form-row.half{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 68px;
}
}


.wpcf7-form .form-row.submit{
    display: flex;
    justify-content: end;
}

.wpcf7-form .form-row.submit input{
    order: 2;
}

.wpcf7-form .wpcf7-checkbox{
    margin-top: 14px;
    margin-bottom: 12px;
    display: grid;
    grid-template-rows: auto auto;
    row-gap: 10px;
    width: fit-content;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label{
    font-weight: 500;
    font-family: 'Aeonik';
}

.wpcf7-list-item>label {
  display: flex;
  justify-content: space-between;
  column-gap: 114px;
  align-items: center;
  font-family: sans-serif;
  color: #3a3a3a;
}

.wpcf7-list-item input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border: 1.5px solid #555;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-content: center;
}

.wpcf7-list-item input[type="checkbox"]::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: transform .1s;
  box-shadow: inset 1em 1em #333;
}

.wpcf7-list-item input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.wpcf7-spinner {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

#menu-footer>nav>ul{
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto;
    grid-auto-flow: column;
    column-gap: clamp(20px, 16.5625vw, 318px);
}

.brxe-div.slider-with-connecting-line .bricks-swiper-container{
    width: 68%;
}

.brxe-div.slider-with-connecting-line div.line,
.brxe-div.slider-with-connecting-line div.dots{
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
}

.slider-with-connecting-line .line::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3c3d44;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-with-connecting-line .dots::after{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #3c3d44;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    border-radius: 12px;
}

.slider-with-connecting-line .dots::before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #3c3d44;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 12px;
}

.menu-item a{
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  width: fit-content;
}

/* The underline element */
.menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Animate on hover */
.menu-item a:hover::after {
  transform: scaleX(1);
}

#brxe-qkbyxz,
#brxe-oskvnf{
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease, background-color 0s linear 0.3s;
}

#brxe-qkbyxz::before,
#brxe-oskvnf::before{
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-color: #fdf4e7;
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
  z-index: -1;
}

#brxe-oskvnf::before{
    background-color: #3c3d44;
}

#brxe-qkbyxz:hover::before,
#brxe-oskvnf:hover::before{
  transform: scaleX(1);
}

#brxe-qkbyxz:hover{
  color: #3c3d44;
  background-color: #e8dcca;
}

#brxe-oskvnf:hover{
  background-color: #3c3d44;
  color: #e8dcca;
}