body.widget-snippet .blog-top-right {
	margin:30px;
}
.widget-snippet .blog-top-right {
    background-color: #3e3e3e;
    padding: 35px 30px;
    text-align: center;
    margin-bottom: 40px;
}
.widget-snippet .blog-top-right  h4{ 
	margin:0;
	padding:0 0 10px 0;
	color: #fff;
    font-size: 19px;
    line-height: 20px;
    font-weight: normal;
    text-decoration: none;
    text-transform: capitalize;
	text-align:center;
    font-family: Arial, Helvetica, sans-serif;
}
.widget-snippet .blog-top-right a {
	width:100%;
    background-color: #fcb714;
    border-radius: 3px;
    position: relative;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 14px 36px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-snippet .blog-top-right a:hover,.widget-snippet .blog-top-right a:focus {
    background-color: #fff;
}
