/*
 * Theme Name:  Networker Child
 * Theme URI:   https://codesupply.co/themes/networker/
 * Description: Networker Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    networker
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

#text-10 {
    margin-top: -15%;
    margin-left: 1%;
    font-size: 1.1em;
}

li#powerkit_social_links_widget-6 {
    margin-top: -15%;
}

h1.cs-page__title {
    text-transform: capitalize;
}

a.cs-footer__logo.cs-logo-once {
    display: none;
}

.pqs-view-more a {
    color: #1f1f1f !important;
    border-color: #d9d8d6 !important;
    font-family: 'Sora' !important;
    transition: ease 0.2s;
}

.pqs-view-more a:hover {
    color: #fff !important;
    border-color: #FE6462 !important;
    background-color: #FE6462 !important;
    font-family: 'Sora' !important;
    transition: ease 0.2s;
}

.cs-entry__read-more a {
    color: #1f1f1f !important;
}


.pk-input-group * {
    font-family: 'Sora';
}

.cs-footer__col.cs-col-left, .cs-footer__col.cs-col-right {
    width: 100%;
    max-width: 100%;
}

.pqs-container-row {
    position: relative;
}

.pqs-widgets {
    display: flex;
    /* border: solid; */
    flex-wrap: wrap;
    width: 100%;    
}

.widget-col li {
    list-style: none;
}

.widget-col h2 {
    font-size: 18px;
}

a.pk-scroll-to-top {
    display: none;
}

li#media_image-4, li#text-7 {
    margin-left: -10%;
}

li#media_image-4 {
    text-align: center;
}

li#text-7 p {
    text-align: center;
    margin-top: -15%;
}

.widget_nav_menu .menu > .menu-item:not(:first-child) {
    border-top: none !important;
}


footer.cs-footer.cs-footer-one {
    background: #000;
    padding-top: 5%;
}

footer.cs-footer.cs-footer-one * {
    color: #fff;
}


@media only screen and (max-width: 767px) {

    .widget-col.w-col-1 {
        width: 100%;
    }

    .widget-col.w-col-2 {
        width: 100%;
    }

    .widget-col.w-col-3 {
        width: 100%;
    }
    
    .widget-col.w-col-4 {
        width: 100%;
    }
    
    .widget-col.w-col-5 {
        width: 100%;
    }
    
}


@media only screen and (min-width: 768px) {
    .widget-col {
        padding: 0 1%;
    }
    .widget-col.w-col-1 {
        width: 20%;
    }

    .widget-col.w-col-2 {
        width: 15%;
    }

    .widget-col.w-col-3 {
        width: 10%;
    }
    
    .widget-col.w-col-4 {
        width: 20%;
    }
    
    .widget-col.w-col-5 {
        width: 35%;
    }

    h2.widget-footer-5-pqs {
        margin-bottom: 15%;
    }
    
    .pqs-view-more {
        position: absolute;
        right: 19%;
        top: 1%;        
    }

    .cs-header__col .pk-social-links-item.pk-social-links-linkedin.pk-social-links-no-count {
        margin-top: -0.25rem;
    }    
    
    
    
}
