p  a[href]:not(a[class]) {
    /*display: inline-block;
    box-shadow: inset 0px -2px 0px 0px #0D2898;*/
	font-weight: 500;
}
p a u {
    text-decoration: none!important;
}
a.button, a.button * {
    transition: 0.2s ease all;
    display: inline-block;
}
a.button {
    padding: 5px 15px;
    background-color: #AE824B;
    color:#fff;
}

.ro-blocks *[class*="-divider"] .button, a.big-button {
    padding: 10px 25px;
}
a.button  .fa-chevron-right {
    transform: translateX(2px);
}
div[style*="background-image"][onClick*="href"]:hover .button .fa-chevron-right, .button:hover  .fa-chevron-right {
    transform: translateX(5px);
}
*[onclick] {
    cursor: pointer;
}
*[onclick]:hover .button, a.button:hover {
    background-color: #646E78;
}
.ro-block-image-overlay a.button {
    padding: 2.5px 10px;
    font-size:11.25px;
}
/*.ro-block-image-overlay a.button  > .fa {
    float: right;
}
.ro-block-image-overlay a.button span.text {
    max-width: 80%!important;
    display: inline-block;
     white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}*/
div.datestamp {
    position: absolute;
    top: 5px;
    left:5px;
    color: #fff!important;
    font-size:11px;
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
}