/*
 Theme Name: Bitspudlo Template
 Author: Pacamera
 Description: A versatile and responsive Bootstrap WordPress starter theme FOR DEVELOPERS based on Twitter Bootstrap 3.3.6.
 Version: 1.0
 License: GNU General Public License v3
 License URI: http://www.gnu.org/licenses/gpl.html
 Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
 Text Domain: devdmbootstrap3

 Based on
 devdmbootstrap3 WordPress Theme, Copyright 2016 Danny Machal.
 devdmbootstrap3 is distributed under the terms of the GNU GPL v3.
 */

/* The bootstrap.css file is auto-enqueued in functions.php */

/* YOU SHOULD BE MAKING A CHILD THEME. Don't let me be a bad guy and erase all your hard work with a theme update. I just want to bring you new amazing features. I don't want to destroy your world. I've made a child theme available for you to use. Download it here http://devdm.com/DevDmBootstrap3/child-themes/ */

/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/

@font-face {
  font-family: ChineseRocks;
  src: url('fonts/chinese_rocks_regular.eot');
  src: url('fonts/chinese_rocks_regular.eot?#iefix') format('embedded-opentype'), url('fonts/chinese_rocks_regular.ttf') format('opentype');
}
@font-face {
  font-family: Gotham;
  src: url('fonts/Gotham-Medium.eot');
  src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Medium.ttf') format('opentype');
  font-weight: normal;
}
@font-face {
  font-family: Gotham;
  src: url('fonts/Gotham-Bold.eot');
  src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Bold.ttf') format('opentype');
  font-weight: bold;
}
@font-face {
  font-family: Gotham;
  src: url('fonts/Gotham-Book.eot');
  src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Book.ttf') format('opentype');
  font-weight: 100;
}

.dmbs-container {

}

.dmbs-header {
    position: relative;
    background-image: url('img/header_bg.png');
    background-repeat: repeat-x;
    background-position: left top;
    border-bottom: 6px solid #171717;
}

.dmbs-header-img {
	text-align: left;
}
.dmbs-header-img img {
	padding: 10px;
}

.dmbs-header-text {

}

.dmbs-top-menu {

}

.dmbs-content {

}

.dmbs-main {

}

.dmbs-left {

}

.dmbs-right {

}

.dmbs-footer-menu {

}

.dmbs-author-credits {

}

.dmbs-footer {

}
body {
	font-family: Gotham;
	font-weight: 200;
    background-color: #2d2d2d;
	font-size: 13px;
	color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
    line-height: 120%;
}
a, a:focus, a:active {
	color: #ff9913;
	outline: 0;
}
a:hover {
	color: #ffa800;
	text-decoration: underline;
}
.btn, .btn:focus, .btn:active {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    border: 1px solid #818181;
    border-radius: 0;
    padding: 8px 25px;
    transition:all 200ms ease-out;
    background-color: #1d1d1d;
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 0;
    background-color: transparent;
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-family: ChineseRocks;
    font-size: 24.5px;
    padding: 0.5px 25px;
    outline: 0;
}
.btn:hover {
	color:#ffa800;
}
.full_btn {
	text-align: center;
	position: relative;
}
.full_btn:before {
	display: block;
	position: absolute;
	border-bottom: 1px solid #818181;
	height: 1px;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	content: " ";
	z-index: 0;
}

h2 {
	font-family: ChineseRocks;
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 36px;
}
h3 {
	font-family: ChineseRocks;
	font-size: 26px;
	letter-spacing: 0.7px;
}
hr {
	border-color: #818181;
}
p {
	line-height: 140%;
}
#fancybox-close {
	top: -15px;
	right: -35px;
}
.form-inline .form-control{
    font-size: 18px;
    border-radius: 0;
    height: 38px;
}

#main-container {
	background-color: #fff;
}
#main-menu-top-container {

}
#main-menu-top-container .navbar  {
    min-height: 0;
    margin-top: 46px;
    margin-bottom: 0;
    border-radius: 0;
}
#main-menu-top-container > div {

}
#main-menu-top-container a {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	transition: all 150ms ease-out;
	background-color: transparent;
	outline: none;
	text-shadow: 0px 1px 1px black;
	background-image: url('img/menu_hover.png');
	background-position: center;
	background-size: 0%;
	background-repeat: no-repeat;

}
#main-menu-top-container a:after {
	position: absolute;
	bottom: -7px;
	left:0;
	right: 0;
	content: "";
	width: 0%;
	margin:auto;
	height: 6px;
	background-color:#ff9913; 
	display: block;
	transition: all 150ms ease-out
}
#main-menu-top-container a:hover {
	color: #ff9913;
	background-color: transparent;
	text-shadow: none;
	background-size: 100%;

	/*border-bottom: 6px #ff9913 solid;*/
}
#main-menu-top-container a:hover:after {
	width: 100%;
}

#main-menu-top-container .navbar-nav > li > a {
	padding-left: 26px;
	padding-right: 26px;
	letter-spacing: 1px;

}
#main-menu-top-container .navbar-right .dropdown-menu {
	right: 0px;
	left: 0px;
    box-shadow: none;
    background-color: #1d1d1d;
    border-color: #737373;
    border-top: 0;
    border-radius: 0;
    margin-top: 1px;
    min-width: 0;
    
}
.dropdown-menu > .active > a {
	background-color: #3a3a3a;
}
#main-menu-top-container .caret {
    border-top-width: 10px;
    border-left-width: 6px;
    border-right-width: 6px;
}
#main-menu-top-container .navbar-right .dropdown-menu a {
	font-size: 16px;
    padding: 8px 20px;
}
#main-menu-top-container .dropdown-menu li:after {
	display: block;
	width: 80%;
	border-bottom: 1px solid #3a3a3a;
	content: " ";
	height: 0;
	margin: auto;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
	
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}

.header-socials {
	margin-top:54px;
	text-align: right;
}
.social_header a.btn {
    background-color: #ff9913;
    color: #000;
    border-radius: 10px;
    margin-left: 8px;
    font-family: Gotham;
    font-weight: bold;
    font-size: 14px;
    border: 0;
    padding: 7px 12px;
}
.social_header a.btn i {
	display: none;
}
.login_link,.logout_link {
    position: absolute;
    right: 0;
    top: 5px;
    right: 10px;
}
.alert {
 	margin-bottom: 0;
}
.modal .checkbox label {
	line-height: 21px;
}
.loader {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 10;
}
.loader img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.carousel-indicators {
    left: auto;
    right: 20px;
    text-align: right;
    margin-bottom: 0;
    /* HIDE FOR NOW */
    display: none;
}
.carousel-indicators li, .carousel-indicators .active {
	margin-left: 5px;
}
.carousel-indicators .active {
	background-color: #ffa800;
}
.fm_popup_pos {
	height: 0;
}
@media(min-width: 1921px){
	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
		margin: auto;
	}
}
#home{
    background-color: #53541a;
}
#featured_products {
	padding: 30px 0;
	background-image:url('img/feature_bg.jpg');
}
.featured_product {
	padding: 7px;
}
.featured_products_row {
	margin-bottom: 13px;
}
.check_all_products {
	margin-top: 25px;
	display: block;
}
#notify {
    padding: 4px 0px;
    background-color: rgba(255, 168, 0, 0.7);
    background-position: top center;
    background-size: 100% auto;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
}
#notify h2 {
	margin-bottom: 0;
	font-size: 22px;
	line-height: 120%;
	background-image: url('img/green_paint_bg.png');
	background-repeat: no-repeat;
	background-position: center;
    text-align: center;
    padding: 15px 50px;
    color: #fff;
}
#notify .where_to_buy {
    margin-top: 4.5%;
    display: block;
}
#notify form {
	margin-top: 7.5%;
}
#notify form input {
    border: 3px solid #111516;
    background-color: #fff;
    margin-right: 3px;
    position: relative;
    min-width: 240px;
}
#notify form input:focus {
	z-index: 1;
	border-color:#000;
	outline: 0;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 30px rgba(255, 255, 255, 0.75)
}
#notify ::-webkit-input-placeholder { 
    color:    #525252;
}
#notify :-moz-placeholder { 
   color:    #525252;
   opacity:  1;
}
#notify ::-moz-placeholder { 
   color:    #525252;
   opacity:  1;
}
#notify :-ms-input-placeholder { 
   color:    #525252;
}
#notify ::-ms-input-placeholder { 
   color:    #525252;
}
#notify form button {
	position: relative;
	z-index: 0;
	background-color: transparent;
	color: #fff;
	background-color: #000;
	border-color: #000;
	font-family: ChineseRocks;
	font-size: 24.5px;
    padding: 0.5px 25px;
}
#notify form button:hover{
	z-index: 1;
	border-color:#000;

	box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 30px rgba(255, 255, 255, 0.75)
}
#notify label {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 12px;
    font-family: ChineseRocks;
}
#notify hr {
	border-color: #525252;
}
#notify .message_success {
    font-size: 16px;
    color: #000;
    margin-top: 8px;
    display: block;
}
#notify .message_error {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -27px;
    color: #b30000;
}
#featured_pages {
	background-image: url('img/white_bg.jpg');
	/*background-repeat: no-repeat;*/
	background-position: center;
	padding: 45px 0;
}
.featured_page {
}
.featured_page h2{
	margin-top: 0;
	margin-bottom: 8px;
	color: #35481c;
	font-size: 38px;
	text-decoration: none;
}
.featured_page a:hover {
	text-decoration: none;
}
.featured_page .subtitle {
	display: none;
}
.featured_page .wp-post-image {
	margin: auto;
    z-index: 1;
    position: relative;
}
.featured_page_image {
    position: relative;
    display: block;
    padding-bottom: 22px;
}
.featured_page .featured_page_image:after {
    width: 100%;
    height: 22px;
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    background-image: url(img/shadow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 0;

}
#contact {
	background-color: #313131;
}
#contact > .container {
    
    padding: 35px 0;
}
#contact .right {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}
#contact .right > div {
	margin-bottom: 8px;
}
#contact .right > div > a {
	color: #c6c5c5;
	font-weight: 200;
}
#contact .footer_element{
	display: inline-block;
	margin-top: 10px;
}
.contact_social:hover {
	color: #000;
}
.contact_social {
	display: inline-block;
	width:34px;
	height: 34px;
	padding: 8px;
	text-align: center;
	color: #000;
	background-color: #ff9913;
	vertical-align: middle;
    margin-left: 8px;
    transition: all 150ms ease-out;
    border-radius: 100%;
    font-size: 18px;
}
.contact_social.fa {
	padding: 10px;
}
.contact_social:hover {
	transform:scale(1.2);
}
.lower_footer {
	color: #6b6b6b;
	background-color: #2d2d2d;
	padding: 25px 0;
}
/* PRODUCTS */

.product_thumbnail {
	/*max-width: 280px;*/
	border-radius: 5px;
	overflow: hidden;
	/*box-shadow: 0px 2px 10px rgba(0,0,0,0.7);*/
	padding-bottom: 17px;
    background-image: url('img/shadow.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    transition: all 250ms ease-out;
    position: relative;
    min-height: 268px;
}
@media(min-width:1200px){
	.grow {
		margin-bottom: 16px;
	}
}
.product_image {
	transition: all 250ms ease-out;
	position: relative;
	z-index: 0;
}
.product_image .no-image {

}
.product_image img {
	margin: auto;
}
.product_image:hover {
	transform:scale(1.1);
}
.product_thumbnail .product_info {
	background-color: #274019;
	padding: 5px 18px;
	border-radius: 0 0 5px 5px;
	position: relative;
	z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17px;
}
.featured_product .product_thumbnail .product_info {
	position: relative;
	bottom: auto;
}
.product_thumbnail .product_name {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.product_thumbnail .product_sku {
	font-size: 13.5px;
	font-weight: 200;
	color: #f6f82f;
}
.product_thumbnail a:hover {
	text-decoration: none;
}
.sku {
	color: #676767;
    font-family: Gotham;
    font-size: 16px;
    font-weight: bold;
}
.under_title{
	margin-bottom: 20px;
}
.under_title .price {
	font-size: 16px;
}
.single-product h2 {
	margin-bottom: 0;
	margin-top: 5px;
}
.single-product .dmbs-main {
	margin-top: 25px;
}
.back_link {
	font-size: 16px;
}
.shop_list {
	margin-top: 20px;
}
.shop_list td{
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	padding: 14px 8px;
}
.shop_list .shop {
	width: 130px;
}
.shop_list .price {
	text-align: right;
}
.shop_list thead td:first-child {
    background-color: #ddd;
    text-align: center;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
    padding: 4px;
    width: 146px;
}
.shop_list td:first-child {
	text-align: left;
}
.shop_list td:last-child {
	width: 165px;
}
.shop_list a.btn {
	font-size: 21px;
}
/* SINGLE PAGE */
.sidemenu {
	margin-top: 20px;
}
.sidemenu .nav > li {
	display: block;
	float: none;
	border-bottom: 1px solid #3a3a3a;
	
}
.sidemenu .nav > li:last-child {
	border-bottom: 0;
}
.sidemenu .navbar-nav > li > a {
	font-family: ChineseRocks;
	font-size: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0;
}
.sidemenu .navbar-nav > li > a:hover {
	color: #fff;
}
.sidemenu .nav > li > a:hover, .sidemenu .nav > li > a:focus {
	background-color: transparent;
}
.sidemenu .nav > li.active > a .menu-image-hover-wrapper .menu-image {
	opacity: 0;
}
.sidemenu .nav > li.active > a .menu-image-hover-wrapper .hovered-image {
	opacity: 1;
}
.sidemenu .navbar-collapse {
	padding: 0;
}
/* PAGE CONTENT */
.page_content {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 16px;
}
.page_content h2 {
	font-size: 60px;
}
.page_content h4 {
	text-transform: uppercase;
	font-size: 18px;
    margin: 10px 0 20px 0;
}
.page_content p > img {
	margin: 20px auto;
}
.page_content > .row {
	margin-bottom: 40px;
}

.archive #main-container, .single-product #main-container {
	background-color: #fff;
}
/* FORMS */
span.wpcf7-not-valid-tip {
    display: block;
    font-size: 13px;
    margin: 5px 0 000;
}
@media(min-width: 1200px){
	.archive .bigger .product_image{
		min-height: 448px;
	}
}
@media(max-width: 992px){
	.archive .bigger .product_image{
		margin-bottom: 0.1px;
	}
}
.catalog, .single_product {
	margin-top: 50px;
	margin-bottom: 50px;
}
.widget {
	border-radius: 5px;
	overflow: hidden;
	display: block;
}
.widget h3 {
	color: #f6f82f;
	background-color: #2a451a;
	font-size: 16px;
	font-family: Gotham;
	font-weight: normal;
	margin:0;
	padding: 10px;
	text-transform: uppercase;
}
.widget>ul {
	padding: 0;
	margin:0;
	list-style: none;
	display: block;
}
.widget>ul>li {
    padding: 10px;
    font-size: 16px;
    font-weight: 200;
    color: #9b9a9a;
    background-color: #eeecec;
    margin: 0;
    list-style: none;
}
.widget>ul>li:nth-child(even){
	background-color: #f9f7f7;
}
.widget li a {
	color: #9b9a9a;
}
.widget ul.children {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 10px;
}
.widget .children li {
	padding: 5px 0;
}
.widget .current-cat {
	font-weight: bold;
}
.pagination {
	text-align: right;
	color: #9b9a9a;
}
.pagination .page-numbers {
    color: #000000;
    display: inline-block;
    padding-top: 5px;
    background-color: #dadada;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    text-align: center;
    text-decoration: none;
}
.pagination .page-numbers.current {
	background-color: #ff9913;   
}
.breadcrumbs {
	margin: 0 0 10px 0;
    font-size: 14px;
    color: #9b9a9a;
}
.breadcrumbs a {
	color: #9b9a9a;
}
.breadcrumbs span > span {
	color: #000;
}
.slick-prev:before, .slick-next:before {
	color: #000;
}
.slick-prev {
	left: -10px;
	z-index: 1;
}
.slick-next {
	right: -10px;
	z-index: 1;
}
.gallery .zoom {
	text-align: center;
}
.main_photo {
	display: block;
	margin: 25px auto;
}
.slick-slide img {
	margin: auto;
}
@media(max-width: 1200px){

	#notify h2 {
		background-image: none;
		padding: 15px;
	}
	#notify img {
		max-width: 100%;
	}
	.social_header a.btn i {
		display: inline-block;
	}
	.social_header a.btn span {
		display: none;
	}
	.social_header a.btn {
	    width: 34px;
	    height: 34px;
	    padding: 5px;
	    text-align: center;
	    vertical-align: middle;
	    transition: all 150ms ease-out;
	    border-radius: 100%;
	    font-size: 18px;
	}
	.social_header a.btn:hover {
		transform: scale(1.2);
	}
	
}
@media(max-width: 992px){
	#featured_pages	> .featured_page:first-child .wp-post-image{
		margin-bottom: 36px;
	}
	.sidemenu .nav > li {
		display: inline-block;
		border-bottom: 0;
	}
	.social_header {
		display: none;
	}
	.check_all_products {
		display: none;
	}
	#notify form {
	    margin-top: 0px;
	}
	#notify .where_to_buy {
		text-align: center;
	}
	.page_content p {
		margin-top: 0 !important;
	}
	.product_thumbnail .product_info {
		position: relative;
		left: auto;
		bottom: auto;
		right: auto;
	}
	
	.product_thumbnail {
		min-height: 315px;
	}

}
@media(max-width: 768px){
	#main-menu-top-container > div {
		position: static;
	}
	.dmbs-header-img {
		text-align: center;
	}
	.dmbs-top-menu {
	    background-color: #272727;
	}
	#main-menu-top-container a:hover {
		background-image: none;
		background-color:#000;
	}
	#main-menu-top-container .dropdown-menu li:after {
		display: none;
	}
	.dmbs-top-menu .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	.dmbs-top-menu .navbar-nav {
		margin: 7.5px 0;
	}
	#main-menu-top-container .navbar-nav > li > a {
		padding-left: 10px;
	}
	#main-menu-top-container {
		padding: 0;
	}
	.col-xs-0 {
		display: none;
	}
	#notify {
		padding-left: 15px 0;
	}
	#notify form button {
		width: 100%;
	}
	#notify label {
	    margin-bottom: 12px;
	}
	.navbar-header {
		background-color: #000;
	}
	#main-menu-top-container .navbar {
		margin-top: 0;
		border:0;
	}
	#featured_pages {
		background-repeat: repeat;
	}
	#contact > .container {
		padding: 15px;
		text-align: center;
	}
	.product_thumbnail {
		min-height: 0;
	}
	.logout_link.mobile, .login_link.mobile {
		display: block !important;
		z-index: 2;
	}
}
@media(max-width: 550px){
	.cave-in .tminus_countdown .size-full  {
    	display: block;
    	margin: auto;
    	margin-top: 15px;
	}
	.ks_block {
		height: auto;
		padding: 15px 0;
	}
	.cave-in .tminus_countdown {
		font-size: 32px;
	}
	.ks_block .darth-tophtml {
		margin-bottom: 10px;
	}
	.download .btn {
    	margin: 0 auto;
    	display: block;
	}
	.download div {
		text-align: center;
	}
	.download > div > img:first-child {
		display: block;
		margin: 0 auto 5px auto;
	}
	.floating_socials {
		display: none;
	}
}