/* CUSTOM CSS */


#noticia-premium {
    margin-top: 1rem;
}
main.fitxa article .content .video-news {
    margin-bottom: 1rem;
}
figure {
	transition:all 0.2s ease;
}
figure:hover {
	opacity: 0.65;
}
.fitxa-content figure {
	padding-top: 0;
}

.news-items .news {
	background-color: #ededed;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 0.5rem;
    display: flex;
}
.news-items .news h2 {
	font-family: "Inter",sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}
/*    
.title-sidebar {
    border-top: 1px solid #d5d3d3;
    padding-top: 1rem;
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    color: #c4003e;
    margin-bottom: 1rem;
}
*/
.opinio-image {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.item-opinio a {
    width: 100%;
    display: flex;
	justify-content: space-between;	
}
.item-opinio .title-opinio {
	max-width: 80%;
}

.slick-arrow.prev, .slick-arrow.prev1 {
    background-image: url(../img/left-arrow.svg);
}
.slick-arrow.next, .slick-arrow.next1 {
    background-image: url(../img/right-arrow.svg);
}


/* //// CODI ANTIC ///// */


main.fitxa article .content section.article-body p {
	font-family: 'PT Serif', serif;
    font-size: 18px!important;
    line-height: 28px!important;
	margin-bottom: 1rem;
}

main.fitxa article .content section.article-body p a, .single article .article-content p a {
	text-decoration: underline;
}
main.fitxa article .content section.article-body h4 {
	font-size: 19px;
    font-weight: 600;
    margin: 1.75rem 0 0.5rem;
}


div[itemprop="articleBody"] {
	margin-top: 2rem;
	
}

.fitxa-content ul.compartir {
    border: none!important
}

.fitxa-content ul.compartir li {
    margin-left: 5px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.fitxa-content ul.compartir li:hover {
    background-color: #000
}

.fitxa-content ul.compartir li a {
    color: #FFF;
    display: block!important;
    width: 100%;
    text-align: center
}

.fitxa-content ul.compartir li a:hover {
    color: #FFF!important
}

.fitxa-content ul.compartir li:after,.fitxa-content ul.compartir li:nth-child(2):before {
    display: none
}

.fitxa-content figure:hover {
	opacity: 1;
}

.wp-block-media-text, .wp-block-media-text.has-pale-pink-background-color  {
	margin-bottom: 30px;
	border-bottom: 1px solid;
	background: none !important;
	padding: 20px 0;
}

.wp-block-media-text__media img {
	max-width: 100% !important;
}

.tags {
	margin-top: 1rem;
}

.tags a {
	display: inline-block;
	margin-bottom: 1rem;
    font-size: 14px;	
}


/**/

.icon-user {
	display: none;
	position: absolute;
	right: 0rem;
    top: 10px;
}
.icon-user img {
    width: 30px;
    height: 30px;
}

.btn-llegeix-esport {
    font-size: 11px;
    color: #fff;
    padding: 0.3rem 0.6rem;
    margin: 0 0.5rem;
    border-radius: 5px;
    text-transform: uppercase;
    background: #535353;
}

.btn-llegeix-esport:hover {
    color: black;
    background: white;
}

.page-template-template-home .esports article .epigraph-name {
    color: white;
    font-weight: 700;
}

.page-template-template-home .esports .col .onecolumn:before {
    content: "";
    border-right: 1px solid white;
    position: absolute;
    right: -0.75rem;
    z-index: 1;
    height: 100%;
}

.page-template-template-home .esports .col:last-child .onecolumn:before {
    content: none;
}

.page-template-template-home .esports article a:hover {
    color: initial;
    opacity: .75;
}


.page-template-template-home #defuncions br {
    display: none;
}

.content-serveis .title:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all .5s;
}

.page-template-template-home #defuncions p {
    border-bottom: 1px solid #e2e2e2;
    padding: .5rem 0;
    margin: 0;
}

.esquela-item .plus-on .plus:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all .5s;
}

.esquela-item.open .plus-on .plus:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.esquela-item.open .esquela-content {
    height: auto;    
}

@media(max-width:767px) { 
	
	.icon-user {
		display: block;
	}

}

.fitxa-content .article-body a {
	text-decoration: underline;
}

.fitxa-content .article-body .tags a {
	text-decoration: none;
}

.btn-comments {
	text-decoration: none;
}


.title a {
	color: #c4003e;
}

.valles-oriental .title a {
    color: #008c6e;
}


/* ///// Author a la pàgina d'opinió ///// */

.actualitat .name-author {
    font-family: "Inter",sans-serif;
    margin: 0.65rem 0 0.25rem;
    font-size: 12px;
    color: #666;
}
.actualitat .name-author a {
	color: #666;
}

/* ///////////// Epigraph title ////////////// */

.epigraph .title2 {
    font-size: 18px!important;
    line-height: 22px;
    border-top: 4px solid #a1a1a1;
    padding-top: 1rem;    
    font-weight: 900;
    color: #c4003e;
	    margin-bottom: 1rem;
}
.epigraph .title2 a {
    color: #c4003e;
}

.valles-oriental .title2 a {
    color: #008c6e;
}

.content-author article p {
    margin-bottom: inherit;
}

@media(max-width:767px) { 
	
	.btn-more:after {
		right: -30px;
	}

}


.page-id-62681 h2 {
	font-family: "Inter",sans-serif;
	font-size: 18px;
    margin-bottom: 1rem;
}
.alcada-igual {
	justify-content: space-between;
    display: flex;
    flex-direction: column;
}

@media (max-width:991px){	
    .box-content .topbar-wrapp {
        display: none;
    }
}