/* Fonts are from Adobe. Allowed variants::after

	Adelle: font-style:normal;font-weight:700;
	Adelle: font-style:italic;font-weight:700;
	Adelle: font-style:normal;font-weight:400;
	Adelle: font-style:italic;font-weight:400;
	Adelle: font-style:normal;font-weight:600;
	Adelle: font-style:italic;font-weight:600;

	Proxima Nova: font-style:normal;font-weight:600;
	Proxima Nova: font-style:normal;font-weight:500;


/* Defaults
------------------------------------------------------------------------------ */
:root
{
    --body-font: 'adelle', sans-serif;
    --body-alt-font: 'proxima-nova', sans-serif;
    --body-fallback-font: 'Arial', sans-serif;
    --body-bg:#ffffff;
    --body-color: #3c3c3c;
    --body-iasc-green: #727a27;
    --body-iasc-red: #bd1622;
    --body-iasc-grey: #666666;
    --footer-iasc-grey: #343434;
	--body-standard-font-size: 20px;
	--body-standard-line-height: 32px;
	--body-smaller-font-size: 16px;
	--body-smaller-line-height: 30px;
}
html
{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body 
{
    font-family: var(--body-font);
    background-color: var(--body-bg);
	color: var(--body-iasc-green);
    font-size: var(--body-standard-font-size);
    line-height: var(--body-standard-line-height);
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-weight: 400;
    overflow-x: hidden;
}


/* Default Buttons
------------------------------------------------------------------------------ */
a.btn,
button
{
	display: inline-block;
	padding: 20px 30px 20px 30px;
	margin: 10px 0px 10px 0px;;
	font-family: var(--body-alt-font);
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	background-color: var(--body-bg);
	color: var(--body-iasc-green);
	border-radius: 30px;
	white-space: nowrap;
	border: 1px solid transparent;
	width: auto;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: 0.3s;
}
a.btn:hover,
button
{
	text-decoration: none;
	background-color: var(--body-iasc-green);
	color: var(--body-bg);
}
a.btn i
{
	padding-right: 10px;
}
a.btn.green,
button.green
{
	background-color: var(--body-iasc-green);
	color: var(--body-bg);
	border: 1px solid var(--body-iasc-green);;
}
a.btn.green:hover,
button.green:hover
{
	background-color: var(--body-bg);
	color: var(--body-iasc-green);
	border: 1px solid var(--body-iasc-green);
}


/* Sections
------------------------------------------------------------------------------ */
.section 
{
	padding: 95px 0px 95px 0px;
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-family: var(--body-font), var(--body-fallback-font);
	font-weight: 400;
	font-size: var(--body-standard-font-size);
	line-height: var(--body-standard-line-height);
}
h1
{
	font-style: italic;
	font-size: 48px;
	font-weight: 400;
	line-height: 58px;
	color: var(--body-iasc-red);
	padding: 40px 0px 30px 0px;
}
h2
{
	font-style: italic;
	font-size: 48px;
	font-weight: 400;
	line-height: 58px;
	color: var(--body-iasc-red);
}
h3
{
	font-style: italic;
	font-size: 42px;
	font-weight: 600;
	line-height: 53px;
	color: #ffffff;
}
h4
{
	font-style: italic;
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
	color: var(--body-iasc-red);
}
/* Up to 550px */
@media only screen and (max-width: 550px) {
	h1.section_heading 
	{
		text-align: center;
	}
}

/* Section - Header
---------------------------------------------------------------- */
.section.header 
{
	position: fixed;
	background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
	top: 0px;
	z-index: 100;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	height: 90px; /* Fixed number so it doesn't vanish when the mobile sizes appear */
	transition: all .4s ease;
}
.section.header.scrolled
{
	/* top: 126px; */
	/* top: 168px; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.section.header .navbar_logo
{
	position: absolute;
	top: 26px;
	width: 220px;
	padding: 0px 33px 35px 33px;
	/* padding: 0px 0px 35px 0px; */
	margin: 0px 0px 0px 0px;
	transition: height .4s ease, width .4s ease, top .4s ease, padding .4s ease;
	background-color: #ffffff;
}
.section.header .navbar_logo.scrolled
{
	top: 0px;
	width: 90px;
	background-color: transparent;
	padding: 0px 0px 35px 0px;
}
/* Reduce size of logo when screen is too narrow */
@media only screen and (max-width: 1100px) {
   .section.header .navbar_logo,
   .section.header .navbar_logo.scrolled
   {
	   top: 0px;
	   width: 90px;
	   background-color: transparent;
	   padding: 0px 0px 35px 0px;
   }
}
.section.header .navbar_logo img
{
	max-width: 100%;
	display: block;
}
.section.header .navbar_logo a,
.section.header .navbar_logo a:hover
{
	text-decoration: none;
}

.section.header .menu
{
	float: right;
	margin: 29px 0px 26px 0px;
}
.section.header .menu ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.section.header .menu ul li
{
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.section.header .menu ul li:last-child
{
	margin-right: 0px;
}
.section.header .menu ul li a
{
	position: relative;
	font-size: 16px;
	color: var(--body-iasc-green);
    transition: text-decoration .4s ease, color .4s ease, opacity .3s ease;
	text-decoration: none;
	text-transform: uppercase;
}
.section.header .menu ul li a:hover
{
	color: var(--body-iasc-red);
    text-decoration: none;
}
.section.header .menu ul li a.active
{
	color: var(--body-iasc-red);
	text-decoration: none;
}
.section.header .menu ul li a.active:before
{
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 9px;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	content: "\f005";
}


/* Section - Header Bar :: Menu
------------------------------------------------------------------------------ */

/* Screens not wide enough for nav ----------------------------------- */
@media only screen and (min-width: 900px) and (max-width: 1300px) {
	.section.header .menu ul li
	{
		margin-right: 14px;
	}
	.section.header .menu ul li a
	{
		font-size: 13px;
	}
}

/* Section - Header Padding (to push down content below the floating nav bar)
------------------------------------------------------------------------------ */
.section.header_padding 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* height: 129px; */
	height: 110px;
	background-color: var(--body-bg);
}

/* Section - Mobile Header 
------------------------------------------------------------------------------ */
.section.mobile_header
{
	display: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.section.mobile_header img
{
	width: 100%;
}
.section.mobile_header.green
{
	background-color: var(--body-iasc-green);
	min-height: 300px;
	color: #ffffff;
	text-align: center;
}
.section.mobile_header.green a
{
	color: #ffffff;
	text-decoration: none;
}
.section.mobile_header.green a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.section.mobile_header.green .centered-container div
{
	width: 90%;
}

@media only screen and (max-device-width: 1366px) {
	.section.mobile_header
	{
		display: block;
	}
	
}

/* Section - Home Parallax
------------------------------------------------------------------------------ */
.section.parallax
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: var(--body-bg);
	/* The image used */
	background-image: url("../images/banners/iasc_banner_home.jpg");

	/* Set a specific height */
	min-height: 500px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;

	text-align: center;

	/* Tint the background image */
	background-color: rgba(114, 122, 39, 0.3);
	background-blend-mode: multiply;
}
.section.parallax.events
{
	background-image: url("../images/banners/iasc_banner_events.jpg");
}
.section.parallax.green
{
	background-image: none;
	background-attachment: scroll;
	background-size: auto;
	background-color: var(--body-iasc-green);
	min-height: 300px;
	color: #ffffff;
}
.section.parallax.our_food
{
	background-image: url("../images/banners/iasc_banner_food.jpg");
}
.section.parallax.our_food .centered-container
{
	height: 800px;
}

.section.parallax.section.prosecco
{
	background-image: url("../images/banners/iasc_banner_prosecco.jpg");
}
.section.parallax.street_kitchen
{
	background-image: url("../images/banners/iasc_banner_street_kitchen.jpg");
}
.section.parallax .centered-container div
{
	width: 60%;
}
.section.parallax.green a
{
	color: #ffffff;
	text-decoration: none;
}
.section.parallax.green a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
	.section.parallax {
	  background-attachment: scroll;
	  display: none;
	}

}
	
/* Section - Introduction
------------------------------------------------------------------------------ */
.section.introduction
{
	position: relative;
	top: -160px;
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin-bottom: -160px;
}
.section.introduction.deep
{
	top: -300px;
	margin-bottom: -300px;
	padding-bottom: 120px;
}
.section.introduction h1
{
	padding-top: 70px;
}
.section.introduction .flex-container .flex-item
{
	margin: 0px 7% 0px 7%; 
	padding: 0px 7% 0px 7%;
	background-color: #ffffff;
}
.section.introduction #intro_mobile_street_kitchen
{
	text-align: left;
}
.section.introduction #intro_mobile_street_kitchen .flex-item
{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	width: 50%;
}
.section.introduction #intro_mobile_street_kitchen p
{
	color: var(--body-iasc-grey);
	font-size: var(--body-smaller-font-size);
	line-height: var(--body-smaller-line-height);
}
.section.introduction #intro_mobile_street_kitchen .centered-container
{
	height: 468px;
}

.section.introduction #intro_we_know_our_dough
{
	text-align: left;
	margin-top: 100px;
}
.section.introduction .panels
{
	text-align: left;
	margin-top: 50px;
	margin-bottom: 100px;
}
.section.introduction .panels:nth-child(even)
{
	text-align: right;
}

.section.introduction #intro_we_know_our_dough .flex-item,
.section.introduction .panels .flex-item
{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	width: 50%;
}
.section.introduction #intro_we_know_our_dough p,
.section.introduction .panels p,
.section.introduction .general_text_panel p
{
	color: var(--body-iasc-grey);
	font-size: var(--body-smaller-font-size);
	line-height: var(--body-smaller-line-height);
}
.section.introduction #intro_we_know_our_dough .centered-container
{
	height: 468px;
}
.section.introduction .panels .centered-container
{
	height: 367px;
}
.section.introduction #bubbly_truck .centered-container
{
	height: 600px;
}
.section.introduction .panels:nth-child(even) .flex-item:nth-child(1)
{
	order: 2;
}
.section.introduction .panels:nth-child(even) .flex-item:nth-child(2)
{
	order: 1;
}
.section.introduction .newyork_photos_container
{
	position: relative;
	display: block;
	width: 100%;
	height: 500px;
}
.section.introduction .newyork_photos_container .newyork_photo_1
{
	position: absolute;
	display: block;
	left: 0px;
	top: 80px;
	z-index: 3;
}
.section.introduction .newyork_photos_container .newyork_photo_2
{
	position: absolute;
    left: 50%;
    top: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index: 1;
	overflow: hidden;
}
.section.introduction .newyork_photos_container .newyork_photo_3
{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
.section.introduction .meet_vincenzo,
.section.introduction .we_know_our_dough
{
	width: 60%;
}
.section.introduction .we_know_our_dough
{
	text-align: right;
}
.section.introduction .vincenzo_van
{
	background-image: url("../images/vincenzo_572px.jpg");
	background-size: cover;
	width: 100%;
	height: 468px;
}
.section.introduction .cutting_pizza_slice
{
	width: 60%;
}
.section.introduction .cutting_pizza_slice
{
	background-image: url("../images/pizza_580px.jpg");
	background-size: cover;
	background-position: right center;
	width: 100%;
	height: 468px;
}
.section.introduction .text_panel
{
	width: 60%;
}
.section.introduction .image_panel
{
	background-size: cover;
	background-position: right center;
	width: 100%;
	height: 367px;
}
.section.introduction .image_panel.bubbly_truck
{
	background-image: url("../images/little_bubbly_truck_572px.jpg");
	background-position: center center;
	height: 566px;
}
.section.introduction .image_panel.corporate_events
{
	background-image: url("../images/corporate_events_572px.jpg");
}
.section.introduction .image_panel.private_events
{
	background-image: url("../images/private_events_572px.jpg");
	background-position: center center;
}
.section.introduction .image_panel.weddings
{
	background-image: url("../images/weddings_572px.jpg");
}

/* This one for stopping the float over onto the header image */
@media only screen and (max-device-width: 1366px) {
	.section.introduction
	{
		top: 0px;
		margin-bottom: 0px;
	}
	.section.introduction h1
	{
		padding-top: 30px;
	}
	.section.introduction.deep
	{
		top: 0px;
		margin-bottom: 0px;
		padding-bottom: 120px;
	}
}


@media only screen and (max-width: 1300px) {
	.section.introduction .newyork_photos_container .newyork_photo_1
	{
		width: 276px;
		left: 0px;
		top: 80px;
	}
	.section.introduction .newyork_photos_container .newyork_photo_3
	{
		width: 276px;
		right: 0px;
		top: 0px;
	}
	.section.introduction .newyork_photos_container img
	{
		width: 100%;
	}	
	.section.introduction .meet_vincenzo
	{
		width: 80%;
	}
}
@media only screen and (max-width: 1090px) {
	.section.introduction .panels .centered-container,
	.section.introduction .image_panel
	{
		height: 300px;
	}
}
@media only screen and (max-width: 1050px) {
	.section.introduction .image_panel.bubbly_truck
	{
		background-image: url("../images/little_bubbly_truck_572px.jpg");
		background-position: center center;
		height: 420px;
	}
	.section.introduction #bubbly_truck .centered-container
	{
		height: auto;
		padding-top: 30px;
	}
	.section.introduction #bubbly_truck .centered-container div
	{
		position: relative;
		top: 0px;
		left: 0px;
		transform: none;
	}
	.section.introduction #bubbly_truck .flex-container
	{
		flex-direction: column;
	}
	.section.introduction #bubbly_truck 
	{
		text-align: center;
	}
	.section.introduction #bubbly_truck .flex-item
	{
		width: 100%;
	}
	.section.introduction #bubbly_truck .text_panel
	{
		width: 100%;
	}
	.section.introduction .panels#bubbly_truck
	{
		margin-bottom: 0px;
	}

}
@media only screen and (max-width: 960px) {
	.section.introduction
	{
		padding-bottom: 100px;
	}
	.section.introduction .newyork_photos_container
	{
		position: relative;
		width: 100%;
		height: auto;
		/* background-color: red; */
		/* overflow: hidden; */
	}
	.section.introduction .newyork_photos_container .animatedParent
	{
		display: flex;
		justify-content: space-between;
	}
	.section.introduction .newyork_photos_container .newyork_photo_1,
	.section.introduction .newyork_photos_container .newyork_photo_2,
	.section.introduction .newyork_photos_container .newyork_photo_3
	{
		position: relative;
		width: 30%;
		max-height: 145px;
		overflow: hidden;
		top: unset;
		left: unset;
		right: unset;
		-webkit-transform: none;
		transform: none;
	}
	.section.introduction .newyork_photos_container img
	{
		/* display: none; */
		visibility: hidden;
	}	
	.section.introduction .newyork_photos_container .newyork_photo_1
	{
		background-image: url(../images/homepage_pasta_green.jpg);
		background-size: cover;
	}
	.section.introduction .newyork_photos_container .newyork_photo_2
	{
		background-image: url(../images/homepage_liberty_island.jpg);
		background-size: cover;
	}
	.section.introduction .newyork_photos_container .newyork_photo_3
	{
		background-image: url(../images/homepage_businessmen.jpg);
		background-size: cover;
	}
	.section.introduction .meet_vincenzo
	{
		width: 90%;
	}
}
@media only screen and (max-width: 880px) {
	.section.introduction .panels .centered-container
	{
		height: auto;
		padding-top: 30px;
	}
	.section.introduction .panels .centered-container div
	{
		position: relative;
		top: 0px;
		left: 0px;
		transform: none;
	}
	.section.introduction .panels .flex-container
	{
		flex-direction: column;
	}
	.section.introduction .panels,
	.section.introduction .panels:nth-child(even)
	{
		text-align: center;
	}
	.section.introduction .panels .flex-item
	{
		width: 100%;
	}
	.section.introduction .text_panel
	{
		width: 100%;
	}
	.section.introduction .panels:nth-child(even) .flex-item:nth-child(1)
	{
		order: 1;
	}
	.section.introduction .panels:nth-child(even) .flex-item:nth-child(2)
	{
		order: 2;
	}
}
@media only screen and (max-width: 805px) {
	.section.introduction .vincenzo_van
	{
		background-position: center center;
		height: 300px;
	}
	.section.introduction .cutting_pizza_slice
	{
		background-position: right top;
		height: 300px;
	}
	.section.introduction #intro_mobile_street_kitchen .centered-container,
	.section.introduction #intro_we_know_our_dough .centered-container
	{
		height: auto;
		padding-top: 30px;
	}
	.section.introduction #intro_mobile_street_kitchen .centered-container div,
	.section.introduction #intro_we_know_our_dough .centered-container div
	{
		position: relative;
		top: 0px;
		left: 0px;
		transform: none;
	}
	.section.introduction #intro_mobile_street_kitchen .flex-container, 
	.section.introduction #intro_we_know_our_dough .flex-container 
	{
		flex-direction: column;
	}
	.section.introduction #intro_mobile_street_kitchen .flex-item,
	.section.introduction #intro_we_know_our_dough .flex-item 
	{
		width: 100%;
		text-align: center;
	}
	.section.introduction .meet_vincenzo,
	.section.introduction .we_know_our_dough
	{
		width: 100%;
		text-align: center;
	}
	.section.introduction #intro_we_know_our_dough .flex-item:nth-child(1)
	{
		order: 2;
	} 
	.section.introduction #intro_we_know_our_dough .flex-item:nth-child(2)
	{
		order: 1;
	} 
	.section.introduction #intro_we_know_our_dough
	{
		text-align: center;
		margin-top: 60px;
	}
}

@media only screen and (max-width: 770px) {
	.section.introduction .hide-on-mobile
	{
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	.section.introduction .newyork_photos_container .animatedParent
	{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.section.introduction .newyork_photos_container .newyork_photo_1,
	.section.introduction .newyork_photos_container .newyork_photo_3
	{
		display: none;
	}
	.section.introduction .newyork_photos_container .newyork_photo_2
	{
		width: 100%;
		height: auto;
		max-height: none;
		background-image: none;
		background-size: auto;
	}
	.section.introduction .newyork_photos_container .newyork_photo_2 img
	{
		visibility: visible;
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 500px) {
	.section.introduction .image_panel.bubbly_truck
	{
		height: 300px;
	}
}

/* Section - Send the boys in!
------------------------------------------------------------------------------ */
.section.send_the_boys_in
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: var(--body-bg);
	/* The image used */
	background-image: url("../images/banners/iasc_banner_food_truck.jpg");

	/* Set a specific height */
	min-height: 500px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;

	/* Tint the background image */
	background-color: rgba(114, 122, 39, 0.7);
	background-blend-mode: multiply;

	text-align: center;
}
.section.send_the_boys_in.locked
{
	background-attachment: scroll;
}
.section.send_the_boys_in .centered-container div
{
	width: 60%;
}
.section.send_the_boys_in p
{
	color: #ffffff;
}

@media only screen and (max-width: 700px) {
	.section.send_the_boys_in .centered-container div
	{
		width: 90%;
	}
}


/* Section - Authentic Italian American
------------------------------------------------------------------------------ */
.section.authentic_italian_american
{
	text-align: left;
}
.section.authentic_italian_american h4
{
	padding-top: 50px;
}
.section.authentic_italian_american p
{
	color: var(--body-iasc-grey);
	font-size: var(--body-smaller-font-size);
	line-height: var(--body-smaller-line-height);
}

.section.authentic_italian_american .flex-container
{
	justify-content: space-between;
}
.section.authentic_italian_american .flex-container .flex-item
{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	width: 45%;
}
.section.authentic_italian_american .photos_container
{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	/* background-color: red; */
	height: 620px;
}
.section.authentic_italian_american .photos_container .photo_1
{
	position: absolute;
	display: block;
	left: 70px;
	top: 0px;
	z-index: 1;
}
.section.authentic_italian_american .photos_container .photo_2
{
	position: absolute;
	display: block;
    left: 0px;
    top: 180px;
	z-index: 2;
	/* overflow: hidden; */
}
.section.authentic_italian_american .photos_container .photo_3
{
	position: absolute;
	display: block;
	right: 0px;
	top: 370px;
	z-index: 3;
}
@media only screen and (max-width: 1155px) {
	.section.authentic_italian_american .flex-container
	{
		flex-direction: column;
	}
	.section.authentic_italian_american .flex-container .flex-item
	{
		width: 100%;
		text-align: center;
	}
	.section.authentic_italian_american .flex-container .flex-item:nth-of-type(1)
	{
		order: 2;
	}
	.section.authentic_italian_american .flex-container .flex-item:nth-of-type(2)
	{
		order: 1;
	}
	.section.authentic_italian_american .photos_container
	{
		height: auto;
		margin-top: 50px;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.section.authentic_italian_american .photos_container .photo_1,
	.section.authentic_italian_american .photos_container .photo_2,
	.section.authentic_italian_american .photos_container .photo_3
	{
		position: relative;
		width: 30%;
		max-height: 185px;
		overflow: hidden;
		top: unset;
		left: unset;
		right: unset;
		-webkit-transform: none;
		transform: none;
	}
	.section.authentic_italian_american .photos_container img
	{
		/* display: none; */
		visibility: hidden;
	}	
	.section.authentic_italian_american .photos_container .photo_1
	{
		background-image: url(../images/homepage_veal.jpg);
		background-size: cover;
		background-position: center center;
	}
	.section.authentic_italian_american .photos_container .photo_2
	{
		background-image: url(../images/homepage_meatballs.jpg);
		background-size: cover;
		background-position: center center;
	}
	.section.authentic_italian_american .photos_container .photo_3
	{
		background-image: url(../images/homepage_pizza.jpg);
		background-size: cover;
		background-position: center center;
	}
}
@media only screen and (max-width: 670px) {
	.section.authentic_italian_american .photos_container 
	{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.section.authentic_italian_american .photos_container .photo_1,
	.section.authentic_italian_american .photos_container .photo_3
	{
		display: none;
	}
	.section.authentic_italian_american .photos_container .photo_2
	{
		width: 100%;
		height: auto;
		max-height: none;
		background-image: none;
		background-size: auto;
	}
	.section.authentic_italian_american .photos_container .photo_2 img
	{
		visibility: visible;
		width: 100%;
		height: auto;
	}
}


/* Section - Prosecco
------------------------------------------------------------------------------ */
.section.prosecco
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: var(--body-bg);
	/* The image used */
	background-image: url("../images/banners/iasc_banner_prosecco.jpg");

	/* Set a specific height */
	min-height: 500px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;

	/* Tint the background image */
	background-color: rgba(114, 122, 39, 0.7);
	background-blend-mode: multiply;

	text-align: center;

}
.section.prosecco .centered-container div
{
	width: 60%;
}
.section.prosecco p
{
	color: #ffffff;
}

@media only screen and (max-width: 550px) {
	.section.prosecco .centered-container div
	{
		width: 80%;
	}
}


/* Section - FAQs
------------------------------------------------------------------------------ */
.section.faqs
{
	background-color: var(--body-iasc-green);
}
.section.faqs h2
{
	color: #ffffff;
	margin-bottom: 70px;
	text-align: center;
}
.section.faqs .faqs-container
{
	box-sizing: border-box;
	padding-left: 20%;
	padding-right: 20%;
}
.section.faqs .faq-container
{
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0px 0px 12px 0px;
}
.section.faqs .cic-accordion 
{
	background-color: var(--body-iasc-green);
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
    font-family: var(--body-font);
	font-size: 32px;
	font-weight: 400;
	font-style: italic;
	line-height: 42px;
	letter-spacing: unset;
	white-space: normal;
	text-transform: none;
}
.section.faqs .cic-accordion:first-child
{
	border-top: 1px solid #ffffff;
}

.section.faqs .cic-accordion-active, 
.section.faqs .cic-accordion:hover 
{
	color: #ffffff !important;
	background-color: var(--body-iasc-green) !important;
}
.section.faqs .cic-accordion:after, 
.section.faqs .cic-accordion-active:after 
{
	content: none;
}
.section.faqs .cic-accordion-panel 
{
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px solid #ffffff;
}
.section.faqs .cic-accordion-panel p
{
	margin-bottom: 0px;
	color: #ffffff;
	background-color: var(--body-iasc-green) !important;
	font-style: italic;
	padding-bottom: 20px;
}
.section.faqs .cic-accordion-panel a
{
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
}
.section.faqs .cic-accordion-panel a:hover
{
	font-weight: 700;
	color: #ffffff;
	text-decoration: underline;
}
@media only screen and (max-width: 1050px) {
	.section.faqs .faqs-container
	{
		padding-left: 10%;
		padding-right: 10%;
	}
}


/* Section - Dishes
------------------------------------------------------------------------------ */
.section.dishes
{
	background-color: var(--body-iasc-green);
}
.section.dishes h2
{
	color: #ffffff;
	margin-bottom: 70px;
	text-align: center;
}
.section.dishes h4
{
	color: #ffffff;
}
.section.dishes p
{
	color: #ffffff; 
	font-style: italic;
}
.section.dishes .flex-item
{
	box-sizing: border-box;
	/* width: 50%; */
	padding: 0px 14% 0px 14%;
}
/* .section.dishes .flex-item:nth-child(1) h4,
.section.dishes .flex-item:nth-child(2) h4
{
	border-top: 1px solid #ffffff;
	margin-top: 0px;
	padding-top: 20px;
} */
.section.dishes .flex-item:nth-child(1) h4
{
	border-top: 1px solid #ffffff;
	margin-top: 0px;
	padding-top: 20px;
}
.section.dishes .flex-item p
{
	border-bottom: 1px solid #ffffff;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.section.dishes .dishes_container
{
	display: flex;
}
@media only screen and (max-width: 880px) {
	.section.dishes .dishes_container
	{
		flex-direction: column;
	}
	.section.dishes .flex-item:nth-child(1) h4
	{
		border-top: none;
		margin-top: 0px;
		padding-top: 0px;
	}
	.section.dishes .flex-item:nth-child(1) h4.very_first
	{
		border-top: 1px solid #ffffff;
		margin-top: 0px;
		padding-top: 20px;
	}
	.section.dishes .flex-item
	{
		box-sizing: border-box;
		/* width: 50%; */
		padding: 0px 7% 0px 7%;
	}
}


/* Section - Make a Booking
------------------------------------------------------------------------------ */
.section.make_a_booking
{
	text-align: center;
}
.section.make_a_booking p
{
	color: var(--body-iasc-grey);
	font-size: var(--body-smaller-font-size);
	line-height: var(--body-smaller-line-height);
}


/* Section - Make a Booking
------------------------------------------------------------------------------ */
.section.make_a_booking_page
{
	text-align: center;
}
.section.make_a_booking_page p
{
	color: var(--body-iasc-grey);
	font-size: var(--body-smaller-font-size);
	line-height: var(--body-smaller-line-height);
}
.section.make_a_booking_page
{
	text-align: left;
}
.section.make_a_booking_page h4
{
	margin-bottom: 40px;
}
.section.make_a_booking_page h5
{
	margin-top: 50px;
	color: var(--body-iasc-red);
	font-size: var(--body-standard-font-size);
	font-style: italic;
	line-height: var(--body-standard-line-height);
}
.section.make_a_booking_page .flex-container .flex-item
{
	margin: 0px 7% 0px 7%;
	padding: 0px 7% 0px 7%;
	flex-basis: 80%;
}
.section.make_a_booking_page fieldset label,
.section.make_a_booking_page legend
{
	color: var(--body-iasc-grey);
}
.section.make_a_booking_page fieldset label
{
	display: inline-block;
	padding-left: 10px;
}
.section.make_a_booking_page input[type="text"],
.section.make_a_booking_page textarea
{
	border-color: #c7c7c7;
	width: 100%;
	padding: 16px 16px 16px 16px;
	margin-bottom: 22px;
	height: auto;
}
.section.make_a_booking_page textarea
{
	min-height: 310px;
}
.section.make_a_booking_page button
{
	display: inline-block;
	height: auto;
	margin: 0px 0px 0px 0px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box; 
}
.section.make_a_booking_page #mail-status
{
	box-sizing: border-box;
    padding: 12px 20px;
	width: 100%;
	display:none; 
	font-size: 1em;
}
.section.make_a_booking_page .mail-stuff-container
{
	display: flex;
	margin-top: 26px;
}
.section.make_a_booking_page #loader-icon
{
	margin: 4px 0px 0px 12px;
}
.section.make_a_booking_page .error
{
	background-color: var(--body-iasc-red);
	color: #ffffff;
    margin-bottom: 20px;
}
.section.make_a_booking_page .success
{
	background-color: #60bb46;
    color: #ffffff;
	margin-bottom: 20px;
}
.section.make_a_booking_page .g-recaptcha
{
	display: inline-block;
	margin: 0px 0px 25px 0px;
}	  
/* Break Early */
@media only screen and (max-width: 850px) {
	.section.make_a_booking_page .flex-container .flex-item
	{
		margin: 0px 0% 0px 0%;
		padding: 0px 2% 0px 2%;
		flex-basis: 100%;
	}
	
}
@media (max-width: 450px) {
	.section.make_a_booking_page .recaptcha_container
	{
		overflow-x: hidden;
	    text-align: left;
	}
	.section.make_a_booking_page .recaptcha_container .g-recaptcha {
		transform:scale(0.77);
		transform-origin:0 0;
	}
}



/* Section - Policy
------------------------------------------------------------------------------ */
.section.policy
{
	padding-top: 120px;
}
.section.policy ul
{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
	.section.policy
	{
		padding-top: 20px;
	}
}

/* Section - Footer 
------------------------------------------------------------------------------ */
.section.footer
{
	padding: 60px 0px 20px 0px;
	background-color: var(--footer-iasc-grey);
}
.section.footer .flex-container
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: stretch;
}
.section.footer .footer_logo
{
	width: 150px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.section.footer .footer_logo img
{
	max-width: 100%;
	display: block;
}
.section.footer ul
{
	text-align: left;
	list-style: none;
}
.section.footer li a
{
	color: #ffffff;
}
.section.footer .ftr_left
{
	display: flex;
	flex-direction: column;
}
.section.footer ul.social-buttons
{
	margin-top: 42px;
	margin-bottom: 35px;
}
.section.footer ul.social-buttons li
{
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.section.footer ul.social-buttons ul
{
	overflow: hidden;
}
.section.footer ul.social-buttons li
{
	display: block;
	padding: 7px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	text-align: center;
	width: auto;
	height: auto;
	line-height: 14px;
	margin-right: 16px;
}
.section.footer ul.social-buttons li a
{
	color: var(--body-color);
}
.section.footer ul.social-buttons li a i
{
	color: #ffffff;
	font-size: 25px;
	line-height: 25px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 25px;
	height: 25px;
}
.section.footer .link-block
{
	margin-top: 0px;
}
.section.footer .link-block ul li
{
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	height: auto;
}
.section.footer .link-block ul.with_dividers li:after 
{
	content: '\007C';
	padding-left: 10px;
	padding-right: 6px;
}
.section.footer .link-block ul.with_dividers li:last-child:after 
{
	content: '';
}
.section.footer .link-block ul li,
.section.footer .link-block ul li a
{
	font-family: var(--body-alt-font);
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.section.footer .group_block
{
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.section.footer .group_logos
{
	display: flex;
	flex-direction: row;
	justify-content: flex-end; 
	/* margin-right: 55px; */
	margin-right: 0px;
	margin-bottom: 20px;
}

.section.footer .trillium_logo
{
	width: 145px;
	padding: 0px 0px 0px 0px;
	margin: 32px 30px 0px 30px;
}
.section.footer .trillium_logo img
{
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.section.footer .ghost_logo
{
	width: 125px;
	padding: 0px 0px 0px 0px;
	margin: 34px 30px 0px 30px;
}
.section.footer .ghost_logo img
{
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.section.footer .group_block p
{
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #ffffff;
	/* margin-left: 45px; */
	margin-left: 0px;
	text-align: center;
}

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

	.section.footer .flex-container
	{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-content: space-around;
		align-items: center;
	}
	.section.footer .ftr_left
	{
		align-items: center;
	}
	.section.footer .contact-block ul.social-buttons li
	{
		display: block;
		float: none;
	}
	.section.footer .contact-block ul.social-buttons li ul
	{
		margin-left: 0px;
		margin-top: 25px;
	}
	.section.footer .contact-block ul.social-buttons li ul li:first-child
	{
		margin-left: 0px;
	}
	.section.footer .contact-block ul.social-buttons li ul li
	{
		float: left;
	}
}
@media only screen and (max-width: 766px) {
	.section.footer .link-block ul li
	{
		display: block;
		text-align: center;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		color: #ffffff;
		height: auto;
	}
	.section.footer .link-block ul.with_dividers li:after 
	{
		content: '';
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media only screen and (max-width: 490px) {
	.section.footer .flex-container
	{
		justify-content: left;
	}
	.section.footer .flex-container .link-block:nth-child(4)
	{
		flex-basis: 100%;
		margin-left: 0px;
	}
	.section.footer .group_logos
	{
		flex-direction: column;
		justify-content: center; 
		margin-right: 0px;
		margin-bottom: 20px;
		align-items: center;
	}
	.section.footer .ghost_logo
	{
		margin: 34px 0px 0px 0px;
	}
	.section.footer .group_block p
	{
		margin-left: 0px;
		text-align: center;
	}
}
/* #Misc
=================================================================================================================== */
.centered
{
	text-align: center;
}
.limit-to-two-lines
{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
			line-clamp: 2; 
	-webkit-box-orient: vertical;
}
a.pink_link
{
	color: var(--body-pink) !important;
}

/* Flex Box
=================================================================================================================== */
.flex-container
{
	display: flex;
}
.justify-content-space-around
{
	justify-content: space-around;
}
.justify-content-space-between
{
	justify-content: space-between;
}
.justify-content-center
{
	justify-content: center;
}
.flex-wrap
{
	flex-wrap: wrap;
}
.flex-column
{
	flex-direction: column;
}

/* Grid Box
=================================================================================================================== */
.grid-container
{
	display: grid;
	box-sizing: border-box;
}
.grid-container *
{
	box-sizing: border-box;
}

/* Global Padding
=================================================================================================================== */
.pb60
{
	padding-bottom: 60px;
}


/* Responsive Menu
================================================== */
#responsive_menu_buttons
{
	display: none;
	position: absolute;
	right: 0px;
	width: 36px;
	height: 32px;
	/* background: #f5f5f5; */
	background: transparent;
	color: var(--body-iasc-green);
	padding: 5px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border-radius: 3px;
	text-align: center;
	line-height: 30px;
}
#responsive_menu_buttons a
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: var(--body-iasc-green);
	cursor: pointer;
}
#responsive_menu_buttons a:hover
{
	text-decoration: none;
}
#responsive_menu_open_button
{
	display: block;
	visibility: visible;	
	z-index: 100;
	font-size: 30px;
	line-height: 30px;
}
#responsive_menu_close_button
{
	display: none;
	visibility: visible;	
	z-index: 100;
	font-size: 30px;
	line-height: 30px;
}

#responsive_menu 
{
	position: fixed;
	display: none;
	width: 100%;
	z-index: 50;
	top: 110px;
	background-color: var(--body-bg);
	padding-top: 40px;
	padding-bottom: 40px;
	transition: top .4s ease;
}
#responsive_menu select
{
	-moz-appearance: none;
}
#responsive_menu ul
{
	width: 80%;
	margin: 0px 0px 0px 0px;
	padding-left: 10%;
	padding-right: 10%;
	list-style: none;
}
#responsive_menu li
{
	display: inline;
	float: left;
	width: 100%;
	border-top: 2px solid var(--body-iasc-green);
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
#responsive_menu ul li:first-child
{
	border-top: 3px solid var(--body-iasc-green);
}
#responsive_menu ul li:last-child
{
	border-bottom: 4px solid var(--body-iasc-green);
}
#responsive_menu li.top
{
	border-top: 3px solid var(--body-iasc-green);
}
#responsive_menu li span
{
	float: left;
	width: 40px;
}
#responsive_menu li a
{
	float: left;
	color: var(--body-iasc-green);
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 120%;
}
#responsive_menu li a#active_page
{
	font-weight: bold;
}
#responsive_menu li a:hover
{
	color: #555555;
}
/* Menu - Responsive  ---------------------------------- */
@media only screen and (max-width: 900px) {
	#responsive_menu_buttons
	{
		display: block;
	}
	#responsive_menu 
	{
		display: none;
		visibility: visible;
	}
	.section.header .menu
	{
		visibility: hidden;
		height: 0;
		display: none;
	}
}

/* #Media Queries
=================================================================================================================== */

/* Bigger than 1000 */
@media (min-width: 1000px) {

}
/* ALL NON DESKTOP SIZES - Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* MOBILE LANDSCAPE Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}
