/* Header CSS */
#masthead.site-header #site-branding .retina-logo {
    max-width: 200px;
}

/* Scroll Top */
.scroll-top-link,
.scroll-top-link:hover {
    background-color: #ff438b;
    color: white;
    display: block;
}

/* Desktop SubMenu Style */
@media (min-width: 992px) {

    #masthead.site-header.standard #site-navigation .menu > li {
        padding: 0px;
        margin: 25px 20px;
    }

    #masthead.site-header.standard #site-navigation .menu > li:hover {
        margin: 25px 20px;
    }

    #masthead.site-header.standard #site-navigation .menu > li > a {
        padding: 10px 0px;
    }

    #masthead.site-header.standard #site-navigation .menu > li.current-menu-parent > a, 
    #masthead.site-header.standard #site-navigation .menu > li.current-menu-ancestor > a, 
    #masthead.site-header.standard #site-navigation .menu > li:hover > a {
        border-bottom: #ff438b 2px solid;
        color: #151515;
    }

    #masthead.site-header.standard.centered #site-navigation .menu > li:last-child {
        padding-right: 0px;
    }

    #masthead.site-header.standard #site-navigation .menu > li ul {
        background-color: #fff1c6;
        top: 36px;
        width: auto;
        left: 0;
    }

    #masthead.site-header.standard #site-navigation .menu > li ul li {
        border-bottom: white 1px solid;
        margin: 0;
        padding: 0;
    }

    #masthead.site-header.standard #site-navigation .menu > li ul li a {
        color: #151515;
        padding: 13px 15px 12px;
    }

    #masthead.site-header.standard #site-navigation .menu > li ul li a:hover {
        color: #ff438b;
    }

}

/* Portfolio */
.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active, .cbp-l-subfilters .cbp-filter-item-active {
    color: #ff438b;
}

/* About Page CSS */
.about-content {
    margin-top: 50px;
    padding: 0 24px;
}

/* Contact Page CSS */
.kraftcf-form input, .kraftcf-form textarea {
    background-color: white;
    border: 1px solid #999;
}

.personal-email-text {
    color: #ff438b;;
    padding: 0 5px;
}

.kraftcf-form .contact-form-fields {
    width: 50%;
}

.kraftcf-form label {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.kraftcf-form div.kraftcf-mail-sent-ok {
    color: forestgreen;
    font-weight: 500;
    font-size: 16px;
}

/* Subscribe to Newsletter Form */
.subscribe-newsletter {
    background: #f3f3f3;
    padding: 30px 40px;
    text-align: center;
}

.subscribe-newsletter input[type="text"], 
.subscribe-newsletter input[type="email"] {
    background-color: white;
    border: 1px solid #999;
}

.subscribe-newsletter .mc-field-group {
    margin: 0 auto;
}

#mce-error-response {
    color:#e8252e ;
}

#mce-success-response {
    color:forestgreen;
}



/* Footer */
.site-footer {
    margin-top: 60px;
    padding: 24px 0;
}

.site-footer .row {
    width: 100%;
} 

.site-footer .social-links-menu {
    text-align: right;
}

.site-footer .social-links-menu li {
    margin: 0;
}

.site-footer .social-links-menu li a:hover i {
    color: rgba(21, 21, 21, 1);
}

.site-footer .social-links-menu li a {
    color: rgba(21, 21, 21, 0.6);
    font-size: 20px;
}

.site-footer .social-links-menu li i {
    color: rgba(21, 21, 21, 0.6);
    font-size: 20px;
} 



/* Mobile CSS */


/* Mobile Breakpoint */
@media (max-width: 767px) {
    /* Portfolio Page */
    .cbp-l-filters-text {
        text-align: center !important;
    }

    .cbp-l-filters-text .cbp-filter-item {
        padding: 0 6px;
    }


    /* Contact Fields */
    .kraftcf-form .contact-form-fields {
        width: 100%;
    }

    /* Mobile Footer */
    .site-footer .site-info {
        margin: 0 auto 8px;
        text-align: center;
    }

    .site-footer .social-links-menu {
        text-align: center;
    }

    .site-footer {
        margin-top: 32px;
        padding: 24px 0;
    }

    .site-footer .row {
        width: auto;
    } 

    /* About Page */
    .desc-list-container.has-border .desc-list {
        border-bottom: 0;
    }
    .about-content {
        margin-top: 24px;
    }

    /* Contact Page */
    .subscribe-newsletter {
        padding: 30px 10px;
    }

}


/* Mobile Header */
@media (max-width: 991px) {
    #masthead.site-header:not(.hamburger-side) #site-navigation .menu {
        background-color: #fff;
    }

    #masthead.site-header #site-navigation ul {
        padding: 0;
    }

    #masthead.site-header:not(.hamburger-side) #site-navigation {
        padding: 0;
    }

    #masthead.site-header:not(.hamburger-side) #site-navigation .menu a {
        color: #333;
    }

    #masthead.site-header:not(.hamburger-side) #site-navigation .menu > li.current-menu-parent > a, #masthead.site-header:not(.hamburger-side) #site-navigation .menu > li.current-menu-ancestor > a, #masthead.site-header:not(.hamburger-side) #site-navigation .menu > li:hover > a {
        color: #333;
        background-color:#fff1c6;
    }

    #masthead.site-header:not(.hamburger-side) #site-navigation .menu li {
        border-bottom: #999;
    }

    #masthead.site-header:not(.hamburger-side) #site-navigation .menu > li ul a {
        margin-left: 20px;
        color: #ff438b;
    }
}