.widget.c-shares.c-shares-template-1 .widget-title-container {
    order: 1;
}
.widget.c-shares.c-shares-template-1 .widget-all-container {
    font-size: 0;
    order: 2;
}
.widget.c-shares.c-shares-template-1 .widget-all-container.align-left {
    text-align: left;
}
.widget.c-shares.c-shares-template-1 .widget-all-container.align-center {
    text-align: center;
}
.widget.c-shares.c-shares-template-1 .widget-all-container.align-right {
    text-align: right;
}
.widget.c-shares.c-shares-template-1 .widget-all-button {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #808080;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.widget.c-shares.c-shares-template-1 .widget-description-container {
    order: 3;
}
.widget.c-shares.c-shares-template-1 .widget-content {}
.widget.c-shares.c-shares-template-1 .widget-element-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.widget.c-shares.c-shares-template-1 .widget-element {
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid #e8e8e8;
    background: #fff;
    height: 100%;
}
.widget.c-shares.c-shares-template-1 .widget-element .widget-element-picture {
    display: block;
    padding-top: 60%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.widget.c-shares.c-shares-template-1 .widget-element .widget-element-text {
    padding: 20px;
}
.widget.c-shares.c-shares-template-1 .widget-element .widget-element-date {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #898989;
    overflow: hidden;
    height: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
}
.widget.c-shares.c-shares-template-1 .widget-element .widget-element-name {
    margin-bottom: 10px;
}
.widget.c-shares.c-shares-template-1 .widget-element .widget-element-name-wrapper {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    color: #353639;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    text-decoration: none;
}
.widget.c-shares.c-shares-template-1 .widget-footer {
    margin-top: 35px;
    padding: 0;
}
.widget.c-shares.c-shares-template-1 .widget-footer.align-left {
    text-align: left;
}
.widget.c-shares.c-shares-template-1 .widget-footer.align-center {
    text-align: center;
}
.widget.c-shares.c-shares-template-1 .widget-footer.align-right {
    text-align: right;
}
.widget.c-shares.c-shares-template-1 .widget-footer .widget-footer-all {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    padding: 18px 28px;
    border: 2px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.widget.c-shares.c-shares-template-1 .widget-footer .widget-footer-all:hover {
    color: #FFF;
}

@media all and (max-width: 768px) {
    .widget.c-shares.c-shares-template-1 .widget-all-container {
        order: 4;
    }
    .widget.c-shares.c-shares-template-1 .widget-all-button {
        font-size: 12px;
    }
}