/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.e2ma_signup_form_row {
	margin-bottom: 15px !important;
}

.e2ma_signup_form_row ~ .e2ma_signup_form_row {
/* Hides fist and last name fields in Email Signup Form*/
	display: none;
}

#emma-form-92010f836400fb546535e624bc708d0a form {
	width: 310px !important;
}

#emma-form-92010f836400fb546535e624bc708d0a form header h1 {
	color: #000 !important;
}

#emma-form-92010f836400fb546535e624bc708d0a form div input[type="text"], #emma-form-92010f836400fb546535e624bc708d0a form div input[type="email"], #emma-form-92010f836400fb546535e624bc708d0a form button {
	width: 270px !important;
}

.content {
	float: left;
}

.site-header > .wrap {
	background-position: center !important;
}

/* Antnan's codes */
.nav-primary{    position: absolute;
    margin: 0 auto;
    top: -40px;
    width: 100%;}
.site-container{position:relative;}
.genesis-nav-menu a{padding: .8rem 1.8rem;}
.site-inner{margin-top:35px;}

#menu-side-menu-1{width:100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex!important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;}
#menu-side-menu-1 li.shop{border-top: solid 1px rgba(0, 0, 0, 0.1); border-bottom: solid 1px rgba(0, 0, 0, 0.1);}

@media screen and (max-width:961px){
	.site-container, .site-inner{margin-top:0px;}
}

.mobmenu-right-alignment .mobmenu-content, .mobmenu-right-alignment,.show-nav-right .mobmenu-overlay{display:none;}
.sg-popup-builder-content .search-form{width:100%;}
.mobmenu-content li a{font-weight:300;text-transform:capitalize;}
.mobmenu-content li a span:before{font-family:FontAwesome;font-size:16px;}
.mobmenu-content .socialside{    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;}
.mobmenu-content .sidefull{width:100%;}
.mobmenu-content .socialside a{padding:0px;}
.menu-item-9260{border-bottom: solid 1px rgba(0, 0, 0, 0.1);margin-bottom:25px;}

.mobmenu-content li a{padding:10px 0px;}
.mobmenu-content{margin-left:15px; margin-right:15px;}