/*	-------------------------------------------------------
	:: GENERAL RULES 
	-------------------------------------------------------*/
#app ul {
  color: #000;
  transition: all 0.3s ease-in-out;
}
#app h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
#app h3 a {
  text-decoration: none !important;
}
#app h3 a:HOVER {
  color: #9b0000;
}
#app li {
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}
#app span {
  font-size: 14px;
  line-height: 1.58;
}
#app span.highlight {
  color: #9b0000;
  font-weight: bold;
}
#app span > small {
  font-weight: normal;
  color: #666666;
}
#app .custom-paging .page-item.active .page-link {
  background-color: #00243f;
  border-color: #00243f;
}
#app .custom-paging .page-item:not(.active) .page-link {
  color: #00243f;
}

.search-href-parent {
  display: flex;
}

.search-href-parent, .search-href {
  visibility: visible;
  opacity: 1;
}

body.search-open {
  overflow-x: hidden !important;
}
body.search-open .search-href-parent, body.search-open .search-href {
  visibility: hidden;
  opacity: 0;
}
body.search-open.mobile .searchBar {
  height: 60px;
  overflow-x: hidden;
}
body.search-open.mobile .searchBar .autocomplete-form {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.search-open.mobile .searchBar form > input {
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  height: 60px;
}
body.search-open.mobile .searchBar .search-close {
  right: -15px;
}
body.search-open .searchBar form > input {
  height: 60px;
  width: 100%;
  transition: width 0.4s ease-in;
}
body.search-open .searchBar .search-close {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}
body.search-open .cd-main-content {
  transition: height 0.4s ease-in;
}
body.search-open.results .searchBar {
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  height: auto;
}

.searchBar {
  background-color: #ffffff;
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  z-index: 1025;
}
.searchBar .autocomplete-form {
  position: relative;
}
.searchBar form > input {
  border: none;
  width: 0;
  height: 100%;
  padding: 0 20px;
  outline: none;
  border-bottom: 1px solid #eee;
  /* transition: 0.5s ease-in; */
}
.searchBar .search-close {
  width: 50px;
  height: 0;
  position: absolute;
  font-size: large;
  z-index: 999;
  color: #676b7c;
  right: -5px;
  right: 15px;
  top: -15px;
  top: 21px;
  opacity: 0;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  outline: none;
}

.search-hold {
  background: #ffffff !important;
  padding-bottom: 150px;
}

.search-plugin .text-danger {
  color: #9b0000 !important;
}

.search-plugin {
  max-width: 960px;
}
.search-plugin #search-pagination {
  padding: 20px 0px;
}
.search-plugin #search-pagination LI {
  border-bottom: none;
}
.search-plugin .autocomplete-form {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  z-index: 999;
  height: auto;
  padding: 0;
}
.search-plugin .autocomplete-form .input-holder {
  border: none;
  border-bottom: 1px solid #00243f;
}
@media screen and (max-width: 1023px) {
  .search-plugin .autocomplete-form .input-holder {
    display: flex;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: end;
    height: 50px;
  }
  .search-plugin .autocomplete-form .input-holder [class^=col]:first-child {
    flex: 2 1 auto;
    padding-left: 0 !important;
  }
  .search-plugin .autocomplete-form .input-holder [class^=col]:nth-child(2) {
    top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .search-plugin .autocomplete-form .input-holder {
    margin: 0 auto;
  }
  .search-plugin .autocomplete-form .input-holder [class^=col]:nth-child(2) {
    position: inherit;
  }
}
.search-plugin .autocomplete-form .input-holder .tt-info-text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .search-plugin .autocomplete-form .input-holder .tt-info-text {
    display: block;
    position: absolute;
    top: 0;
  }
}
.search-plugin .autocomplete-form .input-holder input {
  background: transparent;
  font-size: 16px;
  border: 1px solid transparent;
  padding-top: 14px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 0px;
  box-shadow: none;
  outline: none;
  height: auto;
  width: 100%;
  text-transform: capitalize;
  color: #777777;
  border-radius: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
@media screen and (min-width: 1024px) {
  .search-plugin .autocomplete-form .input-holder input {
    font-size: 24px;
    border: none;
    font-weight: 400;
    padding-top: 11px;
    padding-right: 12px;
    padding-bottom: 10px;
  }
}
.search-plugin .autocomplete-form .input-holder .tt-btn-close {
  position: absolute !important;
  display: inline-block;
  border: none;
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  top: 0;
  right: 0;
  width: auto;
  z-index: 1024;
}
@media screen and (min-width: 1024px) {
  .search-plugin .autocomplete-form .input-holder .tt-btn-close {
    padding: 5px 0px 5px 5px;
    cursor: pointer;
  }
}
.search-plugin .autocomplete-form .input-holder .tt-btn-close:focus {
  outline: none;
}

/*	-------------------------------------------------------
:: Style 1
-------------------------------------------------------*/
#app.style-1 > ul {
  background-color: #ffffff;
}

/*	-------------------------------------------------------
:: Style 2
-------------------------------------------------------*/
/*	-------------------------------------------------------
:: Style 3
-------------------------------------------------------*/
.search-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(56, 0, 60, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  top: 0;
  left: 0;
}

.search-open .search-overlay {
  visibility: visible;
  opacity: 1;
}

/*	-------------------------------------------------------
:: Others
-------------------------------------------------------*/
.disable-scrollbars::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* Chrome/Safari/Webkit */
}

.disable-scrollbars {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

[v-cloak] {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
