/*
Theme Name:   SkittySchool - child of Opus Blog
Theme URI:    http://example.com/child-exxample/
Description:  Opus Blog Child Theme
Author:       nstudor
Author URI:   http://eot.ro
Template:     opus-blog
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain:  twentyfifteen
*/

p, h1 {
    font-family: 'Merienda One', cursive!important;
}

.main-header .logo {
    padding: 0px!important;
}

.site-title {
    display: inline!important;
    font-family: 'Sedgwick Ave Display', cursive!important;
    font-weight: 400!important;
    font-size: 40px!important;
    margin-left: 20px!important;
}

.site-description, .comments-link, .comments-area, .post-content .entry-meta {
    display: none!important;
}

.slider-height{
    height: 365px!important;
}

.post-thumbnail {
    width: 20%;
    float: left;
    margin: 10px;
}

.post-content {
    padding: 0 30px!important;
}

.form-control, h2 {
    font-family: 'Roboto', sans-serif!important;    
}

.btn-simple {
    font-family: 'Roboto', sans-serif!important;
    background-image: -webkit-linear-gradient(top,#ffc226 0,#eeb216 100%)!important;
    background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%)!important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffc226),to(#eeb216))!important;
    background-image: linear-gradient(to bottom,#ffc226 0,#eeb216 100%)!important;
    background-repeat: repeat-x;
    border-color: #C886C3!important;
    color: #FFF!important;
    font-weight: bold!important;
    margin: 5px!important;
}

.type-post .post-wrap {
    border-radius: 10px 30px 10px 30px;
}

.post-thumbnail {
    width: 40%!important;    
}
.site-title a {
    color: #efb216;
}

.pad5 { padding: 0 3px!important}

.drop-cap p:first-child:first-letter {
    font-family: 'Sedgwick Ave Display', cursive!important;
    font-size: 40px!important;
    line-height: 40px!important;
}

h1.post-title {
    padding-top: 20px;
    color:#efb216;

}
.site-main article.one-column {
    width: 48%;
    margin: 5px 1%;
    float: left;
    position: relative;
    display: block;
    padding: 0;
    padding-top: 20%;
    overflow: hidden;    
}
@media only screen and (max-width: 750px) {
    .site-main article.one-column {
        width: 100%!important;
        margin: 0!important;
        padding-top: 45%!important;
    }
}
.site-main article.one-column .post-wrap {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

article.one-column .cat-links,

article.one-column .meta_bottom {
    float: left;
    clear: left;
    color: #959595;
    margin-left: 20px;
    font-family: 'Roboto', sans-serif!important;
}
article.one-column .cat-links a {color: #959595;}
article.one-column .post-content {
    position: static!important;
}

article.one-column .more-link {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.widget_categories ul li {
    display: inline-block!important;
    float: left!important;
    width: auto!important;
    background-color: #efb216;
    padding: 5px;
    margin-left: 10px;
    border-radius: 3px 9px 3px 9px;
    color: #959595;
    font-weight: bold;
}
.widget_categories a {
    color: #959595;
    font-family: 'Roboto', sans-serif!important;
}