.genesis-nav-menu .sub-menu {
    background-color: #242424;
}

#full-image {
	text-align: center;
	width: 100%;
}

.google-translate {
  font-size:14px;
}

.home .google-translate {
  display:none;
}

.entry-author, .entry-comments-link, .entry-footer .entry-meta, .entry-time {
    text-transform: capitalize;
}

.home .home-meta {
  display:none;
}

#reg_passmail {
  color:white;
}

/** iframe css */
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
}

@media screen and (max-width: 700px) {
  .resp-container {
     height:500px;
     padding-top: 50%;
  }
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.enews-widget input[type="email"] {
    float: left;
    width: 69%;
}

/** related posts CSS **/
.related-posts {
border-top: 1px solid #ccc;
padding-top: 40px;
}

.related-posts-list .one-third {
box-sizing: border-box;
}

.related-posts-list .one-third:first-child {
margin-left: 25px;
}

a.related-post-title {
line-height: 27px;
color: #333;
font-size: 18px;
}

.one-copy {
padding: 1.5rem 1.25rem 1.75rem;
}

.entry-meta {
  display:none;
}

.single .author-box {
    margin-top: 70px;
}

/** modify width + media queries */
.related-width {
  width:30% !important
}

@media only screen and (max-width: 600px) {
    .related-width {
  		width:80% !important;
      margin: 0 auto !important;
      padding-bottom: 15px;
		}
}

/** padding for totalpoll divs */
.totalpoll-poll-container {
    padding: 20px 0;
}

h4.totalpoll-question {
    text-transform: capitalize;
}