
/*
CSSGrid is a Responsive CSS Grid designed to work on web and mobile devices. (www.cssgrid.co)
Please don't steal. Support this grid and buy a license from: http://codecanyon.net/item/responsive-html5-css-grid/4928861

The following styles are used on the navigation only. You do not need to use this CSS as part of the CSS Grid.

-------------------------------------------------------------
CSS Structure:

01. Desktop Wrapper + Header
02. Desktop Navigation
03. Mobile Wrapper + Header
04. Mobile Toggle Menu
05. Mobile Navigation
06. Retina Support (mobile toggle icon + desktop down arrow)
-------------------------------------------------------------
*/

/* 01. Desktop Wrapper + Header -------------------------- */

.wrapper {
	z-index:0;
	background-color:#fff;
	margin:0 auto;
	margin-top:0;
}
.wrapper-push {
	z-index:0;
}
.fixed {
	position:fixed!important;
	width:100%;
}
.header {
	width:100%;
	height:130px;
	max-width:1210px;
	margin:0 auto;
	padding:0;
	z-index:1;
	margin-top:50px;
}
.logo {
	width:215px;
	height:70px;
	float:left;
	background-image: url(../images/art2muse2021.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:215px;
	-moz-background-size:215px;
}
.logo a {
	width:210px;
	height:70px;
	display:block;
}
.logo:hover {
	opacity:0.7;
}
.padding {
	padding-left:2%;
	padding-right:2%;
}
.col1 {
	width:22%;
	float:left;
}
.col1-2 {
	width:48%;
	float:left;
}
.col2 {
	width:22%;
	float:left;
	margin-left:4%;
}
.col3 {
	width:22%;
	float:left;
	margin-left:4%;
}
.col3-4 {
	width:48%;
	float:left;
	margin-left:4%;
}
.col4 {
	width:22%;
	margin-left:78%;
}


/* animate header on scrolling 
.sticky {
	width:100%;
	padding:0px;
	height:60px;
	padding-top:10px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.sticky nav {
	margin-right:10px;
	min-height:100%;
}
.sticky ul.nav-buttons li {
	border-right-width: 0px;
}
.stuck {
	margin:0 auto;
	width:100%;
	height:auto;
	position:fixed!important;
	background-color:#333;
	top:0;
	left:0;
	right:0;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	opacity: 1.0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdee2;
}
.stuck.header {
	padding-top:0px;
	min-height:50px;
}
.stuck .logo {
	padding-left:20px;
}
.stuck nav {
	margin-right:10px;
	min-height:100%!important;
}
.stuck ul.nav-buttons li {
	border-right-width: 1px;
}*/
/* End: animate header on scrolling */



/* 02. Desktop Navigation -------------------------- */

.navclosed,
.navclicked {
	display:none;
}
nav {
	z-index:2;
}
ul.nav-buttons {
	margin:0px;
	padding:0px;
	z-index:2;
	list-style:none;
}
ul.nav-buttons li {
	margin:0px;
	padding:0px;
	position:relative;
	background-image:none;
}
ul.nav-buttons li a {
	font-size:19px;
	line-height:22px;
	margin:0;
	display:inline-block;
	text-decoration:none;
	color:#000;
}
ul.nav-buttons li a:hover {
	text-decoration:none;
	color:#999;
}
ul.nav-buttons li.current-menu-item a {
    text-decoration: none;
    color: #999;
}
ul.nav-buttons li a.selected {
	text-decoration:none;
	color:#999;
}
ul.nav-buttons li.search {
	margin:0px;
	padding:0px;
	position:relative;
	padding-left:24px;
	height:54px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:20px;
	-moz-background-size:20px;
}
ul.nav-buttons.lower {
	padding-top:30px;
}
ul.nav-buttons.lower li a {
	font-size:19px;
	line-height:22px;
	color:#999;
}
ul.nav-buttons.lower li a:hover {
	color:#666;
}
ul.nav-buttons.lower li a.selected {
	color:#666;
}

/* Results Filter */
ul.nav-buttons-results {
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	z-index:2;
	list-style:none;
}
ul.nav-buttons-results li {
	margin:0px;
	padding:0px;
	margin-bottom:6px;
	position:relative;
	background-image:none;
}
ul.nav-buttons-results li a {
	font-size:19px;
	line-height:22px;
	margin:0;
	display:inline-block;
	text-decoration:none;
	color:#999;
}
ul.nav-buttons-results li a:hover {
	text-decoration:none;
	color:#666;
}
ul.nav-buttons-results li a.on {
	text-decoration:none;
	color:#000;
}


@media screen and (min-width: 480px) and (max-width: 767px) {

ul.nav-buttons-results li {
	margin-bottom:6px;
	width:50%;
	float:left;
}
ul.nav-buttons-results li a {
	padding-right:10px;
}

}


/* 03. Mobile Wrapper + Header -------------------------- */

/* Browsers from 0 up to 767 iPhone Portrait + Landscape (iPad Portrait width is 768) */
@media screen and (min-width: 0px) and (max-width: 767px) {

.wrapper {
	right:0;
	width:100%;
	opacity:1;
	z-index:0;
	margin-top:20px;
}
.wrapper-push {
	right:0;
	opacity:0.3;
	z-index:0;
/*	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);*/
}
.logo-push,
.footer-push {
/*	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);*/
	opacity:0.3;
}
.header {
	z-index:2;
	height:60px;
	margin-top:10px;
}
.padding {
	padding-left:3%;
	padding-right:3%;
}
.logo {
	width:100%;
	height:58px;
	float:none;
	margin-bottom:15px;
	background-image: url(../images/art2muse2021.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size:144px;
	-moz-background-size:144px;
}
.logo a {
	width:160px;
	height:58px;
	display:block;
}
.col1,
.col2,
.col3,
.col4 {
	float:none;
	width:100%;
	margin-left:0;
}


/* 04. Mobile Toggle Menu -------------------------- */

.navclosed {
	z-index:3;
	color:#fff;
	margin:0px;
	padding:0px;
	display:block;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:50px;
	height:50px;
	position:absolute;
	right:3%;
	top:19px;
	background-color:transparent;
}
.navclosed.slide + nav { /* Nav Closed */
	display:block;
	overflow: hidden;
	max-width:0;
	padding:0;
	margin:0;
	right:-260px;
	max-width:260px;
	width:auto;
	height:100%!important;
	min-height:100%!important;
	z-index:3;
	position:fixed;
	top:0;
}
.navclosed a {
	color:transparent;
	margin:0px;
	padding:0px;
	width:50px;
	height:50px;
	display:block;
}
.navclicked.slide + nav { /* Nav Clicked */
	max-width:260px;
	width:260px;
	height:100%!important;
	min-height:100%!important;
	z-index:3!important;
    overflow:auto;
	position:fixed;
	right:0;
	top:0;
}
.navclicked {
	color:#fff;
	margin:0px;
	padding:0px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: right -50px;
	z-index:3;
	width:20%;
	height:50px;
	right:260px;
	position:fixed;
}
.navclicked a {
	color:transparent;
	margin:0px;
	padding:0px;
	width:100%;
	height:300px;
	display:block;
}

/* 05. Mobile Navigation -------------------------- */

.nav-mobile {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}
nav {
	display:none;
	z-index:2;
	width:auto;
	height:auto;
	background-color:#fff;
	position:absolute;
	margin-right:0;
}
ul.nav-buttons {
	float:none;
	width:220px;
	height:auto;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0;
	margin-bottom:20px;
	position:static;
}
ul.nav-buttons li {
	width:220px;
	margin-bottom:7px;
	height:auto;
	margin-right:0px;
	border-bottom-width: 0px;
	float:none;
}
ul.nav-buttons li a {
	display:inline-block;
	width:220px;
}
ul.nav-buttons li.search {
}
ul.nav-buttons-results {
	margin-left:3%;
}


}

/* 06. Retina Support (mobile toggle icon + desktop down arrow) -------------------------- */

/* Change images to higher res versions, if screen resolution is high, such as Retina on Apple devices. */
@media
screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (-moz-min-device-pixel-ratio: 1.5),
screen and (min-device-pixel-ratio: 1.5) { 

.navclosed {
	background-image: url(../images/nav2x.png);
	background-repeat: no-repeat;
	background-position: right top;	
	background-size:50px;
	-moz-background-size:50px;
}
.navclicked {
	background-image: url(../images/nav2x.png);
	background-repeat: no-repeat;
	background-position: right -50px;
	background-size:50px;
	-moz-background-size:50px;
}
ul.nav-buttons li.search {
	margin:0px;
	padding:0px;
	position:relative;
	padding-left:24px;
	background-image: url(../images/search2x.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:20px;
	-moz-background-size:20px;
}
.logo {
	background-image: url(../images/art2muse20212x.png);
}

}
