/*
Theme Name: PickaVault
Description: Custom child theme for the PickaVault blog.
Author: Saira Ifzal
Template: kadence
Version: 1.0
Text Domain: pickavault
*/

.pv-container{

max-width:1200px;

margin:auto;

padding:0 20px;

}

/* =========================================================
   Footer
========================================================= */

.site-footer {
    border-top: 1px solid #e3eceb;
}

.site-footer-row-container-inner {
    padding-top: 5px;
    padding-bottom: 5px;
}

.site-footer-row {
    align-items: flex-start;
}

.site-footer-section {
    align-self: flex-start;
}

.site-footer .widget {
    margin-bottom: 20px;
}

.site-footer .widget-title {
    margin: 0 0 22px;
    font-size: 22px;
    line-height: 1.25;
    color: #18252c;
}

/* Widget 1 logo */
.site-footer .widget_media_image img,
.site-footer .wp-block-image img {
    width: auto;
    max-width: 260px;
    height: auto;
    margin: 0 0 20px;
}

/* Widget text */
.site-footer p {
    max-width: 360px;
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #56656d;
}

/* Quick Links */
.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer li {
    margin-bottom: 10px;
}

.site-footer a {
    color: #33454d;
    text-decoration: none;
}

.site-footer a:hover {
    color: #16766f;
}

/* Social icons */
.site-footer .wp-block-social-links {
    margin-top: 22px;
    gap: 12px;
}

/* Copyright row */
.site-footer-bottom-section {
    font-size: 13px;
}

@media (max-width: 767px) {
    .site-footer-row-container-inner {
        padding-top: 36px;
        padding-bottom: 30px;
    }

    .site-footer-section {
        margin-bottom: 28px;
    }

    .site-footer .widget_media_image img,
    .site-footer .wp-block-image img {
        max-width: 220px;
    }
}

.site-footer-top-section-1,
.site-footer-top-section-2,
.site-footer-top-section-3 {
    min-height: auto !important;
}

/* Reduce Kadence footer row height */
.site-top-footer-inner-wrap {
    min-height: auto !important;
    align-items: flex-start;
}

/* Copyright row */
.site-bottom-footer-inner-wrap {
    min-height: auto !important;
    padding-top: 16px;
    padding-bottom: 16px;
}

.site-footer-bottom-section-1 {
    white-space: nowrap;
}

.site-footer-bottom-section-1 p {
    max-width: none;
    line-height: 1.4;
}

