/* Change Page Width - https://gethelp.wildapricot.com/en/articles/442 */
.container_12 {
    width: 1200px;
}
.s1_grid_12{
    width: auto;
}
@media only screen and (max-width: 1199px) and (min-width: 600px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    min-width: 600px;
}}
@media only screen and (max-width: 616px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    display: block;
}}
/* --- */

/* Page Up Button Script - https://css-tricks.com/how-to-make-an-unobtrusive-scroll-to-top-button */
.scrollToTopBtn {
    background-color: #007795;
    border: none;
    color: white;
    font-family: Georgia;
    font-size: 18px;
    line-height: 50px;
    width: 50px;    
    
    /* place it at the bottom-right corner */
    position: fixed;
    bottom: 30px;
    right: 30px;

    /* keep it at the top of everything else */
    z-index: 100;

    /* hide with opacity */
    opacity: 0;

    /* also add a translate effect */
    transform: translateY(100px);

    /* and a transition */
    transition: all .5s ease
}
.showBtn {
    opacity: 0.8;
    transform: translateY(0)
}
/* --- */

/* Customizing Blog Gadget - https://gethelp.wildapricot.com/en/articles/171 */
/* Removes author's name from blog */
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink {
    display: none;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel {
    display: none;
}
/* --- */
/* Removes author's name from the recent blog posts */
.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
    display: none;
}
/* Removes dot between date & author's name */
.WaGadgetRecentBlogPosts ul li .date::after {
    display: none;
}
/* --- */
/* Disable CAPS on "Upcoming Events" gadget */
.WaGadgetUpcomingEvents ul li .title {
    text-transform: none;
}
/* --- */

/* Navagation Links Gadget (Hides First List Entry & Set Format) */
.navlinks li:first-child {
    display: none !important;
}
.navlinks {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    line-height: 3;
}
/* --- */

/* -Children's Religion Classes- */
/* Remove Event Title */
.ReligionClasses .boxHeaderTitle {
   /* display: none; */
}
/* Remove Calendar View Link */
.ReligionClasses .pageViewSwitcherContainer {
   display: none;
}
/* Show Full Children's Religion Classes Event Description */
.ReligionClasses .inner.gadgetEventEditableArea {
    max-height: none !important;
    overflow: visible !important;
}
/* Hide Show Details Link */
.ReligionClasses .footerEventDetailsLink {
    /* display: none !important; */
}
/* --- */

/* Hide Online Store No Pictures */
/* Hides Product List Photos */
.NoPhoto .OnlineStoreCatalog_list_item .OnlineStoreCatalog_list_item_img {
    display: none !important;
}
/* Hides Product Details Photos */
/*.OnlineStoreProduct_noPhoto {
    display: none !important;
}*/
/* --- */

/* Hides Specifc Donation To Option */
.HideDonate #FunctionalBlock1_ctl00_donation_ctl00_stepTemplate_donationForm_donationFormRepeater_ctl11_RadioGroup14072270 .fieldItem:nth-child(4) { /* <-- Hides Specific List # */
	display: none;
}
.HideDonate #FunctionalBlock1_ctl00_donation_ctl00_stepTemplate_donationForm_donationFormRepeater_ctl11_RadioGroup14072270 .fieldItem:nth-child(5) { /* <-- Hides Specific List # */
	display: none;
}

/* Selects "AppleDay 100 Toronto Scouts Group" for the Donation To Option + JavaScript Added To Web Page */
.HideDonateTo #idContainer14072270 {
    display: none;
}