/*!
Theme Name: konbording
Theme URI: https://otodev.gr/
Author: OTO Dev
Author URI: https://otodev.gr/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: konbording

*/

html {
    line-height              : 1.15;
    -webkit-text-size-adjust : 100%;
    scroll-behavior          : smooth;
}

body {
    margin : 0;
}

main {
    display : block;
}

h1 {
    font-size : 2em;
    margin    : 0.67em 0;
}

hr {
    box-sizing : content-box;
    height     : 0;
    overflow   : visible;
}

pre {
    font-family : monospace, monospace;
    font-size   : 1em;
}


a {
    background-color : transparent;
    outline          : none !important;
}

abbr[title] {
    border-bottom   : none;
    text-decoration : underline;
    text-decoration : underline dotted;
}

b,
strong {
    font-weight : bolder;
}

code,
kbd,
samp {
    font-family : monospace, monospace;
    font-size   : 1em;
}


small {
    font-size : 80%;
}

sub,
sup {
    font-size      : 75%;
    line-height    : 0;
    position       : relative;
    vertical-align : baseline;
}

sub {
    bottom : -0.25em;
}

sup {
    top : -0.5em;
}

img {
    border-style : none;
}

button,
input,
optgroup,
select,
textarea {
    font-family : inherit;
    font-size   : 100%;
    line-height : 1.15;
    margin      : 0;
}

button,
input {
    overflow : visible;
}

button,
select {
    text-transform : none;
}

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 : 'CF Asty Std', sans-serif;
    font-size   : 16px;
    font-style  : normal;
    /*font-size: 1rem;*/
    line-height : 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear       : both;
    font-weight : bold;
}

p {
    margin-bottom : 1.5em;
}

dfn,
cite,
em,
i {
    font-style : italic;
}

blockquote {
    margin : 0 1.5em;
}

address {
    margin : 0 0 1.5em;
}

pre {
    background    : #eeeeee;
    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 #666666;
    cursor        : help;
}

mark,
ins {
    background      : #fff9c0;
    text-decoration : none;
}

big {
    font-size : 125%;
}

/* Elements
--------------------------------------------- */
body {
    background : #ffffff;
}

hr {
    background-color : #cccccc;
    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;
}

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  : #cccccc #cccccc #bbbbbb;
    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 : #cccccc #bbbbbb #aaaaaa;
}

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 : #aaaaaa #bbbbbb #bbbbbb;
}

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         : #666666;
    border        : 1px solid #cccccc;
    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 : #111111;
}

select {
    border : 1px solid #cccccc;
}

textarea {
    width : 100%;
}

/*--------------------------------------------------------------
# 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;
}

.updated:not(.published) {
    display : none;
}

.page-content,
.entry-summary {
    margin : 1.5em 0 0;
}

.entry-content {
    margin : 5px 0 0;
}

.page-links {
    clear  : both;
    margin : 0 0 1.5em;
}


/* 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;
}

.collapse {
    display : none;
}

.page-template-template-noheader,
.page-template-template-noheader .entry-content,
.page-template-template-noheader .page {
    margin : 0;
}

.frm_submit {
    text-align : center;
}

.frm_forms.with_frm_style input {
    border-radius : 12px;
    border        : none;
    font-size     : 22px;
    line-height   : 1;
    text-align    : center;
    padding       : 22px;
    box-shadow    : 3px 3px 2px rgba(0, 0, 0, 0.45);
}

.frm_forms.with_frm_style input:focus {
    outline      : none;
    border-color : transparent;
    box-shadow   : 3px 3px 2px rgba(0, 0, 0, 0.45) !important;
}

.frm_forms.with_frm_style .frm_submit input[type=submit],
.frm_logout_link {
    color         : #ffffff;
    background    : rgb(212, 19, 23);
    background    : -moz-linear-gradient(25deg, rgba(212, 19, 23, 1) 0%, rgba(181, 21, 20, 1) 100%);
    background    : -webkit-linear-gradient(25deg, rgba(212, 19, 23, 1) 0%, rgba(181, 21, 20, 1) 100%);
    background    : linear-gradient(25deg, rgba(212, 19, 23, 1) 0%, rgba(181, 21, 20, 1) 100%);
    filter        : progid:DXImageTransform.Microsoft.gradient(startColorstr='#d41317', endColorstr='#b51514', GradientType=1);
    padding       : 10px 25px;
    line-height   : 1;
    font-weight   : 900;
    border-radius : 15px;
    border        : none;
    font-size     : 22px;
    box-shadow    : 3px 3px 2px rgba(0, 0, 0, 0.45);
    transition    : all 300ms;
}

.frm_logout_link {
    margin     : 0 auto;
    display    : block;
    text-align : center;
    width      : 150px;
}

.frm_forms.with_frm_style .frm_submit input[type=submit]:hover,
.frm_logout_link:hover {
    color     : #ffffff;
    transform : scale(1.05);
}

/* K-Menu */

.kmenu-grey {
    background-color : #eff0f0;
    border-radius    : 20px;
    overflow         : hidden;
}

.kmenu-grey-right {
    background-color : #e4e5e6;
}

.kmenu-header {
    padding : 15px 30px;
    height  : 74px;
}

.kmenu-header-left {
    background-color : #cd2225;
}

.kmenu-header-right {
    background-color : #a71612;
}

.pkmenu {
    padding         : 30px;
    flex            : 1 1 auto;
    justify-content : space-between;
    display         : flex;
}

.kmenu-list {
    justify-content : center;
    align-content   : space-between;
    padding         : 0;
    margin          : 0;
}

.border-dots {
    border-top : 7px dotted #ffffff;
}

.modal.show .modal-dialog {
    -webkit-transform : none;
    transform         : none;
    padding           : 10px;
}

.k-menu-item a {
    position      : relative;
    display       : inline-flex;
    white-space   : nowrap;
    width         : 100%;
    align-content : center;
    padding       : 6px 10px;
    color         : #ffffff;
    font-weight   : 500;
    background    : #000000;
    z-index       : 0;
    background    : -moz-linear-gradient(25deg, #000000 0%, #666666 100%);
    background    : -webkit-linear-gradient(25deg, #000000 0%, #666666 100%);
    background    : linear-gradient(25deg, #000000 0%, #666666 100%);
    filter        : progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666', GradientType=1);
}

.k-menu-item a:before {
    position   : absolute;
    content    : '';
    top        : 0;
    right      : 0;
    bottom     : 0;
    left       : 0;
    width      : 0;
    transition : all 300ms;
    z-index    : -1;
    opacity    : 0;
    background : rgb(212, 19, 23);
    background : -moz-linear-gradient(25deg, rgba(212, 19, 23, 1) 0%, rgba(181, 21, 20, 1) 100%);
    background : -webkit-linear-gradient(25deg, rgba(212, 19, 23, 1) 0%, rgba(181, 21, 20, 1) 100%);
    background : linear-gradient(25deg, rgba(212, 19, 23, 1) 0%, rgba(181, 21, 20, 1) 100%);
    filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#d41317', endColorstr='#b51514', GradientType=1);

}

.k-menu-item a:hover::before {
    opacity : 1;
    width   : 100%;
}

.kPageHeader {
    position : relative;
    z-index  : 1;
}

.ksite-header {
    position : relative;
}

.k-mainmenu {
    position : absolute;
    z-index  : 99;
    width    : 100%;
    left     : 0;
    right    : 0;
}

.k-mainmenu .kmenu-grey {
    border-radius : 0 0 20px 20px;
}

.k-mainmenu .kmenu-header {
    display : none;
}

/* K-Page */

.kPageHeaderTitleContainer {
    position : absolute !important;
    bottom   : 0;
    left     : 0;
}

.kPageHeaderTitle {
    position : absolute !important;
    bottom   : 45px;
}

.kPageHeaderCovidBtn {
    position : absolute !important;
    bottom   : 0;
    right    : 0;
}

/* K-POPUP */
.k-dikaiologitika {
    justify-content : center;
}

.k-popExternalContainer:nth-child(3n+2) {
    border-left  : 2px solid #cf1f25;
    border-right : 2px solid #cf1f25;
}

.k-popExternalContainer:nth-last-child(1) {
    border-right : 0;
}

.k-popExternalContainer:nth-last-child(1),
.k-popExternalContainer:nth-last-child(2) {
    margin-top : 15px;
}

.k-popExternalContainer .k-popNumber {
    transition : transform .3s;
    transform  : translateY(0);
}

.k-popExternalContainer:hover .k-popNumber {
    transform : translateY(-10px);
}

.k-popContainer {
    text-align      : center;
    border-bottom   : 2px solid #4d4d4d;
    padding         : 20px;
    display         : flex;
    flex-wrap       : wrap;
    justify-content : center;
    align-content   : space-between;
    height          : 100% !important;
    cursor          : pointer;
}

.k-dikaiologitika .k-popExternalContainer:nth-last-child(1) .k-popContainer,
.k-dikaiologitika .k-popExternalContainer:nth-last-child(2) .k-popContainer {
    border : none;
}

.k-paroxes .k-popExternalContainer:nth-last-child(1) .k-popContainer,
.k-paroxes .k-popExternalContainer:nth-last-child(2) .k-popContainer {
    border : none;
}

.nomargin p {
    margin : 0;
}

.boarderAll .k-popExternalContainer {
    border-right : 2px solid #cf1f25 !important;
    border-left  : none !important;
}

.k-popNumber {
    font-size   : 120px;
    font-weight : bold;
    line-height : 1;
    color       : #4d4d4d;
    width       : 100%;
}

.k-popTitle {
    font-size      : 16px;
    font-weight    : 100;
    padding-bottom : 10px;
    width          : 100%;
}

.k-popMoreLink {
    color       : #d92128;
    font-size   : 15px;
    font-weight : 100;
    border      : none;
    background  : none;
    width       : 100%;
}

.modal.fade.show {
    animation                   : fadein;
    -webkit-animation           : fadein;
    animation-duration          : 0.3s;
    -webkit-animation-duration  : 0.3s;
    animation-fill-mode         : both;
    -webkit-animation-fill-mode : both;
}

.modal-backdrop {
    background-color : transparent;
}

@keyframes fadein {
    0% {
        opacity : 0;
    }
    100% {

        opacity : 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        -webkit-opacity : 0;
    }
    100% {
        -webkit-opacity : 1;
    }
}

.k-modal.modal-dialog {
    max-width : 980px;
}

.k-greybg {
    background-color : #b3b3b3;
    border           : none;
    box-shadow       : 0px 4px 8px rgba(0, 0, 0, .35);
}

.k-popupNumber {
    position        : relative;
    text-align      : center;
    display         : flex;
    flex-wrap       : wrap;
    justify-content : center;
    align-content   : center;
    padding         : 0 50px;
}

.k-popupNumber:after {
    content      : '';
    border-right : 2px solid #ffffff;
    height       : 100%;
    position     : absolute;
    top          : 50%;
    left         : 100%;
    transform    : translateY(-50%);
}

.k-popNumber.k-red {
    font-size   : 150px;
    font-weight : 600;
    color       : #d51317;
    line-height : 1;
}

.k-popTitle.text-white,
.k-popupText,
.k-popupText a {
    font-size   : 18px;
    font-weight : 100;
    color       : #ffffff;
    line-height : 28px;
}

.k-popupText a {
    color : #40a4f9;
}

.k-popTitle.text-white {
    max-width : 250px;
}

.k-popupText {
    max-width : 450px;
}

.k-popupContent {
    align-content  : center;
    vertical-align : middle;
    display        : inline-flex;
    flex-wrap      : wrap;
    padding        : 0 50px;
}

.k-popCloseBtn {
    position      : absolute;
    right         : 10px;
    top           : 10px;
    border        : 2px solid #ffffff !important;
    width         : 30px;
    height        : 30px;
    text-align    : center;
    border-radius : 7px;
}

.k-popCloseBtn span {
    font-size   : 27px;
    text-shadow : none !important;
    color       : #ffffff;
    line-height : 1;
}

/*k-NAV BAR*/

.k-navbar {
    background-color : #da2128;
    border-radius    : 0;
    height           : 100px;
    padding          : 10px 0;
    position         : relative;
    display          : -ms-flexbox;
    display          : flex;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap;
    -ms-flex-align   : center;
    align-items      : center;
    -ms-flex-pack    : justify;
    justify-content  : space-between;
}

.k-navbar .container {
    display         : -ms-flexbox;
    display         : flex;
    -ms-flex-wrap   : wrap;
    flex-wrap       : wrap;
    -ms-flex-align  : center;
    align-items     : center;
    -ms-flex-pack   : justify;
    justify-content : space-between;
}

.k-pageTitle {
    font-size      : 21px;
    line-height    : 1;
    font-weight    : 500;
    color          : #ffffff;
    display        : inline-block;
    vertical-align : middle;
}

.k-navbarBtn {
    outline        : 0;
    vertical-align : middle;
    margin-left    : 20px;
    padding        : 0;
    border         : 0;
}

.k-navbarBtn:hover,
.k-navbarBtn:focus {
    outline : 0;
    border  : none;
    padding : 0;
}

.k-logoutbtn {
    display        : inline-block;
    width          : 26px;
    vertical-align : middle;
    margin-left    : 15px;
}

.k-animated-icon {
    width              : 30px;
    height             : 20px;
    position           : relative;
    margin             : 0px;
    -webkit-transform  : rotate(0deg);
    -moz-transform     : rotate(0deg);
    -o-transform       : rotate(0deg);
    transform          : rotate(0deg);
    -webkit-transition : .5s ease-in-out;
    -moz-transition    : .5s ease-in-out;
    -o-transition      : .5s ease-in-out;
    transition         : .5s ease-in-out;
    cursor             : pointer;
}

.k-animated-icon span {
    display            : block;
    position           : absolute;
    height             : 3px;
    width              : 100%;
    border-radius      : 9px;
    opacity            : 1;
    left               : 0;
    -webkit-transform  : rotate(0deg);
    -moz-transform     : rotate(0deg);
    -o-transform       : rotate(0deg);
    transform          : rotate(0deg);
    -webkit-transition : .25s ease-in-out;
    -moz-transition    : .25s ease-in-out;
    -o-transition      : .25s ease-in-out;
    transition         : .25s ease-in-out;
}

.k-animated-icon span {
    background : #ffffff;
}

.k-animated-icon span:nth-child(1) {
    top : 0px;
}

.k-animated-icon span:nth-child(2), .k-animated-icon span:nth-child(3) {
    top : 10px;
}

.k-animated-icon span:nth-child(4) {
    top : 20px;
}

.k-animated-icon.open span:nth-child(1) {
    top   : 11px;
    width : 0%;
    left  : 50%;
}

.k-animated-icon.open span:nth-child(2) {
    -webkit-transform : rotate(45deg);
    -moz-transform    : rotate(45deg);
    -o-transform      : rotate(45deg);
    transform         : rotate(45deg);
}

.k-animated-icon.open span:nth-child(3) {
    -webkit-transform : rotate(-45deg);
    -moz-transform    : rotate(-45deg);
    -o-transform      : rotate(-45deg);
    transform         : rotate(-45deg);
}

.k-animated-icon.open span:nth-child(4) {
    top   : 11px;
    width : 0%;
    left  : 50%;
}

.animate {
    animation-duration          : 0.3s;
    -webkit-animation-duration  : 0.3s;
    animation-fill-mode         : both;
    -webkit-animation-fill-mode : both;
}

@keyframes slideIn {
    0% {
        transform : translateY(1rem);
        opacity   : 0;
    }
    100% {
        transform : translateY(0rem);
        opacity   : 1;
    }
    0% {
        transform : translateY(1rem);
        opacity   : 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform : translateY(1rem);;
        -webkit-opacity   : 0;
    }
    100% {
        -webkit-transform : translateY(0);
        -webkit-opacity   : 1;
    }
    0% {
        -webkit-transform : translateY(1rem);
        -webkit-opacity   : 0;
    }
}

.slideIn {
    -webkit-animation-name : slideIn;
    animation-name         : slideIn;
}

.k-list-nopadding ul {
    padding-left : 20px;
    margin       : 0;
}

/* K-Footer */

.k-footer {
    background-color : #4d4d4d;
    text-align       : left;
    color            : #ffffff;
}

.k-identity .widget_media_image {
    margin-bottom : 10px;
}

.k-identity .textwidget p {
    color       : #ffffff;
    font-size   : 12px;
    font-weight : 600;
}

.k-identity section {
    display        : inline-block;
    vertical-align : top;
}

.k-identity section:last-child {
    display : block;
}

.k-footer-menu {
    border-left : 1px solid #ffffff;
    align-items : center;
    display     : flex;
}

.k-footer-menu h2 {
    color          : #ffffff;
    text-transform : uppercase;
    font-weight    : 600;
    font-size      : 12px;
    margin-bottom  : 10px;
}

.k-footer-menu ul {
    list-style : none;
    padding    : 0;
    margin     : 0;
}

.k-footer-menu ul li {
    line-height : 1;
}

.k-footer-menu ul li a {
    color          : #ffffff;
    text-transform : uppercase;
    font-weight    : 100;
    font-size      : 12px;
    line-height    : 1.8;
}

.k-footer-social ul {
    margin : 0;
}

.k-footer-social {
    align-content   : space-between;
    display         : flex;
    flex-wrap       : wrap;
    justify-content : space-between;
    flex-direction  : column;
}

.k_back_to_top {
    text-align : right;
    cursor     : pointer;
    display    : block;

}

.k_back_to_top span {
    color          : #ffffff;
    padding-right  : 3px;
    vertical-align : middle;
    font-size      : 12px;
    font-weight    : 500;
}

.k_back_to_top.k-black {
    text-align : center;
}

.k_back_to_top.k-black span {
    color : #000000 !important;
}

.k_back_to_top:hover, .k_back_to_top:focus.k_back_to_top:active {
    color           : #ffffff;
    text-decoration : none;
}

.k_back_to_top img {
    vertical-align : middle;
    height         : 15px;
}

.nav-tabs.k-subpagesMenu {
    margin        : 0;
    flex          : 1 1 100%;
    border-bottom : none;

}

.k-leftRedBorder {
    border-left : 1px solid #cf1f25;
}

.nav-tabs.k-subpagesMenu > li {
    margin-bottom : 20px;
}

.nav-tabs.k-subpagesMenu > li > a {
    margin-right  : 0;
    line-height   : 1;
    border        : none;
    border-radius : 0;
}

.nav-tabs.k-subpagesMenu .nav-link {
    border                  : none;
    margin-bottom           : 0;
    border-top-left-radius  : 0;
    border-top-right-radius : 0;
}

.nav-tabs.k-subpagesMenu .nav-link:focus,
.nav-tabs.k-subpagesMenu .nav-link:hover {
    border-color : #e9ecef #e9ecef #dee2e6;
}

.k-subpagesMenu li.nav-item.active {
    background-color : transparent;
    border           : none;
}

.k-subpagesMenu .nav-link svg {
    transition : transform 300ms;
}

.k-subpagesMenu .nav-link:hover svg {
    transform : translateY(-5px);
}

.k-subpagesMenu .nav-link.active svg path.cls-1,
.k-redicon svg path.cls-1 {
    fill : #d7282f !important;
}

.k-subpageIcon {
    width          : 65px;
    display        : inline-block;
    vertical-align : middle;
    position       : relative;
}

.k-subpageIcon:after {
    content          : '';
    width            : 59px;
    height           : 3px;
    bottom           : -5px;
    left             : 0;
    right            : 0;
    position         : absolute;
    display          : block;
    border-radius    : 50%;
    background-color : #00000061;
    z-index          : 0;
    filter           : blur(1.4px);
}

.k-subpageTitle {
    font-weight    : 100;
    font-size      : 18px;
    color          : #000000;
    text-transform : uppercase;
    display        : inline-block;
    vertical-align : middle;
    margin-left    : 20px;
}


#timeline-content {
    padding    : 50px 10px;
    min-height : 500px;
}

.k-timeline {
    border-top      : 3px solid #000000;
    position        : relative;
    padding         : 0 40px;
    list-style      : none;
    text-align      : left;
    margin          : 0;
    display         : flex;
    justify-content : space-evenly;
}

.k-timeline:before,
.k-timeline:after,
.k-timeline .k-event:after {
    content            : '';
    -webkit-box-shadow : 0 0 0 3px #000000;
    box-shadow         : 0 0 0 3px #000000;
    background         : #ffffff;
    border-radius      : 50%;
    height             : 9px;
    width              : 9px;
    position           : absolute;
}

.k-timeline:before {
    left : -10px;
    top  : -6px;
}

.k-timeline:after {
    right : -10px;
    top   : -6px;
}

.k-timeline h2 {
    font-weight   : 100;
    font-size     : 15px;
    margin-bottom : 10px;
    position      : absolute;
    width         : max-content;
    top           : -40px;
    left          : 50%;
    transform     : translateX(-50%);
    margin-left   : -45px;
}

.k-timeline .k-event {
    padding-bottom : 25px;
    position       : relative;
    cursor         : pointer;
    width          : 180px;
}

.k-timeline .k-event:after {
    height     : 12px;
    width      : 12px;
    background : #808080;
    top        : -8px;
    left       : 30px;
}

.k-timeline .k-event.active:after {
    background : #cf1f25;
}

.k-timeContent {
    display      : none;
    position     : absolute;
    left         : 39px;
    top          : 30px;
    padding-left : 10px;
    border-left  : 1px solid red;
    transition   : all 400ms;
    overflow     : hidden;
}

.k-timeInner {
    width : 450px;
}

.k-event:last-child .k-timeInner {
    width : 270px;
}

.k-event.active .k-timeContent {
    display            : block;
    animation-duration : 500ms;
    animation-name     : open;
}

.k-timeContent ul {
    padding-left : 20px;
    margin       : 0;
}

.k_fixBackground {
    /*background-attachment : fixed !important;*/
}

.post-password-protected h1 {
    padding : 50px 0;
}

.post-password-required {
    text-align : center;
}

input#pw-weak {
    display : inline-block;
}

#resetpassform .user-pass1-wrap .pw-weak label {
    display    : inline !important;
}

@keyframes open {
    from {
        opacity : 0;
        width   : 0;
    }
    to {
        opacity : 1;
        width   : 450px;
    }
}

.elementor-slideshow__header i.eicon-frame-expand {
    display : none;
}

.elementor-slideshow__header i.eicon-zoom-in-bold {
    display : none;
}

@media (max-width : 1440px) {
    .k-event:last-child .k-timeInner {
        width : 170px;
    }

    .k-event:nth-last-child(2) .k-timeInner {
        width : 320px;
    }

}

@media (max-width : 991px) {
    .k-leftRedBorder {
        border : none;
    }

    .k-navbar {
        background-position : 80% center !important;
        background-size     : contain !important;
    }

    .kmenu-container {
        box-shadow : 3px 3px 3px rgba(0, 0, 0, 0.35);
        max-width  : unset;
    }

    .k-backItem {
        display : none !important;
    }

    .k-mainmenu.container {
        max-width : unset;
    }

    .k-menu-item {
        margin-bottom : 20px;
    }

    .kmenu-header-right {
        display : none;
    }

    .k-mainmenu .kmenu-grey {
        border-radius : 0;
    }

    .kmenu-grey {
        border-radius    : 0;
        background-color : #ffffff;
        margin-top       : -1px;
    }

    .k-welcomepage .kmenu-grey.kmenu-left {
        border-radius : 20px 20px 0 0;
    }

    .k-timeline {
        border-left    : 3px solid #000000;
        border-top     : none;
        padding        : 50px 20px;
        flex-direction : column;
    }

    .k-timeline:before {
        left : -6px;
        top  : 0;
    }

    .k-timeline:after {
        left   : -6px;
        bottom : 0;
        top    : unset;
        right  : unset;
    }

    .k-timeline h2 {
        position    : static;
        transform   : none;
        margin-left : 10px;
    }

    .k-timeline .k-event {
        padding-bottom : 25px;
        position       : relative;
        width          : unset;
    }

    .k-timeline .k-event:after {
        left : -27px;
        top  : 0;
    }

    .k-timeContent {
        display      : block;
        position     : static;
        min-width    : unset;
        max-width    : 100%;
        padding-left : 10px;
        border-left  : none;
        max-height   : 0;
        transition   : max-height 0.15s ease-out;
        overflow     : hidden;
    }

    .k-event.active .k-timeContent {
        display            : block;
        animation-duration : 500ms;
        animation-name     : unset;
        max-height         : 1000px;
        transition         : max-height 400ms ease-in;
    }

    .k-timeInner {
        width : unset;
    }

    .k-event:nth-last-child(2) .k-timeInner {
        width : unset;
    }

    .k-event:last-child .k-timeInner {
        width : unset;
    }

    .k-subpagesContainer .tab-pane {
        display : block;
    }

    .nav-tabs.k-subpagesMenu:before {
        content : none;
    }

    .nav-tabs.k-subpagesMenu {
        justify-content : space-between;
    }

    .nav-tabs.k-subpagesMenu > li {
        flex : 1 1 50%;
    }

    .k-footer-menu {
        border-left : none;
    }

    .k-footer-menu.k-footer1 {
        margin-bottom : 20px;
    }

    .k-footer-social {
        align-content   : flex-end;
        justify-content : flex-end;
    }


    .k-navbar .container {
        max-width : unset;
    }
}

@media (max-width : 767px) {
    .k-popupNumber:after {
        border-right  : none;
        border-bottom : 2px solid #ffffff;
        height        : 100%;
        width         : 100%;
        top           : 0;
        left          : 50%;
        transform     : translateX(-50%);
    }

    .k-popupText {
        max-width : unset;
    }

    .k-dikaiologitika .k-popExternalContainer:nth-last-child(2) .k-popContainer,
    .k-paroxes .k-popExternalContainer:nth-last-child(2) .k-popContainer {
        border-bottom : 2px solid #4d4d4d
    }

    .k-popupNumber {
        padding : 0 0 20px;
    }

    .k-popupContent {
        padding : 50px 0 0;
    }

    .k-navbar {
        padding : 0;
        height  : 60px;
    }

    .k-navbar-brand {
        width   : 220px;
        display : block;
    }

    .k-menu-item {
        padding : 0;
    }
}

@media (max-width : 575px) {
    .k-navbar {
        height              : 50px;
        background-position : 75% center !important;
    }

    .k-event:last-child .k-timeContent {
        min-width : unset;
    }

    .nav-tabs.k-subpagesMenu .nav-link {
        padding : 5px;
    }

    .k-subpageTitle {
        font-size   : 15px;
        margin-left : 10px;
    }

    .k-subpageIcon {
        width : 40px;
    }

    .k-subpageIcon svg {
        width : 37px;
    }

    .k-navbar-brand {
        width : 180px;
    }
}

/* FORM */
.k-onboardDikaiologitika .frm_style_k-onboardform.with_frm_style .form-field {
    margin-bottom : 0;
    position      : relative;
    padding       : 30px 0;
}

.k-onboardDikaiologitika .frm_style_k-onboardform.with_frm_style .form-field:nth-child(even) {
    border-right : 2px solid #cf1f25;
}

.k-onboardDikaiologitika .with_frm_style .frm_top_container .frm_primary_label {
    margin     : 0 auto 15px;
    text-align : center;
    max-width  : 250px;
}

.k-onboardDikaiologitika .frm_dropzone.frm_single_upload {
    max-width : 250px;
    margin    : 0 auto;
}

.k-onboardDikaiologitika .frm_style_k-onboardform.with_frm_style .form-field:before {
    content       : '';
    border-bottom : 2px solid #4d4d4d;
    width         : 90%;
    position      : absolute;
    bottom        : 0;
    left          : 50%;
    transform     : translateX(-50%);
}