/*
Theme Name: Flatsome-Child
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Flat Responsive WooCommerce theme
Template:     flatsome
Version:      1.0.0
License:
License URI:
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*tr.shipping, .woocommerce-error {
display:none
}*/

.freeship	{
  display: none;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

@media screen and (max-width: 1050px) {
  .shipimg {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  .freeship {
    display: block;
  }
}

/* horizontal rule added in the footer */
.large-12 hr {
  margin: 10px 0 !important;
}

.absolute-footer {
    padding: 15px 0 !important;
}

/*phone number in header */
.headphone {
    font-weight: bold;
}
.smallphone {
    display: none;
}
@media screen and (max-width: 768px) {
  .headphone {
    display: none !important;
  }
  .smallphone {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px 0;
    text-align: center;
    font-weight: bold;
  }
}

/** hiding area from product pages **/
.product-info .product_meta .posted_in, 
.product-info .social-icons {
    display: none !important;
}

/* adjustments to header once stuck to top of window */
#masthead.stuck.move_down {
    height: 100px !important;
}
.wide-nav.move_down {
    top: 100px !important;
}

/** STORE BLOG POST DISPLAY ADJUSTMENTS **/
body.single .entry-meta, 
body.single .post-date, 
body.single #nav-below, 
body.single #comments {
  display: none !important;
}

/** STORE FOOTER **/
.footer-block {float: left; margin-left: 10px}
.credit-card-info {height: 40px; float: left; margin-top: 10px}
.AuthorizeNetSeal {float: left}
div.AuthorizeNetSeal a img {height: 60px; width: 70px}