.wpcap-grid-container .wpcap-post {
    overflow: hidden;
}
.wpcap-grid-container article {
    position: relative;
}
.wpcap-grid-container .wpcap-post a.read-more-btn{
	display: inline-block;
}

.wpcap-grid-container .post-grid-thumbnail{
	margin-bottom: 20px;
    position: relative;
}

.wpcap-grid-container .post-grid-thumbnail a {
    display: flex;
}

.wpcap-grid-container .post-grid-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wpcap-grid-container .post-grid-meta{
	margin-bottom: 10px;
}

.wpcap-grid-container .post-grid-categories a{
	margin-bottom: 10px;
    text-transform: uppercase;
    font-family: National, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

.wpcap-grid-container .wpcap-post .post-grid-meta span + span:before {
    margin-left: 2px;
    margin-right: 4px;
}

.grid-meta-bottom .post-grid-text-wrap {
	border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.grid-meta-bottom .wpcap-post {
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post,
.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post:hover{
    background: transparent;
    margin-top: 0;
}

.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post .title,
.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post .title > a{
    margin: 5px 0;
    padding: 5px 0;
}

.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post .post-grid-excerpt p,
.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post a.read-more-btn,
.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post .post-grid-meta span{
    font-weight: 400;
}

.wpcap-grid-container .post-grid-excerpt {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 200;
}
.post-grid-excerpt ul {
    list-style-type: disc;
}
.pgea-post-grid-load-btn{
    text-align: center;
    display: none;
}
.pgea-post-grid-paginate-btn{
    text-align: center;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}
/* Position child elements relative to this element */
.pgea-aspect-ratio-box {
    position: relative;
}

/* Create a pseudo element that uses padding-bottom to take up space */
.pgea-aspect-ratio-box::after {
    display: block;
    content: '';
}

/* Image is positioned absolutely relative to the parent element */
.pgea-aspect-ratio-box img {
    /* Image should match parent box size */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pgea-aspect-ratio-box img {
    object-fit: cover;
}

/*for ecolateral product*/
.wpcap-grid-container .post-grid-thumbnail.ecolateral img{
    object-fit: contain;
}
/*color info box*/
.color-info-box {
    width: 904px;
    height: 474px;
    background: white;
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    z-index: 101;
}
.color-info-box .item {
}
.color-info-box .image, .color-info-box .info {
    width: 50%;
    padding: 32px;
}
.color-info-box .sample-color {
    position: relative;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: right;
}
.color-info-box .sample-color #share_icon {
    width: 32px;
    position: absolute;
    bottom: 20px;
    right: 18px;
}
.share_list {
    position: absolute;
    bottom: 0;
    right: 0;
    list-style-type: none;
    width: 150px;
    height: 200px;
    background: burlywood;
    text-align: left;
    padding: 20px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}
.share_list li {
    padding: 5px 0px;
}
.color-info-box .sample-color svg#Nlogo {
    width: 52px;
    float: left;
}
.color-info-box .sample-color .color-desc {
    float: left;
    text-align: left;
    margin-left: 10px;
    max-width: 280px;
}
.color-info-box .info .closebtn, .country-info-box .closebtn{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.color-modal-box {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
@media all and (max-width: 600px) {
    .color-info-box {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        display: flex;
        flex-direction: column;
        z-index: 99;
    }
    .color-info-box .image, .color-info-box .info {
        width: 100%;
        height: 50vh;
        padding: 10px;
    }
    .color-info-box p {
        margin-bottom: 5px;
    }
    .color-info-box .colorPicker {
        padding: 10px;
    }
}
/*country info box*/
.country-info-box {
    width: 464px;
    height: auto;
    max-height: 320px;
    padding: 32px;
    background: white;
    color: #333333;
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.country-info-box img {
    margin-right: 20px;
    vertical-align: middle;
}
@media all and (max-width: 600px) {
    .country-info-box {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
}
/*start exterior section*/
#exteriorColorContainer {
    display: flex;
    justify-content: center;
}
.exteriorColorItem {
    padding: 0;
}
.selectedItem {
    width: 180px;
    height: 130px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    margin-bottom: 12px;
}
.selectedItem .closebtn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -5px;
    background: white;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    border: 1px solid gray;
}
.exteriorColorItem.colorList {
    width: 200px;
}
.exteriorColorItem h5 {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2px;
    color: #919393;
    margin: 0;
}
.exteriorColorItem h3 {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 2px;
    color: #333333;
    margin: 0;
}
.exteriorColorItem p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #919393;
}
.exteriorColorItem.colorSelected p{
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #919393;
}
#exteriorSelectedColor .selectedItem p{
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #ffffff;
    padding: 20px;
}

.exteriorColorItem.colorList #inputList{
    max-height: 615px;
    overflow-y: scroll;
}
.exteriorColorItem.colorImage {
    width: 100%;
    max-width: 850px;
    /*cursor: pointer;*/
}
.exteriorColorItem.colorImage img {
    width: 100%;
    z-index: 1;
}
.imgWrapper {
    position: relative;
    /*width: 850px;*/
    width: 100%;
}
#extimgzone1 {
    position: absolute;
    width: 425px;
    height: 642px;
    top: 0;
    left: 0;
    /*background: antiquewhite;*/
    mix-blend-mode: multiply;
}
#extimgzone2 {
    position: absolute;
    width: 291px;
    height: 162px;
    top: 424px;
    left: 425px;
    /*background: lightgray;*/
    mix-blend-mode: multiply;
}
#extimgzone3 {
    position: absolute;
    width: 414px;
    height: 424px;
    top: 0;
    left: 425px;
    /*background: darkgray;*/
    mix-blend-mode: multiply;
}
#extimgzone4 {
    position: absolute;
    width: 123px;
    height: 159px;
    top: 424px;
    left: 716px;
    /*background: darkgray;*/
    mix-blend-mode: multiply;
}
.exteriorColorItem.colorSelected {
    width: 200px;
    padding-left: 10px;
}

.exteriorColorItem.colorSelected .reset {
    margin-top: 12px;
    width: 100%;
    padding: 5px 0;
    border-radius: 50px;
    border: 1px solid lightgray;
    color: #333333;
    background: #ffffff;
    cursor: pointer;
}
.exteriorColorItem.colorSelected .download {
    width: 100%;
    padding: 5px 0;
    border-radius: 50px;
    border: 1px solid lightgray;
    background: #333333;
    color: #ffffff;
    margin-top: 12px;
    cursor: pointer;
}
@media all and (max-width: 600px){
    #exteriorColorContainer {
        flex-direction: column;
    }
    .exteriorColorItem.colorImage {
        width: 100%;
        max-width: 850px;
        margin-top: 25px;
    }

    .exteriorColorItem.colorList {
        flex: 1;
        width: 100%;
    }
    .exteriorColorItem.colorList #inputList{
        height: auto;
        height: 200px;
    }
}
input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label span {
    transform: scale(1.1);
}

/*start color input*/

/*end color input*/
label {
    display: inline-block;
    width: 47px;
    height: 47px;
    margin-left: 3px;
    margin-top: 3px;
    cursor: pointer;
}
label:hover span {
    transform: scale(1.1);
}
label span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: transform 0.2s ease-in-out;
}
/*start color label*/

/*end color label*/
/*start interior section*/
#interiorColorContainer {
    display: flex;
    justify-content: center;
}
.interiorColorItem {
    padding: 0;
}
.interiorColorItem.colorList {
    width: 200px;
}
.interiorColorItem h5 {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2px;
    color: #919393;
    margin: 0;
}
.interiorColorItem h3 {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 2px;
    color: #333333;
    margin: 0;
}
.interiorColorItem p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #919393;
}
.interiorColorItem.colorSelected p{
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #919393;
}
#interiorSelectedColor .selectedItem p{
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #ffffff;
    padding: 20px;
}

.interiorColorItem.colorList #inputList{
    max-height: 630px;
    overflow-y: scroll;
}
.interiorColorItem.colorImage {
    width: 100%;
    max-width: 850px;
    cursor: pointer;
}
.interiorColorItem.colorImage img {
    width: 100%;
    z-index: 1;
}
.imgWrapper {
    position: relative;
    /*width: 850px;*/
    width: 100%;
}
#imgzone1 {
    position: absolute;
    width: 425px;
    height: 642px;
    top: 0;
    left: 0;
    /*background: antiquewhite;*/
    mix-blend-mode: multiply;
}
#imgzone2 {
    position: absolute;
    width: 291px;
    height: 162px;
    top: 424px;
    left: 425px;
    /*background: lightgray;*/
    mix-blend-mode: multiply;
}
#imgzone3 {
    position: absolute;
    width: 414px;
    height: 424px;
    top: 0;
    left: 425px;
    /*background: darkgray;*/
    mix-blend-mode: multiply;
}
#imgzone4 {
    position: absolute;
    width: 123px;
    height: 159px;
    top: 424px;
    left: 716px;
    /*background: darkgray;*/
    mix-blend-mode: multiply;
}
.interiorColorItem.colorSelected {
    width: 200px;
    padding-left: 10px;
}

.interiorColorItem.colorSelected .reset {
    margin-top: 12px;
    width: 100%;
    padding: 5px 0;
    border-radius: 50px;
    border: 1px solid lightgray;
    color: #333333;
    background: #ffffff;
    cursor: pointer;
}
.interiorColorItem.colorSelected .download {
    width: 100%;
    padding: 5px 0;
    border-radius: 50px;
    border: 1px solid lightgray;
    background: #333333;
    color: #ffffff;
    margin-top: 12px;
    cursor: pointer;
}
.download a, .download a:hover {
    color: white;
}
@media all and (max-width: 600px){
    #interiorColorContainer {
        flex-direction: column;
    }
    .interiorColorItem.colorImage {
        width: 100%;
        max-width: 850px;
        margin-top: 25px;
    }

    .interiorColorItem.colorList {
        flex: 1;
        width: 100%;
    }
    .interiorColorItem.colorList #inputList{
        height: auto;
        height: 200px;
    }
}
/*color group*/
.colorGroup {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2px;
    color: #919393;
    margin: 5px 0;
}
/*tool tip*/
.tooltip {
    position: relative;
}

.tooltip:hover:after {
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 57px;
    color: #fff;
    content: attr(data-tooltip);
    padding: 5px 15px;
    position: absolute;
    z-index: 99998;
    width: 150px;
}
.tooltip.idx0:hover:after {
    left: -90px;
}
.tooltip.idx1:hover:after {
    left: 0px;
}
.tooltip.idx2:hover:after {
    left: -50px;
}

.tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    top: -10px;
    content: "";
    left: 40%;
    position: absolute;
    z-index: 99999;
}

[data-tooltip1]:before {
    /* needed - do not touch */
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;
    /* customizable */
    transition: all 0.15s ease;
    padding: 10px;
    color: #333;
    border-radius: 10px;
    box-shadow: 2px 2px 1px silver;
    /* bottom arrow */
}

[data-tooltip1]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    /* customizable */
    background: yellow;
    margin-top: -50px;
    margin-left: 20px;
    /* bottom arrow */
}
/*slider manipulation*/
ul.slick-dots.bluemood,
ul.slick-dots.elegantglow,
ul.slick-dots.preciouswarmth,
ul.slick-dots.primaryplay,
ul.slick-dots.sweetsensation,
ul.slick-dots.gogreen,
ul.slick-dots.purespace,
ul.slick-dots.urbanretreat,
ul.slick-dots.freshsense,
ul.slick-dots.evergreen,
ul.slick-dots.quietcontrast,
ul.slick-dots.simplysunny
{
    width: 100%;
}
.bluemood ol,
.elegantglow ol,
.preciouswarmth ol,
.primaryplay ol,
.sweetsensation ol,
.gogreen ol,
.purespace ol,
.urbanretreat ol,
.freshsense ol,
.evergreen ol,
.quietcontrast ol,
.simplysunny ol
{
    padding: 7px 50px;
    cursor: pointer;
}
.bluemood ol.active,
.elegantglow ol.active,
.preciouswarmth ol.active,
.primaryplay ol.active,
.sweetsensation ol.active,
.gogreen ol.active,
.purespace ol.active,
.urbanretreat ol.active,
.freshsense ol.active,
.evergreen ol.active,
.quietcontrast ol.active,
.simplysunny ol.active
{
    color: white;
}
.img-hor {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.img-vert {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.img-hor-vert {
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
/*update css for wp 6.3*/
ul.slick-dots.bluemood,
ul.slick-dots.elegantglow,
ul.slick-dots.preciouswarmth,
ul.slick-dots.primaryplay,
ul.slick-dots.sweetsensation,
ul.slick-dots.gogreen,
ul.slick-dots.purespace,
ul.slick-dots.urbanretreat,
ul.slick-dots.freshsense,
ul.slick-dots.evergreen,
ul.slick-dots.quietcontrast,
ul.slick-dots.simplysunny {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}
/*for new tbc*/
ol {
    margin: 1px;
}

ol.active, ol:hover {
    background: white;
    border-radius: 24px;
    color: #494949 !important;
    
    /* Vendor prefixes */
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    
    /* Add check mark */
    position: relative;
}

ol.active:before {
    content: "\2713";
    position: absolute;
    left: -20px;
}
ul.tabs.uc_tab_nav.uc-items-wrapper.r-tabs-nav {
    /*display: none !important;*/
    visibility: hidden;
    height: 0px;
}
/* Add fade effect */
.tab-container {
    opacity: 0.3;
    transition: opacity 1s ease-in-out;
}

.r-tabs-state-active {
    opacity: 1;
}
/* re-arrange the grid items*/
div.wpcap-grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* center horizontally */
    align-items: flex-start; /* top vertically */
    gap: 10px !important; /* add a gap of 10px between columns and rows */
}
div.wpcap-grid-container article {
    width: calc((100% - 50px) / 6); /* set width to 1/6 of the container minus the gap */
}

@media screen and (max-width: 992px) {
    /* for tablet screens, display 4 articles per row */
    .wpcap-grid-container article {
        width: calc((100% - 30px) / 4) !important; /* set width to 1/4 of the container minus the gap */
    }
}

@media screen and (max-width: 768px) {
    /* for mobile screens, display 2 articles per row */
    .wpcap-grid-container article {
        width: calc((100% - 20px) / 2) !important; /* set width to 1/2 of the container minus the gap */
    }
}