p,
td,
li {
  font-weight: 200;
  font-size: 14px;

}
header.page-header {
  margin-top: 0;
}
.btn {
  border-radius: 0;
  margin: 5px 0 10px;
}
.learn-more {
  text-align: center;
}
.learn-more h2 {
  font-size: 18px;
}
.learn-more input {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  height: 50px;
}
.learn-more button {
  margin: 5px 0 10px;
}
#send-success {
  display: none;
  font-size: 18px;
}
.disclaimer {
  font-size: 12px;
}

.collapse {
  display: none;
}
.navbar {
  margin-bottom: 0;
}
.navbar-brand {
  padding-top: 13px;
  padding-right: 5px;
}
body.front-page .navbar-brand {
  display: none;
}
.nav > li > a {
  padding-left: 15px;
  padding-right: 5px;
}
.jumbotron {
  margin: 0;
}
.jumbotron-main {
  padding: 0 0 5px;
  text-align: center;
  background: url('/blog/wp-content/themes/wilsonrogers/img/gold-stripe.png');
  border-bottom: 8px solid #eee;
}
.jumbotron-main h1 {
  font-size: 80px;
  text-shadow: 0 2px 1px rgba(255, 255, 255, 0.9);
  color: #555;
}
.jumbotron-main .divider {
  width: 50%;
  max-width: 400px;
  height: 2px;
  background-color: #555;
  box-shadow: 0 2px 1px rgba(255, 255, 255, 0.9);
  margin: 0 auto;
}
.jumbotron-main .divider-small {
  width: 30%;
  max-width: 250px;
}
.jumbotron-main h2 {
  font-family: 'Roboto';
  font-size  : 18px;
  line-height: 1.4;
  color      : #555;
  font-weight: 400;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.jumbotron-main h2 a {
  color: #555;
}
.jumbotron-posts {
  background-color: #eee;
}

.jumbotron-posts h2 {
  text-align: center;
}

.front-page-search {
  text-align: center;
  margin-top: 20px;
}
.front-page-search label {
  font-weight: 200;
  font-size: 14px;
}


h2 {
  color: #009900;
  font-weight: bold;
}
.pitch-capsule {
  font-size: 14px;
  font-weight: 200;
}
.pitch-container {
  padding: 20px 0;
  text-align: center;
}
.pitch-container h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
.circle {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background: #eee;
  margin: 0 auto 10px;
  background-size: 100%;
}
.circle-quotes {
  background: url('/blog/wp-content/themes/wilsonrogers/img/quotes-gold.png') center center no-repeat;
}
.circle-professional {
  background: url('/blog/wp-content/themes/wilsonrogers/img/professional-gold.png') center center no-repeat;
}
.circle-calendar {
  background: url('/blog/wp-content/themes/wilsonrogers/img/calendar-gold.png') center center no-repeat;
}
.jumbotron-map {
  position: relative;
  padding: 0;
  height: 250px;
}
#map {
  width: 100%;
  height: 250px;
  position: absolute;
  z-index: 10;
}
div.map-over {
  position: absolute;
  top: 10px;
  left: 50%;
  padding: 0 20px 10px;
  margin-left: -150px;
  width: 300px;
  background-color: white;
  border: 1px solid #999;
  z-index: 15;
  text-align: center;
}
div.map-over div {
  line-height: normal;
}
div.map-over h2 {
  margin: 10px 0 5px;
}
.container-services h2,
.container-services h3 {
  text-align: center;
}
.container-services table {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.container-services table td {
  padding-left: 0 !important;
}
.container-services table td.service {
  width: 40%;
}
.container-services table td.price {
  text-align: center;
}
.container-services table td.price span {
  white-space: nowrap;
}
.container-services table td.check {
  text-align: center;
}
.container-services .glyphicon-ok {
  color: #009900;
}
.container-services .price-explainer {
  max-width: 600px;
  margin: 5px auto 0;
  font-weight: 200;
}
.container-services .price-explainer em {
  font-weight: 200;
}
.container-services .price-note {
  color: #666;
  font-size: 12px;
  line-height: normal;
}
th {
  text-align: center;
}
.icon-svg {
  width: 100px;
  height: auto;
  margin-top: 25px;
}
ul {
  padding-left: 15px;
}
.jumbotron-blog {
  background-color: white;
}
.container-blog h2 {
  text-align: center;
  color: #009900;
}
.container-blog h3 a {
  color: black;
}
.container-blog p a {
  color: #009900;
  font-weight: bold;
}
.jumbotron-footer {
  background: url('/blog/wp-content/themes/wilsonrogers/img/gold-stripe.png');
  color: #555;
  font-size: 18px;
  text-align: center;
  border-top: 8px solid #eee;
}
.jumbotron-footer a {
  color: #555;
}
.container-inside {
  padding-top: 100px;
}
.container-inside h1 {
  color: #222;
}
.container-inside h2 {
  color: #222;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 18px;
}
p.testimonial {
  max-width: 600px;
  margin-bottom: 2em;
}
.container-inside p,
.container-inside li {
  font-size: 16px;
}

/*Single posts */

#blog_subscription-2 .success {
padding: 10px;
margin-bottom: 10px;
background: #efefef;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#blog_subscription-2 .success p {
margin-bottom: 0;
}
#blog_subscription-2 .success + p,
#blog_subscription-2 .success + p + form {
display: none;
}

h1.entry-title,
h1.archive-title,
h1.page-title {
  margin-top: 0;
}

h3.assistive-text,
h3#reply-title {
  margin-top: 40px;
}

.nav-single .nav-previous,
.nav-single .nav-next {
  display: block;
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-single .nav-previous {
  padding-right: 15px;
}

.nav-single .nav-next {
  padding-left: 15px;
}

#secondary aside ul {
  list-style-type: none;
}
#secondary aside li {
  margin-bottom: 5px;
  font-size    : 12px;
}

#secondary aside li:last-child{
  margin-bottom: 0;
}
.form-allowed-tags {
  display: none;
}

.comment-form-comment label {
  display: none;
}

textarea#comment {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.form-submit input#submit,
.front-page-search input#searchsubmit {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  border-radius: 0;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-style: solid;
}
.front-page-search input#searchsubmit {
  font-size: 16px;
}
.post-meta {
  margin-bottom: 20px;
}
footer.entry-meta {
  margin-bottom: 40px;
}
footer.entry-meta .by-author {
  display: none;
}
header.entry-header {
  margin-bottom: 20px;
}
.aligncenter {
  margin-left : auto;
  margin-right: auto;
}
.wp-caption {
  margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
  .pitch-container .col-xs-4 {
    float: none;
    margin: 0 auto 10px;
    width: 80%;
  }
  .jumbotron-main h1 {
    font-size: 36px;
  }
  .container-services .col-sm-4 {
    float: none;
    margin: 0 auto 10px;
    max-width: 600px;
  }
}