/* Pricing Table Base CSS */
.obfx-pricing-table-wrapper, .obfx-pricing-table-wrapper p.obfx-pricing-table-subtitle {
	text-align: center;
}

.obfx-pricing-table-wrapper a {
	cursor: pointer;
}

.obfx-title-wrapper {
	padding: 15px;
}

.obfx-pricing-table-title {
	font-weight: 600;
}

.obfx-pricing-table-wrapper .obfx-feature-list {
	list-style: none;
	padding: 10px 50px;
	margin: 0;
}

.obfx-pricing-table-wrapper .obfx-feature-list li {
	font-size: 16px;
}

.obfx-price-wrapper {
	padding: 20px 0;
}

.obfx-price {
	line-height: normal;
	font-size: 80px;
	font-weight: 600;
}

.obfx-pricing-period,
.obfx-price-currency {
	font-size: 21px;
}

.obfx-button-icon-align-right i {
	margin-left: 5px;
}
.obfx-button-icon-align-left i {
	margin-right: 5px;
}

.obfx-pricing-table-accented {
	font-weight: 600;
}

.obfx-pricing-table-button-wrapper {
	padding: 20px 0;
}

.obfx-pricing-table-button {
	padding: 10px 20px;
	border-radius: 5px;
}
/* End Of Pricing Table Base CSS */

/* Post Type Grid Base CSS */

.obfx-grid:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.obfx-grid-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.obfx-grid-wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.obfx-grid .obfx-grid-col-image {
	display: block;
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(181,181,181,1);
	-moz-box-shadow: 0px 3px 10px 0px rgba(181,181,181,1);
	box-shadow: 0px 3px 10px 0px rgba(181,181,181,1);
}

.obfx-grid .obfx-grid-col-image {
	display: inline-block;
	height: 200px;
	width: 100%;
}

.obfx-grid .obfx-grid-col-image.obfx-fit-height img {
	height: 100%;
	width: auto;
}

.obfx-grid .obfx-grid-col-image img {
	display: block;
	height: auto;
	left: 50%;
	position: absolute;
	max-height: none;
	max-width: none;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

.obfx-grid .obfx-grid-title,
.obfx-grid .obfx-grid-title a {
	color: #333;
	font-size: 24px;
	line-height: 1.5;
	margin: 0;
}

.obfx-grid-meta {
	margin: 0 0 10px 0;
}

.obfx-grid-meta > span {
	color: #999;
	font-size: 14px;
	margin-right: 10px;
}

.obfx-grid-meta > span:last-of-type {
	margin-right: 0;
}

.obfx-grid-meta .fa {
	margin-right: 7px;
}

.obfx-grid-meta a {
	color: #999;
	text-decoration: none;
}

.obfx-grid-meta a:hover,
.obfx-grid-meta a:focus {
	color: inherit;
	text-decoration: underline;
}

.obfx-grid-categories-item:after,
.obfx-grid-tags-item:after {
	content: ', ';
}

.obfx-grid-categories-item:last-of-type:after,
.obfx-grid-tags-item:last-of-type:after {
	content: '';
	display: none;
}

.obfx-grid-content {
	color: #555;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

.obfx-grid-footer a {
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
}

.obfx-grid-container.obfx-grid-style-list  .obfx-grid-col {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.obfx-grid-container.obfx-grid-style-list .obfx-grid-col-image {
	width: 40%;
}

.obfx-grid-container.obfx-grid-style-list .obfx-grid-col-content {
	padding-left: 15px;
	width: 60%;
}

.obfx-grid-container.obfx-grid-style-list .obfx-grid-col.obfx-no-image .obfx-grid-col-content {
	padding-left: 0;
	width: 100%;
}

.obfx-grid-pagination {
	width: 100%;
}

.obfx-grid-desktop-1 .obfx-grid-wrapper {
	width: 100%;
}

.obfx-grid-desktop-2 .obfx-grid-wrapper {
	width: 50%;
}

.obfx-grid-desktop-3 .obfx-grid-wrapper {
	width: 33.333%;
}

.obfx-grid-desktop-4 .obfx-grid-wrapper {
	width: 25%;
}

.obfx-grid-desktop-5 .obfx-grid-wrapper {
	width: 20%;
}

@media (max-width: 992px) {
	.obfx-grid-tablet-1 .obfx-grid-wrapper {
		width: 100%;
	}

	.obfx-grid-tablet-2 .obfx-grid-wrapper {
		width: 50%;
	}

	.obfx-grid-tablet-3 .obfx-grid-wrapper {
		width: 33.333%;
	}

	.obfx-grid-tablet-4 .obfx-grid-wrapper {
		width: 25%;
	}

	.obfx-grid-tablet-5 .obfx-grid-wrapper {
		width: 20%;
	}
}

@media (max-width: 767px) {
	.obfx-grid-mobile-1 .obfx-grid-wrapper {
		width: 100%;
	}

	.obfx-grid-mobile-2 .obfx-grid-wrapper {
		width: 50%;
	}

	.obfx-grid-mobile-3 .obfx-grid-wrapper {
		width: 33.333%;
	}

	.obfx-grid-mobile-4 .obfx-grid-wrapper {
		width: 25%;
	}

	.obfx-grid-mobile-5 .obfx-grid-wrapper {
		width: 20%;
	}
}
/* End Of Post Type Grid Base CSS */

.obfx-service-box {
	display: flex;
}

.obfx-position-left .obfx-service-box {
	flex-direction: row;
}
.obfx-position-right .obfx-service-box {
	flex-direction: row-reverse;
}
.obfx-position-top .obfx-service-box {
	flex-direction: column;
}
.obfx-service-box .obfx-service-box-content .obfx-service-title, .obfx-service-box .obfx-service-box-content .obfx-service-text {
	margin: 0;
}
