/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 03 2025 | 18:14:42 */
.ast-single-entry-banner .ast-container {
    padding-top: 2em;
    background: url('https://verobyte.gr/wp-content/uploads/2025/04/FooterBG-1.png');
    background-position: right center;
    background-attachment: fixed;
    background-size: cover;
    width: 100% !important;
    max-width: 100%;
}

.ast-single-entry-banner .ast-container div img {
    width: 500px;
    height: auto;
}

.ast-single-entry-banner .ast-container {
    display: flex;
    flex-direction: column;
    align-items:center;
}

.navigation.post-navigation {
    background: #0A192F;
}

.single.ast-page-builder-template .entry-header + .entry-content {
    margin: 0 !important;
}

#comments, .nav-links {
    font-family: 'Literata', Serif !important;    
}

.nav-links a:hover {
    color: #6AFACC !important;
}

@media (max-width: 767px) {
    .nav-previous {
        margin-left: 0 !important;
    }

    .nav-next {
        margin-right: 0 !important;
    }
}


.ast-related-post-content .entry-header .ast-related-post-title a:hover {
    color: #6AFACC;
}

.ast-single-related-posts-container::before {
    margin-bottom: 2em !important;
}

.ast-single-related-posts-container::after {
    margin-top: 2em !important;
}


.ast-single-related-posts-container::before, .ast-single-related-posts-container::after {
    content: "";
    width: 50%;
    height: 1px;
    background-color: white;
    display: block;
    margin: 0em auto;
}

.ast-single-related-posts-container {
    border-top: none !important;
    background: #0A192F;
}

.nav-previous {
    margin-left: 2em;
}


.nav-next {
    margin-right: 2em;
}


#comments textarea, #comments input {
    border-radius: 5px !important;
    font-family: 'Inter', Serif !important;
   
}

#comments textarea::placeholder {
     font-family: 'Inter', Serif !important;
}

#comments .comment-form .submit {
    background-color: rgba(255, 255, 255, 0.05);
    letter-spacing: 0.5px;
    border-radius: 16px !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 15px 30px;
    color:white;
    font-weight: 300;
}

#comments .comment-form .submit:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color:white;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
}

#comments h3 {
    font-weight: 300;
}

#comments {
    background: #0A192F;
    margin-bottom: 0em;
    border-bottom: 1px solid #fff;
    font-weight: 300;
}

.comment-form-cookies-consent  {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.comment-form-cookies-consent label {
    color: white;
    font-weight: 300;
    font-size: 0.85em;
}

.comment-form-cookies-consent input[type="checkbox"] {
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    zoom: 1.15;
    
    border: 2px solid #fff;
    border-radius: 5px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.comment-form-cookies-consent input[type="checkbox"]:checked {
  background-color: #000;
  border-color: #fff;
}

.comment-form-cookies-consent input[type="checkbox"]::after {
  content: "";
  position: absolute;
  display: none;
  left: 5.8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.comment-form-cookies-consent input[type="checkbox"]:checked::after {
  display: block;
}
