@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Ysabeau+Office:ital,wght@0,1..1000;1,1..1000&display=swap');

@font-face {
  font-family: 'MontserratZ';
  src: url('/wp-content/themes/lioncode/assets/fonts/MontserratZ-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratZ';
  src: url('/wp-content/themes/lioncode/assets/fonts/MontserratZ-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratZ';
  src: url('/wp-content/themes/lioncode/assets/fonts/MontserratZ-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratZ';
  src: url('/wp-content/themes/lioncode/assets/fonts/MontserratZ-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratZ';
  src: url('/wp-content/themes/lioncode/assets/fonts/MontserratZ-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratZ';
  src: url('/wp-content/themes/lioncode/assets/fonts/MontserratZ-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratZ';
  src: url('/wp-content/themes/lioncode/assets/fonts/MontserratZ-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratZ';
  src: url('/wp-content/themes/lioncode/assets/fonts/MontserratZ-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratZ';
  src: url('/wp-content/themes/lioncode/assets/fonts/MontserratZ-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}



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

/* ============================= GLOBAL ================================== */

html, b, p, span, li, a, table, td, tr, input, div{
    font-family: 'MontserratZ', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'MontserratZ', serif !important;
    font-weight: 700 !important;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 200px;
}

#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon, .wp-admin-bar-arrow {
    font: normal 20px/1 dashicons !important;
}

::-moz-selection { /* Code for Firefox */
    color: var(--primcol);
    background: var(--linkcol);
}

::selection {
    color: var(--primcol);
    background: var(--linkcol);
}

::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: var(--seccol);
}

a {
    color: var(--linkcol) !important;
    text-decoration: none !important;
    transition: 0.3s ease all;
}

a:hover {
    color: var(--seccol) !important;
    text-decoration: none;
    transition: 0.3s ease all;
}


.hideThis {
    display: none;
}

p, section ul li {
    color: var(--parcol) !important;  
}

ul, ol {
    margin: 0 !important;
}

ul li, ol li{
    margin: 10px 0;
}

blockquote {
    position: relative;
}
blockquote::before{
    background-image: url(/wp-content/themes/lioncode/assets/img/quote-before.svg);
    background-size: 40px 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "";
}

blockquote::after {
    background-image: url(/wp-content/themes/lioncode/assets/img/quote-after.svg);
    background-size: 40px 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "";
}




/* ============================= BASIC HEADING STYLES ================================== */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--headcol) !important;
    font-weight: normal !important;
}

/* Desktop */

h1, .h1 {
    font-size: 3rem !important; 
    line-height: 1.2 !important;
}

h2, .h2 {
    font-size: 2.75rem !important;
    line-height: 1.3 !important;
}

h3, .h3 {
    font-size: 2.5rem !important;
    line-height: 1.4 !important;
}

h4, .h4 {
    font-size: 2rem !important;
    line-height: 1.4 !important;
}

h5, .h5 {
    font-size: 1.75rem !important;
    line-height: 1.5 !important;
}

h6, .h6 {
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
}

/* Tablets */

@media (max-width: 1024px) { 
    h1, .h1 {
    font-size: 2.5rem !important;
    }
    h2, .h2 {
    font-size: 2.25rem !important;
    }
    h3, .h3 {
    font-size: 1.875rem !important;
    }
    h4, .h4 {
    font-size: 1.625rem !important;
    }
    h5, .h5 {
    font-size: 1.375rem !important;
    }
    h6, .h6 {
    font-size: 1.125rem !important;
    }
}

/* Mobile */

@media (max-width: 768px) { 
    h1, .h1 {
    font-size: 2rem !important;
    }
    h2, .h2 {
    font-size: 1.75rem !important;
    }
    h3, .h3 {
    font-size: 1.5rem !important;
    }
    h4, .h4 {
    font-size: 1.25rem !important;
    }
    h5, .h5 {
    font-size: 1rem !important;
    }
    h6, .h6 {
    font-size: 0.875rem !important;
    }
}

/* ============================= SOCIAL ICONS ================================== */

.social a svg {
    width: 30px;
    height: 30px;
}

.social {
    display: flex;
    align-items: center;
}

.social a {
    text-decoration: none;
    margin-left: 2px;
    margin-right: 2px;
}

.social a svg path, .headericon .icon svg path {
    transition: 0.3s ease all;
    fill: var(--svgcol);
}

.social a:hover svg path, .headericon .icon:hover svg path {
    fill: var(--linkcol);
}


.headericon .icon svg {
    width: 24px;
    height: 24px;
}

/* ============================= SECTIONS GENERAL ================================== */

section, .section-padding {
    padding: 100px 0 !important;
    overflow: hidden;
}

.section-title {
    position: relative;
}

.section-bg {
    background: var(--primcol20) !important;
}

.section-title h2, 
.section-title h3, 
.section-title h4, 
.section-title h5, 
.section-title h6, 
#header-hero h1 {
    font-size: 40px !important;
    font-weight: 700 !important;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    color: var(--primcol);

}

@media (max-width: 767px) {
  /* Μόνο για κινητά */
  .section-title h3 {
    font-size: 30px !important;
  }
}


.section-title h2 span, .section-title h3 span, .section-title h4 span, .section-title h5 span, .section-title h6 span{
    color: var(--seccol);

}

.section-title h2 a, .section-title h3 a, .section-title h4 a, .section-title h5, .section-title h6 a {
    color: var(--primcol) !important;
}

.section-title h2 a:hover, .section-title h3 a:hover, .section-title h4 a:hover, .section-title h5 a:hover, .section-title h6 a:hover{
    color: var(--seccol) !important;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: var(--seccol);
}

.section-title-center {
    text-align: center;
    padding-bottom: 60px;
}

.section-title-center h2, .section-title-center h3, .section-title-center h4, .section-title-center h5, .section-title-center h6 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
}

.section-title-center h2:after, .section-title-center h3:after, .section-title-center h4:after, .section-title-center h5:after, .section-title-center h6:after {
    content: url('data:image/svg+xml,<svg width="224" height="12" viewBox="0 0 224 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.00007 11.7734L0.226563 5.99994L6.00007 0.22644L10.7736 4.99994L213.227 4.99994L218 0.22644L223.774 5.99994L218 11.7734L213.227 6.99994L10.7736 6.99994L6.00007 11.7734Z" fill="var(--svgcol)"/></svg>');
    position: absolute;
    display: block;
    top: 60%;
    left: 0;
    right: 0;
    margin: auto;
}

.section-title-center p {
    margin-bottom: 0;
    color: var(--primcol);
    text-align: center;
}

.section-title .big-title {
    font-size: 7em;
    font-weight: 700;
    text-align: center;
    color: var(--thirdcol40);
    position: absolute;
    left: 0;
    top: -90px;
    z-index: -1;
}


.section-counter {
    font-size: 100px;
    font-weight: 900;
    color: var(--seccol);
    float: left;
}

@media (max-width:767px) {

    section {
        padding: 50px 0 !important;
    }

    .section-title-center h2, .section-title-center h3, .section-title-center h4, .section-title-center h5, .section-title-center h6, .section-title p {
        font-size: 24px ;
    }

}


/* ============================= DEFAULT BUTTONS ================================== */

.btn-prm, a.btn-prm{
    background: var(--primcol) !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 35px !important;
    border-radius: 100px;
    border: 0;
    transition: all 0.25s ease-in-out;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.btn-prm2, a.btn-prm2{
    background: var(--primcol) !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px !important;
    border-radius: 100px;
    border: 0;
    transition: all 0.25s ease-in-out;
}

.btn-prm:hover, a.btn-prm:hover, .btn-prm2:hover, a.btn-prm2:hover  {
    background: var(--seccol) !important;
    color: var(--primcol) !important;
    transition: all 0.25s ease-in-out;
}

.btn-prm svg path, a.btn-prm svg path{
    fill: #fff !important;
}

.btn-scnd, a.btn-scnd, button.btn-scnd{
    background: var(--linkcol);
    color: var(--primcol) !important;
    font-size: 16px;
    padding: 15px 35px !important;
    border-radius: 100px;
    border: 0;
    transition: all 0.25s ease-in-out;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.btn-scnd:hover, a.btn-scnd:hover, button.btn-scnd:hover {
    background: var(--primcol) !important;
    color: var(--linkcol) !important;
    transition: all 0.25s ease-in-out;
}


.btn-brd, a.btn-brd{
    background: transparent;
    color: var(--primcol) !important;
    border: 1px solid var(--primcol);
    font-size: 16px;
    padding: 15px 35px !important;
    border-radius: 100px;
    transition: all 0.25s ease-in-out;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.btn-brd .icon svg, a.btn-brd .icon svg {
    width: 20px;
    height: 20px;
}

.btn-brd svg path, a.btn-brd svg path{
    fill: var(--svgcol) !important;
}

.btn-brd:hover, a.btn-brd:hover {
    background: var(--linkcol);
    color: var(--primcol) !important;
    transition: all 0.25s ease-in-out;
}


.btn-brd:hover svg path, a.btn-brd:hover svg path{
    fill: var(--seccol) !important;
}

/* ================================== */
/* HEADER 
/* ================================== */


/* ============================= HEADER ΟΝΕ SEARCH BAR ================================== */

.search_bar.header-search {
    position: relative;
}

.search_bar.header-search form input {
    width: 100%;
    border-radius: 5px;
    background: #D9D9D9;
    border: 0;
    padding: 10px;
}

.search_bar.header-search form input {
    width: 100%;
}

.search_bar.header-search button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border: 0 !important;
    margin: 0 15px;
    background: unset !important;
}


.search.headerSearch svg path {
    fill: var(--svgcol);
}


/* ============================= HEADER LOGO ================================== */

img.custom-logo, svg.custom-logo {
    max-height: 70px;
    width: auto;
    padding: 5px 0;
}


@media (max-width: 991px){

    img.custom-logo, svg.custom-logo {
        max-height: 55px;
        width: auto;
    }

    .headerTop .right .social {
        display: none;
    }

}


/* ============================= NAVIGATION ================================== */

/* Desktop Navigation */
.header-row .nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
  
.header-row .nav-menu > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
  
.header-row .nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 5px 13px 5px 13px;
}

.header-row .nav-menu > ul > li:first-child {
    padding-left: 0px;
}

.header-row .nav-menu a {
    display: block;
    color: var(--linkcol) !important;
    transition: 0.3s;
    font-size: 1rem;
    padding: 5px 0px;
    letter-spacing: 0px;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.header-row .nav-menu a:hover {
    color: var(--linkcol) !important;
    transition: all 0.5s ease-in-out;
}

.header-row .nav-menu > ul > li.current_page_item > .opener > a {
    font-weight: bold;
    color: var(--seccol);
}

.header-row .nav-menu > ul > li.current_page_item > a {
    font-weight: bold;
    color: var(--primcol) !important;
}

.header-row .nav-menu > li.current-menu-item a {
    color: var(--seccol) !important;
}

.header-row .nav-menu > ul > li.popup {
    background: var(--linkcol);
    border-radius: 10px;
    padding: 0 10px;
    box-shadow: 0px 7px 10px #00000066;
    transition: all 0.25s ease-in-out;
}

.header-row .nav-menu > ul > li.popup a {
    color: var(--seccol) !important;
}

.header-row .nav-menu > ul > li.popup svg {
    margin-right: 7px;
    transition: all 0.25s ease-in-out;
}

.header-row .nav-menu > ul > li.popup:hover {
    box-shadow: unset;
    transition: all 0.25s ease-in-out;
    background: var(--primcol);
}

.header-row .nav-menu > ul > li.popup:hover svg {
    transform: rotate3d(1, 1, 1, 360deg);
    transition: transform 1s ease-in-out;
}

.header-row .nav-menu > ul > li.current-page-ancestor a:before {
    content: "";
    width: 10px;
    height: 2px;
    background: var(--seccol);
    display: inline-block;
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -1px;
}

.header-row .nav-menu > ul > li.current-page-ancestor a:after {
    content: "";
    width: 10px;
    height: 2px;
    background: var(--seccol);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -1px;
    left: auto;
    bottom: auto;
}

.header-row .nav-menu > ul > li.current-page-ancestor > .opener a {
    color:var(--seccol);
}

.header-row .nav-menu > ul > li.current-page-ancestor .current_page_item a {
    color: var(--seccol);
}
  
.header-row .nav-menu a:hover:before, .header-row .nav-menu li:hover > a:before, .header-row .nav-menu .active > a:before {
    visibility: visible;
    width: 100%;
}
  
.header-row .nav-menu a:hover, .header-row .nav-menu .active > a, .header-row .nav-menu li:hover > a {
    color: var(--thirdcol);
}
  
.header-row .nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 5px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
    border-radius: 5px;
}
  
.header-row .nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
  
.header-row .nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}
  
.header-row .nav-menu .drop-down ul a {
    padding: 5px 20px;
    font-size: 0.9rem;
    text-transform: none;
    color: #2c4964;
}
  
.header-row .nav-menu .drop-down ul a:hover, .header-row .nav-menu .drop-down ul .active > a, .header-row .nav-menu .drop-down ul li:hover > a {
    color: var(--seccol);
}
  
.header-row .nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}
  
.header-row .nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}
  
.header-row .nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.header-row .nav-menu .drop-down:hover .opener > svg {
    transform: rotate(-90deg);
}

.header-row .nav-menu .drop-down .opener > svg {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    transition: 0.3s ease all;
    transform: rotate(-0deg);
}

.header-row .nav-menu .drop-down .drop-down .opener > svg {
    position: absolute;
    right: 15px;
}
  
@media (max-width: 1366px) {
    .header-row .nav-menu .drop-down .drop-down ul {
      left: -90%;
    }
    .header-row .nav-menu .drop-down .drop-down:hover > ul {
      left: -100%;
    }
    .header-row .nav-menu .drop-down .drop-down > a:after {
      content: "\ea9d";
    }

}

.header-row .nav-menu > ul > li.drop-down .subArrow {
    width: 20px;
    height: 20px;
    display: block;
    z-index: 99;
    position: relative;
}

.header-row .nav-menu > ul > li.drop-down .subArrow:before {
    content: "";
    width: 2px;
    height: 9px;
    background: var(--linkcol);
    display: block;
    transform: rotate(136deg);
    position: relative;
    left: 8px;
    top: 2px;
    transition:0.3s ease all;
}

.header-row .nav-menu > ul > li.drop-down .subArrow:after {
    content: "";
    width: 2px;
    height: 9px;
    background: var(--linkcol);
    display: block;
    transform: rotate(-136deg);
    position: relative;
    left: 8px;
    top: -1px;
    transition:0.3s ease all;
}

.header-row .nav-menu > ul > li.drop-down:hover .subArrow:before {
    width: 2px;
    height: 10px;
    transform: rotate(220deg);
    left: 12px;
    top: 6px;
}

.header-row .nav-menu > ul > li.drop-down:hover .subArrow:after {
    width: 2px;
    height: 10px;
    transform: rotate(-44deg);
    left: 6px;
    top: -4px;
}


/* ============================= Mobile Menu ================================== */

.mobile-nav .drop-down ul a {
    padding: 0px;
    font-size: 1.2rem;
    font-weight: 400 !important;
}

.mobile-nav .active .opener a{
    padding-bottom:0px;
}
  
.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    font-weight: bold !important;
}
  
.mobile-nav a {
    display: block;
    position: relative;
    color: var(--thirdcol) !important;
    padding: 8px 0px;
    margin: 5px 0;
    outline: none;
    text-decoration: unset;
    font-size: 20px;
    margin: 10px 0;
}
  
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: var(--seccol);
    text-decoration: none;
}

.mobile-nav .drop-down .opener {justify-content: space-between !important;}

.mobile-nav .current-page-ancestor .opener a {
    color: var(--seccol);
}
  


.mobile-nav .drop-down .opener > svg {
    padding: 5px;
    width: 30px;
    transition: 0.3s ease all;
    height: 35px;
    position: absolute;
    right: 0px;
}


.mobile-nav .current-page-ancestor .current_page_item a {
    color: var(--seccol);
}

.mobile-nav .drop-down .opener > svg path {
    fill: var(--thirdcol);
}
  
.mobile-nav .drop-down > a {
    padding-right: 35px;
  }
  
.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav li.drop-down.active > ul {
    display: block;
}
  
.mobile-nav .drop-down li {
    padding-left: 20px;
}
  
.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9998;
    top: 0;
    left: 0;
    position: fixed;
    background:rgb(255 255 255 / 65%);
    background-position: 100% 50%;
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
    backdrop-filter: blur(3px);
}  

.mobile-nav-overly span {
    position: fixed;
    top: 15px;
    right: 15px;
    color: var(--thirdcol);
    font-size: 1.25rem;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-times-circle:before {
    content: "\f00d";
    color: white;
}

.mobile-nav-overly i:hover {
    color: var(--seccol);
}

.mobile-nav-active {
    overflow: hidden;
}
  
.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}
  
.mobile-nav-active .mobile-nav-toggle span {
    color: var(--primcol);
}

.mobile-nav-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.mobile-nav-logo img {
    max-height: 100px;
    width: auto !important;
}


.mobile-nav li {
    border-bottom: 1px solid #aea29966;
    position: relative;
}

.mobile-nav li:last-child {
    border: none;
}

.mobile-nav .subArrow {
    width: 30px;
    height: 30px;
    display: block;
    z-index: 99;
    position: relative;
}

.mobile-nav .subArrow:before {
    content: "";
    width: 2px;
    height: 14px;
    background: var(--thirdcol);
    display: block;
    transform: rotate(136deg);
    position: relative;
    left: 20px;
    top: 4px;
    transition:0.3s ease all;
}



.mobile-nav .subArrow:after {
    content: "";
    width: 2px;
    height: 14px;
    background: var(--thirdcol);
    display: block;
    transform: rotate(-136deg);
    position: relative;
    left: 20px;
    top: 0px;
    transition:0.3s ease all;
}

.mobile-nav .drop-down ul li {
    border: none;
}







/* ============================= HEADER THREE ================================== */

.headerThree {
    backdrop-filter: blur(5px);
}

.headerThree .icons li {
    list-style: none;
    margin-right: 5px;
    margin-left: 5px;
}

.headerThree .icons li a {
    text-transform: uppercase;
    color: var(--primcol) !important;
    font-weight: 600;
}

/* .headerThree .icons li:first-child:after {
    content: "|";
    position: relative;
    left: 5px;
} */

.headerThree .icons li.current-lang a {
    color: var(--primcol) !important;
}

@media (max-width: 991px) {
    .middle-header.main-menu a.btn-prm {
        font-size: 12px;
        padding: 5px 15px !important;
        text-align: center;
    }

    .middle-header.main-menu a.btn-prm span.icon {
        display : none;
        
    }
}

/* ============================= HEADER HERO ================================== */


#header-hero {
    height: var( --headerheroheigh) !important;
    background-repeat: var( --headerherobgrepeat) !important;
    background-position: var( --headerherobgposition) !important;
    background-size: var( --headerherobgsize) !important;
    z-index: 0;
}

#header-hero .header-hero-overlay{
    z-index: 1;
}

#header-hero .header-hero-container{
    z-index: 2;
}

#header-hero h1 {
    font-size: 40px !important;
    text-wrap: balance !important;
    color: var( --headerherotextcolor) !important;
}

#header-hero h2 {
    font-size: 24px !important;
    font-weight: 300 !important;
    color: var( --headerherotextcolor) !important;
}

#header-hero .breadcrumbs {
    font-size: 18px;
    font-weight: 600;
}

#header-hero a, #header-hero .breadcrumbs a, #header-hero a time{
    color: var( --headerherolinkcolor) !important;
}

#header-hero .entry-meta{
    color: var( --headerherotextcolor);
}

#header-hero .breadcrumbs a svg path, #header-hero .breadcrumbs span svg path{
    fill: var( --headerherolinkcolor) !important;
}

#header-hero .breadcrumbs span {
    margin: 0 5px 0 5px;
    color: var( --headerherotextcolor);
}

.header-hero .breadcrumbs {
    margin-bottom: 25px;
}


@media (max-width: 991px) {


    #header-hero .breadcrumbs {
        font-size: 16px !important;
    }

    #header-hero h1 {
        font-size: 25px !important;
    }

    #header-hero h2 {
        font-size: 18px !important;
    }
    
}

@media (max-width: 576px) {


    #header-hero {
        height: 100% !important;
        padding: 100px 0 50px 0;
    }
    
    #header-hero .breadcrumbs {
        font-size: 12px !important;
    }

    #header-hero h1 {
        font-size: 20px !important;
        text-wrap: balance;
    }

    #header-hero .page-description p {
        font-size: 15px !important;
    }

}

/* ============================= RESPONSIVE FORM ================================== */

#responsive-form .contact-section-title {
    font-weight: 500;
    font-size: 1rem;
    color: var(--seccol);
    margin: 0;
}

#responsive-form label {
    color: var(--linkcol50);
    font-size: 14px;
    font-weight: 600;
}

#responsive-form span.wpcf7-radio {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin: 15px auto;
}

#responsive-form span.wpcf7-radio span.wpcf7-list-item {
    border: 1px solid var(--primcol);
    border-radius: 100px;
    padding: 15px 30px;
    min-width: 300px;
    margin: 0;
}

#responsive-form input[type="text"],
#responsive-form input[type="email"],
#responsive-form input[type="url"],
#responsive-form input[type="password"],
#responsive-form input[type="search"],
#responsive-form input[type="number"],
#responsive-form input[type="tel"],
#responsive-form input[type="range"],
#responsive-form input[type="date"],
#responsive-form input[type="month"],
#responsive-form input[type="week"],
#responsive-form input[type="time"],
#responsive-form input[type="datetime"],
#responsive-form input[type="datetime-local"],
#responsive-form input[type="color"],
#responsive-form textarea {
    color: var(--headcol);
    border: 0;
    border-bottom: 1px solid var(--primcol);
    border-radius: 0;
    padding: 20px 15px;
    margin: 10px auto;
    background: transparent;
    width: 100%;
}


#responsive-form button,
#responsive-form input[type="button"],
#responsive-form input[type="reset"],
#responsive-form input[type="submit"] {
    background: transparent;
    color: var(--primcol) !important;
    border: 1px solid var(--primcol);
    font-size: 16px;
    padding: 15px 35px !important;
    border-radius: 100px;
    transition: all 0.25s ease-in-out;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

#responsive-form button:hover,
#responsive-form input[type="button"]:hover,
#responsive-form input[type="reset"]:hover,
#responsive-form input[type="submit"]:hover  {
    background: var(--linkcol);
    color: var(--primcol) !important;
    transition: all 0.25s ease-in-out;
}

/* ============================= FOOTER THREE ================================== */

#footerThree{
    background: var(--footerbgcolor);
}

#footerThree .h1,
#footerThree .h2,
#footerThree .h3,
#footerThree .h4,
#footerThree .h5,
#footerThree .h6,
#footerThree h1,
#footerThree h2,
#footerThree h3,
#footerThree h4,
#footerThree h5,
#footerThree h6,
#footerThree p {
    color: var(--footertitlecolors) !important;
}

#footerThree a:not(.btn-prm, a.btn-prm) {
    color: var(--footerlinkcolors) !important;
}

#footerThree svg path {
    fill: var(--footersvgcolor) !important;
}

#footerThree .social a svg path {
    fill: var(--footersvgcolor);
}

.foot-widg ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.foot-widg ul li > ul {
    padding: 0 0 0 15px !important;
}

.foot-widg ul li {
    margin: 10px 0px;
}

#footerThree .social a svg path {
    transition: 0.3s ease all;
}

#footerThree .social a:hover svg path {
    fill: var(--svgcol);
}

.foot-widg .foot-3 ul#menu-footer-menu {
    display: inline-flex;
    flex-direction: row;
}

.foot-widg .foot-3 ul#menu-footer-menu li {
    padding: 0 15px 0 0;
}


#footerThree .btn-prm,
#footerThree a.btn-prm{
    background: var(--footerlinkcolors) !important;
}

#footerThree .btn-prm:hover,
#footerThree a.btn-prm:hover {
    background: var(--primcol) !important;
    color: var(--footerlinkcolors) !important;
    transition: all 0.25s ease-in-out;
}

/* ============================= Post Card Carousel ================================== */

.post-carousel #splide-carousel-list h3 a,
.post-carousel #splide-carousel-list .categories a {
    color: var(--headcol) !important;
}

.post-carousel #splide-carousel-list h3 a {
    font-size: 30px;
}

.post-carousel .splide__arrow {

    background: transparent;
    height: 50px;
    width: 50px;
}

.post-carousel .splide__arrow svg {
    fill: #000;
    height: 50px;
    width: 50px;
}

.post-carousel .splide__arrow--prev {
    right: 5em;
    left: unset;
}

.my-carousel-progress {
    background: #212121;
}

.my-carousel-progress-bar {
    background: #03D2FF;
    height: 2px;
    transition: width 400ms ease;
    width: 0;
}

@media (max-width: 991px) {

    .post-carousel #splide-carousel-list h3 a {
        font-size: 20px;
    }

    .post-carousel .post-content {
        background: #ffffff;
        border-radius: 2rem;
        margin-top: -50px;
        min-height: 340px;
    }

}



/* ============================= Menu modal ================================== */

.menumodal-nav li button {
    font-size: 16px !important;
    color: var(--headcol);
    transition: all 0.5s ease-in-out;
}

.menumodal-nav li button.active {
    color: var(--headcol);
    font-weight: 500 !important;
    border-bottom: 2px solid;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
}

.menu-section-title h3 {
    font-size: 25px !important;
    margin-bottom: 5px !important;
}

.menu-section-title p {
    font-size: 18px !important;
    font-weight: 300 !important;
}

.menu-section-element h3 {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.menu-section-element p {
    font-size: 16px !important;
    font-weight: 300 !important;
    font-style: italic;
}

.menu-section-element .the-price {
    font-size: 18px !important;
    font-weight: 700 !important;
}

.menu-section:nth-child(even)  {
    background : #F9F9FB;
}

.menu-section:nth-child(even) .menu-section-element  {
    background : #fff;
}

.menu-section:nth-child(odd) .menu-section-element  {
    background : #F9F9FB;
}

span.element-attr {
    background: var(--primcol);
    padding: 5px 10px;
    color: var(--linkcol);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    margin: 0 0 5px 0;
    float: left;
}

/* ============================= Vertical Post Feed ================================== */


.vertical_post_feed .the_post h3 {
    font-size: 30px !important;
}

.vertical_post_feed .the_post .categories a,
.vertical_post_feed .the_post h3 a {
    color: var(--headcol) !important;
}


@media (max-width: 991px) {

    .vertical_post_feed .the_post h3 a{
        font-size: 20px;
    }

    .vertical_post_feed .the_post .post-content {
        background: #ffffff;
        border-radius: 2rem;
        margin-top: -50px;
        min-height: 340px;
    }

}


/* ============================= Country Chooser Moadal ================================== */

#countrychooser.modal {
    backdrop-filter: blur(25px) !important;
}

#countrychooser .modal-content {
    background: url(/wp-content/themes/lioncode/assets/img/graph.svg), url(/wp-content/themes/lioncode/assets/img/world.svg), linear-gradient(90deg, #141822 0%, #373a3d 100%);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 50% 30%, 50% 50%, 100% 100%;
    border-radius: 15px;
}

#countrychooser .modal-header, #countrychooser .modal-footer {
    border: 0 !important;
}

.modal-backdrop {
    background-color: #212121 !important;
}

#countrychooser .modal .dropdown {
  z-index: 1056 !important; /* λίγο πάνω από το modal (1055) */
}

@media (min-width: 576px) {
    #countrychooser .modal-dialog {
        max-width: 1320px !important;
    }
}


/* =============================  Resposive Charts SVG Traders Page================================== */
.traders .traders-intro.traders-graphs .stat-item {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.traders .traders-intro.traders-graphs .stat-item svg {
  width: 100%;
  height: auto;
  max-width: 100%;
}


/* MOBILE MENU*/
@media (max-width: 991px) {
  #menu-drawer-opener {
    width: 45px !important;
    height: 40px !important;
  }
}



/* BUTTONS(LOW RISK, MEDIUM RISK, HIGH RISK)*/
@media (max-width: 768px) {
  .nav-pills.nav-fill {
    flex-direction: column !important;
  }

  .nav-pills.nav-fill .nav-item {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .nav-pills.nav-fill .nav-link {
    text-align: center;
    width: 100%;
  }
}


/*slider description mobile */
@media (max-width: 768px) {

    .testimonial-box-description {
    font-size: 10.5px !important;
}
  
  }

/* ============================= 404 ================================== */

section.error-404.not-found button.btn-prm {
    justify-self: center;
}

section.error-404.not-found h1 {
    font-size: 2rem !important;
    font-weight: 600 !important;
}

section.error-404.not-found h2 {
    font-size: 2rem !important;
    font-weight: 200 !important;
}