/*
Theme Name: Artware
Theme URI: https://artware.gr/web-design/
Author: Artware Developer Team
Author URI: https://artware.gr/
Version: 3.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: act-theme
*/

@font-face{
    font-family: fontawesome;
    font-weight: 400;
    src: url(//velakis.gr/wp-content/themes/artware/fonts/fontawesome-webfont.woff) format('woff');
}

/*** BASIC ***/
:root{
	--main-color: #b39769;
  --seco-color: #d1d0d6;
  --dark-color: #14171b;
  --darker-color: #0b0d10;
  --light-color: #dbdae1;
  --links-hover: #fff;
  --site-width: 100%;
  --global-font: 'Montserrat';
  --global-subfont: 'Playfair Display';
  --global-txtfont: 'Montserrat';
}

::-moz-selection{
  color: #fff;
  background-color:var(--main-color);
}

::selection{
  color: #fff;
  background-color: var(--main-color);
}

::-webkit-input-placeholder{
	color:#222;
	font-size:14px;
	opacity:1;
}

::-moz-placeholder{
	color:#222;
	font-size:14px;
	opacity:1;
}

:-ms-input-placeholder{
	color:#222;
	font-size:14px;
	opacity:1;
}

::placeholder{
	color:#222;
	font-size:14px;
	opacity:1;
}

*,*:before,*:after{
	box-sizing:inherit;
}

*:focus,*:active{
	-webkit-tap-highlight-color:transparent;
  outline: 0;
}

html{
	box-sizing:border-box;
}

body{
	margin:0;
	background-color:#fff;
}

p{
	margin:0;
	padding:0 0 15px;
}

a{
	color:var(--main-color);
	text-decoration:none;
}

a:hover{
	color:var(--links-hover);
	text-decoration:none;
}

ul{
	margin:0;
	list-style-type:none;
}

div,p,strong,li,ul,a,span,h1,h2,h3,h4,h5,h6{
	font-family:var(--global-font);
	font-weight:400;
}

strong{
	font-weight:bold;
}

header{
	width:100%;
	display:flex;
	margin:0 auto;
  position:absolute;
  justify-content:center;
  padding-top:30px;
}

header #logo{
  z-index: 999;
}




footer{
	display:flex;
  flex-direction:column;
}

footer .footer-top{
  width:100%;
	background-color: var(--dark-color);
  padding:100px 0 90px;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap:wrap;
  justify-content:center;
}

footer .footer-top-tit{
  font-size: 71px;
  text-align: center;
  margin: 50px 0 10px;
  line-height: 83px;
  font-weight: bold;
  color: var(--main-color);
}

footer .footer-top-sub{
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--seco-color);
  letter-spacing: 1px;
}

footer .footer-top-txt{
  font-family: var(--global-txtfont);
  font-size: 11px;
  line-height: 21px;
  color: var(--seco-color);
  max-width: 280px;
  text-align: center;
}

footer .footer-top-con{
  display: flex;
  margin-top: 50px;
  width: 100%;
}

footer .footer-top-con-left{
  width: 50%;
  text-align: right;
  padding-right: 25px;
  border-right: 1px solid var(--main-color);
  padding-bottom: 70px;
}

footer .footer-top-con-left-cit{
  color: var(--main-color);
  font-size: 32px;
  font-weight: bold;
  line-height: 31px;
  margin: 20px 0 15px;
}

footer .footer-top-con-left-tel a{
  color: var(--seco-color);
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
}

footer .footer-top-con-left-tit{
  margin-top: 25px;
  color: var(--seco-color);
  font-family: var(--global-txtfont);
  font-size: 12px;
}

footer .footer-top-con-left-sin a{
  text-transform: uppercase;
  color: var(--seco-color);
  font-weight: bold;
  letter-spacing: 1px;
}

footer .footer-top-con-left-tit{
  margin-top: 25px;
  color: var(--seco-color);
  font-family: var(--global-txtfont);
  font-size: 12px;
}

footer .footer-top-con-left-sin{
  color: var(--seco-color);
  font-weight: bold;
  letter-spacing: 1px;
}

footer .footer-top-con-right{
  width: 50%;
  text-align: left;
  padding-left: 25px;
  padding-bottom: 70px;
}

footer .footer-top-con-right-cit{
  color: var(--main-color);
  font-size: 32px;
  font-weight: bold;
  line-height: 31px;
  margin: 20px 0 15px;
}

footer .footer-top-con-right-tel a{
  font-size: 19px;
  font-weight: bold;
  color: var(--seco-color);
  letter-spacing: 1px;
}

footer .footer-top-con-right-tit{
  margin-top: 25px;
  color: var(--seco-color);
  font-family: var(--global-txtfont);
  font-size: 12px;
}

footer .footer-top-con-right-sin a{
  text-transform: uppercase;
  color: var(--seco-color);
  font-weight: bold;
  letter-spacing: 1px;
}

footer .footer-top-con-right-tit{
  margin-top: 25px;
  color: var(--seco-color);
  font-family: var(--global-txtfont);
  font-size: 12px;
}

footer .footer-top-con-right-sin{
  color: var(--seco-color);
  font-weight: bold;
  letter-spacing: 1px;
}

footer .footer-top-col-left-soc a{
  position: relative;
  width: 20px;
  margin-right: 0;
  display: inline-block;
}

footer .footer-top-col-left-soc a.fb{
  margin-right: 15px;
}

footer .footer-top-col-left-soc a::before{
  font-family: fontawesome;
  font-size: 25px;
  position:absolute;
  left: 0;
  right: 0;
}

footer .footer-top-col-left-soc a.fb::before{
  content:'\f09a';
  font-size: 22px;
  top:2px;
}

footer .footer-top-col-left-soc a.in::before{
  content:'\f16d';
}

footer .footer-top-col-left-soc a.lk::before{
  content:'\f0e1';
}

footer .footer-top-col-left-soc a.ma::before{
  content:'\f003';
}

footer .footer-top-but{
  margin-top: 45px;
}

footer .footer-top-but a{
  border: 1px solid rgba(255,255,255,.3);
  padding: 10px 40px;
  font-size: 14px;
  letter-spacing: 1px;
}





footer .footer-bot{
  width:100%;
	background-color: var(--darker-color);
  padding:50px 0;
  display: flex;
  flex-wrap:wrap;
  justify-content:center;
}



footer .footer-bot-left{
  text-align: right;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

footer .footer-bot-left-tit{
  font-family: var(--global-subfont);
  color: var(--main-color);
  font-size: 50px;
}

footer .footer-bot-left-sub{
  color: var(--seco-color);
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 1px;
}

footer .footer-bot-left-txt{
  font-family: var(--global-txtfont);
  font-size: 11px;
  line-height: 21px;
  color: #c3c7d1;
  max-width: 230px;
  padding: 15px 0;
}

footer .footer-bot-left-lnk {
    margin-bottom: 5px;
}

footer .footer-bot-left-lnk a{
  color: #687083;
  font-weight:bold;
  transition: color .3s;
  letter-spacing: 1px;
  font-size: 12px;
}

footer .footer-bot-left-lnk a:hover{
  color: var(--main-color);
  transition: color .3s;
}

footer .footer-bot-left-nmb{
  height:30px;
}

footer .footer-bot-left-bar{
  height:15px;
}





footer .footer-bot-middle{
  text-align: center;
  padding:0 100px;
  align-items: center;
  display: flex;
  flex-direction: column;
}

footer .footer-bot-middle-tit{
  font-family: var(--global-subfont);
  color: var(--main-color);
  font-size: 50px;
}

footer .footer-bot-middle-sub{
  color: var(--seco-color);
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 1px;
}

footer .footer-bot-middle-txt{
  font-family: var(--global-txtfont);
  font-size: 11px;
  line-height: 21px;
  color: #c3c7d1;
  max-width: 230px;
  padding: 15px 0;
}

footer .footer-bot-middle-lnk {
    margin-bottom: 6px;
}

footer .footer-bot-middle-lis{
  display:flex;
}

footer .footer-bot-middle-lis a{
  color: #687083;
  font-weight:bold;
  transition: color .3s;
  font-size: 12px;
}

footer .footer-bot-middle-lis a:hover{
  color: var(--main-color);
  transition: color .3s;
}

footer .footer-bot-middle-lis-left{
  text-align: right;
  width: 50%;
  padding-right: 24px;
  border-right: 1px solid var(--main-color);
  max-width: 280px;
}

footer .footer-bot-middle-lis-left-lnk{
  margin-bottom: 13px;
  line-height: 14px;
}

footer .footer-bot-middle-lis-left-lnk:last-child{
  margin-bottom: 0px;
}

footer .footer-bot-middle-lis-right{
  text-align: left;
  width: 50%;
  padding-left: 25px;
  max-width: 280px;
}

footer .footer-bot-middle-lis-right-lnk{
  margin-bottom: 13px;
  line-height: 14px;
}

footer .footer-bot-middle-lis-right-lnk:last-child{
  margin-bottom: 0px;
}

footer .footer-bot-middle-bar{
  height:15px;
}



footer .footer-bot-right{
  text-align: left;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

footer .footer-bot-right-tit{
  font-family: var(--global-subfont);
  color: var(--main-color);
  font-size: 50px;
}

footer .footer-bot-right-sub{
  color: var(--seco-color);
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 1px;
}

footer .footer-bot-right-txt{
  font-family: var(--global-txtfont);
  font-size: 11px;
  line-height: 21px;
  color: #c3c7d1;
  max-width: 230px;
  padding: 15px 0;
}

footer .footer-bot-right-lnk {
    margin-bottom: 6px;
}

footer .footer-bot-right-lnk a{
  color: #687083;
  font-weight:bold;
  transition: color .3s;
  font-size: 12px;
}

footer .footer-bot-right-lnk a:hover{
  color: var(--main-color);
  transition: color .3s;
}

footer .footer-bot-right-nmb{
  height:25px;
}

footer .footer-bot-right-bar{
  height:15px;
}



footer .footer-copy{
  background-color: var(--dark-color);
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

footer .footer-copy-left{
  color: var(--seco-color);
  font-family: var(--global-txtfont);
  font-size: 11px;
}

footer .footer-copy-left a{
  color: var(--main-color);
  font-family: var(--global-txtfont);
  font-size: 11px;
}

footer .footer-copy-right{
  color: var(--seco-color);
  font-family: var(--global-txtfont);
  font-size: 11px;
}

footer .footer-copy-right a{
  color: var(--main-color);
  font-family: var(--global-txtfont);
  font-size: 11px;
}



/*** VC FIXES ***/
.wpb_content_element{
	margin-bottom:0!important;
}

.vc_row-has-fill > .vc_column_container > .vc_column-inner{
	padding-top:0!important;
}

.vc_row{
	width:100%;
	max-width:var(--site-width);
	margin:0 auto!important;
}

.vc_row[data-vc-full-width="true"]{
	max-width:100%;
}

.vc_row[data-vc-full-width="true"] .wpb_wrapper{
	width:100%;
	margin: 0 auto;
}

.vc_row[data-vc-stretch-content="true"] .wpb_wrapper{
	max-width:100%;
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper{
	margin-right:0!important;
}





/*** CONTENT ***/
.clr{
	clear:both;
}

.hidden{
	display:none;
}

#main-content{
	width:100%;
	margin:0 auto;
}

.scrollToTop{
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9998;
    height: 45px;
    display: none;
    width: 45px;
}

.scrollToTop::after{
    content: '\f106';
    position: absolute;
    font-family: fontawesome;
    color: #fff;
    height: 45px;
    width: 45px;
    background-color: #ccc;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    transition: all .5s;
}

.ft-inner{
	width:100%;
	max-width:var(--site-width);
	margin:0 auto;
}










/*** MENU ***/
.menu-but{
  width: 60px;
  height: auto;
  position: fixed;
  z-index: 99999;
  background-color: transparent;
  right: 30px;
  top: 30px;
  cursor:pointer;
}

.menu-but-bar{
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  margin-bottom: 10px;
  opacity:1;
  transform: rotate(0deg);
  transition: all .3s ease-out;
}

.menu-but.menu-op .bar1{
  transform: rotate(-45deg);
  transform-origin: center;
  transition: all .3s ease-out;
  top: 12px;
  position: relative;
}

.menu-but.menu-op .bar2{
  opacity:0;
}

.menu-but.menu-op .bar3{
  transform: rotate(45deg);
  transform-origin: center;
  transition: all .3s ease-out;
  bottom: 12px;
  position: relative;
}

.menu-but .menu-but-txt {
  height: 20px;
  overflow: hidden;
}

.menu-but-txt-inner{
  color: var(--light-color);
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 20px;
  transition: all .5s;
  text-align: center;
}

.menu-but.menu-op .menu-but-txt-inner{
  transform: translateY(-20px);
  transition: all .5s;
}





#the-menu .menu-pre{
  width:100%;
  height:100%;
  position:fixed;
  top:100vh;
  left:0;
  z-index:9998;
  background-color:var(--seco-color);
  display:flex;
  flex-direction:column;
  text-align:center;
  align-items:center;
  transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

#the-menu.menu-op .menu-pre{
  top:0vh;
  transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

#the-menu .menu-pre2{
  width:100%;
  height:100%;
  position:fixed;
  top:100vh;
  left:0;
  z-index:9999;
  background-color:var(--main-color);
  display:flex;
  flex-direction:column;
  text-align:center;
  align-items:center;
  transition:all 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
}

#the-menu.menu-op .menu-pre2{
  top:0vh;
  transition:all 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
}




#the-menu .the-menu{
  width:100%;
  height:100%;
  position:fixed;
  top:100vh;
  left:0;
  z-index:9999;
  background-color:var(--dark-color);
  display:flex;
  flex-direction:column;
  text-align:center;
  align-items:center;
  overflow-y: auto;
  transition:all 1s cubic-bezier(0.23, 1, 0.32, 1) .3s;
}

#the-menu.menu-op .the-menu{
  top:0vh;
  transition:all 1s cubic-bezier(0.23, 1, 0.32, 1) .3s;
}

#the-menu.menu-op .the-menu-tit{
  line-height: 56px;
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) .5s;
}

#the-menu.menu-op .the-menu-men-sin{
  line-height: 27px;
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) .5s;
}

#the-menu.menu-op .the-menu-men-sub-lef-sin{
  line-height: 18px;
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) .5s;
}

#the-menu.menu-op .the-menu-men-sub-rig-sin{
  line-height: 18px;
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) .5s;
}

#the-menu.menu-op .the-menu-men-sub::after{
  height:100%;
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) 1s;
}

#the-menu.menu-op .the-menu-men-sub::after{
  height:100%;
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) 1s;
}





#the-menu .the-menu-logo{
  margin-top:30px;
}

#the-menu .the-menu-tit{
  color:var(--main-color);
  margin-top: 100px;
  font-size: 48px;
  font-weight: bold;
  height: 56px;
  line-height: 200px;
  overflow: hidden;
  min-height:60px;
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) .3s;
}

#the-menu .the-menu-men{
  margin-top: 20px;
  width: 100%;
}

#the-menu .the-menu-men-sin{
  margin-bottom: 15px;
  overflow: hidden;
  height: 25px;
  line-height: 155px;
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) .35s;
}

#the-menu .the-menu-men-sin span{
  color:var(--main-color);
  font-weight:bold;
  font-family:var(--global-subfont);
  font-size: 19px;
  margin-right: 3px;
}

#the-menu .the-menu-men-sin a{
  color:var(--seco-color);
  font-weight:bold;
  letter-spacing: 2px;
}

#the-menu .the-menu-men-sub-lef-sin a{
  color:var(--seco-color);
  font-weight:bold;
  letter-spacing: 1px;
}

#the-menu .the-menu-men-sub-rig-sin a{
  color:var(--seco-color);
  font-weight:bold;
  letter-spacing: 1px;
}

#the-menu .the-menu-men-sub{
  display: flex;
  margin: 20px 0;
  width: 100%;
  position:relative;
}

#the-menu .the-menu-men-sub::after{
  content:'';
  width:1px;
  background-color:var(--main-color);
  position:absolute;
  left:0;
  right:0;
  margin:0 auto;
  height:0%;
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) .8s;
}

#the-menu .the-menu-men-sub-lef{
  width: 50%;
  text-align: right;
  padding-right: 20px;
}

#the-menu .the-menu-men-sub-lef-sin{
  margin-bottom:10px;
  overflow: hidden;
  height: 25px;
  line-height: 155px;
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) .4s;
}

#the-menu .the-menu-men-sub-lef .the-menu-men-sub-lef-sin:first-child{
	height: 44px;
}

#the-menu .the-menu-men-sub-rig{
  width: 50%;
  text-align: left;
  padding-left: 20px;
}

#the-menu .the-menu-men-sub-rig-sin{
  margin-bottom:10px;
  overflow: hidden;
  height: 25px;
  line-height: 155px;
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) .4s;
}

#the-menu .the-menu-men-sub-rig .the-menu-men-sub-rig-sin:first-child{
	height: 44px;
}







/*** CUSTOM CSS ***/
#row-01{
    height:65vh;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    font-family:var(--global-font);
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
    position:relative;
}

#row-01 .row-01{
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 150px auto 0;
}

#row-01 .row-01-tit{
    color:var(--main-color);
    font-size: 60px;
    line-height: 56px;
    font-weight: bold;
    max-width: 700px;
}

#row-01 .row-01-tit span{
    font-family: var(--global-subfont);
    font-weight: bold;
}

#row-01 .row-01-sub{
    color: var(--seco-color);
    font-size: 17px;
    line-height: 23px;
    margin: 20px auto;
    padding: 0 40px;
    font-weight: bold;
    max-width: 470px;
    letter-spacing:1px;
}

#row-01 .row-01-but{
    margin-top: 20px;
}

#row-01 .row-01-but a{
    border: 1px solid rgba(255,255,255,.3);
    padding: 10px 40px;
    font-size: 14px;
    letter-spacing: 1px;
}

#row-01 .row-01-brd{
  margin: 50px 0 70px;
}

#row-01 .row-01-brd span{
  font-weight:bold;
  color:#fff;
}

#row-01 .row-01-brd a{
  font-weight:bold;
  color:#fff;
}

#row-01 .row-01-brd span > span > a{
  margin-right:15px;
}

#row-01 .row-01-brd span > span > span{
  color:var(--main-color);
  margin-left:15px;
}

#row-01 .row-01-brd .breadcrumb_last{
  display:none!important;
}

#row-01 .header-nav{
  position:absolute;
  bottom:0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#row-01 .alignright{
  padding: 25px 70px 24px 30px;
  background-color: var(--seco-color);
  max-width: 350px;
  display: flex;
  align-items: center;
  text-align: right;
  position:relative;
  background-image: url(https://velakis.gr/wp-content/uploads/2019/02/arrow-39x20px.svg);
  background-size: 39px 20px;
  background-repeat: no-repeat;
  background-position: right 15px center;
}

#row-01 .alignleft{
  padding: 25px 30px 24px 70px;
  background-color: var(--seco-color);
  max-width: 350px;
  display: flex;
  align-items: center;
  text-align: left;
  position:relative;
  background-image: url(https://velakis.gr/wp-content/uploads/2019/02/arrow-left-39x20px.svg);
  background-size: 39px 20px;
  background-repeat: no-repeat;
  background-position: left 15px center;
}

#row-01 .alignright a,
#row-01 .alignleft a{
  color:var(--dark-color);
  line-height: 18px;
  font-weight:bold;
}

#row-01 .post-header-inf{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}

#row-01 .post-header-inf-upp{
  color:var(--main-color);
  padding-bottom:15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

#row-01 .post-header-inf-tit{
  color:var(--seco-color);
  font-size: 28px;
  font-weight: bold;
  line-height: 37px;
  padding: 20px 0;
}

#row-01 .post-header-inf-dat{
  color: var(--main-color);
font-size: 14px;
font-weight: bold;
}

#row-01 .post-header-lnk{
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}

#row-01 .single-next{
  padding: 25px 70px 24px 30px;
  background-color: var(--seco-color);
  max-width: 350px;
  display: flex;
  align-items: center;
  text-align: right;
  position: relative;
  background-image: url(https://velakis.gr/wp-content/uploads/2019/02/arrow-39x20px.svg);
  background-size: 39px 20px;
  background-repeat: no-repeat;
  background-position: right 15px center;
}

#row-01 .single-next a{
  color: var(--dark-color);
  line-height: 18px;
  font-weight: bold;
}

#row-01 .single-prev a{
  color: var(--dark-color);
  line-height: 18px;
  font-weight: bold;
}

#row-01 .single-prev{
  padding: 25px 30px 24px 70px;
  background-color: var(--seco-color);
  max-width: 350px;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  background-image: url(https://velakis.gr/wp-content/uploads/2019/02/arrow-left-39x20px.svg);
  background-size: 39px 20px;
  background-repeat: no-repeat;
  background-position: left 15px center;
}






/*** SOCIALS ***/
.fa-facebook,.fa-twitter,.fa-google,.fa-linkedin{
  position:relative;
}

.fa-facebook::before{
  content: '\f09a';
  font-family: fontawesome;
  font-size: 20px;
  transition:color .2s ease-out;
}

.fa-twitter::before{
  content: '\f099';
  font-family: fontawesome;
  font-size: 24px;
  position: relative;
  top: 1px;
  transition:color .2s ease-out;
}

.fa-google::before{
  content: '\f1a0';
  font-family: fontawesome;
  font-size: 21px;
  position: relative;
  left: -2px;
  transition:color .2s ease-out;
}

.fa-linkedin::before{
  content: '\f0e1';
  font-family: fontawesome;
  font-size: 22px;
  position: relative;
  left: -4px;
  transition:color .2s ease-out;
}

.fa-facebook:hover::before,.fa-twitter:hover::before,.fa-google:hover::before,.fa-linkedin:hover::before{
  color:#545454;
  transition:color .2s ease-out;
}




/*** RESPONSIVE ***/
@media only screen and (min-width:1920px) {
	.vc_row-no-padding {position:static !important;}
}

@media (max-width:1220px){
  footer .footer-bot-middle {padding:0 50px;}
}

@media (max-width:1130px){
  footer .footer-bot-middle-lis {flex-direction: column;max-width: 280px;}
  footer .footer-bot-middle-lis-left {width:100%;max-width:none;padding: 0;text-align: center;border:0;}
  footer .footer-bot-middle-lis-right {width:100%;max-width:none;padding: 0;text-align: center;}
}

@media (max-width:860px){
  footer .footer-bot {flex-direction: column;}
  footer .footer-bot-left {align-items: center;text-align: center;}
  footer .footer-bot-middle {margin: 40px 0;}
  footer .footer-bot-right {align-items: center;text-align: center;}
}

@media (max-width:740px){
  #row-01 .post-header-lnk {display:none;}
}

@media (max-width:600px){
  #row-01 .row-01-tit {font-size:10vw;line-height:10vw;}
}

@media (max-width:560px){
  footer .footer-top-tit {font-size: 11vw;line-height: 11vw;}
  #row-01 .row-01-brd {margin: 60px 0 30px!important;}
}

@media (max-width:520px){
  #the-menu .the-menu-men-sub {flex-direction:column;}
  #the-menu .the-menu-men-sub-lef {width:100%;text-align:center;padding-right:0;max-width:none;}
  #the-menu .the-menu-men-sub-rig {width:100%;text-align:center;padding-left:0;max-width:none;}
  #the-menu.menu-op .the-menu-men-sub::after {display:none;}
}

@media (max-width:420px){
  footer .footer-top-con {flex-direction: column;margin-top: 20px;padding: 0 40px;}
  footer .footer-top-con-left {width:100%;border-right:0;text-align:center;padding:0;}
  footer .footer-top-con-right {width:100%;padding-left:0;text-align: center;margin-top: 40px;padding-bottom: 40px;}
  #row-01 .alignleft{max-width: 50%;padding: 25px 20px 24px 70px;}
  #row-01 .alignright{max-width: 50%;padding: 25px 70px 24px 20px;}
}

footer a[href="https://velakis.gr/blog/"],
footer a[href*="/blog/"] {
    display: none !important;
}

footer .footer-bot-right-lnk:has(a[href*="/blog/"]) {
    display: none !important;
}



