/*
Theme Name: A Tree in a Field Records
Theme URI: http://atreeinafieldrecords.com
Description: Wordpress Theme for A Tree in a Field Records label website.
Author: Thomas Walsh
Version: 2.0
License: All rights reserved
Tags:
*/

.calendar-wrapper {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.calendar-bg {
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #000;
	opacity: 0.5;
}

.calendar {
	width: 500px;
	height: auto;
	padding: 0.5rem 0.75rem;
	color: #000;
	font-size: 1.38889rem;
    line-height: 1.15;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	position: relative;
	z-index: 100;
	transition: 0.3s;
}

.calendar a {
	transition: 0.3s;
}

.calendar:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0);
}

.calendar-close {
    float: right;
    position: relative;
    top: -1rem;
    right: 0.75rem;
    width: 10px;
    height: 10px;
    font-size: 50px;
    z-index: 300;
	cursor: pointer;
	transition: 0.3s;
}

.calendar-close:hover {
	color: #fff;
}

.calendar span.titel_calendar {	
	width: 100%;
	font-weight: bold;
	padding-top: 8px;
	float: left;
}

.calendar span.artist_name_calendar {	
	float: left;
}

.calendar span.info_calendar {
    border-radius: 3rem;
    padding-top: 2px;
    padding-left: 10px;
    color: white;
    padding-right: 15px;
    margin-top: 10px;
    position: absolute;
    z-index: 5000;
    font-size: 2.3rem;
    left: 22px;
    top: 40px;
    background: black;
    letter-spacing: -0.1rem;
}

@media screen and (max-width: 480px) {
.calendar-wrapper {
	width: 100%;
}

.calendar {
	font-size: 1.1rem;
    line-height: 1.15;
}
	
.calendar a {
	color: #000:
}
	
.calendar a h2 {
	font-size: 1.1rem;
	padding-bottom: 8px;
}

.calendar span.info_calendar {
	left: 22px;
    top: 41px;
    font-size: 2rem;
}
}

.list-item .list-item__info {
	height: 3.6rem;
}
@media screen and (max-width: 680px) {
.list-item .list-item__info {
	height: 3rem;
}
}

/* new styles */