/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

.partner {
    width: 49%;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
}

.partner-small {
    width: 175px;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
}


.cercle {
    width: 175px;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
}

.partner-logo {
}
#sidebar > div {
    margin-bottom: 0px;
}


a.block-link {
    display: block;
    padding: 10px;
    margin: 5px -10px;
    text-decoration: none
}

a.block-link:hover {
    background: #f5f5f3
}

.shaded a.block-link:hover {
    background: #fff
}

.block-image-detail {
    position: relative;
    height: 100px;
    color: #222;
    overflow: hidden
}

.block-image-detail .image {
    width: 100px;
    height: 100px;
    float: left;
    background: center center no-repeat;
    background-size: contain;
}

.block-image-detail .image.shaded {
    background-color: #f5f5f3
}

.block-image-detail .detail {
    position: absolute;
    top: 50%;
    left: 115px;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.block-image-detail .detail h4 {
    font-size: 1em;
    font-weight: 700;
    margin: 0
}

.block-image-detail .detail .tagline, .event {
    display: block
}

.tagline {
    font-size: 12px;
}