/*
 Theme Name:   Boris Records
 Theme URI:    http://boris-records.com/wp-content/themes/boris-enfold-child/
 Description:  Boris Records theme, child of Enfold
 Author:       IWO, Inc.
 Author URI:   http://imperialwerewolfoctopus.com.com
 Template:     enfold
 Version:      1.0.0
 Text Domain:  boris-enfold-child
*/

body{
	font-family: "proxima-nova-alt", sans-serif;
	font-weight: 300;
}

h1{
	font-family: "proxima-nova-alt", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

h2, h3{
	font-family: "proxima-nova-alt", sans-serif;
	font-weight: 300;
}

#top #header .social_bookmarks li:last-child {
    margin-left: 10px;
}

#top #wrap_all .av-social-link-icon_name:hover a{
    color:#fff; 
    background-color:#60909a; 
}

.out-of-stock{
	font-weight: bold;
    color: #ce0000 !important;
    text-transform: uppercase;
}

div.inner_product_header div.inner_product_header_table div p.stock.out-of-stock{
	margin: 0;
}

.avia-menu.av_menu_icon_beside {
	border: none !important;
}

.cart_dropdown{
	border: none !important;
}

.cart_dropdown_link{
	color: #fff !important;
	font-size: 1.5em !important;
	padding: 0 15px !important;
}

.soldout {
    padding: 3px 8px;
    text-align: center;
    background: #a00;
    color: white;
    font-weight: bold;
    font-size: 12px;
    display: block;
    width: max-content;
}

/* RESONSIVE */
@media only screen and (max-width: 767px){
	.responsive #top .cart_dropdown {
	    right: 15% !important;
	}
}

@media only screen and (max-width: 989px) and (min-width: 768px){
	.responsive.html_mobile_menu_tablet #menu-item-shop {
	    border-right: none;
	    right: 50px;
	}
}