/*
 Theme Name:   H.A.T.S. 2015
 Theme URI:    https://hands-across-the-sea-samplers.com
 Description:  Hands Across The Sea Samplers 2015
 Author:       JH
 Author URI:   https://hands-across-the-sea-samplers.com
 Template:     unite
 Version:      1.1.8
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hats
 Domain Path: /languages/
*/

@import url("../unite/style.css");

@import url(https://fonts.googleapis.com/css?family=Handlee);

body{
  color:#000;
}
body,h1,h2,h3,h4,p,div,article,section,th,td {
    font-family:'handlee',arial,helvetica;
}

a, #infinite-handle span {color:#000000}
hr.section-divider:after, .entry-meta .fa { color: #000000}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .entry-title {color: #000000;}
.navbar.navbar-default {background-color: #000000;}
#colophon {background-color: #000000;}
.entry-content {font-family: times; font-size:18px; font-weight: normal; color:#333;}

.dropdown-menu, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color:#444;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color:#000;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color:#444;
}


.btn-primary, .label-primary, .carousel-caption h4 {background-color: #000000; border-color: #000000;}

.btn-primary:hover, .label-primary:hover, .carousel-caption h4 :hover{
    background-color: #444;
}

.woocommerce a.tinvwl_add_to_wishlist_button.button{
    background-color:transparent;
}

#social{ top:10px; }
@media (max-width: 992px){
  #social { top:0; }
}

.social-profile {
  color:#FFF;
  background-color:#000;
  display:inline-block;
  border-radius:50%;
  text-align:center;
  margin-left:4px !important;
  margin-bottom:4px !important;
}
.social-profile:hover{ background-color:#CCC; }

.fa {
    display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome;
    font-family:FontAwesome !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.social-profile span {
    display: inline-block !important;
    line-height: 48px !important;
    width: 48px !important;
    font-size:20px !important;
    text-align:center;
}

.my_account_pre_orders .button.cancel{ display:none !important; }