/* FONTS */

@font-face {
    font-family: 'diplomaregular';
    src: url('fonts/diploma-webfont.eot');
    src: url('fonts/diploma-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/diploma-webfont.woff') format('woff'),
         url('fonts/diploma-webfont.ttf') format('truetype'),
         url('fonts/diploma-webfont.svg#diplomaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);


/* UNIVERSAL STYLES */

html {
	margin-top: 0px !important;
}
body {
	font-family: 'Lato', sans-serif;
}

a {
	color: orangered
}
h1, h1 a {
    font-family: Oswald, serif;
    color: orangered;
    font-size: 1.75rem;
    padding-bottom: .75rem;
    font-weight: normal;
    text-decoration: none !important

}
.no-repeat {
	background-repeat: no-repeat !important;
}
body.custom-background {
	background-image: none !important;
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #97BC3E;
}
body.fixed #branding {
	position: absolute;
	z-index: 100;
	overflow: visible;
}
body.fixed #branding.shadow-container {
	border-width: 0px;
	-webkit-border-image: none;
	-moz-border-image: none;
	-o-border-image: none;
	border-image: none;
	border-image-width: 0px;
	border-style: none;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 15px rgba(114, 114, 0, .75);
    position: fixed;
    top: 0px
}
body.fixed #branding .branding-container {
	overflow: visible
}



body.page .entry-content h1 a {
	padding-bottom: 5px;
}
.entry-content h1 a:hover {
	text-decoration: underline;
}

h2.article-title {
	position: absolute;
	top: 50px;
}
article#maps h2.article-title {
	color: white !important;
}
body.page-id-1827 article#about h2.article-title {
	display: none;
}
#site-copyright, #site-copyright a, footer h1#site-generator, #site-generator, #site-generator a {
color: #fff;
font-size: 14px;
font-weight: bold;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#preloader, .preloader {
	z-index: 999999;
	background-color: #f93a48;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 58, 72)),to(rgb(248, 236, 36)));
	background-image: -webkit-linear-gradient(top, rgb(249, 58, 72), rgb(248, 236, 36));
	background-image: -moz-linear-gradient(top, rgb(249, 58, 72), rgb(248, 236, 36));
	background-image: -o-linear-gradient(top, rgb(249, 58, 72), rgb(248, 236, 36));
	background-image: -ms-linear-gradient(top, rgb(249, 58, 72), rgb(248, 236, 36));
	background-image: linear-gradient(top, rgb(249, 58, 72), rgb(248, 236, 36));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f93a48', EndColorStr='#f8ec24');
	position: absolute;
	top: 0 !important;
	bottom: 0;
	right: 0;
	left: 0;
}
#preloader div, .preloader div {
	position: absolute;
	z-index: 999;
	top: 200px;
	left: 50%;
	margin-left: -150px;
	text-align: center;
	background: transparent;
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
#preloader div, .preloader div {
	font-family: 'diplomaregular';
	font-size: 180px;
	color: yellow;
	text-align: center;
    width: 300px;
    height: 300px;
    background: transparent;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}



@media only screen and (min-device-width : 1224px) {
	
 .content-container {
	min-height: 100vh
}
.home .content-container, .blog .page-template-page-projects {
	min-height: 1px
}
	
}

/* HEADER STYLES */


header#branding {
	border-width: 0px;
	-webkit-border-image: none;
	-moz-border-image: none;
	-o-border-image: none;
	border-image: none;
	border-image-width: 0px;
	border-style: none;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .5);
	position: absolute;
	z-index: 100;
	overflow: visible;
	width: 100%;
}

nav {
  float: right
}
.nav-toggle {
	float: right;
	cursor: pointer;
}

.show-nav .nav-toggle {
	display:none;
}
.nav-toggle a:hover, .nav-toggle a:hover span {
	color: #ED4656;
	text-decoration: none
}
 .nav-toggle span {
	height: 50px;
	line-height: 50px;
	padding-right: 25px;
	color: white;
	font-weight: bold;
}
//.nav-toggle::before {
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 100%;
	margin-left: .202em;
	font-weight: normal;
	line-height: 1em;
	width: 1em;
	text-align: right;
	content: "\f0c9";
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 1em;
	margin-left: 0;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
	text-shadow: 0 0 1em rgba(79, 85, 88, 0.6);
	color: #ffffff;
}

nav#access {
	clear: both;
	width: 240px;
	right: -240px;
	position: fixed;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 99999;
	background: #F97D45;
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
/*

	-webkit-transition: right ease 0.4s;
	-moz-transition: right ease 0.4s;
	-ms-transition: right ease 0.4s;
	-o-transition: right ease 0.4s;
	transition: right ease 0.4s;
*/

}
nav#access::after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.show-nav nav#access {
	right: 0;
}
.show-nav #wrapper {
	width: auto;
	margin-left: -240px
}
nav#access .nav-close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 9999;
}
nav#access .nav-close::after {
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 100%;
	margin-left: .202em;
	font-weight: normal;
	line-height: 1em;
	width: 1em;
	text-align: right;
	content: "\f00d";
	height: 3.631em;
	width: 3.631em;
	text-align: center;
	line-height: 3.631;
	font-size: 1em;
	margin-left: 0;
	color: #edffff;
}
nav#access .nav-close span {
	display: none
}
nav#access ul {
	display: block;
	text-align: left
}
nav#access ul.menu {
	margin-top: 60px
}
nav#access ul.menu li {
	display: block;
	float: none;
	margin-left: 0
}
nav#access ul.menu li a{
	color: white;
	margin: 0;
	padding: 10px 30px;
}
nav#access ul.menu li a:hover, nav#access ul.menu li.current_page_item a {
	background: #ED4656;
	
}
nav#access ul.menu li.nav-social a {
	background: #EF694D;
	padding: 10px 45px;	
}


nav#access ul ul {
background: transparent; 
padding: 0;
position: static; 
display: block
}
nav#access ul.menu li [class^="icon-"] {
	margin-left: 20px
}




nav#page.stuck {
    position: fixed !important;
    top: 0;
}
.sticky-navigation.stuck {
    position: fixed !important;
    top: 0;
}
body.fixed #branding .shadow-background {
	background-color: #97bc3e;
}
#branding #site-title {
    float: none;
    width: auto;
}
body.fixed #branding .branding-container {
	height: 50px;
	padding: 0;
	width: 100%;
}
body.home .content header {
	display: none;
}
#branding h1 a {
	text-indent: -9999px;
	width: 160px;
	height: 40px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: url(images/logoSM.png) no-repeat transparent;
	position: fixed;
	left: 20px;
	background-position: center center;
}
#branding #site-title {
float: left;
width: auto;
}
/*#wrapper nav#access ul {
	text-indent: inherit
}
#wrapper nav#access ul.menu li {
	padding: 0 .5em;
	margin-left: 0;
	position: relative;
}
#wrapper nav#access ul.menu li.current-menu-item, #wrapper nav#access ul.menu li.current-menu-item a {
	text-decoration: underline;
	font-weight: bold;
}

#wrapper nav#access ul.menu li.menu-item-2496:hover, #wrapper nav#access ul.menu li.menu-item-2496:hover a {
	color: #97BC3E;
	background-color: white
}

.parent-pageid-1384 nav#access ul li#menu-item-2496, .parent-pageid-1384 nav#access ul li#menu-item-2496 a  {
	color: #97BC3E;
	background-color: white
}
.parent-pageid-1384 nav#access ul ul li a {
display: block;
color: #97BC3E;
text-decoration: none;
font-weight: normal;
padding: 0;
}
nav#access ul ul {
	left: 0;
}
nav#access li.menu-item-1939 ul li:hover a {
	text-decoration: underline !important;
}
nav#access ul li a {
display: block;
color: white;
text-decoration: none;
font-weight: normal;
}
nav#access ul li:hover > ul {
	display: block;
	background: white;
	color: #666;
}
nav#access li:hover a {
	text-decoration: underline;
}
nav#access li.menu-item-1939:hover {
	background-color: white;
}
nav#access li.menu-item-1939:hover a {
	background-color: white;
	text-decoration: none;
	color: #666;
} */
nav#page {
	z-index: 2;
	padding-top: 100px;
	background: transparent
}
#splash-link {
	display: none;
}

nav#page ol, nav#page ul {
	list-style-position: inside;
	margin: 0 0 1.6em 0;
	padding-left: 0;
	padding: 0 5px 0 10px;
	text-indent: -1em;
}
nav#page:after {
	content: "";
	display: block;
	margin-bottom: -15px;
	width: 0;
	height: 0;

}

nav#page li > a {
	width: 10px;
	height: 10px;
	background: transparent 0 100% no-repeat;
	background: rgba(255, 255, 255, .5) !important;
	border: 1px solid black;
	text-indent: -9000px;
	overflow: hidden;
	border-radius: 8px;
	display: block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;

}
nav#page h6::before {
	color: black;
	z-index: 9999;
}
nav#page h6 {
	background-color: black
}


nav ul ul li {
float: none !important;
display: block !important;
margin-left: 0 !important;
}


/* HOME STYLES 
*/


body.home .content section, body.home .content section .entry-content, body.home .page section .entry-content {
	float: none;
	width: 75% !important;
	max-width: 900px !important;
	margin: auto
}
body.home #branding.shadow-container { 
	//margin-top: 100vh;
}
body.home .content:last-of-type .shadow-container {
	border-width: 10px 0px 10px;
	border-image-width: 10px 0px 0px;
}


article#home h2 {
	width: 100%;
	font-size: 18px;
}
article#home .entry-content {
	background-color: transparent;
	padding: 0;
	border: 0;
	width: auto;
	margin: auto;
	float: none;
	overflow: visible;
	width: calc(75% + 80px) !important;
	max-width: calc(700px + 80px) !important;
	outline: none !important
}

article#home aside.homeBits {
	background-color: white;
	padding: 20px 40px;
	/*border: 5px solid black;*/
	outline: 15px solid RGBA(0,0,0,.5);
	margin: auto;
	float: none;
	overflow: auto;
	margin-top: 100px;
	position: relative;
	z-index: 999;
}
article#home aside.homeBits:first-child {
	margin-top: 0px;
}
span.dottedLine {
	display: block;
	position: absolute;
	border-right: 4px dotted black;
	top: 0;
	bottom: 0;
	margin-left: 50%;
	z-index: 2;
}

article#home {
	background-color: #f93a48;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 58, 72)),to(rgb(248, 236, 36)));
	background-image: -webkit-linear-gradient(top, rgb(249, 58, 72), rgb(248, 236, 36));
	background-image: -moz-linear-gradient(top, rgb(249, 58, 72), rgb(248, 236, 36));
	background-image: -o-linear-gradient(top, rgb(249, 58, 72), rgb(248, 236, 36));
	background-image: -ms-linear-gradient(top, rgb(249, 58, 72), rgb(248, 236, 36));
	background-image: linear-gradient(top, rgb(249, 58, 72), rgb(248, 236, 36));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f93a48', EndColorStr='#f8ec24');
}

.hasjs article#home .content-container {
	opacity: 1 !important
}

article#home h1 {
	//display: none;
}

article#home .homeTop {
	border-bottom: 4px solid black;
 	margin-bottom: 4px;
 	float: left;
 	padding-bottom: 10px;
}
article#home .homeTop h2 {
	 clear: both; 
	 float: left; 
	 display: block; 
	 width: 30%;  
	 font-family: 'Open Sans Condensed', sans-serif; 
	 font-size: 1.5em; 
	 font-size: 18px;
	 font-style: italic;
	 font-weight: bold;
	 vertical-align: bottom;
}
article#home .homeTop h2 span {
	background: url(images/logo-tiny.png) no-repeat;
	width: 151px;
	height: 40px;
	display: inline-block;
	zoom: 1;
    *display: inline;
	text-indent: -9999px;
	margin-right: 10px;
}

article#projects {
	display: none;
}
section.left h1.entry-title a {
	color: black;
	/font-size: 1.75em;
}
article#splash section.left h1.entry-title a {
	display: none;
}
section.left h2 {
	color: black;
	font-size: 1.25em;
	padding-bottom: 20px;
}
#advanced-recent-posts-2, #advanced-recent-posts-3 {
	font-size: inherit;
}
aside.homeBits h3 {
	font-size: 1.6em;
}
aside.homeBits ul li {
	margin: 3px 0;
	padding: 3px 0;
}
aside.homeBits .advanced_recent_posts_widget .post-title, .textwidget {
font-size: 1em;
}
.widget img, aside#text-2 ul li div, aside#text-3 ul li div {
	display: none;
}
#wrapper aside.homeBits ul {
	margin: 0;
	padding-left: 0;
	text-indent: 0;
}
.advanced_recent_posts_widget .more-link {
	padding-left: 5px;
	color: #0084B4;
	font-size: .9em;
	font-style: italic;
}
.advanced_recent_posts_widget .post-entry p {
	display: inline;
}
.widget {
display: block;
float: left;
width: 100%;
}
#text-2, #text-3 {
padding-right: 0;
margin-right: 0;
border-right: 0;
padding-left: 2%;
border-left: 1px dotted black;
float: right;
}

#yikes_easy_mc_widget-2{
	clear: both;
	width: 100% !important;
	padding-top: 20px;
	border-top: 1px dotted black;
	margin-top: 20px;
	text-align: center;
}
#yikes-mailchimp-container-1 {
	padding-left: 0;
	padding-bottom: 0
}

@media only screen and (min-width : 768px) {
	.widget {
		display: block;
		float: left;
		width: 47.5%;
	}
}
	
@media only screen and (min-device-width : 768px) {


}


/* ABOUT STYLES */

article#about {
	background-image: url(graphics/about.jpg);
	background-size: cover;
}
article#about .content-container {
	background-size: 100%;
}
article#about .content-container .overlay
{
	background-size: 100%;
}
article#about footer.entry-meta {
	display: none
}
body.home article#about {
	min-height: 1200px;
	background-image: url(graphics/about.jpg);
	background-size: cover;
}


/* RECENT PROJECT STYLES */

.home article#the-banana-hotline .content-container, .page-child article#the-banana-hotline .content-container {
	background-size: 100%;
}
.home article#the-banana-hotline .content-container .overlay, .page-child article#the-banana-hotline .content-container .overlay
{
	background-size: 100%;
}
.home article#the-banana-hotline footer.entry-meta, .page-child article#the-banana-hotline footer.entry-meta {
	display: none
}
.home article#the-banana-hotline .entry-content, .page-child article#the-banana-hotline .entry-content {
	width: 450px;
	float: left;
}



/* SPLASH STYLES */

article#splash, article#splash .content-container {
	z-index: 1;
	height: 500px; 
	width: 100%;
}



article#splash .content-container, 
article#splash .content-container section, 
article#about .content-container, 
article#contact .content-container, 
article#splash .overlay.shadow-container
 {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	-webkit-background-size: 200% !important;
	background-size: 200% !important;
}
article#splash section .entry-content {
	width: 70%;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	overflow: hidden;
	max-width: 70%;
	text-align: center;
}
article#splash section .entry-content img {
	width: 100%;
	height: auto;
}
article#splash h1.big {
	font-family: 'diplomaregular';
	font-size: 80px;
	line-height: 80px;
	color: yellow;
	color: #e5e500;
	text-align: center;
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	text-shadow: 2px 2px 10px #333;
	text-shadow: 2px 2px 5px #727200
}


@media only screen and (min-device-width : 767px) {
	article#splash div.overlay.no-repeat.shadow-container {
		background-image: url(http://fallenfruit.org/wp-content/uploads/2013/02/BANANA2.png);
		-webkit-background-size: auto 550px;
		opacity: 1;
		background-position: 60% 150px;
		background-size: 150% !important
	}
}

@media only screen and (min-device-width : 768px) {
	article#splash h1.big {
		font-size: 180px;
		line-height: 180px;
	}
	article#splash, article#splash .content-container {
		z-index: 1;
		height: 1000px; 
		width: 100%;
	}
	article#splash .content-container, 
	article#splash .content-container section, 
	article#about .content-container, 
	article#contact .content-container, 
	article#splash .overlay.shadow-container
	 {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		-webkit-background-size: auto auto !important;
		background-size: auto !important;
	}
}

@media only screen and (min-device-width : 1224px) {
	article#splash h1.big {
		line-height: 1.4em !important
	}
	.cssvminunit.cssvmaxunit.cssvhunit.cssvwunit article#splash, .cssvminunit.cssvmaxunit.cssvhunit.cssvwunit article#splash .content-container {
		height: 100vh; 
		width: 100vw;
	}
.cssvminunit.cssvmaxunit.cssvhunit.cssvwunit article#splash .content-container, 
.cssvminunit.cssvmaxunit.cssvhunit.cssvwunit article#about .content-container, 
.cssvminunit.cssvmaxunit.cssvhunit.cssvwunit article#contact .content-container, 
.cssvminunit.cssvmaxunit.cssvhunit.cssvwunit article#splash .overlay.shadow-container,
.cssvminunit.cssvmaxunit.cssvhunit.cssvwunit article#splash section
 {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
} 



/* PROJECT STYLES */

.page-id-1346 .content .overlay, .parent-pageid-1346 .content .overlay {
	background-image: url(/wp-content/uploads/2012/05/utah-e1361675303911.png);
}
.page-id-1346 .content .content-container, .parent-pageid-1346 .content .content-container {
	background-image:url(/wp-content/uploads/2012/05/utah2-e1361675272306.png);
	background-repeat: repeat;
	padding-bottom: 40px;
}
/*.page-id-1346 .content .content-container.no-repeat, .parent-pageid-1346 .content .content-container.no-repeat {
	background-image:url(/wp-content/uploads/2012/05/utah2-e1361675272306.png);
	background-repeat: no-repeat;
}*/
.parent-pageid-1346 .even, .page-id-1346 .even {
	background-color: #5177BB;
}
.parent-pageid-1346 .even h1 a, .page-id-1346 .even h1 a {
	color: #5177BB !important;
}
.parent-pageid-1346 .odd, .page-id-1346 .odd {
	background-color: #f49ac1;
}
.parent-pageid-1346 .odd h1 a, .page-id-1346 .odd h1 a {
	color: #f49ac1 !important;
}



/* NEWS STYLES */

.blog .content .overlay, .single .content .overlay {
	background-image: url(/wp-content/uploads/2013/02/lacma1.png);
}
.blog .content .content-container, .single .content .content-container {
	background-image:url(/wp-content/uploads/2013/02/lacma2.png);
	background-repeat: repeat
}

.blog .even, .single .even {
	background-color: #b4e8ef;
}

.blog .odd, .single .odd {
	background-color: #f1e49d;
}
.blog .entry-content h1 a, .single .entry-content h1 a {
	color: #006633 !important;
}
.single .content {
	height: 100%;
	padding-bottom: 0;
}
nav#single .nav-previous, nav#single .nav-next {
	background-color: yellow;
	padding: 5px 10px;
	border-radius: 20px;
}
nav#single .nav-previous a, nav#single .nav-next a {
	color: black;
	font-weight: bold;
}
nav#single {
	width: 900px;
}

/* MEDIA STYLES */

.page-id-1384 .content .overlay {
	background-image: url(/wp-content/uploads/2011/06/hawaii-one.png);
}
.page-id-1384 .content .content-container {
	background-image:url(/wp-content/uploads/2011/06/hawaii-two.png);
}
.page-id-1384 .even {
	background-color: #F8EC24;
}

.page-id-1384 .odd {
	background-color: #F93A48;
}
.page-id-1384 .entry-content h1 a {
	color: #006633 !important;
}
article#media {
	display: none;
}
article#documents, article#press, article#audio, article#video {
	background-color: #F93A48;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F93A48),to(#F8EC24));
	background-image: -webkit-linear-gradient(top, #F93A48, #F8EC24);
	background-image: -moz-linear-gradient(top, #F93A48, #F8EC24);
	background-image: -o-linear-gradient(top, #F93A48, #F8EC24);
	background-image: -ms-linear-gradient(top, #F93A48, #F8EC24);
	background-image: linear-gradient(top, #F93A48, #F8EC24);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f93a48', EndColorStr='#f8ec24');
}

/* POST PAGE STYLES */

.content header, footer.entry-meta, 
.content .entry-summary, .content .entry-content {
	float: left;
	clear: both;
}
.content header, .content .entry-summary, 
.content .entry-content, .content .edit-link, 
footer.entry-meta {
	position: relative;
	left: 0;
	width: 75%;
	max-width: 450px;
	z-index: 1000;
}
footer.entry-meta {
	outline: 15px solid RGBA(0,0,0,.5);
    background: RGBA(0,0,0,.5);
    padding: 20px 40px;
    color: orange
}
footer.entry-meta a {
	color: white	
}
.content section, .page section {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	width: 75%;
	overflow: hidden;
	padding-bottom: 80px;
	padding-left: 15px

}
.content section .entry-content, .page section .entry-content {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
	background: white;
	background-color: white;
	padding: 20px 40px;
	/* border: 5px solid black; */
	outline: 15px solid RGBA(0,0,0,.5);
	overflow: auto;
	position: relative;
	left: 0;
	width: 75%;
	max-width: 450px;
	z-index: 1000;
	float: left;
	clear: both;
}
.content section.full .entry-content, .page section.full .entry-content {
	width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
}
.page section #gallery-1 .gallery-item {
    float: none;
    margin-top: 10px;
    text-align: center;
    width: auto;
}

@media only screen and (min-width : 768px) {
	.content section .entry-content, .page section .entry-content {
		padding-bottom: 40px
	}
	.page section #gallery-1 .gallery-item {
	    float: left;
	    margin-top: 10px;
	    text-align: center;
	    width: 33%;
	}
}

/* VIDEO STYLES */

#video.content section.full .entry-content {
	width: 100%;
	padding: 0;
	border: 0;
	background-color: transparent
}
#video.content section.full .entry-content article.video-content{
	background-color: white;
	padding: 20px 40px;
	border: 5px solid black;
	margin-bottom: 50px
}
#video.content section.full .entry-content article.video-content header {
	margin-top: 0;
}
#video.content section.full .entry-content article.video-content header h1 {
	font-size: 1.5em
}

/* MAPS STYLES */

.post-type-archive-map #wrapper {
	background-image: url(graphics/sidewalk.jpg);
	background-size: 100%;
}
.post-type-archive-map section#maps {
	width: 100%;
	max-width: 900px;
	overflow: hidden;
	margin: auto;
	padding-top: 100px;
	margin-bottom: 200px
}

.post-type-archive-map section#maps .content-container.maps {
	width: 46% !important;
	width: calc(48% - 10px) !important;
	float: left;
	background-color: white;
	margin: 1%;
	min-height: 0px;
	border: 5px solid black;
	
}

.post-type-archive-map section#maps .content-container.maps article {
	text-align: center
}
.post-type-archive-map section#maps .content-container.maps article > a {
	display: block;
	width: 90%;
	margin: auto;
	height: auto;
	margin-top: 5%
}
.post-type-archive-map section#maps .content-container.maps article header {
	width: auto;
	margin-top: 0px;
	z-index: 1;
	padding: 5%;
}

.post-type-archive-map section#maps .content-container.maps article img {
	width: 100%;
	margin: auto;
	height: auto
}
.post-type-archive-map section#maps .content-container.maps article img {
border: solid 0px transparent;
-webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0) inset;
   -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0) inset;
		box-shadow:0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0) inset;
}
.post-type-archive-map section#maps .content-container.maps article img:hover {
border: solid 0px transparent;
-webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0) inset;
   -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0) inset;
		box-shadow:0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0) inset;
}
.post-type-archive-map section#maps .content-container.maps article > a {
border: solid 1px #999;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
   -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
		box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
}
.post-type-archive-map section#maps .content-container.maps article > a:hover {
border: solid 1px #666;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
   -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
		box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
}

.home article#maps .entry-content #recent_map img {
	max-width: 100%;
	height: auto;
}
.home article#maps h2, .home article#maps h1.entry-title, .page-id-1827 article#maps h3, .page-id-1827 article#maps .moreLink {
	display: none
}
.page-id-1827 article#maps h2 {
	padding-bottom: 0;
	line-height: 40px;
	padding-left: 20px;
	display: inline-block;
}
article#maps {
	background-image: url(graphics/sidewalk.jpg);
	background-size: 100%;
	background-repeat: repeat
}
article#maps .content-container {
	background-size: 100%;
}
article#maps .content-container .overlay
{
	background-size: 100%;
}
.page-id-1827 article#maps .entry-content {
	position: fixed;
	height: 60%;
	height: 450px;
	top: 0;
	margin-top: 140px !important;
	width: 75%;
	margin-left: 10%;
	padding: 1% 2.5%;
}
.page-id-1827 article#maps h1.entry-title, .page-id-1827 article#maps #mapHeader {
	height: 40px;
	float: left;
	line-height: 40px;
}
.page-id-1827 article#maps #mapSlide {
	height: 100%;
	clear: both;
	height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    float: left;
	margin-right: -32767px;
}
.home article#maps #mapSlide {
	display: none;
}
article#maps #mapSlide p {
	display: inline-block;
	width: auto;
	height: 100%;
}
.page-id-1827 #recent_map {
	display: none;
}


.post-type-archive-map div.content-container.testing.no-repeat.has-background {
	background-image: url(http://fallenfruit.org/wp-content/uploads/2012/08/mountain-apple-one1.png);
	opacity: 1;
	background-size: 100%;
}
/* .post-type-archive-map div.overlay.no-repeat.shadow-container {
	background-image: url(http://fallenfruit.org/wp-content/uploads/2012/08/mountain-apple-two1.png);
	opacity: 1;
	background-size: 100%;
	display: block;
	position:absolute;
	height:auto;
	bottom:0;
	top:0;
	left:0;
	right:0;
	width: 100%;
} */



@media only screen and (min-width : 768px) {
	.post-type-archive-map section#maps .content-container.maps {
		width: 23% !important;
		width: calc(23% - 10px) !important;
	
	}
}



/*** MAPS - SINGLE ***/

body.page-template-page-uft, body.single-map {
	overflow: visible;
	height:100%;
}
#map-city .entry-content {
	width: calc(100% - 50px);
	overflow: hidden;
	padding: 20px !important
}

#map-city, #page-home #wrapper #the-endless-orchard {
	margin-top: 0px;
	background: url(http://endlessorchard.code.rodeo/wp-content/themes/urban-fruit-trails/images/grass.jpg) repeat center center;
    background-size: 20%; 
	}

.content #map-city .overlay {
	background:none !important;
}
 
#map-city article .content section {
	width: 80%;
	padding-bottom: 25%;
	overflow: hidden;
	margin: auto
}
#urban-fruit-trails div#map-city.content-container {
	background: url(http://186.9f8.myftpupload.com/wp-content/uploads/2015/01/rainbow-bg.jpg) no-repeat center center fixed !important; 
	background-size: cover !important
}


#map-city header {
	margin-top: 100px;
	text-align: center;
	width: 100%;
	position: static;
	max-width: 100%;
	display: block
}
#map-city header h1, #map-city header h1 a{
  font-family: Oswald, serif;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  font-family: "cooper-black-std",sans-serif;
  color: white
}


.urban-fruit-trails #map-city header h1, #urban-fruit-trails #map-city header h1 a{
  color: white;
   -webkit-text-stroke: 1px black;
  text-shadow:
    3px 3px 0 #000,
   -1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;
   font-family: Oswald, serif;
  font-weight: bold;
  text-transform: uppercase;
}

.content #map-city section {
	width:95% !important;
	max-width: none !important;
}

.content #map-city section .entry-content {
	margin-top: 0px !important;
	width: 98% !important;
	max-width: 98% !important;
	padding:0 !important;
}


#map-city #map-container {
	float:left;
	width: 100%;
	background: url(/wp-content/themes/FallenFruit/graphics/mapbg.jpg) no-repeat 50% 50%;
	background-size: cover;
	/* border-right: 4px solid #000; */
	margin:15px;
	border:1px solid #ccc;
}
		
#map-city #map-canvas {
	height: 0;
	width: 100%;
	padding-top: 60%;
	z-index: 1
}

#map-city .map-extras {
	float:right;
	width: 100%;
	position: relative
}
#map-city .map-extras > a {
	width: calc(50% - 20px);
	margin-top: -110px;
	float: right
}
#map-city .map-extras #getDirections {
	display:block;
	padding:15px 10px;
	background-color:#eee;
	margin:0;
	width: calc(50% - 20px);
	float: left
}

#getDirections input[type="text"] {
	display:block;
	margin-bottom:8px;
	width: 100%;
	box-sizing: border-box;
}

#getDirections label {
	font-weight: bold;
}

#map-city .map-extras #directions-panel {
	overflow: auto;
	padding:0 10px;
	max-height: 350px;
	z-index: 5;
	background-color:#eee;
	margin-right:15px;
	width: calc(50% - 20px);
	float: left
}

.map-extras .cboxElement img {
  width: calc(100% - 17px);
  height: auto;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

#map-city .infobox_content {
	max-width:350px;
	font-size: 18px;
	color: red;
	display: none !important
}

#map-city .infobox_content img {
	max-width:320px;
	display:block;			
}
#map-city .overlay-uft{
	width: 100%;
	height: 0;
	padding-top: 25%;
	background-size: cover;
	position: absolute;
	bottom: 0;
}

nav#panel-nav {
    width: 100%;
    text-align: right;
    color: black;
    text-decoration: none;
    display: inline-block;
    margin: 8px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3
    
}
#side_menu {
    position: absolute;
    right: -230px;
    top: 0;
    bottom: 0;
    background: white;
    padding: 10px;
    z-index: 2;
    padding-top: 50px

}
#side_menu.selected {
    right: 0
}


@media only screen and (min-width : 769px) {
	
	#map-city #map-container {
		float:left;
		width: calc(100% - 312px);
	}
	#map-city .map-extras {
		float:right;
		width: 276px;
	}
	#map-city .map-extras #getDirections {
		padding:15px 10px;
		margin:15px 15px 0 0;
		width: 100%;
		width: calc(100% - 35px);
	}
	#map-city .map-extras #directions-panel {
		width: calc(100% - 35px);
	}
	#map-city .map-extras > a {
		width: auto;
		float: none;
		position: static	
	}
}








/*** POIs ***/

.ib_content h1 {
	color: #0185d0;
	font-family: 'diplomaregular';
	font-size: 2em;
}

.ib_content span {
	display: block;
	font-weight: bold
}
.ib_content span span {
	display: inline;
	font-weight: normal
}





/* FRIENDS STYLES */

article#friends header {
	display: none;
}
article#friends h2 {
font-size: 2em;
font-weight: bold;
}
article#friends {
	background-color: #fcfced;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#faae7d),to(#fcfced));
	background-image: -webkit-linear-gradient(top, #faae7d, #fcfced);
	background-image: -moz-linear-gradient(top, #faae7d, #fcfced);
	background-image: -o-linear-gradient(top, #faae7d, #fcfced);
	background-image: -ms-linear-gradient(top, #faae7d, #fcfced);
	background-image: linear-gradient(top, #faae7d, #fcfced);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#faae7d', EndColorStr='#fcfced');
}

/* CONTACT STYLES */

#lbp-inline-href-1 a.emailLink {
	font-family: 'diplomaregular';
	font-size: 80px;
	color: yellow;
	text-align: center;
	display: block;
	text-shadow: 2px 2px 10px #333;
	padding-top: 20%;
}
#lbp-inline-href-1 {
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2010/01/IMG_6204jam.jpg) no-repeat;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* POSTS NAV */

#navPostsWrap {
	width: 100%;
	height: 100%;
	display: block;
	background: white;
	padding: 3em auto 1em;
	padding: 20px 0;
}
nav#posts {
	width: 900px;
	display: block;
	overflow: hidden;
	margin: auto;
}

/* IMAGES PAGE */

#images .ngg-gallery-thumbnail span {
	display: none;
}
img#lightbox-image {
	width: 80% !important;
	height: auto !important;
}


/* MAIL CHIMP */

aside#mc4wp_widget-2 {
	clear: both;
	width: 100%;
	padding-top: 20px;
}
aside#mc4wp_widget-2 h3 {
	text-align: center
}
aside#mc4wp_widget-2 p {
	padding-top: 10px;
	text-align: center;
}

aside#mc4wp_widget-2 p input#mc4wp_email {
	width: 50%
}






#urban-fruit-trails .content-container, #urban-fruit-trails .overlay {
	background-image: none
}






/* FOOTER */

footer#footer {
	width: 100%;
	background-color: black;
	margin-top: -60px;
	position: relative;
}
	footer#footer > * {
		width: 100%;
	}

@media only screen and (min-width : 768px) {
	
	footer#footer {
		margin-top: -30px;	
	}
	footer#footer > * {
		width: auto;
	}
}




.home #urban-fruit-trails .overlay {
	//background-image: url(/wp-content/uploads/2012/05/utah-e1361675303911.png);
}










