/* No mostrar títols a les pàgines */
.page .entry-title {
	display: none;
}

/* padding post navbar */

.entry-title {

padding-top: 0px;

}


/* tamany font */

body {

font-size: 1.5rem;
}


/* submenú navbar color */


.nav-menu .sub-menu, .nav-menu .children {
	background-color: #EAEAEA;
}

/* imatge heaeder bona (igual que versió esp) */

.site-header {
	background: url(http://psicologosbarcelona.com/wp-content/uploads/2014/11/cropped-fons-22.jpg) no-repeat scroll center;
	background-size: cover;
	height: 333px;
}

/* Color de la barra de navegació */
   
.navbar {
	background: #fff;
}

/* Color hover barra de navegació */

.nav-menu li:hover > a, ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
	background-color: #CCCCCC;
}

/* Font barra de navegació */

.toggled-on .nav-menu li:hover > a, .toggled-on .nav-menu .children a, .nav-menu li a, ul.nav-menu ul a, .nav-menu ul ul a {
	color: #6D6D6D;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	color: #515151;
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
color: #515151;
}
  

/* Color de la font */

body, h1, h2, h3, h4, h5, h6,
.entry-title {
	color: #515151;
}

/* Category header */

.archive-header, .page-header {

  	background: #CCCCCC;
}

/* Color i hover títols blog */

.entry-title a {
	color: #515151;
}

.entry-title a:hover {
	color: #C17C05;
}


/* Horizontal line */

hr {
  border: 1px solid #D3D3D3;
}

/* Format icones xarxes socials header */

.cat {

    position: absolute;
	left: 83%;
    top: 80%;
    z-index: 1;
}

.cat:hover {
    opacity: 0.5;
}

.esp {

	position: absolute;
	left: 92%;
    top: 80%;
    z-index: 1;
}

.esp:hover {
    opacity: 0.5;
}

.twitter {

	position: absolute;
	left: 83%;
    top: 8%;
    z-index: 1;
}

.twitter:hover {
    opacity: 0.5;
}

.rss {

	position: absolute;
	left: 92%;
    top: 8%;
    z-index: 1;
}

.rss:hover {
    opacity: 0.5;
}

/* mida icones xarxes socials per a tablet */
@media (max-width: 643px) {

.cat {
	max-width: 11%;
    position: absolute;
	left: 72%;
    top: 60%;
    z-index: 1;
}


.esp {
	max-width: 11%;
	position: absolute;
	left: 87%;
    top: 60%;
    z-index: 1;
}
.twitter {
	max-width: 12%;
	position: absolute;
	left: 72%;
    top: 8%;
    z-index: 1;
}
.rss {
	max-width: 11%;
	position: absolute;
	left: 87%;
    top: 8%;
    z-index: 1;
}
/* mida icones xarxes socials per a mòbils */
@media (max-width: 410px) {

.cat {
	max-width: 12%;
    position: absolute;
	left: 72%;
    top: 58%;
    z-index: 1;
}
.esp {
	max-width: 12%;
	position: absolute;
	left: 87%;
    top: 58%;
    z-index: 1;
}
.twitter {
	max-width: 12%;
	position: absolute;
	left: 72%;
    top: 17%;
    z-index: 1;
}
.rss {
	max-width: 12%;
	position: absolute;
	left: 87%;
    top: 17%;
    z-index: 1;
}

}
/*mida header responsive millorada */
@media (max-width: 643px) {

	.site-header {
		text-align: center;
		padding-bottom: 130px;
}

}