/*
 Theme Name:   Hedi Grager - Twenty fourteen Child
 Theme URI:    http://www.loremipsum.at/
 Description:  Twenty Fourteen Child Theme for Hedi Grager
 Author:       Karl Kowald
 Author URI:   http://loremipsum.at
 Template:     twentyfourteen
 Version:      1.0.0
 Text Domain:  hedi-grager-twenty-fourteen-child
*/

@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


a {
	color: #D23578;
}

a:active, a:hover {
	color: #f15497;
}

.primary-navigation li:hover > a, .primary-navigation li.focus > a {
	background-color: #D23578;
}

.search-toggle {
	background-color: #D23578;
}

.search-toggle:hover, .search-toggle.active {
	background-color: #D23578;
}

.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
	color: #D23578;
}

.primary-navigation ul ul {
	background-color: #D23578;
}

.widget a:hover {
	color: #D23578;
}

.primary-navigation ul ul a:hover, .primary-navigation ul ul li.focus > a {
	background-color: #f15497;
}

.featured-content a:hover {
	color: #D23578;
}

.content-sidebar .widget input[type="button"], .content-sidebar .widget input[type="reset"], .content-sidebar .widget input[type="submit"] {
	background-color: #D23578;
}

.content-sidebar .widget a {
	color: #D23578;
}
.content-sidebar .widget a:hover {
	color: #f15497;
}

.content-sidebar .widget input[type="button"]:hover, .content-sidebar .widget input[type="button"]:focus, .content-sidebar .widget input[type="reset"]:hover, .content-sidebar .widget input[type="reset"]:focus, .content-sidebar .widget input[type="submit"]:hover, .content-sidebar .widget input[type="submit"]:focus {
	background-color: #f15497;
}

.cat-links a:hover {
	color: #D23578;
}

.entry-title a:hover {
	color: #D23578;
}

.entry-meta a:hover {
	color: #D23578;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #D23578;
}

.entry-meta .tag-links a:hover {
	background-color: #D23578;
}

.entry-meta--show-english {
	text-align: right;
}

.entry-meta--show-english > span {
	margin-right: 0 !important;
}

.entry-header--english {
	margin-top: 0 !important;
}

.search-box {
	background-color: #D23578;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #D23578;
}

.paging-navigation a:hover {
	border-top: 5px solid #f15497;
}

.site-info a:hover {
	color: #D23578;
}

.entry-content .edit-link a:hover {
	color: #D23578;
}

.comment-author a:hover, .comment-list .pingback a:hover, .comment-list .trackback a:hover, .comment-metadata a:hover {
	color: #D23578;
}

button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #D23578;
}

button:hover, button:focus, .button:hover, .button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #f15497;
}

.post-navigation a:hover, .image-navigation a:hover {
	color: #D23578;
}

.li_blockquote:before {
    color: #ccc;
    content: "\201C";
    font-size: 110px;
    line-height: 63px;
    margin-right: 11px;
    float: left;
    height: 24px;
    margin-left: -9px;
}

.li_blockquote {
	background: none repeat scroll 0 0 #f9f9f9;
    border-left: 10px solid #ccc;
    padding: 20px 15px 10px 15px;
    color: #000;
}

.li_blockquote p {
	margin-bottom: 0;
}

.li_blockquote footer {
	text-align: right;
	margin-top: 3px;
}

.li_blockquote footer cite {
	color: #767676;
}

.li_blockquote footer cite a {
	text-decoration: none;
}

.li_blockquote footer cite a:hover, .li_blockquote footer cite a:focus {
	text-decoration: underline;
}

.li_blockquote-mark {
	color: #ccc;
    display: inline-block;
    font-size: 110px;
    height: 54px;
    line-height: 0;
    margin-left: 11px;
    margin-top: -40px;
}

.widget-link-slider { 
    position: relative;
    height: 150px;
    width: 100%;
    text-align: center;
}

.widget-link-slider > div { 
    position: absolute; 
    display: none;
    max-height: 150px;
    height: 150px;
    max-width: 100%;
    margin: auto;
    left: 0;
    right: 0;
}

.widget-link-slider > div:first-child {
	display: block;
}

.widget-link-slider > div > a {
	height: 150px;
	display: block;
}

.widget-link-slider > div img {
	max-height: 150px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
}

.entry-meta span.language:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    text-decoration: inherit;
    content: '\f468';
    vertical-align: text-bottom;
    margin-right: 2px;
}