/*
Theme Name: Farweb
Theme URI: http://www.farwebsrl.it/it
Author: Enea Overclokk
Author URI: http://www.overclokk.net
Description: Wordpess starter theme with twitter bootstrap, HTML5 boilerplate and Schema.org <a href="https://github.com/overclokk/ItalyStrap/graphs/contributors">Contribute on GitHub</a>
Version: 1.6.0
License: MIT License (MIT)
License URI: http://opensource.org/licenses/MIT
Tags: right-sidebar, featured-images, full-width-template, microdata
Text Domain: 
*/

@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);

@font-face {
  font-family: "ProximaNovaRegular";
  src: url('fonts/proximanova-regular-webfont.eot');
  src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('eot'), url('fonts/proximanova-regular-webfont.woff') format('woff'), url('fonts/proximanova-regular-webfont.ttf') format('truetype'), url('fonts/proximanova-regular-webfont.svg#FontAwesome') format('svg');
  font-style: normal;
}   

@font-face {
  font-family: "ProximaNovaSemibold";
  src: url('fonts/proximanova-semibold-webfont.eot');
  src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('eot'), url('fonts/proximanova-semibold-webfont.woff') format('woff'), url('fonts/proximanova-semibold-webfont.ttf') format('truetype'), url('fonts/proximanova-semibold-webfont.svg#FontAwesome') format('svg');
  font-style: normal;
}


/* ----------------_ */
/* #### General #### */
/* ----------------- */

body {
	background: #fff;
	font-family: 'Noto Sans', "Lucida Grande","Lucida Sans", Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 16px;
}

p {
	margin: 0 0 15px;
}

a {
	color: #000;
	/*-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;*/
}	

a:hover {
	color: #666;
}

.relative {
	position: relative;
}

.section-margin {
	margin-bottom: 30px;
}

img.alignright{
	float: right;
	margin-left: 30px;
	border: 5px solid #eee;
	border-radius: 0!important
}
img.alignleft {
	float: left;
	margin-right: 30px;
	border: 5px solid #eee;
	border-radius: 0!important;
	display: inline-block!important
}
img.alignnone{
	margin-right: 30px;
	border: 5px solid #eee;
	border-radius: 0!important;
	display: inline-block!important
}

.form-control {
	color: #888;
	border: 2px solid #ddd;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
}

.btn-color {
	background-color: #555;
	border-color: #555;
	color: #fff;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;	
}

.btn-color:hover, .btn-color:focus, .btn-color:active, .btn-color.active {
	background-color: #000;
	border-color: #000;
	color: #fff;	
}

.input-group-addon {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	border-color: #f2ac7c;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(144, 144, 144,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(144, 144, 144,.6);
}

.carousel-indicators li {
	border-radius: 0px;	
	margin: 0;
}

.carousel-indicators .active {
	width: 10px;
	height: 10px;
}

.dropdown-menu {
	border: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
.dropdown-menu>li>a {
	padding: 5px 20px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #888;
}

h3.title {
	text-transform: uppercase;
	letter-spacing: 8px;
	position: relative;
	margin-top: 0;
}

h3.title:after {
	content: '';
	display: block;
	height: 2px;
	background-color: #ddd;		
	width: 100%;
	top: 50%;
	position: absolute;
	z-index: 0;
}

h3.title span {
	background-color: #fff;	
	z-index: 1;
	padding: 0 25px;
	position: relative;
}

.highlight-box {
	background-color: #444;
	color: #fff;
	margin-bottom: 60px;
	padding: 20px 0;
	-webkit-box-shadow: 0 -6px 12px rgba(0,0,0,.175);
	box-shadow: 0 -6px 12px rgba(0,0,0,.175);
}
.highlight-box .bottom-line {
	background-color: #cbcbcb;
	display: block;
	width: 100%;
	height: 3px;
	position: relative;
	bottom: -4px;
}	

.highlight-box h3.title {
	margin-bottom: 30px;
}
.highlight-box h2 {
	margin: 10px 0 10px 0;
}

.highlight-box h3.title span {
	background-color: #000000;
}

.highlight-box h3.title:after {
	background-color: rgba(255,255,255,0.7);
}

.highlight-box .inner {
	padding: 0px 20px;
	margin-bottom: 30px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
}
.highlight-box .inner h4 {
	text-transform: uppercase;
	letter-spacing: 8px;
	margin-bottom: 15px;
}	
.highlight-box ul li {
	letter-spacing: 2px;
	list-style-image:url(../img/line.gif);
	list-style-position: inside;
}

.white-box {
	padding: 0 20px;
	min-height: 250px;
}

.white-box h3.title {
	margin-top: -15px;
	margin-bottom: 20px;
}

.white-box h3.title:after {
	background-color: transparent;
}


/* ----------------- */
/* #### Header ##### */
/* ----------------- */

header.top{background: #fff; margin-bottom: 0px; position:relative; z-index: 11; box-shadow: 0 2px 4px rgba(0,0,0,0.3)}

#logo {
	display: block;
	color: #888;
	text-align: center;
	text-decoration: none;
	margin: 0;
	height: 90px;
	padding: 3px 0 0;
}

.hide-text {
}

#logo strong, #logo-footer strong {
	color: #000;
	display: block;
	font-size: 28px;
	letter-spacing: 6px;
	line-height: 28px;
}

#logo span, #logo-footer span.subtitle {
	letter-spacing: 4px;
	color: #bbb;
	font-size: 14px;
	text-align: center;
	display: block;
}

#logo-footer {
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
	display: block;	
}	

#logo-footer strong {
	color: #fff;
}

#logo-footer span {
	color: #fff;
	display: block;
}

#main-nav>li>a {
	padding: 10px 12px;
	margin-top: 25px;
	margin-right: 3px;
	border-radius: 2px;
	color: #888;
	text-transform: uppercase;
	font-size: 14px
}

#main-nav>li.active>a {
	color: #fff;
	background-color: #444;
}


/* ----------------- */
/* ##### Home ###### */
/* ----------------- */

.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 60px;
	height: 60px;
	line-height: 48px;
	margin-top: -30px;
	margin-left: 0px;
	font-size:50px;
	background: rgba(0,0,0,0.9);
	border-radius: 2px;
}

.carousel-control.left, .carousel-control.right {
	width: 10%;
	background-image: none;
	text-shadow: none;
}

.carousel-control .icon-prev {
	left: 10%;
}
.carousel-control .icon-next {
	right: 10%;
}
.carousel-caption {
	text-shadow: none;
	padding-bottom: 10px;
}
.carousel-caption h2 {
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 8px;
	text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.3);
	
}
.carousel-caption h2:before, .carousel-caption h2:after {
	content: '';
	display: block;
	height: 2px;
	background-color: #fff;
	width: 6%;
	margin: 15px auto;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

#news-list .post {
	border-bottom: 2px solid #ddd;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0;
}

#news-list .post .post-date {
	float: left;
	display: inline-block;
	width: 40px;
	text-align: center;
	text-transform: uppercase;
}

#news-list .read-all {
	text-align: right;
	padding: 8px 0;
}

#news-list .read-all a {	
	text-transform: uppercase;	
	color: #888;
	font-size: 13px;
}

#news-list .post .post-title {
	margin-left: 50px;
	letter-spacing: 1px;
}

#carousel-testimonial {
	min-height: 200px;
}

#carousel-testimonial .testimonial-image,
#testimonial .testimonial-image {
	float: left;
	display: inline-block;
	width: 150px;
	text-align: center;
}

#carousel-testimonial .testimonial-image + .testimonial-post,
#testimonial .testimonial-image + .testimonial-post {
	margin-left: 170px;
}

#carousel-testimonial .testimonial-post {
	font-size: 14px;
}

#carousel-testimonial .testimonial-post h4,
#testimonial .testimonial-post h4 {
	letter-spacing: 4px;
}

#testimonial .item {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 2px solid #ddd;
}	

#carousel-testimonial .carouserl-tickers {
	position: absolute;
	height: 20px;
	margin: 30px 0 0;
	width: 100%;
	bottom: 0;
}

#carousel-testimonial .carouserl-tickers .carousel-indicators {
	left: 0;
	bottom: 0;
	margin: 0;
	width: auto;
}

#carousel-testimonial .carouserl-tickers .controls {
	right: 0;
	bottom: 0;
	margin: 0;
	width: auto;
	position: absolute;
}

#carousel-testimonial .carouserl-tickers .controls a {
	width: 10px;
	display: block;
	float: left;
	text-align: center;
	color: #888;
}

#carousel-testimonial .carousel-indicators li {
	border: 1px solid #888;
	background-color: #fff;
}

#carousel-testimonial .carousel-indicators .active {
	background-color: #888;
}

#carousel-testimonial a {
	color: #888;
	text-decoration: none;
}

#carousel-testimonial .item {
	min-height: 155px;
}

#carousel-featured .item {
	background-color: #000;
}

#carousel-featured .item a img {
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
}
#carousel-featured .item a:hover img {
	opacity: 0.5;
}

#carousel-featured .item h4 {
	position: absolute;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #fff;
}

#carousel-featured .carousel-indicators {
	right: 10px;
	top: 10px;
	left: auto;
	bottom: auto;
	margin: 0;
	width: auto;
}

span.ico {
	position: absolute;
	left: 50%;
	top: 40%;
	color: #fff;
	display: none;
}

#carousel-featured .item:hover span.ico {
	display: block;
}	

#partner {
	height: auto;
	min-height: inherit;
	padding: 0 20px 30px;
}

#owl-partner .item {
	margin: 5px;
	color: #FFF;
	text-align: center;
}

.partner-nav a.prev, .partner-nav a.next {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	z-index: 1;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	color: #888;
	line-height: 30px;
}

.partner-nav a.prev {
	left: -15px;
}

.partner-nav a.next {
	right: -15px;
}

/* ----------------- */
/* #### Footer ##### */
/* ----------------- */

#footer {
	margin: 30px 0 0;
	background-color: #444;
	padding: 20px 0;
	color: #fff;
	
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #666;
}

#footer .footer-social {	
	margin-top: 20px;
}

#footer .footer-social a {
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	margin-right: 5px;
}	

#footer address {
	margin-left: 40px;
	margin-bottom: 5px;
	line-height: 120%;
}

#footer .ico {
	float: left;
	width: 28px;
	text-align: center;
}

.copyright {
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
}


/* ----------------- */
/* ###### Page ##### */
/* ----------------- */

.page-header {
	position: relative;
	padding-bottom: 0;
	margin:  0px 0 0 0;
	border-bottom: 0;
}
.page-header img{
	margin: 0 auto;
	width: 100%
}
.archive .page-header {
	padding:  20px 0 0 0;
	margin:  0px 0 20px 0;
	background: #eee
}

.page-header .page-title {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;	
	color: #fff;
	font-size: 36px;
	letter-spacing: 5px;
	margin: 10px 0;
}
.page-header .page-title:before, .page-header .page-title:after {
	content: '';
	display: block;
	height: 2px;
	background-color: #fff;
	width: 6%;
	margin: 15px auto;
}
.page-header h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 20px
}

.page-header.archive .page-title {
	position: relative;
	color: #888;
	margin: 0 0 30px;
}
.page-header.archive .page-title:before, .page-header.archive .page-title:after {
	background-color: #888;
	width: 30%;
}

.page-header h3 {
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: #fff;
	font-size: 30px;
	letter-spacing: 3px;
	margin: 10px 0;	
	padding: 0 20px;
}

.page-header .breadcrumb {
	position: absolute;
	bottom: 0px;
	width: 100%;	
	color: #fff;
	letter-spacing: 2px;
	margin: 0;
	background-color: transparent;
}

.page-header.archive .breadcrumb {
	position: relative;
	color: #888;
	background-color: #eee;
	border-radius: 0;
	margin-bottom: 30px;
	padding: 15px 15px;
}

.page-header .breadcrumb a, .page-header .breadcrumb>.active {
	color: #fff;	
}
.page-header .breadcrumb>li+li:before {
	content: "|";
	padding: 0 10px;
	color: #fff;
}
.page-header.archive .breadcrumb a, .page-header .breadcrumb>.active {
	color: #888;	
}
.page-header.archive .breadcrumb>li+li:before {
	color: #888;
}

.post-thumbnail {
	margin-bottom: 10px;
}	

.single-post .photogallery {
	margin-bottom: 20px;
}

.photogallery .gallery-item {
	float: left;
	margin: 0 10px 10px 0;
}	

.photogallery .gallery-item:hover img {
	  opacity: 0.7;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* ----------------- */
/* ###### Blog ##### */
/* ----------------- */

.blog-post {
	display: block;
	position: relative;
	text-align: left;
	border-bottom: 2px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.blog-post.search {
	margin-left: 0px;	
	margin-bottom: 20px;
}

.blog-post figure {
	margin-bottom: 20px;
	position: relative;
}

.blog-post .post-meta {
	width: 100px;
	position: absolute;
	top: 0;
	left: -130px;
}

.blog-post .post-meta h5 {
	margin-bottom: 5px;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 2px solid #ddd;
}

.blog-post .post-meta .published {
	display: block;
	line-height: 18px;
	text-transform: uppercase;
	font-size: 18px;
}

.blog-post-pagination {
	margin-left: 130px;
}

.pagination>li>a, .pagination>li>span {
	margin: 0 2px;
	border-width: 2px;
	color: #888;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #888;
	border-color: #888;
}

.pagination>li>a:hover, .pagination>li>span:hover {
	color: #888;
	border-color: #888;
}

.widget {
	margin-bottom: 40px;
}
.widget.widget-main {
	margin-bottom: 0px;
}	

.widget h3.title {
	letter-spacing: 4px;
	margin-bottom: 20px;
}
.widget.widget-main h3.title {
	margin-bottom: 30px;
}

.widget_categories ul, .widget_archive ul, .widget_recent_entries ul {
	padding-left: 0;
	list-style: none;
}

.widget_categories li, .widget_archive li {
	text-transform: capitalize;
}
.widget_recent_entries li {
	border-bottom: 1px solid #ddd;
	padding: 0 15px 10px;
	margin-top: 10px;
	line-height: 18px;
}	

.top.fix {
	position: fixed;
	z-index: 999;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.single-post .photogallery {
	margin-top: 30px;
}

.post-comments {
	margin-left: 130px;
}

.post-comments h3, .well h3 {
	margin-top: 0;
	margin-bottom: 20px;
}	

.well {
	padding: 30px;
	background-color: #eee;
	border: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.well h4 {
	margin-bottom: 30px;
}	

#line-service.service-nav {
	text-align: center;
	margin: 30px 0 0;
	padding: 0;
}
#line-service.service-nav li {
	display: inline-block;
	width: 220px;
	height: 220px;
	position: relative;
	margin: 0 5px;
}
#line-service.service-nav a {
	background-color: #000;
	border-radius: 4px;
	width: 220px;
	height: 220px;	
	display: block;
	text-decoration: none;
	color: #fff;
	z-index: 1;	
	zoom: 90%;
	position: absolute;
	background-image: url(img/cavalli.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

#line-service.service-nav #menu-item-42 a { background-position: 0px 0px; }
#line-service.service-nav #menu-item-249 a { background-position: -220px 0; }
#line-service.service-nav #menu-item-247 a { background-position: -439px 0; }
#line-service.service-nav #menu-item-248 a { background-position: -660px 0; }

#line-service.service-nav a:hover {
	zoom: 100%;
	margin-left: -10px;  
	margin-top: -10px;
	background-position: 0 0; 
}
#line-service.service-nav a span {
	visibility: hidden;
	display: block;
	width: 100%;
	background: rgba(0,0,0,0.5);
	border-radius: 4px;
}
#line-service.service-nav a:hover span {
	text-align: center;
	display: block;
	padding: 93px 0;
	font-weight: bold;	
	font-size: 24px;
	visibility: visible;
}	

#side-nav.service-nav {
	list-style: none;
	margin-left: 0;
	padding-left: 10px;
}

#side-nav.service-nav li {
	margin-bottom: 3px;
}

#side-nav.service-nav a {
	background-image: url(img/wedding-icons-small.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #888;
	padding-left: 48px;
	display: block;
	min-height: 40px;
	line-height: 40px;
}

#side-nav.service-nav .burocrazia a { background-position: 0px -560px; }	
#side-nav.service-nav .partecipazioni a { background-position: 0px -520px; }	
#side-nav.service-nav .addionubilato a { background-position: 0px -480px; }	
#side-nav.service-nav .bomboniere a { background-position: 0px -440px; }	
#side-nav.service-nav .video a { background-position: 0px -400px; }	
#side-nav.service-nav .organizzazione a { background-position: 0px -360px; }	
#side-nav.service-nav .fiori a { background-position: 0px -320px; }	
#side-nav.service-nav .musica a { background-position: 0px -280px; }	
#side-nav.service-nav .catering a { background-position: 0px -240px; }	
#side-nav.service-nav .auto a { background-position: 0px -200px; }
#side-nav.service-nav .abiti a { background-position: 0px -160px; }	
#side-nav.service-nav .location a { background-position: 0px -120px; }	
#side-nav.service-nav .makeup a { background-position: 0px -80px; }

#side-nav.service-nav a:hover {	
	background-image: url(img/wedding-icons-small-hover.png);
	color: #000;
}

#services-list {	
	margin-bottom: 60px;
}

#footer #menu-footer-menu li {	
	float: left;
	width: 50%;
}

div.wpcf7 img.ajax-loader {
	margin-left: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 11px 9px;
}

.form-control.wpcf7-not-valid {
	border: 1px solid #db4c4c;
	color: #db4c4c;
}
span.wpcf7-not-valid-tip {
	display: none;
}
.form-control.wpcf7-not-valid:-moz-placeholder{color: #db4c4c;}
.form-control.wpcf7-not-valid::-moz-placeholder{color: #db4c4c;}
.form-control.wpcf7-not-valid:-ms-input-placeholder{color: #db4c4c;}
.form-control.wpcf7-not-valid::-webkit-input-placeholder{color: #db4c4c;}

#lang_sel_list ul a,
#lang_sel_list a.lang_sel_sel {
	height: 90px;
	line-height: 90px;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img{width: 100%}
h2.post-title{margin: 0 0 20px 0;color: #333}

.label {
	font-size: 50%;
	display: inline-block;
	position: relative;
	top: -5px;
	margin-left: 10px;
}

.genealogia {
margin-top: 30px;
float: left;
width: 100%;
overflow-x: scroll;
}
.genealogia h3{
	border-bottom: 1px solid #ddd;
	margin: -30px -30px 20px;
	padding: 10px;
	background: #666;
	color: #fff
}
.genealogia ul{
	margin: 0;
	padding: 0;
	width: 33%;
	float: left;
}
.genealogia ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 20px;
	line-height: 20px;
	border-bottom: 2px solid #ccc
}
.genealogia ul li strong{
	
}
.genealogia ul.one li{
	height: 160px;
	padding-top: 55px
	
}
.genealogia ul.two li{
	height: 80px;
	padding-top: 35px;
}
.genealogia ul.three li{
	height: 40px;
	padding-top: 15px
}

.navbar-toggle {
	display: none;
} 





















