@import url(http://fonts.googleapis.com/css?family=Cabin+Sketch|Indie+Flower|Satisfy|Merriweather:400,700);

/*
font-family: 'Cabin Sketch', cursive;
font-family: 'Indie Flower', cursive;
font-family: 'Satisfy', cursive;
font-family: 'Merriweather', serif;
*/

/* GENERAL */
body { 
	font-family: 'Merriweather', serif;
	color:#4d4d4d;
}

.top_header {
	padding:4px 0 0;
	border-top:4px solid #c4247a;
	background:#3db49b;
}
	.top_header h3 {
		margin:6px 0 0;
		font-family: 'Cabin Sketch', cursive;
		font-size:18px;
		color:#fff;
	}
		.top_header h3 a {
			color:#fff;
			text-decoration:none !important;
		}

.social_links {
	float:right;
	display:inline-block;
	padding:0;
	margin-bottom:0;
	list-style:none;
}
	.social_links li {
		display:inline-block;
		margin-left:5px;
	}
		.social_links li a {
			display:block;
			width:30px;
			height:30px;
			background:no-repeat center center;
			background-size:cover;
			opacity:1;
			-webkit-transition:opacity .2s;
							transition:opacity .2s;
		}
		.social_links li:hover a {
			opacity:0.8;
		}
			.social_links li a.social_facebook {
				background-image:url(../img/social-facebook.png);				
			}
			.social_links li a.social_linkedin {
				background-image:url(../img/social-linkedin.png);				
			}
			.social_links li a.social_instagram {
				background-image:url(../img/social-instagram.png);				
			}
			.social_links li a.social_pinterest {
				background-image:url(../img/social-pinterest.png);				
			}

.top_footer .social_links {
	margin-bottom:5px;
}			
		.top_footer .social_links li a {
			width:24px;
			height:24px;
		}
			.top_footer .social_links li a.social_facebook {
				background-image:url(../img/social-facebook-green.png);				
			}
			.top_footer .social_links li a.social_linkedin {
				background-image:url(../img/social-linkedin-green.png);				
			}
			.top_footer .social_links li a.social_instagram {
				background-image:url(../img/social-instagram-green.png);				
			}
			.top_footer .social_links li a.social_pinterest {
				background-image:url(../img/social-pinterest-green.png);				
			}
			
			
			.footer .social_links li a.social_facebook {
				background-image:url(../img/social-facebook-mobile.png);				
			}
			.footer .social_links li a.social_linkedin {
				background-image:url(../img/social-linkedin-mobile.png);				
			}
			.footer .social_links li a.social_instagram {
				background-image:url(../img/social-instagram-mobile.png);				
			}
			.footer .social_links li a.social_pinterest {
				background-image:url(../img/social-pinterest-mobile.png);				
			}
			
.header {
	height:139px;
	border-bottom:1px solid #e4b9c6;
	background:url(../img/header.jpg) repeat center center;
	text-align:center;
}
.logo {
	position:relative;
	top:-24px;
	display:inline-block;
	width:232px;
	height:181px;
	background:no-repeat center center;
	background-size:contain;
	background-image:url(../img/irene-cake-design-logo.png);
}

#navbar {
	margin:30px 0 0;
}
ul.nav {
	float:none;
	text-align:left;
	}
		ul.nav li {
			float:none;
			display:block;
		}
		ul.nav li a {
			padding:15px 18px;
			font-family: 'Indie Flower', cursive;
			font-size:20px;
			color:#aa276f;
		}
		ul.nav > li:hover > a {
			color:#3db49b;
		}
			ul.nav > li > a::before {
				position:relative;
				top:8px;
				content:'';
				display:inline-block;
				width:30px;
				height:30px;
				margin:0 15px 0 auto;
				background:no-repeat center center;
				background-size:contain;
				background-image:url(../img/icon-menu-cake.png);
				background-image:url(../img/icon-menu-cake.svg),none;
			}
			ul.nav > li > a::after { /* preload hover */
				content:'';
				display:none;
				background:no-repeat center center;
				background-size:contain;
				background-image:url(../img/icon-menu-cake-hover.png);
				background-image:url(../img/icon-menu-cake-hover.svg),none;
			}
				ul.nav > .nav_home > a::before {
					background-image:url(../img/icon-menu-home.png);
					background-image:url(../img/icon-menu-home.svg),none;
				}
				ul.nav > .nav_torte > a::before {
					background-image:url(../img/icon-menu-torte.png);
					background-image:url(../img/icon-menu-torte.svg),none;
				}
				ul.nav > .nav_party > a::before {
					background-image:url(../img/icon-menu-party.png);
					background-image:url(../img/icon-menu-party.svg),none;
				}
				ul.nav > .nav_cerimonie > a::before {
					background-image:url(../img/icon-menu-cerimonie.png);	
					background-image:url(../img/icon-menu-cerimonie.svg),none;					
				}
				ul.nav > .nav_allestimenti > a::before {
					background-image:url(../img/icon-menu-aziende.png);
					background-image:url(../img/icon-menu-aziende.svg),none;					
				}
				ul.nav > .nav_labs > a::before {
					background-image:url(../img/icon-menu-allestimenti.png);	
					background-image:url(../img/icon-menu-allestimenti.svg),none;					
				}
				ul.nav > .nav_staff > a::before {
					background-image:url(../img/icon-menu-chef.png);
					background-image:url(../img/icon-menu-chef.svg),none;					
				}
				ul.nav > .nav_contatti > a::before {
					background-image:url(../img/icon-menu-contatti.png);
					background-image:url(../img/icon-menu-contatti.svg),none;					
				}
				ul.nav > .nav_eventi > a::before {
					background-image:url(../img/icon-menu-eventi.png);
					background-image:url(../img/icon-menu-eventi.svg),none;					
				}
					ul.nav > li:hover > a::before {
						background-image:url(../img/icon-menu-cake-hover.png);
						background-image:url(../img/icon-menu-cake-hover.svg),none;
					}
					ul.nav > .nav_home:hover > a::before,
					ul.nav > .nav_home > a::after {
						background-image:url(../img/icon-menu-home-hover.png);
						background-image:url(../img/icon-menu-home-hover.svg),none;					
					}
					ul.nav > .nav_torte:hover > a::before,
					ul.nav > .nav_torte > a::after {
						background-image:url(../img/icon-menu-torte-hover.png);
						background-image:url(../img/icon-menu-torte-hover.svg),none;
					}
					ul.nav > .nav_party:hover > a::before,
					ul.nav > .nav_party > a::after {
						background-image:url(../img/icon-menu-party-hover.png);
						background-image:url(../img/icon-menu-party-hover.svg),none;
					}
					ul.nav > .nav_cerimonie:hover > a::before,
					ul.nav > .nav_cerimonie > a::after {
						background-image:url(../img/icon-menu-cerimonie-hover.png);
						background-image:url(../img/icon-menu-cerimonie-hover.svg),none;				
					}
					ul.nav > .nav_allestimenti:hover > a::before,
					ul.nav > .nav_allestimenti > a::after {
						background-image:url(../img/icon-menu-aziende-hover.png);
						background-image:url(../img/icon-menu-aziende-hover.svg),none;
					}
					ul.nav > .nav_labs:hover > a::before,
					ul.nav > .nav_labs > a::after {
						background-image:url(../img/icon-menu-allestimenti-hover.png);
						background-image:url(../img/icon-menu-allestimenti-hover.svg),none;
					}
					ul.nav > .nav_staff:hover > a::before,
					ul.nav > .nav_staff > a::after {
						background-image:url(../img/icon-menu-chef-hover.png);
						background-image:url(../img/icon-menu-chef-hover.svg),none;					
					}
					ul.nav > .nav_contatti:hover > a::before,
					ul.nav > .nav_contatti > a::after {
						background-image:url(../img/icon-menu-contatti-hover.png);
						background-image:url(../img/icon-menu-contatti-hover.svg),none;
					}
					ul.nav > .nav_eventi:hover > a::before,
					ul.nav > .nav_eventi > a::after {
						background-image:url(../img/icon-menu-eventi-hover.png);
						background-image:url(../img/icon-menu-eventi-hover.svg);
					}
		.nav>li>a:focus,
		.nav>li>a:hover {
			background:none;
		}
		.nav .open>a,
		.nav .open>a:focus,
		.nav .open>a:hover {
			background:#FFF6F9;
		}
	
		ul.nav > li ul li:hover a,
		ul.nav > li ul li a:hover {
			color:#aa276f;
			background-color:#FFF6F9;
		}
		
.navbar-toggle {
	position:relative;
	width:44px;
	height:44px;
	line-height:44px;
	padding:0;
	margin:30px auto 0;
	border:none;
	border-bottom:3px solid #25816e;
	border-radius:5px;
	text-align:center;
	cursor:pointer;
	background:#3db49b;
}	
	.navbar-toggle:hover {
		top:1px;
		border-bottom-width:2px;
		text-decoration:none;
	}
	.navbar-toggle .icon-bar {
		width:28px;
		height:4px;
		margin:0 auto;
		border-radius:2px;
		background:#fff;
	}
	
.home_content {
	margin-bottom:30px;
}

.divider {
	height:5px;
	margin-top:50px;
	background:repeat left center url(../img/divider.png);
}
		
.carousel_bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:no-repeat center center;
	background-size:cover;
}
.carousel-caption {
	position:absolute;
	bottom:30px;
	left:0;
	width:80%;
	padding:15px 70px 15px 25px;
	text-align:left;
	background:rgba(255,255,255,0.7) repeat center center;
	background-image:url(../img/bubbles-pattern.png);
	text-shadow:none;
}
	.carousel-caption h1 {
		margin:0;
	}
		.carousel-caption h2 {
			margin:0 0 0 15px;
		}
.carousel-control {
	background:none !important;
}

a.home_evento {
	display:block;
}
	a.home_evento img {
		margin:0 auto;
	}


.home_icon {
	width:120px;
	height:120px;
	margin:0 auto;
	background:no-repeat center center;
	background-size:contain;
}
	.home_icon_1 {
		background-image:url(../img/home-icon-1.png);
		background-image:url(../img/home-icon-1.svg), none;
	}
	.home_icon_2 {
		background-image:url(../img/home-icon-2.png);
		background-image:url(../img/home-icon-2.svg), none;
	}
	.home_icon_3 {
		background-image:url(../img/home-icon-3.png);
		background-image:url(../img/home-icon-3.svg), none;
	}

.home_link {
	position:relative;
	display:block;
	background:no-repeat center center;
	background-size:cover;
}
	.home_link_caption {
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		padding:14px 20px 10px;
		background:rgba(255,255,255,0.5) repeat center center;
		background-image:url(../img/bubbles-pattern.png);
		-webkit-transition:all .2s;
						transition:all .2s;		
	}
		.home_link:hover .home_link_caption {
			padding-bottom:16px;
		}
		.home_link h1 {
			margin:0;
			color:#aa276f;
			letter-spacing:-1px;
		}
		.home_link h2 {
			margin:6px 0 0 10px;
			line-height:20px;
			color:#3db49b;
		}
		

.partner {
	display:block;
	height:70px;
	margin:10px 0;
}
	.partner img {
		max-width:80%;
		max-height:100%;
		margin:0 auto;
	}

.side_menu {
	margin-bottom:30px;
}
.side_menu h2 {
	margin-bottom:0 !important;
}
.side_menu ul {
	padding:0;
	list-style:none;
	background:repeat center top;
	background-image:url(../img/bubbles-pattern.png);
}
	.side_menu ul li a {
		display:block;
		padding:10px 20px;
		border-bottom:1px dotted #d3d3d3;
		border-radius:5px;
		font-family: 'Indie Flower', cursive;
		font-size:20px;
		color:#aa276f;
		text-align:center;
		-webkit-transition:all .2s;
						transition:all .2s;
	}
		.side_menu ul li:last-child a {
			border-bottom:none;
		}
	.side_menu ul li:hover a {
		color:#fff;
		text-decoration:none;
		background-color:#3db49b;
	}
	
.gallery_image {
	display:block;
	padding:10px;
	margin:15px 0;
	border:1px dotted #fde4f0;
}
	.gallery_image img {
		margin:0 !important;
	}

.page_header {
	margin-bottom:40px;
}
	.page_header h1,
	.page_header h2 {
		margin:0 !important;
	}
	
.top_footer {
	margin-top:75px;
}
	.top_footer a {
		display:inline-block;
		font-size:10px;
		color:#4d4d4d;	
		text-decoration:underline;
	}
	
.footer {
	padding-bottom:14px;
	border-top:1px solid #e4b9c6;
	background:url(../img/header.jpg) repeat center center;
	text-align:center;
}
	.footer_logo {
		margin-top:-50px;
		display:inline-block;
		width:100px;
		height:100px;
		background:no-repeat center center;
		background-size:contain;
		background-image:url(../img/footer-logo.png);
	}
	.footer p {
		font-size:12px;
		line-height:18px;
		color:#aa276f;
	}
	
.bottom_footer {
	padding:10px 0 6px;
	font-size:10px;
	color:#fff;
	background:#3db49b;
}
	#credits {
		float:right;
		height:18px;
		padding-right:27px;
		line-height:18px;
		color:#fff;
		background:no-repeat right center;
		background-size:contain;
		background-image:url(../img/danieledesantis.png);
		background-image:url(../img/danieledesantis.svg), none;
	}
	
.lightboxOverlay {
	background:#fff repeat center center;
	background-image:url(../img/bubbles-pattern.png);	
}

.row_staff {
	margin-top:50px;
}

		.row_staff h1 {
			font-size:38px;
		}
		.row_staff img {
			max-width:300px;
			height:auto;
			max-height:300px;
			margin-bottom:50px;
		}
		
.row_evento {
	margin-top:50px;
}
	.row_evento h2 {
		margin:0 !important;
		font-size:34px;
		color:#3db49b;
	}
	.evento_meta {
		margin-bottom:20px;
	}
	.evento_meta span {
		font-size:18px;
		color:#aa276f;
	}
		.evento_meta span::before {
			content:'';
			position:relative;
			top:6px;
			display:inline-block;
			width:28px;
			height:28px;
			background:no-repeat center center;
			background-size:contain;
		}
			.evento_meta span.evento_location::before {
				background-image:url(../img/icon-location.png);
				background-image:url(../img/icon-location.svg), none;
			}
			.evento_meta span.evento_data::before {
				background-image:url(../img/icon-menu-eventi.png);			
				background-image:url(../img/icon-menu-eventi.svg), none;			
			}
			
		.evento_meta span.evento_location {
			margin-right:10px;
		}
	.row_evento .main_button {
		float:right;
		margin-top:0;
	}
	
/* CREA LA TUA TORTA */
.row_cakes {
	padding-bottom:25px;
	margin-top:25px;
	background:repeat-x left bottom url(../img/divider.png);
}
		
/* TYPOGRAPHY */
h1 {
	font-family: 'Cabin Sketch', cursive;
	color:#3db49b;
}
h2 {
	font-family: 'Satisfy', cursive;
	color:#aa276f;
}

h2.full_title {
	padding:12px 10px 7px;
	margin-top:0;
	margin-bottom:10px;
	border-top:1px dotted #d4d0d0;
	border-bottom:1px dotted #d4d0d0;
	color:#3db49b;
	text-align:center;
	background:url(../img/header.jpg) repeat-x left center;
}
	h2.full_title.no_bg{
		background-image:none;
	}

p {
}

.main_button, input[type="submit"].main_button, a.main_button {
	position:relative;
	display:block;
	width:190px;
	height:44px;
	line-height:44px;
	padding:0 12px;
	margin:30px auto 0;
	border:none;
	border-bottom:3px solid;
	border-radius:5px;
	font-family: 'Indie Flower', cursive;
	font-size:18px;
	font-weight:700;
	letter-spacing:1px;
	color:#ffffff;
	text-align:center;
	text-decoration:none !important;
	cursor:pointer;
}	
	.main_button:hover {
		top:1px;
		border-bottom-width:2px;
		text-decoration:none;
	}

.main_button.green_button {
	border-color:#25816e;
	background:#3db49b;
}
	.main_button.green_button:hover {
		background:#36A58D;
	}

.main_button.pink_button {
	border-color:#e5c2cc;
	color:#aa276f;
	background:#f8e7ec;
}
	.main_button.pink_button:hover {
		background:#EAD1D8;
	}

.page_content h3,
.page_content h4,
.page_content h5,
.page_content h6 {
	font-family: 'Satisfy', cursive;	
}

.page_content a {
	color:#3db49b;
	text-decoration:underline;
}


.page_content ol {
	padding-left:0;
	counter-reset:item;
}
	.page_content ol li {
		display:block;
	}
		.page_content ol li:before {
			content:counter(item) ". ";
			counter-increment:item;
			color:#3db49b;
		}

.page_content ul {
	padding-left:1em;
}

.page_content p,
.page_content img,
.embed-responsive {
	margin-bottom:20px;
}

.page_content h1,
.page_content h2,
.page_content h3,
.page_content h4,
.page_content h5,
.page_content h6 {
	margin-bottom:20px;
}
/*
.page_content ul {
	list-style: none;
	padding:0;
	margin:0;
}
	.page_content ul li { 
		padding-left:1em; 
		text-indent:-.7em;
	}	
		.page_content ul li:before {
			content: "• ";
			color:#3db49b;
		}
*/

/* CALENDAR */
#wpfc-calendar-wrapper {
	margin-bottom:30px;
}
	#wpfc-calendar-wrapper .fc-header-title h2 {
		font-size:28px !important;
		color:#3db49b;
	}
	#wpfc-calendar-wrapper .fc-header .fc-button {
		border:none;
		background:none;
	}
		#wpfc-calendar-wrapper span.ui-icon.ui-icon-circle-triangle-w,
		#wpfc-calendar-wrapper span.ui-icon.ui-icon-circle-triangle-e {
			background-image:url(../img/ui-icons_3db49b_256x240.png);
		}
	#wpfc-calendar-search .ui-selectmenu-button	{
		width:100% !important;
		border:1px dotted #d4d0d0;
		background: url(../img/header.jpg) repeat-x left center;
		outline:none !important;
	}	
	.ui-selectmenu-menu .ui-menu {
		border:1px dotted #d4d0d0;
		background:url(../img/header.jpg) repeat-x left center;
	}
		.ui-menu .ui-menu-item.ui-state-focus {
			border:none;
			color:#fff;
			background:rgba(61, 180, 155, 0.7);
		}
	#wpfc-calendar-wrapper .fc-day-header {
		border:none;
		border-bottom:1px solid #d3d3d3;
		color:#222222;
		background:none;
	}
	#wpfc-calendar-wrapper .fc-day {
		border-color:#d3d3d3;
		background:none;
	}
	
	#wpfc-calendar-wrapper .fc-event {
		border-color:#aa276f !important;
		color:#fff !important;
		text-decoration:none !important;
		background-color:#aa276f !important;
	}
	
	#wpfc-calendar-wrapper .fc-view {
		overflow:visible;
	}
	.tooltip-arrow,
	.tooltip-inner {
		background-color:#3db49b;
	}
	
/* PAGINAZIONE */
.post_pagination {
	margin-top:40px;
}
.post_pagination ul {
	list-style:none;
	text-align:center;
}
	.post_pagination ul li {
		display:inline-block;
		margin:0 2px;
    text-align:center;
		color:#fff;
    cursor:pointer;
	}
		.post_pagination ul li a {
			position:relative;
			width:30px;
			height:30px;
			line-height:30px;
			display:block;
			border-bottom:3px solid #25816e;
			border-radius:3px;
			color:#fff;
			text-decoration:none;
			background:#3db49b;
		}
			.post_pagination ul li:hover a {
				top:1px;
				border-bottom-width:2px;
			}
		.post_pagination ul li span {
			width:30px;
			height:30px;
			line-height:30px;
			display:block;
			color:#3db49b;
		}
		
/* INSTAGRAM */
.main_button.green_button + .instagram-pics { /* solo sidebar */
	margin-top:30px;
}
.instagram-pics {
	list-style:none;
	padding:0;
}
	.instagram-pics li {
		width:50%;
		float:left;
	}
		.instagram-pics li img {
			max-width:90%;
			margin:5px;
		}
.instagram-pics + p.clear {
	text-align:center;
}
	.instagram-pics + p.clear a {
		position:relative;
		top:3px;
		max-width:98%;
		height:18px;
		padding:4px 10px 4px 25px;
		margin:0 auto;
		border:1px solid #2f5283;
		background: #5380a6; /* Old browsers */
		background: -moz-linear-gradient(top,  #5380a6 0%, #335e85 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5380a6), color-stop(100%,#335e85));
		background: -webkit-linear-gradient(top,  #5380a6 0%,#335e85 100%);
		background: -o-linear-gradient(top,  #5380a6 0%,#335e85 100%);
		background: -ms-linear-gradient(top,  #5380a6 0%,#335e85 100%);
		background: linear-gradient(to bottom,  #5380a6 0%,#335e85 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5380a6', endColorstr='#335e85',GradientType=0 );
		border-radius:3px;
		-webkit-user-select:none;
			 -moz-user-select:none;
				 -o-user-select:none;
						user-select:none;
		font:normal normal normal 11px/18px 'Helvetica Neue',Arial,sans-serif;
		font-weight:bold;
		color:#eef1f5;
		text-decoration:none;
		text-shadow:0 1px 0 rgba(0, 0, 0, .5);
		cursor:pointer;
		overflow:hidden;
		border-image:initial;
		cursor:pointer;
	}	
		.instagram-pics + p.clear a::before {
			position:absolute;
			top:1px;
			left:3px;
			display:block;
			content:'';
			width:18px;
			height:18px;
			background-position:left center;
			background-repeat:no-repeat;
			background-size:contain;
			background-image:url(../img/instagram-btn.png);
			background-image:url(../img/instagram-btn.svg),none;
		}
		
/* FORM */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width:100%;
	height:40px;
	line-height:40px;
	padding:12px;
	margin-bottom:14px;
	border:1px solid #d3d3d3;
	border-radius:5px;
	-moz-box-sizing:border-box;
			 box-sizing:border-box;
}
.wpcf7 textarea {
	height:200px;
	resize:none;
	line-height:normal;
}
.wpcf7 input[type="submit"].main_button {
	border-bottom-color:#25816e;
}

.row_privacy_form {
	margin-bottom:20px;
}

/* NEWSLETTER */
.newsletter_module {
	padding:40px 40px 10px;
	background:#fdf7f9;
}
	.newsletter_module input[type="submit"].main_button {
		width:100%;
		height:40px;
		margin:0;
	}
	.newsletter_module h1,
	.newsletter_module h2 {
		margin:0;
		text-align:center;
	}
	.newsletter_module .wpcf7 {
		margin-top:30px;
	}
	.newsletter_module .mc4wp-alert {
	  margin-bottom:30px;
    text-align:center;
    font-weight:700;
	}

/* COOKIE BAR */
#cookie-notice .button.bootstrap {
	position:relative;
	height:20px;
	line-height:20px;
	padding:0 12px;
	border:none;
	border-bottom:3px solid;
	border-radius:3px;
	font-size:12px;
	font-weight:700;
	letter-spacing:1px;
	color:#ffffff;
	text-align:center;
	text-decoration:none !important;
	cursor:pointer;
	border-color:#e5c2cc !important;
  color:#aa276f !important;
  background:#f8e7ec !important;
}	
	#cookie-notice .button.bootstrap:hover {
		top:1px;
		border-bottom-width:2px;
		text-decoration:none;
	}


@media (min-width:768px){
/* TYPOGRAPHY */
h1 {
	font-size:45px;
	line-height:38px;
}
h2 {
	font-size:28px;
}
p {
	font-size:14px;
	line-height:24px;
}

.header {
	margin-bottom:50px;
}

.home_content {
	margin-bottom:50px;
}

.carousel,
.carousel .item {
	height:430px;
}
	.carousel-caption {
		bottom:0;
		width:100%;
		padding:15px 25px;
	}
		.carousel-caption h2 {
			font-size:24px;
		}
		
		
a.home_evento,
.home_evento + .main_button {
	margin-top:10px;
}

.home_link_small {
	height:156px;
}
.home_link_small:first-child {
	margin-bottom:30px;
}
.home_link_double {
	height:342px;
}
	.home_link h1 {
		font-size:34px;
		line-height:24px;
	}
	
.img_chi_siamo {
	display:inline-block;
	margin-bottom:30px;
}


.page_content p,
.page_content img,
.embed-responsive {
	margin-bottom:30px;
}

		.row_staff img {
			margin-bottom:0;
		}
	
		
}

@media (min-width:992px){
	
	.header {
		margin-bottom:0;
	}
	
	#navbar {
		margin-bottom:40px;
	}
	
		ul.nav {
			text-align:center;
		}
		ul.nav li {
			display:inline-block;
			vertical-align:top;
		}
				ul.nav li a {
					padding:15px 10px;
    			font-size:16px;
				}
					ul.nav > li > a::before {
						top:0;
						display:block;
						margin-right:auto;
					}
					
			
				ul.nav > li ul li {
					display:block;
				}
				ul.nav > li ul li.divider {
					display:none;
				}
	
	.carousel,
	.carousel .item {
		height:430px;
	}
		.carousel-caption {
			bottom:20px;
			width:90%;
			padding:15px 50px 15px 25px;
			border-top-right-radius:8px;
			border-bottom-right-radius:8px;
		}
	
	a.home_evento,
	.home_evento + .main_button {
		margin-top:18px;
	}
	
	.img_chi_siamo {
		margin-bottom:0;
	}
	
	.row_staff img {
		max-width:100%;
	}
	
	
	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="tel"],
	.wpcf7 textarea {
		margin-bottom:30px;
	}

	
}

@media (min-width:1200px) {
	
	ul.nav li a {
		padding:15px;
		font-size:18px;
	}
	
	.carousel,
	.carousel .item {
		height:500px;
	}
		.carousel-caption {
			bottom:30px;
			padding:15px 70px 15px 25px;
		}
	/*	
	.row_evento .col-xs-12 .main_button {
		margin-top:-70px;
	}
	*/
	
	h2.full_title_chi {
		margin-bottom:24px;
	}
}

@media screen and (max-width:767px){
	
	.top_header {
		height:14px;
		border-top:none;
	}
	
	.header {
		height:90px;
		margin-bottom:0;
		text-align:left;
	}
	.logo {
		top:-10px;
		width:140px;
		height:109px;
		z-index:10;
	}
		
		.navbar-toggle {
			margin-top:22px;
		}
		
	#navbar {
		margin-top:0;
	}
		.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
  		padding:15px 15px 15px 25px;
		}
		
	.carousel_wrapper {
		padding:0px;
	}
	.carousel {
		margin-bottom:50px;
	}
		.carousel-caption {
			bottom:0;
			width:100%;
			padding:15px;
		}
			.carousel-caption h2 {
				display:none;
			}
			
		.carousel-control {
			font-size:30px;
		}
	
	
	.home_content {
		margin-bottom:50px;
	}
	
	.home_features .col-sm-4 {
		padding-bottom:40px;
	}
		.home_features .col-sm-4:last-child {
			padding-bottom:0;
		}
	
	.home_link {
		height:200px;
		margin-bottom:20px;
	}
		.col-md-4:last-child .home_link:last-child {
			margin-bottom:0;
		}
		
	.img_chi_siamo {
		display:inline-block;
	}
	
	.bottom_footer {
		text-align:center;
	}
		#credits {
			float:none;
		}
		
	.footer .social_links {
		float:none;
	}
	
	h2.full_title {
		margin-top:30px;
		margin-bottom:20px;
	}
	
	.page_content {
		padding-top:40px;
		padding-bottom:20px;
	}	
	
	.row_staff .col-sm-12 {
		text-align:center;
	}
	.row_staff img {
		display:inline-block;
		margin-bottom:24px;
	}
	.page_content .divider:last-child {
		display:none;
	}
	
	.row_evento .main_button {
		float:left;
	}
	
	
	.instagram-pics {
		margin-top:50px;
	}
		.instagram-pics li img {
			margin-bottom:20px;
		}
	
	
	
	.row_privacy_form + .row .text-right {
		text-align:left;
	}
	
	#cn-notice-text {
		display:block;
		margin-bottom:5px;
	}
	
}

@media (max-width:991px) {
	
	#navbar {
	}
		#navbar ul.nav {
			margin-top:0;
			margin-bottom:0;
		}
			#navbar ul.nav > li:last-child {
				padding-bottom:20px;
				margin-bottom:50px;
				border-bottom: 1px solid #e4b9c6;
			}
	
	
	.newsletter_module input[type="submit"].main_button {
		max-width:190px;
		margin:0 auto 30px;
	}
}


@media (max-width:479px){
	.row_gallery .col-xs-6 {
		float:none;
		width:100%;
	}
	
	.instagram-pics li img {
		margin-bottom:10px;
	}
}

@media screen and (min-resolution: 2dppx) {
	.logo {
		background-image:url(../img/irene-cake-design-logo@2x.png);
	}
	
	.social_links li a.social_facebook {
		background-image:url(../img/social-facebook@2x.png);				
	}
	.social_links li a.social_linkedin {
		background-image:url(../img/social-linkedin@2x.png);				
	}
	.social_links li a.social_instagram {
		background-image:url(../img/social-instagram@2x.png);				
	}
	.social_links li a.social_pinterest {
		background-image:url(../img/social-pinterest@2x.png);				
	}
	.top_footer .social_links li a.social_facebook {
		background-image:url(../img/social-facebook-green@2x.png);				
	}
	.top_footer .social_links li a.social_linkedin {
		background-image:url(../img/social-linkedin-green@2x.png);				
	}
	.top_footer .social_links li a.social_instagram {
		background-image:url(../img/social-instagram-green@2x.png);				
	}
	.top_footer .social_links li a.social_pinterest {
		background-image:url(../img/social-pinterest-green@2x.png);				
	}
	.footer .social_links li a.social_facebook {
		background-image:url(../img/social-facebook-mobile@2x.png);				
	}
	.footer .social_links li a.social_linkedin {
		background-image:url(../img/social-linkedin-mobile@2x.png);				
	}
	.footer .social_links li a.social_instagram {
		background-image:url(../img/social-instagram-mobile@2x.png);				
	}
	.footer .social_links li a.social_pinterest {
		background-image:url(../img/social-pinterest-mobile@2x.png);				
	}
	
	.footer_logo {
		background-image:url(../img/footer-logo@2x.png);
	}
	
}
