/*
Theme Name: Bimbi della Coccinella
Theme URI: http://www.burningflame.it/
Author: Burning Flame
Author URI: http://www.burningflame.it/
Description: Bimbi della Coccinella
Version: 2.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/


/* ---- font ---- */


@import url('https://fonts.googleapis.com/css?family=Handlee');


/* ---- commons ---- */


body {
	background: #FFF;
	padding-top: 0px;
	font-family: 'Handlee', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 32px;
	-webkit-font-smoothing: antialiased;
}
input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
hr {
	margin: 20px 0px;
}
h1 {
	color: #2555A1;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
}
h2 {
	margin: 30px 0px 20px 0px;
	color: #2555A1;
	font-size: 20px;
	line-height: 30px;
}
a:link, a:visited, a:active {
	color: #2555A1;
	transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
}
a:hover {
	color: #3566B5;
}
.btn-default {
	background: #FFF;
	margin: 15px 0px 10px 0px;
	padding: 8px 16px;
	font-size: 17px;
	font-weight: 600;
	color: #2555A1!important;
	border: 2px solid #2555A1;
	border-radius: 25px;
	transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
}
.btn-default:hover {
	background: #2555A1;
	color: #FFF!important;
	border: 2px solid #2555A1;
}
.btn-default.btn-blue {
	background: #3566B5;
	margin: 15px 0px;
	color: #FFF!important;
	border: 2px solid #FFF;
}
.btn-default.btn-blue:hover {
	background: #FFF;
	color: #2555A1!important;
	border: 2px solid #FFF;
}


/* ---- header ---- */


.navbar {
	background: #FFF;
	margin: 100px 0px 20px 0px;
	padding-bottom: 10px;
	border: none;
	border-bottom: 2px solid #2554A1;
	border-radius: 0px;
}
.navbar-brand {
	float: left;
	padding: 0px;
	margin-top: 0px;
	height: auto;
}
.navbar-brand img {
	margin-top: -80px;
	height: 80px;
}
.loghi-destra {
	position: absolute;
	width: 50%;
	margin-left: 50%;
	margin-top: 60px;
	right: 15px;
	z-index: 100;
	text-align: right;
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-nav {
	float: right!important;
	margin-top: 35px;
	padding: 0px;
	font-size: 16px;
}
.navbar-nav li a {
	padding: 10px 5px 10px 5px;
	margin-left: 20px;
}
.dropdown-menu li a {
	margin-left: 0px!important;
}
.menu-item a {
	color: #2554A1!important;
}
.menu-item a:hover {
	color: #2F6FDB!important;
}
.current-menu-item a {
	background: none!important;
	color: #2F6FDB!important;
}
.current-menu-item a:hover {
	color: #2554A1!important;
}
.navbar-toggle {
	margin-top: 10px;
	margin-right: 10px;
	padding: 5px;
	border-radius: 0px;
	border: none;
}
.navbar-default .navbar-toggle:hover {
	background: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #2554A1;
}


/* ---- content ---- */


.page-header {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border: none;
}
#content{
	padding: 5px 0px;
	min-height: 400px;
}
.more-link{
	white-space: nowrap;
}
.sidebar {
	padding-top: 20px;
}
.widget {
	padding-bottom: 5px;
	color: #3566B5;
	box-shadow: 0 0 8px 0 #C8C8C8;
}
.widgettitle {
	background: #3566B5;
	padding: 15px;
	color: #FFF;
	box-shadow: 0 0 8px 0 #C8C8C8;
}
.widget_categories .cat-item-3 {
	display: none;
}


/* ---- pages ---- */

.cycle-slideshow {
	margin-top: 5px;
}
.cycle-pager {
	position: absolute;
	width: 100%;
	margin: -40px -15px 0px  -15px;
	text-align: center;
    z-index: 500;
}
.cycle-pager span { 
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 0px 1px;
    font-family: arial;
    font-size: 50px;
    color: #3566B5;
    cursor: pointer; 
}
.cycle-pager .cycle-pager-active {
	color: #FFF;
}
.slide-home {
	background: url(images/slide.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 330px;
	text-align: center;
}
.slide-home h1 {
	padding-top: 70px;
	font-size: 30px;
	line-height: 40px;
	color: #FFF;
}
.slide-home h2 {
	font-size: 26px;
	line-height: 40px;
	color: #FFF;
}
.box-home {
	margin-top: 20px;
	color: #3566B5;
	border-radius: 4px;
	border: 1px solid #6DA6EF;
	box-shadow: 0 0 4px 0 #C8C8C8;
}
.box-home a {
	text-decoration: none;
}
.box-home h1 {
	margin: 0px 15px;
	padding: 17px 0px 15px 40px;
	color: #3566B5;
	font-size: 20px;
	line-height: 33px;
	font-weight: normal;
	border-bottom: 2px solid #3566B5;
	text-align: center;
}
.box-home h1 .title-coccinella {
	display: inline-block;
	position: absolute;
	background: url('images/coccinella.png?v=1.0') center center no-repeat;
	margin-top: -2px;
	margin-left: -45px;
	width: 35px;
	height: 35px;
}
.box-home-description {
	padding: 15px 20px;
	text-align: center;
}
.quote-left {
	float: right;
	background: url(images/quote-left.png) no-repeat;
	margin: 0px;
	width: 34px;
	height: 31px;
}
.quote-right {
	float: left;
	background: url(images/quote-right.png) no-repeat;
	margin-top: 70px;
	width: 34px;
	height: 31px;
}
#map-canvas, #map-canvas2 {
	width: 100%;
	height: 330px;
}
#featured-carousel .item{
	width: 970px;
	height: 600px;
}
.carousel-caption p{
	display: none;
}


/* ---- posts ---- */

#main p.meta{
	font-style: italic;
	color: #808080;
}
#main article{
	margin-bottom: 0px;
	border-bottom: none;
	padding: 0 0 9px;
}
#main article footer{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}
#main article footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.post:hover a.edit-post{
	display: inline;
}
p.tags{
	line-height: 20px;
}
#main article img{
	height: auto;
	max-width: 100%;
}
img.alignleft{
	margin-right: 10px;
	float: left;
}
img.alignright{
	margin-left: 10px;
	float: right;
}
img.aligncenter{
	display: block;
	margin: 0 auto;
}
.archive #main .post h3{
	line-height: 24px;
	margin-bottom: 10px;
}
video {
	max-width: 100%;
	height: auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}


/* ---- contatti ---- */


.wpcf7 {
	width: 50%;
	margin-left: 25%!important;
	font-size: 15px;
	text-align: center;
}
.wpcf7 input {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #3566B5;
}
.wpcf7 input:focus {
	outline: none;
    border-color: #8b8b8b;
    box-shadow: 0 0 5px #aaaaaa;
}
.wpcf7 textarea {
	width: 100%;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #3566B5;
	resize: vertical;
}
.wpcf7 textarea:focus {
	outline: none;
    border-color: #8b8b8b;
    box-shadow: 0 0 5px #aaaaaa;
}
.wpcf7 select {
	background: #FFF!important;
	height: 34px!important;
	border: 1px solid #3566B5;
}
.wpcf7 input[ type="checkbox" ] {
	width: 30px!important;
}
.wpcf7 input[type="submit"] {
	background: #3566B5;
	padding: 6px 22px;
	color: #FFF;
	font-size: 18px;
	text-transform: uppercase;
	border: 1px solid #3566B5;
}
.wpcf7 input[type="submit"]:hover {
	background: #2555A1;
	color: #FFF;
	border: 1px solid #3566B5;
}
.wpcf7 .wpcf7-recaptcha > div {
	margin: 0 auto 15px auto;
}
.wpcf7 .wpcf7-not-valid-tip {
	display: none;
}
.wpcf7 .wpcf7-response-output {
	margin: 0px 0px 40px 0px;
	padding: 6px 14px;
	width: 100%;
	border: 1px solid #3566B5;
	text-align: center;
}
.grecaptcha-badge {
    width: 0px!important;
}


/* ---- wp-specific classes ---- */


.wp-caption{

}
.wp-caption-text{

}
.sticky{

}
.gallery-caption{

}


/* ---- wp-specific post-type styles ---- */


.pagination {
	padding-bottom: 30px;
}
.pagination li a {
	color: #428bca;
}
.pagination li a:hover {
	color: #545454;
}
.pagination li.active a {
	background: #428bca;
	border: 1px solid #428bca;
}
.pagination li.active a:hover {
	background: #E54E50;
	border: 1px solid #428bca;
}
.attachment #main .post_content img{
	max-width: 100%;
}
.ie8 #main .media-grid img{
	max-height: none !important;
	max-width: none !important;
}
.attachment-img{
	margin-bottom: 18px;
}
.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}
#gallery-nav{
	list-style-type: none;
	margin-left: 0;
}
li.next a, li.previous a{
	position: relative;
}
li.next a:hover:before{
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
li.previous a:hover:before{
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* ---- widget ---- */


.widget{
	margin-bottom: 18px;
}
.widgettitle{
	margin-bottom: 9px;
}
#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

/* override standard link hover for the tag cloud widget */

#tag-cloud a:hover, .tags a:hover{
	color: #ffffff;
	text-decoration: none;
}
#tag-cloud a{
	white-space: pre;
	text-transform: uppercase;
}

/* change default form padding for search */

.widget_search form{
	padding-left: 0;
}

/* calendar widget */

#calendar_wrap{
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
#wp-calendar{
	width: 100%;
}
#wp-calendar caption{
	font-weight: bold;
	padding: 8px;
}
#wp-calendar tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#wp-calendar tr:last-child{
	border-bottom: none;
}
#wp-calendar td{
	text-align: center;
	padding: 8px 0;
}
blockquote.pull-left{
	padding-right: 15px;
}


/* ---- footer ---- */


.main-footer {
	margin-top: 50px;
	padding: 20px;
	color: #3566B5;
	border-top: 2px solid #3566B5;
}
.social-icon {
	margin: 17px 10px 0px 10px;
}
.footer-links {
	float: right;
	margin-bottom: 18px;
}
.footer-links .menu {
	list-style-type: none;
	margin-left: 0;
}
.footer-links .menu li {
	float: left;
	margin-left: 10px;
}
.copy-footer {
	background: #2555A1;
	padding: 10px 20px;
	color: #FFF;
}
.copy-footer a {
	color: #FFF!important;
}


/* ---- responsive ---- */


/* ---- large desktop ---- */


@media (min-width: 1200px) {

}


/* ---- desktop ---- */

@media (min-width: 992px) and (max-width: 1199px) {

}


/* ---- tablet ---- */

@media (min-width: 768px) and (max-width: 991px) {

}


/* ---- phone ---- */

@media (max-width: 767px) {

	body {
		font-size: 14px;
		line-height: 28px;
	}
	.navbar-brand {
		float: none;
		width: 100%;
		padding: 5px 0px 0px 0px;
	}
	.navbar-brand img {
		margin-top: 0px;
		height: 55px;
	}
	.navbar {
		background: #FFF;
		margin: 20px 0px;
	}
	.navbar-nav {
		float: none!important;
		margin: 0px;
		margin-top: 15px;
		text-align: center;
	}
	.navbar-default .navbar-collapse {
		border: none;
	}
	.navbar-nav li a {
		padding: 10px 6px 10px 6px;
		margin: 0px;
	}
	.slide-home {
		padding-top: 20px;
		height: 250px;
	}
	.slide-home h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.slide-home h2 {
		font-size: 20px;
		line-height: 34px;
	}
	.quote-left, .quote-right {
		display: none;
	}
	.main-footer {
		padding-top: 10px;
		text-align: center;
	}
	.main-footer .row div {
		padding-top: 20px;
	}
	.copy-footer {
		text-align: center;
	}
	.copy-footer .text-right {
		padding-top: 10px;
		text-align: center;
	}

}


/* ---- smaller ---- */

@media (max-width: 480px) {

}
