/*
Theme Name: lakirovich
Theme URI: https://lakirovich.com/
Description: Child theme of Twenty Fifteen for lakirovich.com. Holds the site custom CSS, migrated from the SiteOrigin CSS (so-css) plugin.
Author: TIV.NET
Template: twentyfifteen
Version: 1.0.0
*/

/* ===== Custom CSS (migrated from SiteOrigin CSS, 2026-08-07) ===== */

@media screen and (max-width: 59.6875em){
  .site-header {
    background-image: none;
  }

}

@media screen and (min-width: 59.6874em){
  .site-branding {
    padding-top: 9em;
  }

}

.site-footer {
  display: none;
}

.site-main {
  padding-top: 1em;
}

/* Hide gallery titles until they are filled in properly (probably never) */
#envirabox-title {
  display: none!important;
}

h1 {
  color: #7711bb;
}

h2 {
  color: #1177bb;
}

.wp-caption img[class*="wp-image-"] {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
}

.menu-main-container, .textwidget {
    background-color: hsla(0,10%,20%,0.3);
    padding: 1em;
}
