/* Monotone Studios - Custom Overrides */

/* ---- Footer Social Icons ---- */
.social li {
    width: auto;
    height: auto;
    margin-right: 12px;
}
.social li a {
    color: #3e3e3e;
    font-size: 14px;
    display: block;
    line-height: 25px;
}
.social li a:hover {
    color: #000;
}
.social li a .fa {
    font-size: 14px;
}

/* ---- Gallery page ---- */
.gallery-section .widgetizedArea {
    margin-bottom: 35px;
}

.gallery-section blockquote {
    margin: 25px auto 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    color: #555;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

/* Gallery category tabs */
.gallery-section ul.category {
    margin-top: 35px;
    margin-bottom: 10px;
}
.gallery-section .category li {
    margin-right: 35px;
}
.gallery-section .category li:last-child {
    margin-right: 0;
}
.gallery-section .category li a {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
}
.gallery-section .category li a:hover {
    color: #333;
}
.gallery-section .category li.current-menu-item a {
    color: #000;
    border-bottom: 2px solid #000;
}

/* ---- Contact page ---- */
.contact .underline {
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 3px;
}

/* ---- Client grid ---- */
#client-grid-list .clients-list-item {
    overflow: hidden;
}

/* ---- Swiper overrides ---- */
.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

/* ---- Admin bar fix ---- */
html.desktop {
    margin-top: 0 !important;
}

/* ---- Font stack enforcement ---- */
body, p, a, li, td, th, input, textarea, button, select {
    font-family: 'Futura Book', 'Futura', 'Futura PT', 'Century Gothic', Arial, sans-serif;
}
p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

/* ---- Logo font ---- */
#brand_logo h1 {
    font-family: 'Futura Book', 'Futura', 'Futura PT', 'Century Gothic', Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* ---- Menu font ---- */
#main-menu ul li a {
    font-family: 'Futura Book', 'Futura', 'Futura PT', 'Century Gothic', Arial, sans-serif;
}

/* ---- Page titles ---- */
h3.title, h3.g-title {
    font-family: 'Futura Book', 'Futura', 'Futura PT', 'Century Gothic', Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}
.gallery-section h3.g-title {
    font-size: 30px;
    letter-spacing: 5px;
    margin-bottom: 35px;
}

/* ---- Copyright text ---- */
.copyright {
    font-family: 'Futura Book', 'Futura', 'Futura PT', 'Century Gothic', Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

/* ---- About page ---- */
.about-row {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .about-row {
        flex-direction: column;
    }
    .about-row .about-photo {
        order: -1;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .about-row .about-text {
        width: 100%;
    }
    .about-row .about-photo img {
        float: none;
        max-height: 300px;
        width: auto;
    }
    .about-row .about-text p {
        text-align: left;
    }
}

/* ---- BS3 grid fix for gallery ---- */
.gallery-section .col-sm-4 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
