/*
Theme Name: Divi - Child theme
Theme URI: 
Version: 0.8
Description: Divi - Child 
Author: Social Mind
Author URI: http://www.socialmind.gr
Template: Divi
*/
/*@import url(../Divi/style.css);*/
/* =Theme customization starts here

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

:root {
	--main: #04211d;
	--secondary: #E6E5DC;
	--gold: #A18955;
}

@font-face {
	font-family: 'InstrumentSerif';
	src: URL('./font/InstrumentSerif-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Switzer';
	src: URL('./font/Switzer-Regular.otf') format('truetype');
}

body {
	font-family: 'Switzer' !important;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: 'InstrumentSerif' !important;
}


/* Main elements */

.devider.et_pb_section:before {
	content: '';
	width: 85%;
	height: 1px;
	background: var(--secondary);
	position: absolute;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.main-title h1, .main-title h2 {
	font-size: clamp(45px, 15vw, 135px);
	max-width: 1000px;
	margin: 0 auto;
}

body.et_button_no_icon a.main-btn.et_pb_button {
	padding: 10px 35px !important;
}

a.main-btn.et_pb_button:not(.no-icn):before, header li.btn > a:before {
	content: '';
	position: absolute;
	display: block;
	right: 22px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(https://vintage-arrivals.socialadvisor.gr/wp-content/uploads/2026/02/arrow-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 24 / 25;
	width: auto;
	height: 8px;
	opacity: 1;
	z-index: 2;
}

header li.btn > a:before {
	right: 17px;
}

/* Header */

#main-header {
	transition: all 0.5s ease;
}

header.et-fixed-header {
	backdrop-filter: blur(10px);	
}

header > .container {
	display: flex;
	align-items: center;
	gap: 6%;
	padding: 15px 0px;
}

.et_header_style_left .logo_container {
	position: relative;
	width: auto;
	height: auto;	
}

.et_pb_svg_logo #logo {
    max-height: 65px;
    height: 65px;
}

.et_header_style_left #et-top-navigation {
	flex: 1;
	display: flex;	
	float: unset;
	padding: 0 !important;
}

nav#top-menu-nav {
	float: unset;
	display: flex;
	flex: 1;
}

nav#top-menu-nav > ul.nav {
	float: unset;
	flex: 1;
	align-items: center;
	justify-content: space-between;	
}

@media all and (min-width: 981px) {
	nav#top-menu-nav > ul.nav {
		display: flex;
	}
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
	padding: 0 !important;	
}

.et_header_style_left #et-top-navigation nav>ul>li.btn>a {
	padding: 16px 30px !important;
	background: var(--gold);
	border-radius: 30px;	
	border: 1px solid var(--gold);
} 

.et_header_style_left #et-top-navigation nav>ul>li.btn>a:hover {
	opacity: 1;
	background: transparent;
}

/* Pop up */

.close-contact {
    position: fixed;
    top: 8%;
    right: 8%;
    z-index: 10;
    cursor: pointer;
}

.fixed-contact.et_pb_section {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
    z-index: 999;
	display: none;
	overflow: auto;
}

/* Home Slider */

.hm-video video {
    margin: auto;
    display: block;
    border-radius: 30px;
}

.hm-slider.et_pb_gallery_fullwidth .et_pb_gallery_image img {
    width: auto;
}

.hm-slider .et-pb-slider-arrows, .hm-slider .et-pb-controllers {
	display: none;
}

/* Pricing */

.pricing .et_pb_text {
	border-bottom: 1px solid var(--secondary);
	padding: 30px 20px 30px 40px;
}

.pricing .packet.et_pb_text {
	padding-left: 0;
	padding-right: 0;
}

.pricing .et_pb_column {
	display: flex;
	flex-direction: column;
}

.pricing .second {
	flex: 2;
}

.pricing .feature {
	position: relative;
	line-height: 1;
}

.pricing .feature:before {
	content: url(/wp-content/uploads/2026/02/Check-icon.png);
	position: absolute;
	left: 17px;
	top: 29px;
}

.pricing .et_pb_column {
	border: 1px solid transparent;
}

.pricing .gold.et_pb_column {
	background: var(--gold);
	border: 1px solid var(--secondary);
	border-radius: 30px;
}

.pricing .gold .price.et_pb_text {
	border-bottom: none;
}

.pricing .gold .feature:before {
	filter: contrast(0) brightness(3.5);
}

/* Cars - main */

.car .info.et_pb_column {
	display: flex;
	flex-wrap: wrap;
}

.car .info .et_pb_text, .car .info .et_pb_button_module_wrapper {
	flex: 100%;
}

.car .info .et_pb_blurb {
	flex: 0 1 33.3%;
	padding-right: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--secondary);
}

.car .info .descr.et_pb_text {
	padding: 30px 0;
	border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}

.car.et_pb_row {
	padding: 60px 0;
}

@media (min-width: 981px) {
	.car.et_pb_row {
		display: flex;
		gap: 4%;
	}

	.et_pb_gutters3 .car.et_pb_row .et_pb_column {
		margin-right: 0;
		width: 100%;
		flex: 1;
	}

	.car.reverse.et_pb_row {
		display: flex;
		flex-direction: row-reverse;
	}

	.car.et_pb_row:after {
		display: none;
	}
}

.car-detail .characteristics.et_pb_column {
    background: white;
    padding: 50px 35px;
    border-radius: 30px;
}

.car-detail .et_pb_blurb {
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    border-bottom: 1px solid var(--secondary);
}

.contact-banner .et_pb_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 15px;
}

.contact-banner .et_pb_text {
	flex: 100%;
	max-width: 100%;
}

.contact-banner .et_pb_text.text .et_pb_text_inner {
	max-width: 700px;
	margin: auto;
}

.contact-banner .et_pb_button_module_wrapper {
    min-width: 214px;
}

.contact-banner .et_pb_button_module_wrapper a {
    width: 100%;
    text-align: center;
}

/* Footer */

footer .about.et_pb_column {
	display: flex;
	gap: 30px;	
}

footer .logo.et_pb_image {
	min-width: 145px;	
	padding-top: 6px;
}

footer .copyright .et_pb_column {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

@media (max-width: 980px) {
    .et_fixed_nav #main-header {
        position: fixed;
    }
	
	.et_header_style_left #logo {
        max-width: none;
    }

	header li.btn > a {
		background: var(--gold);
		width: fit-content;
		border-radius: 30px;
		color: var(--secondary);
		margin: auto;
		margin-top: 10px;
		padding: 10px 30px;
	}
	
	header .clearfix:after {
		display: none;
	}
}

@media all and (max-width: 980px) {
	.pricing .gold.et_pb_column {
	    margin-top: 45px !important;
	}
}

@media all and (max-width: 600px) {
	.car .info .et_pb_blurb {
    	flex: 0 1 100%;
	}
}

@media all and (max-width: 479px) {
	footer * {
		text-align: center;
	}
	
	footer .about.et_pb_column {
		flex-direction: column;
		align-items: center;
	}
	
	footer .logo.et_pb_image {
		margin: auto;
	}
}