/***css-reset------------------------------------
 --------------------------------------------***/
*{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.4em;
	vertical-align:baseline;
	text-decoration:none;
	list-style:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/***web font-----------------------------------
 ------------------------------------------***/
@font-face{
	font-family:nexa;
	src: url('/font/nexa.eot');
	src: local('%'), url('/font/nexa.woff') format('woff'), url('/font/nexa.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
}

/***general-------------------------------------
--------------------------------------------***/
h1, h2, h3, h4, p{
	font-family:nexa, Helvetica, Arial, Sans-serif;
}
header, .normheader, .nav, main, .introimg, .introimg img, .aboutext, .searchicons, .wrapper, #sitefooter{
	width:100%;
	float:left;
}

/***1101+ px------------------------------------
 -------------------------------------------***/

/*** admin-bar ---------------------------------
---------------------------------------------***/
#admin-bar {
    position:fixed;
    width: 100%;
    box-sizing:border-box;
    top:0;
    left:0;
    margin:0;
    background: #404040;
    color: #fff;
    text-align:right;
    font-family:Arvo, serif !important;
    font-size: 14px;
    padding: 10px 0;
    box-shadow: 0px 0px 5px #666666;
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.35);
        -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.35);
        -o-box-shadow: 1px 1px 2px rgba(0,0,0,.35);
	z-index:99;
}

#admin-bar ul {
    font-size:1em;
    line-height: 1.5;
    margin: 0;
}

#admin-bar li {
    display: inline;
    width: auto;
    margin:0;
    padding:0;
    font-family:Arvo, serif !important; /* Ensure unform font family across themes.*/
    font-size:1em; /* Ensure uniform font size across themes. */
}

#admin-bar a {
    text-decoration:none;
    padding: 0 1em 0 0;
    font-family:Arvo, serif !important; /* Ensure unform font family across themes.*/
    font-size:1em; /* Ensure uniform font size across themes. */
    display: inline-block;
    border: 0;
}

#admin-bar li a:link,
#admin-bar li a:visited {
    color: #ccc !important;
}

#admin-bar li a:hover,
#admin-bar li a:active {
    color: #fff !important;
}

/*** search-bar & search page ---------------
-----------------------------------------***/
#search-container{
	display:inline-block;
	position:fixed;
	top:0;
	margin:.25em 0 0 .5em;
	z-index:99999999;
}
#submit_search{
	padding: .05em .05em .05em .05em;
	font-size:.8em;
}
#search-filters{
	font-family:nexa, Helvetica, Arial, Sans-serif;
	padding-left:1em;
	box-shadow:rgba(230,230,230,.3) 0 0.2em;
}
#search-filters li{
    font-weight: bold;
}
#search-results{
	clear:both;
	font-family:nexa, Helvetica, Arial, Sans-serif;
	margin:3em 0 0 1em;
}

/*** header, navigation & hamburger---------
----------------------------------------***/
h1{
	font-size:2em;
	color:white;
	letter-spacing:.04em;
	word-spacing:.025em;
}
h1 a:link, h1 a:visited{
	color:black;
	text-decoration:;
}
h1 a:focus, h1 a:hover, h1 a:active{
	color:white;
}
h2{
	font-size:1em;
	letter-spacing:.05em;
	word-spacing:.02em;
	padding: .5em 1em .5em 1em;
}
header{
	position:fixed;
    z-index:99;
}
.normheader {
    margin-top:2em;
	padding-top:2em;
	background-color:#ffc107;
	text-align:center;
}
.nav{
	margin-top:1em;
	font-family:nexa, Helvetica, Arial, Sans-serif;
	text-align:center;
	background-color:#ffecb3;
}
.nav li {
	display:inline-block;
	background-color:#ffecb3;
}
.nav li a:link, .nav a:visited{
	display:block;
	width:100%;
	height:100%;
	color:black;
}
.nav li a:focus, .nav li a:hover, .nav li a:active{
	color:white;
	background-color:black;
}
.stick {
	position:fixed;
	top:0px;
}
.hamburger{
    display:none;
	width:100%
}
.hamheader{
        margin-top:2em;
	background-color:#ffc107;
	text-align:center;
	padding:2em 2em 2em 2em;
	top:0;
	box-shadow:rgba(230,230,230,.3) 0 0.2em;
}
.hamburger img, .hamburger h1{
	display:inline-block;
}
.hamburger img{
	float: left;
	margin-top:.7em;
}
.hamburgerMenu{
    display:none;
    position:fixed;
	left:0;
	margin-top:2em;
}
.hamburgerMenu ul {
	display:none;
	/*To hide it initially*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.hamburgerMenu li {
	text-align:left;
	display:block;
	background-color:#ffecb3;
}
.hamburgerMenu li a:link{
	display:block;
	width:100%;
	height:100%;
	color:black;
}
.hamburgerMenu li a:visited{
	color:black;
	text-decoration:none;
}
.hamburgerMenu li a:focus{
	color:white;
	background-color:black;
}
.hamburgerMenu li a:hover{
	color:white;
	background-color:black;	
}
.hamburgerMenu li a:active{
	color:white;
	background-color:black;
}

/***footer---------------------------------
 ---------------------------------------***/

#sitefooter{
    width:100%;
    padding:1em 0 0 0;
    background-color:#ffc107;
    font-size:1em;
    color:black;
    bottom:0;
    clear:both;
}
footer p{
    display:inline-block;
    float:left;
    margin:0 0 1em 1em;
    border-right:.25 solid;
    border-bottom-color:rgba(230,230,230,.5);
    font-size:1em;
}
footer p a:link, footer p a:visited{
    color:white;
    text-decoration:none;
}
footer p a:focus, footer p a:hover, footer p a:active{
    color:black;
}

/*** login page -----------------------------
-----------------------------------------***/

#login-links{
    margin:1em 0 0 1em;
}
#login-links a:link, #login-links a:visited{
    color:#9e9e9e;
    text-decoration:none;
}
#login-links a:focus, #login-links a:hover, #login-links a:active{
    color:black;
}
#login-form{
    margin:1em 0 0 1em;
    padding-bottom:1em;
    font-family:nexa, Helvetica, Arial, Sans-serif;
}
#submit{
    margin:1em 0 1em 1em;
    padding:.5em .5em .5em .5em;
    font-size:1.25em;
}

/*** register page --------------------
-----------------------------------------***/
.field {
    font-family:nexa, Helvetica, Arial, Sans-serif;
    margin:1em 0 0 1em;
}

/*** account information page -----------------
-------------------------------------------***/
.guest-user-widget .guest-user-widget-even{
	margin-left:1em;
	font-family:nexa, Helvetica, Arial, Sans-serif;
}
#current_password-label, #username-label, #name-label, #email-label, #new_password-label, #new_password_confirm-label{
	margin-top:1em;
}
#current_password, #username, #name, #email, #new_password, #new_password_confirm{
	background-color:#ededed;
	margin-top:1em;
}
p .explanation{
	margin-top:2em;
}

/*** Geo-Location Map ----------------------------
----------------------------------------------***/
#geolocation-shortcode-1{
    float:left;
	border-bottom:.25em solid;
	border-bottom-color:rgba(230,230,230,.5);
}
.gm-style{
	max-width:90%;
	width:90%;
	margin:0 5% 0 5%;
}

/*** 1100px screen size---------------------
 *---------------------------------------***/
@media screen and (max-width:1100px){

/*** header, navigation & hamburger---------
----------------------------------------***/
h1{
	font-size:1.3em;
	word-spacing:.02em;
}
h2{
	font-size:.75em;
	letter-spacing:.045em;
}
.normheader {
	padding-top:2em;
}
.hamburger img{
	margin-top:.5em;
}

/*** login, collection, browse page layout --
-----------------------------------------***/
#content{
    margin-top:2em;
}

}


/***760px----------------------------------------
---------------------------------------------***/
@media screen and (max-width:760px){
    
/*** admin-bar ---------------------------------
---------------------------------------------***/
#admin-bar {
    width: 100%;
    box-sizing:border-box;
    top:0;
    left:0;
    margin:0;
    background: #404040;
    color: #fff;
    text-align:right;
    font-family:Arvo, serif !important;
    font-size: 10px;
    padding: 10px 0;
    box-shadow: 0px 0px 5px #666666;
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.35);
        -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.35);
        -o-box-shadow: 1px 1px 2px rgba(0,0,0,.35);
}


/*** header, navigation & hamburger-------------
---------------------------------------------***/
h2{
	font-size:.75em;
	letter-spacing:.04em;
}
.hamburger img{
	margin-top:1.5em;
}
.smallscreencontainer_title{
	display:inline-block;
	width:100%;
	max-width:30em;
}
.hamheader{
	padding-bottom:1em;
}
.hamburgerMenu{
	margin-top:1em;
}

}


/***640px---------------------------------------
---------------------------------------------***/
@media screen and (max-width:640px){

/*** admin-bar ---------------------------------
---------------------------------------------***/

#admin-bar {
    width: 100%;
    box-sizing:border-box;
    top:0;
    left:0;
    margin:0;
    background: #404040;
    color: #fff;
    text-align:right;
    font-family:Arvo, serif !important;
    font-size: 10px;
    padding: 10px 0;
    box-shadow: 0px 0px 5px #666666;
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.35);
        -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.35);
        -o-box-shadow: 1px 1px 2px rgba(0,0,0,.35);
}

/*** search-bar & search page ---------------
-----------------------------------------***/
#search-container #query{
	width:6em;
}
#submit_search{
	font-size:.6em;
}

/*** header, navigation & hamburger-------------
---------------------------------------------***/
h1{
	font-size:1em;
}
.vanish{
	display:none;
}
.smallscreencontainer_title{
	width:100%;
	max-width:12em;
}
.hamburger img{
	margin-top:.8em;
}

/*** footer -----------------------------------
-------------------------------------------***/
footer p{
    font-size:.75em;
    border-bottom:1px solid;
}

/*** login, collection, browse page layout --
-----------------------------------------***/
#content{
    margin-top:9em;
}

/*** Geo-Location Map ----------------------------
----------------------------------------------***/
.gm-style{
	max-width:80%;
	width:80%;
	margin:0 10% 0 10%;
}

}


/***320px--------------------------------------
-------------------------------------------***/
@media screen and (max-width:320px){

/*** search-bar & search page ---------------
-----------------------------------------***/
#search-container{
	display:hidden;
}

/*** header, navigation & hamburger---------
----------------------------------------***/
h1{
	font-size:.8em;
}
h2{
	font-size:.7em;
}
.nav{
	margin-top:1.25em;
}
.hamheader{
	padding:2em 1em 2em 1em;
}
.smallscreencontainer_title{
	width:100%;
	max-width:10em;
}
.hamburger img{
	margin-top:.5em;
}

}

