/*** JumpTo Recipe Plugin CSS ***/

.wdc-jumpto-buttons {
    display: block;
    float: none;
    overflow: hidden;
    clear: both;
    margin: 0 0 1em 0;
    /*
	position: absolute;
	top: -10px;
	left: 0;    
	*/
}

.wdc-jumpto-butn {
    margin-right: 5px;
    background: #81d742;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
    padding: 5px 12px;
    text-transform: uppercase;
    width: auto;
    font-size: .7rem;
    
}

.wdc-jumpto-butn:hover {
    background: #DD9932;
    color: #fff;
}

.wdc-jumpto-butn,
.wdc-jumpto-butn:link,
.wdc-jumpto-butn:active,
.wdc-jumpto-butn:hover,
.wdc-jumpto-butn:visited {
	text-decoration: none !important;
}

@media (max-width: 767px) {
	
	.wdc-jumpto-buttons {
		text-align: center;
	}
	
	.wdc-jumpto-butn {
		font-size: 1rem;
	}
	
	
}
