/**
 * Theme Name: Carbon Fiber Gear - Ink - Child Theme
 * Theme URI: https://codestag.com/themes/ink
 * Author: Codestag
 * Author URI: http://codestag.com
 * Description: Carbon Fiber Gear override for Ink Theme
 * Version: 1.0.0
 * License: GNU General Public License
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: stag
 * Domain Path: /languages/
 * Tags: Tags: theme-options, fluid-layout, editor-style, featured-images, translation-ready
 * Template: ink
 */

/**
 * Place Custom CSS Below this.
 */

@media (max-width: 480px) {
	.custom-logo {
		max-width: 175px;
	        width: 100px;
	        height: 100px;
        	background-size: contain !important;
	}
}


#show-newsletter { float: left; border-right: 1px solid white; }
.news-home-inner { max-width: 450px; text-align: left; padding: 20px; width: 100%; position: absolute; top: 50%; left: 50%; transform: translate( -50%, -50%); -moz-transform: translate( -50%, -50%); -o-transform: translate( -50%, -50%); -webkit-transform: translate( -50%, -50%); }
.news-home-inner p { color: #ccc; margin-bottom: 50px; }
.mailing-list-home button svg { fill: #000; position: absolute; top: 50%; left: 50%; transform: translate( -50%, -50%); -moz-transform: translate( -50%, -50%); -o-transform: translate( -50%, -50%); -webkit-transform: translate( -50%, -50%); }
.right-arrow { width: 19px; }
.mailing-list-home button { display: inline-block; position: relative; vertical-align: top; border: none; height: 54px; }