/*
Theme Name: Bruni Macchine Agricole
Author: Giga Comunicazione
Author URI: https://www.gigacomunicazione.com/
Description: Foglio di stile per il sito web di Bruni Macchine Agricole
Version: 1.0
*/

body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #455565;
}
h1, h2, h3, h4, h5, h6, p, ul, ol{
	font-family: 'Open Sans', sans-serif !important;
	
}
.pagina h1{
	font-size: 24px;
}
h4{
	font-size: 18px
}
.alignright{
	float: right;
	margin: 10px 0 10px 10px
}
.contenitore{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 80%
}
.header{
	border-bottom: 1px solid #f0f0f0;
	display: table;
	width: 100%;
	padding: 1em 0;
}
img{
	min-height: 1px
}
a img{
	outline: none !important
}
.header p{
	font-size: 14px;
	vertical-align: middle
}
.header img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 200px;
	height: auto;
}
.header .column{
	
}
h1{
	font-size: 26px;
}
.homepage h1{
	font-size: 32px;
	margin: 1em 0
}
h3{
	font-size: 18px !important;
	font-weight: 600 !important
}
ul, ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
a:hover{
	text-decoration: none !important;
	color: #56BE69
}
.visible{
	display: block;
}
.invisible{
	display: none
}
/* ==================== COLONNE ==================== */
.row{
	display: flex;
	flex-direction: row;
	margin-left: 0 !important;
	margin-right: 0 !important;
	vertical-align: top
}
.column{
	display: flex;
	flex-flow: column;
	flex-grow: 1;
	flex-basis: auto;
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 0;
	vertical-align: top;
}
.one-half{
	width: 49.99%
}
.one-three{
	width: 33.33%;
}
.two-three{
	width: 66.66%
}
.header .one-three{
	align-items: center;
	justify-content: center
}
.one-four{
	width: 43%
}
.one-two{
	width: 12%
}
.one-twenty{
	width: 20%
}
.one-fifty{
	width: 50%
}
.one-sixty{
	width: 60%
}
.one-eighty{
	width: 80%;
	padding: 0 20px
}
.pagina .one-eighty, .pagina .one-sixty{
	padding-bottom: 1em;
	padding-left: 4em
}
.one-seventy{
	width: 70%
}
.twenty-five{
	width: 25%;
	padding: 1%
}
.fullwidth{
	width: 100%;
	padding: 1%
}
.pagina .column.first{
	background: #455565
}

ul{
	margin: 0 !important;
	padding: 0 !important;
}
/* ==================== MENUS ==================== */

.main-menu{
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0
}
.menu{
	list-style: none;
	margin: 0 !important;
	padding: 0;
	z-index: 9999;
	text-align: center;
	
}
.menu li{
	display: inline-block;
	position: relative
}

.menu > li > a{
	padding-right: 10px;
	padding-bottom: 3px;
	color: #455565;
	text-transform: uppercase;
	text-decoration: none;
	font: normal 14px "Lato", sans-serif;
	
}

.main-menu .menu > li > a:before{
	content: "|";
    padding-right: 10px;
    font-size: 12px;
    line-height: 12px
    color: #455565;
}
.main-menu .menu > li.menu-item-has-children > a:after{
	content: "\f0d7";
	font-family: FontAwesome;
	margin-left: 5px;
	font-size: 12px
	
}
.main-menu .menu li:first-child a:before{
	content: '';
}
.main-menu .menu li a:hover, .main-menu .menu li.current-menu-item a, .menu-prodotti ul li a:hover{
	color: #56BE69
}
.main-menu li.menu-item-has-children:hover .sub-menu{
	display: block
}
.main-menu .sub-menu{
	background: #fff;
	z-index: 9999;
	text-align: left;
	display: none;
	position: absolute;
	border: 1px solid #ccc;
	width: 200px;
}
.sub-menu.visible, .sotto-menu.visible{
	display: block
}
.sub-menu li{
	display: block;
}
.sub-menu li a{
	display: block;
	padding: 5px 0;
	text-indent: 4px;
	color: #455565;
	text-decoration: none;
	font: normal 14px "Lato", sans serif;
}
/* TOP MENU */
.top-menu ul li{
	margin-right: 5px
}
.top-menu ul li:first-child a{
	background: #56BE69;
	color: #fff;
	padding: 8px;
	text-transform: uppercase;
	border-radius: 50%
}
.top-menu ul li.video a {
	background: #888;
}
.top-menu ul li.video a{
	color: #fff
}
.top-menu ul li.video a:after{
	content: '\f144';
	font-family: FontAwesome;
	margin-left: 10px
	
}
.top-menu ul.menu li.social a{
	border-radius: 99%;
	padding: 5px 8px
}
.top-menu ul li:last-child a{
	background: transparent;
	color: #313131
}
.top-menu li i, .footer i{
	font-size: 18px
}

.nav{
	align-items: center;
	justify-content: center;
	display: table;
	width: 100%;
	text-align: center
}
.menu-prodotti{
	padding-top: 2em
}
.menu-prodotti ul.menu{
	text-align: center;
	list-style: none;
	display: block;
	text-transform: uppercase;
}
.menu-prodotti ul.menu li{
	margin: 0;
	padding: 3px 0;
	display: block
}
.menu-prodotti ul li a{
	color: #313131;
	font-size:12px;
	text-decoration: none;
	font-weight: 600
}
.menu-prodotti ul li:first-child{
	margin-bottom: 1em
}
.menu-mobile{
	display: none;
}
.menu-laterale{
	height: 100%;
}
.menu-laterale .menu {
	background: #f5f5f5
}

.menu-laterale .menu li:first-child{
	border-top: 1px solid #ccc
}
.menu-laterale .menu > li > a{
	text-align: left;
	display: block;
	padding: 7px 0 7px 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	width: 100%;
	color: #455565;
	font-size: 14px;
	position: relative
}
.menu-laterale .menu li{
	display: block
}
.menu-laterale .menu .sub-menu{
	position: relative !important;
	background: #fff;
	width: 100%;
	border: none
}
.menu-laterale .sub-menu li{
	border-bottom: 1px solid #ccc;
}
.menu-laterale .sub-menu li a{
	display: block;
	width: 100%;
	text-align: left;
	padding: 7px 0;
	text-indent: 25px;
	color: #455565;
	font-size: 14px;
	text-decoration: none;
}
.menu-laterale .sub-menu li:first-child{
	border-top: 0
}
.menu-laterale .menu li.child.menu-item-has-children > a:after{
	content: "\f107";
	font-family: FontAwesome;
	margin-left: 20px;
	font-size: 21px
}
.menu-laterale > .menu > li > a:hover, .menu-laterale > .menu > li > a.current{
	text-decoration: none;
	background: #56BE69;
	color: #fff;
}

.menu-laterale .sub-menu li a:hover{
	background: #455565;
	color: #fff;
}
.menu-laterale .sub-menu li.current-menu-item a{
	color: #56BE69
}
.menu-laterale .sub-menu li.current-menu-item a:hover{
	color: #fff
}
.menu-laterale .sub-menu{
	display: none;
}
.menu-laterale h4{
	background: #dedede;
	padding: 10px 0;
	text-indent: 5px;
	color: #455565;
	font-size: 16px;
	text-transform: uppercase
}
.menu-laterale li.current-menu-ancestor .sub-menu, .menu-laterale li.current-menu-item .sub-menu{
	display: block
}
.menu-laterale li.menu-item-has-children > a:after{
	position: absolute;
	right: 5px;
	font-family: FontAwesome;
	display: block;
	content: '\f107';
	top: 25%;
	font-size: 18px;
	font-weight: 500
}
/* +++++++++ CONTENUTI +++++++++ */
.home-page h1{
	text-align: center
}
.pagina{
	position: relative
}
.immagine-pagina{
	width: 100%;
	margin: 10px 0
}
.immagine-pagina img{
	width: 100%;
	height: auto;
	min-height: 1px
}
.page-post p{
	padding: 0 5px
}
.contenuti{
	padding: 3em 0;
	
}
.contenuti.prodotto{
	padding: 1% 1% 3em 1%
}
.contenuti h1{
	text-align: center
}
.page table{
	max-width: 1200px !important;
	min-width: 50% !important;
}
.titolo-pagina{
	font-size: 24px;
	text-transform: uppercase;
	margin: 1em 0;
	color: #56BE69;
	font-weight: 600
}
p.categoria-prodotto{
	margin-bottom: 0;
	color: #cecece;
	font-size: 14px;
	padding-bottom: 2px
}
p.categoria-prodotto:after{
	content: '';
	display: block;
	height: 1px;
	margin-top: 2px;
	background: #dadada;
	width: 99%
}
.box-prodotto a{
	text-decoration: none;
}
.box-prodotto p a{
	text-decoration: underline
}
.box-prodotto a:hover, .box-prodotto:hover p a{
	color: #56BE69
}
.box-prodotto{
	text-decoration: none;
	overflow: hidden
}
.box-prodotto:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transition: all ease-out 180ms;
	-webkit-transition: all ease-out 180ms;
	-moz-transition: all ease-out 180ms;
	-o-transition: all ease-out 180ms;
}
.box-prodotto img{
	transition: all ease-out 180ms;
	-webkit-transition: all ease-out 180ms;
	-moz-transition: all ease-out 180ms;
	-o-transition: all ease-out 180ms;
	width: 100%;
	height: auto;
	min-height: 1px;
}
.box.prodotto{
	border: 1px solid #ccc;
}
.box.prodotto h6{
	color: #455565;
	text-indent: 5px;
	text-transform: uppercase;
	font-weight:400;
	margin: 10px 0 5px 0;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif !important;
}
.box.prodotto p{
	padding: 0 5px;
	font-size: 14px;
	color: #a2a2a2;
}
.immagine-prodotto{
	overflow: hidden;
}
.immagine-prodotto img{
	width: 100%;
	height: auto;
	min-height: 1px
}
.colonna-sinistra{
	max-width: 250px
}
.colonna-sinistra h3{
	border-bottom: 1px solid #ccc;
	background: #fff;
	padding: 10px 0;
	margin: 10px 0;
	text-indent: 5px;
	color: #455565;
	font-size: 22px !important;
	text-transform: uppercase;
}
h3.titolo-blog{
	font-size: 16px !important
}
a:hover .box.prodotto h6{
	color: #56BE69;
}
table {
	max-width: 100%;
	border: 1px solid #000
}
table td{
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 0;
}
table.scheda-tecnica td{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px
}
table td.no-border{
	border-bottom: 0
}
.fa.fa-circle{
	font-size: 10px
}
.tab-prodotto > ul li{
	margin-bottom: 5px
}
.tab-prodotto > ul li a{
	background: #455565;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}
.tab-prodotto > ul li.wcs-state-active a, .tab-prodotto > ul li a:hover{
	background: #56BE69 !important;
}
.tab-prodotto > ul li.wcs-state-active a:after, .tab-prodotto > ul li a:hover:after {
	font-family: FontAwesome;
	content: '\f0d7';
	display: block;
	margin: 0;
	font-size: 32px;
	line-height: 24px;
	color: #56BE69;
	position: absolute;
}
.tab-content td a{
	color: #455565;
	text-transform: uppercase
}
.tab-content a:hover{
	color: #ff0000;
	text-decoration: underline !important
}
.tab-content ul li{
	list-style: disc;
	margin-left: 25px;
}
.tab-content ul li a{
	
}
.embed-video video{
	border: 1px solid #ccc
}
.wc-shortcodes-tabs ul.wcs-tabs-nav li a{
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.fa.fa-download{
	font-size: 38px !important
}
form label{
	display: block;
	margin-top: 14px;
	margin-bottom: 5px
}
form textarea{
	height: 100px
}
form input, form textarea{
	border: 1px solid #ccc
}
button{
	background: #455565;
	color: #fafafa;
}
button span{
	font-size: 12px
}
/* +++++++++ NEWS ++++++++++ */
.post{
	width: 32%;
	display: inline-block;
	vertical-align: top;
}
/* +++++++++ FOOTER +++++++++ */
.footer{
	background: #f5f5f5;
	display: table;
	padding: 1em 0 2em 0;
	width: 100%;
	font-size: 14px;
	color: #313131;
}
.footer .menu li a{
	text-decoration: underline
}
.footer .column{
	z-index: 9999
}
.footer h6{
	font-size: 18px
}
.footer p{
	margin-top: 0;
}
.footer ul, .footer h6{
	margin-top: 20px;
	display: block;
	text-align: left
}
.menu-footer-menu-container .menu li{
	display: block;
	text-align: left;
	margin-bottom: 7px
}
.footer .one-three{
	padding: 0 20px 0 0
}
.footer h6:after{
	content: '';
	width: 40px;
	background: #56BE69;
	height: 3px;
	display: block;
	margin: 8px 0 10px 0
}
.footer li a{
	color: #313131;
}
.footer li a:hover{
	color: #56BE69;
}
.footer .news h6{
	margin-bottom: 0;
}
.footer .news a:hover, .footer li a:hover, .footer p a:hover{
	text-decoration: underline !important;
	color: #56BE69
}
.footer .news p{
	margin: 0 0 10px 0;
}
.footer .social a{
	background: #56BE69;
	color: #fff;
	padding: 7px 8px ;
	text-transform: uppercase;
	border-radius: 50%
}
.footer .social{
	margin-top: 1em !important
}
.footer .post-date{
	display: block;
	margin-top: 5px;
	margin-bottom: 15px
}
.end{
	background: #212121;
	color: #ccc;
	padding: 1em 0
}
@media screen and (min-width: 300px) and (max-width: 800px){
	.header{
		padding-bottom: 20px;
		border-bottom: 0
	}
	.column{
		width: 100%;
	}
	.wc-shortcodes-center, .contenitore{
		width: 95% !important;
		margin-left: auto;
		margin-right: auto;
	}
	.row{
		flex-direction: column-reverse
	}
	.colonna-sinistra{
		max-width: 100%
	}
	h1{
		font-size: 170% !important
	}
	.contenitore{
		width: 99%
	}
	.header img{
		width: 50%;
		margin-bottom: 20px;
		height: auto;
		min-height: 1px;
	}
	img, a img{
		height: auto;
		min-height: 1px;
	}
	.home-page .first{
		order: 2;
	}
	.home-page .last{
		margin: 10px 0
	}
	.visible{
		display: block
	}
	.menu-mobile{
		display: block;
		width: 100%;
		background: #f5f5f5;
		margin-bottom: 0;
		padding: 10px 0;
		line-height: 20px;	
		text-align: center;
	}
	.menu-mobile p{
		margin: 0;
	}
	.pagina .one-eighty, .pagina .one-sixty{
		padding-left: 0;
	}
	table{
		max-width: 80% !important
	}
}
@media screen and (min-device-width: 300px) and (max-device-width: 736px){
	h1{
		font-size: 170% !important
	}
	.contenitore{
		width: 95% !important;
		margin-left: auto;
		margin-right: auto;
	}
	img, a img{
		height: auto;
		min-height: 1px;
	}
	.alignright, .alignleft{
		float: none;
		width: 100%
	}
	.main-menu{
		margin: 0;
		padding: 0;
		display: none;
		width: 100%
	}
	.column{
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.main-menu .menu li{
		display: block;
		width: 100%;
	}
	.main-menu .menu li a{
		padding: 8px 0;
		border-top: 1px solid #ccc;
		background: #f5f5f5;
		display: block;
		width: 100%
	}
	.main-menu > .menu > li:first-child > a{
		border-top: 1px solid #ccc
	}
	.main-menu .menu li a:before{
		content: "";
	}
	.main-menu .sub-menu{
		position: relative;
		display: none;
		width: 100%;
	}
	.sub-menu li a{
		text-align: center;
	}
	.sub-menu li:last-child a{
		border-bottom: 0
	}
	.visible{
		display: block
	}
	.menu-mobile{
		display: block;
		width: 100%;
		background: #f5f5f5;
		margin-bottom: 0;
		padding: 10px 0;
		line-height: 20px;	
		text-align: center;
	}
	.menu-mobile p{
		margin: 0;
	}
	.pagina{
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.pagina .one-eighty, .pagina .one-sixty{
		padding-left: 0;
	}
	table{
		max-width: 97% !important
	}
	table img{
		display: none !important
	}
	.wcs-tabs-nav.wc-shortcodes-clearfix li{
		width: 100% !important
	}
}