/*!
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
-------------------------------------------------------------- */

/**** BALANCED TEXT BLOCKS ****/
h1, h2, h3, h4, h5 {
    text-wrap: balance;
}

.pretty {
    text-wrap: pretty;
}

.balance {
    text-wrap: balance;
}

ul.wp-block-list li {
    margin-bottom: 15px;
} 

p {
    margin-bottom: 1rem !important;
}

/**** LINK STYLES ****/

a {
    text-underline-offset: 3px !important;
}

a {
    text-decoration: underline 3px solid #FAC703 !important;
}

a.kb-button {
    text-decoration: none !important;
}

.kb-navigation li a {
    text-decoration: none !important;
    color: #fff !important;
}



.header-navigation li.menu-item a:hover,
.mt-general-header .sub-menu a.kb-nav-link-content:hover,
.mt-camps-header .sub-menu a.kb-nav-link-content:hover {
    text-decoration: underline 3px solid #FAC703 !important;
}

.mt-general-header .wp-block-social-links,
.mt-camps-header .wp-block-social-links {
    margin-bottom: 0 !important;
}

.mt-general-header .sub-menu a.kb-nav-link-content  {
        color: #000 !important;
}

.mt-camps-header .sub-menu a.kb-nav-link-content,
.mt-camps-header li a  {
        color: #002b49 !important;
}


/**** LINK HOVER TRANSITION ****/

a:hover {
    text-underline-offset: 5px !important;
    transition: all .6s ease-in-out !important;
}

/**** FOOTER STYLES ****/

.mt-sponsor-gallery img {
    height: 75px !important;
}

.mt-sponsor-gallery div.kt-blocks-carousel-init {
    margin-bottom: 0 !important;
}

ul.wp-block-social-links {
    margin: 20px 0 !important;
}

.mt-sponsor-gallery div.kb-gal-image-radius {
    display: flex;
    align-items: center;
}


/**** CAMPS PAGE STYLES ****/

div.section-askew-5deg {
    rotate: 5deg;
}

div.section-askew-neg-5deg {
    rotate: -5deg;
}

.page-id-275 .page-hero-section .entry-hero-container-inner {
    background-color: #002b49;
}

.page-id-275 h1.entry-title {
    color: #fff;
}



/**** EVENTS STYLES ****/

div.tribe-common-c-btn-border {
    color: #000 !important;
    border: 2px solid #fac703 !important;
}

.tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link {
    color: #000 !important;
}


/**** BLOG STYLES ****/

.mt-sidebar h5 a {
    margin-bottom: 20px;
}

.blog li.entry-list-item {
    border: 2px solid #00000020;
}