/*   
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) {


.front-fullwidth .rp-big-one .story,
#featured-content .rp-big-one .story {
width: 300px !important;
padding-top: 0;
top: 40px;
}

.front-fullwidth .rp-big-one h2.entry-title, #featured-content .rp-big-one h2.entry-title {
    font-size: 1.5em;
    margin-bottom: 0.4em;
}

.flexslider {
    margin-bottom: 1em;
    background: #f5fdfd;
    border: 0.1em solid #e6dede;
    border-top: 0;
}

.flexslider .rp-big-one {
   margin-bottom: 0;
   padding-top: 0;
}


#featured-content .flex-direction-nav li a {
    top: 92px;
    border: 0.1em solid #cacaca;
}


#featured-content .rp-big-one .entry-thumb {
    min-width: 543px !important;
    min-height: 225px !important;
    max-width: 543px !important;
    max-height: 225px !important;
}

.front-fullwidth .rp-big-one .story, #featured-content .rp-big-one .story {
    width: 600px !important;
    background: none
}


#site-nav {
  padding: 0;
}

#site-nav ul li {
 height: 35px;
}

#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;
}

#site-nav ul ul.sub-menu, #site-nav ul ul.children {
    top: 25px;
    border: 0.1em solid grey;
    background: #e8e8e8;
}



#masthead {
 padding: 5px 0 0;
}

#masthead .search-box {
    top: 0;
}


.template-front .widget-area, .default-sidebar, #front-sidebar-one, #front-sidebar-two {
    border-top: 0;
}

.widget h3.widget-title {
    padding: 0 0 10px;
    color: #a7a7a7;
    font-size: 0.9em;
}

.widget-area .widget {
    padding: 15px 0 10px;
}

.widget img {
    border: 0.1em solid grey;
}


#blog-sidebar, #front-sidebar-one, #front-sidebar-two {
  width: 30%;
}

.front-content .rp-medium-one {
    min-height: 210px;
}

#front-fullwidth-top, #front-fullwidth-center, #front-fullwidth-bottom {
    border: 0.1em solid #e4e4e4;
    padding: 0 1em;
}

#footerwidgets-wrap {
    border: 0.7em solid #e8e8e8;
    padding: 2em;
}

}