/*
Theme Name:         FoundationPress
Github Theme URI:   https://github.com/MEDIADUDES/FoundationPress
Description:        FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
Version:            3.4.6
Author:             MEDIADUDES
Author URI:         https://mediadudes.lol/?utm_source=theme&utm_medium=foundationpress&utm_campaign=author_uri
Text Domain:        foundationpress
License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* ----------------------------------------------------------------------------

  Unfortunately WordPress will require a style.css file
  located in the theme's root folder for stuff to work.

  However, we will not be using vanilla CSS. We're using Sass.

  Sass is a superset of CSS that adds in amazing features
  such as variables, nested selectors and loops. It's also
  the easiest way to customize Foundation.

  All Sass files are located in the /assets/scss folder.
  Please note that none of your scss files will be compiled to /stylesheets/foundation.css before you run
  'npm run watch' or 'npm run build'.

  Please read the README.md file before getting started. More info on how
  to use Sass with Foundation can be found here:
  http://foundation.zurb.com/docs/sass.html

  If you for some reason would like to write plain css instead of using Sass,
  you could just enqueue this file (style.css) to the header and add your styles in this file

---------------------------------------------------------------------------- */


.top-bar, .top-bar-title{
	margin: 0;
  padding: 0;
}
.top-bar-title img{
  max-width: 250px;
  padding: 10px 0;
}
#title-mod-noticias ul{
  margin-top: 20px;
}
#title-mod-noticias ul li{
  margin-bottom: 20px;
  font-weight: bolder;
}
.post-date{
	font-weight: normal;
  display: block;
}
.wp-block-latest-posts{
  margin: 20px 0 0;
}
.wp-block-latest-posts li{
  margin-bottom: 10px;
}
.wp-block-separator{
  border-top: 1px solid #ccc;
}
.wp-block-categories{
  margin: 0;
  list-style-type: none;
}
.e-n-accordion-item-title-text{
  font-size: 21px !important;
  font-weight: bold;
}
.featured-hero{
  margin-bottom: 60px !important;
}
.footer{
  border-top:none;
}
/*edicion de tamaños titulo noticias y textos menu general*/
@media screen and (max-width: 39.9375em) {
  h1.entry-title, .title-actividades-portada h2 {
    font-size: 2.4rem !important;
    margin-top: 5rem !important;
  }
}
.dropdown.menu > li > a {
  padding: .7rem 1rem;
  font-size: 1.2rem;
}