
/* GLOBAL */
/* ==== */
:root {
--lightness: #ffd8b7;
}
html {
scroll-behavior: smooth;
}
body {
background: var(--light);
}
#savecontent {
margin-top: -2px;
}
a.text-primary:hover {
color: var(--primary-alt) !important;
}
.codey {
font-family: courier, monospace;
}
.anchor {
scroll-margin-top: 200px;
}
@media(min-width: 1px) {
h1, .h1 {
font-size: 2rem;
}
h2,
.h2 {
font-size: 1.8rem;
}
h3,
.h3 {
font-size: 1.65rem;
}
h4,
.h4 {
font-size: 1.5rem;
}
h5,
.h5 {
font-size: 1.35rem;
}
h6,
.h6 {
font-size: 1.2rem;
}
}
@media(min-width: 576px) {
h1, .h1 {
font-size: 2.7rem;
}
h2,
.h2 {
font-size: 2.4rem;
}
h3,
.h3 {
font-size: 2.1rem;
}
h4,
.h4 {
font-size: 1.9rem;
}
h5,
.h5 {
font-size: 1.6rem;
}
h6,
.h6 {
font-size: 1.3rem;
}
}
@media(min-width: 768px) {
h1, .h1 {
font-size: 3.1rem;
}
h2,
.h2 {
font-size: 2.75rem;
}
h3,
.h3 {
font-size: 2.4rem;
}
h4,
.h4 {
font-size: 2.05rem;
}
h5,
.h5 {
font-size: 1.7rem;
}
h6,
.h6 {
font-size: 1.35rem;
}
}
@media(min-width: 1200px) {
h1.mega, .h1.mega {
font-size: 4.5rem !important;
}
body {
font-size: 1.1rem;
}
h1,
.h1 {
font-size: 3.4rem;
}
h2,
.h2 {
font-size: 3rem;
}
h3,
.h3 {
font-size: 2.6rem;
}
h4,
.h4 {
font-size: 2.2rem;
}
h5,
.h5 {
font-size: 1.8rem;
}
h6,
.h6 {
font-size: 1.4rem;
}
}
@media(min-width: 1600px) {
h1, .h1 {
font-size: 3.8rem;
}
h2,
.h2 {
font-size: 3.25rem;
}
h3,
.h3 {
font-size: 2.8rem;
}
h4,
.h4 {
font-size: 2.35rem;
}
h5,
.h5 {
font-size: 1.9rem;
}
h6,
.h6 {
font-size: 1.45rem;
}
}
h1.mega {
text-shadow: 3px 3px 0 var(--primary);
}
.accordion .card-header a {
font-size: 1.2rem;
}
.accordion-new .card-header {
border: 1px solid transparent;
}
.accordion-new .card-header:hover {
background: #a1dfd8;
border: 1px solid #60c4b8;
}
.accordion,
.accordion .card,
.accordion .card-header,
.accordion .card-body {
border-radius: 0;
}
.accordion .card-body {
border-top: 1px solid var(--border);
}
.wrapper ul:not(.pagination):not(.list-unstyled) {
list-style: none;
padding: 0 10px;
}
.wrapper ul:not(.pagination):not(.list-unstyled) li {
position: relative;
padding-left: 23px;
}
.wrapper ul:not(.pagination):not(.list-unstyled) li:before {
content: "";
position: absolute;
left: 0;
top: 2px;
width: 18px;
height: 18px;
background-image: url(/userfiles/2649/images/burst.png);
background-size: cover;
background-repeat: no-repeat;
}
.wrapper ul:not(.pagination):not(.list-unstyled) li ul li:before {
content: "";
position: absolute;
left: 0;
top: 2px;
width: 18px;
height: 18px;
background-image: url(/userfiles/2649/images/circleburst.png);
background-size: cover;
background-repeat: no-repeat;
}
.wrapper ul li,
.modal ul li,
.wrapper ol li,
.modal ol li {
margin-bottom: 6px;
}
.wrapper ul li ul,
.modal ul li ul,
.wrapper ol li ul,
.modal ol li ul {
margin-top: 6px;
}
.metro-list {
line-height: 1.15;
}
.metro-list a {
margin-bottom: 7px;
padding-left: 5px;
display: block;
}
/* ================================== .sub-page-content applies to pages with accordions and whatnot ================================== */
.sub-page-content .sub-sub-heading {
font-size: 1.55rem;
color: var(--primary) !important;
font-weight: bold;
margin-bottom: 0 !important;
padding: 1rem 0 1rem .5rem;
background: #f9f9f9;
/*transition: all .2s ease-in-out;*/
}
.sub-page-content .sub-sub-heading:hover {
cursor: pointer;
background: var(--lightness);
/* padding-left: 1rem;*/
}
.sub-page-content .collapse .sub-sub-heading,
.sub-page-content .collapsing .sub-sub-heading {
font-size: 1.3rem;
color: var(--dark) !important;
margin-bottom: 0 !important;
padding: 0;
background: transparent !important;
}
/*.collapser:not(.collapsed) {
background-color: var(--primary);
}
.collapser:not(.collapsed) .sub-sub-heading {
color: var(--warning) !important;
}*/
@media(max-width: 575px) {
.side-popout {
width: calc(100% - 20px) !important;
max-width: calc(100% - 20px) !important;
}
}
@media(max-width: 767px) {
.sub-page-content .sub-sub-heading {
font-size: 1.3rem;
}
.sub-page-content .collapse .sub-sub-heading,
.sub-page-content .collapsing .sub-sub-heading {
font-size: 1.15rem;
}
/* .side-popout {
font-size: 1rem;
padding: .75rem !important;
}
.side-popout .btn {
font-size: .7rem !important;
padding: 2px 4px !important;
}*/
}
.collapse.pt-3,
.collapsing.pt-3 {
padding: 1rem;
background: white;
}
.collapse ul li,
.collapsing ul li {
margin-bottom: .5rem;
}
.new-collapse.collapse.pt-3,
.new-collapse.collapsing.pt-3 {
padding: 0;
background: white;
}
@media(min-width: 992px) {
.collapse.pt-3, .collapsing.pt-3 {
padding: 2rem !important;
}
.new-collapse.collapse.pt-3,
.new-collapse.collapsing.pt-3 {
padding: 1rem !important;
background: white;
}
}
.sub-page-content .collapse .sub-sub-heading:hover,
.sub-page-content .collapsing .sub-sub-heading:hover {
cursor: auto;
background: transparent;
}
.sub-nav .nav-focus {
font-weight: bold;
color: var(--primary-alt);
}
#accordion hr,
#accordion1 hr,
#accordion2 hr {
margin: 0;
}
.btn {
white-space: normal;
}
.block-cards .row.no-gutters .round.d-flex,
.block-cardss .row.no-gutters .round.d-flex {
background: white;
}
.block-cards .row.no-gutters .half-hero,
.block-cardss .row.no-gutters .half-hero {
border-radius: 12px;
overflow: hidden;
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .85;
}
#savecontent img {
max-width: 100% !important;
height: auto !important;
}
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
@media (max-width: 767px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
.btn-primary {
color: white !important;
}
.round {
border-radius: 12px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
background-color: rgba(0, 0, 0, 0.9);
padding: 1rem;
background-size: 20px;
}
@media(min-width: 1600px) {
.container {
max-width: 1300px;
}
}
@media(min-width: 1600px) {
.container.container-wide {
width: 1500px !important;
max-width: 1500px !important;
}
}
.product-image {
background-size: cover !important;
min-height: auto !important;
padding-bottom: 75%;
}
#savecontent form label {
font-weight: bold;
}
#savecontent form .checkbox-group label,
#savecontent form .radio-group label {
font-weight: normal;
}
.formbuilder-required {
color: red;
}
.text-right.addToCart {
text-align: left !important;
}
.blog-detail-page {
background: var(--light);
}
.blog-detail-page .blog {
border-radius: 12px;
padding: 1.5rem;
background: white;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.blog-detail-page .blog h4 {
margin-top: 1rem;
}
/*@media(min-width: 1400px) {
.podcast-info {
flex: 0 0 25% !important;
max-width: 25% !important;
}
}*/
.overlay-cards .overlay {
transition: all .2s ease-in-out;
background-color: rgba(0, 0, 0, 0.45) !important;
opacity: 100 !important;
line-height: 1.2;
font-weight: bold;
}
.overlay-card {
overflow: hidden;
}
.overlay-card:hover .overlay {
background-color: rgba(255, 255, 255, 0) !important;
}
.overlay-card:hover .overlay span {
opacity: 0;
}
@media(min-width: 1px) {
.overlay-cards .overlay {
font-size: .75rem;
}
}
@media(min-width: 340px) {
.overlay-cards .overlay {
font-size: .9rem;
}
}
@media(min-width: 576px) {
.overlay-cards .overlay {
font-size: 1.2rem;
}
}
@media(min-width: 768px) {
.overlay-cards .overlay {
font-size: 1.5rem;
}
}
@media(min-width: 992px) {
.overlay-cards .overlay {
font-size: 1.2rem;
}
}
@media(min-width: 1200px) {
.overlay-cards .overlay {
font-size: 1.5rem;
}
}
/*::-webkit-scrollbar-track {
background: #c9c9c9;
}
::-webkit-scrollbar-thumb {
background: #eee;
}
::-webkit-scrollbar-thumb:hover {
background: var(--primary-alt);
}*/
::-webkit-scrollbar-track {
background: #003b3b;
width: 50px;
}
::-webkit-scrollbar-thumb {
background: #086d6d;
}
::-webkit-scrollbar-thumb:hover {
background: var(--primary-alt);
}
/*.sub-page-content {
background-image: url(/userfiles/2649/images/superkid.jpg);
background-size: 550px 756px;
background-repeat: no-repeat;
background-position: bottom left;
}*/
.sub-page-content {
opacity: 0;
transform: translateX(-100%) scale(0.1);
animation: slideInFromLeft .5s ease-out forwards;
animation-delay: 0.5s;
}
@keyframes slideInFromLeft {
to {
opacity: 1;
transform: translateX(0%) scale(1);
}
}
/*.block-cards {
margin-top: -1rem;
}*/
/* sub nav stuff */
.sub-nav {
background: var(--primary);
color: white;
padding: 1rem;
border-radius: 8px;
float: right;
width: 25%;
min-width: 200px;
font-size: .9rem;
margin: 0 0 5px 15px;
}
@media(max-width: 575px) {
.sub-nav {
width: 100%;
float: none;
margin: 0 0 1rem 0;
}
.sub-btns .btn {
font-size: .85rem;
padding: 2px 6px;
}
/* .sub-hero {
padding-bottom: 40% !important;
}*/
}
@media(min-width: 1600px) {
.sub-nav {
padding: 2rem;
}
}
.sub-nav .sub-nav-title {
color: var(--warning);
}
.sub-nav a {
color: white;
padding: .5rem 0;
line-height: 1.2;
}
.sub-nav a:hover {
text-decoration: underline;
}
/* sub nav stuff */
/* PAGE SPECIFIC */
/* FOOTER */
