/*
Theme Name: The Electrotechnical Skills Partnership (TESP)
Theme URI: https://www.the-esp.org.uk
Author: eplatforms
Author URI: https://www.eplatfomrs.com/
Description: The Electrotechnical Skills Partnership (TESP) Website Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tesp-theme
*/

/* =====================================================
   GLOBAL OVERRIDES
===================================================== */

.grecaptcha-badge {
    display: none !important;
}

/* =====================================================
   TYPOGRAPHY HELPERS
===================================================== */

.heading-nav li span > a {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    color: #000;
    padding: 0 !important;
}

/* =====================================================
   MOBILE MENU OVERRIDES
===================================================== */

.m_menu_site_gap.single-menu a {
    display: block;
    line-height: 40px;
    color: #000;
}

.m_menu_site_gap.single-menu a.active {
    color: #98083e;
}

/* =====================================================
   WORDPRESS ALIGNMENT CLASSES
===================================================== */

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto 1.75em;
}

/* Blockquotes */

blockquote.alignleft {
    margin: 0.3158em 1.4737em 1.4737em 0;
}

blockquote.alignright {
    margin: 0.3158em 0 1.4737em 1.4737em;
}

blockquote.aligncenter {
    margin-bottom: 1.4737em;
}

/* =====================================================
   WORDPRESS GALLERY
===================================================== */

.gallery {
    margin: 0 -1.1667% 1.75em;
}

.gallery-item {
    display: inline-block;
    width: 100%;
    max-width: 33.33%;
    padding: 0 1.1401% 2.2801%;
    text-align: center;
    vertical-align: top;
}

/* Column modifiers */

.gallery-columns-1 .gallery-item { max-width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }

/* Images & captions */

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    padding-top: 0.5385em;
    font-size: 13px;
    line-height: 1.6154;
    font-style: italic;
    color: #686868;
}

/* Hide captions on dense grids */

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 767px) {

    .gallery-item,
    .gallery-columns-2 .gallery-item {
        width: 100%;
        max-width: 100%;
    }

    .gallery-icon img {
        width: 100%;
    }

}
