/*
Theme Name: Leedall Presentation Systems
Theme URI: 
Description: This is a child theme of Strappress.
Author: Neton Team
Author URI: http://neton.com.au
Template: strappress
Version: 3.1.1
*/


@import url('../strappress/style.css');
@import url("http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
/********Logos***********/
.logos h3 {
    color: #000000;
    text-align: center;
   padding: 15px 0;
}
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
	 margin: 0 auto;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 1100px;
	height: 150px;
}
@media screen and (max-width: 768px) {
	.simply-scroll {
		width: 100%;
	}
}
/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 300px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 200px;
	height: 150px;
}
.content-bg {
    padding-bottom: 20px;
}
.content-bg { 
	background: rgba(0, 0, 0, 0) url("http://www.leedall.com.au/wp-content/uploads/2016/02/bg7.jpg") repeat fixed 0 0;
}
#header {
    background: url("http://www.leedall.com.au/wp-content/themes/leedall/images/stripe.png") repeat-x scroll center bottom hsl(0, 0%, 100%);
}
#owl-logos .item {
	margin: 0 10px;
}