/* 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; 
    }
}
#backToTop {
  display: none; /* Hidden by default */
  position: fixed; 
  bottom: 30px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #05647D; /* Dark background like the image */
  color: white; 
  cursor: pointer; 
  width: 50px; 
  height: 50px; 
  border-radius: 100%; /* Makes it perfectly round */
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
  transition: opacity 0.3s, background-color 0.3s;
}

#backToTop:hover {
  background-color: #333333; /* Darkens on hover */
}

/* Creating the arrow shape */
.arrow-up {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid white;
  border-left: 3px solid white;
  transform: rotate(45deg);
  margin-top: 5px;
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}


/* Ceiling Fans Page Equalize Simple List Blocks*/

/* Change item class here */
.items_d9aa895fd7e64057a3a67458c7fecfcf { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d9aa895fd7e64057a3a67458c7fecfcfc > .item {
	display: flex;
	flex-direction: column;
}

/* Custom Header Search Bar */
.blockWrap_df1b9c9929cd4faf80fde08a5a57f4ab{
    display: block;
    text-align:center;
    padding-top: 0px;
    padding-bottom: 0px;
    /*width: 50%;*/
    /*padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.428571429;
    /*border: 1px solid #e6e6e6;*/
    color: #4f4f4f;
    background-color: #FFF;
    -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: #05647d;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 56px;
}