/*
Theme Name: Mystile Child
Description: Child theme for Mystile theme
Author:  Melody Ralls
Template: mystile
*/

/* write custom css */
.map-it-link { display: none !important; }
ul.buttons { display: inline; margin-bottom: 20px; margin-top: 4px; }
li.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 17;
  -moz-border-radius: 17;
  border-radius: 17px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 16px;
  text-decoration: none;
  float: left;
  list-style-type: none;
  margin-right: 14px;
}

li.btn:hover {
  background: #CCCCCC;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  color: #ffffff;
}
a.frontbtn {
  color: #ffffff; font-weight: bold;
}
a:hover.frontbtn {
  color: #ffffff;
}
a:visited.frontbtn {
  color: #ffffff;
}
.itemdisplay {
  width: 300px;
  margin-right: 60px;
  float: left;
}
.itemdisplay2 {
  width: 200px;
  margin-right: 60px;
  float: left;
}
.itemdisplay2 h3 { font-size: 1em; }
ul.products {
  display: none !important;
}
.single-product .summary {
    width: 64% !important;
}
.single-product .images {
    width: 32% !important;
}
@media only screen and (max-width: 900px) {
      #header #navigation ul.nav {
          float: none !important;
      }
}
@media only screen and (max-width: 760px) {
      .single-product .summary {
          width: 100% !important;
          float: none !important;
      }
      .single-product .images {
          width: 30% !important;
          float: none !important;
      }
      #header #navigation ul.nav {
          float: none !important;
      }
}
.search {
    display: none !important;
}
#top { padding: 0 !important; }
#top .wc-nav li.cart {
    float: left;
    text-align: left;
    width: 100% !important;
}
#top .wc-nav li.cart a {
    padding-left: 0;
    padding-top: 0.40em;
    padding-bottom: 0.40em;
}
input[type="text"], input.input-text, textarea, input.txt, input[type="tel"], input[type="email"] {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #c4c0bf;
    border-radius: 0.125em;
    box-shadow: none !important;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.3em !important;
    margin: 0 !important;
    outline: medium none;
    padding: 0.236em 0.5em;
}