@font-face {
  font-family: UltraCondensedSansSerif;
  src: url(../fonts/UltraCondensedSansSerif.woff);
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-ExtraLight.woff);
}

body,
h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat';
  color: #3a414e;
}

a {
  transition: all 0.5s ease;
}

a, a:visited {
  color: #5A9D67; /* respoke green */
}

a:focus, a:hover {
  color: #5A9D67;
}

#item .category a::before {
  content: " - "
}

#item .category a:nth-child(1)::before {
  content: " "
}


#item .category a:hover,
#item .category a:visited:hover {
    color: #5A9D67;
    text-decoration: none;
}

.tags .label.label-secondary,
.tags .label.label-secondary a {
  color: white;
}

.tags .label.label-secondary:hover,
.tags .label.label-secondary a:hover,
.tags .label.label-secondary a:focus {
  text-decoration: none;
}

#footer a,
#footer a:visited {
    color: #acb3c2;
}

#footer a:focus,
#footer a:hover {
  color: #5A9D67;
  text-decoration: none;
}

#header {
  background: rgba(255,255,255,.9);
  border: none;
}

body.ride #header { /* individual post pages — item template */
  border: none;
  background: transparent;
}

body.ride.header-fixed #body-wrapper {
  padding-top: 4rem;
}

#body-wrapper .container {
  padding-top: 0;
  padding-bottom: 0;
}

/* list and ride pages */
section.blog-listing,
.blog-listing .column {
  /* padding: 0; */
}

.blog-list-item {
  padding: 4rem 0 2rem;
}
.blog-list-item:nth-child(even) {
  background: #f8f9fa;
}

#listing-footer { /* pagination */
  text-align: center;
}

.pagination {
  margin: 2rem auto;
  display: inline-block;
  text-transform: lowercase;
}

.pagination a {
  color: #aaa;
}

.pagination a:hover {
  text-decoration: none;
  color: #5A9D67;
}

.ride-header,
.ride-category,
.ride-link {
  text-align: center;
}

.ride-image {
  margin: 1.5rem 0 1.5rem 0;
}

.ride-category {
  margin-bottom: 1rem;
}

#item .content-title h2,
#item .content-title h3,
.ride-title h3,
.page .content-title h2,
.page .content-title h3,
h6 {
  font-family: 'UltraCondensedSansSerif';
}

#item .content-title h2,
.page .content-title h2 {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-size: 3rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

#item .content-title h3 {
  font-size: 1.4rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0;
}

.ride-title h3 {
  font-size: 2rem;
}

.page .content-title h2 {
  margin-bottom: 0.4rem;
}

.page .content-title h3 /* subtitle */ {
  margin-top: 0;
  margin-bottom: 2rem;
  /* color: #7D858A; */
}


.ride-title h3 a {
  color: #3a414e;
}

.ride-title h3 a:hover {
  text-decoration: none;
}

 .page h6 {
  text-align: left;
  margin-left: 6rem; /* matches para spacing */
  margin-right: 6rem;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.ride-link {
  margin-top: 3rem;
}

.ride-link a {
  font-size: 0.8rem;
  color: #acb3c2;
}

.ride-link a:hover {
  color: #5A9D67;
  text-decoration: none;
}

.blog-date.read-more {
  text-align: center;
  font-size: 0.7rem;
  margin: 1.5rem 0 1rem 0;
}

.blog-date.read-more,
.read-more a {
  color: #3a414e;
}

.read-more a:hover {
  color: #5A9D67;
  text-decoration: none;
}

#item .category,
#item .category a,
#item .category a:visited {
  color: #acb3c2;
}

.main-image {
    margin-bottom: 2rem;
}

.main-image img {
  box-shadow: 0 .25rem 1rem rgba(48,55,66,.4);
}

.blog-listing #item {
  padding-bottom: 0;
}

#item {
  padding-bottom: 3rem;
}

#item p,
.page p { /* inset images */
  text-align: justify;
  line-height: 2;
  margin-left: 1rem;
  margin-right: 1rem;
}

.columns .image-array {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  /* margin-bottom: 2.5rem */
}

.image-array .column {
  padding-bottom: 0.6rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.image-array .rounded img {
  border-radius: .375rem;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(#fff,#000); /* Safari corrner overflow fix */
}

.tags,
.blog-date {
  text-align: center;
}

.tags {
  margin-top: 1rem;
}

.blog-date {
  margin-top: 2rem;
}

.blog-date {
  color: #3a414e; /* needed?? */
}

.blog-date div {
  margin-top: 0.4rem;
}

.tags .label.label-secondary {
  background: #7D858A;
  padding: 0.2rem 0.4rem;
  margin: 0 0.25rem;
}
.tags .label.label-secondary:hover {
  background: #5A9E68;
}

#bottom-logo {
  background: #7D858A;
}

#bottom-logo img.logo-sq {
  width: 75%;
  max-width: 160px !important;
  display: block;
  margin: 1.5rem auto;
}

#bottom-logo img.logo-sq {
  margin-bottom: 0rem;
}

#footer {
  background: #fff !important;
}

/*** featherlight image gallery */
.featherlight .featherlight-content {
  padding: 0;
  border-bottom: 0;
}

.featherlight-next,
.featherlight-previous {
  display: none;
}

.featherlight .featherlight-close-icon,
.featherlight-next:hover,
.featherlight-previous:hover {
  background: transparent;
  color: #fff;
}

.featherlight .featherlight-close-icon,
.featherlight .caption {
    background-color: rgba(0,0,0,.6);
    color: white;
}

.featherlight .featherlight-close-icon:hover {
  background-color: #5A9E68;
}

.featherlight .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0; /* same width as white border around images **/
  padding: 1em 1.5em;
}

/*** post navigation ***/
.prev-next {
  text-transform: lowercase;
  margin: 3rem auto 2.5rem auto;
  font-size: 0.8rem;
}

.prev-next,
.prev-next a {
  color: #3a414e;
}

.prev-next a:hover {
  color: #5A9E68;
  text-decoration: none;
}

/**** Navigation ****/
.dropmenu {
  text-transform: lowercase;
  font-size: 0.6rem;
}

.dropmenu ul li a:only-child {
  padding-right: 0.4rem; /* reset */
}

.dropmenu ul li a {
  padding: 0.2rem 0.4rem;
}

.dropmenu ul li a,
.dropmenu ul li a.active {
  color: #7D858A !important;
  border: 1px solid transparent;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; /* future proofing */
  -khtml-border-radius: 5px; /* for old Konqueror browsers */
  margin: 0 0.4rem;
}

.dropmenu ul li a:focus,
.dropmenu ul li a:hover {
    border: 1px solid transparent;
    background: #7D858A;
    color: #fff !important;
}

/* navigation link back to respoke */
.dropmenu ul li.respoke a,
.dropmenu ul li.respoke a.active {
  color: #5A9D67 !important;
  border: 1px solid #5A9D67;
}

.dropmenu ul li.respoke a:focus,
.dropmenu ul li.respoke a:hover {
  background: #5A9D67;
  color: #fff !important;
}

#bottom-navbar {
  display: block;
  margin: 0.4rem auto 1.2rem auto;
  text-transform: lowercase;
  text-align: center;
  font-size: 0.6rem;
}

#bottom-navbar li.respoke a {
  color: #fff;
}

#bottom-navbar li.respoke a:hover {
  text-decoration: none;
  color: #5A9D67;
}

#bottom-navbar a {
  color: #fff;
  padding: 0.2rem 0.4rem;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; /* future proofing */
  -khtml-border-radius: 5px; /* for old Konqueror browsers */
}

#bottom-navbar a:visited,
#bottom-navbar a.active {
  text-decoration: none;
}

#bottom-navbar a:hover {
  color: #7D858A;
  text-decoration: none;
  background: #f8f9fa;
}

#bottom-navbar ul {
  margin: 0;
}

#bottom-navbar > ul > li {
  list-style: none;
  margin: 0 0.2rem;
}

#bottom-navbar li {
  display: inline;
}

/**** mobie menu ****/
.mobile-menu .button_container span {
  background: #acb3c2;
}

.mobile-container a,
.mobile-container a:visited {
  color: #7D858A;
}


/******* MEDIA QUERIES ******/
@media only screen and (min-width: 480px) {
  #item p, /* inset past images */
  .page p,
  .ride-link {
    margin-left: 6rem;
    margin-right: 6rem;
  }

}

@media only screen and (min-width: 600px) {
  .blog-date {
    margin-top: 2rem;
  }
  .e-content {
      margin: 2.5rem 0;
  }
}

@media only screen and (min-width: 960px) {
  #item .e-content {
    margin-bottom: 2.5rem;
  }
  #body-wrapper.page {
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 1280px) {

}
