/*
Theme Name: Monstera Child
Theme URI: http://monstera.stnsvn.com/
Author: Station Seven
Author URI: https://stnsvn.com
Description: The Monstera Child Theme by Station Seven
Template: monstera
Version: 1.0.0
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monstera-child
Tags:
*/

@import url("http://eliannah.com/monstera/style.css");

/*Make uploaded logo image fit header space*/
.header-logo img {
max-height: 100%;
padding-top: 45px;
}

.site-branding {
margin: 0;
line-height: 0;
background: white !important;
}
@media screen and (max-width: 767px) {
.primary-nav-container .menu-toggle {
height: 46px;
}
}

.main-navigation u1 {
<li id="menu-item-001" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-001">
<a href="http://eliannah.com"
img src="http://eliannah.com/wp-content/uploads/2017/04/Small_Logo.png"
</a>
</li>
}

a:hover{
	color: #2de5de !important;
}

a:link{
	color: #ad0040;
}

a:visited 
{
    text-decoration: none !important; 
    decoration: none !important; 
    color: #ad0040;
}

.main-navigation ul {
    opacity: 0.9;
    background-color: #f5f5f2;
    z-index: 999;
    color: black;
    position: fixed !important;
    width: 100%;
}

 
.secondary-nav ul {
    background: white !important;
    z-index: 999;
    color: black;
    max-width: 1130px;
    border-top: 1px solid #ad0040 !important;
    border-bottom: 1px solid #ad0040 !important;
}

.main-navigation, .secondary-nav {
   background: white;
}

.index-featured {
    background-size: contain !important;
}

.block-post {
    text-align: center;
}

.widget {
    padding: 0em !important;
    margin-bottom: 1em;
}

/*Search Button*/
#sidebar form.searchform button {
	background:none #2F0012;
	border:0 none !important;
	width:84px;
	height:35px;
	display:block;
	float:left;
	color:#fff;
	font-size:15px;
	cursor:pointer;
	padding:0px;
}

#sidebar form.searchform input {
    background: none #F9F8F6;
}

.read-more a {
    color: #fff !important;
}

.nav-previous a {
    color: #fff !important;
}

.nav-next a {
    color: #fff !important;
}

/*Mail Chimp Widget 2*/

#sidebar h4 {
text-transform: none;
font-size: 14px;
color: #2A2A2A;
margin-bottom: 5px;
text-align: center;
font-weight: 600;
}

#mc_embed_signup_scroll h4 {
font-size: 14px;
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
}

#mc_embed_signup_scroll h5 {
font-size: 12px;
font: Open Sans;
font-weight: 600 !important;
margin-bottom: 10px;
text-transform: none;
letter-spacing: 0.5px;
text-align: center;
}

/* Creates a Margin Between Fields */

.mc-field-group {
margin-bottom: 5px;
}

/* Customizes Input Fields */

input#mce-FNAME, input#mce-EMAIL {
color: #000;
border: 1px solid #2DE5DE;
padding: 12px;
font-size: 14px;
margin-bottom: 12px;
width: 220px;
}

/* Customizes Subscribe Button */

#mc-embedded-subscribe {
background: #ad0040;
color: white;
font-size: 15px;
letter-spacing: 2px;
margin-top: 8px;
margin-right: 0px;
padding: 12px 5px;
border: 0px ;
width: 220px;
float: center;
}

/* Adds Hover Effect to Subscribe Button */

#mc-embedded-subscribe:hover {
opacity:0.7;
cursor: pointer;
}

#mc_embed_signup {
background: #fff;
padding: 15px;
}

<!--End mc_embed_signup-->

@media only screen and (max-width:480px) {
.hide_on_mobile {
display: none !important;}
}

#dabar{
background: #2c3644;
color: #fff;
font-size:16px;
position: fixed;
z-index:1;
top: 0px;
left: 0px;
width: 100% !important;
padding: 10px 0px;
text-align: center;}
#dabar a {color: #ffffff; border-bottom: 1px dotted;}


body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Open Sans" !important;
	font-size: 16px;
	font-size: 0.85em;
	line-height: 1.8;
}

/* XOSARAH upgrade content styling */

.content-upgrade { 
color: #444; 
text-transform: uppercase; 
font-size: 16px; 
margin: 30px 0px; 
padding: 8px 20px; 
}

.content-upgrade a { 
color: #444; 
text-transform: uppercase; 
font-size: 16px; 
background: #4de5de; 
margin: 30px 0px; 
padding: 8px 20px; 
color: #444; 
}

.content-upgrade a:hover { 
background: #ad0040;
}