 /*---------------------------------------
 **   Reruitment Form Style       -----
-----------------------------------------*/
.bfQuickMode section.bfElemWrap:hover {
    background: #efefef none repeat scroll 0 0 !important;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    position: relative;
}



/*---------------------------------------
 **   Our team colour changes        -----
-----------------------------------------*/

.our-team {
background: #f9f9f9;
}


 /*---------------------------------------
 **  testimonial background colour change  -----
-----------------------------------------*/

#testimonials{
  display:none;
  visibility:hidden;
}

.testimonial {
background: #a6cd39;
}


.red-btn {
	background: #a6cd39;
}
.green-btn {
	background: #a6cd39;
}
.blue-btn {
	background: #a6cd39;
}
.yellow-btn {
	background: #a6cd39;
}

.blue-btn:hover {
	color: #FFF;
	background: #529342;
}
.red-btn:hover {
	color: #FFF;
	background: #529342;
}
.green-btn:hover {
	color: #FFF;
	background: #529342;
}
.yellow-btn:hover {
	color: #FFF;
	background: #529342;
}

.red-bg {
	background: #a6cd39;
}
.green-bg {
	background: #a6cd39;
}
.blue-bg {
	background: #a6cd39;
}
.yellow-bg {
	background: #a6cd39;
}

.red-text {
	color: #a6cd39;
}
.green-text {
	color: #a6cd39;
}
.blue-text {
	color: #a6cd39;
}
.yellow-text {
	color: #a6cd39;
}

.red-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #a6cd39;
	bottom: -9px;
	left: 12.5%;
}
.green-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #a6cd39;
	bottom: -9px;
	left: 12.5%;
}
.blue-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #a6cd39;
	bottom: -9px;
	left: 12.5%;
}
.yellow-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #a6cd39;
	bottom: -9px;
	left: 12.5%;
}



 /*---------------------------------------
 **   Comment form colour changes        -----
-----------------------------------------*/
.comment-form #submit, .comment-reply-link {
	background:#a6cd39;
	border-color:#a6cd39;
	color:#fff !important;
}
.comment-form #submit:hover,
.comment-form #submit:focus, 
.comment-form #submit:active {

	background: #529342;
}


.entry-content button:hover,
.entry-content input[type="button"]:hover,
.entry-content input[type="reset"]:hover,
.entry-content input[type="submit"]:hover {
	background: #529342;
}

 /*---------------------------------------
 **   Navigation Bar colour changes   -----
-----------------------------------------*/

.header-phone a{
  font-weight: bold !important;
  color: #a6cd39 !important;
  background: url('https://gotraffic.com.au/wp-content/uploads/2015/12/telephone65-blue.png') left center no-repeat;
  padding-left: 40px !important;
  margin-left: 20px;
  font-size: 28px;
}

.navbar-inverse .navbar-nav ul.sub-menu li:hover > a,
.navbar-inverse .navbar-nav ul.sub-menu li.link-focus > a {
	color:#a6cd39;
}
.navbar-inverse ul ul {
	left: -999em;
}
.navbar-inverse ul ul ul {
	left: -999em;
	top: 0;
}
.navbar-inverse ul li:hover > ul.sub-menu,
.navbar-inverse ul li.link-focus > ul.sub-menu {
	left: auto;
}
.navbar-inverse ul ul li:hover > ul.sub-menu,
.navbar-inverse ul ul li.link-focus > ul.sub-menu {
	left: 100%;
}

.navbar-brand {
	height: 76px;
	position: relative;
	line-height: 60px;
	padding: 7px 15px;
	display: inline-block;
}
.navbar-brand > img {
	max-height: 100%;
}
.navbar-brand:focus {
	border:1px dotted black;
}
.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a.link-focus {
	color: #a6cd39;
	outline: none;
}
.navbar-toggle {
	border: 0;
	background-color: #808080;
	margin-top: 23px;
}
.navbar-toggle:focus {
	border:1px dotted black;
}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
	background-color: #a6cd39;
	filter: alpha(opacity=100);
	opacity: 1;
	box-shadow: none;
}
.navbar-toggle.active{
    background-color: #a6cd39 !important;
}
.navbar-toggle.collapsed{
    background-color: #808080 !important;
}
.menu-align-center #site-navigation {
	width: 100%;
}
.menu-align-center #site-navigation > ul {
	width: 100%;
	text-align: center;
}
.menu-align-center #site-navigation > ul ul {
	text-align: left;
}
.menu-align-center #site-navigation > ul > li {
	float: none;
	display: inline-block;
}
.menu-align-center .responsive-logo {
	width: 100%;
	text-align: center;
}
.menu-align-center .zerif_header_title {
	width: 100%;
}
.menu-align-center .navbar-inverse .navbar-nav > li {
	margin-top: 0;
	margin-bottom: 0;
}
.menu-align-center .responsive-logo > a{
	float: none;
	display: inline-block;
}
.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a:focus {
	color: #a6cd39;
}
.navbar-inverse .navbar-nav>li.current>a {
	color: #a6cd39;
	position: relative;
	outline: none;
}
ul.nav > li.menu-item-home > a:before {
	content: "";
	display: none;
}
li.current>a:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #a6cd39;
	bottom: 0px;
	left: 12.5%;
}
ul.nav > li.current_page_item > a:before, ul.nav > li.current-menu-item > a:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #a6cd39;
	bottom: 0px;
	left: 12.5%;
	display: block;
}
ul.nav > li.current_page_item.menu-item-home > a:before {
	content: "";
	display: none;
}
ul.nav > li.current_page_item.current > a:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #a6cd39;
	bottom: 0px;
	left: 12.5%;
	display: block;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
	border: none;
	background-color: #a6cd39;
	box-shadow: none;
	text-shadow: none;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	font-size: 14px;
	color: #FFF;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {
    outline: 1 !important;
    outline-color: #a6cd39 !important;

  -webkit-box-shadow:none !important;
  box-shadow:none !important;
}

 /*---------------------------------------
 **   Team member colour changes        -----
-----------------------------------------*/

.team-member .social-icons ul li a:hover {
	color: #a6cd39;
}
.team-member{
  min-height:510px;
}
.team-member .details{
  height:100%;
  z-index:9999
}
.our-team .row > div:nth-child(4n+1) .red-border-bottom:before{
    background: #a6cd39;
}
.our-team .row > div:nth-child(4n+2) .red-border-bottom:before{
    background: #a6cd39;
}
.our-team .row > div:nth-child(4n+3) .red-border-bottom:before{
    background: #a6cd39;
}
.our-team .row > div:nth-child(4n+4) .red-border-bottom:before{
    background: #a6cd39;
}

 /*---------------------------------------
 ** Pirate Form at footer colour changes  -----
-----------------------------------------*/

.pirate_forms_error_box p {
	background: #a6cd39;
	border-radius: 3px;
	color: #FFF;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 10px;
}
.pirate_forms_thankyou_wrap p {
	background: #a6cd39;
	border-radius: 3px;
	color: #FFF;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 10px;
}
.pirate_forms .pirate-forms-submit-button {
	float: right;
	margin-right: 15px;
	color: #FFF !important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pirate_forms .pirate-forms-submit-button:hover {
	color: #FFF;
	background: #529342;
}
.pirate_forms_wrap label {
	width: 100%;
	float: left;
	height: 1px;
}



 /*---------------------------------------
 **   focus box circle colours etc        -----
-----------------------------------------*/
.focus-box .service-icon {
	margin-bottom: 30px;
	width: 145px;
	height: 145px;
	margin: auto;
	border-radius: 50%;
	border: 10px solid #ececec;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
.red,.green,.blue,.yellow {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.focus-box:nth-child(4n+1) .service-icon:hover {
	border: 10px solid #a6cd39;
}
.focus-box:nth-child(4n+2) .service-icon:hover{
	border: 10px solid #a6cd39;
}
.focus-box:nth-child(4n+3) .service-icon:hover {
	border: 10px solid #a6cd39;
}
.focus-box:nth-child(4n+4) .service-icon:hover{
	border: 10px solid #a6cd39;
}
.focus-box:nth-child(4n+1) .red-border-bottom:before {
	background: #a6cd39;
}
.focus-box:nth-child(4n+2) .red-border-bottom:before {
	background: #a6cd39;
}
.focus-box:nth-child(4n+3) .red-border-bottom:before {
	background: #a6cd39;
}
.focus-box:nth-child(4n+4) .red-border-bottom:before {
	background: #a6cd39;
}
.focus-box h3 {
	margin-bottom: 15px;
	color: #404040;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 17px;
	float: none;
    width: auto;
    background: none;
}
.focus-box p {
	font-size: 14px;
	color: #808080;
}





 /*---------------------------------------
 **   5.1 Links                 -----
-----------------------------------------*/
a {
	color: #a6cd39;
}
a:visited {
	color: #529342;
}
a:hover,
a:focus,
a:active {
	color: #a6cd39;
}




.entry-title:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 10%;
	height: 2px;
	background: #a6cd39;
	bottom: -9px;
	left: 0;
}


 /*---------------------------------------
 **   Header colour and line colour on body copy-----
-----------------------------------------*/

.entry-title,
.entry-title a,
.widget-title,
.widget-title a{
	font-size: 20px;
	line-height: 22px;
	color: #529342;
}
.entry-title a:hover{
	color: #529342;;
}
.clear{
	clear: both;
}
.content-left-wrap{
	padding-top: 60px;
}
.sidebar-wrap.content-left-wrap{
	margin-top: 60px;
	padding-top: 0;
}
.debar-wrap {
	margin-top: 50px;
}
.listpost-content-wrap{
}
.listpost-content-wrap h1.entry-title,
.list-post-top h1.entry-title {
	float: none;
	clear: none;
	margin-top: 0;
}
.listpost-content-wrap .entry-title:before {
	display: none;
	content: "";
}
.entry-title:after {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 10%;
	height: 2px;
	background: #a6cd39;
	bottom: -9px;
	left: 0;
}
.listpost-content-wrap .entry-title a:after {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 35%;
	height: 2px;
	background: #a6cd39;
	bottom: -9px;
	left: 0;
	width: 50px;
	display: none;
}


 /*---------------------------------------
 **   Line under rhs widget        -----
-----------------------------------------*/
.widget .widget-title:before{
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 35%;
	height: 2px;
	background: #a6cd39;
	bottom: -9px;
	left: 0;
}



.intro {
	text-align: center;
	color: #FFF;
	margin-top: 25%;
	line-height: 65px;
	z-index: 0;
	text-transform: uppercase;
	font-size: 40px;
	float:none;
}
.intro-text{
	text-align: center;
	color: #FFF;
	line-height: 65px;
	z-index: 0;
	text-transform: uppercase;
	font-size: 40px;
	float:none;
}


 /*---------------------------------------
 **  Big left text size ABOUT US        -----
-----------------------------------------*/

.about-us .big-intro {
	text-align: right;
	font-weight: 300;
	font-size: 50px;
	line-height: normal;
	margin-top: -15px;
}



/* Flexbox container separator-one is ribbon */
#content {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
}
#focus {
   order: 1;
}
#aboutus {
   order: 2;
}
#team {
   order: 3;
}
#testimonials {
   order: 4;
}
#latestnews {
   order: 5;
}
#contact {
   order: 6;
}
.separator-one {
   order: 7;
}
#footer {
   order: 8;
}


/* header logo size &amp; spaceing */
.navbar-brand {
height: 100px;
line-height: 65px;
position: relative;
}


/*---------------------------------------
 **   Footer           -----
-----------------------------------------*/
#footer {
	background: #272727;
	line-height: 20px;
}
.company-details {
	color: #939393;
	padding-top: 67px;
	padding-bottom: 30px;
}
.company-details a {
	color:#939393;
	text-decoration:none;
}

.company-details a:hover {
	color: #a6cd39;
}
.company-details .icon-top {
	font-size: 30px;
	margin-bottom: 10px;
}
.copyright {
	padding-top: 68px;
	padding-bottom: 68px;
	background: #272727;
}
.social {
	margin: 0 0 1.5em 0 !important;
}
.social li {
	display: inline-block;
	margin: 5px;
}
.social li a {
	color: #a6cd39;
	font-size: 24px;
}
.social li a:hover {
	color: #529342;
}
.copyright p {
	margin-bottom: 0;
	color: #a6cd39;
}
.footer-widget-wrap > .container {
	text-align: center;
}
.footer-widget {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.footer-widget ul {
	margin-left: 0;
	padding-left: 0;
}
.footer-widget li {
	list-style: none;
	margin-left: 0;
}
.footer-widget-wrap {
	background: rgba(166, 205, 57,0.6);
}
.footer-widget-wrap .widget .widget-title {
	color: #FFF;	
}
.footer-widget-wrap .widget li a {
	color: #CCC;
}
.footer-widget-wrap .widget li a:hover {
	color: #FFF;
}
.footer-widget-wrap .widget {
	color: #CCC;
	padding-bottom: 30px;
}
.footer-widget-wrap .widget_calendar tbody td {
    background-color: rgba(166, 205, 57, 0.6);
}
.footer-widget-wrap .tagcloud a {
	background: none;
	padding: 2px 5px;
	color: #CCC;
}
.footer-widget-wrap .tagcloud a:hover {
	color: #FFF;
}
.footer-widget-wrap .widget #wp-calendar {
	color: #333;
}


.btn-primary {
    color: #FFF;
    background-color: #529342;
    border-color: #529342;
        border-top-color: #529342;
        border-right-color-value: rgb(82, 147, 66);
        border-bottom-color: #529342;
        border-left-color-value: rgb(82, 147, 66);
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
}




/****************************************************************/
/***********************  PIRATE FORMS style ********************/
/****************************************************************/

/*

.pirate_forms {
	padding-bottom: 95px;
}
.pirate_forms input, .pirate_forms textarea {
	width: 100%;
	margin: auto;
	border-radius: 4px !important;
}
.pirate_forms input {
	text-align: left;
	text-transform: none;
	padding: 9px;
	min-height: 46px;
	padding-left: 15px !important;
	display: inline-block;
	border-radius: 4px;
	background: rgba(255,255,255, 0.95);
}
.pirate_forms textarea {
	width: 100% !important;
	text-align: left;
	text-transform: none;
	padding: 9px;
	min-height: 250px;
	padding-left: 15px;
	display: inline-block;
	border-radius: 4px;
	background: rgba(255,255,255, 0.95);
}
.pirate_forms .custom-button {
	float: right;
	margin-right: 15px;
}
.pirate-forms-g-recaptcha {
	margin-left: 15px;
	display: none;
}
.pirate_forms .notification p {
	border-radius: 3px;
	color: #FFF;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 10px;
}
.pirate_forms_error_box {
	text-align:center;
}
.pirate_forms_error_box p {
	background: #E96656;
	border-radius: 3px;
	color: #FFF;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 10px;
}
.pirate_forms_thankyou_wrap p {
	background: #34d293;
	border-radius: 3px;
	color: #FFF;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 10px;
}
.pirate_forms .pirate-forms-submit-button {
	float: right;
	margin-right: 15px;
	color: #FFF !important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pirate_forms .pirate-forms-submit-button:hover {
	color: #FFF;
	background: #cb4332;
}
.pirate_forms_wrap label {
	width: 100%;
	float: left;
	height: 1px;
}
*/