/**
 * Theme Name:  postwachstumoekonomie v2
 * Theme URI:   https://postwachstumoekonomie.org
 * Description: Child theme for Graphy <http://themegraphy.com/graphy-wordpress-theme/>
 * Version:     1.0.0
 * Author:      Thorsten Duhn
 * Author URI:  http://www.editorial.de/
 * Text Domain: graphy-child
 * Domain Path: /languages/
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template:    graphy
 */

@import url( 'css/editor-style.css' );

/**
 * Parent theme styles are loaded automatically. So there is no need to use @import rule.
 *
 */

.site-branding {
	max-width: 100%;
}
@media screen and (max-width: 550px) {
	.site-title {
		font-size: 24px;
		line-height: 27px;
	}
	.site-description {
		font-size: 13px;
		line-height: 14px;
	}
}
@media screen and (max-width: 450px) {
	.site-title {
		font-size: 18px;
		line-height: 20px;
	}
}

/* Menu Icons */
.main-navigation div.menu > ul > li, .main-navigation ul.menu > li.menu-item > a > i.genericon {
	font-size: 24px;
	margin: 0;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
    color: #333333;
}
.main-navigation .current_page_item > a:hover .genericon,
.main-navigation .current-menu-item > a:hover .genericon {
    color: #b85051;
    transition: color .2s ease-in-out;
}

/* Links */
.entry-content a,
.entry-summary a,
.comment-content a,
.comment-respond a,
.navigation a,
.comment-navigation a,
.current-menu-item > a {
	color: #3465a4;
}
a:hover {
	color: #729fcf;
}

/* Common */
.entry-title {
	text-align: left;
}
.home .sticky .entry-title::before,
.home .sticky .entry-title::after {
	display: none;
}
.post.sticky .entry-meta {
	display: none;
}
.post .entry-meta {
	text-align: right;
	margin-bottom: 0;
}
.entry-meta a {
	border-bottom: 0;
	text-decoration: underline;
}
.entry-content h3 {
	margin-top: 0;
}
.entry-content table.blind,
.entry-content table.blind th,
.entry-content table.blind td {
	border: 0;
	border-collapse: collapse;
}
.entry-content table.blind th,
.entry-content table.blind td {
	padding: 0 1ex 0 0;
}
.has-sidebar .hentry {
	background-position: center bottom;
}

/* Event Organiser */
ul.eo-events {
	list-style-type: none;
	margin-left: 0;
	border-top: 1px solid #DDD;
}
ul.eo-events > li {
	padding: 0.7em 0;
	border-top: 0;
	border-bottom: 1px solid #DDD;
}
.widget li {
}
ul.eo-events > li::before {
	display: none;
}
ul.eo-events > li a {
	font-weight: bold;
}
ul.eo-events > li.eo-event-tag-material {
	background: url('images/icon-text_offset.png') transparent bottom right no-repeat;
	padding-right: 28px;
}
.event .entry-meta {
	text-align: left;
}
.event .entry-meta hr {
	margin: 12px 0;
}
.event .entry-meta p {
	margin-bottom: 0.7em;
}

/* Accordion Styles */
.accordion {
	/*border-bottom: 1px solid #dbdbdb;*/
	margin-bottom: 20px;
}
h3.accordion-title {
	border: 1px solid #cccccc;
	background-color: #f6f6f6;
	margin: 0;
	padding: 6px;
	cursor: pointer;
}
.accordion-title:hover {}
.accordion-title:first-child { /*border: none;*/ }
.accordion-title.open { /*cursor: default;*/ }
.accordion-content { /*padding-bottom: 20px;*/ }
