.wpg-tooltip-content {
	padding: 10px 10px 2px 10px;
	text-align:center;
}
.wpg-clearfix {
	clear:both;
	float:none;
	width:100%;
}

.wpg-list-wrapper {
	clear:both;
	width:100%;
	float:none;
}

.wpg-list-wrapper, .wpg-list-wrapper * {
	box-sizing:border-box;
}

.wpg-list {
	width:100%;
	float:left;
}

.wpg-list-block {
	float:left;
	width:100%;
	margin:0 0 10px 0;
}

.wpg-list-block h3 {
	width:100%;
	padding:5px 15px;
	margin:0 0 15px 0;
	background:#f4f4f4;
	color:#777;
	float:none;
	/*text-transform:uppercase;*/
	font-weight:bold;
	border-radius:5px;
}

.wpg-list-block .wpg-list-items {
	float:left;
	width:100%;
	padding:0 0 0 15px;
	margin:0;
}

.wpg-list-block .wpg-list-item {
	float:left;
	margin:0 1% 10px;
	list-style:none;
	padding:0;
}

.wpg-list.wpg-list-template-one-column .wpg-list-item {
	width:100%;
	margin-left:0;
	margin-right:0;
}

.wpg-list.wpg-list-template-two-column .wpg-list-item {
	width:48%;
}

.wpg-list.wpg-list-template-three-column .wpg-list-item {
	width:31.33%;
}

.wpg-list.wpg-list-template-four-column .wpg-list-item {
	width:23%;
}

.wpg-list.wpg-list-template-five-column .wpg-list-item {
	width:18%;
}

.wpg-list-filter-container {
	display:block;
	width:100%;
	margin:0;
	padding:0;
}

.wpg-list-filter-container .wpg-list-filter {
	text-align:center;
	width:100%;
	margin:0 0 15px 0;
}

.wpg-list-filter-container .wpg-list-filter .wpg-list-filter-row {
	display:block;
}

.wpg-list-filter-container .wpg-list-filter a:nth-child(1) {
	width: auto;
}

.wpg-list-filter-container .wpg-list-filter a {
	display:inline-block;
	padding:3px;
	margin:0 2px;
	/*text-transform:uppercase;*/
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	opacity:1;
	
	/*changes*/
	border: solid darkgreen 1px;
	background-color: #70ad45;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	width: 35px;
	padding: 5px;
	margin: 0 2px 3px 2px;
	font-weight: normal;
}

.wpg-list-filter-container .wpg-list-filter a:hover {
	background-color: #d6e3cf;
	border: solid #70ad45 1px;
	color: #70ad45;
}

.wpg-list-filter-container .wpg-list-filter a.filter-disable {
	cursor:default;
	/*opacity:0.4;*/
	background-color: #70ad45;
	color: rgba(255,255,255,.3);
}

.wpg-list-filter-container .wpg-list-filter a.mixitup-control-active {
	background-color: #d6e3cf;
	border: solid #70ad45 1px;
	color: #70ad45;
}

.wpg-list-search-form {
	display:block;
	width:100%;
	margin:0 0 15px 0;
	padding:0;
}

.wpg-list-search-form input[type="text"] {
	padding:10px 15px;
	width:100%;
	height:45px;
	line-height:44px;
	border-radius:5px;
	font-size:16px;
	background-color:#fff;
	border:1px solid #e7e7e7;
	
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

.wpg-list-search-form input:focus {
	border-color:#666;
}

.wpg-list-block-heading strong {
	font-weight: bold;
}

.wpg-tooltip-title {
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 0 7px 0;
	border-bottom:1px dotted;
}

a.wpg-tooltip {
	cursor:pointer;
}

.wpg-back-link {
	display:block;
	text-align:right;
}

.wpg-read-more {
	display:block;
	text-align:center;
}
/*create a button view*/
.wpg-read-more a {
	background-color: rgb(76, 175, 80); /*#4CAF50 = Green */
	border: none;
	color: #fff;
	padding: 10px 27px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	border-radius: 3px;
}
.wpg-read-more a:hover {
	background-color: rgb(103, 188, 106);	/*#67bc6a = lighter Green*/
	color: #fff;
	text-decoration: none;
}
	
@media screen and (max-width: 767px) {
	.wpg-list.wpg-list-template-one-column .wpg-list-item,
	.wpg-list.wpg-list-template-two-column .wpg-list-item {
		width:31.33%;
	}
	
	.wpg-list.wpg-list-template-three-column .wpg-list-item,
	.wpg-list.wpg-list-template-four-column .wpg-list-item,
	.wpg-list.wpg-list-template-five-column .wpg-list-item {
		width:48%;
	}
}

@media screen and (max-width: 480px) {
	.wpg-list.wpg-list-template-one-column .wpg-list-item,
	.wpg-list.wpg-list-template-two-column .wpg-list-item,
	.wpg-list.wpg-list-template-three-column .wpg-list-item,
	.wpg-list.wpg-list-template-four-column .wpg-list-item,
	.wpg-list.wpg-list-template-five-column .wpg-list-item {
		width:100%;
	}
}
