/*
Theme Name: Twentytwentyfour Child Theme
Theme URI: http://frikkadel.co.za
Description: 2024 Child Theme
Author: Frikkadel
Author URI: http://frikkadel.co.za
Template: twentytwentyfour
Version: 1.0.0
*/

/* Add your custom styles here */
.woocommerce-MyAccount-navigation-link--my-memberships
{
    display: none;
}
.llms-loop-list.cols-3 .llms-loop-item
{
    width: 50% !important;
}
.feat-head, h1, h2, h3, h4, h4, div, a, p, span, div
{
    font-weight: 300 !important;
    font-family: "Montserrat";
}
.sepa
{
    height: 3px;
}
a
{
    text-decoration: none;
}
.one.column {
    width: 100%;
    float: none;
}
.one-second.column {
    width: 50%;
    float: left;
}
.one.column textarea
{
    width: 100%;
    height: 135px;
    font-family: 'Montserrat';
}
.one.column select
{
    width: 100%;
    height: 35px;
    font-family: 'Montserrat';
}
.one-second.column input
{
    width: 96%;
    margin-right: 10px;
    height: 35px;
    font-family: 'Montserrat';
}

body.page-id-4559 .llms-loop-item-footer
{
    display: none;
}
@media (min-width: 600px) {
.llms-loop-list.cols-3 .llms-loop-item
{
    width: 25%;
}
}