/*
 Theme Name:   PointFinder Child
 Theme URI:    https://example.com/pointfinder-child
 Description:  Child theme for PointFinder
 Author:       Your Name
 Author URI:   https://example.com
 Template:     pointfinder
 Version:      1.0.0
*/

/* Import the parent theme style */
/* @import url("../pointfinder/style.css"); */

.postid-36774 .pfdetailitem-subelement{
	max-height: 70px;
    overflow: hidden;
}

#pf-topprimary-nav .pfnavmenu li a, .pf-my-account.pfloggedin a {
    line-height: 30px;
}

p a { text-decoration: underline; }

.star {
    font-size: 25px;
    color: #ddd; /* Default color for empty part of the star */
    position: relative;
    display: inline-block;
    font-family: Arial Unicode MS;
}

.star:before {
    content: '★';
    position: absolute;
    top: 0;
    left: 0;
    width: var(--star-fill);
    overflow: hidden;
    color: gold;
}

.pf-row.features-list {
    white-space: break-spaces;
    margin: 0;
}

.pf-row.features-list::before,
.pf-row.features-list::after {
    display: none;
}

.header-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: start;
}

.header-section h1.pf-item-title-text {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 10px;
}

.header-section h2 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-weight: 600;
    font-style: normal;
    color: #333333;
    font-size: 20px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
}

.header-section .pf-item-title-bar {
    display: flex;
    justify-content: space-between; 
    width: 100%;
}

.header-section .btn-container {
    min-width: 150px;
}

.header-section .pf-item-title-bar .pf-item-subtitle {
    display: block;
}

.pf-itemdetail-pdate {
    margin-top: 20px;
}

.place-rating {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.place-rating span strong {
    font-size: 35px;
}

.pros-cons-container {
    width: 100%;
}

.pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.pros ul, .cons ul {
    list-style: none;
    padding: 0;
}

.pros, .cons {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    border-left: 5px solid;
}

.pros {
    border-left-color: #27ae60;
}

.cons {
    border-left-color: #e74c3c;
}

.pros ul li, .cons ul li{
    padding: 8px 0;
    border-bottom: 1px solid #ecf0f1;
    font-size: 16px;
    line-height: 1.5;
}

.pros li::before {
content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='green' viewBox='0 0 16 16'><path d='M13.485 1.929a1 1 0 0 1 1.415 1.414l-8 8a1 1 0 0 1-1.415 0l-4-4a1 1 0 1 1 1.415-1.414L6 9.086l7.485-7.157z'/></svg>");
  display: inline-block;
  width: 1em;
  height: 19px;
  margin-right: 0.5em;
  vertical-align: middle;
}

.cons li::before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 16 16'><path d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/></svg>");
  display: inline-block;
  width: 1em;
  height: 19px;
  margin-right: 0.5em;
  vertical-align: middle;
}

.title-container {
    margin-bottom: 20px;
}

.header-section .btn-container {
    margin: auto;
    margin-bottom: 20px;
}

a.order-now-btn {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #ffffff;
    background-color: #05afef;
    padding: 0px 20px;
    line-height: 47px;
    margin-top: 8px;
    display: block;
    max-width: fit-content;
    height: 47px;
}

a.order-now-btn:hover {
    background-color: #0d117a;
    color: #ffffff;
}

.pf-primary-navclass ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-description-container {
    margin: 40px 0;
}

.archive .pf-breadcrumbs #pfcrumbs.pfwbg li a,
.pf-breadcrumbs #pfcrumbs.pfwbg li {
    color: #ffffff;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
}

.posts-grid .post img {
    min-height: 250px;
    object-fit: cover;
}

div#ez-toc-container .ez-toc-title {
    line-height: 34px;
}

.post #ez-toc-container {
    border: none;
}

#ez-toc-container.ez-toc-white {
    background: #f4f4f4;
}

.self-storage-sidebar-widget {
   margin: 20px 0;
   overflow: hidden;
   box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.widget-background {
   background-image: url('/wp-content/uploads/2020/01/582462-PM4WBG-690-e1579723544353-680x270.jpg');
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   position: relative;
}

.widget-header {
   padding: 0;
   padding-top: 16px;
   position: relative;
   z-index: 1;
   backdrop-filter: blur(1px);
}

#custom_html-2 .widget-header h3 {
   margin: 0;
   font-weight: 600;
   color: #374151;
   text-align: center;
}

.widget-content {
   padding: 20px;
   text-align: center;
   position: relative;
   z-index: 1;
   backdrop-filter: blur(1px);
}

.widget-content p {
   margin: 0 0 20px 0;
   font-size: 13px;
   line-height: 1.5;
   color: #374151;
   font-weight: 500;
}

.widget-button {
    display: inline-block;
    background: #05afef;
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 12px;
    transition: all 0.3s ease;
}

.widget-button:hover {
    background: #0d117a;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.single.post img {
    width: 100%;
    object-fit: cover;
}

.custom-categories-grid {
    margin: 20px 0;
}

.categories-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.category-grid-item {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.category-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.category-item-wrapper {
    height: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.category-image-zone {
    flex: 1;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.category-image-zone a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-grid-item:hover .category-image {
    transform: scale(1.05);
}

.category-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgba(255, 255, 255, 0.7);
    font-size: 48px;
}

.category-content-zone {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: white;
}

.category-content-zone a {
    text-decoration: none;
    color: inherit;
}

.category-title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: white;
}

.category-count {
    margin-top: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.single-storage .pf-breadcrumbs #pfcrumbs li a {
    color: #333333;
}

.single.single-post p,
.single.single-post div#ez-toc-container ul li, 
.single.single-post div#ez-toc-container ul li a,
.single.single-post .post-content ul li,
.single.single-post .post-content ol li,
.single.single-post .post-content table td,
.single.single-post .post-content table th {
    font-size: 16px;
    line-height: 2em;
}

.single.single-post .post-content h2,
.single.single-post div#ez-toc-container .ez-toc-title,
.single.single-post .post-mtitle {
    font-size: 24px;
    font-weight: bold;
}

.single.single-post .post-content h3 {
    font-size: 21px;
    font-weight: bold;
}

.single.single-post .post-content h4 {
    font-size: 18px;
    font-weight: bold;
}

.single.single-post .post-content h5 {
    font-size: 16px;
    font-weight: bold;
}

.single.single-post .post-content h6 {
    font-weight: bold;
}

.single.single-post h2 {
    margin-top: 3em;
}

.pf-itempage-features .pf-row {
    margin: 0;
}

.home #mlb2-27272491.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    max-width: 100%;
}

/* Clean Posts Grid Styles */
.posts-grid-section {
    padding: 40px 0;
}

.posts-grid-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 6x2 Grid Layout */
.posts-grid-section .posts-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.posts-grid-section .post-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.posts-grid-section .post-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.posts-grid-section .post-card {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f8f9fa;
}

.posts-grid-section .post-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.posts-grid-section .post-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform 0.3s ease;
}

.posts-grid-section .post-item:hover .post-image img {
    transform: scale(1.05);
}

.posts-grid-section .no-image {
   width: 100%;
   height: 100%;
   background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
   font-weight: 500;
}

/* Overlay */
.posts-grid-section .post-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 40px 20px 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.posts-grid-section .post-item:hover .post-overlay {
    transform: translateY(0);
}

.posts-grid-section .post-content {
    color: white;
    text-align: center;
}

.posts-grid-section .post-date {
    font-size: 12px;
    color: #e5e5e5;
    margin-bottom: 8px;
    font-weight: 400;
}

.posts-grid-section .post-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
}

.posts-grid-section .post-title a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.posts-grid-section .post-title a:hover {
    color: #f0f0f0;
}

/* See All Button */
.posts-grid-section .see-all-button {
    text-align: center;
    margin-top: 30px;
}

.posts-grid-section .btn-see-all {
    display: inline-block;
    padding: 14px 20px;
    font-size: 14px;
    color: #666;
    border-color: #EBEBEB;
    background-color: #EBEBEB;
}

.posts-grid-section .btn-see-all:hover {
    color: #5e5e5e;
    border-color: #dcdcdc;
    background-color: #dcdcdc;
    color: #666;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .posts-grid-section .posts-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .posts-grid-section .posts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .posts-grid-section .posts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .posts-grid-section .section-title h2 {
        font-size: 28px;
    }
    
    .posts-grid-section .post-title {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .posts-grid-section .posts-grid {
        grid-template-columns: 1fr;
    }
    
    .posts-grid-section {
        padding: 20px 0;
    }
    
    .posts-grid-section .section-title h2 {
        font-size: 24px;
    }
}

/* Animation */
.post-item {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(30px);
}

.post-item:nth-child(1) { animation-delay: 0.1s; }
.post-item:nth-child(2) { animation-delay: 0.2s; }
.post-item:nth-child(3) { animation-delay: 0.3s; }
.post-item:nth-child(4) { animation-delay: 0.4s; }
.post-item:nth-child(5) { animation-delay: 0.5s; }
.post-item:nth-child(6) { animation-delay: 0.6s; }
.post-item:nth-child(7) { animation-delay: 0.7s; }
.post-item:nth-child(8) { animation-delay: 0.8s; }
.post-item:nth-child(9) { animation-delay: 0.9s; }
.post-item:nth-child(10) { animation-delay: 1.0s; }
.post-item:nth-child(11) { animation-delay: 1.1s; }
.post-item:nth-child(12) { animation-delay: 1.2s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive design */
@media (max-width: 992px) {
    .categories-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .categories-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .category-item-wrapper {
        height: 250px;
    }
    
    .category-title {
        font-size: 18px;
    }
}

/* Author Page */
.author .pf-row.my-3 {
    margin-top: 4em;
    margin-bottom: 4em;
}

.author p, .author ul li, .author ol li {
    font-size: 16px;
    line-height: 2em;
}

.author .author-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
}

.author .author-tags .tag {
    background-color: #104077;
    color: #fff;
    padding: 5px 20px;
}

.author .author-bio {
    display: flex;
    gap: 20px;
    margin: 1.5em 0;
}

.author .author-social-links {
    margin: 0;
    padding-top: 15px;
}

.author .cta-box {
    background-color: #d5eff9;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.author .cta-box:not(:last-of-type) {
    margin-right: 15px;
}

.author .cta-box a {
    max-width: fit-content;
    background-color: #05afef;
    padding: 10px 15px;
    color: #fff;
}

.author .cta-box a:hover {
    background-color: #0d117a;
    text-decoration: none;
}

.author .pfauthorposts {
    margin-top: 0;
}

@media (max-width: 991px) {
    .author .cta-box {
        margin: 15px 0;
    }
}

/* .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h3 {
    font-size: 18px;
} */