/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

/*
Adjusts the height of the main image on home page*/
.home .entry-thumbnail img {
	height: auto;
}

/*
Remove picture from "Find Us" page*/

/*From the page in English*/
.page-id-45 .site-content .hero .attachment-dara-page-thumbnail.size-dara-page-thumbnail.wp-post-image {
	display: none;
}

/*From the page in Portuguese*/
.page-id-775 .site-content .hero .attachment-dara-page-thumbnail.size-dara-page-thumbnail.wp-post-image {
	display: none;
}

/*From the page in French*/
.page-id-1325 .site-content .hero .attachment-dara-page-thumbnail.size-dara-page-thumbnail.wp-post-image {
	display: none;
}


/*
Adjusts the height of the 3 images below main image on home page*/

.post-43 .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	height: auto;
}

.post-44 .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	height: auto;
}

.post-45 .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	height: auto;
}


/*
Narrows the blank space between home page image and items below */
.front-page-content-area.content-area {
	height: 0;
	padding-bottom: 10px;
	padding-top: 0;
}


/*Call-button positioning in mobile version and hiding at desktop version*/
.entry-content a[href="tel:+352661302123"] {
	position: fixed;
	margin-top: -180px;
	display: block;
}

@media screen and (min-width: 600px) {
	.entry-content a[href="tel:+352661302123"] {
		display: none;
	}
}

.home #page {
	position: relative;
}

.home #post-47 {
	position: initial;
}


/* Remove Sharing buttons below About and Find Us in Homepage */

.featured-page:nth-child(2) div.sharedaddy, .featured-page:nth-child(3) div.sharedaddy {
    display: none;
}


/*
Hide menu items on mobile version
@media screen and (max-width: 599px) {
	.menu-item-62 a, .menu-item-106 a, .menu-item-107 a, .menu-item-108 a, .menu-item-109 a, .menu-item-110 a, .menu-item-111 a, .menu-item-112 a, .menu-item-113 a, .menu-item-114 a, .menu-item-358 a,
.menu-item-657 a, .menu-item-965 a, .menu-item-966 a, .menu-item-693 a, .menu-item-967 a, .menu-item-968 a, .menu-item-969 a {
		display: none;
	}
}
*/

/* Translation links positioning in desktop and mobile versions
p.my-contact {
	position: absolute;
	top: 0;
	right: 20px;
} */