﻿/*
 Theme Name: leadu-frame-gp-child.3.0
 Template: generatepress
 Author: Gary
 Version: 1.0
 Description: Custom frame and layout for Learning Organic Gardening.
*/

/* ============================================
   TEMPLATE FRAME
   ============================================ */
.container {
    max-width: 860px;
    margin: 0 auto 40px auto;
    border: 10px ridge #556B2F;   /* olive green */
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.template-inner {
    margin: 0;
}

.image-block {
    text-align: center;
    margin: 0 0 30px 0;
}

.template-header-img,
.template-footer-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 600px) {
    .container {
        max-width: 100%;
        margin: 10px;
        padding: 15px;
        border-width: 6px;
    }

    h1 {
        font-size: 28px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }
}
/* Remove GP padding around custom template */
.page-template-page-template .inside-article {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}
.page-template-page-template .site-content {
    padding-top: 0 !important;
}
.page-template-page-template .inside-article {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.page-template-page-template .site-content {
    padding-top: 0 !important;
}
