/*!
Theme Name: TST Techniki
Author: Antonis Papadakis
Author URI: https://antonispapadakis.com/
Version: 1.1.0
Requires PHP: 7.3
*/

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin: 0!important;
}

/* #masthead {
    border-bottom: 2px solid #1a4577;
} */

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

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        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;
}

a:visited {
	color: inherit;
}

.navbar a {
	padding: 10px;
	color: rgba(0,0,0,.7);
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	display: block;
}

.current-menu-item a, .navbar a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid;
}

.site-title {
	margin-top: 0;
	margin-bottom: 0;
}

.site-footer {
	padding: 30px 0;
	color: #414141;
	border-top: 2px solid #7e7e7e;
	background-color: #fff;
}

.site-footer ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.site-footer .col-title {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 17px;
}

.site-footer .custom-logo {
	width: 180px;
}

.site-footer li, .site-footer a, .site-footer a:hover {
	color: #000000;
}

.site-footer .current-menu-item a, .site-footer .navbar a:hover {
	border-bottom: 0;
}

.home-banner {
	height: 70vh;
	background-image: url(https://estiotechniki.gr/wp-content/uploads/2020/06/house-luxury-villa.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

header#masthead {
	position: relative;
	padding: 10px 0px;
	height: 100px;
	display: flex;
	align-items: center;
}

.container-fluid.copyrights {
	border-top: 1px solid #ececec;
	padding: 8px 0;
	font-weight: 500;
	font-size: 12px;
	color: #000;
}

.copyrights img {
	width: 14px;
}

.property-item {
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.property-item:hover {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	color: #000;
	text-decoration: none;
}

.property-item {
	margin-bottom: 20px;
	border: 1px solid #ececec;
}

.property-item .title {
	font-size: 18px;
}

.property-item .img {
	height: 200px;
}

.property-item  .price {
	font-size: 18px;
}

.property-item  .location, .akinita-basics .location {
	font-weight: 500;
	color: grey;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.property-item .location .pin, .akinita-basics .location .pin {
	width: 18px;
	margin-right: 3px;
}

.property-item .text {
	padding: 10px;
	min-height: 145px;
	overflow: hidden;
}

.erga-carousel .property-item .text {
	min-height: 120px;
}

h2.section-title {
	font-size: 22px;
	font-weight: 700;
	color: #7e7e7e;
	margin-bottom: 20px;
}

section .owl-carousel {
	margin-top: 20px;
	margin-bottom: 20px;
}

.btn.more {
	background-color: #7e7e7e;
	color: #fff;
	border-color: #7e7e7e;
	font-size: 14px;
}

.btn.more:hover {
	background-color: #fff;
	color: #7e7e7e;
}

.home-section {
	margin-bottom: 40px;
}

.estates-container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.pagination-row {
	margin-top: 30px;
}

.pagination-row .page-numbers {
	font-weight: 500;
	background-color: lightgrey;
	padding: 5px;
	width: 30px;
	display: inline-block;
	text-align: center;
	color: #000;
}

.pagination-row .page-numbers.current, .pagination-row .page-numbers:hover {
	background-color: #7e7e7e;
	color: #fff;
}

.pagination-row .page-numbers:hover {
	text-decoration: none;
}

.page-title {
	font-weight: 700;
	font-size: 28px;
	color: #7e7e7e;
	margin-bottom: 30px;
}

.site-main {
	margin-top: 85px;
}

.home .site-main {
	margin-top: 0;
}

.gallery-item {
	margin-bottom: 0;
}

.akinita-basics {
	margin-top: 20px;
}

.akinita-basics p {
	margin-bottom: 0;
	font-size: 18px;
}

.akinita-basics p span {
  font-weight: 600;
}

.akinita-basics .location {
	font-size: 18px;
	margin-bottom: 5px;
}

ul.facilities-list {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	/* display: flex; */
}

ul.facilities-list li {
	position: relative;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

ul.facilities-list li .check {
	width: 15px;
	margin-right: 5px;
}

.single-akinita .subtitle {
	font-size: 19px;
	color: #7e7e7e;
	font-weight: 700;
	margin-bottom: 20px;
}

.properties-boxes > div img {
	width: 60%;
	max-width: 100px;
}

.properties-boxes > div {
	height: 250px;
}

.properties-boxes > div:nth-child(1) {
	padding-right: 5px;
}

.properties-boxes > div:nth-child(2) {
	padding: 0 5px;
}

.properties-boxes > div:nth-child(3) {
	padding-left: 5px;
}

.properties-boxes h2 {
	font-size: 24px;
	margin-top: 10px;
	letter-spacing: 1px;
	font-weight: 700;
}

.properties-boxes {
	color: #fff;
	margin-bottom: 60px;
}

.properties-boxes .inner {
	height: 100%;
	width: 100%;
	padding: 20px;
	color: #fff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.properties-boxes .inner:hover {
	text-decoration: none;
	color: #fff;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.properties-boxes .residence .inner {
	background-color: #b9b9b9;
}

.properties-boxes .commercial .inner {
  background-color: #CCB48B;
}

.properties-boxes .land .inner {
	background-color: #b19b89;
}

.gallery .owl-nav {
	margin: 0!important;
	height: 0;
}

.owl-nav button {
	position: absolute;
	top: 45%;
	background: rgba(255, 255, 255, 0.85)!important;
	width: 40px;
	height: 40px;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 40px!important;
	overflow: hidden;
}

.owl-nav button:hover {
	color: inherit!important;
}

.owl-nav button span {
	font-size: 38px;
	padding-bottom: 4px;
}

.owl-nav button.owl-prev span {
	padding-right: 2px;
}

.owl-nav button.owl-next span {
	padding-left: 2px;
}

.owl-nav button.owl-prev {
	left: 0;
}

.owl-nav button.owl-next {
	right: 0;
}

.gallery-item {
	position: relative;
}

.gallery-caption {
	position: absolute;
	bottom: 0;
	padding: 10px;
	background: rgba(255,255,255,0.6);
	left: 0;
	right: 0;
	text-align: center;
	font-size: 14px;
}

.gallery {
	margin-bottom: 0;
	position: relative;
}

.entry-content {
	margin-bottom: 50px;
	margin-top: 0;
}

.wpcf7-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.wpcf7-form p {
	-ms-flex-preferred-size: 48%;
	    flex-basis: 48%;
}

.wpcf7-form p:nth-child(6) {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}

.wpcf7-form p:nth-child(7){
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
	margin: auto;
}

.wpcf7-form p * {
	width: 100%;
}

.wpcf7-form p input, .wpcf7-form p textarea {
	border-radius: 0;
	border: 1px solid #e0e0e0;
	padding: 5px 10px;
}

.wpcf7-form p textarea {
	height: 150px;
}

#wpcf7-f171-o1 .wpcf7-submit, #wpcf7-f170-p102-o1 .wpcf7-submit {
	background-color: #7e7e7e;
	color: #fff;
	border-radius: 2px;
	padding: 10px 15px;
	font-weight: 500;
	width: 150px;
	border: 0;
}

#wpcf7-f171-o1 .wpcf7-submit:hover, #wpcf7-f170-p102-o1 .wpcf7-submit:hover {
	background-color: #3a3a3a;
}

.wpcf7-response-output {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	text-align: center;
}

.bg-light-yellow {
	background-color: #F7F4E8;
}

.interest-container {
	color: #3A3A3A;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 50px;
	background-color: #f1f0ef;
}

.interest-container .header h3 {
	font-size: 24px;
	font-weight: 700px;
}

.interest-container .header p {
	font-size: 18px;
}

#wpcf7-f171-o1 {
	margin-top: 40px;
}

input:focus, textarea:focus {
	outline: none;
}

.property-item .bg-image {
	position: relative;
}

.property-item .bg-image .transaction {
	position: absolute;
	bottom: 0;
	padding: 5px;
	background-color: #8BC34A;
	font-size: 14px;
	color: #ffffff;
}

.cooperation-section {
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: 60px;
}

.cooperation-section .text {
	color: #3A3A3A;
	font-size: 24px;
	font-weight: 500;
	margin-top: 50px;
	margin-bottom: 50px;
	line-height: normal;
	text-align: center;
}

.cooperation-section .text .tenbrinke {
	color: #EC6907;
	font-weight: 700;
}

.cooperation-section .text .without {
	font-weight: 700;
}

.cooperation-section .btn.contact {
	font-size: 18px;
	background-color: #40668E;
	color: #ffffff;
	font-weight: 700;
	border-radius: 2px;
	margin: auto;
}

.cooperation-section .btn.contact:hover {
	background-color: #EC6907;
}

.navbar-nav {
	margin-left: 0;
}

#close-menu-icon {
	display: none;
}

.site-footer li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.site-footer .icon {
	width: 15px;
	margin-right: 5px;
}

.bg-light-grey {
	background-color: #f1f0ef;
}

.map-container {
	height: 300px;
}

.map-container iframe {
	height: 100%;
	width: 100%;
	border: 0;
}

.page-id-102 main {
	margin: 0;
}

.page-id-102 .container-fluid.bg-light-grey {
	padding-top: 40px;
}

.page-id-102 .page {
	margin: 0;
}

.more-filters-btn:focus {
	outline: none;
	color: #7e7e7e;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.more-filters-btn {
	color: #7e7e7e;
}

select.form-control {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-image: url(imgs/arrow-down.svg);
	background-size: 12px;
	background-position: 95% center;
	background-repeat: no-repeat;
}

select#region {
  padding-left: 35px;
  background-image: url(imgs/pin.svg);
  background-size: 18px;
  background-position: 3% center;
}

.owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px;
}

.specs-table {
  font-size: 15px;
}

.owl-carousel .owl-item img {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: auto;
}

.copyrights a {
	color: inherit;
}

.carousel img {
    height: auto;
}

.filters-container .jumbotron {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* header .site-branding img {
    width: 100px;
    position: absolute;
    z-index: 999;
    top: -40px;
    border: 1px solid #3a3a3a;
} */

.estate-photo-container img {
    height: auto;
}

.ergo img {
	border: 1px solid #7e7d7d;
}

.ergo .description {
    padding: 10px 10px;
    margin: 0;
    text-align: center;
	min-height: 68px;
}

.ergo .property-item .img {
    height: 250px;
}

.page-header .page-title {
    margin-bottom: 40px;
}

.entry-content img {
    display: block;
    margin-bottom: 20px;
}

.wp-post-image {
    display: block;
    margin-bottom: 20px;
}

/* autocomplete */
.regions-list div {
	padding-top: 5px;
	padding-bottom: 5px;
}

.regions-list div:not(.regions-list-inner) {
	padding-left: 15px;
}

.regions-list-inner.second-step div:not(.regions-list-inner) {
	padding-left: 25px;
}

.regions-list-inner.third-step div:not(.regions-list-inner) {
	padding-left: 35px;
}

.regions-list-inner.fourth-step div:not(.regions-list-inner) {
	padding-left: 45px;
}

.regions-list-inner {
	/* background-color: #f5f3f3; */
	display: none;
	/* border-radius: 0.25rem; */
}

.regions-list .has-children .arrow {
	padding: 5px 15px;
	transition: 0.3s;
	height: 25px;
}

.regions-list .has-children .arrow.rotate {
	transform: rotate(180deg);
}

.regions-list div.has-children {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.regions-list {
	margin-top: 5px;
	position: absolute;
	top: 100%;
	left: 5px;
	right: 5px;
	z-index: 100;
	background-color: #fff;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0.25rem;
	display: none;
}

.regions-list.show {
	display: flex;
	flex-direction: column;
}

/* .regions-list > div {
padding: 5px 15px;
cursor: default;
} */

/* .regions-list > div.region-step-2 {
padding-left: 25px;
}

.regions-list > div.region-step-3 {
padding-left: 35px;
}

.regions-list > div.region-step-4 {
padding-left: 50px;
}*/

.regions-list div:not(.regions-list-inner):hover, .regions-list div:not(.regions-list-inner).hover {
	background-color: #eaeaea;
}

input#regionsField {
	height: 100%;
	border: 0;
	padding: 0;
	margin-left: 2px;
	max-height: 24px;
}

input#regionsField:focus {
	outline: none;
	box-shadow: none;
}

.region-span {
	padding: 2px 20px 2px 6px;
	margin: 0 3px 0.375rem;
	background-color: #e9ecef;
	display: inline-block;
	font-size: 90%;
	position: relative;
	cursor: default;
	height: 100%;
	max-height: 24px;
}

.region-span:hover {
	text-decoration: line-through;
}

.region-span::after {
	position: absolute;
	right: 2px;
	top: 5px;
	content: "x";
	border-radius: 50%;
	background-color: grey;
	color: #fff;
	height: 16px;
	width: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	text-align: center;
}

#regionsCol {
	width: auto;
}

#regionsCol > div {
	overflow-y: auto;
	padding-bottom: 0
}
/* autocomplete end */

.soting-row {
	padding-left: 5px;
	padding-right: 5px;
}

.soting-row select, .soting-row div {
	font-size: 14px;
}

#orderBy {
	padding-right: 35px;
	width: auto;
}

.site-branding .site-title img {
    max-height: 80px;
    width: auto;
    margin: auto;
    display: block;
}

@media(min-width: 768px) {
	.site-info .col-auto {
		padding: 0 30px;
	}
}

@media(min-width: 992px) {
	.property-facilities {
		padding-left: 10%!important;
	}
}

@media(min-width: 1300px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1200px!important;
	}
}

@media(max-width: 1024px) {
	.cooperation-section .text {
		font-size: 20px;
	}

	.cooperation-section .btn.contact {
		font-size: 16px;
	}

	.cooperation-section {
		padding: 50px 0;
	}
}

@media(max-width: 991px) {
	.properties-boxes > div img {
		max-width: 60px;
	}

	.properties-boxes > div {
		height: auto;
	}

	.properties-boxes h2 {
		font-size: 18px;
	}

	.cooperation-section .text {
		font-size: 18px;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.cooperation-section {
		padding: 40px 0;
	}

	.home-banner {
		height: 50vh;
	}
}

@media(max-width: 767px) {
	.properties-boxes > div {
		margin-bottom: 15px;
	}

	.site-info .col-title {
		margin-bottom: 5px;
		font-size: 16px;
	}

	.site-info {
		font-size: 14px;
	}

	.cooperation-section br {
		display: none;
	}

	.navbar-nav {
		font-size: 14px;
	}

	.navbar a {
		padding: 6px;
	}

	.container-fluid.copyrights {
		font-size: 10px;
	}
}


@media(max-width: 575px) {
	.wpcf7-form p, .wpcf7-submit {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	#wpcf7-f171-o1 {
		margin-top: 15px;
	}

	.properties-boxes > div:nth-child(1),.properties-boxes > div:nth-child(2),
	.properties-boxes > div:nth-child(3) {
		padding: 0 15px;
	}

	.navbar {
		display: none;
	}

	.cooperation-section .btn.contact {
		font-size: 14px;
	}

	.menu-icon-col {
		padding: 15px;
		cursor: pointer;
	}

	.menu-icon {
		width: 30px;
	}

	.navbar.show {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: rgba(255,255,255,0.95);
		padding: 20px;
		z-index: 10;
		overflow-y: auto;
	}

	.navbar.show .navbar-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		font-size: 16px;
	}

	.navbar.show .navbar-nav .menu-item {
		margin-bottom: 10px;
	}

	.site-header .navbar a {
		letter-spacing: 1px;
		border-bottom: 0;
		padding: 6px 10px;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}

	.site-header .current-menu-item a, .site-header .navbar a:hover {
		background-color: #3a3a3a;
		color: #fff;
		border-bottom: 0;
	}

	#close-menu-icon {
		display: block;
		position: absolute;
		width: 45px;
		top: 30px;
		right: 10px;
		padding: 10px;
	}

	.home-banner {
		height: 40vh;
	}

	.site-footer li {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
	.container-fluid.copyrights p {
		display: flex;
		flex-direction: column;
		font-size: 10px;
	}
}
