/*
Theme Name: Classipress Comme Un Camion
Version: 1.0
Description: Déclinaison du thème classipress pour Comme Un Camion
Author: Klerthis
Author URL: http://www.klerthis.com
Template: classipress
*/

@import url("../classipress/style.css");
@import url("//fonts.googleapis.com/css?family=Droid+Sans|Raleway:300,400,500,600,700,800");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css");



/* GENERAL */
body, .container {
    font-size: 14px;
    font-family: Raleway,sans-serif;
    color: #474747;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #4d4246;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}

.wrapper,
.content_res{
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding: 0 10px;
    width: auto;
}
.content_res > .row > .col-md-8 {
    padding-left:10px;
    padding-right: 10px;
}

/* HEADER */
.header {background-color: #FFF;}
.header_main_res {text-align: center;background-color: #FFF;}
.header_main_res #logo { float: none;width: auto!important;}
.header_top {
    background: #FFF;
}

.header_main_bg
{
    padding: 0px 0 25px 0 !important;
    margin-top: -1px;
}
.header_top_res p {
    margin: 0px;
    padding-top: 0;
}

#menu-network {
    margin: 8px 0 0 0;
    text-align: center;
}


#menu-network > li {
    display: inline-block;
    padding: 0 5px;
}

#menu-network > li > a {
    display: inline-block;
    padding: 4px 12px;
    text-decoration: none;
    color: #474747;
    text-transform: uppercase;
    font-size: 14px;
}

#menu-network > li > a:hover,
#menu-network > li:last-child > a
{
    background: #f3f2f2;
}

/* MENU PRINCIPAL */
.header_menu_res {text-align: center; border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;padding-top: 6px;margin-bottom: 20px;
    position: relative; }

#menu-header
{
    text-align: center;
    float: none;
    display: inline-block;
}

#menu-header > li  > a
{
    color: #474747;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    font-size: 18px;
}


/* HOMEPAGE */
.post-block-out,
.searchblock,
.shadowblock,
.paging,
.sidebar-block
{
    box-shadow: none;
}

.content_res .col-sm-6,
.content_res .col-sm-4
{
    padding: 0 8px;
}

.post-block .image-background
{
    min-height: 256px!important;
}

.post-block h3
{
    font-weight: 500!important;
    font-size: 15px;
}

p.post-price
{
    font-size: 15px;
}

body > .container
{

}
body > .container:first-child
{
    position: relative;
}


div#adv_categories
{
    padding-top:14px;
    border:0;
    position: absolute;
    left: -5px;
    right: -5px;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=19, Direction=135, Color=#000000)";!*IE 8*!
     -moz-box-shadow: 4px 4px 19px -3px rgba(0,0,0,0.6);!*FF 3.5+*!
     -webkit-box-shadow: 4px 4px 19px -3px rgba(0,0,0,0.6);!*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*!
     box-shadow: 4px 4px 19px -3px rgba(0,0,0,0.6);!* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 *!
     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=19, Direction=135, Color=#000000); !*IE 5.5-7*!*/
    /*display: inline;*/

}
div#adv_categories .catcol ul li.maincat
{
    background-color: transparent;
    text-align: left;
}
div#adv_categories .catcol ul li.maincat a
{
    font-size: 14px;
}
div#adv_categories .catcol
{
    width: 230px;
}
.shadowblock
{
    padding: 0;
}
.post-block
{
    margin: 0;
    padding: 0;
}
.post-block .image-background
{
    background-size: cover;
    min-height: 200px;
    position: relative;
}

.post-block .image-background .overlay a
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: rgba(122,161,181,0.75);
    text-align: center;
    line-height: 200px;
    font-size: 26px;
    color:#FFF !important;
    opacity: 0;
    -webkit-transition: opacity 250ms;-moz-transition: opacity 250ms;-ms-transition: opacity 250ms;-o-transition: opacity 250ms;transition: opacity 250ms;
}

.post-block .image-background .overlay a:hover
{
    opacity: 1;
}


.post-block .titleprice
{
    min-height: 60px;
    max-height: 60px;
    overflow:hidden;
    padding: 4px 0;
}

.post-block h3
{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin: 3px 0 0 0;
}

p.post-price {
    margin: 0;
    padding:0;
    color: #7AA1B5;
    text-align: right;
    font-family: Raleway, sans-serif;
}

.tags span .tag-head
{
    margin: 0;
    padding: 0 0 0 10px;
}
.tags span:before,
.tags span:after
{
    content: none;
}
.tags span
{
    background: transparent !important;
    padding: 0;
}





/** single product **/


h1.single-listing
{
    max-width: none;
}
.item-header
{
    padding: 6px 0;
}

.item-header .post-price
{
    font-weight: bold;
    font-size: 20px;
}



ul.item-resume > li
{
    display: inline-block;
    line-height: 30px;
}

ul.item-resume > li:after
{
    content: '|';
    padding: 0 10px;
}

ul.item-resume > li:last-child:after
{
    content: none;
}

ul.item-resume > li > span
{
    font-weight: bold;
}


.tabprice
{
    border: 1px solid #EDEDED;
}
.tabprice ul.tabnavig > li
{
    margin-left: 1px;
}
.tabprice ul.tabnavig > li > a{
    background-color: #B9B5B6;
    border-radius: 0;
    color: #FFF!important;
    text-transform: uppercase;
}
.tabprice ul.tabnavig > li > a:hover
{
    color: #b9b5b6 !important;
}

.tabprice ul.tabnavig > li > a.selected
{
    color: #4d4246!important;
}

a.btn-orange,
button.btn_orange
{
    display: inline-block;
    background-color: #e76550;
    padding: 6px 10px;
    color:#FFF !important;
    text-decoration: none;
}

a.btn-grey,
button.btn-grey
{
    display: inline-block;
    background-color: #666;
    padding: 6px 10px;
    color:#FFF !important;
    text-decoration: none;
    border:1px solid #666;
    border-radius: 3px;
}

body.home #refine_widget h2
{
    display: none;
}

#refine_widget ul.refine label.title  {
    text-transform: uppercase;
    font-weight: 500;
}

#refine_widget ul.refine li ol.checkboxes li
{
    display: inline-block;
    margin-right: 10px;
}
#refine_widget ul.refine li ol.checkboxes li label
{
    font-weight: normal;
}

.ui-widget-header {
    background: #e2e2e2 !important;
}


#refine_widget ul.refine li input#amount,
#refine_widget ul.refine li input#distance
{
    color : #666 !important;
}
#cp_city_zipcode,
#cp_author
{
    width: 100%;
}

#refine_widget ul.refine li
{
    border-bottom: 0;
}


/** footer **/
.footer_main
{
    border-top: 0;
    padding-top: 10px;
}
.footer_main_res p
{
    color:#878787;
}

.footer-menu-container h2,
.footer-right-container h2
{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color:#878787;
    margin-bottom: 0;
}

.footer-menu-container li > a
{
    color:#878787;
}

#footer-nav-menu {
    margin-bottom: 0;
}
#footer-nav-menu > li {
    display: inline-block;
    margin-right: 10px;

}
#footer-nav-menu > li a {
    color:#878787;
}
hr.white {
    border-color: #FFF;
    margin:10px 0;
}

#footer_right
{
    background-color:#FFF;
    padding: 10px;
}

.slide-item h3
{
    margin:0;
    line-height: normal;
    text-align: center;
    line-height: 10px;
}
.slide-item h3 > a {
    color:#000;
    text-transform: uppercase;
}

.slider ul li
{
    height: 200px;
}
.slider ul li:hover{
    background:none;
}


.sliderblock .next,
.sliderblock .prev {
    padding-top:80px;
}


.form_contact .dashicons-before:before
{
    width: 40px;
}

.content_right img.photo
{
    height: auto;
}

button.btn-noir
{
    background-color: #000;
    border-color: #000;
    color:#FFF;
    text-transform: uppercase;
    padding:8px 10px;
    border-radius: 4px;
}

button.btn-noir.btn-xs {
    padding: 1px 5px;
}

/** image grid **/
.ad-image-grid .single-ad
{
    position:relative;
    display: inline-block;
    width:33.33%;
    float: left;
    border-color:#ddd;
    border-style: solid;
    border-width: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-collapse: collapse;
}

.ad-image-grid .single-ad:first-child
{
    width: 66.66%;
    border-left-width: 1px;
    border-top-width: 1px ;
}
.ad-image-grid .single-ad .overlay
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(122,161,181,0.75);
    text-align: center;
    opacity:0;
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    -ms-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
    display: flex;
}

.ad-image-grid .single-ad:hover .overlay
{
    opacity: 1;

}

.ad-image-grid .single-ad .overlay a
{
    color:#FFF !important;
    text-transform: uppercase;
    line-height: normal;
    font-weight: normal;
    font-size: 12px !important;
}
.ad-image-grid .single-ad:first-child .overlay a
{
    line-height: normal;

}

.ad-image-grid .single-ad .overlay .overlay-content
{
    display: inline-block;
    margin: auto;
}
.ad-image-grid .single-ad .overlay .featured-price
{
    display: inline-block;
    border-bottom: 1px solid #FFF;
    width: 90%;
    font-size: 20px;
    margin-bottom: 6px;
    padding-bottom: 6px;
}
#ad-image-1 > img
{

}
#ad-image-2 > img
{
    border-top-width: 1px ;
}
#ad-image-2 > img
{
    border-bottom-width: 0;
}


.widgettitle,
.shadowblock > h2{
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0,0,0,.55);
    font-size: 14px;
    font-size: 1.4rem;
}

.content_right > div {
    position: relative;
    padding: 2rem 1.4rem 1.4rem;
    margin: 0 auto 2rem;
    border: 1px solid #ddd;
    max-width: 380px;
}

.paging {
    display: block;
    text-align: center;
}

.pages .pages-numbers,
.pages a,
.pages span
{
    color: #999999!important;
    background-color: white!important;
    border: solid 1px #999999!important;
    font-weight: bold;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 2px;

}
.pages span.current
{
    color:#666!important;
    opacity: 1;
    border-radius: 2px;
}
.pages .total
{
    position: absolute;
    left:30px;
    border:0!important;
    color:#666!important;
    font-weight: normal;
    display:none;
}

.pages {
    display: inline-block;
}

.widget-ad-image-grid > h2.widgettitle
{
    margin:0;
    padding-bottom: 20px;
}


ul.marques-index
{
    list-style-type: none;
    padding: 0;
    display: inline-block;
    margin: 0 auto 20px auto;
}
li.marque-letter
{
    display: inline-block;
    margin:0 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.container-letter > ul
{
    padding: 0!important;
}
.container-letter li
{
    list-style-type: none!important;
}

.container-letter li:before
{
    height: 20px;
    line-height: 1;
    font-family: "dashicons";
    color: #AFAFAF;
    text-decoration: inherit;
    font-weight: normal;
    font-style: normal;
    text-align: center;

    content: "\f345";
    font-size: 12px;
    vertical-align: text-top;
    width: 12px;
    padding-right: 3px;

}
.container-letter li > a.bold
{
    font-weight: bold;
}
.container-letter li > a:hover
{
    color:#e76550 !important;
}

.marques-container
{
    column-count: 5;
}

.marques-container ul
{
    padding-left: 16px;
}

.content_right
{
    width: auto;
}

/** Responsive **/
@media (min-width: 768px) {
    /*    .col-sm-8 {
            width: 71%;
        }
        .col-sm-4 {
            width: 29%;
        }*/
}

@media screen and (min-width: 768px) and (max-width: 960px){
    .post-block .image-background
    {
        min-height: 160px!important;
    }
}

@media screen and (max-width: 960px)
{
    #menu-header > li > a {
        font-size: 18px;
    }
    .header_menu_res ul li
    {
        float: none;
        display: inline-block;
    }
    .marques-container
    {
        column-count: 3;
    }

    div#adv_categories .catcol  {
        display: table-cell;
        float: none;
    }


}

@media screen and (max-width: 800px)
{
    #menu-header
    {
        display: none;
    }
    .tinynav
    {
        float: none;
        margin:0 auto 4px auto;
    }
}

@media screen and (max-width: 500px)
{
    .post-block .image-background
    {
        min-height: 120px!important;
    }

    .marques-container
    {
        column-count: 2;
    }
}

.close
{
    opacity: 0.7;
}


.footer__details
{
    text-align:center;
}
.footer__details-img
{
    display:inline-block;
    width:20%;
    min-width:100px;
    text-align:center;
}
.footer__details-txt
{
    display:inline-block;
    width:75%
}

.footer__details-img img
{
    max-width:70%;
    height:auto;
}

.footer__user-list
{
    margin:0;
    padding:0;
}
.footer__user-list > li
{
    display:inline-block;
}
.footer__user-list img {
    border-radius: 50%;
    max-width: 56px;
    max-height: 56px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* registration form */

.strength-meter:after{
    content:'';
    clear:both;
    display:block;
}

#registerform h3 ,#registerform .screen-reader-text,#registerform table.form-table > tbody > tr:first-child > th > label
{
    display:none;
}
#mailjet_subscribe_ok
{
    display:inline-block;
    margin-right:20px;
}

.loginform p label
{
    width:140px;
}


.col-sm-4 > #footer_right.footer-right-container:nth-child(1)
{
    padding-bottom:0;
    margin-bottom:0;
}

.col-sm-4 > #footer_right.footer-right-container:nth-child(1) p
{
    margin-bottom:0;
}


.col-sm-4 > #footer_right.footer-right-container:nth-child(2)
{
    padding-top:0;
}
.col-sm-4 > #footer_right.footer-right-container:nth-child(2) h2
{
    display:none;
}

.footer_main .container
{
    font-family: Raleway,sans-serif;
    font-size:13px;
}

#footer_right
{
    font-size:15px;
    background-color:#F9F9F9;
        margin: 20px;
}

.footer
{
    text-align:center;
}

#footer-nav-menu
{
    display:inline-block;
    margin:0 auto;
}

.footer__social
{
    margin: 20px;
}


.footer__social a
{
    color:#878787;
    font-size:20px;
    margin:0 4px;
}


#footer_right .subscribe-form
{
    position:relative;
}

#footer_right .subscribe-form input[type=text]
{
    box-sizing: border-box;
    width: 100%;
    color: #000;
    background: #fff;
    border: 1px solid #ddd;
    font-weight: 600;
    box-shadow: none;
    padding: .5rem 4rem .5rem .5rem;
}

#footer_right .subscribe-form input[type=submit] {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 28px;
    width: 38px;
    background: 0 0;
    white-space: nowrap;
    text-indent: 200%;
    overflow: hidden;
    border:0;
}

#footer_right .subscribe-form:after {
    z-index: 1;
    position: absolute;
    top: 5px;
    right: 10px;
    content: "\f0e0";
    display: block;
    font-family: Fontawesome;
    font-size: 18px;
    font-size: 1.8rem;
}


.header__logo {
    margin:  4px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: Raleway, sans-serif;
}

.header__logo .logo-bold {
    padding: 0 .2rem;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 900;
}

#mainform.form_step #list_cp_author {
    display:none;
}

.user-details .dashicons-before.emailico
{
    margin-right:10px;
}

body.author ul.tabnavig
{
    display: inline-block;
}

.issold:after {
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: url('img/vendu.png') no-repeat top left;
    background-size: 150px auto;
    pointer-events: none;
}

#cp_free_search
{
    width: 100%;
}

h3.loop
{
    font-size:23px;
    text-transform:uppercase;
}
.entry-content h2
{
    font-size:20px;
}

#mainform #list_tags_input
{
    display:none;
}

.textwidget
{
    text-align: center;
}

.item-header .post-price.original-price
{
    color: #3a3a3a;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    line-height: 24px;
}

p.original-price:before {
    content: " ";
    position: absolute;
    top: 44%;
    left: 0;
    border-bottom: 1px solid #282828;
    width: 100%;
    -webkit-transform:rotate(-10deg);
    -moz-transform:rotate(-10deg);
    -ms-transform:rotate(-10deg);
    -o-transform:rotate(-10deg);
    transform:rotate(-10deg);
}

span.original-price-loop
{
    font-size: 11px;
    float: right;
    position: relative;
    color: #272727;
    margin-left:6px;
    height: auto;
    line-height: 18px;
}
span.original-price-loop:before {
    content: " ";
    position: absolute;
    top: 44%;
    left: 0;
    border:0;
    border-color: transparent;
    border-bottom: 1px solid #4e4e4e !important;
    width: 100%;
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
}


.tag-head .post-size {
    color:#7AA1B5;
    text-align: right;
    line-height: normal;
    font-size: 12px;
}

.icons-before, p.post-meta .dashicons-before
{
    padding: 0 4px 0 10px;
}

/** helpers **/
.mrs {margin-right: 10px;}
.mts {margin-top:10px;}
.uppercase { text-transform: uppercase;}
.ptxs { padding-top: 5px;}
.relative { position:relative;}
.yellow { color: #ffdb15;}
