/* @override 
  http://redrockcanyonopenspace.org/dev/wp-content/themes/RedRocks/style.css */

/*   
Theme Name: Red Rocks Canyon
Theme URI: http://friendsofredrockcanyon.com
Description: Created by the Design Rangers in Colorado Springs, CO
Author: the Design Rangers team
Author URI: http://designrangers.com
Version: 1.0
*/
/* HTML5 display definitions ===================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* Base CSS reset ===================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html { overflow-x: hidden;overflow-y: scroll; }
body { line-height: 1; }

ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
strong { font-weight:400; }
img, object, embed { border: 0px; vertical-align: middle; -ms-interpolation-mode: bicubic; max-width: 100%; }
svg:not(:root) { overflow: hidden; }

table { border-spacing: 0;border-collapse: collapse;}
th { vertical-align: bottom;font-weight: bold;}
td { vertical-align: top;font-weight: normal;}

button, input, input[type="button"], input[type="reset"], input[type="submit"] { line-height: 1; cursor: pointer; *overflow: visible; }
button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
input:invalid, textarea:invalid { background-color: red; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

i {display: block;}

/* Clear Floats ===================================== */
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}

/* Fun Starts Here ===================================== */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

a { color: #49711a; text-decoration: none; }
a:visited { color: #49711a; }
a:hover { color: #6d8d48; }
a:hover, a:active, a:focus { outline: none; }

hr {display: block; margin: 1em 0; padding: 0; height: 1px; border: 0; border-top: 1px solid #ccc;}

/* == LETS DO THIS =================================  */
/* Default Styles
*********************************/ 
html {
  height: 100%;
  background: #f3ebe3;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;  
}

body {
  padding: 0;
  width: 100%;
  height:auto;
  color: #572113;
  font: normal 100% "Book Antiqua", serif;
}

h1 { font-weight: 700; font-size: 40px; font-family: "purista-web", sans-serif; }

h2, h3, h4, h5, h6 { color: #93391f; font-weight: 600; font-family: "purista-web", sans-serif; }

h2 { font-size: 22px; }

h3 { color: #e7d6c4; }

h4 { color: #572113; font-weight: 400; font-size: 18px; }

h5 { font-size: 18px; }

h6 { color: #572113; font-size: 14px; }

h6.bold { font-weight: 700; margin-bottom: 2px;}

p { font-weight: 400; font-size: 16px; }

/* Grid System
*********************************/
.container { margin: 0 auto; width: 960px; position: relative;}
.row{margin-left:0;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;}
.row:after{clear:both;}
[class*="span"]{float:left;margin-left:0;min-height:1px;}
.span12{width:960px;}
.span11{width:880px;}
.span10{width:800px;}
.span9{width:720px;}
.span8{width:640px;}
.span7{width:560px;}
.span6{width:480px;}
.span5{width:400px;}
.span4{width:320px;}
.span3{width:240px;}
.span2{width:160px;}
.span1{width:80px;}
.offset12{margin-left:960px;}
.offset11{margin-left:880px;}
.offset10{margin-left:800px;}
.offset9{margin-left:720px;}
.offset8{margin-left:640px;}
.offset7{margin-left:560px;}
.offset6{margin-left:480px;}
.offset5{margin-left:400px;}
.offset4{margin-left:320px;}
.offset3{margin-left:240px;}
.offset2{margin-left:160px;}
.offset1{margin-left:80px;}

/* == Homepage =================================  */
/* Header
*********************************/ 
.header-container {
	z-index: 500;
}
header {
  position: absolute;
  top: 0;
  text-align: center;
}

.navingation_top-menu ul li.main-logo a {
  display: block;
  float: left;
  margin-left: -3px;
  width: 249px;
  height: 91px;
  border: 0;
  background: url(img/Logo_RedRock_01.png);
  color: transparent;
  text-shadow: none;
  font: 0/0 a;
  cursor: pointer;
}

.navingation_top-menu ul {
  margin-left: 12px;
}
#menu-top-menu-left li, #menu-top-menu-right li {
   position: relative;
   float: left;
}

#menu-top-menu-left a, #menu-top-menu-right a {
  position: relative;
  display: inline-block;
  margin-left: -3px;
  padding: 10px 18px;
  border: 3px solid #562113;
  background: #93391f;
  color: #e7d6c4;
  text-transform: uppercase;
  white-space: 0;
  font-weight: 600;
  font-weight: 600;
  font-size: 17px;
  font-family: "purista-web", sans-serif;
  zoom: 1;
}
#menu-top-menu-left li:hover a, #menu-top-menu-left a:hover, #menu-top-menu-right li:hover a, #menu-top-menu-right a:hover { background:#742913; }

#menu-top-menu-left .sub-menu-container, #menu-top-menu-right .sub-menu-container {
  position: absolute;
  display: none;
  width: 200px;
}
#menu-top-menu-left .sub-menu-container.open, #menu-top-menu-right .sub-menu-container.open {
  display: block;
  padding-top: 12px;
}
#menu-top-menu-left .sub-menu-container .sub-menu, #menu-top-menu-right .sub-menu-container .sub-menu  {
  border-right: 1px solid #562113;
  border-left: 1px solid #562113;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px 4px 5px rgba(0, 0, 0, 0.5);
  box-shadow:         0px 4px 5px rgba(0, 0, 0, 0.5);
}
#menu-top-menu-left .arrow, #menu-top-menu-right .arrow {
  position: absolute;
  left: 0px;
  z-index: 100;
  width: 100%;
  background: url("img/subnav_arrow.png") center 0 no-repeat;
}
#menu-top-menu-left .sub-menu li, #menu-top-menu-right .sub-menu li {
  float: none;
  border-bottom: 1px solid #602312;
}
#menu-top-menu-left .sub-menu li a, #menu-top-menu-right .sub-menu li a {
  display: block;
  margin-left: 0;
  border: none;
  background-color: #742913;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
#menu-top-menu-left .sub-menu li a:hover, #menu-top-menu-right .sub-menu li a:hover {
  background-color: #602312;
}
.navingation_top-menu ul li.navigation_item a {
  display: block;
  float: left;
  margin-left: -3px;
  padding: 10px 19px;
  border: 3px solid #562113;
  background: #93391f;
  color: #e7d6c4;
  text-transform: uppercase;
  white-space: 0;
  font-weight: 600;
  font-size: 17px;
}

.navingation_top-menu ul li.navigation_item a:hover { background:#742913; color:#bf9c77; }

/* Thumbnail Short Navigation
*********************************/ 
.homepage_short-links {
  margin-bottom: 50px;
  padding: 35px 0;
  background: #572214;
}

.homepage_short-links ul li {
  float: left;
}

.homepage_short-links ul li a {
  display: block;
  width: 307px;
  height: 150px;
}

.homepage_short-links ul li a.short-links_explore aside {
  margin-left: 20px;
}

.homepage_short-links ul li a.short-links_engage aside {
  margin-left: 40px;
}

.homepage_short-links ul li a aside h2 {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.homepage_short-links ul li a.short-links_engage aside h2 {
  background: url(img/btn_engage_sprt.jpg);
  width: 307px;
  height: 150px;
}

.homepage_short-links ul li a.short-links_experience aside h2 {
  background: url(img/btn_experience_sprt.jpg);
  width: 307px;
  height: 150px;
}

.homepage_short-links ul li a.short-links_explore aside h2 {
  background: url(img/btn_explore_sprt.jpg);
  width: 307px;
  height: 150px;
}

.homepage_short-links ul li a.short-links_explore aside h2:hover, .homepage_short-links ul li a.short-links_engage aside h2:hover, .homepage_short-links ul li a.short-links_experience aside h2:hover {
  background-position: 307px 0;
}



/* Homepage Main Content
*********************************/
aside.highlight_image img {
  float: left;
  width: 158px;
  height: 158px;
  border: 2px solid #572214;
}

.homepage_content {
  padding-bottom: 50px;
}

.homepage_event-feed li {
  margin-bottom: 30px;
}

.homepage_event-feed time h4 {
  color: #93391f;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
}

.homepage_event-feed time h5 {
  text-align: center;
  font-size: 72px;
  line-height: 72px;
}

.homepage_event-feed_content {
  display: block;
  margin-left: 20px;
  padding-left: 20px;
  min-height: 120px;
  border-left: 1px solid #93391f;
}

.homepage_event-feed_content h2 {
  margin-bottom: 20px;
}

.homepage_event-feed_content h2 a {
  color: #93391f;
}

.homepage_event-feed_content p {
  margin: 10px 0 15px;
}

.highlight_content  {
  margin-bottom: 30px;
  margin-left: 0;
  border-left: none;
  border-bottom: 1px solid #93391f;
  padding-bottom: 16px;
}

.highlight_content  p {
	margin: 10px 0 15px;
}

/* Homepage Right Aside
*********************************/ 

.homepage_donate-btn {
  display: block;
  padding-left: 40px;
  height: 52px;
  border: 2px solid #845911;
  background: rgb(252,168,25);
  background: -moz-linear-gradient(top,  rgb(252,168,25) 0%, rgb(228,144,1) 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(252,168,25)), color-stop(99%,rgb(228,144,1)));
  background: -webkit-linear-gradient(top,  rgb(252,168,25) 0%,rgb(228,144,1) 99%);
  background: -o-linear-gradient(top,  rgb(252,168,25) 0%,rgb(228,144,1) 99%);
  background: -ms-linear-gradient(top,  rgb(252,168,25) 0%,rgb(228,144,1) 99%);
  background: linear-gradient(to bottom,  rgb(252,168,25) 0%,rgb(228,144,1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca819', endColorstr='#e49001',GradientType=0 );
}

.rrc_home_donate_text {
	
}

.rrc_home_donate_text p {
	margin: 10px 0 15px;
}

.homepage_donate-btn h2, .secondary_header_donate-btn h2 {
  float: left;
  margin-top: 15px;
  padding-right: 20px;
  border-right: 1px solid #bd7d12;
  color: #FFF;
  text-transform: uppercase;
  text-shadow: 0px 2px 0px #845a11;
  font-weight: 400;
  filter: dropshadow(color=#845a11, offx=0, offy=2);
  margin-top: 11px; 
}

i.homepage_donate-btn_heart {
  float: left;
  margin: 10px 0 0 20px;
  width: 37px;
  height: 34px;
  background: url(img/icon_donate-heart.png);
}

.homepage_donate-btn:hover {
  background: rgb(251,181,65);
  background: -moz-linear-gradient(top,  rgb(251,181,65) 1%, rgb(231,162,46) 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(251,181,65)), color-stop(99%,rgb(231,162,46)));
  background: -webkit-linear-gradient(top,  rgb(251,181,65) 1%,rgb(231,162,46) 99%);
  background: -o-linear-gradient(top,  rgb(251,181,65) 1%,rgb(231,162,46) 99%);
  background: -ms-linear-gradient(top,  rgb(251,181,65) 1%,rgb(231,162,46) 99%);
  background: linear-gradient(to bottom,  rgb(251,181,65) 1%,rgb(231,162,46) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb541', endColorstr='#e7a22e',GradientType=0 );
}

.homepage_right-column_links, .page_right-column_links {
  margin-top: 30px;
  border-top: 1px solid #93391f;
  border-bottom: 1px solid #93391f;
  padding-bottom: 30px;
}

.homepage_right-column_links li, .page_right-column_links li {
  margin-top: 20px;
}

.homepage_right-column_links h2, .page_right-column_links h2  {
  color: #49711a;
  font-weight: 400;
}
.homepage_right-column_links h2:hover, .page_right-column_links h2:hover { color: #6d8d48; }

.homepage_right-column_links p, .page_right-column_links p { margin-top: 5px; color:#572113; }

i.icon_indy-give {
  float: left;
  margin-right: 20px;
  width: 41px;
  height: 75px;
  background: url(img/icon_indy-give.png);
}

i.icon_fb {
  float: left;
  margin-right: 20px;
  width: 25px;
  height: 24px;
  background: url(img/icon_fb.png);
}

i.icon_trail-map, i.icon_compass {
  float: left;
  margin-right: 20px;
  background: url(img/icon_trail-map.png);
}

i.icon_trail-map { width: 27px; height: 24px; background-position: 0 0; }

i.icon_compass { width: 23px; height: 24px; background-position: 23px 0; }

.homepage_right-column_news {
  margin-top: 40px;
}

.homepage_right-column_news p {
	font-size: 14px;
	margin: 7px 0;
}
.homepage_right-column_news li {
	padding-left: 10px;
	padding-right: 10px;
}
.homepage_right-column_news li, .page_right-column_box li {
  border-right: 2px solid #562113;
  border-bottom: 1px solid #562113;
  border-left: 2px solid #562113;
  background: #e7d6c4;
  text-align: center;
}

.homepage_right-column_news li:last-of-type, .page_right-column_box li:last-of-type {
  border-bottom: 2px solid #562113;
}

.homepage_right-column_news li.homepage_right-column_news-header, .page_right-column_box li.page_right-column_box-header {
  border: 2px solid #562113;
  background: #93391f;
}

.homepage_right-column_news li h4, .page_right-column_box li h4 {
  padding: 10px 0 7px;
}

.homepage_right-column_news li a, .page_right-column_box li a  {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.homepage_right-column_news li h3, .page_right-column_box li h3 {
  padding: 10px 0 10px;
  font-weight: 400;
  font-size: 22px;
}

.donation-goal-intro-text {
  float: left;
  margin: 0;
  padding-left: 0;
  width: 150px;
  border-left: none;
}
.donation-goal-intro-text h2 {
  margin-bottom: 10px;
  color: #93391f;
  font-size: 18px;
}

.donation-goal-intro-text p {
  margin: 0 0 10px 0;
}

.pond .percentage {
  float: left;
  margin: 40px 0 0 20px;
  width: 148px;
  height: 148px;
  border: 0;
  background: url(img/pond_infographic_fpo.jpg);
  color: transparent;
  text-shadow: none;
  font: 0/0 a;
}


/* == FOOTER =================================  */
footer {
  padding: 30px 0 40px;
  border-top: 2px solid #897553;
  background: #bda885;
}

#supplementary a h6 { color: #49711A; }
#supplementary a h6:hover { color: #2a440b; }

.widget_text h5 { margin-bottom: 5px;}
.widget_text h6 { line-height: 18px;}
.textwidget { padding-right: 40px; }

.form-field, input[type="text"] {
  margin-top: 5px;
  margin-bottom:10px;
  padding:7px;
  width: 225px;
  border: 1px solid #937f5d;
  background: #a58c63;
  color: #e7d6c4;
  font-size: 14px;
  cursor: text; 
}

.form-field:focus {
  background: #a58c63;
  color: #e7d6c4;
}

.submit-button, .overview_page a, .gform_button {
  margin-bottom: 30px;
  padding: 10px 20px;
  border-bottom: 1px solid #581907;
  background: #d1bb97;
  color: #775826;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  font-family: "purista-web", sans-serif;
   }

.submit-button:hover, .overview_page a:hover, .gform_button:hover {
  border-bottom: 1px solid #8a6046;
  background: #c7b28e;
  color: #9f855a;
}

.submit-button:active, .overview_page a:active, .gform_button:active {
  border-bottom: 1px solid #d0bca1;
  background: #a58c63;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(138, 113, 75, 1);
          box-shadow: inset 0px 1px 0px 0px rgba(138, 113, 75, 1);
  color: #775826;
}

::-webkit-input-placeholder { padding-top: 4px; color: #775826; }
:-moz-placeholder { padding-top: 4px; color: #775826;  }
:-ms-input-placeholder { padding-top: 4px; color: #775826; }
.placeholder { padding-top: 4px; color: #775826; }

a.rei, a.laaus, a.bristol, a.ascent, a.mountainchalet {
  display: inline-block;
}
a.rei {
  margin-bottom: 15px;
}

a.laaus {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 40px;
}

a.bristol {
  margin-bottom: 15px;
}

a.ascent {
  margin-top: 10px;
  margin-left: 40px;
  margin-bottom: 15px;
}

a.mountainchalet {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 0;
}


/* == HERO SLIDER =================================  */
.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #c2a78a;
  background-color: black;
  z-index: 10;
  /* background: black; */
}
  
.hero-carousel article {
  position: relative;
  display: block;
  float: left;
  margin: 0 auto;
  width: 1256px;
  height: 440px;
  opacity: 0.5;
}

article.current {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
-moz-transition: opacity 1s ease;
-ms-transition: opacity 1s ease;
-o-transition: opacity 1s ease;
transition: opacity 1s ease;
}
        
.hero-carousel-container article {
  float: left;
}

.hero-carousel article img{
  position: absolute;
  top: 0;
  left: 0;
  width: 1256px;
  height: 440px;
}

.hero-carousel-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 200;
  margin-left: -490px;
  width: 980px;
}

.hero-carousel-nav li {
  position: absolute;
  right: 48px;
  bottom: 180px;
  list-style: none;
  font-size: 50px;
  font-family: "Impact", sans-serif;
}

.hero-carousel-nav li.prev {
  right: auto;
  left: 48px;
}

.hero-carousel-nav li a {
  position: relative;
  display: block;
  float: left;
  color: #d8bea8;
}

.hero-carousel-nav li a:hover { 
  opacity: 0.5;
}

/* Hero Slider Content */

.slider_content_container { margin: 0 auto; width: 960px; display: none;
}
.current .slider_content_container {
	display: block;
}
.slider_content {
  position: absolute;
  bottom: 0;
  z-index: 300;
  display: block;
  padding: 10px 40px;
  width: 880px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #e7d6c4;
  background-color: rgba(231, 214, 196, .8);
  text-align: center;
  line-height: 33px;
  bottom: 0;
}

.slider_content aside img {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  opacity: 1;
}

/* == SECONDARY PAGE STYLES =================================  */
/* SECONDARY HEADER */

.donate-container { margin: 0 auto; width: 960px; position: relative; }

.secondary_header_container { margin: 0 auto; width: 960px; }

.secondary_header_donate-btn {
  position: absolute;
  right: 0;
  bottom: 2px;
  display: inline-block;
  padding-left: 20px;
  height: 31px;
}

.secondary_header_donate-btn h2 {
  margin-top: 6px;
  padding-right: 10px; 
  font-size: 16px;
}

i.donate-btn_arrow {
  display: block;
  float: left;
    margin: 9px 15px 0 10px;
  width: 12px;
  height: 13px;
  background: url(img/icon_donate-arrow.png);
}

.secondary_header_bg {
  display: block;
  height: 200px;
  border-bottom: 2px solid #572214;
  background: #572214;
}

.secondary_header_bg img {
  margin: 0 auto;
  width: 960px;
  height: 200px;
}

/* SECONDARY CONTENT */
.odd {
}

.even {
  background: #e0cbb7;
}
.even article {
  float:right;
  margin-left:0;
  min-height:1px;
  width:560px;
}
.even aside {
  float:left;
  margin-right:80px;
  margin-left:0;
  min-height:1px;
  width:320px;
}
.odd article {
  float:left;
  margin-left:0;
  min-height:1px;
  width:560px;
}
.odd aside {
  float:left;
  margin-left:0;
  margin-left:80px;
  min-height:1px;
  width:320px;
}
.odd article.fullwidth, .even article.fullwidth {
  margin: 0;
  width: 960px;
}

.page_content { padding-bottom: 20px; padding-top: 30px; }

.page_content h1 {
  margin: -20px 0 20px;
  text-align: center;
  text-transform: uppercase;
}

.page_content h2 {
  margin-bottom: 10px;
  line-height: 28px;
}

.page_content p {
  line-height: 24px;
  margin-bottom: 16px;
}

.page_content img { border: 3px solid #582110; height: auto; }

.page_content h3 { color: #93391f; margin-top: 10px; margin-bottom: 5px; }

.page_right-column_box p { color: #8f6011; }

.page_right-column_links h2, .page_right-column_links h2:hover { color: #93391f; }

.page_right-column_links a h2 { margin-top: 10px; color: #49711a; }

.page_right-column_links a h2:hover { color: #6d8d48;}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  border: 3px solid #93391f;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  line-height: 20px;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover {
  border-color: #572113;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

/* == OVERVIEW PAGE =================================  */


.overview_page img {
  width: auto;
  float: left;
  margin-right: 40px;
  border: none;
}

.overview_page aside {
  float: left;
  width: 260px;
  padding-right: 40px;
  margin-bottom: 40px;
}

.overview_page h2 {
  margin-bottom: 10px;
}

.overview_page a {
  margin-top: 10px;
  display: block;
  padding: 5px 15px;
}

/* event style overrides =====================================  */

#tribe-events-calendar-header {
  position:relative;
  margin-bottom: 30px;
  height: 30px;
}
.tribe-events-event {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bda885;
}
.tribe-events-event h2 {
  margin-bottom: 20px;
}
.tribe-events-event h2 a {
  color: #93391f;
}
.tribe-events-event time {
  float: left;
  width: 100px;
}
.tribe-events-event time h4 {
  color: #93391f;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
}
.tribe-events-event time h5 {
  text-align: center;
  font-size: 72px;
  line-height: 72px;
}
.rr-event-content {
  float: left;
  margin-left: 20px;
  padding-left: 20px;
  min-height: 120px;
  width: 428px;
  border-left: 1px solid #93391f;
}
.tribe-events-events .tribe-events-event-list-meta {
  float:right;
  margin-bottom:20px;
  padding:0 0 0 30px;
  width:320px;
  border-left:1px solid #ccc;
  font-size:12px;
}
.tribe-events-event-list-meta td {
  padding-bottom: 10px!important;
  background-color: transparent;
}

.homepage_event-feed_content p {
  margin: 10px 0 15px;
}



/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;          
margin: 0 auto;
width: 820px;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.photo{
  float:left;
  margin:10px;
}

#filters{
  text-align: center;
}

ul#filters {
  margin:0 auto;
  width: 940px;
  margin: 4px;
}

#filters li {
  display: inline-block;
  margin-left: -4px;
  zoom:1;
  *display:inline;
}

#filters li a {
  display: block;
  list-style-type: none;
  padding:10px 20px;
  border-right: 1px solid #59210d;
  border-bottom: 1px solid #59210d;
  background: #f8e8d9;
}

#filters li a h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}

#filters li a:hover{
  background: #c6aa90;
}

.ngg-navigation {
visibility: hidden;
}


/* Lazy Styles =====================================  */
.pull_left {
  text-align: left !important;
}

h2.widgettitle { display: none;}

.donation_goal_widget_parent { position: relative; margin: 40px 0px 40px 150px; }
.donation_goal_widget_parent img { border: none; }
.donation_full { z-index: 5; width: auto; margin-left: 20px; }
.donation_empty { z-index: 10; position: absolute; left: 0; top: 0; width: auto; margin-left: 20px; }

div.overview_page {
  height: 320px;
}

.btn-red-rock-rag {
  background: url(img/pdf.png) no-repeat;
  padding: 6px 0 6px 40px;
  display: block;
  float: left;
  margin-right: 80px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.volunteer_gravity_name input, .volunteer_gravity_email input, .volunteer_gravity_check input, .volunteer_gravity_textarea textarea {
  color: #957945;
  background: #e4d5c3;
  -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
  -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
  box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
  cursor: text;
  padding: 6px;
}

.volunteer_gravity_name input, .volunteer_gravity_email input { width: 250px; }

.volunteer_gravity_check input { margin-right: 20px; cursor: pointer; }

.volunteer_gravity_check label { cursor: text;}

.volunteer_gravity_check li { margin-top: 10px; }

.gfield_label { color: #93391f; font-weight: 600; font-family: "purista-web", sans-serif; margin-top: 20px; display: block; margin-bottom: 5px; }

.gform_button { margin-top: 20px;}

html .gform_wrapper input[type="text"], html .gform_wrapper input[type="url"], html .gform_wrapper input[type="email"], html .gform_wrapper input[type="tel"], html .gform_wrapper input[type="number"], html .gform_wrapper input[type="password"] {
	font-size: 14px;
	padding: 7px;
}

html .gform_wrapper textarea {
padding: 5px 0;
font-size: 14px;
}

html #gform_wrapper_3 input.large {
	width: 225px;
}
html #gform_wrapper_3 .gform_footer {
 	padding-top: 0;
 	margin-top: 0;
}
html #gform_wrapper_3 .top_label .gfield_label {
	color: #572113;
	font-size: 14px;
	margin-top: 0;
}
html .gform_wrapper li.gfield.gfield_error {
background-color: #93391F;
color: white;
}
html .gform_wrapper li.gfield.gfield_error .gfield_description {
color: #E7D6C4;
}
.btn-master-plan {
  background: url(img/map_document.png) no-repeat;
  padding: 6px 0 6px 40px;
  display: block;
  float: left;
}

#post-115 h2 {
  clear: left;
}

.opacity input:hover {
  opacity: 0.8;
}

.secondary_hover input:hover {
  -webkit-box-shadow:  0px 0px 10px 5px rgba(197, 142, 63, .5);
        
        box-shadow:  0px 0px 10px 5px rgba(197, 142, 63, .5);
        opacity: 1;
}

/* Default Wordpress Styles =====================================  */
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}


/* print styles =====================================  */
@media print {
  * { background: transparent !important; box-shadow:none !important; color: black !important; text-shadow: none !important; -ms-filter: none !important; filter:none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
