/*
Theme Name: Gmag Child
Theme URI: https://themeforest.net/item/gmag-blog-news-magazine-wordpress-theme/38793728
Description: Child theme of Gmag - The Bitcoin Mag
Author: webRedox WordPress team
Author URI: http://webredox.net/
Template: gmag
Version: 1.0.1
Text Domain: gmag-child
*/

/*******  Ajustes de The Bitcoin Mag  *********/

/* El logo mantiene proporcion dentro del header */
.logo-holder img {
	max-height: 46px;
	width: auto;
}

/* Bloque "Subscribe" del footer: reutiliza el estilo que el tema define para MailChimp */
.footer-widget .wpcf7-form .subscribe-fields {
	margin-top: 20px;
	overflow: hidden;
}
.footer-widget .wpcf7-form .subscribe-fields p {
	margin: 0;
	overflow: hidden;
}
.footer-widget .wpcf7-form .subscribe-fields br {
	display: none;
}
.footer-widget .wpcf7-form .wpcf7-form-control-wrap {
	float: left;
	width: 70%;
	display: block;
}
.footer-widget .wpcf7-form input[type="email"] {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	outline: none;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
}
.footer-widget .wpcf7-form input[type="email"]::placeholder {
	color: #fff;
	font-weight: 500;
	font-size: 11px;
	font-family: 'Poppins', sans-serif;
}
.footer-widget .wpcf7-form .wpcf7-submit {
	float: right;
	width: 28%;
	height: 50px;
	line-height: 50px;
	padding: 0;
	color: #fff;
	border: none;
	border-radius: 2px;
	outline: none;
	cursor: pointer;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.footer-widget .wpcf7-form .wpcf7-spinner {
	display: block;
	clear: both;
	margin: 0;
}
.footer-widget .wpcf7-form .wpcf7-not-valid-tip,
.footer-widget .wpcf7-form .wpcf7-response-output {
	clear: both;
	float: none;
	margin: 12px 0 0;
	padding: 0;
	border: none;
	font-size: 12px;
	color: #fff;
}
