/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
.site-footer .footer-social a {
    width: 28px;
    display: inline-block;
}

.site-footer .footer-social {
    margin-top: 20px;
}

.site-footer .footer-social img {
    filter: grayscale(1);
    transition: all 0.3s ease;
}

.site-footer .footer-social img:hover {
    filter: unset;
}

@media (max-width: 1200px) {
    .site-footer .footer-social {
        text-align: center;
    }
}

.section-left_image_accordions,
.section-right_image_accordions{
    padding: 80px 0;
}
.section-left_image_accordions .accordion-body{
	color:var(--bs-accordion-active-color);
}


@media (max-width: 767.98px) {
    .section-left_image_accordions,
	.section-right_image_accordions{
        padding: 50px 0;
    }
}

.accordion {
    margin-top: 15px;
}

.accordion .accordion-button {
    font-size: 16px;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    box-shadow: inherit;
    color: var(--bs-accordion-active-color);

}
.accordion .accordion-button:after {
	background-image: var(--bs-accordion-btn-active-icon);
	
 
}
.accordion .accordion-button[aria-expanded="false"]:after{
transform: rotate(0deg);	
}

.accordion .accordion-item {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 5px;
    border: 1px solid #000000;
}

.section-left_image_accordions h2,
.section-left_image_accordions p,
.section-left_image_accordions .textarea {
	color: #fff;
}

.section-left_image_accordions .accordion .accordion-item{
	border-color:#fff;
}

.section-free_form_textarea{
	padding-top:60px;
	padding-bottom:60px;
}
@media(max-width:1199px){
	header .navbar .navbar-brand{
		max-width:190px;
	}
}
@media(min-width:1200px){
	.section-hero h1{
		padding-top: 200px !important;
	}
}

@media(min-width:1363px){
	.section-hero h1{
		padding-top: 220px !important;
	}
}
.col-12.gallery-module.d-flex.justify-content-center.align-items-center.mt-3 {
    display: unset !important;
}