/* LOGO SVG */
.navbar-brand-wpz {
    float: none;
    margin: 0px auto;
		padding: 20px 0;
	  text-align: center;
	  z-index: 1;
    position: relative;
}
.navbar-brand-wpz img {
	width: 185px !important;
  height: auto;
}
.main-navbar .navbar-nav>li>a {
	font-weight: 400;
	font-size: 16px;
}

.navbar-brand-wpz .tagline{
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0px;
	 
}  

.navbar-toggle {
    z-index: 2;
}
/* 
.navbar-nav>li:hover {
    background: #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    top: 1px;
} 

.navbar-nav>li.current-menu-item:hover {
    background: #d9d9d9; 
} 

.main-navbar .navbar-nav > li > a {
    position: relative;
    top: 2px;
} 
 */
.main-navbar .navbar-nav > .current-menu-item > a, .main-navbar .navbar-nav > .current_page_item > a, .main-navbar .navbar-nav > .current-menu-parent > a, .main-navbar .navbar-nav > .current_page_parent > a {
    color: #717171 !important;
}

.navbar-nav>li:hover {
    background: #fff !important;
	  /*border-bottom: 1px solid #000;
    top: 1px;*/
}
.navbar-nav>li:hover a {
    color: #000 !important;
}
.navbar-nav>li {
    /*top: 1px;*/
}

@media (min-width: 319px) and (max-width: 576px) {
	.navbar-brand-wpz {
    float: none;
    margin: 0px auto;
		padding: 10px 0;
  }
	.navbar-brand-wpz img {
	  width: 160px !important;
    height: auto;
		margin: 0 auto;
  }

	
}

@media screen and (max-width: 1199px) {
	.main-navbar {
	  position: absolute;
    width: 100%;
    top: 10px;
    background: transparent;
		
	}
}

header {
	border-bottom: 1px solid #d9d9d9}


h2.section-title, h3.section-title, h3.title  {display: none;}


/* LOGO SVG */

/* SLIDER */
#slider {
    border-right: 2px solid transparent;
}
/* SLIDER */

/* SOCIAL ICONS TOP */

.zoom-social_icons-list-span {
	color: #41454c !important;
}

/* SOCIAL ICONS TOP */

/* SOCIAL ICONS INSIDE POST */

@media (min-width: 319px) and (max-width: 576px) {
	
	.sharebtns { 
		float: none !important;
		margin: 10px auto 0; 
		text-align: center;
	}
  .ssba-wrap {
    display: inline-block;
	
  }
	
}

/* SOCIAL ICONS INSIDE POST */


/* SEARCH */

.sb-search {
    position: relative;
    float: right;
    margin: 5px 12px 0;
    z-index: 200;
    width: 40px;
	  width: 27px;
    height: 40px;
}

.sb-search .sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
     width: 20px;
    height: 19px;
    margin: 0;
    z-index: 10;
    padding: 10px 65px 10px 15px;
    font-family: inherit;
    font-size: 14px;
    color: #fff;
    visibility:hidden;
    opacity:0;
    border: none;
    border-radius: 50px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    background: #33383A;
    -webkit-transition: width 0.6s,
    border-radius 0.6s,
    background 0.6s;
    transition: width 0.6s, border-radius 0.6s, background 0.6s;
}

.sb-search input[type="search"].sb-search-input {
    -webkit-appearance: none;
}

.sb-search .sb-search-input::-webkit-input-placeholder {
    color: #EFF4F7;
}

.sb-search .sb-search-input:-moz-placeholder {
    color: #EFF4F7;
}

.sb-search .sb-search-input::-moz-placeholder {
    color: #EFF4F7;
}

.sb-search .sb-search-input:-ms-input-placeholder {
    color: #EFF4F7;
}

.sb-search .sb-icon-search,
.sb-search .sb-search-submit  {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.sb-search .sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: #363940;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-search .sb-icon-search {
    color: #fff;
    background: #212425;
    z-index: 90; 
    font-size: 14px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
     -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    border-radius: 50px;
}

.sb-search .sb-icon-search:hover {
    background: #33383A;
}

.sb-search .sb-icon-search:before {
    content: "\e600";
}

.sb-search.sb-search-open .sb-icon-search:before {
     color: #fff;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {

}

.sb-search.sb-search-open .sb-search-input {
    visibility: visible;
    opacity: 1;
    width: 200px;
    -webkit-transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
    transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
}


.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: none;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}




/* SEARCH */



/*TYPOGRAPHY*/
/*
.entry-content a {
    color: #337ab7 !important; 
}
.entry-content a:hover {
    color: #337ab7 !important; 
}
*/

@media screen and (max-width: 368px) {
	.entry-meta {
	 	padding: 20px 0;
	}
}

@media (min-width: 1px) and (max-width: 575px) {  
	.single h1.entry-title {
		font-size: 20px !important;
		text-align: center !important;
	}
	h2 {
		font-size: 18px !important;
	}
	h3 {
		font-size: 16px !important;
	}
	h4 {
		font-size: 16px !important;
	}
	body {
		font-size: 16px !important;
	}
	
	
	.subtitle {
			text-align: center !important;
		  font-weight: 300 !important;
		  font-size: 17px !important;
		  margin: 0 0 30px 0 !important;
	}	
	
	.full-width-page .subtitle {
			text-align: center !important;
		
	}
  
	
	/*
	h1.entry-title {
    font-size: 24px !important;
	}
	.entry-content h2 {
			font-size: 20px !important;
	}
  .entry-content h3{
		font-size: 18px !important;
  }
	*/
	
	.entry-content { margin-top: 20px;}
	
	
}
@media (min-width: 576px) {
	h1 {
		font-size: 32px !important;
	}
	h2 {
		font-size: 26px !important;
	}
	h3 {
		font-size: 22px !important;
	}
	h4 {
		font-size: 18px !important;
	}
	
	
	.subtitle {
			text-align: left !important;
		  font-weight: 300 !important;
		  font-size: 18px !important;
		  margin: 0 0 30px 0 !important;
	}	
	
	.full-width-page .subtitle {
			text-align: center !important;
		
	}
	
	/*
	h1.entry-title {
    font-size: 28px !important;
	}
	.entry-content h2 {
			font-size: 22px !important;
	}
  .entry-content h3{
		font-size: 20px !important;
  }
	*/
}

.single .content-area .entry-meta {
    font-size: 12px;
}

body {
    background: #FFFFFF;
    color: #333
}

/*TYPOGRAPHY*/

/* FOOTER
@media (max-width: 575px) { 
  p.copyright { float: none; text-align: center;} 
  p.institucional { float: none; text-align: center;
  } 
}
@media (min-width: 576px) and (max-width: 767px) { 
  p.copyright { float: none; text-align: center;} 
  p.institucional { float: none; text-align: right;} 
}
@media (min-width: 768px) and (max-width: 991px) { 
  p.copyright { float: left;} 
  p.institucional { float: right; text-align: right;} 
}
@media (min-width: 992px) and (max-width: 1199px) {   
	p.copyright { float: left;} 
  p.institucional { float: right; text-align: right;
  } 
}
@media (min-width: 1200px) {   
	p.copyright { float: left;} 
  p.institucional { float: right; text-align: right;} 
}
*/
footer {text-align: center;margin-top: 0px !important;}
footer .site-info, .footer-widgets {background: #242424;border-bottom: 0px;}
footer a, .copyright {
color: #fff; font-weight: 100 !important;text-transform: uppercase; font-size: 12px;
}
.zoom-social_icons-list-span { color: unset !important;    margin-bottom: 0px;}
.footer-widgets .widget {
    margin-bottom: 0px;
}
/* FOOTER*/

/* RELATED BOTTOM */

.related-bottom { width: 100%; max-width: 1200px;}
.related-bottom.full-width { width: 100%; max-width: 1400px;}



/* TAGS */

.tags li {
    margin: 0 10px 0 0;
}

.tags a {
    color: #000;
	  background: #fff;
	  padding: 0 10px 0 12px;
    border-radius: 5px;
    font-size: 12px;
    margin: 10px 0 0 0;
    line-height: 22px;
	  border: 1px solid #999;
	  text-transform: uppercase;	
	  opacity: 0.8;	
	  font-weight: 900;	
}

.tags a:hover {
    color: #337ab7;
	  background: #fff;	
}

.tags a:after {
    content: '';
    display: none;
}




.recent-posts .cat-links a {
    letter-spacing: 0.5px;
	  font-size: 11px;
	  font-weight: 900;
	  padding: 2px 8px;
	  text-transform: uppercase;
	  opacity: 0.8;
	  border: 1px solid #999;
}

.recent-posts .cat-links a:after {
    border: 0px solid #bbb;
}

/* TAGS */
 
span.archive-title { 
	margin: 0px;
  border-bottom: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-weight: 400;
  color: inherit;
	font-size: 28px !important;
}

.single #main,
.archive #main, 
.category #main,
.search #main {      
	padding-top:0;
	/*text-align: center;*/
}

.single #main {
	background: #fff;
}

.single-post .categoryContainer {
    height: 1px !important;
}

.categoryContainer {
	background: #efefef; margin-bottom: 30px;border-bottom: 1px solid #e6e6e6;color: #9c9c9c;font-weight: 400;	text-align: center;
}

.categoryContainer .inner-wrap{
	padding: 15px;
	position: relative;
    z-index: 1;
}

.categoryDescription { 
margin: 0px;}
 
.categoryDescription p {
	padding-left: 0;
	margin: 0;
	font-size: 14px;
	color: #b5b5b5;
	line-height: 16px;

}

.categoryContainer.category
{
  position: relative;
  background: #000;
  overflow: hidden;
	color: #fff;

}  

.categoryContainer.category p {
		color: #fff;
}

.categoryContainer.category:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
 	  z-index: 1;
    opacity: 0.5;
}


.categoryContainer.category.style:before {
	  background: url('/wp-content/uploads/2018/06/category-style.jpg');
		background-size: cover;
	  background-position: center;
} 
.categoryContainer.category.sneakers:before {
	  background: url('/wp-content/uploads/2018/06/category-sneakers.jpg');
		background-size: cover;
	  background-position: bottom;
} 
.categoryContainer.category.sneaker-stores:before {
	  background: url('/wp-content/uploads/2018/06/category-sneaker-shops.jpg');	
		background-size: cover;
	  background-position: bottom;
} 
.categoryContainer.category.culture:before {
	  background: url('/wp-content/uploads/2018/06/category-culture.jpg');
		background-size: cover;
	  background-position: center;
} 






/* FOOTER */
footer > .site-info-top {
	display: none;
}

/* FOOTER */

.jp-share-top
{
    float: right;
}

.jp-share-top div.sharedaddy h3.sd-title { display: none;
}


/* FOOTER */


/* LOAD MORE */
.pix-load-more, .pix-loader img { margin: 25px auto;}
.pix-load-more input { margin: 25px; font-size: 18px; font-weight: 500; padding: 5px 70px;text-transform: uppercase;
}
/* LOAD MORE */



/* CATEGORIES BUTTON */

h2.section-title, 
h2.title-color-black a {
    font-weight: 400;
    /*background-color: #212425;*/
	  background-color: #51BBBB;
    padding: 5px 35px;
		font-family: inherit; 
	
}

h3.section-title, h3.title a {
	  font-family: Roboto Slab;
	  font-weight: 400;
	  background-color: #51BBBB !important;
}

h3.title a {
	  
}

/* CATEGORIES BUTTONS */


iframe.wp-embedded-content {
    width: 80%;
    position: relative;
    margin: 0 auto;
    display: block;
}


.entry-content a {
    color: #51BBBB;
	text-decoration: underline !important;
}
.entry-content a:hover {
color: #2f7171 !important;
}


.ninja_footable  {
	font-size: 14px !important;
}

.ninja_footable td {
	vertical-align: middle !important;
}
.ninja_footable p { margin: 0 !important;}

.ninja_footable a {
	color: #fff !important;	text-align: center;padding: 5px;font-weight: 600;clear: both;background: #312f2f;display: block;background: #72a433;text-decoration: none !important;
}

.ninja_footable a:hover {
		background: #44631e !important;
	  color: white !important;
    text-shadow: none !important;   
}

.mashsb-buttons a {text-decoration: none !important; text-transform: uppercase;}

.post-thumb {
	position: relative;	
}






.otw-button,
.otw-button a {
    text-shadow: none !important;
    border: 0px !important;
    
    cursor: pointer;
    display: inline-block !important;
    background-image: none !important;
	  text-transform: uppercase;
	  letter-spacing: -1px;
			padding: 18px 30px !important;
	 font-weight: 500 !important;
}
 
#sidebar .shop img {
    max-width: 100%;
    height: auto;
}





/*
.inline-b { max-width:1200px; margin:0 auto; }
.inline-b-item { display: inline-block; text-align: center; max-width: 169px; margin: 3px 5px; }
.inline-b-item img { width: 169px; margin: 0px !important;background: #fff; }

.inline-b-item .productButton { background: #72a433 !important; color: #fff; margin: 0px auto 10px auto; font-size: 13px; font-weight: 600; width: 100%; display: block; padding: 6px 0; }

.inline-b-item a:link, .inline-b-item a:visited { color: #fff !important;  }

.inline-b-item a.productButton:hover { background: #44631e !important; color: #fff important; font-size: 13px; font-weight: 600 !important; padding: 6px 0; }
*/

/*
 
.otw-container {
	
    
    width: 135px;
    overflow: hidden;
    height: 31px;

	
}

.otw-button,
.otw-button a {
    text-shadow: none !important;
    border: 0px !important;
    cursor: pointer;
    display: inline-block !important;
    text-shadow: none;
    background-image: none !important;
	  text-transform: uppercase;
	  letter-spacing: -1px;
	  overflow: hidden;
}

a.otw-button {
		background: #72a433;
	  color: #fff !important;
    text-shadow: none !important; 	
	  text-decoration: none !important;
	  transition: all 500ms ease;
}

a.otw-button:before {
		font-family: FontAwesome;
    content: "\f07a";
    position: absolute;
    top: 3px;
    left: -30px;
    transition: all 500ms ease;
    font-size: 20px;
}

a.otw-button:hover:before {
		
	  left: 50%;
    margin-left: -10px;
	 transition: all 500ms ease;
}
a.otw-button:hover span {
		padding-left: 25px;
	  padding-left: 150px;
	white-space: nowrap;
	 transition: all 500ms ease;
}




.entry-content a.otw-button:hover, .otw-button:hover {
		background: #44631e !important;
	  color: white !important;
text-shadow: none !important;   
}
.btn-otw-image {position: absolute; bottom: 10px; left: 0px; z-index: 10; 
}

.btn-otw-image > .otw-button.large { font-size: 26px !important;
display: block !important;
padding: 12px 26px;}
 */
.ez-toc-section a {
    color: #337ab7 !important; 
		font-weight: normal !important;
	
	
}

.wp-caption-text a {
	color: #337ab7 !important; 
}
.wp-caption-text a:hover {
	color: #337ab7 !important; 
}

.entry-content p a {
    color: #337ab7 !important; 
		font-weight: normal !important;
	  color: #258ee8 !important; 
	text-decoration: underline !important;
}

.entry-content p a:hover {
    color: #2c699e !important;
	  font-weight: normal !important;
	  text-decoration: underline !important;
}

ul.inline-b { list-style: none;}

.productButton { 
	  border: none;
		background: #dbdbdb;
		color: #000;
		padding: 10px;
		font-size: 18px;
	  font-weight: 600;
		position: relative;
		box-sizing: border-box;
		transition: all 500ms ease; 
	  text-align: center;
	  background: #f85d00;
	  color: #fff;
}
.productButton span {
	color: #fff !important;
	font-weight: 300;
}

.productButton:before {
		font-family: FontAwesome;
    content: "\f07a";
    position: absolute;
    top: 3px;
    left: -30px;
    transition: all 500ms ease;
    font-size: 20px;

	}

.productButton:hover:before {
		/*left: 13px;*/
	  left: 50%;
    margin-left: -10px;
}
.productButton:hover {
		  background: #f85d00;	

}
.productButton:hover span {
		padding-left: 25px;
	  padding-left: 200px;
	white-space: nowrap;
	 transition: all 500ms ease;
		padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}






/*
.otw-button {font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif}
*/


a.otw-button {
		background: #474747; 
    text-shadow: none !important; 	
  	text-decoration: none !important;
}
 

.entry-content a.otw-button:hover, .otw-button:hover {
		background:#282828!important;
text-shadow: none !important; 
	color: #fff !important;
}


.btn-otw-image {
	position: absolute; 
	bottom: 10px;   
	left: 0px; 
	z-index: 10; 
}

.btn-otw-image > .otw-button.large { font-size: 26px !important;
display: block !important;
/*padding: 12px 26px;*/
padding: 15px 20px;
    border: 0px solid #000 !important;
}

.otw-button.medium {
	font-size: 15px;
    border: 0px solid #000 !important;
    padding: 15px;
}





.otw-button,
.otw-button a { background:#000!important;
    border: 0px !important;
    cursor: pointer;
    display: inline-block !important;
    text-shadow: none;
    background-image: none !important;
	  text-transform: uppercase;
	  letter-spacing: -1px;
	  font-weight: 500 !important;
}

.otw-button:hover, 
a.otw-button:hover {
		background:none!important; 
	color: white !important;
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(38,51,65,0.1), 0 3px 6px rgba(0,0,0,0.08);
text-decoration: none !important;		background-color: #000 !important 
}

.btn-otw-image > .otw-button.large { font-size: 26px !important;
display: block !important;
padding: 10px 20px;
	
}

.otw-button.large {
    font-size: 16px;
	   width: 100%;
	max-width: 300px;
}


a.large.square.otw-button:after {
    content: "\f504";
    font-family: dashicons;
    /*padding: 2px 5px 2px 0px;*/
	  padding: 2px 5px 2px 5px;
    position: relative;
    font-size: 15px;
    margin-top: 5px;
    line-height: 10px;
    height: 20px;
}



@media screen and (max-width: 519px) {
	.btn-otw-image > .otw-button.large {
		font-size: 14px !important;	
	}	
}


h3.section-title, h3.title a, h2.section-title, h2.title-color-black a {  
	background: #5d5f5f !important;
}



.main-navbar {
	    background: #fff;
}

.navbar-nav>li:hover {
    background: #e0e0e0;
}


h3.section-title, h3.title a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}





@media (min-width: 1px) and (max-width: 998px) { 

.main-navbarz {
    position: relative;
    order: 2;
    width: calc(100% - 380px);
    text-align: center;
}

.navbar-brand-wpzz {
    padding: 20px 0px;
    order: 1;
    width: 180px;
    transition: all 0.2s ease-in-out 0s;
}
	
.header_misc {
    width: 200px;
    order: 3;
    text-align: right;

}
.main-navbarz .navbar-nav a {
    padding: 8px 10px 8px 10px;
    color: #000;
}
}


@media screen and (max-width: 999px)
{


.main-navbarz {
    position: relative;
    order: 2;
    width: calc(100% - 380px);
    text-align: center;
}
	
.navbar-brand-wpzz {
    padding: 20px 0px;
    order: 1;
	  width: 180px;
    transition: all 0.2s ease-in-out 0s;
}
	
.header_misc {
    width: 200px;
    order: 3;
    text-align: right;
    /*min-width: 250px;*/
}
.main-navbarz .navbar-nav a {
    padding: 8px 20px 8px 20px;
	  color: #000;
}
	
}








.brand-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}


.main-navbarz {
    position: relative;
    order: 2;
    width: calc(100% - 380px);
    text-align: center;
}
	
.navbar-brand-wpzz {
    padding: 20px 0px;
    order: 1;
	  width: 180px;
    transition: all 0.2s ease-in-out 0s;
}
	
.header_misc {
    width: 200px;
    order: 3;
    text-align: right;
    /*min-width: 250px;*/
}





.navbar-brand-wpzz img {
	max-width: 175px;
}

.navbar-brand-wpzz .tagline{
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -1px;
	
}
.main-navbarz li {
	display: inline-block;
	letter-spacing: 0px;

	
}

/*
.main-navbarz .navbar-nav a:hover {
    
	  padding: 8px 20px 8px 20px;
}


.header_misc .sb-search {
     display: block;
} 

.main-navbarz .sf-menu>li {
	float: none;
}
.main-navbarz .navbar-nav > li > a {
    font-weight: 400;
    font-size: 14px;
}

.main-navbarz .navbar-nav>.current-menu-item>a, .main-navbarz .navbar-nav>.current_page_item>a, .main-navbarz .navbar-nav>.current-menu-parent>a {
	background: transparent;
}


.header_misc .sb-search.sb-search-open .sb-search-input {
    display: block;
    padding: 15px 2%;
    transition: all 0.6s ease 0s;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    text-align: center;
}


.header_misc .sb-search .sb-search-input {
    position: relative;
    outline: medium none;
    padding: 2%;
    margin: 0px;
    z-index: 10;
    font-family: inherit;
    font-size: 42px;
    font-weight: 200;
    color: #FFF;
    display: none;
    border: medium none;
    border-radius: 0px;
    background: #000 none repeat scroll 0% 0%;
    opacity: 0.9;
    width: 96%;
    transition: all 0.6s ease 0s;
    animation: 0.3s ease-out 0s normal none 1 running fade-in-almost;
}


.header_misc .sb-search .sb-icon-search {
    color: #000;
    z-index: 90;
    font-size: 100%;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    transition: opacity 0.3s ease 0s;
	background: transparent;
}

.header_misc .sb-search .sb-icon-search, 
.header_misc .sb-search .sb-search-submit {
    width: 40px;
    height: 40px;
    display: block;
    padding: 0px;
    margin: 0px;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
}
*/

.nc_socialPanel.swp_d_darkGray a, .nc_socialPanel.swp_d_fullColor a, .nc_socialPanel.swp_d_lightGray a, .nc_socialPanel.swp_d_mediumGray a, body .nc_socialPanel.swp_o_darkGray:hover a, body .nc_socialPanel.swp_o_fullColor:hover a, body .nc_socialPanel.swp_o_lightGray:hover a, body .nc_socialPanel.swp_o_mediumGray:hover a, html body .nc_socialPanel.swp_i_darkGray a:hover, html body .nc_socialPanel.swp_i_fullColor .nc_tweetContainer:hover a, html body .nc_socialPanel.swp_i_lightGray .nc_tweetContainer:hover a, html body .nc_socialPanel.swp_i_mediumGray a:hover {
	color: #fff !important;
	
}

.recent-posts .post, .recent-posts .type-page,
#sidebar .widget {
	  border: 0px;
  	border-bottom: 1px solid #eee;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(175, 175, 175, 0.1);
	padding: 15px !important;
	margin: 0 0 30px;
	
}

#sidebar .widget {
	text-align: center;
}
.single #sidebar .widget {
	  box-shadow: none;
    background: #eee;
    border-bottom: 1px solid #fff;
	  text-align: center;
}

.recent-posts .post-thumb {
	max-width: 50%;
	margin: 0;
}
@media screen and (max-width: 620px) {
.recent-posts .post-thumb {
    max-width: 100%;
    float: none;
}
}
section.entry-body {padding: 15px;}


h2.section-title {display: none;}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background: #222;
}

#disqus_thread {
display: none;
}


.sb-search {
    margin: 5px 0px 0 !important;
}


.sb-search.sb-search-open .sb-search-input {
    display: block;
    padding: 15px 2%;
    transition: all 0.6s ease 0s;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    text-align: center;
}


.sb-search .sb-search-input {
    position: relative;
    outline: medium none;
    padding: 2%;
    margin: 0px;
    z-index: 10;
    font-family: inherit;
    font-size: 42px;
    font-weight: 200;
    color: #FFF;
    display: none;
    border: medium none;
    border-radius: 0px;
    background: #000 none repeat scroll 0% 0%;
    opacity: 0.9;
    width: 96%;
    transition: all 0.6s ease 0s;
    animation: 0.3s ease-out 0s normal none 1 running fade-in-almost;
}


.sb-search .sb-icon-search {
    color: #000 !important;
    z-index: 90;
    font-size: 16px !important;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    transition: opacity 0.3s ease 0s;
	background: transparent !important;
}

.sb-search .sb-icon-search, 
.sb-search .sb-search-submit {
    width: 40px;
    height: 40px;
    display: block;
    padding: 0px;
    margin: 0px;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
}





.mm-menu>.mm-panel {padding: 0;}
.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after{
	height: 0px;
}
.mm-menu > .mm-panel > .mm-listview{
	margin-left: 0;
    margin-right: 0;
}
.mm-menu > .mm-panel > .mm-listview.mm-first {
    margin-top: 0px;
}
.mm-menu > .mm-panel > .mm-listview.mm-last {padding-bottom: 0;
    height: 100%;}
.mm-listview>li {
    position: relative;
	height: calc(100% / 5);
}
.mm-listview>li a {  
padding: 30px;
}

.comments-container { background: #dcdcdc;text-align:center;
    border-bottom: 2px solid #fff;
    padding: 10px 0 5px 0;}

.entry-meta {
    font-size: 12px;
	color: #707070;
}

.slides li .slide-header {
	bottom: 0;
}
.slides li h3 a:hover {
	border: 0;
}

/* Custom styles WYSIWYG */
.padlr-30 {
    margin: 30px;
    padding-bottom: 30px;
	  border-bottom: 1px solid #dcdcdc;
}

@media (min-width: 319px) and (max-width: 576px) {
	.padlr-30 {
    margin: 10px;
    padding-bottom: 30px;
	  border-bottom: 1px solid #dcdcdc;
}

	
}
@media screen and (max-width: 1199px) {


} 


@media (min-width: 319px) and (max-width: 576px) {

	.boxzilla { 
		padding: 0px;
		border-width: 0px !important;
		margin-right: 20px;
		margin-left: 20px;
	}
	.boxzilla-content {
		max-width: 100% !important;
	}
	.mc4wp-form-fields img { width: 100% !important; }
.mc4wp-form-fields label {display: none;}
	.mc4wp-form-fields input[type=email] 
	{
				width: 100% !important;
	}
.mc4wp-form-fields input[type=submit] 
	{
		text-transform: uppercase;
    font-size: 15px;
    padding: 8px 30px;
    width: 100%;
    margin-top: 5px;
	}	
	.boxzilla {
		padding: 0px !important;
	}

	.boxzilla-close-icon {
			font-size: 40px !important;
			font-weight: 100 !important;
			color: #fff !important;
			opacity: 1 !important;
	}
	
	
	
}

@media (min-width: 577px) and (max-width: 2400px) {

	.boxzilla { 
		padding: 0px;
		border-width: 0px !important;
				margin-right: 20px;
			margin-left: 20px;
	}
	.boxzilla-content {
		max-width: 100% !important;
	}
	.mc4wp-form-fields label {display: none;}
	
	.mc4wp-form-fields img { width: 100% !important; }

	.mc4wp-form-fields input[type=submit] 
	{
		text-transform: uppercase;
	}	
	
	
	
	.boxzilla {
		padding: 0px !important;
	}

	.boxzilla-close-icon {
			font-size: 40px !important;
			font-weight: 100 !important;
			color: #fff !important;
			opacity: 1 !important;
	}
	
}



.inlineSearchContainer {
	margin-bottom: 30px; 
	background: #e4e4e4; 
	padding: 30px; 
	box-shadow: 0 1px 2px 0 rgba(175, 175, 175, 0.1);
}


.inlineSearchContainer .sb-search-input{
	width: calc(100% - 85px);
}

.widget_ultimate_posts li {
    display: flex;  
  	width: 100%;
    overflow: hidden;
    background: transparent;
	  margin-bottom: 20px;
	  padding-bottom: 20px;
	  border-bottom: 1px solid #E2E2E2;
}
.widget_ultimate_posts li:last-child {
	  border-bottom: 0px solid #E2E2E2;
	    padding-bottom: 0px;
}
.widget_ultimate_posts h3.title {
	display: block;
	text-align: left;
}

.widget_ultimate_posts .upw-image {
    max-width: 125px;
    display: inline-block;
    margin-right: 10px;
}

.widget_ultimate_posts .upw-content {
    display: inline-block;
    width: calc(100% - 140px);
		text-align: left;
	  flex-direction: column;
    align-self: center;
}

.widget_ultimate_posts .upw-content p {
	margin: 0;
}

/* testing */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
	
		.wpz_width_1200 .content-area {
				width: 100%;
		}
	
		
		#sidebar {
			display: none;
			/*border: 1px solid #000;*/
		}
		
		
}




/* ADS
.code-block.code-block-6 {
	margin: 30px auto;
    text-align: center;
    clear: both;
    background: #efefef;
    padding: 10px 0 0 0;
}
*/


/* category bg images mobile */

@media screen and (max-width: 1199px) {
.menu-item a
{
	background: rgba(0,0,0,0.7);
	border-bottom: 1px solid #000;
	height: 100%;
	font-size: 20px !important;
	color: #fff;
}

.menu-item.category-style
{
background: url('/wp-content/uploads/2018/06/category-style.jpg');
    background-size: cover;
}
.menu-item.category-sneakers
{
background: url('/wp-content/uploads/2018/06/category-sneakers.jpg');
    background-size: cover;
} 
.menu-item.category-sneakers-stores
{
background: url('/wp-content/uploads/2018/06/category-sneaker-shops.jpg');
    background-size: cover;
}
.menu-item.category-culture
{

background: url('/wp-content/uploads/2018/06/category-culture.jpg');
    background-size: cover;

}
.menu-item.category-digital-pr-agency
{
background: url('/wp-content/uploads/2018/06/category-digital-pr-agency.jpg');
    background-size: cover;
}
}

.zoom-social-icons-list .socicon, .zoom-social-icons-list .dashicons, .zoom-social-icons-list .genericon, .zoom-social-icons-list .fa {
    padding: 8px 6px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    top: 0;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 1em;
    font-size: 16px;
}





#slider { width: 100%;    display: flex;}
#slider .slides { background: #f6f6f4; height: auto !important;}
#slider .slide { width: 50%;height: auto !important;}
#slider .slide {
	background: #fff;
}
#slider .slide:first-child {
	border-right: 10px solid #f6f6f4;
}
#slider .slide:last-child {
	border-left: 10px solid #f6f6f4;
}
.slides {
	overflow: hidden;
}
.slides .slide-header {
	width: 100%;
	margin: 0px;
	font-family: Open Sans;
  font-weight: normal;
	background: #fff;	 
	padding: 10px;
}
 
.slides h3 { margin-bottom: 0;}

.slides h3 a {
	color: #333;
	text-shadow: none;
	font-weight: normal;
	display: block; 
}
.slides h3 a:hover{
		color: #333;
}
.slides .entry-meta {
    margin: 10px 0 0 0;
}

.slides .entry-meta .cat-links a {
    letter-spacing: 0.5px;
    font-size: 11px;
    font-weight: 900;
    padding: 2px 8px;
    text-transform: uppercase;
    opacity: 0.8;
    border: 1px solid #999;
	  line-height: 2.5;
    margin: 1px 8px 0 0;
    position: relative;
    color: #000;
    background-color: #fff;
    border-radius: 3px;
    transition: all .25s ease-in-out;
}
.slides .entry-meta .cat-links a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -3px;
    bottom: -3px;
    border: 0px solid #bbb;
    border-top: 0;
    border-left: 0;
    border-radius: 3px;
} 
.slides img {
	  max-width: 100%; 
    height: auto;
}
/*
.slides li .slide-overlay {
	background-image: none;
}
*/

@media screen and (max-width: 640px) {
	.zoom-social-icons-list {
		display: none;
	}
	
	#slider .slides {
    height: auto;
  }
	#slider .slide { 
		 width: 100%; display: block;
	}
	#slider .slide:first-child {
		border-right: 0px solid #f6f6f4;
		margin-bottom: 20px;
  }
  #slider .slide:last-child {
	  border-left: 0px solid #f6f6f4;
  }
	
}

.full-width-page article.post { 
	  max-width: 860px;
	  margin: 0 auto;
}
.full-width-page .btn-otw-image {
	display: none;
}


@media (min-width: 640px) and (max-width: 2400px) {
  .shopHorizontal { 
		display: block !important;	
	}
	.shopVertical { 
		display: none !important; 
	}

}

@media screen and (max-width: 640px) {
	.shopHorizontal { 
		display: none !important;	
	}
	.shopVertical { 
		display: block !important; 
	}
	
	.full-width-page .entry-header {
    margin: 0 !important;	
	}
	.full-width-page .post-thumb {
				margin: 0 !important;	
	}
	
}

.shopVertical li:first-child {
		border-top: 0 !important;
}


.entry-content a {
    color: #212425;
    text-decoration: none !important;
}

.entry-content p a.otw-button {
	color: #000 !important;
	    border: 3px solid black !important;
	  background: #fff!important;
	
	
    /*color: #fff !important;*/
    font-weight: 600 !important;
}

/* Custom styles WYSIWYG */
.padlr-30 {
    margin: 30px;
    padding-bottom: 30px;
	  border-bottom: 1px solid #dcdcdc;
}


#ez-toc-container {
    background: #F7F7F7 !important;
    width: calc(100% - 60px);
    font-size: 14px;
	margin: 30px;
}
#ez-toc-container a{
font-weight: 300;
}
#ez-toc-container a:hover{
	color: #444 !important;
	font-weight: 600;
}


.adv {
    width: 100%;
    background: #f6f6f4;
    border-bottom: 1px solid #d9d9d9;
    float: none;
    margin: 0;
text-align: center;
padding: 30px;}

@media screen and (max-width: 1440px) {
.adv {
    max-width: 100%;
	/*padding: 40px 0 0 0;*/
}
}

@media screen and (max-width: 640px) {
	.adv { display: none; padding: 0px;}
	
}


.footer-widgets.widget-columns-2 .column {
	padding: 30px 0;
	border-top: 1px solid #6b6b6b;
	border-bottom: 1px solid #6b6b6b;
	font-size: 14px !important;
}

.footer-widgets.widget-columns-2 .column:first-child {
	  width: 60%;
    margin-right: 5%;
    text-align: left;
    color: #6b6b6b;
}

.footer-widgets.widget-columns-2 .column:nth-child(2n+2), .footer-widgets.widget-columns-3 .column:nth-child(3n+3), .footer-widgets.widget-columns-4 .column:nth-child(4n+4) {
	width: 30%;
	margin: 0;
}

.footer-title { 
	text-transform: uppercase;
	padding: 0 0 35px 0;
  font-size: 16px;
} 

footer a { text-transform: none !important;	font-size: 14px !important;}

footer a:hover {
	    color: #6b6b6b;
}

.otw-button {
    padding: 18px 30px;
}

.entry-content p a.otw-button {
    /*color: #fff !important;*/
    font-weight: 600 !important;
}


@media screen and (max-width: 440px) {

	.otw-button {
    width: 100%;
		padding: 18px 0px;
}

	
}


.entry-content p a.otw-button {
	text-decoration: none !important;
}


html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%,0);
    -moz-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    transform: translate(100%,0);

}

.mm-menu {
    width: 100% !important;
    min-width: 320px;
    max-width: unset;
}


#close-mmenu {
	  position: absolute;
    top: 5px;
    right: 5px;
    font-size: 30px;
    height: 28px;
    width: 30px;
	  cursor: pointer;
	  color: #fff;
	    z-index: 2;
}

#close-mmenu::before {
    content: "\f335";
}
/*
#close-mmenu::after {
    content: 'Fechar';
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
    vertical-align: 10px;
    padding-right: 5px;
}
*/


.mm-menu {
    max-width: unset;
}

.mm-menu > .mm-panel {
	padding: 0px !important;
}

/*
.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
    height: 0px;
}


.mm-listview > li:hover {
background: rgba(0,0,0,0.1);
}

.mm-listview .mm-next:before {
    border-left-width: 0px;
}
*/


.mm-prev:before, .mm-next:after{
	transform: rotate(45deg);
}
a.mm-next {
    background: rgba(255, 255, 255, 0) !important;
}

.mm-menu > .mm-panel > .mm-listview {margin: 0px !important;}

.mm-listview > li > a, .mm-listview > li > span {
    padding: 20px;
}

.mm-vertical .mm-listview > li > .mm-next, .mm-listview > li.mm-vertical > .mm-next {
	height: 59px;
}

.mm-vertical .mm-listview > li > .mm-next:after, .mm-listview > li.mm-vertical > .mm-next:after {
	top: 24px;
}
.mm-prev:before, .mm-next:after {
	    width: 10px;
    height: 10px;
}
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-next::after {
    transform: rotate(-135deg);
}

.mm-vertical .mm-listview .mm-panel, .mm-listview .mm-vertical .mm-panel {
	padding: 0 !important;
}

.mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:after {
	    border-color: rgba(255, 255, 255, 1);
}

.mm-menu.mm-theme-dark {
	background: #51BBBB !important;
    color: rgba(255, 255, 255, 1);
}

.mm-menu.mm-theme-dark .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.05);
}

.mm-listview {
    font-size: 18px;
}

.mm-panel .widget.widget_search {
    padding-bottom: 20px;
    border-bottom: 1px solid #4bb4b4;
}

.mm-panel .widget.widget_search h3 {
	display: none;
}

.mm-panel .widget.widget_search form {
	text-align: center;
}

.mm-panel .widget.widget_search .sb-search-input {
	 margin: 0 auto;
	 width: 90%;
	background: rgba(0,0,0,0.2) !important;
	border: 0px;
}

.mm-panel .widget.widget_search .sb-search-input {
	color: #fff;
}

.mm-panel .widget.widget_search .sb-search-input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.mm-panel .widget.widget_search form #searchsubmit{
	display: none;
}

.mm-panel .widget.widget_search input[type=search] {
	-webkit-appearance: unset !important;
}





.featured-link {
	background: #000;
    padding: 10px 10px 10px 30px;
    width: 90%;
    display: block;

    color: #fff;
    font-size: 18px;
	margin: 5px auto;

	font-style: italic;
}

.featured-link p {margin-bottom: 0px !important;}

.featured-link a {
	color: #fff !important;
  font-weight: 400 !important;
	
}





.md-pub-20 {
	margin: 20px auto;
}




.full-width-page h1 {
	text-align:center;
}

.single .content-area .entry-meta {
	border-bottom: 0px solid #eee; 
	margin: 0;
}

.entry-author.author {
		padding: 10px 0 !important;
	}