/*!
Theme Name:   Björk Child
Template:     bjork
Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
Version:      1.0.0
Description:  You can change this description text in your child theme's "style.css" file.
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Put your custom CSS styles below... */

.site-header .form-search,.site-header .search-form,.site-header form[role=search] {
    min-width:0%;
  
}

/*.site-branding::before {
  content: url("https://staging.redwoodperforms.com/wp-content/uploads/2025/07/Redwood-logo@2x.png");
}*/


/*.content-area {padding:0!important;}

.footer-widgets :only-child {
	width:95%;
}*/

.site-branding {
	margin-right: 1em;
}

@media (max-width: 1279px) {

.menu-toggle {
	display: block;
    position: relative;
	margin-right: 1em;
}
}

.elementor-invisible {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Fade/slide in */
.elementor-invisible.is-visible {
  opacity: 1;
  transform: none;
}

.main-navigation .current-menu-ancestor>a, .main-navigation .current-menu-item>a, .main-navigation .menu-item> a {
    border-color: transparent;
} 

@media (max-width: 1279px) {
    .has-navigation-mobile .main-navigation {
		
		position:absolute!important;
		right:10px!important;
		
	}
}


#main > article > div > div.elementor-element.elementor-element-c8180e5.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
	
	display:none;
}

#mce-responses {
	margin-top:30px;
}

#mc_embed_signup_scroll {
	color:#fff;
}

.mc-field-group input {
	width:100%!important;
	
}

.swiper-slide-image {
	width:50%;
    padding: 30px;
}

.swiper-slide-inner {
	    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: flex-start;
	
}

.elementor-swiper-button-prev {
	margin-left:-20px;	
}

.elementor-swiper-button-next {
   margin-right:-20px;
}

 .swiper {
	background:#fff;
}