/* Add here all your css styles (customizations) */





/* Start of Davey Place */


.g-bg-gray-dark-v1 {
	background-color: #33471c !important;
}

#top-header {
	font-size: 12px;
	line-height: 13px;
	z-index: 100000;
	color: #ffffff;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	
	background-color: #507526 !important;
	transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
}
#top-header, #top-header .container, #top-header #et-info, #top-header .et-social-icon a {
  line-height: 1em;
}
#top-header .container {
  padding-top: .75em;
  font-weight: 600;
}
#top-header a, #top-header a {
  color: #ffffff;
}
#et-info, #et-secondary-menu > ul > li a {
  padding-bottom: .75em;
  display: block;
}
#et-info {
  float: left;
}
#et-info-phone, #et-info-email, #et-info-address, #et-info-tag {
  position: relative;
  white-space: nowrap;
}

.et_header_style_left .logo_container {
  position: absolute;
  height: 100%;
  width: 100%;
}
.logo_container {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
 
}
span.logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;

}
#logo {
  width: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0;
  max-height: 64%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
}

.navbar-nav .nav-item.active .nav-link:hover, .navbar-nav .nav-item.active .nav-link {
  color: #507526;
}


nav.navbar.shrink {
  max-height: 35px;
  background-color: #33471c !important;
}

nav.shrink a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 15px;
}

nav.shrink .navbar-brand {
  font-size: 25px;
}

nav.shrink .logo_container #logo {
  width: 100px;
  height: 42.5px;
  max-height: none;
}


nav.shrink .navbar-toggle {
  padding: 4px 5px;
  margin: 8px 15px 8px 0;
}

nav.shrink .collapse.show {
  background-color: #33471c !important;
}



.navbar-nav .nav-item a.nav-link:hover, .navbar-nav .nav-item a.nav-link:active, .navbar-nav .nav-item a.nav-link:focus {
  color: #507526;
}




@media screen and (max-width: 991px) { /* Bootstrap's mobile view breakpoint */
  #main-header {
    position: relative !important;
  }
  #home.g-mt-60 {
    margin-top: 0px !important;
  }
  
}

a {
  color: #507526;
}

a:hover, a:active, a:focus {
  color: #507526;
  text-decoration: underline;
}


h2.title {
	font-size: 18px !important;
	color: #fff;
}
p.footer {
	color: #fff;
}

p.footer a {
	color: #fff;
}


p.footer a:hover, p.footer a:active, p.footer a:focus {
  text-decoration: underline;
}




p.foot-tag {
	text-align: center;	
}

p#footer-info {
	margin-bottom: 0px !important;
}

#footer-bottom {
  background-color: #507526;
  padding: 5px 0 10px;
}

#footer-info {
  text-align: left;
  color: #ccc;
  float: left;
  font-size: 12px;
}

#footer-info a {
  font-weight: 700;
  color: #999;
}

span.nobr {
	white-space: nowrap;
}

.u-go-to-v1:hover, .u-go-to-v1:focus:hover {
  background-color: #507526 !important;
}

@media (max-width: 990px) {
 .sm-logo {
       width: 100px !important;
       height: 42.5px !important;
       margin-bottom: 5px !important;
	   vertical-align: top !important;
	   max-height: none !important;

  }
}

@media (max-width: 767px) {
 #et-info-tag {
     display: none !important;

  }
 p.foot-tag {
     text-align: left !important;

  }
}

@media (max-width: 1196px) {
 .sm-no-mt {
       margin-top: 0px !important;

  }
}








  @media (max-width: 990px) {
.g-mt-60 {
  margin-top: 8rem !important;
  
  }
}

  @media (min-width: 991px) {
.g-mt-60 {
  margin-top: 12rem !important;
  
  }
}


@media (min-width: 1025px) {
   .hidden-for-desktop-good-for-phone {
     display: none !important;
  }  
}

@media (max-width: 600px) {
   #masthead .top-strip { position:relative; }
}

@media (min-width: 601px) {
   #masthead #branding { margin: 90px auto 10px !important; }
}

/* End of Davey Place */





.pad-lr-10 {
	padding-left: 10px;
	padding-right: 10px;
}


.pad-b-24 {
	padding-bottom: 24px;
}

.marg-t-30 {
	margin-top: 30px;
}

.marg-b-0 {
	margin-bottom: 0px;
}

.margin-b-20 {
	margin-bottom: 20px;
}

.highlight {
	font-size: 16px;
	font-weight: bold;
	colour: #666666;
}

.bmus {
	font-size: 14px;
	text-transform: capitalize;
}

p {
	color: #7c7c7c;
}

#home p {
	color: #ccc;
}



.g-bg-black-opacity-0_6 {
    background-color: rgba(0, 0, 0, 0.0) !important;
}

.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/*  only do the below if only have the menu links on footer.  If you put other links on footer, resort back to original coding */

footer a.g-color-gray-dark-v5 {
  color: #f79696 !important;
  outline: none !important;
}

footer a.g-color-gray-dark-v5:focus,
footer a.g-color-gray-dark-v5:hover {
  color: #fe6466 !important;
}


.form-group .form-control {
    background-color: #e0e0e0!important;
}

.form-group .form-control:focus {
    background-color: #ccc!important;
}

.u-carousel-indicators-v1 li span {
    background-color: #ccc;
}

.u-carousel-indicators-v1 li span,
.u-carousel-indicators-v1--white li span {
  width: 10px;
  height: 10px;
}

 

#justincontact-form .txtinput:focus { 
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}

#justincontact-form input#name {
	background: #fff url('../img/user.png') 5px 4px no-repeat;
}
#justincontact-form input#email {
	background: #fff url('../img/email.png') 5px 4px no-repeat;
}
#justincontact-form input#telephone {
	background: #fff url('../img/phone.png') 5px 4px no-repeat;
}
#justincontact-form textarea#message {
	background: #fff url('../img/speech.png') 5px 4px no-repeat;
}
#justincontact-form .txtinput { 
	padding: 5px 25px 5px 55px;
}

.form-control, .form-control:focus {
    color: #555;
}
.form-control {
    border-color: #999;
}

form div.text-left {
	text-align: left;
}

.color-red {
    color: #fe6466;
}

ul.hs-sub-menu > li.dropdown-item > a.nav-link {
    color: #999 !important;
}


ul.hs-sub-menu > li.dropdown-item > a.nav-link:hover, ul.hs-sub-menu > li.dropdown-item > a.nav-link:focus, ul.hs-sub-menu > li.dropdown-item > a.nav-link:active {
    color: #fe6466 !important;
}



.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u {
    border-color: #fe9798;
    background-color: #fe9798;
    color: #fff;
}

#navBar ul.navbar-nav li.nav-item a.nav-link {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

/*  Need to work out if this can be used to limit above style to only toggled expanded menu
.navbar-expand-sm {
    padding-bottom: 15px;
}

.navbar-expand-md {
    padding-bottom: 15px;
}

.navbar-expand-lg {
    padding-bottom: 15px;
}

.navbar-expand-xl {
    padding-bottom: 15px;
}
*/ 




button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.hover-shadow {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #fe6466;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

.g-bottom-20x {
  bottom: 10%;
}

.g-top-50x--md {
  bottom: 40%;
}

.g-font-size-7 {
  font-size: 0.50143rem !important;
}


.embed-responsive {

    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;

}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;

}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



 /* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
} 


@media (max-width: 1025px) {
 .hidden-for-phone-good-for-desktop {
     display: none !important;
  }
}

@media (min-width: 1025px) {
   .hidden-for-desktop-good-for-phone {
     display: none !important;
  }  
}


@media (max-width: 768px) {
  .small-mt-under-arrows {
    margin-top: 20px !important;
  }
}


@media (max-width: 648px) {
  .small-mt-under-arrows {
    margin-top: 60px !important;
  }
}


@media (max-width: 516px) {
  .small-mt-under-arrows {
    margin-top: 90px !important;
  }
}


@media (max-width: 400px) {
  .small-mt-under-arrows {
    margin-top: 120px !important;
  }
}


@media (max-width: 358px) {
  .small-mt-under-arrows {
    margin-top: 160px !important;
  }
}


@media (max-width: 565px) {
  .small-hide-br {
    display: none;
  }
}
