/*
Theme Name: Shoppica
Theme URI: http://themeburn.com/
Description: Shoppica is a fully responsive WordPress theme with stylish design and powerful backend. The clean and modern look allows you to use the theme for every kind of online shop. In combination with the powerfull option to change the color of all elements, you will be given the possibility to make a unique e-commerce website that stands out of the crowd!.
Author: ThemeBurn.com
Version: 1.3.0
License: GNU General Public License
License URI: license.txt
Tags: two-columns, fixed-width, translation-ready, rtl-language-support, editor-style, custom-menu
*/


/* =WordPress Core
-------------------------------------------------------------- */
.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignnone {
  display: inline;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
}
.alignright {
  float:right;
  margin: 0 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
img.aligncenter,
img.alignright,
img.alignleft
{
  display: block !important;
}
.wp-caption img {
  display: block !important;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 5px solid #f3f3f3;
}
.wp-caption p.wp-caption-text {
  padding: 5px 15px 9px 15px;
  font-size: 11px;
  background: #f3f3f3;
  border-bottom: 1px solid #e3e3e3;
}
