/* Enter Your Custom CSS Here */
section#homepage-slider {
	display: none;
}

.homenews{
	margin-top:100px;
}
.homenews .wpcu_block_title {
	text-align: center;
	text-transform: uppercase;
	color: #111;
	font-size: 20px;
	letter-spacing: 2px;
	display: block;
	margin: 0 auto 15px;
}
.wplp-box-item .title{
	text-align: center;
	text-transform: uppercase;
	color: #111;
	font-size:16px;
	letter-spacing: 1px;
	display: block;
	margin: 0 auto 15px;	
	padding:0 15px;
}
.wplp-box-item .category a{
	color:#1a86ca!important;
}
.wplp-box-item .text span{
	font-size: 13px;
	padding: 0 15px;
}

.gammasubaruboxes {
	display: block!important;
}

.gammasubaruboxeswrap {
	display: flex;
}

.gammasubarubox {
	width: 33%!important;
}

.post-title {
	text-transform: uppercase;
}

.wplp_container span.img_cropper img {
	aspect-ratio: auto !important;
}


.menu-primary-menu-container{max-width: 780px;width:100%;}

.blog #sidebar, .single-post #sidebar, .category #sidebar{
	display:none!important;
}
.blog .three_fourth, .single-post .three_fourth, .category .three_fourth{
	width:100%;
}
.blog .meta-wrapper li:nth-child(1), .blog .meta-wrapper li:nth-child(2),.category .meta-wrapper li:nth-child(1), .category .meta-wrapper li:nth-child(2){
	display:none;
}
.single-post .meta-wrapper{
	display:none;
}
.blog article .one_half, .category article .one_half{
	width:36%;
}
.blog article .last, .category article .last{
	width:59%;
}
.sf-menu > li a {
	padding: 10px 5px;
}
.single-post .hovercover{
	display:none!important;
}

.single-post #post-content img{
	margin:30px auto 10px;
}
.single-post .post-img{
	display:none!important;
}
.single-post #post-content img{
	margin:50px 0 10px;
	max-width:600px;
}
.blog #post-content img, .blog #post-content h2, .category #post-content img, .category #post-content h2{
		display:none!important;
}

.single-post .post-content {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.articolosx{
	width:48%;
}
.articolosx img{
	width:100%;
	margin:0px!important;
}
.articolodx{
	width:48%;
	box-sizing:border-box;
	padding:0 3%;
}
.blog .articolodx, .category .articolodx{
	width:100%;
	padding:0;
}
.articolodx h2 {
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #111;
	margin: 20px 0 20px;
	font-size: 25px;
}
.single-post .one_sixth {
	width: 13.3333%;
	position: absolute;
	top: -62px;
	background: #eee;
	padding: 13px 0 0;
	max-width: 90px;
	z-index: 4;
}
.single-post .five_sixth{
			width:100%!important;
	margin-top:35px;
}
.galleryid-12697 {
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.galleryid-12697 .gallery-item{
	margin:0.1%!important;
	width:33.133%!important;
	line-height:0px;
}
.galleryid-12697 .gallery-item img {
	border: none!important;
		line-height:0px;
}

.post-12697 h2 {
	text-align: center !important;
	width: 100%;
	color: #222!important;
	font-size: 28px;
	margin: 20px auto 30px;
}
.post-12697 p {
	text-align: center;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	font-size: 17px;
	color: #777;
}
.officilalinks{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
	width:96%;
	max-width:700px;
	margin:50px auto 100px;
}
.officilalinks a {
	display: block;
	margin: 1%;
	width: 31.333%;
	padding: 15px 15px;
	text-align: center;
	background: #ccc;
	color: #222;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
	box-sizing: border-box;
	font-weight: 600;
}
.officilalinks a:hover{
background:#1A86CA;
	color:#fff;
	text-decoration:none!important;
}








/*##########  modelli subaru ###############*/
.parent-pageid-7138 #page-top{
	display:none;
}
.parent-pageid-7138 #page-wrapper {
	max-width: 100%;
	width: 100%;
	margin-top: 0px;
}
.gammasubarusection{
	width:96%;
	max-width:1200px;
	margin:100px auto;
}
.gammasubarusection h3 {
	color: #111;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 25px 0px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.gammasubaruboxes{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.gammasubarubox{
	display:block;
	width:19%;
	margin:0.5%;
	text-align:center;
	text-decoration:none!important;
}
.gammasubarubox img{
	width:100%;
	max-width:280px;
}
.gammasubarubox strong{
	color:#111;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:15px;
	font-weight:600;
	position:relative;
	padding:3px;
}
.gammasubarubox strong::before {
	background: #222;
	width: 0%;
	position: absolute;
	content: "";
	display: block;
	top: 99%;
	left: 0;
	transition: all 0.5s;
	height: 2px;
	z-index: 0;
}
.gammasubarubox:hover strong:before{
	width:100%;
	transition:all 0.5s;
}
.modellointro{
		margin:100px auto 0;
	width:96%;
	max-width:800px;
}
.modellointro h1 {
	color: #222;
	width: 100%;
	text-align: center;
	font-size: 45px;
	text-transform:uppercase;
}
.modellointro h2 {
	color: #999;
	margin: 15px auto 40px;
	text-align: center;
	width: 100%;
}
.modellointro p {
	color: #567;
	font-size: 15px;
}

.modellogallery{
	margin:60px auto 120px;
	width:100%;
	max-width:1400px;
}
.gallery a {
	line-height: 0px;
	font-size: 0px;
	box-sizing: border-box;
	margin-top: 0px;
	display: block;
}
.gallery img {
	border: 2px solid #fff !important;
	line-height: 0px;
	box-sizing: border-box;
}
.gallery img:hover {
	opacity:0.8;
}
.gallery-item{
	margin:0!important;
}
.modelloskills{
	background:#eee;
	padding:50px 0;
}
.modelloskillswrap {
	width: 96%;
	max-width: 1200px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.modelloskills a {
	display: block;
	width: 31.333%;
	margin: 1% 1% 30px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	color: #222;
	font-weight: 700;
	letter-spacing: 1px;
	position:relative;
}
.modelloskills img {
	margin-bottom: 10px;
	box-sizing: border-box;
}
.modelloskills a:hover img {
opacity:0,8;
}
.modelloskills a::before {
	background: #000;
	width: 0%;
	max-width: 180px;
	right: 0;
	margin: 0 auto;
	position: absolute;
	content: "dettagli su subaru.it";
	display: block;
	top: 101%;
	left: 0;
	transition: all 0.5s;
	height: 2px;
	z-index: 0;
	font-size: 0px;
	text-transform: lowercase;
	line-height: 23px;
	color: #999;
	font-weight: 600;
		letter-spacing:0.5px;
}
.modelloskills a:hover:before{
	width:100%;
	transition:all 0.5s;
		font-size: 13px;	

}
.linksubaru {
	display: block;
	margin: 0 auto 50px;
	width: 90%;
	max-width: 400px;
	background: #111;
	color: #fff !important;
	text-align: center;
	border-radius: 50px;
	padding: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	text-decoration: none !important;
	box-sizing: border-box;
}
.linksubaru:hover {
	background:#444;
}

.post-12847 .modellogallery{
	max-width:1000px;
}
.modellisolterra{
	width: 96%;
	max-width: 1200px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;	
}
.modellisolterra h2 {
	color: #222;
	width: 100%;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 30px;
}
.modellisolterra p {
	color: #567;
	font-size: 15px;
	width: 100%;
	text-align: center;
}
.modellosolterra {
	width: 46%;
	margin: 100px 2%;
	border: 2px solid #222;
	box-sizing: border-box;
	border-radius: 20px;
	max-width: 430px;
	padding: 100px 20px 30px;
}
.modellosolterra img {
	max-width: 350px;
	margin: -175px auto 60px;
	width: 90%;
}
.modellosolterra h4 {
	color: #111;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	text-align: center;
	width: 100%;
	margin: 0 auto 30px;
	letter-spacing: 1px;
}
.modellosolterra p {
	color: #567;
	text-align: left;
	width: 96%;
	max-width: 320px;
	margin: 0 auto;
}

.modelloskillssolterra  {

}
.modelloskillssolterra a {
	display: block;
	width: 31.333%;
	margin: 1% 1% 30px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	color: #222;
	font-weight: 700;
	letter-spacing: 1px;
	position:relative;
}
.modelloskillssolterra img {
margin-bottom:12px;
}

.modelloskillssolterra em {
	width: 100%;
	display: block;
	font-weight: 500;
	text-transform: none;
	font-size: 13px;
	line-height: 20px;
	margin: 6px auto 20px;
	width: 90%;
}
.menu-primary-menu-container{
	max-width:780px;
	width:100%;
}
.formpromoofficina {
	display: block;
	margin: 70px auto;
	width: 100%;
	max-width: 700px;	
}
.labelboxes{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.labelboxes label{
	width:48%;
	margin:1%;
}
.labelboxes label.lb2{
	width:100%;
}
.labelboxes label strong{
	display:block;
}
.labelboxes input, .labelboxes textarea {
	width: 100%;
	border: 1px solid #ddd;
	padding: 15px 15px;
	box-sizing: border-box;
	cursor: text;
	font-family: open sans;
}
.labelboxes textarea{
	height:120px;
}
.formpromoofficina .wpcf7-submit{
	display: block;
	background: #222;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	max-width: 200px;
	letter-spacing: 2px;
	font-size: 18px;
	padding: 10px;
	margin: 0 auto;
	border: none;
}
.formpromoofficina .wpcf7-submit:hover, .formpromoofficina .wpcf7-submit:visited, .formpromoofficina .wpcf7-submit:focus, .formpromoofficina .wpcf7-submit:active{
background:#1A86CA;
	color:#fff!important
}
.formpromoofficina p.privacyaccept{
	font-size:13px;
	text-align:center;
	color:#999;
}
.lbrad{
	border:1px solid #ddd;
	box-sizing:border-box;
	padding:15px;
}
.lbrad input{
	width:20px;
}
.lbrad strong{
	color:#666;
	display:block;
	margin-bottom:5px;
}
.lbrad span.wpcf7-list-item{
	margin:0;
}
.formpromoofficina h5 {
	margin: 0 auto 30px;
	font-size: 17px;
	line-height: 23px;
	text-align: center;
}
.gammasubarugaranzia {
	background: #26282a;
	padding:30px 0;
}
.gammasubarugaranziawrap {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
}

.gammasubarugaranzia h6 {
	color:#fff;
	font-size:30px;
	margin-right:50px;
}
.gammasubarugaranziawrap p{
		display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
}
.gammasubarugaranzia a {
	padding: 15px;
	margin: 0 0 0 20px;
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	display: flex;
	align-items: center;
	max-width: 310px;
}
.gammasubarugaranzia a:hover {
color:#fec31d;
	text-decoration:none;
}
.gammasubarugaranzia img{
	float:left;
	margin-right:20px;
	max-width:85px;
}
#custom_html-2 a{
	padding: 15px;
	margin: 0px;
	color: #1A86CA;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	display: flex;
	flex-direction:column;
	align-items: center;
	border:2px solid #1A86CA;
}
#custom_html-2 a em{
	font-size:11px;
	text-transform:lowercase;
	font-style:normal;
	line-height:16px;
	display:inline-block;
	margin-top:5px;
	text-align:center;
	letter-spacing:0px;
}
#custom_html-2 a:hover{
background:#1A86CA;
	color:#fff;
}
p.noleggiopage{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:60px auto;
	width:96%;
	max-width:1200px;
}
p.noleggiopage a {
	width: 48%;
	text-align: left;
	color: #567;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none !important;
	padding: 20px;
	border: 1px solid transparent;
	box-sizing: border-box;
		transition:all 1s;
}
p.noleggiopage a.breve{background: #0694;}
p.noleggiopage a.lungo{background: #ddd;}
p.noleggiopage a.breve:hover{background: #0696;}
p.noleggiopage a.lungo:hover{background: #ccc;}

p.noleggiopage a strong{
	color: #111;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin: -25px 0 10px 0px;
	border-bottom: 1px solid #456;
	padding-bottom: 5px;
}
p.noleggiopage a em {
	color: #456;
	display: block;
	margin-top: 20px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
}
p.noleggiopage br{
	display:none;
}
p.noleggiopage a:hover{
	border: 1px solid #ccc;	
	transition:all 1s;
}
.noleggiopageintro{
	text-align:center;
	margin:70px auto 60px;
}
.noleggiopageintro h1{
	color: #222;
	width: 100%;
	text-align: center;
	font-size: 45px;
	text-transform: uppercase;
}
.noleggiopageintro h2 {
	color: #999;
	margin: 15px auto 40px;
	text-align: center;
	width: 100%;
}
.noleggiopageintro p{
	color: #567;
	font-size: 15px;
}
.page-id-12917 #page-top{
	display:none;
}

.wplp_listposts img{
	border:1px solid #ddd;
	box-sizing:border-box;
}
.wplp_listposts a.title {
    font-size: 18px!important;
    color: #000!important;
    margin: 10px auto 20px!important;
    line-height: 20px!important;
}



/*##########################################*/
@media screen and (max-width: 1200px){
	#logo-container{
		width:20%;
		box-sizing: border-box;
		margin:0;
	}
	#navigation-wrapper{
		width:78%;
		box-sizing: border-box;
		margin:0;
	}
}

@media screen and (max-width: 960px){
	.articolodx, .articolosx{
	width:96%;
		margin:20px auto;
	}
	.officilalinks a {
	margin: 5px auto;
	width: 96%;
		max-width:400px;
	}

.galleryid-12697 .gallery-item{
	margin:0.1%!important;
	width:48%!important;
}
	.gammasubarugaranzia h6 {
	font-size: 25px;
	margin-right: 0px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}
p.noleggiopage a {
	width: 98%;
	margin:0 auto 20px;
}	
}

@media screen and (max-width:768px){
.modellointro {
	margin: 50px auto 0;
}
	.modellointro h1 , .noleggiopageintro h1{
	font-size: 35px;
}
	.modellointro h2 , .noleggiopageintro h2{
	font-size:20px;
		margin:0 auto 20px;
}
	.modellointro p , .noleggiopageintro p{
	padding:0 15px;
	font-size: 14px;
}
	#gallery-2 {
	display: flex!important;
	flex-wrap: wrap!important;
}
	#gallery-2 .gallery-item {
	width: 50%!important;
}
	.modelloskills a {
	width: 48%;
}
	.gammasubarubox {
	width: 32.333%;
}
#logo-container img{
		max-width:200px;
	}
	.modellosolterra {
	width: 96%;
		margin:100px auto 30px;
}
.modelloskillssolterra a {
	width: 48%;
	}
	.gammasubarugaranzia a {
	margin: 0 auto 5px;
}
}

@media screen and (max-width:480px){
.modellointro h1, .noleggiopageintro h1 {
	font-size: 25px;
}
.modellointro h2, .noleggiopageintro h2 {
	font-size:16px;
}
	.modellointro p, .noleggiopageintro p {
	font-size: 13px;
}
	#gallery-2 .gallery-item {
	width: 100%!important;
}
		.modelloskills a {
	width: 96%;
		margin:10px auto 30px;
}
		.modelloskills a:hover:before {
				font-size:11px;
		}
		.gammasubarubox {
	width: 49%;
}
#logo-container img{
		max-width:150px;
	}
	.modellosolterra img {
	max-width: 350px;
	margin: -160px auto 30px;
	width: 90%;
}
.modelloskillssolterra a {
	width: 96%;
			margin:20px auto;
	}

.labelboxes label {
	width: 98%;
}	
		
.gammasubaruboxeswrap {
	display: block!important;
}
		
	.gammasubarubox {
	width: 100%!important;
}


}

