@charset "UTF-8";
/*
Theme Name: United Studios Theme
Theme URI:
Author: United Studios Ltd
Author URI: https://www.unitedstudios.co.uk
Description: A theme developed by United Studios Ltd to support the development of websites for its clients. Utilising a combination of Flex Information sections to deliver an encompassing web design template experience.
Version: 1.0
License:
License
Text Domain: unitedstudiostheme

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* BS */
@import 'bootstrap.css';
/*Normalize*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Global Styles*/
.format-cf7 .input-all, .format-cf7 .wpcf7-form-control-wrap textarea, .format-cf7 .wpcf7-form-control-wrap input[type=text], .format-cf7 .wpcf7-form-control-wrap input[type=email], .format-cf7 .wpcf7-form-control-wrap input[type=tel], .format-cf7 .wpcf7-form-control-wrap input[type=date], .format-cf7 .wpcf7-form-control-wrap input[type=submit], .format-cf7 .wpcf7-form-control-wrap select {
  font-size: 18px;
  padding: 16px 50px;
  width: 100%;
  outline: none;
  display: inline-block;
  color: #333;
  padding-left: 46px;
}
.format-cf7 .global-icon-style, .format-cf7 .wpcf7-form-control-wrap.your-message:before, .format-cf7 .wpcf7-form-control-wrap.your-phone:before, .format-cf7 .wpcf7-form-control-wrap.your-email:before, .format-cf7 .wpcf7-form-control-wrap.your-name:before {
  position: absolute;
  font-family: FontAwesome;
  color: #333;
  top: 16px;
  left: 16px;
  font-size: 20px;
}
.format-cf7 .wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
  position: relative;
}
.format-cf7 .wpcf7-form-control-wrap.your-name:before {
  content: "";
}
.format-cf7 .wpcf7-form-control-wrap.your-email:before {
  content: "";
}
.format-cf7 .wpcf7-form-control-wrap.your-phone:before {
  content: "";
}
.format-cf7 .wpcf7-form-control-wrap.your-message:before {
  content: "";
}
.format-cf7 .wpcf7-form-control-wrap input[type=text], .format-cf7 .wpcf7-form-control-wrap input[type=email], .format-cf7 .wpcf7-form-control-wrap input[type=tel], .format-cf7 .wpcf7-form-control-wrap input[type=date], .format-cf7 .wpcf7-form-control-wrap input[type=submit], .format-cf7 .wpcf7-form-control-wrap select {
  height: 60px;
}
.format-cf7 .ajax-loader {
  position: absolute;
}

.small {
  font-size: unset;
  font-weight: unset;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.absolute-center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.absolute-center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.flex-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-center-img-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

img.flex-center-img {
  width: 100%;
  height: 100%;
}
img.flex-center-img.cover {
  object-fit: cover;
}
img.flex-center-img.contain {
  object-fit: contain;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.bold {
  font-weight: 600;
}

ul.no-style, .testimonial .testimonial-items ul.slick-dots {
  padding: 0;
}
ul.no-style > li, .testimonial .testimonial-items ul.slick-dots > li {
  padding: 0;
  list-style: none;
}

.text-shadow {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.text-shadow-light {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.text-shadow-dark {
  text-shadow: 0 0 20px black;
}

.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}

@media (max-width: 767px) {
  .sm-align-center {
    text-align: center;
  }
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.bg-cover {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.bg-contain {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.bg-overlay {
  background-blend-mode: overlay;
}

.video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video .embed-container iframe,
.video .embed-container object,
.video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.column-count-2 {
  column-count: 2;
}
.column-count-3 {
  column-count: 3;
}
.column-count-4 {
  column-count: 4;
}

.width-100 {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.height-100 {
  height: 100%;
  max-height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
}

.no-wrap {
  white-space: nowrap;
}

.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}

.ellipsis {
  text-overflow: ellipsis;
}

a.no-style {
  text-decoration: none;
}
a.no-style:hover, a.no-style:active, a.no-style:focus {
  text-decoration: none;
}

button {
  outline: none;
}

button.no-style {
  background: none;
  border: none;
  outline: none;
}

.box-shadow-light {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.rounded {
  border-radius: 50%;
}

.hidden {
  display: none;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

.top {
  top: 0;
}

.bottom {
  bottom: 0;
}

.hover-lift {
  border-bottom: 1px solid #aaa;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  transform: scale(1);
  transition: 0.1s ease;
  transition-property: box-shadow, transform;
}
.hover-lift:hover {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  transform: scale(1.01);
  transition: 0.2s ease;
  transition-property: box-shadow, transform;
}

.ease-100 {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.ease-200, .faqs .faq, section.custom-form .container .form .forminator-field::before, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549)::before {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.ease-300, .testimonial .testimonial-items .slick-arrow {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.ease-350, .btn, .container .link, section.custom-form .container .form .forminator-button, body.loading {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.ease-500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ease-600 {
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.ease-700 {
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.ease-800 {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.ease-900 {
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}
.ease-1000 {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

/* Theme Styles */
body {
  overflow-x: hidden;
  background-color: #FBFBFB;
}
body.loading {
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  /* Firefox */
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -o-animation: fadein 1s;
  /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.container.white {
  background: #FFF;
  -webkit-box-shadow: 0 0 5px 1px #dadada;
  box-shadow: 0 0 5px 1px #dadada;
}
@media screen and (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1280px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.colin-gradient, .services {
  background: #274177;
  background: -moz-linear-gradient(top, #274177 0%, #192846 100%);
  background: -webkit-linear-gradient(top, #274177 0%, #192846 100%);
  background: linear-gradient(to bottom, #274177 0%, #192846 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#274177", endColorstr="#192846",GradientType=0 );
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Serif", serif;
}

h1 {
  font-size: 32px;
  font-weight: 700;
}

h2 {
  font-size: 32px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

p {
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
}

p, a, li, button, input, select, label {
  font-size: 16px;
  line-height: 30px;
}

/* RGB */
.btn, .container .link, section.custom-form .container .form .forminator-button {
  padding: 7px 40px !important;
  outline: solid 3px #192846;
  outline-offset: -7px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
  background: #BE7E3F;
}
.btn.btn-dark, .container .btn-dark.link, .call-to-action .container .link, section.custom-form .container .form .btn.forminator-button, section.custom-form .container .form .forminator-button.link, section.custom-form .container .form .btn-dark.forminator-button, section.custom-form .container .form .forminator-button {
  border-color: #BE7E3F !important;
  outline-offset: -7px !important;
  color: #fff !important;
  background-color: #192846 !important;
}
.btn.btn-dark:hover, .container .btn-dark.link:hover, .call-to-action .container .link:hover, section.custom-form .container .form .forminator-button:hover {
  background: #BE7E3F;
  color: #FFF;
}
.btn:hover, .container .link:hover, section.custom-form .container .form .forminator-button:hover {
  text-decoration: none;
  background-color: #192846;
  color: white;
}

h1, h2, h3, h4, h5, h6, p, a, li, button, input, select, label {
  color: inherit;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
}

p, a, li, button, input, select, label {
  font-size: 16px;
  line-height: 30px;
}

/* RGB */
.btn, .container .link, section.custom-form .container .form .forminator-button {
  padding: 1.5em 3em !important;
  border: 0;
  outline: solid 1px #192846;
  outline-offset: -15px;
  border-radius: 2px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "PT Serif", serif;
  font-size: 14px !important;
  font-weight: 200;
  letter-spacing: 3px;
  color: #ffffff;
  margin-top: 20px;
  background: #BE7E3F;
}
.btn.btn-dark, .container .btn-dark.link, .call-to-action .container .link, section.custom-form .container .form .btn.forminator-button, section.custom-form .container .form .forminator-button.link, section.custom-form .container .form .btn-dark.forminator-button, section.custom-form .container .form .forminator-button {
  color: #ffffff !important;
  outline: solid 1px #BE7E3F !important;
  outline-offset: -10px !important;
  background: #192846 !important;
}
.btn.btn-dark:hover, .container .btn-dark.link:hover, .call-to-action .container .link:hover, section.custom-form .container .form .forminator-button:hover {
  background: #BE7E3F !important;
  color: #FFF !important;
  outline: solid 1px #192846 !important;
}
.btn:hover, .container .link:hover, section.custom-form .container .form .forminator-button:hover {
  text-decoration: none;
  background-color: #192846;
  color: #ffffff;
}

/* Header Styles */
nav {
  background: #192846;
  border-bottom: #BE7E3F 1px solid;
}
nav .navbar {
  margin-top: 40px;
}
nav .nav-info-bar {
  background-color: #263F73;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .nav-info-bar .telephone-number {
  display: inline-flex;
  height: fit-content;
  width: 100%;
  align-items: center;
}
nav .nav-info-bar .sep {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  margin-left: 15px;
  margin-right: 15px;
  color: #ffffff;
}
nav .nav-info-bar a {
  color: #ffffff;
  font-family: "PT Serif", serif;
}
nav .nav-info-bar a:hover {
  color: #BE7E3F;
}
@media screen and (max-width: 425px) {
  nav .telephone-number {
    justify-content: center;
  }
}
nav .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
nav ul#menu-primary-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  float: inherit;
  text-align: center;
}
nav ul#menu-primary-menu li {
  margin-right: 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  nav ul#menu-primary-menu li {
    margin-right: 0;
  }
}
nav ul#menu-primary-menu li a {
  font-family: "PT Serif", serif;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}
nav ul#menu-primary-menu li a.dropdown-toggle {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
nav ul#menu-primary-menu li a.dropdown-toggle:after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0;
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin: 0;
  position: absolute;
  right: 0;
  top: 10px;
}
@media screen and (max-width: 1024px) {
  nav ul#menu-primary-menu li a.dropdown-toggle:after {
    right: -11px;
    top: 6px;
    position: relative;
  }
}
nav ul#menu-primary-menu li a:hover {
  color: #BE7E3F;
}
nav ul#menu-primary-menu li.menu-item-has-children {
  margin-right: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  nav ul#menu-primary-menu li.menu-item-has-children {
    margin-right: 0;
  }
}
nav ul#menu-primary-menu li.menu-item-has-children.show {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
nav ul#menu-primary-menu li.menu-item-has-children.show a.dropdown-toggle {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
nav ul#menu-primary-menu li.menu-item-has-children.show a.dropdown-toggle:focus {
  outline: none !important;
}
nav ul#menu-primary-menu li.menu-item-has-children.show a.dropdown-toggle:after {
  border: 0;
  content: "";
  font-family: "Font Awesome 5 Pro";
}
nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  outline: 0;
  top: 50px;
  background: #192846;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu {
    background: #FFF;
  }
  nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 1024px) and (max-width: 375px) {
  nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li a {
    color: #192846 !important;
    background: #FFF !important;
  }
  nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li a:after {
    display: none !important;
  }
  nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li a:hover, nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li a:focus {
    background: #BE7E3F !important;
    color: #FFF !important;
    outline: 0;
  }
}
nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li {
  margin-right: 0;
}
nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li a {
  padding: 1em;
  background: #192846;
  color: #FFF;
}
nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li a:hover {
  color: #BE7E3F;
}
nav ul#menu-primary-menu li.current-menu-item a {
  color: #BE7E3F;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
nav ul#menu-primary-menu li.current-menu-item a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  bottom: -8px;
  font-size: 8px;
}
nav.navbar .navbar-brand {
  width: 350px;
  float: left;
}
@media only screen and (max-width: 425px) {
  nav.navbar .navbar-brand {
    width: 250px;
    float: left;
  }
}
@media only screen and (max-width: 320px) {
  nav.navbar .navbar-brand {
    width: 200px;
  }
}

.navbar-toggler:focus {
  outline: none;
}

.collapse {
  flex-direction: row-reverse;
  text-align: center;
  width: 100%;
}

.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: #e65100;
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

.main-colour {
  color: #000 !important;
}
.main-colour span {
  color: #000;
  background: #fff;
}

/*Sections*/
/*
Note: This stylesheet tells style.scss which section stylesheets to load, and is created via functions.php.
Any changes you make here WILL be overwritten!!
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.header-hero.layout-a {
  color: #fff;
  /*.hero-items{
    position: relative;
    width: 100%;

    .slick-list{

    }

    .slick-arrow{
      position: absolute;
      z-index: 30;
      top: 45%;
      @include transform(translateY(-50%));
      background: none;
      border: none;
      cursor: pointer;
      outline: none;
      opacity: 0;
      width: 54px;
      height: 54px;
      border-left: solid 3px #fff;
      border-top: solid 3px #fff;
      @extend .ease-300;

      &.slick-prev{
        left: 60px;
        @include transform(rotate(-45deg));
        @media screen and (max-width: 767px){
          left: 20px;
        }
      }
      &.slick-next{
        right: 60px;
        @include transform(rotate(135deg));
        @media screen and (max-width: 767px){
          right: 20px;
        }
      }
    }
    &:hover{
      .slick-arrow{
        display: inline-block;
        opacity: 0.7;
      }
    }

    ul.slick-dots{
      text-align: center;
      position: absolute;
      bottom: 0;
      width: 100%;
      @extend .no-style;

      li{
        display: inline-block;
        margin: 0 5px;
        background: none;

        button{
          font-size: 0px;
          outline: none;
          width: 16px;
          height: 16px;
          border-radius: 20px;
          background: none;
          border: solid 2px #fff;
        }

        &.slick-active{
          button{
            background: #fff;
          }
        }
      }
    }

    .item{
      position: relative;
      float: left;
      width:100%;
      align-items: center;
      justify-content: center;
      overflow:hidden;
      .overlay {
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height:100%;
        background: rgba(0,0,0,0.5);
        z-index: 1;
        opacity: 0.5;
      }
      .the-image {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        img {
          object-fit: cover;
          width: 100%;
          height: 100%;
        }
      }
      .text-box{
        position: relative;
        padding: 100px 15px;
        width: 100%;
        top: 0;
        left:0;
        z-index: 2;
        text-align: center;

        h2{
          padding-bottom: 15px;
        }
        .links {
          a.btn {

          }
        }
      }
    }
  }*/
}
.header-hero.layout-a .carousel .carousel-control-prev, .header-hero.layout-a .carousel .carousel-control-next {
  z-index: 99 !important;
}
.header-hero.layout-a .carousel .carousel-inner {
  z-index: 99;
}
.header-hero.layout-a .carousel .carousel-inner .carousel-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media screen and (max-width: 565px) {
  .header-hero.layout-a .carousel .carousel-inner .carousel-item.large {
    height: 80vh !important;
  }
}
.header-hero.layout-a .carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-hero.layout-a .carousel .carousel-inner .carousel-item .carousel-caption {
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .header-hero.layout-a .carousel .carousel-inner .carousel-item .carousel-caption {
    width: 95%;
    top: 0;
    left: 5%;
    right: 5%;
  }
}
.header-hero.layout-a .carousel .carousel-inner .carousel-item .carousel-caption .textarea {
  width: 80%;
  margin: 0 auto;
}
.header-hero .header-logo {
  width: 50%;
}

.text-editor.layout-a .container {
  color: #4B4B4B;
}
.text-editor.layout-a .container h2 {
  text-align: center;
  color: #4B4B4B;
}
.text-editor.layout-a .container .text-box .title {
  color: #4B4B4B;
}

section.custom-form .container .text-box {
  text-align: center;
  display: block;
  max-width: 700px;
  margin: 0 auto;
  font-family: "PT Serif", serif;
  color: #4B4B4B;
}
section.custom-form .container .text-box h2.title {
  margin-bottom: 24px;
}
section.custom-form .container .text-box .description {
  margin-bottom: 50px;
}
section.custom-form .container a.tel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  color: #BE7E3F;
  font-family: "PT Serif", serif;
  font-size: 26px;
}
section.custom-form .container a.tel:before {
  content: "";
  font-family: "Font Awesome 5 pro";
  left: 0;
  top: 2px;
}
section.custom-form .container a.tel-mobile {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  font-family: "PT Serif", serif;
  font-size: 26px;
}
section.custom-form .container a.tel-mobile:before {
  content: "";
  font-family: "Font Awesome 5 pro";
  left: 0;
  top: 2px;
}
section.custom-form .container a.email {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  color: #BE7E3F;
  font-family: "PT Serif", serif;
  font-size: 26px;
}
section.custom-form .container a.email:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  left: 0;
  top: 2px;
}
section.custom-form .container .form {
  margin-top: 40px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.custom-form .container .form {
    width: 100%;
  }
}
section.custom-form .container .form label.forminator-label {
  font-family: "PT Serif", serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #BE7E3F;
}
section.custom-form .container .form .forminator-field, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549) {
  display: inline-block;
  width: 100%;
  position: relative;
  letter-spacing: 1px;
}
section.custom-form .container .form .forminator-field .forminator-checkbox input[type=checkbox], section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549) .forminator-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  color: #4B4B4B;
}
section.custom-form .container .form .forminator-field .forminator-checkbox .forminator-checkbox--input, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549) .forminator-checkbox .forminator-checkbox--input {
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #FFF;
  padding: 11px;
  border-radius: 0px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  top: 6px;
}
section.custom-form .container .form .forminator-field .forminator-checkbox .forminator-checkbox--input:focus, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549) .forminator-checkbox .forminator-checkbox--input:focus {
  outline: none;
}
section.custom-form .container .form .forminator-field .forminator-checkbox .forminator-checkbox--input:checked, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549) .forminator-checkbox .forminator-checkbox--input:checked {
  color: #FFF;
}
section.custom-form .container .form .forminator-field .forminator-checkbox .forminator-checkbox--input:checked:after, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549) .forminator-checkbox .forminator-checkbox--input:checked:after {
  content: "✔";
  font-size: 16px;
  position: absolute;
  top: 0px;
  left: 4px;
  color: #FFF;
}
section.custom-form .container .form .forminator-field .forminator-checkbox .forminator-checkbox--label span, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549) .forminator-checkbox .forminator-checkbox--label span {
  font-family: "PT Serif", serif;
}
section.custom-form .container .form .forminator-field.your-message, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549).your-message {
  margin-bottom: 10px;
}
section.custom-form .container .form .forminator-field::before, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549)::before {
  position: absolute;
  display: inline-block;
  top: 14px;
  left: 20px;
  letter-spacing: 1px;
}
section.custom-form .container .form .forminator-field.populated .forminator-field, section.custom-form .container .form .forminator-field.populated .wpcf7-form-control, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549).populated .forminator-field, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549).populated .wpcf7-form-control {
  border-bottom: solid 1px #ccc;
}
section.custom-form .container .form .forminator-field.populated::before, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549).populated::before {
  top: -30px;
  left: 0;
}
section.custom-form .container .form .forminator-field.invalid .wpcf7-form-control, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549).invalid .wpcf7-form-control {
  border-bottom: solid 1px #3d3d3d;
}
section.custom-form .container .form .forminator-field .forminator-input, section.custom-form .container .form .forminator-field .forminator-textarea, section.custom-form .container .form .forminator-field .wpcf7-form-control, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549) .forminator-input, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549) .forminator-textarea, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549) .wpcf7-form-control {
  letter-spacing: 1px;
  color: #192846 !important;
  outline: none;
  width: 100%;
  background: none !important;
  padding: 22px 22px;
  border: solid 2px #192846;
  border-radius: 0;
  float: left;
  background-color: rgba(0, 0, 0, 0.43);
}
section.custom-form .container .form .forminator-field .forminator-input:focus, section.custom-form .container .form .forminator-field .forminator-textarea:focus, section.custom-form .container .form .forminator-field .wpcf7-form-control:focus, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549) .forminator-input:focus, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549) .forminator-textarea:focus, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549) .wpcf7-form-control:focus {
  border: solid 1px #3d3d3d;
}
section.custom-form .container .form .forminator-field.your-name::before, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549).your-name::before {
  content: "Name*";
}
section.custom-form .container .form .forminator-field.your-email::before, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549).your-email::before {
  content: "Email*";
}
section.custom-form .container .form .forminator-field.your-message::before, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549).your-message::before {
  content: "Message*";
}
section.custom-form .container .form .forminator-field textarea, section.custom-form .container .form .wpcf7-form-control-wrap:not(.acceptance-549) textarea {
  height: 160px;
  border-bottom: solid 2px #fff;
}
section.custom-form .container .form .wpcf7-form-control-wrap.acceptance-549 {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  float: left;
}
section.custom-form .container .form .wpcf7-form-control-wrap.acceptance-549 input[type=checkbox] {
  -ms-transform: scale(1.5)translateZ(0);
  /* IE 9 */
  -webkit-transform: scale(1.5)translateZ(0);
  /* Chrome, Safari, Opera */
  transform: scale(1.5)translateZ(0);
  margin-right: 14px;
  background: #fff;
  border: none;
}
section.custom-form .container .form #gdprcheckbox-1 .forminator-field .forminator-field--label {
  display: none;
}

input.forminator-name--field.forminator-input::before {
  content: "Name*";
}

input.forminator-email--field.forminator-input::before {
  content: "Name*";
}

.google-map.layout-a .acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
}
.google-map.layout-b .acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
}
.google-map.layout-b .col-text {
  display: flex;
  align-items: center;
}
.google-map.layout-b .col-text .text-box {
  max-width: 555px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .google-map.layout-b .col-text .text-box {
    padding-right: 15px;
  }
}
.google-map.layout-b .col-map {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .google-map.layout-b .col-map {
    padding-right: 0;
  }
}
.google-map.layout-b .col-map .acf-map img {
  max-width: inherit !important;
}
.google-map.layout-c .col-map .map-box {
  border-radius: 1000px;
  border: solid 1px #dadada;
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .google-map.layout-c .col-map .map-box {
    margin-bottom: 50px;
  }
}
.google-map.layout-c .col-map .acf-map {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  width: 100%;
  padding-bottom: 100%;
  border-radius: 9999px;
  max-width: inherit !important;
}
.google-map.layout-c .col-map .acf-map > div {
  top: 12px !important;
}
.google-map.layout-c .col-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .google-map.layout-c .col-text .text-box {
    text-align: center;
  }
}

.image-text-alternate.layout-a .text-box-one {
  color: #4B4B4B;
}
.image-text-alternate.layout-a .title-one {
  text-align: center;
  color: #4B4B4B;
}
.image-text-alternate.layout-a h3 {
  padding-bottom: 20px;
  font-size: 25px;
}
@media screen and (max-width: 425px) {
  .image-text-alternate.layout-a .row {
    text-align: center;
  }
}
.image-text-alternate.layout-a .row .col-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .image-text-alternate.layout-a .row .col-image img {
    height: 350px;
    width: 400px;
  }
}
.image-text-alternate.layout-a .row .col-image.reverse {
  order: 2;
}
@media screen and (max-width: 768px) {
  .image-text-alternate.layout-a .row .col-image.reverse {
    order: 1;
  }
}
.image-text-alternate.layout-a .row .col-image .image-box {
  width: 100%;
  height: 100%;
  min-height: 330px;
}
@media screen and (max-width: 525px) {
  .image-text-alternate.layout-a .row .links {
    text-align: center;
  }
}
.image-text-alternate.layout-a .row .links a.btn.btn-dark, .image-text-alternate.layout-a .row .links .container a.btn-dark.link, .container .image-text-alternate.layout-a .row .links a.btn-dark.link, .image-text-alternate.layout-a .row .links .call-to-action .container a.link, .call-to-action .container .image-text-alternate.layout-a .row .links a.link, .image-text-alternate.layout-a .row .links section.custom-form .container .form a.forminator-button, section.custom-form .container .form .image-text-alternate.layout-a .row .links a.forminator-button {
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  .image-text-alternate.layout-a .row .links a.btn.btn-dark, .image-text-alternate.layout-a .row .links .container a.btn-dark.link, .container .image-text-alternate.layout-a .row .links a.btn-dark.link, .image-text-alternate.layout-a .row .links .call-to-action .container a.link, .call-to-action .container .image-text-alternate.layout-a .row .links a.link, .image-text-alternate.layout-a .row .links section.custom-form .container .form a.forminator-button, section.custom-form .container .form .image-text-alternate.layout-a .row .links a.forminator-button {
    margin-left: 0;
  }
}
.image-text-alternate.layout-a .row .links a.btn.btn-dark:nth-child(even), .image-text-alternate.layout-a .row .links .container a.btn-dark.link:nth-child(even), .container .image-text-alternate.layout-a .row .links a.btn-dark.link:nth-child(even), .image-text-alternate.layout-a .row .links .call-to-action .container a.link:nth-child(even), .call-to-action .container .image-text-alternate.layout-a .row .links a.link:nth-child(even), .image-text-alternate.layout-a .row .links section.custom-form .container .form a.forminator-button:nth-child(even), section.custom-form .container .form .image-text-alternate.layout-a .row .links a.forminator-button:nth-child(even) {
  margin-left: 10px;
}
@media screen and (max-width: 575px) {
  .image-text-alternate.layout-a .row .links a.btn.btn-dark:nth-child(even), .image-text-alternate.layout-a .row .links .container a.btn-dark.link:nth-child(even), .container .image-text-alternate.layout-a .row .links a.btn-dark.link:nth-child(even), .image-text-alternate.layout-a .row .links .call-to-action .container a.link:nth-child(even), .call-to-action .container .image-text-alternate.layout-a .row .links a.link:nth-child(even), .image-text-alternate.layout-a .row .links section.custom-form .container .form a.forminator-button:nth-child(even), section.custom-form .container .form .image-text-alternate.layout-a .row .links a.forminator-button:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .image-text-alternate.layout-a .row {
    text-align: center;
  }
}
.image-text-alternate.layout-a .row .col-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.image-text-alternate.layout-a .row .col-text.reverse {
  order: 1;
}
@media screen and (max-width: 768px) {
  .image-text-alternate.layout-a .row .col-text.reverse {
    order: 2;
  }
}
.image-text-alternate.layout-a .row .col-text .text-box {
  color: #4B4B4B;
}
.image-text-alternate.layout-b h2 {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .image-text-alternate.layout-b h2 {
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .image-text-alternate.layout-b .row {
    text-align: center;
  }
}
.image-text-alternate.layout-b .row .col-image {
  width: 400px;
  height: 350px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .image-text-alternate.layout-b .row .col-image {
    width: 100%;
    height: auto;
  }
}
.image-text-alternate.layout-b .row .col-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .image-text-alternate.layout-b .row .col-image .col-image {
    text-align: center;
  }
  .image-text-alternate.layout-b .row .col-image .col-image img {
    width: 500px;
  }
}
.image-text-alternate.layout-b .row .col-image.reverse {
  order: 2;
}
@media screen and (max-width: 768px) {
  .image-text-alternate.layout-b .row .col-image.reverse {
    order: 1;
  }
}
.image-text-alternate.layout-b .row .col-image .image-box {
  width: 100%;
  height: 100%;
  min-height: 330px;
}
.image-text-alternate.layout-b .row .col-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-text-alternate.layout-b .row .col-text.reverse {
  order: 1;
}
@media screen and (max-width: 768px) {
  .image-text-alternate.layout-b .row .col-text.reverse {
    order: 2;
  }
}
.image-text-alternate.layout-b .row .col-text .text-box {
  color: #4B4B4B;
}

.call-to-action .container .text-box {
  text-align: center;
}
.call-to-action .container h2 {
  margin: 0;
  text-align: center;
  color: #4B4B4B;
}
.call-to-action .container a.btn.btn-dark, .call-to-action section.custom-form .container .form a.forminator-button, section.custom-form .call-to-action .container .form a.forminator-button, .call-to-action .container a.link {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .call-to-action .container a.btn.btn-dark, .call-to-action section.custom-form .container .form a.forminator-button, section.custom-form .call-to-action .container .form a.forminator-button, .call-to-action .container a.link {
    margin: 0.5rem !important;
  }
}
.call-to-action .container a.btn.btn-dark:nth-child(even), .call-to-action section.custom-form .container .form a.forminator-button:nth-child(even), section.custom-form .call-to-action .container .form a.forminator-button:nth-child(even), .call-to-action .container a.link:nth-child(even) {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .call-to-action .container a.btn.btn-dark:nth-child(even), .call-to-action section.custom-form .container .form a.forminator-button:nth-child(even), section.custom-form .call-to-action .container .form a.forminator-button:nth-child(even), .call-to-action .container a.link:nth-child(even) {
    margin: 0.5rem !important;
  }
}
.call-to-action .container .items a.item {
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.call-to-action .container .items a.item .image {
  display: block;
  padding-bottom: 100%;
}
.testimonial.bg-img {
  height: 100%;
}
.testimonial .testimonial-items {
  position: relative;
  width: 100%;
}
.testimonial .testimonial-items .slick-list {
  height: unset !important;
}
.testimonial .testimonial-items .slick-arrow {
  position: absolute;
  z-index: 30;
  top: 45%;
  -ms-transform: translateY(-50%)translateZ(0);
  /* IE 9 */
  -webkit-transform: translateY(-50%)translateZ(0);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%)translateZ(0);
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  opacity: 0;
  width: 54px;
  height: 54px;
  border-left: solid 3px #fff;
  border-top: solid 3px #fff;
}
.testimonial .testimonial-items .slick-arrow.slick-prev {
  left: 60px;
  -ms-transform: rotate(-45deg)translateZ(0);
  /* IE 9 */
  -webkit-transform: rotate(-45deg)translateZ(0);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg)translateZ(0);
}
@media screen and (max-width: 767px) {
  .testimonial .testimonial-items .slick-arrow.slick-prev {
    left: 20px;
  }
}
.testimonial .testimonial-items .slick-arrow.slick-next {
  right: 60px;
  -ms-transform: rotate(135deg)translateZ(0);
  /* IE 9 */
  -webkit-transform: rotate(135deg)translateZ(0);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg)translateZ(0);
}
@media screen and (max-width: 767px) {
  .testimonial .testimonial-items .slick-arrow.slick-next {
    right: 20px;
  }
}
.testimonial .testimonial-items:hover .slick-arrow {
  display: inline-block;
  opacity: 0.7;
}
.testimonial .testimonial-items ul.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  display: none !important;
  width: 100%;
}
.testimonial .testimonial-items ul.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  background: none;
}
.testimonial .testimonial-items ul.slick-dots li button {
  font-size: 1px;
  outline: none;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background: none;
  border: solid 2px #fff;
}
.testimonial .testimonial-items ul.slick-dots li.slick-active button {
  background: #fff;
}
.testimonial .testimonial-items .item {
  position: relative;
  float: left;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.testimonial .testimonial-items .item:focus {
  outline: none;
}
.testimonial .testimonial-items .item .content {
  padding: 0 15px;
  width: 100%;
}
.testimonial .testimonial-items .the-testimonial {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  outline: solid 1px #BE7E3F;
  outline-offset: -25px;
  font-family: "PT Sans", sans-serif;
  color: #4B4B4B;
  position: relative;
  z-index: 2;
  font-size: 20px;
}
@media screen and (max-width: 425px) {
  .testimonial .testimonial-items .the-testimonial {
    outline-offset: 0;
  }
}
.testimonial .testimonial-items .author {
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 800;
}

.image-gallery a {
  width: 100%;
  padding-bottom: 60% !important;
  display: inline-block;
  float: left;
}

.faqs {
  padding-top: 60px;
  padding-bottom: 60px;
}
.faqs .text-box {
  text-align: center;
}
.faqs .faq {
  display: block;
  padding: 20px 15px;
  box-shadow: 0 6px 18px -2px rgba(0, 0, 0, 0.37);
  margin: 40px 0;
  border-radius: 3px;
  border-left: solid 4px #f2efea;
}
.faqs .faq.active {
  border-left: solid 4px #e8505a;
}
.faqs .faq .question {
  cursor: pointer;
}
.faqs .faq .question h3 {
  margin-bottom: 0;
}
.faqs .faq .answer {
  display: none;
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.07);
  padding: 10px 16px;
  border-radius: 10px;
}
.faqs .faq .answer p {
  margin-bottom: 0;
}

.services {
  color: #ffffff;
}
.services h2 {
  text-align: center;
}
.services p {
  text-align: center;
  padding-bottom: 10px;
}
.services h3 {
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 425px) {
  .services h3 {
    font-size: 18px;
  }
}
.services .image {
  text-align: center;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}
.services .image img {
  object-fit: cover;
  border: solid 3px #BE7E3F;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  padding: 3px;
}
.services .image img:hover {
  border: solid 3px #ffffff;
}
@media only screen and (max-width: 1024px) {
  .services .image img {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .services .image img {
    height: 150px;
    width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .services .image img {
    height: 150px;
    width: 150px;
  }
}
.services a {
  font-family: "PT Serif", serif;
  color: #BE7E3F;
  text-decoration: underline;
  padding-top: 8px;
  text-align: center;
  display: block;
}
.services .service:hover a.find-out-more {
  color: #FFF;
}
@media only screen and (max-width: 1024px) {
  .services h3 {
    padding-top: 10px;
  }
}

.obituaries-section {
  text-align: center;
  color: #ffffff;
  padding-bottom: 30px;
  position: relative;
}
.obituaries-section .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.obituaries-section .obituaries {
  z-index: 2;
  position: relative;
}
.obituaries-section h2 {
  padding-top: 40px;
  z-index: 2;
}
.obituaries-section img {
  width: 100%;
  height: 100%;
}
.obituaries-section p {
  z-index: 2;
}
.obituaries-section .link:hover {
  opacity: 1;
}
@media only screen and (max-width: 425px) {
  .obituaries-section p {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.container .the-obituary {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  outline: solid 1px #BE7E3F;
  outline-offset: -25px;
  font-family: "PT Sans", sans-serif;
  color: #4B4B4B;
  position: relative;
  z-index: 2;
}
.container .the-obituary h3 {
  text-align: left;
  color: #4B4B4B;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.container .the-obituary p {
  color: #4B4B4B;
  font-size: 20px;
}
.container .date {
  text-align: right;
}
.container .text-box {
  text-align: left;
}
.container .the-link {
  text-align: center;
  position: relative;
  z-index: 2;
}
.container .link {
  outline: solid 1px #ffffff !important;
}
.container a:hover {
  text-decoration: none;
  color: #ffffff;
}

.testimonial-block {
  color: #4B4B4B;
}
.testimonial-block .title {
  text-align: center;
}
.testimonial-block .review {
  height: 100%;
  background-color: #192846;
}
.testimonial-block .review .testimonial {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  outline: 2px solid #956940;
  outline-offset: -30px;
}
.testimonial-block .review:nth-child(even) {
  margin-left: 30px;
}
.testimonial-block .date {
  text-align: right;
  font-weight: 600;
  font-size: 18px;
}
.testimonial-block .date p {
  margin: 0 auto;
}

.image-text-section {
  position: relative;
}
.image-text-section .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.image-text-section .container {
  position: relative;
  z-index: 99;
}
.image-text-section .container h2 {
  width: 100%;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}
.image-text-section .container .text-box {
  position: relative;
  z-index: 2;
}
.image-text-section .container .text-box p {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.image-text-section .container .text-box ul {
  list-style: circle;
}
.image-text-section .container .text-box ul li {
  color: #FFF;
  font-weight: normal;
}

.funerals {
  color: #4B4B4B;
}
.funerals h2 {
  text-align: center;
  color: #4B4B4B;
}
@media screen and (max-width: 1024px) {
  .funerals .col-6 {
    flex: 100%;
    max-width: 100%;
  }
}
.funerals p {
  padding-left: 20px;
}
.funerals .the-funerals {
  height: 100%;
  background-color: #192846;
}
.funerals .info {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  outline: 2px solid #956940;
  outline-offset: -30px;
}
.funerals .date {
  text-align: right;
  font-style: italic;
}
.funerals .date-time {
  display: inline-flex;
}

/* Footer */
footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #2B2B2B;
  color: #ffffff;
  border-bottom: solid 5px #4B4B4B;
  font-family: "PT Serif", serif;
}
footer h3 {
  padding-bottom: 20px;
  font-size: 18px;
}
footer .our-services {
  line-height: 2;
}
footer p {
  margin: 0 auto;
  line-height: 1.5;
}
footer a:hover {
  color: #BE7E3F !important;
  text-decoration: none;
}
footer .get-in-touch a.tel {
  position: relative;
  padding-left: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .get-in-touch a.tel:before {
  content: "";
  font-family: "Font Awesome 5 pro";
  position: absolute;
  left: 0;
  top: 2px;
}
footer .get-in-touch a.tel-mobile {
  position: relative;
  padding-left: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .get-in-touch a.tel-mobile:before {
  content: "";
  font-family: "Font Awesome 5 pro";
  position: absolute;
  left: 0;
  top: 2px;
}
footer .get-in-touch a.email {
  position: relative;
  padding-left: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .get-in-touch a.email:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 2px;
}
@media only screen and (max-width: 1024px) {
  footer .get-in-touch a.email {
    font-size: 14px;
  }
}
footer .walkin-hours .hour {
  position: relative;
}
footer .walkin-hours .hour:after {
  content: "-";
  position: absolute;
  top: 0;
  right: -8px;
  color: #FFF;
}
footer .footer-logo {
  text-align: right;
}
footer .footer-logo img {
  height: 80px;
  width: 80px;
}
@media only screen and (max-width: 768px) {
  footer .our-address {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 425px) {
  footer .get-in-touch, footer .our-services, footer .walkin-hours, footer .our-address {
    padding-top: 10px;
    margin: 0 auto;
  }
  footer .footer-logo {
    text-align: left;
    padding-top: 10px;
  }
}

.bottom {
  background-color: #4B4B4B;
  color: #ffffff;
}

.site-info {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */
