/*

 Theme Name:   SiteTheme Child
 Theme URI:    http://apppresser.com
 Description:  A starter child theme for AppPresser.
 Author:       AppPresser
 Author URI:   AppPresser
 Template:     SiteTheme
 Version:      1.0.0
 License:      GNU General Public License
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 AppPresser WordPress Child Theme, Copyright 2014 AppPresser
 AppPresser is distributed under the terms of the GNU GPL

 AppPresser uses code from _s ("Underscores") WordPress Theme, Copyright 2013 Automattic, Inc.
 Bootstrap designed and built by @mdo and @fat, sass-ified by Aaron Lademann @alademann http://getbootstrap.com/ license http://www.apache.org/licenses/LICENSE-2.0
 Images included with the theme are under GPL license.

*/

@import url("../SiteTheme/style.css");
@import url("css/fancyselect.css");
@import url("style-sass.css");
/* Add your custom styles below */ 
/*
div.medialist{
  margin: 0 0 0 0;
}

.left-item-container{
  display: inline-block;
  width: 50%;
}
.right-item-container{
  float: right;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  min-width: 161px;
}
.right-item-element{
  text-align: center;
  vertical-align: top;
    display: inline-block;
    width: 30%;
    min-width: 40px;
}
.right-item-element > div{
  display: inline-block;
}

@media (max-width: 480px){
  
  .left-item-container > .item-text > p{
    display: none;
  }
  .item-text p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .left-item-container, .right-item-container{
    width: 100%;
  }

}
*/


/* error */
/*
.brew-error-message {
  position: relative;
  display: block;
  background: #F55E4F;
  margin: 5px 0 15px;
  padding: 1px 12px;
  min-height: 0px;
  border-left: #dd4232 solid 4px;
}
.brew-error-message:after {
    content: "";
    width: 0;
    height: 0;
    border: transparent 5px solid;
    border-top-color: #F55E4F;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 10px;
}
.brew-error-message p {
  font-size: 13px !important;
  line-height: 1.5;
  margin: 0.5em 0;
  padding: 2px;
  text-shadow: none;
  color: #fff;
}

.selected{
  background-color: #bbffb8;
}

.form-control, textarea, input[type="text"], input[type="email"], input[type="password"], input[type="number"], form select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    vertical-align: middle;
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
ul{
  -webkit-padding-start: 0px;
}

#bar-list.medialist .item-content {
  padding-left: 15px;
  padding-right: 15px;
}

#bar-list.medialist .left-item-container{
  width: 70%;
}

#bar-list.medialist .right-item-container{
  width:30%;
  text-align: right;
  min-width: initial;
}

@media (max-width: 480px){
  #bar-list.medialist .left-item-container > .item-text > p {
      display: block;
  }
}
*/
