/*
Theme Name:     Hot-Chilli Jabber Fourteen
Theme URI:      https://jabber.hot-chilli.net
Description:    Hot-Chilli Jabber Child theme for the Twenty Fourteen
Author:         Martin Sebald
Template:       twentyfourteen
Version:        1.0
*/

/* Imported via functions.php */
/* We must first include the original css from the parent theme */
/* @import url("../twentyfourteen/style.css"); */

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/lato-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('fonts/lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/lato-v14-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Light Italic'), local('Lato-LightItalic'),
       url('fonts/lato-v14-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-300italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/lato-v14-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Italic'), local('Lato-Italic'),
       url('fonts/lato-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/lato-v14-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
       url('fonts/lato-v14-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/lato-v14-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Lato Black'), local('Lato-Black'),
       url('fonts/lato-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

.entry-content, .entry-summary, .page-content {
    hyphens: manual;
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a {
    text-decoration: none;
}

.entry-content a:hover, .entry-summary a:hover, .page-content a:hover, .comment-content a:hover {
    color: #CC801D;
}

.content-sidebar .textwidget li:first-child {
    border-top: 0 none;
}

.content-sidebar .textwidget li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 0 9px;
}

blockquote {
    border-left: 5px solid #CC0000;
    padding-left: 15px;
    font-size: 100%;
}

.breadcrumb {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content, .comments-area, .post-navigation, .image-navigation, .page-header, .archive-header {
    max-width: 90%;
}

.archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta {
    margin-right: 0;
}

.site-content .post .entry-meta {
    margin-left: 0;
}

.site-content .page .entry-meta {
    padding-left: 44px;
}

.entry-meta .wpml-languages::before {
    font: 16px/1 Genericons;
    margin-right: 3px;
    position: relative;
    top: 3px;
    content: '\f108';
}

.entry-meta .wpml-languages {
    margin-right: 0 !important;
}

.entry-meta .wpml-languages-flag {
    margin-left: 8px;
    margin-right: 4px;
}

.type-page .entry-content {
    margin-top: 25px;
}

.search-toggle:before {
    color: #fff !important;
}

.search-box {
    background-color: #AA0000 !important;
}

.search-toggle {
    background-color: #880000 !important;
}

.search-toggle:hover, .search-toggle.active {
    background-color: #AA0000 !important;
}

.entry-content ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.entry-content li {
    padding-left: 1em; 
    text-indent: -.7em;
}

.entry-content li:before {
    content: "• ";
    color: #CC0000;
}

/* Ausgeblendet - Smartphone Navi wird dadurch zerstoert
.primary-navigation ul ul a, .primary-navigation li:hover > a, .primary-navigation li.focus > a, .primary-navigation ul ul {
    color: #CC0000 !important;
}

.secondary-navigation ul ul a, .secondary-navigation li:hover > a, .secondary-navigation li.focus > a, .secondary-navigation ul ul {
    color: #CC0000 !important;
}
*/

.rrssb-block {
    padding: 0 0% 4%;
    margin-left: 8%;
    margin-right: 4%;
}

span.wpcf7-list-item {
    display: block;
}

@media (max-width: 1260px) {
    #conversejs {
	display: none !important;
    }
}
