*,::after,::before{box-sizing:border-box;}

body {
    color: #444444;    
    background-color: #f4f4f4;   
}

h3 {
    margin: 1.3em 0 1.2em 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

p {
    /*
    line-height: 25px;
    */
}

.logo {
    margin: 25px 0px 0px 0px;
    text-align: center;
}

.corps-all {        
    overflow: auto;
}

.corps-with-margin {    
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;    
    overflow: auto;
}

.corps-content {
    margin-left: -15px;
    margin-right: -15px;    
    overflow: auto;
}

.column {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.articles {
    float: left;
    width: 72%;
}

.post-whole {
    background: #ffffff;
    box-shadow: 0 0 2px 0  rgba(51, 51, 51, 0.08);
}

.post-main-img {
    width: 100%;
}

.post-content {
    padding: 40px;
}

.post-header {    
    margin: 0 auto 22px;
    text-align: center;
    text-transform: uppercase;
}

.post-cat {
    color: #da521e;    
    font-family: 'Lato', 'Times New Roman', sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin: 0 20px 10px 20px;
}

.post-title, .post-title-link, .post-title-no-link {
    color: #444444;    
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.post-title-link:hover{
    color: #da521e;
}

.post-sub-title {
    color: #da521e;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.post-text {
    margin-bottom: 35px;    
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.post-link {
    color: #da521e;
}

.post-img-100 {
    width: 100%;
}

.post-img-center-container {
    text-align: center;
}

.post-figure {
    text-align: center;
}

.post-figcaption {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}

.post-img-center {
    margin-left: auto;
    margin-right: auto;    
}

.post-text-left {
    text-align: left;
}

.post-text-center {
    text-align: center;
}

.post-text-with-margin-80 {
    margin: -40px auto;
    width: 80%;
}

.post-text-with-margin-60 {
    margin: -40px auto;
    width: 60%;
}

.post-text-code {
    line-height: 18px;
    font-size: 11px;
}

.post-continue-reading {    
    text-align: center;
}

.post-continue-reading-link {    
    color: #da521e;
    border: 1px solid #da521e;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 18px;  
}

.post-continue-reading-link:hover {        
    background: #da521e;
    color: #ffffff;
}

.post-footer {
    border-top: 1px solid #e2e2e2;
    color: #777777;    
    font-size: 14px;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    margin-top: 40px;
    padding-top: 20px;
}

.post-author {
    display: inline-block;
    margin-right: 10px;
}

.post-author-text {
    color: #a8a8a8;
}

.post-author-link {
    color: #777777;
}

.post-author-link:hover {
    color: #da521e;
}

.post-date {
    display: inline-block;
}

.widgets {
    /*
    border: 1px solid green;
    */
    float: right;
    width: 28%;
}

.widget {
    background-color: #ffffff;
    box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08);
    
    padding: 35px 30px;
}

.widget-about-author {    
    background-color: #ffffff;    
    text-align: center;
}

.widget-about-author-bg-img {
    
    background: url('../img/code-small.jpg') no-repeat;
    background-size: cover;
    
    height: 150px;
}
/*
.widget-author-img-code-small {
    
    width: 100%;
}

.widget-author-img-code {
    height: 150px;
    display: none;
    width: 100%;
}
*/

.widget-author-img-tch {
    border: 7px solid #ffffff;
    border-radius: 50%;
    margin-top: -80px;
}

.widget-author-name {    
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 12px 0 22px 0;
    text-transform: uppercase;
}

.widget-about-author-desc {
    font-family: 'Lato', sans-serif;
    font-size: 15px;

}

.footer-copyright {
    background: #222222;
    color: #888888;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.footer-copyright-text {
    margin: 20px auto;
}

.footer-index-link {    
    color: #888888;
    margin: 0 10px 0 10px;
}

.footer-index-link:hover {
    color: #da521e;
}


@media all and (min-width: 1200px) {    
    .corps-with-margin {
        max-width: 1140px;

    }
    /*
    */
}

@media all and (max-width: 953px) {
    .column {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .post-content {
        padding-right: 20px;
        padding-left: 20px;
        
    }

    .widget {
        padding: 15px 10px;
    }

    .widget-about-author-bg-img {    
        background: url('../img/code.jpg') no-repeat;
        background-size: cover;
    }
    
    
  /*  
    .articles,
    .widgets {
        
    }
/*
    .middle-all {
        min-width: 640px;
    }
    */
}

@media all and (max-width: 639px) {
    .post-content {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media all and (max-width: 450px) {
    
}
