/*
 Theme Name:   [CSA|365]
 Theme URI:    http://csa365.org/
 Description:  Theme for csa365.org
 Author:       Glen Anderson
 Author URI:   http://hellbent.com
 Template:     customizr
 Version:      1.0.0
 License:      Unlicensed
 Text Domain:  csa365
*/

/*****************************************************************************
 * Global styles
 */

/* use a much nicer link color than the hardcoded defaults in customizr */
a {
  color: rgb(54, 167, 60);
  text-decoration: none;
}

/* fix a css conflict between customizr and the exapanding archive widget */
aside.widget_collapsarch .collapse {
  height: auto;
}

/*****************************************************************************
 * Search bar styling
 */

/* give the header search a little padding */
#csa365-search {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* set width to auto for smaller displays */
@media (max-width: 767px) {
  #csa365-search {
    float: left;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* hide the search when sticky menu enabled */
body.sticky-enabled #csa365-search {
  display: none;
}

/* hide the featured image on event views */
body.events-archive .tc-single-post-thumbnail-wrapper {
  display: none;
}

/*****************************************************************************
 * Veggie-Scope styling
 */

#vscope-menu .btn-vscope {
  height: 150px;
  width: 150px;
  color: white;
  font-size: 1.25em;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}

body.page-template-page-vscope .btn:hover {
  background-color: rgb(54, 167, 60);
}

#vscope-menu .btn-vscope div {
  padding: 10px 0px 10px 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#vscope-loading {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 75%;
}

#vscope-loading .loading-text {
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
}

#vscope-loading .progress-border {
  border: 1px solid #006000;
  width: 100%;
  border-radius: 12px;
}

#vscope-loading .progress-bar {
  height: 24px;
  width: 0%;
  background-color: #008000;
  border-radius: 12px;
}

#vscope-ingredients .vscope-backbtn {
  width: 100%;
  text-align: center;
}

#vscope-results .vscope-l0 {
  font-size: 1.50em;
  list-style: none;
  margin-bottom: 10px;
}

#vscope-results .vscope-l1 {
  font-size: 0.75em;
}
