/*
Theme Name:     TownPress Child
Theme URI:      http://demos.volovar.net/townpress.wp/demo
Description:    Child theme of the TownPress theme
Author:         LSVRthemes
Author URI:     http://themeforest.net/user/LSVRthemes/portfolio
Template:       townpress
Version:        1.0.0
*/


/* your CSS here */
.breadcrumbs{
  display:none;
}
.m-has-breadcrumbs .page-title::after{
  display:none;
}

body.single-tribe_events .tribe-events-cal-links a.tribe-events-gcal {
    display: none !important;
}
body.single-tribe_events .tribe-events-cal-links a.tribe-events-ical {
    display: none !important;
}
a.tribe-events-ical.tribe-events-button{
    display:none !important;
}
.tribe-events-meta-group.tribe-events-meta-group-venue{
    width:50%;
    float:right;
}
.tribe-events-meta-group.tribe-events-meta-group-gmap{
    position:relative;
    width:100%;
}
.tribe-events-venue-map{
    float:none !important;
    width:100% !important;
    border: 1px solid #eee !important;
    margin:0 !important;
}

.document-resume{
  /*  font-style:italic; */
    margin:0;
    font-size:1em;
    font-weight: normal;
     font-variant: small-caps;
}
#entete{
  width:100%;
  /*max-height:500px; */
}
.header-image{
  overflow-y:hidden;
}

/* -----------------------------------------------------------------------------

    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 */

	}
