/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


:root {
	--red: #e30613;
}


#page-header-bg .container h1 {
	font-size: 3.4rem;
}
@media (min-width: 992px) {
	#page-header-bg .container h1 {
		font-size: 95px;
	}
}


/* **** HOME **** */
.home #page-header-bg .top-heading {
	margin-bottom: 3.5rem;
}
.home #page-header-bg .subheader {
	font-size: 1.3rem !important;
}
.home .about-title {
	text-align: left !important;
}
.home .about-title .wpb_text_column h3 {
	text-align: left !important;
}
.home .portfolio-items .progetti {
	max-height: 70vw;
    overflow: hidden;
}
.home .what-we-make h2 {
	font-size: 3rem;
	line-height: 1;
}

@media (min-width: 992px) {
	.home .about-title {
	text-align: right !important;
	}
	.home .about-title .wpb_text_column h3 {
		text-align: right !important;
	}
	.home .what-we-make h2 {
		font-size: 80px;
	}
}
/* **** HOME **** */


.portfolio-items .work-item .work-info p {
	display: none !important;
}


.about-us__image {
	min-height: unset !important;
    height: 100vw;
	overflow: hidden;
}
@media (min-width: 992px) {
	.about-us__image {
		height: auto;
	}
}


/* **** CONTACTS **** */
.contacts-header .contacts-title {
	margin-bottom: 3rem;
}
.contacts-header .contacts-info {
	line-height: 2;
    font-size: 1.5rem;
}
.contacts-map-container iframe {
	width: 100%;
	height: 80vw;
    max-height: 970px;
	display: block;
}
.contacts-form-container .contacts-form-container__title h3 {
	font-size: 1.9rem;
}
.contacts-form-container .contact-form {
	margin-top: 2rem;
}
.contacts-form-container .contact-form .row {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.contacts-form-container .contact-form .col-6,
.contacts-form-container .contact-form .col-12 {
	display: flex;
	width: 100%;
	padding: .5rem;
}
.contacts-form-container .contact-form .col-6 p {
	width: 100%;
}
.contacts-form-container .contact-form .col-12 p {
	width: 100%;
}
.contacts-form-container .contact-form input,
.contacts-form-container .contact-form textarea {
	border-color: #afafaf;
	border-width: 1px;
	border-radius: 0;
}
.contacts-form-container .contact-form input::placeholder,
.contacts-form-container .contact-form textarea::placeholder {
	color: #ffffff;
}
.contacts-form-container .contact-form textarea {
	width: 100%;
	height: 8rem;
}
.contacts-form-container .contact-form .wpcf7-acceptance .wpcf7-list-item {
	margin: -.5rem 0 1rem .3rem;
}
.contacts-form-container .contact-form .wpcf7-acceptance .wpcf7-list-item-label,
.contacts-form-container .contact-form .wpcf7-acceptance .wpcf7-list-item-label a {
	color: #ffffff;
}
.contacts-form-container .contact-form .wpcf7-acceptance .wpcf7-list-item-label a {
	color: #ffffff;
	text-decoration: underline;
}
.contacts-form-container .contact-form .wpcf7-submit {
	background-color: #141414;
}
.contacts-form-container .contact-form .wpcf7-submit:hover,
.contacts-form-container .contact-form .wpcf7-submit:focus {
	background-color: #ffffff !important;
	color: #141414;
}
.contacts-form-container .contact-form .wpcf7-not-valid-tip {
	background-color: #ffffff;
	padding: 0 .5rem;
}
.contacts-form-container .wpcf7-response-output {
	background-color: #ffffff;
	color: var(--red);
	padding: .1rem .5rem;
	border: none !important;
}

@media (min-width: 768px) {
	.contacts-form-container .contact-form .col-6 {
		display: flex;
		width: 50%;
	}
}
/* **** CONTACTS **** */


/* **** FOOTER **** */
#footer-outer #footer-widgets .row {
	padding: 65px 0 55px;
}
#footer-outer #footer-widgets .widget_nav_menu #menu-footer-menu .menu-item {
	padding: 1px 0 !important;
}

.grecaptcha-badge {
	display: none !important;
}