/*   
Theme Name: Scribus-Theme
Theme URI: 
Description: Theme for the Scribus website, based on Zuki
Author: Carsten Liersch
Author URI: http://www.bauwerk-design.de/
Template: zuki
Version: 1.0
Tags: zuki Child Theme
*/

/* Import the stylesheet from the zuki parent theme */
@import url('../zuki/style.css');

/* CUSTOM STYLES::: */

.entry-author {
display: none !important;
}

.entry-comments {
display: none !important;
}

.entry-date {
display: none !important;
}

body {
 -webkit-hyphens: none !important;
 -moz-hyphens: none !important;
 -ms-hyphens: none !important;
 hyphens: none !important;
 word-wrap: normal !important;
}

h1, h2, h3, h4, h5, h6 {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}

/* BOXES */

.white-box, .blue-box, .yellow-box, .red-box, .green-box, .lightgrey-box, .grey-box, .dark-box {
  margin: 0 0 26px;
  padding: 12px;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  color: #474747;
font-family: Karla, Arial, sans-serif;
  font-style: normal;
  line-height: 1.65;
}

/* MAIN MENU */

#site-nav {
font-family: Karla, Arial, sans-serif;
  font-style: normal;
font-weight: bold;
}

/* FOOTER WIDGETS */

/* --- Front Page / Featured Content Slider --- */

/*
#featured-content .entry-date {
display: none;
}

#front-fullwidth-center .entry-date {
display: none;
}
*/


@media screen and (min-width: 1260px) {

#featured-content .rp-big-one .entry-thumb {
min-width: 840px !important;
min-height: 560px !important;
max-width: 840px !important;
max-height: 560px !important;
}

.front-fullwidth .rp-big-one .story,
#featured-content .rp-big-one .story {
width: 300px !important;
}

#site-nav {
  padding: 30px 0 0 0;
}

#site-nav ul li a {
  display: block;
  padding: 0;
  font-size: 18px;
  font-size: 1.25rem;
  line-height: 1;
  border-bottom: 1px solid transparent;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

}