<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Ghumgham
Theme URI: https://www.themesmandu.com/product/ghumgham
Author: Themesmandu
Author URI: https://www.themesmandu.com/
Description: Ghumgham Theme is mainly for travel based websites.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ghumgham
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, footer-widgets, theme-options, flexible-header

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Ghumgham is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* -- post-gallery figure -- */

.gallery-item a {
    display: unset;
}

.gallery-item a:after {
    content: unset !important;
}

.gallery figure {
    display: inline-grid;
    padding: 2px;
    margin-bottom: 0;
}

.gallery figure img {
    width: 100%;
    height: auto;
}

.gallery-columns-1 figure {
    width: 100%;
}

.gallery-columns-2 figure {
    width: 50%;
}

.gallery-columns-3 figure {
    width: 33.333333%;
}

.gallery-columns-4 figure {
    width: 25%;
}

.gallery-columns-5 figure {
    width: 20%;
}

.gallery-columns-6 figure {
    width: 16.666667%;
}

.gallery-columns-7 figure {
    width: 14.2857%;
}

.gallery-columns-8 figure {
    width: 12.5%;
}

.gallery-columns-9 figure {
    width: 11.1111%;
}

.gallery {
    margin: 0 -1px;
}

.gallery-columns-5 figure,
.gallery-columns-6 figure,
.gallery-columns-7 figure,
.gallery-columns-8 figure,
.gallery-columns-9 figure {
    padding: 1px;
    margin-bottom: 0;
}

.gallery-columns-5 figure figcaption,
.gallery-columns-6 figure figcaption,
.gallery-columns-7 figure figcaption,
.gallery-columns-8 figure figcaption,
.gallery-columns-9 figure figcaption {
    font-size: 10px;
}


/* --Alignments Styles --- */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figcaption,
.wp-caption-text,
.gallery-caption {
    font-family: NunitoSemiBold;
    font-size: 14px;
    color: #6d7683;
    margin-top: 4px;
    text-align: center;
}

.widget .gallery-caption {
    font-size: 12px;
}</pre></body></html>