@charset "utf-8";

/* ****************************************************************************
 * WIDGETS
 *
 * Widgets
 *
 * ****************************************************************************
 */


/*
 * Widget Content
 * ****************************************************************************
 */
.tm-page-node .tm-widget-content {
  margin                : 0px 0px 20px 0px;
}

.tm-page-node .tm-widget-content + .tm-widget-content {
  margin                : 0px 0px 20px 0px;
}

.tm-page-node .tm-widget-content li {
  line-height           : 1.5em;
  margin-bottom         : 10px;
}



/*
 * Honeypot
 * ****************************************************************************
 */
.url-textfield {
  display               : none;
}



/*
 * Social
 * ****************************************************************************
 */
.tm-social-icon {
  font-size             : 200%;
}



/*
 * Textarea Counter
 * ****************************************************************************
 */
.tm-textarea-counter {
  float                 : right;
  font-size             : 80%;
  text-align            : right;
  margin-top            : 4px;
}



/*
 * Breadcrumb
 * ****************************************************************************
 */
.tm-widget-breadcrumb {
  font-size             : 13px;
  color                 : #666666;
  padding               : 5px 0px 5px 0px;
}

.tm-widget-breadcrumb span {
  padding               : 0px 0px 0px 0px;
}

.tm-widget-breadcrumb span:first-child {
  padding               : 0px 0px 0px 0px;
}

.tm-widget-breadcrumb a {
  text-decoration       : none;
  color                 : #666666;
  padding               : 0px 0px 0px 0px;
}

.tm-widget-breadcrumb a:hover {
  text-decoration       : underline;
}

.tm-widget-breadcrumb span.tm-widget-breadcrumb-separator {
  padding               : 0px 5px 0px 5px;
}



/*
 * Search form
 * ****************************************************************************
 */
.search-form {
  margin                : 20px 0px 20px 0px;
}

.search-form label {
  display               : block;
}

.search-form input[type="submit"].form-submit {
  margin-top            : 0px;
}



/*
 * Search block
 * ****************************************************************************
 */
#search-block-form {
  position              : relative;
}



/*
 * Search block in -- Secondary Content Zone --
 * ****************************************************************************
 */
#search-block-form {
  position              : relative;
}

.tm-zone-content-secondary li.block-search {
  padding               : 20px 20px 20px 20px;
}

.tm-zone-content-secondary li.block-search #search_input {
  width                 : 170px;
}



/*
 * Search block in -- Sidebar Content Zone --
 * ****************************************************************************
 */
/*.tm-zone-sidebar li.block-search {
  padding               : 20px 20px 20px 20px;
}*/

.tm-zone-sidebar li.block-search #search_input {
  width               : 280px;
}



/*
 * SCREEN 'regular' - between 1024px and 1279px
 * ****************************************************************************
 */
@media only screen and (min-width:1024px) and (max-width:1279px) {
  /* Search block in -- Sidebar Content Zone --
   ---------------------------------------------------------------------------*/
  .tm-zone-sidebar li.block-search {
    width               : 900px;
  }

  .tm-zone-sidebar li.block-search #search_input {
    width               : 680px;
  }

  .tm-zone-sidebar .block-search button,
  .tm-zone-sidebar .block-search input[type="button"],
  .tm-zone-sidebar .block-search input[type="submit"]{
   /* margin-top          : 0px;*/
  }
}



/*
 * SCREEN 'medium' - between 768px and 1023px
 * ****************************************************************************
 */
@media only screen and (min-width:768px) and (max-width:1023px) {
  /* Slider
   ---------------------------------------------------------------------------*/
  .tm-widget-slider {
    width               : 488px;
  }

  /* Search block in -- Sidebar Content Zone --
   ---------------------------------------------------------------------------*/
  .tm-zone-sidebar li.block-search {
    width               : 708px;
  }

  .tm-zone-sidebar li.block-search #search_input {
    width               : 480px;
  }

  .tm-zone-sidebar .block-search button,
  .tm-zone-sidebar .block-search input[type="button"],
  .tm-zone-sidebar .block-search input[type="submit"]{
    margin-top          : 0px;
  }
}



/*
 * SCREEN 'small' - between 480px and 768px
 * ****************************************************************************
 */
@media only screen and (min-width:480px) and (max-width:767px) {
  /* Slider
   ---------------------------------------------------------------------------*/
  .tm-widget-slider {
    width               : 460px;
  }

  /* Breadcrumb
   ---------------------------------------------------------------------------*/
  .tm-widget-breadcrumb {
    padding             : 4px 0px 5px 0px;
  }

  /* Search block in -- Secondary Content Zone --
   ---------------------------------------------------------------------------*/
  .tm-zone-content-secondary li.block-search #search_input {
    width               : 308px;
  }

  .tm-zone-content-secondary .block-search button,
  .tm-zone-sidebar .block-search input[type="button"],
  .tm-zone-sidebar .block-search input[type="submit"]{
    margin-top          : 0px;
  }

  /* Search block in -- Sidebar Content Zone --
   ---------------------------------------------------------------------------*/
  .tm-zone-sidebar li.block-search #search_input {
    width               : 210px;
  }

  .tm-zone-sidebar .block-search button,
  .tm-zone-sidebar .block-search input[type="button"],
  .tm-zone-sidebar .block-search input[type="submit"]{
    margin-top          : 0px;
  }
}



/*
 * SCREEN 'lite' - smaller than 480px
 * ****************************************************************************
 */
@media only screen and (min-width:0px) and (max-width:479px) {
  /* Widget Content
   ---------------------------------------------------------------------------*/
  .tm-page-node .tm-widget-content {
    margin              : 10px 0px 10px 0px;
  }

  .tm-page-node .tm-widget-content + .tm-widget-content {
    margin              : 10px 10px 10px 10px;
  }

  /* Slider
   ---------------------------------------------------------------------------*/
  .tm-widget-slider {
    width               : 300px;
  }

  /* Breadcrumb
   ---------------------------------------------------------------------------*/
  .tm-widget-breadcrumb {
    display             : none;
    padding             : 4px 0px 5px 0px;
  }

  /* Search form in -- Sidebar Content Zone --
   ---------------------------------------------------------------------------*/
  .search-form input.form-text {
    width               : 270px;
  }

  .search-form input[type="submit"].form-submit {
    width               : auto;
    margin-top          : 12px; /* = input[type="submit"] (in tm_style.css) */
  }

  /* Search block in -- Secondary Content Zone --
   ---------------------------------------------------------------------------*/
  .tm-zone-content-secondary li.block-search #search_input {
    width               : 230px;
  }

  /* Search block in -- Sidebar Content Zone --
   ---------------------------------------------------------------------------*/
  .tm-zone-sidebar li.block-search #search_input {
    width               : 250px;
  }
}



/*
 * Ajax Progress throbber
 */
select + .ajax-progress .throbber {
  margin-top            : 4px;
}
