/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 03 2021 | 01:58:22 */
/** button code **/

#responsive-menu-pro-additional-content p.button_white a {
text-decoration:none;
font-weight:600;
display:inline-block;
padding: 8px 14px;
line-height:24px;
background-color:#fff;
color:#316ac3;
border: 2px solid #316ac3;
margin-bottom:20px;
}

#responsive-menu-pro-additional-content p.button_white a:hover {
background-color:#316ac3;
color:#fff;
}

.entry a.button_red, .widget a.button_red {
	padding: 8px 14px;
	line-height:24px;
	background-color:#f55242;
	color:#fff;
	text-decoration:none;
	font-weight:600;
	display:inline-block;
	}

.entry a.button_grey, .widget a.button_grey {
	padding: 8px 14px;
	line-height:24px;
	background-color:#aaa;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	}

.entry a.button_blue, .widget a.button_blue  {
	padding: 8px 14px;
	background-color:#316ac3;
border: 2px solid #316ac3;;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	}

.entry a.button_green, .widget a.button_green {
	padding: 8px 14px;
	background-color:#568a2f;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	}

.entry a.button_red:hover, .entry a.button_grey:hover, .entry a.button_blue:hover, .entry a.button_green:hover, 
.widget a.button_red:hover, .widget a.button_grey:hover, .widget a.button_blue:hover, .widget a.button_green:hover,
#sidebar a.button_red:hover, #sidebar a.button_grey:hover, #sidebar a.button_blue:hover, #sidebar a.button_green:hover {
	background-color:#2f3531;
	color:#fff;
	}

.entry a.button_black, .widget a.button_black {
	padding: 8px 14px;
	background-color:transparent;
	color:#000;
	text-decoration:none;
	display:inline-block;
	border:2px solid #000;
	font-size:18px;
	}

.entry a.button_white, .widget a.button_white {
	padding: 8px 14px;
	background-color:transparent;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	border:2px solid #fff;
	font-size:18px;
	}

.entry a.button_black:hover, .widget a.button_black:hover, .entry a.button_white:hover, 
.widget a.button_white:hover {
	color:#555;
	border:2px solid #555;
	}