/* @override 
	http://localhost/~cody/firestn/style/style.css
	http://dvlp.ca/~firestn/style/style.css
	http://www.firestonerestaurant.ca/style/style.css
*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,900,700);

HTML {
	font-size: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	color: #FFFFFF;
	
    width: 100%;
    height: 100%;
    font-family: 'Source Sans Pro',Arial, Helvetica, sans-serif;
}


body {
    /*background-image: url("../images/firestone-background.jpg");*/
    /*background-repeat: repeat-x;*/
   background: url("../images/firestone-background.jpg") repeat-x scroll 0 0 #111111;
    background-repeat: y;
    height: auto;
    margin:0;
}


h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-weight: normal;
}
img {
	border: none;
}
#main p {
	margin: 25px 0;
}
#main p small {
	line-height: 1em !important;
	color: #aaa;
}
h2 {
	font-size: 1.3em;
	margin: 25px 0 12px 0;
}
#main ul, ol {
	margin: 0 0 25px 0;
}

form {
    margin: 0;
}

ul {
	padding-left: 17px;
}

ul li {
	list-style:none;
	list-style-image: url(../images/icon-flame.png);
}

.redfirstletter {
	color:#EA3021;
}

h1, h2 {
	color:#ffffff;
	text-transform: uppercase;
}

div:focus {
	outline:none;
}

/* ==========================================================================
   Links
   ========================================================================== */
a {
	/*text-decoration: none;*/
	color: #BFBDBD;
}
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}


/**
 * 	
 * default form styles*/


input.text, select, textarea {
	padding: 6px 5px;
	border: 1px solid black;
	color:#333131;
}

.teleform label,
.label {
	width: 20%;
	display: inline-block;
	float: left;

}

input.text,
textarea{
	min-width: 230px;
	border: 1px solid #333;
	border-radius: 3px;
	margin-right: 5px;
}
textarea {
	min-width: 50%;
	min-height: 150px;
}
form .row {
	clear: both;
	margin-bottom: 10px;
}
form .item {
	/*margin:10px 0;*/
}

form .row .g-recaptcha {
	display: inline-block;
}

.submit,
.row-submit button {
	border: 0px solid black;
	color: white;
	padding: 7px 12px;
	height: auto;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 8px black;
	box-shadow: 0 0 8px black;
	background: #444;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#111));
	background: -webkit-linear-gradient(top, #444 0%,#111 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -webkit-linear-gradient(top, #444 0%, #111 100%);
	background: linear-gradient(to bottom, #444 0%,#111 100%);
}

.item label {
	/*margin-right:10px;
	min-width:300px;*/
	display:block;
	padding:0 0 10px 0;
}
#staff_login {
	position: relative;
}
#staff_login form{
	width: 400px;
	margin: 25px auto 0 auto;
	padding: 15px;
	border-radius: 5px;
	background-color: #222;
}
/*Core Divs*/

#wrapper {
    background-image: url("../images/firestone-background-lines.png");
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow-x: hidden;
}

#page {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	
}

#header {
	position: relative;
	height: auto;
	/*padding-left: 20px;*/
	padding-top: 0px;
	margin-bottom: 140px;
}

#header h1 {
	padding: 10px 0 0 20px;
	font-size: 3.5em;
}

#header img.logo {
	display: block;
	left: 19px;
	top: 19px;
	position: relative;
	z-index: 20;
}

#main h1 {
	padding: 2px;
	font-size: 2.15em;
	margin-bottom: 25px;
	line-height: 1.3em;
}

#main .main-top {
	margin: 0;
}

#main .main-bottom {
	padding-bottom: 20px;
	overflow: auto;
}

#content{
	margin: -275px 0 18px;
	padding: 5px 0;
	clear: both;
	background: #191919 url(../images/content-container-background.jpg) no-repeat;
	position:relative;
}

#content-noBG{
	margin: -163px 0 18px;
	position:relative;
}

#content-noBG .hasSidebar {
	padding-left:30px;
}

#content .hasSidebar{
	padding-left:30px;
}

#content .hasSidebar h1{
	margin-top:12px;
}

#main {
	width: 700px;
	padding: 10px 0;
	min-height: 200px;
	float: left;
	/*padding-left: 20px;*/
	line-height: 1.5em;
}


.NoSidebar #main {
	width: 960px;
	
}
.page-id-3 .NoSidebar #main {
	width: 100%;
	
}

#content.NoSidebar #main {
	padding:20px;
}


#side {
	width: 239px;
	min-height: 310px;
	padding: 10px ;
	float: left;
	font-size: .75em;
	line-height: 1em;
	
}

#content div#side {
	margin-left:-25px;
	position :relative;
}

#content-noBG div#side {
	
}

#main table p {
	margin:0;
}

#main table {
	border:none;
}

#main table thead tr th {
	border-bottom:2px solid #EE2E24;
	border-top:none;
	border-left:none;
	border-right:none;
	/*color:#00FFFF;*/
	padding:5px 25px 7px 0;
	
}

#main table td {
	border-bottom:1px solid #333131;
	border-top:none;
	border-left:none;
	border-right:none;
	padding:7px 25px 7px 0;
}

#main table tr {
}

#main table tr:first {
	
}

#main img,
#side img{
	max-width: 100%;
}

/**custom section styles*/
.section-link-box,
.section-link-box-inner-full-width {
	border-top: 1px solid #333;
	background-color: #000;
	float: left;
    height: 136px;
    margin: 35px 15px 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 490px;
    -webkit-box-shadow: 0 0 8px #000;
    box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 000;
}
.section-link-box.last,
.section-link-box-inner-full-width {
	margin-right: 0;
}
.section-link-box:first-child {
	/*margin-right:18px;*/
}
.section-link-box-inner-full-width {
	width: 100%;
	height: auto;
	margin: 15px 0;
}

.section-link-box-inner-full-width * {
	box-sizing: border-box;
}

.section-link-box h2,
.section-link-box-inner-full-width h2 {
	margin: 0;
	text-transform: uppercase;
}

.section-link-box .image-section-picture,
.section-link-box-inner-full-width .image-section-picture  {
	right: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
a.link-box-link {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.secion-link-box .linkbox-content a,
.section-link-box-inner-full-width .linkbox-content a {
	color: #BFBDBD;
	z-index: 0;
}

.link-box-item-4 {
	float:right;
}

.section-link-box .image-section-picture img {
	/*width:inherit;*/
	float: left;
}
.section-link-box .linkbox-content,
.section-link-box-inner-full-width .linkbox-content { 
	padding: 15px 20px;
    width: 67%;
    /*z-index: 0;*/
}
.section-link-box-inner-full-width .linkbox-content{
    width: 100%;
}

.section-link-box .linkbox-content h2,
.section-link-box-inner-full-width .linkbox-content h2  {
	font-size: 1.35em;
	font-weight: normal;
	margin: 0 !important;
}

.section-link-box .linkbox-content p,
.section-link-box-inner-full-width .linkbox-content p {
	font-size:0.9em;
	line-height: 1.5em;
	margin: 2px 0 !important;
}

.section-link-box .linkbox-content p a,
.section-link-box-inner-full-width .linkbox-content p a {
	color:#BFBDBD;
}

.linkbox-content {
	position:relative;
	z-index: 2;
	
}

/**custom training styles*/
.training-link-box,
.training-link-box-inner-full-width {
	border-top: 1px solid #333;
	background-color: #000;
	float: left;
	height: 136px;
	margin: 35px 15px 0 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 490px;
	-webkit-box-shadow: 0 0 8px #000;
	box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 000;
}
.training-link-box.last,
.training-link-box-inner-full-width {
	margin-right: 0;
}
.training-link-box:first-child {
	/*margin-right:18px;*/
}
.training-link-box-inner-full-width {
	width: 100%;
	height: auto;
	margin: 15px 0;
}

.training-link-box-inner-full-width * {
	box-sizing: border-box;
}

.training-link-box h2,
.training-link-box-inner-full-width h2 {
	margin: 0;
	text-transform: uppercase;
}

.training-link-box .image-training-picture,
.training-link-box-inner-full-width .image-training-picture  {
	right: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}
.secion-link-box .linkbox-content a,
.training-link-box-inner-full-width .linkbox-content a {
	color: #BFBDBD;
	z-index: 0;
}
.training-link-box .image-training-picture img {
	/*width:inherit;*/
	float: left;
}
.training-link-box .linkbox-content,
.training-link-box-inner-full-width .linkbox-content {
	padding: 15px 20px;
	width: 67%;
	/*z-index: 0;*/
}
.training-link-box-inner-full-width .linkbox-content{
	width: 100%;
}

.training-link-box .linkbox-content h2,
.training-link-box-inner-full-width .linkbox-content h2  {
	font-size: 1.35em;
	font-weight: normal;
	margin: 0 !important;
}

.training-link-box .linkbox-content p,
.training-link-box-inner-full-width .linkbox-content p {
	font-size:0.9em;
	line-height: 1.5em;
	margin: 2px 0 !important;
}

.training-link-box .linkbox-content p a,
.training-link-box-inner-full-width .linkbox-content p a {
	color:#BFBDBD;
}

.social-link-box {
	float: left;
    height: 28px;
    padding: 10px 8px 7px;
    /*margin: 0 10px 0 0;*/
    overflow: hidden;
    padding: 8px;
    position: relative;
    width: 310px;
	margin: 15px 10px 0 0;
    -webkit-box-shadow: 0 0 8px #111;
    box-shadow: 0 0 8px #111;
	-webkit-box-shadow: 0px 0px 5px #111;
	-moz-box-shadow: 0px 0px 5px #111;
}

.social-link-box:nth-child(3n) {
	margin-right:0;
}


section-link-box.last,
.social-link-box.last {
	margin-right:0;
}
.social-link-box .linkbox-content {
	position: relative;
}
.social-link-box .linkbox-content h2{
	float:left;
	font-size: 1.25555em;
	font-weight: normal;
	text-transform: none;
	line-height: 1.3em;
	padding-left: 5px;
	margin: 0;
}

.social-link-box .linkbox-content h2{
	float:left;
	font-size: 1.25555em;
	font-weight: normal;
	text-transform: none;
	line-height: 1.3em;
	padding-left: 5px;
	margin: 0;
}
.social-link-box .linkbox-content h2 a {
	color:#FFFFFF;
	text-decoration:none;
}

.social-link-box .linkbox-content .social-data {
	float: right;
}

.social-link-box .image-section-picture {
	left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}


/**file plugin**/

.file-item p{
	margin:0 !important;
}

.file-item-link, .file-item a {
	padding-left:25px;
	background:url(../images/file_download.png) left center no-repeat;
}

/*.holiday-gift-certificates {
	
}*/
/*Nav*/

ul#nav {
	position: absolute;
	right: 0;
	top: 46px;
	margin:  0;
	padding: 5px;
	z-index: 20;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1.1em;
	font-weight: normal;
}

.staff-area ul#nav{
	width:74%;
}

ul#nav li {
	padding: 4px 12px;
	display:inline-block;
	*display:inline; zoom:1;
}

ul#nav li a {
	color: #FFF;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;

}

ul#nav li ul.subnav {
	display: none;
	
}

.default-sidebar{
	color: #DFDFDF;
    display: block;
    padding: 0  0 10px 0;
    text-decoration: none;
    background-image: url('../images/sub-nav-background.jpg');
    border-top: 1px solid #444;
    border-bottom: 1px solid #111;
    -webkit-box-shadow: 0 0 8px #111;
    box-shadow: 0 0 8px #111;
	-webkit-box-shadow: 0px 0px 8px #111;
	-moz-box-shadow: 0px 0px 8px #111;
}

.default-sidebar ul {
	padding:0;
	margin:0;
}

.default-sidebar ul.main-list-item {
	padding-left: 25px;
}

.default-sidebar #side-nav {
	
}
.default-sidebar #side-nav li a:before {
	/*content: "\00BB \0020";*/
}
.default-sidebar #side-nav li {
	position: relative;
}
.default-sidebar #side-nav li a {
	/* height: 21px; */
}
.default-sidebar #side-nav li ul.subnav {
	color: #DFDFDF !important;
    background-image: url('../images/sub-nav-background.jpg');
    border-top: 1px solid #444;
    border-bottom: 1px solid #111;
    -webkit-box-shadow: 0 0 8px #111;
    box-shadow: 0 0 8px #111;
	-webkit-box-shadow: 0px 0px 8px #111;
	-moz-box-shadow: 0px 0px 8px #111;
	padding-left: 25px;
	margin-left: 214px;
	margin-top: -45px;
	width: 239px;
	display: none;
	position: absolute;
	z-index: 5;
	
}

.default-sidebar #side-nav li ul.subnav li {
	position: relative;
	z-index: 1;
	opacity:1;
}

.default-sidebar li {
	list-style:none;
    background-image: url('../images/sub-nav-divider.png');
	background-repeat:repeat-x;
	background-position:bottom;
}

.default-sidebar li a {
	list-style:none;
	display: block;
    padding: 10px 12px 12px 14px;
	line-height: 1.5em;
    text-decoration: none;
    font-size:1.2em;
    color: #fff;
    font-weight: 600;
    background-image: url('../images/sub-nav-bullet-off.png');
	background-repeat: no-repeat;
	background-position: 1px 17px;
}
.default-sidebar li a:hover {
	color: #ccc;
}
.default-sidebar li a.current {
	color:#EA3021;
	font-size:1.5em;
	text-transform: uppercase;
	/*font-weight: bold;*/
	padding: 15px 0;
    background-image: url('../images/sub-nav-divider.png');
	background-repeat:repeat-x;
	background-position:bottom;
}
.default-sidebar li:last-child,
ul#side-nav li:last-child{
	background:none;
}

li.current-page ul.subnav li a {
	color: #FDFDFD !important;
}

/*
ul#side-nav {
	list-style: none;
	background-image: url('../images/sub-nav-background.jpg');
	background-position:top;
	border-top: 1px inset #777;
	font-size:1.3em;
	padding:0 0 0 25px;
	margin: 0;
}

ul#side-nav li {
	list-style:none;
	background-image: url('../images/sub-nav-divider.png');
	background-repeat:repeat-x;
	background-position:bottom;
}

ul#side-nav li a {
	text-transform: uppercase;
	color: #DFDFDF;
    display: block;
    padding: 20px 0;
    text-decoration: none;
    
}

ul li.current-page a{
	color:#EA3021 !important;
}

ul#side-nav li:last-child {
	background:none;
}*/
ul#nav li.current-page a,
ul#nav li.current-page a:visited,
ul#side-nav li.current-page a,
ul#side-nav li.current-page a:visited
{
	color:#EA3021;
}
ul#side-nav li.current-page a,
ul#side-nav li.current-page a:visited{
    background-image: url('../images/sub-nav-bullet-on.png');
	background-repeat: no-repeat;
	background-position: 1px 17px;
}
#footer {
	border-top:1px solid #313131;
	height: 100px;
	text-align: left;
	padding: 12px 5px;
	clear: both;
	color: #BFBDBD;
	/*max-width: 955px;*/
	font-size:0.89em;
}

#footernav{
	margin: 0;
    padding: 0;
    width:437px;
	
}

#footernav{}

#footernav li {
	display:inline-block;
	*display:inline; zoom:1;
	margin-right:10px;
}

#footernav li a{
	color: #BFBDBD !IMPORTANT;
	text-decoration:underline;
}
#footernav li .subnav {
	display: none;
}
#footer a {
	text-decoration: none;
	color: #BFBDBD;
}

.footernav, 
.social{
	float:left;
}
.staff-area #footer .footer-top .social,
.staff-area .social-link-box{
	display: none;
}
.copyright {
	float:right;
}

/*Staff*/
div.login-link {
	/*position: absolute;*/
	float: left;
    margin-left: 21px;
}

/**messages*/
.notice-box {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	background: #842A09;
	text-align: center;
	z-index: 255;
}

.notice-box .icon {
	/*float:left;*/
	vertical-align: middle;
	margin-right: 19px;
	
}

.notice-box .message {
	/*float:left;*/
	padding: 12px 20px;
	font-size: 1.2em;
	color: white;
}

.notice-box .message a {
	margin-left:10px;
}

/*Forms*/
form {
	overflow: auto;
}
form fieldset {
	border: none;
	background-color: #222;
	-webkit-box-shadow: 0 0 8px #000;
	box-shadow: 0 0 8px #000;
	
}
form fieldset div {
	margin: 0;
	padding: 0;
}
form fieldset .note{
	display: none;
}
form fieldset label {
	display: block;
}
form fieldset .row {
	margin: 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #111;
}
form fieldset .row-submit,
form fieldset .row-captcha {
	border:none;
}
form #recaptcha_widget_div {
	display: inline-block;
}
form fieldset .row-mult-choice div{
	margin-top: 15px;
}
form fieldset .row-submit label {
	display: none;
}

.row-text input {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    
    width: 80%;
	padding: 5px;
}


.row-text input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
}

.row-text input::-moz-placeholder {
    color: #999;
    opacity: 1
}

.row-text input:-ms-input-placeholder {
    color: #999
}

.row-text input::-webkit-input-placeholder {
    color: #999
}

.row-text input[disabled],.row-text input[readonly],fieldset[disabled] .row-text input {
    cursor: not-allowed;
    background-color: #eee
}

textarea {
    height: auto
}

/*CSS Hacks*/

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* hides from ie-mac \*/

* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */


div.group {
	/* width: 700px; */
	min-height: 35px;
}
div.groupRow{
	float: left;
	clear: none;
	margin: 5px;
	background: #111;
}

div.groupRow input{
	float: left;
	clear: left;
	margin-right: 15px;
}

div.groupRow label{
	float: left;
	clear: right;
	width: auto;
}





.sidebar-widget {
	background-image: url("../images/sub-nav-background.jpg");
	border-bottom: 1px solid #111111;
    border-top: 1px solid #444444;
    -webkit-box-shadow: 0 0 8px #111111;
    box-shadow: 0 0 8px #111111;
    color: #DFDFDF;
    display: block;
    padding: 15px;
}



.sidebar-widget .title {
	font-size:20px;
	
}

.sidebar-widget .title a {
	
}

.sidebar-widget .content {
	margin:10px 0;
	padding:0 5px;
}



ul.giftcard-single {
	width: 300px;
	text-align: center;
	list-style: none;
	
}

ul.giftcard-single li {
	list-style: none;
}

/*-------------- Subscribe link/ iframe ---------------*/
html.safari div.subscribe-link {
	display: block !important;
	margin-bottom: 20px;
	text-align:center;
}
html.safari div.subscribe-link a {
	text-decoration:none;
	border: 0px solid black;
	color: white;
	padding: 12px 20px;
	height: auto;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 8px black;
	box-shadow: 0 0 8px black;
	background: #444;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#111));
	background: -webkit-linear-gradient(top, #444 0%,#111 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -webkit-linear-gradient(top, #444 0%, #111 100%);
	background: linear-gradient(to bottom, #444 0%,#111 100%);
}

html.safari div.subscribe-iframe {
	display: none !important;
}

/*-------------- Open Table ---------------*/
.ot-widget *{
	box-sizing: border-box;
}

.ot-widget .ot-dtp-picker{
	padding:0;
	width:100% !important;
}

.ot-widget .ot-dtp-picker .ot-dtp-picker-form{
	height:auto !important;
	overflow: visible;
	background-color: transparent;
	border:none;
}

.ot-widget .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector{
	background-color:#fff;
}

.ot-widget .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector,
.ot-widget .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-button{
	width:25% !important;
	border-radius: 0 !important;
}

.ot-widget .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-button{
	box-shadow: none;
}

@media(max-width:650px) {
	.ot-widget .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector,
	.ot-widget .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-button{
		width:100% !important;
	}

	.ot-widget .ot-dtp-picker .ot-dtp-picker-form .ot-party-size-picker,
	.ot-widget .ot-dtp-picker .ot-dtp-picker-form .ot-date-picker{
		border-bottom: 1px solid #ccc !important;
		margin:0 !important;
	}
}