.fpg-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.fpg-modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
}

.fpg-modal-content {
    position: relative;
    z-index: 1000000;
    max-width: 450px;
    margin: 8% auto;
    background: transparent;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    padding: 0;
    text-align: center;
    animation: modalSlideIn 0.3s ease-out;
    overflow: hidden;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.fpg-modal-header {
    background: linear-gradient(135deg, #0052da 0%, #176eff 100%);
    color: white;
    padding: 24px 20px;
    border-radius: 12px 12px 0 0;
}

.fpg-modal-icon {
    font-size: 32px;
    margin-bottom: 8px;
    display: block;
    opacity: 0.9;
}

.fpg-modal-title {
    font-size: 26px;
    font-weight: 700;
    color: white;
    margin: 0;
    line-height: 1.3;
	position: relative;
    display: inline-block;
}

.badge-pro {
    background: #dc3545;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    margin-left: 0px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    vertical-align: middle;
	position: absolute;
	right: -40px;
	top: -14px;
}

.fpg-modal-body {
    padding: 30px 24px 0;
	background: #ffffff;
}

.fpg-modal-body p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 0px 0;
	padding-bottom: 10px;
	display: block;
}

.fpg-modal-footer {
    padding: 20px 24px 30px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
	background: #ffffff;
}

.fpg-pro-btn {
    background: linear-gradient(135deg, #0052da 0%, #176eff 100%);
    color: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px #0052da7a;
}

.fpg-pro-btn:hover {
    background: linear-gradient(135deg, #176eff 0%, #0052da 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px #0052da7a;
    text-decoration: none;
    color: #fff;
}

.fpg-modal-close {
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.3s ease;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
	position: absolute;
	right: 6px;
	top: 6px;
	background: transparent;
}

.fpg-modal-close:hover {
    color: #666;
    background: #f8f9fa;
    transform: rotate(90deg);
}


.fpg-pro-grid-style .elementor-choices-label:hover {
    border-color: #93c5fd;
    background: #f8fafc;
}

.fpg-pro-grid-style .elementor-choices-label.elementor-choices-label-active {
    border-color: #3b82f6;
    background: #eff6ff;
}

/* Pro options styling (7th option onwards) */
.fpg-pro-grid-style .elementor-choices-label:nth-child(n+7) {
    opacity: 0.6;
    pointer-events: auto !important;
    cursor: pointer;
    position: relative;
    background: #f8f9fa;
}

.fpg-pro-grid-style .elementor-choices-label:nth-child(n+7):hover {
    opacity: 0.8;
    border-color: #ffc107;
    background: #fff8e1;
}

.fpg-pro-grid-style .elementor-choices-label:nth-child(n+7)::before {
    content: "PRO";
    position: absolute;
    top: 8px;
    right: 8px;
    background: linear-gradient(135deg, #0052da 0%, #176eff 100%);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 3px 6px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
}
.elementor-control-type-select2.fpg-pro-grid-style{
  pointer-events: none;
  opacity: .5;
}
.elementor-control-type-select.fpg-pro-grid-style{
  pointer-events: none;
  opacity: .5;
}
.elementor-control-type-text.fpg-pro-grid-style{
  pointer-events: none;
  opacity: .5;
}
.elementor-control-type-section.fpg-pro-grid-style{
  pointer-events: none;
  opacity: .5;
}
.elementor-control-type-switcher.fpg-pro-grid-style{
  pointer-events: none;
  opacity: .5;
}
.elementor-control-type-slider.fpg-pro-grid-style{
  pointer-events: none;
  opacity: .5;
}
.elementor-control-title .fpg-pro-badge {
    content: "PRO";
    position: absolute;
    top: 0px;
    right: 8px;
    background: linear-gradient(135deg, #0052da 0%, #176eff 100%);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 8px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    line-height: 1;  
}

/* Lock icon for pro options */

/* Responsive Design */
@media (max-width: 768px) {
    .fpg-modal-content {
        margin: 5% 16px;
        max-width: none;
    }
    
    .fpg-modal-footer {
        flex-direction: column;
        gap: 16px;
    }
    
    .fpg-pro-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Animation for modal show/hide */
.fpg-modal.show {
    display: block;
    animation: fadeIn 0.3s ease-out;
}

.fpg-modal.hide {
    animation: fadeOut 0.3s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field,
.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field,
.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field,
.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field {
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}
.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices,
.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices,
.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices,
.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices {
  justify-content: flex-start;
  flex-wrap: wrap;
  height: auto;
  gap: 10px;
}

.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1, 
.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1,
.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1, 
.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1 {
  width: 30%;
  border: 1px solid #d5d8dc !important;
  padding-bottom: 10px;
  
}

.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1 i,
.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1 i,
.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1 i,
.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1 i{
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 60px;
}

.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1 i::before, 
.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1 i::before,
.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1 i::before, 
.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1 i::before{
  font-size: 0;
}

.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label .elementor-screen-only,
.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label .elementor-screen-only,
.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label .elementor-screen-only,
.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label .elementor-screen-only {
  height: auto;
  width: auto;
  overflow: visible;
  position: static;
  display: block;
  line-height: 18px;
  padding-top: 5px;
}

/*Grid*/
.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(2) i{
  background-image: url('../../../includes/metabox/img/style1.png');
}
.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(2) i:hover{
  background-image: url('../../../includes/metabox/img/style1_hover.png');
}

.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(4) i{
  background-image: url('../../../includes/metabox/img/style2.png');
}
.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(4) i:hover{
  background-image: url('../../../includes/metabox/img/style2_hover.png');
}
.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(6) i{
  background-image: url('../../../includes/metabox/img/style3.png');
}
.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(6) i:hover{
  background-image: url('../../../includes/metabox/img/style3_hover.png');
}

.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(8) i{
  background-image: url('../../../includes/metabox/img/style4.png');
}
.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(8) i:hover{
  background-image: url('../../../includes/metabox/img/style4_hover.png');
}

.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(10) i{
  background-image: url('../../../includes/metabox/img/style5.png');
}
.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(10) i:hover{
  background-image: url('../../../includes/metabox/img/style5_hover.png');
}

.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(12) i{
  background-image: url('../../../includes/metabox/img/style6.png');
}
.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(12) i:hover{
  background-image: url('../../../includes/metabox/img/style6_hover.png');
}

.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(14) i{
  background-image: url('../../../includes/metabox/img/style7.png');
}
.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(14) i:hover{
  background-image: url('../../../includes/metabox/img/style7_hover.png');
}

.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(16) i{
  background-image: url('../../../includes/metabox/img/style8.png');
}
.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(16) i:hover{
  background-image: url('../../../includes/metabox/img/style8_hover.png');
}

.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(18) i{
  background-image: url('../../../includes/metabox/img/style9.png');
}
.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(18) i:hover{
  background-image: url('../../../includes/metabox/img/style9_hover.png');
}
.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(20) i{
  background-image: url('../../../includes/metabox/img/style10.png');
}
.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(20) i:hover{
  background-image: url('../../../includes/metabox/img/style10_hover.png');
}

.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(22) i{
  background-image: url('../../../includes/metabox/img/style11.png');
}
.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(22) i:hover{
  background-image: url('../../../includes/metabox/img/style11_hover.png');
}
.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(24) i{
  background-image: url('../../../includes/metabox/img/style12.png');
}
.elementor-control-fancy_post_grid_layout.fpg-el-control-post-chooser-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(24) i:hover{
  background-image: url('../../../includes/metabox/img/style12_hover.png');
}

/*Slider*/
.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(2) i{
  background-image: url('../../../includes/metabox/img/sliderstyle1.png');
}
.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(2) i:hover{
  background-image: url('../../../includes/metabox/img/sliderstyle1_hover.png');
}

.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(4) i{
  background-image: url('../../../includes/metabox/img/sliderstyle2.png');
}
.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(4) i:hover{
  background-image: url('../../../includes/metabox/img/sliderstyle2_hover.png');
}
.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(6) i{
  background-image: url('../../../includes/metabox/img/sliderstyle3.png');
}
.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(6) i:hover{
  background-image: url('../../../includes/metabox/img/sliderstyle3_hover.png');
}

.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(8) i{
  background-image: url('../../../includes/metabox/img/sliderstyle4.png');
}
.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(8) i:hover{
  background-image: url('../../../includes/metabox/img/sliderstyle4_hover.png');
}

.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(10) i{
  background-image: url('../../../includes/metabox/img/sliderstyle5.png');
}
.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(10) i:hover{
  background-image: url('../../../includes/metabox/img/sliderstyle5_hover.png');
}

.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(12) i{
  background-image: url('../../../includes/metabox/img/sliderstyle6.png');
}
.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(12) i:hover{
  background-image: url('../../../includes/metabox/img/sliderstyle6_hover.png');
}

.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(14) i{
  background-image: url('../../../includes/metabox/img/sliderstyle7.png');
}
.elementor-control-fancy_post_slider_layout.fpg-el-control-post-chooser-slider-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(14) i:hover{
  background-image: url('../../../includes/metabox/img/sliderstyle7_hover.png');
}

/*Isotope*/
.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(2) i{
  background-image: url('../../../includes/metabox/img/isotopestyle1.png');
}
.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(2) i:hover{
  background-image: url('../../../includes/metabox/img/isotopestyle1_hover.png');
}

.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(4) i{
  background-image: url('../../../includes/metabox/img/isotopestyle2.png');
}
.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(4) i:hover{
  background-image: url('../../../includes/metabox/img/isotopestyle2_hover.png');
}
.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(6) i{
  background-image: url('../../../includes/metabox/img/isotopestyle3.png');
}
.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(6) i:hover{
  background-image: url('../../../includes/metabox/img/isotopestyle3_hover.png');
}

.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(8) i{
  background-image: url('../../../includes/metabox/img/isotopestyle4.png');
}
.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(8) i:hover{
  background-image: url('../../../includes/metabox/img/isotopestyle4_hover.png');
}

.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(10) i{
  background-image: url('../../../includes/metabox/img/isotopestyle5.png');
}
.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(10) i:hover{
  background-image: url('../../../includes/metabox/img/isotopestyle5_hover.png');
}

.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(12) i{
  background-image: url('../../../includes/metabox/img/isotopestyle6.png');
}
.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(12) i:hover{
  background-image: url('../../../includes/metabox/img/isotopestyle6_hover.png');
}

.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(14) i{
  background-image: url('../../../includes/metabox/img/isotopestyle7.png');
}
.elementor-control-fancy_post_isotope_layout.fpg-el-control-post-chooser-isotope-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(14) i:hover{
  background-image: url('../../../includes/metabox/img/isotopestyle7_hover.png');
}

/*List*/
.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(2) i{
  background-image: url('../../../includes/metabox/img/liststyle1.png');
}
.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(2) i:hover{
  background-image: url('../../../includes/metabox/img/liststyle1_hover.png');
}

.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(4) i{
  background-image: url('../../../includes/metabox/img/liststyle2.png');
}
.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(4) i:hover{
  background-image: url('../../../includes/metabox/img/liststyle2_hover.png');
}
.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(6) i{
  background-image: url('../../../includes/metabox/img/liststyle3.png');
}
.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(6) i:hover{
  background-image: url('../../../includes/metabox/img/liststyle3_hover.png');
}

.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(8) i{
  background-image: url('../../../includes/metabox/img/liststyle4.png');
}
.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(8) i:hover{
  background-image: url('../../../includes/metabox/img/liststyle4_hover.png');
}

.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(10) i{
  background-image: url('../../../includes/metabox/img/liststyle5.png');
}
.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(10) i:hover{
  background-image: url('../../../includes/metabox/img/liststyle5_hover.png');
}

.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(12) i{
  background-image: url('../../../includes/metabox/img/liststyle6.png');
}
.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(12) i:hover{
  background-image: url('../../../includes/metabox/img/liststyle6_hover.png');
}

.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(14) i{
  background-image: url('../../../includes/metabox/img/liststyle7.png');
}
.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(14) i:hover{
  background-image: url('../../../includes/metabox/img/liststyle7_hover.png');
}

.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(16) i{
  background-image: url('../../../includes/metabox/img/liststyle8.png');
}
.elementor-control-fancy_post_list_layout.fpg-el-control-post-chooser-list-thumb .elementor-control-field .elementor-control-input-wrapper .elementor-choices label.elementor-control-unit-1:nth-child(16) i:hover{
  background-image: url('../../../includes/metabox/img/liststyle8_hover.png');
}
