/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 


@media(min-width:768px) {
	.image-carousel img {
    max-width: 200px;
}
}


.image-carousel  .pp-image-carousel-item.swiper-slide {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    height:auto!important;
}

.contact-us-header a {
    margin-left: 40px;
    display: block;
    background: #000000;
    padding: 12px 24px !important;
    border: 1px solid #fdd93e;
    border-radius: 50px;
}

.home-hero-form {
    border: 10px solid #000;
    box-shadow: 20px 20px 0px #fdd93b;
}

@media(max-width:959px){
	 .fl-menu .menu {
    padding: 20px !important;
}
}