/*
Theme Name: leongassets
Author: Corsiva Lab Team
Description: Combination of Automattic´s _s theme and Bootstrap 4
Version: 1.0.0
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/

section.section-cart .left form.woocommerce-cart-form .cart-button .actions-coupon .coupon{
	height: 5.2rem
}
section.section-cart .left form.woocommerce-cart-form .cart-button .actions-coupon .coupon input{
	max-width: 40rem;
}
section.section-cart .left form.woocommerce-cart-form .cart-button .actions-coupon .coupon button{
	max-height: 5.2rem;
}

.footer .footer-top .social-footer{
	display: flex;
	gap: 2rem;
	align-items: center;
	justify-content: end;
	margin-top: 3.3rem;
}
.footer .footer-top .social-footer .item-social .box-img{
	display: block;
	height: 2rem;
}
.footer .footer-top .social-footer .item-social .box-img img{
	    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(48%) hue-rotate(220deg) brightness(116%) contrast(95);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 991px){
	.footer .footer-top .menu-footer .menu .menu-list, .footer .footer-top .social-footer{
		justify-content: left;
	}
}