@charset "UTF-8";
/*!
Theme Name: Courageous
Theme URI: https://digitl.agency/
Author: Digitl
Author URI: https://digitl.agency/us
Description: Courageous Theme
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
Text Domain: courageous_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* ----- iPhone X landscape ≥375px and ≤812 ----- */
/* MEDIA QUERIES */
/* Reset css
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: inherit;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}
/* Text-level semantics
   ========================================================================== */
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
audio, video {
  display: inline-block;
}
/**
 * Basic typography style for copy text
 */
html {
  font-size: 100%;
}
body {
  min-height: 100%;
  height: auto;
  color: #000000;
  font-size: 1rem;
  font-family: 'Muli', 'Arial', sans-serif;
  line-height: 1.7;
  background-color: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}
h1, .h1 {
  margin-bottom: 0.94rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #000000;
}
h1 a, .h1 a {
  color: inherit;
  text-decoration: none;
}
h2, .h2 {
  margin-bottom: 0.94rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #000000;
}
h2 a, .h2 a {
  color: inherit;
  text-decoration: none;
}
h3, .h3 {
  margin-bottom: 0.94rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #000000;
}
h3 a, .h3 a {
  color: inherit;
  text-decoration: none;
}
h4, .h4 {
  margin-bottom: 0.94rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #000000;
}
h4 a, .h4 a {
  color: inherit;
  text-decoration: none;
}
h5, .h5 {
  margin-bottom: 0.94rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #000000;
}
h5 a, .h5 a {
  color: inherit;
  text-decoration: none;
}
h6, .h6 {
  margin-bottom: 0.94rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #000000;
}
h6 a, .h6 a {
  color: inherit;
  text-decoration: none;
}
h1, .h1 {
  font-size: 6.25rem;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 4.1666666667rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}
h2, .h2 {
  font-size: 3.75rem;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
h3, .h3 {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 1.6666666667rem;
  }
}
h4, .h4 {
  font-size: 1.88rem;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 1.5666666667rem;
  }
}
h5, .h5 {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 1.3636363636rem;
  }
}
h6, .h6 {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 1.1363636364rem;
  }
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
ul {
  padding-left: 0.63rem;
  margin-bottom: 0.94rem;
}
ul ul {
  margin-bottom: 0;
}
ul li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
ul li:last-child {
  padding-bottom: 0;
}
ol {
  padding-left: 1.25rem;
  margin-bottom: 0.94rem;
}
ol ol {
  margin-bottom: 0;
}
ol li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
ol li:last-child {
  padding-bottom: 0;
}
blockquote {
  position: relative;
  display: block;
  margin-bottom: 1.57rem;
  padding: 1.25rem 1.25rem;
  text-align: left;
  line-height: 2;
  font-size: 1.13rem;
  font-style: italic;
  color: #000000;
  background-color: #dee3e2;
  border-left: 0.25rem solid #000000;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
hr {
  height: 0;
  margin: 0.63rem auto 2.5rem;
  border: 0 #000000 solid;
  border-top-width: 0.07rem;
  overflow: visible;
}
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: none;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
picture {
  display: inline-block;
  vertical-align: top;
}
/* Link
------------------------------------------------------------------------------*/
a {
  color: #000000;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover, a:focus {
  color: #000000;
  text-decoration: underline;
  outline: none;
}
/* Tables
------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  text-align: left;
  font-weight: normal;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td, .table-bordered th {
  vertical-align: bottom;
  border-bottom: 0.07rem solid #dee3e2;
  padding: 0.63rem;
}
/**
 * Main content containers
 */
.container {
  width: 100%;
  max-width: 75.01rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}
.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}
/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.94rem;
  margin-left: -0.94rem;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*="cell-"] {
  padding-right: 0;
  padding-left: 0;
}
[class*="cell-"] {
  padding-left: 0.94rem;
  padding-right: 0.94rem;
  position: relative;
  width: 100%;
}
/* align item */
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 20px 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 20px auto;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.bg-white {
  background-color: #fff;
}
.text-white {
  color: #fff;
}
.bg-black {
  background-color: #000000;
}
.text-black {
  color: #000000;
}
/* column structure */
.cell-1 {
  width: 8.3333333333%;
}
.cell-2 {
  width: 16.6666666667%;
}
.cell-3 {
  width: 25%;
}
.cell-4 {
  width: 33.3333333333%;
}
.cell-5 {
  width: 41.6666666667%;
}
.cell-6 {
  width: 50%;
}
.cell-7 {
  width: 58.3333333333%;
}
.cell-8 {
  width: 66.6666666667%;
}
.cell-9 {
  width: 75%;
}
.cell-10 {
  width: 83.3333333333%;
}
.cell-11 {
  width: 91.6666666667%;
}
.cell-12 {
  width: 100%;
}
.mt-30, .m-30, .my-30 {
  margin-top: 1.875rem;
}
.pt-30, .p-30, .py-30 {
  padding-top: 1.875rem;
}
.mb-30, .m-30, .my-30 {
  margin-bottom: 1.875rem;
}
.pb-30, .p-30, .py-30 {
  padding-bottom: 1.875rem;
}
.ml-30, .m-30, .mx-30 {
  margin-left: 1.875rem;
}
.pl-30, .p-30, .px-30 {
  padding-left: 1.875rem;
}
.mr-30, .m-30, .mx-30 {
  margin-right: 1.875rem;
}
.pr-30, .p-30, .px-30 {
  padding-right: 1.875rem;
}
@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
  }
  .mt-sm-30, .m-sm-30, .my-sm-30 {
    margin-top: 1.875rem;
  }
  .pt-sm-30, .p-sm-30, .py-sm-30 {
    padding-top: 1.875rem;
  }
  .mb-sm-30, .m-sm-30, .my-sm-30 {
    margin-bottom: 1.875rem;
  }
  .pb-sm-30, .p-sm-30, .py-sm-30 {
    padding-bottom: 1.875rem;
  }
  .ml-sm-30, .m-sm-30, .mx-sm-30 {
    margin-left: 1.875rem;
  }
  .pl-sm-30, .p-sm-30, .px-sm-30 {
    padding-left: 1.875rem;
  }
  .mr-sm-30, .m-sm-30, .mx-sm-30 {
    margin-right: 1.875rem;
  }
  .pr-sm-30, .p-sm-30, .px-sm-30 {
    padding-right: 1.875rem;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
  }
  .mt-md-30, .m-md-30, .my-md-30 {
    margin-top: 1.875rem;
  }
  .pt-md-30, .p-md-30, .py-md-30 {
    padding-top: 1.875rem;
  }
  .mb-md-30, .m-md-30, .my-md-30 {
    margin-bottom: 1.875rem;
  }
  .pb-md-30, .p-md-30, .py-md-30 {
    padding-bottom: 1.875rem;
  }
  .ml-md-30, .m-md-30, .mx-md-30 {
    margin-left: 1.875rem;
  }
  .pl-md-30, .p-md-30, .px-md-30 {
    padding-left: 1.875rem;
  }
  .mr-md-30, .m-md-30, .mx-md-30 {
    margin-right: 1.875rem;
  }
  .pr-md-30, .p-md-30, .px-md-30 {
    padding-right: 1.875rem;
  }
}
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
  }
  .mt-lg-30, .m-lg-30, .my-lg-30 {
    margin-top: 1.875rem;
  }
  .pt-lg-30, .p-lg-30, .py-lg-30 {
    padding-top: 1.875rem;
  }
  .mb-lg-30, .m-lg-30, .my-lg-30 {
    margin-bottom: 1.875rem;
  }
  .pb-lg-30, .p-lg-30, .py-lg-30 {
    padding-bottom: 1.875rem;
  }
  .ml-lg-30, .m-lg-30, .mx-lg-30 {
    margin-left: 1.875rem;
  }
  .pl-lg-30, .p-lg-30, .px-lg-30 {
    padding-left: 1.875rem;
  }
  .mr-lg-30, .m-lg-30, .mx-lg-30 {
    margin-right: 1.875rem;
  }
  .pr-lg-30, .p-lg-30, .px-lg-30 {
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }
  .cell-xl-2 {
    width: 16.6666666667%;
  }
  .cell-xl-3 {
    width: 25%;
  }
  .cell-xl-4 {
    width: 33.3333333333%;
  }
  .cell-xl-5 {
    width: 41.6666666667%;
  }
  .cell-xl-6 {
    width: 50%;
  }
  .cell-xl-7 {
    width: 58.3333333333%;
  }
  .cell-xl-8 {
    width: 66.6666666667%;
  }
  .cell-xl-9 {
    width: 75%;
  }
  .cell-xl-10 {
    width: 83.3333333333%;
  }
  .cell-xl-11 {
    width: 91.6666666667%;
  }
  .cell-xl-12 {
    width: 100%;
  }
  .mt-xl-30, .m-xl-30, .my-xl-30 {
    margin-top: 1.875rem;
  }
  .pt-xl-30, .p-xl-30, .py-xl-30 {
    padding-top: 1.875rem;
  }
  .mb-xl-30, .m-xl-30, .my-xl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xl-30, .p-xl-30, .py-xl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xl-30, .m-xl-30, .mx-xl-30 {
    margin-left: 1.875rem;
  }
  .pl-xl-30, .p-xl-30, .px-xl-30 {
    padding-left: 1.875rem;
  }
  .mr-xl-30, .m-xl-30, .mx-xl-30 {
    margin-right: 1.875rem;
  }
  .pr-xl-30, .p-xl-30, .px-xl-30 {
    padding-right: 1.875rem;
  }
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  background-color: var(--site-branding-colour);
  color: #fff;
  border-radius: 100px;
  padding: 10px 25px;
  border: 2px solid var(--site-branding-colour);
  outline: none;
  transition: all 0.3s ease 0s, color 0.3s ease 0s;
  cursor: pointer;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  color: #000;
}
.banner-buttons .button-list {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.banner-buttons .button-list li {
  margin-right: 5px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .banner-buttons .button-list li {
    margin-bottom: 0;
    margin-right: 1em;
  }
}
form label {
  display: block;
  margin-bottom: 0.63rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Muli', 'Arial', sans-serif;
  font-size: 0.88rem;
  color: #000000;
}
input, textarea, button, select {
  font-family: 'Muli', 'Arial', sans-serif;
}
input[type="url"], input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea {
  -webkit-appearance: none;
  outline: none;
}
input[type="url"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="submit"]::-webkit-input-placeholder, input[type="button"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input[type="url"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="submit"]:-moz-placeholder, input[type="button"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input[type="url"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="submit"]::-moz-placeholder, input[type="button"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input[type="url"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="submit"]:-ms-input-placeholder, input[type="button"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input[type="url"], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], textarea, select {
  width: 100%;
  height: 2.63rem;
  padding: 0 0.94rem;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  border: 0.07rem solid transparent;
  border-radius: 0;
}
input[type="url"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
  border-color: var(--site-branding-colour);
  outline: none;
}
label .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}
textarea {
  display: block;
  height: 9.38rem;
  padding: 0.63rem 0.94rem;
  resize: none;
  overflow: auto;
}
select {
  -webkit-appearance: none;
  padding-right: 1.875em;
  background-size: 1.25rem 0.5rem;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
}
select:focus {
  outline: none;
}
/* for ie */
select::-ms-expand {
  display: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}
.form-group {
  margin-bottom: 1.25rem;
}
/* contact form 7 buttons */
.wpcf7 form .wpcf7-response-output {
  margin: 0;
}
.radio-btn-group .radio-option {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.radio-btn-group .radio-option:first-child {
  padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom {
  opacity: 0;
  position: absolute;
}
.radio-btn-group .radio-option .radio-custom:focus + .radio-custom-label {
  outline: none;
}
.radio-btn-group .radio-option .radio-custom:checked + .radio-custom-label:before {
  background-color: #000000;
}
.radio-btn-group .radio-option .radio-custom-label {
  margin: 0;
  cursor: pointer;
  color: #000000;
}
.radio-btn-group .radio-option .radio-custom-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 0.63rem;
  width: 0.63rem;
  margin-top: -;
  margin-right: 0.63rem;
  background-color: #fff;
  border: 0.13rem solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0px 2px #000000;
  cursor: pointer;
}
.checkbox input[type="checkbox"] {
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  display: block;
  width: 0.32rem;
  height: 0.63rem;
  border: solid #ffa34d;
  border-width: 0 0.13rem 0.13rem 0;
  transform: rotate(42deg);
}
.checkbox label {
  position: relative;
  cursor: pointer;
}
.checkbox label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  padding: 0.5rem;
  background-color: transparent;
  border: 0.13rem solid #ffa34d;
  -webkit-appearance: none;
  cursor: pointer;
}
html {
  margin: 0 !important;
}
body {
  font-size: var(--base-font-size);
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
a:hover, a:focus {
  color: var(--hover-colour);
  text-decoration: none;
}
h1 {
  font-size: var(--h1-font-size);
}
h2 {
  font-size: var(--h2-font-size);
}
h3 {
  font-size: var(--h3-font-size);
}
h4 {
  font-size: var(--h4-font-size);
}
h5 {
  font-size: var(--h5-font-size);
}
h6 {
  font-size: var(--h6-font-size);
}
ul.no-bullets, ol.no-bullets {
  list-style: none;
}
ul.list-inline li, ol.list-inline li {
  display: inline;
}
.courageous-btn {
  background-color: var(--site-branding-colour);
  box-shadow: 0px 4px 11px 1px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  padding: 12px 50px;
  color: #fff;
}
.courageous-btn:hover, .courageous-btn:focus {
  color: #000;
}
/* social icons */
.social-icons .social-list {
  margin: 0;
}
.social-icons .social-list li {
  display: inline;
  margin-right: 0.5em;
}
.social-icons .social-list li:last-child {
  margin-right: 0;
}
.social-icons .social-list li a i {
  font-size: 30px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.p-0 {
  padding: 0;
}
body .beer-slider img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
/* MEDIA QUERIES */
/* responsive nav for small devices */
.offcanvas-menu {
  display: block;
}
@media (min-width: 992px) {
  .offcanvas-menu {
    display: none;
  }
}
.offcanvas-menu > label {
  top: 30px;
  right: 30px;
  position: fixed;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  z-index: 9999;
}
.offcanvas-menu label span, .offcanvas-menu label span::before, .offcanvas-menu label span::after {
  transition: background 0.3s, transform 0.3s;
}
.offcanvas-menu label span, .offcanvas-menu label span::before, .offcanvas-menu label span::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  background-color: var(--site-branding-colour);
}
.offcanvas-menu label span::before {
  transform: translateY(-12px);
}
.offcanvas-menu label span::after {
  transform: translateY(12px);
}
.offcanvas-menu nav {
  position: fixed;
  top: 0;
  height: 100%;
  width: 350px;
  left: -350px;
  z-index: 999;
  overflow: hidden;
  background: #eee;
  transition: 0.3s ease;
  padding: 20px 30px;
}
.offcanvas-menu nav ul#primary-menu {
  margin: 2em 0;
  padding: 0;
  width: 100%;
}
.offcanvas-menu nav ul#primary-menu li {
  margin-bottom: 1em;
}
.offcanvas-menu nav ul#primary-menu li a {
  outline: none;
  text-decoration: none;
  border: 2px solid transparent;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 10px 2em;
  transition: all 0.3s ease 0s, color 0.3s ease 0s;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.offcanvas-menu nav ul#primary-menu li a:hover, .offcanvas-menu nav ul#primary-menu li a:focus {
  border: 2px solid var(--site-branding-colour);
}
.offcanvas-menu nav > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offcanvas-menu nav > div a {
  outline: none;
  text-decoration: none;
  border: 2px solid transparent;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 0;
  transition: all 0.3s ease 0s, color 0.3s ease 0s;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.offcanvas-menu nav > div a:hover, .offcanvas-menu nav > div a:focus {
  border: 2px solid var(--site-branding-colour);
}
.offcanvas-menu nav > div a i {
  font-size: 4rem;
  background: linear-gradient(120deg, #49a4ed 30%, #3d00a9 110%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offcanvas-menu nav > div label {
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.offcanvas-menu nav > div label span, .offcanvas-menu nav > div label span:before, .offcanvas-menu nav > div label span:after {
  background-color: var(--site-branding-colour);
}
.offcanvas-menu nav > ul {
  counter-reset: nav-link-count;
}
.offcanvas-menu nav > ul li {
  cursor: pointer;
  padding: 10px 0;
  transform: translateX(-30px);
  opacity: 0;
  transition: 0.4s ease;
  counter-increment: nav-link-count;
}
.offcanvas-menu nav > ul li a {
  outline: none;
  text-decoration: none;
  border: 2px solid transparent;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 10px 2em;
  transition: all 0.3s ease 0s, color 0.3s ease 0s;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.offcanvas-menu nav > ul li a:hover, .offcanvas-menu nav > ul li a:focus {
  border: 2px solid var(--site-branding-colour);
}
.offcanvas-menu nav > ul li a::after {
  content: " : " counter(nav-link-count);
}
.offcanvas-menu nav > ul li:hover {
  animation: hover 0.5s;
}
.offcanvas-menu input[type="checkbox"] {
  display: none;
}
.offcanvas-menu input[type="checkbox"]:checked ~ label {
  opacity: 0;
  pointer-events: none;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav {
  left: 0;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav label span {
  background: transparent;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav label span:before {
  transform: rotate(-45deg);
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav label span:after {
  transform: rotate(45deg);
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav label span:before, .offcanvas-menu input[type="checkbox"]:checked ~ nav label span:after {
  transition-delay: 0.2s;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav ul li {
  opacity: 1;
  transform: translateX(0px);
}
/*--- header ---*/
.site-header {
  background-color: #fff;
  padding: 1em 0;
}
.site-header .main-menu {
  display: none;
}
@media (min-width: 992px) {
  .site-header .main-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
}
.site-header .main-menu ul {
  list-style-type: none;
  margin: 0;
}
.site-header .main-menu ul li {
  display: inline;
  margin-right: 1em;
}
.site-header .main-menu ul li a {
  outline: none;
  text-decoration: none;
  border: 2px solid transparent;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 10px 2em;
  transition: all 0.3s ease 0s, color 0.3s ease 0s;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.site-header .main-menu ul li a:hover, .site-header .main-menu ul li a:focus {
  border: 2px solid var(--site-branding-colour);
}
.main-container {
  width: 100%;
}
/*--- footer ---*/
.site-footer {
  padding: 2em 0;
}
.site-footer .footer-logo {
  margin-bottom: 1em;
}
.site-footer .contact-details {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: end;
  margin: 1em 0 0 0;
}
@media (min-width: 768px) {
  .site-footer .contact-details {
    margin: 0;
  }
}
.site-footer .footer-right {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column-reverse;
  margin: 1em 0 0 0;
}
@media (min-width: 768px) {
  .site-footer .footer-right {
    margin: 0;
    align-items: end;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.site-footer .footer-right .disclaimer a {
  font-weight: bold;
}
.site-footer .footer-right .social-icons .social-list {
  margin: 0.5em 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .site-footer .footer-right .social-icons .social-list {
    margin: 0;
    padding-left: 0.63rem;
  }
}
.site-footer .footer-right .social-icons .social-list li {
  display: inline;
  margin-right: 0.5em;
}
.site-footer .footer-right .social-icons .social-list li:last-child {
  margin-right: 0;
}
.site-footer .footer-right .social-icons .social-list li a i {
  font-size: 30px;
}
section.error-404 {
  padding: 3em 0;
}
section.error-404 .error-message {
  background: #ff9899;
  color: #fff;
  padding: 1em;
  margin: 2em 0;
}
section.error-404 .btn, section.error-404 button, section.error-404 input[type="button"], section.error-404 input[type="reset"], section.error-404 input[type="submit"] {
  color: #fff;
  text-decoration: none;
}
.search-page {
  padding: 3em 0;
}
.search-page .page-content {
  padding-top: 1em;
}
.search-page .search-submit {
  background-color: #52969F;
}
.search-page .search-result-section {
  padding-top: 2em;
}
.search-page .product-upper-tab, .search-page .product-bottom-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-page .product-upper-tab {
  color: #52969F;
  border-bottom: 1px solid #52969F;
}
@media (max-width: 767px) {
  .search-page .product-upper-tab {
    order: 1;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .search-page .product-upper-tab .product-cat-title {
    display: none;
  }
}
.search-page .product-upper-tab .product-price {
  font-weight: bold;
}
@media (max-width: 767px) {
  .search-page .product-upper-tab .product-price {
    text-align: center;
    margin: 0 auto;
  }
}
.search-page .product-slider-item .product-image-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px -3px;
  box-shadow: 0 0 5px -3px;
}
.search-page .product-slider-item .product-image img {
  transform: scale(0.75);
  text-align: center;
  margin: 0 auto;
}
.search-page .product-slider-item .product-content {
  padding: 1.2em 0px;
}
@media (max-width: 767px) {
  .search-page .product-slider-item .product-content .container {
    display: flex;
    flex-direction: column;
  }
}
.search-page .product-bottom-tab {
  padding-top: 0.5em;
}
@media (max-width: 767px) {
  .search-page .product-bottom-tab {
    order: 0;
    padding-top: initial;
  }
}
.search-page .product-bottom-tab .product-title {
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 991px) {
  .search-page .product-bottom-tab .product-title {
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .search-page .product-bottom-tab .product-title {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .search-page .product-bottom-tab .tinv-wishlist {
    position: absolute;
    top: 0;
    left: 50%;
  }
}
.search-page .product-bottom-tab .tinvwl_add_to_wishlist_button {
  margin-top: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.search-page .product-bottom-tab .tinvwl_add_to_wishlist_button:before {
  top: 30% !important;
  font-size: 26px;
}
@media (max-width: 767px) {
  .search-page .product-bottom-tab .tinvwl_add_to_wishlist_button:before {
    padding: 5px;
    font-size: 20px;
    left: initial !important;
    margin-top: -25px !important;
    font-size: 20px !important;
    border-radius: 50%;
    background: #B2B2B2;
    color: #474545;
  }
}
@media (max-width: 767px) {
  .search-page .product-bottom-tab .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before {
    background: #fff;
    color: #ff9899;
  }
}
.mobile-search-helper {
  padding: 1em 0;
}
.mobile-search-helper .mobile-helper-list {
  padding-left: 0;
}
.mobile-search-helper .mobile-helper-list li {
  list-style: none;
}
.mobile-search-helper .mobile-helper-list li a {
  text-decoration: none;
}
section.page-banner .slider {
  width: 100%;
}
section.page-banner .slider .banner-item .banner-wrapper {
  position: relative;
  z-index: 1;
}
section.page-banner .slider .banner-item .banner-wrapper img.page-banner-img {
  object-fit: cover;
  object-position: center;
  height: 550px;
  width: 100%;
}
section.page-banner .slider .banner-item .banner-wrapper .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 100%;
  padding: 0 15px;
}
section.page-banner .slider .banner-item .banner-wrapper .banner-content .banner-heading {
  padding: 0 15px;
}
section.page-banner .slider .banner-item .banner-wrapper .banner-content .banner-heading .heading {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  section.page-banner .slider .banner-item .banner-wrapper .banner-content .banner-heading .heading {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  section.page-banner .slider .banner-item .banner-wrapper .banner-content .banner-heading .heading {
    font-size: 44px;
    line-height: 54px;
  }
}
section.page-banner .slider .banner-item .banner-wrapper .banner-content .banner-heading .heading br {
  display: none;
}
@media (min-width: 992px) {
  section.page-banner .slider .banner-item .banner-wrapper .banner-content .banner-heading .heading br {
    display: block;
  }
}
section.page-banner .slider .banner-item .banner-wrapper .banner-content .banner-buttons {
  margin: 3em 0 0 0;
}
section.page-banner .slider .banner-item .banner-wrapper .banner-content .banner-buttons .button-list {
  margin: 0;
  padding: 0;
}
section.page-banner .slider .banner-item .banner-wrapper .banner-content .banner-buttons .button-list li:last-child {
  margin-right: 0;
}
section.intro-content {
  margin: 4em 0;
}
section.intro-content .intro-heading .heading span {
  color: var(--site-branding-colour);
}
section.client-logos {
  margin: 2em 0 3em 0;
}
section.client-logos .client-logo-list .slick-list {
  padding: 1em 50px 1em 50px !important;
}
@media (min-width: 992px) {
  section.client-logos .client-logo-list .slick-list {
    padding: 1em 0 !important;
  }
}
section.client-logos .client-logo-list .slick-list .slick-slide {
  margin-right: 1em;
  margin-left: 1em;
}
section.client-logos .client-logo-list .slick-list .slick-slide:last-child {
  margin-right: 0;
}
section.client-logos .client-logo-list .client-logo-item .client-logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 150px;
  padding: 2em;
  background: #ffffff;
  box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
section.client-logos .client-logo-list .client-logo-item .client-logo-box a {
  display: block;
  height: 100%;
  width: 100%;
}
section.client-logos .client-logo-list .client-logo-item .client-logo-box .image-container {
  height: 100%;
}
section.client-logos .client-logo-list .client-logo-item .client-logo-box .image-container .client-logo {
  object-fit: contain;
  object-position: center center;
  height: 45px;
  width: 100%;
}
section.client-logos .slider-buttons {
  display: none;
}
@media (min-width: 992px) {
  section.client-logos .slider-buttons {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
section.client-logos .slider-buttons .arrow {
  display: inline;
  cursor: pointer;
}
section.client-logos .slider-buttons .arrow.left-arrow {
  margin-right: 15px;
}
section.cta-section {
  position: relative;
  z-index: 1;
  margin: 3em 0;
}
section.cta-section .section-bg {
  object-fit: cover;
  object-position: center center;
  min-height: 380px;
}
@media (min-width: 768px) {
  section.cta-section .section-bg {
    height: auto;
  }
}
section.cta-section .cta-content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
section.cta-section .cta-content-wrapper .inner-container .cta-heading .heading {
  color: #FFF;
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  section.cta-section .cta-content-wrapper .inner-container .cta-heading .heading {
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
  }
}
section.testimonials-section {
  margin: 3em 0;
}
section.testimonials-section .small-heading .heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  color: #d8d8d8;
  text-transform: uppercase;
  margin: 0;
}
section.testimonials-section .large-heading .heading {
  font-size: 38px;
  line-height: 46px;
}
@media (min-width: 992px) {
  section.testimonials-section .speech-marks {
    margin-right: 3em;
  }
}
section.testimonials-section .speech-marks svg {
  width: 100%;
  height: auto;
}
section.testimonials-section .speech-marks svg path {
  opacity: 7%;
}
section.testimonials-section .testimonials-list {
  padding-bottom: 1em;
  margin-top: -6em;
}
@media (min-width: 768px) {
  section.testimonials-section .testimonials-list {
    margin-top: -3em;
  }
}
@media (min-width: 1200px) {
  section.testimonials-section .testimonials-list {
    margin-top: calc(-8% - -3em);
  }
}
section.testimonials-section .testimonials-list .slick-slide {
  margin-right: 1em;
  margin-left: 1em;
  padding: 1em 0;
}
section.testimonials-section .testimonials-list .testimonial-item {
  padding: 1.5em;
  background: #ffffff;
  box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.15);
}
section.testimonials-section .testimonials-list .testimonial-item .testimonial-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1em auto;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
section.testimonials-section .testimonials-list .testimonial-item .testimonial-name {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
section.contact-us {
  background-color: #ECECEC;
  margin: 3em 0;
  padding: 2em 0 0 0;
}
@media (min-width: 992px) {
  section.contact-us {
    padding: 3em 0;
  }
}
section.contact-us .section-heading {
  text-align: center;
}
section.contact-us .section-heading .heading span {
  color: var(--site-branding-colour);
}
section.contact-us .contact-wrapper {
  margin: 2em 0 0 0;
}
@media (min-width: 768px) {
  section.contact-us .contact-wrapper {
    margin: 2em 0;
    padding: 0 2em;
  }
}
@media (min-width: 992px) {
  section.contact-us .contact-wrapper {
    padding: 0 5em;
  }
}
section.contact-us .contact-wrapper .contact-info-box {
  float: left;
  width: 100%;
  padding: 2em;
  background: #FFFFFF;
  box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  section.contact-us .contact-wrapper .contact-info-box {
    margin-bottom: 0;
  }
}
section.contact-us .contact-wrapper .contact-content {
  position: relative;
}
section.contact-us .contact-wrapper .contact-content .envelope-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
}
section.contact-us .contact-wrapper .contact-content .envelope-bg svg {
  float: right;
  width: 80%;
}
section.contact-us .contact-wrapper .contact-content .contact-inner .site-logo {
  margin-bottom: 1em;
}
section.contact-us .contact-wrapper .contact-content .contact-inner .contact-address a {
  color: var(--site-branding-colour);
}
section.contact-us .contact-wrapper .contact-content .contact-inner .contact-address a:hover, section.contact-us .contact-wrapper .contact-content .contact-inner .contact-address a:focus {
  color: #000;
}
section.contact-us .contact-wrapper .contact-content .contact-inner .social-icons {
  margin-top: 0.5em;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (min-width: 992px) {
  section.contact-us .contact-wrapper .contact-content .contact-inner .social-icons {
    margin-top: 0;
  }
}
section.contact-us .contact-wrapper .contact-content .contact-inner .social-icons ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  section.contact-us .contact-wrapper .contact-form {
    padding: 0 0 0 3em;
  }
}
section.contact-us .contact-wrapper .contact-form .wpcf7-submit {
  margin-top: 5px;
  box-shadow: 0px 4px 11px 1px rgba(0, 0, 0, 0.15);
  width: 100%;
}
@media (min-width: 992px) {
  section.contact-us .contact-wrapper .contact-form .wpcf7-submit {
    float: right;
    width: auto;
  }
}
section.accreditation-logos {
  margin: 3em 0;
}
section.accreditation-logos .heading {
  text-align: center;
}
section.accreditation-logos .heading span {
  color: var(--site-branding-colour);
}
section.accreditation-logos .accred-logos {
  margin: 2em 0;
  padding: 0;
}
section.accreditation-logos .accred-logos li {
  margin-bottom: 1em;
  width: calc(100% / 2);
}
@media (min-width: 768px) {
  section.accreditation-logos .accred-logos li {
    width: 25%;
  }
}
section.accreditation-logos .accred-logos li .accred-box {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-color: #fff;
  padding: 1em;
  text-align: center;
}
@media (min-width: 992px) {
  section.accreditation-logos .accred-logos li .accred-box {
    padding: 2em;
  }
}
section.accreditation-logos .accred-logos li .accred-box img {
  height: 90px;
  width: auto;
  object-fit: contain;
  object-position: center center;
}
section.alternating-content {
  margin: 3em 0;
}
section.alternating-content .content-alternating .alternating-content-item {
  margin-bottom: 3em;
}
section.alternating-content .content-alternating .alternating-content-item:nth-child(even) .row {
  display: flex;
  flex-direction: row-reverse;
}
section.alternating-content .content-alternating .alternating-content-item .alternating-img {
  margin-bottom: 2em;
}
section.recent-projects {
  margin: 2em 0;
  padding: 3em 0;
}
section.recent-projects .heading {
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  section.recent-projects .projects-wrapper {
    padding: 0 4em;
  }
}
section.recent-projects .projects-wrapper .project-item {
  position: relative;
  z-index: 1;
  margin-bottom: 2em;
}
section.recent-projects .projects-wrapper .project-item .featured-img img {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
section.recent-projects .projects-wrapper .project-item .project-info {
  background-color: #333333;
  color: #fff;
  padding: 1.5em;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
section.recent-projects .projects-wrapper .project-item .project-info a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  font-weight: bold;
}
section.recent-projects .projects-wrapper .project-item .project-info a:hover, section.recent-projects .projects-wrapper .project-item .project-info a:focus {
  color: var(--site-branding-colour);
}
section.recent-projects #more_posts {
  display: inline-block;
  border: 2px solid var(--site-branding-colour);
  padding: 10px 3em;
  border-radius: 100px;
  margin-top: 2em;
  cursor: pointer;
  transition: all 0.2s linear;
}
section.recent-projects #more_posts:hover, section.recent-projects #more_posts:focus {
  background-color: var(--site-branding-colour);
  color: #fff;
}
/* project gallery images - modal */
.project-gallery-container .project-gallery-list .proj-gallery-item img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.project-gallery-container .project-gallery-list ul.slick-dots {
  display: inline-flex;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  width: 100%;
}
.project-gallery-container .project-gallery-list ul.slick-dots li {
  margin-right: 10px;
}
.project-gallery-container .project-gallery-list ul.slick-dots li button {
  -webkit-appearance: unset;
  font-size: 0;
  padding: 5px;
  cursor: pointer;
  border: 2px solid;
  border-color: var(--site-branding-colour);
  background-color: transparent;
}
.project-gallery-container .project-gallery-list ul.slick-dots li.slick-active button {
  background-color: var(--site-branding-colour);
}
.fancybox-container .recent-project-beer img {
  height: 300px !important;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
