.fl-builder-xpro-post-grid-settings .fl-field[data-type="button-group"] .fl-button-group-field-option {padding:0px 20px;}
.fl-builder-settings[data-type="xpro_post_grid_content_form"] .fl-field[data-type="button-group"] .fl-button-group-field-option {padding:0px 20px;}
.fl-builder-settings[data-type="xpro_post_grid_meta_form"] .fl-field[data-type="button-group"] .fl-button-group-field-option {padding:0px 20px;}
.fl-builder-settings[data-type="xpro_post_grid_author_form"] .fl-field[data-type="button-group"] .fl-button-group-field-option {padding:0px 20px;}
.fl-builder-settings[data-type="xpro_post_grid_pagination_form"] .fl-field[data-type="button-group"] .fl-button-group-field-option {padding:0px 20px;}
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator1 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator2 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator3 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator4 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator5 td:first-child{
	padding-left: 5px !important;
	margin-bottom: -39px;
}

.xpro-widget-separator-heading{
	margin: 5px 0 5px 5px;
	font-size: 12px!important;
	font-weight: 500!important;
}

.xpro-widget-separator-heading > hr{
	margin-top: 7px;
}

.fl-builder-edit .xpro-box-icon-item{
	transition: none;
}

.fl-builder-xpro-post-grid-settings .fl-button-group-field-options {
	min-width: 250px;
}

/* ===================================
 Post Grid
====================================== */

.xpro-post-grid-wrapper {
	position: relative;
}

.xpro-post-grid-main {
	position: relative;
}

.elementor-widget-xpro-post-grid .xpro-post-grid-main {
	visibility: hidden;
}

.elementor-widget-xpro-post-grid .xpro-post-grid-main.cbp-ready {
	visibility: visible;
}

.xpro-post-grid-item {
	position: relative;
	border: 1px solid rgba(0, 0, 0, .1);
	overflow: hidden;
}

.xpro-post-grid-title {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 10px 0;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.xpro-post-grid-content {
	padding: 30px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.xpro-post-grid-excerpt {
	margin: 0 0 10px 0;
}

.xpro-post-grid-btn {
	font-size: 13px;
	line-height: 1;
	font-weight: 600;
	display: inline-block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	color: #61ce70;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.xpro-post-grid-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 15px;
	margin-top: 15px;
}

.xpro-post-grid-wrapper .xpro-post-grid-author img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	overflow: hidden;
}

.xpro-post-grid-author-content > span, .xpro-post-grid-author-content > a {
	display: block;
}

.xpro-post-grid-author-title {
	font-size: 14px;
	line-height: 1;
	color: #929292;
	margin-bottom: 5px;
}

.xpro-post-grid-author-name {
	color: #2b2b2b;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
}

.xpro-post-grid-author-name:hover {
	color: inherit;
}

.xpro-post-grid-author {
	position: relative;
	overflow: hidden;
}

.xpro-post-grid-image {
	height: 200px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.xpro-post-grid-image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: transparent;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.xpro-post-grid-item:hover .xpro-post-grid-image::after {
	background-color: #0000004a;
}

.xpro-post-grid-wrapper .xpro-post-grid-image > img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.xpro-post-grid-meta-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	grid-gap: 10px;
	margin-bottom: 10px;
}

.xpro-post-grid-meta-list > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	font-size: 14px;
	line-height: 1;
	color: #929292;
}

.xpro-post-grid-meta-list > li a {
	color: #929292;
}

/*Layout 2*/

.xpro-post-grid-layout-2 .xpro-post-grid-item {
	height: 400px;
}

.xpro-post-grid-layout-2 .xpro-post-grid-image {
	height: 100% !important;
}

.xpro-post-grid-layout-2 .xpro-post-grid-content {
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 100%;
}

.xpro-post-grid-layout-2 .xpro-post-grid-item:hover .xpro-post-grid-image::after {
	background-color: #ffffffc7;
}

/*Layout 3*/

.xpro-post-grid-layout-3 .xpro-post-grid-image::after {
	top: 100%;
}

.xpro-post-grid-item:hover .xpro-post-grid-layout-3 .xpro-post-grid-image::after {
	top: 0;
}

.xpro-post-grid-layout-3 .xpro-post-grid-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.xpro-post-grid-layout-3 .xpro-post-grid-item:hover .xpro-post-grid-image::after {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.xpro-post-grid-layout-3 .xpro-post-grid-item:hover .xpro-post-grid-btn {
	opacity: 1;
	visibility: visible;
}

/*Layout 4*/

.xpro-post-grid-layout-4 .xpro-post-grid-item {
	border: none;
}

.xpro-post-grid-layout-4 .xpro-post-grid-image {
	height: 300px;
}

.xpro-post-grid-item:hover .xpro-post-grid-layout-4 .xpro-post-grid-image > img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.xpro-post-grid-layout-4 .cbp-item-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.xpro-post-grid-layout-4 .xpro-post-grid-content {
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding: 50px 15px;
	margin-top: 25px;
	border: 1px solid rgba(0, 0, 0, .1);
}

.xpro-post-grid-layout-4 .xpro-post-grid-image ~ .xpro-post-grid-content {
	width: calc(100% - 20px);
	margin: 0 auto;
	top: -100px;
	margin-bottom: -100px;
}

.xpro-post-grid-layout-4 .xpro-post-grid-author {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.xpro-post-grid-layout-4 .xpro-post-grid-author > img {
	border: 2px solid #fff;
}

.xpro-post-grid-layout-4 .xpro-post-grid-meta-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.xpro-post-grid-layout-4 .xpro-post-grid-image > img {
	height: 120%;
	-webkit-transition-delay: 0.08s;
	-o-transition-delay: 0.08s;
	transition-delay: 0.08s;
}

.xpro-post-grid-layout-4 .xpro-post-grid-item:hover .xpro-post-grid-image > img {
	-webkit-transform: scale(1.1) rotate(5deg);
	-ms-transform: scale(1.1) rotate(5deg);
	transform: scale(1.1) rotate(5deg);
}

/*Layout 5*/

.xpro-post-grid-layout-5 .xpro-post-grid-meta-list > li {
	font-size: 12px;
	padding: 8px 12px;
	background-color: #61ce70;
	color: #fff;
	border-radius: 50px;
}

.xpro-post-grid-meta-list > li > i {
	font-size: 85%;
}

.xpro-post-grid-layout-5 .xpro-post-grid-meta-list > li a {
	color: #fff;
}

.xpro-post-grid-layout-5 .xpro-post-grid-meta-list > li a:hover {
	color: inherit;
}

.xpro-post-grid-layout-5 .xpro-post-grid-image > img {
	height: 120%;
	-webkit-transition-delay: 0.08s;
	-o-transition-delay: 0.08s;
	transition-delay: 0.08s;
}

.xpro-post-grid-layout-5 .xpro-post-grid-item:hover .xpro-post-grid-image > img {
	-webkit-transform: scale(1.1) rotate(5deg);
	-ms-transform: scale(1.1) rotate(5deg);
	transform: scale(1.1) rotate(5deg);
}

/*Layout 6*/

.xpro-post-grid-layout-6 .xpro-post-grid-item {
	height: 400px;
}

.xpro-post-grid-layout-6 .xpro-post-grid-image {
	height: 100% !important;
}

.xpro-post-grid-layout-6 .xpro-post-grid-meta-list > li {
	font-size: 12px;
	padding: 8px 12px;
	background-color: #61ce70;
	color: #fff;
	border-radius: 50px;
}

.xpro-post-grid-layout-6 .xpro-post-grid-meta-list > li a {
	color: #fff;
}

.xpro-post-grid-layout-6 .xpro-post-grid-content {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 3;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.xpro-post-grid-layout-6 .xpro-post-grid-item:hover .xpro-post-grid-image::after {
	background-color: #ffffffc7;
}

.xpro-post-grid-layout-6 .xpro-post-grid-meta-list{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*Layout 7*/

.xpro-post-grid-layout-7 .xpro-post-grid-meta-list {
	padding-top: 15px;
	margin: 30px 0 0;
	border-top: 1px solid #e5e5e5;
}

.xpro-post-grid-layout-7 .xpro-post-grid-content {
	padding: 30px 15px 15px 15px;
}

.xpro-post-grid-layout-7 .xpro-post-grid-item:hover .xpro-post-grid-image > img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.xpro-post-grid-layout-7 .xpro-post-grid-meta-list {
	width: 100%;
}

/*Layout 8*/
.xpro-post-grid-layout-8 .xpro-post-grid-item {
	height: 400px;
}

.xpro-post-grid-layout-8 .xpro-post-grid-image {
	height: 100% !important;
}

.xpro-post-grid-layout-8 .xpro-post-grid-meta-list > li {
	font-size: 12px;
	padding: 8px 12px;
	background-color: #81ce70;
	color: #fff;
	border-radius: 50px;
}

.xpro-post-grid-layout-8 .xpro-post-grid-meta-list > li a {
	color: #fff;
}

.xpro-post-grid-layout-8 .xpro-post-grid-content {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	text-align: center;
	width: 100%;
	z-index: 3;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.xpro-post-grid-layout-8 .xpro-post-grid-item:hover .xpro-post-grid-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.xpro-post-grid-layout-8 .xpro-post-grid-image::after {
	content: none;
}

.xpro-post-grid-layout-8 .xpro-post-grid-meta-list{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*Layout 9*/
.xpro-post-grid-layout-9 .xpro-post-grid-item {
	height: 400px;
}

.xpro-post-grid-layout-9 .xpro-post-grid-image {
	height: 100% !important;
}

.xpro-post-grid-layout-9 .xpro-post-grid-content {
	position: absolute;
	z-index: 3;
	bottom: 0;
	height: auto;
	width: 100%;
	background: #fff;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.xpro-post-grid-layout-9 .xpro-post-grid-item:hover .xpro-post-grid-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.xpro-post-grid-layout-9 .xpro-post-grid-item:hover .xpro-post-grid-image > img {
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

/*Layout 10*/
.xpro-post-grid-layout-10 .xpro-post-grid-item {
	height: 400px;
}

.xpro-post-grid-layout-10 .xpro-post-grid-image {
	height: 100% !important;
}

.xpro-post-grid-layout-10 .xpro-post-grid-content {
	position: absolute;
	z-index: 3;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.xpro-post-grid-layout-10 .xpro-post-grid-item:hover .xpro-post-grid-content {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.xpro-post-grid-layout-10 .xpro-post-grid-image::after {
	content: none;
}

/*Post Navigation*/
.xpro-elementor-post-pagination {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	margin-top: 50px;
	/*visibility: hidden;*/
}

/*.cbp-ready ~ .xpro-elementor-post-pagination {*/
/*	visibility: visible;*/
/*}*/

.xpro-elementor-post-pagination .page-numbers {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	padding: 10px 16px;
	border-radius: 5px;
	margin: 0;
	border: 1px solid transparent;
	color: #242424;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 1em;
	line-height: 1;
	background-color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.xpro-elementor-post-pagination .page-numbers.dots {
	pointer-events: none;
}

.xpro-elementor-post-pagination .page-numbers:hover {
	color: #61ce70;
}

.xpro-elementor-post-pagination .page-numbers > i {
	font-size: 75%;
}

.xpro-elementor-post-pagination .page-numbers.current {
	border-color: #61ce70;
	background: #61ce70;
	color: #fff;
}