/*
Theme Name: Powerlift Child
Theme URI: https://powerlift.qodeinteractive.com
Description: A child theme of Powerlift Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: powerlift
Template: powerlift
*/

.gform_footer input {
	background-color: black !important;
	padding: 1rem 4rem !important;
	border: none !important;
	color: white !important;
	font-weight: bold !important;
	cursor: pointer !important;
}


@media only screen and (max-width: 600px) {
	.mobileHeadline, .mkdf-st-inner h1 {
		font-size: 1.6rem !important;
	}
	.mkdf-mobile-logo-wrapper a {
		height: 55px !important;
	}
	.mkdf-mobile-logo-wrapper a  img{
		object-fit: contain;
	}
	.mkdf-mobile-menu-icon svg {
		fill: white !important;
	}
	.mkdf-mobile-header-inner {
		background-color: black !important;
	}
	.removeMarginMobile {
		padding: 0px !important; 
	}
	.mkdf-position-right .mkdf-position-right-inner {
		display: inline !important;
	}
	.mobileHeader {
		font-size: 2.4rem !important;
		line-height: 1em !important;
	}
	
}


.powered-by {
	display: none;
	opacity: 0;
	visibility: hidden;
}