/*
Theme Name: Wah Wah 45s Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 2.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#secondary {
    padding-top: 0px;
}

#nav-column-links a:hover {
	color:#00aeef !important;
}

/*-- Shop Page Customisations --*/

/*-- Search bar ---*/

.woocommerce-result-count, .woocommerce-ordering {
    display: none;
    margin-bottom: 0;
}

.yith-ajaxsearchform-container form {
    margin-bottom: 2em;
    margin-top: -0.06em;
    margin-left: 0.964em;
}

input[type="search"] {
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	font-size:1.5em;
	padding:0.5em;
	border-radius:0px;
}

#yith-searchsubmit {
	height:4em;
}

.autocomplete-suggestions {
    border: 0;
    width: 82.2% !important;
    padding-left: 1em;
    margin-left: 0.964em;
    margin-top: 1.45em;
    background-color: #f7931e;
    border-radius: 0px;
	padding: 0.4em;
    border-bottom: 0px solid #eeeeee;
}

.autocomplete-suggestion {
	color:#fff;
	border-bottom:0px;
}

.autocomplete-selected {
	background-color: #f7931e !important;
	color:#000;
}

/*-- End Search bar ---*/

.category-page {
    padding-top: 1em;
}

.breadcrumb-row {
    margin-bottom: 1em;
    overflow: hidden;
}

.large-9.columns.left {
	position: relative;
    width: 74.5%;
}

#shop-sidebar {
	background-color: #00a651 !important;
	padding-top: 1.4em;
	padding-left: 1.4em;
    padding-right: 1.4em;
}

.widget h3.widget-title.shop-sidebar {
    border-bottom: 0px solid #EEE;
	color: white;
}

.widget_nav_menu ul li a {
    display: block;
    padding: 10px 0;
    color: white;
    border-bottom: 1px solid #eeeeee;
}
    
.product_list_widget a {
	color:#FFF;
}

.product_list_widget a:hover {
	color:#000;
}

/*-- Shop Page End --*/


.page-right-sidebar .page-inner {
    padding-right: 20px;
    border-right: 0px solid #eeeeee;
}

.large-3 {
	background-color: #00a651 !important;
	padding-top: 1.4em;
	padding-left: 1.4em;
    padding-right: 1.4em;
}

.widget-title {
    text-transform: uppercase;
    font-size: 150%;
    color: #fff;
}

/*-- Gigpress Widget Changes --*/

.widget ul {
	color:#FFF;
}

.widget a {
	color:#FFF;
}

.widget a:hover {
	color:#00aeef;
}


h1.page-title, body.search-results h1.page-title {
    font-size: 320% !important;
	margin-bottom: 3px !important;
    margin-top: -17px !important;
    color: black !important;
}



/* -- Artist Page --*/

.ux-box.ux-text-circle .ux-box-image {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 0px;
    max-height: 220px;
    overflow: hidden;
}

/*--- .column-inner {
    height: 250px;	
}
--*/

.product-breadcrumb.breadcrumb {
	display:none;
}

.next-prev-nav {
	display:none;
}


.tx-div.small {
    width: 30px;
	height:0px;
}

/*-- My Account --*/

.account-user span {
    display: block;
    padding-bottom: 1em;
}

.account-user {
    position: relative;
    padding-left: 30px;
    padding-top: 0px;
    margin-top: 10px;
    overflow: hidden;
    color: white;
    font-weight: bold;
}

.menu-my-account-container ul li a {
    display: block !important;
	margin-left: 30px !important;
    padding: 10px 0;
    color: white !important;
    border-bottom: 1px solid #eeeeee !important;
}

.vertical-tabs ul.tabs-nav {
    margin-top: 15px;
    margin-left: 0;
    z-index: 9;
    border-right: 0px solid #DDD;
}
    
.menu-my-account-container a {
	color:#FFF !important;
}

.menu-my-account-container a:hover {
	color:#000 !important;
}

.vertical-tabs .tabs-inner {
    border-left: 0px solid #DDD;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}