/*
 * Max content widths
 */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto
}

/*
 * Content
 */
#content article {
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dfdfdf;
}

#content article:last-child {
    border-bottom: 0;
}

#content header {
  margin: 20px 0
}

#content section {
  margin-bottom: 20px
}

#content footer {
  padding-bottom: 20px
}

/*
 * Sidebar
 */
.sidebar {
    margin-top: 20px
}

.sidebar section {
    margin-bottom: 40px
}

.sidebar ul,
.sidebar ol {
    list-style-type: none;
    padding: 0
}

.sidebar li {
    margin: 10px 0
}

/*
 * Hide form placeholders on focus
 */
input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */

/*
 * Comments
 */
#respond {
    margin-top: 40px
}

ol.commentlist {
    counter-reset: li;
    padding: 0
}

ol.commentlist ul {
    padding: 0
}

ol.commentlist > li {
    position: relative;
    margin: 0 0 20px 0;
    list-style: none;
}

ol.commentlist > li:before {
    content: "Thread " counter(li);
    counter-increment: li;
    position:absolute;
    top: 0;
    right: 0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    padding: 5px 20px 5px 10px;
    color: #999
}

ol.commentlist li ol,
ol.commentlist li ul {
    list-style-type: none;
    margin: 0
}

.commentlist li li {
    background: #f8f8f8;
}

.commentlist li li li {
    background: #fff
}

.commentlist li li li li {
    background: #f8f8f8
}

.commentlist li li li li li li {
    background: #fff
}

.commentlist li {
    padding: 20px
}

.commentlist ul li {
    margin-top: 20px;
    margin-bottom: 0
}

.reply p {
    margin: 0
}

/*
 * Site footer
 */

.site-footer {
    padding: 40px 0
}

.site-footer ul,
.site-footer ol {
    list-style-type: none;
    padding: 0
}

.site-footer li {
    margin: 10px 0
}

.site-sub-footer p {
    text-align: center
}

.site-footer p {
    text-align: center
}

/*
 * Specific styles
 */
body {
    background-color: #fdfdfd;
    overflow-x: hidden;
}

article > section {
    word-wrap: break-word;
}

.navbar-static.secondary, .navbar-static-top {
    background-color: #18BC9C !important;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.navbar-brand > img {
    float: left;
    width: 35px;
    height: 35px;
    margin-top: -8px;
    margin-right: 10px;
}

.navbar-brand {
    font-weight: normal !important;
}

#navbarCollapse .active > a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 3px solid #fff;
    height: 60px;
    opacity: 1;
}

.blog-heading {
    padding: 50px 15px;
    text-align: center;
    background-color: #f8f8f8;
}

.blog-heading > h1 {
    font-size: 35px;
    margin: 0;
    color: #999;
    font-weight: 900;
}

.blog-heading > p {
    font-size: 16px;
    color: #aaa;
    margin-top: 25px;
    margin-bottom: 0px;
}


#searchform > .input-group {
    width: 100%;
}

#content {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

#content p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 25px;
}

#content h1,
#content h2,
#content h3,
#content h4 {
    margin-top: 50px;
    margin-bottom: 25px;
    font-weight: bold;
}

#content h1 {
    font-size: 30px;
    line-height: 37px;
}

#content h2 {
    font-size: 25px;
    line-height: 30px;
}

#content h3 {
    font-size: 21px;
    line-height: 23px;
}

#content h4 {
    font-size: 19px;
    line-height: 23px;
}

#content h5 {
    font-size: 17px;
    line-height: 23px;
}

#content article header {
    text-align: center;
}

#content article header h2 {
    margin: 0;
    font-weight: 900;
    font-size: 42px;
    line-height: 49px;
}

#content article header a {
    color: #555;
    text-decoration: none !important;
}

#content article header h4 {
    margin: 0;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 15px;
    color: #bbb;
    font-size: 16px;
}

#content article header time {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 2px;
}

#content article header {
    margin-bottom: 35px;
    margin-top: 50px;
}

.single-post #content article {
    border-bottom: 0;
}

footer .marked a i {
    color: #FF3333;
    display: inline-block;
    width: 20px;
    text-align: center;
}

footer .marked a {
    text-decoration: none !important;
    color: #999;
}

footer .copy {
    font-weight: bold;
}

/*
 * HighlightJS Theme
 */
pre {
    padding: 0;
    border: 0;
    background: 0;
    margin-bottom: 25px;
}

pre > code.hljs {
    padding: 25px;
}

#content .log {
    padding: 15px;
    display: block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 25px;
    opacity: .75;
}

#content .log:hover {
    opacity: 1;
}

#content .log ul {
    padding-left: 25px;
}

#content .log p {
    margin-bottom: 10px;
}

img {
    border-radius: 0px;
}

.pagination > li > a {
    background-color: #fdfdfd;
    color: #555;
    border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > a:focus {
    background-color: #ddd;
    color: #555;
}

.pagination > li.active > a {
    background-color: #18BC9C !important;
    color: #fff;
}

img[data-action="zoom"] {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 666;
    -webkit-transition: all 300ms;
         -o-transition: all 300ms;
            transition: all 300ms;
}

img.zoom-img {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

.zoom-overlay {
    z-index: 420;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    filter: "alpha(opacity=0)";
    opacity: 0;
    -webkit-transition:      opacity 300ms;
         -o-transition:      opacity 300ms;
            transition:      opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=100)";
    opacity: 1;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
    cursor: default;
}

.shortcode-image {
    margin-bottom: 25px;
    max-width: 100%;
}

.accent-button {
    text-decoration: none !important;
    color: #fff;
    background-color: #18bc9c;
    padding: 10px 25px;
    display: inline-block;
    margin: 15px 0;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #18bc9c;
}

.accent-button:hover {
    color: #fff;
    background-color: #128f76;
    border-color: #11866f;
}

.accent-button:focus {
    color: #fff;
    background-color: #128f76;
    border-color: #11866f;
}

.navbar-toggle > .icon-bar {
    background-color: #fff;
}

@media (max-width: 768px) {
    .navbar-collapse {
        background-color: rgba(50,50,50,.9);
    }

    .navbar-collapse .navbar-nav > li.active > a {
        height: auto !important;
        border-bottom: 0 !important;
    }
}

.site-footer {
    padding-left: 15px;
    padding-right: 15px;
}

/**
 * Post related
 */
.ps-thumbnail {
    position: relative;
    text-align: center;
}

.ps-thumbnail .bg-pane {
    position: absolute;
    left: -100%;
    width: 300%;
    height: 100%;
    z-index: -1;
}

.ps-thumbnail > img {
    width: 100%;
    height: auto;
}

.shortcode-thumbnail {
    margin-bottom: 25px;
}

.shortcode-thumbnail.has-top {
    margin-top: 25px;
}
