/*
Theme Name:     Atlanta Discount Music
Description: 	Icarostore Child Theme
Author:         Ryan Kiesshauer
Author URI:     http://blueoakmedia.com
Template:       icarostore                             
*/

@import url("../icarostore/style.css");


/* CUSTOM STUFF
----------------------------------------------- */

.header_info{
	font-size: 14px;
	margin-top: 11px;
}

.full-line{
	background: #533c5b;
	padding: 20px;
	margin-bottom: 20px;
	color: #fff;
}

li.widget h3.widget-title{
	padding: 20px 20px 0 20px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'Open Sans', Helvetica, Arial;
	text-shadow: 0 1px 0 white;
	color: #666;
	margin-bottom: 0;
}

.widget_synved_social_follow div{
	margin-left: 20px;
}

#mc_signup_form .mc_input {
	/* width: 60%; */
}

li.widget{
	float: left;
}
#mc_signup{
	width: 450px;
}
/* NAVIGATION OVERRIDES - FROM CSS/NAV.CSS
----------------------------------------------- */

.nav a  { 
    padding: 18px 15px 18px; 
    letter-spacing: 0;
}

.nav .sf-sub-indicator {
	right: 4px;
}

/* for 2 cols */
.nav li ul {
	width: 440px;  
	background: #121212;
}

.nav li ul li {
	float: left;
	background: #121212;
}

.nav li ul li a {
    background: #121212;
}

/* LAYOUT OVERRIDES - FROM CSS/LAYOUT.CSS
----------------------------------------------- */

#topbar{
	/*background: #626262 url('images/tolex.jpg') repeat;*/
	background: #000;
	background: rgb(0,0,0);
}

#topbar .container{
	background-image:url('images/header.jpg');
}

.hpslides h2{
	display: none;
}

.entry-content a{
	color: #742690;
}

/* a, a:active, a:visited { 
	color: #742690;
	text-decoration:none; 
} */


/* OVERRIDES OF CSS/SKELETON.CSS
----------------------------------------------- */
.one_third{
	width: 34% !important;
}
.two_third{
	width: 62% !important;
}
#s{
	width: 440px !important;
}

/* WOOCOMMERCE OVERRIDES
----------------------------------------------- */

ul.products li.product a img { 
	width:auto; height: auto; margin: auto;
}

.related ul.products li.product img, .related ul li.product img, 
.upsells.products ul.products li.product img, .upsells.products ul li.product img { 
	width: auto; height: auto; 
}

.woocommerce_ordering, .woocommerce-ordering {
	display: none;
}

.woocommerce-result-count{
	padding-bottom: 30px;
}



