/*
Theme Name: Glytch Child
Theme URI: https://demos.wolfthemes.com/glytch/landing/
Description: Glytch Child theme
Author: WolfThemes
Author URI: https://wolfthemes.com
Template: glytch
Version: 1.5.5
*/

html {
   margin: 0!important;
}
.menu-skin-dark.menu-sticky-hard.sticking:not(.overlay-menu-toggle):not(.mobile-menu-toggle) .nav-bar,.menu-skin-dark.menu-sticky-soft.sticking:not(.overlay-menu-toggle):not(.mobile-menu-toggle) .nav-bar {
        background: #152238!important;
	top: 0;
    }

.wolf-release-itunes:before {
  content: '\f3b4';
}
.wolf-release-buy:before {
  content: '\4b';
}
.single_release_row {
    margin-bottom: 20px;
    /* border: 1px solid #ddd; */
    padding: 30px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    /* border-radius: 5px; */
}
.single_release_header {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #746e7d;
    margin-bottom: 20px;
}
.single_release_title {
    font-weight: bold;
    margin-right:2px;
    flex: 2;
}
.single_release_row h5 {
    margin: 0!important;;
}
.single_release_content {
    display: flex;
    max-height: 250px;
    overflow: auto;
}

.single_release_column {
    padding-right: 20px;
}
.single_release_column img {
  width: 250px;
  hdight: 250px;
  border-radius: 5px;
}

.column12{
    flex: 2;
}

.column1{
    flex: 0.6;
}

.column2{
    flex: 1.4;
}

.column3{
    flex: 1;
}

.custom_post_filter_row {
    display: flex;
}
.custom_post_filter {
    margin-right: 5px;
    margin-bottom: 10px;
}

/* Adjustments for small-sized screens (phones) */
@media screen and (max-width: 767px) {
    .single_release_header {
        flex-direction: column; /* Stack items vertically on smaller screens */
        align-items: stretch; /* Stretch items to fill the container's width */
    }
    .single_release_content {
        flex-direction: column; /* Stack items vertically on smaller screens */
        align-items: stretch; /* Stretch items to fill the container's width */
    }
    .custom_post_filter_row {
        flex-direction: column; /* Stack items vertically on smaller screens */
        align-items: stretch; /* Stretch items to fill the container's width */
    }

}
.vlp-link-image img{
	object-fit: contain;
}

#greeting-window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 2px solid #333;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none; /* Initially hidden */
}

.flash {
    animation: flashAnimation 0.5s infinite alternate;
}

@keyframes flashAnimation {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.comment-form-url {
	display: none;
}

/* Hide WordPress logo and dropdown menu */
#wp-admin-bar-wp-logo, #wp-admin-bar-site-name {
   display: none !important;
}
#adminmenumain {
   display: none !important;
}

.wvc-single-post-fullwidth .author-box-container,
.wvc-single-post-fullwidth .comments-container,
.wvc-single-post-fullwidth .newsletter-container,
.wvc-single-post-fullwidth .related-post-container {
    zoom:1;width: 92%;
    margin: 0 auto;
    max-width: 1140px;
}

.wvc-single-post-fullwidth .single-post-taxonomy-container,.wvc-single-post-fullwidth .wolf-share-buttons-container {
    zoom:1;width: 92%;
    margin: 30px auto 0;
    max-width: 1140px;
}

.comment-meta.post-meta {
   margin-left: 20px
}

.comment,.pingback {
   margin-top:8px;
}
.single-post-content-container .post-comments {
   display: none;
}

.menu-layout-top-right #nav-bar {
    line-height: 65px!important;
}

#wpadminbar {
    background: rgba(0,0,0,0.2) !important;
    position:  absolute;
}
#wpadminbar .ab-top-menu > li:hover > .ab-item,
#wpadminbar .ab-top-menu > li > .ab-item:focus,
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus {
    background: rgba(21, 34, 56, 0.9) !important; /* Slightly less transparent on hover */
}
.hero-layout-fullheight.admin-bar #hero {

    height: calc(100vh);
  
  }
.comments-container {
    zoom:1; 
    width:92%; 
    margin:0 auto; 
    max-width:1140px; 
}
.comment-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start; 
    padding-bottom: 5px !important; /* Adjust if there's excess padding inside the comment */
    margin-bottom: 5px !important; /* Adjust if there's excess margin at the bottom of the comment */
    padding: 0px !important; /* Adjusts padding inside the comment content */
}
.gravatar,
.comment-author {
    margin-right: 5px; /* Adjust spacing between figure and comment author */
}

/* Target the comment's outer wrapper */
article.comment {
    padding: 0px !important; /* Reduces padding around each comment */
    margin-bottom: 5px !important; /* Reduces the bottom margin, adjust as needed */
}

/* If comments are contained within a list, you might also want to adjust the list's padding */
.comment-list {
    padding: 0 !important; /* Removes padding from the comment list container */
}

.custom-admin-bar-logo {
    display: none;
}

#wpadminbar .custom-login-link-class {
    display: inline-block !important;
    padding-right: 5px;
}

@media only screen and (max-width: 782px) {
    .custom-admin-bar-logo {
        display: inline-block !important;
        padding-left: 5px;
    }
    
    .menu-style-semi-transparent-white:not(.sticking) #masthead .nav-bar .logo .logo-img,
    .menu-style-semi-transparent-black:not(.sticking) #masthead .nav-bar .logo .logo-img {
        display: none;
    }

    .menu-style-semi-transparent-black:not(.sticking) #masthead .logo-bar,.menu-style-semi-transparent-black:not(.sticking) #masthead .nav-bar {
        background-color: rgba(0,0,0,0);
    }

    .menu-style-semi-transparent-white:not(.sticking) #masthead .logo-bar,.menu-style-semi-transparent-white:not(.sticking) #masthead .nav-bar {
        background-color: rgba(255,255,255,0);
    }

    #wpadminbar .yoast-logo {
        display: none;
    }
    
}
#wp-admin-bar-wpforms-menu {
    display: none!important;
}
@media only screen and (max-width: 950px) {
    #wpadminbar .revslider-menu {
        display: none;
    }
}
@media only screen and (max-width: 350px) {
    #wpadminbar #wp-admin-bar-edit {
        display: none!important;
    }
    #wpadminbar #wp-admin-bar-new-content {
        display: none!important;
    }
}

.content-wrapper,.small-width {
    width: 92%!important;
    margin: 0 auto!important;
    max-width: 1140px!important;
}




#cookieConsent {
    color: #fff !important;
    background-color: #2c3e50 !important; /* Dark blue background */
    border-top: 4px solid #18bc9c; /* Greenish top border */
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    padding: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3 !important; /* Make sure it appears on top of other content */
}

#cookieConsent button {
    color: #fff;
    background-color: #18bc9c; /* Matching greenish buttons */
    border: none;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#cookieConsent button:hover {
    background-color: #12876f; /* Darker green on hover */
}

#cookieConsent a {
    color: #f8c471; /* Soft orange for links */
    text-decoration: none;
}
#cookieConsent a:hover {
    text-decoration: underline;
}

#hero-overlay {
    z-index: 0 !important;
}

.socicon-youtube:before {
    content: "\e0a5"; /* Make sure this content code matches the one for the YouTube icon */
    font-size: 20px !important; /* Adjust the size as needed */
}


/* Modifier for light background */
.wpm-theme-light .wpm-track-icon {
    color: #0d0d0d !important; /* Black icon for light backgrounds */
}

/* Modifier for light background */
.wpm-theme-light .wpm-track-icon:hover {
    color: grey !important; /* White icon for dark backgrounds */
}

.wpm-theme-dark .wpm-track-icon {
	color: white !important;
	
}

.wpm-theme-dark .wpm-track-icon:hover {
	color: grey !important;
}


.wpm-icon-googleplay:before {
	font-family:socicon;
	content:'\e0a5';
	font-size: 20px !important;

}


.wpm-icon-amazon:before{
	content:'\ea87';
	font-size:20px !important;
}

.wpm-icon-itunes:before{
	content: '\eabe';
	font-size:20px !important;
}

.wpm-icon-spotify:before{
	font-family:socicon;
	content:'\e079';
	font-size:20px;
}

.wolf-release-google_play:before {
	font-family:'Font Awesome 5 Brands' !important;
	content:'\f167';
	font-size:20px !important;
}

.wolf-release-amazon:before{
	content: '\f270';
	font-size:20px !important;

}

.wolf-release-spotify:before{
	content: '\f1bc';
	font-size:20px !important;
}

.wolf-release-apple:before{
	content:'\e008';
	font-size:20px !important;
}


.wolf-release-itunes:before {
	content: '\f179';
	font-size:20px !important;
}

.wolf-release-buy:before {
	content: 'K' !important;
	font-size:20px !important;
}
.post-title-container h1 {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.floating_right_bottom_container {
       position: fixed;
       bottom: 10px;
       right: 10px;
       z-index: 199;
}

.floating_right_bottom_container img{
	width: 110px;
	height: 110px;
}

#captain-comments-container {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.captain-comment-window {
    max-width: 1140px;
    height: 450px;
    margin: 3px;
}
.captain-header-bar {
    position: sticky; /* Keeps the header fixed at the top */
    top: 0; /* Positions it at the top of the container */
    background-color: transparent;
    padding: 5px 5px;
    color: #fff;  
    font-size: 14px;
    font-weight: bolder;
    /* display: flex; */
    height: 30px;
    cursor: pointer;
}

#resize-handle {
    height: 10px;
    width: 100%;
    background-color: transparent;
    cursor: ns-resize;
}

.captain-messages {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 0!important;
}

#captain-messages li {
    margin: 0;
    padding: 4px 10px;
}

/* displays list of chat messages */
#captain-messages ul { margin: 0; padding: 0!important; font-size: 13px; line-height: 16px;}
ul#captain-messages li { margin-bottom: 10px; padding: 10px 10px 10px 10px; list-style-type:none!important;}
ul#captain-messages li:first-child { background-color: #ffffcc; } /* latest chat */

#captain-messages li a {
    text-decoration: none;
    opacity: 0.8;
    color: #0274be;
}

.toggle-button {
    background-color: transparent;
    border: none;
    color: white;
    /* font-size: 20px; */
    cursor: pointer;
    top: 0;
    z-index: 9;
	float: right;
    margin-left: auto;
}

#captain-messages .parent-content {
	font-style: italic;
	font-weight: normal;
	margin-right: 5px;
	font-size: 12px !important;
    	color: #777777;;
} 

#captain-message-content {
    width: 100%;
    overflow-y: auto;
    height: calc(100% - 30px); 
    background-color: #fff;

}

.avatar-container {
    margin-bottom: 10px;
}	
.avatar-container img{
    border-bottom: 2px solid #dd3333!important;
    padding: 1px!important;
}	
.avatar-container .captain-label{
    padding: 1px 15px;
    background-color: #dd3333;
    color: #FFF;
    font-size: 11px!important;
    border-radius: 3px;
}
#captain_last_update_time {
   float: right;
}

.animation-container {
	width: 100%;
	display: none;
}
.singles_preview_button{
    /* margin-left: 30px; */
    margin-bottom: 5px;
    padding: 0;
    background: transparent;
    font-size: 12px;
    width: 80px;
    height: 22px;
    border-radius: 31px;
    background-color: #8d6dc4;
    border: none;
     box-shadow:
        3px 3px 5px rgba(0, 0, 0, 0.3), /* Shadow for depth */
        -3px -3px 5px rgba(255, 255, 255, 0.2); /* Highlight for 3D effect */
}

.logo .logo-img:last-child:not(.logo-svg),
.logo .logo-img:first-child:not(.logo-svg) {
	position: absolute;
}

@media screen and (max-width: 1564px) {
    .admin-bar.untop #mobile-bar,.admin-bar.untop #mobile-menu-panel {
        top: 0
    }
    .admin-bar.untop.menu-sticky-hard .nav-bar,.admin-bar.untop.menu-sticky-none .nav-bar,.admin-bar.untop.menu-sticky-soft .nav-bar {
        top: 0
    }
}
	

.gradient-border {
  --borderWidth: 3px;
  background: transparent;
  border-radius: var(--borderWidth);
  width: 100%;
  height: 100%;
  position: absolute;
}
.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}
@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#show-more-btn {
    border: none;
    margin: 20px auto;
    cursor: pointer;
    font-family: "Arial Hebrew", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    padding: 4px 20px;
    letter-spacing: 1px;
    box-shadow: 1px 1px 3px -1px #bbb;
    border-radius: 3px;
    max-width: none;
    background-color: #7cbfea;
    color: #FFFFFF
}

#show-more-btn:hover {
    opacity: 0.9;
    box-shadow: none;
    text-decoration: none;
}

.translate-link {
    color: #7cbfea;
    font-size: 12px;
}

.translated-content {
    background-color: #f9f9f9;
    font-style: italic;
    color: #555;
    font-size: 14px;
}
.entry-single-event {
    margin-top: 50px;
}
.entry-meta .author-meta {
    display:none;
}

.animation-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
     }

.animation-modal-content {
    position: relative;
    width: 80%;
    height: 80%;
    margin: auto;
    top: 10%;
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
  }

.animation-modal iframe {
    width: 100%;
    height: 100%;
    border: none;
 }


 .close-modal {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    color: white;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    transition: background 0.3s ease;
  }
  
  .close-modal:hover {
    background: rgba(0, 0, 0, 0.7); /* Darker on hover */
  }
    

