/* Fix Disappearing Mobile CTA Text */

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

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols4 .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.jpg);
    }
}

/* Equalize Simple List Blocks*/

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

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

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

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

/* Custom Header Search Bar */
.blockWrap_f2b7df6bd6db4f0ca7758eab123e5819{
    display: block;
    text-align:center;
    /*width: 50%;*/
    /*padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.428571429;
    /*border: 1px solid #e6e6e6;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #4f4f4f;
    background-color: #fcfcfc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: middle;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.search-banner input {
    width: 255px;
    display: block;
    min-width: 150px;
    max-width: 100%
}

input#sh-search-query1 {
    padding: 6px;
    border-radius: 0;
    border: 1px solid #DDDDDD;
}
input#sh-search-query1::placeholder {
    color: #787879;
}

.search-banner {
    display: flex;
    background: #F1F1F1;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 56px;
}

@media only screen and (max-width: 767px){
    .search-banner input {
        width: 100%;
    }
    }
    
    .blockContainer, .pageTitleContainer, .itemsCollectionContainer {
    border-style: solid;
    border-color: #ccc;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
}


/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* Delete code below this line to inherit sitewide styles for text and button */

.popupButton {
    background: #000000;
    color: #fff!important;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.popupButton:hover {
    background: #eeeeee;
    color: #fff!important;
}

.popupTitle {
    font-size: 32px;
    color: #000000;
    margin-top: 20px;
    line-height:  1;
    padding-bottom: 0;
}

/* End Popup Styles */