.no-destination-to-display{
    text-align: center;
    margin: 10px 0px;
    font-size: 14px !important;
}
/*header search widget area */
.blog-search-widget-area {
    display: none;
    padding: 5px;
    height: fit-content;
    position: fixed;
    bottom: 0px;
    background-color: #0069ff70;
    text-align: center;
    backdrop-filter: blur(10px);
    height: 47px;
    width: 100%;
}
.blog-search-widget-area .widget_search{
    display: inline-block;
}
.blog-search-widget-area .widget_search .searchform div {
    background-color: #fbfbfb8f;
    border-radius: 4px;
    width: fit-content;
    border: 1px solid #ececec;
    backdrop-filter: blur(10px);
    display: flex;
}  
.blog-search-widget-area .wp-block-search__inside-wrapper {
    padding: 2px;
    background-color: white;
    border: none;
    border-radius: 4px;
}
.blog-search-widget-area input{
    border: none;
    padding: 7px;
    margin: 2px;
    background-color: white;
    border-radius: 4px;
    flex-grow: 1;
}
.blog-search-widget-area .widget_search .searchform div #searchsubmit{
    flex-grow: 0;
}
.blog-search-widget-area label{
    display: block;
    padding: 5px 0px;
}
.blog-search-widget-area button{
    width: fit-content;
    border-radius: 4px;
    border: none;
    padding: 2px;

}
/*styling footer elements*/
.blog-section-footer{
    padding: 50px 40px 10px 40px;
    background-color: white;
    /*! border-top: 1px solid #8080805e; */
    box-shadow: 0px 0px 10px 0px #0000005e;
    margin-top: 10px;
}

.scroll-down{
    display: none;
}
.scroll-up {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    align-items: center;
    font-size: 35px;
    box-shadow: 0px 0px 5px #000;
    border-radius: 50%;
    margin: 50px 0px;
        /* color: #347bd5; */
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    left: 10px;
    /* backdrop-filter: blur(3px); */
    /* background-color: #0070ff38; */
    border: 2px solid #fff;
    /* box-shadow: 0px 0px 3px 0px #00000069; */
    color: white;
    background-color: rgb(54, 202, 54);
    z-index: 11;
}
.scroll-down-active {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 0px 5px #000;
    border-radius: 50%;
    margin: 50px 0px;
    /* color: #347bd5; */
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    left: 10px;
    /* backdrop-filter: blur(3px);
    background-color: #0070ff38;
    border: 2px solid #fff;
    box-shadow: 0px 0px 3px 0px #00000069; */
    border: 2px solid #fff;
    color: white;
    background-color: #ff006a;
     z-index: 5;
}
.scroll-down-active:hover
.scroll-up:hover {
    background-color: #ff009b75;
    color: white;
}
.blog-section-footer ul{
list-style: circle;
}
.blog-section-footer ul{
display: inline-block;
}
.blog-section-footer ul li a{
    display: block;
    padding: 5px 0px;
    text-decoration: none;
    text-transform: capitalize;
    color:#0000ffb8;
    /*! color: rgb(45, 44, 44); */
    user-select: none;
}
section.blog-section-footer-banner {
    border-top: 1px solid #dbdbdb;
    margin-top: 20px;
    user-select: none;
}
.site-wrap {
  display: flex;
  justify-content:right ;
  align-items: center;
}
.site-version {
  color: grey;
  font-size: 13px;
  font-style: italic;
  display: none;
}
.blog-site-tile-copyright-txt{
    text-align: end;
    padding: 20px 0px;
    font-weight: normal;
    color: #404040;
    font-size: 30px;
    user-select: none;
}
.blog-footer-copyright-txt{
    font-size: 20px;
    user-select: none;
}
.Close-location-button {
  background-color: orange;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 20px;
  justify-content: center;
  align-items: center;
  color: white;
  bottom: 20px;
  cursor:pointer;
  user-select: none;
  z-index: 6;
}
.Close-location-button:hover{
    text-shadow: 0px 0px 5px white;
    font-weight: bold;
    /* background-color: #ff006c; */
}
.Close-location-button-activated {
  display: flex;
}