/* Custom additons by Sirtin Studios */

.logo {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url("images/hc-logo-header4.png") no-repeat center center;
  background-size: 100% auto;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  height: 0;
  padding-bottom: 27.333333%;
}

.page .page-content .wp-caption .wp-caption-text,
.single .entry-content .wp-caption .wp-caption-text {
  color:#5f5f5f;
  font-style:italic;
  text-align:center;
  font-size:.8em;
  margin-top:-17px;
  margin-bottom:15px;
}

.logo a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 27.333333%;
}

.top-strip nav>ul>li {
  height: 50px;
  line-height: 50px;
}

.top-strip nav>ul>li a {
  padding: 16px 15px;
}

.top-strip #searchform {
  border: none;
}

#searchform button, #searchform input {
  height: 50px;
}

#searchform input {
  font-size: 14px;
  font-weight: bold;
}

#searchform button {
  margin-top: -25px;
}

.top-strip #searchform input[type=text] {
  width: 55px;
  margin-right: 30px;
  text-align: right;
  -webkit-transition: width .5s ease-in-out;
  -moz-transition: width .5s ease-in-out;
  -o-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out;
}

.top-strip #searchform input[type=text]:focus {
  text-align: left;
}

.csstransitions .top-strip #searchform input[type=text]:focus {
  width: 200px;
}

.footer-sidebar {
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}

@media only screen and (min-width: 801px) {
  .footer-sidebar .widget-area:last-child {
    border-style: dotted;
    border-width: 0;
    border-left-width: 1px;
  } 
}

.entry-image {
  background-color: transparent!important;
}

/* Jumbo Menu */
.jumbo-menu-button {
  padding: 10px 15px 12px 14px;
}

/* Mailchimp Form */

.mc4wp-form input[type=email] {
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
}

.mc4wp-form input[type=submit] {
  width: 100%;
  border: none;
  background: #00a5b2;
  color: #fff;
  margin-top: 10px;
}

.mc4wp-form input[type=submit]:hover {
  box-shadow: none;
}

/* 
 * Author Page
 */ 
.author-page .column-2 {
  float:right;  
}

.author-page .author-box {
  padding:8%;
    margin-top:65px;
  margin-bottom:30px;
  text-align:center;
}

.author-page .author-box .author-info,
.author-page .author-box .author-info h1 {
  margin-bottom:30px;
}

.author-page .author-box .avatar img {
  display:block;
  border-radius:50%;
  margin:-100px auto 15px;
    border:5px solid #fff;
}

.author-page .author-box .author-social {
  display:inline-block;

}

.author-page .author-box .author-social li {
  margin:0;
  padding:0 8px;
}

.author-page .author-box .author-social li a {
  text-decoration:none;
  font-size:18px;
}

.sidebar-fixed {
    -webkit-backface-visibility:hidden;
}

.archive.author .classic-layout {
  margin-right: 0px;
}

.archive.author .classic-layout.entries.grids {
  margin-left: 0px;
}

.archive.author .pagination {
  margin-left: 30px;
  margin-right: -30px;
}

@media only screen and (max-width: 959px) and (min-width: 801px) {
  .archive.author .grid-8,
  .archive.author .grid-4 {
    width: 100%;
  }
  .archive.author .sidebar-fixed,
  .archive.author .sticky-bar-container {
    width: 100%!important;
  }
  .archive.author .pagination {
    margin-left: 15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 800px) {
  .archive.author .sidebar-fixed,
  .archive.author .sticky-bar-container {
    width: 100%!important;
  }
  .archive.author .pagination {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Pagination */
.pagination-alt {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  text-transform: uppercase;
}
.pagination-alt a {
  text-decoration: none;
}
