/*
Theme Name: Creattica Premium Child
Template: creattica-premium
Author: wpHoot
Version: 1.0
*/

html {
  font-family: "Comic Sans MS";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  text-align: left;
  font-size: 20px;
  line-height: 1.78571429em;
  font-family: "Comic Sans MS";
  font-weight: normal;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  /* for better webkit rendering */
  -webkit-text-size-adjust: 100%;
  /* size in percentage at which to display text in Safari on iPhone */
}

h1,
h2,
h3,
h4,
h6,
.title {
  line-height: 1.33333333em;
  font-family: "Comic Sans MS";
  font-weight: normal;
  color: #444;
  margin: 20px 0 10px;
  text-rendering: optimizelegibility;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.titlefont {
  font-family: "Comic Sans MS";
  font-weight: normal;
}

h5 {
	font-size: 20px
	color: #f60909;
	font-weight: bold;
	
}
	

.enforce-body-font {
  font-family: "Comic Sans MS";
}

#site-title {
  font-family: "Comic Sans MS";
  color: #fff;
  margin: 0;
  font-size: 36px;
  line-height: 1em;
  vertical-align: middle;
}

.site-title-body-font {
  font-family: "Comic Sans MS";
}

#site-title a {
    color: #fff;
}

.woocommerce ul.products li.product .price {
    color: #0000FF;
    font-weight: 400;
    font-size: 20px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #0000FF;
    font-size: 20px;
}

/* page titles - white space*/

.loop-meta {
    float: none;
    text-align: center;
    background-size: contain;
    padding: 15px 0;
}

/*footer link colors*/

.cat-item {
	color: #0000FF;
}

.cat-item a hover {
	color: #a8173e;
}

.textwidget {
	color: #0000FF;
}

a.contact-info-link {
	color: #0000FF;
}


.contact-info-text {
	color: #0000FF;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #0000FF;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #0000FF;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #0000FF;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce-store-notice, p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #0000FF;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
    display: none;
}

.aws-container .aws-search-field {
    width: 100%;
    color: #313131;
    padding: 6px;
    line-height: 30px;
    display: block;
    font-size: 20px;
    position: relative;
    z-index: 2;
    background: rgb(247, 247, 247);
    -webkit-appearance: none;
}

.sidebar {
    color: #000000;
    font-size: 20px;
    font-style: normal;
    text-transform: none;
    font-weight: normal;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    list-style: none outside;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    font-size: 20px;
    padding: 4px 0 0;
}