/*
 Theme Name:   Web Bird Digital Business - Child
 Theme URI:    http://www.webbirddigital.com.au
 Description:  Child theme based off the Web Bird Digital Business theme. This theme can extend, modify and replace content and features in the parent theme
 Author:       Simon Codrington
 Author URI:   http://www.simoncodrington.com.au
 Template:     webbirdbusiness
 Version:      1.0
 Tags:         Modern, Amazing, Magical, Responsive, Fully Customisable, Retina-Ready, HiDPI, Web Bird
*/

/*-------START THEME CUSTOMIATION HERE -------*/
/*---STANDARD STYLES---*/

h1,h2,h3,h4,h5,h6{
	/*font-family: 'Lora', serif!important;
	font-weight: 700!important;*/
	white-space: normal;
	text-transform:lowercase;
}
#home_blocks .block .block-name{
	text-transform:lowercase;
}

/*---Nav Men---*/
.navbar .main-navigation .nav-menu li a{
	/*font-family: 'Lora', serif;*/
	font-weight: 400;
	text-transform:lowercase;
}
.navbar .main-navigation .nav-menu .current_page_item > a, 
.navbar .main-navigation .nav-menu .current_page_ancestor > a, 
.navbar .main-navigation .nav-menu .current-menu-item > a, 
.navbar .main-navigation .nav-menu .current-menu-ancestor > a{
	font-weight: 700;
}
/*Drop down carrot for sub-meus*/
.navbar .main-navigation .nav-menu li.menu-item-has-children > a:after,
.navbar .main-navigation .sub-menu li.menu-item-has-children > a:after{	
	position: relative;
	margin-left: 7px;
	font-size: 85%;
	font-family: 'fontawesome';
}
.navbar .main-navigation .nav-menu li.menu-item-has-children > a:after{
	content: '\f0d7';
}
.navbar .main-navigation .sub-menu li.menu-item-has-children > a:after{
	content: '\f0da';
}


/*---SERVICES (Location) ---*/
/*redefine the 'services' (locations) content type*/
.archive .service{
	width: 47%;
	margin: 0% 1.5% 1.5% 1.5%;
	float: left;
	padding: 0px;
	clear: none;
}
.archive .service:nth-of-type(2n-1){
    margin-left: 0%;
    width: 48.5%;
    clear: left;
}
.archive .service:nth-of-type(2n-0){
	margin-right: 0%;
    width: 48.5%;
    clear: right;
}
.archive .service footer.entry-meta{
	display: none;
}
.archive .service .entry-content{
	
}

.vfbp-form>.vfb-form-group{
	padding:0 15px;
}

.menu-item.button{
	background-color:#00a08e !important;
	
	/*padding: 7px 15px;*/
    display: inline-block;
    -webkit-transition: all 350ms linear;
    -moz-transition: all 350ms linear;
    -ms-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    transition: all 350ms linear;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
    cursor: pointer;
}
.menu-item.button a{
	color:#fff !important;
	font-family:"Open Sans", sans-serif !important;
}

.menu-item.button:hover{
	background-color:#333333 !important;
}

.vfb-fieldType-select{
	padding-left: 15px !important;
    padding-right: 15px !important;
}

/* custom slide overlay permanent */
#slide_1157 .caption{
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	
	opacity:1;
}
#home-slider .caption h1{
	margin-bottom:0.1em;
}
