/**
 * Theme Name: Rotary
 * Author: Purple.gi
 * Version: 99.0
**/

.home-slide__content .button {
	background-color: #f7a81b;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 600;
	padding: 15px 30px;
	color: #fff;
	border: 1px solid #f7a81b;
	border-radius: 5px;
	text-decoration: none;
	margin-right: 15px;
	text-align: center;
}

.home-slide__content .button:hover {
	background-color: white;
	border-color: #f7a81b;
	color: #f7a81b;
}

@media only screen and (max-width: 1024px) {
	.home-slide__content .button {
		padding: 10px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.home-slide__content .button {
		padding: 10px;
		font-size: 14px;
	}
}

