/*
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: 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\:w-full{
        width: 100%;
    }

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

}
