/*
Theme Name: Rádio Bela Vista FM
Theme URI: https://www.belavistafm.com.br/
Author: Jean Dias | Ti Indiquei
Author URI: https://tiindiquei.com.br/
Description: Bela Vista FM, musicas, entretenimento, promoções, entrevistas. Ouça noticias e muitas novidades do meio artí­stico.
Version: 1.0
Text Domain: belavistafm
Tags: Radio Bela Vista FM, Bela Vista, rádio, musicas, entretenimento, promoções, entrevistas
*/

.portfolio-item .inner-content {
	border-radius: 20px;
	overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
	color: white;
}

.overflow-content {
	overflow-y: hidden;
	padding: 5rem 0;
}

.swiper-button-next,
.swiper-button-prev {
	top: var(--swiper-navigation-top-offset, 40%);
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -25px);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next{
	left: var(--swiper-navigation-sides-offset, -25px);
} */

.layer-shape-two,
.layer-shape-three,
.layer-shape-four {
	max-width: 50px;
}

.horario {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #fff5;
	border-radius: 0;
}

.horario.team-member .schedule {
	left: 73px;
	position: relative !important;
	top: -10px;
	width: 270px;
	z-index: 99;
}

.horario.team-member .schedule .hour-schedule {
	background-color: #fe2a25;
	color: #ffe000;
	font-weight: bold;
}

.horario.active,
.horario:hover {
	transform: translateY(0px) !important;
	-webkit-transform: translateY(0px) !important;
	-moz-transform: translateY(0px) !important;
	-ms-transform: translateY(0px) !important;
	-o-transform: translateY(0px) !important;
}

.horario.active .schedule {
	left: 137px;
}

.blog-left-col-1.lista .featured-news-section .featured-news-title {
	font-size: 20px;
	width: 340px;
}

.blog-left-col-1.lista .featured-news-section .featured-news-thumb {
	width: 220px;
}

.blog-left-col-1.lista::after {
	background: none;
}

.rounded-2 {
	border-radius: 6px;
	background-color: #c00;
}

.single-area a {
	font-weight: bold;
	color: #ffe000;
}

.aovivo {
	position: fixed;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	bottom: 20px;
	left: 5%;
	z-index: 999999;
	background-color: #fff;
	border: 4px solid #fe2a25;
	padding: 15px;
	animation: float 2s ease-in-out infinite;
}

.aovivo img {
	max-width: 100%;
	width: auto;
}

@keyframes float {

	0%,
	100% {
		transform: translatey(0)
	}

	50% {
		transform: translatey(-30px)
	}
}

.home-slider-container {
	min-height: 350px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 10%;
	position: relative;
}

.live-radio-area {
	background: rgba(255, 224, 0, 1);
	/* background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 224, 0, 1) 100%, rgba(255, 224, 0, 1) 100%); */
	height: 115px;
}

#myVideo {
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 78%;
    top: 0;
    z-index: -3;
}

.mask {
	position: fixed;
	width: 100%;
	/* height: 100%; */
	max-width: 120%;
	min-height: 100%;
	opacity: .7;
	z-index: -1;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .8);
}

.action-button {
	position: relative;
	z-index: 1;
	/* top: -5rem; */
}

.action-button h1 {
	color: #fff;
	font-size: 5rem;
	font-weight: 900;
	text-transform: uppercase;
	opacity: 1;
	margin-bottom: 0;
}

.action-button a {
	border-radius: 15px;
	width: 100%;
}

.footer-bottom{
	background: #171718;
	color: #848282;
}

.footer-area .footer-top .container .contact-info h2 {
    color: #e02d32;
}

.footer-bottom a {
    color: #fc0;
}

@media screen and (min-width: 1200px){
	.home-slider-container {
		min-height: 700px;
	}

	#myVideo {
		height: 110%;
	}
}

@media screen and (max-width: 1199px){
	.home-slider-container {
		min-height: 610px;
	}

	.live-radio-area{
		height: 84px;
	}

	.header-logo-area {
		top: 11px;
	}

	#myVideo {
		height: 100%;
	}
}

@media screen and (max-width: 992px){
	.home-slider-area.slider-default {
		margin-bottom: -200px;
	}

	.live-radio-area{
		height: 84px;
	}

	#myVideo {
		height: 84%;
	}

	.action-button a {
		top: 4rem;
	}

	.home-slider-container {
		min-height: 550px;
	}

	.header-logo-area {
        top: 4px;
    }
}

@media screen and (max-width: 768px){
	.home-slider-area.slider-default{
		margin-bottom: -200px ;
	}

	.live-radio-area{
		height: 80px;
	}

	.blog-area.blog-default-area .section-title{
		margin-top: 50px;
	}
}

@media screen and (max-width: 580px){
	.live-radio-area{
		margin-top: 48px;
		height: 81px;
	}

	.home-slider-area.slider-default{
		margin-bottom: -53px ;
	}

	#myVideo {
		background-color: #000;
        height: 100vh;
        width: 230%;
		left: -20%;
	}

	.blog-area.blog-default-area .section-title{
		margin-top: 40px;
	}
}

.single-area iframe, .article-paragraph iframe{
    width: 100%;
}