/* Ported from CI3 wla_new/tossin/css/gallery.css
   --main-bg-color→--brand-primary; --secondary-bg-color→--brand-secondary;
   images→/assets/img/ue_override/4580/; google-font @imports dropped. */

/* ── gallery.css ── */
body {
	font-family: "Poppins", sans-serif;
}
.space-section {
    padding: 25px 0;
    background-color: #FCFCFC;
}
.space-section .container {
    max-width: 500px;
    padding: 0px;
}
.common-space {
    padding: 50px 0px;
}
.franchise-page h1 {
    color: #fff;
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 40px;
}
.franchise-page h1 span {
	color: #6c6c6c;
}
.bg-img-tp {
    background-color: var(--brand-primary);
}
.blog-card {
    overflow: hidden;
    height: 100%;
}
.blog-detail {
    padding: 20px 20px 15px 20px;
}
.blog-placeholder img {
    border-radius: 0 0 50px 0px;
}
.blog-detail h4 {
    color: var(--brand-primary);
    font-size: 24px;
}
.blog-detail p span {
    color: var(--brand-primary);
    font-weight: 600;
}
.franchise-page-row .col-md-4 {
    padding: 0 8px;
    margin-bottom: 25px;
}
#imageViewer .modal-content {
    margin-top: 220px !important;
    background: none;
    border: none;
}
#imageViewer .modal-dialog {
    min-height: auto;
}
#imageViewer #imageDiv {
    border: 0px !important;
    border-radius: 20px !important;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
.franchise-page-row {
	padding: 0 10px;
}
.franchise-page h1 {
    margin-bottom: 30px;
}
.common-space {
    padding: 40px 0px;
}

}

@media only screen and (max-width: 767px) {
.space-section {
    padding: 0;
    background-color: #fff;
}
.extraspace .franchise-page.bg-img-tp {
    margin-top: 30px;
}
.franchise-page h1 {
    font-size: 24px;
    margin-bottom: 25px;
}
.blog-detail {
    padding: 10px 10px 15px 10px;
}
.blog-detail h4 {
    color: var(--brand-primary);
    font-size: 14px;
    margin-bottom: 6px !important;
}
.franchise-page-row .col-md-4 {
    margin-bottom: 30px;
}
.franchise-page-row .col-md-4 {
    padding: 0 5px;
    margin-bottom: 20px;
}
.franchise-page-row {
    padding: 0 10px;
}
.blog-placeholder img {
    border-radius: 0 0 30px 0px;
}
.blog-card {
    border-radius: 0px;
}
.blog-detail p {
    line-height: normal;
    font-size: 12px;
}
#imageViewer .modal-content {
	margin-top: 0 !important;
}
#imageViewer .modal-dialog {
    min-height: calc(100% - 1rem);
}

}

