﻿/*
* Author: Webngo
* Template: Astrum
*/

/*
N.B.
Font usato: "Titillium Web"
Importato su style.css e base.css
*/

/* body
====================================*/
body{
	background:#333 url(/images/body-bg.jpg) repeat-x center top fixed!important;
	color:#555;
	font-size:16px;
}
body.boxed{
    box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.2);
}

p {
    line-height:21px;
}
h3{
	color:#359747;
	border-bottom:2px solid #359747;
}
h5{
	color:#359747;
}
.headline{
	border-bottom:0;
	background-color:#f6f6f6;
}
.line{
    border-bottom:2px solid #359747;
}

#titlebar{
	background:#ddd url(/images/section-bg.jpg) repeat-x center bottom;
}
#titlebar h2{
    font-size:22px;
}
#titlebar span{
    color:#555;
}

img.txt-img{
	width:40%;
	margin:10px 0 10px 10px;
	float:right;
	-webkit-border-radius:3px;
    border-radius:3px;
}

#content-wrapper{
    background-color:#f6f6f6;
}

.get-in-touch li p strong{
    margin:0 5px 0 0;
}

#contact fieldset div input{
    width:75%;
}

/* =================================================================== */
/* Header
====================================================================== */

#header{
	height:120px;
	border-bottom:10px solid #359747;
}

/* Logo
====================================*/
#logo{
	margin-top:10px;
}
#logo a img{
    width:340px;
    height:auto;
    max-width:100%;
}

/* Claim
====================================*/
#claim{
	position:absolute;
	right:0;
	top:0;
	width:150px;
	height:160px;
	background:url(/images/claim-bg.png) no-repeat center bottom;
}
#claim p{
	margin:0;
	padding-top:24px;
	font-size:16px;
	line-height:18px;
	text-align:center;
	color:#fff;
	text-shadow:0 1px 1px #060;
}
#claim p strong{
	color:#fff;
}
#claim p span{
	font-size:28px;
	line-height:30px;
}

/* Menu
====================================*/
#navigation{
    margin-right:135px;
}
.menu ul > li > a{
	padding:52px 10px 47px;
	font-size:18px;
	color:#359747;
}
#current,
.menu ul li a:hover,
.menu ul > li:hover > a{ 
	border-bottom:3px solid #359747;
}

/* Drop-Down */
.menu ul ul {
	border-top: 3px solid #359747;
}

/* Slider
====================================*/
.fullwidthbanner-container{
	height:210px;
}
.caption-1,
.caption-2,
.caption-3{
	height:210px;
	background-position:right center;
	background-repeat:no-repeat;
	background-size:cover;
}
.caption-1{
	width:35%;
	background-image:url(/images/bg-caption-1.png);
}
.caption-2{
	width:34%;
	background-image:url(/images/bg-caption-2.png);
}
.caption-3{
	width:33%;
	background-image:url(/images/bg-caption-3.png);
}
.caption h1{
	color:#fff;
}
.caption h2{
	color:#ddd;
}

/* Breadcrumbs
====================================*/
#breadcrumbs ul li:first-child:after{
	content: "";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #ccc;
	margin: 0 0 0 9px;
}

/* List Styles
====================================*/
.contenuto ul {
	margin: 10px 0 18px;
}
.contenuto ul li {
	list-style: none;
	margin: 7px 0;
	margin-left: 2px;
}
.contenuto ul li:first-child {
	margin-top: 0;
}
.contenuto ul li:before {
	content: "";
	font-family: "FontAwesome";
	margin: 0 7px 0 0;
	position: relative;
	color: #c62020;
}
.contenuto ul li:before { content: ""; }

/* Menu bottoni
====================================*/
.menu-bottoni{}
.menu-bottoni li{
    display:block;
    width:100%;
    margin:0 0 12px;
	padding:0;
	border:1px solid #359747;
	-webkit-border-radius:4px;
	border-radius:4px;
	float:left;
	background:#359747; /* Old browsers */
	background:-moz-linear-gradient(top,  #5bab6a 0%, #359747 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bab6a), color-stop(100%,#359747)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #5bab6a 0%,#359747 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #5bab6a 0%,#359747 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #5bab6a 0%,#359747 100%); /* IE10+ */
	background:linear-gradient(to bottom,  #5bab6a 0%,#359747 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bab6a', endColorstr='#359747',GradientType=0 ); /* IE6-9 */
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}
.menu-bottoni li a{
	display:block;
	margin:0;
	padding:12px 50px 22px 25px;
	background:url(/images/menu-bottone-freccia.png) no-repeat 94% center;
	font-size:26px;
	line-height:24px;
	color:#fff;
	text-decoration:none;
	text-shadow:0 1px 1px #060;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}
.menu-bottoni li a span{
	font-size:20px;
	line-height:22px;
	color:#ddd;
}
.menu-bottoni li:hover{
	background:#5bab6a; /* Old browsers */
	background:-moz-linear-gradient(top,  #5bab6a 0%, #359747 75%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bab6a), color-stop(75%,#359747)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #5bab6a 0%,#359747 75%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #5bab6a 0%,#359747 75%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #5bab6a 0%,#359747 75%); /* IE10+ */
	background:linear-gradient(to bottom,  #5bab6a 0%,#359747 75%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bab6a', endColorstr='#359747',GradientType=0 ); /* IE6-9 */
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}
.menu-bottoni li a:hover{
	background-position:116% center;
	color:#fac6a7;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}

/* Section container
====================================*/
#section-container{
	margin:40px 0 -40px;
	padding:35px 0 40px;
	background:url(/images/section-bg.jpg) repeat-x center bottom;
}
#section-container,
#section-container .headline,
#section-container .showbiz-navigation {
	background-color:#ddd;
}
/*
#section-container .line {
	border-bottom-color:#e0e0e0;
}
*/
#section-container h3{
    margin-bottom:20px;
}

/* Portfolio
====================================*/
#portfolio-wrapper{
    min-height: inherit;
}
.item-description{
    background-color:#ddd;
}

/* Prodotti
====================================*/
.meta strong{
	font-weight:normal;
	color:#359747;
}
.post{
    border-bottom:0;
    margin:0;
    padding:0;
}
.post-content, .post-format{
    width:100%;
}
.ui-accordion .ui-accordion-header,
.trigger a{
    background-color:#ddd;
}

/* Footer
====================================*/
#footer {
    margin-top: -10px;
	background-color:#fefefe;
}
#footer h3{
    margin-bottom:20px;
}
#footer-bottom{
    background-color:#359747;
}
#footer-bottom p{
	margin-bottom:5px;
	line-height:20px;
}
.social-icons-footer{
    margin:20px 0 0;
}