/*
 Theme Name:   Website
 Description:  Website theme, child of dev bootstrap3 WP theme
 Author:       Voxcomp
 Author URI:   http://voxcomp.com
 Template:     devdmbootstrap3
 Version:      1.0.0
 Text Domain:  website
*/

html,body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	color:#000;
	font-family: 'Rubik', sans-serif;
	font-weight:300;
	-webkit-font-smoothing: antialiased;
}
.header {
	position: fixed;
	left:0;
	width:100%;
	padding:0 0 8px;
	z-index: 50;
   text-align: center;
}
.header.sticky {
	padding:0 0 5px;
	background:rgba(255,255,255,0.95);
	height:120px;
	box-shadow: 0 0 5px rgba(0,0,0,0.40);
}

.site-logo {
    display:inline-block;
	text-align:center;
	position: relative;
	z-index: 10;
}
.site-logo img {
	display:block;
	max-width:140px;
	height:auto;
}
.sticky .site-logo img {
	max-width:60px;
}


.header-links {
	font-size:15px;
	font-weight:400;
	letter-spacing: 1.4px;
}

.topbar {
	padding:9px 20px;
	color:#fff;
	font-size:15px;
	background:#E01C18;
	margin-bottom:8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align:left;
}
.topbar a {
	color:#fff;
}
.topbar a:hover {
	color:#fff;
}
.topbar p {
	margin-bottom:0;
}

.page-container {
	position: relative;
	z-index: 1;
	min-height:100%;
}
.top-pusher {
	height:160px;
}

.dmbs-main {
	max-width:1200px;
	margin:0 auto;
}

.dmbs-content {
	line-height:1.5em;
}
.dmbs-right {
	padding-top:90px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	min-height:0;
}

.padding-15 {
	padding:15px;
}
.padding-top-15 {
	padding-top:15px;
}
.padding-bottom-15 {
	padding-bottom:15px;
}
.padding-left-15 {
	padding-left:15px;
}
.padding-right-15 {
	padding-right:15px;
}
.padding-25 {
	padding:25px;
}
.padding-top-25 {
	padding-top:25px;
}
.padding-left-25 {
	padding-left:25px;
}
.padding-right-25 {
	padding-right:25px;
}
.padding-bottom-25 {
	padding-bottom:25px;
}
.padding-40 {
	padding:40px;
}
.padding-top-40 {
	padding-top:40px;
}
.padding-bottom-40 {
	padding-bottom:40px;
}
.padding-bottom-65 {
	padding-bottom:65px;
}
.padding-80 {
	padding:80px;
}
.padding-top-80 {
	padding-top:80px;
}
.padding-bottom-80 {
	padding-bottom:80px;
}
.white-text, .main-container .white-text, .white-text strong {
	color:#fff;
}
.purple-text {
	color:#55284F;
	line-height: normal;
	font-weight:300;
}
.grey-text {
	color:#666;
}
.lineheight-1 {
	line-height:1em;
}
.lineheight-12 {
	line-height:1.2em;
}
.lineheight-13 {
	line-height:1.3em;
}
.lineheight-14 {
	line-height:1.4em;
}
.lineheight-16 {
	line-height:1.6em;
}
.lineheight-18 {
	line-height:1.8em;
}
.lineheight-2 {
	line-height:2em;
}
.letter-spacing {
	letter-spacing:inherit;
}
.grey-border {
	border-top:2px solid #EFEFEF;
	border-bottom:2px solid #EFEFEF;
}
.no-border-bottom {
	border-bottom:0;
}
.no-title-bar .title-bar {
	display:none;
}
.center-50 div:not(.clearfix), .center-50 p {
	max-width:50%;
	display:inline-block;
}
.white-bkg {
	background:#fff;
}
.fill-bkg {
	position: absolute;
	z-index: 0;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.transparent-bkg {
    opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.table-container {
	display:table;
	height:100%;
	width:100%;
	table-layout: fixed;
}
.table-content {
	display:table-cell;
	width:100%;
	vertical-align: middle;
	text-align: center;
}
.col-spacing, .row-spacing { margin-bottom:30px; }

.centered {
	text-align:center;
}
.block.right {
	text-align:right;
}
.font-16 {
	font-size:16px;
}
.font-18 {
	font-size:18px;
}
.font-20 {
	font-size:20px;
}
.font-22 {
	font-size:22px;
}
.font-24 {
	font-size:24px;
}
.font-26 {
	font-size:26px;
}
.font-28 {
	font-size:28px;
}
.font-30 {
	font-size:30px;
}
.xlarge-icon {
	font-size:65px;
}
.large-icon {
	font-size:50px;
}
.medium-icon {
	font-size:35px;
}
.small-icon {
	font-size:20px;
}
.ctct-submit, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
}
.ctct-submit, .btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	text-transform: uppercase;
	font-size:13px;
	padding:6px 19px;
	border:1px solid #000;
	border-radius: 0;
	letter-spacing: 1px;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
}
.ctct-submit, .btn-primary, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	border:1px solid #E01C18;
	background: #E01C18;
	color:#fff;
}
.ctct-submit:hover, .btn-primary:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	border:1px solid #E01C18;
	background: none;
	color:#E01C18;
}
.btn-default, .btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	border:1px solid #E01C18;
	background: none;
	color:#E01C18;
}
.btn-default:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	border:1px solid #E01C18;
	background: #E01C18;
	color:#fff;
}

.footer .ctct-submit {
	padding:3px 11px;
	background:none;
	border:1px solid #fff;
	color:#fff;
}
.footer .ctct-submit:hover {
	background:#fff;
	border:1px solid #fff;
	color:#E71D24;
	outline: 0;
}

.btn-clear {
	background:none;
	border:0;
}
.btn-clear:hover,.btn-clear:active {
	background:none;
	border:0;
	outline: 0;
}
.btn-clear:focus {
	outline:0;
}

.btn-warning {
	border:none;
	background: #FF0;
}

.btn-success {
	border:none;
	background: #0F0;
	color:#fff;
}

.copyright {
	padding-top:15px;
	font-size:11px;
}

a {
	color:#E71C24;
	text-decoration: none;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.white-text a {
	color:#fff;
	text-decoration: underline;
}
strong {
	font-weight: 700;
}
a:hover, .footer a:hover {
	color:#E71C24;
	text-decoration: underline;
}
a:active,a:focus {
	text-decoration: none;
	outline:0;
}
.header-links a {
	color:#E71C24;
}
.menu-links a, .menu-contact a {
	color:#fff;
}
.footer a {
	color:#393939;
}

.img-responsive { display:inline-block; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight:700;
	color:#E71C24;
	letter-spacing: 1.2px;
}
.white-text h2, .white-text h3, .white-text h4, .white-text h5 {
	color:#fff;
}

h1 { font-size:29px; }
h1.page-title { 
	font-weight:600; 
	font-size:41px; 
	line-height:normal;
	margin-bottom:25px; 
	text-transform: uppercase;
}
h2 { font-size:24px; }
.content-panel h2 { font-weight:300; color:#6A6868; }
.white-text h2 { color:#fff !important; }
h3 { font-size:18px; }
aside h3 { margin-top:0; }
h4 { font-size:15px; }

.rteright {
	text-align:right;
}
.rtecenter {
	text-align:center;
}

.content-panels {
}
.content-panel {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.social ul {
	text-align:left;
	list-style:none;
	margin:0;
	padding:0;
}
.footer-contact .social ul {
	text-align:right;
}

.social ul li {
	text-align:center;
	margin:0 10px 7px;
	list-style:none;
	padding:0;
	display:inline-block;
}

.social ul li a {
	color:#fff;
}
.social ul li a:hover {
	color:#393939;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control {
    height: auto;
}

.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%; }

.faq.card {
	border:0;
}
.faq-container h3 {
	margin-bottom:5px;
}
.faq-container hr {
	margin-top:0;
}
.faq .card-header {
	border:0;
	background:transparent;
	padding:8px;
}
.faq .card-header h5 a:before {
  font-family: FontAwesome;
  content: "\f077";
  display: inline;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size:12px;
}

.faq .card-header h5 a.collapsed:before {
	content: "\f078";
}

.faq .card-header h5 {
	display:inline;
	vertical-align: middle;
	font-size:16px;
}
.faq .card-header h5 a {
	color:#272727;
}
.faq .card-body {
	padding:20px 20px 8px 50px;
}

/********************* NAVIGATION */

  .site-logo {
	margin-bottom:-95px;
  }
  .sticky .site-logo {
	  margin-bottom:-55px;
  }


.header .nav {
	float:none;
	text-align:center;
}
.header nav {
	position: relative;
	z-index: 5;
}
.header .nav>li {
	float:none;
	display:inline-block;
	text-align:center;
}
.header .nav>li>a, .header .nav>.active>a {
	background:none;
	text-transform: uppercase;
	padding:0 12px;
	cursor: pointer;
	font-weight:400;
	color:#EB1C24;
	letter-spacing: 1px;
}
.header .nav>li>a span.caret {
	display:none;
}
.header .nav>li>a:hover, .header .nav>li>a:focus {
	background:none;
	color:#2C2622;
}

.header .dropdown-menu > li {
	display:block;
	text-align: center;
	border-bottom:1px solid #ccc;
}
.header .dropdown-menu > li:last-child {
	border-bottom:0;
}
.header .dropdown-menu > li > a, .header .dropdown-menu > .active > a {
	background:none;
	font-weight:400;
}
.header .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color:transparent;
}
.header ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block !important;
}
.header ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 0;
}
.header .navbar-toggle {
	position: relative;
	z-index: 6;
	border:0;
	
}
.navbar-toggle .icon-bar {
	border-color:#EB1C24;
	background:#EB1C24;
	height:4px;
	width:38px;
	border-radius: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top:5px;
}

.view-recipes .recipe {
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size:20px;
	padding:5px;
}

/********************* COLLAPSE TEXT *****************************/

.panel {
	box-shadow:none;
	-webkit-box-shadow: none;
}
.panel-default > .panel-heading {
	background-color:transparent;
	color:#231F20;
	border:1px solid #40AD49;
	border-left:0;
	border-right:0;
	background:url(images/open.png) 98% center no-repeat;
	border-radius: 0;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
	padding:0;
}
.panel-default > .panel-heading a {
	padding:10px 15px;
	display:block;
	text-decoration: none;
	font-weight:700;
	background:#def2df;
}

.panel-default > .panel-heading:hover {
	background-color:#40AD49;
	color:#fff;
}
.panel-default > .panel-heading:hover a:hover {
	color:#fff;
	text-decoration: none;
	background-color:#40ad49;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border:0;
}
.panel-group .panel + .panel {
	margin-top:-1px;
}

/********************* PAGE BANNER *****************************/

.slideshow-slide {
	font-size:65px;
	line-height: normal;
	color:#fff;
	position: relative;
}
.slideshow-slide p {
	margin:0;
}

/********************* COMMENT AREA *****************************/

.btn-info, .comment-respond #submit, #searchform #searchsubmit {
	text-transform: uppercase;
	font-size:16px;
	background-color:transparent;
	border-radius:7px;
	border:2px solid #032874;
	color:#032874;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info, .comment-respond #submit:hover, .comment-respond #submit:focus, .comment-respond #submit.focus, .comment-respond #submit:active, .comment-respond #submit.active, .open > .dropdown-toggle.comment-respond #submit, #searchform #searchsubmit:hover, #searchform #searchsubmit:focus, #searchform #searchsubmit.focus, #searchform #searchsubmit:active, #searchform #searchsubmit.active, .open > .dropdown-toggle#searchform #searchsubmit {
	border:2px solid #032874;
	background:#032874;
	color:#fff;
}

/********************* LANDING ******************************/

.view-landing .view-content {
	display:table;
	table-layout: fixed;
	width:100%;
}
.view-landing .views-row {
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	padding:0 15px;
}

/********************* PRODUCTS ********************************/

h1.product_title {
	color:#000;
	font-size:45px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.woocommerce .quantity .qty {
	width:85px;
	text-align: left;
	padding:5px 10px;
}
.woocommerce .quantity .qty:focus {
	outline:0;
}

.woocommerce .variations label {
	display: block;
    margin-bottom: 8px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
}
.woocommerce div.product form.cart .variations {
	margin-bottom:0;
	max-width:180px;
}
.woocommerce div.product form.cart .variations .reset_variations { display:none !important; }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float:none;
	width:auto;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float:none !important;
	width:auto !important;
}
.woocommerce div.product form.cart div.quantity {
	margin-bottom:10px;
	float:none;
}
input.qty {
	border:1px solid #000;
	font-size:17px;
}
.product-main {
	margin-bottom:60px;
}
.product-notes {
	color: #E01C18;
	letter-spacing: 2px;
	font-size:18px;
	margin-bottom:20px;
}
.product-see-more, .product-see-less {
	color: #E01C18;
	letter-spacing: 1.5px;
	cursor: pointer;
}
.product-see-less {
	display:none;
}
.product-description {
	height: 100px;
	overflow: hidden;
	margin-bottom:15px;
}
.product .product-price {
	font-weight:700;
}
.product .quantity label {
	display:block;
	margin-bottom:8px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight:700;
}

.product-character {
	padding-right:25px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight:400;
	line-height:1.3em;
	font-size:90%;
	padding-top:30px;
}

.product-location {
	color:#E71C24;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	font-size:14px;
}
.product-location div {
	display:inline-block;
	margin-right:10px;
	vertical-align: middle;
}
.product-location img {
	max-width:85px;
}

.woocommerce-result-count {
	display:none;
}
.woocommerce-ordering {
	display:none;
}

.term-description {
	color:#E71C24;
	margin-bottom:25px;
	letter-spacing: 1px;
	line-height:1.8em;
}

.product-main {
	max-width:1200px;
	margin:0 auto;
}

.woocommerce.tax-product_cat .woocommerce-products-header {
	display:none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	color:#2C2622;
	border-top-color:#E71C24;
	border-bottom:1px solid #E71C24;
	background:#efefef;
}

.woocommerce-info::before, .woocommerce-message::before {
	color:#E71C24;
}

.woocommerce-page table.cart td.actions input[name=coupon_code].input-text, .woocommerce-page table.cart td.actions input[name=pw_gift_card].input-text {
	width:125px;
}

.checkbox input#terms[type="checkbox"], .checkbox input#createaccount[type="checkbox"], .checkbox input#gift_order[type="checkbox"] {
	position: relative;
}

/*----------------- PRODUCT LOOP ------------------*/

.woocommerce .products .product .variations { display:none; }

.woocommerce .products .product .woocommerce-variation { display:none !important; }

.woocommerce .products div.product form.cart .button {
	float:none;
	display:inline-block;
}

.woocommerce .products .product-thumb > img, .woocommerce ul.products li.product a img {
	position: relative;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow:none !important;
	width:515px !important;
	max-width:100% !important;
	max-height:515px !important;
	height:auto !important;
	width:auto !important;
	display:inline-block !important;
	margin:0 auto !important;
	z-index: 5;
}
.woocommerce .products .product-thumb {
	position: relative;
}
.woocommerce .products .product-review-icon {
	position: absolute;
	top:50%;
	left:50%;
	margin-left:15%;
	width:15%;
	z-index: 6;
}
.woocommerce .products .product-review-icon img, .woocommerce ul.products li.product a .product-review-icon img {
	width:100% !important;
	height:auto !important;
	display:inline-block;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow: none !important;
}

.products .product h3, .products .product h2.woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-weight:700; 
	font-size:30px; 
	line-height:normal;
	margin-top:25px;
	margin-bottom:5px; 
	text-transform: uppercase;
	color:#000;
	padding:0;
}
.products .product h3 a, .products .product h2.woocommerce-loop-product__title a {
	color:#000;
}

.products .product {
	position: relative;
	padding:20px;
	text-align:center;
}

.textwidget .woocommerce ul.products.columns-2 li.product, .textwidget .woocommerce-page ul.products.columns-2 li.product {
	width:auto;
}
.textwidget .woocommerce ul.products li.product, .textwidget .woocommerce-page ul.products li.product {
	float:none;
	margin:0;
	padding:20px;
}
.textwidget .woocommerce ul.products {
	margin:0;
}

.woocommerce .products div.row [class^="col-"] {
	margin-bottom:15px;
}
.products .product .product-price {
	font-weight:400;
	margin-bottom:15px;
}
.products a .product-price {
	color:#000;
}
.products .origin {
	font-size:12px;
	letter-spacing: 1px;
	margin-bottom:5px;
}
.products .flavor-notes {
	color: #000;
	letter-spacing: 1px;
	font-size:13px;
	margin-bottom:5px;
}
.products .product-notes {
	letter-spacing: 1px;
	font-size:14px;
	margin-bottom:5px;
}
.products .product-location {
	margin-bottom:5px;
	font-size:14px;
	font-weight:400;
}
.products .product .product-location-icon {
	position: absolute;
	top:0px;
	right:10px;
	max-width:80px;
}
.products .product .product-location-icon img {
	max-width: 100% !important;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width:auto;
	max-width:175px;
}
.woocommerce table.shop_table_responsive tr td .quantity label {
	display:none;
}


/*
.woocommerce table.shop_table {
	border:0;
}
.woocommerce table.shop_table.cart {
	background:#ECF5F7;
}
.woocommerce .cart th {
	background:#005029;
	color:#fff;
	font-size:14px;
	border:0;
}

.woocommerce .cart_totals table {
	background:#F6F6F6;
}
.woocommerce table.shop_table td {
	border:0;
}
.woocommerce table.cart td.actions .input-text {
	width:105px;
}
.woocommerce table.cart td.actions .coupon {
	text-align:left;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float:none;
	width:auto;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width:auto;
	max-width:100px;
}

input#coupon_code {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    margin-bottom:8px;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods {
	display:none;
}
*/

.grecaptcha-badge {
    display: none !important;
}
	
/********************* FOOTER AREA *****************************/

.footer-contact {
	padding-bottom:15px;
}
.footer-contact a {
	text-decoration: none;
	color:#fff;
}
.footer-contact a:hover {
	text-decoration: underline;
	color:#fff;
}

.footer-contact h2 {
	color:#fff;
	text-transform: none;
	font-size:14px;
}
.footer .ctct-form-wrapper {
	padding-bottom:15px;
}

.footer { 
	padding:30px 0 0;
	background:#E71C24;
	position: relative;
	z-index: 2;
	color:#fff;
	font-size:12px;
}

.footer .nav>li>a {
	color:#fff;
	background:none;
	padding:0;
	margin:2px 0;
}
.footer .nav>li>a:hover {
	color:#2C2622;
	text-decoration: none;
	background:none;
}

/* columns of same height styles */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height, .row-xs-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

/* vertical alignment styles */

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
  .dmbs-main.with-sidebar {
	  padding-right:40px;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
	.page-banner-title h1 {
		font-size:44px;
	}
}
@media (min-width: 999px) {
	.navbar-close { display:none; }
}
@media screen and (max-width: 999px) {
	.site-logo {
		margin-bottom:0px;
		margin-left:-50px;
		
	}
	.header.sticky {
		text-align:right;
	}
	.sticky .site-logo {
		margin-bottom:0px;
	}
	.header.sticky {
		height:auto;
	}
	.header nav {
		z-index: 100;
	}
	.main-navigation {
		position: fixed;
		top:0;
		left:-100%;
		height:100% !important;
		padding:35px 15px !important;
		background:#E01C18;
		z-index: 100;
		text-align: right;
	}
	.navbar-collapse {
/*
		clear:both;
		background:#E01C18;
		padding-top:15px;
		padding-bottom:15px !important;
		margin-left:-15px;
		margin-right:-15px;
*/
		border-top:0;
		max-height: none;
		background:transparent;
	}
	.navbar-close {
		margin-bottom:8px;
		margin-right:0;
		border-radius: 4px;
		display:inline-block;
		padding: 5px 17px;
		border:1px solid #fff;
		color:#fff;
		background:transparent;
	}
	.navbar-close:hover {
		background:#fff;
		color:#E01C18;
	}
	.header .nav>li {
		display:block;
		text-align: left;
	}
	.header .nav>li>a, .header .nav>.active>a {
		padding:12px 15px;
		color:#fff;
		font-size:28px;
	}
	.header .dropdown-menu {
		display:block !important;
		background-color:transparent;
		border-top:0;
		position: relative;
		top:auto;
		left:auto;
		z-index: auto;
		float:none;
		min-width: 0;
		padding:0 0 0 25px;
		margin:0;
		border:0;
		box-shadow:none;
		-webkit-box-shadow: none;
		border-radius: 0;
		border-top: 1px solid #C3BDB5;
		border-bottom: 1px solid #C3BDB5;
	}
	.header .dropdown-menu > li {
		border-bottom:0;
		text-align: left;
	}
	.navbar-toggle {
		display:block !important;
		float:left;
		margin-right:0;
		margin-top:30px;
		margin-left:15px;
	}
	.sticky .navbar-toggle {
		margin-top:20px;
	}
}
@media (min-width: 999px) {
  .navbar-collapse {
	  padding-left:0;
	  padding-right:0;
  }
  .header .nav>li:first-child {
	  margin-left:-12px;
  }
	.header .nav>li:nth-child(4) {
		margin-right:170px !important;
	}
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
  .header .nav>li>a {
	  padding:0 12px;
  }
	.header .nav>li:nth-child(4) {
		margin-right:250px;
	}
}
@media (min-width: 1500px) {
	.container {
		width:1350px;
	}
}
@media (min-width: 2100px) {
	.woocommerce .products .product-review-icon {
		margin-left:12%;
	}
}
@media (min-width: 2300px) {
	.woocommerce .products .product-review-icon {
		margin-left:9%;
	}
}
@media screen and (max-width:1200px) {
	.woocommerce .products .product-review-icon {
		width:22%;
	}
}
@media screen and (max-width:768px) {
	img.img-responsive {
		float:none !important;
	}
	.mobile-text-center { text-align:center; }
	.mobile-text-right { text-align:right; }
	.mobile-text-left { text-align:left; }

	.footer {
		text-align:center;
	}
	
	.mobile-centered { text-align:center !important; }
	.mobile-no-border { border:0; }
}
@media screen and (max-width:767px) {
	.navbar-toggle {
		margin-top:5px;
	}
	.site-logo img {
		max-width:85px;
	}
	.site-logo {
		margin-bottom:0px;
	}
	.sticky .site-logo {
		margin-bottom:0px;
	}
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display:block;
	}
	.woocommerce table.shop_table_responsive tr td.product-thumbnail, .woocommerce-page table.shop_table_responsive tr td.product-thumbnail {
		text-align:center !important;
	}
	.woocommerce table.shop_table_responsive tr td.product-name, .woocommerce-page table.shop_table_responsive tr td.product-name {
		text-align: center !important;
		font-size:16px;
	}
	.woocommerce table.shop_table_responsive tr td.product-name:before, .woocommerce-page table.shop_table_responsive tr td.product-name:before {
		display:none !important;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	    content: attr(data-title) "";
	    font-weight: 700;
	    float: left;
	}
	.woocommerce table.shop_table td {
		padding:2px 12px;
	}
	.woocommerce table.shop_table_responsive tr td .quantity label {
		display:none;
	}
	.woocommerce table.shop_table_responsive tr td .quantity {
		text-align:right;
	}
	.woocommerce table.shop_table_responsive tr td .quantity input {
		display:inline-block;
	}
}
@media screen and (max-width:600px) {
	.view-landing .view-content {
		display:block;
	}
	.view-landing .views-row {
		display:block;
		padding:8px 15px;
	}
	
	.row-same-height {
	  display: block;
	}
	.col-full-height {
		height:auto;
	}
	.col-sm-height {
		display:block;
	}
	
	.page-banner-title-line h1 {
		font-size:26px;
	}

}

