/* Blog Page Styles - From legendo-main-style.css */

/* content area */
.content-area {
    text-align: left;
}

.content-area p {
    margin-bottom: 10px;
    font-size: 14px;
}

section.content-area h2.section-heading {
    letter-spacing: -0.04em;
}

/* blog post */
.blog-post {
    margin-bottom: 45px;
    float: left;
    width: 100%;
}

.blog-post .c-btn {
    margin: 15px 0 0 0;
}

/* card title */
h2.card-title a,
h2.card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: left;
    text-decoration: none;
}

h2.card-title a:hover {
    color: #5f5f5f;
}

/* card image */
.card-img, .post-media {
    margin-bottom: 25px;
}

img.img-responsive {
    width: 100%;
    height: auto;
}

/* post info */
.post-info {
    font-family: 'Raleway', sans-serif;
    margin: 7px 0 15px 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #5f5f5f;
}

.single-post .post-info {
    margin: 10px 0 15px 0;
}

.post-info a {
    color: #5f5f5f;
    text-decoration: none;
}

.post-info a:hover {
    color: #111;
}

.post-info span {
    margin-right: 7px;
}

/* post content */
.post-content ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.post-content ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

/* comments section */
.comments-section {
    float: left;
    width: 100%;
}

/* comment respond / form */
.comment-respond {
    width: 100%;
    margin: 50px auto 65px auto;
    padding: 0;
    text-align: center;
    line-height: 1;
    float: left;
}

.comment-respond .comment-title,
.comment-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.04em;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #111;
    margin: 0 0 36px 0;
}

p.comment-notes {
    margin-bottom: 20px;
}

.comment-respond .form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comment-respond textarea#comment {
    width: 96%;
    margin-left: 15px;
}

/* form inputs */
form input[type="text"],
form input[type="password"],
form input[type="email"] {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #5f5f5f;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 10px 0 10px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #5f5f5f;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    box-shadow: none;
    border-radius: 0px;
}

textarea#comment,
form textarea {
    position: relative;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #5f5f5f;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    box-shadow: none;
    border-radius: 0px;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form textarea:focus {
    border-bottom: 1px solid #5f5f5f;
    outline: none;
}

/* submit button */
input[type=button], input[type=reset], input[type=submit] {
    width: 225px;
    color: #fff;
    background: #111;
    border: none;
    padding: 18px 25px 16px 25px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.25em;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 0 0;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background: #5f5f5f;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* comments list */
.comments {
    width: 100%;
    margin: 20px auto 25px auto;
    float: left;
}

.comments ul {
    padding-left: 0;
    list-style: none;
}

.comment {
    padding: 30px 0px 0px;
}

.comment:last-child {
    padding-bottom: 0px;
}

.comment .children {
    margin-left: 15px;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.comment img.avatar {
    border-radius: 50% !important;
    max-width: 100%;
    height: auto;
}

.comment_author {
    font-size: 16px;
    font-weight: 600;
    color: #5f5f5f;
    margin: 55px 0 0 0;
    text-transform: capitalize;
}

h6.mt-2 {
    margin-bottom: 7px;
}

.mt-2 small {
    font-size: 12px;
    color: #111;
}

/* comment reply button */
.comment-reply .btn {
    padding: 5px 6px 2px 12px;
    margin-top: 10px;
    float: right;
    position: relative;
    border-radius: 0px;
    display: inline-block;
    border: 1px solid #111;
    background: none;
    letter-spacing: 0.25em;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #111;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

a.comment-reply-link {
    color: #5f5f5f;
    text-decoration: none;
}

a.comment-reply-link:hover {
    text-decoration: none;
    color: #111;
}

/* widget blocks */
.widget-block {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.widget-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-bottom: 13px;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: left;
}

.widget-title:before {
    content: "// ";
}

.widget-block ul {
    list-style: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    padding: 0;
    margin: 0;
}

.widget-block ul li {
    line-height: 30px;
    padding: 10px 0px;
    border-bottom: 1px dotted #5f5f5f;
}

.widget-block ul li:nth-last-child(1) {
    border-bottom: none;
}

.widget-block ul li a {
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #5f5f5f;
    font-size: 14px;
}

.widget-block ul li a:hover {
    text-decoration: none;
    color: #262328;
}

/* tagcloud widget */
.widget-block .tagcloud a {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0 15px;
    background-color: #ffffff;
    color: #5f5f5f;
    border: 1px solid #dfdfdf;
    font-size: 14px !important;
    float: left;
    line-height: 35px;
    margin: 0px 3px 3px 0px;
    text-decoration: none;
}

.widget-block .tagcloud a:hover {
    text-decoration: none;
    background-color: #5f5f5f;
    color: #ffffff;
}

/* search widget */
.widget_search input#searchsubmit {
    display: none;
}

.widget_search form input[type="text"] {
    margin-top: 0px;
}

label.screen-reader-text {
    display: none;
}

/* sidebar */
.blog-sidebar {
    padding-left: 40px;
    text-align: left;
}

@media only screen and (max-width: 991px) {
    .blog-sidebar {
        padding-left: 0;
        margin-top: 60px;
    }
}

/* legacy widget styles for backward compatibility */
.widget {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

h4.widget-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-bottom: 13px;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: left;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li {
    line-height: 30px;
    padding: 10px 0px;
    border-bottom: 1px dotted #5f5f5f;
}

.widget ul li:nth-last-child(1) {
    border-bottom: none;
}

.widget ul li a {
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #5f5f5f;
    font-size: 14px;
}

.widget ul li a:hover {
    text-decoration: none;
    color: #262328;
}

.widget .tagcloud a {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0 15px;
    background-color: #ffffff;
    color: #5f5f5f;
    border: 1px solid #dfdfdf;
    font-size: 14px !important;
    float: left;
    line-height: 35px;
    margin: 0px 3px 3px 0px;
    text-decoration: none;
}

.widget .tagcloud a:hover {
    text-decoration: none;
    background-color: #5f5f5f;
    color: #ffffff;
}

/* search form */
.searh-inner input[type="text"] {
    margin-top: 0px;
}

/* single post card image */
.single-post .card-img,
.single-post .post-media {
    margin-bottom: 30px;
}

/* float helpers */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* responsive adjustments */
@media only screen and (max-width: 880px) {
    .border-left, .border-right {
        width: 0px !important;
    }
}

/* comment text */
.comment-text ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.comment-text ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

/* clearfix */
.clearfix {
    clear: both;
}

/* =============================================
   RESPONSIVE
   ============================================= */

/* Tablet landscape / small desktop (max-width: 991px) */
@media only screen and (max-width: 991px) {
    .blog-sidebar {
        padding-left: 0;
        margin-top: 60px;
    }

    .comment-respond {
        margin: 40px auto 50px auto;
    }
}

/* Tablet portrait (max-width: 880px) */
@media only screen and (max-width: 880px) {
    .content-area {
        margin-left: 0;
        margin-right: 0;
    }

    .border-left, .border-right {
        width: 0px !important;
    }

    .comment-respond .comment-title,
    .comment-title {
        font-size: 20px;
        margin: 0 0 25px 0;
    }

    h2.card-title a,
    h2.card-title {
        font-size: 14px;
    }

    .post-info {
        font-size: 11px;
    }

    .post-info span {
        display: inline-block;
        margin-bottom: 5px;
    }

    .comment_author {
        font-size: 14px;
        margin: 40px 0 0 0;
    }

    .comment-reply .btn {
        font-size: 9px;
        padding: 4px 5px 2px 10px;
    }

    input[type=submit] {
        width: 200px;
        padding: 15px 20px 13px 20px;
    }
}

/* Small tablet / large mobile (max-width: 768px) */
@media only screen and (max-width: 768px) {
    .comment .children {
        margin-left: 0px !important;
    }

    .media.row {
        display: block;
    }

    .comment-img {
        margin-bottom: 15px;
    }

    .comment img.avatar {
        width: 80px;
        height: 80px;
    }

    .comment_author {
        margin: 10px 0 0 0;
    }

    .comment-reply .btn {
        float: left;
    }

    .widget-title,
    h4.widget-title {
        font-size: 14px;
    }

    .widget .tagcloud a,
    .widget-block .tagcloud a {
        font-size: 12px !important;
        padding: 0 12px;
        line-height: 30px;
    }
}

/* Mobile (max-width: 640px) */
@media only screen and (max-width: 640px) {
    .content-area p {
        font-size: 13px;
    }

    h2.card-title a,
    h2.card-title {
        font-size: 13px;
        line-height: 1.3;
    }

    .post-info {
        font-size: 10px;
    }

    .post-info span {
        display: block;
        margin-bottom: 3px;
    }

    .comment-respond .comment-title,
    .comment-title {
        font-size: 18px;
        margin: 0 0 20px 0;
    }

    .comment-respond {
        margin: 30px auto 40px auto;
    }

    .comment-form .col-sm-6 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    input[type=submit] {
        width: 100%;
        max-width: 225px;
    }

    .blog-post {
        margin-bottom: 30px;
    }

    .card-img, .post-media {
        margin-bottom: 15px;
    }

    .comment {
        padding: 20px 0px 0px;
    }

    .comment img.avatar {
        width: 60px;
        height: 60px;
    }

    .comment_author {
        font-size: 13px;
    }

    .mt-2 small {
        font-size: 11px;
    }

    .widget-title,
    h4.widget-title {
        font-size: 13px;
    }

    .widget ul li a,
    .widget-block ul li a {
        font-size: 13px;
    }

    .widget ul li,
    .widget-block ul li {
        padding: 8px 0px;
    }
}

/* Extra small mobile (max-width: 480px) */
@media only screen and (max-width: 480px) {
    h2.card-title a,
    h2.card-title {
        font-size: 12px;
    }

    .post-info {
        font-size: 9px;
    }

    .comment-respond .comment-title,
    .comment-title {
        font-size: 16px;
    }

    .comment-respond {
        margin: 25px auto 30px auto;
    }

    form input[type="text"],
    form input[type="password"],
    form input[type="email"] {
        font-size: 12px;
        height: 35px;
    }

    textarea#comment,
    form textarea {
        font-size: 12px;
        height: 80px;
    }

    input[type=submit] {
        font-size: 9px;
        padding: 14px 20px 12px 20px;
    }

    .comment img.avatar {
        width: 50px;
        height: 50px;
    }

    .comment_author {
        font-size: 12px;
    }

    .comment-text p {
        font-size: 13px;
    }

    .comment-reply .btn {
        font-size: 8px;
        letter-spacing: 0.15em;
    }
}
