﻿:root {
    --AgrigoldDarkGreen: #046A38;
    --LgRed: #AD0921;
    --Primarylgseeds: #53565A;
}

.entry-content {
    color: rgba(0, 0, 0, 0.7);
}

#content-desktop {
    display: none;
}

#content-mobile {
    display: block;
}


@media screen and (min-width: 992px) {
    #content-desktop {
        display: block;
    }

    #content-mobile {
        display: none;
    }
}

.page-template-template-fullpage-php .content-area .container {
    width: 100% !important;
    max-width: 1150px !important;
}


.Corn .hide-corn {
    display: none !important;
}

.Soybeans .hide-soy {
    display: none !important;
}


.lgseeds {
    background: #FFF;
    color: var(--PrimaryAgriGold);
    font-family: proxima-nova, sans-serif;
}

    .lgseeds input, .lgseeds select {
        color: var(--PrimaryAgriGold);
        font-family: Montserrat;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1rem; /* 133.333% */
        width: 320px;
        width: 20rem;
        height: 32px;
        height: 2rem;
        padding: 8px 16px;
        padding: .5rem 1rem;
        border-radius: 0;
    }

@media (max-width: 767px) {

    .lgseeds input, .lgseeds select {
        width: 100%;
    }
}


.lgseeds .btn {
    display: flex;
    height: 2.5rem;
    padding: 0;
    justify-content: center;
    align-items: center;
    width: 8.875rem;
    background: var(--LgRed);
    color: #FFF;
    text-align: center;
    font-family: proxima-nova, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.75rem; /* 85.714% */
    text-decoration: none;
    border-radius: 0;
}


/* filters */

.lgseeds .filters .select2-selection, .lgseeds .filters #search, .lgseeds .filters #product, .lgseeds .filters #zip {
    border-radius: 0;
}




/* End Filters */
.lgseeds .container-fluid {
    overflow: visible;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.lgseeds .navbar .container-fluid {
    margin-right: 2rem;
    margin-left: 2rem;
}


.lgseeds .navbar-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

    .lgseeds .navbar-row .dealer-login {
        color: #343333;
        /* H6 */
        font-family: Montserrat;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1rem;
        text-transform: uppercase;
        text-align: right;
    }

    .lgseeds .navbar-row .search input {
        font-family: Montserrat;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5rem;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .lgseeds .navbar-row .search a {
        float: right;
        margin-left: -100px;
        margin-right: 8px;
        margin-top: 5px;
        position: relative;
        z-index: 2;
    }

    .lgseeds .navbar-row .dealer-login:hover {
        text-decoration: none;
    }

.lgseeds .header-search {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
}

@media (max-width: 767px) {

    .lgseeds .desktop {
        display: none !important;
    }

    .lgseeds .navbar-row {
        width: unset;
    }

    .lgseeds .navbar .container-fluid {
        flex-direction: row;
        justify-content: space-evenly;
        margin-right: 0;
        margin-left: 0;
    }

    .lgseeds .navbar-light .navbar-toggler {
        color: #FFF;
        justify-self: end;
        border: none;
    }

    .lgseeds .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%284, 106, 56%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .lgseeds .navbar-toggler {
        box-shadow: none;
    }

    .lgseeds .navbar .navbar-brand img {
        width: 152px;
        height: 46px;
    }
}

/*DESKTOP MENU STYLES*/
@media (min-width: 768px) {

    .lgseeds .mobile {
        display: none !important;
    }


    .lgseeds .navbar {
        height: 198px;
        padding: 0.5rem 0.5rem;
    }



    .lgseeds .navbar-collapse {
        width: 100%;
        justify-content: space-between;
    }

    .lgseeds .navbar-nav {
        justify-content: normal;
        height: 2.5rem;
    }

    .lgseeds .navbar .navbar-brand {
        align-self: start;
    }

        .lgseeds .navbar .navbar-brand img {
            width: 199px;
            height: 60px;
        }


    .lgseeds .navbar .navbar-hr {
        width: 100%;
        border: var(--LgRed) solid 1px;
        margin-top: 1.3125rem;
        margin-bottom: 1.3125rem;
    }

    .lgseeds .navbar .container-fluid {
        overflow: visible;
    }

    .lgseeds .navbar-light .navbar-nav .nav-link, .lgseeds .navbar-light .navbar-nav .nav-link:hover, .lgseeds .navbar-light .navbar-nav .nav-link:focus {
        color: var(--AgrigoldDarkGreen);
    }

    .lgseeds .navbar .nav-item {
        color: var(--AgrigoldDarkGreen);
        font-family: Proxima Nova Condensed;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: 0.75rem; /* 66.667% */
    }

        .lgseeds .navbar .nav-item .dropdown-menu {
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            border-color: transparent;
            min-width: 7.5rem;
            padding: 1.5rem;
        }

            .lgseeds .navbar .nav-item .dropdown-menu .menu-column-container {
                display: flex;
                flex-direction: row;
            }


                .lgseeds .navbar .nav-item .dropdown-menu .menu-column-container .dropdown-item {
                    padding-left: 0;
                }

                .lgseeds .navbar .nav-item .dropdown-menu .menu-column-container div ul li {
                    list-style-type: none;
                    color: var(--AgrigoldDarkGreen);
                    font-family: Proxima Nova Condensed;
                    font-size: 0.875rem;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 0.75rem; /* 85.714% */
                }

                    .lgseeds .navbar .nav-item .dropdown-menu .menu-column-container div ul li a {
                        color: var(--AgrigoldDarkGreen) !important;
                    }


                .lgseeds .navbar .nav-item .dropdown-menu .menu-column-container .menu-left, .lgseeds .navbar .nav-item .dropdown-menu .menu-column-container .menu-right {
                    display: flex;
                    flex-direction: row;
                }


                .lgseeds .navbar .nav-item .dropdown-menu .menu-column-container .menu-line {
                    height: 100%;
                    width: 1px;
                    border: var(--LgRed) solid 1px;
                }



                .lgseeds .navbar .nav-item .dropdown-menu .menu-column-container .menu-right li:first-child {
                    color: #97999B;
                    line-height: 1rem; /* 114.286% */
                    text-transform: uppercase;
                }


        .lgseeds .navbar .nav-item .dropdown-toggle::after {
            display: none;
        }
}
.lgseeds .navbar .extra-buttons {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.lgseeds .navbar .contact-us {
    display: flex;
    height: 2.5rem;
    padding: 0rem 2.25rem;
    justify-content: center;
    align-items: center;
    width: 8.875rem;
    background: var(--LgRed);
    color: #FFF;
    text-align: center;
    font-family: "Proxima Nova Condensed";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.75rem; /* 85.714% */
    text-transform: uppercase;
    text-decoration: none;
}

.lgseeds .navbar .go-to-seed-portfolio {
    display: flex;
    height: 2.5rem;
    padding: 0rem 2.25rem;
    justify-content: center;
    align-items: center;
    width: 12.875rem;
    background: var(--LgRed);
    color: #FFF;
    text-align: center;
    font-family: "Proxima Nova Condensed";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.75rem; /* 85.714% */
    text-transform: uppercase;
    text-decoration: none;
}


.lgseeds .footer {
    background: #53565A;
    color: #FFF;
}



/* Card style*/
.lgseeds li.item-card {
    width: 100%;
    min-height: unset;
    display: flex;
    flex-direction: column;
    justify-content: start;
    border: none;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 10px 0;
    padding: .625rem 0;
    cursor: pointer;
}



    .lgseeds li.item-card .body {
        box-shadow: 0px 2px 6px 0px #00000033;
        border-bottom-left-radius: 20px;
        border-bottom-left-radius: 1.25rem;
        border-bottom-right-radius: 20px;
        border-bottom-right-radius: 1.25rem;
        border-top-left-radius: 20px;
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 20px;
        border-top-right-radius: 1.25rem;
        padding: 16px;
        padding: 1rem;
    }

    .lgseeds li.item-card.selected .body {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }





    .lgseeds li.item-card .actions {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 24px;
        line-height: 1.5rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        letter-spacing: 0.01em;
        color: #FFF;
        margin: 0;
    }


        .lgseeds li.item-card .actions a, .lgseeds li.item-card .actions a:hover, .lgseeds li.item-card .actions a:visited {
            color: #FFF;
            text-transform: uppercase;
            display: flex;
            flex-direction: row;
            align-items: center;
            text-decoration: none;
            width: 48%;
        }

            .lgseeds li.item-card .actions a i {
                margin-right: 10px;
                margin-right: .625rem;
            }



.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    background-color: var(--PrimaryAgriGold);
    border-radius: 20px;
    cursor: pointer;
}

.switch::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    top: 1.5px;
    transition: all 0.3s;
}

.switch-checkbox:checked + .switch::after {
    left: 28px;
}

.switch-checkbox:checked + .switch {
    background-color: var(--LgRed);
}


.switch-checkbox {
    display: none;
}




.lgseeds .genetic-family-svg {
    display: flex;
    flex-direction: row;
}


.lgseeds .genetic-family-svg svg {
    margin-right: 0.8rem;
}

    .lgseeds .genetic-family-svg svg.GXMainIcon {
        margin-right: 0.3rem;
    }

.lgseeds .genetic-family-svg svg:last-child {
    margin-right: 0;
}

.lgseeds .genetic-family-svg svg {
    height: 1.1rem;
}