.icad-banner-area {margin-bottom: 0px;}

.footer-section {
    margin-top: 0px !important;
    padding: 60px 0 0px !important;
}

.inspri-center{
    text-align: center;
}

.inspri-1{
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    color: #222;
    margin-bottom: 10px;
}

.inspri-2{
    font-weight: 700;
}

.inspri-flex{
    display: flex;
    margin: auto;
    width: 75%;
    gap: 30px;
    padding-bottom: 120px;
}

.col-one-third{
    width: 33.33%;
}

.inspi-card{
    display: block;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.inspi-card p{
    background: #efefef;
    color: #222;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 10px 12px;
    text-align: center;
}

.desktop-version{display: block;}
.mobile-version{display: none;}

.moodboard-tile img{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


@media screen and (max-width: 460px) {
    .mt-45{margin-top: 25px;}
    .inspri-1 {font-size: 30px;margin-bottom: 10px;}

    .desktop-version{display: none;}
    .mobile-version{display: block;}

    .inspri-flex {width: 95%;gap: 15px;padding-bottom: 10px;}
    .col-one-third {width: 50%;}

    .inspri-mobile-flex{
        width: 50%;
        margin: 0 auto;
        padding-bottom: 60px;
    }
    
    .mob-col-one-third{
        width: 100%;
    }
}




/*--- For Collections -----*/
div.swatch-column-container {
    display: flex;
    flex-wrap: wrap;
    margin: 80px auto 80px;
    max-width: 72.5rem;
}
div.swatch-column-container div.swatch-column{
    margin-bottom: 1.875rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33%;
}
a.swatch-collection {
    border: 1px solid #efefef;
    color: #fff;
    display: block;
}
.small-3{
    width: 25%;
}
a.swatch-collection img {
    background-image: url(/img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
img.lazyloaded{
    opacity: 1;
    transition: opacity 800ms;
}
.row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

a.swatch-collection div.buttons {
    background: #efefef url(img/noise-light.png) repeat 0 0;
    color: #222;
    display: block;
    font-size: 0.85rem;
    font-weight: 300;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    text-align: center;
}

@media print, screen and (max-width: 480px) {
    div.swatch-column-container div.swatch-column {
        width: 100%;
    }
}



section.background{
    background-attachment: fixed;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2rem;
    padding: 1rem 0 3.5rem 0;
}
.column.row.row, .row.row.columns {
    float: none;
}
div.collection-title h1 {
    font-size: 2.5rem;
    font-weight: 800;
}
div.collection-title h1 span.subheader {
    font-size: 1.25rem;
    font-weight: 800;
}
h1.styled span.subheader {
    color: inherit;
    font-size: 1.75rem;
    display: block;
}
.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a;
}
.nomargin {
    margin-bottom: 0 !important;
}

div.button-group .button:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.button-group.secondary .button {
    background-color: #ebebeb;
    color: #0a0a0a;
}
.button-group.secondary .button {
    background-color: #ebebeb;
    color: #0a0a0a;
}
.button-group.small .button {
    font-size: 0.75rem;
}
div.button-group .button {
    border-radius: 0;
}
.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
}
.small-4 {
    width: 33.3333333333%;
}
div.card{
    background: #fff;
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 1rem auto;
    max-width: 380px;
    transition: 0.3s;
    overflow: hidden;
    color: #0a0a0a;
}
img.card-image.lazyloaded {
    opacity: 1;
    transition: none;
}

img.card-image {
    background-image: url(img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: auto;
    width: 100%;
}

div.card-section {
    font-weight: 300;
    padding: 0.75rem 0.5rem;
}

.card-section > :last-child {
    margin-bottom: 0;
}

div.card-section h4 {
    font-size: 1.125rem;
    font-weight: 300;
    margin: 0;
    text-align: center;
}
div.card-section.buttons{
    background: #efefef url(img/noise-light.png) repeat 0 0;
    border-top: 1px solid #ddd;
}

div.card-section.buttons {
    padding: 0;
}
.small-4 {
    width: 33.3333333333%;
}

div.card-section.buttons a{
    color: inherit;
    display: block;
    font-size: 0.85rem;
    padding: 0.5rem;
    text-align: center;
}

div.card-section.buttons a i {
    opacity: 0.4;
}

div.card-section.buttons div.columns:nth-child(2) a{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

section.collection-cards div.card-sharing {
    text-align: center;
}


/*==================================*/
.download-image{
    display: none;
}


@media screen and (max-width: 1610px) {
    div.swatch-column-container {margin: 70px auto 80px;}
}


@media screen and (max-width: 460px) {
    section.background{padding: 0.5rem 0 2rem 0;}
    div.card-section h4{font-size: 14px;}
    div.card-section {padding: 10px;}
    div.swatch-column-container{margin: 60px auto 80px;}


}