/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

.jeg_logo img {
  width: 300px;
}

.yt_ticker {
  background-color: #101b26;
  /*height: 42px;*/
}

.jeg_midbar .jeg_social_icon_block.nobg a .fa {
  font-size: 14px;
}

.social_media_widgtes_yt a .fa {
  font-size: 28px !important;
}

.yt_spotlight ul li {
  float: left;
  padding: 0 14px;
}

.yt_spotlight ul li a {
  color: #fff !important;
  font-size: 13px;
}

.yt_spotlight ul li a:hover,
.yt_member-area:hover {
  color: #25b9a9 !important;
  font-weight: bold;
}

.yt_member-area {
  color: #fff !important;
  font-weight: bold;
}

.yt_member-area i {
  padding-right: 5px;
}

.yottie-widget-feed-section-search {
  flex-direction: row !important;
}

.yottie-widget-feed-section-search-form {
  width: 50% !important;
  padding: 0 0 20px 0 !important;
}

#yottie_1 .yottie-widget-header-channel-title a {
  font-family: "Montserrat";
  font-weight: 700;
  color: #fff;
  font-size: 28px;
}

.yottie-widget-header-channel-title + * {
  margin-top: 16px !important;
  margin-bottom: 13px !important;
}

#jnews_about-1 p {
  font-size: 12px;
  line-height: 13px;
}

.yottie-widget-header-inner {
  padding: 0px !important;
}

#yottie_1 .yottie-widget-feed-section-slide {
  background: transparent !important;
}

.yottie-widget-video-classic .yottie-widget-video-info {
  padding: 6px !important;
}

.footer_logo img {
  width: 200px;
}

.navbar-areamembros {
  overflow: hidden;
  background-color: #25b9a9;
  font-family: Arial;
}

.navbar-areamembros a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.yt_dropdown {
  float: left;
  overflow: hidden;
}

.yt_dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar-areamembros a:hover,
.yt_dropdown:hover .dropbtn {
  background-color: #1e9487;
}

.yt_dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.yt_dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.yt_dropdown-content a:hover {
  background-color: #ddd;
}

.yt_dropdown:hover .yt_dropdown-content {
  display: block;
}

.navbar-idiomas-mobile {
  text-align: center !important;
}

.navbar-idiomas-mobile a {
  margin: 0px 8px !important;
}

@media screen and (max-width: 1000px) {
  .jeg_stickybar .jeg_logo img {
    width: 180px !important;
  }
}

@media screen and (max-width: 700px) {
  .jeg_mobile_logo img {
    width: 180px !important;
  }

  .yt_ticker {
    background-color: #101b26;
    height: 70px;
  }

  .swiper-pagination-bullets {
    display: none;
  }
}
