/*
Theme Name: HES Blog
Author: Ryan Smith
Author URI: http://stormid.com
Version: 1.0
*/

@import "app.css";

img {
    width: auto !important;
    height: auto !important;
}

.nav-breadcrumb {
	margin-top: 0.5rem;
}

.panel-header {
    margin-top: -3rem;
    /*padding-top: 2rem;*/
}

.wp-post-nav {
    overflow: hidden;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px #eee solid;
}

.wp-post-nav li {
    width: 45%;
    float: left;
}

.wp-post-nav li:last-child {
    float: right;
    text-align: right;
}

.wp-divider {
    height: 1px;
    width: 100%;
    background: #eee;
}

.wp-caption {
    width: auto !important;
}

.wp-caption-text {
    font-size: 0.85rem !important;
    color: #666 !important;
    margin-top: 10px !important;
}

.wp-caption img {
    width: auto !important;
    height: auto !important;
}

.alignleft {
    float: left;
    margin: 6px 28px 28px 0;
}

.alignright {
    float: right;
    margin: 6px 0 28px 28px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 28px;
}

iframe[id^='twitter-widget-'] {
    margin: 0 auto;
    float: none;
    clear: both;
    width: auto !important;
    min-width: 75% !important;
}

.author-info {
    background: #eee;
    padding: 10px 20px 0;
    overflow: hidden;
}

.author-avatar {
    float: left;
    margin: 0 20px 20px 0;
}

.author-avatar img {
    width: 100px !important;;
    height: 100px !important;;
}

.author-description {
    float: left;
    width: calc(100% - 120px);
}

.author-link {
    display: block;
}

.editor-content img {
    width: auto !important;
    height: auto !important;
}

.editor-content ul.slides {
    margin: 0 !important;
}

.author {
    margin-bottom: 30px;
    overflow: hidden;
}

.author-image {
    display: block;
    float: left;
    width: 100px;
    margin-right: 20px;
}

.authour-description {
    float: left;
    width: calc(100% - 120px);
}

.author-name {
    font-size: 1.25rem;
    font-weight: bold;
}

.wp-email input[type="text"] {
    line-height: 23px;
    color: #666666;
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 4px;
    box-sizing: border-box;
}

.wp-email input[type="submit"] {
    padding: 5px 10px;
    background: #00A0C4;
    color: #fff;
    border-radius: 4px;
}

.wp-email input[type="submit"]:hover {
    opacity: 0.75;
}

.wp-email input[type="submit"]:last-of-type {
    background: #eee;
    color: #666;
}

.wp-email br {
    display: none;
}

.wp-email label {
    display: none;
}

.collapse__heading {
    cursor: pointer;
    display: block;
    padding-left: 0;
    text-indent: 25px;
    position: relative;
}

.collapse__heading i {
    position: absolute;
    top: 16px;
    left: 0;
    text-indent: 0;
    z-index: -1;
}

.wp-list li {
  line-height: 16px;
  line-height: 1rem;
  padding: 0;
  position: relative; }

.wp-list a {
  color: #5f5d60;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Gill Sans Nova W01", sans-serif;
  display: block;
  padding: 6px 0;
}

.wp-list a:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 10px;
    text-align: center;
    text-rendering: auto;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    /*content: "\2611";*/
    content: "\f096";
}

.wp-list a:hover {
    color: #767477; }

.wp-list li.current-cat a {
  font-weight: 700;
}

.wp-list li.current-cat a:before {
    content: "\2611";
}


/*.wp-list {
  color: #b3b3b3;
  left: 0;
  position: absolute;
  top: 6.4px;
  top: 0.4rem;
  margin: 0; }

*/

.storify iframe {
    position: relative;
    height: 500px !important;
}

ul.wcflex-direction-nav li {
    list-style: none;
}

.slides a[href^="http"]:after {
    display: none;
}

.author-1,
.author-41 {
    display: none !important;
}

.svg-helper {
    width: 100% !important;
}

.logo-link img {
    width: 200px !important;
}

@media (min-width: 60em) {
  #navigation {
    display: block !important;
  }
}

#wp-main {
  float: right;
}

