/*Main Styles*/
/* border #e4e4e4 color: */
* {
    border-collapse: collapse;
}

.body-border {
    position: fixed;
    z-index: 100000;
    background: #e4e4e4;
}

.body-border-left {
    width: 10px;
    height: 100%;
    left: 0;
}

.body-border-right {
    width: 10px;
    height: 100%;
    right: 0
}

.body-border-bottom {
    width: 100%;
    height: 10px;
    bottom: 0
}

.body-border-top {
    width: 100%;
    height: 10px;
    top: 0;
}

body {
    color: #666666;
    background-color: white;
    font: 400 15px/26px "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
}

body article:last-child {
    margin-bottom: 12px;
}

.content {
    padding-top: 50px;
}
ol, ul {
    margin: 0px;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: #6f6f6f
}

html {
    min-height: 100%;
    height: 100%
}

.border-bottom {
    border-bottom: 1px solid #e4e4e4;
}

.post-image { /* ToDo review*/
    margin: 0 0 20px 0;
}

/* Posts */
article {
    margin-top: 40px;
}

.post-title {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
}

.post-title h1 {
    font-family: Oswald;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

.post-title .label {
    background: #292929;
    font: 400 14px/24px Oswald;
    margin: 0 10px 0 0;
    padding: .2em .6em .3em;
    border-radius: 0
}

.post-body a {
    font-weight: bold;
}

.post-body pre, code {
    width: 100%;
    background-color: #262626;
    padding: 1rem;
    line-height: 1.75;
    font-family: "Operator Mono SSm A", "Operator Mono SSm B", 'Source Code Pro', Menlo, Consolas, Monaco, monospace;
    color: white;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

header .header {
    border: 1px solid #e4e4e4;
}

/* Comments */
.comments {
    display: inline;
    position: relative;
    top: 0;
}
.comment-group {
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #e4e4e4;
}
.comment-reply {
    margin-left: 50px;
}
.reply {
    margin-top: 5px;
    margin-left: 80px;
}

.comments .reply a {
    color: #262626;
}

.comments .reply a:hover, .comments .reply:hover {
    color: #fff;
}
.comments > ul {
    padding-left: 0px;
}
.comments li {
    list-style: none;
}

.comments h4, .comment-form h4 {
    font: 400 16px/28px Oswald;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 20px;
    display: block;
    width: 100%;
    color: #292929;
    margin: 30px 0 0;
}
.pict-comment {
    float: left;
}
.author-comment {
    font: 400 18px/28px Oswald;
}
.date-comment {
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 5px;
}
.author-comment, .date-comment, .comment {
    margin-left: 80px;
}

label {
    margin-left: 10px;
    font: 400 18px/28px Oswald;
}
/* Menu */
#page {
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 10000;
    border-bottom: 1px solid #e4e4e4;
}
nav {
    display: block;
    background-color: white;
    text-align: center;
}

nav li li {
    text-align: left;
}

nav ul > li {
    border-left: 1px solid #e4e4e4;
}

nav ul > li:last-child {
    border-right: 1px solid #e4e4e4;
}

.menu {
    display: block;
}

.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.menu li ul {
    min-width: 210px;
}

.menu li a {
    font: 16px/24px Oswald;
    padding: 12px 15px 10px;
    display: block;
    position: relative;
    border: 4px solid white;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s all;
    cursor: pointer;
}

.menu li a:hover, .menu li:hover > a {
    transition: 0.3s all;
    color: #262626;
    background-color: #ededed;
}

.menu ul li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    display: block;
    background: #ffffff;
    text-transform: capitalize;
    margin: 0px;
}

.menu ul li a:hover, .menu ul li:hover > a {
    background: #ededed;
}

.menu li:hover > ul {
    display: block;
}

.menu ul ul {
    left: 209px;
    top: -1px;
}

.menu ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 54px;
    left: -1px;
    background: #ffffff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.mobile-menu {
    display: none;
    width: 100%;
    padding: 11px;
    background: white;
    color: #666666;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #e4e4e4;
    font-size: 20px;
}

.mobile-menu:hover {
    text-decoration: none;
}

.menu-icon {
    margin: 10px;
}
/* Posts */
.edit {
    padding: 5px 2px;
    color: #6f6f6f;
}
.inline-block {
    display: inline-block;
}

p {
    line-height: 1.8em;
}

.post-short {
    padding-top: 18px;
}

.post-short, .post-body {
    line-height: 150%;
    text-align: justify;
}

.social {
    float: left;
}

.btn-link {
    border-radius: 0;
    color: #262626;
    transition: 0.3s all;
    text-transform: uppercase;
    background: #ededed;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.btn-link:hover {
    background: #292929;
    color: #fff;
    border: 1px solid #292929;
    text-decoration: none;
}

/* Contact form*/
h3 {
    font: 400 26px/40px Oswald;
    text-transform: uppercase;
    margin: 0;
    display: block;
    width: 100%;
    color: #292929;
    margin: 40px 0 20px
}

#contact input, #contact textarea {
    margin-top: 10px;
    border-radius: 0;
}

#contact input[type="submit"] {
    margin-top: 20px;
}

input[type="submit"] {
    border-radius: 0;
    color: #262626;
    transition: 0.3s all;
    text-transform: uppercase;
    background: #ededed;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

input[type="submit"]:hover {
    background-color: black;
    color: white;
    border-color: black;
}

/* Captcha*/
.g-recaptcha {
    margin-top: 10px;
}
/* Aside */
aside .widget {
    display: block;
    margin-top: 40px;
}

aside .widget h6 {
    font: 400 16px/28px Oswald;
    text-transform: uppercase;
    display: block;
    width: 100%;
    color: #292929;
}

aside h6:after {
    display: block;
    content: "";
    height: 1px;
    background: #e4e4e4;
    margin: 10px 0
}

aside .widget input {
    width: 100%;
}

aside .widget input:focus {
    outline-color: #98ccff;
}

.widget ul {
    padding-left: 0;
}

aside .recent-posts li {
    text-transform: none;
}

.widget li {
    list-style: none;
    text-transform: capitalize;
}

/* Pagination */
#pagination a {
    color: black;
}

#pagination > .active a {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: black;
    color: white;
}

/* Footer */
.footer {
    position: relative;
    margin: 0 0 10px 0;
}

.footer-top {
    background-color: #0E0E0E;
    padding: 40px 0;
    color: white;
}

.footer-bottom {
    background-color: #000;
    padding: 35px 0 30px;
    color: white;
    position: relative;
}

.widget .recent-posts li {
    text-transform: none;
}
/*
.white-border:before {
    border: 1px solid rgba(255,255,255,0.18);
    content: "";
    display: block;
    top: 5px;
    bottom: 5px;
    left: 15px;
    right: 15px;
    position: absolute;
    z-index: 2;
    transition: 0.3s all;
    opacity: 1;
}
*/
/* Footer widget */
footer .widget h6 {
    font: 400 16px/28px Oswald;
    text-transform: uppercase;
    display: block;
    width: 100%;
}

footer .widget li {
    padding-bottom: 8px;
}

footer .widget li a {
    color: white;
}

/*
footer h6:after {
    content:"";
    display: block;
    margin-top:20px;
    width: 50%;
    height:1px;
    border-bottom: 1px dotted #cfcfcf
}
*/
.up_block {
    position: fixed;
    font-size: 18px;
    bottom: 40px;
    right: 31px;
    border: 1px solid #666666;
    height: 34px;
    text-align: center;
    width: 34px;
    display: flex;
    transition: 0.3s all;
    text-decoration: none;
    z-index: 300;
    align-items: center;
}

.up_block i {
    margin: auto
}

/* Colors */

/* Phones */
@media (max-width: 768px) {
    /* Menu */
    .menu {
        padding: 0;
        display: none;
    }

    .mobile-menu {
        display: block;
        margin-top: 0px;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        text-align: left;
        margin: 0;
        background: #ffffff;
        color: #797979;
    }

    .menu ul {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .menu ul ul {
        left: -1px;
    }

    .submenu {
        display: block;
    }

    .up_block {
        display: none;
    }

}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* Posts */
    .up_block:hover {
        width: 60px;
        height: 60px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* Posts */
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* Posts */

}