/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */



 .rtvv_efemerides{
   /* font-family: 'Montserrat', sans-serif !important; */
   position:relative
 }
 .rtvv_efemerides.widget.widget_text{
   margin-bottom: 40px;
 }

 .rtvv_efemerides .efemerides_others.info{
   padding-top: 20px;
  clear: both;
 }
   .loading.rtvv_efemerides::after{
       font-family: 'FontAwesome' !important;
        content: "\f110";
        position: fixed;
        color:#1a6fa2;
        /* -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite; */
    animation: fa-spin 2s infinite linear;
    left: 50%;
    top: 50%;
    transform: translate(50%,50%);
    font-size: 50px;
    z-index: 110;

   }

  .loading.rtvv_efemerides::before{
/* .g-block.loading::before{ */
   content: "";
   /* display:block; */
  font-family: 'FontAwesome' !important;
  background-color: rgba(255, 255, 255,.5);
  width: 100%;
  height: 100%;
  position: absolute;
  color:#1a6fa2;
  /* background-image: url('/wp-admin/images/wpspin_light.gif'); */
  background-attachment: fixed;

  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  z-index: 100;
 }
.rtvv_efemerides .month {
  color: #1a6fa2;
  text-transform: capitalize;
  clear: both;
  font-weight: bold;
  margin-top: 20px;
}

.rtvv_efemerides .day {
  display: inline-block;
  width: 3.22%;
  background: #cfe6f4;
  color: #1a6fa2;
  cursor: pointer;
  font-weight: bold;
  text-align:center;
  padding: 2px 0;
}
.rtvv_efemerides .day:hover{
  color: #4d4d4d;
}

.rtvv_efemerides .day.disabled {
  color: #6baace;
  cursor: default;
  font-weight: normal;
}
.rtvv_efemerides .day.disabled:hover{
  color: #6baace;

}

.rtvv_efemerides .day.active{
  background: #1a6fa2 ;
  color: #cfe6f4;
}

.rtvv_efemerides .day.active:hover{
  color: #cfe6f4;
}
/* .rtvv_efemerides_header_left{
   width: 70%;
   float:left;
 }
 .rtvv_efemerides_header_right{
   width: 30%;
   float:left;
 } */
  .rtvv_efemerides .search_form{
    text-align:center;
    margin: 6px 0 12px 0;
  }
 .rtvv_efemerides .search_form label{
   display:block;
   font-weight: bold
 }
 .rtvv_efemerides .search_form input{
   border-radius: 50px !important;
   width: calc(100% - 45px);
   padding-left: 13px;
padding-right: 40px;
 }
 .rtvv_efemerides_search_submit{
   position:absolute;
   right:45px;
   background: transparent;
   padding-top: 5px;

 }
.rtvv_efemerides_search_submit::before {
  content: "\f002";
  font-family: 'FontAwesome' !important;
}


.rtvv_efemerides_search_title {
  background-color: #1a6fa2;
  padding: 4px 20px 5px 20px;
  color: #FFF;
  font-family: 'Montserrat', sans-serif ;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;

  /* text-align:center */
}

.rtvv_efemerides_categories_title {
  background-color: #1a6fa2;
  padding: 4px 20px 5px 20px;
  color: #FFF;
  font-family: 'Montserrat', sans-serif ;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;

  /* text-align:center */
}
.rtvv_efemerides_categories:hover .rtvv_efemerides_categories_title{
  background-color: #165d88;
}


.rtvv_efemerides_categories_title:hover{
  background-color: #165d88;
}
.rtvv_efemerides_search_title{
  margin-top: 34px;
}
.rtvv_efemerides_categories_title{
  cursor:pointer;
}
.rtvv_efemerides_categories_title:after{
  display: inline-block;
  cursor: pointer;
  width: 1.5rem;
  opacity: 0.5;
  font-family: FontAwesome, serif;
  content: "\f078";
  text-align: right;

}
.rtvv_efemerides_categories_list{
  list-style: none;
  display:none;
  margin: 0px !important;
  background-color: #165d88;
  color:#fff;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.rtvv_efemerides_categories:hover .rtvv_efemerides_categories_list{
  display:block;
}
.rtvv_efemerides_categories_list li{
  cursor:pointer;
  padding: 7px 20px;
}
.rtvv_efemerides_categories_list li:hover{
  background-color: #135176;
}

.rtvv_efemerides_categories{
  position: relative;
}

.rtvv_efemerides_home{
  margin-bottom: 8px;
}
.rtvv_efemerides_home span.title{
	/* margin-left: 8px; */
	/* display: block; */
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	float: right;
	width: 90%;
  padding-top: 7px;
  padding-right: 5px;
  padding-left: 5px;

}
.rtvv_efemerides_home .controls .fa{
  margin-top: 5px;
}
.rtvv_efemerides_home .more{
  margin-top: 5px;
}
.rtvv_efemerides .widget-title,
.rtvv_efemerides .widgettitle{
	background-color: #1a6fa2;
	padding: 4px 20px 5px 20px;
	color: #FFF;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}
.rtvv_efemerides .widgettitle a{
  background-color: #1a6fa2;
  color: #FFF;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}


.rtvv_efemerides .current_day {
  background-color: #1a6fa2;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  padding: 0 5px 0px 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.rtvv_efemerides .rtvv_efemerides_home .current_day {
  /* margin: 0 0 0 5px; */
  background-color: #cfe6f4;
  color: #1a6fa2;
  padding-top: 6px;
  /* padding-bottom: 4px; */
}

.rtvv_efemerides .info .image {
  width: 26.5%;
  float: left;
  height: 150px;
  background: grey;
}
.rtvv_efemerides .rtvv_efemerides_home .info .image {
  width: 35%!important;
  height:63px!important;
}

.rtvv_efemerides .info .image img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}


.rtvv_efemerides .data {
  width: 73.5%;
  float: left
}
.rtvv_efemerides .rtvv_efemerides_home .data {
  width:100%;
  float: none;
  clear:both;
}
.rtvv_efemerides .rtvv_efemerides_home .image >span{
  display:inline!important;
}

.rtvv_efemerides #waveform {
  height: 116px;
  background-color: #cfe6f4;
}
.rtvv_efemerides .rtvv_efemerides_home #waveform {
  height:63px!important;
  background-image:url(/wp-content/uploads/2018/11/efemerides2.jpg)
}
.rtvv_efemerides .rtvv_efemerides_home #waveform wave{
  width:100%;
}

.rtvv_efemerides .info .controls {
  background: #1a6fa2;
  color: #fff;
  font-weight: bold;
  /* height: 30px; */
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  padding-left: 10px;
}

.rtvv_efemerides .info .controls .title a{
  color: #fff;
}
.rtvv_efemerides .rtvv_efemerides_home .info .controls .title a{
  color: #1a6fa2;
}

.rtvv_efemerides .rtvv_efemerides_home .info .controls{
  clear: both;
  font-size: 0.85rem;
  padding-left: 20px;
  background: #cfe6f4;
  color: #1a6fa2;
  height: auto;
  line-height: 1;
  float:left;
}

.rtvv_efemerides .info .controls .fa {
  font-size: 22px;
}
.rtvv_efemerides .rtvv_efemerides_home .info .controls .fa {
  font-size: 26px;
}


.rtvv_efemerides .efemerides_other {
  clear: both;
}

.rtvv_efemerides .efemerides_other {
  color: #1a6fa2;
  font-weight: bold;
  cursor: pointer;
}
.rtvv_efemerides .efemerides_other:hover {
  color: #4d4d4d;
}


@media only all and (max-width:767px) {
  .rtvv_efemerides #waveform{
    height:55px;
  }
  .rtvv_efemerides .info .image{
    height: 89px;
  }
  .rtvv_efemerides .day{
    width: 10%;
  }
}
@media only all and (min-width:768px) and (max-width:1199px) {
  .rtvv_efemerides_search_title,
  .rtvv_efemerides_categories_title,
  .rtvv_efemerides .search_form,
  .rtvv_efemerides_categories_list li{
    font-size: 0.9rem;
  }
}
