/*
Theme Name: Webdesigner Trends
Description: Wdt v3
Version: 1.1.0
Author:	Themez Kitchen, custom by Arnaud STECKLE
Theme URI: http://www.themezkitchen.com/
Author URI: http://www.themezkitchen.com/
License: Themeforest Split Licence
License URI: -
Tags: 
Text Domain: wk
*/
/* 
    Created on : 30.10.2014., 10.49.19
    Author     : Themez Kitchen custom by Arnaud STECKLE
    Gestion du placement de pubs situé dans functions.php
*/


.ad {
    margin: 0 auto !important;
    width: 300px !important;
}

.ad-content{
width:300px;
height:250px;
margin:0 20px 10px 0;
}

.ad-content p{
margin:0;
padding:0;
color:#b6b1b1;
font-size:12px;
}

.ad-content img{
margin:0;
padding:0;
}


/**Gestion de l'encart pub sur mobile par ici**/

.ad-mobile{
display: none;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 640px) {

.ad-mobile{
display: none; /*Mettre sur display block pour afficher la pub mise en place dans function PHP*/
}

		/* .ad-content{
			display: block; /**Mettre none pour pas afficher l'encart desktop sur mobile**/
		}*/
}

}





/********/



.entry-content h3{
color:#877373 !important;
}

body textarea {
    resize: none;
    height: 300px!important;
}

pre{
    margin-top:-50px;
}

.wpt_thumb_small
{
   padding:0px !important;
}

