/* Archive and Home Grid */
.tll-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 20px 0;
}

.tll-gallery-box {
/*     width: calc(33.333% - 13.33px); */
	width: 150px;
	height: 150px;
 border: none !important;
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0px 2px 1px 1px rgb(0 0 0 / 4%);
}
a.tll-gallery-link.d-block.text-center
 {
    text-align: center !important;
}
.tll-gallery-box:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.tll-gallery-thumbnail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.tll-gallery-title {
    margin-top: 10px;
    font-size: 1.1em;
    color: #333;
}

/* View More Button */
.view-more-button {
    display: block;
    margin: 30px auto;
    padding: 10px 20px;
    background-color: #222;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    width: max-content;
}

.view-more-button:hover {
    background-color: #444;
}

/* Single Template */
.tll-single-gallery {
    max-width: 60%;
    margin: 40px auto;
    padding: 0 20px;
	margin-top: 0px;
}

.tll-single-title {
    font-size: 2em;
    margin-bottom: 20px;
}

.tll-single-image {
    margin-bottom: 20px;
	width: 100%;
}
.tll-view-more-inner span {
    font-size: 14px;
}
.tll-main-link,
.tll-additional-links {
    margin-top: 20px;
}

.tll-main-link a,
.tll-additional-links a {
    color: #0066cc;
    text-decoration: underline;
}

.tll-additional-links ul {
    list-style-type: disc;
    padding-left: 20px;
}

.tll-view-more-box {
	display: flex;
    align-items: center;
    justify-content: center;
}
.tll-view-more-box a {
    color: #000000;
    font-weight: 600;
}
.tll-gallery-box {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
	margin-bottom: 20px;
}
.MD-BX{
	    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
main.tll-gallery-archive {
    padding: 60px 30px;
}
.ledger_item.type-ledger_item {
    display: flex !important
;
    gap: 15px !important;
    background: #33333305 !important;
    padding: 5px !important;
    border-radius: 6px !important;
    box-shadow: 0px 0px 5px #3333331c !important;
	justify-content: center;
    align-items: center;
}
.tll-single-content a {
    color: #08449e;
}
main.tll-single-gallery {
    flex: 2;
    min-width: 600px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 14%);
	margin-top: 0px;
}
.gws-wrapper {
    display: flex
;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
	    flex-direction: row;
}

.breadcrumb-subtitle {
    font-size: 48px !important;
    font-weight: 600 !important;
    color: #ffffff57 !important;
}
button {
    background: transparent;
    border: none;
}