.cta-button-style{
	padding: 7px 12px;
    background: #024772;
    color: white;
    font-weight: bold;
    border-radius: 5px;
	font-size: 14px;
	cursor:pointer;
	white-space: nowrap;
	height: 30px !important;
}

button.cta-button-style.lupa {
    padding: 7px 12px;
    margin-top: -1px;
}

@media only screen and (min-width: 1025px){
	a.cta-button-style:hover, a.cta-button-style:active, a.cta-button-style:focus{
	background: #016E31 !important;
	color: white !important;
}
}
@media only screen and (max-width: 1024px){
	.cta-button-style{
		display:none;
	}
	button.cta-button-style.lupa {
		color: #024772;
		background: transparent;
		/*width: 24px;*/
		/* text-align: start !important; */
		display: flex;
		justify-content: end;
		padding: 5px;
		padding-bottom: 0px !important;
		overflow: hidden;
		margin-right: 10px;
		font-size: 18px;
	}
}