/*
Theme Name: Modern Child
Version: 1.0
Description: A child theme of Modernize
Author: m45Admin
Template: modernize
*/

@import url("../modernize/style.css");

li.navigation-wrapper .sf-menu .current-menu-item a {
    color: #eeab3b
}

@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond&display=swap');

div.social-wrapper {
    margin-top: 5px;
}

div.social-wrapper div.social-wrapper-text {
    margin-bottom: 5px;
}

div.social-wrapper div.social-wrapper-text IMG {
    width: 70px;
}

div.social-icon {
    margin-bottom: 5px;
    margin-right: 10px;
}

DIV.column-service-content h2.gdl-title, DIV.footer-widget-wrapper h2 {
    font-family: 'Cormorant Garamond', serif;
}

DIV.column-service-content h2 a {
    color: #eeab3b;
}

DIV.column-service-content a {
    color: #666;
}

DIV.footer-widget-wrapper h2 {
    font-size: 19px;
    margin-bottom: 0.2em;
    text-align: center;
    color: #eeab3b
}

DIV.footer-widget-wrapper {
    text-align: center;
}

DIV.footer-wrapper P A {
    color: #999 !important;
    text-decoration: underline;
}

DIV.logo-wrapper IMG {
    height: 55px
}

DIV.personnel-item-holder {
    width: auto;
    margin: auto !important;
}

DIV.main B {
    font-weight: 600;
}

DIV.gdl-page-item UL, DIV.gdl-page-item OL {
    margin-bottom: 1.5em;
}

div.home-quote {
    padding: 1em 12%;
}

div.home-quote div.shortcode-block-quote-center {
    font-size: 225%;
}

.navigation-wrapper .sf-menu ul li a:hover, .navigation-wrapper .sf-menu ul li.current-menu-item ul a:hover, .navigation-wrapper .sf-menu .current-menu-item ul li a:hover {
    color: #eeab3b !important;
}

.blog-thumbnail-info {
    display: none;
}

/* Mobile fixes */
@media only screen and (max-width: 767px) {
    div.header-wrapper div.logo-wrapper { padding-top: 5px; }
    div.header-wrapper div.outer-social-wrapper { float: none; text-align: center;}
    div.outer-social-wrapper div.social-wrapper { margin-top: 0; margin-bottom: 5px; margin: auto; }
    div.outer-social-wrapper div.social-wrapper div.social-wrapper-text { float: left; }
    div.social-wrapper div.social-wrapper-text IMG { width: 28px; margin-right: 22px }
    div.home-quote { padding: 1em 5%; }
    div.home-quote div.shortcode-block-quote-center { font-size: 150%; }
}

