/*
Theme Name: Chronicle Child Theme
Theme URI: https://chronicle.ancorathemes.com/
Description: Chronicle is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.7.0
Tested up to: 6.4
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, blogging, business news, clean blog, creative blogger, elementor, lifestyle magazine, newspaper, personal portfolio, rating, resume, review, social sharing, viral content
Text Domain: chronicle
Template: chronicle
*/

/* =Child-Theme customization starts here
------------------------------------------------------------ */

.nb-extra-categoria-wrap{
  clear: both;
  width: auto;
  max-width: none;
  margin: 360px 0 0 0;
}

.nb-texto-seo-categoria{
  margin: 0 0 80px 0;
  padding: 40px;
  background: #fafafa;
  border-top: 3px solid #000;
  color: #111;
  line-height: 1.7;
  font-size: 16px;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}

.nb-texto-seo-categoria h2{
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 1.2;
  color: #000;
}

.nb-texto-seo-categoria p{
  margin: 0 0 18px;
}

.nb-texto-seo-categoria p:last-child{
  margin-bottom: 0;
}

.nb-footer-categoria{
  background: #111;
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}

.nb-footer-categoria-inner{
  padding: 40px 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.nb-footer-categoria h3{
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
}

.nb-footer-categoria p,
.nb-footer-categoria li{
  font-size: 15px;
  line-height: 1.7;
  color: #d8d8d8;
}

.nb-footer-categoria ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.nb-footer-categoria li{
  margin: 0 0 10px;
}

.nb-footer-categoria a{
  color: #d8d8d8;
  text-decoration: none;
}

.nb-footer-categoria a:hover{
  color: #ffffff;
}

.nb-footer-copy{
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 18px 30px;
  text-align: center;
}

.nb-footer-copy p{
  margin: 0;
  font-size: 14px;
  color: #cfcfcf;
}

@media (max-width: 900px){
  .nb-extra-categoria-wrap{
    max-width: 100%;
    margin-top: 120px;
  }

  .nb-footer-categoria-inner{
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .nb-texto-seo-categoria{
    padding: 30px 20px;
  }
}