/*
Theme Name: COSO Media Child Theme
Theme URI: http://www.cosomedia.com.com
Version: 1.0
Description: COSO Media Child Theme.
Author: The COSO Media Team
Author URI: http://www.cosomedia.com.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/**
 * Page Styles
 */

.sidebar-nav {
    text-align: right;
    float: right;
    width: 80%;
}

.sidebar-nav a {
    padding-right: 0 !important;
}

.bd-content a {
    text-decoration: underline;
    color: #2a347d;
}

.support-gray-block {
    background-color: #f0f0f0;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: #808080;
    border: 2px solid;
}

.contact-img-block img {
    border-radius: 0px 0px 0px 20px;
}

.home-sidebar-info img {
    margin-top: 5px;
}

.home-sidebar-info .pp-infobox {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.contact-us-sidebar a {
    text-decoration: underline;
}

.form-field select {
    height: 40px !important;
}

/**
 * Header
 */

.header-mini-nav a {
    color: #003366;
}

.header-mini-nav a:hover {
    color: #666666 !important;
    text-decoration: none;
}

/**
 * Footer
 */

.footer-links, .footer-links a {
    color: #999999;
}

.footer-links a:hover {
    color: #666666;
    text-decoration: none;
}

/* IE flexbox "fix" */

.fl-node-5c05b0b10af4a .pp-logos-content .pp-logo > a, .fl-node-5c05b0b10af4a .pp-logos-content .pp-logo .pp-logo-inner {
    flex: 1 !important;
}

/**
 * Mobile
 */

@media screen and (max-width: 768px) {
    .sidebar-nav {
        float: none;
        width: 100%;
        text-align: center;
    }

    .contact-us-sidebar img {
        width:100% !important;
    }

    .pp-infobox .pp-heading-wrapper {
        width: 100%;
        text-align:center !important;
    }

    .pp-icon-wrapper {
        width: 100%;
    }

    .pp-infobox-image img {
        width: 40px !important;
        margin-left: auto;
        margin-right: auto;
    }
}