/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
:root {
	--grey: #cecece;
	--white: #ffffff;
	--dark-grey: #474749;
	--dark-blue: #10243D;
	--light-blue: #23aae2;
	--blue-bg:#EBF2F5;
	--grey-logo: #6F6F6F;
}
.main-titles h1,
.main-titles h2,
.main-titles h3,
.main-titles h4,
.main-titles p {
	font-size: 58px;
	line-height: 62px;
	color: var(--dark-blue);
	margin-bottom: 10px;
	    font-family: var(--h2-font-family, inherit);
}
.main-titles.white h1,
.main-titles.white h2,
.main-titles.white h3,
.main-titles.white h4,
.main-titles.white p {
	color: var(--white);
}
.ysocial-header i {
	width: 40px;
	height: 40px;
	border: 1px solid var(--grey);
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 50px;
	transition: 350ms;
}
.ysocial-header i:hover {
	background: var(--light-blue);
	color: var(--dark-blue);
	border: 1px solid var(--dark-blue);
}
.ysocial-header a {
	margin: 0px 5px;
}
.sr7-layer strong {
	font-size: 70px!important;
}
.icons-box .w-iconbox-title {
	font-size: 20px;
	font-weight: 500;
	color: var(--dark-grey);
	padding-bottom: 5px;
}
.icons-box .w-iconbox-icon {
	font-size: 54px!important;
	width: 54px;
	height: 54px;
	margin-right: 10px!important;
}
.icons-box:not(:last-child) {
	margin-bottom: 40px;
}
/*.medium-text p {
	font-size: 20px;
	
}*/
.ylist {
	list-style: none;
}
.ylist li {
	position: relative;
	margin-top: 10px;
}
.ylist li:before {
    content: "\f00c";
    position: absolute;
    font-family: fontawesome;
    font-weight: 900;
    left: -28px;
	line-height: 26px;
	color: var(--dark-blue);
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 14px;
}

.ylist {
	column-count: 2;
	list-style-type: none;
	
}
.ylist.list {
	column-count: 1;
}
.ylist li:first-child {
	margin-top: 0px;
}
.row-borderclmn .wpb_column {
	padding: 20px 0px;
}
.row-borderclmn .wpb_column:not(:last-child):after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	right: -26px;
	top: 0;
	background: var(--grey);
} 
.blue-bgsection {
	background: var(--blue-bg);	
}
.services-box {
	position: relative;
}
.services-box:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 8px;
	left: 0;
	right: 0;
	background: rgb(16 36 61 / 50%);
	z-index: 0;
}
.services-clmn {
	transition: 350ms;
}
.services-clmn:hover .services-box:after {
	background: rgb(16 36 61 / 85%);
	transition: 350ms;
}
.services-box img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}
 .services-box .w-iconbox-title {
	position: absolute;
    bottom: 38px;
	 height: 48px;
    left: 0px; 
	 z-index: 1;
	 color: var(--white);
	 font-size: 30px;
	padding: 0px 0px !important;
}

.main-subtitle p,
.main-subtitle h2,
.main-subtitle h3{
	font-size: 18px!important;
	text-transform: lowercase;
	color: var(--light-blue);
	font-weight: 600;
}
.main-subtitle.white p {
	 color: var(--white);
}
.footer-logo img {
	height: 90px;
	width: 105px;
	object-fit: contain;
}
#page-footer p {
	font-size: 15px;
}
#page-footer .footer-title p {
	color: var(--white);
	text-transform: uppercase;
	font-weight: 500;
	    font-size: 18px !important;
    text-transform: lowercase;
    
    font-weight: 600;
}

#page-footer .ysocial-header i {
	color: var(--white);
}
#page-footer .ybottom-section p {
		font-size: 13px;
	color: var(--white);
	letter-spacing: 1px;
}
#page-header .l-subheader.at_top a {
	font-size: 13px;
	    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.btn-arrow {
	display: flex;
    align-items: center;
    align-content: center;
}
.w-btn.btn-arrow i {
    width: 40px;
    height: 40px;
	border-radius: 50px;
    border: 1px solid var(--dark-blue);
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	background: var(--dark-blue);
	color: var(--white);
	margin-left: 16px!important;
}
.w-btn.btn-arrow:hover i {
	background: var(--light-blue);
}
.arrow-servicesbox {
	position: absolute;
    z-index: 1;
    width: 0px;
	height: 0px;
    border: 1px solid var(--white);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	transform: translate(-50%, -50%) rotate(-45deg);
    
    top: 50%;
    left: 50%;
	background: var(--light-blue);
	color: var(--white);
	opacity: 0;
	transition: 350ms;
}
.services-clmn:hover .arrow-servicesbox {
	opacity: 1;
	width: 80px;
	height: 80px;
}
.icons-box.white .w-iconbox-title {
	color: var(--white);
}
.top-section {
	background: var(--dark-blue);
}
.top-section h1,
.top-section h2,
.top-section h3,
.top-section p {
	font-size: 58px;
    line-height: 62px;
    color: var(--white);
    margin-bottom: 10px;
}
.yrow-contacts p {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.yrow-contacts p label {
	width: 49%;
}
.w-btn.us-btn-style_1 {
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
#page-footer .w-btn.us-btn-style_1 i {
	width: 40px;
    height: 40px;
	border: 1px solid var(--white);
	border-radius: 50px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin-left: 16px!important;
}
.dark-section .row-borderclmn .wpb_column {
	padding: 70px 0px;
}
.dark-section .row-borderclmn .wpb_column:not(:last-child):after {
	background: var(--white);
	opacity: 0.3;
}
.services-box .w-iconbox-meta {
	position: absolute;
    bottom: 60px;
    left: 26px;
	color: var(--white);
	z-index: 1;
	text-align: left;
    line-height: 22px;
    width: 80%;
	height: 40px;
	font-size: 18px;
}
.loghi-img img {
	max-width: 170px;
	height: 50px;
    object-fit: contain;
}
.row-collezioni .wpb_column {
	/*border: 1px solid var(--grey);*/
	background: var(--blue-bg);
	padding: 30px;
}
.row-collezioni .wpb_column.noborder {
	border: unset;
	background: unset;
}
.blue-bgsection .row-collezioni .wpb_column{
	background: var(--white);
}
.img-logo img {
	object-fit: contain;
}

@media only screen and (max-width: 767.98px) {
	.sr7-layer strong {
    font-size: 46px !important;
}
	.ylist {
		margin-left: 10px;
	}
	.ylist li:before {
		left: -18px;
		font-size: 12px;
	}
	.loghi-img img {
		max-width: 160px;
    height: 45px;
    margin-bottom: 24px;
	}
	.dark-section .row-borderclmn .wpb_column {
    padding: 16px 0px;
}
	.services-box img,
		.services-box .w-iconbox-icon{
	height: 380px;
	width: 100%!important;
	object-fit: cover!important;
}
	.services-box .w-iconbox-title {
	font-size: 38px;
    line-height: 32px;
	margin-bottom: 10px;
	}
	.services-box .w-iconbox-meta {
		width: 94%;
	}
	.services-box .w-iconbox-title {
		height: 30px;
		font-size: 30px;
	}
	.main-titles h1, .main-titles h2, .main-titles h3, .main-titles h4, .main-titles p {
		font-size: 55px;
    line-height: 60px;
	}
	#page-footer .ybottom-section p {
		line-height: 18px;
	}
	.top-section h1, .top-section h2, .top-section h3, .top-section p {
	font-size: 50px;
    line-height: 58px;
	}
}
@media (min-width: 768px) and (max-width: 1023.98px) {
	.sr7-layer strong {
    font-size: 60px !important;
}
	.g-cols.cols_4 {
    grid-template-columns: repeat(2, 1fr)!important;
}
	.row-borderclmn .wpb_column:not(:last-child):after {
		    height: 1px;
    width: 100%;
		top: unset;
		bottom: 0;
		left: 0;
	}
	.ylist {
		    margin-left: 10px;
	}
	.ylist li:before {
		    left: -18px;
		font-size: 12px;
	}
	.ylist li {
		padding-right: 5px;
	}
	.loghi-img img {
		    max-width: 130px;
    height: 30px;
	}
	.row-collezioni .wpb_column {
		padding: 20px;
	}
	.main-titles h1, .main-titles h2, .main-titles h3, .main-titles h4, .main-titles p {
		font-size: 50px;
    line-height: 56px;
	}

}

@media (min-width: 1024px) and (max-width: 1339.98px) {
		.header_hor .ush_menu_1.type_desktop .menu-item.level_1>a:not(.w-btn) {
    padding-left: 24px!important;
    padding-right: 24px!important;
}
	.row-borderclmn .wpb_column:not(:last-child):after {
		right: -16px;
	}
	.services-box .w-iconbox-title {
		bottom: 65px;
		    font-size: 30px;
    line-height: 30px;
		height: 38px;
	}
	.services-box .w-iconbox-meta {
		width: 90%;
		    bottom: 30px;
    left: 15px;
		height: auto;
	}
}
@media (min-width: 1024px) and (max-width: 1179.98px) {
	.header_hor .ush_menu_1.type_desktop .menu-item.level_1>a:not(.w-btn){
		padding-left: 13px !important;
        padding-right: 13px !important;
	}
}

