/**
Theme Name: Kadence Child
Author: ActonWeb
Author URI: https://www.actonweb.com/
Description: Child theme created for CreateText by Acton|Web.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kadence-child
Template: kadence
*/

@media (max-width: 1024px) {
    .mobile-transparent-header #masthead, 
    .mobile-transparent-header .site-top-header-wrap .site-header-row-container-inner, 
    .mobile-transparent-header .site-main-header-wrap .site-header-row-container-inner, 
    .mobile-transparent-header .site-bottom-header-wrap .site-header-row-container-inner {
        background: transparent !important;
    }
}

@media only screen and (max-width:767px){
.site-footer #block-25 {
	display:flex !important;
	flex-wrap:wrap !important;
	}
}