/*------------------------------------------------------------------------------ blog */
section#blog article {
    margin-bottom: 40px;
}

section#blog article .article-image {
    position: relative;
    font-size: 0;
}

section#blog article .article-image img {
    width: 100%; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

section#blog article .article-image .article-image-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #282f38;
    opacity: 0;
    top: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

section#blog article .article-image .article-image-pattern:hover {
    opacity: 0.95;
}

section#blog article .article-image .article-image-pattern span {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    width: 250px;
    position: absolute;
    left: 50%;
    margin-left: -125px;
    top: 50%; 
    margin-top: -17.5px;
}

section#blog article .article-data {
    background: #fff;
    margin: -40px 40px 0 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    z-index: 200;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );    
    border-right: 1px solid #e5e9ed;
    border-left: 1px solid #e5e9ed;
    border-bottom: 1px solid #dbdfe3;
}

section#blog article .article-data .article-data-top {
    background: #fafafa;
    border-bottom: 1px solid #f1f1f1;
}

section#blog article .article-info {
    margin-bottom: 10px;
}

section#blog article .article-info span.single-info {
    color: #282f38;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 20px;
    vertical-align: top;
    margin-right: 15px;
    font-weight: 600;
}

section#blog article .article-info span.single-info img {
    display: inline-block;
    padding: 0 6px 0 0;
    width: 23px;
}

section#blog article .article-info span.single-info span.name {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    font-size: 13px;
}

section#blog nav {
    background: #fff;
    margin: 40px 40px 0 40px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );  
    border-right: 1px solid #e5e9ed;
    border-left: 1px solid #e5e9ed;
    border-bottom: 1px solid #dbdfe3;  
}

/*------------------------------------------------------------------------------ blog single */
section#blog-single article {
    margin-bottom: 40px;
    margin-top: -80px;
}

section#blog-single.without-image article {
    margin-top: 0;
}

section#blog-single article .article-data {
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    z-index: 200;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );    
    border-right: 1px solid #e5e9ed;
    border-left: 1px solid #e5e9ed;
    border-bottom: 1px solid #dbdfe3;
}

section#blog-single article .article-data .article-data-top {
    background: #fafafa;
    border-bottom: 1px solid #f1f1f1;
}

section#blog-single article .article-info {
    margin-bottom: 10px;
}

section#blog-single article .article-info span.single-info {
    color: #282f38;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 20px;
    vertical-align: top;
    margin-right: 15px;
    font-weight: 600;
}

section#blog-single article .article-info span.single-info img {
    display: inline-block;
    padding: 0 6px 0 0;
    width: 23px;
    margin: 0;
}

section#blog-single article .article-info span.single-info span.name {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    font-size: 13px;
}

section#blog-single article .padding-without-bottom img {
    width: 100%;
    margin-bottom: 40px;
}

section#blog-single nav {
    background: #fff;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );  
    border-right: 1px solid #e5e9ed;
    border-left: 1px solid #e5e9ed;
    border-bottom: 1px solid #dbdfe3;  
}

section#blog-single.narrower article {
    margin-top: 0;
}

section#blog-single.narrower article .article-image {
    position: relative;
    font-size: 0;
}

section#blog-single.narrower article .article-image img {
    width: 100%; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

section#blog-single.narrower article .article-image .article-image-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #282f38;
    opacity: 0;
    top: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

section#blog-single.narrower article .article-image .article-image-pattern:hover {
    opacity: 0.95;
}

section#blog-single.narrower article .article-image .article-image-pattern span {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    width: 250px;
    position: absolute;
    left: 50%;
    margin-left: -125px;
    top: 50%; 
    margin-top: -17.5px;
}

section#blog-single.narrower article .article-data {
    margin: -40px 40px 0 40px;
}

section#blog-single.narrower nav {
    margin: 40px 40px 0 40px;
}

section#blog-single.narrower #comments {
    margin: 40px 40px 0 40px;
}

/*------------------------------------------------------------------------------ responsive */
@media (min-width: 1150px) {

    section#blog,
    section#blog-single {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        width: 660px;
        float: left;
        margin-bottom: 40px;
    }
    
    section#blog nav .left,
    section#blog-single nav .left {
        float: left;
        margin-bottom: 0;
        margin-top: 5px;
    }
    
    section#blog nav .right,
    section#blog-single nav .right {
        float: right;
    }
    
    section#blog nav .right .button,
    section#blog-single nav .right .button {
        margin-left: 15px;
        margin-right: 0;
    }
}

@media (min-width: 850px) and (max-width: 1149px) {  

    section#blog,
    section#blog-single {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        width: 500px;
        float: left;
        margin-bottom: 40px;
    }
    
    section#blog nav .left,
    section#blog-single nav .left {
        float: none;
        margin-bottom: 0;
        margin-top: 5px;
        text-align: center;
    }
    
    section#blog nav .right,
    section#blog-single nav .right {
        float: none;
        text-align: center;
    }
    
    section#blog nav .right .button,
    section#blog-single nav .right .button {
        margin: 20px 10px 0 10px;
    }
}

@media (min-width: 600px) and (max-width: 849px) {

    section#blog,
    section#blog-single {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        width: auto;
        float: none;
        margin-bottom: 40px;
    }
    
    section#blog nav {
        margin-bottom: 40px;
    }
    
    section#blog nav .left,
    section#blog-single nav .left {
        float: none;
        margin-bottom: 0;
        margin-top: 5px;
        text-align: center;
    }
    
    section#blog nav .right,
    section#blog-single nav .right {
        float: none;
        text-align: center;
    }
    
    section#blog nav .right .button,
    section#blog-single nav .right .button {
        margin: 20px 10px 0 10px;
    }
}

@media (max-width: 599px) {

    section#blog,
    section#blog-single {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        width: auto;
        float: none;
        margin-bottom: 40px;
    }
    
    section#blog nav {
        margin-bottom: 40px;
    }
    
    section#blog article .article-info span.single-info,
    section#blog-single article .article-info span.single-info {
        display: block;
        margin-bottom: 0;
    }
    
    section#blog article .article-data {
        margin: -20px 20px 0 20px;
    }
    
    section#blog-single article .article-data,
    section#blog-single.narrower article .article-data {
        margin: -20px 10px 0 10px;
    }
    
    section#blog nav,
    section#blog-single nav,
    section#blog-single.narrower nav {
        margin: 0 10px 40px 10px;
    }
    
    section#blog nav .left,
    section#blog-single nav .left {
        float: none;
        margin-bottom: 0;
        margin-top: 5px;
        text-align: center;
    }
    
    section#blog nav .right,
    section#blog-single nav .right {
        float: none;
        text-align: center;
    }
    
    section#blog nav .right .button,
    section#blog-single nav .right .button {
        margin: 20px 10px 0 10px;
    }
}