.wpse-grid-wrapper {
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	hyphens: manual;
	color: #7a7a7a;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	box-sizing: border-box;
}

.wpse-grid-item {
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	hyphens: manual;
	color: #7a7a7a;
	padding: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	width: 24%;
	border: 1px solid #dcdcdc;
	float: left;
	margin: 5px;
	box-sizing: border-box;
}

h3.wpse-grid-item-title {
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	hyphens: manual;
	border: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
	font-size: 18px;
	box-sizing: border-box;
	text-align: center;
	margin: 10px auto;
	padding: 0 10px;
}
.page .entry h3.wpse-grid-item-title a {
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	hyphens: manual;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	background-color: transparent;
	transition: all 0.3s ease;
	box-sizing: border-box;
	box-shadow: none;
	text-decoration: none;
	color: black;
}

.wpse-grid-item p {
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin: 0 0 10px;
}

h3.wpse-grid-item-title,
.wpse-grid-item p {
    padding: 0 10px;
}

a.wpse-grid-item-read-more,
a.wpse-grid-item-view-demo {
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	hyphens: manual;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	background-color: transparent;
	box-sizing: border-box;
	outline: 0;
	transition: all 0.3s ease;
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	color: #1051b3;
}
a.wpse-grid-item-view-demo {
    float: right;
}

.page .entry a.wpse-grid-item-buy-now,
.wpse-grid-item-buy-now{
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	hyphens: manual;
	border: 0;
	font: inherit;
	font-style: inherit;
	box-sizing: border-box;
	outline: 0;
	box-shadow: none;
	text-decoration: none;
	display: block;
	margin: 10px 0;
	vertical-align: baseline;
	text-align: center;
	transition: all .3s;
	font-size: 15px;
	background-color: #61ce70;
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.7px;
	color: #FFFFFF;
	border-radius: 50px 50px 50px 50px;
	padding: 15px 40px 15px 40px;

}

.wpse-grid-item-actions {
    padding: 0 10px;
}
.clear {
    clear: both;
}
/*Popup*/

.vgfs-customer-downloads-popup-shadow,
.vgfs-customer-downloads-popup {
	display: none;
}
.vgfs-customer-downloads-popup-shadow.vgfs-visible {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	background: rgba(0, 0, 0, 0.34);
	top: 0;
	left: 0;
}
.vgfs-customer-downloads-popup.vgfs-visible {
	display: block;
	position: fixed;
	width: 100%;
	max-width: 500px;
	height: auto;
	background: white;
	padding: 40px;
	text-align: center;
	z-index: 10000000;
}
.vgfs-customer-downloads-popup.vgfs-visible .vgfs-close {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;		
}
.vgfs-customer-downloads-fields input {
    border: 1px solid;
    width: 80%;
    height: 35px;
}

.vgfs-customer-downloads-fields button {
    height: 35px;
    background: #40884a;
    border: 0;
    color: white;
    padding: 0 14px;
}