*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

footer, article, aside, nav, section {
    display: block;
}

body {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-weight: 300;
    font-size: 16px;
    color: #222;
    background: -moz-linear-gradient(top, #ff8858 0%, #fff 320px);
    background: -webkit-linear-gradient(top, #ff8858 0%, #fff 320px);
    background: -o-linear-gradient(top, #ff8858 0%, #fff 320px);
    background: -ms-linear-gradient(top, #ff8858 0%, #fff 320px);
    background: linear-gradient(top, #ff8858 0%, #fff 320px);
    font-family: 'Roboto', sans-serif;
    line-height: 1.25;
}

.wrapper {
    background: -moz-linear-gradient(left, transparent 0%, #ffe0a4 50%, transparent 100%);
    background: -webkit-linear-gradient(left, transparent 0%, #ffe0a4 50%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0%, #ffe0a4 50%, transparent 100%);
    background: -ms-linear-gradient(left, transparent 0%, #ffe0a4 50%, transparent 100%);
    background: linear-gradient(left, transparent 0%, #ffe0a4 50%, transparent 100%);
}

.clearfix {
    clear: both;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

p {
    margin-bottom: 25px;
}

a {
    color: #fa4467;
    text-decoration: underline;
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

.m-bold {
    font-weight: 700;
}

.m-italic {
    font-style: italic;
}

.d-mobile {
    display: none;
}

.logo {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    margin: 16px 0 17px 29px;
}

.logo img, .logo span {
    display: inline-block;
    vertical-align: middle;
}

.logo img {
    border-radius: 50%;
    box-shadow: 0 0 13px rgba(0,0,0,.3);
    margin-right: 8px;
}

.main-menu {
    float: right;
    margin: 25px 8px 0 0;
}

.menu-item {
    display: inline-block;
    color: #000;
    font-weight: 300;
    text-decoration: none;
    margin: 10px 19px;
}

.nav-toggle {
    padding: 5px;
    float: right;
    margin: 15px 15px 0 0;
}

.icon-bar {
    display: block;
    width: 16px;
    height: 2px;
    margin: 2px 0;
    background: #000;
}

.content-header {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 19px;
    margin-bottom: 24px;
}

.breadcrumbs {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    margin: 8px 0 6px;
}

.breadcrumbs a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.b-social {
    float: right;
}

.social-link {
    display: inline-block;
    color: #fff;
    background: #000;
    border-radius: 50%;
    text-decoration: none;
    width: 27px;
    text-align: center;
    font-size: 12px;
    padding: 7px 0 5px;
    margin-left: 10px;
}

.social-link:hover {
    background: rgba(0,0,0,.6);
}

.b-primary {
    background: #fff;
    padding: 19px 29px;
    box-shadow: 3px 3px 16px rgba(0,0,0,.08);
    border-radius: 10px;
}

.b-sidebar {
    float: right;
    background: #fff9f5;
    width: 232px;
    font-size: 12px;
    padding: 17px 17px 33px;
}

.title-sidebar {
    padding-left: 30px;
    background: url("../images/fire.png") no-repeat;
    line-height: 26px;
}

.post-item {
    margin: 16px 0 0;
    padding: 14px 0 0;
    border-top: 1px solid #b7b6b6;
    position: relative;
}

.post-item img {
    float: right;
    margin-left: 20px;
}

.post-title {
    color: #999;
    min-height: 55px;
    font-weight: 400;
}

.post-date {
    color: #000;
    font-size: 10px;
    font-weight: 500;
}

.post-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.main-content {
    margin-right: 265px;
}

.content {
    border-bottom: 2px solid #fa4467;
    margin-bottom: 20px;
}

h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.b-sharing {
    float: right;
    font-size: 10px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
}

.b-sharing i {
    font-size: 14px;
    color: #fa4467;
    vertical-align: text-top;
    margin: 0 5px 0 15px;
}

.b-author {
    font-weight: 500;
    line-height: 0.8;
    margin-bottom: 30px;
}

.b-author img {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    margin-right: 10px;
}

.b-author>span {
    display: inline-block;
    vertical-align: middle;
}

.post-author {
    font-size: 14px;
    color: #fa4467;
    display: block;
}

.date-public {
    font-size: 10px;
    color: #a9a9a9;
    text-transform: uppercase;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.bordered-img {
    border: 8px solid #f4d9ca;
    border-radius: 5px;
    margin: 0 auto 25px;
}

blockquote {
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    margin: 50px 100px;
}

h2 {
    font-size: 24px;
    margin: 40px 0 20px;
}

.btn {
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #fa4467;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0 0 16px rgba(250,68,103,0.58);
    padding: 25px;
    font-size: 18px;
    margin: 50px 0;
}

.btn:hover {
    box-shadow: none;
}

.comments-title {
    margin-bottom: 30px;
}

.comment-item {
    padding: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-bottom: 14px;
}

.comment-img {
    display: table-cell;
    padding: 4px 23px 0 0;
}

.comment-img img {
    border-radius: 3px;
    width: 40px;
}

.comment-body {
    display: table-cell;
    vertical-align: top;
}

.comment-author {
    color: #fb7690;
    margin-bottom: 7px;
}

.comment-author a {
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    margin-right: 10px;
}

.comment-date {
    font-size: 10px;
    margin-left: 10px;
}

.b-footer {
    padding: 15px 0;
    text-align: center;
    color: #fff;
    background: #fb7690;
}

@media (max-width: 990px) {
    body {
        font-size: 14px;
    }

    .d-large {
        display: none;
    }

    .d-mobile {
        display: block;
    }

    .logo {
        font-size: 10px;
        margin: 8px 0 7px 15px;
    }

    .logo img {
        width: 40px;
        box-shadow: none;
    }

    .b-primary {
        box-shadow: none;
        padding: 15px;
        border-radius: 20px;
    }

    .main-content {
        margin-right: 0;
    }

    .content-header {
        padding-bottom: 10px;
        margin: 0 -15px 15px;
    }

    .breadcrumbs {
        font-size: 10px;
        text-align: center;
        margin: 0;
    }

    h1 {
        font-size: 18px;
    }

    .b-author {
        margin-bottom: 20px;
    }

    .bordered-img {
        border: none;
        border-radius: 0;
    }

    blockquote {
        font-size: 18px;
        margin: 25px 10px;
    }

    h2 {
        font-size: 16px;
        margin: 30px 0 15px;
    }

    .btn {
        font-size: 16px;
        margin: 20px 0 50px;
    }

    .comment-item {
        padding: 10px 10px 15px;
    }

    .comment-img {
        display: block;
        float: left;
        padding-top: 0;
    }

    .comment-body {
        display: block;
    }

    .comment-author {
        margin: 15px 0 25px;
    }
}
