/**
 * @license
 *
 * Font Family: General Sans
 * Designed by: Frode Helland
 * URL: https://www.fontshare.com/fonts/general-sans
 * © 2021 Indian Type Foundry
 *
 * Font Styles:
 * General Sans Variable(Variable font)
 * General Sans Extralight
 * General Sans Light
 * General Sans Regular
 * General Sans Medium
 * General Sans Semibold
 * General Sans Bold
 *
*/


/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 200.0;
*
* available axes:

* 'wght' (range from 200.0 to 700.0)

*/


@font-face {
font-family: 'General Sans';
  src: url('./fonts/GeneralSans-Light.woff2') format('woff2'),
       url('./fonts/GeneralSans-Light.woff') format('woff'),
       url('./fonts/GeneralSans-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
font-family: 'General Sans';
  src: url('./fonts/GeneralSans-Regular.woff2') format('woff2'),
       url('./fonts/GeneralSans-Regular.woff') format('woff'),
       url('./fonts/GeneralSans-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
font-family: 'General Sans';
  src: url('./fonts/GeneralSans-Medium.woff2') format('woff2'),
       url('./fonts/GeneralSans-Medium.woff') format('woff'),
       url('./fonts/GeneralSans-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
font-family: 'General Sans';
  src: url('./fonts/GeneralSans-Semibold.woff2') format('woff2'),
       url('./fonts/GeneralSans-Semibold.woff') format('woff'),
       url('./fonts/GeneralSans-Semibold.ttf') format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'General Sans';
  src: url('./fonts/GeneralSans-Bold.woff2') format('woff2'),
       url('./fonts/GeneralSans-Bold.woff') format('woff'),
       url('./fonts/GeneralSans-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}


body,
.header-menu ul, .header-menu li,
#searchform input,
.c-small-label, .dailytune__date, .news__day-date {
	font-family: "General Sans", sans-serif;
}

.header-menu ul, .header-menu li,
#searchform input {
	font-weight: 600;
}

#searchform input {
	text-transform:  none !important;
}

.header-menu a {
	font-size: 7vmin;
	text-transform: capitalize;
}
#searchform {
	font-size: 4vmin;
}

#searchform [type="submit"] {
	width: auto;
}

.c-small-label, .dailytune__date, .news__day-date {
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "General Sans", sans-serif;
	font-weight: 600;
}

.post-tile__title {
	font-weight: 600;
	font-size: 1.3rem;
}

.hero__title {
	font-size: 4em !important;
}

/*.hero .container *,
.header * {
	filter:  drop-shadow(0px 0px 6px #00000015);
	-webkit-filter:  drop-shadow(0px 0px 6px #00000015);
	transform:  translateZ(0);
	 -webkit-transform: translateZ(0);
}*/

h1 {
	font-size: 3em !important;
}
h2 {
	font-size: 3.2em
}
h3 {
	font-size: ;
}
h4 {
	text-transform:  none;
}
h5 {
	font-size: ;
}
h6 {
	font-size: ;
}

.c-section-title {
	text-transform: capitalize;
}


.post-tile__excerpt {	
	line-height: 1.3;
}

@media (min-width: 480px) {
	.columns--two {
		grid-template-columns: 1fr 1fr;
	}
	
	.columns--three {
		grid-template-columns: 1fr 1fr;
	}
	
	.columns--four {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 768px) {
	.columns--two {
		grid-template-columns: 1fr 1fr;
	}
	
	.columns--three {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.columns--four {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 960px) {
	.columns--two {
		grid-template-columns: 1fr 1fr;
	}
	
	.columns--three {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.columns--four {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.post-tile--1 {
	
}

.post-tile--1 .post-tile__title,
.post-tile--playlist .post-tile__title {
	font-size: 1.1rem;
}

.post-tile--2 {
	
}

.post-tile--3 {
	display: grid;
	grid-template-columns: 8em auto;
	grid-gap: 1em;
	width: 100%;
	margin-bottom: 1em;
}

.post-tile--3 .post-tile__title {
	margin-top: 0;
	font-size: 1.1rem;
}

.columns {
	display: grid;
	grid-gap: 2em;
}

.columns .post-tile {
	width: 100%;
	margin-bottom: 2em;
	margin-right: 0;
}

.front-socials {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 1em;
}

.front-socials svg {
	width:  35px;
	height: 35px;
}

.front-socials a {
	text-decoration: none;
	text-align: center;
}

.front-daily-new {
	background: transparent;
	border:  2px solid;
	color: inherit;
}

.stay-updated {
	border:  2px solid;
	padding: 1em;
}

.introducing h2 {
	font-size: 2em;
}

@media screen and (min-width: 960px) {
.introducing .row {
	display: flex;
	
}
}

.introducing .post-tile__excerpt>*:first-child {
	margin-top: 0 !important;
}

.introducing .post-tile__excerpt  {
	font-size: 1.2em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.introducing a {
	text-decoration: none;
	display: table;
}

.term-row__header {
	display: flex;
	flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
}

.term-row__header a {
	text-decoration: none;
}


.playlists-shortcode,
.recommended-shortcode,
.newsletter-shortcode {
	border:  2px solid;
	padding:  1em;
}

.playlists-shortcode h4,
.recommended-shortcode h4 {
	margin:  0 0 1em 0;
}

.playlists-shortcode {
	max-width: 300px;
}

.playlists-shortcode.alignrow .playlists-shortcode__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, auto));
	grid-gap:  2em;
	max-width: 100%;
}


.recommended-shortcode {
	max-width: 400px;
}

.recommended-shortcode .post-tile--3 {
	grid-template-columns: 6em auto;
}

.newsletter-shortcode.alignleft, 
.newsletter-shortcode.alignright {
	max-width: 400px;
}

blockquote {
	margin: 2em 0 !important;
  text-align: center !important;
  line-height: 1.4 !important;
  font-size: 1.4em !important;
}

@media screen and (min-width: 960px) {
	blockquote {
	    margin: 3em -1em 3em -1em !important;
	    font-size: 1.55em !important;
	}
}

@media screen and (min-width: 1208px) {
	blockquote {
	    margin: 3em -4em 3em -4em !important;
	}
}

.new-header-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	font-weight: 500;
	font-size: 1.2em;
	padding: 2px 0;
}

.new-header-menu a {
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	font-weight: 600;
}

.sub-menu a {
	text-transform: none;
}

.new-header-menu a:hover {
	color: #afafaf;
}

.new-header-menu > div > ul {
	display: flex;
	justify-content: center;
	gap: 4em;
	list-style: none;
	margin: 0;
}

.header {
	padding: .7em 0;
}

.new-header-menu > div > ul > li {
	display: block;
	padding: 0;
	position: relative;
}

.new-header-menu > div > ul > li:hover .sub-menu {
	list-style: none;
	margin: 0;
	display: flex;
	flex-direction: column;
  gap: 0.5em;
  padding: 0.5em;
  background-color: #2e2d2d;
  top: 100%;
  font-weight: normal;
  font-size: 1rem;
  left: -.5em;
}

.new-header-menu .sub-menu {
	display: none;
	position: absolute;
	color: white;
	border-top: 1px solid white;
	margin-top: 0.7em;
} 

.new-header-menu .sub-menu a {
	font-weight: 500;
}

.new-header-menu .sub-menu li {
	display: block;
	padding: 0
}


.new-header-search {
	display: none;
	opacity: 0;
	pointer-events: none;
}

@media (min-width: 960px) {
	.new-header-menu {
		display: block;
	}
	
	.header__menu-btn {
		display: none;
	}
	
	.header__social-icons {
		margin-right: .5em;
		right: 0;
	}
	
	.new-header-search {
		display: block;
		width: 100%;	
		transition: 150ms ease;
	}
	
	#show-search:target {
		opacity: 1;
		pointer-events: all;
	}
}

.header__logo,
.header__menu-btn,
.header__social-icons {
	z-index: 10;
}


.searchpage__form {
	margin-bottom: 2em;
}

.searchpage__form [type="submit"] {
	background-color: #838383 !important;
	color: white !important;
}

.searchpage__form [type="text"] {
	background-color: rgb(184 184 184 / 68%) !important;
	color: #0c0c0c !important;
}

.searchpage__form [type="text"]:focus {
	background-color: rgb(184 184 184 / 50%) !important;
}