/*!
Theme Name: leovasil
Theme URI: http://underscores.me/
Author: Leonidas Michalopoulos
Author URI: http://leom.gr
Description: Custom Theme For Leo Vasil By Leom
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: leovasil
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

leovasil is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/* Globals */
html {
    scroll-behavior: smooth;
}

body {
	font-family: "Inter", sans-serif !important;
	background-color: #fffef1 !important;
}

h3 {
	font-size: 45px;
}

p {
	font-size: 18px !important;
}

.serif {
	font-family: "Playfair Display", serif !important;
}

.sans {
	font-family: "Inter", sans-serif !important;
}

.title_label {
	font-size: 90px;
	opacity: 5%;
	font-family: "Playfair Display", serif !important;
	font-style: italic;
}

.line-absolute {
	position: absolute;
	top: 0;
}

.about_me_cta {
	font-size: 90px !important;
	font-weight: 200 !important;
	margin-bottom: 100px !important;
	color: #fff;
}

.about_me_btn {
	background-color: #fff;
	color: #000;
	font-size: 30px;
	font-weight: 200;
	padding: 10px 80px 10px 80px;
	text-decoration: none !important;
}

.aboutpage_me_section {
	margin-top: 100px !important;
}

.aboutme_page_moto {
	font-size: 30px !important;
	margin-top: 100px !important;
	margin-bottom: 50px !important;
}

/* END OF Globals */
@media only screen and (max-width: 1100px) {
	.about_me_cta {
		font-size: 40px !important;
	}

	.aboutpage_me_section {
		margin-top: 50px !important;
	}

	.aboutme_page_moto {
		margin-top: 50px !important;
		margin-bottom: 20px !important;
	}
}

/* Contact Form */
.wpcf7-form-control {
	border: none !important;
	border-bottom: 1px solid black !important;
	margin-bottom: 10px !important;
}

input {
	outline: none;
	width: 90%;
}

textarea {
	line-height: 1.5;
	overflow: hidden;
	resize: none;
	outline: none;
}

input::placeholder {
	font-family: "Playfair Display", serif !important;
}

textarea::placeholder {
	position: absolute;
	transform: translateY(100%);
	bottom: 30px;
	font-family: "Playfair Display", serif !important;
}

.form-btn-wrapper {
	width: 100%;
}

.wpcf7-submit {
	background-color: black !important;
	color: white !important;
	width: 30%;
}

.wpcf7-submit {
	margin-top: 10px;
}

.wpcf7-spinner {
	display: none;
}

/* END of contact form */

.sticky-column {
	position: relative;
}

.sticky-column img.d-none.d-lg-block {
	position: sticky;
	top: 20px;
}

@media only screen and (max-width: 1100px) {
	.title_label {
		font-size: 45px!important;
	}
	
	input {width: 98%;}
	textarea {width: 98%;}
	
	textarea::placeholder {
		top: -20px;
	}
	
	.wpcf7-submit {width: 50%;}
}