/*
Theme Name: Fonzie the Burger House
Description: Theme for Fonzie the Burger House as child theme of Elegant Themes DIVI
Author:   Diego Vagnoli http://idearia.it
Template: Divi
*/

@import url("../Divi/style.css");
@import url(////fonts.googleapis.com/css?family=Oswald:400,300,700|Work+Sans:400,700);

@font-face {
	font-family: 'BrushScript';
	src: url('fonts/BrushScript.eot');
	src: url('fonts/BrushScript.eot#iefix') format('embedded-opentype'),
	   url('fonts/BrushScript.woff') format('woff2'), /* Super Modern Browsers */
		url('fonts/BrushScript.woff') format('woff'),
		url('fonts/BrushScript.ttf')  format('truetype'),
		url('fonts/BrushScript.svg') format('svg'); /* Legacy iOS */
	font-weight: 500;
	font-style: normal;
}


body{
	font-size:16px;
	font-family: 'Work Sans', sans-serif;
	font-weight:400;
}

#main-content{
	background-color: #fffbe3;
	background-image: url("images/pattern-01.png");
	background-repeat: repeat;
	background-size: auto auto;
}

/*
		TRANSPARENT HEADER
*/
#main-content .container {
  padding-top: 0;
}
#page-container{
	padding-top: 0!important;
}


.et_fixed_nav #main-header:before {
  background: #3f2d0b none repeat scroll 0 0;
  content: " ";
  height: 60px;
  left: 0;
  position: absolute;
  right: 0;
  top: 70px;
  width: 100%;

  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;


}
/* sticky header */
.et_fixed_nav #main-header.et-fixed-header{background: transparent;}
.et_fixed_nav #main-header.et-fixed-header:before {
	top:0px;
	height: 48px;
}


/* header always fixed */
.et_fixed_nav #main-header,
.et_fixed_nav #top-header{
	position: fixed;
}
.et_fixed_nav #main-header{
	box-shadow: 0 0px 0 rgba(0, 0, 0, 0);
}

/* header in pagine senza builder*/
body:not(.et_pb_pagebuilder_layout).et_fixed_nav #main-header{
	background: #3f2d0b!important;
}
/* header in pagine col builder */
body.et_pb_pagebuilder_layout.et_fixed_nav #main-header:not(.et-fixed-header){
	background: transparent!important;
}


body.et_fixed_nav.et_secondary_nav_enabled #page-container{
	padding-top:36px!important
}

/* pagine senza builder */
#main-content{padding-top:200px;}
/* pagine con builder */
body.et_pb_pagebuilder_layout #main-content{	padding-top:0;}
/*body.et_pb_pagebuilder_layout #main-content .et_pb_section:first-child > section{padding-top:200px;}*/

.et_pb_fullwidth_header_0,
.et_pb_fullwidth_slider_0 .et_pb_slide_description { padding-top: 300px;}
.et_pb_fullwidth_header_0.et_pb_fullscreen {padding-top:140px;}

@media all and (min-width: 480px) {
	.et_pb_fullwidth_header_0,
	.et_pb_fullwidth_slider_0 .et_pb_slide_description { padding-top: 200px;}
}




/* logo fixing */
#main-header:not(.et-fixed-header) #logo{
	max-height:200%;
}
#main-header.et-fixed-header #logo{
	max-height:70px;
}

#logo{
	-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;
}


/* menu height fixing */
.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
  padding-top: 70px;
  padding-bottom:0px;
}

/* menu items text shadow */
#top-menu li a {
  color: #ffffff;
  font-family: "Oswald",sans-serif;
  font-size: 26px;
  font-weight: lighter;
  letter-spacing: 1px;
  line-height: 48px;
  text-transform: uppercase;
}

.et_header_style_left #et-top-navigation nav > ul > li,
 .et_header_style_split #et-top-navigation nav > ul > li{
 	padding-right:0;
 }


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

 .et_header_style_left #et-top-navigation nav > ul > li > a:hover,
 .et_header_style_split #et-top-navigation nav > ul > li > a:hover,
 #top-menu li.current-menu-ancestor > a,
 #top-menu li.current-menu-item > a {
 		 background: #9EC497;
 		 color:#ffffff!important;
 		 text-shadow: 0px 0 0px rgba(255, 255, 255, 0);
 		 opacity: 1;
 }

 .et-fixed-header #top-menu li a{
 	font-size:14px!important;
 }


 body:not(.et_pb_pagebuilder_layout) #et-top-navigation nav > ul > li > a:hover,
 body:not(.et_pb_pagebuilder_layout) .et_header_style_split #et-top-navigation nav > ul > li > a:hover,
 body:not(.et_pb_pagebuilder_layout) #top-menu li.current-menu-ancestor > a,
 body:not(.et_pb_pagebuilder_layout) #top-menu li.current-menu-item > a{

 /*	background: white;
 	color: black!important;
 	 box-shadow: 0 2px 0 0 #ffffff;
 	 text-shadow:0 0 0 rgba(255, 255, 255, 0);
 	 border-radius:4px 4px 0 0!important;*/
 }

/* sticky nav menu */
/* .et_fixed_nav #main-header.et-fixed-header #et-top-navigation{
 	padding-top:0;
 }*/

.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: 0px 12px;
 }

/*
	--- nav sub menu
*/
.nav li ul {
  background: #9EC497 none repeat scroll 0 0;
  border-top: 0px solid #9EC497!important;
  padding:0;
  border-radius:0 0 5px 5px;
}
#top-menu li li a {
  font-size: 18px;
  border-bottom: 2px dashed #ffffff;
  width:240px !important;
  text-align: center;
}
#top-menu li li{
	padding:0!important;
}
#top-menu li li:last-child a{border-bottom:0;}
#top-menu li li a:hover {
  background-color: #fff!important;;
  color: #3f2d0b!important;;
  opacity: 1!important;;
}


/*
	--- no down arrow for submenu head
*/
#top-menu .menu-item-has-children > a:first-child,
#et-secondary-nav .menu-item-has-children > a:first-child {
  padding-right: 12px;
}
#top-menu .menu-item-has-children > a:first-child::after,
#et-secondary-nav .menu-item-has-children > a:first-child::after {
  display:none;
}


/*
	--- mobile menu
*/
.et_header_style_split .mobile_menu_bar,
.et_header_style_left .mobile_menu_bar {
  padding: 14px 0;
}
.et_header_style_split .et-fixed-header .mobile_menu_bar,
.et_header_style_left .et-fixed-header .mobile_menu_bar {
  padding: 8px 0;
}

.et_mobile_menu {
  background: #9EC497;
  border-top: 0px solid #9EC497;
  padding: 2% 5%;
  border-radius:0 0 5px 5px;
}
.et_mobile_menu li a {
  border-bottom: 2px dashed #ffffff;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.et_mobile_menu li:last-child a{border-bottom:0;}
.nav ul li a:hover, .et_mobile_menu li a:hover {
  background-color: #fff;
  color: #3f2d0b;
  opacity: 1;
}


/*
	---------------------------
	Top Bar
	---------------------------
*/

/*-------------	Override  --------------*/

/*body.et_pb_pagebuilder_layout.et_fixed_nav #page-container #main-header{
	background: #FFFBE7 !important;
}*/
.et_fixed_nav #main-header:before {
  top: 42px !important;
  transition: all 0.1s ease-in-out -1s;
}
.et_fixed_nav #main-header:after {
  	background: #FFFBE7 none repeat scroll 0 0;
    content: " ";
    height: 42px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}

/*------------  Override end  ------------*/

#page-container #top-header {
	position: fixed;
	top: 30px;
	transition: all 0.4s ease-in-out 0s;
	background-color: transparent !important;
	/*z-index: 99998;*/
}
#page-container #top-header .container {
	padding-top: 0;
}
#page-container #top-header.et-fixed-header {
	top: 0;
}
#main-header {
	top: 30px !important;
	transition: all 0.4s ease-in-out 0s !important;
}
#main-header:not(.et-fixed-header) #logo {
    position: absolute;
    top: -20px;
}
#main-header.et-fixed-header {
	top: 0 !important;
}
#main-header #et-top-navigation {
	padding-top: 42px;
}
#top-header .top-contact:after {
	content: "";
	display: block;
	clear: both;
}
#top-header .top-contact {
	color: #3f2e15;
	float: right;
	font-family: "Oswald";
    font-size: 16px;
    font-weight: 400;
	line-height: 40px;
}
#top-header .top-contact:hover {
	background-color: #9dc397;
	color: #fff;
}
#top-header .mobile-toggle {
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 12px;
}
#top-header .mobile-toggle:after {
  content: "\f095";
  font-family: FontAwesome;
  margin-left: 5px;
  position: relative;
}
#top-header .quartieri-fonzie {
	display: none;
  	padding: 0 6px;
	margin: 0;
	list-style-type: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	background-color: #9dc397;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
#top-header .quartieri-fonzie li {
	padding: 2px 6px;
	border-bottom: 1px #fff dashed;
}
#top-header .quartieri-fonzie li a {
	float: right;
}
#top-header .quartieri-fonzie li a:hover {
	text-decoration: underline;
}
#top-header .quartieri-fonzie li:last-child {
	border-bottom: none;
}
#top-header .top-contact:hover .quartieri-fonzie {
	display: block;
}

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

	#top-header .top-contact:hover {
		color: #3f2e15;
	}

	#top-header .top-contact {
		float: none;
	}
	#top-header.et-fixed-header .top-contact {
		font-size: 14px;
	}
	#top-header .quartieri-fonzie {
		display: block;
		padding: 0;
		background-color: transparent;
		float: right;
		width: auto;
		box-shadow: none;
	}
	#top-header .mobile-toggle {
		display: none;
	}
	#top-header .quartieri-fonzie li:after {
		content: "";
		display: block;
		clear: both;
	}
	#top-header .quartieri-fonzie li {
		float: left;
		padding: 0 12px;
		border-bottom: none;
		text-transform: uppercase;
		width: 158px;
		text-align: center;
	}
	#top-header .quartieri-fonzie li span {
		display: block;
		transition: font-size 0.4s ease-in-out 0s;
	}
	#top-header .quartieri-fonzie li p,
	#top-header .quartieri-fonzie li a {
		display: none;
	}
	#top-header .quartieri-fonzie li a:before {
		content: "\f095";
		font-family: FontAwesome;
		margin-right: 5px;
		position: relative;
	}
	#top-header .quartieri-fonzie li:hover p,
	#top-header .quartieri-fonzie li:hover a {
		display: block;
	}
	#top-header .quartieri-fonzie li:hover {
		background-color: #9dc397;
		color: #fff;
	}

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

.et_pb_widget_area_right .widgettitle,
.et_pb_widget_area_left .widgettitle,
#sidebar .widgettitle {
  background: rgba(0, 0, 0, 0) url("images/fonzie-widget-header.png") repeat scroll 0 0;
  color: #3f2d0b;
  text-shadow: -2px 0 #fffbe3, 0 2px #fffbe3, 2px 0 #fffbe3, 0 -2px #fffbe3;
  font-family: "BrushScript",sans-serif;
  height: 67px;
  line-height: 26px;
  margin-left: 50%;
  margin-top: -50px;
  padding: 10px 15px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 250px;
  font-size: 30px;
  white-space: nowrap;
}
#main-content .container:before{
	display: none;
}
.et_pb_widget_area_right,
.et_pb_widget_area_left,
.et_right_sidebar #sidebar,
.et_left_sidebar #sidebar {
  border-left: 0px solid rgba(0, 0, 0, 0.1);
  padding: 0px!important;
}
.et_pb_widget_area_right .et_pb_widget,
.et_pb_widget_area_left .et_pb_widget,
#sidebar .et_pb_widget {
  float: none;
  margin-bottom: 60px;
  width: 100%;
  padding:15px;
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  border: 1px solid #efeccc;
  border-radius: 50px 50px 10px 10px;
}


.et_pb_bg_layout_light .et_pb_widget li a,
#sidebar .et_pb_widget a {
  color: #3f2d0b;
}
.et_pb_bg_layout_light .et_pb_widget li a:hover,
#sidebar .et_pb_widget a:hover {
  color: #9ec497;
}

/*
	----------------------------------
	PRE-FOOTER: social menu in footer
	----------------------------------
*/
.social-menu-line {
  background-color: #fffbe3;
  background-image: url("images/pattern-01.png");
  background-repeat: repeat;
  background-size: auto auto;
}
.social-menu-line .container{
	background-image: url("images/fonzie-social-footer.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:240px;
	text-align: center;
}
.social-menu-line ul { list-style: none; }
.social-menu-line ul li {
  display: inline;
  font-size: 2.6rem;
  padding: 0 30px;
}
.social-menu-line ul li a{
	color: #3f2d0b;
}
.social-menu-line ul li a:hover{
	color: #9ec497;
}

/*
	----------------------------
	FOOTER
	----------------------------
*/

#main-footer {
  background-color: #3f2d0b;
}
/* scatta condividi gusta */
#main-footer .closing-call{
	text-align: center;
	width: 100%;
	display:block;
	border-bottom: 5px solid #fffbe3;
	height: 50px;
}
#main-footer .closing-call > span {
  background: #3f2d0b none repeat scroll 0 0;
  color: #fffbe3;
  font-family: "Oswald",sans-serif;
  /*font-size: 2.2rem;*/
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
  top: 35px;
}

#main-footer > .container{
  background-image: url("images/fonzie-cheers.png");
  background-position: center bottom;
  padding-bottom: 300px;
  background-repeat: no-repeat;
}
/*
#main-footer .footer-widget .fwidget {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}*/
#main-footer .footer-widget .fwidget {
	color: #3f2e15;
}
#main-footer .footer-widget .fwidget a{
	color: #3f2e15;
}
#main-footer .footer-widget .fwidget a:hover{
	color: #9ec497;
}
/* local business snippets in footer text widgets */
#main-footer .footer-widget .fwidget h2{
	text-align: center;
	color: #9ec497;
}
#main-footer .footer-widget .fwidget h2 em{
	font-size:3.5rem;
}
#main-footer .footer-widget .fwidget .address {
  font-family: "Oswald",sans-serif;
  /*font-size: 1.6rem;*/
  text-align: center;
  /*text-transform: uppercase;*/
}
#main-footer .footer-widget .fwidget .address:before {
  color: #3f2e15;
  content: "\f041";
  font-family: FontAwesome;
  margin-right: 5px;
  position: relative;
}
#main-footer .footer-widget .fwidget .address .address-area{
	display:block;
	/*font-size: 0.8rem;*/
}
#main-footer .footer-widget .fwidget .hours{
	text-align:center;
	/*font-size:14px;*/
	white-space: nowrap;
}
#main-footer .footer-widget .fwidget .hours .time:first-child:before{
  color: #3f2e15;
  content: "\f017";
  font-family: FontAwesome;
  font-size:20px;
  margin-right: 5px;
}
#main-footer .footer-widget .fwidget time {
  font-family: Oswald;
  text-align: center;
}
#main-footer .footer-widget .fwidget time:after {
  content: ".";
  margin-left: 5px;
  position: relative;
  top: -5px;
}
#main-footer .footer-widget .fwidget time:last-child:after {
 margin-left:0;
 display:none;
}

/*#main-footer #footer-widgets {
  background-image: url("images/fonzie-telbar.png");
  background-position: center 93%;
  background-repeat: no-repeat;
  background-size: 93% auto;
}*/
#main-footer .footer-widget{
	position:relative;
}
/*.footer-widget:first-child:after {
  background: url("images/fonzie-tel.png") center center no-repeat transparent;
  bottom: -40px;
  content: " ";
  height: 125px;
  position: absolute;
  right: -105px;
  width: 168px;
  z-index: 1;
}
/* telefoni footer */
/*.textwidget .telephone {
  background: #EFECCC none repeat scroll 0 0;
  color: #3f2d0b;
  display: block;
  font-family: Oswald;
  font-size: 2.3rem;
  font-weight: lighter;
  line-height: 1;
  text-align: center;
  width: 100%;
  margin-top: 14%;
}
.textwidget .telephone a{
	color: #3f2d0b!important;
}
.textwidget .telephone a:hover{
	color: #9ec497!important;
}*/




/*
	---------------------------
	New Footer
	---------------------------
*/
.multimap-section {
	margin-top: 50px;
}
#main-footer #footer-widgets {
	font-size: 17px;
	font-family: "Oswald", sans-serif;
}
#main-footer #footer-widgets .footer-widget {
	width: 32% !important;
	margin-right: 2% !important;
	background-color: #fffbe7;
	color: #3f2e15;
	padding: 10px;
}
#main-footer #footer-widgets .footer-widget:last-child {
	margin-right: 0 !important;
}
#main-footer #footer-widgets .footer-widget .widget_text {
	border: 2px solid #3f2e15;
	padding: 24px 10px;
	float: none;
	text-align: center;
	width: 100%;
}
#main-footer #footer-widgets .footer-widget .fonzie-name span {
	display: block;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 15px;
}

#main-footer #footer-widgets .footer-widget .fwidget h2 em {
    font-size: 44px;
}
#main-footer #footer-widgets .footer-widget .fwidget h2 {
    padding-bottom: 15px;
}

#main-footer #footer-widgets .footer-widget .address,
#main-footer #footer-widgets .footer-widget .hours {
    margin-bottom: 15px;
}
#main-footer #footer-widgets .footer-widget .time {
    display: block;
}
#main-footer #footer-widgets .footer-widget .telephone:before {
	content: "\f095";
	font-family: FontAwesome;
	margin-right: 5px;
	position: relative;
	font-size:20px;
}
#main-footer #footer-widgets .footer-widget .fonzie-info h3.prov {
	font-family: "BrushScript";
	margin: 84px 0 85px;
}
@media screen and (max-width: 768px) {
	#main-footer > .container {
		width: 96%;
	}
	#main-footer #footer-widgets .footer-widget {
		width: 100% !important;
		margin-right: 0 !important;
	}
	.hide-mobile {
		display: none;
	}
	#main-footer #footer-widgets .footer-widget {
		margin-bottom: 2% !important;
	}
	#main-footer #footer-widgets .footer-widget:last-child {
		margin-bottom: 50px !important;
	}
	#main-footer #footer-widgets .footer-widget .fonzie-name {
		cursor: pointer;
	}
	#main-footer #footer-widgets .footer-widget .fonzie-info {
		display: none;
		margin-top: 16px;
	}
	#main-footer #footer-widgets .footer-widget .widget_text {
		border: none;
	}
	#main-footer #footer-widgets .footer-widget .fonzie-name {
		text-align: left;
	}
	#main-footer #footer-widgets .footer-widget .fonzie-name:after {
		content: "\f107";
		font-family: FontAwesome;
		margin-right: 5px;
		position: relative;
	}
	#main-footer #footer-widgets .footer-widget .fonzie-name:after {
		content: "\f107";
		font-family: FontAwesome;
		float: right;
		position: relative;
		font-size: 20px;
    	margin-top: 16px;
	}
	#main-footer #footer-widgets .footer-widget .fonzie-name.open:after {
		content: "\f106";
	}
	#main-footer #footer-widgets .footer-widget .fonzie-name span,
	#main-footer #footer-widgets .footer-widget .fwidget h2 em,
	#main-footer #footer-widgets .footer-widget .fwidget h2 {
	    display: inline;
	}
	#main-footer #footer-widgets .footer-widget .fonzie-name span {
		font-size: 19px;
	}

	#main-footer #footer-widgets .footer-widget .fwidget h2 em {
	    font-size: 31px;
	    margin-right: 6px;
	}
	#main-footer #footer-widgets .footer-widget {
	    padding: 0 10px 10px;
	}
	#main-footer #footer-widgets .footer-widget .widget_text {
	    padding: 10px 6px 14px;
	}
	#main-footer #footer-widgets .footer-widget .fonzie-info h3.prov {
		margin: 50px 0 40px;
	}

}











/*  FOOTER WIDGETS MEDIA QUERIES */
@media all and (max-width: 1281px) {
	/*.textwidget .telephone{
		font-size: 2rem;
	}*/
	#main-footer #footer-widgets{
		 background-position: center 94%;
		 background-size: 100% auto;
	}
}

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

	/*#main-footer .footer-widget .fwidget{
		width:400px;
	}*/

}

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

	/*#main-footer .footer-widget .fwidget .time{
		display:block;
	}
	#main-footer .footer-widget .fwidget time:after{
		display:none; margin:0;
	}
	#main-footer .footer-widget .fwidget{
		width:300px;
	}
	#main-footer .footer-widget .fwidget .address{
		font-size:1.3rem;
	}
	#main-footer #footer-widgets{
		 background-position: center 93%;
	}
	.textwidget .telephone {
  		font-size: 1.8rem;
  		position: relative;
	}
	.footer-widget:first-child:after {
  		background-size:100% auto;
  		bottom: -30px;
  		height: 95px;
  		right: -90px;
  		width: 138px;
	}*/



}
@media all and (max-width: 767px){
	/*#main-footer #footer-widgets {
  		background-image: none;
	}
	.footer-widget:first-child:after{
		display:none;
	}
	.textwidget .telephone{
		margin-top: 20px;
		line-height: 1.5;
		box-shadow: 0 0 3px 1px #3f2d0b;
		border-radius:10px;
		border: 4px double #3f2d0b;
		position: relative;
	}
	.textwidget .telephone:after {
  		background: transparent url("images/fonzie-tel.png") no-repeat scroll center center;
  		background-size:90% auto;
  		content: " ";
  		height: 75px;
  		left: -40px;
  		position: absolute;
  		top: -13px;
  		width: 118px;
  		z-index: 1;
	}*/

}

@media all and (max-width: 459px){
	.textwidget .telephone{
		text-align:right;
		padding-right:15px;
	}
	.textwidget .telephone:after{
		background-size:70% auto;
		left: -45px;
	}
}








@media all and (max-width: 767px) and (min-width: 460px) {
	#main-footer .footer-widget .fwidget{
		width:400px;
	}
}

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

	#main-footer .closing-call > span{
		font-size: 1.2rem;
	}

	#main-footer .footer-widget .fwidget .time{
		display:block;
	}
	#main-footer .footer-widget .fwidget time:after{
		display:none; margin:0;
	}

	/*#main-footer .footer-widget .fwidget .address{
		font-size:1.3rem;
	}*/

	#main-footer .footer-widget .fwidget{
		width:300px;
	}
}


/* chiusura footer */
#footer-bottom {
 background: #9ec497;
 padding: 8px 0;
 float:left; display:block; width:100%;
}
#footer-info,
#footer-info a{
	padding-bottom:0;
	color:#3f2d0b;
}
#footer-credits,
#footer-credits a{
	float:right;
	color:#3f2d0b;
}




/*
	----------------------------
	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: #F1ECC9!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: #000 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #F1ECC9!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: #F1ECC9!important;
  		border:1px solid #d5b900!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{
	text-align:center;
	margin-top:0!important;
}
.gform_wrapper .gform_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: 1px 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:	#d5b900!important;
	border-color:	#d5b900!important;
	cursor:pointer!important;
}

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

.gform_wrapper .top_label .gfield_label {
  color: #d5b900!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: #fff none repeat scroll 0 0!important;
  border: 1px solid #fff!important;
  border-radius: 0!important;
  color: #777!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: #fff none repeat scroll 0 0!important;
}
td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #fff!important;
}
.ui-datepicker tbody td {
  border-right: 1px solid #fff!important;
  border-top: 1px solid #fff!important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #9EC497 none repeat scroll 0 0!important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
}
.ui-datepicker td a, .ui-datepicker td span {
  color: #000!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: black!important;
	color: #45b39c!important;
}
.ui-datepicker-next, .ui-datepicker-prev{
	margin-top:3px;
}






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

a{
	color:#9EC497}

a:hover{
	color:#3f2d0b;
}


h1 {
  font-size: 40px;
  font-family: "Oswald",sans-serif;
}


h2, .product .related h2 {
  /*color: #d5b900;*/
  font-size: 2.6rem;
}
h2 > em, .product .related h2 > em{
	font-family: 'BrushScript', sans-serif;
	font-weight: normal;
	font-size: 4rem;
	line-height: 1em;
	display:block;
	text-transform: none;
	font-style: normal;
}
.et_pb_bg_layout_dark h2{
	/*color: #d5b900!important;*/
}
.et_pb_bg_layout_dark h2 > em{
/*	color: #ffffff !important;*/
}
.et_pb_column_1_3 h2, .et_pb_column_1_4 h2, h3 {
  font-size: 32px;
}

@media all and (max-width: 1310px) {
	h2 > em, .product .related h2 > em{	font-size: 3.6rem;}
}
@media all and (max-width: 1200px) {
	h2 > em, .product .related h2 > em{	font-size: 3.4rem;}
}
@media all and (max-width: 1110px) {
	h2 > em, .product .related h2 > em{	font-size: 3.2rem;}
}
@media all and (max-width: 1024px) {
	h2 > em, .product .related h2 > em{	font-size: 3.0rem;}
}

h1, h2, h3, h4, h5, h6{
 color:#3f2d0b;
}
h1 a, h3 a, h4 a, h5 a, h6 a{
	color: #9EC497;
}
h2 a{
	color:#9EC497;
}
h2 a:hover{
	color:#3f2d0b;
}






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

/*
	-------   DIVI main highlight color
*/
#et_search_icon:hover,
.mobile_menu_bar::before,
.et-social-icon a:hover,
.comment-reply-link,
.form-submit input,
.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,
.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,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.et_password_protected_form .et_submit_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:#9EC497;
}

.et_pb_sum,
.et_pb_pricing li a,
.et_pb_pricing_table_button,
.et_overlay::before,
.et_pb_member_social_links a: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,
.et_pb_contact_submit,
.et_pb_bg_layout_light .et_pb_newsletter_button {
	color:#9EC497;
}



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

/* fullwidth header: title */
.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
  /*color: #ffffff;*/
  font-family: 'Oswald', sans-serif;
  font-size: 5.5rem;
  text-transform: uppercase;
  padding-bottom: 25px;
  /*text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3);*/
}
/* fullwidth header: subtitle */
.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-size: 2rem;
  line-height:1;
}
.et_pb_fullwidth_header_0.et_pb_fullwidth_header .socials{
	font-size:4rem;
	letter-spacing: 0.75rem;
	padding-top:25px;
}

@media all and (max-width: 1340px) {
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {font-size: 5rem;}
}
@media all and (max-width: 1210px) {
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {font-size: 4.5rem;}
}
@media all and (max-width: 1100px) {
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {font-size: 4rem;}
}
@media all and (max-width: 1024px) {
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {font-size: 3.8rem;}
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {font-size: 2rem;}
}
@media all and (max-width: 768px) {
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1{font-size: 3rem;}
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {font-size: 2rem;}
}
@media all and (max-width: 479px) {
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1{font-size: 2.4rem;}
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {font-size: 1rem;}
}



/*  DIVI Buttons  */
.et_pb_button {
  background: #9ec497 none repeat scroll 0 0;
  border: 0 solid;
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.7em !important;
  color: #fff !important;
}
.et_pb_button:hover{
	background: #3f2d0b!important;
	color: #fff;
}

.et_pb_bg_layout_light .et_pb_button{
	color: #3f2d0b;
	color: #fff;
}
.et_pb_bg_layout_light .et_pb_button:hover{
	background: #9ec497!important;
	color: #fff;
}

/*  DIVI Gallery  */
.et_pb_gallery_grid .et_pb_gallery_image,
.et_post_gallery .et_gallery_item {
  background: #fff none repeat scroll 0 0;
  padding: 10px;
}
.et_pb_gallery_image.landscape > a,
.et_post_gallery .et_gallery_item > a {
  border-radius: 10px;
  float: left;
  overflow: hidden;
  max-width: 100%;
}
.et_post_gallery .et_gallery_item > a .et_overlay{
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0
}
.et_post_gallery .et_gallery_item > a .et_overlay:before{
	display:none;
}

/*  DIVI Gallery captions */
h3.et_pb_gallery_title,
p.et_pb_gallery_caption{
	position: absolute;

	text-align: center;
	width:100%;
	left:0;
	right:0;
	z-index: 4;
	visibility:hidden;
	-moz-opacity:0;
	-webkit-opacity:0;
	opacity:0;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
h3.et_pb_gallery_title{
	font-family: 'BrushScript', sans-serif;
	top: 5%;
	font-size:24px!important;
	text-shadow: -2px 0 #fffbe3, 0 2px #fffbe3, 2px 0 #fffbe3, 0 -2px #fffbe3;
	color: #3f2d0b!important;
}
p.et_pb_gallery_caption{
	bottom:5%;
	color:#3f2d0b;
}
.et_pb_gallery_item:hover h3.et_pb_gallery_title,
.et_pb_gallery_item:hover p.et_pb_gallery_caption{
	visibility:visible;
	-moz-opacity:1;
	-webkit-opacity:1;
	opacity:1;
}
.et_pb_gallery_item:hover h3.et_pb_gallery_title{
	top: 15%;
}
.et_pb_gallery_item:hover p.et_pb_gallery_caption{
	bottom:15%;
}
.noicon .et_overlay:before{
	display:none;
}


/*  DIVI Blog Grid  */
.et_pb_image_container, .et_pb_blog_grid .et_main_video_container, .et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_pb_post .et_pb_slider {
  margin: 0;
}
.et_pb_image_container > a {
  background: #3f2d0b none repeat scroll 0 0;
  float: left;
  max-width: 100%;
  padding: 10px;
  overflow: hidden;
}
.et_pb_image_container > a:hover{
	background: #9ec497;
}
.et_pb_image_container > a > img{
	 border-radius: 10px;
}
.et_pb_blog_grid h2 {
  display: block;
  float: left;
  font-family: Oswald;
  font-size: 28px;
  margin-top: 19px;
  width: 100%;
}
.et_pb_blog_grid .et_pb_post {
  background-color: transparent;
  border: 0 solid #ffffff;
  padding: 0;
  word-wrap: break-word;
}



/* pagina menu */
.menu .et_pb_tabs_controls li a:before{
	content:"\f041";
	font-family:FontAwesome;
	margin-right:5px;
}


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

}




/*
	----------------------------
		Homepage
	----------------------------
*/
/*
body.home .et_pb_fullwidth_header_container .et_pb_more_button{
	min-width: 218px !important;
}
body.home .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one{
	color:#ffffff;
	border-color:#ffffff;
}
*/




/*
	=================================================================================
	Ricette: single ricetta
	=================================================================================
*/
#left-area .recipe-header ul,
#left-area .recipe-header ul li{
	background: none;
	padding-left:0;
}
#left-area .recipe-thumb{
	 overflow: hidden;
}
#left-area .recipe-thumb  img {
  display: block;
}
#left-area #recipe-details-box {
  background: none repeat scroll 0 0 #9ec497;
  box-sizing: border-box;
  clear: both;
  display: block;
  float: left;
  padding:0;
  margin: 0 0 15px;
  width: 100%;
  border-top: 2px solid #fff;
  border-radius: 0 0 15px 15px;
}
 #left-area .recipe-details ul li{
 	width:20%; box-sizing: border-box;
 	border-right: 2px solid #ffffff;
 	float:left; display:block;
 	padding: 15px 10px 10px;
 }
 .recipe-details ul li > span {
  background: none repeat scroll 0 0 #fff;
  border-radius: 3px;
  padding: 0 5px;
  white-space: nowrap;
}
  #left-area .recipe-details ul li:last-child{
  	border-right:0;
  }
 .recipe-details h5{
 	font-family: "Oswald", sans-serif;
	font-size: 12px;
	white-space: nowrap;
 }
.recipe-introduction {
  background: none repeat scroll 0 0 #9ec497;
  box-sizing: border-box;
  clear: both;
  display: block;
  float: left;
  font-size: 130%;
  color: #ffffff;
  padding: 10px;
  width: 100%;
  border-radius: 15px 15px 0 0;
  border-bottom: 2px solid #fff;
}
.recipe-content{
	margin-bottom:20px;
}
.recipe-ingredients_container,
.recipe-instructions_container {
  box-sizing: border-box;
  margin: 20px 0;
  float:left;
  width:100%;
  clear:both;
}
.recipe-ingredients_container .block_ing{
	float:left; width:45%;
	display:inline-block;
	margin-right:5%;
}
.recipe-ingredients_container .recipe-ingredients ul {
  font-size: 18px;
  list-style-type: none !important;
  padding-left: 0 !important;
  color: #3f2d0b;
}
.recipe-ingredient-quantity-unit.amount {
  color: #9ec497;
  font-weight: bold;
}
#left-area ol.recipe-instructions{
	padding-bottom:0;
	counter-reset: my-badass-counter;
	list-style-type: none;
}
#left-area ol.recipe-instructions li{
	display: block;
	clear:both;
	font-size: 18px;
	margin-bottom:20px;
	color: #3f2d0b;
   padding-left: 30px;
   position: relative;
}
#left-area ol.recipe-instructions li::before {
  color: #9ec497;
  content: counter(my-badass-counter, decimal);
  counter-increment: my-badass-counter;
  font-size: 40px;
  font-weight: bolder;
  position: absolute;
  left: 0px;
  top:0;
}

.recipe-istruction-image{
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}.recipe-istruction-image a{
	padding: 10px;
	background: #3f2d0b;
	float: left;
}.recipe-istruction-image a:hover{
	background: #9ec497;
}

.recipe-ingredients_container h3, .recipe-instructions_container h3 {
  border-bottom: 2px dashed #9ec497;
  font-family: "BrushScript",sans-serif;
  font-size: 3rem;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.recipe-ingredients_container h4,
.recipe-instructions_container h4{
	font-size:26px!important;
}


.recipe-notes {
  background-color: #9ec497;
  border-radius: 20px;
  color: #3f2d0b;
  display: block;
  float: left;
  margin-bottom: 60px;
  overflow: hidden;
  padding: 20px;
  width: 100%;
  padding: 20px 20px 20px 240px;
	background-image: url("images/fonzie-consiglio.png");
	background-position: 15px 20px;
	background-repeat: no-repeat;
}

@media all and (max-width: 768px){
	.recipe-notes{
		padding: 20px;
		background: #9ec497;
	}
}



/*
	----------------------------
	MENU by Plugin: Food and Drink Menu
	----------------------------
*/
ul.fdm-menu,
ul.fdm-section{
	padding-left:0!important;
}
.fdm-section-header h3 {
  font-family: 'BrushScript', sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 0!important;
  text-align: center;
  color:#9EC497;
  padding-bottom:15px;
}
.fdm-section-header p{
	text-align: center;
	font-family: "Oswald";
	font-size:28px;
	text-transform:uppercase;
	font-weight:lighter;
	color:#3F2D0B;
}
.fdm-section-header {
  margin-bottom: 60px!important;
  border-bottom:0!important;
}
.fdm-section .fdm-item{
	margin-bottom:1em!important;
	padding-bottom:1em;
	border-bottom:1px solid #3F2D0B;
}
.fdm-item-panel .fdm-item-title{
  margin-bottom: 0;
  font-size: 24px;
  font-family: "Oswald";
  color:#3F2D0B;
  text-transform:uppercase;
	font-weight:lighter!important;
}
.fdm-item-price{
	color: #9EC497;
	font-size: 24px;
  font-family: "Oswald";
  font-weight: bold;

}

@media (max-width: 450px) {
	.fdm-item-price-wrapper {
		position: absolute!important;
		width: 20%!important;
		text-align: right!important;
		top: 0!important;
		right: 0!important;
		white-space: nowrap!important;
	}
}



.fdm-item-content p {
  line-height: 20px;
  color:#3F2D0B;
}

ul.fdm-section{
	padding-bottom:50px!important;
}




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

@media all and (max-width: 1200px) {
	.container, .et_pb_row {
		width: 90%;
	}
}


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

 	.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: 0px 6px;
 	}

}

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

	.topbar_anticapesa .ore{
		display: none;
	}

}


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


	.recipe-introduction{
		font-size:110%;
	}
	#left-area #recipe-details-box{
		border-bottom:0;
	}
	#left-area .recipe-details ul li{
		width: 50%;
		 border-top: 2px solid #fff;
	}
	.recipe-ingredients_container .block_ing {
  		margin-right: 0;
  		width: 100%;
	}

	.et_pb_post h2,
	.et_pb_portfolio_item h2,
	.et_pb_title_container h1 {
  		font-size: 27px;
	}

}


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


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

	.topbar_anticapesa .widget:last-child{
		display: none;
	}

	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .socials{
		font-size:2rem;
	}


	/*
	----------------------------
		Homepage
	----------------------------
	*/
	.et_pb_fullwidth_header_container .et_pb_more_button{
		min-width:none;
		font-size:16px;
		padding:0;
	}
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one{
		margin-right: 0px;
	}
	.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll{
		display:none;
	}

	.social-menu-line ul li {
  		padding: 0 15px;
	}


	/*
		-- 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;
	}

	.recipe-istruction-image {
  		clear: both;
  		display: block;
  		float: left;
  		margin-bottom: 20px;
  		margin-left: 0;
	}
	.recipe-instruction {
  		clear: both;
  		display: block;
	}
	.recipe-notes {
		background-image: url("images/fonzie-consiglio.png");
		background-repeat: no-repeat;
  		background-position: center 20px;
  		padding: 220px 20px 20px;
	}



	#main-footer > .container {
  		background-size: 100% auto;
  		padding-bottom: 150px;
	}


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


}