/* Fix Disappearing Mobile CTA Text */

@media only screen and (max-width: 768px) { 
    .cols3 .imgGridItem .imgHover-content {
        display: block!important;
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .blockContent.cols7 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Custom Mobile Background Image 

@media only screen and (max-width: 768px) {
    div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
        background-image: url(https://static.mywebsites360.com/b328abcf3efb484894857027afc5a862/i/ef587642a83f46829c83022b8cdc98e2/1/4SoifmQpAbHrGFzRuwTbr?nocache);
    }
}*/

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_d93a8b37b24e4378aec2d4bda27955fc { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d93a8b37b24e4378aec2d4bda27955fc > .item {
	display: flex;
	flex-direction: column;
}

/* Change item class here */
.items_bd258558f4cf44e79012eb12ca0a1465 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_bd258558f4cf44e79012eb12ca0a1465 > .item {
	display: flex;
	flex-direction: column;
}

/* Change item class here */
.items_d5548b31e6654ef39b6835aa614919e9 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d5548b31e6654ef39b6835aa614919e9 > .item {
	display: flex;
	flex-direction: column;
}

/* Popup Styles */

.dismiss{
    cursor: pointer;
}