/* # Genesis Sample Child Theme
Theme Name: AMFA
Theme URI: http://my.studiopress.com/themes/genesis/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: http://www.studiopress.com/
Template: genesis
Template Version: 2.2.2
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
	- Print
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: "PT Sans", sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 3.125em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
body {
  background-color: #fff;
  color: #4d4d4d;
  font-family: "PT Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.625;
  margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.1s ease-in-out;
}

a {
  color: #4d4d4d;
  text-decoration: underline;
}

a:hover, a:focus {
  /* color: #ae976f; */
  /* text-decoration: none; */
}

.content a {
  color: #ae976f;
  text-decoration: none;
  font-weight: 400;
}

.content a:hover {
  color: #4d4d4d;
  text-decoration: none;
}

p {
  margin: 0 0 20px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 16px 0;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: normal;
}

blockquote {
  margin: 40px;
}

blockquote::before {
  position: relative;
  top: -10px;
  left: -20px;
  content: "\201C";
  display: block;
  font-size: 1.875rem;
  height: 0;
}

.smallprint {
  font-size: 0.813rem;
  line-height: 1.4;
  text-decoration: none;
}

/* ## Headings
--------------------------------------------- */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6 {
  color: #4d4d4d;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a {
  text-decoration: none;
}

.h0 {
  font-size: 3.5rem;
  color: #ae976f;
}

h1, .h1 {
  font-size: 3.125rem;
}

h2, .h2 {
  font-size: 2.125rem;
  color: #4d4d4d;
}

.single-post h2, .single-post .h2 {
  color: #ae976f;
}

h3, .h3 {
  font-size: 1.75rem;
  color: #4d4d4d;
}

h3 a, .h3 a {
  color: #4d4d4d;
}

h4 {
  font-size: 1.25rem;
  color: #4d4d4d;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}

.gallery img:hover, .gallery img:focus {
  border: 1px solid #999;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

/* ## Forms
--------------------------------------------- */
input[type="text"],
input[type="email"],
select,
textarea {
  background-color: #fff;
  border: 0.5px solid #4d4d4d;
  color: #4d4d4d;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 14px;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #001632;
  outline: none;
}

select {
  height: 54px;
  line-height: 1;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  /*
    text-indent: 0.01px;
    text-overflow: '';
*/
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #4d4d4d;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #4d4d4d;
  font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: transparent;
  border: 1.5px solid #ae976f;
  color: #ae976f;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 8px 50px;
  text-transform: uppercase;
  width: auto;
  text-decoration: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
  background-color: #ae976f;
  color: #fff;
}

.buttonwht {
  background-color: transparent;
  border: 1.5px solid #fff;
  color: #fff!important;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 8px 50px;
  text-transform: uppercase;
  width: auto;
  text-decoration: none;
  white-space: nowrap;
}

.buttonwht:focus {
  background-color: #ae976f;
  color: #fff;
}

.entry-content .buttonwht:hover,
.entry-content .buttonwht:focus {
background-color: #fff;
  color: #ae976f!important;
}

.entry-content .button:hover,
.entry-content .button:focus {
  color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #c3251d;
  color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
  background-color: #fff;
  color: #333;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

input[type="checkbox"] + .wpcf7-list-item-label {
  font-size: 0.875rem;
}

.wpcf7-form-control span.wpcf7-list-item {
  margin-left: 0;
  line-height: 1.2;
}

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

th {
  font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.site-inner {
  clear: both;
  padding-top: 0;
}

.site-container {
  overflow: hidden;
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* ### Content */
.content {
  float: right;
  width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px;
}

.full-width-content .content {
  width: 100%;
}

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px;
}

.archive-description,
.author-box {
  background-color: #fff;
  font-size: 1rem;
  margin-bottom: 40px;
  padding: 40px;
  margin-top: 160px;
}

.author-box-title {
  font-size: 1rem;
  margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.site-header .search-form {
  float: right;
  margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ## Titles
--------------------------------------------- */
.archive-title {
  font-size: 1.25rem;
}

.entry-title {
  font-size: 2.25rem;
}

.entry-title a {
  color: #4d4d4d;
}

.entry-title a:hover, .entry-title a:focus {
  color: #ae976f;
}

.sidebar .widget-title a {
  color: #4d4d4d;
}

.widget-title {
  font-size: 1.125rem;
  margin-bottom: 20px;
}

.footer-widgets .widget-title {
  color: #4d4d4d;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 12px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 12px 12px;
}

.wp-caption-text {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}

.sticky {
  display: block;
}

.font-opensans {
  font-family: "PT Sans", sans-serif;
}

.white-text, .text-white {
  color: #fff;
}

.white-text p, .text-white p {
  color: #fff;
}

.white-text.white-headings h1, .white-text.white-headings h2, .white-text.white-headings h3, .white-text.headings-white h1, .white-text.headings-white h2, .white-text.headings-white h3, .text-white.white-headings h1, .text-white.white-headings h2, .text-white.white-headings h3, .text-white.headings-white h1, .text-white.headings-white h2, .text-white.headings-white h3 {
  color: #fff;
}

.white-text.gold-headings h1, .white-text.gold-headings h2, .white-text.gold-headings h3, .text-white.gold-headings h1, .text-white.gold-headings h2, .text-white.gold-headings h3 {
  color: #ae976f;
}

.utility-bar {
  overflow: hidden;
  height: 42px;
  color: #999999;
  font-size: 1.25rem;
}

.utility-bar p {
  float: left;
  padding: 10px 0 5px;
  margin: 0;
}

.utility-bar ul {
  float: right;
}

.utility-bar ul li {
  float: left;
  margin-left: 60px;
  padding: 0;
}

.utility-bar ul li a {
  padding: 10px 5px 5px;
  display: inline-block;
  text-decoration: none;
  color: #999999;
}

.utility-bar ul li a i {
  color: #ae976f;
  border: 1px solid #ae976f;
  border-radius: 100px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
}

.utility-bar ul li a i.fa-envelope {
  line-height: 30px;
}

.utility-bar ul li a i.fa-facebook, .utility-bar ul li a i.fa-twitter {
  border: none;
  font-size: 1.5rem;
}

.utility-bar ul li a.client-login, .utility-bar ul li a.find-us {
  background-color: #034a6d;
  padding: 10px 10px 5px;
}

.utility-bar ul li a.client-login:hover, .utility-bar ul li a.find-us:hover {
  text-decoration: none;
  background-color: #001632;
  color: #fff;
}

.panel_container .wpb_content_element {
  max-width: 590px;
  padding-right: 30px;
  float: right;
  clear: both;
}

.panel_container.panel_container_right .wpb_content_element {
  float: left;
  padding-right: 0;
  padding-left: 30px;
}

.logo-slider .logo-item {
  height: 72px;
  margin: 10px 35px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.slick-arrow {
  bottom: 30px;
  position: absolute;
  z-index: 100;
  border: none;
  text-indent: -9999px;
  background-color: transparent;
  background-repeat: no-repeat;
}

.slick-arrow.slick-prev {
  left: -5%;
  background-image: url(/wp-content/uploads/nav-arrow-left.png);
  background-position: center left;
}

.slick-arrow.slick-next {
  right: -5%;
  background-image: url(/wp-content/uploads/nav-arrow-right.png);
  background-position: center right;
}

.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  background-color: transparent;
}

body .entry-content .contact-icons {
  list-style-type: none;
  margin-left: 0px;
}

body .entry-content .contact-icons li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
  font-family: "PT Sans", sans-serif;
  font-size: 1.125rem;
  color: #4d4d4d!important;
  font-weight: 400;
  text-decoration: none;
  display: block;
  clear: both;
  overflow: hidden;
  line-height: 30px;
  /*
		    &:before{
			    content: '';
			    position: absolute;
			    margin-left: -37px;
			    color: $color-gold;
			    background-image: url('/wp-content/uploads/gold-tick.png');
				width: 22px;
				height: 37px;
			    background-position: center;
    			background-repeat: no-repeat;
			}
*/
}

body .entry-content .contact-icons li .fa {
  font-size: 1.125rem;
  margin-right: 20px;
}

body .entry-content .contact-icons li img {
  margin-bottom: 0;
}

body .entry-content .arrow-list {
  list-style-type: none;
  margin-left: 20px;
}

body .entry-content .arrow-list li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}

body .entry-content .arrow-list li:before {
  content: '>';
  position: absolute;
  margin-left: -15px;
  color: #ae976f;
}

body .entry-content .gold-dot-list {
  list-style-type: none;
  margin-left: 25px;
}

body .entry-content .gold-dot-list li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}

body .entry-content .gold-dot-list li:before {
  content: '\f111';
  font-family: FontAwesome;
  position: absolute;
  margin-left: -20px;
  color: #ae976f;
  font-size: 10px;
  line-height: 27px;
}

body .entry-content .gold-dot-list li a {
  color: #fff;
  text-decoration: underline;
}

body .entry-content .gold-dot-list li a:hover {
  color: #ae976f;
}

body .entry-content .tick-list {
  list-style-type: none;
  margin-left: 40px;
}

body .entry-content .tick-list li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
  font-family: "PT Sans", sans-serif;
  font-size: 1.125rem;
}

body .entry-content .tick-list li:before {
  content: '';
  position: absolute;
  margin-left: -35px;
  color: #ae976f;
  background-image: url("/wp-content/uploads/gold-tick.png");
  width: 22px;
  height: 37px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body .entry-content .service-list {
  list-style-type: none;
}

body .entry-content .service-list li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0;
}

body .entry-content .service-list li a {
  font-family: "PT Sans", sans-serif;
  background-color: #efefef;
  color: #ae976f;
  text-decoration: none;
  display: block;
  font-size: 1.5rem;
  border-bottom: 1px solid #DBDBDB;
  padding: 10px 20px;
}

body .entry-content .service-list li a:after {
  width: 60px;
  display: inline-block;
  top: 14px;
  right: 14px;
  font-family: FontAwesome;
  content: "";
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  pointer-events: none;
  color: #ae976f;
  position: absolute;
  background-image: url(/wp-content/uploads/service-arrow.png);
  width: 17px;
  height: 31px;
}

body .entry-content .service-list li:hover a {
  background-color: #ae976f;
  color: #fff;
}

body .entry-content .service-list li:hover a:after {
  color: #fff;
  background-image: url(/wp-content/uploads/service-arrow-white.png);
}

.wpcf7-form-control-wrap.service {
  position: relative;
}

.wpcf7-form-control-wrap.service:after {
  border: 1px solid #4d4d4d;
  content: '';
  width: 54px;
  height: 54px;
  line-height: 70px;
  position: absolute;
  right: 0;
  top: -16px;
  font-family: FontAwesome;
  text-align: center;
  font-size: 34px;
  pointer-events: none;
  color: #fff;
  background-image: url(/wp-content/uploads/gold-select-arrow.png);
  background-position: 50%;
  background-repeat: no-repeat;
}

.wpcf7-form-control-wrap.service.valid:after {
  color: #ae976f;
}

.width_50p img {
  width: 50%;
}

.width_60p {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.width_70p {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.width_80p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/***** COLOURED ARROWS ******/
/*
.vc_custom_1532001145860:before,
.vc_custom_1532001186584:before,
.vc_custom_1532001172386:before,
.vc_custom_1532969279097:before,
*/
.green_triangle_right > .vc_column-inner:before,
.green_triangle_left > .vc_column-inner:before,
.blue_triangle_right > .vc_column-inner:before,
.blue_triangle_left > .vc_column-inner:before,
.darkblue_triangle_right > .vc_column-inner:before,
.darkblue_triangle_left > .vc_column-inner:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  clear: both;
  z-index: 500;
  margin-top: -20px;
}

.green_triangle_right > .vc_column-inner:before {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #036a75;
  left: 0px;
}

.green_triangle_left > .vc_column-inner:before {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #036a75;
  right: 0px;
}

.blue_triangle_right > .vc_column-inner:before {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #034a6d;
  left: 0px;
}

.blue_triangle_left > .vc_column-inner:before {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #034a6d;
  right: 0px;
}

.darkblue_triangle_right > .vc_column-inner:before {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #001632;
  left: 0px;
}

.darkblue_triangle_left > .vc_column-inner:before {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #001632;
  right: 0px;
}

/*
.vc_custom_1532001186584:before{
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #034a6d;
    left: 0px;
}
*/
/***** /COLOURED ARROWS ******/
.vc_custom_1532001145860:after,
.vc_custom_1532001172386:after,
#fade_target_1 .vc_column-inner:after,
#fade_target_2 .vc_column-inner:after,
#fade_target_3 .vc_column-inner:after,
.vc_custom_1538600578759:after,
.vc_custom_1538600446150:after {
  background-color: rgba(0, 22, 50, 0.5);
  width: 100%;
  height: 100%;
  content: '';
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.1s ease-in-out;
}

.vc_custom_1532001145860.fade-out-after:after,
.vc_custom_1532001172386.fade-out-after:after,
.vc_custom_1532969279097.fade-out-after:after,
#fade_target_1.fade-out-after .vc_column-inner:after,
#fade_target_2.fade-out-after .vc_column-inner:after,
#fade_target_3.fade-out-after .vc_column-inner:after {
  opacity: 0 !important;
}

.swap_in, .swap_out {
  transition: all 0.1s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -38px;
  margin-top: -38px;
  z-index: 500;
}

.swap_in {
  opacity: 0;
}

.service-slider .service-slider-left,
.service-slider .service-slider-right {
  width: 50%;
  float: left;
  display: block;
  overflow: hidden;
}

.service-slider .service-item {
  padding: 30px;
  background-size: cover;
}

.service-slider .service-item p {
  text-align: center;
  color: #fff;
}

.service-slider .service-item img {
  margin: 40px auto 60px;
  width: 75px;
}

.home-news-feature .title {
  font-size: 1.0625rem;
  font-family: "PT Sans", sans-serif;
  color: #001632 !important;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.home-news-feature .excerpt {
  margin-bottom: 20px;
  display: block;
}

.home-news-feature .image {
  margin-bottom: 20px;
  display: block;
}

.single-post .site-inner {
  max-width: 900px;
}

.news-grid .news-grid-item {
  display: block;
  overflow: hidden;
  position: relative;
  /*
		&:nth-child(1){
			background: red;
		}

		&:nth-child(2){
			background: red;
		}

		&:nth-child(3){
			background: red;
		}
*/
}

.news-grid .news-grid-item .one-half {
  width: 50%;
  margin: 0;
}

.news-grid .news-grid-item .text-content {
  padding: 30px;
}

.news-grid .news-grid-item .title {
  font-size: 2rem;
  color: #4d4d4d;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.news-grid .news-grid-item .excerpt {
  margin-bottom: 20px;
  display: block;
}

.news-grid .news-grid-item .image {
  margin-bottom: 20px;
  display: block;
}

.news-grid .news-grid-item .image-background {
  min-height: 330px;
  background-size: cover;
}

.news-grid .news-grid-item .more-link {
  position: absolute;
  bottom: 30px;
}

.news-grid .news-grid-item .image-background:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  clear: both;
  z-index: 500;
  margin-top: -20px;
}

.news-grid .news-grid-item .image-background:nth-child(even):before {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  right: 50%;
  margin-right: -20px;
}

.news-grid .news-grid-item .image-background:nth-child(odd):before {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
  left: 50%;
  margin-left: -20px;
}

.vc_column-inner.vc_custom_1531775852266:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #efefef;
  right: -100%;
  top: 0;
}

.green_arrow_down:before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  clear: both;
  z-index: 500;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #036a75;
}

.vc_custom_1532712188563:after,
.regs-slider-right:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  width: 0;
  height: 0;
  clear: both;
  z-index: 500;
  margin-top: -20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #001632;
  margin-left: -20px;
}

.vc_custom_1532534395201:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  clear: both;
  z-index: 500;
  margin-top: -20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #034a6d;
  margin-left: -20px;
}

.regs-slider .regs-slider-left,
.regs-slider .regs-slider-right {
  width: 50%;
  float: left;
  display: block;
  overflow: hidden;
}

.regs-slider .regs-slider-left-inner {
  max-width: 620px;
  float: right;
  padding: 30px;
}

.regs-slider .regs-slider-right-inner {
  max-width: 620px;
  float: left;
  padding: 30px;
}

.regs-slider .regs-item {
  padding: 30px;
  background-size: cover;
}

.regs-slider .regs-item p {
  text-align: left;
  color: #ae976f;
}

.regs-slider .regs-item img {
  margin: 40px auto 60px;
  width: 75px;
}

.regs-slider h2 {
  color: #ae976f;
}

.regs-slider .regs-list {
  list-style-type: none;
  margin-left: 0;
}

.regs-slider .regs-list li {
  list-style-type: none;
  position: relative;
  margin-bottom: 20px;
}

.regs-slider .regs-list li p {
  color: #fff;
  text-decoration: none;
  display: block;
}

.regs-slider .regs-list li:hover p, .regs-slider .regs-list li.active p {
  color: #ae976f;
  cursor: pointer;
}

.service-slider-horizonal .service-horizonal-item {
  transition: all .5s;
  text-align: center;
  padding: 20px 30px 20px;
  opacity: 0.5;
}

.service-slider-horizonal .service-horizonal-item h4 {
  text-align: center;
}

.service-slider-horizonal .service-horizonal-item p {
  text-align: center;
}

.service-slider-horizonal .service-horizonal-item img {
  text-align: center;
  margin: 0 auto;
  transition: transform .5s;
  max-width: 77px;
}

.service-slider-horizonal .service-horizonal-item.slick-current + .slick-active {
  opacity: 1;
  transform: scale(1.1);
}

.service-slider-horizonal .slick-arrow {
  bottom: 50%;
}

.share-icon-wrapper {
  display: block;
  border-bottom: 1px solid #c6c6c6;
  text-align: right;
  padding: 15px 0;
  overflow: hidden;
}

.share-icon-toggle {
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.share-icon-toggle span {
  color: #ae976f;
  font-weight: 400;
  line-height: 42px;
  float: right;
  margin-right: 20px;
}

.share-icon-toggle img {
  float: right;
}

.share-icon-toggle i {
  float: right;
  color: #ae976f;
  font-size: 1.5rem;
  border: 1px solid #ae976f;
  border-radius: 100px;
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
  padding-right: 2px;
}

.share-icons-bar {
  padding: 15px 0;
  border-bottom: 1px solid #c6c6c6;
  text-align: right;
}

.share-icons-bar a {
  color: #ae976f;
  margin-left: 10px;
  font-size: 1.5rem;
  border: 1px solid #ae976f;
  border-radius: 100px;
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
}

.share-icons-bar a:hover {
  color: #ae976f;
}

select::-ms-expand {
  display: none;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px;
}

.featured-content .entry-title {
  font-size: 1.25rem;
}

.footer-widgets .entry {
  border-bottom: 1px dotted #666;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
  color: #fff;
}

.enews-widget .widget-title {
  color: #fff;
}

.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #333;
}

.enews-widget input {
  font-size: 1rem;
  margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
  background-color: #c3251d;
  color: #fff;
  margin: 0;
  width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"] {
  background-color: #fff;
  color: #333;
}

.sidebar .widget.enews-widget {
  background-color: #333;
}

.enews form + p {
  margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- 
.site-header {
  background-color: #001632;
  background-color: rgba(0, 22, 50, 0.85);
  min-height: 0;
  position: fixed;
}

.site-header .wrap {
  padding: 0 0 10px;
}*/

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 20px 0 20px;
  width: 264px;
}

.header-full-width .title-area {
  width: 264px;
  position: relative;
  z-index: 999;
}

.site-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: #333;
  z-index: 999;
}

.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  background-size: contain;
  float: left;
  min-height: 94px;
  width: 100%;
}

.site-description {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 800px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 0.9375rem;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-parent > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: #fff;
  text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  left: -9999px;
  opacity: 0;
  width: 330px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: rgba(174, 151, 111, 0.85);
  background-color: #ae976f;
  color: #fff;
  border: none;
  border-top: 0;
  font-size: 0.875rem;
  padding: 10px 30px;
  position: relative;
  width: 330px;
  word-wrap: break-word;
}

.genesis-nav-menu .sub-menu li:first-child a {
  padding-top: 30px;
}

.genesis-nav-menu .sub-menu li:first-child a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  clear: both;
  z-index: 500;
  margin-top: -30px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #001632;
  left: 30px;
}

.genesis-nav-menu .sub-menu li:last-child a {
  padding-bottom: 30px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 20px solid transparent;
}

.site-header .sub-menu .sub-menu {
  margin-top: -56px;
  background-color: transparent;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
  float: right;
}

.nav-primary .wrap {
  padding: 80px 0 0;
}

.nav-primary .genesis-nav-menu a {
  color: #ae976f;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .current-menu-parent > a {
  color: #fff;
  text-decoration: none;
}

.nav-primary .genesis-nav-menu .sub-menu a {
  color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #001632;
  text-decoration: none;
}

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff;
}

/* ## Skip Links
--------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* Shrinking Header
--------------------------------------------- */
.site-header {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.site-header > .wrap,
.bumper {
  min-height: 160px;
}

.site-header,
.site-header .wrap,
.site-description,
.utility-bar,
.title-area {
  transition: all 0.4s ease-in-out;
}

/* Shrink
--------------------------------------------- */
.site-header.shrink {
  background-color: #ffffff;
}

.shrink > .wrap {
  min-height: 80px;
  padding-bottom: 0;
}

.shrink .utility-bar {
  height: 0;
}

.shrink .title-area {
  padding-top: 20px;
}

.shrink .nav-primary .wrap {
  padding-top: 40px;
}

.header-image .shrink .site-title > a {
  min-height: 45px;
}


/* .shrink .site-title a {
	background-size: 270px 60px !important;
} */

.site-header.shrink .widget-area {
  padding-top: 0;
}

.site-header.shrink .sub-menu {
  border-top: 10px solid transparent;
}

.site-header.shrink #nav-icons{
  height: 85px!important;
}

/*
@media only screen and (max-width: 1139px) {

	.title-area {
		width: 320px;
	}
}

@media only screen and (max-width: 1023px) {

	.title-area {
		width: 100%;
	}

	.site-header .wrap, .bumper {
		min-height: 172px;
	}

	.site-header.shrink .wrap {
		min-height: 60px;
	}

}

@media only screen and (max-width: 768px) {

	.shrink .site-title {
		font-size: 24px;
	}

}

@media only screen and (max-width: 600px) {

	.site-header {
		top: 0;
	}

	.site-header .wrap, .bumper {
		min-height: 130px;
	}

}

@media only screen and (max-width: 320px) {

	.site-header .wrap, .bumper {
		min-height: 190px;
	}

}
*/
/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 0;
  padding: 0px;
}

.content .entry {
  background-color: #fff;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ul > li::marker {
  color: #ae976f;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #333;
  color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 1rem;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
  background-color: #c3251d;
  text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px;
}

.entry-comments {
  padding: 40px;
}

.comment-header {
  font-size: 1rem;
}

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: 0;
}

.comment-content {
  clear: both;
  word-wrap: break-word;
}

.comment-list li {
  margin-top: 24px;
  padding: 32px;
}

.comment-list li li {
  margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.bypostauthor {
  display: block;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 1rem;
  padding: 24px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 1rem;
}

.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 40px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #001632;
  clear: both;
  padding-top: 40px;
  color: #4d4d4d;
}

.footer-widgets p {
  color: #4d4d4d;
}

.footer-widgets,
.footer-widgets a {
  color: #efefef;
  text-decoration: none;
}

.footer-widgets input {
  border: 1px solid #fff;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
  color: #ae976f;
}

.footer-widgets ul li a {
  padding: 10px 5px 5px;
  display: inline-block;
  text-decoration: none;
  color: #efefef;
}

.footer-widgets ul li a i {
  color: #ae976f;
  border: 1px solid #ae976f;
  border-radius: 100px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
}

.footer-widgets ul li a i.fa-envelope {
  line-height: 26px;
}

.footer-widgets ul li a i.fa-facebook, .footer-widgets ul li a i.fa-twitter {
  border: none;
  font-size: 1.5rem;
}

.footer-widgets ul li a.client-login, .footer-widgets ul li a.find-us {
  background-color: #034a6d;
  padding: 10px 10px 5px;
}

.footer-widgets ul li a.client-login:hover, .footer-widgets ul li a.find-us:hover {
  text-decoration: none;
  background-color: #001632;
  color: #fff;
}

.footer-widgets .widget {
  margin-bottom: 40px;
}

.footer-widgets p:last-child {
  margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 340px;
}

.footer-widgets-1 {
  margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}

.footer-widgets-3 {
  float: right;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #001632;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  padding: 40px 0;
  text-align: center;
}

.site-footer p {
  margin-bottom: 0;
}

.footer-bar {
  background-color: #001632;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  padding: 0px 0 30px;
  text-align: center;
}

.footer-bar p {
  margin-bottom: 0;
  line-height: 54px;
}

.footer-bar .wrap {
  padding-top: 30px;
  border-top: 1px solid #ae976f;
}

.footer-bar #custom_html-6 {
  float: left;
  text-align: left;
}

.footer-bar #custom_html-6 p {
  font-size: 0.75rem;
  line-height: normal;
  padding-top: 20px;
}

.footer-bar #custom_html-5 p {
  font-size: 0.75rem;
  line-height: normal;
  text-align: right;
  padding-top: 10px;
}

.footer-bar #media_image-3 {
  float: right;
}

.footer-bar #media_image-3 img {
  max-width: 432px !important;
}

.footer-bar .widget {
  display: inline-block;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .site-inner,
  .wrap {
    max-width: 960px;
  }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }
  .content,
  .site-header .widget-area {
    width: 620px;
  }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }
  .sidebar-primary,
  .title-area {
    width: 300px;
  }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary,
  .title-area {
    width: 300px;
  }
  .footer-widgets-1 {
    margin-right: 30px;
  }
  .utility-bar {
    font-size: 1rem;
  }
  .utility-bar ul li {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 960px) {
  .site-inner,
  .wrap {
    max-width: 800px;
  }
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }
  .site-header .wrap {
    padding: 20px 5%;
  }
  .header-image .site-title > a {
    background-position: center top;
  }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }
  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }
  .site-header .search-form {
    margin: 16px auto;
  }
  .genesis-nav-menu li.right {
    display: none;
  }
  .footer-widgets-1 {
    margin-right: 0;
  }
  .utility-bar {
    display: none;
    font-size: 0.875rem;
  }
  .utility-bar p {
    display: none;
  }
  .utility-bar ul li {
    margin-left: 0px;
  }
  .service-slider .service-list {
    margin: 0;
  }
  .service-slider .service-slider-left,
  .service-slider .service-slider-right {
    width: 100%;
  }
  .service-slider .service-slider-right {
    display: none !important;
  }
  .width_80p,
  .width_70p,
  .width_60p {
    width: 100%;
  }
  .service-slider-horizonal .service-horizonal-item {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
}

.menu-toggle,
.sub-menu-toggle {
  display: none;
}

@media only screen and (min-width: 801px) {
  .show-on-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 800px) {
  .buttonwht {
    padding: 8px 15px;
  }
  .show-on-mobile {
    display: block;
  }
  .hide-on-mobile {
    display: none !important;
  }
  body {
    background-color: #fff;
    font-size: 1rem;
  }
  .site-inner,
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
  .sidebar .widget.enews-widget {
    padding: 40px;
  }
  .site-header .nav-primary a {
    line-height: normal;
  }
  .js .nav-primary .sub-menu a {
    background: none;
    border: none;
  }
  .js nav {
    display: none;
    position: relative;
  }
  .js nav .wrap {
    padding: 0;
  }
  .js nav.pagination {
    display: block;
  }
  .menu-toggle,
  .sub-menu-toggle {
    background: none;
    border-radius: 0;
    border-width: 0;
    color: #1e1e1e;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }
  .menu-toggle:hover,
  .menu-toggle:focus,
  .sub-menu-toggle:hover,
  .sub-menu-toggle:focus {
    background: none;
    border-width: 0;
  }
  .menu-toggle {
    padding-bottom: 0;
    padding-top: 10px;
    position: relative;
    right: 0;
    z-index: 1000;
    width: 100%;
    display: none;
  }
  .menu-toggle:before,
  .menu-toggle.activated:before {
    color: #1e1e1e;
    content: "\f130";
    display: inline-block;
    font: normal 20px/1 'ionicons';
    margin: 0 auto;
    padding-right: 10px;
    text-rendering: auto;
    transform: translate(0, 0);
    vertical-align: middle;
  }
  .sub-menu-toggle {
    float: right;
    padding: 11px 9px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    font-size: 16px;
  }
  .sub-menu-toggle:before {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    color: #e8e8e6;
    transform: translate(0, 0);
  }
  .sub-menu-toggle.activated:before {
    content: "\f078";
  }
  .js .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    margin-top: 1px;
    margin-bottom: 1px;
    position: relative;
    text-align: left;
  }
  .js .genesis-nav-menu .menu-item.social-menu-item {
    width: 20%;
    float: left !important;
  }
  .js .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .js .genesis-nav-menu .menu-item a {
    border: none;
    padding: 10px;
    width: 100%;
  }
  .js .genesis-nav-menu .menu-item a:hover {
    color: #fff;
  }
  .js .genesis-nav-menu .menu-item a:hover,
  .js .genesis-nav-menu .sub-menu {
    border: none;
  }
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .js .genesis-nav-menu > .menu-item-has-children > a:after {
    content: none;
  }
  .js .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 0;
    position: static;
    width: 100%;
  }
  .sub-menu > li {
    width: 100% !important;
    display: block;
    margin-left: 0 !important;
  }
  .js .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .js .genesis-nav-menu .sub-menu a {
    border: none;
  }
  .js .genesis-nav-menu .social-item {
    display: none;
  }
  .js nav button:hover,
  .js .menu-toggle:hover,
  .js .nav-primary {
    color: #1e1e1e;
  }
  .js nav button:focus,
  .js .menu-toggle:focus {
    color: #e85555;
  }
  #genesis-nav-primary {
    display: none;
    width: 100%;
    background-color: #001632;
    position: absolute;
    top: 78px;
    left: 0;
    z-index: 1000;
  }
  #header {
    display: block !important;
    z-index: 6000;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    opacity: 1 !important;
    padding: 10px 5px;
    right: 15px;
    top: 17px;
    position: absolute;
    overflow: hidden;
    width: auto;
  }
  #header .hamburger-inner,
  #header .hamburger-inner:before,
  #header .hamburger-inner:after {
    background-color: #fff;
  }
  #header span {
    display: block;
    color: #fff;
    margin-bottom: 5px;
  }
  #header a {
    display: block;
    height: 24px;
    width: 64px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
  }
  #header a i {
    font-size: 24px;
    line-height: 24px;
    /*
		        width: 64px;
*/
    text-align: center;
    color: #fff;
    transform: scale(2, 1.25);
  }
  .site-header {
    position: relative;
    /* background-color: #001632; */
  }
  .site-header .title-area {
    padding: 0;
    width: auto;
  }
  .site-header .title-area .site-title > a {
    min-height: 50px;
    background-position: left;
    width: 190px;
  }
  .site-header > .wrap {
    min-height: 0;
  }
  .entry-content .vc_parallax,
  .entry-content .vc_video-bg-container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .genesis-nav-menu .sub-menu li:first-child a,
  .genesis-nav-menu .sub-menu li:last-child a {
    padding: 10px;
  }
  .genesis-nav-menu .sub-menu li:first-child a:before {
    display: none;
  }
  .regs-slider .regs-slider-left,
  .regs-slider .regs-slider-right {
    width: 100%;
  }
  .vc_col-has-fill {
    min-height: 250px !important;
  }
  body .hamburger-inner, body .hamburger-inner:after, body .hamburger-inner:before {
    width: 30px;
  }
  body #video-bg.vc_custom_1537276040201 {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }
  body #video-bg.vc_custom_1537276040201 h1 {
    text-shadow: 0 0 15px black;
  }
  /* three coloured home boxes */
  .vc_custom_1533900604434,
  .vc_custom_1537384611587,
  .vc_custom_1533900736730 {
    padding: 10px !important;
  }
  .footer-bar #custom_html-5 p {
    text-align: left;
    margin-bottom: 20px;
  }
  .footer-bar #media_image-3 img {
    max-width: 100% !important;
  }

  h1, .h1{
    font-size: 2rem;
  }
	h2, .h2 {
  font-size: 1.5rem;
  color: #4d4d4d;
}

  .archive-description,
  .author-box {
    margin-top: 60px;
  }
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
/*# sourceMappingURL=style.css.map */

@media only screen and (max-width: 769px) {
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}

.spg-filter-form{
  margin: 0!important;
  /* flex-direction: row-reverse; */
}

.spg-loop-actions{
  display: none;
}

.spg-search-term-label{
  display: none;
  margin: 0;
  width: 33.3%!important;
  padding: 15px!important;
}

body .spg-custom-tax{
  width: 33.3%!important;
  margin: 0!important;;
  padding: 15px!important;
}

@media only screen and (max-width: 769px) {
  body .spg-custom-tax{
    width: 100%!important;
  }
  
}

.select2.select2-container{
  width: 100%!important;
}

body .select2-container--default .select2-selection--single{
  border-radius: 0;
  min-height: 30px;
  border-color: #c1c1c1;
}

.input#spg-search-term-input{
  border-color: #c1c1c1;
  
}

.spg-search-term-label label:before{
  content: "\f002";
  font-family: FontAwesome;
  font-size: 20px;
  color: #5DADD9;
  margin-right: 10px;
}

.spg-custom-tax label[for=service]:before{
  content: "\f0ca";
  font-family: FontAwesome;
  font-size: 20px;
  color: #5DADD9;
  margin-right: 10px;
}

.spg-custom-tax label[for=area_of_business]:before{
  content: "\f06c";
  font-family: FontAwesome;
  font-size: 20px;
  color: #5DADD9;
  margin-right: 10px;
}

.spg-entry-summary{
  font-size: 16px;
}

body #loop-content .spg-read-more{
  margin-top: 10px;
  display: table!important;
  border: 1px solid #A558AB!important;
  color: #A558AB;
  padding: 3px 12px;
  text-transform: uppercase;
  font-size: 16px;
}

body #loop-content .spg-read-more:hover{
  background-color: #A558AB;
  color: #fff;
}

body .spg-grid-small .spg-data{
  border: none!important;
}

body.home .spg-pagination{
  display: none;;
}

.wpb_text_column a{
  text-decoration: none;
}

.wpb_text_column a.button{
  text-decoration: none;
}

.quote-text{
  letter-spacing: 3px;
  line-height: 30px;
}

div#loop-content{
  border: none!important;
}

body .spg-loop-actions{
  display: none;
}

.wpcf7-form-control-wrap[data-name="service"]{
  background: red;
}

.wpcf7-form-control-wrap[data-name="service"]::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 20px;
  color: #ae976f;
  right: 12px;
  top: 11px;
  position: absolute;
  line-height: 0;
}

/* Temporary styles for nav with top banner */

/*.site-header .absolute {
	position: static;
}*/

.site-header > .wrap {
	position: relative;
}

.site-container > .fixed.bg-opacity-90.rounded-lg.top-0 {
	padding-top: 13rem;
}

.grecaptcha-badge {
	visibility: hidden !important;
}