/* 
Theme Name: grunt
Theme URI: http://www.travisneel.com
Description: Based on Foundation by Zurb, A Responsive Starter Theme
Author: @FoundationZURB, @drewsymo, @travisneel
Author URI: 
Version: 3.0
License: MIT License
License URI: http://www.opensource.org/licenses/mit-license.php
*/

@import url("stylesheets/foundation.css?ver=123");
@import url("stylesheets/app.css");
[if lt IE 9] @import url("stylesheets/ie.css");

h1, h2, h3, h4, h5, h6 { color: #000; font-weight: bold; line-height: 1.25; font-family:'Myriad W01 Bd Sm Cnd', Helvetica, Arial, sans-serif;}
em { font-style: italic; }
body {background: #333 /* url(../../../wp-content/uploads/tile_bg.jpg) */ url(https://grunt.ca/images/salt_and_pepper_tile_300px_bg.png) ;color: #000;}



.entry ul{
	margin-left: 70px;
	list-style-type: disc;
}
.entry ol { 
	margin-left: 70px;
	list-style-type: decimal;
}
.entry ol[type="a"] {
	margin-left: 70px; 
	list-style-type: lower-alpha;
}

.container {font-family:'Myriad W01 Regular', Helvetica, Arial, sans-serif;}

.row {
background: #fff;
color: #000;
}

#header h1 a {
width: 250px;
height: 90px;
display: block;
background: url('images/grunt_logo_trans.png') top center no-repeat;
text-indent: -9999px;
margin: 35px 0 0 20px;
}

.exhibit-featured {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0);
/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.8);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
color: #fff;
}

.exhibit-featured h2 a {
color: #fff;
}

.exhibit-featured h2 {
color: #fff;
font-size: 20px;
line-height: 1.20;
}

.exhibit-featured p.exhibit-title, .exhibit-featured  p.exhibit-artist {color: #fff;}

.nav-bar>li:hover>a {
color: #fff;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0);
/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.8);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
z-index: 2; 
}

.nav-bar>li ul { 
	color: #fff;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
	 width: 180px;
	padding:0;
 }

.nav-bar>li ul li {
    padding: 12px 20px;
    border-bottom: 1px solid #fff;
    margin: 0;}

.nav-bar>li ul li>a { color: #fff; }
.nav-bar>li ul li:hover>a { color: #fff; 
    border-bottom: 1px solid #fff; }
.nav-bar>li ul li {
    margin-top: 2px;
}

.menu-main-container a {color: #000;}

	.menu-main-container { float: right; margin-right:75px; }

	.bottomMenu .menu-footer-container {float: right; margin-right:75px; padding-bottom:50px;}
	.menu-footer-container a {color: #000;}

	.menu { height: 45px; margin-top: 20px; }	
	.menu>li { float: left; display: block; position: relative; padding: 0; margin: 0; line-height: 45px; }
	.menu>li>a { position: relative; font-size: 14px; padding: 0 20px; display: block; text-decoration: none; font-size: 15px; font-size: 1.5rem; }
	.menu>li>input { margin: 0 16px; }
	.menu>li ul { margin-bottom: 0; }
	.menu>li li { margin-left: 0px; line-height: 1.3; }
	.menu>li.has-flyout>a { padding-right: 36px; }
	.menu>li.has-flyout>a:after { content: ""; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #2a85e8; display: block; position: absolute; right: 18px; bottom: 20px; }
	.menu>li:hover>a { color: #141414; z-index: 2; }
	.menu>li:hover>a:after { border-top-color: #141414; }


/* header changes for widget area */
hgroup {
    float: left;
    width: 100%;
}
#header h1 { display:inline-block; }
#header_widgets {    float: right;
    height: 90px;
    width: calc(100% - 350px);
    margin: 10px;
}
#bookstoreCTA {
    float: right;
    margin: 15px 10px 0px 0px;
}

#bookstoreCTA a,
#bookstoreCTA a:visited,
#bookstoreCTA a:link {
    color: #fff;
    background: #000;
    font-size: 36px;
    display: block;
    padding: 11px 80px 10px 30px;
    margin: 20px -10px 17px 80px;
    position: relative;
    z-index: 9;
    border: 2px solid #e10505;
    box-shadow: 3px 3px 4px 0px rgba(0,0,0,.7);
}
#bookstoreCTA a:hover {
box-shadow: 1px 1px 2px 0px rgba(0,0,0,.7);
    top: 2px;
    left: 2px;
}

#CTA_bg {    background: url(http://grunt.ca/wordpress/wp-content/uploads/2017/02/03MESSAGEdetail-250x188.jpg);
    width: 100%;
    height: 100px;
    position: relative;
    top: -88px;
    z-index: 1;
    opacity: .2;
    background-position-y: -29px;
}
#CTA_bg:hover {opacity:.6;}

.exhibit-info p {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.exhibit-info p span {
    text-transform: uppercase;
    font-weight: normal;
}




/* header changes for widget area */
hgroup {
    float: left;
    width: 100%;
}
#header h1 { display:inline-block; }
#header_widgets {    float: right;
    height: 90px;
    width: calc(100% - 350px);
    margin: 10px;
}
#bookstoreCTA {
    float: right;
    margin: 15px 10px 0px 0px;
    position: relative;
    left: -26px;
    top: 22px;
}

#bookstoreCTA a,
#bookstoreCTA a:visited,
#bookstoreCTA a:link {
color: #fff;
color: #fff;
    background: #333;
    font-size: 24px;
    display: block;
    padding: 5px 10px 5px 62px;
    margin: 0px 0px 1px 80px;
    position: relative;
    z-index: 9;
    border: 2px solid #000000;
    box-shadow: none;
    letter-spacing: 2px;
    text-align: right;
}
#bookstoreCTA a:hover {
	box-shadow: none;
    top: 0;
    left: 0px;
    background: #fff;
    color: #000;
}

#CTA_bg {    background: none !Important;
    width: 100%;
    height: 100px;
    position: relative;
    top: -88px;
    z-index: 1;
    opacity: .2;
    background-position-y: -29px;
}
#CTA_bg:hover {opacity:.6;}

.single-post .home-promo {display:none;}
#home-secondary h3 {
    margin-top: 10px;
}
/*	MOBILE FIXES	*/
@media only screen and (max-width: 767px) {

	.four.columns {
    	margin: 0 20px;
	}
	#home-secondary { margin-top:0px;}
#home-secondary img {
    border: 1px solid #c7cbcf;
    width: calc(100vw - 40px);
    height: auto;
    margin: 0 -20px 0 -20px;
    max-width: initial;
    border: none;
}
	
	#mc_embed_signup { background:transparent; }
	#sponsor-logos img { margin-left:0px; }
	.menu-main-container {
	    float: right;
    	margin-right: 0px;
    	width: 100%;
	}
	.nav-bar>li:hover ul {
    	position: absolute;
    	background: #000;
	}
	#header_widgets {
    	float: none;
    	width: initial;
		    height: 70px;
	}
	#bookstoreCTA {
    	float: none;
    	margin: 15px 0px 0px 0px;
	    width: 100%;
	}
	#bookstoreCTA a:visited, #bookstoreCTA a:link {
    	padding: 5px 0 4px 0;
    	text-align: center;
	}
	#bookstoreCTA a, #bookstoreCTA a:visited, #bookstoreCTA a:link {
    	margin: 0 20px 20px;
	}
	#mainrow .eight.columns p, h1, h2, h3, h4, h5, h6, img, ul {
    	margin-left: 10px;
    	margin-right: 20px;
	}
	.single article img.featured-image { margin-left: -5px; }
		
	/* NAV */
	.nav-bar {
		height: 320px;
    	width: 100%;
    	transition: all .5s;
    	overflow: hidden;
		position:relative;		
     	top: 0px;
    	left: -10px;
    	background: #f3f3f3;
	}
	/*
	.nav-bar.show { height:320px;}
	
	nav.menu-main-container:before {
    	font: 400 32px/1 dashicons;
    	content: "\f333";
    	position: relative;
    	top: 20px;
    	left: calc(100% - 55px);
    	font-size: 42px;
		display:block;
	}
	*/
	.exhibit-featured { width: initial; }
	#mc_embed_signup {background:transparent !important}
}

.postid-6049 h2, .postid-6049 .entry a {color:#336699;}
span.collapseomatic {
	display:block;
	margin-bottom:5px;
	margin-left: 20px;
}
.collapseomatic_content {
    padding: 0px 10px 20px;
}