 /*
 Theme Name: CinaAtheneum
 Description: The custom theme CinaAtheneum using the parent theme Twenty Seventeen.
 Author: Supreme Digital Ninja
 Author URI: www.supreme.ro
 Template: twentyseventeen
 Version: 1
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

h2 {
	font-size: 50px;
	font-weight: 600;
	margin: 30px 0;
}
h3 {
	font-size: 40px;
	font-weight: 600;
}
h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 30px 0 0;
}
h5 {
	font-size: 16px;
	margin: 0px;
}

.pt100 {padding-top: 100px;}
.pt30 {padding-top: 30px;}
.pt20 {padding-top: 20px;}
.pt5 {padding-top: 5px;}

.clear:before, .clear:after {content:""; display:table;}
.clear:after { clear:both;}

/* HOME */
.site-content {
    padding: 0;
}
.site-header {
    background: transparent;
    padding: 30px 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9;
}
	.site-header a, .site-header a:link, .site-header a:visited {
		font-size: 22px;
		font-weight: 700;
		color: #10e698;
		display: block;
	}
	.site-header .line {
		border-bottom: 5px solid #fff;
		width: 35px;
		float: right;
		height: 20px;
	}

.logo img {margin-top: 20px;}

.logo a {display: inline-block !important;}
.logo a:hover, .logo a:focus {text-decoration: none;}

.logo .first {
	font-family: Arial, sans-serif;
	font-size: 40px;
	line-height: 44px;
	font-weight: 600;
	color: #fff;
	border-bottom: 5px solid #fff;
	width: 35px;
}
.logo .second {
	font-family: Arial, sans-serif;
	font-size: 40px;
	line-height: 44px;
	font-weight: 600;
	color: #fff;
	width: 35px;
	text-align: right;
}
.logo .small, header .small {
	font-family: Georgia, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.background-fixed .panel-image {
	background-position: top center;
    max-height: 850px;
    overflow: hidden;
}

.site-branding-text {
	position: absolute;
	top: 25%;
	left: 0;
	z-index: 9;
	width: 100%;
}
	.site-branding-text h1 {
		font-size: 80px;
		font-weight: 600;
		color: #fff !important;
		letter-spacing: 0;
	}
	.site-branding-text p {
		font-size: 16px;
		font-weight: 400;
		color: #10e698 !important;
		opacity: 1 !important;
		padding-left: 5px;
	}
	.site-branding-text .desc p {
		font-size: 14px;
		font-weight: 400;
		color: #fff !important;
		width: 60%;
	}

#topLeft, #topRight {
  animation-duration: 3s;
  animation-delay: 0.5s;
}




/* CONTACT FORM */
.form {
	background: #0d1926;
	padding: 30px;
	position: relative;
	z-index: 1;
	margin: 0 0 0px -30px;
}
	.form h3 {
		color: #10e698;
		text-align: center;
		text-transform: uppercase;
	}
	.form .desc {
		color: #fff;
		text-align: center;
		margin-bottom: 20px;
	}
.form-border {
	border: 10px solid #fff;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	margin: -30px 0 0 0;
}
.wpcf7-form-control {
	font-size: 14px;
	background: #fff !important;
	border: 0px !important;
	border-radius: 0px !important;
	color: #000 !important;
}
.wpcf7-form-control::placeholder {
	color: #555 !important;	
}
.wpcf7-textarea {
	resize: none;
	height: 150px;
}
.wpcf7-submit {
	background: #10e698 !important;
	color: #fff !important;
	padding: 15px !important;
	font-size: 20px !important;
	text-transform: uppercase;
	margin: 0 auto;
	width: 100%;
	display: block !important;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	.wpcf7-submit:hover {
		background: #fff !important;
		color: #000 !important;
	}

div.wpcf7-validation-errors {
	font-size: 12px;
	color: #fff;
}
span.wpcf7-not-valid-tip {
	font-size: 12px;
}
.site-branding-text .wpcf7-recaptcha {
	margin: 0 0 10px 5px;
	background: none !important;
}
.contact .wpcf7-recaptcha {
	margin: -10px 0 10px 0;
	background: none !important;
}

/* PROPERTY */
.property {
	padding: 50px 0;
	background: #fff;
}
	.property h5 {
		font-size: 16px;
		font-weight: 400;
		color: #10e698;
		text-transform: none;
		letter-spacing: 0px;
	}
	.property h2 {
		font-size: 44px;
		font-weight: 600;
		color: #2f4a69;
		margin: 10px 0;
	}
	.property .text {
		font-size: 14px;
		margin-top: 30px;
	}
	.property h4 {
		font-size: 24px;
		font-weight: 400;
		color: #10e698;
		margin-top: 100px;	
		margin-bottom: 20px;
	}
.more-details .col-sm-6 {
	margin-bottom: 10px;
}


/* MAP */
.map {
	height: 350px;
	overflow: hidden;
}

/* VIDEO */
.video {
	max-height: 640px;
	overflow: hidden;
	position: relative;
}
.video .overlayer {
	position: absolute;
	top: 0;
	left: 0;
	background: url('img/over.png') center center repeat;
	width: 100%;
	height: 100%;
}
	.video video {
		margin-top: -250px;
	}


/* ABOUT */
.about {
	padding: 50px 0;
}
	.about h3 {
		font-size: 30px;
		text-align: center;
	}
	.about h2 {
		font-size: 60px;
		color: #10e698;
		font-weight: 600;
		text-align: center;
		margin-bottom: 50px;
	}
.about .items div {
	text-align: center;
}
	.about .items img {
		margin-left: -15px;
	}
	.about .items h5 {
		font-size: 18px;
		text-transform: none;
		letter-spacing: 0px;
		margin: 50px 0 20px;
	}


/* CONTACT */
.contact {
	position: relative;
	max-height: 650px;
	overflow: hidden;
}
	.contact video {
		margin-top: -250px;
	}
.contact .overlayer {
	background: rgba(24, 45, 69, 0.8);
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contact .form {
	margin: 100px 0 -100px -30px;
}
.contact h3 {
	margin-bottom: 20px;
}
.contact h2 {
	font-size: 44px;
	color: #10e698;
	font-weight: 600;
	margin-top: 200px;	
	margin-bottom: 50px;
}
.contact p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 30px;
}
.contact a, .contact a:link, .contact a:visited {
	font-weight: 600;
	color: #fff;
}
.contact strong {
	font-size: 14px;
	display: block;
	color: #fff;
	margin-top: 30px;
}
.contact svg {
    position: absolute;
    top: 45px;
    right: 0;
    bottom: 0;
    left: 15px;
    fill: #10E698;
    fill-opacity: 1;
    stroke: transparent;
    stroke-width: 0px;
}



/* FOOTER */
.site-footer {
	margin: 0;
	border: 0;
}
	.site-footer h4 {
		margin-bottom: 20px;
	}
	.site-footer p {
		font-size: 14px;
	}
	.site-footer a {
		font-size: 14px;
		color: #000;
	}
.footer-copy {
	padding: 50px 0 0 50px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

