/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

.ec-creditcard {
    background: black !important;
}

.ElementsApp .InputElement.is-invalid {
    color: black !important;
}
input.InputElement.is-invalid.Input {
    color: black !important;
}

/*force shope app product listing fonts to be white*/
.ec-size .ec-store .grid-product__title-inner {
    color: white !important;
}

/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 10px 20px;
}

/* Equalize Simple List Blocks - Homepage*/

/* Change item class here */
.items_b861ef763f7d439aa39a3d07192e7811,
.items_e8ce5ebed2d14a34b6b7a8cb3017296e { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b861ef763f7d439aa39a3d07192e7811 > .item,
.items_e8ce5ebed2d14a34b6b7a8cb3017296e > .item {
	display: flex;
	flex-direction: column;
}

/* Homepage - Mobile Hero Styling */

@media only screen and (max-width: 768px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        padding-top: 50px;
        padding-bottom: 50px;
        background-image: url(https://static.mywebsites360.com/b1d89f9bd2734fcd99b1e154408b5695/i/cce93c40c9ac4c5f855d8ae0d9d43cef/1/5feFb8zhrk/mobile.jpg);
    }
    .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle {
    font-size: 36px;
    }
    .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .blockInnerContent .button {
    width: 100%;
}
}