/*
Theme Name: Ranch Lorbis
Author: Bastien
Description: Theme Ranch Lorbis 
Version: 1.0
*/

.text-titresite {
    color: #00a9ff ;
    font-size: 1rem;
}

.text-date {
    color: #AAAAAA ;
    font-size: 0.8rem;
}
.text-posttitle {
    font-weight: bold;
    font-size: 0.8rem;
}

.img-background {
    background: #EEEEEE;
}

.img-fit-cover {
    width: 100%;
    object-fit: cover;
}

.img-fit-cover-empty {
    height: 250px;
    width: auto;
    padding: 20%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.img-fit-header {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.img-fit-single {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.full-width {
    width: 100%;
}


.blocks-gallery-grid, .wp-block-image {
margin: 0 auto;
}

.blocks-gallery-item, .wp-block-image > img {
    object-fit: contain !important;
    max-width: 250px;
}

.blocks-gallery-item {
    margin-right: 16px !important;
}

.blocks-gallery-item > figure {
    margin-bottom: 20px !important;
}

.blocks-gallery-item > figure > figcaption{
    margin-bottom: 20px !important;
}

.wp-block-image > img {
    height: 100%;
}

.wp-block-video{
    text-align: center;
}
.wp-block-video > video{
    max-width: 640px;
}