/*
Theme Name: Astra Child
Template: astra
*/


/* Force Body Font */
body, p, li, a, input, select, textarea {
    font-family: 'Montserrat', sans-serif !important;
}

/* Force Heading Font */
h1, h2, h3, h4, h5, h6, .entry-title, .site-title {
    font-family: 'Playfair Display', serif !important;
}


/* to being all category in one line for mobile */
@media (min-width: 1024px) {
  .shortcode_protfolio li a{
    padding-left: 2px  !important;
    padding-right:2px  !important;
  }
}

/* Target tablets (iPad portrait and similar) 2 col grid for ipad*/
@media (min-width: 768px) and (max-width: 1024px) {
       .shortcode_protfolio astra-portfolio-col-md-4 {
        width: 50% !important; /* Forces 2 columns */
        float: left;
    }
}