/* Canvi de color de: FONS, BARRA de MENÚ i CASELLES de MENÚ */
.colors-dark .site-content-contain
body.colors-dark,
.colors-dark .navigation-top,
.colors-dark .main-navigation ul {
	background: #000;
}

/*Tamany màxim i posició de les imatges destacades*/
.single-featured-image-header	{
	max-width: 700px;
	max-height: 700px;
	display: block;
	margin: auto;
	}

/* color hover SUBMENU */
.main-navigation a:hover {color:#fbc300!important;}

/* color LINKS */
.entry-content a {
	color:  #fbc300!important; 
/* #fbc300 és el groc del logo Recam Làser */ 
	border-bottom: none!important;
  box-shadow: none!important;
/* Pq no hi hagi el subratllat boxshadow */
}
a:hover {
	color: goldenrod!important;
	}

/* MARGES DEL TEMA */
.wrap {
	/* margin-left: auto; */
	/* margin-right: auto; */
	max-width: 90%;
	/* padding-left: 2em; */
	/* padding-right: 2em; */
}
 
@media screen and (min-width: 48em) {
	.wrap {
		max-width: 90%;
		/* padding-left: 3em; */
		/* padding-right: 3em; */
	}
}
 
.page.page-one-column:not(.twentyseventeen-front-page) #primary {
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	max-width: 90%;
}
 
@media screen and (min-width: 30em) {
	.page-one-column .panel-content .wrap
	{
		max-width: 82%;
	}
}

/* Posició LOGO */
#masthead .wrap {
	text-align: right!important;
}

/* Color i gruix de la lletra -> Desactivat, color per defecte whitesmoke, 400 es normal, 700 es bold. max 900 (fi de comentari)
body {
	color: whitesmoke!important;
	font-weight: 400 ; }
h1 {
	color: whitesmoke!important;
	font-weight: bold ; }
*/

/* Vídeo del Header, canvi de tamany */
.has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-video .custom-header-media iframe, .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
height: auto !important;
width: auto !important;
max-height: 100%!important;
display:block!important;
position: absolute !important;
}

#wp-custom-header {
height: 400px !important;
}

.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media, .admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media, .admin-bar.home.blog.has-header-image .custom-header-media, .admin-bar.home.blog.has-header-video .custom-header-media {
width: 100% !important;
height: 100% !important;
}

/* Pq no es vegin data, autor, comentaris, likes, etc. a les entrades*/
.entry-meta {
display: none;
}

/*Pq no es vegin categoríes i etiquetes*/
.entry-footer{
display:none!important;
}

/* Ocultar el proudly powered by wordpress */
.site-info {
display:none!important;
	}