/** {
	padding: 0;
	margin: 0;
}
*/

.container {
	/* Fixed width: 960px */
    width: 50em; /* 960px / 16px (base) = 60em - padding = 50em */
	margin: 0 auto;
	padding: 0;
	background: #fff;
	position: relative;
}

.group:after {
    clear: both;
}



h1, h2, h3, h4, h5, h6, a, p {
	font-family: 'Playfair Display', serif;
	text-decoration: none;
}

ul li {
	list-style: none;
}

/*=============== HEADER + NAV ===========*/

#header-top {
	background-image: url("../images/header-bg.jpg");
	background-repeat: no-repeat;
    background-position: center; 
	height: 136px;
	overflow: hidden;
}


#header-top h1 {
	margin: 0 10px;
	padding: 40px;
	background-image: url("../images/header-logo.png");
	background-repeat: no-repeat;
    background-position: left;
    text-indent: -9999px;
}

nav {
	background-color: #40261b;
}

#menu-main {
	display: none;
	text-align: right;
}

#main-nav {
	background-color: #40261b;
	text-align: center;
}

#main-nav {
	padding: 0;
}

#main-nav ul {
	margin: 0;
}

#main-nav ul li {
	padding: 10px;
	display: inline-block;
}

#main-nav ul li a {
	padding: 10px 30px;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
}

#main-nav ul li a:hover, #main-nav ul li:hover{
	background-color: #fff;
	color: #40261b;
}

#main-nav ul li.selected, #main-nav ul li.selected a{
	background-color: #fff;
	color: #40261b;
}

/*=============== HOMEPAGE ===========*/

#hero-main {
	height: inherit;
	width: 100%
	text-align: center;
}

#hero-main img {
	height: auto;
	width: 100%
}


#info-button {
	padding: 0;
	text-align: center;
	position: absolute;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	}

#info-button li {
	padding: 10px 30px;
	list-style: none;
	display: inline-block;
}

#info-button li:first-child {
	float: left;
}

#info-button li:last-child {
	float: right;
}


#info-button li a {
	padding: 10px 30px;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	color: #40261b;
	background-color: #fff;
	border: 1px solid #fff;
	font-size: 16px;
	opacity: 0.6;
}

#info-button li:hover a {
	background-color: #000;
	color: #fff;
}

#brief-info {
	text-align: center;
}

#brief-info h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 32px;
	color: #40261b;
	text-transform: uppercase;
}

#brief-info p {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-size: 17px;
	font-weight: 300;
	color: gray;
	max-width: 600px;
	margin: 0 auto;
}

#menu {
	text-align: center;
}

#divider {
	padding: 50px 0;
	width: 100%;
	height: inherit;
}

#menu-choice ul {
	margin: 0;
	padding: 0;
}

#menu-choice ul li {
	display: inline-block;
	padding: 10px;
}

#menu-choice img {
	opacity: 0.7
}

#menu-choice ul li a h3 {
	margin-top: -100px;
	margin-bottom: 100px;
	color: black;
	text-transform: uppercase;
}

#menu-choice ul li a:hover img {
	opacity: 1;
}

#menu-choice ul li a:hover h3 {
	color: white;
}
/*=============== ABOUT ===========*/
#about {
	width: 100%;
	text-align: left;
	background-color: #fff;
	}

.about-container{
	
}

#about img {
	width: 100%;
	height: auto;
	width: auto\9;
}

#about h2{
	color: #ccc;
}

#awards img {
	width: 80px;
	height: auto;
}

#awards ul li {
 	float: left;
 	text-align:left;
}

#awards.one-fourth {
	width: 40%;
	height: auto;
	float: left; 
}

.two-third {
	width: 100%;
	height: auto;
}

div#about img.divider {
	  padding: 4% 0;
	  width: 60%;
	  margin: 0 21%;
}

#story {
	border-left: 1px solid rgba(128, 128, 128, 0.07);
	border-right: 1px solid rgba(128, 128, 128, 0.07);
}

#story div.story-img img {
	width: 45%;
	height: auto;
	float: left;
	margin: 2.5%;
}

#story h2 {
	text-align: center;
	padding: 7%;
	background-image: url(../images/chef.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	color: transparent;
}

#story-text, #story-img {
	display: block;
	  /*background: url(../images/light-bg.jpg);*/
	  padding-top: 5%;
	  padding-bottom: 10%;
}

#story-text ul {
	margin-left: 0;
}



/*=============== MENU ===========*/

#menu-subnav {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.21);
}

#menu-subnav li {
	display: inline-block;
	text-decoration: none;
	padding: 2%;
	text-transform: capitalize;
}

#menu-subnav li a {
	color: #fff;
}

		#menu-subnav li.active a:link,
		#menu-subnav li.active a:visited,
		#menu-subnav li.active a:active,
		#menu-subnav li.active a:hover{
			background: white;
			color:#DB8350;
			border-radius: 5px;
			  padding: 5px 15px;
		}




#menu {
	width: inherit;
}
#menu img {
	width: 100%;
	height: auto;
}

#menu-sub {
	display: none;
	color: gray;
	padding: 4%;
}

#menu h2{
	color: #ccc;
}

.cd-tabs-navigation {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	width: 100%;
	padding: 10px 0 ;
}

.cd-tabs-navigation li a {
	font-family: 'Source Sans Pro', sans-serif; 
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 300;
	color: #DB8350;
	padding: 10px;
}

.cd-tabs-navigation li a:hover {
	color: gray;
}

.cd-tabs-navigation a.selected {
	border-color: transparent;
	color: gray;
}
.cd-tabs-content {
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #ccc
}

.cd-tabs-content li p.cato-info, .cato-info {
	font-family: 'Source Sans Pro', sans-serif;
	color: gray;
	text-transform: uppercase;
	font-weight: 600;
}


.cd-tabs-content li p.item-name, .item-name {
	text-transform: uppercase;
	font-size: 18px;
	color: gray;
	margin: 0;
}

.cd-tabs-content li p.desc, .desc {
	color: #ccc;
	margin: 0 3%;
}

.cd-tabs-content li p.price, .price {
	color: #DB8350;
	margin-top: 0px;
	font-size: 16px;
}

.cd-tabs-content li {
	text-align: center;
	padding: 20px 150px;
}

#prix {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc
}

#pr-1 {
	border: 1px solid #ececec;
	float: left;
	width: 48%;
	min-height: 180px; 
	margin-bottom: 30px;
	padding-top: 20px;
}

#pr-2 {
	border: 1px solid #ececec;
	float: right;
	width: 48%;
	min-height: 180px;
	margin-bottom: 30px;
	padding-top: 20px;
}

#pr-1 p.item-name, #pr-2 p.item-name {
	font-size: 60px;
}

#pr-1 p.price, #pr-2 p.price, #four-course p.price  {
	 font-size: 28px;
  	 font-family: 'Lora', serif;
 	 padding-top: 30px;

}

#pr-1:after, #pr-2:after {
	clear: both;
}

#four-course {
	text-align: center;
	max-width: 500px;
	margin-bottom: 70px;
}

#four-course p.item-name {
	font-size: 24px;
	margin-top: 20px;
}

#dessert-nav {
		width: 100%;
		float: none;
		display: inline-block;
	}

.photo {
	padding: 0;
}


.preview img{
	max-width:200px; 
}

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 50%;
	max-height: 50%;
	margin-top: 7%;
}

.lightbox h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 18px;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

.course {
	padding: 30px 150px 50px 150px;
}


#first, #third {
	background-color: #ececec;
}

#banqet p.price {
	padding-top: 3%;
}

#banqet p#start-price.price {
	 font-size: 28px;
  	 font-family: 'Lora', serif;
  	 margin-bottom: 0;
  	 text-transform: uppercase;
  	 padding: 0;
}

#des-back-top {
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	padding: 10px 40px;
	background: #DB8350;
	text-transform: uppercase;
}



/*=============== CAKE ===========*/

#cake {
	width: 100%;
	text-align: center;
	background-color: #fff;
	}

.cake-container{
	min-height: 400px;
	/*background: url(../images/light-bg.jpg);*/
	padding: 3% 0;
}

div#cake img.divider {
	  width: 30%;
	  margin: 0 21%;
}

.wedding-cake-container{
	min-height: 800px;
	/*background: url(../images/light-bg.jpg);*/
	padding: 3% 0;
}

#cake img {
	width: 100%;
	height: auto;
}

#cake h2 {
	color: #ccc;
	font-weight: 700;
	width:100%;
	border-bottom: 1px solid #ececec;
}

#cake p.desc, #cake p.item-name {
	font-family: 'Source Sans Pro', sans-serif;}

#cake ul {
	padding: 0;
	margin: 0;
}

#cake ul li {
	margin: 3%;
}

.one-fourth {
	float: left;
	width: 20%;
	height: auto;
	padding: 1%;
	border: 1px solid rgba(247, 204, 147, 0.32);
  	border-radius: 10px;
	margin: 1.35%;
	background-color: white;
}



/*=============== VISIT ===========*/

#visit {
	/*background: url(../images/light-bg.jpg);*/
	text-align: left;
	display: block;
	min-height: 500px;
	padding: 3% 0;
}

#visit h2 {
	text-align: center;
	color: #ccc;
	border-bottom: 1px solid #ececec;
}

#visit p.price, #visit p.item-name, #visit p.desc{
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;}

#visit div.one-fourth {
	text-align: center;
	width: 50%;
	float: none;
	margin: 0 auto;
	padding: 3% auto;
	border: none;
	border-bottom: 1px solid rgba(247, 204, 147, 0.32);
}

#visit p {
	display: inline-block;
}

#visit div.one-fourth ul {
	padding: 0;
}

/*=============== FOOTER ===========*/

#footer {
	text-align: center;
	border-top: 1px solid gray;
	min-height: 1000px;
	background-image: url("../images/footer-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	/*margin-top: 20px;*/
}

.google-map {
	position: relative;
	height: 250px;
	overflow: hidden;
}

.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
}

#footer-info h3, #footer-info li p, #footer-link li a  {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #ccc;
	text-transform: uppercase;
}

#footer-info address {
	font-style: normal;
	padding: 20px 20px 0 20px;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
	color: gray;
}

#footer-info h3 {
	margin-top: 0;
}

#footer-info ul{
	padding: 0 20px 30px 20px;
	margin: 0;
}

#footer-link ul {
	list-style: none;
	border-top: 1px solid #ececec;
	margin: 0;
	min-height: 100px
}

#footer-info li {
	display: inline-block;
	padding: 20px;
	font-size: 16px;
}

#footer-link li {
	display: inline-block;
	padding: 20px;
	font-size: 16px;
}





/* MEDIA QUERIES
===================================== */
/* Tablet */
@media only screen and (min-width: 48em) and (max-width: 62em) {

	body {
		font-size: 87.5%; /* 14px */
	}
	
	.container {
		width: 92%;
		padding:  0;
	}

	.cd-tabs-navigation {
		width: 80px;
    	display: block;
    	float: left;
		padding: 0 0 20px 0;
	}

	#dessert-nav {
		width: 100%;
		float: none;
		display: inline-block;
	}

	.course {
	padding: 30px 50px 50px 50px;
}

.one-fourth {
	  float: left;
	  width: 42%;
	  padding: 2%;
	  margin: 1%;
}

.cake-container {
	min-height: 600px;
}

.wedding-cake-container {
	min-height: 1000px;
}

div#cake img.divider {
	  padding:0 0 4% 0;
	  width: 60%;
	  margin: 0;
}

}

/* MOBILE */
@media only screen and (max-width: 47.9999em) {

	body {
		font-size: 75%; /* 12px */
	}
	
	.container {
		width: 96%;
		padding: 0;
	}

	#hero-info li {
	list-style: none;
	padding: 10px 30px;
	
	}

	#info-button li:first-child {
	  float: none;
	}

	#info-button li:last-child {
	  display: none;
	}

	#menu-main {
		font-family: 'Source Sans Pro', sans-serif;
        display: block;
        font-size: 24px;
        color: #fff;
    }

    #main-nav ul {
        display: none;
        padding: 1em;
        text-align: left;
        border-top: 1px solid #fff;
    }
    #main-nav ul li {
        display: block;
        padding: 5px
    }

    #main-nav ul li a {
        display: block;
        padding: 3px 5px;
    }

    #menu-sub {
    	display: block;
    	text-align: left;
    	text-transform: uppercase;
    }

    
    #menu-sub ul.cd-tabs-navigation li {
        display: block;
        padding: 10px;
    }

    

    .cd-tabs-navigation {
		width: 80px;
    	display: none;
    	float: left;
    	margin: 6%;
	}

	#dessert-nav {
		width: 100%;
		float: none;
		display: inline-block;
	}


		.cd-tabs-content li {
		padding: 0;
	}

	
	.course {
	padding: 30px 40px 50px 40px;
	}

	.one-fourth {
		float: none;
		width: 96%;
		height: auto;
		padding: 2%;
		margin: 0;
	}

	.cake-container {
		min-height: 800px;
	}

	div#cake img.divider {
		  padding: 4% 0;
		  width: 60%;
	}
}


