/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* Home */

.mission-ty-bouchons {
	margin-top:-30px!important;
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    flex-basis: auto!important;
    width: auto!important;
}

/* Footer */

.site-bottom-footer-inner-wrap {
	display: flex!important;
    align-items: center;
    justify-content: space-between;
}

.site-bottom-footer-inner-wrap a {
	color:white!important;
}

.passster-form h4 {
    color: #222222!important;
}

.passster-submit, .passster-submit-recaptcha {
	background: #590140!important;
}

.passster-form {
    margin-left: auto!important;
    margin-right: auto!important;
    padding: 50px;
}

@media (max-width: 479px) {

	.site-bottom-footer-inner-wrap {
    flex-direction: column;
	}
	
	.inner-column-1 .wp-block-kadence-infobox {
	display: flex;
    align-items: center;
    justify-content: center;	
	}	
	
	.inner-column-1 .kt-blocks-info-box-media {
	margin-right:0px!important;	
	}
	
	.inner-column-1 .kt-blocks-info-box-media-container {
	text-align:center;	
	}
	
	.inner-column-1 .kt-blocks-info-box-title {
	text-align:center;	
	padding-left: 0px !important;	
	}
	
	.inner-column-1 .kt-blocks-info-box-link-wrap {
    padding: 0px !important;
    margin: 10px !important;
	}
	
}