/**
Theme Name: ÖFF 2022
Author: By Wind
Author URI: https://bywind.se
Description: Custom theme for Östergötlands Fotbollförbund.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: off-2022
Template: astra
*/


.post-navigation {
    display: none !important;
}


/* Meny */

a.mega-menu-link {
    font-family: roc-grotesk-condensed, Verdana, Arial, sans-serif !important;
    font-weight: 500 !important;
    font-size: 22px !important;
}

.mega-sub-menu .meny-rubrik a {
    font-family: roc-grotesk-condensed, Verdana, Arial, sans-serif !important;
    font-weight: 600 !important;
    color: #D51516 !important;
    font-size: 28px !important;
    text-transform: uppercase !important;
}

.mega-sub-menu a {
   font-family: 'Roc-Grotesk',roc-grotesk,sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    text-transform: none! important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    top: 80px !important;
}

/* Button */

.pp-button-wrap, .pp-button-wrap i {
transition: all 0.3s ease;
}
    
.pp-button-wrap:hover i {
    transform: translateX(5px);
    
    
}

/* Tables */

.uabb-table-features .tbody-row:nth-child(odd), .clGrid td, tfoot td {
    background: #f7f4eb !important;
}

.uabb-table-features .tbody-row:nth-child(even), .clTrEven td {
    background: rgba(247,244,235,0.41) !important;
}

.clGrid a, tfoot td a {
    background: transparent !important;
    color: #d10000 !important;
}

.clGrid {
    color: #333 !important;
}


/* Top section */

.fl-row-content-wrap:after {
background: linear-gradient( -100deg, rgba(225, 255, 255, 0) 0%, rgba(225, 255, 255, 0) 44.9%, #f7f4eb 45%, #f7f4eb 45%) !important;
}


@media only screen and (max-width: 768px) {
 .fl-row-content-wrap:after {
background: linear-gradient( 240deg, rgba(225, 255, 255, 0) 0%, rgba(225, 255, 255, 0) 20.96%, #f7f4eb 20%, #f7f4eb 20%) !important;
}
}