
#footer-sidebars a, #footer-sidebars a:hover, #footer-sidebars a:visited {
    color: #ceccf0;
}
#main .center-image img {
    margin: 0 auto;
}
#main .photo-credit p {
    text-align: right;
    padding-right: 15px;
    color: white;
    text-shadow: 1px 1px 1px black;
}
#main .blue-title h2 {
    color: #0f2266;
}
#footer-sidebars #archives-6 {
    text-align: center;
}

#footer-sidebars #categories-2 {
    text-align: center;
}
#main .blue-title h4 {
    color: #0f2266;
    text-transform: uppercase;
    font-size: 18px;
}
#main .border-bottom {
    padding-bottom: 5px;
}
#main .border-bottom:after {
    content: " ";
    width: 100%;
    height: 5px;
    background-image: url(https://glenmagnafarms.org/wp-content/uploads/2019/05/border-style-1.jpg);
    position: absolute;
    bottom: 0px;
    left: 0px;
}
#main .border-top {
    padding-top: 5px;
}
#main .border-top:before {
    content: " ";
    width: 100%;
    height: 5px;
    background-image: url(https://glenmagnafarms.org/wp-content/uploads/2019/05/border-style-1.jpg);
    position: absolute;
    top: 0px;
    left: 0px;
}
li {
    color: #000;
}
#main td {
    color: #333;
    font-size: 16px;
    line-height: 1.3;
}
#main .table-header th {
    background: #0f2266;
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    #main .pricing-table tr, #main .pricing-table th, #main .pricing-table td {
        display: block;
        width: 100%;
    }
    #main .pricing-table .table-header {
        display: none;
    }
    #main .pricing-table tbody tr td:first-child {
        background: #0f2266;
        color: white;
    }
    #main .pricing-table tbody tr td:before {
        display: block;
        font-style: italic;
        margin-bottom: 10px;
        font-size: 14px;
    }
    #main .pricing-table tbody tr td:nth-child(2):before {
        content: "Friday";
    }
    #main .pricing-table tbody tr td:nth-child(3):before {
        content: "Saturday / Holiday Sunday";
    }
    #main .pricing-table tbody tr td:nth-child(4):before {
        content: "Sunday";
    }
    #main .pricing-table tbody tr td:nth-child(5):before {
        content: "Monday Holiday";
    }
    #main .pricing-table tbody tr td:nth-child(6):before {
        content: "Weekday";
    }
}