/*##############################################################################
## Import                                                                      #
##############################################################################*/
/*##############################################################################
## Colors                                                                      #
##############################################################################*/
/*##############################################################################
## Fonts                                                                       #
##############################################################################*/
.lato {
  font-family: "lato",sans-serif; }

.playfair {
  font-family: 'Playfair Display', serif; }

.prox, .search_results_page h4 {
  font-family: "proxima-nova", sans-serif; }

/*##############################################################################
## Media Queries                                                               #
##############################################################################*/
/*##############################################################################
## Animations                                                                  #
##############################################################################*/
/*##############################################################################
## Transitions                                                                 #
##############################################################################*/
/*##############################################################################
## Absolute Position                                                           #
##############################################################################*/
.absolute {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

/*##############################################################################
## Absolute Shaders                                                            #
##############################################################################*/
.dd_scrollbar {
  -webkit-overflow-scrolling: touch; }
  .dd_scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .dd_scrollbar::-webkit-scrollbar-button {
    width: 0px;
    height: 0px; }
  .dd_scrollbar::-webkit-scrollbar-thumb {
    background: #43425D;
    border: 100px none #43425D;
    border-radius: 0px; }
  .dd_scrollbar::-webkit-scrollbar-thumb:hover {
    background: #43425D; }
  .dd_scrollbar::-webkit-scrollbar-thumb:active {
    background: #43425D; }
  .dd_scrollbar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    border: 100px none #43425D;
    border-radius: 0px; }
  .dd_scrollbar::-webkit-scrollbar-track:hover {
    background: rgba(0, 0, 0, 0); }
  .dd_scrollbar::-webkit-scrollbar-track:active {
    background: rgba(0, 0, 0, 0); }
  .dd_scrollbar::-webkit-scrollbar-corner {
    background: transparent; }

.switch_toggle {
  /* Rounded sliders */ }
  .switch_toggle label span.form_label {
    position: relative;
    top: -20px; }
  .switch_toggle .switch {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 24px; }
  .switch_toggle .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch_toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F0EFF4;
    -webkit-transition: .4s;
    transition: .4s; }
  .switch_toggle .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  .switch_toggle input:checked + .slider {
    background-color: #38A9E1; }
  .switch_toggle input:focus + .slider {
    box-shadow: 0 0 0px #0000; }
  .switch_toggle input:checked + .slider:before {
    left: calc(100% - 20px); }
  .switch_toggle .slider.round {
    border-radius: 34px; }
  .switch_toggle .slider.round:before {
    border-radius: 50%; }

.sm_txt, .search_results_page ul li a {
  font-size: 0.84rem; }

h1.search_title {
  font-size: 1.2rem; }
  h1.search_title span {
    color: #38A9E1; }

#clcc_advanced_search_form {
  display: none;
  background: #222222;
  padding: calc(24px*2) calc(24px*3);
  position: relative;
  border-bottom: solid 1px #F0EFF4; }
  @media only screen and (max-width: 600px) {
    #clcc_advanced_search_form {
      padding: calc(24px*2) calc(24px*2); } }
  #clcc_advanced_search_form div {
    position: relative; }
    #clcc_advanced_search_form div label span.form_label {
      display: none; }
    #clcc_advanced_search_form div label input {
      border-radius: 4px;
      height: calc(24px*2.5); }
      #clcc_advanced_search_form div label input::placeholder {
        color: #888888; }
  #clcc_advanced_search_form button {
    position: absolute;
    top: calc(24px*2);
    right: calc(24px*3);
    height: calc(24px*2.5); }
    @media only screen and (max-width: 600px) {
      #clcc_advanced_search_form button {
        right: calc(24px*2); } }

.search_results_page h3 {
  margin-bottom: 24px; }
.search_results_page h4 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  height: calc(24px*2);
  text-transform: capitalize;
  border-bottom: solid 1px #F0EFF4;
  font-size: 1.12rem; }
  .search_results_page h4 span {
    font-size: 0.64rem;
    margin-right: calc(24px/3);
    background: #E03141;
    width: calc(24px/1.5);
    height: calc(24px/1.5);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
.search_results_page ul {
  margin-bottom: 24px; }
  .search_results_page ul li a {
    padding: 0 24px;
    display: flex;
    align-items: center;
    height: calc(24px*2);
    color: #222222;
    font-weight: 600; }
    @media only screen and (max-width: 600px) {
      .search_results_page ul li a {
        height: auto;
        padding: 24px; } }
    .search_results_page ul li a div {
      display: grid;
      grid-template-columns: 1fr 100px 48px;
      width: 100%; }
      @media only screen and (max-width: 600px) {
        .search_results_page ul li a div {
          grid-template-columns: 1fr; } }
      @media only screen and (max-width: 600px) {
        .search_results_page ul li a div span:nth-child(2) {
          font-size: 0.74rem; } }
      .search_results_page ul li a div span:last-child {
        background: #222222;
        color: white;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        font-size: 0.54rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto; }
        @media only screen and (max-width: 600px) {
          .search_results_page ul li a div span:last-child {
            width: 100%;
            border-radius: 0;
            margin-top: calc(24px/2); } }
    .search_results_page ul li a:hover {
      color: #888888; }
      .search_results_page ul li a:hover div span:last-child {
        background: #F6A417; }
  .search_results_page ul li:nth-child(even) {
    background: #F0EFF4; }

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