/*
Theme Name: Polestar Child 
Author: Puro
Author URI: http://purothemes.com/
Theme URI: https://wordpress.org/themes/polestar/
Description: Polestar Child Theme
Version: 1.0.0
Template: polestar
Text Domain: polestar
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
media="screen and (min-width: 768px)"
@media (min-width: 768px), print
.site-footer {
    background-color: #193153;
    margin: 0;
    padding: 0;
	  color: #fff important!;
}
media="screen and (min-width: 768px)"
@media (min-width: 768px), print
.site-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 20px;
}
.site-footer {
    background-color: #193153;
    margin: 0;
    padding: 0;
	  color: #ffffff;
}
.site-footer {
    margin-top: 20px;
}

.site-footer .widget_product_categories .product-categories li a, .site-footer h3, .site-footer .product-categories li a {
	color:#ffffff;
}
.bottom-bar {
    background-color: #203c64;
    color: #fff;
    padding-bottom: 22px;
    text-align: center;
}
@media (min-width: 640px)
.bottom-bar {
    font-size: 1.2rem;
    padding-top: 12px;
}

.icnbtn a, .icnbtn a:hover, .icnbtn a:visited  {
	  display: block;
    font-size: 1.1rem;
    background-color: rgba(0,24,57,0.4);
    color: #fff;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .03em;
    line-height: 1.15;
    padding: 10px 5px;
    text-transform: uppercase;
    text-align: center;
}
