/* @override 
	https://hivelandscape.au/themes/hivelandscape/styles/default.css */
	
/* @group Base Styles */

/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1.25em /*20*/;
  line-height: 1.45 /*29*/;
}

* {
	box-sizing: border-box;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* @end */

/* @group Hive Landscape Design */

/* ==========================================================================
  Hive Landscape Design custom styles
  Author: Kalon Edser | www.kalonedser.com
  Modified: 11 June 2025
   ========================================================================== */

body {
  margin: 0;
  color: #233d55;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background: #f8f2e4;
  text-wrap: balance;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #233d55;
}

a:hover, a:active {
	color: #4e6172;
	color: #c5cba0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-style: normal;
}

h2 {
	font-size: 2.2em /*44*/;
	margin: 0.4545454545em 0;
}

h3 {
	color: #f3ccd1;
	font-size: 1.15em /*23*/;
	font-weight: 400;
	margin: 0.7931034483em 0 0 0;
	text-transform: uppercase;
}

h3 + p {
	margin-top: 0;
}

p {
	font-size: 1em;
	margin: 1.45em 0;
}

.wrapper {
	min-width: 320px;
}

.container {
	margin: 0 auto;
	max-width: 1920px;
/*	max-width: 1366px;*/
}

.container .inner {
	padding: 10% 5.124450952% /*22, 70*/;
}

.site-header .container .inner,
.site-footer .container .inner {
	padding: 1.610541728% 5.124450952% /*22, 70*/;
}

.our-approach .container .inner,
.our-services .container .inner,
.contact-us .container .inner {
	padding: 8% 5.124450952% /*22, 70*/;
}

header, section, footer {
  overflow: hidden;
}

.our-approach,
.contact-us {
  color: #f8f2e4;
  background: #c47160;
}

.slideshow,
.our-services {
  color: #f8f2e4;
  background: #c5cba0;
}

.about-us h2,
.award h2 {
  color: #c47160;
}

.about-us {
	background-image:  url(/images/7.png);
	background-repeat: repeat-y;
	background-position: 100% 50%;
	background-size: 23%;
}

.contact-us {
	background-image:  url(/images/8.png);
	background-repeat: repeat-y;
	background-position: 100% 50%;
	background-size: 23%;
}

.our-services  {
	background-image:  url(/images/22.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100%;
	background-size: cover;
}

/* @group Header */

.site-header .container .inner {
	display: flex;
	justify-content: space-between;
	align-items:  center;
}

.site-logo {
	margin: 0;
/*	float: left;*/
	width: 100%;
	max-width: 288px;

}

.site-logo img {
	width: 100%;
}

.header-phone {
	font-size: 25px;
/*	font-size: 1.25em;*/
	padding-top: 1.9em;
/*	margin: 0;*/
	margin: 0 3% 0 0;
/*	font-weight: 400;*/
}

/* @end */
/* @group Hero image */

.slideshow {
  background-image:  url(/images/2.jpg);
  background-size: cover;
  background-position: 50%;
}

.slideshow .inner {
	display: flex;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
	height: 90vh;
}

.slideshow h2 {
	font-size: 3em /*60*/;
}

.slideshow  span {
	display: block;
}

/* @end */
/* @group Non-grid articles */

.non-grid .article {
	display: flex;
	flex-wrap: wrap;
	gap: 2%
}

.non-grid .article-main,
.non-grid .article-excerpt {
	align-content: space-between;
	flex-basis: 48%;
}

.contact-us .article-excerpt {
	flex-basis: 50%;
}

.about-us .article-excerpt img {
	width: 100%;
	max-width: 390px;
/*	width: 77%;*/
	mask-image: url(/images/9.svg);
/*	mask-image: url(/images/4.png);*/
	mask-repeat: no-repeat;
	mask-size: 100%;
	margin-bottom: .65em;
}

.article-excerpt p {
	 margin: 0;
}

.article-excerpt h3 {
	margin: 0;
	color: #c5cba0;
}

.about-us .article-excerpt .inner {
	padding: 1% 0 5% 18%;
}

/* @end */
/* @group Grid articles */

.grid-heading {
	text-align: center;
}

.grid {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

.grid .article {
	align-content: space-between;
	flex-basis: 32%;
	margin: 0 0 2% 0;
	text-align: center;
}

.grid .article-main {
	padding: 10% 4%;	
}

.grid .article h3 {
	margin: 0;
}

.grid .article p {
	margin: 0;
/*	text-wrap: balance;*/
}


.our-services .grid {
	padding: 2% 0;
}

.our-services .article {
	background: #f9f5e7;
}

.our-services img {
	width: 100%;
}

.our-services h3 {
	color: #c47160;
}

.our-services p {
	color: #233d55;
}

.our-approach .article-image img {
	width: 25%;
}

.our-approach .article {
	margin: 2% 0;
}

.our-approach .article-main  {
 padding: 5%;	
}

/* @end */
/* @group Award */

.award .container {
	display: flex;
	align-items: stretch;
}

.award .container .inner,
.award .container .side-img {
	flex-basis: 50%;
}

.award .container .side-img  {
	background-image:  url(/images/23.jpg);
	background-position: 55% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.award img {
	margin-top: 5%;
	margin-bottom: 2.5%;
	max-width: 220px;
}


.award .inner {
	width: 100%;
}

.award .article-main {
	flex-basis: 100%;
}

/* @end */
/* @group Contact Us / form */

.contact-us .article-excerpt .inner {
	padding: 0;
	margin: 1.75em 0;
}

.contact-us a:link, .contact-us a:visited {
	color: #f8f2e4;
}

.contact-us a:hover, .contact-us a:active {
	color: #f3ccd1;
}

.comConnectForm {
	margin: 0;
	width: 100%;
}

.comConnectForm p {
	margin: .5em 0;
}

.comConnectForm label {
	display: none!important;
}

.comConnectForm input.comText,
.comConnectForm input.comEmail,
.comConnectForm textarea {
	width: 100%;
	border: none;
	text-align: left;
	padding: 0.65em;
	margin: 0;
	color: #c47160;
	font-size: 1em;
	font-weight: 300;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
}

.comConnectForm textarea {
	height: 9em;
}

.comConnectForm ::placeholder {
	color: #db917e;
}

.comSubmit {
	background: #e8d2a5;
	color: #c47160;
	border: none;
	font-size: 1em;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	padding: .4em .8em;
	letter-spacing: .06em;
}

.comSubmit:hover {
	background: #f8f2e4;
}

.phone-mail {
	position: absolute;
}

/* @end */
/* @group Footer */

.site-footer {
  color: #f8f2e4;
  background: #233d55;
}

.site-footer .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-footer .col {
	flex-basis: 65%;
}

.site-footer ul.linklist {
	color: #c47160;
	list-style: none;
	padding: 0;
	margin-top: 1.9em;
	font-size: 1.15em /*23*/;
}

.site-footer ul.linklist li {
	margin-right: .5em;
	display: inline;
}

.site-footer ul.linklist a {
	font-weight: 400;
	text-transform: uppercase;
}

.site-footer a:link, .site-footer a:visited {
	color: #f8f2e4;
}

.site-footer a:hover, .site-footer a:active {
	color: #c5cba0;
}

.site-footer .footer-logo {
	order: 2;
}

.site-footer .footer-logo {
	flex-basis: 35%;
	text-align: right;
}

.site-footer .footer-logo img {
	width: 100%;
	max-width: 288px;
}

.site-footer p.copy {
	font-size: 0.75em;
	margin: 0;
}


/* @end */
/* @end */
/* @group Helper classes */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* @end */
/* @group Responsive */

@media only screen and (min-width: 1440px) {

	body {
		font-size: 1.1em;
	}
	
	.about-us .article-excerpt .inner {
		padding: 0 7% 5% 18%;
	}

	
	.about-us .article-excerpt img {
		max-width: none;
		width: 100%;
	}

}

@media only screen and (min-width: 1366px) {

	.award {
		background-image:  url(/images/23.jpg);
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-size: 50%;	
	}
	
	.award .container .side-img {
		background-image: none!important;
	}

}

@media only screen and (max-width: 1024px) {
	
	.our-approach .article-main  {
		padding: 5% 0;	
	}
	
	.slideshow h2 {
		text-shadow: 1px 1px 28px rgba(0,0,0,1);
	}
	
}

/*two columns*/   
@media only screen and (max-width: 960px) {
	
	body {
		font-size: 0.9em /*18*/;
	}
	
/*	.header-phone {
		padding-top: 2.2em;
	}*/
	
	.grid .article {
		flex-basis: 49%;
		margin: 2% 0;
	}
	
	.our-services .grid .article  {
		margin: 1% 0;
	}
	
}

/*single column*/   
@media only screen and (max-width: 666px) {
	
	.site-header .container .inner {
		display: block;
		padding-top: 5%;
		padding-bottom: 5%;
	}
	
	.header-phone {
		padding: 0;
		margin-left: 105px;
	}

	.grid .article,
	.non-grid .article-main,
	.non-grid .article-excerpt,
	.site-footer .col {
		flex-basis: 100%;
	}
	
	.about-us .article-excerpt .inner {
		padding: 0 0 5% 15%;
		padding: 0;
	}
	
	.our-approach .article-main  {
		padding: 5%;	
	}
	
	.our-services .grid .article  {
		margin: 3% 0;
	}
	
	.our-services  .grid .article-main {
		padding: 5% 4%;	
	}
	
	.award .container {
		display: block;
    }
	
	.award .container .side-img  {
		height: 50vh;
	}
	
	.site-footer .row {
		display: block;
	}

	.site-footer .col {
		text-align: left;
	}
	
	.about-us,
	.contact-us {
		background-image: none;
	}
	
	.our-services .article {
		margin: 3% 0;
	}

}

@media only screen and (max-width: 500px) {

	.slideshow .inner {
		height: 75vh;
	}

	.our-services  .grid .article-main {
		padding: 8% 4%;	
	}
	
	.site-footer .footer-logo img {
		width: 80%;
	}
	
	.site-footer p.copy {
	 margin: 1em 0;
    }

}

@media only screen and (max-width: 380px) {
	
	body {
		font-size: 0.8em /*16*/;
	}
	
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* @end */
/* @group Print */

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

/*  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }*/

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
  
	body {
		font-size: 0.9em /*18*/;
	}
  
	.container .inner {
		padding: 0!important;
	}
	
	.slideshow .inner {
		height: auto;
	}
	
	.non-grid .article,
	.award .container {
		display: block;
	}

	.grid {
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
	}
	
	.grid .article {
		flex-basis: 49%;
		margin: 2% 0;
	}
	
	.our-services .grid {
			gap: 4%;
	}
	
	.our-services .grid .article  {
		flex-basis: 48%;
		margin: 1% 0;
	}
	
	
	.slideshow h2 {
		font-size: 2.2em /*44*/;
		margin: 0.4545454545em 0;
	}
	
	.slideshow  span {
		display: inline!important;
	}
	
	.about-us .article-excerpt img {
		width: 25%;
		max-width: 390px;
		mask-image: none;
		margin-bottom: 1em;
	}
	
	.our-services .grid-heading {
		margin-top: .9em;
	}
	
	form,
	.site-footer .footer-logo {
		display: none;
	}
	
	.site-footer ul.linklist {
		margin-top: 0;
	}
  
}

/* @end */