/*
Theme Name: Testyfood
Theme URI: 
Description: WordPress adaptation of Testyfood
Version: 1.0
Author: Aytechnet
Author URI: http://www.aytechnet.fr/
*/

body.admin-bar #header .header-center.fixed { top: 32px }

.alignleft {
    display: inline;
    float: left;
    margin: 0.25em 1.25em 0.25em 0;
}
.alignright {
    display: inline;
    float: right;
    margin: 0.25em 0 0.25em 1.25em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0.25em auto;
}

.post-content hr { border: 1px solid #ddd }

#content-container h1 { font-size: 2rem }

h1 + hr, h2 + hr { margin-top: 2rem }
h1 + p, h2 + p, h3 + p { margin-top: 2rem }

#blog-listing .blog-item {
    padding: 10px;
    margin: 0 0 30px;
}
#blog-listing .blog-item:hover
{
    box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#blog-listing .blog-item .right-blog {
    padding: 15px;
}
#blog-listing .blog-item .right-blog h4.title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600px;
    text-align: center;
}
#blog-listing .blog-item .blog-image {
    min-height: 150px;
}
#blog-listing .blog-item .right-blog .blog-desc {
    height: 150px;
}
#blog-listing .blog-item .right-blog .blog-bottom {
    text-align: right;
    font-style: italic;
}
