/*!
Theme Name: Drop v26
Theme URI: http://underscores.me/
Author: iLoveit.gr
Author URI: https://iloveit.gr/
Description: Custom Theme for Drop Martinidis
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dropv26
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Drop v26 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	font-family: 'Abrade-Regular', sans-serif;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	font-family: 'Abrade-Regular', sans-serif;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* =============================================
   DROP THEME - CUSTOM STYLES
   ============================================= */

/* =====================================================
   DROP - CONTACT FORM 7 STYLES
   Matches Adobe XD design: 2-column grid, rounded inputs,
   blue brand color (#1890D0), Abrade font family
   ===================================================== */

/* --- Section title --- */
.vc_custom_heading.contact-title,
[class*="vc_custom_"] .wpb_wrapper > div {
    font-family: 'Abrade-Light', sans-serif;
}

/* --- Contact column wrapper --- */
.wpb_column.contact .wpb_wrapper {
    padding-right: 40px;
}

/* --- Form grid layout --- */
.contact .wpcf7-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 24px;
    align-items: start;
}

/* --- Full-width fields: Μήνυμα row spans col 1, Τμήμα+Submit span col 2 --- */
/* Μήνυμα textarea — col 1, spans 1 row tall */
.contact .wpcf7-form .wpcf7-form-control-wrap[data-name="your-message"] {
    grid-column: 1 / 2;
    grid-row: 3 / 5;
}

/* Τμήμα — col 2, row 3 */
.contact .wpcf7-form .wpcf7-form-control-wrap[data-name="your-subject"] {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}

/* Submit button — col 2, row 4 */
.contact .wpcf7-form .wpcf7-submit {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
    align-self: end;
}

/* --- Base input / textarea styles --- */
.contact .wpcf7-form input[type="text"],
.contact .wpcf7-form input[type="email"],
.contact .wpcf7-form input[type="tel"],
.contact .wpcf7-form textarea {
    width: 100%;
    height: 52px;
    padding: 0 18px;
    font-family: 'Abrade-Regular', sans-serif;
    font-size: 0.95em;
    color: #1890D0;
    background: #ffffff;
    border: 1.5px solid #1890D0;
    border-radius: 30px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
}

/* Placeholder color */
.contact .wpcf7-form input::placeholder,
.contact .wpcf7-form textarea::placeholder {
    color: #1890D0;
    opacity: 0.75;
    font-family: 'Abrade-Regular', sans-serif;
    font-size: 0.9em;
}

/* Focus state */
.contact .wpcf7-form input[type="text"]:focus,
.contact .wpcf7-form input[type="email"]:focus,
.contact .wpcf7-form input[type="tel"]:focus,
.contact .wpcf7-form textarea:focus {
    border-color: #1890D0;
    box-shadow: 0 0 0 3px rgba(24, 144, 208, 0.15);
}

/* --- Textarea (Μήνυμα) --- */
.contact .wpcf7-form textarea {
    height: 100%;
    min-height: 140px;
    padding: 16px 18px;
    border-radius: 22px;
    resize: none;
}

/* --- Submit button --- */
.contact .wpcf7-form input[type="submit"],
.contact .wpcf7-form .wpcf7-submit {
    width: 100%;
    height: 52px;
    padding: 0 24px;
    font-family: 'Abrade-Bold', sans-serif;
    font-size: 2em;
    letter-spacing: 0.04em;
    color: #ffffff;
    background: #1890D0;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
    text-transform: uppercase;
}

.contact .wpcf7-form input[type="submit"]:hover,
.contact .wpcf7-form .wpcf7-submit:hover {
    background: #1378b0;
}

.contact .wpcf7-form input[type="submit"]:active,
.contact .wpcf7-form .wpcf7-submit:active {
    transform: scale(0.98);
}

/* --- Remove default CF7 paragraph spacing --- */
.contact .wpcf7-form p {
    margin: 0;
}

/* --- CF7 validation messages --- */
.contact .wpcf7-not-valid-tip {
    font-family: 'Abrade-Regular', sans-serif;
    font-size: 0.78em;
    color: #e74c3c;
    margin-top: 4px;
    padding-left: 18px;
}

.contact .wpcf7-response-output {
    font-family: 'Abrade-Regular', sans-serif;
    font-size: 0.85em;
    grid-column: 1 / -1;
    border-radius: 12px;
    border-color: #1890D0;
    padding: 10px 18px;
    margin-top: 0 !important;
}

/* --- Responsive: stack to 1 column on mobile --- */
@media (max-width: 768px) {
    .wpb_column.contact .wpb_wrapper {
        padding-right: 0;
    }

    .contact .wpcf7-form {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .contact .wpcf7-form .wpcf7-form-control-wrap[data-name="your-message"],
    .contact .wpcf7-form .wpcf7-form-control-wrap[data-name="your-subject"],
    .contact .wpcf7-form .wpcf7-submit {
        grid-column: 1 / 2;
        grid-row: auto;
    }

    .contact .wpcf7-form textarea {
        min-height: 120px;
    }
}



/* --- Google Font import (match Drop's clean sans-serif) --- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap'); 

@font-face {
    font-family: 'Abrade-Thin';
    src: url('/wp-content/themes/dropv26/fonts/abrade-thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Abrade-Light';
    src: url('/wp-content/themes/dropv26/fonts/abrade_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Abrade-Regular';
    src: url('/wp-content/themes/dropv26/fonts/abrade-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Abrade-Medium';
    src: url('/wp-content/themes/dropv26/fonts/abrade_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NF-BlancSeing';
    src: url('/wp-content/themes/dropv26/fonts/NF-BlancSeing-Normal.woff2') format('woff2'),
         url('/wp-content/themes/dropv26/fonts/NF-BlancSeing-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Abrade-BoldItalic';
    src: url('/wp-content/themes/dropv26/fonts/Abrade-BoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Abrade-SemiBoldItalic';
    src: url('/wp-content/themes/dropv26/fonts/Abrade-SemiBoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Abrade-Bold';
    src: url('/wp-content/themes/dropv26/fonts/Abrade-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'MyriadPro-SemiBold';
    src: url('/wp-content/themes/dropv26/fonts/MyriadPro-Semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --drop-blue: #1a5f8a;
    --drop-dark: #1a1a1a;
    --drop-gray: #666;
    --drop-light: #f5f5f5;
    --header-height: 80px;
}

body {
    /* font-family: 'Montserrat', sans-serif; */
	font-family: 'Abrade-Regular', sans-serif;
   /* color: var(--drop-dark);
    margin: 0; */
}

/* === HEADER === */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.97);
/*     box-shadow: 0 2px 10px rgba(0,0,0,0.08); */
    height: var(--header-height);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    height: 100%;
}

.site-branding img,
.custom-logo {
    height: 55px;
    width: auto;
}

/* === TYPOGRAPHY - DROP CUSTOM === */
/* Εφαρμογή στον τίτλο */
h1.vc_custom_heading.vc_do_custom_heading.heading-1 {
    font-family: 'Abrade-Light', sans-serif !important;
    font-weight: normal !important;
    font-size: 136px ;
    line-height: 1 !important;
    text-transform: uppercase !important;
    letter-spacing: -2px !important;
    -webkit-font-smoothing: antialiased;
}

/* Εφαρμογή Regular στον τίτλο H2 */
h2.h2-heading {
    font-family: 'Abrade-Regular', sans-serif !important;
    font-size: 59px !important;
    line-height: 88px !important;
    font-weight: normal !important;
    color: #717171 !important;
    text-align: left !important;
    letter-spacing: 0px !important;
    text-transform: uppercase !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h2.h2-heading-s {
    font-family: 'Abrade-Regular', sans-serif !important;
    font-size: 56px !important;
    line-height: 88px !important;
    font-weight: normal !important;
    color: #717171 !important;
    letter-spacing: 0px !important;
    text-transform: uppercase !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.custom-calligraphy-inline {
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    justify-content: center !important;
    font-family: 'NF-BlancSeing', cursive !important;
    color: #007CC6 !important;
    gap: 15px;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100%;
}

.custom-calligraphy-inline .num-35 {
    font-size: 220px !important;
    line-height: 1 !important;
    letter-spacing: -5px !important;
}

.custom-calligraphy-inline .text-years {
    font-size: 85px !important;
    line-height: 1 !important;
}

/* Blog Page Design */
.text-blog {
  font-family: 'Abrade-Regular' !important;
  font-size: 24px !important;
  color: #707070 !important;
}

.h1-hero-blogs {
	font-family: 'Abrade-Medium' !important;
    text-align: left !important;
	letter-spacing: 0px !important;
	font-weight: 800 !important;
	font-size: 50px !important;
	color: #35414F !important;
	padding-right:10px !important;
}

.text-hero-blogs {
	font-family: 'MyriadPro-SemiBold' !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	font-size: 24px !important;
	color: #35414F !important;
	min-width: 568px;
	min-height: 289px;
}

.text-separators {
	color: #707070 !important;
	border-color: #707070 !important;
	width: 554.62px;
}

/* === BLOG & PAGE COMPONENTS === */
.wpb_text_column.wpb_content_element.calligraphy {
    margin-top: 70px !important;
}



/* === NAVIGATION === */
.main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
}

.main-navigation ul li a {
    display: block;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--drop-dark);
    text-decoration: none;
    transition: color 0.2s;
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a {
    color: var(--drop-blue);
}

/* Dropdown menus */
.main-navigation ul ul {
    position: absolute;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    min-width: 200px;
    flex-direction: column;
    gap: 0;
    display: none;
    padding: 10px 0;
}

.main-navigation ul li:hover > ul {
    display: flex;
}

.main-navigation ul ul li a {
    padding: 10px 20px;
    font-size: 12px;
}

/* Contact Page */
body.vc_custom_1773756169629 .vc_custom_heading {
    font-family: 'Abrade-BoldItalic', sans-serif !important;
}



/* === HEADER ACTIONS === */
.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--drop-dark);
    padding: 4px;
    display: flex;
    align-items: center;
}

.lang-switcher {
    font-size: 12px;
    font-weight: 500;
    color: var(--drop-gray);
}

.lang-switcher a {
    color: var(--drop-gray);
    text-decoration: none;
}

.lang-switcher a.lang-active {
    color: var(--drop-dark);
    font-weight: 600;
}

/* Hamburger button */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}
.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--drop-dark);
}

/* === PAGE CONTENT OFFSET (because fixed header) === */
#content,
.site-content {
    padding-top: var(--header-height);
}

/* === FULL WIDTH LAYOUT (no sidebar) === */
#primary {
    width: 100%;
    max-width: 100%;
    float: none;
}

#secondary { display: none; } /* Hide sidebar */

/* === REMOVE DEFAULT _s MARGINS === */
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* === FOOTER === */
.site-footer {
    background: var(--drop-dark);
    color: #aaa;
    padding: 40px;
    text-align: center;
    font-size: 13px;
}

.site-footer a {
    color: #fff;
}

/* === MOBILE === */
@media (max-width: 900px) {
    .main-navigation ul { display: none; }
    .main-navigation.toggled ul { display: flex; flex-direction: column; position: absolute; top: var(--header-height); left: 0; right: 0; background: #fff; padding: 20px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
    .menu-toggle { display: flex; }
    .lang-switcher { display: none; }
    .header-inner { padding: 0 20px; }
}

/* MOBILE - TABLET Custom Responsive */

@media (max-width: 768px) {
    .custom-calligraphy-inline {
        gap: 8px;
    }
    .custom-calligraphy-inline .num-35 {
        font-size: 110px !important;
    }
    .custom-calligraphy-inline .text-years {
        font-size: 40px !important;
    }
}

.wpb_text_column.wpb_content_element.calligraphy {
    margin-top: 70px !important;
}

/* ── Blog Hero: Typography Responsive ── */

/* Tablet (max 991px) */
@media (max-width: 991px) {

  .h1-hero-blogs {
    font-size: 38px !important;
  }

  .text-hero-blogs {
    font-size: 18px !important;
    min-width: unset !important;
    min-height: unset !important;
    width: 100% !important;
  }
}

/* Mobile (max 600px) */
@media (max-width: 600px) {

  .h1-hero-blogs {
    font-size: 38px !important;
	color: white;
	  text-align: center !important;
  }

  .text-hero-blogs {
    font-size: 15px !important;
	color: white !important;
    min-width: unset !important;
    min-height: unset !important;
    width: 100% !important;
	text-align: center !important;
  }
.hero-row-blogs.vc_row {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: center !important;
    min-height: 100vw !important;
  }
  .hero-row-blogs .wpb_column.vc_col-sm-3 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    float: none !important;
    align-self: center !important;
	margin-top: 300px !important;
  }
  .hero-row-blogs .wpb_column.vc_col-sm-9 {
    display: none !important;
  }
  .hero-row-blogs .wpb_column.vc_col-sm-3 .vc_column-inner {
    padding: 30px 20px !important;
    margin: 0 !important;
    text-align: center !important;
  }
  /* Το container του WPBakery */
  .hero-row-blogs .wpb_row,
  .hero-row-blogs .vc_row-fluid {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}




/* === FOOTER === */
.site-footer {
    background: #f2f2f2;
    font-size: 13px;
    color: #444;
}

.footer-inner {
    display: flex;
    align-items: stretch;
    max-width: 1400px;
    margin: 0 auto;
}

.footer-col {
    flex: 1;
    padding: 40px 30px;
    border-right: 1px solid #e0e0e0;
}

.footer-col:last-child {
    border-right: none;
}

.footer-col--newsletter .footer-widget-title{
    text-align: left;
}

.footer-col--newsletter .footer-widget-title{
    text-align: left;
    width: 40%;
    font-size: 22px;
}

.footer-col--newsletter {
    background: #037BCA;
    color: #fff;
/*     flex: 0 0 500px; */
}

.footer-col--newsletter .footer-widget-title {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.footer-widget-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1a1a1a;
    border-bottom: 2px solid #1a5f8a;
    padding-bottom: 8px;
    margin-bottom: 16px;
    margin-top: 0;
}

.footer-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    margin-bottom: 6px;
}

.footer-widget ul li a {
    color: #444;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.footer-widget ul li a:hover {
    color: #1a5f8a;
}

.footer-col--newsletter .footer-widget ul li a {
    color: #fff;
}

/* Newsletter input */
.footer-col--newsletter input[type="email"] {
    width: 100%;
    padding: 10px 12px;
    border: none;
    font-size: 12px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

/* Social icons row */
.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.footer-social a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

/* Footer bottom bar */
.footer-bottom {
    background: #1a1a1a;
    color: #888;
    font-size: 12px;
    padding: 14px 40px;
}

.footer-bottom-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

/* Footer map embed */
.footer-widget iframe {
    width: 100%;
    height: 130px;
    border: none;
    display: block;
}

@media (max-width: 900px) {
    .footer-inner {
        flex-direction: column;
    }
    .footer-col {
        border-right: none!important;
        border-bottom: 1px solid #e0e0e0;
    }
    .footer-col--newsletter {
        flex: 1;
    }
    .footer-bottom-inner {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
}

.footer-col:empty,
.footer-col:not(:has(.footer-widget)) {
    display: none;
}

/* === FOOTER FIXES === */

/* Αφαίρεση κενού κάτω από το footer */
#page {
    display: flex;
    flex-direction: column;
    /*min-height: 100vh;*/
}

#content {
    flex: 1;
}

/* Footer 100% πλάτος χωρίς περιθώρια */
.site-footer {
    width: 100%;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
}

.footer-widgets {
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Αφαίρεση τυχόν background από WPBakery rows πριν το footer */
.site-content,
#content,
.entry-content > .vc_row:last-child {
    background: transparent !important;
}

/* Σιγουρεύουμε ότι δεν υπάρχει padding/margin στο body */
body {
    margin: 0 !important;
    padding: 0 !important;
}

/* Col 2 (Προϊόντα) - μικρότερο πλάτος */
.footer-col:nth-child(2) {
/*     flex: 0 0 420px !important; */
}

/* Μεγαλύτερο gap ανάμεσα στο logo και το κείμενο μέσα στο col 1 */
.footer-col:first-child .wp-block-group {
    gap: 40px !important;
}

.footer-col--newsletter a svg {
    width: 35px !important;
    height: 35px !important;
}

/* Χάρτης + Επικοινωνία - μεγαλύτερο */
.footer-col:nth-child(3) {
/*     flex: 0 0 550px !important; */
}

/* === HEADER === */
:root {
    --header-height: 90px;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: var(--header-height);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* Όταν γίνει scroll — γίνεται λευκό */
.site-header.scrolled {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px;
    max-width: 1600px;
    margin: 0 auto;
}

/* === LOGO === */
.site-branding {
    flex: 0 0 auto;
}

.site-branding .custom-logo {
    height: 70px;
    width: auto;
    display: block;
}

/* === LEFT: SEARCH === */
.header-left {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 4px;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}

.site-header.scrolled .search-toggle {
    color: #1a1a1a;
}

.header-search-form {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    min-width: 240px;
    z-index: 100;
}

.header-search-form.active {
    display: block;
}

.header-search-form .search-form {
    display: flex;
}

.header-search-form input[type="search"] {
    border: 1px solid #ddd;
    padding: 8px 12px;
    font-size: 13px;
    flex: 1;
    outline: none;
}

.header-search-form button {
    background: #1a5f8a;
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
}

/* === CENTER: NAVIGATION === */
.main-navigation {
    flex: 1;
    display: flex;
    justify-content: center;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4px;
}

.main-navigation ul li {
    position: relative;
}

.main-navigation ul li a {
    display: block;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
}

.site-header.scrolled .main-navigation ul li a {
    color: #1a1a1a;
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a {
    color: #1a5f8a !important;
}

/* Underline on active */
.main-navigation ul li.current-menu-item > a {
    border-bottom: 2px solid #1a5f8a;
}

/* Dropdown */
.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    min-width: 200px;
    display: none;
    flex-direction: column;
    padding: 8px 0;
    z-index: 100;
}

.main-navigation ul li:hover > ul {
    display: flex;
}

.main-navigation ul ul li a {
    color: #1a1a1a !important;
    padding: 10px 20px;
    font-size: 12px;
}

/* === RIGHT: SOCIAL + LANG === */
.header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.header-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-social a {
    color: #fff;
    display: flex;
    align-items: center;
    transition: opacity 0.2s;
}

.site-header.scrolled .header-social a {
    color: #1a1a1a;
}

.header-social a:hover {
    opacity: 0.7;
}

.header-lang {
    font-size: 11px;
}

.header-lang a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.site-header.scrolled .header-lang a {
    color: #666;
}

/* Hamburger */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.menu-toggle span {
    display: block; /* ή inline-block */
    width: 25px;
    height: 3px;
    background-color: black;
}


/* How To - Page Mobile */

@media (max-width: 1024px) {
  .vc_row.wpb_row.vc_row-fluid.vc_custom_1773755727900 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .vc_row.wpb_row.vc_row-fluid.vc_custom_1773755727900 .vc_col-sm-6 {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
  
  .vc_row.wpb_row.vc_row-fluid.vc_custom_1773755727900 iframe {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1024px) {
    .blog-hero {
        margin-right: 80px;
        margin-bottom: 200px;
    }
}

/* Contact Page */
.vc_custom_heading.vc_do_custom_heading.custom-heading-contact {
	font-family: 'Abrade-BoldItalic', sans-serif !important;
    
}

.wpb_text_column.wpb_content_element p {
    font-family: 'Abrade-SemiBoldItalic', sans-serif !important;
	color: #707070 !important;
}

/* Contact Page - Mobile */
@media (width <= 1024px) {
    .vc_row.wpb_row.vc_row-fluid.contact-page-row.vc_custom_1774356815040 {
        margin: 0 !important;
        padding: 0 !important;
    }

    .vc_row.wpb_row.vc_row-fluid.contact-page-row.vc_custom_1774356815040 .contact.wpb_column.vc_column_container.vc_col-sm-6 .wpb_wrapper {
        padding: 0;
    }

    .vc_row.wpb_row.vc_row-fluid.contact-page-row.vc_custom_1774356815040 .contact.wpb_column.vc_column_container.vc_col-sm-6 form {
        gap: 10px;
    }
	.vc_row.wpb_row.vc_row-fluid.vc_custom_1773756169629 .vc_custom_heading.vc_do_custom_heading {
		font-size: 1.4em !important;
		padding: 0 15px !important;
		margin: 0 !important;
	}
	
}

@media (width <= 426px) {
    .vc_row.wpb_row.vc_row-fluid.contact-page-row.vc_custom_1774356815040 .contact.wpb_column.vc_column_container.vc_col-sm-6 form {
        display: flex;
        flex-direction: column;
    }

    .vc_row.wpb_row.vc_row-fluid.contact-page-row.vc_custom_1774356815040 .contact.wpb_column.vc_column_container.vc_col-sm-6 form > * {
        width: 100%;
    }
}

@media (width <= 596px) {
    .vc_row.wpb_row.vc_row-fluid.vc_custom_1773756169629 {
        margin: 0 !important;
    }

    .vc_row.wpb_row.vc_row-fluid.vc_custom_1773756169629 .vc_custom_heading.vc_do_custom_heading {
        text-align: center !important;
    }
}


@media (width > 1024px) {
    .vc_row.wpb_row.vc_row-fluid.vc_custom_1773756169629,
    .vc_row.wpb_row.vc_row-fluid.contact-page-row.vc_custom_1774356815040 {
        margin: 25px 8vw 0 8vw !important;
    }
}