/*!
Theme Name: Go Whanganui
Theme URI: http://underscores.me/
Author: Iain Whittaker
Author URI: http://twomonkeys.co.nz
Description: Custom theme built for Go Whanganui by Two Monkeys
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: go-whanganui
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Go Whanganui is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#Custom styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  position: relative;
  min-height: 100%; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: white;
  border-radius: 3px;
  background: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: white;
    color: #8DBC88; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  position: fixed;
  top: 33px;
  z-index: 2;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }

.admin-bar .main-navigation {
  top: 65px; }

.main-navigation ul {
  float: right;
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 10px 8px;
  color: white;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  font-size: 15px;
  outline: 0; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 2.6em;
  left: -999em;
  z-index: 99999;
  background: #8DBC88;
  border-radius: 0 0 5px 5px;
  border-top: #38868E solid 4px; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  background: #568e50; }

.main-navigation ul ul li:last-child > a {
  border-radius: 0 0 5px 5px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
  padding-bottom: 6px;
  border-bottom: 4px solid #568e50; }

.main-navigation ul ul .current_page_item > a {
  padding-bottom: 10px;
  border-bottom: none; }

.menu-item-type-taxonomy > a {
  border-bottom: none !important; }

/* Small menu. */
.main-navigation.toggled ul {
  display: block; }

.menu-toggle {
  display: none; }

@media screen and (min-width: 37.5em) {
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Custom styles
--------------------------------------------------------------*/
.wrap {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  content: "";
  display: table;
  table-layout: fixed; }

.text-center {
  text-align: center; }

h1.entry-title, h1.page-title {
  color: #38868E;
  border-bottom: #8DBC88 4px solid;
  font-weight: 400; }

h2 {
  font-weight: 300; }

h3, h4 {
  font-weight: 400; }

ul, ol {
  margin-left: 10px;
  padding-left: 20px; }

.site-title img {
  width: 200px;
  max-width: 30%;
  margin-top: 40px; }

#top-nav {
  position: fixed;
  background-color: #38868E;
  z-index: 1;
  width: 100%; }
  #top-nav span {
    float: right;
    color: white;
    padding: 5px 10px 0 0; }
  @media all and (max-width: 920px) {
    #top-nav {
      position: relative; } }
  #top-nav a.contact-link {
    float: right;
    font-size: 14px;
    display: inline-block;
    padding: 2px 10px;
    background-color: #CF652A;
    color: white;
    text-decoration: none;
    -webkit-transition: 0.3s;
            transition: 0.3s;
    border-radius: 3px;
    margin: 4px 0; }
    #top-nav a.contact-link:hover {
      background-color: #8A8CAF; }
#top-nav a.fb-link {
  float:right;
  padding-left:10px;
  transition:0.3s;
  display:inline-block;
  margin-top:4px;
}
#top-nav a.fb-link:hover {
  opacity:0.7;
}
#site-navigation {
  background-color: #8DBC88; }

.site-branding {
  margin-top: 40px; }
  @media (max-width: 920px) {
    .site-branding {
      margin-top: 0; } }

.bar {
  padding: 40px 0; }

.bar-1 {
  background-color: #F1F8EB; }

.bar-2 {
  background-color: #8DBC88;
  border-bottom: 4px solid #cce1c9;
  border-top: 4px solid #cce1c9; }

.bar-3 {
  background-color: #56587D;
  border-bottom: 4px solid #8a8caf;
  border-top: 4px solid #8a8caf; }
  .bar-3 h2 {
    color: white; }

.site-footer {
  padding: 30px 0;
  background: #333;
  color: #aaa; }
  .site-footer a {
    color: #aaa; }

body {
  margin: 0 0 260px; }

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 260px;
  width: 100%; }

.footer-logo {
  float: left;
  max-width: 100px;
  margin-top: 20px; }
  @media all and (max-width: 430px) {
    .footer-logo {
      display: none; } }

.site-tag {
  float: left;
  padding-left: 20px;
  font-size: 14px;
  font-style: italic; }

.site-info {
  text-align: left;
  float: right;
  clear: left;
  font-size: 14px;
  font-style: italic; }
  .site-info a {
    text-decoration: none;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
    .site-info a:hover {
      color: white; }

.button, .button:visited {
  text-align: center;
  background: #8DBC88;
  color: white;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  padding: 10px 20px;
  margin: 40px 0 0;
  font-weight: 400; }
  .button:hover, .button:visited:hover {
    background: #38868E;
    color: white !important; }

.button-holder {
  text-align: center; }

.nav-previous a, .nav-next a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  background: #38868E;
  border-radius: 5px;
  color: white;
  font-weight: 400;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  .nav-previous a:hover, .nav-next a:hover {
    background: #1b4145; }

.entry-meta {
  color: #38868E;
  font-size: 14px;
  font-weight: 300px;
  font-style: italic; }
  .entry-meta a {
    text-decoration: none;
    color: #38868E;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
    .entry-meta a:hover {
      text-decoration: underline; }

.byline {
  display: none !important; }

.archive.category article {
  background-color: #F1F8EB;
  padding: 20px;
  border-radius: 5px; }

.post-image {
  margin: 10px 20px 10px 0;
  border: solid #8DBC88 4px; }
  @media all and (max-width: 600px) {
    .post-image {
      display: block;
      float: none;
      clear: both; } }

.menu-bar {
  width: 100%;
  overflow: auto; }
  .menu-bar a {
    border-radius: 5px;
    display: block;
    float: left;
    margin-right: 5%;
    background-color: #7FBE4D;
    width: 30%;
    padding: 10px;
    min-height: 70px;
    text-align: center;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
    .menu-bar a:first-child {
      background-color: #39AFB8; }
    .menu-bar a:last-child {
      margin-right: 0;
      float: right;
      background-color: #CF652A; }
    .menu-bar a:hover {
      background-color: #38868E; }
    @media all and (max-width: 600px) {
      .menu-bar a {
        width: 100%;
        margin: 10px 0;
        min-height: 0; } }
  .menu-bar a, .menu-bar a:visited {
    color: white;
    text-decoration: none; }

h2 {
  color: #38868E;
  font-size: 30px;
  margin: 0 0 20px 0; }

#banner-bar {
  border-bottom: 4px solid #46a9b3;
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #38868E; }
  #banner-bar h2 {
    text-transform: capitalize;
    color: #F1F8EB;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    max-width: 600px; }

a.info-pack-button, a.info-pack-button:visited {
  margin: 20px 0;
  background-color: #CF652A !important;
  font-size: 20px;
  font-weight: 400; }
  a.info-pack-button:hover, a.info-pack-button:visited:hover {
    background-color: #56587D !important; }

#hero {
  height: 600px;
  margin-top: -300px;
  background: url(img/hero-new.jpg);
  background-size: cover; }
  @media all and (max-width: 1250px) {
    #hero {
      background: contain;
      height: 400px; } }
  @media all and (max-width: 920px) {
    #hero {
      height: 300px;
      margin-top: 0; } }
  @media all and (max-width: 635px) {
    #hero {
      background: contain;
      height: 200px; } }
  @media all and (max-width: 434px) {
    #hero {
      background: contain;
      height: 150px; } }

.home-site-title {
  left: 50px;
  margin-top: 40px;
  width: 200px;
  outline: 0; }
  .home-site-title img {
    width: 175px;
    margin-bottom: 45px; }
  @media all and (max-width: 920px) {
    .home-site-title {
      position: absolute;
      margin-top: 20px; }
      .home-site-title img {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 10px;
        border-radius: 5px; } }
  @media all and (max-width: 635px) {
    .home-site-title {
      background: contain;
      width: 150px; } }
  @media all and (max-width: 434px) {
    .home-site-title {
      background: contain;
      width: 100px; } }

.bucket {
  display: block;
  text-decoration: none;
  max-width: 31%;
  float: left;
  margin: 0 1.75%;
  background: #38868E;
  border-radius: 5px;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  .bucket:hover {
    background: #1b4145; }
  .bucket:first-child {
    margin-left: 0; }
  .bucket:last-child {
    float: right;
    margin-right: 0; }
  @media all and (max-width: 680px) {
    .bucket {
      max-width: 100%;
      float: none;
      margin: 0; } }
  .bucket img {
    border-radius: 5px 5px 0 0;
    border-bottom: 4px solid #8DBC88; }
  .bucket h3, .bucket p {
    padding: 5px;
    color: white;
    text-align: center; }
  .bucket h3 {
    font-size: 24px;
    margin: 0; }

.bucket-1 {
  background: #CF652A; }
  .bucket-1:hover {
    background: #7a3c19; }
  .bucket-1 img {
    border-bottom: 4px solid #e4a07b; }

.bucket-2 {
  background: #56587D; }
  .bucket-2:hover {
    background: #2c2d41; }
  .bucket-2 img {
    border-bottom: 4px solid #8a8caf; }

#news-section img {
  width: 100%; }

a.more-button {
  background: #38868E;
  padding: 10px 20px;
  border-radius: 5px;
  color: white !important;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  text-decoration: none; }
  a.more-button:hover {
    background: #46a9b3; }

#latest-news {
  width: 65.5%;
  float: left;
  border-radius: 5px; }
  #latest-news h2 {
    color: white;
    font-size: 30px;
    margin: 0;
    padding: 10px; }
  #latest-news a {
    text-decoration: none;
    color: #fff; }
  #latest-news h3 {
    display: inline-block;
    text-decoration: none;
    font-style: italic;
    color: white;
    font-size: 20px;
    border-bottom: 6px solid #8DBC88;
    margin: 0; }
  #latest-news img {
    border: solid 4px white; }
  @media all and (max-width: 920px) {
    #latest-news {
      width: 100%;
      float: none; } }
  #latest-news .news-content {
    padding: 10px;
    color: white; }

#home-side-1 {
  margin-top: 74px;
  width: 31%;
  float: right;
  background: #38868E;
  border-radius: 5px; }
  #home-side-1 img {
    border-radius: 5px 5px 0 0;
    border-bottom: 4px solid #cce1c9; }
  @media all and (max-width: 920px) {
    #home-side-1 {
      margin-top: 30px;
      width: 100%;
      float: none; } }
  #home-side-1 h2 {
    color: white;
    font-size: 30px;
    margin: 0;
    padding: 10px; }
  #home-side-1 a {
    text-decoration: none;
    color: #333; }
  #home-side-1 h3 {
    display: inline-block;
    text-decoration: none;
    color: black;
    font-size: 20px;
    border-bottom: 4px solid #8DBC88;
    margin: 0; }

#latest-events, #sign-up {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  border-radius: 5px;
  padding: 10px; }

#sign-up {
  margin-top: 20px;
  padding: 10px; }
  #sign-up p {
    margin-top: 0;
    color: white; }
  #sign-up a {
    display: inline-block;
    background: #CF652A;
    padding: 10px;
    border-radius: 5px;
    color: white;
    -webkit-transition: 0.3s;
            transition: 0.3s;
    margin-bottom: 20px; }
    #sign-up a:hover {
      background: #a55021;
      box-shadow: none; }

.news-roll {
  margin: 0;
  padding: 0;
  text-align: center; }
  .news-roll a {
    color: white;
    text-decoration: none; }
  .news-roll li {
    min-height: 365px;
    list-style-type: none;
    width: 31%;
    float: left;
    margin: 0 1.33%;
    background: #8DBC88;
    border-radius: 5px;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
    .news-roll li:first-child {
      margin-left: 0; }
    .news-roll li:last-child {
      margin-right: 0; }
    @media all and (max-width: 680px) {
      .news-roll li {
        margin-top: 30px;
        width: 100%;
        float: none; } }
    .news-roll li:hover {
      background: #38868E; }
    .news-roll li img {
      border-radius: 5px  5px 0 0;
      border-bottom: solid 4px #CF652A; }
    .news-roll li h3 {
      padding: 0 20px 20px;
      font-size: 18px;
      font-weight: 300; }

.hero-text {
  display: none;
  text-align: center;
  position: absolute;
  width: 300px;
  background: RGBA(86, 88, 125, 0.9);
  padding: 20px;
  border-radius: 5px;
  right: 0px;
  top: 120px;
  color: white;
  font-size: 26px; }
  .hero-text img {
    max-width: 50%; }
  .hero-text p {
    margin: 0 0 20px 0; }
  .hero-text .button {
    color: white;
    background: #CF652A !important;
    margin-top: 20px; }
    .hero-text .button:hover {
      background: #e4a07b; }

#hero .wrap {
  position: relative; }

.button-holder {
  clear: both; }

.guide-link {
  width: 23%;
  float: left;
  margin: 0 1.33%;
  outline: none;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  .guide-link img {
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3); }
  .guide-link:first-child {
    margin-left: 0; }
  .guide-link:last-child {
    margin-right: 0; }
  .guide-link:hover {
    opacity: 0.7; }
    .guide-link:hover img {
      box-shadow: none; }
  @media all and (max-width: 920px) {
    .guide-link {
      width: 48%;
      margin: 0 1%; }
      .guide-link:first-child {
        margin-left: 1%; }
      .guide-link:last-child {
        margin-right: 1%; } }
  @media all and (max-width: 500px) {
    .guide-link {
      width: 100%;
      margin: 0; } }

ol.tribe-list-widget {
  margin-left: 0;
  padding-left: 10px; }

p.tribe-events-widget-link {
  padding-left: 10px; }
  p.tribe-events-widget-link a {
    background: #46a9b3;
    padding: 10px 20px;
    border-radius: 5px;
    color: white !important;
    -webkit-transition: 0.3s;
            transition: 0.3s;
    font-weight: 400 !important; }
  p.tribe-events-widget-link a:hover {
    background: #68bbc4; }

h4.tribe-event-title {
  margin: 0; }
  h4.tribe-event-title a {
    color: white !important; }

li.tribe-events-list-widget-events {
  margin-bottom: 10px !important; }
  li.tribe-events-list-widget-events .tribe-event-duration {
    font-size: 14px;
    color: white;
    font-style: italic;
    font-weight: 300 !important; }

.archive.category #primary, .single #primary, .page-template-default #primary, .page-template-page-menu-bar-getting-around #primary, .page-template-page-menu-bar-schools #primary, .page-template-page-menu-bar-development #primary {
  float: left;
  width: 70%;
  padding-right: 20px; }
  @media all and (max-width: 920px) {
    .archive.category #primary, .single #primary, .page-template-default #primary, .page-template-page-menu-bar-getting-around #primary, .page-template-page-menu-bar-schools #primary, .page-template-page-menu-bar-development #primary {
      width: 100%;
      float: none;
      padding: 0; } }
  .archive.category #primary h2, .archive.category #primary h3, .single #primary h2, .single #primary h3, .page-template-default #primary h2, .page-template-default #primary h3, .page-template-page-menu-bar-getting-around #primary h2, .page-template-page-menu-bar-getting-around #primary h3, .page-template-page-menu-bar-schools #primary h2, .page-template-page-menu-bar-schools #primary h3, .page-template-page-menu-bar-development #primary h2, .page-template-page-menu-bar-development #primary h3 {
    color: #38868E; }

.archive.category #secondary, .single #secondary, .page-template-default #secondary, .page-template-page-menu-bar-getting-around #secondary, .page-template-page-menu-bar-schools #secondary, .page-template-page-menu-bar-development #secondary {
  margin-top: 70px;
  margin-bottom: 40px;
  float: right;
  width: 25%;
  padding: 20px;
  border-radius: 5px;
  background: #8DBC88;
  color: white; }
  @media all and (max-width: 920px) {
    .archive.category #secondary, .single #secondary, .page-template-default #secondary, .page-template-page-menu-bar-getting-around #secondary, .page-template-page-menu-bar-schools #secondary, .page-template-page-menu-bar-development #secondary {
      width: 100%;
      float: none; } }
  .archive.category #secondary .widget h2, .single #secondary .widget h2, .page-template-default #secondary .widget h2, .page-template-page-menu-bar-getting-around #secondary .widget h2, .page-template-page-menu-bar-schools #secondary .widget h2, .page-template-page-menu-bar-development #secondary .widget h2 {
    color: white;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 5px; }
  .archive.category #secondary .widget ul, .single #secondary .widget ul, .page-template-default #secondary .widget ul, .page-template-page-menu-bar-getting-around #secondary .widget ul, .page-template-page-menu-bar-schools #secondary .widget ul, .page-template-page-menu-bar-development #secondary .widget ul {
    margin-left: 0; }
  .archive.category #secondary .widget li, .single #secondary .widget li, .page-template-default #secondary .widget li, .page-template-page-menu-bar-getting-around #secondary .widget li, .page-template-page-menu-bar-schools #secondary .widget li, .page-template-page-menu-bar-development #secondary .widget li {
    list-style-type: none;
    margin-left: 0; }
  .archive.category #secondary a, .single #secondary a, .page-template-default #secondary a, .page-template-page-menu-bar-getting-around #secondary a, .page-template-page-menu-bar-schools #secondary a, .page-template-page-menu-bar-development #secondary a {
    color: white;
    outline: 0;
    text-decoration: none;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
  .archive.category #secondary a:hover, .single #secondary a:hover, .page-template-default #secondary a:hover, .page-template-page-menu-bar-getting-around #secondary a:hover, .page-template-page-menu-bar-schools #secondary a:hover, .page-template-page-menu-bar-development #secondary a:hover {
    color: #38868E; }

.post-type-archive-tribe_events #secondary {
  display: none; }

img.sidebar-image {
  max-width: 50%;
  display: block;
  margin: 0 auto; }

#recent-posts-2 li {
  padding: 5px 0; }
  #recent-posts-2 li a {
    font-style: italic; }

.gform_button.button {
  background: #8DBC88;
  color: white;
  border: none; }
  .gform_button.button:hover {
    background: #38868E;
    color: white; }

.gform_wrapper input[type=submit] {
  font-size: 20px !important; }
