/*--------------------------------------------------------------
  Mirza Artworks - Static Site Stylesheet
  Migrated from WordPress Adaption theme v1.0.6
--------------------------------------------------------------*/

/*--------------------------------------------------------------
  1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 55.0%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background: #fafafa;
  margin: 0;
  padding: 0;
  width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, main, nav, section {
  hyphens: none;
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

a img {
  border: 0;
}

::selection {
  background: #2b3e50;
  color: white;
}

/*--------------------------------------------------------------
  2.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after,
.entry-content:before, .entry-content:after,
.site-header:before, .site-header:after,
.site-content:before, .site-content:after,
.site-footer:before, .site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
  3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

img.alignright { margin-left: 10px; }
img.alignleft { margin-right: 10px; }

/*--------------------------------------------------------------
  4.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #444444;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #444444;
  font-family: "Arimo", sans-serif;
  margin-bottom: 10px;
}

h1 { font-size: 2.56rem; font-weight: 700; line-height: 1.17188; }
h2 { font-size: 2rem; font-weight: 700; line-height: 1.5; }
h3 { font-size: 1.6rem; font-weight: 700; line-height: 1.875; }
h4 { font-size: 1.4rem; font-weight: 700; line-height: 2.14286; }
h5 { font-size: 1.25rem; font-weight: 700; line-height: 2.4; }
h6 { font-size: 1.2rem; font-weight: 700; line-height: 2.5; }

h1.page-title { color: #777777; }

h1.entry-title a,
h1.entry-title a:visited { color: #444444; }
h1.entry-title a:hover { color: #1d2935; text-decoration: none; }

h1.widget-title {
  font-size: 1.6rem;
  padding: 20px 0;
  text-transform: uppercase;
}

h1.site-title {
  font-size: 2.56rem;
  font-weight: 700;
  text-transform: uppercase;
}

h1.site-title a:hover { color: #1d2935; }

h2.site-description {
  font-size: 1.6rem;
  font-weight: 200;
  opacity: 0.8;
}

.widget { font-size: 1.4rem; }

p { margin-bottom: 20px; }
b, strong { font-weight: bold; }
dfn, cite, em, i { font-style: italic; }

blockquote {
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  color: #444444;
  font-style: italic;
  padding: 40px 0 20px 0;
  margin: 20px 0;
}

address { margin: 0 0 20px; }

pre {
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  padding: 20px;
}

code, kbd, tt, var {
  font-size: 1.4rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

mark, ins { background: #fff9c0; text-decoration: none; }

sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; }
sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 75%; }
big { font-size: 125%; }

/*--------------------------------------------------------------
  5.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #2f3134;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}

figure { margin: 0; }

ul, ol { margin: 0 0 20px 40px; }
ul { list-style: disc; }
ol { list-style: decimal; }
li > ul, li > ol { margin-bottom: 0; margin-left: 20px; }
dt { font-weight: bold; }
dd { margin: 0 20px 20px; }

table { margin: 0 0 20px; width: 100%; }
th { font-weight: bold; }

/*--------------------------------------------------------------
  6.0 Forms
--------------------------------------------------------------*/
input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

select { width: 100%; }
input[type="checkbox"], input[type="radio"] { padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #444444;
  border: 3px solid #eeeeee;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #444444;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 4px;
}

textarea {
  overflow: auto;
  padding-left: 3px;
  vertical-align: top;
  width: 98%;
}

.search-form input.search-field {
  background: whitesmoke;
  border: 1px solid #dddddd;
  color: #B7B7B7;
  padding: 5px 10px;
  width: 90%;
}

.search-form input:focus {
  background: white;
  border: 1px solid #333333;
  box-shadow: none;
  outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: white;
  border: 3px solid #2b3e50;
  border-radius: 2px;
  color: #2f3134;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 10px;
  -webkit-appearance: button;
}

button:hover, input[type="button"]:hover,
input[type="reset"]:hover, input[type="submit"]:hover,
button:focus, input[type="button"]:focus,
input[type="reset"]:focus, input[type="submit"]:focus,
button:active, input[type="button"]:active,
input[type="reset"]:active, input[type="submit"]:active {
  background: white;
  border: 3px solid #2b3e50;
  color: #2b3e50;
}

/*--------------------------------------------------------------
  7.0 Media
--------------------------------------------------------------*/
embed, iframe, object { max-width: 100%; }

img {
  height: auto;
  max-width: 100%;
}

.entry-thumbnail { text-align: center; }

img.alignleft { margin: 20px 20px 20px 0; }
img.alignright { margin: 20px 0 20px 20px; }
img.aligncenter { margin: 0 auto; }

.figure-caption {
  font-size: 85%;
  text-align: center;
}

/*--------------------------------------------------------------
  8.0 Navigation
--------------------------------------------------------------*/
.main-navigation {
  background: #2b3e50;
  clear: both;
  font-weight: 700;
  padding: 0;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  background: #2b3e50;
  color: white;
  display: none;
  margin: 0;
  padding: 0;
}

.main-navigation ul ul li a {
  opacity: 0.7;
  padding-left: 40px;
}

.main-navigation ul ul li a:hover {
  background: #1d2935;
  opacity: 1;
}

.main-navigation ul ul.sub-on { display: block; }

.main-navigation li a {
  background: #2b3e50;
  padding: 10px 20px;
  position: relative;
}

.main-navigation li a:hover {
  background: #1d2935;
  color: white;
}

.main-navigation a,
.main-navigation a:visited {
  color: white;
  display: block;
  opacity: 1;
  text-transform: uppercase;
}

.main-navigation a:hover {
  color: white;
  opacity: 1;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
  color: #eeeeee;
}

/* Post navigation */
.nav-links {
  overflow: hidden;
  padding: 20px;
}

.nav-previous { float: left; width: 50%; }
.nav-next { float: right; text-align: right; width: 50%; }

.nav-previous a, .nav-next a {
  font-size: 1.4rem;
  font-weight: 700;
}

/* Social links */
#social-links-wrapper {
  clear: both;
  display: block;
  padding: 40px 20px;
}

.social-links ul a:before,
#mobile-link:before,
.showsub-toggle,
#widget-link {
  -webkit-font-smoothing: antialiased;
  font-family: "Genericons";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-bottom;
}

.showsub-toggle {
  content: "";
  display: block;
  height: 41px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s ease;
  width: 40px;
  opacity: 0.5;
}

.showsub-toggle:after {
  color: #eeeeee;
  content: "\f502";
  font-size: 16px;
  height: 16px;
  position: absolute;
  right: 11px;
  top: 14px;
  width: 16px;
}

.showsub-toggle:hover, .showsub-toggle:focus, .showsub-toggle.sub-on { opacity: 1; }
.showsub-toggle:hover:after, .showsub-toggle:focus:after { color: white; }
.showsub-toggle.sub-on:after { content: "\f500"; top: 6px; }

.social-links { margin: 0 auto; }
.social-links ul { list-style: none; margin: 0; padding: 0; }
.social-links ul li { display: inline-block; list-style: none; margin: 0 0 4px 0; }
.social-links ul a { display: inline-block; text-decoration: none; }

.social-links ul a:before {
  color: white;
  font-size: 28px;
  display: block;
  padding: 5px;
  text-align: center;
  transition: all 0.1s ease-in-out;
  background: #666;
  content: "\f415";
}

.social-links ul a:hover { text-decoration: none; }
.social-links ul a:hover:before { background: #2b3e50; }

.social-links ul a[href*='facebook.com']:before { content: '\f204'; }
.social-links ul a[href*='twitter.com']:before { content: '\f202'; }
.social-links ul a[href*='instagram.com']:before { content: '\f215'; }
.social-links ul a[href*='youtube.com']:before { content: '\f213'; }
.social-links ul a[href*='linkedin.com']:before { content: '\f207'; }
.social-links ul a[href*='pinterest.com']:before { content: '\f209'; }
.social-links ul a[href*='mailto']:before { content: '\f410'; }
.social-links ul a[href*='/feed']:before { content: '\f413'; }

/* Mobile panel */
#mobile-panel {
  background: #2b3e50;
  overflow: hidden;
  padding: 0 0 10px 0;
  width: 100%;
}

#mobile-link {
  color: white;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 45px;
  padding: 10px;
  width: 50px;
}

#mobile-link:hover, #mobile-link.active { background: rgba(0, 0, 0, 0.4); }
#mobile-link:before { content: "\f419"; font-size: 28px; }

#mobile-panel h1.site-title {
  clear: none;
  float: right;
  font-size: 1.8rem;
  margin: 0;
  padding: 15px 10px 0 10px;
}

#mobile-panel h1.site-title a { color: white; }

#mobile-block {
  border-top: 1px solid #fff;
  display: none;
  overflow: hidden;
  top: 0;
}

#mobile-block.active { display: block; }

#widget-link {
  color: white;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 45px;
  padding: 10px;
  width: 50px;
}

#widget-link:hover, #widget-link.active { background: rgba(0, 0, 0, 0.4); }
#widget-link:before { content: "\f445"; font-size: 26px; }

#widget-block {
  background: #f2f1ef;
  display: none;
  overflow: hidden;
  width: 100%;
  top: 0;
}

#widget-block.active { display: block; }
#widget-block .widget-areas { margin: 0 auto; max-width: 580px; }

/* Links */
a {
  color: #2b3e50;
  transition: all 0.2s ease;
  text-decoration: none;
}

a:hover, a:active, a:focus { color: #2b3e50; }

.entry-summary a, .entry-content a { text-decoration: underline; }
.entry-summary a:hover, .entry-content a:hover { color: #1d2935; }

/*--------------------------------------------------------------
  9.0 Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #2b3e50;
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 20px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*--------------------------------------------------------------
  10.0 Widgets
--------------------------------------------------------------*/
.widget {
  border-top: 2px solid #eeeeee;
  border-bottom: 1px solid white;
  color: #444444;
  padding: 20px;
}

.widget h1 { color: #444444; }

.widget a, .widget a:link { color: #a52020; }
.widget a:visited { color: #a52020; }
.widget a:hover { color: #2b3e50; }

.widget-areas { padding: 0 0 10px 0; }

.widget ul { margin: 0; padding: 0; }
.widget li { font-weight: 700; list-style: none; padding: 10px 0; }

.tagcloud a, .tags-links a {
  border-radius: 2px;
  border: 3px solid #2f3134;
  color: #2f3134 !important;
  font-size: 14px !important;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 10px;
}

.tagcloud a:hover, .tags-links a:hover {
  border: 3px solid #2b3e50;
  color: #2b3e50 !important;
}

.widget .sub-menu { padding-left: 10px; }

/*--------------------------------------------------------------
  11.0 Content
--------------------------------------------------------------*/
#page {
  background: white;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.entry-meta,
.entry-content,
.entry-summary,
.entry-header {
  margin: 0 auto;
  max-width: 680px;
}

#content { padding: 0; }

.entry-thumbnail {
  margin-right: -20px;
  margin-left: -20px;
}

#masthead { display: none; }
#secondary { display: none; }

.site-branding {
  margin: 0;
  padding: 20px;
}

#header-image.custom-header { border-bottom: none; }

#header-image.no-header {
  background: #2b3e50;
  border-bottom: 1px solid #1d2935;
  height: 240px;
}

#colophon {
  border-top: 4px solid #444444;
  clear: both;
  font-size: 1.4rem;
  margin: 0 20px;
  padding: 20px 0;
  color: #B7B7B7;
}

#colophon a { color: #444444; }
#colophon a:hover { color: #2b3e50; }

.hentry, .page-header {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0 20px;
}

.hentry:last-child { border-bottom: none; }

.page-header {
  border-bottom: 3px solid #777777;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.byline, .updated { display: none; }
.single .byline, .group-blog .byline { display: inline; }

.page-content, .entry-content, .entry-summary {
  margin-top: 20px;
  margin-bottom: 20px;
}

.entry-content, .entry-summary { padding-top: 20px; }

.page-links { clear: both; margin: 0 0 20px; }

.entry-header, .page-title { padding: 20px 0 0 0; }

.entry-meta {
  border-bottom: 3px solid #333333;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 40px 0 20px;
}

.entry-meta a { color: #444444; }
.entry-meta a:hover { color: #2b3e50; }

footer.entry-meta {
  border-bottom: none;
  padding: 20px 0;
  margin-bottom: 80px;
}

.entry-top span:after { content: "\5c0"; margin: 0 5px; }
.entry-top span:last-child:after { content: none; }

/*--------------------------------------------------------------
  12.0 Gallery
--------------------------------------------------------------*/
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 211px);
  gap: 15px;
  padding: 20px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #f2f1ef;
  aspect-ratio: 211 / 168;
  border-radius: 5px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.03);
}

.gallery-item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 12px;
  font-size: 1.3rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.gallery-item:hover .caption {
  transform: translateY(0);
}

.gallery-item.hidden { display: none; }

#load-more {
  display: block;
  margin: 30px auto;
  padding: 10px 30px;
  font-size: 1.4rem;
}

/*--------------------------------------------------------------
  13.0 Lightbox
--------------------------------------------------------------*/
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.lightbox-overlay.active { display: flex; }

.lightbox-image {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
}

.lightbox-caption {
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 1.6rem;
  max-width: 90vw;
}

.lightbox-close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: white;
  font-size: 36px;
  cursor: pointer;
  line-height: 1;
  z-index: 10001;
}

.lightbox-close:hover { opacity: 0.7; }

.lightbox-prev, .lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 48px;
  cursor: pointer;
  padding: 10px;
  z-index: 10001;
  user-select: none;
}

.lightbox-prev { left: 15px; }
.lightbox-next { right: 15px; }
.lightbox-prev:hover, .lightbox-next:hover { opacity: 0.7; }

.lightbox-counter {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.3rem;
  margin-top: 5px;
}

/*--------------------------------------------------------------
  14.0 Mailing List Form
--------------------------------------------------------------*/
.signup-form {
  max-width: 480px;
}

.signup-form label {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.4rem;
}

.signup-form input[type="email"],
.signup-form input[type="text"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  font-size: 1.6rem;
}

.signup-form .required { color: #a52020; }
.signup-form .privacy-note { font-size: 1.3rem; color: #777; margin-top: 10px; }
.signup-form .honeypot { display: none !important; }

/*--------------------------------------------------------------
  15.0 Genericons Font
--------------------------------------------------------------*/
@font-face {
  font-family: 'Genericons';
  src: url('../fonts/genericons/Genericons.eot');
  src: url('../fonts/genericons/Genericons.eot?#iefix') format('embedded-opentype'),
       url('../fonts/genericons/Genericons.woff') format('woff'),
       url('../fonts/genericons/Genericons.ttf') format('truetype'),
       url('../fonts/genericons/Genericons.svg#genericonsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
  16.0 Media Queries
--------------------------------------------------------------*/

/* Tablet: 641px - 1024px */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  html { font-size: 62.5%; }
  h1 { font-size: 4.096rem; }
  h2 { font-size: 3.2rem; }
  h3 { font-size: 2.56rem; }
  h4 { font-size: 2rem; }
  h5 { font-size: 1.6rem; }
  h6 { font-size: 1.25rem; }

  .entry-meta { padding: 40px 0; }
  .entry-header, .page-title { padding: 40px 0 0 0; }
  footer.entry-meta { margin-bottom: 80px; }
  #colophon { margin: 0 40px; padding: 80px 0; }
  .nav-links { padding: 40px; }
  .entry-thumbnail { margin-right: -40px; margin-left: -40px; margin-bottom: 40px; }
  .page-header { margin: 0 40px; padding: 0 0 60px 0; }
}

/* Desktop: 1025px+ */
@media only screen and (min-width: 64.063em) {
  html { font-size: 62.5%; }

  #mobile-panel { display: none; }

  .hentry, .page-header { margin: 0; padding: 0 40px 60px; }

  h1 { font-size: 4.096rem; }
  h2 { font-size: 3.2rem; }
  h3 { font-size: 2.56rem; }
  h4 { font-size: 2rem; }
  h5 { font-size: 1.6rem; }
  h6 { font-size: 1.25rem; }

  .entry-meta { padding: 80px 0 40px; }
  .entry-header, .page-title { padding: 40px 0 0 0; }
  footer.entry-meta { margin-bottom: 80px; }
  #colophon { margin: 0 40px; padding: 80px 0; }
  .nav-links { padding: 40px; }

  #page { position: relative; width: 90%; }
  #page:before, #page:after { content: " "; display: table; }
  #page:after { clear: both; }

  #content, #content:before { width: 60%; }
  #content { float: left; }
  #content:before {
    background-color: white;
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }

  #masthead, #masthead:before { width: 20%; }
  #masthead {
    display: block;
    float: left;
    font-size: 90%;
  }

  #masthead:before {
    background: #fafafa;
    bottom: 0;
    content: '';
    position: absolute;
    right: 80%;
    top: 0;
    z-index: -1;
  }

  #secondary, #secondary:before { width: 20%; }
  #secondary {
    display: block;
    float: right;
    font-size: 90%;
  }

  #secondary:before {
    background: #f2f1ef;
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }

  .entry-thumbnail { margin-right: -40px; margin-left: -40px; }
  .page-header { margin: 0 40px; padding: 0 0 60px 0; }

  .gallery-grid { padding: 40px; }
}

/* Large screens: 1441px+ */
@media only screen and (min-width: 90.063em) {
  .widget, .site-branding { padding: 20px 40px; }

  .main-navigation li a { padding: 10px 40px; }
  .main-navigation li:first-child a { padding: 20px 40px 10px 40px; }
  .main-navigation li:last-child a { padding: 10px 40px 20px 40px; }
  .main-navigation ul ul li a { padding-left: 60px; }

  #social-links-wrapper { padding: 40px; }
  #page { width: 80%; }
  .entry-thumbnail { margin-right: -40px; margin-left: -40px; }
}

/* XL screens: 1921px+ */
@media only screen and (min-width: 120.063em) {
  #page { width: 80%; }
}

/* Gallery responsive */
@media only screen and (max-width: 650px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .gallery-item .caption { transform: translateY(0); }
}

@media only screen and (max-width: 450px) {
  .gallery-grid { grid-template-columns: 1fr; }
}

/* Lightbox responsive */
@media only screen and (max-width: 640px) {
  .lightbox-prev, .lightbox-next { font-size: 32px; }
  .lightbox-image { max-width: 95vw; max-height: 75vh; }
}

/*--------------------------------------------------------------
  17.0 Studio / Blog Listing
--------------------------------------------------------------*/
.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-list li {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.post-list li:last-child { border-bottom: none; }

.post-list .post-date {
  font-size: 1.3rem;
  color: #777;
  display: block;
  margin-bottom: 3px;
}

.post-list .post-title {
  font-weight: 700;
  font-size: 1.6rem;
}
