/*
Theme Name: Cuckoo Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Cuckoo WordPress theme. Only activate this child theme if you intend to make modifications to the theme otherwise activate the parent theme.
Version: 1.1
Author: GhostPool
Author URI: http://www.ghostpool.com
Text Domain: cuckoo
Template: cuckoo
*/

/* Add your own CSS code here */

#gp-header-right {
    padding-top: 0;
    display: flex;
    align-items: center;
}

#gp-standard-nav {
    margin-top: 0;
}

#gp-standard-nav > ul > li {
    height: 15px;
}

#gp-standard-nav > ul > li > a:hover svg {
    fill: #ffdc63;
}

#gp-search-button,
#gp-social-nav > ul > li,
#gp-social-nav > ul > li > a.fa,
#gp-profile-button {
    line-height: 20px;
    font-size: 20px;
}

.gp-menu-divider {
    display: none !important;
}

.gp-facebook svg,
.gp-x-twitter svg,
.gp-bluesky svg {
    fill: #fff;
}

.gp-facebook svg {
    width: 21px;
    margin-top: -3px;
}

.gp-x-twitter svg {
    width: 25px;
    margin-top: -5px;
}

.gp-bluesky svg {
    width: 21px;
    margin-top: -3px;
}

@media only screen and (max-width: 1023px) {
    .gp-facebook svg {
        width: 24px;
        margin-top: 4px;
    }

    .gp-x-twitter svg {
        width: 28px;
        margin-top: 2px;
    }

    .gp-bluesky svg {
        width: 24px;
        margin-top: 4px;
    }

    .gp-sidebar {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #gp-homepage-slider {
        display: none;
    }
}
