/*
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.5.8
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;
}

.is-site-webisjericho #gp-standard-nav > ul > li > a:hover {
    color: #06eafd !important;
}
.is-site-webisjericho #gp-standard-nav > ul > li > a:hover svg {
    fill: #06eafd;
}

.is-site-dirtsheetwire #gp-standard-nav > ul > li > a:hover {
    color: #9b9a97 !important;
}
.is-site-dirtsheetwire #gp-standard-nav > ul > li > a:hover svg {
    fill: #9b9a97;
}

.is-site-divawebnews #gp-standard-nav > ul > li > a:hover {
    color: #000 !important;
}
.is-site-divawebnews #gp-standard-nav > ul > li > a:hover svg {
    fill: #000;
}

#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;
}

.category #gp-page-title {
    display: none;
}

.wp-caption-text {
    text-align: center;
}

.is-site-divawebnews .gp-inner-loop.gp-filter-loading section {
    opacity: 0.5;
}

.is-site-divawebnews #infscr-loading {
    background-color: #000;
}

/* Full blog layout */
.gp-full-layout .gp-post-item {
    border-bottom: 3px solid #000;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.gp-full-layout .gp-post-item:last-child {
    border-bottom: 0;
}
.gp-full-layout .gp-post-thumbnail {
    text-align: center;
}
.gp-full-layout .gp-post-meta {
    margin-bottom: 40px;
    text-align: left;
}
.gp-full-layout .gp-loop-title {
    line-height: 42px !important;
    font-size: 36px !important;
    text-align: left;
}
.gp-full-layout .gp-loop-meta,
.gp-full-layout .gp-loop-meta a {
    font-size: 18px;
    line-height: 22px;
}
.gp-full-layout .gp-loop-meta .gp-post-meta:after {
    display: none;
}
.gp-full-layout .gp-post-thumbnail {
    margin-bottom: 32px;
    text-align: center;
}
.gp-full-layout .gp-post-thumbnail .wp-caption-text {
    margin-top: 10px;
}
.gp-meta-social a:hover {
    text-decoration: none;
}
.gp-meta-social svg {
    width: 18px;
    vertical-align: -4px;
}
.gp-post-loop-item {
    margin-top: 20px;
}

/* Single Post */
.gp-entry-header {
    margin-bottom: 25px;
}
.gp-entry-title {
    font-weight: bold !important;
}
.gp-full-layout .gp-loop-meta,
.gp-entry-meta-right {
    display: flex;
    align-items: center;
    overflow: visible;
}
.gp-entry-meta .gp-post-meta,
.gp-full-layout .gp-loop-meta .gp-post-meta {
    display: flex;
    align-items: center;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 25px;
}
.gp-meta-avatar {
    margin-top: 0 !important;
}
.gp-entry-meta .gp-meta-date:before {
    vertical-align: -2px;
}

@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;
    }
}
