/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Flat Responsive WooCommerce theme
Version: 2.5.5
License:
License URI:
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans";
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #a2a2a2;
    line-height: 0; }

ul.header-nav li a {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: normal;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
  color: #343434; }

.product_list_widget .wp-post-image {
  position: inherit;
}

body {
color: #444444; }

ul.header-nav li a {
font-size: 100%;
}

.tweettext, .widget .tweettext { color:#fff !important; font-size:12px !important;}
.aiwidgetscss .tweet_author_name a, .widget .tweet_author_name a { color:#fefff2 !important; font-weight: bold; font-size:16px;}
.follow-button {visibility:hidden;}
.twitter-widget-0 {visibility:hidden !important;}

.product-gallery-slider .slide img {
width: inherit !important;
align: center;
  margin-left: auto;
  margin-right: auto;
}

.icons-row a.icon {color:#000000 !important;}
a, .icons-row a.icon {colour: #000000 !important;}

.product-small .name {color: black !important}
.product-small .name a:hover {color: #666666 !important}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}