@media (min-width:768px) {
    .jumbotron.fortags {
        background-image: url(../img/theme/jumbotron.jpg);
    }
}

.jumbotron.fortags {
    background-image: url(../img/theme/jumbotron.jpg);
}

/* Excerpt at top of post. */
.excerpt-single {
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 1.2em;
}

/** call-to-action button **/
.cta {
  background: #ff7720;
  background-image: -webkit-linear-gradient(top, #ff7720, #EE6300);
  background-image: -moz-linear-gradient(top, #ff7720, #EE6300);
  background-image: -ms-linear-gradient(top, #ff7720, #EE6300);
  background-image: -o-linear-gradient(top, #ff7720, #EE6300);
  background-image: linear-gradient(to bottom, #ff7720, #EE6300);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 5px #666666;
  -moz-box-shadow: 2px 2px 5px #666666;
  box-shadow: 2px 2px 5px #666666;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 25px 15px 25px;
  text-decoration: none;
}
 .cta:hover { 
  background: #EE6300;
  background-image: -webkit-linear-gradient(top, #EE6300, #ff7720);
  background-image: -moz-linear-gradient(top, #EE6300, #ff7720);
  background-image: -ms-linear-gradient(top, #EE6300, #ff7720);
  background-image: -o-linear-gradient(top, #EE6300, #ff7720);
  background-image: linear-gradient(to bottom, #EE6300, #ff7720);
  text-decoration: none;
  color: white;
}
 
img.aligncenter {
    display: block;
    margin: 0 auto;
}
/* Menu in footer should be horizontal. */
ul#menu-bottom-menu {
    margin: 0; padding: 0; 
	list-style-type: none; 
	list-style-image: none;
	text-align: center;
	text-transform: uppercase;
  margin-bottom: 2em;
}

#menu-bottom-menu li {display: inline; padding: 5px 20px;}

#menu-bottom-menu a { color: #777; }

.footer-cta { margin-bottom: 1em; }
