/*!
Theme Name: sportradar
Theme URI: http://underscores.me/
Author: Sportradar
Author URI: https://sportradar.com
Description: Description
Version: 1.3.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sportradar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sportradar is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

body.single-post:not(.single-post-casestudy) .header {
    background-color: #0e122b !important;
}

body:not(.single-post-casestudy) .article-post {
    padding: 60px 0;
}

.article {
    padding: 80px 0;
}

.article__heading.centered {
    text-align: center;
}

.single-case-study .getintouch_new + .container.--small.p__relative {
    display: none;
}

.header__regions__link:hover {
	color: #ff0000;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='4' viewBox='0 0 7 4' fill='none'%3E%3Cg clip-path='url(%23clip0_1346_343)'%3E%3Cpath d='M6.3958 0C6.91569 0 7.17563 0.622449 6.81171 0.979592L3.91071 3.82653C3.68196 4.05102 3.30764 4.05102 3.08929 3.82653L0.188291 0.979592C-0.175633 0.622449 0.0843127 0 0.604204 0H6.40619H6.3958Z' fill='red'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1346_343'%3E%3Crect width='7' height='4' fill='red'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.header__regions__dropdown__item--accordion__content a:hover {
	color: #ff0000;
}