/*
Theme Name: DW Timeline - VIONIC ASI
Theme URI: 
Author: DesignWall & Customized by Code a la Mode
Author URI: http://www.designwall.com 
Description: Customized - A clean Timeline WordPress theme for free – DW Timeline. Inspired by the timeline layout from Facebook, we took this innovative design and turn into a whole new WordPress timeline theme – DW Timeline. Suitable for blogging and portfolio, DW Timeline features a clean and clear timeline layout in which your content will be lively displayed. The theme supports up to 6 post formats: Standard, Gallery, Video, Image, Quote and Status.
Template: dw-timeline
Version: 1.4.0
License: GNU General Public License
License URI: license.txt
Text Domain: dw-timeline
Domain Path: /languages/
Tags: black, gray, white, light, orange, pink, purple, two-columns, fixed-layout, custom-menu, featured-image-header, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Vionic ASI theme is based on DW Timeline which is based on Roots starter theme: http://roots.io/
*/


/**** STYLES TAKEN FROM MAGENTO ****/
html, body { 
	margin:0; 
	overflow-x: hidden;
	padding: 0;
	box-sizing: content-box;
}

html {
	font-family: Soleil, arial, sans-serif;
	width: 100%;
}

body {
	background:#fff;
	color: #414042;
	font-family: Soleil, arial, sans-serif;;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.428571429;
	width: 100%;
	hyphens: none;
}

h1 {
	font-family: 'Tenor sans';
	font-size: 24px;
}

h2, h3, h4, h5, h6 {
	font-family: 'Tenor sans';
	font-weight: 100;
	letter-spacing: 0.05em;
}

h2 {
	font-size: 26px;
	text-transform: uppercase;
}

p {
	font-family: Soleil, arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.428571429;
}

/**** NAV ****/

.nav-wrap {
	display: block;
	margin: 22px auto 0 auto;
	text-align: center;
}

.nav-wrap ul {
	font-family: 'Soleil';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 15px;
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
}
.nav-wrap ul a:hover {
	color: #799791;
}

.nav-menu {
	display: flex;
	align-content: center;
	justify-content: center;
}

.nav-item {
	padding: 4px 10px;
}

.nav-title sup {
	color: #ffffff;
	font-size: 6px;
}
.nav-pad-bottom a, .nav-pad-bottom a:link, .nav-pad-bottom a:hover, .nav-pad-bottom a:active, .nav-pad-bottom a:visited, .nav-no-pad a {
	color: #ffffff;
}

ul li a {
	padding-left: 0;
}

a {
	color: #414042;
}
a:hover,
a:focus {
	color: #a29d9c;
	transition: color 0.1s ease;
}
.customer {
		letter-spacing: 0.1em;
		text-align: left;
}

.sf-menu > li {
	background: transparent;
	float: left;
	position: relative;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.sf-menu li:hover > .sf-mega,
.sf-menu > .sf-mega {
	display: block;
}

.sf-mega {
	background: #e6e4e5;
	display: none;
	opacity: 0.95;
	padding-bottom: 8px; 
	position: absolute;
	right: 0;
	top: 30px;
	width: 200px;
	z-index: 1001;
}

.sf-mega ul {
	margin: 0;
	padding: 10px 0 0 10px;
}

.sf-mega li {
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 2px;
}

span.nav-title {
	color: rgb(55, 46, 44);
	display: block;
	font-family: Soleil, arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	height: auto;
	letter-spacing: 1px;
	line-height: 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 7px 0;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}

span.nav-sub-title {
	color: rgb(55, 46, 44);
	display: block;
	font-family: Soleil, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	height: auto;
	letter-spacing: 1px;
	line-height: 15px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}

span.nav-sub-title a{
	color: rgb(87, 77, 69);
	display: inline;
	font-family: Soleil, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 15px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

span.nav-sub-title:hover{
	color: #a29d9c;
}

a:focus, a:hover, a:active {
	text-decoration: none;
}

.customer-nav-left{
	float: left;
	font-size: 14px;
	padding: 10px 0 0 0;
}

.branding {
	display: block;
	margin: -5px auto 5px auto;
	width: 100%;
}
#logo {
	display: block;
	height: auto;
	margin: 0;
	width: 220px;
}
.branding a {
	display: block;
	height: auto;
	margin: 0 !important; 
	text-decoration: none;
	width: 250px;
	padding-left: 1rem;
}
#nav-icon {
	display: inline-block;
	margin: auto;
	width: 25px;
}
#search-icon, #search-submit {
	/*display: inline-block;*/
	float: right;
	height: auto;
	margin: -36px 140px 0 0;
	width: 25px;
}
.white {
	color: white;
	font-size: 12px;
	font-weight: 100;
}
.black-bar {
	color: #372e2c;
	font-size: 14px;
	font-weight: 100;
}
.inner-top-header a {
	font-size: 11px;
}
.inner-top-header ul, .inner-top-header li {
		list-style: none;
}
.sf-menu > li {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.inner-top-header .top-customer-title {
	font-size: 12px;
	margin: 5px 5px 5px 0;
	text-decoration: underline;
	font-weight: 400;
}

.inner-top-header .top-customer-title:hover {
	color: unset; 
}
.inner-top-header .aqua.top-customer-title:hover {
	color: #3bb0c2; 
}
#aqua {
	color: #3bb0c2;
}

.aqua{
	color: #3bb0c2;
}

.aqua:hover {
	color: #46cfe4;
}

.sf-menu {
	display: block;
	margin: auto;
	padding: 10px 0 6px;
}
.sf-arrows .sf-with-ul {
		display: block;
		margin: auto;
		text-align: center;
		font-family: 'Tenor sans';
		font-size: 16px;
		color: #000000;
		padding: 5px 15px 10px;
}
.sf-arrows .sf-with-ul:hover {
		color: #000000;
}
.sf-menu {
		padding: 0;
}
.line {
	display: block; 
	margin: 0 auto;
	width: 100%;
	border-bottom: 3px solid black;
}

/******* BODY *******/
.content {
	display: inline;
}

.more-link {
	font-family: Soleil, arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-style: italic;
}

#excerpt:hover {
	color: #a29d9c !important; /* parent theme has an ID applied to some links, so using important here to override it */
	transition: color .1s ease;
}

.container {
	position: relative;
}

.main {
	margin-top: 20px;
	padding: 0;
}

[data-page='1'].timeline-pale.dwtl.full{ 
	/*Hides the "Page One" Box */
	display:none;
}

.timeline {
	margin: -30px 0;
	position: static;
}

.timeline:before {
	top: -60px;
	z-index: -1;
}

/***** Vionic 2.0 Header ******/

.top-header-container{
	width: 100%;
	height: 30px;
	margin: auto;
	position: relative;
	background: #414042;
}
.home-nav {
	text-transform: uppercase;
	color: #414042;
	font-size: 18px;
	margin: 0 0 -20px;
	font-weight: 100;
}

.top-header-message {
	text-align: left;
	padding-left: 7px;
}
.top-header-message a  {
	display: inline-block;
	margin-top: 0 !important;
	text-align: left;
	font-family: 'Soleil', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.2px;
	text-decoration: underline;
	color: #ffffff !important; 
}
.top-header .inner-top-header {
	padding-top: 0;
	text-align: center;
	padding-right: 27px;
}
.top-header .top-cart {
	float: right;
	display: block;
	margin: 15px 0 0 10px;
}
.top-header .container .top-nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	max-width: 1280px;
	height: 30px;
}
.top-header .container .top-nav div {
	width: 50%;
}

.top-header .container .top-nav .sf-menu {
	float: right;
}


.header-container .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 0;
	height: 88px;
}
@media(min-width: 1200px) {
    .container {
        width:1280px
    }
}


.header-container .container .branding {
	width: 30%;
	margin: 20px 0;
}
.header-container .container .nav-wrap {
	width: 70%;
	margin: 20px 0;
}
.header-container .container .nav-wrap .nav-item {
	padding: 15px 20px;
}
.header-container .container .nav-wrap .nav-item a {
	line-height: 22px;
	font-weight: 400;
}

.header-container .container .nav-wrap .nav-item a:hover {
	font-weight: 600;
}

.header-container .container .nav-wrap .nav-menu {
	margin: 0;
	justify-content: left;
	padding-left: 70px;
}
.header-container .container .nav-wrap .nav-menu .nav-item:last-child {
	padding-right: 0;
}


.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
	display: block;
}

.sf-menu > li > a {
	position: relative;
}

.sf-mega-section.first{
	padding-left: 24px
}

.sf-mega-section.left{
	border-width: 0px;
	border-image: none;
	padding-left: 26px;
}

.sf-mega-section.last{
	border-width: 0;
}

.sf-mega-section a{
	text-decoration: none;
	color: #574D45
}

/****** End Vionic 2.0 Header ******/


/* HERO BANNER */
.banner.cover.container {
	margin-top:60px;
}

.heroBlock {
	margin-top: 0;
}

.heroBlock.first {
	font-size: 24px;
	margin-bottom: 0;
}

.hero-container {
		align-content: center;
		display: flex;
		font-family: ''Tenor sans'';
		justify-content: space-around;
		margin: 0 auto;
		width: 100%;
}

.home-page-blog-list-widget {}
	.home-page-blog-list-widget .text-wrapper {
		position: absolute;
		left: 8.5%;
		top: 20%;
		width: 50%;
		min-width: 500px;
		color: #ffffff;
		text-align: left;
	}

.hero-left {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: 15px;
	padding-right: 15px;
	width: 39%;
}

.header-wrapper .branding{
	height: 52px;
}
.header-wrapper .branding img{
	margin-top:17px;
}
/* Vionic Nav*/
.top-row {
	display:flex;
	flex-direction: row;
	justify-content: center;
}
.nav-main .navbar-nav {
	display: block;
}
.nav-main .navbar-nav ul{
	margin-top:0;
}
.nav-main .glyphicon {
	right:-5px;
}
.nav-links{
	display:none;
}
.nav-align-left{
	align-items:flex-start;
}
.mobile-sub-menu ul{
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	justify-content: space-around;	
}
.vionic-header .sub-menu{
	display:none;
}
.mobile-sub-menu li a{
	display:block;
	padding:15px 0;
	
}

.banner.cover{
	min-height:250px;
	background: #e7eaef;
	color: #000;
	z-index: 1000;
}

.banner .page-description{
	font-family: Soleil, arial, sans-serif;
	text-transform: uppercase;
	font-weight:300;
	font-size:14px;
	opacity:1;
	/*font-weight:100;*/
}

.banner hgroup:after{
	content:none;
}
.banner.cover:before{
	content:none;
}
.timeline-scrubber{
	display:none;
}
#sidebar a{
	color:#000000;
	font-size: 16px;
}
#sidebar a:hover{
	color: #a29d9c;
}

#sidebar .nav-main{
	background:#fff;
	border-bottom:2px solid #555252;
	left:0;
	padding: 0 15px;
}

/*#sidebar a:active, #sidebar a:hover{
	background-color:#eee;
}*/

.nav-main .navbar-nav ul{
	clip:initial;
	opacity:0;
	display:none;
}
.open{
	display:block;
	opacity:1;
}
.nav-main .navbar-nav li:hover>ul{
	clip:initial;
	opacity:1;
}



#sidebar .nav-sidebar ul{
	background: #fff;
	border-bottom:1px solid #555252;
}
#sidebar .nav-sidebar ul:before {
		content: '';
		display: block;
		height: 7px;
		background-color: transparent;
		width: 100px;
}
#sidebar .nav-sidebar ul li{
	border-left: 1px solid #555252;
		border-right: 1px solid #555252;
}
#sidebar .nav-sidebar>li>a{
	font-family: Soleil, arial, sans-serif;
	text-transform: uppercase;
	color:#000000;
	font-weight: 400px;
	font-size: 16px;
}
.nav-main .navbar-nav{
	margin: 7.5px;
}
#sidebar .nav>li>a{
	padding:10px 6px;
}
.hentry .entry-inner{
	padding-left:10px;
	padding-right:10px;
	border-radius:0;
	-webkit-filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
		 -moz-filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));	
			-ms-filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));	
			 -o-filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));	
			filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}	

.hentry .entry-meta,
.hentry .entry-meta a {
	color: #414042;
}

.hentry .entry-meta .entry-date {
	font-size: 14px;
}

.hentry .entry-meta .cat-links,
.hentry .entry-meta .cat-links a {
	color: #414042;
}

.hentry .entry-meta a:hover,
.hentry .entry-meta a:focus,
.hentry .entry-meta .cat-links a:focus,
.hentry .entry-meta .cat-links a:hover {
	color: #a29d9c;
}

#excerpt {
    color: #000000;
}

.timeline .dwtl:before{
	border:none;
	width:8px;
	height:8px;
	top:16px;
}
.two-col .dwtl.full:before{
	margin-left:-4px;
}
.dwtl-left:before{
	right:-4px;
}
.dwtl-right:before{
	left:-4px;
}
/*Post Formats*/
.post .entry-content a{
		color:#414042;
		display: inline;
}

.entry-title, .entry-content, .single {
	font-family: Soleil, arial, sans-serif;
	font-weight: 100;
	position: relative;
	text-align: left;
}

.single .cover+.wrap .hentry header {
		color: #000;
		position: relative; 
		top: inherit;
}

.single .cover+.wrap .entry-title {
		color: #000;
		font-size: 24px;
		font-weight: 100;
		padding-bottom: 0;
		position: relative; 
		top: inherit;
}

.single .entry-content {
	font-family: Soleil, arial, sans-serif;	
	font-weight: 300;
	position: relative;
	text-align: left;	
}

.entry-title {
	font-size: 22px;
	font-family: 'Tenor sans';
	position: relative;
	text-transform: uppercase;
}
blockquote {
	background:none;
	border: none;
	border-radius:0;
	color:inherit;
	padding: 0;
}
blockquote p{
		font-size:inherit;
		font-weight:normal;
}

blockquote p:before,blockquote p:after {
		color:#a29d9c;
		content: '“';
		display: inline-block;
		font-size:2em;
		line-height:0.5em;
		vertical-align:middle;
}

blockquote p:after {
		content: '”';
}

.format-quote .entry-meta{
		display: none;
} 

.meta-tags {
	color: #000;
	font-family: Soleil, arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    margin-top: 20px;	
}

/* CONTENT */

.breadcrumb {
	background-color: transparent;
    border: 0;
	color: #372E2C;
	font-family: Soleil, arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.428571429;
    margin-bottom: 0;
	padding-left: 2%;
}

.breadcrumb ul, .breadcrumb li, .breadcrumb a {
	display: inline;
	font-size: 10px;
	font-weight: 200;
	list-style: none;
	padding: 0;
    text-transform: uppercase;
}

.post-link-left{
	float: left;
}
.post-link-right{
	float: right;
}
/* VionicShoes.com footer */

.text field fb-email {
	display: block;
	margin: 20px auto;
	height: auto;
	line-height: 16px;
	border: none;
	border-bottom: 1px solid #cccccc;
	font-family: 'Tenor sans';
	font-size: 18px;
	color: #ffffff;
	font-weight: 100;
}
.error label {
		display: none;
}
.submit-caret {
	display: inline-block;
	margin: 5px auto;
	border: none;
	width: 20px;
	margin-left: 0;
	padding: 3px 0;
	cursor: pointer;
	font-family: 'Tenor sans';
	font-size: 20px;
	color: #ffffff;
	font-weight: 100;
}
.footer-top {
	display: inline-table;
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	padding: 25px 0;
}
.footer-bot {
	display: inline-table;
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	padding: 25px 0;
	background-color: #ffffff;
}
#col-1, #col-2, #col-3 {
	display: inline-block;
	width: 350px;
	height: auto;
	margin: 25px auto;
	text-align: center;
	vertical-align: top;
}
.footer-top #col-1, .footer-top #col-2 {
	border-right: 1.5px solid #a29d9c;
	height: 180px;
}
#soc-icon {
	width: 25px;
	height: auto;
	padding: 0 5px;
}
#footer-1 {
	display: block;
	text-align: center;
	margin: 10px auto;
	font-family: 'Tenor sans';
	font-size: 14px;
	color: #a29d9c;
	text-transform: uppercase;
	line-height: 150%;
	font-weight: 300;
	letter-spacing: 2px;
	width: 100%;
}
.footer-bot .aqua-links a, .footer-bot .aqua-links a:hover, .footer-bot .aqua-links a:link, .footer-bot .aqua-links a:active, .footer-bot .aqua-links a:visited {
	display: block;
	text-align: center;
	margin: auto;
	font-size: 12px;
	color: #414042;
	line-height: 20px;
	font-family: Soleil, arials, sans-serif;
	font-weight: 400;
}
.footer-bot .bot-links p, .footer-bot .bot-links a {
	font-size: 10px;
	color: #000000;
	line-height: 160%;
}
.footer-bot .bot-links a:hover {
	color: #a29d9c;
}
#cta-3, #cta-3 a, #cta-3 a:link, #cta-3 a:active, #cta-3 a:visited {
	display: block;
	margin: auto;
	text-align: center;
	font-family: 'Tenor sans';
	font-size: 18px;
	color: #ffffff;
	font-weight: 100;
}
#cta-3 a:hover {
	color: #a29d9c;
}
.footer-top #footer-title {
	text-align: center;
	margin: 10px auto;
	font-family: 'Tenor sans';
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 2px;
}
.footer-top h3, .footer-bot #col-1 h3, .footer-bot #col-2 h3, .footer-bot #col-3 h3 {
	display: block;
	text-align: left;
	margin: 10px auto 15px;
	font-family: 'Tenor sans';
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	line-height: 130%;
	font-weight: 500;
	letter-spacing: 2px;
	width: 100%;
}
.top-pad {
	padding-top: 25px;
}
.nar {
	width: 80%;
	line-height: 110%;
}

#newsletter_signup_form{
color: white;
}

#searchsubmit {
	background: url(https://www.vionicshoes.com/media/wysiwyg/global-images/search_icon_01.png);
	border: 0;
	background-size: contain;
	height: 15px;
	width: 15px;
}
#s {
	color: #000000;
	border-top: 0 solid transparent;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	/*border-bottom: 1px solid black;*/
	font-size: 18px;
	font-family: Soleil, arial, sans-serif;
	padding-left: 5px;
	width: 100%;
	border-bottom: none;
}

#s:placeholder {
	font-style: italic;
}

#s::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #757575;
	font-style: italic;
}
#s::-moz-placeholder { /* Firefox 19+ */
	color: #757575;
	font-style: italic;
}
#s:-ms-input-placeholder { /* IE 10+ */
	color: #757575;
	font-style: italic;
}
#s:-moz-placeholder { /* Firefox 18- */
	color: #757575;
	font-style: italic;
}

#s:focus {
	box-shadow: 0 0 3px 1px #799791
}
#s:focus-visible {
	outline-color: #000000;
}

.search-mob-icon {
	background: url(https://www.vionicshoes.com/media/wysiwyg/global-images/search_icon_01.png);
	background-size: contain;
	border: 0;
	height: 30px;
	width: 30px;
	/*border-bottom: 1px solid black;*/
}
.search-mob-input {
	background: #fff;
	border-top: 0 solid transparent;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	/*border-bottom: 1px solid black;*/
	color: black;
	font-size: 20px;
	font-family: 'Tenor sans';
	padding-left: 5px;
	width: 80%;
}
#searchform div {
	align-items: center;
	border-bottom: 1px solid black;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.footer-link-column ul li {
	display: block;
	margin: 10px 0 10px;
	padding: 0;
	/*vertical-align: top;*/
	float: none;
}
.footer-bottom {
	width: 100%;
	float: left;
	font-size: 13px;
	/*margin-top: 25px;*/
}
.footer-bottom .lower {
	font-size: 10px;
}

/* End Post Formats*/
/*===========================
=            404            =
===========================*/

.error404 {
	overflow: scroll;
	font-size: 18px;
	font-weight: 300;
	background-image: none;
}
.error404 h1{
	color: #a29d9c;
	font-size: 30px;
	font-weight: 400;
}
.error404 .main {
	position: relative;
	color: #686158;
	left: inherit;
	/*transform: translate(-65%);*/
	top: inherit;
}

@media (max-width: 767px){
	.page-footer .footer-navigation__inner-item a {
		padding-left: 0;
	}
	.page-header {
		margin-top: 0;
		border: 0;
	}
	.top-header {
		display: none;
	}
	.header-container {
		display: none;
	}
	.breadcrumb {
		display: none;
	}
	.top-nav {
		display: flex;
		align-items: center;
		height: 40px; 
	}
	.top-header .inner-top-header {
		padding-top: 0;
	}
	.sf-menu {
		margin: 0;
		display: flex;
		justify-content: flex-end;
	}
	.sf-menu .sf-mega {
		right: 0;
		left: inherit;
	}
	.customer-nav-left {
		width: 33.3333%;
	}
	.inner-top-header {
		width: 66.6666%;
	}
	.two-col .dwtl.normal{
		width:100%;
	}
	.two-col .dwtl.normal:before, .two-col .dwtl.full:before{
		left: 50%;
		right:auto;
		margin-left: -4px;
		top: -21px;
	}
	.timeline {
		margin-top: 0;
	}
	.timeline:before {
		top: -33px;
	}
	.dwtl-left, .dwtl-right {
		float:none;
		clear: both;
		padding-right: 0;
		padding-left:0;
	}
	.two-col .dwtl.normal .entry-inner:before,.two-col .dwtl.normal .entry-inner:after {
		left: 50%;
		right:auto;
		margin-left: -8px;
		border-right: 8px dashed transparent;
		border-left: 8px solid transparent
	}
	.two-col .dwtl.normal .entry-inner:before {
		top: -16px;
		bottom:auto;
		border-bottom: 8px solid #e5e5e5
	}
	.two-col .dwtl.normal .entry-inner:after {
		top: -15px;
		bottom:auto;
		border-bottom: 8px solid #fff
	}
	ul {
		margin-left: 20px;
	}
/*	.wrap {
		padding: 0;
	}*/
	.main {
		margin-top: 10px;
		width: 100%;
	}
	.customer-nav-left {
		font-size: 9px;
		padding: 0 15px;
	}
	.hero-left {
		width: 100%;
		margin: 0;
	}
	.hero-container {
		display: block;
		width: inherit;
	}

	.home-page-blog-list-widget .text-wrapper {
		position: absolute;
		left: 5%;
		top: 10%;
		width: 80%;
		min-width: auto;
		color: #ffffff;
		text-align: left;
	}

	#sidebar {
		display: none;
	}
	.entry-title {
		font-size: 18px;
	}	
	.entry-content p, ul, li {
		font-size: 16px; 
	}
	.entry-title{
		font-size: 30px;
		line-height:33px;
		letter-spacing: 1.5px
	}
	hgroup .container{
		width: 60%;
	}

	/**** INSERT FROM VIONIC SHOES ****/

/* -------------------------------------------- *
 * Skip Link - Active
 */
	.skip-link.skip-active {
		background: #EDEDED;
		color: inherit;
	}

	.skip-link.skip-active span {
		color: inherit;
	}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
	.nav-primary {
		list-style: none;
		margin-top: 0;
		padding: 0;
	}

	.nav-primary a {
		border-bottom: 1px solid #cccccc;
		color: #636363;
		line-height: 30px;
		padding: 0 15px 0 25px;
		text-align: left;
		text-transform: uppercase;
	}

	.nav-primary li:last-child {
		border-bottom: 0;
	}
	
	.skip-link {
		border-right: 1px solid #EDEDED;
	}
	span.label {
		color: #636363;
	}

	.skip-link:last-child {
		border-right: 0;
	}
}
@media (min-width: 768px){
	.page-header-container, .page-header {
		display: none;
	}

	.hero-left h1{
		font-size: 16px;
	}
	.hero-left h2 {
		font-size: 24px;
	}
	.hero-left p {
		font-size: 12px;
	}
	main ul {
		margin-left: 20px;
	}
	hgroup .container{
		width:60%;
	}
	.banner.cover{
		height:inherit;
		min-height: inherit;
	}
	.banner .page-title:after{
		font-size:56px;
	}
	.top-row{
		justify-content: space-between;
		height:100%;
	}
	.header-wrapper .branding{
		height:auto;
	}
	#sidebar .nav-main{
		background: transparent;
		position:static;
		padding:0;
		margin-top:30px;
		border:none;
	}
	#sidebar .nav-main .navbar-nav ul{
		display:block;
		opacity:1;
		border:none;
	}
	#sidebar .nav-main .navbar-nav ul li{
		border:none;
		text-transform:inherit;
	}
	#sidebar li{
		display:block;
	}
	#sidebar .nav-sidebar>li{
		margin-bottom:15px;
	}
	#sidebar .sub-menu li{
		border:none;
	 }
	#sidebar ul.sub-menu:before {
			content: none;
	}
	#sidebar .nav-main .active{
		border:none;
	}
	#sidebar .nav-main .active>a{
		font-weight:bold;
	}
	#sidebar .nav-main .navbar-nav ul {
		clip: initial;
		opacity: 1;
		position: static;
		margin-top:0;
		width:100%;
	}
	#sidebar .nav-main .navbar-nav ul li{
		background:transparent;
	}
	#sidebar .nav-main .navbar-nav li>a, .home-nav{
		padding: 4px 6px;
		/*padding-left:6px;
		padding-right:6px;
		padding-top:4px;
		padding-bottom:4px;*/
	}
	#sidebar .nav-main .glyphicon{
		display:none;
	}
	.mobile-sub-menu{
		display:none;
	}
	.header-wrapper{
		overflow: hidden;
	}
}

@media (min-width: 992px){
	.hero-left h1{
		font-size: 24px;
	}
	.heroBlock.first {
		font-size: 24px;
	}
	.hero-left h2 {
		font-size: 32px;
	}
	.hero-left p {
		font-size: 14px;
	}
}
@media (max-width: 991px){
	.home-page-blog-list-widget .text-wrapper {
		width: 75%;
		left: 8.5%;
		top: 15%;
	}

	#s {
		width: 95%;
	}
	.checkout ul{
		padding-left:10px;
	}
	.two-col .dwtl.normal{
		width:100%;
	}
	.two-col .dwtl.normal:before, .two-col .dwtl.full:before{
		left: 50%;
		right:auto;
		margin-left: -4px;
		top: -21px;
	}
	.dwtl-left, .dwtl-right {
		float:none;
		clear: both;
		padding-right: 0;
		padding-left:0;
	}
	.two-col .dwtl.normal .entry-inner:before,.two-col .dwtl.normal .entry-inner:after {
		left: 50%;
		right:auto;
		margin-left: -8px;
		border-right: 8px dashed transparent;
		border-left: 8px solid transparent
	}
	.two-col .dwtl.normal .entry-inner:before {
		top: -16px;
		bottom:auto;
		border-bottom: 8px solid #e5e5e5
	}
	.two-col .dwtl.normal .entry-inner:after {
		top: -15px;
		bottom:auto;
		border-bottom: 8px solid #fff;
	}


}
@media (min-width:1200px){
	.hentry .entry-inner{
		padding-left:30px;
		padding-right:30px;
	}
	.home-page-blog-list-widget .text-wrapper {
		width: 50%;
	}
}

/**** INSERT FROM MOBILE STYLES ****/

/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 771px) {
	.page-header {
		max-width: 1260px;
		margin: 0 auto;
		padding: 0 30px;
	}

	.page-header-container {
		position: relative;
	}
}
.header-language-container,
.page-header {
	font-family: Soleil, arial, sans-serif;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
	padding: 10px;
	background-color: rgba(234, 105, 83, 1);
	text-transform: uppercase;
}
.header-language-background .header-language-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.header-language-background:after {
	content: '';
	display: table;
	clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
	float: left;
	margin-right: 10px;
}
.header-language-background .welcome-msg {
	float: right;
}

.page-header-container .store-language-container {
	float: right;
	max-width: 35%;
	padding: 13px 15px 10px 10px;
}
.page-header-container .store-language-container label {
	display: none;
}
.page-header-container .store-language-container select {
	max-width: 100%;
}

@media only screen and (max-width: 479px) {
	.page-header-container .store-language-container {
		padding-top: 8px;
	}
	.page-header-container .store-language-container select {
		font-size: 12px;
	}
}
.header-language-background,
.header-language-background a {
	color: #e6e6e6;
}

@media only screen and (max-width: 770px) {
	.header-language-background {
		display: none;
	}
}
/* ============================================ *
 * Logo
 * ============================================ */
.logo {
	display: block;
	/* float: left; */
	width: 100%;
	min-width: 100px;
	min-height: 44px;
	text-align: center;
	padding: 10px;
}
.logo img {
	max-width: 100%;
}
.logo .small {
	display: block;
	margin: auto;
}
.small {
	display: block;
	margin: auto;
	width: 144px;
}
.logo .large {
	display: none;
}

.logo:hover {
	opacity: 0.8;
}

@media only screen and (min-width: 771px) {
	.logo {
		max-width: 300px;
		min-height: 90px;
	}
	.logo .small {
		display: none;
	}
	.logo .large {
		display: block;
	}
}
/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
	
	clear: both;
	overflow: hidden;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 771px) {
	.skip-links {
		border: 0;
	}
}
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
	position: relative;
	float: left;
	width: 33%;
	height: 44px;
	background: #FFFFFF;
	color: #636363;
	line-height: 42px;
	text-align: center;
}

a.skip-link {
	text-decoration: none;
}
/*
.skip-link:not(.skip-active):hover {
	opacity: 0.8;
}*/

@media only screen and (min-width: 500px) {
	.skip-link {
		width: 35%;
	}
}

/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
	margin-right: 3px;
}

@media only screen and (min-width: 500px) {
	.skip-link .icon {
		margin-right: 3px;
	}
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
	display: none;
}

@media only screen and (min-width: 500px) {
	.skip-link .label {
		display: inline;
	}
}
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
	display: none;
}

.skip-content.skip-active {
	display: block;
	background: #EDEDED;
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
/*.skip-nav {
	width: 40%;
}*/
.skip-nav:not(.skip-active):hover {
	text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
	background-position: -46px 4px;
}

.skip-nav .icon {
	background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
	.skip-nav {
		width: 30%;
	}
}
@media only screen and (min-width: 771px) {
	.skip-nav {
		display: none;
	}
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 770px) {
	#header-nav {
		padding: 5px 0;
	}
}
@media only screen and (min-width: 771px) {
	#header-nav {
		display: block;
		/* Force visibility */
		border-bottom: 1px solid #ededed;
	}
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 771px) {
	.nav-primary {
		display: block;
		margin-top: 15px;
	}
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
	text-decoration: none;
	position: relative;
	display: block;
	color: #636363;
	line-height: 30px;
	font-family: Soleil, arial, sans-serif;
}
.nav-primary li {
	position: relative;
}
.nav-primary li.level1 a {
	border-bottom: 1px solid #cccccc;
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
	display: block;
}

.nav-primary li.level0 > a {
	text-transform: uppercase;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 770px) {
	.nav-primary a.level0,
	.nav-primary a {
		line-height: 35px;
	}
	.nav-primary li.level0 ul {
		display: none;
	}
	.nav-primary li.level0 li {
		padding: 0 0 0 25px;
	}
	.nav-primary li.level1 a {
		padding: 0 15px 0 25px;
	}
	.nav-primary li.parent > a:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: block;
/*		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #cccccc;
		border-right: none;
*/		top: 50%;
		left: 10px;
		right: auto;
		margin-top: -5px;
	}
	.nav-primary li.parent.sub-menu-active > a:after,
	.nav-primary li.parent.menu-active > a:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: block;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-top: 5px solid #cccccc;
		border-bottom: none;
		top: 50%;
		left: 10px;
		right: auto;
		margin-top: -5px;
	}
	.nav-primary li.menu-active > a,
	.nav-primary li.sub-menu-active > a {
		color: #a29d9c;
	}
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 771px) {
	.nav-primary {
		/* Default styles for 1+ drop-down menus */
		/* Level 2+ */
		/* Styles that only show when the menu is visible */
		/* Class for js to add briefly to evaluate element positioning. */
		/* Correct menus that will hang off the page (class added by js) */
		/* Level 1+ */
	}
	.nav-primary a.level0 {
		padding: 0 25px;
	}
	.nav-primary li.level0,
	.nav-primary a.level0 {
		display: inline-block;
	}
	.nav-primary li:last-child > a {
		border-bottom: none;
	}
	.nav-primary a:hover,
	.nav-primary li:hover > a {
		color: rgba(234, 105, 83, 1);
	}
	.nav-primary .menu-active,
	.nav-primary li.level0:hover {
		z-index: 200;
	}
	.nav-primary li.level0 ul {
		background: #FBFBFB;
		border: solid 1px #cccccc;
		position: absolute;
		left: 0;
		top: 30px;
		/* Height of ".nav-primary a.level0" */
		z-index: 10;
		width: 250px;
		padding-left: 10px;
		padding-right: 10px;
		display: none;
		/* Hide until displayed. */
	}
	.nav-primary li.level1 ul {
		left: 60px;
		top: 15px;
	}
	.nav-primary li.level0 ul.level0.position-test {
		display: block;
	}
	.nav-primary li.level0 ul.level0.spill {
		right: 0;
		left: auto;
	}
	.nav-primary li.level0 ul.level0.spill li.level1 ul {
		left: auto;
		right: 50px;
		top: 20px;
	}
	.nav-primary li.level0 li.parent > a {
		position: relative;
	}
	.nav-primary li.level0 li.parent > a:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: block;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 4px solid #cccccc;
		border-right: none;
		right: 5px;
		top: 50%;
		margin-top: -3px;
	}
	.no-touch li:hover > ul {
		display: block;
		/* Force display */
	}
}
/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
	background-position: -46px -146px;
}
.skip-search .icon {
	background-position: 4px -146px;
}

.skip-search-link {
	background: #fff;
	width: 100vw;
	z-index: 2000;
}

@media only screen and (min-width: 771px) {
	.skip-search {
		display: none;
	}
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
/*#header-search {
	padding: 20px;
}*/

@media only screen and (min-width: 771px) {
	#header-search {
		display: block;
		position: absolute;
		top: 55px;
		right: 0;
		width: 25%;
		height: 50px;
		padding: 0;
	}
}
/* ============================================ *
 * Search Input
 * ============================================ */
/*#search_mini_form .input-box {
	position: relative;
	padding-top: 0;
}

#search_mini_form label {
	display: none;
}*/

#search {
	width: 100%;
	height: 40px;
	padding-right: 40px;
	font-family: Soleil, arial, sans-serif;
}

/*#search_mini_form .search-button {
	text-indent: -9999px;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border: 0;
	background: none;
}

#search_mini_form .search-button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	background-position: 4px -146px;
}

#search_mini_form .search-button:hover:before {
	opacity: 0.8;
}*/

#search_mini_form .search-button:active:before {
	margin-top: -13px;
	margin-left: -13px;
}

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
	background-position: -46px -44px;
}
.skip-account .icon {
	background-position: 4px -44px;
}

@media only screen and (min-width: 771px) {
	.skip-account {
		position: absolute;
		top: 0;
		right: 115px;
		width: auto;
		padding: 0 10px;
		text-transform: uppercase;
	}
}


/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart:not(.skip-active):hover .icon {
	background-position: -50px -95px;
}
.skip-cart .icon {
	background-position: 0px -95px;
}

@media only screen and (min-width: 771px) {
	.skip-cart {
		position: absolute;
		top: 0;
		right: 0;
		width: auto;
		padding: 0 10px;
	}

	#header-cart.skip-active {
		background: #FBFBFB;
		border: solid 1px #cccccc;
		display: block;
		position: absolute;
		z-index: 200;
		top: 40px;
		right: 0;
		width: 320px;
		background: white;
	}
}

ul, li {
	list-style-type: none;
}
/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
	font-family: Soleil, arial, sans-serif;
}

.copyright {
	padding: 5px 0;
}
.copyright {
	background-color: #fff;
	color: #000;
	font-size: 10px;
	font-weight: 400;
	padding-bottom: 25px;
	text-align: center;
	display: block;
}

.footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #cccccc;
	padding-top: 30px;
	/* -------------------------------------------- *
	 * Social icons
	 */
}
@media only screen and (max-width: 479px) {
	.footer {
		padding-top: 15px;
	}
}
.footer .block-title {
	border-bottom: 0;
	padding: 3px 0;
}
.footer .block-title strong {
	font-weight: normal;
}
.footer .block-title,
.footer address {
	color: rgba(234, 105, 83, 1);
}
.footer .links {
	float: left;
	width: 17%;
	padding: 0 30px 0 0;
	margin-bottom: 30px;
}
.footer .links li {
	word-break: break-all;
	line-height: 1.4;
	padding: 4px 0;
}
.footer .links a {
	color: #636363;
}
.footer .links a:hover {
	color: rgba(234, 105, 83, 1);
}
.footer .block-subscribe {
	float: right;
	width: 320px;
	margin-bottom: 30px;
}
.footer .links,
.footer .block-subscribe {
	text-transform: uppercase;
	font-size: 12px;
}
.footer .form-subscribe-header {
	display: none;
}

.footer .block-subscribe .input-box {
	float: left;
	width: 65.625%;
	padding-top: 0;
}
.footer .block-subscribe .input-text {
	width: 100%;
	border-right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.footer .block-subscribe .block-content {
	padding-top: 7px;
}
.footer .block-subscribe .block-content:after {
	content: '';
	display: table;
	clear: both;
}
.footer .block-subscribe .actions {
	float: left;
	width: 34.375%;
	margin: 0;
}
.footer .block-subscribe .actions .button {
	height: 30px;
	line-height: 17px;
	float: left;
}
.footer .bugs,
.footer address {
	clear: both;
}
.footer .bugs {
	display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
	clear: both;
	margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
	display: none;
}
.footer address {
	border-top: 1px solid #cccccc;
	text-align: center;
	width: 100%;
	font-size: 11px;
	margin-top: 30px;
	padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
	.footer .links {
		width: 22.65625%;
		padding-right: 0;
		margin-right: 3.125%;
	}
	.footer .links:nth-child(4) {
		margin-right: 0;
	}
	.footer .block-subscribe {
		clear: both;
		float: none;
		margin: 0 auto 30px auto;
	}
}
@media only screen and (max-width: 770px) {
	.footer .form-language,
	.footer .currency-switcher {
		display: block;
	}
}
@media only screen and (max-width: 599px) {
	.footer .links {
		width: 48.4375%;
		margin-right: 0;
	}
	.footer .links:nth-child(odd) {
		margin-right: 3.125%;
		clear: both;
	}
	.footer .block-subscribe {
		clear: both;
		float: left;
		width: 100%;
	}
}



/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
	background-image: url("./images/icon_sprite@2x.webp");
	background-repeat: no-repeat;
	text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
	.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
	.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
		background-image: url("./images/icon_sprite@2x.webp");
		background-size: 100px 1000px;
	}
}

 /**** END INSERT ***


 /* starting styles for the footer */

 /* styles from styles-l.css */


@media all and (min-width: 768px),print {
.page-footer {
        background: #414042;
        margin-top: auto;
        padding-bottom: 25px
    }

    .page-footer .switcher .options ul.dropdown {
        bottom: -10px;
        left: 100%;
        margin: 0 0 0 20px;
        top: auto
    }

    .page-footer .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:after {
        bottom: 13px;
        left: auto;
        right: 100%;
        top: auto
    }

    .page-footer .switcher .options ul.dropdown:before {
        border-color: transparent rgba(255,255,255,.95) transparent transparent
    }

    .page-footer .switcher .options ul.dropdown:after {
        border-color: transparent #bbb transparent transparent;
        margin: 0 0 -1px -1px
    }

    .footer.content {
        border-top: none
    }

    .footer.content .block {
        float: right
    }

    .footer.content ul {
        padding-right: 50px
    }

    .footer.content .switcher.store {
        display: block;
        margin: 0
    }

    .footer.content .links {
        display: inline-block;
        padding-right: 50px;
        vertical-align: top
    }

    .footer.content .links li {
        background: 0 0;
        border: none;
        font-size: 14px;
        margin: 0 0 8px;
        padding: 0
    }

    .footer.content .links a,.footer.content .links strong {
        display: inline
    }

    footer .footer-navigation__list {
        margin: 0 0
    }

    footer .footer-navigation__item {
        width: 33%
    }

    footer .copyright-navigation__list {
        align-items: baseline
    }

    footer .copyright-navigation__item {
        width: auto;
    }

    .page-footer .footer.content .top-footer_flex-wrap-col {
        width: 50%
    }

    .footer.top.content {
        max-width: 1024px
    }

    .footer.top.content .footer-top-wrapper {
        width: 100%
    }

    .footer.top.content .footer-title {
        text-align: center;
        font-family: tenor sans
    }

    .footer.top.content .footer-top-desktop {
        position: relative
    }

    .footer.top.content .footer-top-desktop>.footer-title {
        width: auto;
        min-width: auto;
        margin: 0;
        position: absolute;
        left: 0
    }

    .soc-icon {
        width: 16px;
        padding: 0 6px;
        margin: 0 6px
    }

    .soc-icon:first-child {
        margin-left: 0;
        padding-left: 0
    }

    .newsetter-footer {
        border-left: 1px solid #fff;
        padding-left: 75px
    }

    .newsetter-footer p {
        margin: 20px 0
    }

    .newsetter-footer .footer-title {
        margin-top: 20px
    }

    .page-footer.bottom .footer.bottom.content .bottom-footer_flex-wrap-col {
        width: 50%
    }
}

.footer.top.content .footer-top-wrapper, .footer-top-wrapper {
	width: unset;
}

@media all and (min-width: 1024px),print {

    .page-footer .footer.content .top-footer_flex-wrap-col {
        width: 33%
    }

    .page-footer.bottom .footer.bottom.content .bottom-footer_flex-wrap-col {
        width: 33%
    }
}

@media(max-width: 768px),print {
    .page-footer .footer-top .footer-navigation__item {
        width:100%;
        margin: 0 0;
    }

    .footer-top input#email,.newsetter-footer .footer-form-mobile .newsletter-input-wrapper {
        max-width: 350px
    }

    .footer-top,.footer.top.content .footer-top-desktop>.footer-title {
        max-width: 90%;
        min-width: 300px;
        width: 90%;
        margin: 0 auto 30px;
        font-family: tenor sans
    }

    .footer-top,.footer.top.content {
        max-width: 100%;
        min-width: 223px;
        text-align: center;
        margin: 0 auto
    }

    .page-footer .footer.content {
        color: #fff;
        padding: 25px 0 15px
    }
}

/* .page-footer {
    margin-top: 25px
} */

.footer.content {
    padding-top: 20px
}

.footer.content .links>li {
    background: #414042;
    font-size: 1.6rem;
    border-top: 1px solid #cecece;
    margin: 0 -15px;
    padding: 0 15px
}

.footer.content .links a,.footer.content .links strong {
    display: block;
    padding: 10px 0
}

.footer.content .links strong {
    color: #a6a6a6;
    font-weight: 400
}

.footer.content .links a {
    color: #575757;
    text-decoration: none
}

.footer.content .links a:visited {
    color: #575757;
    text-decoration: none
}

.footer.content .links a:hover {
    color: #333;
    text-decoration: underline
}

.footer.content .links a:active {
    color: #333;
    text-decoration: underline
}

.page-footer .widget.block {
    margin: 20px 0
}

.page-footer .links .widget.block {
    margin: 0
}

footer .footer-navigation {
    max-width: 1280px;
    margin: 0 auto;
	box-sizing: content-box;
}

footer .footer-navigation, footer .footer-navigation *, footer * {
	box-sizing: content-box;
}

footer .footer-navigation__list {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 0;
	margin: 0 10px;
}

footer .footer-navigation__inner-list .footer-navigation__list a {
	font-weight: 400;
	color: #799791;
}

footer .footer-navigation__item {
    text-align: center
}

footer .footer-navigation__item a {
    font-size: 12px
}

footer .footer-navigation__item--parent>a,footer .footer-navigation__item--parent>div {
    font-family: soleil;
    font-size: 14px
}

footer .footer-navigation__item--parent>div {
    margin-top: 10px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase
}

footer .footer-navigation__inner-list {
    margin: 0;
    padding: 0
}

footer .footer-navigation__inner-link {
	color: #000;
	font-weight: 400;
}

footer .footer-navigation__inner-item {
    margin-bottom: 0
}

footer .copyright-navigation__list {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding: 0;
    white-space: nowrap
}

footer .copyright-navigation__item {
    padding: 0 10px;
    margin: 0
}

footer .copyright-navigation__item:not(:first-child) {
    border-left: 1px solid #000
}

footer .copyright-navigation__item a {
    font-weight: 400;
    color: #000;
	width: auto;
    font-size: 10px;
    line-height: 160%;
    white-space: normal;
    word-break: break-word
}

@media only screen and (max-width: 767px) {
	.page-footer .footer.content {
		justify-content: center;
	}
    .page-footer .footer.content .switcher-store {
        background: #414042;
        font-size: 1.6rem;
        margin: 0 -15px
    }

    .page-footer .footer.content .switcher-store .switcher-options {
        display: block
    }

    .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
        background: 0 0;
        border: 0;
        box-shadow: none;
        margin: 0;
        position: relative
    }

    .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,.page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
        display: none
    }

    .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,.page-footer .footer.content .switcher-store .switcher-options .switcher-option {
        border-top: 1px solid #cecece;
        display: block;
        padding: 10px 20px
    }

    .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
        padding: 10px 0
    }

    .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
        padding: 0
    }

    footer .footer-navigation__list {
        flex-wrap: wrap
    }

    footer .footer-navigation__item {
        width: 50%
    }

    footer .copyright-navigation__list {
        flex-wrap: wrap
    }

    footer .copyright-navigation__item:last-child {
        border-left: 1px solid #000
    }

    .page-footer .footer.top.content {
        background-color: #414042
    }

    .page-footer .footer.content .top-footer_flex-wrap-col {
        width: 50%
    }

    .page-footer.bottom {
        margin-top: 0
    }

    .page-footer.bottom .footer.bottom.content .bottom-footer_flex-wrap-col {
        width: 100%
    }

    .footer-top,.footer.top.content {
        max-width: 100%;
        min-width: 223px;
        text-align: center;
        margin: 0 auto;
    }

    .page-footer .footer.content {
        color: #fff;
        padding: 25px 0 15px;
		margin: 0 auto;
    }

    .footer.content .footer-top-mobile {
        display: block;
        width: calc(100% + 60px);
        margin-left: -30px;
        overflow: hidden
    }

    .footer.content .footer-top-desktop {
        display: none
    }

    h3.mob-footer-head,h4.mob-footer-head {
        font-family: tenor sans;
        text-align: center
    }

    .soc-icons {
        height: 40px;
        display: inline-block;
        margin: 0 10px 0 0;
        width: 40px
    }

    .footer-top-mobile a.contactNumber,.footer-top-mobile .timing,.footer-top-mobile h3,.footer-top-mobile h4,.footer-top-mobile .footer-title {
        width: 100%;
        text-align: center !important;
        margin: 0 auto
    }
	.footer-top-mobile a.contactNumber,
	.footer-top-mobile a.footer-button {
		color:#ffffff;
	}

	.footer-top-mobile a.footer-button {
		font-family: soleil;
		display: block;
		padding: 10px;
		border: 1px solid #799791;
		text-align: center;
		margin: 0 auto 40px;
		font-size: 15px;
		color: #fff;
		letter-spacing: 2px;
		max-width: 80%;
		width: 260px;
	}
}

button {
    text-transform: uppercase
}

.page-footer .footer_title {
    font-family: soleil;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 120%;
    margin: 10px auto;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.page-footer .footer.content {
    color: #fff;
    padding: 25px 0 0;
	margin: 0 auto;
}

.page-footer .footer.content .top-footer_flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.page-footer .footer.content .top-footer_flex-wrap a,.page-footer .footer.content .top-footer_flex-wrap p {
    font-family: mrseavesot-italic;
    font-size: 18px;
    font-weight: 100
}

.page-footer .footer.content .top-footer_flex-wrap a {
    text-decoration: none
}

.page-footer .footer.content .top-footer_flex-wrap a:link,.page-footer .footer.content .top-footer_flex-wrap a:visited,.page-footer .footer.content .top-footer_flex-wrap a:active {
    color: #fff
}

.page-footer .footer.content .top-footer_flex-wrap a:hover {
    color: #ff4612
}

.page-footer .footer.content .top-footer_flex-wrap h3 {
    font-family: soleil;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 150%;
    margin: 10px auto;
    text-transform: uppercase
}

.page-footer .footer.content .top-footer_flex-wrap h3.grey {
    color: #fff
}

.page-footer .footer.content .top-footer_flex-wrap-col {
    text-align: center;
    margin: 25px 0
}

.page-footer .footer-navigation__link {
    font-family: 'tenor sans';
	text-transform: uppercase;
	padding: 15px 0;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 400;
}
.page-footer .footer-navigation__link:hover {
	color: black;
}

.page-footer {
    padding-bottom: 0
}

.footer.top.content .footer-title {
    text-align: left;
    margin: 10px auto;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 2px;
    display: block
}

.page-footer .footer-top .footer-navigation__item {
    width: 33%;
    height: auto;
    text-align: left;
    vertical-align: top;
    margin: 35px 0;
}

.page-footer .footer-top .footer-navigation__item.newsetter-footer {
    margin-top: 0;
	box-sizing: unset;
}

.page-footer.bottom {
    padding-bottom: 0;
    padding-top: 10px;
    background: #fff
}

.page-footer.bottom .footer.bottom.content {
    color: #000;
    padding: 25px 0 0
}

.page-footer.bottom .footer.bottom.content .bottom-footer_flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.page-footer.bottom .footer.bottom.content .bottom-footer_flex-wrap-col {
    text-align: center;
    margin: 25px 0;
}

.page-footer.bottom .footer.bottom.content .bottom-footer_flex-wrap-col h3 {
    font-family: soleil;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 130%;
    margin: 10px auto 15px;
    text-transform: uppercase
}

.page-footer.bottom .footer.bottom.content .bottom-footer_flex-wrap-col ul {
    font-size: 12px;
    list-style-type: none;
    padding-right: 0
}

.page-footer.bottom .footer.bottom.content .bottom-footer_flex-wrap-col ul li {
    line-height: 180%
}

.page-footer.bottom .footer.bottom.content .bottom-footer_flex-wrap-col ul li a:link,.page-footer.bottom .footer.bottom.content .bottom-footer_flex-wrap-col ul li a:visited,.page-footer.bottom .footer.bottom.content .bottom-footer_flex-wrap-col ul li a:hover,.page-footer.bottom .footer.bottom.content .bottom-footer_flex-wrap-col ul li a:active {
    color: #ff4612;
    text-decoration: none
}

.page-footer.bottom .footer.bottom.content .bottommost-links {
    font-size: 10px;
    text-align: center
}

.page-footer.bottom .footer.bottom.content .bottommost-links ul {
    list-style-type: none;
    padding-right: 0
}

.page-footer.bottom .footer.bottom.content .bottommost-links ul li {
    display: inline
}

.page-footer.bottom .footer.bottom.content .bottommost-links ul li a {
    text-decoration: none
}

.page-footer.bottom .footer.bottom.content .bottommost-links ul li a:link,.page-footer.bottom .footer.bottom.content .bottommost-links ul li a:visited,.page-footer.bottom .footer.bottom.content .bottommost-links ul li a:active {
    color: #000
}

.page-footer.bottom .footer.bottom.content .bottommost-links ul li a:hover {
    color: #ff4612
}

.page-footer.bottom .footer.bottom.content .bottommost-links ul li:not(:last-child):after {
    content: '|';
    margin: 0 10px
}

.copyright {
    padding: 5px 0
}

.social-wrapper h3 {
    padding-bottom: 10px
}

.page-footer .footer-top h3 {
    display: block;
    margin: 10px auto 5px;
    font-family: soleil;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%
}

.footer-top p {
    font-family: soleil,Arial,sans-serif;
    font-size: 14px;
    line-height: normal;
    letter-spacing: .05em;
    width: 98%;
    font-weight: 300
}

.footer-top p.phone {
    margin-bottom: 20px
}

.footer-top p.social-name {
    margin-bottom: 5px
}

.footer-top .footer-navigation__item>a,.footer-top .footer-navigation__item>a:link,.footer-top .footer-navigation__item>a:visited,.footer-top .footer-navigation__item>a:hover {
    color: #fff;
    text-transform: none;
    font-weight: 300;
    padding: 0;
	letter-spacing: 2px;
}

.footer-top div.mage-error[generated] {
    display: block;
    margin-top: 5px;
    color: #f31414;
    font-weight: 400;
    font-size: 14px
}

.newsetter-footer input.fb-email {
    display: block;
    margin: auto;
    height: auto;
    background-color: #000;
    border: 1px solid #fff;
    font-family: soleil,Arial,sans-serif;
    font-size: 14px;
    letter-spacing: .05em;
    color: #fff;
    font-weight: 100;
    width: 100%;
    line-height: 30px
}

.footer-top input#email {
    display: block;
    margin: 10px auto 20px;
    height: 35px;
    background-color: #fff;
    color: #414042;
    font-weight: 100;
    width: 100%;
    font-family: soleil,Arial,sans-serif;
    font-size: 14px;
    line-height: 35px;
    border: 1px solid #fff;
	box-sizing: border-box;

}

.footer-top .col-1,
.footer-top .col-2,
.footer-top .col-3 {
	margin-left: 0;
	margin-right: 0;	
}

.newsetter-footer .footer-form-mobile .newsletter-input-wrapper {
    position: relative;
    display: block;
    max-width: 300px;
    margin: 0
}

.newsetter-footer .footer-form-mobile input.submit-footer-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    line-height: 30px;
    margin: 0;
    color: #fff;
    border: 1px solid #799791;
    width: auto;
    padding: 0 15px;
    font-family: soleil,sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    animation-name: button;
    animation-duration: .5s;
    background-color: #799791;
    cursor: pointer
}

@keyframes button {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.newsetter-footer .footer-form-mobile input.submit-footer-btn:hover {
    transition: all .2s ease-in;
    background-color: rgba(0,0,0,.8)
}

.footer-top .stormapper-title {
    margin-bottom: 5px
}

.footer-top .storemapper form {
    margin-bottom: 20px
}

.footer-top .storemapper-wrapper {
    position: relative
}

.footer-top #storemapper {
    display: inline-block;
    margin: 0 auto;
    height: auto;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 100;
    width: 65%;
    max-width: 250px;
    font-family: soleil,Arial,sans-serif;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 30px
}

.footer-top #storemapper[type=text]::placeholder {
    color: #fff
}

.footer-top button.submit-caret {
    width: 20px;
    height: 30px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: -7px;
    right: 0;
    opacity: .55;
    display: inline-block;
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400
}

.footer-top button.submit-caret>span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.footer-top button.submit-caret:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    content: '\e615';
    font-family: luma-icons;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.footer-top button.submit-caret:hover:before {
    color: #fff
}

.footer-top button.submit-caret:active:before {
    color: inherit
}

.footer-top button.submit-caret:focus,.footer-top button.submit-caret:active {
    background: 0 0;
    border: none
}

.footer-top button.submit-caret:hover {
    background: 0 0;
    border: none
}

.footer-top button.submit-caret.disabled,.footer-top button.submit-caret[disabled],fieldset[disabled] .footer-top button.submit-caret {
    pointer-events: none;
    opacity: .5
}

.footer-top button.submit-caret>span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.footer.content,.footer-top.footer-navigation__list {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 0;
    margin: 10px 0;
	box-sizing: unset;
}

.soc-icon {
    width: 16px;
    height: auto;
    padding: 0 6px
}

.footer-top p {
    font-family: soleil;
    font-size: 14px;
    line-height: normal;
    letter-spacing: .05em;
    width: 98%
}

.footer-top div.mage-error[generated] {
    display: block;
    margin-top: 5px;
    color: #f31414;
    font-weight: 400;
    font-size: 14px
}

.newsetter-footer input.fb-email {
    display: block;
    margin: auto;
    height: auto;
    background-color: #000;
    border: 1px solid #fff;
    font-family: soleil;
    font-size: 14px;
    letter-spacing: .05em;
    color: #fff;
    font-weight: 100;
    width: 100%;
    line-height: 30px
}

.footer-top input#email {
    display: block;
    margin: 10px auto 20px;
    height: 32px;
    background-color: #fff;
    color: #414042;
    font-weight: 100;
    width: 100%;
    font-family: soleil;
    font-size: 15px;
    line-height: 32px;
    border: 1px solid #fff
}

.accessibility {
    max-width: 800px;
    margin: 10px auto;
    font-size: 12px;
    text-align: center;
    padding: 0 15px
}


.accessibility img {
    display: inline-block;
    width: 95px;
    margin: 0 auto 10px
}

.accessibility a:link,.accessibility a:active,.accessibility a:visited {
    color: #799791
}

.accessibility h3 {
    font-family: soleil;
    margin: 10px auto 8px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 130%;
    font-weight: 500;
    letter-spacing: 2px
}
.accessibility p {
	font-size: 12px;
	letter-spacing: 0;
}

@font-face { 
	font-family: luma-icons; 
	src: url(/wp-content/themes/dw-timeline-child/fonts/Luma-Icons.woff2); 
	font-weight: normal;
}