/*
Theme Name: Ekko Child
Template: ekko
Theme URI: http://www.ekko-wp.com
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Flexible Multi-Purpose Responsive WordPress Theme
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

@media (max-width: 960px) {
.transparent-navigation .nav-transparent-secondary-logo .fixed-logo {
display: inline;
}
}

.newsletter-email {
border-radius: 3px;
font-weight: 400;
font-size: 14px;
text-transform: none;
background-color: #ffffff;
border: none;
transition: all 250ms ease-in-out;
width: 100%;
box-sizing: border-box;
min-width: 100%;
margin-bottom: 10px;
box-shadow: none;
letter-spacing: 0;
outline: none;
line-height: 50px;
height: 50px;
padding: 0 30px;
text-align: left;
font-family: inherit;
color: rgb(136, 136, 136);
}
.newsletter-email:focus {
color: rgb(136, 136, 136);
}
.newsletter-submit {
border-radius: 3px;
padding-top: 0!important;
padding-bottom: 0!important;
padding-left: 30px;
padding-right: 30px;
font-weight: 700;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
border: 2px solid #e75725;
background-color: #e75725;
height: 50px;
line-height: 24px;
float: none;
width: 100%;
color: #fff;
transition: 0.2s !important;
text-align: center;
padding: 0;
margin: auto;
display: table;
box-sizing: border-box;
outline: none;
cursor: pointer;
min-width: 150px;
}