/*
Theme Name: arstal.ro
Theme URI: https://www.dsp-studio.ro/
Author: dsp-studio.ro
Author URI: https://www.dsp-studio.ro/
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: arstal.ro

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin-ext');

body {
	padding:0;
	/*background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><text x="0" y="120vh" font-family="Arial" font-size="80vw" font-weight="bold" fill="#f6f6f6">AR</text></svg>');*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
  background-size: cover;
	background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"> <g> <text font-weight="bold" text-anchor="middle" font-family="Arial" font-size="80vw" id="svg_1" y="1300" x="828" stroke-width="0" fill="WhiteSmoke">AR</text> </g></svg>');
	width: 100%;
	height: 100%;
	overflow-x:hidden;
	font-family: 'Raleway', sans-serif;
}
p {
	font-family: 'Roboto', sans-serif;
	color:#3c4146;
	font-size:18px;
	line-height:30px;
}
h3 {
	margin-bottom:50px;
}
.navbar {
	font-size:12px;
	font-weight:900;
	text-transform:uppercase;
	padding:30px 0;
}
.navbar-light .navbar-nav .nav-link {
	color:#3c4146;
}
.carousel-text {
	color:#FFF;
}
.carousel .item {
	height: 750px;
}
.carousel-caption {
	width:85%;
}
.carousel-caption h1 {
	color:#4ac1b4;
	font-size:7vw;
	font-weight:900;
	text-transform:uppercase;
	margin-bottom:50px;
	margin-top:30px;
}
.carousel-caption p {
	font-size: 14px;
	font-weight:900;
	text-transform:uppercase;
}
.carousel-caption p span {
	text-transform:capitalize;
}
.front-title p {
	font-size:16px;
	color:#f68e3b;
	text-transform:uppercase;
	font-weight:700;
}
.front-desc {
	font-size:38px;
	color:#f68e3b;
	line-height:42px;
	font-weight:900;
	margin-bottom:50px;
}
.featured img {
	max-width: 100%;
}
.featured h2 {
	color:#4ac1b4;
	font-size:5vw;
	font-weight:700;
	padding:25px 0 15px 0;
}
.featured .row .col-md-6 {
	-webkit-clip-path: polygon(0 100%, 100% 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	overflow:hidden;
}
a.button {
	border: 2px solid #f68e3b;
	padding:15px 25px;
	color:#f68e3b;
	text-decoration:none;
	font-weight:700;
	display:inline-block;
	-webkit-transition: all 22s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
a.button:hover {
	background-color:#f68e3b;
	color:#FFF;
}
footer {
	position:relative;
	z-index:1;
}
footer h5 {
	font-size:36px;
	color:#FFF;
	text-transform:uppercase;
}
footer h5 span {
	font-size:50%;
}
footer p, footer h5 a {
	color:#FFF;
}
footer a.button {
	border: 2px solid #FFF;
	padding:5px 10px;
	color:#FFF;
	font-size:18px;
	line-height:30px;
}
footer a.button:hover {
	padding:5px 10px;
	background-color:#FFF;
	color:#4ac1b4;
}
.footer-contact {
	background-color:#4ac1b4;
	padding:50px 0;
	margin-top:25px;
}
.footer-contact a:hover {
	text-decoration: none;
}
.footer-bottom  {
	text-align:center;
}
.footer-bottom  .logo {
	margin:50px 0;
}
.footer-bottom  .menu li a {
	color: #3c4146;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	margin-right:3vw;
}
.footer-bottom  .menu ul {
	padding:0;
	list-style-type:none;
	list-style-position:inside;
}
.footer-bottom  .menu li {
	padding:7px; 0;
}
.footer-bottom p {
	font-size:18px;
	color:#acacac;
	margin-top:0;
}
.footer-bottom a {
	color:#f68e3b;
}
.footer-social {
	margin-left:3vw;
}
.footer-social a {
	margin-right:20px;
}
.go-top {
	background-color:#3c4146;
	padding:10px;
	text-align:center;
	margin-top:10px;
}
.go-top a {
	color:#FFF;
	font-weight:900;
	text-transform:uppercase;
}
h1.entry-title {
	font-size:6vw;
	font-weight:700;
	color:#ffb500;
	line-height: 1.075;
	display: block;
}
.site-content h2 {
	font-size:2.5rem;
	font-weight:700;
	color:#4ac1b4;
}
.site-content p {
	text-align:justify;
}
.site-contact {
	margin-top:100px;
}
.site-contact h2 {
	padding:25px 0 50px 50px;
	font-weight:700;
}
.contact-details {
	background-color:#000;
	height:100%;
}
.contact-details p {
	padding:2vw 0 0 2vw;
	color:#FFF;
	font-size:18px;
}
.contact-details p small {
	line-height: 18px!important;

}
.cscfForm input, .cscfForm textarea {
	border:1px solid #4ac1b4;
	border-radius: 0;
}
@media (min-width: 576px) {

}

@media (min-width: 768px) {
	.site-content {
		margin-top:150px;
	}
	.go-top {
		text-align:left;
		background-color:#3c4146;
		position: absolute;
    bottom: 0;
		right:0;
    height: 100%;
		width:220px;
		-webkit-clip-path: polygon(150% 24%, 0 100%, 100% 100%);
		clip-path: polygon(150% 24%, 0 100%, 100% 100%);
	}
	.go-top a {
		position:absolute;
		bottom:0;
		right:0;
		color:#FFF;
		font-weight:900;
		text-transform:uppercase;
		font-size:24px;
    padding:0 50px 20px 0;
	}
	.go-top span {
		display:block;
	}
	.footer-copy, .footer-social {
		display:inline-block;
	}
	.footer-bottom {
		text-align:left;
	}
	.footer-bottom  .logo {
		margin:150px 0 50px 0;
	}
	.footer-bottom  .menu li {
		display:inline-block;
	}
	.footer-bottom p {
		margin-top:50px;
	}
	.featured {
		margin:150px 0;
	}
	.featured .row {
		padding:100px 0;
	}
	.featured h2 {
		padding:100px 0 50px 0;
	}
	.featured img {
		max-width: none;
	}
	.featured .row .col-md-6:nth-child(1) {
		-webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
	}
	.featured .row .col-md-6:nth-child(2) {
		-webkit-clip-path: polygon(3% 0, 100% 0, 100% 100%, 70% 100%);
		clip-path: polygon(3% 0, 100% 0, 100% 100%, 30% 100%);
	}
	
	.footer-contact {
		-webkit-clip-path: polygon(0 0, 80% 0, 68% 100%, 0% 100%);
		clip-path: polygon(0 0, 80% 0, 68% 100%, 0% 100%);
		background-color:#4ac1b4;
		padding:100px 0;
	}
	.carousel-item > img {
		-webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 40% 100%);
		clip-path: polygon(20% 0, 100% 0, 100% 100%, 40% 100%);
	}
	.carousel-text {
		position:absolute;
		left:40%;
		bottom:0;
		text-shadow: 1px 1px #000;
	}
	.carousel-control-prev {
			left: 30%;
	}
}

@media (min-width: 992px) {
	.navbar {
		padding:0;
	}
	.menu-item-12 {
		background-color:#f68e3b;
	}
	.menu-item-12 .nav-link {
		color:#FFF!important;
	}
	.navbar li.menu-item a.nav-link {
		padding:40px 30px;
	 -webkit-transition: all 22s ease-out;
		-moz-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}
	.navbar li.menu-item a.nav-link:hover {
		background-color:#4ac1b4;
		color:#FFF;
	}
	.navbar .current-menu-item a {
		background-color:#4ac1b4;
		color:#FFF!important;
	}
}

@media (min-width: 1200px) {

}
@media (min-width: 1400px) {
	.container-fluid {
		padding:0 10%;
	}
	.carousel-item, .carousel-item > img {
		height: 40vw;
	}
	.carousel-caption {
		left:0;
		width:100%;
	}
}