/*
 Theme Name:   Lucille Child
 Theme URI:    http://www.smartwpress.com/lucille/
 Description:  Lucille Music Child Theme
 Author:       SmartWPress
 Author URI:   http://themeforest.net/user/SmartWPress
 Template:     lucille
 Version:      1.0.0
 Tags:         fluid-layout, responsive-layout, editor-style, featured-images, full-width-template, theme-options, translation-ready, custom-background, custom-colors, custom-menu, one-column, two-columns, black, dark
 Text Domain:  lucille-child
*/

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

/* Theme customization starts here
-------------------------------------------------------------- */



/* GENERAL */

.alignright,
.alignleft,
.aligncenter {
margin-bottom: 15px;
}

.clear {
clear: both;
}

h6 {
    margin-top: 20px;
    margin-bottom: 8px;
}

ul {
    margin-top: 10px;
    margin-bottom: 20px;
}

.mobile_navigation ul li {
	font-weight: 300;
	letter-spacing: 1px;
}
.creative_menu li.menu-item a {
	font-weight: 300;
	letter-spacing: 1px;
}



/* STORE */

.store-item {
	color: #fff !important;
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 20px;
	margin-top: -10px;

}
.store-item-heading {
font-size: 18px;
	line-height: 28px;
	padding-bottom: 12px;
	border-bottom: #fff solid 1px;
	margin-bottom: -35px;
}
.store-item-heading-2 {
font-size: 18px;
	line-height: 28px;
	padding-bottom: 12px;
	border-bottom: #fff solid 1px;
	margin-top: -55px;
	margin-bottom: 20px;
}

/* CONTACT PAGE */


.lc_swp_boxed {
	padding-bottom: 90px !important;
} 


.contactform_fields {
	color: #fff !important;
}

.contactform_fields input {
	color: #fff !important;
	font-weight: 500;
}
.contactform_fields textarea {
	color: #fff !important;
	font-weight: 500;
}

/* Footer */

.footer-social-button {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}

.footer-social-icon{
	text-align: center;
font-size: 22px;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
}


@media only screen and (max-width: 717px) {

		
	
.footer-social-button {
	padding-bottom: 10px;
	padding-top: 10px;
	float: none;
}
	

}


@media only screen and (max-width: 320px) {

		

.footer-social-icon-wrapper{
	float: left;
}

}





