@font-face {
	font-family: 'AkzidenzGroteskBQ-Cnd';
	src: url('fonts/akzidenzgroteskbq-cnd.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'AkzidenzGroteskBQ-ligcnd';
	src: url('fonts/akzidenzgroteskbq-ligcnd.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Abel';
	src: url('fonts/Abel-Regular.woff') format('woff');
	font-display: swap;
}


.et_overlay {
	background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
}

/*
		GENERAL 
*/

body,
input,
textarea,
select {
	font-family: 'Abel', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 300;
}

/* lock page when modal is open */
body.modal_open {
	padding: 0;
	overflow: hidden;
}

.x {
	color: #C67400;
}


#main-content {
	background-color: #FFFFFf;
}

.et_fixed_nav.et_show_nav #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
	margin-top: 0 !important;
}

/*
		HEADER 
*/
#main-header {
	/*border-bottom: 1px dotted #f5f5f5;*/
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
	z-index: 9997 !important;
}

.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
	padding-top: 50px;
}

.logo_container {
	padding-top: 17px;
	padding-bottom: 0px;
}

#main-header.et-fixed-header {
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
}

#main-header.et-fixed-header:hover {
	background: rgba(255, 255, 255, 1);
}

#logo {
	max-height: 70px;

}

#main-header.et-fixed-header {
	border-color: rgba(255, 255, 255, 0);
}

#main-header.et-fixed-header #logo {
	max-height: 76%;
}

#main-header.et-fixed-header .logo_container {
	padding-top: 0px;
	padding-bottom: 0px;
}

#main-header.et-fixed-header .container {
	padding-bottom: 0px;
	border-bottom: 0px solid #cccccc;
}


/* 
	----- main menu 
*/
.et_header_style_left #et-top-navigation nav>ul>li>a,
.et_header_style_split #et-top-navigation nav>ul>li>a {
	/*font-family: "AkzidenzGroteskBQ-ligcnd",Helvetica,Arial,Lucida,sans-serif;*/
	/*	font-size:12px;*/
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 17px;
	padding-top: 18px;
	/*color:#c4ced4;*/
	font-weight: 400;
}

.et_header_style_left #et-top-navigation nav>ul>li>a:hover,
.et_header_style_split #et-top-navigation nav>ul>li>a:hover {
	color: #C67400;
	opacity: 1;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a,
.et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a {
	padding-top: 0px;
}

#top-menu li.social.first {
	margin-left: 30px;
}

#top-menu li:last-child {
	margin-right: 6px;
}


i.et-icon {
	padding: 0;
	margin: 10px;
	display: inline-block;
	font-size: 14px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

i.et-icon:before {
	font-family: ETmodules !important;
	font-style: normal;
	font-weight: 400;
	direction: ltr;
}

i.et-icon.facebook:before {
	content: "\e093";
}

i.et-icon.instagram:before {
	content: "\e09a";
}

#top-menu i.et-icon {
	font-size: 13px;
}



/* 
	-----main menu submenus 
*/

/* no icon on menu with submenus */
#top-menu .menu-item-has-children>a:first-child,
.fullwidth-menu .menu-item-has-children>a:first-child,
#et-secondary-nav .menu-item-has-children>a:first-child {
	padding-right: 0;
}

#top-menu .menu-item-has-children>a:first-child::after,
.fullwidth-menu .menu-item-has-children>a:first-child::after,
#et-secondary-nav .menu-item-has-children>a:first-child::after {
	display: none;
}

.nav li ul {
	background: #fff none repeat scroll 0 0;
	border-top: 0 none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
	padding: 0;
	font-weight: 300;
	left: -10px;
	border-left: 1px dotted #f5f5f5 !important;
	border-bottom: 1px dotted #f5f5f5 !important;
	border-right: 1px dotted #f5f5f5 !important;
	width: 200px;
}

.nav li li ul {
	left: 190px;
	top: 0;
	border-top: 1px dotted #f5f5f5 !important;
}

#top-menu li li,
.nav li li {
	margin: 0;
	padding: 0;
}

#top-menu>li:hover>a,
#top-menu>li li:hover>a {
	color: #C67400 !important;
}

#top-menu li li a,
.fullwidth-menu li li a {
	border-bottom: 1px dotted #f5f5f5 !important;
	text-transform: uppercase;
	padding: 6px 10px;
}

#top-menu li li a:last-child,
.fullwidth-menu li li a:last-child {
	border-bottom: 0;
}

#top-menu li li a:hover,
.fullwidth-menu li li a:hover {
	background: #fff;
	color: #C67400;
}


/* 
	----------------------------
	WPML Header lang switcher
	----------------------------
*/
#main-header .lang_sel_list_horizontal {
	position: absolute;
	right: 0;
	top: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 0;
	background: transparent;
	font-weight: 500;
}

#main-header.et-fixed-header .lang_sel_list_horizontal {
	top: -25px;
}

#main-header #lang_sel_list ul>li {
	position: relative;
	float: left;
}

#main-header #lang_sel_list ul a {
	background: transparent;
	height: 20px;
	line-height: 19px;
	text-indent: -9000px;
	width: 36px;
	color: #cccccc;
	float: left;
	display: block;
	font-size: 11px;
	font-family: verdana;
}

#main-header #lang_sel_list ul a img {
	filter: grayscale(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: none;
}

#main-header #lang_sel_list a:hover img,
#main-header #lang_sel_list a.lang_sel_sel img {
	filter: grayscale(0);
}


#main-header #lang_sel_list ul li a:after {
	height: 20px;
	left: 0;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 0;
	width: 36px;
}

#main-header #lang_sel_list ul li.wpml-ls-current-language>a {
	color: #C67400;

}

#main-header #lang_sel_list ul li a:hover {
	background: #ccc;
	border-radius: 5px;
	color: #000;
}

#main-header #lang_sel_list ul li.icl-it a:after {
	content: "ITA";
}

#main-header #lang_sel_list ul li.icl-en a:after {
	content: "ENG";
}

#main-header #lang_sel_list ul li.icl-es a:after {
	content: "ESP";
}


@media (max-width:768px) {

	#main-header #lang_sel_list ul a,
	#main-header #lang_sel_list ul li a:after {
		width: 60px;
		text-align: right;
	}
}

/* 
	----------------------------
	DIVI 
	----------------------------
*/


.et_pb_section_0 {
	padding-top: 0px !important;
}

.et_pb_fullscreen .et_pb_fullwidth_header_subhead {
	font-weight: bold;
	margin-bottom: 10px;
}

.et_pb_fullwidth_header p {
	padding-bottom: 10px;
}

.et_pb_fullwidth_header p:empty {
	display: none;
	padding: 0;
}



/*
	Divi Active Color
*/
#et_search_icon:hover,
.mobile_menu_bar::before,
.et-social-icon a:hover,
.comment-reply-link,
.form-submit input,
.et_pb_sum,
.et_pb_pricing li a,
.et_pb_pricing_table_button,
.et_overlay::before,
.entry-summary p.price ins,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.et_pb_member_social_links a:hover,
.woocommerce .star-rating span::before,
.woocommerce-page .star-rating span::before,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover .et_pb_widget li a:hover,
.et_pb_bg_layout_light .et_pb_promo_button,
.et_pb_bg_layout_light .et_pb_more_button,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.et_pb_contact_submit,
.et_password_protected_form .et_submit_button,
.et_pb_bg_layout_light .et_pb_newsletter_button,
.nav-single a,
.posted_in a,
#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a,
.bottom-nav li.current-menu-item>a,
.footer-widget h4 {
	color: #C67400;
}


.et_pb_bg_layout_light .et_pb_promo_button:hover {
	color: #fffff7;
}

.et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
	font-size: 26px;
}


/* 
	Content
 */
.et_pb_post .entry-content,
.project .entry-content {
	padding-top: 0;
}



/* Divi Mmodule Button aligned center */
.et_pb_button_module_wrapper.et_pb_button_alignment_center {
	display: block;
	float: left;
	text-align: center;
	width: 100%;
}

.et_pb_button.distanziato {
	margin: 30px 0 !important;
}




/*
	---------------------------
	SIDEBAR
	---------------------------
*/

#main-content .container:before {
	background: none;
	border-left: 1px dotted #f5f5f5;
}

#sidebar {
	padding-top: 90px;
}


/* 
	----------------------------
	FOOTER
	----------------------------
*/
/* footer widgets with gutemberg */


#footer-credits {
	font-size: 12px;
	float: right;
	display: inline;
	color: #777;
}

.footer-widget .fwidget.widget_block {
	margin-bottom: 0 !important;
}

.footer-widget .adwrap {
	column-gap: 5px;
}

.footer-widget .adwrap a {
	margin-right: 3%;
	float: left;
	height: 90px;
	width: auto;
	max-width: 30%;
}

.footer-widget .adwrap img,
.footer-widget .adwrap a img {
	height: 90px;
	width: auto;
}




/*
	Sidebar
*/
.et_pb_widget_area_right {
	border-left: 0px solid rgba(0, 0, 0, 0.1);
	padding-left: 30px;
}



/*
	----------------------------
	Single portfolio (wedding)
	----------------------------
*/

/*galleria fullscreen e incapsuliamo testo in un width 90%*/
@media all and (max-width: 1080px) {
	body.single-project.et_full_width_portfolio_page #main-content>.container {
		width: 100%;
	}

	body.single-project.et_full_width_portfolio_page #main-content .project .entry-content,
	body.single-project.et_full_width_portfolio_page #main-content .related_weddings,
	body.single-project.et_full_width_portfolio_page #main-content #comment-wrap {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* fix for Divi post 3.10 */
body.single-project .et_pb_column {
	z-index: auto;
}

body.single-project #page-container #left-area,
body.single-project.et_full_width_portfolio_page.et_right_sidebar #left-area {
	width: 100% !important;
	padding-right: 0 !important;
}

body.single-project.et_full_width_portfolio_page #main-content .container {
	padding-top: 0;
}

/* titolo */
body.single-project .et_main_title {
	padding: 0;
	text-align: center;
}

body.single-project .et_main_title h1 {
	display: block;
	padding-right: 0px;
	text-align: center;
	width: 100%;
}

body.single-project .et_main_title h3 {
	color: #C67400;
	display: block;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	width: 100%;
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
}

body.single-project .et_pb_row.et_pb_row_gallery {
	width: 100%;
}



/* gallery */
.rdm-gallery {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.rdm-gallery .rdm-slideshow {
	margin-bottom: 30px;
}

.rdm-gallery .rdm-slideshow_wraps,
.rdm-gallery .rdm-slideshow-carousel {
	-webkit-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
	transition: opacity 1s ease-in-out, filter 2s ease-in-out;
	opacity: 0.2;
}

.rdm-gallery.ready .rdm-slideshow_wraps,
.rdm-gallery.ready .rdm-slideshow-carousel {
	-webkit-filter: blur(0px);
	-o-filter: blur(0px);
	filter: blur(0px);
	opacity: 1;
}

.rdm-gallery .rdm-slideshow-carousel {
	opacity: 0;
}

.rdm-gallery.ready .rdm-slideshow-carousel {
	opacity: 1;
}

.rdm-gallery .rdm-slideshow img,
.rdm-gallery .rdm-slideshow-carousel img {
	aspect-ratio: 15/10;
}

.rdm-gallery .rdm-slideshow>.image:not(:first-child) {
	display: none;
}

.rdm-gallery .rdm-slideshow-carousel {
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height: 150px;
}

.rdm-gallery .rdm-slideshow-carousel .slick-slide {
	background: #ffffff;
	padding: 0 1px 0 0;
}

.rdm-gallery .rdm-slideshow-carousel .slick-slide img {
	cursor: pointer;
	opacity: 0.4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.rdm-gallery .rdm-slideshow-carousel .slick-slide:hover img,
.rdm-gallery .rdm-slideshow-carousel .slick-slide.slick-current img {
	opacity: 1;
}

.slick-list {
	background-image: url("../images/loading.gif");
	background-position: center center;
	background-repeat: no-repeat;
}


/* gallery play-pause buttons */
.rdm-gallery .rdm-slideshow_wraps {
	position: relative;
}


.rdm-gallery .playpause a {
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
	text-indent: -9000px;
	float: left;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0.5;
}


.rdm-gallery .playpause .prev_slide,
.rdm-gallery .playpause .next_slide {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.rdm-gallery .playpause .prev_slide {
	left: -30px;
}

.rdm-gallery .playpause .next_slide {
	right: -30px;
}

.rdm-gallery .playpause .play_slide,
.rdm-gallery .playpause .pause_slide {
	bottom: -45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

.rdm-gallery .playpause .fullscreen_slide,
.rdm-gallery .playpause .exit_fullscreen_slide {
	top: -30px;
	right: -30px;
}

.rdm-gallery .rdm-slideshow_wraps:hover .playpause a {
	opacity: 1;
}

.rdm-gallery .rdm-slideshow_wraps:hover .playpause .prev_slide {
	left: 0px;
}

.rdm-gallery .rdm-slideshow_wraps:hover .playpause .next_slide {
	right: 0px;
}

.rdm-gallery .rdm-slideshow_wraps:hover .playpause .fullscreen_slide,
.rdm-gallery .rdm-slideshow_wraps:hover .playpause .exit_fullscreen_slide {
	top: 0px;
	right: 0px;
}


.rdm-gallery .playpause a:last-child {
	margin-right: 0;
}

.rdm-gallery .playpause a:after {
	position: absolute;
	left: 0px;
	top: 0px;
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	height: 30px;
	width: 30px;
	/* line-height: 30px; */
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	filter: invert(100%);
}

.rdm-gallery .playpause a:hover:after {
	color: #fff;
}

.rdm-gallery .playpause .play_slide:after {
	content: "";
	opacity: 1;
	background-image: url(faw-svg/play.svg);
}

.rdm-gallery .playpause .pause_slide:after {
	content: "";
	background-image: url(faw-svg/pause.svg);
}

.rdm-gallery .playpause .prev_slide:after {
	content: "";
	left: -2px;
	background-image: url(faw-svg/angle-left.svg);
}

.rdm-gallery .playpause .next_slide:after {
	content: "";
	right: -2px;
	background-image: url(faw-svg/angle-right.svg);
}

.rdm-gallery .playpause .fullscreen_slide:after {
	content: "";
	transform: rotate(45deg);
	background-image: url(faw-svg/angle-up.svg);
}

.rdm-gallery .playpause .exit_fullscreen_slide:after {
	content: "";
	transform: rotate(45deg);
	background-image: url(faw-svg/angle-down.svg);
}



/*  
	--- gallery fullscreen
*/
.rdm-gallery.fullscreen .rdm-slideshow_wraps {
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
	bottom: 0;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999994;
	text-align: center;
	display: block;
}

.rdm-gallery.fullscreen .rdm-slideshow {
	/* margin: 1% auto 1% auto;*/
	max-height: 99%;
	max-width: 99%;
	/* display:block;*/
	width: 1500px;
	height: 1000px;

	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;


}

.rdm-gallery.fullscreen .rdm-slideshow-carousel {
	display: none;
}

.rdm-gallery.fullscreen .playpause {
	top: 20px;
	right: 20px;
	left: auto;
}



/*
	----------------------------
	 Single portfolio (wedding) Gallery responsiveness
	----------------------------
*/

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

	.rdm-gallery .rdm-slideshow-carousel .slick-slide {
		outline: 2px solid #fff;
		outline-offset: -2px;
	}

	.rdm-gallery .rdm-slideshow-carousel img.slick-slide:hover,
	.rdm-gallery .rdm-slideshow-carousel img.slick-slide.slick-current {
		outline-offset: -2px;
	}


}

@media all and (max-width: 480px) {}

@media all and (max-width: 320px) {}

/*
	----------------------------
	Single portfolio (wedding) Con Divi Builder
	----------------------------
*/
.et_pb_section.et_pb_section_gallery,
.et_pb_row.et_pb_row_gallery {
	background: transparent;
	padding: 10px 0;
}

/*
	----------------------------
	Single portfolio (wedding) Conntent senza Divi Builder
	----------------------------
*/
body.single-project .entry-content .project_info {
	float: right;
	display: inline;
	padding: 10px 30px 100px;
	border: 1px solid #f2f2f2;
	width: 38%;
	margin: 30px 0 30px 30px;
	/*	font-size: 115%;
	color:#3F3F3F;*/
	/*	background: #f5f5f5 none repeat scroll 0 0;*/
	position: relative;
}

body.single-project .entry-content .project_info h3 {
	font-size: 22px;
	padding: 18px 0 20px;
	text-transform: uppercase;
}

body.single-project .entry-content .project_info p {
	padding-bottom: 1.3em;
}

body.single-project .entry-content .project_content {
	padding: 30px 0;
}


body.single-project .entry-content .project_info .calltoaction {
	background: #505050 none repeat scroll 0 0;
	/* border-top: 1px solid #c67400;*/
	bottom: 0;
	/*color: #fff;*/
	height: 60px;
	left: 0;
	padding: 15px 30px;
	position: absolute;
	width: 100%;
}

body.single-project .entry-content .project_info .calltoaction p {
	line-height: 30px;
	float: left;
	/* display: inline-block; */
	width: 65%;
	color: #fff;
}

body.single-project .entry-content .project_info .calltoaction a {
	color: #c67400;
}

body.single-project .entry-content .project_info .calltoaction a .st_pb_button {
	float: right;
	/* display: inline-block; */
}

/*
	----------------------------
	Archivio portfolio (wedding)
	----------------------------
*/

body.post-type-archive-project #page-container #left-area,
body.tax-project_category #page-container #left-area,
body.tax-project_tag #page-container #left-area {
	width: 100%;
}

body.post-type-archive-project #main-content .container:before,
body.tax-project_category #page-container #left-area,
body.tax-project_tag #page-container #left-area {
	border-left: 0px dotted #f5f5f5;
}

.archive-header {
	text-align: center;
	padding: 20px 0 50px 0;
}


.wedding-galleries-wrapper {
	width: 100%;
	float: left;
	display: block;
	clear: both;
}

.wedding-galleries-wrapper>.galleries_columns>.et_pb_post.rdm_gallery_loop {
	display: block;
	background: #f5f5f5;
	padding: 0px;
	float: left;
	position: relative;
	-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;
}

.wedding-galleries-wrapper>.galleries_columns>.et_pb_post.rdm_gallery_loop:hover {
	background: #ededed;
	/*	-webkit-box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 0px 10px 2px rgba(50, 50, 50, 0.2);
box-shadow:         0px 0px 10px 2px rgba(50, 50, 50, 0.2);*/
}

.wedding-galleries-wrapper .rdm_gallery_loop>h2 {
	margin-top: 10px;
	font-family: "AkzidenzGroteskBQ-ligcnd", Helvetica, Arial, Lucida, sans-serif;
	padding: 0 10px 5px !important;
	font-size: 26px;
}

.wedding-galleries-wrapper .rdm_gallery_loop .et_portfolio_image {
	position: relative;
	display: block;
}

.wedding-galleries-wrapper .rdm_gallery_loop .et_portfolio_image img {
	display: block;
}

.wedding-galleries-wrapper .rdm_gallery_loop .et_portfolio_image .et_overlay {
	background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

.wedding-galleries-wrapper .rdm_gallery_loop .et_portfolio_image .et_overlay:before {
	content: attr(data-icon);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	font-size: 32px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.wedding-galleries-wrapper .rdm_gallery_loop .et_portfolio_image:hover .et_overlay {
	z-index: 3;
	opacity: 1;
}

.rdm_gallery_loop>.text {
	padding: 0 10px
}

/* gallery grid 4 columns */
.galleries_columns.et_pb_column_4_4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 20px;
	column-gap: 20px;
}

.wedding-galleries-wrapper .galleries_columns.et_pb_column_4_4>.rdm_gallery_loop {
	width: auto;
	aspect-ratio: 100/71;
}

.galleries_columns.et_pb_column_3_3 {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 980px) AND (min-width: 481px) {
	.galleries_columns.et_pb_column_4_4 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.galleries_columns .et_pb_grid_item:nth-child(n) {
		width: 100% !important;
	}
}

@media (max-width: 480px) {

	.galleries_columns.et_pb_column_4_4,
	.galleries_columns.et_pb_column_3_3,
	.galleries_columns.et_pb_column_2_2 {
		display: block;
	}
}


/* gallery grid 3 columns */

.et_pb_gutters2 .et_pb_column_3_3 .et_pb_grid_item,
.et_pb_gutters2 .et_pb_column_4_4 .et_pb_column_3_3 .et_pb_grid_item:nth-child(4n) {
	margin: 0% 3% 5% 0%;
	width: 31.33%;
}

.et_pb_gutters2 .et_pb_column_3_3 .et_pb_grid_item:nth-child(3n) {
	margin-right: 0;
}

.et_pb_column_4_4 .et_pb_column_3_3 .et_pb_grid_item:nth-child(4n+1) {
	clear: none;
}

@media (min-width: 980px) {
	.et_pb_gutters2 .et_pb_column_3_3 .et_pb_grid_item:nth-child(3n+1) {
		clear: both;
	}
}

@media (max-width: 980px) AND (min-width: 481px) {

	.galleries_columns .et_pb_grid_item:nth-child(n),
	.et_pb_gutters2 .et_pb_column_3_3 .et_pb_grid_item {
		width: 47.25% !important;
		margin: 0 5.5% 5.5% 0 !important;
	}

	.galleries_columns .et_pb_grid_item:nth-child(2n) {
		margin-right: 0 !important;
	}

	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_column_3_3 .et_pb_grid_item:nth-child(4n) {
		clear: none;
		margin: 0 0 5.5% 0 !important;
	}


	.wedding-galleries-wrapper .galleries_columns.et_pb_column_4_4>.rdm_gallery_loop {
		width: auto !important;
		aspect-ratio: 100/71 !important;
	}


	.related_weddings .galleries_columns .et_pb_grid_item:nth-child(n){
		margin:0!important;
	}
	.related_weddings .wedding-galleries-wrapper .galleries_columns.et_pb_column_4_4>.rdm_gallery_loop{
		margin:0!important;
	}

}

.galleries_columns .et_pb_grid_item:nth-child(3n+1) {
	clear: none;
}

/* .et_pb_gutters2 .et_pb_column_3_3 .et_pb_grid_item:nth-child(2n+1) {
	clear: both !important;
} */

.galleries_columns .et_pb_grid_item .et_portfolio_image img {
	width: 100%;
}

@media (max-width: 480px) {

	.galleries_columns .et_pb_grid_item {
		width: 100% !important;
		margin: 0 0% 20px 0 !important;
	}

	.galleries_columns .et_pb_grid_item .et_portfolio_image img {
		width: 100%;
	}


}

.galleries_columns .rdm_gallery_loop .content {
	text-align: center;
	padding-bottom: 25px;
	padding-top: 20px;
}

.galleries_columns .rdm_gallery_loop .content>h2 {
	font-size: 22px;
	padding-left: 10px;
	padding-right: 10px;
}

.galleries_columns .rdm_gallery_loop .content>h4 {
	font-size: 26px;
	padding-left: 10px;
	padding-right: 10px;
}

.galleries_columns .rdm_gallery_loop .content>.text {
	padding-left: 10px;
	padding-right: 10px;
}

/*
	----------------------------
	gallerie su 4 colonne
	----------------------------
*/
@media (min-width: 481px) {

	.et_pb_column_4_4.galleries_columns>.rdm_gallery_loop .content {
		background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
		height: 100%;
		left: 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 100%;
		opacity: 0;
		padding: 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;
	}

	.et_pb_column_4_4.galleries_columns>.rdm_gallery_loop:hover .content,
	.et_pb_column_4_4.galleries_columns>.rdm_gallery_loop.hover .content {
		opacity: 1;
	}

	.et_pb_column_4_4.galleries_columns>.rdm_gallery_loop:hover .et_overlay {
		background: none;
	}

	.et_pb_column_4_4.galleries_columns>.rdm_gallery_loop .et_overlay:before {
		display: none;
	}

	.et_pb_column_4_4.galleries_columns .rdm_gallery_loop .content>h2 {
		margin-top: 23.5%;
	}

	.et_pb_column_4_4.galleries_columns .rdm_gallery_loop .content>h2 a {
		color: #333333;
	}

	.et_pb_column_4_4.galleries_columns .rdm_gallery_loop .content>h2 a:hover {
		color: #C67400;
	}

	.et_pb_column_4_4.galleries_columns .rdm_gallery_loop .content>h4 {
		font-size: 24px;
		color: #848484;
	}

	.et_pb_column_4_4.galleries_columns .rdm_gallery_loop .content>.text {
		display: none;
	}

}


@media (max-width: 980px) {
	/*	.et_pb_column_4_4.galleries_columns .rdm_gallery_loop .content > h2 {
  		margin-top: 28.5%;
	}
	.et_pb_column_4_4.galleries_columns .rdm_gallery_loop h2 {
  		font-size: 20px;
  		margin-bottom: 10px;
	}*/
}



/*
	----------------------------
	Box gallerie correlate
	----------------------------
*/

.related_weddings,
.related_weddings.et_pb_column {
	clear: both;
	margin: 0 0 30px 0;
	overflow: hidden;
	width: 100%;
	padding-top: 30px;
}




/*
	----------------------------
	Wp Paginate
	----------------------------
*/
.wp-pagenavi {
	border-top: 1px solid #ededed;
	text-align: right !important;
}

#main-content .wp-pagenavi span.current,
#main-content .wp-pagenavi a:hover {
	color: #c67400 !important;
}


/* 
	----------------------------
	gravity forms css 
	----------------------------
*/
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea {
	background-color: #f5f5f5 !important;
	border: none !important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px !important;
	color: #333 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #f5f5f5 !important;
}

.gform_wrapper .top_label li.gfield {
	background: transparent;
	list-style-type: none;
	padding: 0px;
	vertical-align: middle;
}

.gform_wrapper .top_label li.gfield.gf_left_third,
.gform_wrapper .top_label li.gfield.gf_middle_third,
.gform_wrapper .top_label li.gfield.gf_right_third,
.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half {
	margin-bottom: 1.5em !important;
}

input[type="text"]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus,
input[type="email"]:focus {
	background-color: #f5f5f5 !important;
	border: 1px solid #C67400 !important;
}

.page .gform_wrapper .ginput_complex input[type="text"],
.page .gform_wrapper .ginput_complex input[type="url"],
.page .gform_wrapper .ginput_complex input[type="email"],
.page .gform_wrapper .ginput_complex input[type="tel"],
.page .gform_wrapper .ginput_complex input[type="number"],
.page .gform_wrapper .ginput_complex input[type="password"],
.page g .gform_wrapper .ginput_complex select {
	width: 100% !important;
}

.gform_wrapper .ginput_complex .ginput_right {
	float: right;
	margin-right: 0% !important;
}

.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
	text-align: right;
	margin-top: 0 !important;
	border-top: 0 !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	padding: 6px 20px !important;
	line-height: 1.7em !important;
	/*	background: transparent!important;  */
	border: 0px solid !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	-moz-transition: all 0.2s !important;
	-webkit-transition: all 0.2s !important;
	transition: all 0.2s !important;
	position: relative !important;
	/*float:right;*/
	color: #fff !important;
	border-color: #C67400 !important;
	cursor: pointer !important;
	background: #333333 !important;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover {
	background: #C67400 !important;
	border-color: #C67400 !important;
	color: #fff !important;
}

.gform_wrapper .gform_page_footer input.button.gform_previous_button {
	background: #f5f5f5 !important;
	border-color: #f5f5f5 !important;
	color: #333 !important;
	float: left;
}

.gform_wrapper .gform_page_footer input.button.gform_previous_button:hover {
	background: #C67400 !important;
	border-color: #C67400 !important;
	color: #fff !important;
}

.gform_wrapper .top_label .gfield_label {
	color: #777777 !important;
	font-weight: normal !important;
	margin: 0.625em 0 0 !important;
}

/* dropdowns */
.gform_wrapper .chosen-container {
	padding-top: 11px;
	width: 100% !important;
	padding-top: 0;
}

.gform_wrapper .chosen-container-single .chosen-single {
	background: #f5f5f5 none repeat scroll 0 0 !important;
	border: 1px solid #f5f5f5 !important;
	border-radius: 0 !important;
	color: #333 !important;
	display: block !important;
	line-height: 16px !important;
	padding: 16px !important;
	height: auto !important;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.gform_wrapper .chosen-container-single .chosen-single div {
	top: 10px !important;
}

/* datepicker */
.ui-datepicker {
	width: 259px !important;
}

.ui-datepicker-header {
	background-color: black !important;
	border-color: black !important;
	box-shadow: 0 !important;
}

.ui-datepicker thead {
	background: #f5f5f5 none repeat scroll 0 0 !important;
}

td.ui-datepicker-unselectable.ui-state-disabled {
	background-color: #f5f5f5 !important;
}

.ui-datepicker tbody td {
	border-right: 1px solid #f5f5f5 !important;
	border-top: 1px solid #f5f5f5 !important;
}

.ui-datepicker-calendar .ui-state-default {
	/* background: #D05400 none repeat scroll 0 0 !important; */
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.ui-datepicker td a,
.ui-datepicker td span {
	color: #333 !important;
	text-shadow: 0 0 0 #fff !important;
	height: 36px !important;
	line-height: 36px !important;
	width: 36px !important;
}

.ui-datepicker-calendar .ui-state-hover {
	background: #333 !important;
	color: #C67400 !important;
}

.ui-datepicker-next,
.ui-datepicker-prev {
	margin-top: 3px;
}


/* multi select inline */
.gform_legacy_markup_wrapper .clear-multi {
	justify-content: stretch;
	padding: 0;
	column-gap: 1px;
}

.gform_legacy_markup_wrapper .clear-multi .gform-grid-col {
	flex-grow: 1;
	margin: 0 !important;
	padding: 0 10px;
	background-color: #f5f5f5;
	position: relative;
}

.gform_legacy_markup_wrapper .clear-multi .gform-grid-col select {
	background-color: transparent;
	border: 1px solid #f5f5f5;
	margin: 0!important;
	padding: 14px 0px;
	-webkit-appearance: none;
	appearance:none;
}
.gform_legacy_markup_wrapper .clear-multi .gform-grid-col:after {
	content:"";
	width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;

    border-top: 6px solid #aeaeae;

    position: absolute;

    right: 15px;
    top: calc(50% - 2px);

    pointer-events: none;

}
/* 
	----------------------------
	LETTERING
	----------------------------
*/

a:hover {
	color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #848484;
}

h1 {
	font-family: "AkzidenzGroteskBQ-ligcnd";
	font-size: 42px;
}

h1 b,
h1 strong {
	font-family: "AkzidenzGroteskBQ-Cnd";
	font-weight: 500;
}

h2 {
	font-family: "AkzidenzGroteskBQ-ligcnd";
	font-size: 36px;
}

h2 b,
h2 strong {
	font-family: "AkzidenzGroteskBQ-Cnd";
	font-weight: 500;
}

h3 {
	font-family: "AkzidenzGroteskBQ-ligcnd";
	font-size: 28px;
}

h4 {
	font-family: "AkzidenzGroteskBQ-ligcnd";
	font-size: 24px;
}

h5 {
	font-family: "AkzidenzGroteskBQ-ligcnd";
	font-size: 22px;
}

h6 {
	font-family: "AkzidenzGroteskBQ-Cnd";
	font-size: 18px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #C67400;
}

p {
	padding-bottom: 1.5em;
}

hr:not(.et_pb_module) {
	/* esclusi i separatori di Divi) */
	background: #cccccc none repeat scroll 0 0;
	border: 0 none;
	height: 1px;
	margin: 40px 0;
}

#left-area ul,
.entry-content ul,
.comment-content ul {
	padding: 0 0 33px 26px;
}

#left-area ol,
.entry-content ol,
.comment-content ol {
	padding: 0 0 33px 10px;
}


/* metarlider in content */
#left-area .flexslider ul.slides {
	margin: 0;
	padding: 0;
}



/* 
	----------------------------
		PLUGIN: testimoninal rotator
	----------------------------
*/
.et_pb_module .testimonial_rotator_wrap {
	margin: 0 !important;
	padding: 0;
}

.testimonial_rotator.format-list .slide:first-child {
	margin-top: 0;
}

.testimonial_rotator.template-default .has-image .img img,
.testimonial_rotator_single.has-image.template-default .img img {
	max-width: 100%;
}

.testimonial_rotator_author_info {
	font-size: 80%;
}

.testimonial_rotator .testimonial_rotator_slide_title {
	margin: 0 0 20px;
}

.homepage_rotator .testimonial_rotator_slide_title {
	margin: 0;
}

@media all and (max-width: 480px) {

	.testimonial_rotator .has-image .img,
	.testimonial_rotator_single.has-image .img {
		margin-right: 0% !important;
		width: 100% !important;
		text-align: center !important;
		display: block !important;
		clear: both !important;
	}

	.testimonial_rotator .has-image .text,
	.testimonial_rotator_single.has-image .text {
		width: 100% !important;
		display: block !important;
		clear: both !important;
	}

}


.homepage_rotator .testimonial_rotator_img.img {
	display: none !important;
}

.testimonial_rotator.template-default .has-image.homepage_rotator .text,
.testimonial_rotator_single.has-image.template-default .homepage_rotator .text {
	float: left;
	margin: 0;
	width: 100%;
	padding: 0 12.5%;
}


/* 
	----------------------------
		COMMENTS
	----------------------------
*/
#form-allowed-tags {
	display: none;
}


#respond {
	border-top: 1px solid #f5f5f5;
	clear: both;
	padding-top: 40px;
}

/* 
	----------------------------
		Homepage
	----------------------------
*/

/* divi blog posts */
.et_pb_column .et_pb_post,
.galleries_columns .et_pb_post {
	background: #f5f5f5 none repeat scroll 0 0;
	padding-bottom: 30px;
	border: 1px solid #f2f2f2
}

.et_pb_column .et_pb_post h2,
.et_pb_column .et_pb_post p {
	padding-left: 30px;
	padding-right: 30px;
}

.et_pb_bg_layout_light .et_pb_post p {
	color: #848484;
	font-style: italic;
	font-size: 16px !important;
}

.et_pb_bg_layout_light .et_pb_post p.post-meta {
	font-style: normal;
}

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

	.persist_columns_3.et_pb_row .et_pb_column_1_3 {
		width: 31.333% !important;
		margin-right: 3%;
	}

}


@media all and (min-width: 767px) {
	.home .testimonial_rotator_quote {
		margin: 0 auto;
		max-width: 70%;
	}
}

.home .testimonial_rotator_author_info {
	border-left: 0px solid #fff;
}

.home .testimonial_rotator_wrap {
	margin: 0 10px;
}


/*
	-- royal slider
*/
.rsDefaultInv .rsArrowIcn {
	/*background-color: rgba(255, 255, 255, 0.25)!important;*/
	background: none !important;
}

.rsDefaultInv .rsArrowIcn:hover {
	/*background-color: rgba(255, 255, 255, 0.7)!important;*/
	background: none !important;
}

.rsDefaultInv .rsArrowIcn:after {
	color: rgba(255, 255, 255, 0.7);
	height: 32px;
	position: absolute;
	width: 32px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	filter: invert(100%);
}

.rsDefaultInv.rsHor .rsArrow:hover .rsArrowIcn:after {
	color: rgba(255, 255, 255, 1);
}

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
	content: "";
	background-image: url(faw-svg/angle-left.svg);
}

.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after {
	content: "";
	background-image: url(faw-svg/angle-right.svg);
}






@media all and (min-width: 1080px) {
	.rsDefaultInv.rsHor .rsArrowLeft {
		left: -50px !important;
	}

	.rsDefaultInv.rsHor .rsArrowRight {
		right: -50px !important;
	}
}

.et_pb_blurb.polaroid .et_pb_blurb_content,
.et_pb_blurb.polaroid .et_pb_blurb_content img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.et_pb_blurb.polaroid .et_pb_blurb_content {
	background: rgba(255, 255, 255, 0.8);
	padding-bottom: 30px;
}

.et_pb_blurb.polaroid .et_pb_blurb_content:hover {
	background: #fff;
}

@media all and (max-width: 980px) {

	.et_pb_row.nomargin-bottom-on-mobile .et_pb_column {
		margin-bottom: 0;
	}

	.et_pb_text.et_pb_module.mobile-separator h4 {
		text-align: center;
		font-size: 28px;
		padding: 15px 0 30px 0;
	}

	.et_pb_text.et_pb_module.mobile-separator h4 br {
		display: none;
	}
}

/*
	--------------------------------------------
		pagina contatti
	--------------------------------------------
*/
.contactmap .et_pb_map {
	height: 447px;
}



/*
	--------------------------------------------
		Caption
	--------------------------------------------
*/

.wp-caption {
	border: 0 solid #ddd;
	margin-bottom: 20px;
	max-width: 100%;
	padding: 0;
	text-align: right;
	background: none;
	font-size: 14px;
	line-height: 16px;
}

.wp-caption p.wp-caption-text {
	font-size: 14px;
}

/*
	--------------------------------------------
		Gallery
	--------------------------------------------
*/
.et_gallery_item {
	position: relative;
}

.et_gallery_item .et_pb_gallery_caption {
	bottom: -48px;
	height: 48px;
	line-height: 16px;
	position: absolute;
	width: 100%;
	text-align: right;
}

/*
	--------------------------------------------
			MEDIA QUERIES	
	--------------------------------------------
*/


@media all and (max-width: 1200px) {

	.container,
	.et_pb_row,
	.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row,
	.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row {
		width: 90%;
	}

	.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row.et_pb_row_gallery {
		width: 100%;
	}

}


@media all and (min-width: 981px) and (max-width: 1100px) {

	.container,
	.et_pb_row,
	.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row,
	.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row {
		width: 96%;
	}

	body.single-project .et_main_title {
		margin-left: 2%;
	}

	.wedding-galleries-wrapper .galleries_columns {
		-webkit-column-gap: 30px;
		;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}

}

#page-container,
.et_fixed_nav.et_show_nav #page-container,
.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
	padding-top: 119px !important;
}

@media all and (max-width: 980px) {

	#page-container,
	.et_fixed_nav.et_show_nav #page-container,
	.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
	.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
	.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
		padding-top: 134px !important;
	}

	.admin-bar #page-container,
	.admin-bar.et_fixed_nav.et_show_nav #page-container,
	.admin-bar.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
	.admin-bar.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
	.admin-bar.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
		padding-top: 84px !important;
	}

	#page-container .et_pb_section_0.et_pb_section {
		padding-top: 0;
	}

	body.single-post #main-content .container {
		padding-top: 13px;
	}


	.logo_container {
		padding-top: 40px;
	}

	.et_header_style_left #et-top-navigation,
	.et_header_style_split #et-top-navigation {
		padding-top: 78px;
	}

	.et_header_style_left #logo,
	.et_header_style_split #logo {
		max-width: 200px;
	}

	.et_header_style_split .mobile_menu_bar,
	.et_header_style_left .mobile_menu_bar {
		padding-bottom: 0;
		padding-top: 0px;
	}

	.container,
	.et_pb_row,
	.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row,
	.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row {
		width: 92%;
	}


	.et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
		margin-bottom: 0px !important;
	}

	.et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 p:last-of-type {
		padding-bottom: 30px;
	}

	/* fixed header on mobile */
	body.et_fixed_nav #main-header,
	body.et_non_fixed_nav.et_transparent_nav #main-header {
		position: fixed;
		top: 0 !important;
		z-index: 9997 !important;
	}

	#main-header.et-fixed-header {
		border-color: rgba(255, 255, 255, 0.9);
		background: rgba(255, 255, 255, 0.9);
	}

	.et_header_style_split .mobile_menu_bar,
	.et_header_style_left .mobile_menu_bar {
		top: -11px;
	}

	.et_mobile_menu {
		padding: 0;
		overflow: scroll;
	}

	.et_mobile_menu li a {
		padding: 2px 5%;
	}

}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}

@media only screen and (max-width: 1080px)and (min-width: 768px) {

	/* single gallery senza builder */
	body.single-project .entry-content .project_info .calltoaction {
		text-align: center;
		height: 72px;
		padding: 4px 30px;
	}

	body.single-project .entry-content .project_info .calltoaction p {
		width: 100%;
		display: block;
		clear: both;
	}
}

@media all and (max-width: 767px) {

	.nomobile {
		display: none !important;
	}

	body.single-project .entry-content .project_info {
		width: 100%;
		margin-left: 0;
	}

	.et_pb_fullwidth_header {
		padding-bottom: 0;
		padding-top: 0px;
	}

	.et_pb_fullwidth_header .et_pb_parallax_css:after {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 70%;
		content: "";
	}

	.et_pb_fullwidth_header.et_pb_bg_layout_light .et_pb_parallax_css:after {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+0,0+100 */
		background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#00ffffff', GradientType=1);
		/* IE6-9 */
	}

	.et_pb_fullwidth_header.et_pb_bg_layout_dark .et_pb_parallax_css:after {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0+100 */
		background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=1);
		/* IE6-9 */
	}


	.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
		display: none !important;
	}

	.et_pb_fullscreen .et_pb_fullwidth_header_container {
		width: 100%;
	}


}




@media only screen and (max-width: 767px)and (min-width: 480px) {
	body.single-project .entry-content .project_info .calltoaction p {
		text-align: right;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 479px) {


	/* fullslider on mobile */
	.fullslider {
		left: -20% !important;
		position: relative;
		width: 140%;
	}

	.fullslider .rsDefaultInv.rsHor .rsArrowLeft {
		left: 10% !important;
	}

	.fullslider .rsDefaultInv.rsHor .rsArrowRight {
		right: 10% !important;
	}


	body.single-project .entry-content .project_info {
		margin-top: 0;
		padding-bottom: 120px;
	}

	.rdm-gallery .rdm-slideshow {
		margin-bottom: 10px;
	}


	.et_pb_post h2,
	.et_pb_blog_grid h2 {
		font-size: 20px;
		padding-bottom: 0;
	}


	/* testo solo a sinistra sui mobile */
	.et_pb_fullwidth_header.text_left_mobile p {
		max-width: 50%;
	}

	.et_pb_fullwidth_header.text_left_mobile p br {
		display: none;
	}

	.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
		width: 90%;
	}

	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
		width: 100%;
	}


	/*
		-- gravity forms columns
	*/
	.gform_wrapper .top_label li.gfield.gf_left_third,
	.gform_wrapper .top_label li.gfield.gf_middle_third,
	.gform_wrapper .top_label li.gfield.gf_right_third,
	.gform_wrapper .top_label li.gfield.gf_left_half,
	.gform_wrapper .top_label li.gfield.gf_right_half {
		width: 100% !important;
		margin-right: 0 !important;
	}


	#footer-credits {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}

	/* single gallery senza builder */
	body.single-project .entry-content .project_info .calltoaction {
		text-align: center;
		height: 72px;
		padding: 4px 30px 100px 30px;
	}

	body.single-project .entry-content .project_info .calltoaction p {
		width: 100%;
		display: block;
		clear: both;
		padding: 10px 0;
	}



	.entry-content h2 {
		font-size: 26px;
		padding-bottom: 20px;
	}

	.entry-content h3 {
		font-size: 24px;
	}

	.entry-content h5 {
		font-size: 18px;
	}

	.entry-content h6 {
		font-size: 18px;
	}

}

/* BONUS: nascondi un blocco se sei in una paginazione e non in pagina 1 */
body.paged-2 .onlypage1,
body.paged-3 .onlypage1,
body.paged-4 .onlypage1,
body.paged-5 .onlypage1,
body.paged-6 .onlypage1,
body.paged-7 .onlypage1,
body.paged-8 .onlypage1,
body.paged-9 .onlypage1,
body.paged-10 .onlypage1,
body.paged-11 .onlypage1,
body.paged-12 .onlypage1,
body.paged-13 .onlypage1,
body.paged-14 .onlypage1,
body.paged-15 .onlypage1,
body.paged-16 .onlypage1,
body.paged-17 .onlypage1,
body.paged-19 .onlypage1,
body.paged-20 .onlypage1,
body.paged-21 .onlypage1,
body.paged-22 .onlypage1,
body.paged-23 .onlypage1 {
	display: none !important;
}

/*
	ARCHIVE HEADER
*/
.archive-title-wrapper {
	position: relative;
	padding: 50px 0;
	background-position: center center;
	background-size: cover;
	background-color: #f2f2f2;
	margin-bottom: 60px;
}

.archive-title-wrapper .archive-title {
	width: 80%;
	font-size: 65px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

.archive-title-wrapper .description {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
}

.archive-title-wrapper .author-head .links {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 5px 0;
	height: 40px;
	margin-top: 5px;
}


@media all and (max-width: 768px) {
	.archive-title-wrapper {
		padding: 30px 0;
	}

	.archive-title-wrapper .archive-title {
		width: 100%;
		font-size: 45px;
	}

	.archive-title-wrapper .description {
		width: 100%;
		font-size: 16px;
	}

}

/* author title with picture */
.archive-title-wrapper .archive-title .pre {
	font-size: 24px;
	line-height: 24px;
	clear: both;
	display: block;
}

.archive-title-wrapper .archive-title .author-pic {
	height: 66px;
	width: 66px;
	border-radius: 50%;
	margin-right: 5px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	top: 10px;
}

.archive-title-wrapper .archive-title .author-pic>img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}

/*
	POST ARCHIVE LIST
*/
body.archive #left-area .et_pb_post,
.rdm_postlist .et_pb_post {
	display: block;
	clear: both;
	margin-bottom: 60px;
	overflow: hidden;
	padding-right: 30px;
	padding-bottom: 0;
	background-color: #f2f2f2;
}

.rdm_postlist .et_pb_post {
	background-color: #fff;
}

body.archive #left-area .et_pb_post .entry-title,
.rdm_postlist .et_pb_post .entry-title {
	padding-bottom: 20px;
	padding-top: 40px;
}

body.archive #left-area .et_pb_post .entry-title>a,
.rdm_postlist .et_pb_post .entry-title>a {
	color: #333;
}

body.archive #left-area .et_pb_post .entry-title>a:hover,
.rdm_postlist .et_pb_post .entry-title>a:hover {
	color: #C67400;
}

body.archive #left-area .et_pb_post .entry-featured-image-url,
.rdm_postlist .et_pb_post .entry-featured-image-url {
	float: left;
	width: 61.8%;
	margin-right: 30px;
	margin-bottom: 0;
	overflow: hidden;
	border-right: 10px solid #fff;
}

body.archive #left-area .et_pb_post .entry-featured-image-url>img,
.rdm_postlist .et_pb_post .entry-featured-image-url>img {
	display: block;
	height: auto;
}

body.archive #left-area .et_pb_post>.post-meta,
.rdm_postlist .et_pb_post .post-meta {
	font-size: 0;
	line-height: 0;
}

.rdm_postlist .et_pb_post .post-meta {
	padding-bottom: 15px;
	margin-bottom: 6px;
}

.rdm_postlist .et_pb_post .post-meta a {
	color: #666;
	text-decoration: none;
}

body.archive #left-area .et_pb_post>.post-meta>span,
.rdm_postlist .et_pb_post .post-meta>span {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	height: auto;
	margin-bottom: 7px;
}

body.archive #left-area .et_pb_post>.post-meta>span.published {
	margin-left: 7px;
}

body.archive #left-area .et_pb_post>.post-meta>span.published:before {
	content: "|";
	margin-right: 7px;
}

body.archive #left-area .et_pb_post>.post-meta>a:first-of-type,
.rdm_postlist .et_pb_post .post-meta>a:first-of-type {
	display: block;
	font-size: 14px;
	line-height: 20px;
	height: auto;
	margin-bottom: 10px;
}

body.archive #left-area .et_pb_post>.post-meta>span.author:before,
.rdm_postlist .et_pb_post .post-meta>span.author:before {
	content: "by ";
}

body.archive #left-area .et_pb_post>.post-meta a:hover .rdm_postlist .et_pb_post>.post-meta a:hover {
	color: #C67400;
}

body.archive #left-area .et_pb_post>p:not(.post-meta) .rdm_postlist .et_pb_post>p:not(.post-meta) {
	font-size: 18px;
	padding-right: 70px;
}

@media all and (max-width: 980px) {

	body.archive #left-area .et_pb_post,
	.rdm_postlist .et_pb_post {
		display: block;
		float: left;
		clear: none;
		width: 46%;
		margin: 0 4% 60px 0;
		padding: 0 30px 30px 30px;
	}

	body.archive #left-area .et_pb_post:nth-child(2n + 2),
	.rdm_postlist .et_pb_post:nth-child(2n + 2) {
		margin-right: 0;
	}

	body.archive #left-area .et_pb_post:nth-child(2n + 1),
	.rdm_postlist .et_pb_post:nth-child(2n + 1) {
		clear: left;
	}

	body.archive #left-area .et_pb_post .entry-featured-image-url,
	.rdm_postlist .et_pb_post .entry-featured-image-url {
		width: calc(100% + 60px);
		margin: 0 0 30px -30px;
		display: block;
		clear: both;
		border-right: 0;
		border-bottom: 10px solid #fff;
	}

	body.archive #left-area .et_pb_post .entry-title,
	.rdm_postlist .et_pb_post .entry-title {
		font-size: 28px;
		padding-top: 30px;
	}

	body.archive #left-area .et_pb_post>.post-meta,
	.rdm_postlist .et_pb_post .post-meta {
		margin-bottom: 0;
	}

}

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

	body.archive #left-area .et_pb_post,
	.rdm_postlist .et_pb_post {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		margin: 0 0 80px 0 !important;
		padding: 0 20px 30px 20px;
		background: #f2f2f2;
	}

	body.archive #left-area .et_pb_post .entry-featured-image-url,
	.rdm_postlist .et_pb_post .entry-featured-image-url {
		width: calc(100% + 40px);
		margin: 0 0 30px -20px;
		display: block;
		clear: both;

	}

	body.archive #left-area .et_pb_post>p:not(.post-meta),
	.rdm_postlist .et_pb_post>p:not(.post-meta) {
		padding-right: 0px;
	}


}

body.archive .wp-pagenavi {
	padding-top: 30px;
	text-align: center !important;
}


/*
	SINGLE POST + ARCHIVE LAYOUT: left area fullwidt and sidebar at the bottom
*/
body.single-post #main-content .container,
body.archive #main-content .container {
	padding-top: 0;
}

body.single-post.et_right_sidebar #main-content .container:before,
body.archive.et_right_sidebar #main-content .container:before {
	display: none;
}

body.single-post #page-container #left-area,
body.archive #page-container #left-area {
	width: 100%;
	padding: 0 10px;
}


/*
	SINGLE POST + ARCHIVE LAYOUT: sidebar fulwidth at the bottom
*/
body.single-post #main-content .container,
body.archive #main-content .container {
	padding-top: 0;
}

body.single-post.et_right_sidebar #main-content .container:before,
body.archive.et_right_sidebar #main-content .container:before {
	display: none;
}

body.single-post #page-container #sidebar,
body.archive #page-container #sidebar {
	width: 100%;
	padding: 30px 20px;
	border-top: 1px solid #eee;
}

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

	body.single-post #page-container #main-content #sidebar .et_pb_widget,
	body.archive #page-container #main-content #sidebar .et_pb_widget {
		float: left;
		width: 33.3%;
	}

	body.single-post #page-container #main-content #sidebar .et_pb_widget.double,
	body.archive #page-container #main-content #sidebar .et_pb_widget.double {
		width: 66.6%;
	}

	body.single-post #page-container #main-content #sidebar .et_pb_widget:last-child,
	body.archive #page-container #main-content #sidebar .et_pb_widget:last-child {
		text-align: right;
	}


}

@media all and (max-width: 767px) {

	body.single-post #page-container #main-content #sidebar .et_pb_widget.related_posts_by_taxonomy .gallery-item {
		display: block;
		width: 100%;
		clear: both;
	}

	body.single-post #page-container #main-content #sidebar .et_pb_widget.related_posts_by_taxonomy .gallery-item a,
	body.single-post #page-container #main-content #sidebar .et_pb_widget.related_posts_by_taxonomy .gallery-caption {
		width: 100%;
		text-align: left;
	}

}


body.single-post #page-container #main-content #sidebar .et_pb_widget.related_posts_by_taxonomy .gallery-item img {
	border: 0;
}


/*
	SINGLE POST BANNER
*/
body.single-post .post_banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80vh;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 80px;

	/* background-color: #333; */

}

body.single-post.admin-bar .post_banner {
	height: calc(80vh + 32px);
}

body.single-post .post_banner:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 230px;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
	/* IE6-9 */


}



body.single-post #left-area .type-post {
	padding-top: calc(80vh - 100px);
	position: relative;
}

body.single-post #left-area .type-post>.et_post_meta_wrapper:first-child {
	position: absolute;
	top: 0px;
	height: calc(80vh - 100px);
	z-index: 99;
	width: 100%;
}

body.single-post #left-area .type-post>.et_post_meta_wrapper:first-child .entry-title {
	position: absolute;
	bottom: 60px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	font-weight: 600;
}

body.single-post #left-area .type-post>.et_post_meta_wrapper:first-child .post-meta {
	position: absolute;
	bottom: 30px;
	color: #d9d9d9;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


body.single-post #left-area .type-post>.et_post_meta_wrapper:first-child .post-meta a {
	color: #d9d9d9;
	font-weight: bold;
}

body.single-post #left-area .type-post>.et_post_meta_wrapper:first-child .post-meta a:hover {
	color: #fff;
}

body.single-post #left-area .type-post .entry-content {
	padding-top: 40px;
}

@media screen and (max-width : 980px) {

	body.single-post .post_banner {
		height: 60vh;
	}

	body.single-post.admin-bar .post_banner {
		height: calc(60vh + 32px);
	}

	body.single-post #left-area .type-post {
		padding-top: calc(60vh - 109px);
	}

	body.single-post #left-area .type-post>.et_post_meta_wrapper:first-child {
		height: calc(60vh - 109px);
	}

	body.single-post.admin-bar #left-area .type-post {
		padding-top: calc(60vh - 79px);
	}

	body.single-post.admin-bar #left-area .type-post>.et_post_meta_wrapper:first-child {
		height: calc(60vh - 79px);
	}

	body.single-post #left-area .type-post .entry-content {
		padding-top: 40px;
	}

	body.single-post.admin-bar.et_fixed_nav.et_show_nav #page-container {
		padding-top: 79px !important;
	}


}


@media screen and (max-width : 780px) {

	body.single-post .post_banner {
		background-position: center 60px;
	}

	body.single-post.admin-bar .post_banner {
		height: calc(60vh + 46px);
	}

	body.single-post.admin-bar #left-area .type-post {
		padding-top: calc(60vh - 65px);
	}

	body.single-post.admin-bar #left-area .type-post>.et_post_meta_wrapper:first-child {
		height: calc(60vh - 65px);
	}

	body.single-post.admin-bar.et_fixed_nav.et_show_nav #page-container {
		padding-top: 65px !important;
	}

	body.single-post #left-area .type-post>.et_post_meta_wrapper:first-child .entry-title {
		bottom: 50px;
		font-weight: 300;
		line-height: 1.2;
		font-size: 34px;
	}

	body.single-post #left-area .type-post>.et_post_meta_wrapper:first-child .post-meta {
		margin: 0;
		padding: 0;
		line-height: 1.5;
		bottom: 35px;
		font-size: 0;
	}

	body.single-post #left-area .type-post>.et_post_meta_wrapper:first-child .post-meta>span,
	body.single-post #left-area .type-post>.et_post_meta_wrapper:first-child .post-meta>a {
		font-size: 15px;
	}

	body.single-post #left-area .type-post>.et_post_meta_wrapper:first-child .post-meta>span.published {
		margin-left: 5px;
	}

	body.single-post #left-area .type-post>.et_post_meta_wrapper:first-child .post-meta>span.published:before {
		content: "|";
		margin-right: 5px;
	}

	body.single-post #left-area .type-post>.et_post_meta_wrapper:first-child .post-meta>span.author:before {
		content: "by ";
	}

	body.single-post #left-area .type-post>.et_post_meta_wrapper:first-child .post-meta>a:first-of-type {
		display: block;
	}

}

@media all and (max-width: 560px) {
	body.single-post #left-area .type-post>.et_post_meta_wrapper:first-child .post-meta {
		bottom: 15px;
	}
}


/*
	SINGLE POST AUGMENTED LETTERING
*/

body.single-post #left-area .type-post .entry-content p,
body.single-post #left-area .type-post .entry-content ul,
body.single-post #left-area .type-post .entry-content ol {
	font-size: 120%;
	line-height: 1.7em;
}

body.single-post #left-area .type-post .entry-content p:not(.has-background):last-of-type {
	padding-bottom: 1.5em;
}

body.single-post #page-container #main-content #left-area>.et_pb_post>.entry-content>h2 {
	font-size: 46px;
	margin: 30px 0 10px 0
}

body.single-post #page-container #main-content #left-area>.et_pb_post>.entry-content>h3 {
	font-size: 34px;
	margin: 20px 0 0px 0
}

@media all and (max-width: 767px) {

	body.single-post #left-area .type-post .entry-content p,
	body.single-post #left-area .type-post .entry-content ul,
	body.single-post #left-area .type-post .entry-content ol {
		font-size: 110%;
	}

	body.single-post #page-container #main-content #left-area>.et_pb_post>.entry-content>h2 {
		font-size: 36px;
		margin: 20px 0 5px 0;
	}

	body.single-post #page-container #main-content #left-area>.et_pb_post>.entry-content>h3 {
		font-size: 26px;
		margin: 10px 0 0px 0;
		font-weight: bold;
	}
}

body.single-post #page-container #main-content #left-area>.et_pb_post>.entry-content img.size-large,
body.single-post #page-container #main-content #left-area>.et_pb_post>.entry-content img.size-full {
	width: calc(100% + 20px);
	max-width: none;
	margin: 0 0px 0px -10px;
	clear: both;
	display: block;
	float: none;
}

body.single-post #page-container #main-content #left-area>.et_pb_post>.entry-content .wp-caption {
	margin-bottom: 0;
}

body.single-post #page-container #main-content #left-area>.et_pb_post>.entry-content .wp-caption p.wp-caption-text {
	margin: 0px -10px 30px 0;
}

/*  monarch  */
#page-container .et_social_inline.et_social_mobile_on.et_social_inline_bottom {
	max-width: 600px;
	margin: 90px auto 0;
	position: relative;
}

#page-container .et_social_inline.et_social_mobile_on.et_social_inline_bottom:before {
	content: "Condividi se ti è piaciuto";
	text-align: center;
	width: 100%;
	display: block;
	font-size: 22px;
	margin-bottom: 20px;
}

body.lang_en #page-container .et_social_inline.et_social_mobile_on.et_social_inline_bottom:before {
	content: "Share if you like it";
}

body.lang_es #page-container .et_social_inline.et_social_mobile_on.et_social_inline_bottom:before {
	content: "Comparte si te gusta";
}

@media all and (max-width: 780px) {

	/* Plugin Monarch social networks inline after post content on mobiles */
	body.single-post.et_monarch .et_social_networks.et_social_nospace li {
		margin: 0 !important;
		width: 20% !important;
		float: left;
		clear: none !important;
	}

	body.single-post.et_monarch .et_social_networks div.et_social_network_label {
		display: none;
	}
}

@media all and (max-width: 560px) {
	body.single-post #page-container #main-content #left-area>.et_pb_post>.entry-content .wp-caption p.wp-caption-text {
		font-size: 12px;
	}
}




/* Nesting Menu */


/* when mobile menu is open, change hamburger icon to x icon */

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/* makes sub sub menu icon be right arrow instead of down arrow */

#top-menu .menu-item-has-children .menu-item-has-children>a:first-child::after,
#et-secondary-nav .menu-item-has-children .menu-item-has-children>a:first-child::after {
	content: '5';
}

/* - mobile menu toggling elements, injected via jQuery - */
/* make menu list item be relative, to be able to position toggle within this item */

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
	position: relative;
}

/* the new toggle element, which is added via jQuery */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
	position: absolute;
	z-index: 1;
	width: 80px;
	height: 56px;
	line-height: 56px;
	border-radius: 0;
	top: 0;
	right: 0;
	cursor: pointer;
}

#main-header #mobile_menu.et_mobile_menu li ul .sub-menu-toggle {
	height: 46px;
}

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.nolink {
	width: 100%;
}

/* the new toggle element when popped */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(255, 255, 255, 0);
}

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children a.open {
	background: #f5f5f5;
}

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children ul a.open {
	background: #e2e2e2;
	;
}

/* toggle icon */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
	width: 80px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	text-transform: none;
	content: '\33';
	color: #595959;
}

#main-header #mobile_menu.et_mobile_menu li ul .sub-menu-toggle::before {
	height: 46px;
	line-height: 46px;
}

/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';

}

/* hide sub menus by default */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle~ul.sub-menu {
	display: none !important;
	padding-left: 0;
}

/* show sub menu when triggered via jQuery toggle, and add slight bg color */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu {
	display: block !important;
	background: #f5f5f5;
}

/* remove sub menu list item left padding, since padding will be on anchors */

#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */

#main-header #mobile_menu.et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}

/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
	font-weight: inherit;
}

/* make the current page's mobile menu link be different */

#main-header #mobile_menu.et_mobile_menu li.current-menu-item>a {
	font-weight: bolder;
}

/****** Code Style: Menu Full-screen ******/

/* Font Awesome */
.et-icon {
	margin: 10px;
}

.et_mobile_menu {
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9998;
	overflow: scroll !important;
	background-color: rgba(255, 255, 255, 1) !important;
	margin-left: 0px;
	padding: 110px 0 0 0;
	height: 100%;
	width: 100%;
	border-top: none;
}

.et_mobile_menu li a {
	text-align: center;
	font-size: 20px;
	border: 0;
	padding: 15px 0;
	text-transform: uppercase;
	letter-spacing: 6px;
	line-height: 26px;
}

.mobile_nav ul#mobile_menu .current_page_item>a {
	color: #c67400;
}

.mobile_nav ul#mobile_menu li ul li a {
	font-size: 90% !important;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mobile_nav ul#mobile_menu li ul li a.open {
	background: #e2e2e2;
}

.mobile_nav ul#mobile_menu li ul li ul li a {
	font-size: 80% !important;
	background: #e2e2e2;
	padding-top: 5px;
	padding-bottom: 5px;
}

.et_mobile_menu li a:hover {
	color: #999;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: '\4d';
	z-index: 9999;
	/* color: #fff; */
}

.et_mobile_menu li.menu-item.social.first {
	width: 30%;
	float: left;
	margin-left: 20%;
}

.et_mobile_menu li.menu-item.social.last {
	margin-left: 0;
	margin-right: 20%;
}


/*
		INSTAGRAM FEED GALLERY
*/
#instafeed-rdm {
	background: #f2f2f2;
	position: relative;
	margin-top: 60px;
}

#instafeed-rdm .instalink {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 40px;
	line-height: 40px;
	background: rgba(254, 254, 254, 0.7);
	color: #595959;
	border-radius: 0px;
	z-index: 11;
	padding: 0 15px;
}

#instafeed-rdm .instalink:hover {
	background: #fff;
}

#instafeed-rdm .instalink .et-icon {
	margin: 0 10px 0 0;
	font-size: 20px;
	float: left;
	line-height: 40px;
}

#instafeed-rdm .mfp-wrap,
.insta-gallery-feed {
	padding-top: 2px;
}

#instafeed-rdm .instagram-gallery-list .insta-gallery-item .insta-gallery-image-wrap .insta-gallery-image-mask {
	background-color: rgba(0, 0, 0, 0.5);
}

#instafeed-rdm .instagram-gallery__actions {
	margin: 0;
}

#instafeed-rdm .instagram-gallery__actions .insta-gallery-button {
	background-color: #595959;
}

#instafeed-rdm .instagram-gallery__actions .insta-gallery-button:hover {
	background-color: #dd9933;
}

#instafeed-rdm .instagram-gallery-feed .insta-gallery-actions {
	margin: 0;
}

#instafeed-rdm .instagram-gallery-feed .swiper-container-horizontal .swiper-button-next:after,
#instafeed-rdm .instagram-gallery-feed .swiper-container-horizontal .swiper-button-prev:after {
	color: #dd9933;
	font-family: ETmodules !important;
	font-style: normal;
	font-weight: 400;
}

#instafeed-rdm .instagram-gallery-feed .swiper-container-horizontal .swiper-button-next:after {
	content: '\35';
}

#instafeed-rdm .instagram-gallery-feed .swiper-container-horizontal .swiper-button-prev:after {
	content: '\34';
}

@media all and (min-width: 1024px) {

	#instafeed-rdm .swiper-button-prev,
	#instafeed-rdm .swiper-button-next {
		display: none;
	}
}

@media all and (max-width: 420px) {
	#instafeed-rdm .instalink {
		background: #3f3f3f;
		color: #f5f5f5;
		border-radius: 5px;
		top: 0%;
		white-space: nowrap;
		width: 185px;
		height: 36px;
		line-height: 36px;
	}

	#instafeed-rdm .instalink:hover {
		background: #333;
		color: #fff;
	}

	#instafeed-rdm .instalink .et-icon {
		line-height: 36px;
	}

	#instafeed-rdm .instalink span {
		font-size: 14px;
	}
}

/* cookie notice buttons */
.cn-buttons-container #cn-accept-cookie {
	background-color: #dd9933;
	color: #000;
}

.cn-buttons-container #cn-more-info {
	background-color: #303030;
}


.wp-pagenavi a,
.wp-pagenavi span {
	border: 0;
	color: #666;
}


/* contact form in single galleries */
#gallery_popup_contact {
	position: fixed;
	top: 0;
	width: 100vw;
	left: 0;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);

	/* animation */
	z-index: -9998;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

#gallery_popup_contact .popup_contact_wrapper {
	width: 90%;
	max-width: 600px;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	margin: 20px auto;
	overflow-y: scroll;
	max-height: calc(100vh - 40px);
	position: relative;
	/* animation */
	transition: all 0.3s ease-in-out;
	top: 0;
}

#gallery_popup_contact.open {
	z-index: 9998;
	opacity: 1;
}

#gallery_popup_contact.open .popup_contact_wrapper {
	top: 0;
}

#gallery_popup_contact .popup_contact_close {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	right: -10px;

}

#gallery_popup_contact .popup_contact_close a {
	width: 36px;
	height: 68px;
	font-size: 38px;
	padding: 0;
	line-height: 70px;
	margin: 0;
	text-align: center;
	font-family: "AkzidenzGroteskBQ-ligcnd";
	float: right;
	font-weight: 900;
	border-radius: 50%;
	transform: scaleY(0.5);
	top: -16px;
	position: relative;
	background-color: #f5f5f5;
}

#gallery_popup_contact .popup_contact_close a:hover {
	background: #dd9933;
	color: #fff;
}

#gallery_popup_contact .gform_wrapper ul.gform_fields {
	display: grid;
	grid-template-columns: 50% 50%;
	margin: 0 !important;
	grid-gap: 15px 15px;
	width: calc(100% - 16px);
}

/* #gallery_popup_contact .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
#gallery_popup_contact .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half, */
#gallery_popup_contact .gform_wrapper .top_label li.gfield {
	grid-column: span 2;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

#gallery_popup_contact .gform_wrapper .top_label li.gfield.gf_left_half,
#gallery_popup_contact .gform_wrapper .top_label li.gfield.gf_right_half {
	grid-column: span 1;
}

#gallery_popup_contact .gform_wrapper .gform_footer {
	text-align: right;
}

#gallery_popup_contact .gform_wrapper .gform_footer .submit {
	margin: 0 !important;
}

@media all and (max-width: 599px) {

	#gallery_popup_contact .gform_wrapper .top_label li.gfield.gf_left_half,
	#gallery_popup_contact .gform_wrapper .top_label li.gfield.gf_right_half {
		grid-column: span 2;
	}
}

#gallery_popup_contact .gform_legacy_markup_wrapper .gform_validation_errors>h2.hide_summary {
	padding: 0 !important;
	font-size: 18px;
}


/* gravity forms preview */
.gfield--type-html table {
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
}

.gfield--type-html>table>tbody>tr>td {
	padding: 0 !important;
	border: 0 !important;
}

.gfield--type-html table table>tbody {
	display: flex;
	flex-wrap: wrap;
}

.gfield--type-html table table>tbody>tr {
	line-height: 1em;
	padding: 5px 0 !important;
}

.gfield--type-html table table>tbody>tr:nth-child(odd) {
	width: 40%;
	background-color: #f5f5f5 !important;
	border-bottom: 1px solid #ffffff;
}

.gfield--type-html table table>tbody>tr:nth-child(even) {
	width: 60%;
	border-bottom: 1px solid #f5f5f5;
}

.gfield--type-html table table>tbody>tr>td {
	border: 0 !important;
}

.gfield--type-html table table>tbody>tr:nth-child(even)>td:first-child {
	padding-right: 0;
	padding-left: 0;
}

.gfield--type-html table table>tbody>tr:nth-child(even)>td:last-child {
	padding-left: 0;
}

body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.bulleted,
body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul.bulleted {
	margin: 0 0 0px 10px !important;
	padding: 0 0 0px 10px !important;
}


/* call to action shortcode */
.call_to_action {
	background: linear-gradient(180deg, #f2f2f2, #ffffff);
	padding: 0;
	margin: 0 0 40px 0;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #eee;
	box-shadow: 0px 2px 5px 0px #0000000f;
}

.call_to_action .cta_content {
	padding: 20px 20px;
}

@media (max-width: 767px) {
	.call_to_action .cta_content {
		padding: 20px 10px;
	}
}

.call_to_action .cta_content h2 {
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #C67400;
	letter-spacing: 0.5px;
}

.call_to_action .cta_content p {
	padding: 0 !important;
}

.call_to_action .cta_button {
	padding: 10px 0 30px 0;
}

.call_to_action .cta_button .et_pb_button {
	background-color: #C67400;
	color: #ffffff;
	font-size: 18px;
	border-radius: 4;
}

.call_to_action .cta_button .et_pb_button:hover {
	background-color: #3f3f3f;
}


/* author box */
.et_pb_post .author-box {
	background: #f2f2f2;
	padding: 20px;
	margin: 40px 0px 40px 0;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #eee;
	box-shadow: 0px 2px 5px 0px #0000000f;
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
	vertical-align: middle;
}

.author-box .author-avatar {
	width: 240px;
	vertical-align: middle;
}

.author-box .author-avatar img {
	width: auto;
	border-radius: 50%;
}

.author-box .author-info {
	text-align: left;
	padding: 10px 10px 0 20px;
	display: flex;
	flex-wrap: wrap;
}

.author-box .author-info h2 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.author-box .author-info h3 {
	padding-bottom: 0;
	width: 100%;
}

.author-box .author-description {
	width: 100%;
}

.author-box .author-posts a .et-icon:before {
	content: "\69";
}

.author-box .author-rdm a .et-icon:before {
	content: "\e006";
}

.author-box i.et-icon {
	font-size: 18px;
	margin: 0;
}

.author-box .links {
	display: flex;
	height: 30px;
}

.author-box .links {
	margin: 0 0px 0 0;
	position: relative;
}

.author-box .links.author-contacts {
	margin-right: 30px;
}

.author-box .links a {
	margin: 0 10px 0 0;
	display: flex;
	vertical-align: middle;
	column-gap: 5px;
	padding: 2px 5px 2px 5px;
	background-color: #f5f5f5;
	border-radius: 4px;
	border: 1px solid #ffffff;
}

.author-box .links a:hover {
	background-color: #fff;
}

.author-box .links a em {
	position: absolute;
	left: 0;
	top: 100%;
	height: 28px;
	line-height: 28px;
	padding: 0 2px;
	display: none;
	z-index: 9;
	white-space: nowrap;
	color: #707070;
}

.author-head .links a:hover>em {
	display: block;
}

/* share sassy */
.rdm-share-post h2 {
	text-align: center;
}

body div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
	margin: 10px;
}