/*
Theme Name: Selectrum
Author: NA
Author URI: /
Version: 1.0.0
*/

/* This file only exists for WordPress recognizing our theme / theme name etc... */

/* We do not include CSS here and also WordPress will not load this file on the front-end */


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


.template-default-page-container.blue {

    .small-hero-section {
        background: #35B0C9;
    }

    .sidebar-subpages .sidebar-nav li.current-page a {
        background-color: #35B0C9;
    }

    .gl-content-sidebar__content {

        .gl-text-editor a {
            color: #35B0C9;
        }

        .section-description .gl-text-editor h3,
        .section-description .gl-text-editor h4,
        .section-description .gl-text-editor h5,
        .section-description .gl-text-editor h6 {
            color: #35B0C9;
        }

        a.gl-button {
            border-color: #35B0C9;
            color: #35B0C9;

            &:hover {
                background-color: #35B0C9;
                color: #fff;
            }
        }
    }
}