.divider {
  border-top: 1px solid #e0e0e0;
}

.tagline, .tagline p {
  font-family: "Droid Serif", Serif;
  font-size: 24px;
  font-style: italic;
  text-align: center;
  font-weight: 300;
  color: #333;
}
.tagline span {
  color: #FCBF31;
}

ul.shortcode-list {
  list-style: none;
  margin-left: 0;
  font-style: italic;
}
ul.shortcode-list i{
  color: #FCBF31;
  font-size: 18px;
}

.gallery-seperated img {
  width: 100%;
  transform: scale(1.1);
}

.gallery-seperated a {
  position: relative;
  display: block;
  transition: all 0.4s linear;
  margin-bottom: 20px;
  overflow: hidden;
}
.gallery-seperated a .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  padding-top: 22%;
  text-align: center;
  background: rgba(0,0,0, 0.5);
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
}

.gallery-seperated a .thumb-info {
  top: 20px;
  position: relative;
}

.gallery-seperated a h3 {
  color: #FCBF31;
  margin-bottom: 5px;
}
.gallery-seperated p {
  color: #ddd;
  font-family: "droid serif", georgia;
  font-size: 0.875rem;
  font-style: italic;
  font-size: 12px;

}

.gallery-seperated a:hover .overlay {
  opacity: 1;
}

.gallery-seperated a:hover img {
  transform: scale(1);
  transition-duration: 0.5s;
}

.gallery-seperated a:hover .thumb-info {
  top: 0;
  transition-duration: 0.5s;
}

 .gallery-seperated a.hidden {
  opacity: 0.3;
 }

 .gallery-seperated .sub-nav a {
  margin-bottom: 0;
 }

.decorated ul {
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
}

.decorated ul p.quote {
  padding: 20px 30px 0;
  border: none;
}

.decorated ul p.author {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
}

.decorated .orbit-container .orbit-bullets-container {
  padding: 18px 0 0;
}

.decorated .orbit-container .orbit-bullets li {
  background: #DDDDDD;
  border: none;
}
.decorated .orbit-container .orbit-bullets li.active {
  background: #FCBF31;
}


/*footer widgets*/
.update-form input {
  border: none;
  background: #333333;
  font-size: 14px;
}

.update-form input:focus {
  background: #333;
}

.update-form input.button {
  background: #eee;
  border: none;
  color: #000;
  padding: 13px 20px 10px;
}

.tweet span, .news span {
  display: block;
  color: #666;
}



