.masthead:not(.side-header) .mini-widgets>.last, .masthead:not(.side-header) .mini-widgets>:last-child {
    width: 100%;
}

.go-center, .go-center .wpb_wrapper {
    text-align: center !important;
}

.special-btn a {
    background-color: white !important;
    color: #5AA1E3 !important;
    border-color: #5AA1E3 !important;
}

.ety-btn a {
    min-width: 200px;
}

/* PILL BUTTONS */
	.aim-btn-container {
		width: 100%;
		display: flex;
		justify-content: center;
		align-content: center;
		flex-wrap: wrap;
		margin: 15px 0;
	}
	
	.aim-btn {
		width: 250px;
		border-radius: 41px;
		padding: 15px 20px;
		font-weight: bold;
		margin: 10px;
	}
	
	.aim-blue-btn {
		background: #1e73be;
		color: white;
		border: 2px solid #1e73be;
	}
	
	.aim-yellow-btn {
		background: #fdb813;
		color: white;
		border: 2px solid #fdb813;
	}
	
	.aim-red-btn {
		background: #ee3342;
		color: white;
		border: 2px solid #ee3342;
	}
	
	.aim-blue-btn:hover {
		background: white;
		color: #1e73be;
		border: 2px solid #1e73be;
	}
	
	.aim-yellow-btn:hover {
		background: white;
		color: #fdb813;
		border: 2px solid #fdb813;
	}
	
	.aim-red-btn:hover {
		background: white;
		color: #ee3342;
		border: 2px solid #ee3342;
	}
	
/* END OF PILL BUTTONS */

.widget_products .product_list_widget li {
    display: block !important;   
}