body {
/* background: url('images/header-leaf-left.jpg') no-repeat top left; */
font-size: 18px;
color: #333;
line-height: 30px;
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: 100;
  }
.site-container {
/* background: url('images/header-leaf-right.jpg') no-repeat top right; */
}
.join-anytime {
  text-align: center;
}
.header-img img { width: 100%; }
.nav-primary {
  background-color: #5d6a8e;
}
.nav-primary .genesis-nav-menu {
  text-align: right;
}
.nav-primary .genesis-nav-menu a {
  padding: 0px 18px;
  font-size: 12px;
  line-height: 48px;
}
.nav-primary .genesis-nav-menu .menu-item {
  float: left;
}
.nav-primary.shrink .genesis-nav-menu a {
  padding: 0px 18px;
  font-size: 12px;
  line-height: 40px;
}
.nav-primary a:hover, .nav-primary .genesis-nav-menu .current-menu-item > a {
 color: #fff;
}
.genesis-nav-menu .social-icon.menu-item {
  height: 46px;
  width: 24px;
  padding: 0;
  float: none;
  text-indent: -9999px;
  margin-bottom: 0px 8px;
}
.shrink .genesis-nav-menu .social-icon.menu-item {
  height: 39px;
}
.facebook {
  background: transparent url(images/24x24_facebook.png) center center no-repeat;
}
.pinterest {
  background: transparent url(images/24x24_pinterest.png) center center no-repeat;
}
.twitter {
  background: transparent url(images/24x24_twitter.png) center center no-repeat;
}
.rss {
  background: transparent url(images/24x24_rss.png) center center no-repeat;
}
.youtube {
  background: transparent url(images/24x24_youtube.png) center center no-repeat;
}
.instagram {
  background: transparent url(images/24x24_instagram.png) center center no-repeat;
}

.menu-item.transparent {
  opacity: 0.5;
  transition: all 0.5s ease;
}
.menu-item {
  transition: all 0.5s ease;
}
.genesis-nav-menu a {
  padding: 21px 18px;
  }
.genesis-nav-menu > .search {
  padding: 0px;
  margin: 0px 8px;
}
.genesis-nav-menu .search-form input {
    padding:12px 6px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    border: none;
    height: 32px;
    margin: 8px 0px;
  transition: all 0.5s ease;
  }

.shrink .genesis-nav-menu .search-form input {
    padding:12px 4px;
    font-size: 12px;
    height: 20px;
  transition: all 0.5s ease;
  }
.header-full-width .title-area, .header-full-width .site-title  {
  padding: 0px;
  margin: 0 auto;
}
.site-title a {
  text-indent: -9999px !important;
  display: block;
  overflow: hidden;
  position: absolute;
}

.site-header .wrap {
  padding: 0;
}

.nav-secondary .wrap {
  border: none;
  border-bottom: 1px solid #5d6a8e;
  border-top: 1px solid #5d6a8e;
}
.nav-secondary .genesis-nav-menu {
  text-align: center;
}
.nav-secondary ul > li > a {
  font-size: 24px;
  font-weight: 200;
  color: #5d6a8e;
}
.genesis-nav-menu .sub-menu a, .nav-primary .genesis-nav-menu .sub-menu a {
  background-color: #5d6a8e;
  color: #fff;
  border: none;
  border-top: none;
  font-size: 12px;
  padding: 16px;
  position: relative;
  text-transform: none;
  width: 190px;
  font-weight: 400;
}
.genesis-nav-menu .sub-menu a:hover, .nav-primary .genesis-nav-menu .sub-menu a:hover {
 background-color: #ed6d6f;
}

.entry-content a:hover { color: #ed6d6f; }
/* HOME */
.home-middle a.more-link, .home-top a.more-link {
  background-color: transparent;
  clear: both;
  color: #5d6a8e;
  clear: both;
  display: inline;
  font-size: 14px;
  margin-top: 20px;
  padding: 8px 10px;
  text-align: left;
}
.home-middle a.more-link:hover,
.home-top a.more-link:hover {
  background-color: transparent;
  color: #5d6a8e;
}
.home-bottom .featured-content {
 clear: none;
}


.content .home-top .featured-content .entry, .content .home-middle .featured-content .entry, .content .home-bottom .featured-content .entry, .sidebar .featured-content .entry {
  border: none;
    /*background: url('images/line-480.png') no-repeat bottom center !important;  */
    margin-bottom: 48px;
  padding-bottom: 32px;
    border-bottom: 1px solid #5d6a8e;
}
.archive-link {
  clear: both;
  text-align: center;
}

.sidebar .widget .gform_button.button {
  background-color: #5d6a8e;
}

.sidebar .widget .gform_button.button:hover {
  background-color: #ed6d6f;
}

.archive-button {
    background-color: #fff;
  color: #5d6a8e;
  border: 1px solid #5d6a8e;
  cursor: pointer;
  font-family: 'aktiv-grotesk-std',sans-serif;
  font-size: 18px;
  padding: 0px;
  text-transform: uppercase;
  height: 72px;
  width: 240px;
  clear: both;
  margin: 20px auto;
  display: inline-block;
  text-align: center;
  line-height: 72px;
}
a.archive-button:hover {
  background-color: #ed6d6f;
  color: #fff;
}
/* SIDEBAR */
.sidebar-primary {
  float: right;
  width: 340px;
}
.sidebar .widget {
  padding-bottom: 40px;
  /* background: url('images/line-480.png') no-repeat bottom center !important;*/
  border-bottom: 1px solid #5d6a8e;
}
.sidebar .widget-title {
  background-color: #fff;
  font-size: 24px;
  font-weight: 200;
  color: #878787;
  padding: 0px;
}

.sidebar .widget .button {
  background-color: #fff;
  color: #5d6a8e;
  border: 1px solid #5d6a8e;
  cursor: pointer;
  font-family: 'aktiv-grotesk-std',sans-serif;
  font-size: 21px;
  padding: 0px;
  text-transform: uppercase;
  height: 72px;
  width: 240px;
}
.sidebar .button:hover {
    background-color: #ed6d6f;
  color: #fff;
}
.sidebar img {
  width: 100%
}
/* CONTENT */
/*.content-sidebar .content {
  padding-right: 20px;
}*/
.entry-title a, .sidebar .widget-title a {

  font-weight: 200;
  color: #5d6a8e;
}


/* FOOTER */
.site-footer .wrap {
  border-top: none;
  padding: 0px 0 30px;
}
.site-footer {
  background-color: #fff;
  font-family: 'aktiv-grotesk-std',sans-serif;
  font-size: 14px;
  text-align: center;
  color: #333;
}
.js .content .home-middle a .entry-time, .js .content .home-top a .entry-time {
  background-color: #5d6a8e;}

.home-top .entry-comments-link::before, .home-middle .entry-comments-link::before {
  display: none;
  visibility: hidden;
}

.gw-gopf-post-content {
min-height:200px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Enable Search to Show On Mobile - Begin */
@media only screen and (max-width: 1048px) {
	.genesis-nav-menu > .right {
	    display: inherit;
	    width: 100%;
	    float: left;
	    padding: 0 0 10px 10px;
	}
	.genesis-nav-menu > .search {
		margin: 0;
	}
	.genesis-nav-menu .search-form input {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.nav-primary .wrap {
	    padding: 0 10px 0 10px;
	}
	.genesis-nav-menu > .right {
	    padding: 0 0 10px 0;
	}
}
/* Enable Search to Show On Mobile - End */

@media only screen and (min-width: 1049px) {
  .primary-nav .site-header {
    padding-top: 3rem;
  }
}

@media only screen and (max-width: 1048px) {
  .gw-gopf-post-content {
    min-height:240px;
  }
}

@media only screen and (max-width: 1023px) {

  .nav-secondary ul > li > a {
    font-size: 18px;
    font-weight: 200;
    color: #5d6a8e;
  }
  .nav-primary .genesis-nav-menu a {
      padding: 0px 10px;
      font-size: 11px;
      line-height: 48px;
  }
}

@media only screen and (max-width: 959px) {
.gw-gopf-post-content {
min-height:190px;
}
}

@media only screen and (max-width: 768px) {

  body {
  background-image: none;
  }
  .site-container {
  background-image: none;
  }

    .nav-secondary ul > li > a {
    font-size: 14px;
    font-weight: 200;
    color: #5d6a8e;

  }
    .genesis-nav-menu a {
    padding: 18px 12px;
  }

}


@media only screen and (max-width: 480px) {

  .content img {
    width: 100%;

  }

}
