/**
* Theme Name: TownPress Child
* Theme URI: http://preview.lsvr.sk/townpress
* Description: TownPress child theme
* Author: LSVRthemes
* Author URI: http://themeforest.net/user/LSVRthemes/portfolio
* Template: townpress
* Version: 3.1.1
*/

/* Add your custom CSS after this comment */
/* fixer une hauteur mini à l'image héritée d'un article */
.lsvr-townpress-posts__post-thumbnail-link {
	object-fit: fill;
	min-height: 380px;
}
.blog-post-archive--default 
.post__thumbnail-link--cropped {
	object-fit: fill; min-height: 380px;
}

/* changer les tailles et graisses des polices LSVR Item */
.lsvr-definition-list-widget__item-title {
	font-weight: 600;
}
.lsvr-definition-list-widget__item-text-link {
	font-size: 15px;
}

/* Masquer l'heure et icône dans LSVR Document
.lsvr_document .post__meta-item-icon,
.lsvr_document .post__meta-item-icon--date,
.lsvr_document .post__meta-date {
	display: none !important;
}
*/
/* Masquer l'heure et icône dans LSVR Notice */
.lsvr_notice .post__meta-item-icon,
.lsvr_notice .post__meta-item-icon--date,
.lsvr_notice .post__meta-date {
	display: none !important;
}

/* Masquer l'heure et icône LSVR Galerie */
.lsvr_gallery-post-page .post__info-item--date,
.lsvr-gallery-item .lsvr-icon-clock,
.lsvr_gallery-post-single .post__meta-item-icon--date,
.lsvr_gallery-post-single .post__meta-date {
	display: none !important;
}

/* Masquer l'heure et catégorie LSVR slider bulletin */
.lsvr-townpress-post-slider__post-meta-date,
.lsvr-townpress-post-slider__post-meta-categories {
    display: none !important;
}

/* Masquer les pièces jointes dans la liste des documents} */
.lsvr_document-post-page.post-archive.lsvr_document-post-archive.lsvr_document-post-archive--default .post__attachments {
    display: none;
}

/* Toutes les étiquettes du nuage d'étiquettes de même taille et stylisées */
.tag-cloud-link {
    display: inline-block;
    margin: 4px 4px 4px 0;
	padding: 2px 4px 2px 4px;
    background-color: #1178CA;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: inherit;
    line-height: 1.2;
    white-space: nowrap;
}
/* End your custom CSS */
/* ---------------------------------------------------------------------
/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

		/* your CSS here */

	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {

		/* your CSS here */

	}