/**
 * http://tachyons.io/components/cards/basic-text-card/index.html
 *
 */

.card-title {

}

.row .col.s3 {


}

/**
 *
 */

.card {
    /* width: 320px; */
    margin-top: 5px;
    margin-bottom: 10px;
    /*
    margin-left: 10px;
    margin-right: 10px;
    */
    /* background: white; */

}

.mdc-card {
    border-radius: 0px;
}
.container-grid {

}
/**
 * https://material-components.github.io/material-components-web-catalog/#/component/card
 */

.card-border {
    border: 1px solid;
    border-color: var(--light-gray);
}

.card-body {
    padding: 10px;
    background: white;
    width: 100%;
}
.card-imagex {
    width:380px;
    height:380px;
    object-fit: cover;
}

/*
.featured-image-wrapper > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100px;
}
*/

.card-img-top {
    width: 100%;
}
.card-bootstrap {
    border-radius: 0px;

    margin: 3px;
    max-width: 320px;
    background: var(--light-gray);
    /* border: none; */
}
.card:hover {
    opacity: .9;
    background: var(--light-gray);
}
.card-header {
    background: var(--blue);
    color: white;
    padding: 14px;
}

.card-header h4 {
    color: white;
    margin: 3px;
    font-weight: 500;
    line-height: 100%;
    font-size: 17px;
    margin-bottom: 0px;
    padding-left: 5px;
    text-transform: uppercase;
    letter-spacing: normal;
}

.grid-sizer { width: 33.333%; }

.grid-item {

}

.card-static {

}

.card-action-button {
    width: 100%;
    padding: 15px;
}
.card-header:first-child {
    border-radius: 0px;
}

.btn.btn-primary {
    background: var(--orange);
}
.btn.btn-primary:hover {
    opacity: 1;
}



.admin-edit {
    float:right;
    position:relative;
    margin-top:-50px;
}
.admin-edit a {
    color: grey;
}
.admin-edit-card {
    float:right;
    position:relative;
    margin-top:0px;
    margin-bottom: -60px;
    margin-right: 5px;
    opacity: .8;
    z-index:999;
}
