/*Mobile and Desktop*/

/*Set REM*/
html {
	font-size: 14px;
}

/*No underlining links*/
* a {
	text-decoration: none !important;
	color: #945aff;
	transition: ease-in-out 300ms;
}
* a:hover {
	text-decoration: none !important;
	color: #f42828;
	transition: ease-in-out 300ms;
}

/*Gtranslate block*/
@media screen and (max-width: 767px){
.gt_float_switcher {
	font-size: 1em !important;
}
.gt_float_switcher img {
	width: 25px !important;
}
.gt_float_switcher .gt_options a, .gt_float_switcher .gt-selected .gt-current-lang {
	padding: 5px !important;
}
}

/*Sticky Header*/
header{
	position: fixed;
	width: 100%;
	z-index:9999;
	margin: auto;
	border-bottom: 10px solid transparent;
	border-image: url(./tornpaper-edge.webp) 20 round;
	border-image-width: 1.5;
	border-image-outset: 0;
	/*filter: drop-shadow(0 25px 1em rgba(0, 0, 0, 0.5));*/
}
#wp--skip-link--target {
	margin-block-start: 0;
}
/*Hide site title on main nav*/	
@media only screen and (min-width: 767px){
	.site-name {
	display: none;
	}
}
/*Correct colours in Header*/
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
	color: #f42828;
}
/*Mobile Header sizing*/
@media screen and (max-width: 767px){
#modal-1-content > ul.wp-block-navigation__container.is-responsive li {
	font-size: 1.4em !important;
}
}
/*Page Title below Header*/
h1.wp-block-heading {
	margin: 0;
	padding-top: 85px;
}
h1.wp-block-query-title {
	margin: 0;
	padding-top: 85px;
}
h1.wp-block-post-title {
	margin: 0;
	padding-top: 85px;
}
/*make sure post titles don't get affected*/
h1.single-post-title {
	padding-top: 0;
	padding-bottom: 1rem;
}
/*Posts and anything with white-border class to have border*/
.post, .white-border {
	padding: 0em;
	border: 10px solid transparent;
	border-image: url(./tornpaper.png) 20 round;
	border-image-width: 1.5;
	border-image-outset: 0.7;
	background-color: #ffffff;
	color: #272727;
}
/*Featured image to start from top instead of halfway*/
.wp-block-post-featured-image img {
	object-position: 50% 0%;
}

/*Red and purple buttons*/
.red-button {
	border: 10px solid transparent;
	border-image: url(./tornpaper-fullred.png) 20 round;
	border-image-width: 1.5;
	border-image-outset: 0;
}
.purple-button {
	border: 10px solid transparent;
	border-image: url(./tornpaper-purple.png) 20;
	border-image-width: 1.5;
	border-image-outset: 0;
}
.wp-element-button:hover, .wp-block-button__link:hover {
	color: #ffffff;
}
/*Pill buttons for categories*/
.is-style-pill {
	filter: drop-shadow(0 0 3px #945aff);
}
.is-style-pill a {
	border-radius: 1.5em;
	color: #f9f9f9;
	transition: ease-in-out 300ms;
}
.is-style-pill a:hover {
	background-color: #f9f9f9;
	color: #f42828;
	filter: drop-shadow(0 0 3px #f42828);
	transition: ease-in-out 300ms;
}
/*Radar sidebar widget on multiple pages*/
.wp-block-template-part > .squat-radar-widget .radar-event {
	display: flex;
	flex-direction: column;
	padding-bottom: 0.5em;
}
.wp-block-template-part > .squat-radar-widget .squat-radar-event-start-end {
	order: -1;
	font-weight: 600;
}
.wp-block-template-part > .squat-radar-widget .squat-radar-title {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	font-weight: 600;
}
.wp-block-template-part > .squat-radar-widget ul.squat-radar-category.squat-radar-list {
	margin: 0;
	text-align: left;
	font-weight: 600;
	padding-left: 0;
}

/*Desktop-only Settings*/
@media only screen and (min-width: 767px){
/*Purple border etc for the main content on every page*/	
.main-content {
	padding: 2em;
	border: 1px solid #945aff;
	background-color:#151515; 
	box-shadow: 0 0 10px white;
	border-radius: 15px;
}
/*Add padding to radar sidebar*/
.wp-block-template-part > .squat-radar-widget {
	padding-left: 2em;
}
	


	
	
	
	
	
	
	
	
	
}