
/* .read-more button {
    margin: 20px;
} */
.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    /* padding: 10px 25px; */
    /* font-family: 'Lato', sans-serif; */
    font-size: 16px;
    /* font-weight: 900; */
    font-style: normal;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    /* position: center; */
    display: inline-block;
    /* box-shadow: inset 0px 1px 0px rgba(255,255,255,1),0px 1px 3px rgba(0,0,0,0.3); */
    box-shadow: 5px 5px 10px black, inset 5px 5px 10px rgba(0,0,0,.2), inset -5px -5px 10px rgba(255,255,255,.2), inset -2px -2px 5px rgba(0,0,0, .5);
    outline: none;
    border: 1px solid #ba6;
    border-bottom: 5px solid #007100;
    border-right: 3px solid #007100;
    text-shadow: 5px 5px 10px black, 5px 5px 10px rgb(0 0 0 / 61%), -5px -5px 10px rgb(255 255 255 / 4%), -2px -2px 5px rgb(0 0 0 / 22%);
}
.custom-btn:active{
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    border-bottom: 1px solid #007100;
    border-right: 1px solid #007100;
    box-shadow: none;
}
/* .btn-5{
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    border-color: #007100;
    background: linear-gradient(180deg,#28A71C 0%,rgba(40, 167, 28, 0.25) 49%, rgba(40, 167, 28, 0.6) 51%,rgba(0, 88, 0) 100%);
    border-radius: 5px;
} */

.btn-7{
			border-color: #7c7c7c;
			background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(#e6e6e6));
		}