@charset "UTF-8";
/* CSS Document */

/* FOOTER */
/* ==================================+++++++++++================================== */

/* MOBILE STYLES */
/* ==================================+++++++++++================================== */
@media only screen and (max-width: 767px){
	
div.footer-options, div.copyright{
	display:none;
	}
	
/* SIDEBAR OPTIONS FOR MOBILE */
/* ==================================+++++++++++================================== */
	
div.sb-logo, div.sb-copyright, div.sb-options-social{
	text-align: center;
}
div.sb-logo img{
	width:100px;
	height: auto;
	margin-top:10px;
}
div.sb-logo{
	border-top: solid 1px lightgrey;
}
div#sidebar-options{
	/*margin-top:20px;*/
    /*padding-bottom:40px;*/
    display:none;
	}
    section.mobile{
         background-color: #ECECEC;   
    }
    section.mobile div#sidebar-options{
        display:contents;
        
    }
 body.term-post-format-video div#sidebar-options,body.category-video div#sidebar-options {
    margin-top: 20px;
    margin-bottom: 60px;
}
    body.term-post-format-video ul.sb-menu-wam a, body.term-post-format-video ul.sb-menu-legal a,body.term-post-format-video div.sb-copyright p{
    
    }
    
    body.term-post-format-video div.sb-logo,body.category-video div.sb-logo{
        border-top:solid 1px #2c2b2b;
    }
    
    body.term-post-format-video div.sb-options-social,body.category-video div.sb-options-social{
        border-bottom: 1px solid #2c2b2b;
    }
    
div.sidebar-options{
	/*display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 29px;
	width: 100%;
	max-width: 100%;
	margin-top:20px;
	font-family: var(--font-family-primary);
    text-align: center;
    padding: 0px;
    margin-bottom:28px;
	/*text-transform: var(--title-case);*/

}
div.sidebar-options ul{
	list-style: none;
    padding:0px;
	}
span.sb-footer-section{
	margin-left:40px;
	font-size: 14px;
	font-weight: 600;
	color:#919191;
	/*text-transform: var(--title-case);*/
	font-family: var(--font-family-primary);
	}
	
div.sb-options-social ul{
    list-style: none;
	/*display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	padding:0px;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	}
div.sb-options-social ul li a:before{
	font-family: fontello;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	font-size: 24px;
	-webkit-font-smoothing: antialiazed;
	color:#919191;
}
div.sb-options-social li a[href*="facebook.com"]::before{
	content:'\F09A';
}
div.sb-options-social li a[href*="twitter.com"]::before{
	content:'\F099';
}
div.sb-options-social li a[href*="instagram.com"]::before{
	content:'\F16D';
}
div.sb-options-social li a[href*="youtube.com"]::before{
	content:'\F167';
}
div.sb-options-social li a[href*="snapchat.com"]::before{
	content:'\F2AC';
}
div.sb-options-social{
	margin-bottom: 20px;
    /*border-bottom: 1px solid lightgrey;*/
	}
div.sb-options-social span.social-section{
    display: block;
    color: #6A6E79;
    font-size: 17px;
    margin:48px 0 20px 0;
    font-weight: bold;
}

div.sb-copyright span{
	font-size: 9px;
    font-family: var(--font-family-primary);
    color:#6A6E79;
}
div.sb-copyright{
    padding: 30px 0 30px 0;
    border-top:1px solid #D8D8D8;   
    }
div.sidebar-categories{
	display: none;
	}
div.sb-options-nl div.newsletter-container{
    padding:0px;      
    }
div.sb-options-nl div.newsletter-container span.nl-field{
    text-align: left;
    padding-left: 5px;
    }
div.sb-options-nl{
    padding:30px 30px 0 30px;
    }

} /* End Mobile Styles */

/* DESKTOP STYLES */
/* ==================================+++++++++++================================== */

@media only screen and (min-width: 768px){
	
div.footer-options{
	display: grid;
	justify-content: center;
	grid-template-columns: 1fr 1fr 1fr 1em 340px;
	width: 100%;
	grid-row-gap:20px;
	padding-top:20px;
	margin-bottom:20px;
}
.footer-menu-wam a, .footer-menu-legal a, .copyright p{
	text-decoration: none;
	color: #6A6E79;
    font-weight: 300;
	font-family: var(--font-family-primary);
	font-size: 11px;
    text-transform: uppercase;
	/*text-transform: var(--title-case);*/
}
.copyright p{
    font-size: 9px;    
    }
.footer-navigation ul{
	list-style: none;
	line-height: 1.5em;
}
span.footer-section{
	font-family: var(--font-family-primary);
	font-size: 17px;
	font-weight: 700;
	color:#6A6E79;
	/*text-transform: var(--title-case);*/
}
.footer-social{
	text-align: left;
	/*border-left: 1px solid #2c2b2b;*/
	padding-right:20px;
    margin-top:16px;
	}
.copyright{
	border-top:1px solid #D8D8D8;
	text-align: left;
    padding-left: 40px;
}
nav.footer-social ul {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}	
nav.footer-social ul li a:before{
	font-family: fontello;
	display: inline-block;
	vertical-align: top;
	/*padding: 0 5px;*/
	font-size: 20px;
	-webkit-font-smoothing: antialiazed;
	color:#919191;
}
nav.footer-social li a[href*="facebook.com"]::before{
	content:'\F09A';
}
nav.footer-social li a[href*="twitter.com"]::before{
	content:'\F099';
}
nav.footer-social li a[href*="instagram.com"]::before{
	content:'\F16D';
}
nav.footer-social li a[href*="youtube.com"]::before{
	content:'\F167';
}
nav.footer-social li a[href*="snapchat.com"]::before{
	content:'\F2AC';
}
ul.menu{
    padding-left:0px;
}
	
/* SIDEBAR CATEGORIES */
/* ==================================+++++++++++================================== */
	
div#sidebar-options{
	display: none;
}
div.sidebar-categories{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.8em;
	padding: 20px;
	margin-top:20px;
	border:1px solid lightgrey;
}
div.sidebar-categories ul{
	list-style: none;
}
div.sb-navigation ul.sb-menu-wam{
	padding:0px;
}
div.sb-cats-section span{
	font-weight: 600;
	color: var(--main-hilite-color);
}
.sb-navigation a:hover{
	opacity: 0.5;
}
.sidebar-categories li.shop-button a{
		color:black !important;
}
.sidebar-categories li.shop-button{
		background-color:#f5f5f5;
		padding:0px;
}

} /* end Desktop Styles
/*
     FILE ARCHIVED ON 13:34:37 Feb 28, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:09:11 Sep 06, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 81.096
  exclusion.robots: 0.108
  exclusion.robots.policy: 0.1
  RedisCDXSource: 0.851
  esindex: 0.008
  LoadShardBlock: 48.802 (3)
  PetaboxLoader3.datanode: 61.295 (4)
  CDXLines.iter: 15.351 (3)
  load_resource: 41.132
  PetaboxLoader3.resolve: 24.677
*/