@charset "UTF-8";
/* 
CUSTOM STYLES

black current
3d3d3d
gray
a0a09f
purple
c5a9f6
blue
6be0dd
green
6ce59f
yellow
ffe585
orange
f9b079
redw
f86e73

*/
body{
	color: #3d3d3d;
	overflow-x: hidden;
}
a{
  color: #3d3d3d;
  transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;	
}	
a.styled-link,
article.post main a {
	border-bottom: 1px solid #000;
    padding:6px 3px;
    display: inline-block;
    line-height: 0.55;
    color: #3d3d3d;
    transition: ease-in .1s;
}
a.styled-link:hover,
article.post main a:hover {
	color: #a0a09f;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
}
h2 {
	font-size: 1.6rem;
}
*:focus {
    outline: none;
}
.btn-danger:focus, .btn-danger.focus {
    box-shadow: none !important;
}

ol {
	padding:20px 20px 0 20px;
}

ol li {
	margin-bottom:15px;
}
/* ------ CUSTOM STYLES ------- */

/*-----------------------------------------------------------------------------------*/
/*	GENERAL - ALL PAGES
/*-----------------------------------------------------------------------------------*/

blockquote{
	border-left: 5px solid #a1a0a0;
    margin: 35px 0 35px 35px;
    padding-left: 20px;
    font-style: italic;
}

/* general buttons-----------------------------------------------------*/
button:active, button:focus {
	outline: none;
	border: none;
	}
.btn {
	background-color: #3d3d3d;
	color: #fff;
	}
hr{
	padding-bottom: 1px;
	margin-top: 0.7rem;
	margin-bottom: 1.5rem;
	border: 0;
	border-top: .8px solid #a0a09f;
	}
@media (max-width: 575px){ hr{ max-width:100%; } }

/* SECTIONS AND TILES-----------------------------------------------------*/
.tile {
	border:1px solid #ebebeb;
	}
.tile-img:not('col-*') {
	padding-top:100%;
	}
.tile-bg-img {
	background-size:cover;
	background-position:top center;
	height: 100%;
	background-color:#ced0cd ;
	}
.tile-pc-img{
  background-size: cover;
  background-position: center;
  padding-top: 50%;
  height: 100%;
	}
.tile .tile-copy {
	padding: 50px 75px;
	}
@media (max-width: 786px){
	.tile .tile-copy {
		padding: 40px 15px;
	}
}

.tile .tile-square{
	text-align: center !important;
	padding: 40px 15px;
}
.tile .tile-contest-closed{
	text-align: center !important;
	padding: 40px 15px;
}
.tile-quiz h2{
	padding-bottom: 20px;
} 
@media (max-width: 786px){
	.tile .tile-square{
	text-align: left !important;
}
}
.tile .tile-copy-horizontal{
	padding: 32px 30px
	}
@media (max-width: 786px){
  .tile  .tile-copy-horizontal{padding: 15px;}
}
	
/* Tiles for above the fold content home --------------*/	


@media (min-width: 786px){
.tile-home-top-side h3{
	font-size: 15px;
}
.tile .tile-home-top-side{
	padding: 15px 10px;
}
}
@media (max-width: 786px){
.tile .tile-home-top-side{
	padding: 15px;
}
}

.home-top-main h2{
	padding-bottom: 0 !important;
}
.tile-home-top-side .tile-cat{
	margin-bottom: 1rem;
}
.home-top-ad{
	padding: 35px 15px;
}

@media (max-width: 992px){
	.mbl-height{
		height: 85px;	
	}
	.cover-whole{
		background-color: #fff;
		display: flex;
		align-items: center;
	}
}

@media (max-width: 768px){
	.mbl2-height{
		height: 185px;		
	}
	.mbl-height{
		height: 185px;	
	}
}
		
/* D2C HOME -----------------------------------------*/

.tile .tile-copy-d2c {
	padding: 30px 15px;
	border-top: 1px solid #ebebeb;
	}	
@media (max-width: 768px){
	.tile .tile-copy-d2c {
	padding: 20px 10px;
	}	
}
.tile-copy-d2c p{
	text-transform: uppercase;
	color: #f86e73;
	font-size: 0.75rem !important;
}
.tile-copy-d2c h3{
	padding: 10px 0 !important;
	font-size: 18px !important;
}
@media (max-width: 768px){
	.tile-copy-d2c h3{
		padding: 5px 0 !important;;
	}
}
.product-price{
	padding-bottom: 14px;
	font-size: 14px !important;
	color:#3d3d3d !important ;
}
@media (max-width: 768px){
	.product-price{
		padding-bottom: 8px;
	}
}
.d2c-sidebar p,
.d2c-sidebar h3{
	margin-bottom: 0 !important;
}
.tile-bar {
	display:block;
	margin:0 auto;
	width:6.5px;
	height:6.5px;
	border-radius: 200px;
	background-color:#75c3c3;
	margin-bottom: 5px;
}
@media (max-width: 575px){
	.tile-bar {display:none;}
	}


.tile-cat{
	font-weight: 900;
	color: #000;
	font-size: 10px;
	letter-spacing: 3px;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	display: inline-block !important;
	
}
.tile-cat-square{
	text-align: center !important;
	display: block !important;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}
/* HIDE CATEGORIES ON MOBILE-----*/
@media (max-width: 575px){
.tile-cat{
	display: none !important;}
}

.tile-copy{
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.tile-copy h1, .tile-copy h2, .tile-copy h3{
	font-family: "kepler-std",serif;
	font-weight: 700;
}
.tile-copy a h3{
	color: #3d3d3d;
}
.tile-excerpt{
	color: #8d93a1;
	font-size: 0.95rem !important;
}
.tile-playlist{
	margin-bottom: 50px;
}
/* CATEGORIES COLOURS-----------------------------------------------------*/
.Videos-color,
.Sessions-color,
.Spree-color,
.Look-color{
	background-color: #c5a9f6;
	align-self: flex-start;
 	padding: 4px 4px 4px 7px;	
}
.Discover-color{
		background-color: #f9b079;
 align-self: flex-start;
 	padding: 4px 3px 4px 7px;
}
.Music-color{
	background-color: #6be0dd;
	align-self: flex-start;
 	padding: 4px 4px 4px 7px;
}
.Events-color{
	background-color: #6ce59f;
	align-self: flex-start;
 	padding: 4px 4px 4px 7px;
}
.News-color{
	background-color: #ffe585;
	align-self: flex-start;
 	padding: 4px 4px 4px 7px;
}
.Quizzes-color{
	background-color: #6be0dd;
	align-self: flex-start;
 	padding: 4px 4px 4px 7px;
}
.Lists-color{
	background-color: #C5ABF4;
	align-self: flex-start;
	padding: 4px 4px 4px 7px;
}

/* Color Transitions for Catarogie Links */

	main.Discover-link a:hover{
		color: #000 !important;
		border-bottom: 1px solid #f9b079 !important;
	}
	.Discover-socials a:hover{
		color: #f9b079 !important;
	}
	main.News-link a:hover{
		color: #000 !important;
		border-bottom: 1px solid #f9b079 !important;
	}
	.News-socials a:hover{
		color: #f9b079 !important;
	}
	main.Music-link a:hover{
		color: #000 !important;
		border-bottom: 1px solid #f9b079 !important;
	}
	.Music-socials a:hover{
		color: #f9b079 !important;
	}
	main.Videos-link a:hover{
		color: #000 !important;
		border-bottom: 1px solid #f9b079 !important;
	}
	.Videos-socials a:hover{
		color: #f9b079 !important;
	}

main .tags a, .tags a{
	color: white!important;
	background: #3d3d3d!important;
	border-bottom: 1px solid #3d3d3d !important;
	display: inline-block!important;
	padding: 9px 15px!important;
	border-radius: 25px;
	font-size: 14px!important;
	line-height: 0.55;
	margin: 3px 1px;
	
	}
main .tags a:hover, .tags a:hover{
	color: white!important;
	border-bottom: 1px solid #3d3d3d !important;
}



/* more button-----------------------------------------------------*/
.more{
	display: flex;
	flex-direction: row;
	font-size: 0.85rem;
	font-weight: 700;
	color: #3d3d3d;
	letter-spacing: 0.15rem;
	padding-top: 15px;
}
.more span{
transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.more span:hover, a.more:hover{
 	letter-spacing: 0.35rem;
 	color: #3d3d3d;
}
/* svg arrow-----------------------------------------------------*/
#Layer_1{
  height: 11px;
	max-width: 11px;
	margin: 4px 0 0 5px;
	}
@media (max-width: 768px){
	#Layer_1{
  height: 10px;
	max-width: 11px;
	margin: 3px 0 0 5px;
	}

}	
/* series headings-----------------------------------------------------*/	
h2.series-heading {
	text-align: center;
	text-transform:uppercase;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.08rem;
  margin-bottom: 40px;
  transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.series-heading a:hover{
	color: #a0a09f !important;
}
@media (max-width: 575px){
	h2.series-heading {
	margin-bottom: 20px;	
	}
}
h2.page-heading {
	text-align: center;
	text-transform:uppercase;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.08rem;
  margin-bottom: 40px;
}
h4.series-heading {
	text-align: center;
	text-transform:uppercase;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.35rem;
	margin-right: -0.35rem;
}
.series-heading{
	color: #3d3d3d;
/* 	letter-spacing: 3px; */
}



/* SECTIONS --------------------------------------------------------------------- */


.section-description{
	padding-left: 15px;
	font-size: 1rem;
	margin-bottom: 30px;
}
@media (max-width: 768px){
	.section-description{
		text-align: center;
}}

section {
	padding-top: 70px;
}
@media (max-width: 768px){
	section {
		padding-top: 50px;	
	}
	section.below-main{
		padding-top: 1rem;
	}
	.padd-bt-none{
		padding-bottom: 0;
	}
}

	section.home-first-feature{
		padding-top: 60px;
	}
@media (max-width: 768px){
	section.home-first-feature{
	padding-top: 0;
}
}

section.series-wrap {
	padding:90px 0 0 0;
	margin-bottom: -35px;
}

section.newsletter-d2c {
	padding-top: 170px;
}
@media (max-width: 768px){
	section.newsletter-d2c{
	padding-top: 600px;}
}
@media (max-width: 575px){
	section.newsletter-d2c{
	padding-top: 400px;}
}
.discount{
	font-size:1.15rem;
}
.d2c {
	padding-bottom: 33px;
}
@media (max-width: 575px){
	.d2c {
	margin-top: 20px;}
}
.series-wrap a:hover h5, .tile-copy a.tile-cat:hover, .tile-copy a:hover h3{
	color: #5b5b5b;
}
.tile-img{
	height: 100%;
}
@media (max-width: 970px){
.img-home-top-side{
	  height: 125px !important;
	}
}

li.search a{
	padding-right: 0 !important;
}
#contest-rules-link {
	border-bottom:1px solid #000;
	text-transform: uppercase;
	margin: 50px 0;
	font-size: 0.7rem;
	color: #3d3d3d !important;
}

 @media (max-width: 575px){
	#second-features .tile-excerpt, #second-features hr {
	display: none;}
 }
.share-contest {
	padding: 40px 0 0 0;
}
.form-check-label {
	font-size: 0.8rem;
}
.contest-single .btn-danger{
	margin: 30px 0;
}
.share-contest-btns {
	margin-top: 20px;
}
hr.home-hr,
hr.videos-hr{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-top: 1px solid #E8E8E8;
	margin-top: 90px;
}
hr.videos-hr{
	margin-top: 40px;
}
.hide-on-desktop{
	display: none;
}
@media (max-width: 768px){
	.hide-on-mbl{
		display: none;
	}
	.hide-on-desktop{
		display: block;
	}
	hr.home-hr{
		margin-top: 50px;
	}
}
.no-strech img{
	height: auto;
	width: 100%;
	max-width: 970px;
}

.tile-quiz-home .tile-copy{
	padding: 30px 15px !important;
}
@media (max-width: 768px){
	.tile-quiz-home .tile-bg-img{
		padding-top: 0 !important;
	}
	.tile-quiz-home .tile-copy h2{
		font-size: 1.25rem;
		padding: 15px 0 15px 0;	
	}
}

/*-----------------------------------------------------------------------------------*/
/*	NAV
/*-----------------------------------------------------------------------------------*/
header{
	z-index: 1000;
}
/* 	hide nav on scroll */
.cd-auto-hide-header {
	  border-bottom: 1px solid #ebebeb;
	background-color: #FFFFFF;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.cd-auto-hide-header::after {
  clear: both;
  content: "";
  display: block;
}
.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
/* /	hide nav on scroll */

/* nav styles ----------------------------------- */
.main-nav-socials a{
		font-size: 0.9rem;
		padding: 0.5rem 0.25rem;
		color: #3d3d3d;
		transition: .5s;
}
.main-nav-socials a:hover{
	color: #a0a09f;
}
.main-nav-socials-mbl{
		display: flex;
		flex-wrap: nowrap;
}
 @media (max-width: 768px){
	.main-nav-socials-mbl a{
		padding: 0.5rem 0.55rem;
	}
}
 @media (max-width: 320px){
	.main-nav-socials-mbl a{
		padding: 0.5rem 0.35rem;
	}
}

/* nav underline on hover ----------------------------------- */	
.main-nav-links {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}
.main-nav-links a {
	color: #3d3d3d;
	margin-right: 10px;
  position: relative;
  padding-bottom: 5px;
}
.main-nav-links a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 100%;
  height: 1px;
  background-color: #3d3d3d;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
  padding-right: 10px;
}
.main-nav-links a:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
/* /nav underline on hover ----------------------------------- */	

.main-nav-socials {
	float: right;
	padding-top: 27px;
	}
.main-nav-logo {
  margin: 12px 40px 12px 0!important;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  max-width: 200px;
  width: 100%; 
	}
@media only screen and (max-width: 1000px) {
	.main-nav-logo {
		position: absolute;
		left: 4%;
		}
	}
.main-nav-links,
.main-nav-logo,
.main-nav-socials {
	display: inline-block;
	}
@media only screen and (max-width: 1000px) {
	.main-nav-links,
	.main-nav-socials {
		display: none;
		}
	}
/* dropdown */
.cd-morph-dropdown {
  position: relative;
  height: 90px;
  z-index: 1000;
	}
.cd-morph-dropdown::before {
  /* never visible - used in JS to check mq */
  content: 'mobile';
  display: none;
	}

/* HAMBURGER */
.cd-morph-dropdown .nav-trigger {
  /* menu icon - visible on small screens only */
  position: absolute;
  top: 0;
  right: 0;
  height: 90px;
  width: 60px;
  /* replace text with icon */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: black;
}
.cd-morph-dropdown .nav-trigger span, .cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
  /* these are the 3 lines of the menu icon */
  position: absolute;
  background-color: #3d3d3d;
  height: 3px;
  width: 26px;
	}
.cd-morph-dropdown .nav-trigger span {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
	}
.cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
	}
.cd-morph-dropdown .nav-trigger span::before {
  -webkit-transform: translateY(-9px);
      -ms-transform: translateY(-9px);
          transform: translateY(-9px);
	}
.cd-morph-dropdown .nav-trigger span::after {
  -webkit-transform: translateY(9px);
      -ms-transform: translateY(9px);
          transform: translateY(9px);
	}
.cd-morph-dropdown.nav-open .nav-trigger span {
  background-color: transparent;
	}
.cd-morph-dropdown.nav-open .nav-trigger span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
	}
.cd-morph-dropdown.nav-open .nav-trigger span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
	}
.cd-morph-dropdown .main-nav {
  display: none;
	}
.cd-morph-dropdown .morph-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  padding: 1.2em 5%;
  box-shadow: inset 0 1px 0 #e6e6e6;
  background-color: rgba(0, 0, 0, 0.75);
	}
.cd-morph-dropdown.nav-open .morph-dropdown-wrapper {
  display: block;
	}


/* Nav Bakcground-------------------------------- */

@media only screen and (min-width: 1000px) {
  .cd-morph-dropdown {
    width: 100%;
    padding: 0;
    color: #fff;
  }
  .cd-morph-dropdown::before {
    content: 'desktop';
  }
  .cd-morph-dropdown .nav-trigger {
    display: none;
  }
  .cd-morph-dropdown .main-nav {
    display: inline-block;
    float: left;
  }
  .cd-morph-dropdown .main-nav > ul > li {
    display: inline-block;
    float: left;
  }
  .cd-morph-dropdown .main-nav > ul > li > a {
    display: block;
    padding: 0 .8em;
    height: 70px;
    line-height: 70px;
    color: #FFFFFF;
    font-size: .8rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li > a {
    /* main navigation hover effect - on hover, reduce opacity of elements not hovered over */
    opacity: .6;
  }
  .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
    opacity: 1;
  }
  .cd-morph-dropdown .morph-dropdown-wrapper {
    /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
    display: block;
    top: 58px;
    /* overwrite mobile style */
    width: auto;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    /* Force Hardware acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .cd-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .cd-morph-dropdown .dropdown-list {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform, width, height;
    -webkit-transition: visibility .3s;
    transition: visibility .3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
  .no-csstransitions .cd-morph-dropdown .dropdown-list {
    display: none;
  }
  .cd-morph-dropdown .dropdown-list::before {
    /* dropdown top triangle */
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #FFFFFF;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }


/* morph dropdown background */
  .cd-morph-dropdown .bg-layer {

    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    background: #FFFFFF;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    
  }
  .cd-morph-dropdown.is-dropdown-visible .bg-layer {
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
  }
}

.morph-dropdown-wrapper ul{
		text-align: left;
		padding-left: 0;
    list-style: none;
    text-transform: uppercase;
    color: #fff;
    line-height: 2rem;
}
.morph-dropdown-wrapper ul li a{
    color: #fff;
    font-size: 1.5rem;
    line-height: 3.5rem;
}

ul.main-nav-sublist-mbl li a{
	padding-left: 30px;
	font-size: 0.85rem;
}
ul.main-nav-socials-mbl li a svg{
	font-size: 2.2rem;
}
/* search icon -----------------------------------------------------------*/
.search-mbl {
	display: none;
	color: #3d3d3d;
	font-size: 1.8rem;
}
@media only screen and (max-width: 1000px) {
 .search-mbl{
	 	display: inline-block;
		position: absolute;
		right: 60px;
		top: 28px;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	SEARCH 
/*-----------------------------------------------------------------------------------*/


/* SEARCH FULL SCREEN */

#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.94);	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);    
	opacity: 0;
	z-index: 1000;
}
#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
	opacity: 1;
	z-index: 99999999999999;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
/*     text-align: center; */
    border: 0px;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search input[type="search"]::-webkit-input-placeholder {
  border-bottom: 1px solid grey;
}


@media screen and (max-width: 768px){
	#search input[type="search"] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
}
}
#search .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px;
}
#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
nav input::placeholder {
	color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 575px){
nav input::placeholder {
	font-size: 2rem;}
}

/*-----------------------------------------------------------------------------------*/
/*	HOMEPAGE MAIN FEATURES
/*-----------------------------------------------------------------------------------*/
a.no-deco {
  color: inherit;
  text-decoration:none;
}
.main-feat .tile-img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

	}
.main-feat, .row .tile{
	  transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}

.main-feat:hover, .row .tile:hover {
	cursor: pointer;
    transform: scale(1.001);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
     -webkit-box-shadow: 0px 0px 8px 3px rgba(235,235,235,0.94);
-moz-box-shadow: 0px 0px 8px 3px rgba(235,235,235,0.94);
box-shadow: 0px 0px 8px 3px rgba(235,235,235,0.94);
}

.main-feat h2 {
	transition: 0.3s ease-in;
	-moz-transition:  0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	padding-bottom: 30px;
	}
@media (max-width: 768px){
	.main-feat h2 {
		padding-bottom: 10px;
		}
	}
.main-feat h2:hover {
	color: #a0a09f;
	}
@media (max-width: 768px){
	.main-feat .tile-copy h2{
		font-size: 1.5rem;
		}
	}
.category-home{
  padding-bottom: 30px;
	}
	
	
/*-----------------------------------------------------------------------------------*/
/*	HOMEPAGE CONTEST ROW
/*-----------------------------------------------------------------------------------*/
.contest-closes{
	text-transform: uppercase;
	font-size: .75rem;
	padding: 20px 0 22px 0;
}
@media (max-width: 768px){
.contest-closes{
	padding: 10px 0 12px 0;
	}
}
.contest-day{
	font-family: "kepler-std",serif;
	color: #f86e73;
	text-transform:none;
	font-size: 1rem;
	}
#contest-features h2 {
	padding-bottom: 20px;
	}
.tile-contest-bg{
	position: relative;
	}
.tile-contest-bookmark{
	position: absolute;
	padding: 10px 8px 35px;
	top: 0;
	right: 25px;
	width: 75px;
	background-color: #f97372;
	-webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 51% 72%, 0 100%, 0 0);
	clip-path: polygon(50% 0%, 100% 0, 100% 100%, 51% 72%, 0 100%, 0 0);	
	}
.contest-close{
	font-size: 0.7rem;
	color: white;
	border-bottom: 1px solid white;
	}
.contest-count{
	font-weight: 700;
	color: white;
	letter-spacing: 1px;
	}
/* 	circles CONTESTS and QUIZZES ------------------------------------------- */
.tile-img{
	position: relative;
	}	
span.win,
div.play{
	border-radius: 30px;
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: -30px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	z-index: 2;
	display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
	}
span.win{
	background-color: #c5a9f6;
	}	
div.play{
	background-color: #6be0dd;
	}	
div.play img{
	width: 30px;
	margin:0 auto;
	padding-right: 1px;
	}	
	
@media (max-width:768px){
	div.play img{
		width: 25px;
	}
	span.win,
	div.play{
		width: 40px;
		height: 40px;
		bottom: -20px;
	}	
}

/*-----------------------------------------------------------------------------------*/
/*	CONTESTS PAGE
/*-----------------------------------------------------------------------------------*/	

.contest-page h1{
	margin-bottom: 20px !important;
}
.contest-page h4{
	font-weight: 700;
	font-size: 20px;
}
.contest-page h4#success{
	display: inline-block;
	text-align: center;
}	
.contest-page .form-response{
	padding-right: 15px;
	padding-left: 15px;
}		
.contest-page p{
	font-size: 17px;
	margin-bottom: 20px;
}
.contest-page ul{
	font-size: 17px !important;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px !important;
	font-weight: 700;
	text-transform: uppercase;
}
#missing-fields{
	display: none;
}
#success, #error, #duplicate{
	padding: 20px 15px;
	border: 2px solid black;
	margin: 50px 0;
}
		
/*-----------------------------------------------------------------------------------*/
/*	HOMEPAGE D2C 
/*-----------------------------------------------------------------------------------*/

.tile-d2c-artist {
	text-transform: uppercase;
	letter-spacing: .4em;
	font-size: .65em;
	padding-bottom: 10px;
}
.tile-d2c-price {
	color: #f97372;
	font-weight: 700;
	font-size: 1.3em;
	padding-bottom: 10px;
}
img.tile-d2c-image {
	height: 300px;
}
/*-----------------------------------------------------------------------------------*/
/*	HOMEPAGE QUIZ 
/*-----------------------------------------------------------------------------------*/

.tile-quiz-home h2{
	margin: 20px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	HOMEPAGE NEWSLETTER
/*-----------------------------------------------------------------------------------*/
#newsletter-page{
	background-image: url("../img/bg-newsletter.jpg");
	background-size: cover;
	background-position:top center;
}
	
/* 	FORM */
	.hide-form {
		display: none;		
	}
	.show-form{
		display: block;
	}
	#newsletter .form-control {
		border: none;
	}
	



/*-----------------------------------------------------------------------------------*/
/*	PAGE SINGLE POST STYLES
/*-----------------------------------------------------------------------------------*/
.single-post-content{
	margin-top: 30px;
}
@media (max-width: 575px){
	.single-post-content{
	margin-top: 35px;
}
}

.post-feat-img,
.post-feat-img-contest {
	background-size: cover;
	background-position:top center;
	height:490px;
	width: 100%;
	margin-bottom: 50px;
}
	
@media (max-width: 768px){
	.post-feat-img-mbl {
		background-size: cover;
		background-position:top center;
		display: block;
		height:300px;
		margin-bottom: 35px;
		}
		.post-feat-img {
display: none;}
		
}
@media (max-width: 575px){
	.post-feat-img-contest{
		height: 200px;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

.single-post-date{
	display: flex;
	align-items: center;
}
.date-category{
	display: block;
	width: 8.5px;
	height: 8.5px;
	border-radius: 200px;
	background-color: #75c3c3;
	margin-right: 5px;
}
.single-post-social{
	margin:15px 0 0 0;
}
.single-post-share{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3d3d3d;
	font-size: 35px;
	margin-right: 20px;
	transition: all 0.5s;
}

.sidebar-heading{
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 1.25rem;
	color: #8d93a1;
	letter-spacing: 3px;
}
#sidebar-post .tile-copy, #sidebar-d2c .tile-copy{
	padding: 20px 10px;
}

#sidebar-post .tile-cat{
	margin-bottom: 1rem;
}
#sidebar-d2c h2{
	font-size: 1.1rem;
}
#sidebar-d2c .tile-d2c-artist{
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #8d93a1;
}
#sidebar-d2c .tile-d2c-price{
	font-size: 1.25rem;
}
.single-post-comments{
	margin-top:50px;
	border-top: 1px solid #75c3c3;
}
.comment-input{
	width: 100%;
	padding: 10px 10px;
}
.comment-reply{
	margin-top: 30px;
	padding-left: 35px;
}
.comment-text{
	border: 1px solid #d3d3d3;
	padding: 10px 10px;
	font-size: 0.8rem;
}
/* TYPOGRAPHY SINGLE POST */
article.post h1,
article.post h3,
article.post h4,
article.post h5,
article.post h6 {
	margin-bottom: 10px;
}

.single-post-share {
	font-size: 1.2rem;
}

/* SINGLE PARAGRAPH SIZE--------------------------------------------- */


article.post a img{
	display: block;
	width: 100%;
}
@media (max-width: 768px){
	article.post iframe {
		display: block;
		width: 100%;
	}

}

article img {
		width: 100%;
}
.wp-caption-text {
	padding:10px 0 0 0;
	font-size: 0.8rem;
	font-style: italic;
	color: #8d93a1;
}
h1.the-title {
	font-family: "kepler-std",serif;
	font-weight: 700;
	font-size: 2.2rem;
}
h3.the-byline {
	font-size: 22px;
	color: #212529;
}
@media (max-width: 575px){
	h3.the-byline {
	font-size: 20px;
}
}

article.post p,
.page-standard p {
	font-size: 17px;
	margin-bottom: 20px;
	line-height: 1.35em;
}
.single-post-content h2,
.page-standard h2{
	font-size: 24px;
	font-weight: 700;
	padding: 20px 0;
}
span.the-date,.posted-on {
	color: #a0a09f;
	font-size: 11px;
	padding-bottom:10px!important;
}
twitterwidget,
article.post iframe,
article.post .embed-responsive{
	margin-bottom: 20px !important;
}
figure {
	width: 100% !important;
	margin-bottom: 20px !important; 
}


span.the-date .fa {
	color: #a5dedd;
	font-size: .6rem;
}
.single-post-share .fa {
	font-size: 1.8rem; 
}
@media (max-width: 768px){
.single-post-share {
	font-size: 2rem; 
}
}
hr.single-post{
	width: 100%;
	padding-bottom: 1px;
/* 	margin-bottom: 1.5rem; */
	border: 0;
	border-top: 1px solid #a0a09f;
}
.form-group.comment-form-comment {
	margin-bottom: 0;
}
.comment-form .btn {
	background-color: #3d3d3d;
	float: right;
	border: none;
}
.comment-author img {
	display: none;
}
.comment-author, .comment-metadata {
	text-align: left;
}
.comment-content p {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding: 5px 10px;
	margin-top: -10px;
	font-style: italic;
	color: #888e9e; 
}
.comment-author b {
	color: #a5dedd;
}
.comment-reply-title, .comment-respond .logged-in-as, .comments-title {
	display: none;
}
.comment-list {
	margin-bottom: 50px;
}
.reply a {
	text-transform: uppercase;
	align-self: center;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: none;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.25;
 -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #a5dedd;
  color: #fff;
  margin-top: -16px;
  float: right;
}
#comments ul{
	list-style-type: none;
}
.comment-form-comment textarea {
	border-radius: 0;
}
.comment-form-comment label {
	display: none;
}


@media (max-width: 575px){
	.post-feat-img {
		height:300px;
	}	
}
@media (max-width: 940px){
	.sidebar-single-post{
		display: none;
	}	
}
.reactions{
	margin-top: 20px;
}
.reactions ul li img{
	max-width: 80px !important;
	padding-right: 30px;
}
@media (max-width: 940px){
	.reactions ul li img{
		max-width: 60px !important;
		padding-right: 10px;
		margin: 0 auto;
	}
	.reactions{
		margin: 15px 0;
		display: flex;
	  align-items: center;
	  justify-content: center;
	}
}
.wp-block-image figcaption {
	text-align: left;
}

/*-----------------------------------------------------------------------------------*/
/* PAGE PlAYLIST  
/*-----------------------------------------------------------------------------------*/

.tile-img_playlist{
	margin-bottom: 30px;
}
.tile-img_playlist img{
	width: 100%;
}
.comment-list {
	margin-left: 0;
}
@media (max-width: 575px){
	.featured-playlist_image {
		float: none;
		margin: 0 auto;
		display: block !important;
	}
	.playlist-iframe{
		margin: 0 auto;
		display: block;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	PAGE VIDEOS
/*-----------------------------------------------------------------------------------*/
.tile-video_img{
  width: 100%;
  max-width: 800px;
  padding: 33% 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  margin: 0 auto !important;
}

.carousel-control-prev,
.carousel-control-next{
	color: #3d3d3d !important;
	width: 20px !important;
}
.svg-inline--fa.fa-w-8{
	width: 40px !important;
}
.video-tile .tile-copy{
	padding: 30px 15px !important;
}

.video-section section{
	padding-top: 40px;
}
.video-section h2.series-heading{
	text-align: left;
	padding-left: 15px;
	margin-bottom: 20px;
}
@media (max-width: 768px){
	.video-section h2.series-heading{
		text-align: center;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	PAGE CONTEST SSO
/*-----------------------------------------------------------------------------------*/
.contest-header {
  height: 400px;
	width: 100%;
}
.contest-single h1{
	padding: 80px 0 0 0;	
}
.contest-single form{
	padding: 30px 0 0 0;	
}
.form-control{
  border-radius: 0;	
}
/*-----------------------------------------------------------------------------------*/
/*	PAGE FAQ
/*-----------------------------------------------------------------------------------*/

.faq h4 {
	font-weight: 700 !important;
}
.faq p {
	margin-bottom: 25px !important;
}
/*-----------------------------------------------------------------------------------*/
/*	PAGE ERROR-404
/*-----------------------------------------------------------------------------------*/

.error-404 {
	display: flex;
	flex-direction: column;
}
.error-404 .form-control{
	padding: 0;
	padding-left: 10px;
}
.error-404 .btn{
	padding: 0.5rem 1.5rem;
	font-size: .85rem;
}
.error-404 .tags-section, .error-404 .search-section{
	margin: 0 auto;
	padding: 25px 0;
    text-align: center;
	}

.error-404 .latest p{
	text-align: center;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
    margin-bottom: 40px;
}

.h3-styles{
	margin: 25px 0;
    font-family: "kepler-std",serif;
	font-size: 1.25rem!important;
	font-weight: 700!important;
	}
	
.input-group-btn > .btn, .wpcf7 .input-group-btn > input[type=submit] {
  border: none !important;
}
/*-----------------------------------------------------------------------------------*/
/*	PAGE NOT FOUND // CONTENT-NONE
/*-----------------------------------------------------------------------------------*/

.content-none {
	display: flex;
	flex-direction: column;
}
.content-none .form-control{
	padding: 0;
	padding-left: 10px;
}
.content-none .btn{
	padding: 0.5rem 1.5rem;
	font-size: .85rem;
}
.content-none .tags-section, .content-none .search-section{
	margin: 0 auto;
	padding: 25px 0;
    text-align: center;
	}
.content-none .tag-list{

}
.content-none .latest p{
	text-align: center;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
    margin-bottom: 40px;
}
/*-----------------------------------------------------------------------------------*/
/*	PAGE NEWSLETTER
/*-----------------------------------------------------------------------------------*/

.newsletter-page form {
	margin: 60px 0;
}

.newsletter-page button {
	margin-top: 30px !important;
}

	.contest-nl h4{
		margin: 25px 0;
	}

	.newsletter-tile{
		padding: 40px 0;
		background-color: #ffe585;
	}
	.newsletter-hide{
		display: none;
	}
	
	@media (max-width: 768px){
		.newsletter-tile{
			padding: 40px 15px;
		}
	}
	.form-group, .wpcf7 .wpcf7-form p{
		margin-bottom: 0;
	}

.form-control{
		padding: .75rem 0.75rem; 
	}
	.newsletter-tile .copyright p{
		font-size: 0.8rem;
		margin-top: 25px;
		font-weight: 300;
		margin-bottom: 0 !important;
	}
.copyright a{
	border-bottom: 1px solid #3d3d3d !important;
}	
/*-----------------------------------------------------------------------------------*/
/*	PRESS-RELEASES
/*-----------------------------------------------------------------------------------*/

.cover-press{
	padding: 30px 25px;
	background-color:#f6f6f5 ;
	border: 1px solid #a0a09f;
	position: relative;
}	
.cover-press .cover-tile {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: -9999px;
  z-index: 1000;
}

.cover-press span{
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px !important;
}
.press-releases p{
	font-size: 17px;
	padding:15px 0;
}
.cover-press h2{
	font-weight: 700;
	padding-bottom: 5px;
	border-bottom: 1px solid #3d3d3d;
	margin-bottom: 10px;
	font-size: 1.50rem;
}	
.press-releases h2{
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #3d3d3d;
	margin-bottom: 10px;
	font-size: 1.5rem;
	text-align: center;
}
.press-releases h2.title{
	text-align: center;
	}
.press-releases h3{
	font-weight: 700!important;
	text-decoration: underline!important;
}
.press-releases img, .press-releases iframe{
	display: flex!important;
    margin: 0 auto!important;
    max-width: 100%;
	
}

/*-----------------------------------------------------------------------------------*/
/*	CUSTOM MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

@media (max-width: 768px){
	.home-contest_img {
		margin-bottom: 0;
	}
}

@media (max-width: 575px){
	.main-feat .tile-img{
		height: 300px;
	}


	html{
		font-size: 14px;
	}
}


footer{
	margin-top: 90px;
	background-color: #fff;
	padding-top: 60px;
	text-align: left;
	color: #a0a09f ;
	line-height: 2em !important;
}

footer a{
		color: #a0a09f ;
}

footer a:hover{
	color: #888;
}
.company {
	margin-top: 50px;
	padding: 30px 0;
	background-color:#a0a09f ;
}
.company ul li a{
	padding-right: 10px;
	color: #fff;
}
.company ul{
margin-bottom: 0;
}

footer ul li a, footer p{
	font-size: 0.65rem;
}
footer h4 {
	text-transform: uppercase;
	font-size: 0.7rem !important;
	font-weight: 700;
}
footer img{
	width: 100%;
	max-width: 150px;
}

.logo-footer{
	padding-right: 50px;
	border-right: 1px solid #a0a09f ;
}
.nav-footer{
	padding-left: 50px;
}

.footer-mbl{
	display: none;
}

@media screen and (max-width: 768px){
	.footer-mbl{
		display: block;
		}
	.footer-desktop{
		display: none;
		}
	footer {
		margin-top: 60px;
		background-color: #fff;
		padding-top: 50px;
		text-align: center;
		color: #a0a09f;
		}
	footer ul li a {
		font-size: 1rem;
	}
.footer-icons-mbl{
		font-size: 1.5rem !important;
		padding-right: 20px;
		color: #a0a09f;
}
.footer-icons-mbl-last{
	font-size: 1.5rem !important;
		padding-right: 0;

}
.company-mbl {
	margin-top: 30px;

	padding: 10px 0;
	background-color:#a0a09f ;
}
.company-mbl ul li a{
		color: #fff;
		font-size: .9rem;
}
	footer h4 {
		text-transform: uppercase;
		font-size: 0.85rem !important;
		font-weight: 700;
		padding-bottom: 10px;
		}
	footer p {
		font-size: 0.85rem !important;
		}
}

/* SIDEBAR STYLES DAWG */

.sidebar-cat{
	padding: 2px 3px 0 7px;
	font-size: .5rem;
}

.sidebar-title{
	line-height: 25px;
}

#sidebar-post .tile-copy-sidebar{
	padding: 20px 20px;
}
/* cope footer */
.entry-footer {
	display: none;
}


.tile-copy {
    position: relative;
}

.tile-copy .cover-tile {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-indent: -9999px;
    z-index: 1000;
}

.btn-spotify_contest{
	background-color: #1db954;
    display: flex;
    align-items: center;
    border-radius: 30px;
    padding: 10px 25px;
}

.spotify-fa_contest{
	margin-right: 10px;
}

.hyperlink{
	cursor: copy;
}

.entry-title{
	text-align: center;
	text-transform:uppercase;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.08rem;
	margin: 40px 0;
}

.gallery-row{
	margin: 0 auto;

}

.share-btns{
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.share-btns a{
	font-size: 13px;
}
@media (max-width: 992px){
	.share-btns a{
		font-size: 12px;
	}
}
@media (max-width: 768px){
	.share-btns a{
		font-size: 13px;
	}
}

.share-btns a .fa-facebook-f, .share-btns a .fa-twitter{
	margin-left: 5px;
}

.listen-iframe{
	text-align: right;
}

.listen-tiles .col-md-6:nth-child(2n) .listen-iframe{
	text-align: left;
}


.signup-popup{
	position: relative;
}
.newsletter-close{
	position: absolute;
	top: 25px;
	right: 50px;
}
.newsletter_popup{
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.5);
	display: none;
}

/* SLICK SLIDER STYLES */

.shop-container{
	position: relative;
}

.slide-next, .slide-prev{
	color: #9b9b9b;
	transition: all 0.3s;
}

.slider-next:hover, .slider-prev:hover{
	color: #3d3d3d;
}

.slide-next{
	position: absolute;
    top: 50%;
    right: -15px;
}

.slide-prev{
	position: absolute;
    top: 50%;
    left: -15px;
}

@media (max-width: 575px){
	.slide-next{
		right: -10px;
	}
	.slide-prev{
		left:-10px;
	}
	.slick-slide img{
		margin: 0 auto;
	}
}

.slick-slide {
  margin: 0px 10px;
}




/* EXTRA CONTESTS */

.form-group2{
	margin-bottom: 20px;
}
.noae-form{
	text-decoration: underline;
	cursor: pointer;
}
.vanilla-form-response{
	display: none;
}



.tile-cat-tab{
	display: none !important;
}
@media (max-width: 966px){
	.tile-cat-tab{
		display: block !important;
	}
}

.ad-centered{
	margin: 0 auto;
}


/*-----------------------------------------------------------------------------------*/
/*	Quizzes
/*-----------------------------------------------------------------------------------*/
.quiz-results{
	padding: 20px;
	border: 2px solid #282827;
	margin-bottom: 80px;
}
.quiz-results .h1{
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
}
#social-quiz{
	margin-top: 20px ;
	}
.news_content {
  padding-bottom:50px !important;
}
ul.questions {
	padding-left:0px;
	padding:20px 0;
}
.answers {
	padding-left:0px;
	padding-top:10px;
}
.question-wrap{
	padding-bottom: 40px;
}
li.question-wrap, li.answer-wrap {
	list-style:none !important;
	line-height: 2rem;
}

.question.color_bg {
	border-radius: 0;
	text-align: center;
}
.question h1 {
	font-family: "kepler-std",serif;
	font-weight: 700;
	color: #282827;
	margin-bottom:0px;
	font-size:25px;
	text-align: left;
}
.hr-quiz{
	margin-bottom: 0!important;
}
.answer {
	border-radius: 0;

	padding-bottom: 3px;

}

p{
	font-size: 17px;
}

.answer-text {
	font-size:20px;
}

.quiz-results {
	display:none;
}
.quiz-results h3 {
	display:none;
}
#social-quiz {
	text-align: center;
}
@media screen and (max-width: 767px)
{
	.question h1 {
	    font-size: 28px;
	}
}
.checkx, .checky{
	display: none;
}
.post-feat-img-quiz{
	background-size: cover;
	background-position: center;
	height:400px;
	width: 100%;
	margin-bottom: 50px;
}
	
@media (max-width: 575px){
	.post-feat-img-quiz {
		height:300px;
	}	
}
.quiz-embed{
	margin-top: 25px;
}
.form-section-quiz, .social-login-quiz{
	padding-top: 0;
}
.single-post-social-center{
	justify-content: center;
}
