/*
Theme Name: Kerio Child 
Theme URI: http://promo-theme.com/kerio/
Author: Promo Theme
Author URI: http://themeforest.net/user/ypromo
Description: Kerio is the beautiful MultiPurpose Creative WordPress Theme for any businesses, freelancers, crypto business, agences, consulting, photographers, portfolio, filmmakers. Everyone can find a suitable page for itself. We have tried to create the big set of components and styles for your awesome website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kerio
Template: kerio

*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
/*@import url(https://it.allfont.net/allfont.css?fonts=futura-bold);*/
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600,700');


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fafafa!important; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0px 0 1.5em 0.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.img-border-radius {
    border-radius: 50%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.single-post h2{
	font-size:25px!important;
}
.single-post h3{
	font-size:22px!important;	
}
.single-post h4{
	font-size:18px!important;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## General Style
--------------------------------------------------------------*/
.navigation a{
font-family: 'Montserrat', sans-serif;
font-weight:400!important;
}
.button-container a{
font-family: 'Montserrat', sans-serif;
font-weight:500!important;
}
.button-style1{
color:#cead52!important;
border: 1px solid!important;
}
.button-style1:hover {
color:#fff!important;
background: #cead52!important;
border-color: #cead52!important;
}
h1, h2, h3, h4, h5, h6{
color:#352702!important
}
p strong {
font-weight: 600;
color: #000;
}
.post-content p, .post-content ul, .post-content ol, .post-content address, .post-content dl, .blog-item .wrap .text {
    color: #000000!important;
    font-weight: 400!important;
}
.banner .owl-nav .owl-prev, .banner .owl-nav .owl-next{
background:rgba(0, 0, 0, 0.40)!important
}
.row-eq-height {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
}
.decor-h{
font-family: 'Source Serif Pro', serif!important;
font-style: italic;
font-size: 22px!important;
text-transform: none!important;
font-weight: 400!important;
line-height:25px!important;
}
.banner .cell .sub-h {
margin-bottom: 0px!important;
}
.banner .cell .h h1{
font-family: 'Muli', sans-serif!important;
}
.row-overlay{
z-index:1!important;
position: absolute!important;
}
.center{
text-align:center;
}
.justify{
text-align:justify;
}
.wpb_text_column ul li:before, .site-content ul li:before, .woocommerce div.product div.summary div[itemprop="description"] ul li:before {
width: 10px!important;
height: 10px!important;
color: #cead52!important;
}
.pt-special-heading.decor-line .heading i:before{
background: #cead52!important;
height: 8px;
}
.banner-area {
min-height: auto!important;
}
.page-template-template-with-sidebar h1, .page-template-template-with-sidebar .page-title{
text-align:left!important;
margin-top:0px!important;
}
.margin-container{
margin-top:50px;
}
.intro-banner{
margin-bottom:50px;
}
.intro-banner .banner .cell .h{
margin-top:10px!important;
}
.intro-banner .pt-special-heading{
margin-bottom:0px!important;
}
.load_more{
display: grid;
width: 100%;
}
.load_more a{
font-family: 'Montserrat', sans-serif;
font-weight: 500!important;
width: max-content;
margin: 0 auto;
text-decoration:none;
}
.load_more .view-more-button{
font-size: 30px;
border-radius: 100%;
background: #cead52;
color: #fff;
width: 50px;
display: block;
text-align: center;
line-height: 50px;
font-family: initial;
margin: 0 auto;
}
.view-more-text{
font-family: 'Montserrat', sans-serif;
margin-top:10px;
color:#cead52;
font-weight:400;
}
.pagination {
text-align:center;
}
div.pagination > span, div.pagination .current, .site-dark div.pagination > span, .site-dark div.pagination .current {
background-color: #cead52!important;
}
.categories-area{
margin-top:0px!important;
}
#social-banner-page{
top:0px;
position:fixed;
margin-top:64px;
}
#social-banner-page a{
color: #c5c5c5;
}
#social-banner-page a:hover{
color: #000;
}
.hide-desk{
display:none;
}
.title-h3{
font-weight: 900!important;
font-style: normal;
font-size: 36px;
}
.title-h4{
font-weight: 800!important;
font-style: normal;
font-size: 30px;
color:#000!important
}
.fixedwa{
position:fixed;
right:20px;
bottom:20px;
width: 130px;
z-index: 9999;
margin-bottom: 0px;
}



.icon-box-mod{
position: relative;
margin-bottom: 60px;
}
.icon-box-mod .img-icon-box{
position: absolute;
top: 50%;
margin-top: -40px;
width: 80px;
}
.icon-box-mod .contentmod{
padding-left: 105px;
}
.icon-box-mod .contentmod .heading {
margin: 0 0 8px;
font-size: 30px;
font-weight: 300;
line-height: 1em;
}
.icon-box-mod .contentmod .desc {
    color: #000;
    font-size: 14px;
    line-height: 1.286em;
    } 
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header.light .logo .dark{
display:none!important;
}
.site-header.light .logo .light{
display:block!important;
}
.fixed.light .logo .dark{
display:block!important;
}
.fixed.light .logo .light{
display:none!important;
}
.search .site-header{
background:none!important;	
}
.search .site-header.light .logo .dark{
display:block!important;	
}
.search .site-header.light .logo .dark{
display:none!important;	
}
.search .site-header.light.fixed .logo .dark{
display:block!important;	
}
.search .site-header.light.fixed .logo .light{
display:none!important;	
}
.search .site-header.fixed{
background:#fff!important;	
}
.partner-badge{
overflow: hidden;
position: absolute;
right: 0;
top: 0;
height: 160px;
width:160px;
transform: rotate(90deg);
}						
.ribbon{
line-height: 2;
margin-top: 65px;
text-align: center;
text-transform: uppercase;
transform: translateY(-50%) translateX(-50%) translateX(65px) rotate(-45deg);
width: 200%;
background-image: linear-gradient(90deg, #CEAD52 43%, #f4c94c 70%);
border: 5px solid #fff;
font-weight: 600;
color: #fff;
letter-spacing: 1px;
font-size: 14px;
}
.single-partner .site-header.light .logo .light, .single-location .site-header.light .logo .light, .single-chiesa .site-header.light .logo .light, .single-fw-portfolio .site-header.light .logo .light, .single-post .site-header.light .logo .light, .page-template-template-area-riservata .site-header.light .logo .light, .navigation-opened .site-header.light .logo .light{
display:none!important;
}
.single-partner .site-header.light .logo .dark, .single-location .site-header.light .logo .dark, .single-chiesa .site-header.light .logo .dark, .single-fw-portfolio .site-header.light .logo .dark, .single-post .site-header.light .logo .dark, .page-template-template-area-riservata .site-header.light .logo .dark, .navigation-opened .site-header.light .logo .dark{
display:block!important;
}
.page-template-sitemap .site-header.light{
background: 0 0;
border-bottom:0px;	
}
.page-template-sitemap .site-header.light.fixed{
background: #fff;	
border-bottom:1px solid #ebebeb;	
}
.site-header{
top:30px!important;
}
.sidebar-button-w-line .sidebar-button{
box-shadow:none!important;
}
.page-template-sitemap .sidebar-button > div div, .page-template-template-landing .sidebar-button > div div, .archive .sidebar-button > div div, .page-template-template-preventivo-ads .sidebar-button > div div{
background:#fff!important;
}
.page-template-sitemap .fixed .sidebar-button > div div, .page-template-template-landing .fixed .sidebar-button > div div, .archive .fixed .sidebar-button > div div, .page-template-template-preventivo-ads .fixed .sidebar-button > div div{
background:#000!important;
}
.page-template-sitemap .navigation a, .page-template-template-landing .navigation a, .archive .navigation a, .search-results .navigation a, .page-template-template-area-riservata  .navigation a, .page-template-sitemap .site-header .butter-button, .page-template-template-landing .site-header .butter-button, .archive .site-header .butter-button, .page-template-template-landing .search-button, .archive .search-button, .search-results .search-button, .page-template-sitemap .search-button, .page-template-template-area-riservata .search-button, .page-template-template-preventivo-ads .navigation a,  .page-template-template-preventivo-ads .site-header .butter-button, .page-template-template-preventivo-ads .search-button, .archive .search-button, .page-template-template-preventivo-ads .search-button{
letter-spacing:0px!important;
color:#fff!important;
}
.page-template-sitemap .fixed .navigation a, .page-template-template-landing .fixed .navigation a, .page-template body .fixed .navigation > ul > li.current-menu-ancestor > a, .archive .fixed .navigation a, .search-results .fixed .navigation a, .archive body .fixed .navigation > ul > li.current-menu-ancestor > a, .single-gallery body .fixed .navigation > ul > li.current-menu-ancestor > a, .page-template-sitemap .fixed .butter-button, .page-template-template-landing .fixed .butter-button, .archive .fixed .butter-button, .page-template-template-area-riservata .fixed .butter-button, .page-template-sitemap .fixed .search-button, .search-results .fixed .search-button, .page-template-template-landing .fixed .search-button,  .page-template body .fixed .search-button, .archive .fixed .search-button, .archive body .fixed .search-button,  .page-template-template-area-riservata .fixed .search-button, .page-template-template-preventivo-ads .fixed .navigation a, .page-template-template-preventivo-ads .fixed .butter-button{
color:#000!important;
}
.page-template-template-landing .site-header, .archive .site-header, .page-template-template-preventivo-ads .site-header{
border-bottom:0px;
}
.page-template-template-landing .site-header.fixed, .archive .site-header.fixed, .page-template-template-area-riservata .site-header.fixed, .page-template-template-preventivo-ads .site-header.fixed{
border-bottom: 1px solid #ebebeb;
}
.page-template-template-landing .navigation > ul > li.current-menu-ancestor > a, .archive .navigation > ul > li.current-menu-ancestor > a, .page-template-template-preventivo-ads .navigation > ul > li.current-menu-ancestor > a {
color: #fff;
}
.page-template-template-area-riservata .site-header{
background:#fff!important;
}
.page-template-template-area-riservata .user-bar, .page-template-template-login .user-bar, .page-template-template-passwordreset .user-bar, .single-post .user-bar, .single-location .user-bar, .single-chiesa .user-bar, .single-fw-portfolio .user-bar{
background: #eaeaea!important;
}
.page-template-template-area-riservata .user-bar .back-home li, .page-template-template-area-riservata .user-bar .user-menu li{
color: #616161!important;
}
.banner .cell{
text-align:center;
}
.banner .cell .h h1{
font-family: Roboto;
font-weight: 900!important;
color:#fff!important;
margin: 0px!important;
}
.navigation .sub-menu li a{
color:#000!important;
}
.navigation > ul > li:not(:last-of-type) {
margin-right: 10px!important;
}
.navigation > ul > li > a{
letter-spacing:0px!important;
color:#000;
}
.prev-label-menu span{
padding: 10px;
background: #cead52;
border-radius: 50px;
color:#fff!important;
}
.navigation .mega-menu {
display: none!important;
opacity: 1!important;
visibility: visible!important;
}
.navigation li:hover > .mega-menu {
display: block!important;
}
.site-header.with-sidebar-button {
padding: 0px!important;
}
.site-header .logo img, .side-header .logo img, .site-footer .logo img, .side-bar-area .logo img{
height: 45px!important;
}
.menu-item-rep{
margin:0px -5px;
}
.menu-item-rep .col-md-4{
padding:5px;
}
.user-bar{
position:fixed!important;
top:0;
left:0;
width:100%!important;
background: none;
z-index: 999;
border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.user-bar.fixed, .navigation-opened .user-bar{
background: #eaeaea;
border-bottom: 0px;
}
.back-home{
list-style: none;
margin: 0px;
padding: 0px;
display: flex;
float: left;
}
.back-home li{
font-size: 14px;
line-height: 30px;
margin-right: 10px;
color:#fff;
}
.user-menu{
list-style: none;
margin: 0px;
padding: 0px;
display: flex;
float: right;
}
.user-menu li{
margin-left: 10px;
font-size: 14px;
line-height: 30px;
color:#fff;
}
.user-bar.fixed .user-menu li, .user-bar.fixed .back-home li, .navigation-opened .user-bar .user-menu li, .navigation-opened .user-bar .back-home li, .page-template-template-login .user-bar .user-menu li, .page-template-template-login .user-bar .back-home li, .page-template-template-passwordreset .user-bar .user-menu li, .page-template-template-passwordreset .user-bar .back-home li, .single-post .user-bar .user-menu li, .single-location .user-bar .user-menu li, .single-chiesa .user-bar .user-menu li, .single-fw-portfolio .user-bar .user-menu li, .search.fixed .user-bar .user-menu li{
color:#616161;
}
.user-menu li a, .back-home li a{
text-decoration:none;
}
.user-menu li i{
    vertical-align: text-bottom;
}
.navigation{
margin-right:0px!important;
}
.header-space{
height:95px!important;
}
.search-button {
margin: 24px 0 3px 15px!important;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer.dark .widget-title {
color: #fff!important;
}
.site-footer .footer-txtsmall{
font-size:12px;
}
.site-footer .footer-txtsmall strong{
color:#a3a3a3!important;
}
.site-footer .contact-row {
padding: 10px 0;
}
.site-footer .contact-row i {
    float: left;
    font-size: 18px;
}
.site-footer .logo img{
width: 100px!important;
}
/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/
.load-visualc .vc_general.vc_btn3{
color:#cead52!important;
border:1px solid #cead52!important;
font-family: 'Montserrat', sans-serif;
font-weight: 500!important;
padding: 15px 30px!important;
text-transform: uppercase;
letter-spacing: .2em;
font-size: 12px!important;
line-height:11px!important
}
.load-visualc .vc_general.vc_btn3:hover{
color:#fff!important;
background:#cead52!important;
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
#contactf .contact-row-style2 .bottom p, #contactf .contact-row-style2 .bottom i, .social-links-s2 a{
color:#616161;
}
.contact-row-style2 .h{
color:#000!important;
}
.input-row-s1:before{
background:#cead52!important;
}
select, input.style1, select.style1 {
border-bottom: 1px solid #a3a3a3!important;
}
textarea.style1{
border: 1px solid #a3a3a3!important;
}
#contactf{
padding:50px 15% 50px 15%!important;
}

#contactf2{
padding:50px 25% 50px 25%!important;
}
#intro-cont .sub-h, #intro-cont h2, #intro-cont .contact-row-style2 .h{
color:#fff!important;
}
#intro-cont .contact-row-style2 .bottom i, #intro-cont .contact-row-style2 .bottom p{
color: #d4d4d4!important;
}
.social-links-s2 a{
font-size:20px!important;
}
/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/
body.home .banner .cell {
    z-index: -1!important;
    }
body:not(.home) .banner .cell img {
    display: none;
}
.action-row h3 i {
    color: white;
}
.banner-social-buttons-type2 {
right: 100px!important;
}
#badge-matrimonio{
position: absolute;
bottom: 5px;
right: 5px;
margin-bottom: 0px;
width: 80px;
}
#badge-matrimoniosec{
position: absolute;
bottom: 90px;
right: 5px;
margin-bottom: 0px;
width: 80px;
}

.categories-area.with-h-dot .item .name:after{
font-family: Roboto;
}
#home-service{
padding-bottom:50px;
}
#home-service .icon-box h3 {
    font-size: 24px!important;

}
#home-service .pt-special-heading{
margin-bottom:50px;
}
.icon-box-style6 .side-label{
letter-spacing: 0.5px!important;
}
#home-service .icon-box{
text-align:center;
margin-bottom:0px;
color: #000!important;
}
#home-service .icon-box .icon{
color: #353535!important;
}
.banner-social-buttons > div{
width: auto!important;
bottom: 50%;
top:unset!important;
}
.banner-social-buttons{
color: #fff!important;
font-weight: 400!important;
background: transparent!important;
}
.banner-social-buttons a {
margin: 0 10px!important;
}
.banner-social-buttons a:first-child{
margin-left:0px!important;
}
.banner-social-buttons > div:before{
display:none!important;
}
.banner-social-buttons-type2 a{
color: #fff!important;
font-weight: 400!important;
}
.heading-h3{
font-family: Muli;
font-weight: 900;
font-style: normal;
font-size: 36px;
color: #352702!important;
}
#home-testimonials .testimonials-area {
background: transparent!important;
}
#home-testimonials .testimonials-area .slider .item:before{
display:none!important;
}
#home-testimonials .testimonials-area {
margin:0px!important;
padding:0px!important;
}
#home-testimonials .testimonial-title{
font-size: 22px;
margin-top: 0px;
font-family: 'Source Serif Pro', serif!important;
font-style: italic;
color: #616161!important;
margin-bottom: 15px;
font-weight: 800;
}
#home-testimonials .testimonials-area .slider .item {
color: #616161!important;
max-width: 900px;
font-size: 15px;
}
#home-testimonials .testimonials-area .carousel .item .name {
font-size: 14px;
font-weight: 300;
}
#home-testimonials .rating-sm {
font-size: 12px;
margin-bottom: 15px;
}
#home-testimonials .rating-sm .rating-stars{
line-height:0px;
}
#home-testimonials .rating-container .caption .label {
display: inline-block;
padding: 0 5px;
}
#home-testimonials .rating-sm .caption {
font-size: 18px;
line-height: 24px;
font-weight: 400;
color: #616161;
}
#home-testimonials .button-container{
margin-top:35px;
}
#home-newsletter .wpcf7{
width: 350px;
margin: 0 auto;
}
#home-newsletter .input{
background: #fff!important;
border: 1px solid #cead52!important;
}
#portfolio-home .button-container{
margin-top:40px;
}
#portfolio-home .button-container{
margin-top:40px;
}
#home-fotoservice .portfolio-slider-items{
width:80%;
margin:0 auto;
}

.fotoservice .categories-carousel .item .name{
font-size: 23px!important;
left: 0px!important;
width: 100%;
text-align: left;
font-family: Muli;
font-weight: 800;
padding:20px!important;
color:#fff;
}
.fotoservice .categories-carousel .item .image:before{
position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:100%;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.60) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.60) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.60) 100%);
}
.fotoservice .categories-carousel .owl-item{
padding:10px 15px;
}
.fotoservice .categories-carousel .item{
background:#cead52;
}
.fotoservice .categories-carousel .owl-item a:hover {
-moz-transform: translate(-8px, 8px);
-ms-transform: translate(-8px, 8px);
-webkit-transform: translate(-8px, 8px);
-o-transform: translate(-8px, 8px);
transform: translate(-8px, 8px);
}
.fotoservice .categories-carousel .owl-prev, .fotoservice .categories-carousel .owl-next {
position: absolute;
top: 50%;
margin-top: -20px;
width: 40px;
line-height: 40px;
background: #353535!important;
}
.fotoservice .categories-carousel .owl-next {
right: -40px;
}
.fotoservice .categories-carousel .owl-prev {
left: -40px;
}
.categories-carousel.with-h-dot .item .name:after {
font-family: Roboto;
}
#home-reportage .portfolio-array{
margin-bottom:35px;
}
#home-reportage .portfolio-item .location{
font-family: 'Source Serif Pro', serif!important;
font-size: 25px;
margin-bottom:15px;
}
#home-reportage .portfolio-item .name{
font-size: 18px;
}
.title-portfolio{
margin: 0;
position: absolute;
top: 50%;
left: 0;
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
transition: all 0.6s ease;
font-family: Muli;
font-weight: 700;
font-style: normal;
color: #352702!important;
}
.portfolio-item:hover .title-portfolio {
opacity: 1;
visibility: visible;
}
.portfolio-item .title-portfolio .cell {
width: 10000px;
height: 85px;
padding: 15px 0;
}
.hover-style1 .portfolio-item .title-portfolio .cell>span {
display: block;
max-width: 240px;
margin: 0 auto;
}
.hover-style1 .portfolio-item .title-portfolio {
text-transform: none;
z-index: 3;
}
.portfolio-item .readmore-link{
text-decoration:none;
}
.pt-special-heading {
margin: 0 0 25px 0!important;
}
.imgbadge{
margin-bottom:25px!important;	
}
.row-otherbage .wpb_single_image{
margin-bottom:0px!important;	
}
/*--------------------------------------------------------------
## Archive Location
--------------------------------------------------------------*/
.intro-text-location h2{
font-size: 28px!important;
font-weight: 800!important;
}
/*--------------------------------------------------------------
## Single Location
--------------------------------------------------------------*/

.introloc{
margin: 30px 0 60px 0!important;
position:relative;
}
.introloc .post-bottom{
position: absolute;
top: 20px;
right: 20px;
width: auto;
background: transparent;
padding: 0px;
margin: 0px;
font-size: 16px;
color:#fff!important;
}
.introloc .post-bottom .pb-like{
margin: 0px;
}
.introloc .post-bottom .pb-like i{
font-size: 20px;
color:#fff!important;
}
.info-loc{
background:#fff;
padding:25px!important;
}
.thumb-imgloc{
background-size: cover!important;
background-position: center!important;
}
.thumb-imgloc .vc_column-inner, .thumb-imgloc .wpb_content_element, .thumb-imgloc, .thumb-imgloc{
padding:0px!important;
margin:0px!important;
}
.thumb-imgloc .vc_inner{
position: relative;
background-size: cover!important;
background-position: center 75%!important;
}
.overlay-loc {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
.thumb-imgloc .vc_inner img{
width:100%!important;
top: 50%;
transform: translateY(-50%);
position: absolute;
}
.thumb-imgloc .vc_images_carousel .vc_carousel-control{
background: #000;
z-index: 99;
width: 60px;
height: 60px;
opacity: .3;
top:unset;
left:unset;
right:0;
display:block!important;
}
.vc_images_carousel .vc_carousel-control.vc_left{
right:62px;
}
.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev{
color: #fff;
}
.title-loc{
position: absolute;
left: 20px;
line-height:40px!important;
bottom: 10px;
color: #fff!important;
margin: 0px!important;
font-size: 35px!important;
font-weight: 800!important;
padding-right: 125px;
}
.title-loc span{
font-family: Roboto!important;
color: #cead52!important;
}
.box-infoch .h{
font-weight: 500;
color: #000;
font-size: 15px;
}
.box-infoch .h span{
color: #cead52!important;
}
.box-infoch .bottom{
font-size: 14px;
}
.box-infoch .bottom p{
margin:0 0 8px 0;
font-weight:400;
}
.post-content p, .project-content p{
font-size:15px!important;
font-weight:400!important;
color: #000!important;
}
.content-ch h2{
font-size: 20px!important;
font-weight: 900!important;
margin-top: 0px!important;
line-height:25px;
}
.content-ch h3{
font-size: 16px!important;
font-weight: 700!important;
}
.title-single-loc{
position:absolute!important;
bottom:15px;
left:15px;
}
.title-single-loc {
margin:0px!important;
color:#fff!important;
}
.title-single-loc span{
font-family: Roboto!important;
color: #cead52!important;
}
.row-2col-img{
margin-top:25px;
margin-bottom:25px;
}
.row-2col-imgplus{
margin-top:25px;
margin-bottom:45px;
}
.info-box{
margin-bottom: 10px;
}
.info-box i{
float: left;
font-size: 25px;
padding: 10px 10px 10px 0;
color:#a3a3a3;
}
.info-box .h{
padding-left: 40px;
line-height: 25px;
font-size: 15px;
font-weight: 600;
color: #000;
}
.info-box .bottom{
padding-left: 40px;
font-size: 14px;
line-height: 15px;
font-weight: 400;
height:30px;
word-break: break-all;
}
.info-box a i{
	padding: 0 10px 0 0;
	font-size: 20px;
}
.last-info{
margin-bottom:40px!important;
}
.box-info-loc{
margin: 40px 0!important;
background: #fff;
padding: 20px 20px 0px;
}
.s-sidebar .w{
background: #fff;
padding: 30px 30px .1px;
margin-left: 10px;
}
.single-location .box-info-loc, .single-partner .box-info-loc{
margin-top:0px!important;
}
.s-sidebar{
padding-left: 0px!important;
padding-right: 0px!important;
}
/*--------------------------------------------------------------
## Single Reportage
--------------------------------------------------------------*/
.main-rep{
margin-top:50px;
}
.row-intro-rep{
margin:0px!important;
}
.box-info-rep{
padding:20px 10px!important;
font-size: 14px;
font-weight: 400;
color: #9b9b9b;
}
.box-img-rep{
padding:0px!important;
background-size:cover!important;
background-position:center!important;
}
.box-info-rep{
background:#fff;
}
.post-gallery-grid .pupup-item a{
border:0px!important
}
.rep-title{
position:relative
}
.rep-title:before{
content: '&';
position: absolute;
font-size: 220px;
font-family: Muli;
font-weight: 500;
line-height: 100px;
width: 100%;
text-align: center;
color: #eaeaea;
font-family: 'Source Serif Pro', serif!important;
font-style: italic;

}
.rep-title h1{
font-size: 30px;
line-height: 50px;
text-align: center;
width: 100%;
position: relative;
margin: 0px;
font-family: 'Source Serif Pro', serif!important;
font-style: italic;
}
.cnt-citydate{
text-transform: uppercase;
text-align: center;
margin: 30px 10px 0;
line-height: 30px;
font-size: 15px;
}
.rep-city{
font-weight: 700;
}
.cnt-location{
margin: 0 10px;
}
.cnt-location .h {
font-weight: 500;
color: #000;
font-size: 15px;
}
.cnt-location .bottom {
font-size: 14px;
}
.cnt-location .bottom p {
margin: 0 0 10px 0;
}
.rep-chiesa a{
text-decoration: none;
}
.box-credits-location{
margin-bottom: 30px;
}
.box-credits-location .h{
font-size: 15px;
}
.box-credits-location .h span{
font-weight: 500;
color: #000;
}
.box-credits-location .col-md-6{
margin-bottom:15px;
}
.box-img-rep, .box-info-rep{
height: 350px;
}
.name-weddingbox{
width:100%;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
/*--------------------------------------------------------------
## all Reportage
--------------------------------------------------------------*/
.sf-reportage{
display:flex;	
width: 400px;
margin: 0 auto 40px;
}
.sf-reportage input[type="submit"]{
background: #cead52;
border: 0px;
color: #fff;
padding: 0 20px;
}

.sbox-loop .image:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.60) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.60) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.60) 100%);
}
.sbox-loop .name {
font-size: 20px!important;
font-family: Muli;
color:#fff!important;
font-weight: 800!important;
margin: 0px!important;
left:0px!important;
bottom:0px!important;
padding:20px;
}
.sbox-loop .location {
font-size: 24px!important;
color:#fff!important;
font-weight: 800!important;
margin: 0px!important;
left:0px!important;
top:0px!important;
padding:20px;
font-family: 'Source Serif Pro', serif;
position:absolute;
}
.post-type-archive-fw-portfolio .sbox-loop .num, .tax-fw-portfolio-category .sbox-loop .num{
display:none!important;
}
.sbox-loop a:hover .image {
opacity: 0.8!important;
}
.box-loop-location .num{
color: #fff!important;
font-weight: 400!important;
line-height: 20px!important;
left:0px!important;
font-size:11px!important;
top: 0px!important;
padding: 20px;
}
.box-loop-location .num p{
font-size:12px!important;
}
.box-loop-location a:after{
background:#000!important;
}
.hover-visible{
opacity:0;
webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.box-loop-location a:hover .hover-visible{
opacity:1;
}
.taxonomy-filter .portfolio-item {
text-align: left;
text-transform: inherit;
}
.taxonomy-filter .portfolio-item > a{
left: 0px!important;
}
.portfolio-items{
margin-left:0px!important;
margin-right:0px!important;
}
/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.box-author h4, .box-author .wpb_text_column{
margin-bottom:10px!important;
margin-top:0px!important;
}
.box-author{
padding: 30px 0px;
margin: 20px 0px!important;
border-top: 1px solid #c0c0c0;
border-bottom: 1px solid #c0c0c0;	
}
.blog-item .wrap .img{
border-bottom:0px!important;
}
.row-related .blog-item .wrap .content{
background:#fafafa;
}
.row-related .blog-item .wrap .bottom {
border-top: 2px solid #fff;
}
.title-blog-widget {
font-size: 20px!important;
margin-top: 0px!important;
}
.blog-date{
margin: 0 0 10px!important;
}
.cat-divblog{
position: absolute;
bottom: 0px;
right: 0px;
padding: 5px 10px;
background: #cead52;
color: #fff;
font-size: 13px;
font-weight: 600;
}
.cat-divblog a{
text-decoration:none!important;
}
#posts, .my-blog-items{
height:auto!important;
}

#posts .blog-item, #posts .item{
position: unset!important;
}
.blog-row .pt-special-heading{
margin-bottom:50px;
}
.blog-item .wrap .bottom .comment-count{
display:none;
}
.blog-item .wrap .content > .title-blog-widget{
margin-bottom: 15px;
line-height: 1em;
font-weight: 500;
font-family: Muli;
font-style: normal;
opacity: 1;
visibility: visible;
color: #352702!important;
}
.title-blog-widget a{
text-decoration:none!important;
}
/*--------------------------------------------------------------
## Page Class
--------------------------------------------------------------*/

.col-minus .vc_column-inner {
width:80%!important;
margin:0 auto!important;
}
.col-minus .video-block{
width:60%;
margin:0 auto;
}
.col-minus-2col > .vc_column-inner {
width:80%;
margin:0 auto!important;
}
.video-block a{
border-radius:0px!important;
}
.row-whitebg{
padding-top:80px!important;
padding-bottom:80px!important;
background:#fff!important;
}
.row-whitebg .side-img{
margin-bottom:0px!important;
}
.row-section{
padding-top:80px!important;
padding-bottom:80px!important;
}
.row-section-last{
padding-top:80px!important;
}
.row-section-first{
padding-bottom:80px!important;
}
.row-col-reverse .pt-special-heading, .row-col-reverse p, .row-col-reverse h2, .row-col-reverse h3, .row-col-reverse h4{
text-align:left!important;
}
.row-col .pt-special-heading, .row-col p, .row-col h2, .row-col h3, .row-col h4{
text-align:right!important;
}

.single-page h2{
font-size:30px;
}
.side-img{
box-shadow: 20px -20px 0 #edeeef;
margin: 0 15px!important; 
}
.side-img-t2 .vc_column-inner{
box-shadow:none!important;
margin:0 15px!important;
}
/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/

.jcarousel-wrapper {
position: relative;
}

/** Carousel **/

.jcarousel {
position: relative;
overflow: hidden;
width: 100%;
padding: 0 5px 20px 8px;
margin: 0px -8px;
}

.jcarousel ul {
width: 20000em;
position: relative;
list-style: none;
margin: 0;
padding: 0;
}

.jcarousel li {
width: 200px;
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0px 8px!important;
margin:0px!important;
}
.jcarousel li:before {
display:none;
}
.jcarousel img {
display: block;
width: auto !important;
height: 100% !important;
max-width: none;
}
.rel_img{
overflow:hidden;
}
.rel_tit{
margin-top:7px;
font-family: 'Roboto Condensed', sans-serif;
color: #000;
line-height: 20px;
}
/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
position: absolute;
top: 50%;
margin-top: -15px;
width: 30px;
height: 30px;
text-align: center;
color: #a3a3a3;
text-decoration: none;
font-size: 18px;
line-height: 24px;
}

.jcarousel-control-prev {
left: -30px;
}

.jcarousel-control-next {
right: -30px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
position: absolute;
bottom: -40px;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
margin: 0;
}

.jcarousel-pagination a {
text-decoration: none;
display: inline-block;
font-size: 11px;
height: 10px;
width: 10px;
line-height: 10px;
background: #fff;
color: #4E443C;
border-radius: 10px;
text-indent: -9999px;
margin-right: 7px;
border:1px solid #cccccc;
}
.jcarousel {
margin: 0px;}

.jcarousel-pagination a.active {
background: #cccccc;
color: #fff;
opacity: 1;
}
.related-post .jcarousel-wrapper{
border:0px;
box-shadow:none;
margin: 20px 10px;
}
.comment-list + .comment-respond, .comment-navigation + .comment-respond {
padding-top: 30px;
}
.related-post{
background:#fff;
border-bottom: 1px solid #e0e0e0!important;
padding:40px;
margin-top:40px;
}
.related-carousel .item{
position:relative!important;
left: 0px!important;
top: 0px!important;
}
.related-reportage .item{
padding:0px!important;
}
.row-related .categories{
height:auto!important;
}
.related-carousel ul{
display:flex!important;
margin:0px -8px!important;
}
.related-carousel  .item .name {
font-size: 20px!important;
left: 10px!important;
bottom: 15px!important;
margin: 0px!important;
}
.related-carousel .categories, .related-carousel .col-md-12{
margin:0px!important;
padding:0px!important;
}
.row-related{
padding:50px 0!important;
background:#fff!important;
}
.fotoservice{
background:transparent!important;
}
/*--------------------------------------------------------------
## Call to action
--------------------------------------------------------------*/

.action-row .wpb_raw_code{
text-align:center;
}
.action-row .wpb_raw_code .wpb_wrapper{
display:inline-flex;
}
.action-row .button-container{
margin:0 10px;
}
.action-row h2, .action-row h4{
color:#fff!important;
}
#paragraph_call .call-to-action h3 {
font-size: 20px!important;
font-weight: 900!important;;
}
.call-to-action a.vc_general.vc_btn3 {
text-transform: uppercase;
font-weight: 800;
}
.call-to-action p strong {
font-weight: 600;
}
.call-to-action p{
color:#000!important;
margin-top:0px;
}
.call-to-action{
padding: 30px;
border: 1px solid #cead52;
margin: 30px 0px;
background:#fff;
}
.call-to-action .button-style2{
background:#2d2d2d;
}
.call-to-action .vc_column-inner{
padding:0px!important;
}
.call-to-action-minus .vc_column-inner {
padding:30px;
border: 1px solid #cead52;
margin-bottom:30px!important;
width:100%!important;
}
.call-to-action-minus .button-style2{
background:#2d2d2d;
color:#cead52;
}
.full-cta{
margin-right:15px!important;
margin-left:15px!important;
}
.full-cta .wpb_text_column{
margin:0px!important;
}
.full-cta p{
text-align:right;
}
.call-to-action-minus .pt-special-heading{
margin-bottom:5px!important;
}
.call-to-action-minus .wpb_content_element{
margin-bottom:15px!important;
}
.call-to-action-album .vc_row .vc_column-inner, .call-to-action-album .vc_column-inner {
width:100%!important;
}

#cta-head{
color:#fff!important;
font-size:33px!important;
font-family: Muli;
font-weight: 800;
}
#cta-desk{
color:#fff!important; 
font-size:18px!important;
}
#cta-home{
padding:30px 0px;
}

/*--------------------------------------------------------------
## Album
--------------------------------------------------------------*/

.table-album{
text-align:left;
font-size:14px;
}
.row-table-album .vc_column-inner{
width: 70%!important;
margin: 0 auto;
}
.row-table-album p,.row-table-album .wpb_single_image{
margin:0px;
}
.row-table-album .video-block {
width:100%!important;
}
/*--------------------------------------------------------------
## Testimonials Page
--------------------------------------------------------------*/

.reviews-box .content, .reviews-box-reverse .content {
max-width: 80%!important;
}
.reviews-box .cell, .reviews-box-reverse .cell{
height:auto!important;
}
.reviews-box .bg-letter, .reviews-box-reverse .bg-letter {
font-size: 350px!important;
}
.reviews-box-reverse .content{
float:right;
}
.reviews-box-reverse .h, .reviews-box-reverse .quote {
text-align: right;
}
.reviews-box-reverse .quote{
padding-left:0px!important;
padding-right:70px!important;
}
.reviews-box-reverse .quote:before {
left: unset!important;
right: 0;
}
.reviews-box-reverse .bottom{
text-align:right;
}
.reviews-box-reverse .bottom .avatar{
margin-right:0px!important;
margin-left:20px!important;
}
.bg-letter {
opacity: .04!important;
}
.reviews-box-reverse .bottom h6, .reviews-box .bottom h6{
margin:0px;
}
.reviews-box-reverse .bg-letter, .reviews-box .bg-letter{
white-space: nowrap!important;
}
.reviewda{
color: #cead52;
font-style: oblique;
font-size: 13px!important;
}
/*--------------------------------------------------------------
## Look Maker Page
--------------------------------------------------------------*/
#brochure-lookmaker{
margin:50px 0!important;
}
#brochure-lookmaker .vc_column-inner {
padding:200px 0px;
}
#brochure-lookmaker .wpb_column{
width:70%;
margin:0 auto;
}
.price-list-item .options{
font-size: 15px!important;
color: #616161!important;
font-weight: 400!important;
text-align: left;
padding-left: 5px;
padding-right: 5px;
}
.price-list-item .top .h {
font-size: 20px!important;
}
.price-list-item .top .sub-h {
text-transform: capitalize!important;
font-size: 15px!important;
color: #616161!important;
}
.price-list-item .top .price {
font-size: 30px!important;
}    
.price-list-item .note{
font-size: 10px;
text-align: left;
}
.price-list-item .note .red-note{
color: #f00000;
font-size: 18px;
font-weight: 400;
text-align: center;
}
.price-list-item .note .sub-note{
font-weight: 500;
text-align: center;
font-size: 15px;
}
.price-list-item .wrap{
border: 1px solid #e3e3e3;
}
.section-whitebg{
padding-top:40px;
padding-bottom:80px;
}
.price-list-item .wrap{
border: 1px solid #cead52!important;
}
#price-lookmaker{
margin-bottom:50px;
}
#price-lookmaker .note{
text-align:center;
}
#price-lookmaker .options .o-row:last-of-type{
margin-top: 40px;
font-size: 14px;
font-weight: 500;
}
#contatti-lookmaker .col-minus .vc_column-inner {
background:#fff;
padding:30px;
}
#contatti-lookmaker .input-row-s1 {
margin-right: 0px!important;
}
#contatti-lookmaker input, #contatti-lookmaker select{
font-size:15px;
}
#contatti-lookmaker select{
border:0px;
}
.checkbox{
font-size:13px;
}
.checkbox label{
font-size:12px!important;
}
.checkbox .input-row-s1 {
margin-bottom: 25px !important;
}
/*--------------------------------------------------------------
## Preventivo
--------------------------------------------------------------*/
#lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_summary [data-item="300"] td,
#lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_summary [data-item="305"] td,
#lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_summary [data-item="306"] td,
#lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_summary [data-item="317"] td,
#lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_summary [data-item="335"] td {
color:#ff0000;
}
#lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_summary .lfb_sumItemDes{
color: #616161!important;
}
#lfb_form{
padding:0px!important;
}
#lfb_bootstraped.lfb_bootstraped .container-fluid{
background: #fafafa;	
}
#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_stepTitle{
color:#a2a3e9;
}
#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_btn-next, #lfb_form.lfb_bootstraped #lfb_btnOrder, #lfb_form.lfb_bootstraped .btn-wide{
font-family: 'Montserrat', sans-serif;
font-weight: 500!important;
text-decoration: none;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 13px 45px;
border: none;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.2em;
border-radius: 25px;
background: #4CAF50;
box-shadow:none;
margin: 8px 10px;
}
#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_btn-next:hover{
background: #2d2d2d;
}
#lfb_form.lfb_bootstraped .lfb_genSlide .lfb_linkPreviousCt {
position: inherit!important;
}
#lfb_form.lfb_bootstraped .linkPrevious{
font-family: 'Montserrat', sans-serif;
font-weight: 500!important;
display: inline-block;
vertical-align: middle;
position: relative;
font-size: 12px;
font-weight: bold;
background: transparent;
cursor: pointer;
padding: 15px 30px;
line-height: 11px;
text-align: center;
text-transform: uppercase;
letter-spacing: .2em;
border-radius: 20px;
color: #909090!important;
border: 1px solid #909090!important;
margin: 8px 10px;
}
#lfb_form.lfb_bootstraped[data-form="8"] #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable .img {
max-width: 100%!important;
max-height: unset!important;
}
#lfb_form.lfb_bootstraped label{
font-size: 16px!important;
}
#lfb_form.lfb_bootstraped[data-form="8"] .lfb_genSlide .lfb_imgTitle {
color: #000!important;
font-size: 18px!important;
font-weight: 800!important;
}
#lfb_form.lfb_bootstraped .itemDes .btn-wide{
background: #2d2d2d!important;
padding: 10px 20px!important;
letter-spacing: unset!important;
}
#lfb_form.lfb_bootstraped .btn-primary:hover, #lfb_form.lfb_bootstraped a:hover{
opacity:1!important;
}
.appendiv p{
font-size: 11px;
margin-top: 10px;
}
.lfb_stepDescription{
font-size:16px!important;
}
.facebook-checkbox {
width: 100%!important;
}
#lfb_summaryTotalTr, #lfb_summaryScontoTr, #lfb_summarySubtTr{
display:none;
}
#lfb_summaryTotal span{
color:#616161!important;
}
#summary p, .no-desc, .desc-fb{
font-size: 13px!important;
line-height: 20px!important;
}
#summary p.collapse:not(.show) {
min-height: 40px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;  
}
#summary p.collapsing {
min-height: 40px !important;
}
#summary a.collapsed:after  {
content: '+ Info';
}
#summary a:not(.collapsed):after {
content: '- Info';
}
#summary a{
font-size: 13px!important;
border: 1px solid #353535;
color:#353535!important;
padding: 5px 15px!important;
border-radius: 20px;
}
.appendiv p{
font-size:15px!important;
}
#lfb_form.lfb_bootstraped #lfb_mainPanel{
padding-bottom:80px!important;
}
.lfb_btnNextContainer{
display: flex;
margin: 0 auto!important;
padding: 5px 0px!important;
width: fit-content!important;
position: unset!important;
}
#lfb_mainPanel{
min-height:auto!important;
}
#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_btn-next:hover {
background: #4CAF50!important;
}
#lfb_form.lfb_bootstraped .genPrice{
margin-top:80px!important;
}
#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable span.icon_select.lfb_fxZoom{
text-shadow: none!important;
color: #fff!important;
font-size: 16px!important;
height: 42px;
line-height:40px;
width: 150px;
right: calc(50% - 75px);
bottom: unset;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background: #00000070!important;
border: 3px solid #fff;
border-radius: 50px;
opacity: 1!important;
text-transform: uppercase;
font-family: montserrat;
font-weight: 600;
}
#lfb_form.lfb_bootstraped .lfb_picRow .lfb_fxZoom:before, .bootstrap-datetimepicker-widget .lfb_picRow .lfb_fxZoom:before {
content: "Seleziona";
}
#lfb_form.lfb_bootstraped .lfb_picRow .checked .lfb_fxZoom:before, .bootstrap-datetimepicker-widget .checked .lfb_picRow .lfb_fxZoom:before {
content: "Selezionato";
}
#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable.checked span.icon_select.lfb_fxZoom{
opacity:1!important;
background: #4CAF50!important;
border: 1px solid #4CAF50;
}
#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemDes {
max-width: unset!important;
}
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="58"] .lfb_genContent div.lfb_selectable{
margin-left:0px;
margin-right:0px;
}
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="58"] .lfb_genContent .lfb_itemBloc{
width:33.333%!important;
}
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="58"] .row{
width:90%;
margin:0 auto!important;
}
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="60"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="61"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="62"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="63"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="64"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="65"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="66"] .row{
width:80%;
margin:0 auto!important;
}
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="60"] input, 
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="60"] select {
width:100%!important; 
max-width: unset!important;  
}
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="60"] .lfb_genContent .lfb_itemBloc,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="61"] .lfb_genContent .lfb_itemBloc,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="62"] .lfb_genContent .lfb_itemBloc,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="63"] .lfb_genContent .lfb_itemBloc,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="64"] .lfb_genContent .lfb_itemBloc,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="65"] .lfb_genContent .lfb_itemBloc,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="66"] .lfb_genContent .lfb_itemBloc{
width:50%!important;
}
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="60"] .lfb_genContent .lfb_itemContainer_288 {
width:20%!important;    
}
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="60"] .lfb_genContent .lfb_itemContainer_288 ul{
padding:0px!important;
}
.iti__country {
font-size: 12px!important;
}
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="60"] .lfb_genContent .lfb_itemContainer_289 {
width:30%!important;    
}
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="60"] .row{
width:90%;
margin:0 auto!important;
}
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="61"] label,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="62"] label,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="63"] label,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="64"] label,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="65"] label,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="66"] label{
font-weight: 600;
color:#000;
}
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="65"] .lfb_itemContainer_322 > div:first-child{
    pointer-events: none!important;
}
.disable-selection{
pointer-events: none!important;  
}
.disable-selection .switch{
width: 65px!important;
}
.disable-selection .switch .switch-on label, .disable-selection .switch .switch-right{
    display:none!important;
}
td.day.disabled {
    position: relative;
}
td.day.disabled:before {
    content: 'non disponibile';
    position: absolute;
    font-size: 12px;
    color: #ff0000;
    background: #ecf0f1;
    width: max-content;
    padding: 4px 8px;
    opacity: 0;
    top: -30px;
    left:0px;
    border-radius: 5px;
    display:none;
}
td.day.disabled:hover:before {
    opacity:1;
    display:block;
}
/*--------------------------------------------------------------
## Login
--------------------------------------------------------------*/

.a2_loginForm, #wp_pass_reset{
width: 350px;
margin: 0 auto 50px;
padding: 30px;
background: #fff;
border: 1px solid #eee;
}
.a2_loginForm input[type="text"], .a2_loginForm input[type="password"], #wp_pass_reset input[type="password"], #wp_pass_reset input[type="text"]{
border: 1px solid #eee;
background: #fafafa;
padding: 6px 15px;
line-height: 21px;
margin: 0;
vertical-align: middle;
width:100%;
}
.a2_loginForm input[type="submit"], #wp_pass_reset input[type="submit"]{
background: #cead52;
color: #fff!important;
box-shadow: none;
border: 0px;
padding: 5px 20px;
}
.a2_loginForm label, #wp_pass_reset label{
line-height: 2;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
}
.a2_loginForm a{
text-decoration:none;
}
#result{
text-align: center;
margin-bottom: 30px;
}
/*--------------------------------------------------------------
## Area Privata
--------------------------------------------------------------*/
#usermenu{
margin: 20px 0px;
padding: 0px;
}
#usermenu li{
list-style-type:none;
line-height:40px;
}
#usermenu li a{
text-decoration: none;
font-weight:400;
color:#000;
}
.user-area{
margin:0px -15px 50px;
padding:0px!important;
}
.user-area .button-style2{
margin:15px 0px
}
#review .datepicker{
border-radius:0px;
}
#review  label{
margin:8px 0px;
}
.user-area #fixed-sidebar{
padding:30px!important;
background:#fff!important;
}
#fixed-sidebar{
padding: 0 15px 25px 15px;
}
.btn-menu-usermob {
    background: #dbdbdb;
    border: 0px;
    position: fixed;
    right: 10px;
    padding: 0px;
    top: 40px;
    z-index: 999;
    display: none;
    width: 45px;
    height: 45px;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.btn-menu-usermob:before, .btn-menu-usermob:after {
    position: absolute;
    content: "";
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #232629;
}
.btn-menu-usermob:after {
    top: 22px;
    left: 10px;
    width: 25px;
    height: 1px;
}
.btn-menu-usermob:before {
    top: 10px;
    left: 22px;
    width: 1px;
    height: 25px;
}
.work-btn:before, .work-btn:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-userarea-open {
    -webkit-transform: translateX(0)!important;
    transform: translateX(0)!important;
}
.title-usermenu{
display:none;
margin-top:0px;
}

/*--------------------------------------------------------------
## PrettyPhoto
--------------------------------------------------------------*/
.pp_top, .pp_bottom, .pp_gallery, .pp_description, .pp_play, .pp_arrow_previous, .pp_arrow_next, div.pp_default .pp_expand, div.ppt{
display:none!important;
}
div.pp_default .pp_content_container .pp_left, div.pp_default .pp_content_container .pp_right{
background:none!important;
padding: 0px!important;
}
div.pp_default .pp_details {
position: fixed!important;
top: 0;
left: 0px;
width: 100%!important;
height: 44px;
margin: 0px!important;
background-color: rgba(0, 0, 0, 0.3);
}
div.pp_default .pp_nav .currentTextHolder{
position: absolute!important;
left: 0!important;
top: 0!important;
height: 44px;
font-size: 13px!important;
line-height: 44px!important;
color: #FFF!important;
opacity: 0.75!important;
padding: 0 10px!important;
font-family: montserrat!important;
}
.pp_close{
background:url(/wp-content/themes/kerio/images/default-skin.svg)!important;
background-position: 0 -44px!important;
background-size: 264px 88px!important;
width: 44px!important;
height: 44px!important;
position: relative!important;
float: right;
}
div.pp_default .pp_content{
background:transparent!important;
}
.pp_hoverContainer a{
position: fixed!important;
top: 50px!important;
height: calc(100% - 50px)!important;
}
a.pp_next{
right: 0px!important;
}
a.pp_previous{
left: 0px!important
}
.pp_content{
margin-top: 40px;
}
div.pp_default .pp_next, div.pp_default .pp_previous{
background:none!important;
top: 50%!important;
margin-top: -50px!important;
width: 70px!important;
height: 100px!important;
position: fixed!important;
}
div.pp_default .pp_next:before{
background:url(/wp-content/themes/kerio/images/default-skin.svg)!important;
background-size: 264px 88px;
background-color: rgba(0, 0, 0, 0.3)!important;
background-position: -94px -44px!important;
right: 6px;
content: '';
top: 35px;
height: 30px;
width: 32px;
position: absolute;
}
div.pp_default .pp_previous:before{
background:url(/wp-content/themes/kerio/images/default-skin.svg)!important;
background-size: 264px 88px;
background-color: rgba(0, 0, 0, 0.3)!important;
background-position: -138px -44px!important;
left: 6px;
content: '';
top: 35px;
height: 30px;
width: 32px;
position: absolute;
}

/*--------------------------------------------------------------
## Add to Any
--------------------------------------------------------------*/
.addtoany_list a:not(.addtoany_special_service)>span{
border-radius:0px!important;
}
.a2a_svg svg{
height: 26px!important;
margin: 7px auto!important;
}

/*--------------------------------------------------------------
## Wedding
--------------------------------------------------------------*/

.coupon .vc_column-inner>div{
background: #fafafa;
border: 1px solid #f4f4f4;
padding: 15px 15px 20px;
margin-bottom: 30px;
}
.coupon .wpb_single_image{
margin: -15px -15px 15px -15px;
}
.coupon .pt-special-heading .heading{
font-size:18px!important;
}
.coupon .button-container a{
padding: 10px 20px!important;
}
/*--------------------------------------------------------------
## Mobile Provvisorio
--------------------------------------------------------------*/

@media (min-width: 1600px){
/*
.site{
width: 1500px!important;
margin: 0 auto;
border-left:1px solid #cecece;
border-right:1px solid #cecece;}
.site-footer, .site-header{
width: 1500px!important;
margin:0 auto;}
.vc_row[data-vc-full-width]{
left: calc((-1500px + 1170px)/2)!important;
width: 1500px!important;
padding-left: calc((1500px - 1170px)/2)!important;
padding-right: calc((1500px - 1170px)/2)!important;}
*/
.intro-banner .banner .item {
background-size: 1500px;}
#row-slide .banner-area, #row-slide .banner .item, #row-slide .banner .cell{
max-height:850px;}
.intro-banner .banner .item {
background-repeat: no-repeat;
background-size: cover;}
#all .intro-banner{
padding:0px!important;
margin:0 -15px 60px -15px!important;}
#row-slide{
padding:0px!important;
margin:0 -15px 0px -15px!important;}
#row-map{
padding:0px!important;}
/*.row-related{
position: inherit!important;}*/
.jcarousel {
margin: 0px;}
}
@media screen and (max-width: 1199px){
.butter-button {
display: block !important;
visibility: visible !important;}
.navigation {
position: fixed!important;
top: 94px!important;
right: 0;
bottom: 0;
z-index: 20!important;
background: #ffffff;
padding: 15px 30px;
width: 260px;
max-width: 260px;
overflow: hidden;
overflow-y: auto;
margin-right: 0 !important;
border: none;
border-left: 1px solid #eee;
margin-top: 0;}
.page-template-template-landing .navigation a, .archive .navigation a, .search-results .navigation a, .page-template-template-area-riservata .navigation a {
letter-spacing: 0px!important;
color: #000!important;}
.navigation > ul > li, .navigation > ul > li:not(:last-of-type), .navigation > ul > li + li {
float: none;
padding: 0 !important;
margin: 0px 0;
display: block;}
.butter-button {
width: 35px!important;
height: 25px!important;
margin: 20px 0 0px 15px!important;}
.butter-button div {
margin: 11px 0!important;}
.butter-button.active:after {
bottom: 12px!important;}
.butter-button.active:before {
top: 11px!important;}
#contactf {
padding: 50px 0px!important;}
.box-info-loc .info-box{
width:100%!important;}
.full-cta {
margin-right: 0px!important;
margin-left: 0px!important;}
.navigation-opened .site-header .butter-button{
color:#000!important;}
.navigation-opened .site-header .sidebar-button > div div{
background:#000!important;}
.site-header .container, .user-bar .container{
width: 100%!important;
margin-left:0px!important;}
#home-reportage .hover-style1 .portfolio-item .wrap:before{
opacity: 1!important;
visibility: visible!important;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.60) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.60) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.60) 100%);}
#home-reportage .portfolio-item .title-portfolio{
opacity: 1!important;
visibility: visible!important;
height: 100%;
top: 0!important;
left: 0!important;
-moz-transform: none!important;
-ms-transform: none!important;
-webkit-transform: none!important;
-o-transform: none!important;
transform: none!important; }
#home-reportage .portfolio-item .readmore-link{
position: absolute!important;
top: 0!important;
left: 0!important;
width: 100%!important;
height: 100%!important;
padding-top: 20px;
text-align: left;
padding-left: 20px;
color: #fff;}
#home-reportage .portfolio-item .location{
position: absolute;
margin: 0px;
bottom: 15px;
left: 20px;
color: #fff;
line-height:20px;}
#home-reportage .portfolio-item .name{
position: absolute;
bottom: 45px;
color: #fff;
left: 20px;}
#home-reportage .portfolio-item .readmore-link:before{
display:none!important;}
.search-button{
position: fixed!important;
top: 53px!important;
margin: 0px!important;
right: 80px!important;
font-size: 20px!important;
float:none!important;}
.search-popup .close {
top: 115px!important;
right: 20px!important;}
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
.container {
width: calc(100% - 70px)!important;
margin-left: 35px!important;
margin-right: 35px!important;}
.box-loop-location .num p {
display:none;}
h2{
font-size:35px!important;}
h3{
font-size:30px!important;}
.col-minus .video-block {
width: 70%;}
.col-minus-2col > .vc_column-inner, .col-minus .vc_column-inner {
width: 90%;}
.textwidget .button-style2 {
padding: 10px 15px!important;}
.thumb-imgloc .vc_inner img{
flex-shrink: 0;
min-width: 100%;
min-height: 100%;}
.banner-social-buttons {
width: 60px!important;}
.user-area #fixed-sidebar {
padding: 20px!important;}
#home-reportage .portfolio-item .location {
font-size: 18px;}
#home-reportage .portfolio-item .name {
font-size: 15px;
line-height: 15px;}
#cta-home .button-style2{
border-radius: 100px!important;}
.single-post h2{
font-size:25px!important;}
.single-post h3{
font-size:22px!important;	}
.single-post h4{
font-size:18px!important;}
}

@media screen and (max-width: 991px){
.col-minus .video-block {
width: 70%;}
.col-minus-2col > .vc_column-inner, .col-minus .vc_column-inner {
width: 100%;}
#contactf {
padding: 50px 0px!important;}
.intro-banner .banner .item {
padding: 0px;}
.reviews-box .content, .reviews-box-reverse .content {
max-width: 100%!important;}
.row-eq-height {
display: block;}
.info-loc{
height:auto!important;}
.call-to-action {
margin: 30px 0px;}
.call-to-action.full-cta .wpb_column{
width:100%!important;}
.call-to-action p{
text-align:center!important;
margin-bottom:10px!important;}
.s-sidebar .w {
margin-left: 0px;}
.widget .gallery-module .item img{
width:100%!important;}
.site-footer .widget_portfolio {
max-width: 100%!important;}
.introloc {
margin: 30px 0 0 0!important;}
.cnt-usermenu{
width: 250px!important;
height: 100%;
padding: 0px!important;
transform: translateX(-280px);
transition: transform 0.6s cubic-bezier(.56,.1,.34,.91);
position: fixed!important;
left: 0px;
background: #fff;
top: 79px;
z-index: 999;}
.title-usermenu{
display:block;}
.user-area #fixed-sidebar {
padding: 20px!important;}
.btn-menu-usermob {
display: flex;}
.action-look .wpb_column{
width:100%!important;}
.action-look  .col-btn1{
margin-bottom:20px;}
.action-look .button-style2{
padding: 13px 30px;}
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="58"] .lfb_genContent .lfb_itemBloc {
width: 50%!important;}
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="58"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="60"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="61"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="62"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="63"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="64"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="65"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="66"] .row{
width:100%;}
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="60"] .lfb_genContent .lfb_itemContainer_288,  
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="60"] .lfb_genContent .lfb_itemContainer_289 {
width:50%!important;}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
#home-service .heading{
font-size:20px!important;}
.container {
width: calc(100% - 50px)!important;
margin-left: 25px!important;
margin-right: 25px!important;}
.banner-social-buttons {
width: 50px!important;}
h1, .banner .item .h{
font-size:36px!important;}
h2{
font-size:30px!important;}
h3, .heading-h3{
font-size:28px!important;}
.col-minus .video-block {
width: 80%;}
.blog-item .wrap .bottom > div{
width: 100%!important;
text-align:left!important;}
.blog-row .blog-item .wrap .bottom i, .row-related .blog-item .wrap .bottom i {
margin-right: 0px!important;}
.box-loop-location .num p {
display:none;}
.rep-title h1 {
font-size: 28px!important;
line-height: 45px;}
.rep-title:before {
font-size: 160px;}
.cnt-citydate {
font-size: 14px;} 
.decor-h {
font-size: 20px!important;}
#home-service .icon-box{
padding-left:25px!important;}
#home-service .vc_column-inner{
padding-left:5px;
padding-right:5px;}
.call-to-action {
padding: 20px;}
.call-to-action-minus{
margin-left: 0px!important;
margin-right: 0px!important;}
#home-reportage .portfolio-item .readmore-link {
padding-top: 10px;
padding-left: 10px;}
#home-reportage .portfolio-item .name{
left:10px;
bottom:30px;
font-size: 13px;
line-height: 13px;}
#home-reportage .portfolio-item .location{
left:10px;
bottom:5px;
font-size: 14px;
line-height: 16px;}
#cta-home .button-style2{
border-radius: 100px!important;}
#cta-head {
font-size: 30px!important;}
#cta-desk {
font-size: 16px!important;}
.single-post h2{
font-size:22px!important;}
.single-post h3{
font-size:20px!important;}
.single-post h4{
font-size:16px!important;}
}

@media screen and (max-width: 767px){
#home-service .icon-box {
margin-bottom: 30px;
padding-left: 0px;}
#home-service .icon-box .side-label{
display:none;}
.row-whitebg, .row-col p, p{
text-align:justify!important;}
.row-whitebg .pt-special-heading, .row-col h2, .row-col .pt-special-heading, #row-preventivo p{
text-align:center!important;}
.row-col h4, .row-col h3{
text-align:left!important;}
.pt-special-heading.decor-line .heading i:before{
display:none;}
.call-to-action-minus{
margin-left:0px!important;
margin-right:0px!important;}
#contactf {
padding:0px!important;}
.col-btn1, .call-to-action .pt-special-heading, .call-to-action .wpb_content_element{
margin-bottom:15px!important;}
.title-single-loc {
bottom: unset;
left: 10px;
top: 10px;}
.overlay-loc {
background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */}
.partner-badge{
right: unset;
top: unset;
bottom: 8px;
left: 10px;
height: unset;
width: unset;
transform: unset;}						
.ribbon{
margin-top: 0px;
transform: unset;
width: auto;
background-image: linear-gradient(90deg, #CEAD52 43%, #f4c94c 70%);
border: 3px solid #fff;
font-size: 13px;
padding: 0 10px;}
.introloc .post-bottom {
top: unset;
right: 20px;
color: #000!important;
bottom: -45px;
z-index: 9;}
.last-info {
margin-bottom: 15px!important;}
.introloc .post-bottom .pb-like i {
color: #616161!important;}
.introloc .post-bottom .pb-like .active i{
color: #cead52!important;}
.title-loc {
bottom: unset;
padding-right: 20px;
top: 10px;}
.fotoservice .categories-carousel .owl-next, .fotoservice .categories-carousel .owl-prev{
background: transparent!important;
color: #a3a3a3;}
.box-img-rep, .box-info-rep {
height: auto;}
.name-weddingbox {
position: relative;
top: unset;
-webkit-transform: none;
-ms-transform: none;
transform: none;}
.main-rep .box-info-loc{
padding:10px 10px 0!important;}
.title-blog-widget {
margin-top: 10px!important;}
.reviews-box .container, .reviews-box-reverse .container{
margin:0px!important;
padding:0px!important;
width:100%!important;}
.col-minus .video-block {
width: 100%;}
.col-first-double-video{
margin-bottom:35px;}
.portfolio-items {
margin-top: 0px!important;}
#home-testimonials .button-container{
margin-top:0px;}
.row-2col-imgplus, .row-2col-img {
margin-top: 0px;
margin-bottom: 0px;}
.post-bottom .fr{
float: none!important;
margin-top: 15px;
text-align: left;}
.filter-button-group {
display:block!important;}
.side-img-t2 .vc_column-inner{
background-image:none!important;
margin: 0px!important;}
.side-img-t2 .hide-desk{
display:block;}
div.pp_pic_holder {
width: 90%!important;
left: 5%!important;}
#pp_full_res img, div.pp_default .pp_content, .pp_hoverContainer{
width:100%!important;
height:auto!important;}
.pp_content{
margin-top:0px!important;}
#cta-desk {
font-size: 16px!important;
text-align: center;
margin-bottom: 15px;}
#cta-head {
font-size: 25px!important;
text-align: center;}
.single-post h2{
font-size:22px!important;}
.single-post h3{
font-size:20px!important;}
.single-post h4{
font-size:16px!important;}
}

@media screen and (max-width: 767px) and (min-width: 480px) {
.container {
width: calc(100% - 30px)!important;
margin-left: 15px!important;
margin-right: 15px!important;}
h1{
font-size:28px!important;}
h2{
font-size:26px!important;}
h3, .heading-h3{
font-size:25px!important;}
h4{
font-size:22px!important;}
.decor-h {
font-size: 18px!important;}
.row-whitebg {
padding-top: 50px!important;
padding-bottom: 50px!important;}
.row-section {
padding-top: 50px!important;
padding-bottom: 50px!important;}
.row-section-first {
padding-bottom: 50px!important;}
.row-section-last {
padding-top: 50px!important;}
.section-whitebg {
padding-top: 50px;
padding-bottom: 50px;}
.banner .item .h {
font-size: 28px !important;
line-height: 38px!important;}
.reviews-box-reverse .quote {
padding-right: 50px!important;}
.reviews-box .quote {
padding-left: 50px!important;}
.single-post .post-bottom .pb-like, .single-post .post-bottom .pb-comments {
width: 50%;
margin: 0px!important;}
.row-related h2{
font-size: 24px!important;}
.row-related h3{
font-size: 22px!important;}
.box-info-loc {
padding: 50px 10px 0px;}
#paragraph_call .call-to-action h3 {
font-size: 18px!important;}
.call-to-action {
padding: 20px;}
.row-related {
padding: 30px!important;}
.sbox-loop .name {
font-size: 22px!important;
line-height: 15px;}
.title-single-loc {
font-size: 25px!important;}
.title-loc {
line-height: 25px!important;
font-size: 21px!important;}
.info-loc {
margin-bottom:35px;}
.fotoservice .categories-carousel .owl-next {
right: -30px;}
.fotoservice .categories-carousel .owl-prev {
left: -30px;}
.rep-title h1 {
font-size: 30px!important;
line-height: 40px;}
.rep-title:before {
font-size: 160px;
line-height: 80px;}
.box-info-rep {
padding: 35px 10px 20px!important;}
#brochure-lookmaker .vc_column-inner {
padding: 120px 0px;}
.filter-button-group, .category-buttons {
margin: 20px 0 45px 0!important;}
.cnt-usermenu {
width: 200px!important;}
}

@media screen and (max-width: 479px) {
.main-row > div.container {
width: calc(100% - 30px)!important;
margin-left: 15px!important;
margin-right: 15px!important;
padding: 0px!important;}
.site-header .container, .user-bar .container {
padding-right:15px!important;
padding-left:15px!important;}
h1{
font-size:25px!important;
line-height: 30px!important;}
h2, .intro-text-location h2{
font-size:23px!important;
line-height: 28px!important;}
h3, .heading-h3{
font-size:23px!important;
line-height: 28px!important;}
h4{
font-size:20px!important;
line-height: 25px!important;}
.h2-font-invert h3{
font-size:23px!important;
line-height: 28px!important;}
#home-service .icon-box h3{
font-size:20px!important;
line-height: 25px!important;}
#home-service {
padding-bottom: 0px;}
.decor-h {
font-size: 16px!important;}
.row-whitebg {
padding-top: 30px!important;
padding-bottom: 30px!important;}
.row-section {
padding-top: 30px!important;
padding-bottom: 30px!important;}
.row-section-first {
padding-bottom: 30px!important;}
.row-section-last {
padding-top: 30px!important;}
.section-whitebg {
padding-top: 30px;
padding-bottom: 30px;}
.banner .item .h {
font-size: 24px !important;
line-height: 34px!important;}
.reviews-box-reverse .quote {
padding-right: 30px!important;}
.reviews-box .quote {
padding-left: 30px!important;}
.testimonial-item .quote:before {
font-size: 50px!important;}
.testimonial-item .quote {
font-size: 16px!important;
line-height: 23px!important;}
.reviews-box .bottom, .reviews-box-reverse .bottom {
margin-top: 15px!important;}
.reviews-box .bottom .avatar{
margin-bottom:10px;}
.reviews-box .bottom .inforeviews{
margin-bottom:10px;}
.testimonial-item .h {
margin: 0 0 15px;}
.testimonial-item .cell {
padding: 0 0 35px;}
.single-post .post-bottom .pb-like, .single-post .post-bottom .pb-comments {
width: 50%;
margin: 0px!important;}
.row-related h2{
font-size: 24px!important;}
.row-related h3{
font-size: 22px!important;}
.box-info-loc {
padding: 50px 10px 0px;}
#paragraph_call .call-to-action h3 {
font-size: 16px!important;
line-height: 20px!important;}
.call-to-action {
padding: 20px;}
.row-related {
padding: 15px!important;}
.sbox-loop .name {
font-size: 24px!important;}
.title-single-loc {
font-size: 20px!important;}
.title-loc {
line-height: 25px!important;
font-size: 21px!important;}
.info-loc {
margin-bottom:35px;}
.fotoservice .categories-carousel .owl-next {
right: -30px;}
.fotoservice .categories-carousel .owl-prev {
left: -30px;}
.rep-title h1 {
font-size: 28px!important;
line-height: 40px!important;}
.rep-title:before {
font-size: 160px;
line-height: 80px;}
.box-info-rep {
padding: 35px 10px 20px!important;}
#brochure-lookmaker .vc_column-inner {
padding: 120px 0px;}
.testimonials-area .slider .owl-prev, .testimonials-area .slider .owl-next{
display:none;}
.blog-row .pt-special-heading {
margin-bottom: 25px;}
#home-service .pt-special-heading {
margin-bottom: 20px;}
#home-testimonials .testimonial-title {
font-size: 18px;}
.intro-banner .banner .item.white, .intro-banner .banner{
height:240px!important;}
.blog-item .wrap .bottom > div{
width: 100%!important;
text-align:left!important;}
.blog-item .wrap .bottom i{
margin-right: 0px!important;}
.vc_images_carousel .vc_carousel-control.vc_left {
right: 48px;}
.thumb-imgloc .vc_images_carousel .vc_carousel-control {
width: 45px;
height: 45px;}
.thumb-imgloc .vc_images_carousel .vc_carousel-control .icon-next, .thumb-imgloc .vc_images_carousel .vc_carousel-control .icon-prev {
width: 20px;
height: 20px;
margin-top: -15px;
margin-left: -9px;}
.box-info-loc .info-box {
padding-left: 0px;}
.info-box .bottom, .info-box .h {
padding-left: 33px;}
.info-box i {
font-size: 22px;
padding: 5px 5px 5px 0;}
.box-loop-location .num p {
display:none;}
.textwidget .button-style2 {
padding: 10px 25px!important;}
.info-loc {
padding: 15px!important;}
.s-sidebar .w {
padding: 15px 15px .1px;}
.call-to-action-minus .vc_column-inner {
padding: 20px;}
.filter-button-group {
margin: 15px 0 35px 0!important;}
.filter-button-group button{
padding: 3px 3px 30px!important;
margin: 0 5px 0!important;}
.a2_loginForm, #resetpassform {
width: 300px;
margin: 0 auto 50px;
padding: 20px;}
.navigation{
padding:15px!important;}
.navigation > ul > li .sub-menu, .navigation > ul > li .children{
padding:5px 10px!important;}
.portfolio-type-packery.gap-on .portfolio-item .wrap {
left: 0px!important;
right: 0px!important;}
.fotoservice .categories-carousel .owl-item {
padding: 10px 0px;}
.user-bar {
background: #eaeaea!important;}
.user-menu li {
color: #616161!important;}
#home-reportage .portfolio-item .readmore-link {
padding-top: 10px;
padding-left: 10px;}
#home-reportage .portfolio-item .name{
left:10px;
bottom:45px;
font-size: 14px;
line-height: 14px;
font-weight: 500;}
#home-reportage .portfolio-item .location{
left:10px;
bottom:10px;
font-size: 16px;
line-height: 25px;}
#home-newsletter .wpcf7{
width: 100%;}
div.pp_pic_holder {
width: 100%!important;
left: 0%!important;}
div.pp_default .pp_previous:before{
left.0px;}
div.pp_default .pp_next:before{
right:0px;}
.action-row .button-container{
width:100%;
text-align:center;
margin-bottom:15px;}
.action-row .wpb_raw_code .wpb_wrapper {
display: block;}
#badge-matrimoniosec {
bottom: 60px;
width: 50px;}
#badge-matrimonio{
width: 50px;}
.sf-reportage{
width: 100%;}
.sf-reportage input[type="submit"]{
padding: 0 15px;}
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="58"] .lfb_genContent .lfb_itemBloc {
width: 50%!important;}
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="58"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="60"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="61"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="62"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="63"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="64"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="65"] .row,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="66"] .row{
width:100%;}
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="60"] .lfb_genContent .lfb_itemContainer_288,  
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="60"] .lfb_genContent .lfb_itemContainer_289,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="60"] .lfb_genContent .lfb_itemBloc,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="61"] .lfb_genContent .lfb_itemBloc,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="62"] .lfb_genContent .lfb_itemBloc,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="63"] .lfb_genContent .lfb_itemBloc,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="64"] .lfb_genContent .lfb_itemBloc,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="65"] .lfb_genContent .lfb_itemBloc,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="66"] .lfb_genContent .lfb_itemBloc,
#lfb_form.lfb_bootstraped #lfb_mainPanel > [data-stepid="58"] .lfb_genContent .lfb_itemBloc {
width:100%!important;}
}


@media (min-width: 1400px){
#back-fotocolizzi{
max-width: 1170px;
margin: 0 -15px!important;
left: 0px!important;}
.container-border{
border-left:1px solid #e6e6e6;
border-right:1px solid #e6e6e6;}	
}
@media screen and (max-width: 991px){

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

}
@media screen and (max-width: 767px){
.txt-badge p, .txt-badge .tal{
text-align:center!important;}
.col-minus .vc_column-inner {
width: 100%!important;}
#wa-row{
z-index: 99;
position: fixed;
margin: 0px;
height: 65px;
background: #25d366;
bottom: 0px;
width: 100%;
left: 0px;}
.whatsappme__button{
border: 1px solid #fff;
box-shadow:none!important;
bottom: 4px!important;}
.row-otherbage{
margin: 0px -5px!important;}
.row-otherbage .vc_col-sm-3{
width:25%!important;
float:left!important;
margin-bottom: 20px;}
.row-otherbage .vc_col-sm-3 .vc_column-inner{
padding: 0px 5px!important;}
.imgbadge{
margin:15px 0px!important;}
}
@media screen and (max-width: 767px) and (min-width: 480px) {
.intro-banner .cell .sub-h{
font-size: 18px !important;}
#back-fotocolizzi h1 {
font-size: 30px!important;}
#back-fotocolizzi .sub-h{
font-size: 20px!important;}
}

@media screen and (max-width: 479px){
#back-fotocolizzi .button-style2 {
padding: 10px 30px;
letter-spacing:0px;}
#back-fotocolizzi{
margin-bottom:30px;}
#chat-application{
top: 10px!important;
height: 58px!important;
right: 10px!important;}
.txt-preventivo .mobile-hide{
display:none;}
.blog-items.increased-indent{
margin-left: 0px!important;
margin-right: 0px!important;}
}
@media screen and (max-width: 479px) and (min-width: 360px) {
.intro-banner .cell .sub-h{
font-size: 15px !important;}
#back-fotocolizzi{
height: 230px!important;}
#back-fotocolizzi h1 {
font-size: 25px!important;}
#back-fotocolizzi .sub-h{
font-size: 16px!important;}
}
@media screen and (max-width: 359px){
.intro-banner .cell .sub-h{
font-size: 15px !important;}
#back-fotocolizzi{
height: 200px!important;}
#back-fotocolizzi h1 {
font-size: 20px!important;}
#back-fotocolizzi .sub-h{
font-size: 14px!important;}
}
