/*
Theme Name: CSAM 2024
Theme URI: http://tobetold.film
Description: 
Version: 2.0
Author: Philip Wilson
Author URI: 
Tags: 
*/ 

.Gilroy-Regular { 
	font-family: Gilroy-Regular;
}
.Gilroy-Light { 
	font-family: Gilroy-Light;
}
.Gilroy-ExtraBold { 
	font-family: Gilroy-ExtraBold;
}
.Gilroy-Bold { 
	font-family: Gilroy-Bold;
}


html, body {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: left;
	background-color: #f3f3f3;
	font-family: Gilroy-Regular, sans-serif;
	font-weight: 100;
	font-size: 14px;
	line-height: 160%;
	color: #080808;	
}

.clear {
	clear: both;
}

b, strong {
	font-family: Gilroy-Bold, sans-serif;	
	font-weight: 100;
}

#BorlabsCookieBox b {
	font-family: Gilroy-Bold, sans-serif !important;	
	font-weight: 100 !important;
}


a {
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #DE2821;
}

a.non:link, a.non:active, a.non:visited {
	color: #000;
	text-decoration: none;
}

a.non:hover {
	text-decoration: none;
	color: #000;
}

h1 {
	font-size: 30px;
	font-family: Gilroy-Bold, sans-serif;
	font-weight: 100;
    margin: 1.6em 0;
    margin-bottom: 0.4em;		
    line-height: normal;
}

/* Page structure  */

#page, #footer, #footer_borduere {
	padding: 0 10vw;
	margin: auto;
}

#footer {
    background-color: #fff;
    height: auto;
    padding: 20px 10vw;
    margin-top: 50px;
}

#footer_borduere {
	background-color: #D0D0D1;
}

#menu-footer {
	margin: 0;
	padding: 0;
    list-style: none;
    columns: 2;
}

.language_switch {
    z-index: 103;
    position: relative;	
}

ul.language-chooser li.active {
	    border-bottom: 1px solid #DE2821;
}

#header_language_switch {
	margin-top: 10px;
}

#header {
	display: flex;
	justify-content: space-between;	
	margin: 6.5% 0;
}

#footer .flex {
	padding: 50px 0;
}

#footer_borduere .flex {
	padding: 30px 0;
}

#footer .flex_container_third img {
	filter: grayscale(100%);
	opacity: 0.8;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex_container_third {
	width: 30%;
}

.flex_container_half {
	width: 42%;	
}

.flex_container_half.footer_right {
	text-align: right;
	display: flex;
    justify-content: flex-end;	
}

.flex_container_half.footer_right a {
	margin-left: 10px;
}

.more_container {
    text-align: center;
    margin: 70px auto;	
}

.more_container.align_left {
	margin: 30px 0;
	text-align: left;
}

.more_container a {
    border: 1px solid #DE2821;
    padding: 10px 15px;
    color: #DE2821;
    text-transform: uppercase;
    font-family: Gilroy-Bold, sans-serif;
	font-weight: 100;
}

.more_container a:hover {
	border: 1px solid #333;
	color: #333;	
 	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;	
}

.news_artist_container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.news_artist_container .more_container {
	margin: 20px auto;
}

/* Navigation */

.hamburger_button {
	display: none;
}

.logo {
	width: 53%;
}

.navigation {
	z-index: 102;
	width: 50%;
}

ul#menu-mainmenu.menu {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-mainmenu li {
	list-style: none;
}

#menu-mainmenu li a {
    padding: 5px 0px;
    text-transform: uppercase;
    font-family: Gilroy-Bold, sans-serif;
	font-weight: 100;
    font-size: 15px;
}

#menu-mainmenu li.current-menu-item a, #menu-mainmenu li a:hover {
	border-bottom: 1px solid #DE2821;
 	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;	
}



/* End Navigation */

ul.language-chooser {
    display: inline;
    margin: 0px;
    padding: 0px;
    float: right;
}

ul.language-chooser li {
	display: inline;
	padding-left: 0px;		
}

.language-chooser img {
	position: relative;
	top:3px;
}

.clear {
	clear: both;
}

.post_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-flow: row wrap;	
	margin-top: 60px;	
}

.post_container::after {
	content: "";
	width: 31%;
}

.post_date {
	margin-top: 12px;
	font-size: 14px;
	font-family: Gilroy-Light;
	font-weight: 100;
	color: #989898;
}

.post_content {
	width: 31%;
	margin-bottom: 20px;
}

.post_content.page_contact {
	margin-bottom: 60px;
}

.post_content.page_contact b {
	text-transform: none;
}

.post_content.page_contact i {
	color: #000;
}

.post_content .post_img_wrapper, .single_img_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 73%;
}

.single_img_wrapper {
	padding-top: 50%;
}

.post_content img, .single_img_wrapper img {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;    
    z-index: 1;
	object-fit: cover;
	object-position: center center;
}

.post_title h2 {
	font-size: 18px;
	font-family: Gilroy-Bold, sans-serif;
	font-weight: 100;	
	margin-bottom: 6px;
}

.post_category {
	text-transform: uppercase;
	font-family: Gilroy-Light, sans-serif;
	font-weight: 100;
    color: #8e8e8e;	
    font-size: 13px;	
}

.post_content b {
	color: #2f2f2f;
}

.post_content i {
	position: relative;
    top: 1px;
    color: #DE2821;
} 

/* Artists */

.artists_category_filter {
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
    background-color: #fff;
	padding: 20px 25px;
	text-transform: uppercase;	
	font-size: 16px;
}

.artists_category_filter .cat-item {
	font-size: 14px;
	margin: 1%;
}

.artists_category_filter .cat-item.active, .artists_category_filter .cat-item:hover {
	font-family: Gilroy-Bold, sans-serif;
	font-weight: 100;
    border-bottom: 1px solid #DE2821;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;	
}

/* Single, Head, Title, Social  */

#content.single {
	font-size: 16px;
}

.single img {
	height: auto;
	width: 100%;
}

.single_subline {
	text-transform: uppercase;
	font-size: 22px;
	color: #989898;
	margin-top: 18px;
}

h2.single {
	font-size: 25px;
	font-family: Gilroy-Bold, sans-serif;
	font-weight: 100;
	margin-top: 120px;
    margin-bottom: 50px;	
}

.single_bio_booking, .single_head, .artist_contact_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single_bio_booking .single_bio {
	width: 30%;	
}

.single_bio_booking .single_booking {
	width: 60%;	
}

.artist_contact {
	width: auto;
	margin-bottom: 35px;	
}

.single_social_header {
    font-size: 23px;
    display: flex;
    justify-content: space-between;
    width: auto;
    margin: 1.6em 0;	
}

.single_social_icon {
	margin-left: 30px;
}

dl {
	display: table;	
    margin-block-start: 1px;
    margin-block-end: 1px;	
}

dd, dt {
	margin: 0;
	display: table-cell;
	padding-right: 14px;
}

/* Pictures */
.single_pictures, .single_videos {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	flex-wrap: wrap;
	flex-flow: row wrap;	
}

.single_pictures::after, .single_videos::after {
	content: "";
	width: 31%;
}

.single_pictures .single_picture, .single_videos .single_video {
	width: 31%;
	height: auto;
	position: relative;
	margin-bottom: 50px;
}

.single_picture_download {
	position: relative;	
}

.single_pictures .single_picture a {
    position: absolute;
	bottom: 7px;
    right: 8px;
    padding: 10px 10px;
    border: 1px solid #464646;
    color: #4a4a4a;
    background-color: rgba(255, 255, 255, 0.86);
    font-family: Gilroy-Bold, sans-serif;
	font-weight: 100;
}	

.single_pictures .single_picture a:hover {
    color: #080808;
    background-color: rgba(255,  255,  255, 0.52);
    transition: all 0.5s ease-in-out;
 	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;    	
}

.single_picture_copyright {
	font-family: Gilroy-Bold, sans-serif;
	font-weight: 100;
	font-size: 13px;
	margin-top: 3px;
}

/* VIDEO, Single */

.single_video_title {
	font-size: 16px;
	font-family: Gilroy-Bold, sans-serif;
	font-weight: 100;
	margin-top: 10px;
}

.elastic-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slide_img img {
	height: 100%;
	max-height: 60vh;
	width: 100%;
	object-fit: cover;
	object-position:top center;		
}

.slide_text {
	display: flex;
	justify-content: space-between;
	z-index: 500 !important;
	width: 100%;
	background: #D6D6D6;
	color: #080808;
	text-align: left;
}

.slide_text a {
	z-index: 500 !important;
}

.slide_text .slide_title {
	margin-bottom: 0;
	padding: 20px;
	font-size: 19px;
	line-height: 1.2;
}

.slide_text .slider_more {
	height: 23px !important;
}

.slider_more {
	border: 1px solid #333;
	padding: 10px 15px;
	margin: 10px 10px;	
	display: inherit;
}

.slider_more:hover {
	border: 1px solid #DE2821;
}

.slider_more i {
	position: relative;
	top: 4px;
	left: 3px;	
}

/* Calendar */

.post_content.page_calender {
	width: 100%;
}

.cal_item_container {
	padding: 20px 0px;
	border-bottom: 1px solid #d3d2d2;
} 

.cal_item {	
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;	
}

.cal_date {
	width: 60px;
	height: 65px;
	padding: 15px 10px 0px 10px;
	border: 1px solid #DE2821;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Gilroy-ExtraBold;
	font-weight: 100;
	line-height: 250%;
}

.cal_date b {
	font-size: 30px;
}

.cal_title {
	width: 45%;
}

.cal_item b.city {
	text-transform: uppercase;
}

.cal_artists {
	width: 30%;
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}

.cal_single_artist {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px;	
}

.cal_artists img {
	width: 100px;
	height: 80px;
	position: relative;	
	object-fit: cover;	
}

.artist_name {
	padding-left: 20px;
	font-family: Gilroy-Bold;
	font-weight: 100;
}


.cal_button_more {
	width: 10%;
}

.cal_button_more .more_container {
	margin: auto;
}

.targetDiv {
	display: none;
	padding-top: 30px;	
}

.showSingle:hover {
	cursor: pointer;
}

.cal_item .more_container {
	margin: 0px !important;
}

.cal_placeholder {
	width: 100px;
	height: 40px;
}

/* CALENDAR FILTER */

.cal_filter {
	border-bottom: 1px solid #d3d2d2;
	padding-bottom: 50px;
}

.cal_filter select {
	height: 30px;
	border: 1px solid #6d6d6d;
	border-radius: 3px;
	margin-right: 20px;
	font-size: 13px;
	color: #6d6d6d;
}

.cal_filter .btn {
	height: 30px;
	font-size: 13px;
	margin-right: 20px;	
}

.cal_filter .btn:hover {
	cursor: pointer;
}

.cal_filter .btn.btn-filter {
	font-family: Gilroy-Bold;
	font-weight: 100;
	/*width:80px;*/
	background-color: #efefef;
	border: 1px solid #333;
	border-radius: 4px;	
}
/*
.cal_filter .btn.btn-filter i {
	color: #fff;
}
*/

/* pagination */

.pagination ul {	
	margin: auto;
	margin-top: 50px;	
	padding: 0px;	
	display: flex;
	width: 50%;
	justify-content: space-between;
}

.pagination ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.pagination ul li a, .pagination ul li span {
	border: 1px solid #5c5c5c;
	color: #333;
	padding: 10px 15px;
	border-radius: 4px;
	font-family: Gilroy-Bold;	
	font-weight: 100;
}

.pagination ul li span {
	border: 1px solid #5c5c5c;		
}

.pagination ul li a:hover, .pagination ul li span:hover, .pagination .current {
	border: 1px solid #DE2821;
	color: #DE2821;
}


@media only screen and (min-width: 1600px){
	
	#page, #footer, #footer_borduere {
		padding: 0 20vw;
	}	
}

@media only screen and (max-width: 1200px){

	.logo {
		width: 280px;
	}
	
	.flex_container_third {
		width: 50%;
		margin: 10px 0;
	}

	.artists_category_filter {
		justify-content: flex-start;
	}	
	
	.select2-container {
		margin-bottom: 20px !important;
	}
	
	
}

@media only screen and (max-width: 950px){	
	
	/* Menu Navigation */	
	
	.post_content, .single_pictures .single_picture, .single_videos .single_video {
		width: 48%;
	}
		
	.artists_category_filter .cat-item {
		margin: 1% 1%;
	}	
			
	.artist_contact {
		margin-bottom: 60px;
	}	
	
	.menu-mainmenu-container {
	    -moz-animation: translate(100%, 0px);
	    -webkit-transform: translate(100%, 0px);
	    -o-transform: translate(100%, 0px);
	    transform: translate(100%, 0px);
	    
	    /*
	    transition: all 0.5s ease-in-out;
	 	-webkit-transition: all 0.5s ease-in-out;
	    -moz-transition: all 0.5s ease-in-out;
	    -o-transition: all 0.5s ease-in-out;
	    */
	    		
		background-color: #efefef;
		top:0px;
		right: 0px;
		width: 40%;
		height: 100%;
		z-index: 10;
		position: fixed;
		opacity: 0;
	}
	
	.menu-mainmenu-container.active {
		opacity: 1;
	    -ms-transform: translate(0%, 0px);
	    -webkit-transform: translate(0%, 0px);
	    transform: translate(0%, 0px);
	 	-webkit-transition: all 0.5s ease-in-out;
	    -moz-transition: all 0.5s ease-in-out;
	    -o-transition: all 0.5s ease-in-out;
		visibility: visible;
	}	

	
	.hamburger_button {
		display: block;
	}
	
	.hamburger {
		padding: 0px !important;
		transform: scale(0.7);
		position: relative;
		left: 0px;
		top: 0px;
		float: right;
		outline: none;
		z-index: 11;
	}	
	
	ul#menu-mainmenu.menu {
		display: block;
		margin-top: 185px;
		margin-right: 10vw;
		text-align: right;		
	}
	
	#menu-mainmenu li {
	    margin-top: 11px;
	}
	
	#page, #footer, #footer_borduere {
		padding: 0 5vw;
	}
	
	.post_content {
		/*height: 360px;*/
		margin-bottom: 50px;
	}
	
	.flex_container_third {
		width: 100%;
		margin: 10px 0;
	}	
	
	.artist_contact, .flex_container_half {
		width: 100%;
	}
	
	.single_bio_booking .single_bio {
		width: 50%;
	}

	.single_bio_booking .single_booking {
		width: 40%;		
	}
	
	.flex_container_half.footer_right {
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-top: 12px;
	}
	
	.flex_container_half.footer_right a	{
	    margin-left: 0px;
	    margin-right: 20px;	
	} 	
	
	.cal_item {
		flex-wrap: wrap;	
		justify-content: flex-start;			
	}
	
	.cal_title {
		width: 70%;		
		padding-left: 20px;
	}

	.cal_artists {
		width: 100%;
		margin-top: 20px;
		justify-content: flex-start;		
	}
	.cal_single_artist {
		justify-content: flex-start;
		width: 100%;
		margin: 0px;
		margin-bottom: 20px;		
	}
	
	.cal_artists img {
		width: 80px;
	}
	
	.cal_item .more_container {
		margin-top: 30px !important;
		text-align: left;
	}
	
	.pagination ul {
		width: 90%;
	}	
}


@media only screen and (max-width: 600px){
	
	.post_content, .artist_contact, .single_bio_booking .single_bio, .single_bio_booking .single_booking, .single_pictures .single_picture, .single_videos .single_video, .single_social_header {
		width: 100%;
	}	
	
	.slide_img img {
		height: 30vh;
	}
	
	h1.single {
		font-size: 25px;
	}
	
	h2.single {
		margin-top: 60px;
		font-size: 20px;
	}
	
	.single_img_wrapper {
		padding-top: 70%;		
	}
	
	.single_social_header {
		justify-content: end;
	}	
	
	.single_social_icon {
		margin-right: 30px;
		margin-left: 0px;
	}
	
	.single_subline {
		font-size: 18px;
	}
	
	.post_title h2 {
		font-size: 16px;
		margin-bottom: 9px;
	}
	
	.post_content .post_img_wrapper, .single_img_wrapper {
		padding-top: 66%;
	}
	
	.news_artist_container .more_container {
		display: flex;
	}
	
}












	
	