/*
Theme Name: Socialize Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Socialize WordPress theme.
Version: 1.0
Author: GhostPool
Author URI: http://www.ghostpool.com
Text Domain: socialize
Template: socialize
*/

/* İsim ve e-posta alanlarını yan yana getirmek için */
.comment-form-author-email {
    display: flex;
    gap: 20px; 
}

.comment-form-author, .comment-form-email {
    width: 49%;
}

@media (max-width: 768px) {
    .comment-form-author-email {
        flex-direction: column; 
        gap: 10px; 
    }

    .comment-form-author, .comment-form-email {
        width: 100%; 
    }
}


#commentform input, #commentform textarea {
    width: 100%;
}

.gp-post-thumbnail:after {
    content: "";
    position: absolute;
    z-index: 99999999;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    transition: opacity 0.2s;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.75));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.gp-slider-wrapper .gp-post-thumbnail {
    border-radius: 5px;
}
.gp-sidebar .widget, .gp-sidebar .vc_row .gp-vc-element {
    border-radius: 5px;
}
.gp-responsive #gp-content {
    border-radius: 5px;
}
#gp-left-column {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.gp-sidebar .widget, .gp-sidebar .vc_row .gp-vc-element {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}