.elementor-19663 .elementor-element.elementor-element-5653017 > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS */.snapshot-nav ul {
    padding: 0;
  list-style: none;
  margin: 0;
  height: auto !important;
  overflow: initial !important;
  margin: 5px 0 20px !important;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -mx-transition: all 0.15s ease;
}
.snapshot-nav ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  word-break: break-word;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  padding: 8px 20px;
  border-color: transparent;
  border-style: solid solid solid solid;
  border-width: 1px;
    border-radius: 5px;
  margin-bottom: 0;
  background-color: transparent;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -mx-transition: all 0.2s ease;
}
.snapshot-nav ul li a:hover, 
.snapshot-nav ul li a:focus, 
.snapshot-nav ul li a:active {
  color: #ffffff;
  border-color: #fc5b1e;
  background: linear-gradient(135deg,  #fc5b1e 0%,#ffac30 100%);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -mx-transition: all 0.2s ease;
}
.snapshot-nav ul li.current-menu-item a {
  color: #ffffff;
  border-color: #fc5b1e;
  background: linear-gradient(135deg,  #fc5b1e 0%,#ffac30 100%);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -mx-transition: all 0.2s ease;
}
/*.snapshot-nav ul li a:hover::after, 
.snapshot-nav ul li a:focus::after, 
.snapshot-nav ul li a:active::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 800;
    position: absolute;
    right: 10px;
}*/



#snapshot-search-form-bar input[type="text"] {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
}
#snapshot-search-form-bar input[type="text"]:hover,
#snapshot-search-form-bar input[type="text"]:focus,
#snapshot-search-form-bar input[type="text"]:active {
    border: 1px solid #f77d24 !important;
    outline: none !important;
}
#snapshot-search-form-bar input[type="text"]::placeholder {
  color: #333333 !important;
  opacity: 1 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
}
#snapshot-search-form-bar input[type="text"]:-ms-input-placeholder {
  color: #333333 !important;
  opacity: 1 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
}
#snapshot-search-form-bar input[type="text"]::-ms-input-placeholder {
  color: #333333 !important;
  opacity: 1 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
}
#snapshot-results-dropdown,
#snapshot-results-dropdown ul li a {
    color: #333333 !important;
  opacity: 1 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
}


#loadMoreSnapshotsBtn {
  padding: 10px 18px;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
  transition: background-color 0.3s ease;
  background: linear-gradient(135deg, #fc5b1e 0%,#ffac30 100%);
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  margin: 0px;
  display: block;
  width: 100%;
}
#loadMoreSnapshotsBtn:hover {
  background: linear-gradient(135deg, #000000 0%,#3333333 100%);
}

/* Hide menu items starting from the 13th child */
#menu-toolkit-snapshots .menu-item:nth-child(n+13) {
    display: none;
}/* End custom CSS */