/*
Theme Name: Strite Design + Remodel
Theme URI: https://www.valice.com/
Author: Valice
Author URI: https://www.valice.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Template: whitespace
Text Domain: strite-design
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url("https://use.typekit.net/eux0ipe.css");

body,p,h1,h2,h3 {
    font-family: itc-officina-sans-pro, sans-serif;
}

body .is-layout-grid.masonry-grid {
    display: block;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

.is-layout-grid.masonry-grid > :is(*, div) {
    display: inline-block;
    margin: 0 0 1em;
    padding: 1em;
    width: 100%;
    background: #f5f5f5;
    padding: 20px;
}

.is-layout-grid.masonry-grid div:before {
    content: "\f205";
    font-family: 'dashicons';
    font-size: 40px;
    text-align: center;
    display: block;
    margin-top: -40px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 980px) {
    body .is-layout-grid.masonry-grid {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (max-width: 500px) {
    body .is-layout-grid.masonry-grid {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
