/*
	Theme Name: FiveSpice
	Description: Theme for Five Star Chicken Rice
	Version: 1.4.3
	Author: Julian Yeo
	Author URI: http://biqbox.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import 'https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i';
@import 'fonts.css';

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	color:#572d2d;
    /*overflow-x: hidden;*/
    padding-top: 100px;
}

.overflowwrap {
	overflow-x:hidden;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1 {
	font-weight:900;
	font-size:40px;
}

h3 {
	font-size:24px;
}

h6 {
    font-size: 16px;
    font-weight: bold;
}


p {
	font-size:16px;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
.navbar {
    min-height: 50px;
    padding-top: 20px;
    background:#fff;
}

.navbar.shrink {
    padding: 5px;
    box-shadow: 6px 6px 15px rgba(0,0,0,0.1);
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #ff9e1b;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.nav > li > a:hover {
    color: #572d2d;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

li.socialicons a {
    padding-left: 4px;
    padding-right: 4px;
}

.logo {
	float: right;
	width: 180px;
	transition: height 0.5s;
	padding-top: 10px;
}

.logo.shrink {
	width:125px;
	transition: height 0.5s;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 50px;
    height: 50px;
    margin-top: -10px;
    font-size: 70px;
}




/*------------------------------------*\
    SECTIONS
\*------------------------------------*/

.subleft {
    left: 0;
    padding: 12px 30px 10px;
    margin: 30px 0 0;
    background: rgba(255,202,130,0.8);
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius:  0px 10px 10px 0px;
    border-radius:  0px 10px 10px 0px;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    position: absolute;
}

.subright {
    right: 0;
    padding: 12px 30px 10px;
    margin: 30px 0 0;
    background: rgba(255,202,130,0.8);
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    position: absolute;
}

#delivery .modal-dialog {
    width: 800px;
    margin: 30px auto;
}

.sgmap {
    background: #fff url('../jpg/sg_bg.jpg') no-repeat;
    background-size:contain;
    background-position: bottom center;
}

.modal-body h3 {
    color: #ffffff;
    background: #ffa92e;
    padding: 10px 20px;
    border-radius: 5px;
}

.delapp {
    background: #ffffff;
    margin: 0px 20px 0px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ffa92e;
    border-top: 0px solid #ffa92e;
}

.delmap {
    padding:10px 20px;
}

.delmap2 {
    padding:0px 20px;
}

.delvsep {
    border-left:1px solid #ffa92e;
    border-right:1px solid #ffa92e;
}

.delvsepV {
    border-top:1px solid #ffa92e;
    border-bottom:1px solid #ffa92e;
}

.delvbtn {
    background: #ffce89;
    border: 0px;
    width: 100%;
    color: #ffffff;
}

.delvbtnV {
    background: #ffce89;
    border: 0px;
    color: #ffffff;
    margin-top: 20px;
}

.intro-section {
    height:90vh;
    max-height:900px;
    text-align: center;
    background: #fff;
    background-size:cover;
    background-position:bottom;
    position:relative;
}

.introbox {
    background: rgba(255,255,255,0.85);
    text-align: left;
    padding: 100px 20px 20px;
    position: absolute;
    top: 0;
    left: 100px;
}

.about-section {
    min-height: 750px;
    text-align: center; 
    background: #fff;
    position:relative;
}

.about-content {
    z-index: 500;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    text-align: left;
    background: rgba(255,255,255,0.8);
    padding: 20px;
    margin-top: 130px;
    border-radius: 5px;
    position: absolute;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.about-large {
    font-size: 24px;
    line-height: 28px;
    padding: 0px 0 10px;
}

.menu-section {
    min-height: 750px;
    text-align: center;
    background: #fff url('../jpg/menuwood_bg.jpg');
    background-size:cover;
    background-position:center;
    position:relative;
}

.menu-padding {
    padding: 100px 80px 50px;
}

.menu-content {
	border-radius:10px;
    background: #ffffff;
    padding:0;
}

#foodmenu.panel {
	border: 0px solid transparent;
	margin-bottom:0;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}

#foodmenu.panel .panel-body {
    padding: 0px;
}

.food-contain {
    text-align: left;
    margin: 0 -15px 0 15px;
}

.foodheader {
	border-top: 1px solid #ff9e1b;
    border-bottom: 1px solid #ff9e1b;
}

.foodheader h2 {
    color: #ff9e1b;
    font-weight: bold;
    padding-top: 5px;
    width:80%;
}
.foodheader h4 {
    color: #ff9e1b;
    font-weight: normal;
    font-size:16px;
    padding-bottom: 5px;
    width:80%;
}

.foodcontent {
	padding:10px 0;
}

.foodcontent p {
    font-weight: normal;
    font-size:14px;
    margin:0;
}

.foodcontent a {
    text-decoration:none;
    color:#572d2d;
    font-weight: bold;
}

.foodcontent span.sig {
    font-weight:bold;
}

.foodcontent span.sig:after {
    content: "";
    display: inline-block;
    background: url('../png/icon_signaturestar.png') no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    margin: 0 2px 0 2px;
}

.foodcontent span.rec {
    font-style:normal;
    font-weight:bold;
}

.foodcontent span.rec:after {
    content: "";
    display: inline-block;
    background: url('../png/icon_reccthumb.png') no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    margin: 0 2px 0 2px;
}
.foodcontent span.pic {
    font-style:normal;
}

.foodcontent span.pic:after {
    content: "";
    display: inline-block;
    background: url('../png/icon_hasphoto.png') no-repeat;
    background-size: cover;
    width: 15px;
    height: 14px;
    margin: 0 2px 0 2px;
}


.menuphoto {
    min-height: 600px;
    border-radius: 0;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
    padding: 5px 15px;
}

.nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
}

.nav-tabs > li > a:hover {
    border: 1px solid transparent;
}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #ff9e1b;
}

.nav-tabs > li.active > a.dropdown-togg {
    color: #ff9e1b;
    border:0;
    background:none;
}

.foodcontent .nav > li > a {
    font-size: 12px;
    line-height: 13px;
    padding: 10px 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: #572d2d;
    cursor: default;
    background-color: #fff;
    border: 1px solid transparent;;
    border-bottom-color: transparent;
}

.panel-heading {
    padding: 0;    
    border-bottom: 0px solid transparent;    
    border-top-left-radius: 3px;    
    border-top-right-radius: 3px;
}

.press-section {
    min-height: 650px;
    text-align: center;
    background: #fff;
    position:relative;
}

.press-content {
    padding: 200px 20px 20px;
    color: #ff9e1b;
}

.franchise-section {
    min-height: 650px;
    text-align: center;
    background: #ff9e1b;
    position:relative;
}

.franchise-content {
    padding: 200px 20px 20px;
    color: #ffffff;
}

.location-section {
    min-height: 650px;
    text-align: center;
    background: #fff;
    position:relative;
}

.location-content {
    text-align: left;
    padding: 120px 0;
    /* margin-top: 60px; */
    font-size: 15px;
}

.location-content p {
    font-size: 14px;
}

.contact-section {
    min-height: 510px;
    text-align: center;
    background: #ffca82;
    position:relative;
}

.contact-content {
    text-align: right;
    padding: 0px 20px 0;
    margin-top: 20px;
}

.contact-info {
    text-align: left;
    font-size: 14px;
    padding: 25px 20px 0;
    margin: 0px 35px;
    height: 100%;
}

.FSform {
	border: none;
	border-radius:3px;
	width:330px;
    font-size: 14px;
}

textarea.FSform {
    height: 100px;
}

input[type=submit].FSform {
    width: 150px;
    font-weight: bold;
}

form > p {
    margin-bottom: 7px;
}


label {
    width: 110px;
    padding-right: 10px;
    text-align: right;
    vertical-align: top;
    font-weight: normal;
    font-size: 14px;
    margin-top: 5px;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
    display: none;
}

.footer-section {
    height: 110px;
    text-align: center;
    background: #572d2d;
    position:relative;
}

span.copyright {
    color: #fff;
    font-size: 12px;
}

.logo-footer {
	float: left;
	height: 90px;
	padding-top: 10px;
}

.footer-section .fa {
    color: #fff;
}

.footer-content {
	text-align: right;
	padding-top: 55px;
}

.foot-icon {
	padding: 0 5px;
}

/*------------------------------------*\
    FIXED CONDIMENTS
\*------------------------------------*/

.ginger /* about */ {
    position: absolute;
    background: url('../png/sauce_ginger.png') no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    top: -90px;
    left: 60px;
    z-index: 300;
}

.mortar /* about */ {
    position: absolute;
    background: url('../png/mortarpestle.png') no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    bottom: -30px;
    right: 170px;
    z-index: 302;
}

.chilli /* about */ {
    position: absolute;
    background: url('../png/sauce_chilli.png') no-repeat;
    background-size: contain;
    width: 170px;
    height: 170px;
    bottom: 230px;
    right: -70px;
    z-index: 304;
}

.garlicA /* about */ {
    position: absolute;
    background: url('../png/garlicbulb.png') no-repeat;
    background-size: contain;
    width: 250px;
    height: 200px;
    bottom: 0px;
    right: -90px;
    z-index: 306;
}

.chicken /* about */ {
	position: absolute;
    background: url('../png/roastedchicken.png') no-repeat;
    background-size: contain;
    width: 600px;
    height: 600px;
    top: 210px;
    left: -210px;
    z-index: 308;
    transform: rotate(30deg);
}

.sauce /* menu */ {
    position: absolute;
    background: url('../png/sauce_dark.png') no-repeat;
    background-size: contain;
    width: 180px;
    height: 180px;
    bottom: -50px;
    right: 460px;
    z-index: 310;
}

.onion /* press */ {
    position: absolute;
    background: url('../png/sauce_onion.png') no-repeat;
    background-size: contain;
    width: 180px;
    height: 180px;
    top: -30px;
    left: 350px;
    z-index: 312;
}

.grootA /* press */ {
    position: absolute;
    background: url('../png/gingerroot.png') no-repeat;
    background-size: contain;
    width: 400px;
    height: 400px;
    bottom: -90px;
    right: -220px;
    z-index: 314;
}

.garlicB /* franchise */ {
	position: absolute;
    background: url('../png/garlicbulbb.png') no-repeat;
    background-size: contain;
    width: 160px;
    height: 160px;
    top: -50px;
    right: 60px;
    z-index: 316;
}

.clove /* franchise */ {
    position: absolute;
    background: url('../png/clovespices.png') no-repeat;
    background-size: contain;
    width: 500px;
    height: 500px;
    bottom: -90px;
    left: -80px;
    z-index: 318;
}

.wberry /* franchise */ {
    position: absolute;
    background: url('../png/wolfberries.png') no-repeat;
    background-size: contain;
    width: 400px;
    height: 400px;
    bottom: -90px;
    right: -100px;
    z-index: 320;
}

.garlicC /* contact */ {
    position: absolute;
    background: url('../png/garlicbulbc.png') no-repeat;
    background-size: contain;
    width: 170px;
    height: 170px;
    bottom: -60px;
    right: 60px;
    z-index: 322;
}

.grootB /* contact */ {
    position: absolute;
    background: url('../png/gingerroot.png') no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    bottom: -110px;
    left: -130px;
    z-index: 324;
}


.gingerD /* delivery */ {
    position: absolute;
    background: url(../png/sauce_ginger.png) no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    top: 100px;
    right: 0px;
    z-index: 300;
}

.grootD /* delivery */ {
        position: absolute;
    background: url(../png/gingerroot.png) no-repeat;
    background-size: contain;
    width: 140px;
    height: 140px;
    top: 200px;
    right: 50px;
    z-index: 324;
}

/*------------------------------------*\
    BOOTSTRAP
\*------------------------------------*/

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-padding {
  padding: 0;
}
.nav-padding {
    padding-top: 50px;
}
.nav-padding.shrink {
    padding-top: 20px;
}
.navbar-toggle {
	background-color:white;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}
blockquote {
    border-left: 0px solid #eee;
}
blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
    margin: 0px 0;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (min-width: 992px) and (max-width: 1100px) /* md only */ {
	.foodcontent .nav > li > a {
		padding: 10px 6px;
	}
	
}

@media (min-width: 992px) and (max-width: 1200px) /* md only */ {
	.FSform {
		width: 310px;
		font-size: 14px;
	}
	
}

@media (min-width: 768px) and (max-width: 992px) /* sm only */ {
	.nav > li > a {
		padding: 10px 10px;
		font-size: 15px;
	}
	#delivery .modal-dialog {
	    width: 75%;
	    margin: 30px auto;
	}
	
}

@media (max-width: 992px) /* sm and below */ {
	.location-content {
		text-align: center;
		padding-bottom:100px;
		float: none;
	}
	
	.introbox {
		top: 0;
		left: 0px;
	}
	
	.about-section {
		background: #fff url('../jpg/fsabout_mobbg.jpg');
		background-size:cover;
		background-position:bottom;
		position:relative;
	}
	
	.ginger /* about */ {
		display:none;
	}

	.mortar /* about */ {
		display:none;
	}

	.chilli /* about */ {
		display:none;
	}
	
	.garlicA /* about */ {
		display:none;
	}

	.chicken /* about */ {
		display:none;
	}

	
	.row.vdivide [class*='col-']:not(:last-child):after {
		height: 1px;
		width:auto;
		top:auto;
		bottom:0;
		left: 0;
		right: 0;
		min-width: 30px;
		min-height:1px;
	}
	
	.mobsubleft {
		z-index: 1;
		margin-top: 0;
	}
	
	.menu-section {
		min-height: 750px;
		text-align: center;
		background: #fff url('../jpg/fsmenu_bg.jpg');
		background-size:cover;
		background-position:right;
		position:relative;
	}
	
	.sauce /* menu */ {
		display:none;
	}
	
	.grootB /* contact */ {
    	display:none;
	}
	
	.clove /* franchise */ {
		width: 450px;
		height: 280px;
		bottom: 0px;
		left: -80px;
	}

	.wberry /* franchise */ {
		display:none;
	}
	
	.grootA /* press */ {
		display:none;
	}
	
	.onion /* press */ {
		display:none;
	}
	
	.menuphoto {
		min-height: 250px;
		border-radius: 0;
		display: inline-block;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.dropdown-menu {
		left:initial;
		right:0;
	}
	.nav-tabs > li > a {
		padding: 10px 0px;
	}

	
	.contact-content {
		text-align: center;
		padding: 80px 20px 0;
		margin-top: 20px;
	}

	.contact-info {
		text-align: center;
		padding: 20px 0 0;
		margin: 0px 15px;
	}
	
}

@media (min-width: 550px) and (max-width:768px) /* font size threshold */ {
	p {
		font-size:18px;
	}
}

@media (max-width: 768px) /* xs only */ {
	p {
		font-size:15px;
	}
	.about-content {	
		-moz-columns: 1;
		-webkit-columns: 1;
		columns: 1;
	}
	
	.about-large {
		font-size: 18px;
		line-height: 20px;
		padding: 0px 0 10px;
	}

	#delivery .modal-dialog {
	    width: 75%;
	}

	.modal-body {
	    padding: 0 15px 15px;
	}
	
	.navbar-nav {
		margin: 0;
	}
	
	.logo.shrink {
		height: auto;
		width: 120px;
		transition: height 0.5s;
	}
	.logo {
		float: left;
		height: auto;
		transition: height 0.5s;
	}
	.menuphoto {
		min-height: 200px;
	}
	.menu-padding {
		padding: 0;
	}
	label {
		text-align: center;
    }
	.logo-footer {
		float: left;
		height: 70px;
	}

	.footer-content {
		text-align: right;
		padding-top: 35px;
	}

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}