/*
 Theme Name:   Examiner Child
 Theme URI:    http://themeforest.net/item/examiner-magazine-theme/12323814
 Description:  Examiner Child Theme
 Author:       BobiFox
 Author URI:   http://themeforest.net/user/bobifox
 Template:     examiner
 Version:      1.0.0
 Tags:         
 Text Domain:  examiner-child
*/
@import url("../examiner/style.css");

/* =Aquí empieza la personalización de tu tema
-------------------------------------------------------------- */

/* MENU SUPERIOR */

/* Fuerza a que la altura del desplegable del menú lateral sea automático */
div.sub-menu-wrapper {
	min-height: 290px !important;
	height: auto !important;
}

/* Como hay tantas categorías tenemos que cambiar los estilos para que quepan */

ul.menu-links.inside-menu > li.menu-item a {
	margin: .075em;
}

ul.menu-links.inside-menu a.menu-link {
	font-size: .8em;
}

/* Situa el los botones de AddThis más abajo */
#at4-share.addthis_32x32_style.slideInRight {
	top: 24%;
}

/* Oculta la descripción de los artículos relacionados en los Post */
body.single-post .home-widget .blog-category .blog-post-content,
body.search .blog-category .blog-post-content
 {
	display: none;
}



/* Incrementar sombreado en los títulos */
.body-super-slider .super-slider-title, .img-featured-title, .img-featured-category-link {
    text-shadow: 1px 1px 2px #000 !important;
}

/* Textos en minúsculas */
body.single-post #post-page-title h1,
.super-slider-title,
.small-title,
.featured-posts-title a,
.previous-title h2,
.next-title h2 {
    text-transform: none !important;
}

@media screen and (min-width: 1025px) {
	body.single-post #post-page-title {
		width: 75%;
	}
}


/* CODI afegit per RICARD CODINA  */

	/* ESBORRA XARXES SOCIALS*/
	.share-post { 
		display: none;
	}

	/* ARREGLA DISTRIBUCIÓ PORTADA */
	.masonry-brick .sam_pro_place_widget {
		width: 1280px;
		height:200px;
		margin: 10px 0px;
	}

	.masonry-brick .mida-add-sencera{
		width: 94.5%;
		height:80px;
			max-width:980px;
			margin: 10px 10px 10px 10px;
	}

	
	/*MOSTRA MÉS ICONES COMPARTIR*/
	#navigation .content-social ul {
		max-width: 140px;
		
	}

	/*NO MOSTRAR RSS*/
	.rss-social-icon {
		display: none;
	}

	/*AMAGA BARRA SUPERIOR*/
	/** 1. amaguem menú */

	.top-menu {
		display: none;
	}

	/** 2. assignem nova alçada al menú. */
	
	.menu-links {
		margin-top: 30px;
	}

	.menu-links.menu-links-reduit {
		margin-top: 0px;
	}

	#navigation .content-social.content-social-reduit {
		margin-top: 20px;
	}

	#navigation .content-social {
		padding: 0px 10px;
		margin-top: 60px;
		border-left: none;
	}

	@media screen and (max-width: 700px) {
		.search-box-escriptori {
			display: none;
		}
	}

	/*COLORS ICONES XARXES SOCIALS */
	.fb-social-icon {
		color: #0066ff!important;
	}

	#footer .fb-social-icon {
		color: #FFFFFF!important;
	}

	.twitter-social-icon {
		color: #00adff!important;
	}

	#footer .twitter-social-icon {
		color: #FFFFFF!important;
	}
	
	.instagram-social-icon {
		color: #7d3a69!important;
	}

	#footer .instagram-social-icon {
		color: #FFFFFF!important;
	}

	/* AMAGA DATA I AUTOR PÀGINA CATEGORIA */
	body.archive .blog-category .blog-post-date-author,
	body.category .blog-category .blog-post-date-author,
	.blog-category .blog-post-date-author
	{
		display: none;
	}

	/*AMAGA INFO AUTOR I DATA DINS POST*/
	.post-page-content-wrapper .post-info {
		display: none;
	}


	/*MARGES NOTICIES*/
	@media screen and (min-width: 1025px) {
		#primary, #post-page-title {
			max-width: 70%;
		}
		#post-content {
			max-width: 700px!important;
		}
		#post-page-subtitle  {
			max-width:69%;
		}

		#secondary {
			margin-left: 4%;
		}

		.single #secondary {
			margin-top: -123px;
		}

		#post-content hr {
			margin-right: -170px;
		}


	}

/***** Final codi afegit per RICARD CODINA */