/*
Theme Name: Mirostone Child
Version: 1.0
Template: mirostone
*/

/* -------------------------------------------------------------------------------------------    Decors - Gallery */

.decor-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    padding: 15px;
}
.decor-gallery .decor h5 {
    font-size: 1.25em;
    margin-top: 5px;
}
.decor-gallery .decor .fom{
   text-decoration: underline;
}


@media screen and (max-width: 991px) {
    .decor-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .decor-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 567px) {
    .decor-gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* -------------------------------------------------------------------------------------------    Decors - Single Page */

.decors-template-default #masthead {
	padding: 32px 55px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.decors-template-default #white-logo {
    display: none;
}

.decor {
    padding: 0 20px;
}

.decor .breadcrumbs {
    margin-top: 20px;
}

.decor h1 {
    /*color: #d78427 !important;*/
    margin: 30px 0;
    font-size: 40px;
    font-weight: bold;
}

.decor h2 {
   /* color: #d78427 !important;*/
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.decor .content {
    display: table;
    width: 100%;
    padding-top: 30px;
}

.decor .content>.content-column {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

.decor .content>.content-column:first-child {
    padding-right: 30px;
}

.decor .content>.content-column.images .holder {
    padding: 20px;
}

.decor .content>.content-column.images.grey-bg .holder {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.decor .content>.content-column.images.grey-bg .holder p {
    color: #fff !important;
}

.decor .content>.content-column.images p {
    font-size: 18px;
}

.decor hr {
    border-color: #000 !important;
    margin: 20px 0;
}

.decor .content>.content-column.images.grey-bg .holder hr {
    border-color: #fff !important;
}

.decor b {
    color: #000;
}

.decor .details {
    position: relative;
}

.decor .details p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
}

.decor .details .price-band {
    padding: 5px 10px;
    border: 1px solid;
    position: absolute;
    bottom: 0;
    right: 0;
}
.decor .details .price-band p {
margin-top: 0;
}

.decor .availability p {
    font-size: 18px;
}

.decor .downloads {
    width: max-content;
}

.decor .downloads a {
    border: 1px solid;
    padding: 10px;
    display: flex;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 10px;
    align-items: center;
}

.decor .downloads a:hover {
    /*color: #fff !important;*/
    background-color: #ede098;
}

.decor .downloads a img {
    height: 35px;
    margin-right: 5px;
}

.decor .images .edge-detail-image {
    max-width: 280px
}


/** Mobile**/

@media screen and (max-width: 991px) {
    .decor .content {
        display: flex;
        flex-wrap: wrap;
    }
    .decor .content>.content-column {
        width: 100%;
    }
    .decor  .content>.content-column:first-child {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .decor .details .price-band {
        margin-top: 5px;
        position: relative;
        display: inline-block;
    }
    .decor .title-row .thick-icon {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .decor-block span {
        font-size: 30px;
    }
    .decor .downloads a {
        font-size: 16px;
    }
    .decor .downloads a img {
        height: 25px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 567px) {
    .decor .title-row {
        display: block;
    }
    .decor .title-row .thick-icon {
        position: relative;
    }
}
