/*
Theme Name: Bootstrap Canvas WP
Theme URI: 
Author: Schon Garcia
Author URI: 
Description: The 2015 theme for WordPress built on Bootstrap, a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
Version: 1.93
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, light, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: bootstrapcanvaswp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px auto 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item img {
    border-width: 1px;
    margin-bottom: 0;
}

.wp-post-image {
	margin-bottom: 20px;
}

.sticky {
}

.bypostauthor {
}

.entry {
	margin-bottom: 20px;
}

.widget {
	text-align: initial;
}

.widget ul {
    list-style: none;
    padding: 0;
}

#searchsubmit {
	margin: 4px 0;
}

.comment-list {
	padding: 0;
}

.comment-list, 
.children:nth-child(n+1) {
	list-style: none;
}

@media (max-width: 767px) {
	.comment-list, 
	.children:nth-child(n+1) {
		padding: 0;
  	} 
}

/*CONTACT FORM*/
#contact{
    list-style:none;
    margin:0;
}
#contact li{
    float: left;
    height: 60px;
    margin:0 0 20px;
    position: relative;
    width: 540px;
}
#contact li .text{
    background: #F0EFEF;
    padding:15px 10px 10px 0;
    position:absolute;
    z-index:100;
    min-width:85px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    text-indent: 5px;
}
#contact li .required{
    float:right;
    right:10px;
    top:10px;
    z-index:100;
}
#contact li .wpcf7-form-control-wrap{
    position: absolute;
}
#contact li .wpcf7-form-control-wrap input, #contact li .wpcf7-form-control-wrap textarea{
    background:#fff;
    border:solid 5px #F0EFEF;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:15px 10px 25px;
    width: 509px;
    text-indent:95px;
    z-index:100;
    margin:0;
}
#contact li .wpcf7-form-control-wrap input:focus, #contact li .wpcf7-form-control-wrap textarea:focus{
    background:#F0EFEF
}
#contact li .wpcf7-form-control-wrap textarea{
    line-height: 28px;
    padding: 10px;
    height:200px;
}
#contact li#message{
    min-height:220px;
}
#contact li#submit input{
    color:#fff;
    text-decoration:none;
    margin:10px 30px 0 0;
    background:#09b2f3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69d2f9', endColorstr='#09b2f3');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#69d2f9), to(#09b2f3));
    background: -moz-linear-gradient(top, #69d2f9, #09b2f3);
    border:none;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -0-border-radius:3px;
    border-radius:3px;
    display:block;
    padding:10px 25px;
    text-align:center;
    text-shadow:0 1px 0 #09b2f3;
    text-transform:uppercase;
}
#contact li#submit input:hover{
    background:#69d2f9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b2f3', endColorstr='#69d2f9');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#09b2f3), to(#69d2f9));
    background: -moz-linear-gradient(top, #09b2f3, #69d2f9);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
    -o-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
    box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
    color:#06506c;
    text-shadow:0 1px 0 rgba(255,255,255,.25);
    text-transform:uppercase;
    cursor:pointer;
}
div.wpcf7-validation-errors {
    clear: left;
}


















/*  INIZIO PERSONALIZZAZIONE ELENCO PRODOTTI */





table.descrizione, table.descrizione tr, table.descrizione td{
	text-align:left !important;
	padding: 5px;
}

tr.titoli{background-color:#428bca; color:#ffffff;}

/*2COLONNE*/
div.split2 div{
    float: left;
    width: 45%;
    width: 49%;
    width: 45%;
    padding: 0 0%
    }

/*3COLONNE*/
div.split3 div{
    float: left;
    width: 29%;
    width: 33%;
    width: 29%;
    padding: 0 2%
    }

div.clearer{
    float: none; clear: left
    }


/*INIZIO MENU */

nav.navbar-static-top ul li{
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;

}

nav.navbar-static-top ul li.current-menu-item a{
	
	background-color: red !important;

}
div.navbar-collapse ul.navbar-nav{
	float:right !important;h1
}


/*MODIFICA DIMENSIONE TESTO*/

p{
	font-size: 16px;
}

/* H1 GROSSO */

div.blog-main h1 span{
	color: #dd180f;
	font-family: Arial;
	font-weight: bold;
	font-size: 46px;
	text-transform: uppercase;
	display:inline;
	padding-right:12px;
}

/* H2 BLOG-POST-TITLE */
H2.blog-post-title{
	color: #428bca;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom:2px solid #428bca;
}

.thumbnail {
	border:none !important;
}

a.more-link{
	color:#dd180f;
	font-size:16px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	padding:0 9px;
	border:2px solid #dd180f;
	float:right;
	display:block;
}