/* Import Fonts
------------------------------------------------------------ */
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Raleway:200,400,500,700);
/* Font Stacks */
.fontawesome {
  font-family: FontAwesome;
}
/* Colors */
/* Neutrals */
.theborder {
  border: 1px solid #FFF;
  border-top: 0;
}
/* Clears */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body {
  background: #81BD41;
}
.search-form {
  padding: 24px;
  padding: 2.4rem;
}
.search-form .search-field {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: inset 1px 1px 4px 0 #666666;
  box-shadow: inset 1px 1px 4px 0 #666666;
  padding: 7px 14px;
}
.search-form input[type="submit"] {
  border: 0;
  height: 40px;
  margin: 0 3px;
  padding: 0;
  position: absolute;
  width: 40px;
  color: #999;
  background: 0;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: inset 1px 1px 4px 0 #666666;
  box-shadow: inset 1px 1px 4px 0 #666666;
  font-family: FontAwesome;
}
/* Custom Header stuff */
.header_tools {
  display: block;
  text-align: right;
  position: relative;
}
.header_tools:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.header_search_content {
  display: block;
  overflow: hidden;
  width: auto;
}
.header_search_block.toggled .header_search_content {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  display: block;
  height: 34px;
  padding-left: 24px;
  position: relative;
  z-index: 2;
}
.header_search_block .header_search_content {
  display: block;
}
#header .header_search_block .header_search_content .searchform {
  padding-top: 4px;
}
.header_search_block .header_search_content .searchsubmit {
  display: none;
}
.header_search_block.toggled .header_search_content {
  opacity: 1;
  padding: 0 10px;
  width: 180px;
}
.header_search_block .header_search_content .field_search {
  transition: width 400ms ease 0s, opacity 300ms ease 0s;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  border: medium none !important;
  box-shadow: none !important;
  color: #FFFFFF !important;
  font-size: 14px !important;
  height: 16px !important;
  line-height: 16px !important;
  margin: 19px 0 !important;
  padding: 0 !important;
  width: 0;
  opacity: 0;
}
.header_search_block.toggled .header_search_content .field_search {
  transition: width 400ms ease 0s, opacity 300ms ease 0s;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  border: medium none !important;
  box-shadow: none !important;
  color: #FFFFFF !important;
  font-size: 14px !important;
  height: 16px !important;
  line-height: 16px !important;
  margin: 19px 0 !important;
  padding: 0 !important;
  width: 120px !important;
  opacity: 1;
}
.section-animals-exhibits #options {
  visibility: visible;
}
.home .recent-projects {
  width: 100%;
  margin-left: 2.5px;
}
.home .recent-posts {
  width: 96%;
}
.header-widgets {
  margin-right: 320px;
  margin-top: 60px;
}
.blog .site-content .content-area,
.single-post .site-content .content-area {
  margin-top: 0;
  width: 77.5%;
  padding-right: 2em;
  float: left;
}
.blog .site-content .content-area .entry-container .entry-header,
.single-post .site-content .content-area .entry-container .entry-header {
  width: 100%;
  float: none;
}
.blog .site-content .content-area .entry-container .entry-summary,
.single-post .site-content .content-area .entry-container .entry-summary {
  float: none;
  margin-top: -2.5em;
  padding-left: 30%;
  width: 96%;
}
.element .date {
  color: #ffffff;
  font: 400 100%/1 Lato, sans-serif;
  height: auto;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
.tooltip {
  display: none;
  height: 163px;
  padding: 40px 30px 10px 30px;
  width: 310px;
  font-size: 11px;
  color: #fff;
}
/** MEDIA QUERIES **/
@media (max-width: 1024px) {
  .header-widgets {
    margin-right: 120px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .site-header .logo {
    margin: 0;
    height: 100px;
  }
  .site-header .logo .site-logo {
    height: 100px;
  }
  .site-header .site-navigation .menu-main-nav-container ul.nav-menu li a {
    padding: 3px 9px 3px 2px !important;
    font-size: 0.8em !important;
  }
  .header-widgets {
    float: none !important;
    margin: 0 auto;
  }
  .header-widgets .header_tools {
    text-align: center;
  }
  .header-widgets .header_tools .search-form {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .sticky_topnav,
  .sticky_call {
    display: none !important;
  }
}
