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

.grecaptcha-badge {
    visibility: visible !important;
    z-index: 999 !important;
}

body header{
	padding-top: 60px;
	background-color: var(--bricks-color-ulyykd);
}

body.wr-page-with-transparent-header header {
	background-color: transparent !important;
}

/*Header Styles*/

body.wr-page-with-transparent-header header {
	z-index:3;
}

body.wr-page-with-transparent-header {
    overflow-x: hidden;
}

body.wr-page-with-transparent-header header section {

  background-color: transparent !important;
}


body.wr-page-with-transparent-header header section a {
  font-weight: 600;
}

body.wr-page-with-transparent-header header section ul.sub-menu a {
  font-weight: 400 !important;
}

/*END*/


/*Section Styles*/

* {
    -webkit-tap-highlight-color: transparent !important;
}

body .wr-section:last-child {
	padding-bottom: 230px;
}

/*END*/


/*Slider Styles*/

body .wr-section .brxe-slider-nested {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse !important;
}

body .wr-section .splide__track {
	margin: 0 auto;
    width: 90% !important;
}

body .wr-section .splide__arrow {
    border-radius: 50% !important;
    width: 75px !important;
    height: 75px !important;
    position: absolute !important;
	top:50%;
    transform: translateY(-50%) !important;
}

body .wr-section .splide__arrow svg {
    width: 35px !important;
    height: 35px !important;
}



%root% .splide__arrow.splide__arrow--next {
  right: -20px;
}

%root% .splide__arrow.splide__arrow--prev {
  left: -20px;
}

body .wr-section .splide__arrows {
    display: flex !important;
    justify-content: end;
    gap: 10px;
    margin-bottom: 15px;
}

/*END*/

/* Video Lightbox Styles */

.pswp__item{
	background: #0096884d;
}

.pswp.brx .pswp__content{
  padding:0 5px;
}

/*END*/


/*Review Section Styles*/
.wr-review-logo-Google img {
  width: 30px !important;
}

.wr-review-logo-Wedding.Wire {
	width: 115px !important;
}

.wr-review-logo-Wedding.Wire img {
  width: 115px !important;
}

.wr-review-logo-Wedding.Wire img {
  width: 115px !important;
}

.wr-review-logo-Recommendation.Letter img {
  width: 35px !important;
}

.wr-review-logo-Email img {
  width: 40px !important;
}

.wr-review-logo-Zola {
	width: 80px !important;
}

.wr-review-logo-Zola img {
	width: 80px !important;
}
/*END*/
	

/* Media Query CSS Styles */
@media(max-width: 1101px) {
	body header {
		padding-top: 0 !important;
	}
}



@media(max-width: 767px) {
	body header {
		padding-top: 0 !important;
	}
	
	.ewm-hero-margin-750 {
  		margin-top: -800px !important;
  		padding-top: 0px !important;
  		padding-bottom:200px !important;
}
	
	body .wr-section:last-child {
	padding-bottom: 150px;
}
	
    body .wr-section .splide__arrows {
        position: static !important;
        display: flex !important;
        justify-content: end;
        gap: 10px;
        margin-bottom: 15px;
    }
	
    body .wr-section .splide__track {
       width:100% !important;
    }


    body .wr-section .splide__arrow {
        position: static !important;
        transform: translateY(0px) !important;
        width: 55px !important;
        height: 55px !important;
    }
}
	
	
@media(max-width:390px){
    .splide__arrows.splide__arrow.splide__arrow--prev {
    left: 60% !important;
  }
}