/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* TEMP FIX SCROLLING ON MOBILE */

p {
    margin-bottom: 20px !important;
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
  margin: 0 0 0.5em !important;
}

.single-content ul, .single-content ol {
  margin: 0 0 20px !important;
  padding-left: 2em;
}

#btn-w {
    min-width: 250px;
}


/* WIDGETS */
.widget-area .widget-title {
  color: #ffbe49!important;
}
.widget-area ul, .tagcloud {
  padding-left: 1.2em !important;
}
.widget li {
  line-height: 1.4 !important;
  font-size: 15px !important;
}

/* FOOTER */
.site-footer {
    margin-top: 30px;
}
