/*
Theme Name: City Rehab i Helsingborg
Theme URI: https://foxland.fi/downloads/checathlon/
Author: Leonard Wickmark 
Author URI: http://wickmark.se
Description: Based on Checathlon, which is the perfect theme for your next business site. Or selling your digital products using Easy Digital Downloads Plugin. You can also showcase your services, portfolios, testimonials, and team members. There are multiple widget areas to set content in many ways. What more you need for your business or e-commerce site!
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: checathlon
Text Domain: checathlon-child
Tags: one-column, grid-layout, footer-widgets, accessibility-ready, custom-background, custom-header, custom-menu, custom-logo, editor-style, featured-images, theme-options, threaded-comments, translation-ready, e-commerce, portfolio

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

Checathlon is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/

body {
	background-color: #fff;
}
.entry-subtitle, .main-navigation a, body, button, input, select, textarea {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
h1.title-font,
h2.title-font,
h3.title-font,
h4.title-font {
	font-family: 'Century Gothic', sans-serif;
}
.site-header {
	background-color: transparent;
}
.title-font {
	font-style: normal;
	font-weight: bold;
	border-bottom: none;
	font-family: Source Sans Pro,sans-serif;
}
.main-navigation {
	text-align: center;
	background: #292929;
}
#menu-toggle {
	float: right;
}
.main-navigation a, .main-navigation a:visited, .main-navigation a:active, .main-navigation a:focus {
	color: white;
}
.main-navigation .current-menu-item > a {
	color: red;
}
.site-header h1 {
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	background: url(/wp-content/uploads/2017/12/CR_LOGO_Mobil.png) no-repeat center right;
	width: 100%;
	height: 97px;
}
.page-header {
	border-bottom: 2px solid #eee;
	padding-bottom: 3.7rem;
	margin-bottom: 3.7rem;
	max-width: none;
}
@media screen and (min-width: 62.875em) {
    .custom-header-image .site-header-wrap {
        min-height: 600px;
    }
	.site-header h1 {
		background: url(/wp-content/uploads/2017/12/CR_LOGO.png) no-repeat center right;
		width: 100%;
		height: 113px;
	}
}
.archive-description:before {
	border: none;
}
.front-page-title {
	font-size: 1.75rem;
	font-weight: bold;
}
@media screen and (min-width: 58.875em) {
	.front-page-title {
		font-size: 2.375rem;
		font-weight: bold;
	}
}
#front-page-featured-area .entry-inner {
	padding-left: 0;
	padding-right: 0;
}
#front-page-featured-area .entry-title > a {
	color: inherit;
}
.footer-widgets-wrapper{
	background: #292929;
}
dl.bubbly-contact-list {
	padding: 0;
	margin: 0;
	text-align: center;
	column-count: 2;
}
dl.bubbly-contact-list dt {
	font-weight: bold;
}
dl.bubbly-contact-list dt > span:first-child {
	content: "";
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 60px;
	text-align: center;
	margin-bottom: 0.5rem;
	background-size: 120px 120px;
}
dl.bubbly-contact-list dt span {
	display: block;
}
img.round-image {
	border-radius: 75px;
}