/*
Theme Name: vilaweb
Author: Bekodo
Author URI: https://bekodo.com
Version: 1.0
*/

@font-face {
	font-family: "Lora";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/wp-content/themes/vilaweb/styles/lora.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
		U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Lora";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/wp-content/themes/vilaweb/styles/lora.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
		U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/wp-content/themes/vilaweb/styles/roboto-400.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
		U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(/wp-content/themes/vilaweb/styles/roboto-500.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
		U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/wp-content/themes/vilaweb/styles/roboto-700.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
		U+2215, U+FEFF, U+FFFD;
}

.page-numbers.current {
	background-color: black;
	color: white;
}

/* the next and previous button are not printed */
.page-numbers.next,
.page-numbers.prev {
	display: none;
}

.page-numbers.dots,
.page-numbers.dots:hover {
	background-color: white;
	color: black;
}

/* Minut a miniut Loading */
.minut-a-minut-milestone.loading {
	background: url(/wp-content/themes/vilaweb/img/ajax-loader.gif) no-repeat;
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
}

.vlw-banner-horitzontal {
	min-width: 300px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	position: relative;
}

.vlw-banner-interstitial {
	min-width: 320px;
	min-height: 480px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	position: relative;
}

.dm-banner iframe {
	display: inline;
}

.container-banner-header {
	height: 295px;
}
.vlw-banner-capcalera {
	height: 250px;
}

@media (max-width: 960px) {
	.container-banner-header {
		height: 145px;
	}
	.vlw-banner-capcalera {
		height: 100px;
	}
}

.content-noticia-body iframe {
	max-width: 100%;
}

p:empty {
	padding-bottom: 0;
}

.minut-a-minut-anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}

#minut-a-minut-content div {
	margin-bottom: 0;
}

/* Podcast buttons */

.podcast-audio {
	background-size: contain;
	background-position: center;
}

.podcast-audio .player-buttons .player-button.play:before {
	content: url(/wp-content/themes/vilaweb/img/pause.svg);
}
.podcast-audio .player-buttons .player-button.stop:before {
	content: url(/wp-content/themes/vilaweb/img/play.svg);
}
.podcast-audio .player-buttons .ten-less-button:before {
	content: url(/wp-content/themes/vilaweb/img/prev.svg);
}
.podcast-audio .player-buttons .ten-more-button:before {
	content: url(/wp-content/themes/vilaweb/img/next.svg);
}

.subtitol-noticia > ul > li a:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 102, 0, var(--tw-text-opacity));
	text-decoration: underline;
}

.subtitol-noticia > ul > li a {
	--tw-text-opacity: 1;
	color: rgba(255, 102, 0, var(--tw-text-opacity));
}

.subtitol-noticia a:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 102, 0, var(--tw-text-opacity));
	text-decoration: underline;
}

.subtitol-noticia a {
	--tw-text-opacity: 1;
	color: rgba(255, 102, 0, var(--tw-text-opacity));
}

.subtitol-noticia > ul li {
	margin-top: 15px;
}

/* CSS added from the editor */
.content-noticia-body img.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.content-noticia-body img.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.content-noticia-body img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.col-span-8 {
	grid-column-end: span 8;
}

.contents {
	display: contents;
}

.bottom-2 {
	bottom: 0.5rem;
}

.w-3\/5 {
	width: 60%;
}

@media (min-width: 768px) {
	.md\:col-span-2 {
		grid-column-end: span 2;
	}

	.md\:font-inherit {
		font-family: inherit;
	}
}

@media (min-width: 768px) {
	.md\:ml-7 {
		margin-left: 1.75rem;
	}

	.md\:border-t {
		border-top-width: 1px;
	}

	.md\:border-black-300 {
		--tw-border-opacity: 1;
		border-color: rgba(175, 178, 182, var(--tw-border-opacity));
	}

	.md\:border-none {
		border: 0;
	}

	.md\:w-8\/12 {
		width: 66.666667%;
	}

	.md\:font-sans {
		font-family: Roboto, ui-sans-serif, system-ui, -apple-system,
			BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans,
			sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
			Noto Color Emoji;
	}

	.md\:ml-2 {
		margin-left: 0.5rem;
	}

	.md\:pt-0 {
		padding-top: 0;
	}
}
@media (max-width: 767px) {
	.max-sm\:border-t {
		border-top-width: 1px;
	}

	.max-sm\:border-black-300 {
		--tw-border-opacity: 1;
		border-color: rgba(175, 178, 182, var(--tw-border-opacity));
	}

	.max-sm\:border-none {
		border: 0;
	}

	.max-sm\:pt-4 {
		padding-top: 1rem;
	}

	.max-sm\:w-full {
		width: 100%;
	}

	.max-sm\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.max-sm\:w-3\/5 {
		width: 60%;
	}
}

.comentaris-subscriptors-container {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.comentaris-subscriptors-info {
	float: left;
}

.comentaris-subscriptors-info > .name {
	float: left;
	font-weight: 600;
}
.comentaris-subscriptors-info > .date {
	float: right;
}
.comentaris-subscriptors-info > .comment {
	clear: both;
}

.comments-floating-menu {
	position: absolute;
	right: 0;
	background-color: rgb(255, 239, 229);
	padding: 20px;
	z-index: 10;
	top: 15px;
	width: 300px;
	color: black;
}

@media (max-width: 767px) {
	.comments-floating-menu {
		top: 40px;
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.footer-noticia-comentaris-content article {
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.footer-noticia-comentaris-content article:last-child {
	border-bottom: none;
}

.headphones-ico:before {
	content: url(/wp-content/themes/vilaweb/img/headphones-ico.svg);
	margin-right: 2px;
	display: inline-block;
	vertical-align: middle;
}
.dark .headphones-ico:before {
	content: url(/wp-content/themes/vilaweb/img/headphones-ico-dark.svg);
}

.audio-ico:before {
	content: url(/wp-content/themes/vilaweb/img/audio-ico.svg);
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	min-width: 25px;
	height: 24px;
}
.dark .audio-ico:before {
	content: url(/wp-content/themes/vilaweb/img/audio-ico-dark.svg);
}

.podcast-ico:before {
	content: url(/wp-content/themes/vilaweb/img/podcast-ico.svg);
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	min-width: 25px;
	height: 24px;
}
.dark .podcast-ico:before {
	content: url(/wp-content/themes/vilaweb/img/podcast-ico-dark.svg);
}

.botiga-ico:before {
	content: url(/wp-content/themes/vilaweb/img/botiga-ico.svg);
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	min-width: 25px;
	height: 24px;
}
.dark .botiga-ico:before {
	content: url(/wp-content/themes/vilaweb/img/botiga-ico-dark.svg);
}

.jocs-ico:before {
	content: url(/wp-content/themes/vilaweb/img/jocs-ico.svg);
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	min-width: 25px;
	height: 24px;
}
.dark .jocs-ico:before {
	content: url(/wp-content/themes/vilaweb/img/jocs-ico-dark.svg);
}

@media (max-width: 370px) {
	.headphones-ico:before {
		display: none;
	}
	.audio-ico:before {
		display: none;
	}
	.podcast-ico:before {
		display: none;
	}
	.botiga-ico:before {
		display: none;
	}
	.jocs-ico:before {
		display: none;
	}
}

.floating-menu-button {
	font-family: Roboto, ui-sans-serif, system-ui, -apple-system,
		BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans,
		sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
		Noto Color Emoji;
	background-color: rgba(235, 235, 235);
	color: #5e656e;
	font-size: 12px;
	border-radius: 4px;
	padding: 8px;
}

.comment-child {
	padding-left: 72px;
}

@media (max-width: 767px) {
	.comment-child {
		padding-left: 32px;
	}
}

@media (min-width: 767px) {
	.md\:pb-3{
		padding-bottom: 0.75rem;
	}
	.md\:mb-2 {
		margin-bottom: 0.5rem;
	}
}

.justify-around {
	justify-content: space-around;
}

.cta-book-text {
	min-height: 210px;
}

.cta-book-width {
	max-width: 200px;
}

.text-italic {
	font-style: italic;
}

@media (max-width: 767px) {
	.cta-book-text {
		min-height: 130px;
		width: 100%;
		text-align: center;
		align-items: center;
	}
}

@media (min-width: 768px) {
	.md\:gap-10 {
		gap: 2.5rem;
	}
	.md\:mx-auto {
		margin: 0 auto;
	}
}
