/*
Theme Name: LC PS_WP
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: Luis Cambra
Author URI: http://www.luiscambra.com/
Description: LC PS_WP is a Wordpress theme ready to be integrated directly into Prestashop.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: lcpswp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

#blog h1, #blog h2,  #blog h2 a {
	color: #e13c42;
}
#blog #primary article.post {
	margin-bottom: 50px;
}
#blog .breadcrumbs-section {
    display: none;
}
#blog #primary.content-area {
    float: left;
    width: 70%;
}

#blog #secondary.sidebar {
    float: left;
    margin-left: 5%;
    padding: 0;
    width: 25%;
}
#blog #secondary.sidebar section.widget {
    margin-bottom: 25px;
}
#blog #secondary.sidebar section.widget h3.widget-title {
    border-bottom: 1px solid #cccbcb;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: uppercase;
}
#blog #secondary.sidebar section.widget h3.widget-title span {
    border-bottom: 1px solid #000000;
    display: inline-block;
    margin-bottom: -1px;
    padding-bottom: 10px;
}
#blog #secondary.sidebar section.widget.widget_archive ul > li > a,
#blog #secondary.sidebar section.widget.widget_meta ul > li > a,
#blog #secondary.sidebar section.widget.widget_recent_entries ul > li > a,
#blog #secondary.sidebar section.widget.widget_categories ul > li > a {
    color: #292929;
    border-bottom: 1px dotted #cbcbcb;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 43px;
    text-transform: uppercase;
}
#blog #secondary.sidebar section.widget abbr[title],
#blog #secondary.sidebar section.widget abbr[data-original-title],
#blog #secondary.sidebar section.widget ul > li:last-child > a {
    border-bottom: none;
}
#blog #secondary.sidebar section.widget.widget_search {
    display: inline-block;
    margin-bottom: 25px;
    width: 100%;
}
#blog #secondary.sidebar section.widget.widget_search form.search-form > label {
    width: 75%;
    margin: 0;
    float: left;
}
#blog #secondary.sidebar section.widget.widget_search form.search-form > label span.screen-reader-text {
    display: none;
}
#blog #secondary.sidebar section.widget.widget_search form.search-form > label input.search-field {
    border: 1px solid #000;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    width: 100%;
}
#blog #secondary.sidebar section.widget.widget_search form.search-form > button.search-submit {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    width: 25%;
}
#blog #secondary.sidebar li a:hover,
#blog #secondary.sidebar li a:focus {
    background: none !important;
}
#blog #page .page-content .content-center #primary.content-area #main header.page-header h1.page-title {
    padding-bottom: 0;
}
#blog #page .page-content .content-center #primary.content-area #main article footer.entry-footer {
    display: none;
}
#blog #page .page-content .content-center #primary.content-area #main article .entry-content {
    margin-bottom: 25px;
}
#blog #page .page-content .content-center #primary.content-area #main article .entry-content a.more-link {
    clear: both;
    color: #e13c42;
    display: block;
    font-weight: bold;
    padding: 5px 0;
    text-align: right;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#blog #page .page-content .content-center #primary.content-area #main article .entry-content a.more-link:hover,
#blog #page .page-content .content-center #primary.content-area #main article .entry-content a.more-link:focus {
    color: #e13c42;
}
#blog #page .page-content .content-center #primary.content-area #main article .article_post_thumb {
    display: block;
    width: 100%;
}
#blog #page .page-content .content-center #primary.content-area #main article .article_post_thumb a.post-thumbnail {
    display: inline-block;
    left: 50%;
    padding: 0 0 20px;
    position: relative;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#blog #page .page-content .content-center #primary.content-area #main article .article_post_thumb a.post-thumbnail img {
    max-width: 100%;
    height: auto;
}
#blog #page .page-content .content-center #primary.content-area #main article header h2.entry-title {
    font-family: "Roboto Slab",serif;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    padding: 0 0 20px;
}

#blog #page .page-content .content-center #primary.content-area #main article .entry-summary {
    margin-bottom: 25px;
}
#blog #page .page-content .content-center #primary.content-area #main article .entry-summary a.more-link {
    clear: both;
    color: #000;
    display: block;
    font-weight: bold;
    padding: 5px 0;
    text-align: right;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#blog #page .page-content .content-center #primary.content-area #main article .entry-summary a.more-link:hover,
#blog #page .page-content .content-center #primary.content-area #main article .entry-summary a.more-link:focus {
    color: #e13c42;
}

/*******************************************
                        POST PAGE STYLES
*******************************************/

#blog  #primary .entry-footer > span {
   padding: 0px 10px 0 0px;
}
#blog  #primary article.post div.post-thumbnail {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
#blog #primary article.post div.post-thumbnail img.attachment-post-thumbnail {
    height: auto;
    left: 50%;
    max-width: 100%;
    position: relative;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#blog  #primary #comments {
    margin-top: 25px;
    padding-top: 25px;

}
#blog  #primary #comments h2.comments-title {
    font-size: 22px;
    font-weight: 300;
}
#blog  #primary #comments ol.comment-list {}
#blog  #primary #comments ol.comment-list li.comment {
    margin-bottom: 20px;
}
#blog  #primary #comments ol.comment-list li.comment a {
    color: #000;
}
#blog  #primary #comments ol.comment-list li.comment ol.children {
    margin-top: 20px;
    padding-left: 40px;
}
#blog  #primary #comments ol.comment-list li.comment article.comment-body {
    position: relative;
}
#blog  #primary #comments ol.comment-list li.comment article.comment-body footer {
    margin-top: 0;
}
#blog  #primary #comments ol.comment-list li.comment article.comment-body div.comment-content {
    clear: both;
    margin-bottom: 15px;
}
#blog  #primary #comments ol.comment-list li.comment article.comment-body footer div.comment-author {
    float: left;
    margin-bottom: 15px;
    height: 42px;
}
#blog  #primary #comments ol.comment-list li.comment article.comment-body footer div.comment-author img {
    height: 42px;
    width: auto;
}
#blog  #primary #comments ol.comment-list li.comment article.comment-body footer div.comment-author b.fn {
    padding-left: 10px;
}
#blog  #primary #comments ol.comment-list li.comment article.comment-body footer div.comment-metadata {
    height: 42px;
    line-height: 42px;
    float: right;
}
#blog  #primary #comments ol.comment-list li.comment article.comment-body footer p.comment-awaiting-moderation {
    color: #df0024;
    float: right;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;
}
#blog  #primary #comments ol.comment-list li.comment article.comment-body div.reply {}
#blog  #primary #comments ol.comment-list li.comment article.comment-body div.reply a.comment-reply-link {
    background-color: #e1e1e1;
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #292929;
    display: inline-block;
    font-weight: 400;
    height: 41px;
    margin: 0 auto;
    padding: 0 20px;
    text-transform: uppercase;
    top: 0;
    line-height: 41px;
    text-decoration: none;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#blog  #primary #comments ol.comment-list li.comment article.comment-body div.reply a.comment-reply-link:hover {
    background: #df0024 none repeat scroll 0 0;
    border-color: #df0024;
    color: #ffffff;
}
#blog  #primary #comments #respond h2#reply-title {
    font-size: 22px;
    font-weight: 300;
}
#blog  #primary #comments #respond form#commentform {}
#blog  #primary #comments #respond form#commentform p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#blog  #primary #comments #respond form#commentform p.logged-in-as {}
#blog  #primary #comments #respond form#commentform p.logged-in-as a {}
#blog  #primary #comments #respond form#commentform p.comment-form-comment {}
#blog  #primary #comments #respond form#commentform p.comment-form-comment label {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 2px;
}
#blog  #primary #comments #respond form#commentform p.comment-form-comment textarea#comment {
    border: 1px solid #cccbcb;
    width: 100%;
    padding: 10px;
}
#blog  #primary #comments #respond form#commentform p.comment-form-author {
    float: left;
    padding-right: 10px;
    width: 33.33%;
}
#blog  #primary #comments #respond form#commentform p.comment-form-email {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    width: 33.33%;
}
#blog  #primary #comments #respond form#commentform p.comment-form-url {
    float: left;
    padding-left: 10px;
    width: 33.33%;
}
#blog  #primary #comments #respond form#commentform p.comment-form-author label,
#blog  #primary #comments #respond form#commentform p.comment-form-email label,
#blog  #primary #comments #respond form#commentform p.comment-form-url label {
    display: inline-block;
    width: 100%;
}
#blog  #primary #comments #respond form#commentform p.comment-form-author input#author,
#blog  #primary #comments #respond form#commentform p.comment-form-email input#email,
#blog  #primary #comments #respond form#commentform p.comment-form-url input#url
{
    height: 41px;
    line-height: 41px;
    border: 1px solid #cccbcb;
    padding: 0 10px;
    width: 100%;
}
#blog  #primary #comments #respond form#commentform p.form-submit {}
#blog  #primary #comments #respond form#commentform p.form-submit input#submit {
    background-color: #e1e1e1;
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #292929;
    display: inline-block;
    font-weight: 400;
    height: 41px;
    margin: 0 auto;
    padding: 0 20px;
    text-transform: uppercase;
    top: 0;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#blog  #primary #comments #respond form#commentform p.form-submit input#submit:hover {
    background: #df0024 none repeat scroll 0 0;
    border-color: #df0024;
    color: #ffffff;
}
#blog  #primary #comments #respond form#commentform p.form-submit input#submit:disabled {
    background-color: #ccc;
    color: #292929;
    opacity: 0.5;
}
#blog  #primary nav.navigation {
    border-top: 4px double #ccc;
    margin-top: 25px;
    padding-top: 25px;
}
#blog  #primary nav.navigation h2.screen-reader-text {
    display: none;
}
#blog  #primary nav.navigation .nav-links {}
#blog  #primary nav.navigation .nav-links .nav-previous {
    float: left;
}
#blog  #primary nav.navigation .nav-links .nav-previous a {
    background-color: #e1e1e1;
    border: 0 none;
    border-radius: 0;
    color: #292929;
    display: inline-block;
    font-weight: 400;
    height: 41px;
    line-height: 41px;
    margin: 0 auto;
    padding: 0 20px;
    top: 0;
}
#blog  #primary nav.navigation .nav-links .nav-previous a span {
    display: inline-block;
    float: left;
    height: 41px;
    line-height: 41px;
    padding-right: 10px;
    width: auto;
}
#blog  #primary nav.navigation .nav-links .nav-previous a span:last-child {
    padding-right: 0;
}
#blog  #primary nav.navigation .nav-links .nav-previous a span.meta-nav {
    display: inline-block;
    height: 41px;
    position: relative;
    text-align: center;
    width: 20px;
}
#blog  #primary nav.navigation .nav-links .nav-previous a span.meta-nav::before {
    color: #000;
    content: "\f104";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#blog  #primary nav.navigation .nav-links .nav-next {
    float: right;
}
#blog  #primary nav.navigation .nav-links .nav-next a {
    background-color: #e1e1e1;
    border: 0 none;
    border-radius: 0;
    color: #292929;
    display: inline-block;
    font-weight: 400;
    height: 41px;
    line-height: 41px;
    margin: 0 auto;
    padding: 0 20px;
    top: 0;
}
#blog  #primary nav.navigation .nav-links .nav-next a span {
    display: inline-block;
    float: left;
    height: 41px;
    line-height: 41px;
    padding-right: 10px;
    width: auto;
}
#blog  #primary nav.navigation .nav-links .nav-next a span:last-child {
    padding-right: 0;
}
#blog  #primary nav.navigation .nav-links .nav-next a span.meta-nav {
    display: inline-block;
    height: 41px;
    position: relative;
    text-align: center;
    width: 20px;
}
#blog  #primary nav.navigation .nav-links .nav-next a span.meta-nav:before {
    color: #000;
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#blog  #primary nav.navigation .nav-links .nav-previous a:hover,
#blog  #primary nav.navigation .nav-links .nav-next a:hover {
    background: #df0024 none repeat scroll 0 0;
    border-color: #df0024;
    color: #ffffff;
}
#blog  #primary nav.navigation .nav-links .nav-previous a:hover span.meta-nav:before,
#blog  #primary nav.navigation .nav-links .nav-next a:hover span.meta-nav:before {
    color: #ffffff;
}

/*******************************************
                    END POST PAGE STYLES
*******************************************/

/*******************************************
                RESPONSIVE MEDIA QUERIES
*******************************************/
@media (max-width: 1199px){
    #blog #primary.content-area {
        float: left;
        width: 66%;
    }
    #blog #secondary.sidebar {
        float: left;
        margin-left: 4%;
        padding: 0;
        width: 30%;
    }
    #blog  #primary nav.navigation .nav-links .nav-previous a span.screen-reader-text,
    #blog  #primary nav.navigation .nav-links .nav-next a span.screen-reader-text {
        display: none;
    }
    #blog  #primary #comments ol.comment-list li.comment article.comment-body footer p.comment-awaiting-moderation {
        bottom: 0;
        position: absolute;
        right: 0;
    }
}
@media (max-width: 991px){
    #blog #secondary.sidebar section.widget h3.widget-title {
        font-size: 16px;
    }
    #blog #secondary.sidebar section.widget.widget_archive ul > li > a,
    #blog #secondary.sidebar section.widget.widget_meta ul > li > a,
    #blog #secondary.sidebar section.widget.widget_recent_entries ul > li > a,
    #blog #secondary.sidebar section.widget.widget_categories ul > li > a {
        font-size: 12px;
    }
    #blog #secondary.sidebar section.widget.widget_categories ul > li.recentcomments,
    #blog #secondary.sidebar section.widget.widget_categories ul > li.recentcomments a {
        font-size: 12px;
    }
    #blog #secondary.sidebar section.widget.widget_search form.search-form > button.search-submit span.screen-reader-text {
        font-size: 12px;
    }
    #blog #secondary.sidebar section.widget.widget_search form.search-form > label input.search-field {
        font-size: 12px;
    }
    #blog  #primary #comments ol.comment-list li.comment article.comment-body footer div.comment-author {
        float: left;
        height: auto;
        margin-bottom: 5px;
    }
    #blog  #primary #comments ol.comment-list li.comment article.comment-body footer div.comment-author img {
        display: none;
    }
    #blog  #primary #comments ol.comment-list li.comment article.comment-body footer div.comment-metadata {
        float: left;
        clear: both;
        height: auto;
        line-height: normal;
        margin-bottom: 15px;
        text-decoration: none;
    }
}
@media (max-width: 767px){
    #blog #primary.content-area {
        float: left;
        width: 100%;
        padding: 0 20px;
    }
    #blog #secondary.sidebar {
        float: left;
        margin-left: 0;
        padding: 0 20px;
        width: 100%;
        margin-top: 30px;
    }
    #blog  #primary #comments ol.comment-list li.comment ol.children {
        margin-top: 20px;
        padding-left: 20px;
    }
    #blog  #primary #comments ol.comment-list li.comment article.comment-body footer p.comment-awaiting-moderation {
        display: none;
    }
    #blog  #primary #comments ol.comment-list li.comment article.comment-body div.comment-content p {
        font-size: 12px;
    }
}
@media (max-width: 599px){
    #blog  #primary #comments #respond form#commentform p.comment-form-author,
    #blog  #primary #comments #respond form#commentform p.comment-form-email,
    #blog  #primary #comments #respond form#commentform p.comment-form-url {
        float: left;
        padding: 0;
        width: 100%;
    }
    #blog  #primary nav.navigation .nav-links .nav-previous,
    #blog  #primary nav.navigation .nav-links .nav-next,
    #blog  #primary nav.navigation .nav-links .nav-previous a,
    #blog  #primary nav.navigation .nav-links .nav-next a {
        width: 100%;
    }
}
/*******************************************
            END RESPONSIVE MEDIA QUERIES
*******************************************/
