/*
Theme Name: Permaculture 2012
Theme URI: https://www.permaculture2012.co.za/
Author: WHG Solutions
Description: WordPress theme for Permaculture 2012 with editable page content.
Version: 1.3.56
Text Domain: pc2012
*/

.MasterFooterIlinkLogo,
.MasterFooterWebhouseLogo {
    display: none !important;
}

#content span.pc2012-missing-image,
.ContentPageContent span.pc2012-missing-image,
table.ContentPageTable span.pc2012-missing-image {
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    vertical-align: top;
    margin: 4px 0;
}

#content img.pc2012-missing-image__svg,
.ContentPageContent img.pc2012-missing-image__svg,
table.ContentPageTable img.pc2012-missing-image__svg {
    display: block;
    width: 100%;
    height: auto;
    background: #eff1f3;
}

#content .pc2012-missing-image__name,
.ContentPageContent .pc2012-missing-image__name,
table.ContentPageTable .pc2012-missing-image__name {
    display: block;
    margin-top: 4px;
    color: #5a1a1a;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.3;
    text-align: center;
    word-break: break-word;
}

#Navigation {
    display: block;
}

#ImageBlocks #slider .sy-box {
    margin-bottom: 0;
}

#ImageBlocks #slider .sy-pager {
    margin: 0 0 28px;
}

#ImageBlocks .Block2Image {
    margin-top: 8px;
}

#ImageBlocks .images-box img {
    width: 100%;
    height: auto;
    display: block;
}

#ImageBlocks .sy-controls {
    display: block;
}

#ImageBlocks .sy-slides-wrap:hover .sy-controls {
    display: block;
}

#ImageBlocks .sy-controls li.sy-prev {
    left: 0;
    top: 0;
}

#ImageBlocks .sy-controls li.sy-next {
    right: -35px;
    top: 0;
}

#ImageBlocks .sy-pager li.sy-active a,
.sy-pager li.sy-active a {
    background-color: #55a518;
}

#ImageBlocks .sy-controls li a:after {
    color: #fff;
    font-size: 28px;
    line-height: 2.2em;
}

.pc2012-home #content .ContentPageContent {
    padding-top: 32px;
}

/* Inner pages only: bordered content panel and centered page title tab */
.pc2012-page #content {
    background: #cffbc9;
    background-size: 100% 100%;
    margin-top: 57px;
    margin-left: 40px;
    border: 10px solid #a0bf90;
    border-radius: 30px;
}

.pc2012-page .HeaderHolder {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}

.ContentContainer {
    background-color: #1b3319 !important;
    background-image: url("https://permaculture2012.co.za/wp-content/uploads/pc2012-theme/layout/main_bg.png") !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: 100% auto !important;
}

.home .ContentContainer,
.page-id-9 .ContentContainer {
    height: calc(100vh - 129px) !important;
}

.pc2012-page .ContentPageHeader {
    display: block;
    width: fit-content;
    margin-top: -3px !important;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
    border-top: solid 10px #cffbc9;
    border-right: 6px solid #a0bf90;
    border-bottom: solid 6px #a0bf90;
    border-left: solid 6px #a0bf90;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    float: none;
    color: #193119;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Verdana', sans-serif;
    text-align: center !important;
}

.MasterFooter {
    background: #1b3319 !important;
    padding: 8px;
}

a.BannerColumnImageLink:hover img {
    opacity: 0.9;
}

.MasterFooterHolder {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1003px;
    padding-left: 40px;
    padding-right: 12px;
}

@media only screen and (max-width: 767px) {
    .pc2012-page #content {
        margin-left: 0;
        border-radius: 16px;
    }

    .MasterFooterHolder {
        padding-left: 12px;
    }

    #Navigation {
        display: none;
    }

    #ImageBlocks #slider .sy-pager {
        margin-bottom: 36px;
    }

    #ImageBlocks .Block2Image {
        margin-top: 16px;
    }

    #content img,
    .ContentPageContent img {
        max-width: 100% !important;
        height: auto !important;
    }

    #out-of-the-box-demo img {
        width: 100%;
        height: auto;
    }
}
