/*Theme Name: lacesout
Theme URI: https://www.lacesout.net/
*/
/*---roboto---*/
@import url('//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('//fonts.googleapis.com/css?family=Muli:300,400');
/*--*/
.page-template-release_calendar-template .search_headr {
	display: block;
	float: right;
	position: absolute;
	right: 10%;
	top: 14px !important;
}
.search_headr .mobile-search {
	display: none;
}
.mobile-search {
	display:none !important;
}
.page-template-release_calendar-template.header-menu-container .search.right_fix_search {
	display: none;
}
.search_headr {
	display: none;
}
.page-template-release_calendar-template .header-menu-container nav#main_menu ul.sf-menu.nav {
	margin-right: 80px;
}
.search_headr > label {
	/*background: rgb(237, 237, 237) none repeat scroll 0 0;*/
	border-radius: 7px;
	padding: 3px;
	position: absolute;
	right: 0;
	top: -6px;
	width: 31px;
	z-index: 99999;
}
.search_headr > input {
	display: none;
}
body .home .archive .row .prod_sidebar_n_cont .span9::before {
 background: rgb(247, 247, 247) none repeat scroll 0 0;
 border-bottom: 1px solid rgb(221, 221, 221);
 bottom: 0;
 content: "";
 display: block;
 height: 100%;
 position: absolute;
 right: -50%;
 width: 50%;
}
body{
	overflow-x:hidden;
  }
body .archive .row .prod_sidebar_n_cont .span9::before {
 background: rgb(247, 247, 247) none repeat scroll 0 0;
 border-bottom: 1px solid rgb(221, 221, 221);
 bottom: 0;
 content: "";
 display: block;
 height: 100%;
 position: absolute;
 right: -50%;
 width: 50%;
}
.page-template-page-resources .resource.product-list-item:hover .details h3 {
	color: #fff !important;
}
.woocommerce-page div.product.product_cat_header {
	padding-bottom: 54px !important;
	margin: 0 !important;
	background: #f7f7f7;
}
/*----calendar----*/
.calendar-style {
	background: #f5f5f5;
}
.calendar-style .snkr_title > span {
	color: rgb(0, 0, 0);
	font-weight: 500;
	font-family: Avenir_Medium;
}
.calendar-style h1.snkr_title {
	color: rgb(65, 152, 255);
	display: inline-block;
	font-family: 'AvenirNextLTPro-Bold';
	font-size: 27px;
	font-weight: bold;
	margin: 50px auto;
	padding: 0 auto;
	vertical-align: top;
	text-align: center;
	width: 100%;
	padding-left: 0;
}
.calendar section {
	background: rgb(245, 245, 245);
	margin-top: 0;
}
.calendar-style #release_calendar.eventCalendar-wrap {
	width: 100%;
	box-shadow: 0px 0px 79px 15px rgba(0, 0, 0, 0.25);
	display: block;
	margin-bottom: 95px;
}
.calendar-style .eventsCalendar-slider {
	margin-bottom: 0 !important;
}
.calendar-style .eventsCalendar-slider::after {
 display: none;
}
.calendar-style #release_calendar .eventsCalendar-slider {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	box-sizing: border-box;
	display: block;
	float: left;
	height: 522px !important;
	margin-bottom: 60px;
	padding: 20px;
	width: 60% !important;
}
.calendar-style #release_calendar .eventsCalendar-list-wrap {
	background: rgb(40, 39, 47) none repeat scroll 0 0;
	float: left;
	padding: 15px 0;
	width: 40% !important;
	max-height: 600px;
	min-height: 492px;
}
.calendar-style .eventsCalendar-list-wrap:before {
	color: #fff;
	text-align: left;
	text-indent: 20px;
}
.calendar-style .eventsCalendar-list li.eventsCalendar-noEvents p {
    color: #fff;
    padding: 6px 33px;
}
.calendar-style .eventCalendar-wrap .prev {
	top: 60px;
	left: 60px;
}
.calendar-style .eventCalendar-wrap .next {
	right: 60px;
	top: 60px;
}
.calendar-style .eventsCalendar-daysList li a {
	text-decoration: none;
	border-radius: 5px;
}
.calendar-style .eventsCalendar-daysList li > a:hover {
	background: rgb(0, 113, 247) none repeat scroll 0 0;
	border-radius: 5px;
	color: rgb(255, 255, 255);
	transition: all 0s ease 0s;
}
.calendar-style .eventsCalendar-daysList li.dayWithEvents a, .calendar-style .eventsCalendar-daysList li.current a {
	background: #ebebeb;
	color: rgb(0, 0, 0);
	border-radius: 5px;
}
.calendar-style .eventsCalendar-currentTitle {
	padding-top: 70px;
}
.calendar-style .eventsCalendar-daysList.showAsWeek::before {
 background: #ebebeb;
 content: "";
 display: block;
 height: 1px;
 left: 28px;
 position: absolute;
 top: 140px;
 width: 89%;
}
.calendar-style .eventsCalendar-daysList.showAsWeek::after {
 background: #ebebeb;
 content: "";
 display: block;
 height: 1px;
 left: 28px;
 position: absolute;
 top: 210px;
 width: 89%;
}
.calendar-style .eventsCalendar-currentTitle .monthTitle::after {
 display: none;
}
.calendar-style .eventsCalendar-list-wrap::after {
 display: none;
}
/*---next-prev-button-----*/
.calendar-style .eventCalendar-wrap .prev {
	background-image: url("images/icons/left.png");
	left: 60px;
	top: 60px;
}
.calendar-style .eventCalendar-wrap .prev:hover {
	background-image: url("images/icons/lefth.png");
	opacity: 1;
}
.calendar-style .eventCalendar-wrap .next {
	background-image: url("images/icons/right.png");
	right: 60px;
	top: 60px;
}
.calendar-style .eventCalendar-wrap .next:hover {
	background-image: url("images/icons/righth.png");
	opacity: 1;
}
.calendar-style .eventsCalendar-loading {
    color: #fff;
    padding: 10px 40px;
}
.search_headr img {
	width: 18px;
	padding: 7px;
}
/*---10-7---*/
.calendar-style .eventsCalendar-list li a:hover {
	color: #fff;
}
.calendar-style .eventsCalendar-list li:hover {
	background: #393b40;
}
.calendar-style .eventsCalendar-list li:hover a {
	color:#fff;
}
.calendar-style .eventsCalendar-list li {
	list-style: none;
	padding: 15px 0;
	margin: 0;
	border-bottom: none;
	width: 100%;
	float: left;
	position: relative;
}
.calendar-style .eventsCalendar-list li::before {
 width: 83%;
 height: 1px;
 display: block;
 content: "";
 background: rgba(235, 235, 235, 0.1);
 position: absolute;
 top: 0;
 left: 36px;
}
.calendar-style .eventsCalendar-list {
	position: relative;
	z-index: 1;
	float: left;
	padding: 0 !important;
	margin: 0;
}
.calendar-style .eventsCalendar-list li a {
	padding: 6px 40px;
}
.com-calendar {
	background: rgba(0, 0, 0, 0) url("images/icons/comment-c.png") no-repeat scroll 0 0;
	display: inline-block;
	float: left;
	padding: 0 31px;
}
.rate-calendar {
	background: rgba(0, 0, 0, 0) url("images/icons/blue-fire.png") no-repeat scroll 0 0;
	display: inline-block;
	float: left;
	padding: 0 27px;
}
.rating-calendar {
	display: inline;
	float: left;
	padding: 5px 40px;
}
.calendar-style .eventsCalendar-list li:hover .rating-calendar {
	opacity:1;
}
.calendar-style .eventsCalendar-list-wrap:before {
	font-family: Avenir_Medium;
	padding: 31px 13px;
}
.calendar-style .eventsCalendar-list-wrap .eventsCalendar-list-content {
	margin-top: 0px;
	float: left;
}
.com-calendar {
	opacity:0.5;
}
.rate-calendar span {
	opacity: 0.5;
}
.calendar-style .eventsCalendar-list li:hover .rating-calendar .rate-calendar span {
	opacity:1;
}
.calendar-style .eventsCalendar-list li:hover .rating-calendar .com-calendar {
	opacity:1;
}
.page-template-release_calendar-template .menu_toggler {
	background-image:url("images/icons/toggle-new.png");
	background-position: 0 7px;
}
.page-template-release_calendar-template .menu_toggler::before {
 background: rgb(128, 128, 128) none repeat scroll 0 0;
 content: "";
 display: block;
 height: 60px;
 position: absolute;
 left: 46px;
 top: -14px;
 width: 1px;
}
.calendar-style #release_calendar a {
 transition:.0s all;
 -ms-transition:.0s all;
 -webkit-transition:.0s all;
 -moz-transition:.0s all;
}

#header .header_toggler.stick {
    position: relative;
    top: 0;
}
/****************************************
****************************************
**************12-oct-2016**************
****************************************
****************************************/
.header-menu-container nav#main_menu ul {
 margin-right: 80px;
}
.header-menu-container .search_headr{
	display: block;
	float: right;
	position: absolute;
	right: 10%;
	top: 14px;
}
.search_headr .cstm_srch {
    display: block !important;
	margin-top:60px !important;
}
.search_headr #search{
float:left;
}
.search_headr input{
float:left;
}
.header_toggler .menu_toggler {
	background-image:url("images/icons/toggle-new.png");
	background-position: 0 7px;
}
.header_toggler .menu_toggler::before {
 background: rgb(128, 128, 128) none repeat scroll 0 0;
 content: "";
 display: block;
 height: 60px;
 position: absolute;
 left: 46px;
 top: -14px;
 width: 1px;
}
.search_headr #search {
  float: left;
  height: 35px;
  border-radius: 0;
}
.search_headr input:last-child {
  background: rgb(64, 149, 250) none repeat scroll 0 0;
  padding: 11px 10px;
}
.search_headr.mobile-search #search {
  height: 44px;
}
.top-banner .overall-rating > p {
  font-size: 20px;
  font-family: AvenirNextLTPro-Bold;;
  line-height: 26px;
  margin-right: 10px;
}
.top-banner .overall-rating {
  display: inline-block;
  float: left;
  font-family: mulibold;
  font-weight: 900;
}
.top-banner .codexworld_rating_widget li{
	width: 24px;
	height: 24px;
}
.single.single-product .related.products .span3.product:nth-child(6) {
    background: #fafafa;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.single.single-product .related.products .span3.product:nth-child(6):hover {
    background: #fff;
}
.single.single-product section#content {
    margin-top: 0;
    padding-top: 35px;
}
body.single.single-product section#content {
  background: #f7f7f7 none repeat scroll 0 0;
}
.single-product .product-page-review {
  background: #fff none repeat scroll 0 0;
  float: none;
  margin: 0 auto;
  max-width: 692px;
  padding: 26px 0;
  width: 100%;
  margin-bottom: 50px;
}
.single-product .row.product-page {
  background: #fff;
  padding: 28px 2px 17px 0;
}
.single-product .content_pro_des .wpb_text_column.wpb_content_element {
  margin-bottom: 65px;
}
.content_pro_des .wpb_column.vc_column_container.vc_col-sm-3 {
  background: #fff;
  width: 229px;
  margin: 0 31px;
}
.single-product .content_pro_des .wpb_column.vc_column_container.vc_col-sm-6 {
  background: #fff;
}
.single-product .prod_desc_detailed .title_pro_des {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 0;
  padding: 48px 0 42px 0 ;
}

.content_pro_des .wpb_column.vc_column_container.vc_col-sm-6::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 26px;
  position: absolute;
  right: 0;
  width: 600px;
}
.single-product .content_pro_des .wpb_column.vc_column_container.vc_col-sm-6 {
  background: #fff none repeat scroll 0 0;
  position: static;
}
.single-product .content_pro_des .vc_row.wpb_row.vc_row-fluid {
  position: relative;
}
.single-product .content_pro_des .vc_row.wpb_row.vc_row-fluid {
  margin: 0;
}
body.single.single-product .related.products .span3.product:hover {  background: #fff !important;}
body.single.single-product .related.products .span3.product {  background: #fff;}
body.single-product .span3.product:nth-child(3), .single-product .span3.product:nth-child(4) {  background: #e4e4e4 !important;}
.single-product .prod_desc_detailed .title_pro_des {  font-size: 24px;  line-height: normal;}
.single-product .product_rating_title { font-size: 24px; margin: 28px 0 36px;}
.single-product .output_product_data_tabs .span12 .borderline { display: none;}
.single-product .prod_desc_detailed .vc_col-sm-3 .wpb_single_image.wpb_content_element.vc_align_center  ~ .wpb_text_column.wpb_content_element {
  margin-bottom: 25px !important;
}
.single-product .prod_desc_detailed .vc_col-sm-3 .wpb_single_image.wpb_content_element.vc_align_center {
  margin-bottom: 12px;
}
/*
**
***
****
*****
******
*******
********Resources Page New
*******
******
*****
****
***
**
*/
.page-template-single-resource-page-php .breadcrumb_outer { background: #e6e6e6;}
.page-template-single-resource-page-php .breadcrumbs li a {color: #0071f7;font-family: muliregular; font-size: 14px;}
.page-template-single-resource-page-php .breadcrumbs li { color: #969696; font-family: muliregular; font-size: 14px;}
.page-template-single-resource-page-php .breadcrumbs_right_link .btn-link { font-family: muliregular !important; font-size: 14px; color: #272727;}
.page-template-single-resource-page-php section#content.resources_page { margin-top: 0; padding-top: 22px;background-color:#f2f2f2;}
.rating_resource .rate_this { float: left !important; margin-left: 0;}
.rating_resource .b_other_s .rating_count_p::before { background-image: none; width: 0px;}
.laces_details_top { width: 100%; display: inline-block;}
.resource_desc {  width: 100%;  display: inline-block;}
.resources_page h1 {
  color: #005ff5;
  font-family: mulibold;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: left;
  line-height: 50px;
}
.rating_count_p span {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.resources_page .rating_count_p {
  display: inline-block;
  margin-left: 12px;
}
.resource_desc {
  display: inline-block;
  padding-top: 46px;
      padding-bottom: 50px;
}
.resources_page .rate_this h4 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
}

.resource_page_decss span {
  font-size: 16px;
  color: #404040;
  line-height:20px;
}
.resource_page_decss p {
  margin: 33px 0;
}

.resources_page .table-striped {
  border: medium none;
  display: inline-table;
  margin-top: 18px;
  color: #101010;
}
.resources_page .table-striped tbody > tr:nth-child(2n+1) > td,.resources_page  .table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #ebebeb;
  border: medium none;
}
.resources_page .table-striped tbody > tr:nth-child(2n) > td,.resources_page  .table-striped tbody > tr:nth-child(2n) > th {
  background: #f2f2f2 none repeat scroll 0 0;
  border: medium none;
}
.resources_button_blue .btn.btn-shop {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #0073f7;
  background-image:url("images/icons/cart_resource.png"),  linear-gradient(to bottom, rgba(0,96,245,1) 0%,rgba(0,45,209,1) 100%);
  background-position: 93% center;
  border-bottom: 1px solid #0073f7;
  border-image: none;
  border-left: 1px solid #0073f7;
  border-radius: 5px;
  border-top: 1px solid #0073f7;
  box-sizing: border-box;
  color: #fff;
  font-family: mulibold;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  padding: 15px 37px 15px 12px;
  text-transform: capitalize;
  width: 100%;
  box-shadow:/* 1px 1px 10px 6px #0053d6 inset, */1px 1px 10px rgba(0,0,0,0.2);
 transition:all 0.5s ease 0s;
 }

.resources_button_blue .btn.btn-shop:hover {
box-shadow:0 2px 28px -9px #000 inset;  transition:all 0.1s ease 0s;
}
.resources_button_grey .btn.btn-goggle:hover {
  box-shadow: 0 2px 28px -9px #000 inset;  transition:all 0.1s ease 0s;
}
.post_comment_section #respond form input[type="submit"]:hover {
box-shadow:0 2px 28px -9px #000 inset;  transition:all 0.1s ease 0s;
}
.resources_button_grey .btn.btn-goggle {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #5d5d5d;
  background-image: url("images/icons/share_resource.png"), linear-gradient(to bottom, rgba(122,122,122,1) 0%,rgba(64,64,64,1) 61%,rgba(64,64,64,1) 72%,rgba(64,64,64,1) 82%,rgba(64,64,64,1) 100%);
  background-position: 93% center;
  border-bottom: 1px solid #5d5d5d;
  border-image: none;
  border-left: 1px solid #5d5d5d;
  border-radius: 5px;
  border-top: 1px solid #5d5d5d;
  box-shadow: /* 1px 1px 10px 6px #5d5d5d inset,  */1px 1px 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: mulibold;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  padding: 15px 43px 15px 12px;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.buy_button_resource {
  display: inline-block;
  width: 100%;
}
.resources_button_blue {
  display: inline-block;
  width: 48%;
  margin-right: 1%;
}
.resources_button_grey {
  display: inline-block;
  margin-left: 2%;
  width: 48%;
}
.blue_product_colorways {
  background: #005ff5 none repeat scroll 0 0;
  width:100%;
  display:inline-block;
}
.blue_product_colorways .populers_colorways h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
}
.blue_product_colorways .populer_title {
  text-align: center;
  display: inline-block;
}
.blue_product_colorways .populer_title span {
  font-size: 16px;
  font-weight: bold;
}
.laces_Colorways img,.laces_Colorways a img {
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
}
.laces_Colorways {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  box-sizing: border-box;
  height: 286px;
  margin-right: 24px;
  max-width: 274px;
  padding: 8px !important;
  width: 100%;
  transition: all 0.5 ease 0s;

}
/* .resources_page .blue_product_colorways .laces_Colorways {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  min-height: 288px;
  margin-right: 24px;
  max-width: 274px;
  padding: 8px;
} */
.laces_Colorways:last-child {
  margin-right: 0;
}
.paradise_resource {
  padding-top: 22px;
}
/*---*/
.replacement_resource {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.replacement_top_resource {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
.replacement_resource .replacement_top_resource h1 {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-family: roboto,mulibold;
  font-size: 26px;
  font-weight: bold;
}
.replacement_resource p {
  font-size: 16px;
  margin-bottom: 54px;
  text-align: center;
}
.divider_resource_line {
  background-image: url("images/resource_line.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  display: inline-block;
  float: none;
  height: 3px;
  margin: auto 15%;
  padding: 1px 0;
  width: 70%;
}
.resource_comment_box #comment_list #respond {
  box-shadow: 19px 16px 39px 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
/*   display: inline-block; */
  margin: 70px auto;
  width: 80%;
}
.comment_rating_list_new {
    width: 80%;
    margin: auto;
}
.resource_comment_box #comment_list.zn_comments {
      display: inline-block;
    max-width: 1170px;
    width: 100%;
}
.post_comment_section {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
.resource_comment_box {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  margin: 15px 0;
}
.resource_comment_box .post_comment_section #respond form input[type="text"], .resource_comment_box .post_comment_section #respond form input[type="email"] {
  max-width: 100%;
  width: 99%;
}
.resource_comment_box .post_comment_section #respond form textarea {
  color: #000;
  height: 220px;
  width: 100%;
}
.resource_comment_box .post_comment_section .comment_rating {
 /*  display: block; */
}
.resource_comment_box .post_comment_section #respond form {
  margin-bottom: 0;
}
.post_comment_section #respond form p:nth-child(5) {
  margin-bottom: 0;
}
.replacement_resource .title_container.replace_tittle_top {
  margin-bottom: 26px;
  margin-top: 54px;
}
.resource_comment_box .zn_com_title {
  font-size: 22px;
  font-family: mulibold;
  padding: 0px 0;
}
.span3.laces_Colorways:hover {
  box-shadow: 1px 2px 8px 12px rgba(0,0,0,0.1);
  transition: all 0.5 ease 0s;
}
.blue_product_colorways .laces_Colorways:hover .populer_title span {
  color: #005ff5 ;
}
.resources_page h1 span {
  color: #010101;
  font-family: muliregular;
  font-weight: lighter !important;
}
.flex_slider_top {
  display: inline-block;
  width: 100%;
}
.flex_slider_top .flexslider .slides img {
  width: 100%;
}
.resource_comment_box .resource_comment_form {
  display: inline-block;
  width: 100%;
}
.resourse_name, .resourse_mail {
  width: 49%;
}
.resource_comment_box .post_comment_section #respond form input[type="text"],
.resource_comment_box  .post_comment_section #respond form input[type="email"],
 .resource_comment_box .post_comment_section #respond form textarea{
	 font-family:muliregular !important;
 }
 body.res1170 .replacement_new_lsd .span12 {
  width: 100%;
}
.replacement_resource .replacement_new_lsd {
  margin: auto;
  max-width: 928px;
  width: 100%;
}
.post_comment_section #respond form input:focus,.post_comment_section #respond form textarea:focus {
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
}
.mobile_footer .widget_f_mob li a {
    color: #000000;
    font-family: 'muliregular', sans-serif;
    font-size: 100%;
    text-transform: uppercase;
}
.mobile_footer .widget_f_mob li {
    display: block;
    margin-bottom: 5px;
}
.mobile_footer .widget_f_mob ul {
    margin: 0;
}
.page-template-single-resource-page-php .flex_slider_top .flex-control-nav.flex-control-thumbs img {
  box-shadow: none;
  max-height: inherit;
  width: 100%;
}
.page-template-single-resource-page-php .flex_slider_top .flex-control-nav.flex-control-thumbs li {
    box-shadow: none;
    display: inline-block;
    width: 33%;
    margin: 0 0 0 0.5%;
}
.page-template-single-resource-page-php .flex-control-nav li:first-child {
    margin: 0 !important;
}
.page-template-single-resource-page-php .flex_slider_top .flex-control-nav.flex-control-thumbs {
    bottom: 0;
    position: relative;
	top:2px;
	right:0;
	z-index:0;
	}
.page-template-single-resource-page-php 	.flex_slider_top .flex-control-nav.flex-control-thumbs li:nth-child(n+4) {
    display: none;
}
.page-template-single-resource-page-php .flex_slider_top .flexslider .slides > li {
  min-height: auto;

}
.flex_slider_top .flex-control-nav.flex-control-thumbs img.flex-active,.flex_slider_top  .flex-control-nav.flex-control-thumbs img:hover{
	  box-shadow: 0 0 0 4px black inset;
}
.page-template-single-resource-page-php p.comment-rating:after {
    width:100%;
	background: rgba(0, 0, 0, 0) url("images/blue-r.png") repeat scroll 0 0 !important;
}
.page-template-single-resource-page-php span.commentratingbox::after{
	background: rgba(0, 0, 0, 0) url("images/blue-r.png") repeat scroll 0 0 !important;
	
}
.resource_desc .b_other_s .resource_page_decss tbody a:before {
    margin-right: 0;
}
.resource_page_decss tbody a,.resource_page_decss a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
/*--*/
.header-menu-container nav#main_menu {
    position: relative;
}
.header-menu-container nav#main_menu ul {
    position: relative;
}
.search_headr > label {
/*     position: relative;
 */	top:0;
}
.header-menu-container .search_headr {
    right: 3%;
    top: 9px;
}
.search-results .right_s_posts {
    padding-right: 0;
}
.comment-form-rating span.commentratingbox {
    width: 121px;
    background-size: 24px;
}
.page-template-single-resource-page .post_comment_section #respond form input[type="radio"] {
  opacity: 0;
}
.page-template-single-resource-page .search_headr {
  display: none;
}
.page-template-single-resource-page #reviews #comments ol.commentlist li .meta, .commentlist > li p{
	border:none;
}
body.page-template-page-resources.page-parent.page-child .top_slider h2 {
    color: #000;
    font-size: 40px;
    margin: -14px 21px 56px;
    text-transform: capitalize;
}
/*----new resource-page-6-dec-------*/
.top_heading_pdise h2 {
  color: #4198ff;
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  font-family: mulibold;
}
.top_heading_pdise span {
  color: #000;
  font-weight: lighter;
  font-family: muli;
}
.top_search_pdise .resource_search_pdise .input_top_pdise {
  border-radius: 0;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 10px;
  width: 80%;
}
.top_search_pdise  .filter_pdise {
  width: 100%;
  -moz-appearance: none;
  padding: 10px;
  display: inline-block;
  height: auto;
  text-transform: uppercase;
}
.top_search_pdise .resource_search_pdise .submit_top_pdise {
  background: #0071f7 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 11px;
  text-transform: capitalize;
  width: 16%;
}
.page-template-page-resources-new-php .resource_heading_pdise .span9 {
  width: 75%;
}
.page-template-page-resources-new-php .details.fixclear.resources_pag a:first-child {
    height: 50px;
    display: inline-block;
    width: 100%;
}
.page-template-page-resources-new-php .product-list-item .details h3 {
    text-align: left;
}
.page-template-page-resources-new #page_wrapper > section {
  background: #f2f2f2 none repeat scroll 0 0;
  margin-top: 0;
}
.page-template-page-resources-new #page_wrapper .breadcrumb_outer {
  background: #e6e6e6;
}
.resource_heading_pdise {
  padding-top: 43px;
}
.top_heading_pdise {
  margin-bottom: 50px;
}
.page-template-page-resources-new .container.marg_top.resources {
  padding-top: 0!important;
}
.page-template-page-resources-new .breadcrumbs li a {
    color: #0071f7;
}
.thumb_pdise.resources_pag a:nth-child(3) {
    margin-left: 20px;
}
.page-template-page-resources-new .outer_resources {
  margin-left: 0;
  margin-right: 0;
}
.page-template-page-resources-new .resources .span12 {
  padding: 0;
}
.page-template-page-resources-new .resource_heading_pdise .span12 {
  padding: 0;
}
.page-template-page-resources-new .resource_heading_pdise .span3 {
  width: 25%;
}
.page-template-page-resources-new .breadcrumbs_right_link .btn-link {
  text-transform: capitalize;
}
.page-template-page-resources-new .product-list-item {
  box-shadow: none;
}
/****************************************
****************************************
**************12-oct-2016**************
****************************************
****************************************/

/*---media----*/
 @media(min-width:1500px) {
	body #footer_new_01 .right_s_sect {
  padding-left: 21px;
 }}
/*----***media min-width:1200px***----*/
 @media(min-width:1200px) {
	 body.res1170 .span6.top-desc {
  box-sizing: border-box;
  padding-left: 69px;
}
 }
 /*----***media min-width:841px and max-width:1200px***----*/

 @media(min-width:841px) and (max-width:1200px) {
.laces_Colorways {
  margin-right: 21px;
  width: 23% !important;
  height: 260px;
}
.page-template-single-resource-page-php  .flex_slider_top .flex-control-nav.flex-control-thumbs {
  top: 7px;
}

}
/*----***media max-width:1000px***----*/

 @media(max-width:1000px) {
	 .resource_heading_pdise .top_heading_pdise h2 {
  font-size: 46px !important;
  line-height: normal !important;
}
	 .page-template-single-resource-page-php .breadcrumb_outer {
  display: block;
}
#header .header_toggler.stick {
	position: fixed;
	top: 0;
}
.admin-bar #header .header_toggler.stick {
	position: fixed;
	top: 0;
}
.admin-bar #header .header_toggler {
    top: 44px;
}
 .page-template-blog_new.admin-bar #header .header_toggler {
    top: 0px;
}
.laces_details_top .resources_page h1 {
  font-size: 32px;
  line-height: 40px;
}
.resource_page_decss p {
  margin: 15px 0;
}
.resources_button_blue .btn.btn-shop ,.resources_button_grey .btn.btn-goggle{
  font-size: 14px;
  padding-left: 5px;
  padding-right: 38px;
}
.laces_Colorways {
  height: 250px;
}
}
/*----***media max-width:480px***----*/
@media (max-width:480px ) {
.resources_page h1.no-border.resource_tittle_color {
    /* font-size: 32px; */
}}
/*----***media max-width:840px***----*/

@media (max-width: 840px) {
	.page-template-page-resources-new .header_toggler #logo a img {
    margin: 0 0 0 25px !important;
}
	.top_search_pdise .resource_search_pdise .submit_top_pdise {
  background: #0071f7 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 0;
  font-weight: bold;
  margin: 0;
  padding: 11px 1%;
  text-transform: capitalize;
  width: 16%;
  background-image: url(images/icons/search_re.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}
.top_search_pdise .resource_search_pdise .input_top_pdise {
  border-radius: 0;
  box-sizing: content-box;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 10px 3%;
  width: 74%;
}
.resource_search_pdise {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.page-template-page-resources-new .top_search_pdise .span9, .page-template-page-resources-new .top_search_pdise .span3 {
  box-sizing: border-box;
  display: inline-block;
  width: 49%;
  float: left;
}
.top_search_pdise {
  display: inline-block;
  width: 100%;
}
/*----*/
	.page-template-single-resource-page-php .flex_slider_top .flex-control-nav.flex-control-thumbs{
		top:7px;
	}

	.laces_Colorways {
  height: auto;
  margin-bottom: 12px;
  margin-right: 1% !important;
  max-width: 49% !important;
  width: 50% !important;
}
.laces_Colorways:nth-child(2n) {
  margin-left: 1% !important;
  margin-right: 0 !important;
}
.calendar-style .eventsCalendar-slider .eventsCalendar-monthWrap {
 width: 95% !important;
}
.calendar-style #release_calendar .eventsCalendar-slider {
margin: 0px !important;
 width: 100% !important;
}
.calendar-style #release_calendar .eventsCalendar-list-wrap {
 width: 100% !important;
 margin-top: 0;
}
.calendar-style .eventsCalendar-daysList.showAsWeek::after {
 top: 178px;
}
.calendar-style .eventsCalendar-daysList.showAsWeek::before {
 top: 129px;
}
.calendar-style h1.snkr_title {
 font-size: 20px;
 margin: 21px auto;
}
/*-----header---*/
.page-template-release_calendar-template .search_headr > label::before {
 background: rgb(128, 128, 128) none repeat scroll 0 0;
 content: "";
 display: block;
 height: 60px;
 position: absolute;
 right: 46px;
 top: -14px;
 width: 1px;
}
.page-template-release_calendar-template .search_headr > label {
 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
 border-radius: 7px;
 padding: 3px;
 position: absolute;
 right: 0;
 top: 0;
 width: 31px;
 z-index: 99999;
}

.header_toggler .search_headr > label::before {
  background: rgb(128, 128, 128) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  right: 46px;
  top: -19px;
  width: 1px;
}
.page-template-release_calendar-template .search_headr img {
 padding: 7px;
 width: 18px;
}
.page-template-release_calendar-template .mobile-search {
 display: block !important;
 right: 1%;
}
/**********************/
.header_toggler.activated .menu_toggler {
  background-color: transparent;
}
.page-id-1037 .hidden-on-large, .page-id-12 .hidden-on-large, .parent-pageid-12 .hidden-on-large, .page-child .hidden-on-large, .page-id-325 .hidden-on-large{
  display: none;
}
.page-id-1037 .mobile-search, .page-id-12 .mobile-search, .parent-pageid-12 .mobile-search, .page-child .mobile-search, .page-id-325 .mobile-search{
  display: block !important;
}
.search_headr.mobile-search {
  position: absolute;
  right: 1%;
  top: 20px;
}
/**********************/
.page-template-release_calendar-template .hidden-on-large {
 display: none;
}
}
/*----***media max-width:768px***----*/

@media (max-width: 768px) {
.resource_comment_box #comment_list #respond {
    width: 100%;
    margin: 0 auto;
}
.page-template-single-resource-page .breadcrumbs_right_link {
  padding: 0 15px 0 0;
}
.page-template-single-resource-page-php .breadcrumbs_right_link .btn-link {
  font-size: 12px;
}
.page-template-single-resource-page-php .breadcrumbs li::after {
  margin-left: 1px !important;
}
.page-template-single-resource-page-php .breadcrumbs li {
  font-size: 12px;
  padding: 0;
  margin: 0!important;
}
.page-template-single-resource-page-php .resource_comment_box {
    margin: 50px 0;
}
}

@media (max-width: 600px) {
	.top_search_pdise .resource_search_pdise .input_top_pdise {

  padding: 10px 3%;
  width: 60%;
}
.top_search_pdise .resource_search_pdise .submit_top_pdise {
  border-radius: 0 4px 4px 0;
  padding: 11px 1%;
  width: 32%;
}
	body.page-template-page-resources.page-parent .breadcrumbs li, body.page-template-single-resource-page .breadcrumbs li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 121px;
}
	.populers_colorways .poupler_color_section a.populer_title {
    height: 40px;
}
	.resource_comment_box #respond input#submit {
    width: 100%;
}
.page-template-page-resources .page-child .product-list-item .details {
 padding: 5px;
}
.calendar-style .eventsCalendar-currentTitle .monthTitle {
 font-size: 18px;
 font-family: Avenir_Medium;
}
.calendar-style .eventCalendar-wrap .prev {
 left: 19px;
}
.calendar-style .eventCalendar-wrap .next {
 right: 20px;
}
.calendar-style .eventsCalendar-daysList li.eventsCalendar-day-header {
 font-size: 100%;
}
.calendar-style .eventsCalendar-daysList li a {
 font-size: 100%;
}
.calendar-style #release_calendar .eventsCalendar-slider {
 height: 440px !important;
}
.calendar-style h1.snkr_title {
 font-size: 16px;
}
body.single .browse_collection img {
 left: 12%;
}
body.single .shop_image_prize {
 left: 19px;
}
body.single .botton_more_post {
 width: 45%;
 margin: 10px 7px;
}
body.single .botton_more_post .b_other_s {
 padding: 10px;
 height: auto;
}
body.single .b_other_s.b_blog_s > h3 {
 height: auto;
}
 body.single .browse_collection p {
 margin-bottom: 50px;
}
.page-template-page-resources .container.marg_top.resources .span12 {
 padding: 0;
}
body.page-template-page-resources .top_slider .absoluted h2 {
 padding: 0;
 margin: 0 !important;
}

}
@media (max-width: 520px) {
	.page-template-page-resources-new-php .details.fixclear.resources_pag a:first-child {
    height: 37px;
}
	.resource_heading_pdise .top_heading_pdise h2 {
  font-size: 26px !important;
  line-height: normal !important;
}
.page-template-page-resources-new #content .outer_resources img {
    height: 140px;
}
.page-template-page-resources-new-php .details.fixclear.resources_pag {
    min-height: 67px;
    padding: 10px;
}
.thumb_pdise.resources_pag a:nth-child(3) {
    margin-left: 0;
}
.page-template-page-resources-new-php .resource.product-list-item .details h3 {
    font-size: 12px !important;
}
body.page-template-page-resources-new-php  .breadcrumb_outer .span6 {
    width: 66%;
    float: left;
}
body.page-template-page-resources-new-php .breadcrumb_outer .span6.breadcrumbs_right_link {
    width: 34%;
}
.page-template-page-resources-new-php .breadcrumb_outer .breadcrumbs li {
    margin-left: 0px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70px;
    padding: 0;
}
}


@media (min-width: 401px) and (max-width: 767px) {
 body.single .botton_more_post {
 margin: 20px 18px;
 width: 42%;
}
.page-template-page-resources.product-list-item.resource {
 padding-left: 0;
 margin: 10px 0;
}
.page-template-page-resources.outer_resources img {
 width: 100% !important;
 height: auto !important;
}
.page-template-page-resources.details.resources_pag {
 padding: 4px;
}
.page-template-page-resources #content .outer_resources img {
 width: 100%;
 height: auto !important;
}
.page-template-blog_new section#content .metro-blog .blog_post_n {
 float: left;
 margin-bottom: 15px;
 padding-bottom: 0px;
 height: 300px;
}
.page-template-page-resources .product-list-item.resource {
 margin: 10px 0;
}
.page-template-blog_new section#content .blog_post_n .b_other_s a {
 float: left;
 margin-right: 20px !important;
}
.page-template-blog_new section#content .metro-blog .blog_post_n .b_other_s {
 padding: 0 10px;
 float: left;
}
.page-template-page-resources .container.marg_top.resources .span12 {
 padding: 0;
}
body.page-template-page-resources .top_slider .absoluted h2 {
 padding: 0;
 margin: 0 !important;
}
.page-template-blog_new section#content .b_other_s font {
 line-height: 21px;
}
.page-template-blog_new section#content .metro-blog .blog_post_n h3 {
 margin-bottom: 0;
}
.page-template-blog_new section#content .b_other_s .comment_count_p {
 margin-right: 20px;
}
.page-template-blog_new section#content .blog_post_n:not(.wide-section) h3 {
 height: 52px;
 line-height: 18px;
 font-size: 14px;
}
}
/*----***media min-width:359px***----*/

@media(min-width: 359px) and (max-width:400px) {
  /*-------resources------*/
.page-template-page-resources.product-list-item.resource {
 padding-left: 0;
 margin: 10px 0;
}
.page-template-page-resources.details.resources_pag {
 padding: 4px;
}
.page-template-blog_new section#content .metro-blog .blog_post_n {
 float: left;
 margin-bottom: 15px;
 padding-bottom: 0px;
 height: 235px;
}
.resources .product-list-item.resource {
 margin: 10px 0;
}
.page-template-page-resources #content .outer_resources img {
 width: 100%;
 height: auto !important;
}
.page-template-blog_new section#content .blog_post_n .b_other_s a {
 float: left;
 margin-right: 20px !important;
}
.page-template-blog_new section#content .metro-blog .blog_post_n .b_other_s {
 padding: 0 10px;
 float: left;
}
.page-template-blog_new section#content .b_other_s font {
 line-height: 21px;
}
.page-template-blog_new section#content .metro-blog .blog_post_n h3 {
 margin-bottom: 0;
}
.page-template-blog_new section#content .b_other_s .comment_count_p {
 margin-right: 20px;
}
.page-template-blog_new section#content .blog_post_n:not(.wide-section) h3 {
 height: auto;
 min-height: 54px;
}
.calendar-style .eventCalendar-wrap .prev {
 left: 25px;
}
.calendar-style .eventCalendar-wrap .next {
 right: 25px;
}
}
/*----***media max-width:358px***----*/

@media (max-width: 358px) {
	.blue_product_colorways .populer_title span {
    font-size: 14px;
}
	body.page-template-single-resource-page-php .resources_page h1 {
  font-size: 32px;
  line-height: 36px;
}
 .calendar-style .eventCalendar-wrap .next {
 right: 25px;
}
 .calendar-style .eventCalendar-wrap .prev {
 left: 25px;
}
.page-template-blog_new section#content .blog_post_n:not(.wide-section) h3 {
 height: auto;
 min-height: 54px;
}
.page-template-blog_new section#content .blog_post_n .b_other_s a {
 float: left;
 margin-right: 3px !important;
 margin-top: 5px;
}
.page-template-blog_new .b_other_s a span {
 font-size: 14px;
}
.page-template-blog_new section#content .metro-blog .blog_post_n {
 float: left;
 height: auto;
 margin-bottom: 15px;
 padding-bottom: 0;
}
.page-template-blog_new .metro-blog .blog_post_n .b_other_s {
 padding: 0 15px 10px 15px;
}
/*-------resources------*/
.page-template-page-resources.product-list-item.resource {
 padding-left: 0;
 margin: 10px 0;
}
.page-template-page-resources.details.resources_pag {
 padding: 4px;
}
.resources .product-list-item.resource {
 margin: 10px 0;
}
.page-template-page-resources #content .outer_resources img {
 width: 100%;
 height: auto !important;
}
.page-template-page-resources .product-list-item .image {
 border-radius: 5px 5px 0 0;
}
body.page-template-page-resources .span4.grid_itm_rsrs {
 width: 49% !important;
 padding: 0 5px;
}
body.page-template-page-resources .product-list-item .details {
 padding: 10px 5px 5px;
}
.page-template-blog_new section#content .metro-blog .blog_post_n .wide-section {
 padding-bottom: 0;
}
}
/*----***media max-width:318px***----*/

@media (max-width: 318px) {
 .page-template-blog_new section#content .metro-blog .blog_post_n {
 height: auto;
 padding-bottom: 10px;
}
.page-template-blog_new section#content .metro-blog .blog_post_n .wide-section {
 padding-bottom: 0;
}
}

/*----***media max-width:770px***----*/

@media (max-width: 770px) {
	.single-product .span3.product:nth-child(even) {
    background: #fff !important;
}}

/*----***media min-width:480px***----*/

@media (max-width:480px ) {

.replacement_resource .replacement_top_resource h1 {
    padding: 0;
    font-size: 20px;
}
	.resources_button_blue .btn.btn-shop, .resources_button_grey .btn.btn-goggle {
  font-size: 16px;
}
.resources_button_blue {
  margin-right: 0%;
  width: 100%;
}
.resources_button_grey {
  margin-left: 0;
  width: 100%;
}
	.laces_Colorways img, .laces_Colorways a img {
  padding: 0;
}
	.single-product .product-page-review {
  padding: 26px 8px;
  width: 100%;
  box-sizing: border-box;
}
.content_pro_des .wpb_column.vc_column_container.vc_col-sm-3 {
  margin: 22px 0;
  width: 100%;
}
 .calendar-style .eventsCalendar-slider .eventsCalendar-monthWrap {
 width: 90% !important;
}
body.single-post .blog_post_content {
 padding: 0 20px !important;
}

}