/*
 * Theme Name: GeneratePress Child
 * Theme URI: https://generatepress.com
 * Description: Default GeneratePress child theme
 * Author: La Perruquera
 * Author URI: https://laperruquera.com
 * Template: generatepress
 * Version: 1.0.4
*/

/* General
---------------------------------------------------------------------------- */

/* Elementor 
--------------------------------------------- */

.elementor-text-editor p:last-child,
.elementor-text-editor ul {
	margin-bottom: 10px;
}

/* Lightbox */
.elementor-slideshow__header .eicon-frame-expand,
.elementor-slideshow__header .eicon-zoom-in-bold,
.elementor-slideshow__header .eicon-share-arrow {
	display: none;
}

/* Events 
--------------------------------------------- */

.single-event_listing h1.entry-title {
	font-weight: 800;
}

.wpem-viewed-event.wpem-tooltip.wpem-tooltip-bottom,
.event_registration.registration,
.wpem-share-this-event .wpem-social-icon.wpem-pinterest,
.wpem-share-this-event .wpem-social-icon.wpem-xing,
.wpem-share-this-event .wpem-social-icon.wpem-linkedin {
	display: none !important;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 2049px) {
	
	body {
		max-width: 2048px;
		margin: 0 auto;
		border-left: 1px solid #f1f1f1;
		border-right: 1px solid #f1f1f1;
		box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.4);
	}
	
}


/*imatges quadrades a ruta sencera i ruta de tram
------------------------------------------------------------------------------*/

@media only screen and (min-width: 1000px) {
.page-id-132 .jet-listing-grid.jet-listing .elementor img {
    height: 240px !important;
}
.page-id-2290 .jet-listing-grid.jet-listing .elementor img{
	    height: 350px !important;
}
}
.wpgmp_tab_item > a > .arrow > img{
	height:18px!important;
	width:20px!important;
}
.wpgmp-tab-0 > a{
	background-color:#F1F1F1!important;
}
.wpgmp-tab-0 > a > p{
	color:black;
}
.wpgmp_cat_title{
	font-size: 14px!important;
}
@media only screen and (max-width: 1485px) and (min-width: 769px) {
	.wpgmp_cat_title{
		font-size:10.5px!important;
	}
	.wpgmp_tabs_container{
		max-width:40%!important;
		width:40%!important;
	}
}