/**
 * shortcode styles
 */
 #owl-shortcode .item{
  /*background: #0c83e7;*/
  padding: 80px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#owl-shortcode .item img{
  display: block;
  width: 100%;
  height: auto;
}
#owl-shortcode-thumbnail .item{
  background: #C9C9C9;
  padding: 10px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#owl-shortcode-thumbnail .item h1{
  font-size: 18px;
}

#owl-shortcode-thumbnail .synced .item{
  /* background: #0c83e7; */
}

/**
 * widget styles
 */
#owl-widget .item{
  /*background: #0c83e7;*/
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#owl-widget .item img{
  display: block;
  width: 100%;
  height: auto;
}
#owl-widget-thumbnail .item{
  background: #C9C9C9;
  padding: 10px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#owl-widget-thumbnail .item h1{
  font-size: 18px;
}

#owl-widget-thumbnail .synced .item{
  /* background: #0c83e7; */
}