/*
Theme Name: BirdBrain
Theme URI: http://www.birdbrain.com.au
Description: BirdBrain Logic WordPress theme
Version: 1
Author: Frederik Voordeckers
Author URI: http://www.birdbrain.com.au
*/

/*********************************************/
/*     BASIC STYLE RESETTING                 */
/*********************************************/

html, body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	min-height:100%;
	background-image:url(images/background.png);
}
a img{
	border:none;
}
a{
	text-decoration:none;
}
a:link, a:visited, a:hover, a:active {
	color:inherit;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
}

sup {font-size:60%;}
/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.attachment-post-thumbnail, .wp-post-image{
	max-width:100%;
}

/*********************************************/
/*     BASIC STRUCTURE                       */
/*********************************************/
.pageWrapper{
	display:block;
	position:relative;
	width:960px;
	margin:0 auto;
	padding: 0 ;
/*	color:#666;*/
    color: #000;
}
header{
	height:280px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#FFF;
	-moz-box-shadow: 0 0px 10px #AAA;
	-webkit-box-shadow: 0 0px 10px #AAA;
	box-shadow: 0 0px 10px #AAA;
}
#headerbar{
	position:relative;
	background-color:#e8eff5;
	height:40px;
}
#content{
	background-color:#FFF;
	margin-top:-100px;
	width:100%;
	padding: 0px 25px 25px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 0 0px 10px #AAA;
	-webkit-box-shadow: 0 0px 10px #AAA;
	box-shadow: 0 0px 10px #AAA;
	min-height:200px;
	font-family: 'Open Sans', sans-serif;
}
#content h1:first-of-type{
/*	background-color:#a56863;*/
    background-color: #78CEEB;
	color:#FFF;
	margin-left:-25px;
	margin-right:-25px;
	padding:25px;
	margin-bottom:20px;
	font-size:24px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
}
#mainMenu{
	float:right;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	margin-top:40px;
	position:absolute;
	top:0;
	right:0;
}
footer{
	clear:both;
	width:100%;
	/*margin: 0 11%; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
aside{
	width:230px;
	float:left;
}
aside h2{
	color:#a56863;
	font-size:14px;
	font-weight:normal;
}
#homeLeft {
	width:70%;
	float:left;
}
#homeRight p,#homeRight h2{
	width:100%;
}
#homeRight{
	width:25%;
	float:right;
	color:#1d2251;
	padding-right:20px;
}
.btnMore{
	float:right;
}
/**********************************************/
/*     SEARCH FORM STRUCTURE & STYLING        */
/**********************************************/
#searchform{
	float:right;
	margin-left:20px;
}
#searchform label{
	display:none;
}
#searchform input[type="text"]{
	float:left;
	width:130px;
	height: 22px;
	display:block;
	padding:2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #CCC;
	margin-top:8px;
	font-size:10px;
	line-height:16px;
	padding-left:5px;
}
#searchform input[type="submit"]{
	margin:0;
	padding:0;
	float:right;
	width:22px;
	height:22px;
	background:#FFF;
	border-left:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	content:'';
	margin-top:8px;
	background-image:url(images/search.png);
	background-position:center center;
	background-repeat:no-repeat;
}

/**********************************************/
/*     BASIC MENU STRUCTURE & STYLING         */
/**********************************************/

/* Menu Structure */
#mainMenu ul{
	display:block;
	/*width:100%;*/
	margin:0;
	padding:0;
	z-index:99999;
}
#mainMenu ul li{
	list-style-type:none;
	display:inline;
	float:left;
}
#mainMenu ul li ul, #mainMenu ul li ul li ul{
	display:none;
}
#mainMenu ul li ul li, #mainMenu ul li ul li ul li{
	width:100px;
}
#mainMenu ul li ul li ul{
	width:100px;
	margin-top:-20px;
}
#mainMenu ul li:hover ul{
	display:block;
	position:absolute;
}
#mainMenu ul li:hover ul li ul{
	display:none;
}
#mainMenu ul li ul li:hover ul{
	display:block;
	position:absolute;
	margin-left:180px;
	margin-top:-46px;
}
#mainMenu ul li:hover ul li{
	display:list-item;
	clear:both;
}
/* menu styling */
/* 1st lvl */
#mainMenu ul li a{
	padding: 20px 10px;
	display:block;
/*	color:#1d2251;*/
    color: #1d2251;
}
#mainMenu ul li:hover a{
	position:relative;
	background-color:#d9e4ef;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
	-webkit-box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	z-index:9999999;
}
#mainMenu ul li:hover a:after{
	content:"";
	position:absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #d9e4ef transparent transparent transparent;
	left:50%;
	margin-left:-6px;
	bottom:-6px;
}
#mainMenu ul li:hover ul li a:after{
	content:"";
	position:absolute;
	width: 0px;
	height: 0px;
	border-width: 0px;
	border-color: transparent;
}
#mainMenu ul li > a:only-child:after {
	content:"";
	position:absolute;
	width: 0px;
	height: 0px;
	border-width: 0px;
	border-color: transparent;
}
/* 2nd & 3rd lvl */
#mainMenu ul li:hover li a{
	background-color:rgba(224,224,224,0.8);
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	color: #1d2351;
	z-index:999999;
	border-bottom:1px solid #e6e6e6;
    -webkit-border-radius: 0px;
  border-radius: 0px;
}
#mainMenu ul ul{
	width:180px;
	-webkit-box-shadow:  0px 2px 1px 1px rgba(0, 0, 0, 0.1);
  	box-shadow:  0px 2px 1px 1px rgba(0, 0, 0, 0.1);
}
#mainMenu ul ul li a{
	border:none;
	padding:20px;
	display:block;
	color:#1d2251;
	width:140px;
	padding-bottom:10px;
	padding-top:15px;
}
#mainMenu ul ul li:first-child a{
	/*padding-top:20px;*/
}
#mainMenu ul ul li:last-child a{
	/*padding-bottom:20px;*/
}
#mainMenu ul li:hover li:hover a{
	background-color:rgba(184,184,184,0.8);
	color:#FFF;
}
/* menu in header */
#headerbar ul{
	display:block;
	margin:0;
	padding:0;
	line-height:40px;
	float:right;
}
#headerbar ul li{
	list-style-type:none;
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#headerbar ul li a{
	color:#1d2351;
	padding: 0 10px 0 10px;
	border-left:1px solid #b3b3b3;
}
#headerbar ul li:first-child a{
	padding: 0 10px 0 10px;
	border-left:none;
}
/*********************************************/
/*     BASIC ELEMENTS                        */
/*********************************************/
#logo{
	margin:35px 0px;
	width:400px;
	float:left;
}
#slider{
	/*width:940px;*/
	/*height:350px;*/
	/*background-color:#d1d1d1;*/
	/*margin:0px 10px 20px 10px;*/
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: -10px;
}

#banner{
	min-height:130px;
	background-color:#e84e1b;
	width:100%;
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
}
#bannerInner{
	position:relative;
	width:940px;
	margin: 2% auto;
	padding-left: 3%;
	padding-right: 15%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left:1px solid #FFF;
	color:#FFF;
}
#bannerInner a{
	background-image:url(images/bannerArrow.png);
	background-position:right center;
	background-repeat:no-repeat;
	width:40px;
	height:60px;
	display:block;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-30px;
}
#banner h1{
	font-weight:normal;
	font-size:16px;
	line-height:16px;
}
#cols{
	width:100%;
	/*margin: 0 11%; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top:10px;
	/*outline:#FFF;
	border-bottom:1px solid #4d4d4d;*/
}
#cols div{
	width:25%;
	padding: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
}
#cols div .colsImage{
	display:block;
	width:100%;
	height:65px;
	margin:5% 0;
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
}
#cols div .textwidget{
	display:block;
	width:100%;
}
#cols div:first-child .colsImage{
	/*background-image:url(images/paper.jpg);*/
}
#cols div:first-child + div .colsImage{
	/*background-image:url(images/elearn.jpg);*/
}
#cols div:first-child + div + div .colsImage{
	/*background-image:url(images/mobile.jpg);*/
}
#cols div:first-child + div + div + div .colsImage{
	/*background-image:url(images/combi.jpg);*/
}
#cols h1{
	font-weight:normal;
	font-size:16px;
	color:#e84e1b;
}
/* Post styling */
.post{
	border-bottom:1px solid #CCC;
	padding-bottom:15px;
	margin-bottom:15px;
}
.post h2, #sidebar h2{
	color:#1d2351;
	font-weight:bold;
	font-size:24px;
    margin-bottom: 15px;
}
.post:last-of-type{
	border:none;
}
.post h1{
	font-size:20px;
}
.post .meta{
	margin:0;
	padding:0;
	font-size:10px;
	color:#CCC;
}
.post .meta li{
	list-style-type:none;
}
.post .meta li ul, .post .meta li ul li{
	margin:0;
	padding:0;
	display:inline;
}
/* pagination styling */
#pagination ul{
	margin:0;
	padding:0;
}
#pagination li{
	list-style-type:none;
	display:inline;
}
#pagination li a{
	padding:10px;
	margin:10px;
	border:1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* comment form styling */
#response{
	padding:10px;
	margin:10px 0;
	border:1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
label, input, textarea{
	width:100%;
	display:inline;
	padding:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
}
input[type="submit"]:hover{
	background-color:#DCEAEF;
	cursor:pointer;
}
textarea{
	height:250px;
	resize:none;
}
label{
	width:100%;
	display:block;
	border:none;
}
#response label, #response input, #response textarea{
	width:100%;
	display:block;
	padding:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#response textarea{
	height:300px;
	resize:none;
}
/* comment styling */
.commentlist{
	margin:0;
	padding:0;
}
.commentlist li{
	width:100%;
	display:block;
	padding:10px;
	margin:10px 0;
	border:1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.commentlist li img{
	float:left;
	margin-right:10px;
}
.commentlist li p{
	padding-left:74px;
}
/**********************************************/
/*     BASIC FOOTER STRUCTURE & STYLING       */
/**********************************************/
footer{
	margin: 0 auto;
	margin-top:10px;
	width: 890px;
}
.btnTop{
	float:right;
	margin-top:-10px;
	cursor:pointer;
}
#footMenu{
	padding-top:0px;
}
#footMenu h1{
	padding:35px 0px 20px 0px;
	font-size:14px;
}
#footMenu ul{
	margin:0;
	padding:0;
	float:left;
	width:405px;
}
#footMenu ul li{
	display:block;
	list-style-type:none;
	float:left;
}
#footMenu ul ul{
	display:none;
}
#footMenu ul li a{
	display:block;
	font-size:12px;
	color:#1d2251;
	width:135px;
	padding:3px 0px;
}
#footContact{
	width:220px;
	float:right;
	color: #1d2351;
}
#footContact h1{
	padding:5px 0;
	font-weight:normal;
	font-size:16px;
	text-transform:uppercase;
}
#footContact p{
	margin:0;
	padding:0;
}
#footText{
	clear:both;
	border-top:1px solid #CCC;
	padding:35px 0px;
	font-size:11px;
	color: #1d2351;
	margin-top:75px;
}
#footSocialMedia{
	margin-right:20px;
	margin-bottom:100px;
}
#footSocialMedia span{
	background-color:#CCC;
	background-position:center center;
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	padding:3px;
	float:left;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-right:7px;
	margin-top:30px;
	cursor:pointer;
}
#footSocialMedia span:hover{
	background-color:#e84e1b;
	-webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
#facebook{
	background-image:url(images/socialMedia01.png);
}
#rssfeed{
	background-image:url(images/socialMedia02.png);
}
#twitter{
	background-image:url(images/socialMedia03.png);
}
/**********************************************/
/*     		Products & Categories		      */
/**********************************************/
.product-cat{
	width:100%;
	font-size:16px;
	line-height:30px;
}
.product{
	width:33%;
	float:left;
	padding:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#1d2251;
}
.product-view{
	width:100%;
	display:block;
	line-height:23px;
	text-align:right;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #e6e6e6;
}
.product-view img{
	margin-left:10px;
}
#product-img{
	float:left;
}
.product-details-content{
	margin-left:300px;
	padding:0px 20px 20px 20px;
	color:#1d2251;
}
/**********************************************/
/*     			NicoSlider  			      */
/**********************************************/
.theme-default .nivoSlider {
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
.nivo-caption{
	background: #FFF !important;
	color: #666 !important;
	padding:20px !important;
}
.nivo-caption h1{
	background-color:transparent !important;
/*	color:#a56863 !important;*/
	color:#1d2251 !important;
	padding: 0px 0px 10px 0px !important;
	margin: 0px !important;
}
/**********************************************/
/*     			BreadCrumbs  			      */
/**********************************************/
.breadcrumbs{
    position:absolute;
    top:115px;
	margin-left:20px;
	color:#1d2351;
}


.flexible-frontend-login {float:right; line-height:39px;}
.flexible-frontend-login:before {content:"|"; padding-right:10px;}
#ffl-admin-link {float:right; line-height:39px; margin-left:5px;}
#ffl-logout-link {float:right; line-height:39px;}
#ffl-logout-link:before {content:"|"; padding-right:10px;}
#ffl-logged-in-user {display:none;}


/**********************************************/
/*     			Media Queries  			      */
/**********************************************/
/*@media only screen and (max-width: 960px) {
	.pageWrapper{
		width:760px;
	}
	#vslider_optionscontainer{
		width:760px;
		height:277px;
	}
	#vslider_options{
		width:760px !important;
		height:277px !important;
		background-position:center;
	}
	#bannerInner{
		width:740px;
	}
}
@media only screen and (max-width: 760px) {
	.pageWrapper{
		width:560px;
	}
	#vslider_optionscontainer{
		display:none;
	}
	#bannerInner{
		width:540px;
	}
	#cols div{
		width:50%;
	}
	header{
		height:150px;
	}
	#mainMenu{
		position:relative;
		float:none;
		margin-top:10px;
	}
	#mainMenu ul{
		width:auto;
		margin-left:60px;
		margin-bottom:15px
	}
	#logo{
		width: 170px;
		display: block;
		margin: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#footMenu ul{
		margin-left:100px;
		padding:0px 0px 10px 0px;
	}
	#footMenu ul li a{
		font-size:12px;
		text-transform:uppercase;
	}
	#footContact{
		width:100%;
		float:none;
		clear:both;
	}
	#footContact h1{
		width:100%;
		text-align:center;
	}
	#footContact p{
		width:100%;
		text-align:center;
	}
	#footSocialMedia{
		margin:20px;
	}
	label, input, textarea{
		width:95%;
	}
}
@media only screen and (max-width: 560px) {
	.pageWrapper{
		width:100%;
	}
	#slider{
		display:none;
	}
	#bannerInner{
		width:100%;
		border:none;
	}
	#cols div{
		width:50%;
	}
	header{
		height:auto;
	}
	#mainMenu{
		position:relative;
		float:none;
		margin-top:10px;
		display:block;
	}
	#mainMenu ul{
		width:auto;
		margin-left:0px;
		margin-bottom:15px
	}
	#mainMenu ul li{
		display:block;
		float:none;
	}
	#mainMenu ul li a{
		display:block;
		margin:0;
		padding: 10px 0 10px 10px;
		border:none;
		border-bottom: 1px solid #CCC;
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mainMenu ul li:first-child a{
		border-top: 1px solid #CCC;
	}
	#logo{
		width: 170px;
		display: block;
		margin: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#footMenu{
		display:none;
	}
	#footContact{
		width:100%;
		float:none;
		clear:both;
	}
	#footContact h1{
		width:100%;
		text-align:center;
	}
	#footContact p{
		width:100%;
		text-align:center;
	}
	#footSocialMedia{
		margin:20px;
		margin-bottom:110px;
	}
	.post{
		padding:15px;
		margin-left:0 !important;
	}
	label, input, textarea{
		width:95%;
	}
	aside{
		width:100%;
		float:none;
	}
}
@media only screen and (max-width: 320px) {
	#cols div{
		width:100%;
	}
	.post{
		padding:15px;
		margin-left:0 !important;
	}
	label, input, textarea{
		width:95%;
	}
	aside{
		width:100%;
		float:none;
	}
}*/

