/*
 Theme Name:   Luke's Lockers
 Description:  Theme for Luke's Lockers
 Author:       Alan Coren
 Author URI:   http://www.corenwebdesign.com
 Template:     onepress
 Version:      1.0.0
*/

a {
    color: #398439;
    font-weight: bold;
}

a:hover,
a:focus {
    color: #2d672d;
}

.site-branding .site-logo-div {
    height: 75px;
}

.site-branding .site-logo-div img {
    width: auto;
    height: 60px;
}

@media (max-width: 480px) {
   .site-branding .site-logo-div img {
        height: 48px;
    } 
}

.hero-content-style1 h2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    display: block;
    text-transform: none;
}

@media (max-width: 480px) {
   .hero-content-style1 h2 {
        font-size: 36px;
        line-height: 1.25em;
    } 
}

.js-rotating {
    color: #fbd705;
    text-transform: uppercase;
    display: block;
    margin-top: .6em;
    margin-bottom: .6em;
}

.section-services .service-item {
    min-height: 390px;
}

.section-services .service-item .service-image {
    float: none;
    height: 190px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 0;
}
.section-services .service-item .service-image img {
    max-width: 100%;
    height: auto;
}
 
/* NAVIGATION MENU */
.onepress-menu a:hover {    
    text-decoration: none;
}

/* GALLERY */
.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.gallery-grid .g-item {
    position: relative;
    padding: 20px;
    min-height: 140px;
}

.gallery-grid .g-item .inner {
    position: relative;
    display: block;
}

.gallery-grid .g-item .inner-content {
    position: relative;
}

.gallery-grid .inner-content img {
    position: relative;
    margin: 0 auto;
    max-height: 115px;
    max-width: 60%;
}

.map iframe {
    width: 100%;
    margin: 20px auto 0;
}

/* MEDIA */
.alignright,
.alignleft,
.aligncenter {
    margin-bottom: 2em;
}

@media screen and (max-width: 640px) {
    .alignright,
    .alignleft,
    .aligncenter {
        display: block;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }
}
