/*
 * MODULE Psblog
 *
 * @author    Appside
 * @copyright Copyright (c) permanent, Appside
 * @license   Addons PrestaShop license
 */

#post_view .rte {
    text-align: justify;
}

#post_view .medias {
    float: left;
    margin-right: 5px;
    padding: 0 5px;
}

#post_view .media_list ul {
    margin: 0;
    padding: 0;
}

#post_view .media_list ul li {
    display: block;
    margin: 0;
    text-align: right;
    padding: 0;
    margin-top: 5px;
    text-align: center;
}

#post_view .media_list ul li img {
    border: 1px solid #EAEAEA;
}

#post_view .categories {
    margin: 20px 0;
}

#post_view .categories ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#post_view .categories ul li {
    float: left;
    margin-right: 3px;
}

#post_view .categories a {
    text-decoration: underline;
}

#post_view .related {
    margin: 20px 0;
}

#post_view .related ul {
    list-style-type: none;
}

#post_view .related a {
    text-decoration: underline;
}

#post_view .products {
    margin: 20px 0;
}

#post_view .products h5 {
    font-size: 12px;
    padding: 0;
    min-height: 30px;
}

#post_view .products h5 a {
    display: block;
}

#post_view .products h5 span {
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    color: #666;
}

#post_view .products p {
    margin: 0;
    padding: 0;
}

#post_view .products ul {
    list-style-type: none;
}

#post_view .products ul li {
    float: left;
    padding: 5px;
    margin: 0 10px 10px 0;
    width: 350px;
}

#post_view .products a.content_img {
    outline: medium none;
    display: block;
    float: left;
    display: block;
    border: 1px solid #D6D4D4;
    margin-right: 5px;
}

#post_view .addthis_toolbox {
    margin: 10px 0 10px 0;
}

@media (max-width: 767px) {
    #post_view .products ul li {
        float: none;
        width: auto;
    }
}

#postcomments {
    margin: 20px 0;
}

#postcomments .std thead th {
    background: none;
}

#postcomments .std tbody td p span {
    font-weight: bold;
}

#postcomments input[type=text] {
    width: 80%;
}

#postcomments textarea {
    width: 80% !important;
}

#postcomments input.antispam {
    width: 50px;
}

#post_list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#post_list ul li {
    margin: 20px 0;
    padding: 0 0 10px 0;
    list-style-type: none;
    border-bottom: 1px solid #EAEAEA;
}

#post_list ul li.last_item {
    border-bottom: none;
}

#post_list ul li h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
}

#category_info span.bold {
    font-weight: bold;
}

#category_info h4 {
    font-size: 13px;
    padding-bottom: 5px;
}

#category_info a {
    text-decoration: underline;
}

#post_list ul li h3 a {
    text-decoration: none;
}

#post_list ul li h3 a:hover {
    text-decoration: underline;
}

#post_list ul li p {
    padding-bottom: 0;
}

#post_list ul li span a {
    text-decoration: underline;
}

#post_list ul li .excerpt {
    margin: 5px 0;
}

#post_list ul li .img_default {
    float: left;
   /* margin-right: 5px;*/
}

#post_list ul li .img_default a {
    display: block;
}

#post_list ul li .img_default img {
    border: 1px solid #EAEAEA;
}

#post_list ul li .detail_left {
    overflow: hidden;
    width: auto;
}

#posts_home .block_content {
    padding: 5px 10px 5px 10px;
}

#posts_home ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#posts_home ul li {
    margin: 0 0;
    padding: 10px 0;
    list-style-type: none;
    border-bottom: 1px solid #D0D3D8;
}

#posts_home ul li h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

#posts_home ul li h3 a {
    text-decoration: none;
}

#posts_home ul li h3 a:hover {
    text-decoration: underline;
}

#posts_home ul li span {
    color: #999999;
    font-size: 12px;
}

#posts_home ul li .excerpt {
    margin-top: 5px;
}

#posts_home ul li .img_default {
    float: left;
    margin-right: 5px;
}

#posts_home ul li .img_default img {
    border: 1px solid #EAEAEA;
}

#posts_home ul li .detail_left {
    float: left;
}

#posts_home ul li.last_item {
    border: none;
}

#posts_home ul li.first_item {
    padding-top: 0;
}

.bt_left {
    float: left;
}

.bt_right {
    float: right;
}

.clear {
    clear: both;
}

#posts_home h4 span {
    font-size: 11px;
    float: right;
    margin-right: 5px;
}

/* block search column */
.post_search_block p {
    padding: 6px 0;
    font-weight: bold;
}

.post_search_block .form-group .form-control {
    display: inline-block;
    margin-right: 6px;
    max-width: 222px;
}

/** Posts block ***/

.posts_block li a.post_img {
    border: 1px solid #D6D4D4;
    display: block;
    float: left;
    margin-right: 5px;
}

.posts_block li h5 {
    margin: 0 0 3px;
    font-size: 13px;
    line-height: 16px;
}

.posts_block h5 a:hover {
    font-weight: normal;
    color: #000;
}

.posts_block li {
    padding: 10px 5px;
    border-top: 1px solid #d6d4d4;
}

.posts_block li:first-child {
    border: none;
}

.posts_block li.first_item {
    padding-top: 0;
}

.posts_block li .post_title{
    overflow: hidden;
}

/** Footer blocks ***/

#footer .blog_block_footer {
    float: left;
    padding: 15px 10px;
}

#footer .blog_block_footer.posts_block {
    clear: left;
}

#footer .blog_block_footer ul li a {
    background: none;
    padding: 0;
    border: none;
}

#footer .posts_block.blog_block_footer li {
    border: none;
}

.posts_archives_block .block_content a {
    font-weight: bold;
}

.posts_archives_block .block_content a.posts_month {
    font-weight: normal;
}

/* new css blog */
#module-psblog-posts
{
    font-family: arial !important;
}
#psblog h1, #psblog h1 span {
    font-family: 'Raleway';
    color : #23506d;
    font-weight: 900;
    font-size: 29px;
    margin-bottom: 15px;
}
#psblog h2, #psblog h2 span {
    color: #7a9bbf !important;
    font-family: 'Raleway' !important;
    font-weight: 600 !important;
    line-height: normal !important;
    font-size: 26px !important;
    text-transform: inherit;
    text-align: left;
}
.masonry .grid-item {
    width: 290px;
    height: auto;
    float: left;
    padding-right: 24px;
}
.my_li {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ddd;
    list-style: none;
}
.element_cat > li a , .element_cat_prod > li a {
    padding: 10px 0;
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}
.element_cat ul ,.element_cat_prod ul {
    padding-left: 0 !important;
}
.post_search_block.block.blog_block_left, .block.blog_block_left.posts_block_categories, .client_sibling.desktop, .sib-container.rounded.ui-sortable, .block.blog_block_right.posts_block_products , .block.blog_block_left.guide-block-blog   {
    background-color: #f6f6f6 !important;
}
.block {
    box-shadow: 0 1px 5px rgba(203, 181, 143, 1), 0 0 10px rgba(142, 99, 29, 0.02) inset;
}
.block  {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.02) inset;
    border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
    padding: 15px;
}
.block .title_block {
    font: 500 16px / 22px "Raleway", "Roboto Condensed", sans-serif;
    font-weight: bold;
    color: #555454;
    border-top: 0px solid #EEE;
    text-transform: uppercase;
    padding: 0px 5px 12px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
}
.block .title_block  {
    border-bottom: 1px solid #F0E5D4;
    color: #23506d;
}
#module-psblog-posts .button {
    background: #23506d;
    color: #fff;
    font-size: 16px;
    font-family: 'Raleway';
    text-decoration: none;
}
.button.button-small {
    border: 1px solid #ECDEC8;
}
#module-psblog-posts #left-column
{
    padding: 0px;
}
#module-psblog-posts .categories a
{
    font-weight: bold;
}
#module-psblog-posts .oja.block a
{
    color: #fff;
    font-size: 18px;
}
.my_prod_in_blog img
{
    max-width: 100%;
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
    background: #d9a114;
}
.jssocials-share {
    margin: 0.3em 0.2em 0.3em 0;
}
#module-psblog-posts #content-wrapper #post_view img
{
    max-width: 100%;
}
#module-psblog-posts a.button.ajax_add_to_cart_button, #module-psblog-posts span.button.ajax_add_to_cart_button.btn.btn-default.disabled {

    background: #fff url(../img/panier-n.png) center center no-repeat;
}
#module-psblog-posts .old-price.product-price
{
    display: block;
    font-size: 13px;
    color: #6f6f6f;
    text-decoration: line-through;
    font-weight: 400;
    position: relative;
    width: 100%;
    bottom: 0;
}
#module-psblog-posts .price-percent-reduction {
    position: absolute;
    top: 24px;
    background-color: red;
    left: 4px;
    background-color: #ff0d40;
    font-size: 12px;
    max-width: 5.125rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    width: fit-content;
    padding: 0.3rem 0.3rem;
    margin-top: .625rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    pointer-events: auto;
}
#module-psblog-posts article {
    position: relative;
}
#module-psblog-posts .product-description {
    position: initial;
}
.block.blog_block_right.posts_block_products .img-responsive 
{
    max-width: 85%;
    margin: auto;
}
#module-psblog-posts li {
    white-space: normal !important;
}
@media (min-width: 768px) and (max-width: 1200px)
{
    .masonry .grid-item {
        width: 250px;
    }
    .block .title_block {
        font: 500 14px / 22px "Raleway", "Roboto Condensed", sans-serif;
    }
    #psblog h1, #psblog h1 span {
        font-size: 27px;
        margin-bottom: 5px;
    }
    #psblog h2, #psblog h2 span {
        font-size: 22px !important;
    }
    #module-psblog-posts .oja .box-card {
        font-size: 6px;
    }
    #module-psblog-posts .oja.block a {
        font-size: 10px;
        line-height: 1.3;
    }
    #module-psblog-posts .oja.block img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    #left-column {
        display: none;
    }
    #psblog h1, #psblog h1 span {
        font-size: 23px;
        margin-bottom: 5px;
    }
    #psblog h2, #psblog h2 span {
        font-size: 20px !important;
    }
}