/* ======================= */
/* ! Bootstrap Overrides   */
/* ======================= */

.popover {
  background-color: #F0F3F4;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover-title {
  background-color: #eee7e7;
  border-bottom: 1px solid #e3d8d8;
}
.popover.top .arrow:after {
  border-top-color: #F0F3F4;
}
.popover.right .arrow:after {
  border-right-color: #F0F3F4;
}
.popover.bottom .arrow:after {
  border-bottom-color: #F0F3F4;
}
.popover.left .arrow:after {
  border-left-color: #F0F3F4;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  color: #ffffff;
  background: #a20404;
  border-color: #a20404;
	transition: all 250ms ease-out;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fc7676;
}

a.list-group-item.active:hover {
	background: #7f0305;
	text-decoration: underline;
}

.dropdown-menu {
  background-color: #000;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-menu .divider {
  background-color: #737f8c;
}
.dropdown-menu > li > a {
  color: #F0F3F4;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #F0F3F4;
  background-color: #a20404;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #a20404;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #737f8c;
}
.dropdown-header {
  color: #737f8c;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #a20404;
  border-color: #F0F3F4;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #a20404;
}
.label-default {
  background-color: #737f8c;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5c6670;
}
.label-primary {
  background-color: #a20404;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #700303;
}
.badge-custom {
	background: #a10303; /* Old browsers */
	background: -moz-linear-gradient(top,  #a10303 0%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a10303), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a10303 0%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a10303 0%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a10303 0%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a10303 0%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a10303', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}

.page-header {
	border-color: #a20404;
	margin-top: 0;
}

.page-header small {
	display: block;
	font-size: 55%;
	margin-top: 5px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
	color: #737F8C;
}

.well {
	background: #efefef;
}

.nav-pills>li>a {
	border: 1px solid #F0F3F4;
}

.nav-pills>li.active>a {
	border: 1px solid #7f0305;
}

.nav-pills>li>a:hover, .nav-pills>li>a:focus {
	border: 1px solid #bbb;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #d5e7f1;
}

.select2-container .select2-choice,
.select2-results .select2-highlighted,
.select2-container .select2-choice div {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #9b0000;
	*background-color: #9b0000;
	background-image: -moz-linear-gradient(top, #C50000, #9b0000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C50000), to(#9b0000));
	background-image: -webkit-linear-gradient(top, #C50000, #9b0000);
	background-image: -o-linear-gradient(top, #C50000, #9b0000);
	background-image: linear-gradient(to bottom, #C50000, #9b0000);
	background-repeat: repeat-x;
	border-color: #9b0000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C50000', endColorstr='#9b0000', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.select2-container .select2-choice {
	color: #fff;
	height: auto;
	line-height: 1.5;
	padding: 5px 0 5px 10px;
	text-align: left;
}

.select2-container .select2-choice div {
	width: 28px;
}

.select2-container .select2-choice div b {
	background-position: 5px 2px;
	text-align: center;
	line-height: 30px;
}

.select2-dropdown-open .select2-choice div b {
	background-position: -12px 2px;
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.4) inset;
	-moz-box-shadow: 0 1px 8px rgba(0,0,0,0.4) inset;
	box-shadow: 0 1px 8px rgba(0,0,0,0.4) inset;
}

.select2-dropdown-open .select2-choice {
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.4) inset;
	-moz-box-shadow: 0 1px 8px rgba(0,0,0,0.4) inset;
	box-shadow: 0 1px 8px rgba(0,0,0,0.4) inset;
}

.select2-search {
	margin: 5px 0;
}

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	border-color: rgba(228,57,67,0.8);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(228,57,67,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(228,57,67,0.6);
}

.btn-list li {
	padding: 0;
}

.btn-list .btn {
	margin: 0 5px 5px 0;
}

/* ========== */
/* Pagination */
/* ========== */

.page-numbers {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	margin: 20px 0;
	border-radius: 4px;
	text-align: center;
}

.page-numbers>li {
	display: inline;
}

.page-numbers>li>span, .page-numbers>li>a {
	float: left;
	padding: 4px 12px;
	line-height: 1.428571429;
	margin: 0 5px;
	text-decoration: none;
	border-left-width: 0;
}

.page-numbers>li>a, .page-numbers>li>span, .page-numbers>li>a, .page-numbers>li>span {
	border: 1px solid #fc7676;
}

.page-numbers>li:first-child>a, .page-numbers>li:first-child>span {
	border-left-width: 1px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.page-numbers>li:last-child>a, .page-numbers>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.page-numbers>li:last-child>span, .page-numbers>li:last-child>a {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.page-numbers>li>a:hover, .page-numbers>li>a:focus, .page-numbers>li>a:hover, .page-numbers>li>a:focus {
	background: #fc7676;
	color: #fff;
}

.page-numbers>.active>a, .page-numbers>.active>span, .page-numbers>.active>a:hover, .page-numbers>li>span.current {
	background: #fb0975;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(132,176,203,0.9);
}

/* =================== */
/* ! Utility Classes   */
/* =================== */

/* all clickable elements get a pointer cursor */
a[href], input[type='submit'], input[type='image'], label, select, button, .pointer {
    cursor: pointer;
}

.cutoff {
	overflow: hidden;
	text-indent: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nomargin {
	padding: 0;
	margin: 0;
}

.notopmargin {
	padding-top: 0;
	margin-top: 0;
}

.nobottommargin {
	padding-bottom: 0;
	margin-bottom: 0;
}

.undomargin {
	margin: -5px -15px !important;
	padding: 0;
}

.light {
	font-weight: 300;
	word-break: break-word;
	word-wrap: break-word;
}

.list-padding > li {
	margin: 8px 2px 0;
}

.split-list > li {
	float: left;
	margin: 0 2%;
	width: 46%;
}

.full-width-img {
	height: auto;
	width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

.extrapad {
	padding: 10px;
}

.toppad {
	padding-top: 10px;
}

.bottompad {
	padding-bottom: 10px;
}

.text-custom {
	color: #bf0000;
}

.text-white {
	color: #fff;
}

.block-level {
	display: block;
}

.img-bordered {
	border: 1px solid #333;
	padding: 1px;
}

.subhead {
  display: block;
  font-size: 65%;
}

/* ========== */
/* ! Basics   */
/* ========== */

body {
/*   background: #f9edf3; */
  background: #f5f5f5 url(../img/wood_cut_tile.jpg) fixed;
/*
  background: #f5f5f5 url(../img/wood_bg_large.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
*/
}

#maincontainer {
  background: #fff;
  padding-top: 15px;
}

body.admin-bar .navbar-fixed-top {
	margin-top: 28px;
}

/* ======================= */
/* ! Header & Navigation   */
/* ======================= */

#pre-nav {
  background: #000;
  height: 50px;
  overflow: hidden;
}

#bitchin-nav-main {
  background: #fff;
  margin-bottom: 0;
}

.navbar-header {
	text-align: center;
}

.navbar-brand {
	line-height: 50px;
	padding: 0 15px;
}

.sub-branding {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 300;
	padding: 12px 0 0 0;
}

.navbar-brand img,
.sub-branding img {
	margin: 0 5px;
	padding: 1px;
}

#bitchin-nav-main .nav > li a {
  border: none;
  color: #000;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 21px;
  padding: 15px 10px;
  text-transform: uppercase;
	white-space: nowrap;
}

@media(min-width:768px) and (max-width:991px) {
  #bitchin-nav-main .nav > li a {
    padding: 15px 8px;
    font-size: 16px;
  }  
}

#bitchin-nav-main .nav > li a.special {
  color: #fc3b91;
}

#bitchin-nav-main .nav > li a:hover {
  background: #fc3b91;
  color: #fff;
}

#navmain  {
  position: relative;
  top: -1px;
}

.archive #infinite-handle,
.category #infinite-handle {
  display: none;
}

#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
  width: 100% !important;
}

@media(min-width:768px) {
  .sitesearch-form {
    margin-right: -15px;
    width: 195px;
  }
}


/* ======= */
/* Sidebar */
/* ======= */

.panel-custom {
  border-color: #bbb;
}

.panel-custom .panel-heading {
  background: #fcf2f6 url(../img/editors_picks.png) center center no-repeat;
  height: 85px;
}

.panel-custom .panel-body {
  padding: 0;
}

.featured-articles {
  height: 390px;
  overflow: auto;
  width: 100%;
}

.featured-articles > a > .col-md-5 {
  padding-left: 10px;
  padding-right: 5px;
}

.featured-articles > a > .col-md-7 {
  padding-left: 5px;
}

.featured-side-item {
  border-top: 1px solid #bbb;
  color: #424242;
  display: block;
  line-height: 1.25;
  min-height: 90px;
  padding: 8px 0;
  width: 100%;
}

.side-header,
.widgettitle {
  color: #888;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase;
}

.side-block {
  margin-bottom: 20px;
  padding-bottom: 13px;
  width: 100%;
}

.side-block > .panel-custom {
  margin-bottom: 0;
}

.social-icons > li {
  margin: 0;
  padding: 0;
}

.social-icons > li > a {
  background-image: url(../img/social_icons.png);
  display: block;
  height: 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 50px;
}

a.social-facebook {
  background-position: 0 0;
}

a.social-twitter {
  background-position: -50px 0;
}

a.social-youtube {
  background-position: -100px 0;
}

a.social-instagram {
  background-position: -150px 0;
}

a.social-pinterest {
  background-position: -200px 0;
}


/* ===== */
/* Posts */
/* ===== */

/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll .navigation {
    display: none;
}

#infinite-handle {
  text-align: center;
}

#infinite-handle > span {
  background: #fd358e !important;
  border-radius: 3px !important;
  display: inline-block !important;
  font-family: "Oswald", sans-serif;
  font-size: 18px !important;
  font-weight: 300;
  margin: 0 auto 10px !important;
  padding: 5px 15px !important;
}

#infinite-handle > span:hover {
  background: #fc0072 !important;
}

#maincolumn {
  background: url(../img/vert_line.png) 100% 0 no-repeat;
  border-right: 1px solid #bbb;
}

.list-group-item.media {
  margin: 0;
}

.entry-title,
article > h1,
#related .entry-title {
  border-bottom: none;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 24px;
}

h1.entry-title {
  border-bottom: 1px solid #bbb;
  font-size: 48px;
  margin-bottom: 20px;
  padding-bottom: 8px;
}

article > h1 {
  font-size: 32px;
}

.entry-title > a {
  color: #242424;
}

.entry-title > a.category {
  color: #fc3b91;  
}

.article-content:before,
.article-content:after {
  content:" ";
  display:table;
}

.article-content:after {
  clear: both;
}

.article-content {
  font-size: 16px;
}

.article-content p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

.featured-header {
  background: #000;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  padding: 15px 10px;
}

.featured-header.equal-this {
  margin-bottom: 10px;
}

.featured-header .entry-title,
.featured-header .entry-title > * {
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.entry-summary {
  border-bottom: 1px solid #bbb;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.entry-summary.first-post {
  border-bottom: none;
  margin-bottom: 15px;
}

.entry-summary.recipe {
  border: none;
  margin: 0;
  padding: 0;
}

.front-mini-header {
  color: #888;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin: 30px 0 5px;
  text-transform: uppercase; 
}

img.size-medium.alignleft {
/*   display: none; */ /* we may need to remove this later */
}

img.aligncenter,
img.attachment-large {
  display: block;
  height: auto;
  margin: 10px auto;
  width: 100%;
}

.entry-content {
  padding: 15px 0;
}

.entry-meta {
  color: #888;
}

.content-header {
  padding-bottom: 15px;
}

.content-header .entry-title {
  font-size: 48px;
  letter-spacing: -1px;
  line-height: 1;
}

.row.equalize {
  border-bottom: 1px solid #bbb;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

div.social {
  display: inline-block;
}

.vid-thumb-holder {
  position: relative;
}

.vid-thumb-holder > .play-btn {
  background: #e40010;
  background: rgba(228,0,16,0.85);
  border-radius: 16px;
  color: #fff;
  height: 55px;
  width: 85px;
  line-height: 55px;
  padding-left: 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -42px;
  text-align: center;
}

.vid-thumb-holder > .play-btn:hover,
.vid-thumb-holder:hover > .play-btn {
  background: #222;
}

img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}

img.aligncenter {
  display: block;
  float: none;
  margin: 10px auto;
}

.addon-black {
  background: #000;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.search-page #infinite-handle {
  display: none;
}

.size-full,
.attachment-foodthumb,
.attachment-boxthumb {
  height: auto;
  width: 100%;
}

.recipe-meta {
  font-size: 18px;
}


/* ============ */
/* New Carousel */
/* ============ */

.bitchin-carousel {
  padding-bottom: 20px;
}

.bitchin-carousel .carousel-indicators {
  bottom: 0;
}

.bitchin-carousel .carousel-indicators li {
  border-color: #000;
}

.bitchin-carousel .carousel-indicators .active {
  background-color: #000;
}

.bitchin-carousel .carousel-control {
  color: #fd358e;
  background: none;
  width: 40px;
}

#top-5-carousel .carousel-control .glyphicon-chevron-left,
#top-5-carousel .carousel-control .glyphicon-chevron-right {
  top: 35%;
}

.carousel-linked-nav {
  margin: 10px auto 0;
}

.carousel-inner>.item>a>img.carousel-img,
.carousel-inner img.carousel-img {
  display: block;
  margin: 0 auto;
}

.top5-block {
  margin: 0 auto;
  width: 90%;
}


/* ====== */
/* Footer */
/* ====== */

#footer {
  background: #000;
}

#footer a {
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

#footer .nav>li>a:hover {
  background: none;
  color: #fc3b91;
}

/* ======================== */
/* Breakpoint Optimizations */
/* ======================== */

@media (min-width: 769px) {

  #menu-bitchin-footer {
    float: none;
    text-align: center;
  }
  
  #menu-bitchin-footer > li {
    display: inline-block;
    float: none;
  }
  
}

/**
   Newsletter Signup Box
**/

.mc_custom_border_hdr,
#mc_subheader,
.mc_var_label.mc_header.mc_header_email {
  display: none;
}

.mc_form_inside:before,
.mc_form_inside:after {
    content: " ";
    display: table;
}

.mc_form_inside:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.mc_form_inside {
    *zoom: 1;
}

.mc_merge_var {
  float: left;
  width: 70%;
}

.mc_signup_submit {
  float: left;
  width: 28%;
}

#mc_signup_submit {
  margin-top: 0 !important;
  width: auto !important;
}


/* *
   * Fix Facebook Featured Image function
 */

.hide-from-view {
  position: fixed;
  top: 0;
  height: 1px;
  overflow: hidden;
}