/*
Theme Name: 	SFW Theme
Description: 	Custom theme developed for SFW
Version: 		0.1
Author: 		Mark Summers
*/


@charset "UTF-8";
/* CSS Document */

/* Overwrite fonts with Google's Lato
-------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Lato', Arial, serif; font-weight: 300; }
em { font-family: 'Lato', Arial, serif; font-weight: 300; font-style: italic; }
strong { font-family: 'Lato', Arial, serif; font-weight: 700; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-weight: 700;}


	table.tableizer-table {
		font-size: 14px;
		border: 1px solid #000;
		font-family: Arial, Helvetica, sans-serif;
	}
	.tableizer-table td {
		padding: 4px;
		margin: 3px;
		border: 1px solid #000;
	}
	.tableizer-table th {
		background-color: #742914;
		color: #FFF;
		font-weight: bold;
	}


/* Overwrite a few Bootstrap styles
-------------------------------------------------- */
body {
	font-size: 18px;
	line-height: 1.6;
	background-color: #53523e;
	background-image: url(img/dark-woodBG.jpg);
  	background-position: 0px 100px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	overflow-x: hidden; /* fixes an issue with bootstrap's 15px overflow */
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #000;
}
/*ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;  
}*/
sup {
  font-size: 50%;
}
p {
    margin: 0 0 20px;
}
h2, h3, h4, h5, h6 {
	color: #742914;
}
.dropdown-menu {
	font-size: 16px;
}
a {
	color: #742914;
}
a:hover, a:focus {
	color: #551e0e;
}
hr {
	border: 0;
	border-bottom: 1px dashed #742914;
	background: none;
}
hr.glyph {
	padding: 0;
	border: none;
	border-top: medium double #742914;
	color: #742914;
	text-align: center;
}
hr.glyph:after {
	content: "SFW";
	display: inline-block;
	position: relative;
	top: -1.2em;
	font-size: 0.8em;
	padding: 0 0.25em;
	background: #d1c7b8;
}
.dropShadow {
	-moz-box-shadow:    0px 1px 4px 0px #333;
  	-webkit-box-shadow: 0px 1px 4px 0px #333;
  	box-shadow:         0px 1px 4px 0px #333;
}
.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.hover-fade:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
p.Cart66CustomFieldDesc {
	color: #000;
}

/* Slider Styles
-------------------------------------------------- */
#myCarousel {
	margin-top: 25px;
}

/* moves the nav bar down when logged in as admin
--------------------------------------------- */
body.admin-bar .navbar-fixed-top {
	top: 32px;
}

/* Navbar
-------------------------------------------------- */
.navbar {
	font-size: 16px;
}

.navbar-inverse {
    background-color: 	#262b22;
    border-color: 		#262b22;
	-moz-box-shadow:    0px 1px 12px 0px #333;
  	-webkit-box-shadow: 0px 1px 12px 0px #333;
  	box-shadow:         0px 1px 12px 0px #333;
}
.dropdown-menu > .subMenuTitle > a {
	font-weight:700;
}

/* Masthead
-------------------------------------------------- */
#brandRow {
	background-color: #742914;
}
#brand {
  	margin-top: 65px;
	margin-bottom: 20px;
	color: #742914;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
}
#brand img {
	width: 140px;
	vertical-align: -65%;
	padding-right: 10px;
}
#brand a {
	text-decoration: none;
	color: #fff;
}
#brand a:hover, #brand a:focus {
	color: #bbab91;
}
#slogan {
	margin-top: 85px;
	color: #d1c7b8;
}
#slogan h3 {
	font-size: 18px;
	color: #d1c7b8;
	margin-bottom: 13px;
}
.login {
	float: right;
	margin-left: 10px;
}
.btn-login {
  font-weight: 700;
  color: #742914;
  background-color: #db7427;
  border-color: #742914;
  margin-top: 10px;
}
.btn-login:hover, .btn-login:focus {
  color: #FFFFFF;
  background-color: #b95e1a;
}
.btn-read-more {
  font-weight: 700;
  color: #d1c7b8;
  background-color: #742914;
  border-color: #46180c;
}
.btn-read-more:hover, .btn-read-more:focus {
  color: #FFFFFF;
  background-color: #46180c;
}

/* Content styels
-------------------------------------------------- */
#rowDefault {
	background-color: #d1c7b8;
	padding-top: 30px;
	padding-bottom: 45px;
	-moz-box-shadow:    0px 1px 12px 0px #333;
  	-webkit-box-shadow: 0px 1px 12px 0px #333;
  	box-shadow:         0px 1px 12px 0px #333;
}
.attachment-post-thumbnail {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	max-width: 300px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.panel-heading h4 {
	font-size: 18px;
	color: #742914;
}
.postDate {
	font-size: 0.8em;
	color: #742914
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* contact area
-------------------------------------------------- */
#contactWrap a {
	color: #F5F5F5;
}
#contactWrap h3 {
	font-size: 28px;
	margin-bottom: 10px;
}
#contactWrap {
    color: #F5F5F5;
    background-color: #742914;
	padding-top: 35px;
	padding-bottom: 35px;
	-moz-box-shadow:    0px -2px 5px 0px #555;
  	-webkit-box-shadow: 0px -2px 5px 0px #555;
  	box-shadow:         0px -2px 5px 0px #555;
}
.social {
    margin-top:25px;
    margin-bottom:15px;
}
.social img {
    background-color: #521a0a;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 3px;
    margin-left: 3px;
}
.social a:hover img {
    background-color: #3a1307;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 35px;
}
#footer {
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
  background-color: #53523e;
}
#footer p {
	margin-top: 15px;
	margin-right: 25px;
	color: #fff;
	font-size:10px;
}
#contactWrap h3 {
	color: #d1c7b8;
}
#contactWrap p {
	color: #d1c7b8;
	font-size: 16px;
}

/* Form styling
-------------------------------------------------- */
label {
    font-weight: normal;
	font-size: 16px;
}
.form-group-wrap {
    padding-top: 10px;
	border-top: 1px dashed #333888;
}
input, select[multiple], textarea {
    background-image: none;
    border: 1px solid #333;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #cccccc inset;
    padding: 6px 12px;
}
input:focus, textarea:focus {
      background: #d7ec99;
}
.ninja-forms-error-msg, .ninja-forms-field-error {
	color: #F00;
	font-size: 16px;
}
.ninja-forms-req-symbol {
	color: #F00;
}
.ninja-forms-form-wrap label {
	font-weight: 300;
}
.noInset {
	box-shadow: 0px 0px 2px 0px #000;
}
.noBorder-wrap input {
	border: 0px solid #333;
}

/* Sidebar styles
-------------------------------------------------- */
.sfwSidebar {
	background-color: #8d8b69;
	border: 1px solid #53523e;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
	-moz-box-shadow:    0px 1px 6px 0px #333;
  	-webkit-box-shadow: 0px 1px 6px 0px #333;
  	box-shadow:         0px 1px 6px 0px #333;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.rpwe-block li, .rpwe-block h3 {
	margin: 0;
	padding: 0;  
}
.rpwe-block ul {
	margin: 0;
	padding: 12px 25px; 
}
.rpwe-title {
	font-size: 15px;
	font-weight: 700;
}
.rpwe-time {
	font-size: 14px;
	display: block;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #53523e;
}
.widget-title {
	margin-top: 0;
	padding: 10px;
	background-color: #53523e;
	color: #d1c7b8;
	text-align: center;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
    border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}

/* Widget styling for news section
-------------------------------------------------- */
.widget-area ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}
.widget_search .screen-reader-text {
	display: none;
}
#searchsubmit {
	float: right;
}
.xoxo {
	padding: 0;
}
.tagcloud {
	margin-left: 15px;
}

/* News page (blog) styles
-------------------------------------------------- */
.entry-title {
	font-size: 35px;
	border-top: 1px dotted #333888;
	padding-top: 15px
}
.entry-meta {
	padding: 7px;
	background-color: #e8e3db;
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}
.entry-content, .entry-summary {
	font-size: inherit;
	padding-right: 25px;
}
.entry-utility {
	padding: 7px;
	background-color: #e8e3db;
	font-size: 14px;
	color: #666;
	margin-bottom: 35px;
}
.more-link {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #357ebd;
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  color: #ffffff;
  background-color: #742914;
}
.more-link:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.more-link:hover,
.more-link:focus {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
  text-decoration: none;
}

/* Styles for cart66
-------------------------------------------------- */
#slogan p {
	font-size: 10px;
	color: #742914;
	margin-top: 3px;
	margin-bottom: 3px;
}
#Cart66scViewCart {
	display: none;
}
#Cart66scCartContents {
	background-color: #5b2010;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
#Cart66scCartContents a {
	color: #fff;
}
#ccInfo #payment-securityId {
	width: 65px;
}
#mailChimp {
	clear:both;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #DA8C00;
	background-color:#FFBE5B;
	    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	font-weight: bold;
}
.Cart66ButtonPrimary, .Cart66ButtonSecondary, #content .Cart66ButtonPrimary, #content .Cart66ButtonSecondary, .Cart66CartButton .purAddToCart {
    font-size: 14px;
    height: 30px;
    line-height: 25px;
}
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
}
.Cart66CheckboxList {
	margin-right: 10px;
}
.MailChimpList li input {
	margin-right: 10px;
}
.MailChimpList li input {
	margin-right: 10px;
}
.widgets_on_page ul {
	padding-left: 0;
}
#BanquetCart {
	margin:0px;padding:0px;
	width:100%;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}#BanquetCart table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
#BanquetCart tr:nth-child(odd){ background-color:#ffaa56; }
#BanquetCart tr:nth-child(even)    { background-color:#ffffff; }
#BanquetCart td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}#BanquetCart tr:last-child td{
	border-width:0px 1px 0px 0px;
}#BanquetCart tr td:last-child{
	border-width:0px 0px 1px 0px;
}#BanquetCart tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
#BanquetCart tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
#BanquetCart tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/* Responsive conditions-------------------------------------------------- */
@media (max-width: 1200px) {	

#brand {
	margin-top: 105px;
}
#slogan {	
	margin-top: 10px;
}
#homeVids iFrame {
	width: 285px;
}
}
@media (max-width: 1000px) {	

#menu-primary li a {
	padding: 10px;
	font-size: 14px;
}
#homeVids iFrame {
	width: 350px;
}
}

@media (max-width: 767px) {	
#brand {	
	font-size: 30px;
	margin-top: 60px;
	margin-bottom: 0px;
	line-height: 0.3em;
}
#slogan {	
	margin-top: 10px;
}
#slogan h3 {	
	font-size: 18px;
}	
.item {
	height: 350px;
	width: 100%;
}
.container {
	padding-left: 45px;
	padding-right: 45px;
}
}
@media (max-width: 567px) {	
#brandHead {	
	display: none;
}
}

@media (max-width: 400px) {
body {
	font-size: 16px;
}
#brand {	
	font-size: 30px;
	margin-top: 60px;
	margin-bottom: 0px;
	line-height: 0.3em;
}
#slogan h3 {
	font-size: 16px;
}
.item {
	height: 160px;
	width: 100%;
}
.social img {		
	width: 40px;		
	height: 40px;
}
.container {
		padding-left: 25px;
		padding-right: 25px;
}
}