/* 
    Created on : Feb 12, 2024, 3:04:19 PM
    Author     : tim@marscoweb.com
*/

/* Mobile responsive stuff */
@media only screen and (max-width: 992px) {
    .new-sm-column {
        float: left;
        width: 50% !important;
        padding: 50px !important;
    }
    .new-lg-column {
        float: left;
        width: 50% !important;
        padding: 25px !important;
    }
  	.desktop-only {
		display: none;
	}
}

/* Desktop/Laptop responsive stuff */
@media only screen and (min-width: 992px) {
  	.mobile-only {
    	display: none;
  	}
}

/* Site general overrides for all devices */
:root {
  --cassiopeia-color-primary: #556b2f;
}
.site-grid {
   	background-color: #e5e3d9;
}
h1, H1, h2, H2, h3, H3, h4, H4, h5, H5, .card-header, .page-header {
  	color: #789460 !important;
}
.btn.btn-primary.w-100 {
  	background-color: #789460;
}
a {
    color: #789460;
    text-decoration: none !important;
}
.ph-si-feed {
    display: none;
}
.pagenavigation {
    display: none;
}
.new-sm-column {
    float: left;
    width: 30%;
    padding: 25px;
}
.new-lg-column {
    float: left;
    width: 70%;
    padding-top: 100px;
}
.com-users-profile__multifactor {
    display: none;
}
#avs-category {
}
.com-content-category-blog.blog {
}

/* DP Calendar overrides */
.dp-event-url.dp-link {
  	color: #789460;
}
.dp-flatcalendar__month {
  	background-color: #789460 !important;
}
.dp-flatcalendar__month {
  	box-shadow: none !important;
}
.dp-button.dp-button-action.dp-button-copy-google, .dp_button.dp-button-action.dp-button-copy-ical, .dp-button.dp-button-action.dp-button-print {
	display: none;
}
.dp-image {
  	width: 50% !important;
}
.dp-field-image-intro, .dp-field-image-intro-alt, .dp-field-image-intro-caption {
  	display: none !important;
}
.dp-field-image-full-alt, .dp-field-image-full-caption {
  	display: none !important;
}
.fc-h-event {
  	background-color: #789460 !important;
}

/* Phoca Gallery overrides */
.pg-item-box-title.image.pg-display-name-1 {
  	display: none;
}
.pswp__caption {
  	display: none;
}
#phocagallery-categories-detail {
  	display: none;
}

/* Phoca Cart overrides */
.ph-pull-right.ph-button-add-to-cart-box {
  	display: none;
}
.ph-top {
  	display: none;
}
#phItemTopBoxForm {
  	display: none;
}
.ph-pagination {
   	display: none;
}
.ph-pull-right.form-group.ph-item-add-to-cart-box {
  	display: none;
}

/* Videoshare overrides */
#Advanced {
  	display: none;
}

/* Cookies module */
.jb-accept.blue {
  	background: #556b2f !important;
  	border-color: #556b2f !important;
}
.jb-cookie.blue p a {
  	color: #556b2f !important;
}
.jb-cookie-bg.black {
	border-top: 1px solid #556b2f !important;
}
.main-bottom.card {
  	background-color: #e5e3d9;
}
#chatgpt_assistant_interface {
  max-width: 100% !important;
}