/*
Theme Name: Preference Child
Theme URI: http://demo.styledthemes.com/preference
Description: Preference Child is created for you to take advantage of making changes to the parent theme of Preference without actually changing its files, you will do your customization from this child theme of Preference Pro.

Template: preference
Version: 1.0
Author: StyledThemes.com
Author URI: http: //www.styledthemes.com/
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, custom-colors, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready

License: GNU General Public License
License URI: license.txt 

Copyright: 2012-2013 Styledthemes.com


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Import Styles
-------------------------------------------------------------- */
@import url('../preference/style.css');

	
/* Add your Bootstrap.css changes here
-------------------------------------------------------------- */


/* Add your menu.css changes here
-------------------------------------------------------------- */
.mainmenu ul li:hover > ul { /* second level half rounded */
	display: block;	
	background-color: #000000;
}


/* Add your style.css changes here
-------------------------------------------------------------- */
/* Primary wrappers */
#page-top-bg {
	width:100%;
	height:250px;
	position:fixed;
	background-color:#fff;
	border-top:6px solid #595a67;
	border-bottom:1px solid #bcbcbc;
}

#logo-wrapper {
    min-height: 60px;
    padding: 10px 0;
    text-align: center;
}

/* colours */

.colour-purple {
color:#ff6600;
}
.module.purple .modline-outer {
	border-color:#ff6600;
}
.module.bar.purple h3 {
	border-color: #ff6600;
}
.module.purple .modline-inner {
	background-color:#ba8cb5;
}
.module.purple .modline-inner {
	background-color:#ff6600;
}
.module.curve.purple {
	border-color: #ff6600;
}
.module.curve.purple h3{
	background-color: #ff6600;
}
.module.box.purple {
	background-color: #ff6600;
}

.dropcap-purple:first-letter {color:#ff6600;}
.drop-purple,
.highlight-purple,
.info-box-purple,
.price-purple .price-title  {background-color:#ff6600;}
.line-highlight-purple {color:#ff6600;border-color:#ff6600;}

.drop-purple,
.highlight-purple,
.info-box-purple,
.price-purple .price-title  {
	background-color:#ff6600;
}

.line-highlight-purple {
	color:#ba8cb5;
	border-color:#ff6600;
}

.wk-slideshow img, .wk-gallery img, .spotlight img, a[data-lightbox] img, .wk-slideset img, .wk-slideshow canvas {
display: block;
margin-left:auto;
margin-right:auto;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 5px .85% 0 .85%;
	text-align: center;
	list-style: none;
	padding: 0;	
	}



/* mobile styling 
-------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 979px) {

}

@media (min-width: 1200px) {

}

@media (max-width: 979px) {

}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}

@media (max-width: 320px) {

}