/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* products */
.products_grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.products_ttl { border-bottom: none; font-size: 18px; margin-bottom: 5px; padding: 4px 10px; }
.products_ttl::after { content: none; }
.products_pdf { background: #00205b; border-radius: var(--vk-size-radius); color: #fff; display: inline-block; font-size: 14px; margin-top: 8px; text-decoration: none; padding: .4em 1rem;}
.products_pdf:hover { box-shadow: 0 0 0 .2rem rgba(171, 184, 195, .25); color: #fff; opacity: .8; }
.products_cat_item { color: #666; display: inline-block; font-size: 12px; margin: 0 6px 0 0!important; }

/* architectural */
.architectural_grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.architectural_ttl { border-bottom: none; font-size: 18px; margin-bottom: 5px; padding: 4px 10px; }
.architectural_ttl::after { content: none; }
.architectural_pdf { background: #00205b; border-radius: var(--vk-size-radius); color: #fff; display: inline-block; font-size: 14px; margin-top: 8px; text-decoration: none; padding: .4em 1rem;}
.architectural_pdf:hover { box-shadow: 0 0 0 .2rem rgba(171, 184, 195, .25); color: #fff; opacity: .8; }
.architectural_cat_item { color: #666; display: inline-block; font-size: 12px; margin: 0 6px 0 0!important; }

/* news */
.entry-meta-item-author { display: none; }
.entry-meta-item-updated { display: none; }
.vk_post_title_new { color: #dc3545; }

/* processing */
.processing_img { object-fit: cover; height: 350px; }

/* footer */
.site-footer-copyright p:nth-child(2) { display: none; }