/*
Theme Name: Delta
Theme URI: 
Author: Nikola
Author Email: nkjanko776@gmail.com
Author URI: http://wordpress.org/
Description: Wordpress Gulp Starter Theme base on Amix
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: am

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wpa-test-msg {
	display: none !important;
}
.footer-partner-img {
	margin-top: 6.3rem;
	margin-bottom: 2rem;
	max-width: 60px;
}
.footer-newsletter .social-menu {
	margin-bottom: 40px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 992px) {
	.footer-newsletter {
		height: auto;
	}
	.footer .d-md-only {
		display: none !important;
	}	
	.footer-partner-img {
		margin-top: 5.6rem;
		margin-bottom: 3.2rem;
	}
}
@media only screen and (min-width: 993px) {
	.footer .d-sm-only {
		display: none !important;
	}	
}