/*
 Theme Name:   Boulet Boots Child
 Theme URI:    http://www.bouletboots.com/
 Description:  Boulet Boots Child Theme
 Author:       Media Simple
 Author URI:   http://www.mediasimple.ca/
 Template:     boulet
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Boulet, Boulet Boots
 Text Domain:  boulet-boots-child
*/

body#boulet-boots {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background-color: #fff;
}

#boulet-boots .button {
	display: inline-block;
	font-family: "BebasNeue";
	font-size: 20px;
	font-weight: normal;
	color: #3d3d3d;
	background: #fff;
	border: 3px double #3d3d3d;
	padding: 11px 20px 9px 20px;
	transition: all 0.3s ease-out !important;
}

#boulet-boots .button:hover {
	color: #fff;
	background: #8d5936;
	border: 3px double #8d5936;
}

/* Top Bar */

#boulet-boots .topbar {
	height: 44px;
	color: #fff;
	background: #a06d45 url('img/bg-topbar.jpg') repeat;
}

#boulet-boots .stheader-2 .topbar-left {
	padding: 13px 0;
}

@media (max-width: 992px) {

	#boulet-boots .stheader-2 .topbar-left {
		padding: 13px 0 13px 15px;
	}

	#boulet-boots .stheader-2 .pull-right {
		padding-right: 15px;
	}
}

@media (max-width: 600px) { 

	#boulet-boots .stheader-2 .topbar-left {
		display: none;
	}

	#boulet-boots .stheader-2 .pull-right {
		float: left !important;
		padding-left: 15px;
	}
}

.tagline p {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.search-from {
	float: left;
}

.search-from label {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

.search-from .wpo-search .input-group-addon .fa {
	color: #fff;
}

#boulet-boots .topbar .search-from {
	padding: 4px 0;
	margin-right: 10px;
	max-width: 305px;
}

#boulet-boots .topbar .search-from form.searchform {
	width: 120px;
	transition: all 0.3s ease-out !important;
}

html[lang="fr-FR"] #boulet-boots .topbar .search-from form.searchform { 
	min-width: 145px;
}

#boulet-boots .topbar .search-from form.searchform .input-group-addon {
	border: none;
}

#boulet-boots .topbar .search-from form.searchform:hover {
	width: 330px;
}

#boulet-boots .topbar .search-from form.searchform:hover label {
	display: none;
}

#boulet-boots .topbar .search-from form.searchform:hover .input-group-addon {
	background-color: transparent;
}

#boulet-boots .topbar .search-from form.searchform .form-control {
	opacity: 0;
	transition: all 0.10s ease-out !important;
}

#boulet-boots .topbar .search-from form.searchform:hover .form-control {
	opacity: 1;
}

#boulet-boots .topbar .search-from .input-search {
	font-size: 12px;
	border: none;
}

#boulet-boots .topbar .search-from form.searchform:hover .input-search {
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 768px) { 

	.search-from {
		display: none;
	}

}

/* Top Menu */

#boulet-boots .menu-topbar {
	float: left;
	padding: 10px 0 0 0;
}

#boulet-boots .menu-topbar li {
	float: left;
	margin-left: 10px;
	line-height: 24px;
}

#boulet-boots .menu-topbar li a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#boulet-boots .menu-topbar li a:hover {
	text-decoration: none;
}

#boulet-boots .menu-topbar li a span {
	display: block;
}

#boulet-boots .menu-topbar li.facebook, #boulet-boots .menu-topbar li.pinterest, #boulet-boots .menu-topbar li.instagram {
	margin-left: 6px;
}

#boulet-boots .menu-topbar li.facebook a, #boulet-boots .menu-topbar li.pinterest a, #boulet-boots .menu-topbar li.instagram a {
	display: inline-block;
	font-size: 24px;
	color: #fff;
}

#boulet-boots .menu-topbar li.facebook a span, #boulet-boots .menu-topbar li.pinterest a span, #boulet-boots .menu-topbar li.instagram a span {
	display: none;
}

#boulet-boots .menu-topbar li.facebook a:before, #boulet-boots .menu-topbar li.pinterest a:before, #boulet-boots .menu-topbar li.instagram a:before {
	display: inline-block;
	font: normal normal normal 24px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

#boulet-boots .menu-topbar li.facebook a:before {
	content: "\f082";
}

#boulet-boots .menu-topbar li.pinterest a:before {
	content: "\f0d3";
}

#boulet-boots .menu-topbar li.instagram a:before {
	content: "\f16d";
}

#boulet-boots .menu-topbar li.menu-item-language-current {
	display: none;
}

/* Header & Navigation */

/* Logo */

#boulet-boots #wpo-header .header-wrap {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 992px) {

	#boulet-boots #wpo-header .header-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}

#boulet-boots .logo {
	margin: 22px 0 14px 0;
}

#wpo-header {
	background: #010205 url('img/bg-header.jpg') repeat;
	border-bottom: none;
}

#wpo-header:before {
	display: none;
}

#main-menu li a {
	font-family: "BebasNeue";
	font-size: 24px;
	color: rgba(255,255,255,0.44);
	padding-top: 35px;
	padding-bottom: 34px;
}

#main-menu li a:hover, #main-menu li.active a {
	color: #fff;
}

#main-menu li a:before {
	background-color: #fff;
}

/* Mobile Navigation */


@media (max-width: 768px) {

	nav#wpo-mainnav {
		width: 100%;
	}

}

.offcanvas-inner.panel {
	background: #000;
	border: 0;
}

.sidebar-offcanvas {
	height: 100%;
	background: #000;
}

.offcanvas-body.panel-body {
	padding: 0 15px;
}

.offcanvas-heading.panel-heading button {
	font-size:30px;
	padding:5px;
}

#offcanvas-search label {
	display: none !important;
}

#offcanvas-search .input-group-addon {
	padding: 0 5px;
}

#offcanvas-search .input-group-addon, #offcanvas-search input {
	border: 0;
}

#offcanvas-search .wpo-search .input-group-addon .fa {
	color: #5b5b5b;
}

.offcanvas-footer.panel-footer {
	border: 0;
	padding: 15px 15px 0 15px;
	background: transparent;
}

.navbar-header {
	position: absolute;
	top: 30px;
	left: auto;
	right: 0;
	outline: none !important; 
}

.navbar-header .btn-offcanvas {
	outline: none !important;
}

.active .navbar-header {
	outline: 1px solid #fff !important;
}

#boulet-boots .wpo-header .fa, #boulet-boots .wpo-header .icon {
	font-size: 28px;
}

.navbar-collapse {
	border-top: 0 !important;
	box-shadow: none !important;
}

#main-menu-offcanvas li {
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

#main-menu-offcanvas li a {
	padding: 15px 0;
	font-family: "BebasNeue";
	font-size: 22px;
	letter-spacing: 1px;
	color: rgba(255,255,255,1);
	transition: all 0.2s ease-out !important;
}

#main-menu-offcanvas li a:hover {
	color: rgba(255,255,255,0.44);
}


/* Content */

#wpo-mainbody {
	padding-top: 30px;
	padding-bottom: 30px;
}

.home #wpo-mainbody {
	padding-top: 0;
}

.page-template-default {
	font-size: 14px;
	color: #000;
}

/* Rev Slider */

#wpo-content .box-slide {
	margin-bottom: 0 !important;
}

/* Box Image */

#wpo-content .box-image {
	padding-top: 38px;
	padding-bottom: 38px;
	background: #020203 url('img/bg-box-image.jpg') repeat;
}

@media (max-width: 768px) {

	#wpo-content .box-image .wpb_single_image.vc_align_left {
		text-align: center;
	}

	#wpo-content .box-image .wpb_single_image.vc_align_left a {
		margin: 20px 0;
	}
}

#boulet-boots .wpb_single_image a:before {
	width: 100%;
	height: 0;
	top: auto;
	bottom: 0;
	background: rgba(255,255,255,0.2);
}

#boulet-boots .wpb_single_image a:hover:before {
	height: 100%;
}

/* Services */

#wpo-content .wpo-service {
	background: #fff;
}

#wpo-content .wpo-service .wpb_column {
	border: 0;
	padding-left: 3px;
	padding-right: 3px;
}

.wpo-service .wpo-ourservice {
	padding: 20px 0;
	background:	url('img/bg-services.jpg') repeat;
}

.wpo-service .wpo-ourservice .media-body {
	padding: 20px 0;
}

.wpo-service .wpo-ourservice .ourservice-heading {
	font-size: 30px;
}

.wpo-service .wpo-ourservice .media-body p {
	font-size: 18px;
	line-height: 1em;
	color: #ddb280;
}

.wpo-service .service-handcrafted .media-body {
	background:	url('img/icon-handcrafted.png') no-repeat center center;
}

.wpo-service .service-family .media-body {
	background:	url('img/icon-family.png') no-repeat center center;
}

.wpo-service .service-comfort .media-body {
	background:	url('img/icon-satisfaction.png') no-repeat center center;
}

#boulet-boots.home .box-heading, #boulet-boots.home h2 {
	font-family: "BebasNeue";
	font-size: 40px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 10px 0 !important;
}

/* Home = Featured Product */

#boulet-boots.home .featured-products {
	margin: 60px 0 40px 0;
}

#boulet-boots.home .featured-products .box-heading {
	float: left;
}

#boulet-boots .carousel-controls .carousel-control {
	border: 1px solid #b9b9b9;
	transition: all 0.1s ease;
}

#boulet-boots .carousel-controls .carousel-control i {
	color: #b9b9b9;
}

#boulet-boots .carousel-controls .carousel-control:hover {
	border: 1px solid #ab793f;
	background: #ab793f;
}

#boulet-boots .carousel-controls .carousel-control:hover i {
	color: #fff;
}

/* Home = History */

#boulet-boots .history {
	margin: 80px 0;
}

#boulet-boots .history p {
	font-size: 16px;
	color: #5d5d5d;
	font-weight: bold;
}

#boulet-boots .button {
	margin: 10px 0;
}

/* Shop */

#boulet-boots .top-content {
	background: #7a7a7a	url('img/bg-top-content.jpg') repeat !important;
}

#boulet-boots .top-content:after {
	 border-top: 12px solid #7a7a7a;
}

#boulet-boots .top-content .page-title {
	font-family: "BebasNeue";
	font-size: 46px;
	line-height: 1.2em;
	color: #fff;
}

#boulet-boots .top-content #breadcrumb, #boulet-boots .top-content #breadcrumb a {
	font-size: 14px;
	letter-spacing: 1px;
	color: rgba(255,255,255,0.53);
}

/* Shop Sidebar */

#boulet-boots .wpo-sidebar-left .widget-title {
	padding: 10px 20px;
	font-family: "BebasNeue";
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #6c6c6c;
	margin: 0 0 8px 0;
}

#boulet-boots .wpo-sidebar .box.widget_search .wpo-search {
	padding: 5px;
	border: 0;
	border: 1px solid #bababa;
}

#boulet-boots .wpo-sidebar .box.widget_search .wpo-search label {
	display: none;
}

#boulet-boots .wpo-sidebar .box.widget_search .wpo-search .input-group-addon .fa {
	font-size: 18px;
	padding: 8px 12px;
	color: #878787;
}

#boulet-boots .wpo-sidebar .box.widget_search .wpo-search .input-search, #boulet-boots .wpo-sidebar .box.widget_search .wpo-search .btn-search {
	border: 0;
}

#boulet-boots .widget_product_categories .product-categories .cat-item {
	padding: 0;
	margin: 0 0 8px 0;
	border: 1px solid #bababa;
}

#boulet-boots .widget_product_categories .product-categories .cat-item:hover {
	border-color: #000;
}

#boulet-boots .widget_product_categories .product-categories .cat-item.active > a, #boulet-boots .widget_product_categories .product-categories .current-cat > a, #boulet-boots .widget_product_categories .product-categories .current-cat-parent > a {
	background: #ececec;
}

#boulet-boots .widget_product_categories .product-categories .cat-item a {
	font-size: 14px;
	display: block;
	min-height: 47px;
	font-weight: bold;
	color: #878787;
	padding: 13px 0 0 20px;
}

#boulet-boots .widget_product_categories .product-categories .cat-item .wpo_show-children {
	display: inline-block;
	min-height: 47px;
	padding: 17px 20px 0 20px;
	margin: 0;
}

#boulet-boots .widget_product_categories .product-categories .cat-item .wpo_children-category .wpo_show-children {
	position: relative;
	right: -10px;
	padding: 5px 10px 5px 10px;
	min-height: 0;
}

#boulet-boots .widget_product_categories .product-categories .wpo_children-category {
	padding: 10px 0 15px 0;
}

#boulet-boots .widget_product_categories .product-categories .cat-item .wpo_children-category .cat-item .wpo_children-category {
	padding: 0;
}

#boulet-boots .widget_product_categories .product-categories .wpo_children-category .cat-item {
	padding: 0 20px;
	margin: 2px 0;
	border: 0;
	background: #fff !important;
	list-style-type: none;
}

#boulet-boots .widget_product_categories .product-categories .cat-item .wpo_children-category .cat-item a {
	font-weight: normal;
	letter-spacing: 1px;
	min-height: 0 !important;
	background: url('img/icon-sub-categories.png') no-repeat left 11px;
	padding: 4px 0 4px 19px;
}

#boulet-boots .widget_product_categories .product-categories .wpo_children-category .cat-item a:before {
	display: none;
}

#boulet-boots .widget_product_categories .product-categories .wpo_children-category .cat-item.current-cat .menu-title {
	color: #161616;
}

#boulet-boots .wpo-sidebar .widget_text .textwidget {
	padding: 0;
	border: 0;
}

/* Sidebar right */

@media (max-width: 992px) {

	.wpo-sidebar-right {
		margin-top: 80px;
	}
}

/* Filters */

#wpo-filter {
	display: none;
}

/* Product Listing */

#boulet-boots .product-block .new-product {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 78px;
	height: 89px;
	background: url('img/icon-new-product.png') no-repeat;
}

#boulet-boots.home .product-block .new-product {
	display: none;
}

#boulet-boots .product-block .image {
	margin: 0;
	border: 1px solid #b9b9b9;
}

#boulet-boots .product-block:hover .image {
	/*margin: 0;
	outline-offset: 0 !important;
	outline: none !important;
	border: 1px solid #000;*/
}

#boulet-boots .product-block .category {
	    opacity: 1 !important;
    visibility: visible !important;
    font-size: 12px;
    color: #000!important;
    font-weight: bold;
    padding: 20px 0 0 0;
    text-transform: none;
}

#boulet-boots .product-block .category .cate:before {
	background: #757575;
}

#boulet-boots .product-block h3.name {
	font-family: "BebasNeue";
	font-size: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 25px 0;
}

#boulet-boots .product-block h3.name:hover a, #boulet-boots .product-block:hover h3.name a {
	color: #ab793f;
}

#boulet-boots .product-block .rating {
	display: none !important;
}

#boulet-boots .woocommerce-result-count, #boulet-boots .pagination .prev, #boulet-boots .pagination .next {
	display: none;
}

#boulet-boots .pagination.pull-left {
	float: right !important;
}

#boulet-boots .well {
	border: 0;
}

#boulet-boots .pagination li a {
	font-family: "BebasNeue";
	font-size: 24px;
	line-height: 1em;
	padding: 8px 14px 6px 14px;
	color: #656565;
	background-color: #aeaeae;
}

#boulet-boots .pagination li .current, #boulet-boots .pagination li a:hover {
	font-family: "BebasNeue";
	font-size: 24px;
	line-height: 1em;
	padding: 8px 14px 6px 14px;
	color: #fff;
	background-color: #ab793f !important;
}

/* Single product */

.wpo-single-product .btn-backshop {
	border-radius: 0;
	border: 0;
	padding: 8px 16px;
	font-size: 12px;
	font-weight: 900;
	text-shadow: none;
	color: #fff;
	text-transform: uppercase;
	background: #CCC;
}
.wpo-single-product .btn-backshop:hover {
	background: #999;
}
.wpo-single-product .btn-backshop.distributor {
	background: #8d5936;
	padding: 12px 16px;
	font-size: 13px;
	margin-bottom:30px;
}
.wpo-single-product .btn-backshop.distributor:hover {
	background: #653c21;
}

.wpo-single-product .btn-backshop:hover {
	color: #fff;
}

.wpo-single-product {
	padding-bottom: 60px;
}

.wpo-single-product .product-info .images {
	border: 1px solid #b9b9b9;	
}

.wpo-single-product .tabs-list {
	display: none;
}

.wpo-single-product .woocommerce-tabs {
	padding-bottom: 40px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

.wpo-single-product .product-info .addthis {
	padding: 10px 0 30px 0;
}

.wpo-single-product .product_meta {
	display: none;
}

.wpo-single-product .product-info .product_meta {
	display: block;
}

#boulet-boots .table-responsive {
	overflow-x: visible;
}

#boulet-boots .related.products + .product_meta {
	display: none;
}

/* Timeline */

#boulet-boots .timeline-width30 {
	width: 40%;
}

#boulet-boots .cd-container {
	max-width: none !important; 	
}

#boulet-boots .cd-timeline-content .cd-timeline-item-title {
	float: none;
	font-size: 24px;
	color: #1a1a1c;
	text-transform: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#boulet-boots .cd-timeline-content .timeline-date {
	display: none;
	float: none;
	font-size: 12px;
	color: #868686;
}

#boulet-boots .cd-timeline-content .the-excerpt {
	display: block;
	margin: 1em 0 !important;
}

#boulet-boots .cd-timeline-content {
	color: #666666;
	background: #e1e1e1;
	box-shadow: 0 3px 0 #969696;
}

#boulet-boots .cd-timeline-content .cd-read-more, #boulet-boots .cd-timeline-content .cd-timeline-img .cd-picture {
	background: #ab793f;
}

#boulet-boots .cd-timeline-content .cd-read-more {
	font-family: "BebasNeue";
	font-size: 20px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	padding: .55em 1em !important;
	color: #fff;
	border: 0;
	border-radius: 0.25em;
}

/* Distributors */

#boulet-boots .infoWindowContainer .infoWindow, #boulet-boots .infoWindowContainer {
	border-radius: 0 !important;
}

#boulet-boots .infoWindowContainer.infobox {
	width: 200px !important;
	margin-left: 203px;
}

#boulet-boots .infoWindowContainer.infobox img {
	margin: 11px 10px 2px 2px !important;
}

#boulet-boots .infoWindowContainer .infoWindow h3 {
	padding: 13px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #7d7d7d !important;
	background: #fff !important;
	text-shadow: none !important;
	text-transform: none !important;
}

#boulet-boots .infoWindowContainer .infowindowContent {
	display: none;
}

#boulet-boots .prettyFileBar {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 35px;
}

#Map-List-Search {
	float: left;
}

#Map-List-Search label {
	display: none;
}

#Map-List-Search input {
	width: 430px;
	padding: 9px 10px 10px 50px;
	border-radius: 0;
	background: url('img/icon-search.png') no-repeat 17px 10px !important;
	border: 2px solid #7d7d7d;
}

#Map-List-Search .clearSearch.btn {
	border-radius: 0 !important;
	background: #fff !important;
	border: 2px solid #7d7d7d !important;
	padding: 10px 15px;
	font-size: 14px;
	margin: 0;
	position: relative;
	top: -1px;
}

#boulet-boots .prettyMessage {
	background: transparent !important;
}

.categoryList {
	float: right;
}

#boulet-boots .prettyMapList .customCategoryList .btn {
	border-radius: 0 !important;
	background: #fff !important;
	border: 2px solid #7d7d7d !important;
	padding: 10px 35px 10px 15px;
	font-size: 14px;
}

#boulet-boots .prettyMapList .customCategoryList .btn:before {
	display: none;
}

#boulet-boots .prettyMapList .customCategoryList .btn:after {
	content: "";
	display: block;
	height: 9px;
	width: 13px;
	right: 10px;
	position: absolute;
	top: 15px;
	background: url('img/icon-dropdown.png') no-repeat !important;
}

#boulet-boots .prettyMapList .customCategoryList ul {
	width: 122px;
	top: 39px;
	border: 2px solid #7d7d7d;
	border-bottom: 0 !important;
	border-radius: 0;
}

#boulet-boots .prettyMapList .customCategoryList ul li a {
	padding: 10px 15px;
	font-size: 14px;
	color: #7d7d7d;
	border-bottom: solid 2px #7d7d7d;
}

#boulet-boots .prettyMapList .customCategoryList ul li a.showing {
	color: #fff;
	background: #7d7d7d;
	text-shadow: none;
}

#boulet-boots .prettyMapList .customCategoryList ul li a.showing:after {
	display: none;
}

#boulet-boots .prettyListItems .corePrettyStyle {
	border-radius: 0;
	border: 0;
	box-shadow: none;
	color: #fff;
	background: #fff;
	padding: 0;
	border: 2px solid #7d7d7d;
}

#boulet-boots .prettyListItems .corePrettyStyle.on {
	border: 2px solid #8d5b35;
}

#boulet-boots .prettyListItems .corePrettyStyle a {
	background: #7d7d7d;
	padding: 18px 18px 18px 60px;
	color: #fff;
	text-shadow: none;
}

#boulet-boots .prettyListItems .corePrettyStyle.on a {
	background: #8d5b35;
}

#boulet-boots .prettyMapList .map:after {
	width: 14px !important;
	height: 21px !important;
	left: 23px;
	top: 14px;
	background: url('img/icon-marquer.png') no-repeat !important;
}

#boulet-boots .prettyListItems .categoryLabel {
	display: none;
}

#boulet-boots .prettyListItems .mapcategories span {
	font-size: 12px;
	color: #fff;
}

#boulet-boots .prettyListItems .mapLocationDetail {
	padding: 20px;
	font-weight: bold;
	color: #3c3c3c;
	text-shadow: none;
}

#boulet-boots .prettyListItems .mapLocationDetail .mapDescription {
	padding-left: 115px;
	background: url('img/icon-shop.png') no-repeat 10px 8px;
}

#boulet-boots .prettyListItems .mapLocationDetail .mapDescription .address {
	float: left;
	margin-right: 55px;
}

#boulet-boots .prettyListItems .mapLocationDetail .mapDescription .additionalDetail {
	float: right;
}

#boulet-boots .prettyListItems .mapLocationDetail .mapDescription .additionalDetail .telephone {
	font-size: 18px;
	font-weight: 900;
}

#boulet-boots .prettyListItems .mapLocationDetail .mapDescription .additionalDetail .telephone span {
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-bottom: 2px;
}

#boulet-boots .prettyPagination .pagingInfo {
	display: none;
}

#boulet-boots .prettyPagination .btn {
	border-radius: 0;
	border: 0;
	padding: 13px 22px;
	font-size: 14px;
	font-weight: 900;
	text-shadow: none;
	color: #fff;
	text-transform: uppercase;
	background: #8d5936;
}

@media (max-width: 768px) {

	#boulet-boots .customCategoryList {
		float: left;
	}

	#boulet-boots .prettyFileBar {
		margin-bottom: 0;
	}

	#boulet-boots .prettyMapList .prettyFileBar .btn {
		margin: 0 0 10px 0;
	}

	#boulet-boots #Map-List-Search {
		float: none;
		display: block;
	}

	#boulet-boots #Map-List-Search input {
		width: 100%;
		margin-bottom: 10px;
	}

	#boulet-boots .prettyListItems .mapLocationDetail .mapDescription .additionalDetail {
		float: none;
	}

}

/* Manufacturing */

#boulet-boots.page-id-20 #wpo-content, #boulet-boots.page-id-1513 #wpo-content {
	overflow: visible;
}

#boulet-boots.page-id-20 #wpo-content #post-20, #boulet-boots.page-id-1513 #wpo-content #post-1513 {
	position: relative;
	min-height: 1000px;
}

#boulet-boots.page-id-20 #manufacturing-content, #boulet-boots.page-id-1513 #manufacturing-content {
	width: 400px;
	font-size: 14px;
	color: #000;
}

#boulet-boots.page-id-20 #manufacturing-content h1, #boulet-boots.page-id-1513 #manufacturing-content h1 {
	font-size: 18px;
	font-weight: 900;
}

#boulet-boots.page-id-20 .hotspot-container, #boulet-boots.page-id-1513 .hotspot-container {
	position: absolute;
	top: 0;
	right: 0;
}

#boulet-boots .hotspot-container .popover.top {
	border: 0;
	padding: 15px;
	margin-top: -55px;
	margin-left: -90px;
	color: #e1e1e1;
	background: rgba(0,0,0,0.79);
	width: 390px;
	max-width: 390px;
	border-radius: 5px;
	box-shadow: none;
}

#boulet-boots .hotspot-container .popover.top .popover-title {
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 600;
	letter-spacing: 1px;
	color: #e1e1e1;
	background: transparent;
	border: 0;
	margin-bottom: 0;
}

#boulet-boots .hotspot-container .popover p {
	font-size: 12px;
	line-height: 1.4em;
}

#boulet-boots .hotspot-container .popover.top .cq-arrow:after {
	border-width: 13px !important;
	bottom: -15px !important;
	margin-left: 65px !important;
	border-top-color: rgba(0,0,0,0.79);
}

#boulet-boots .hotspot-container .info-icon {
	width: 28px;
	height: 28px;
	border-radius: 28px;
	margin-left: -1px;
	background: #ff0000 !important;
	border: 3px solid #fff !important;
}

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

	#boulet-boots.page-id-20 #manufacturing-content, #boulet-boots.page-id-1513 #manufacturing-content {
		width: 100%;
		margin-bottom: 40px;
	}

	#boulet-boots.page-id-20 .hotspot-container, #boulet-boots.page-id-1513 .hotspot-container {
		position: relative;
	}

}

/* --- Usually 992px */
@media (max-width: 992px) {
	
	#boulet-boots .hotspot-container .popover.top {
		padding: 5px;
		margin-top: -35px;
		margin-left: 0;
		width: 160px;
		max-width: 170px;
	}

	#boulet-boots .hotspot-container .popover.top .cq-arrow:after {
		margin-left: -15px !important;
	}

}

/* --- Usually 480px */
@media (max-width: 480px) {
	
	#boulet-boots .hotspot-container .popover.top {
		padding: 0px;
		margin-top: -25px;
		margin-left: 0;
		width: 130px;
		max-width: 140px;
	}

	#boulet-boots .hotspot-container .popover-content {
		padding: 8px 12px;
	}

	#boulet-boots .hotspot-container .popover.top .cq-arrow:after {
		margin-left: -10px !important;
	}

	#boulet-boots .hotspot-container .popover p {
		font-size: 11px;
	}

}

/* Footer */

#wpo-footer {
	padding: 45px 0;
	background:	url('img/bg-footer.jpg') repeat;
}

#wpo-footer .widget .widgettitle {
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: 1px solid #4e4e4f;
	font-family: "BebasNeue";
	font-size: 22px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
}

#wpo-footer .widget ul li {
	line-height: 35px;
	border-bottom: 1px solid rgba(255,255,255,0.16);
}

#wpo-footer .widget ul li a {
	display: block;
	font-size: 12px;
	transition: all 0.3s ease-out !important;
}

#wpo-footer .widget ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-about p {
	font-size: 12px;
	line-height: 24px;
	color: #aaa;
}

#wpo-footer .widget #social-footer {
	float: left;
}

#wpo-footer .widget #social-footer li {
	float: left;
	margin: 0 4px;
	border-bottom: 0;
}

#wpo-footer .widget #social-footer li.facebook a, #wpo-footer .widget #social-footer li.pinterest a, #wpo-footer .widget #social-footer li.instagram a {
	display: inline-block;
	font-size: 33px;
	color: rgba(255,255,255,0.5);
	transition: all 0.2s ease-out !important;
}

#wpo-footer .widget #social-footer li a:hover {
	color: rgba(255,255,255,1);
}

#wpo-footer .widget #social-footer li.facebook a strong, #wpo-footer .widget #social-footer li.pinterest a strong, #wpo-footer .widget #social-footer li.instagram a strong {
	display: none;
}

#wpo-footer .widget #social-footer li.facebook a:before, #wpo-footer .widget #social-footer li.pinterest a:before, #wpo-footer .widget #social-footer li.instagram a:before {
	display: inline-block;
	font: normal normal normal 33px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

#wpo-footer .widget #social-footer li.facebook a:before {
	content: "\f082";
}

#wpo-footer .widget #social-footer li.pinterest a:before {
	content: "\f0d3";
}

#wpo-footer .widget #social-footer li.instagram a:before {
	content: "\f16d";
}

#social-footer + p {
	float: left;
	margin: 5px 0 0 15px;
	font-size: 12px;
	color: #575757;
	line-height: 1.4em;
}

#social-footer + p strong {
	display: block;
	font-family: "BebasNeue";
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

@media (max-width: 768px) {

	#wpo-footer .col-sm-4 {
		margin: 0 0 30px 0;
	}
}


/* Copyright */

#boulet-boots .wpo-copyright {
	border: 0;
	padding: 25px 0;
	background-color: #161616;
}

.wpo-copyright address {
	font-size: 12px;
	color: #434343;
}

/* Contact */

.contact-widget {
	padding: 15px 0 0 0;
}

.contact-widget h6 {
	padding: 16px 18px 14px 60px;
	font-family: "BebasNeue";
	font-size: 22px;
	line-height: 1em;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	background-color: #5b5b5b;
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

#text_icl-2.contact-widget h6 {
	background-image: url('img/icon-canada.png');
}

#text_icl-3.contact-widget h6 {
	background-image: url('img/icon-usa.png');
}

.contact-widget h5 {
	font-weight: 900;
	color: #000;
	margin-left: 15px;
	margin-right: 15px;
}

.contact-widget p {
	margin-left: 15px;
	margin-right: 15px;
}

/* Gravity From */

.page .gform_wrapper {
	max-width: 100% !important;
	margin: 0 0 20px 0;
}

.page .gform_wrapper .ginput_container {
	margin-top: 0 !important;
}

.page .gform_wrapper .gform_fields .gfield input, .page .gform_wrapper .gform_fields .gfield textarea {
	width: 100% !important;
	padding: 10px 10px;
	margin-bottom: 5px;
	outline: none;
	border-color: #bababa;
}

.page .gform_wrapper .gform_fields label, .page .gform_wrapper .ginput_complex label {
	font-size: 13px;
	color: #878787;
}

.page .ginput_complex.ginput_container {
	overflow: hidden;
}

.page .ginput_complex.ginput_container .name_first {
	float: left;
	margin: 0;
}

.page .ginput_complex.ginput_container .name_last {
	float: right;
}

.page .ginput_complex.ginput_container span label {
	font-size: 10px;
}

.gform_footer {
	margin: 0 !important;
}

.page .gform_wrapper div.validation_error {
	font-size: 16px !important;
	border: 0 !important;
	padding: 5px 0 0 0 !important;
	color: #8d5936 !important;
}

.page .gform_wrapper li.gfield.gfield_error,
.page .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.page .gform_wrapper li.gfield.gfield_error,
.page .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	width: 100% !important;
	padding: 0 !important;
	background-color: transparent !important;
	border: 0 !important;
}

.page .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
.page .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
}

.page .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin: 0;
}

.page .gform_wrapper li.gfield_error input[type=text],
.page .gform_wrapper li.gfield_error input[type=url],
.page .gform_wrapper li.gfield_error input[type=email],
.page .gform_wrapper li.gfield_error input[type=tel],
.page .gform_wrapper li.gfield_error input[type=number],
.page .gform_wrapper li.gfield_error input[type=password],
.page .gform_wrapper li.gfield_error textarea,
.page .gform_wrapper li.gfield_error input[type=text],
.page .gform_wrapper li.gfield_error input[type=url],
.page .gform_wrapper li.gfield_error input[type=email],
.page .gform_wrapper li.gfield_error input[type=tel],
.page .gform_wrapper li.gfield_error input[type=number],
.page .gform_wrapper li.gfield_error input[type=password],
.page .gform_wrapper li.gfield_error textarea {
	border-color: #000 !important;
}

.page .gform_wrapper .ginput_container + .gfield_description.validation_message,
.page .gform_wrapper .ginput_container .validation_message,
.page .gform_wrapper .ginput_container + .gfield_description.validation_message,
.page .gform_wrapper .ginput_container .validation_message {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #7d7d7d;
	margin: 0 !important;
	padding: 0 !important;
}

.page .gform_wrapper .top_label .gfield_error .ginput_container {
	max-width: 100% !important;
}

@media (max-width: 480px) {

	body.page .gform_wrapper .ginput_container,
	body.page .gform_wrapper div.ginput_complex,
	body.page .gform_wrapper div.gf_page_steps,
	body.page .gform_wrapper div.gf_page_steps div,
	body.page .gform_wrapper .ginput_container input.small,
	body.page .gform_wrapper .ginput_container input.medium,
	body.page .gform_wrapper .ginput_container input.large,
	body.page .gform_wrapper .ginput_container select.small,
	body.page .gform_wrapper .ginput_container select.medium,
	body.page .gform_wrapper .ginput_container select.large,
	body.page .gform_wrapper .ginput_container textarea.small,
	body.page .gform_wrapper .ginput_container textarea.medium,
	body.page .gform_wrapper .ginput_container textarea.large,
	body.page .gform_wrapper .ginput_container,
	body.page .gform_wrapper div.ginput_complex,
	body.page .gform_wrapper div.gf_page_steps,
	body.page .gform_wrapper div.gf_page_steps div,
	body.page .gform_wrapper .ginput_container input.small,
	body.page .gform_wrapper .ginput_container input.medium,
	body.page .gform_wrapper .ginput_container input.large,
	body.page .gform_wrapper .ginput_container select.small,
	body.page .gform_wrapper .ginput_container select.medium,
	body.page .gform_wrapper .ginput_container select.large,
	body.page .gform_wrapper .ginput_container textarea.small,
	body.page .gform_wrapper .ginput_container textarea.medium,
	body.page .gform_wrapper .ginput_container textarea.large {
		width: 100% !important; 
	}

	body.page .gform_wrapper input.gform_button.button,
	body.page .gform_wrapper input[type=submit],
	body.page .gform_wrapper input.gform_button.button,
	body.page .gform_wrapper input[type=submit] {
		width: 100% !important;
	}
}
.product-block .category a{
	color:#666;
}
.product-info h2{
	font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
}
.product-info table.shop_attributes td,
.product-info table.shop_attributes th{
	border:1px solid #ccc;
	padding:10px;
	color:#666;
}

.product-info table.shop_attributes{
	width:100%!important;
	margin-top:30px;
	margin-bottom:30px;
}
#boulet-boots .top-content #breadcrumb, #boulet-boots .top-content #breadcrumb a{
	font-weight:400;
}
.product-info .product_meta a{
	color:#666;
	font-size:12px;
	font-weight:400!important;
}
.pagination > li > span.dots{
	background:#aeaeae!important;
}
#cd-timeline{
	margin-top:-20px!Important;
}
#MapListPro0{
	margin-bottom:120px;
}
.page-id-13244 h4,
.page-id-13260 h4{
	text-transform:none;
	font-weight:bold;
}
