/*
Theme Name: Gridzone-Child
Author: 
Description: Your description goes here
Version: 1.0
Template: gridzone

This is the child theme for Gridzone theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.gsh-external-links {
    margin-top: 12px;
}

.gsh-external-links a {
    display: block; /* 👈 THIS is the key */
    color: #6eefff;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
}

.gsh-external-links a:hover {
    text-decoration: underline;
}
.masonry-item .gsh-external-links {
    display: block !important;
    margin-top: 12px;
}

.masonry-item .gsh-external-links a {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: fit-content;
    color: #6eefff !important;
    font-size: 16.7px;
    line-height: 1.27;
    text-decoration: none;
}
.masonry-item .entry-title,
.masonry-item .gsh-external-links {
    padding-left: 20px;
    padding-right: 20px;
}
.masonry-item .gsh-external-links a {
    display: block;
    margin-bottom: 5px;
    color: #6eefff;
    text-decoration: none;
    transition: all 0.25s ease;
}

.masonry-item .gsh-external-links a:hover {
    color: #ffffff;
    transform: translateX(4px);
}
.s2 { background: #fff; position: fixed; top: 0; left: 0; bottom: 0; width: 0px; z-index: 99; box-shadow: 0 0 10px rgba(0,0,0,0.05), 1px 0 rgba(0,0,0,0.05); }
.admin-bar .s2 { top: 32px; }
#header { background: #fff; position: relative; z-index: 99; padding: 0 87px; border-bottom: 1px solid #e5e5e5; box-shadow: 0 0 10px rgba(0,0,0,0.05); }
#wrapper { min-width: 1024px; height: 100%; overflow: hidden; padding-left: 0px; border-top: 1px solid #fff; }
.content { margin: 0 auto; position: relative; width: 100%; padding: 67px; box-sizing: border-box; }
/* Footer text color */
.site-footer,
.site-footer p,
.site-footer a {
    color: #222 !important;
}

/* Optional: make links slightly different */
.site-footer a {
    color: #000 !important;
}

.site-footer a:hover {
    color: #666 !important;
}
footer,
footer p,
footer span,
footer a {
    color: #111 !important;
}
.masonry-item .entry-excerpt { font-size: 14px; padding: 0px 20px 0; color: #999; }
.masonry-inner {
    position: relative;
}

.gsh-like-button {
    position: absolute;
    right: 19px;
    bottom: 3px;
    z-index: 5;
}

.gsh-like-button .wpulike {
    margin: 0 !important;
}
.masonry-item .entry-meta {
    padding-right: 120px;
}
/* Remove image hover effects */
.masonry-item .entry-thumbnail img {
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
}

/* Remove hover overlay effects */
.masonry-item .entry-thumbnail:hover img {
    transform: none !important;
    opacity: 1 !important;
}

/* Remove any overlay layer */
.masonry-item .entry-thumbnail::after,
.masonry-item .entry-thumbnail::before {
    display: none !important;
}
body { background: #f5f5f5; font-size: 17px; line-height: 1.5em; color: #444; font-weight: 300; }
/* Roboto font for post titles */
.entry-title {
    font-family: 'Roboto', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 { color: #333; font-weight: 400; -ms-word-wrap: break-word; word-wrap: break-word; }
body { background: #f5f5f5; font-size: 14.6px; line-height: 1.7em; color: #444; font-weight: 300; }
.masonry-item {
    box-sizing: border-box;
}
.masonry {
    opacity: 1 !important;
}

.masonry-item {
    box-sizing: border-box !important;
}
.masonry-item .entry-title { padding: 12px 20px 0; }
/* Hide the default WP ULike button above the date */
.entry-meta .wpulike,
.entry-meta + .wpulike,
.entry-meta-before .wpulike,
.entry-footer .wpulike {
    display: none !important;
}
/* Remove left like button */
.masonry-inner > .wpulike {
    display: none !important;
}
/* Show only the custom bottom-right like button */
.masonry-inner > .wpulike {
    display: none !important;
}

.masonry-inner .gsh-like-button .wpulike {
    display: block !important;
}
/* Hide only the automatic WP ULike button */
.masonry-inner > .wpulike:not(.gsh-keep-like) {
    display: none !important;
}