@charset "UTF-8";
/*!
Theme Name: Just Invest
Theme URI: http://underscores.me/
Author: Stable Design
Author URI: https://www.justinvest.co.uk
Description: Custom theme for JustInvest
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: justinvest
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

justinvest is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------- 
Typography ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* Font Weights */
/* Padding & Margins */
/* ---------------------------------------------------------------------------------------------------------- 
Breakpoints ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*--------------------------------------------------------------
# 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 */
  font-weight: 300;
}

/* 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: 500;
}

/**
 * 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "Roboto";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.content ul {
  line-height: 1.75rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}
h1.has-icon,
h2.has-icon,
h3.has-icon,
h4.has-icon,
h5.has-icon,
h6.has-icon {
  margin-top: 0;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  color: #FFD500;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 0;
}
@media (min-width: 1023px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  color: #000000;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (min-width: 1023px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-family: "Roboto", sans-serif !important;
  color: #000000;
  font-size: 1rem;
}
@media (min-width: 1023px) {
  h3 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
p.small {
  font-size: 0.8rem;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
  list-style-position: inside;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

ul#wp-admin-bar-root-default {
  margin: 0 !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  width: 100%;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 48px 0 10px;
  font-size: 0.9rem;
  line-height: 48px;
  color: #444;
  height: 48px;
  user-select: none;
  font-weight: 400;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  color: #FFD500;
  text-align: center;
  font: 0/0 a;
  *font: 20px/48px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #FFD500;
  border-bottom: none;
}

.selectric-hover .selectric .button {
  color: #ccaa00;
}
.selectric-hover .selectric .button:after {
  border-top-color: #000000;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #e6e6e6;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #FFD500;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #FFD500;
}
a:hover, a:focus, a:active {
  color: #000000;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

p a {
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
  color: #FFD500;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  margin-left: auto;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1023px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.menu-wrap a {
  color: #b8b7ad;
}

.menu-wrap a:hover,
.menu-wrap a:focus {
  color: #c94e50;
}

.menu-wrap .social {
  display: flex;
  justify-content: space-between;
}

.content-wrap {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.menu-wrap ul.sub-menu {
  margin: 0;
  padding: 0;
}
.menu-wrap ul.sub-menu li a {
  font-size: 1rem;
  padding: 0.5rem 0 0.5rem 0rem;
}
.menu-wrap .content {
  position: relative;
  background: #b4bad2;
}
.menu-wrap .content::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
  transition: opacity 0.4s, transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* Menu Button */
.menu-button {
  position: fixed;
  z-index: 1000;
  margin: 1em;
  padding: 0;
  width: 2.5em;
  height: 2.25em;
  border: none;
  text-indent: 2.5em;
  font-size: 1.5em;
  color: transparent;
  background: none;
  top: -18px;
  right: -16px;
  border-radius: 0 4px 4px 0;
  transform: scale(0.8);
  transition: all 0.3s;
}
@media (min-width: 767px) {
  .menu-button {
    right: 0;
  }
}
@media (min-width: 1023px) {
  .menu-button {
    display: none;
  }
}

.menu-button::before {
  position: absolute;
  top: 0.6em;
  right: 0.4em;
  bottom: 0.6em;
  left: 0.4em;
  background: linear-gradient(#FFD500 20%, transparent 20%, transparent 40%, #FFD500 40%, #FFD500 60%, transparent 60%, transparent 80%, #FFD500 80%);
  content: "";
}

.menu-button:hover {
  opacity: 0.6;
}

/* Close Button */
.close-button {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  background: transparent;
  border: 0;
  color: #fff;
  z-index: 1000;
}
.close-button span {
  display: none;
}

.close-button::before,
.close-button::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 70%;
  top: 6px;
  left: 48%;
  background: #FFD500;
}

.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Menu */
.menu-wrap {
  position: fixed;
  z-index: 1001;
  width: 300px;
  height: 100%;
  background: #000000;
  padding: 1rem 1rem 0;
  font-size: 1.75rem;
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  top: 0;
}
.menu-wrap .menu {
  position: relative;
  z-index: 1000;
  padding: 1rem 1rem 0;
}
.menu-wrap .menu ul.menu {
  padding: 0;
  margin: 0;
}
.menu-wrap .menu ul.menu li {
  list-style: none;
  text-align: center;
}
.menu-wrap .menu ul.menu li.current_page_item a {
  color: #FFD500;
}
.menu-wrap .menu a {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}
.menu-wrap .menu a:hover {
  color: #FFD500 !important;
}
.menu-wrap .menu .contact {
  display: none;
  padding: 1rem 0;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  margin-top: 2rem;
  text-align: center;
}
.menu-wrap .menu .contact a {
  font-size: 0.8rem;
  padding: 0.5rem 0;
  color: #fff;
}
.menu-wrap .menu .contact a:hover {
  color: #000000;
}
.menu-wrap .menu .contact svg {
  margin-right: 0.5rem;
  color: #000000;
}
.menu-wrap .social, .menu-wrap .social a {
  color: #fff;
  display: none;
}

.menu,
.icon-list {
  height: 100%;
}

.icon-list {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.icon-list a {
  display: block;
  padding: 0.8em;
  -webkit-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
}

.icon-list,
.icon-list a {
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.icon-list a:nth-child(2) {
  -webkit-transform: translate3d(0, 1000px, 0);
  transform: translate3d(0, 1000px, 0);
}

.icon-list a:nth-child(3) {
  -webkit-transform: translate3d(0, 1500px, 0);
  transform: translate3d(0, 1500px, 0);
}

.icon-list a:nth-child(4) {
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
}

.icon-list a:nth-child(5) {
  -webkit-transform: translate3d(0, 2500px, 0);
  transform: translate3d(0, 2500px, 0);
}

.icon-list a:nth-child(6) {
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0);
}

.icon-list a span {
  margin-left: 10px;
  font-weight: 700;
}

/* Shown menu */
.show-menu .menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .icon-list,
.show-menu .icon-list a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .icon-list a {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}

.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mobile-user-menu {
  border: 2px solid #FFD500;
  margin-top: 0.5rem;
  padding: 0.5em 0;
  text-align: center;
}
.mobile-user-menu a {
  text-align: center;
  margin: 0 auto;
}
.mobile-user-menu a i {
  color: #FFD500;
  margin-right: 5px;
}
.mobile-user-menu a.submit-property i {
  color: #000000;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
a.button, input[type=submit],
.forminator-button,
span.button,
.propertyhive-submitted-properties .actions ul li a {
  background-color: #FFD500 !important;
  color: #000000 !important;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #FFD500;
  transition: all 0.3s;
  display: inline-block;
}
a.button:hover, input[type=submit]:hover,
.forminator-button:hover,
span.button:hover,
.propertyhive-submitted-properties .actions ul li a:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
  border-color: #000000 !important;
  box-shadow: 0 !important;
  cursor: pointer;
}

span.button > a {
  padding: 0;
  text-decoration: none;
}

span.button:hover a {
  color: #fff;
}

.black .button:hover {
  color: #FFD500;
  border-color: #FFD500 !important;
}

/*--------------------------------------------------------------
# Propertyhive
--------------------------------------------------------------*/
/*-------------PROPERTYHIVE STYLES-------------*/
/*-------------SINGLE PROPERTY-------------*/
body.single-property #content[role=main] {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
}
@media (min-width: 1023px) {
  body.single-property #content[role=main] {
    padding: 0;
  }
}
body.single-property #container {
  max-width: 1200px;
  padding: 0 1rem;
}
@media (min-width: 1199px) {
  body.single-property #container {
    padding: 0;
  }
}
body.single-property #content {
  background-color: #F8F8F8;
  padding: 2rem 0;
}

.single-property-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-property-header span.availability {
  order: 2;
  padding: 0.5rem 1rem;
  background-color: #000000;
  color: #FFD500;
  margin-right: 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1023px) {
  .single-property-header span.availability {
    order: 1;
  }
}
.single-property-header .address {
  font-weight: 400;
  font-size: 0.8rem;
  order: 1;
  flex: 0 0 100%;
  text-align: center !important;
  margin-bottom: 0.75rem;
}
@media (min-width: 767px) {
  .single-property-header .address {
    text-align: left !important;
  }
}
@media (min-width: 1023px) {
  .single-property-header .address {
    order: 2;
    margin-bottom: 0;
    font-size: 0.9rem;
    flex: 0 0 auto;
  }
}
.single-property-header .address .fa {
  color: #FFD500;
  margin-left: 0.25rem;
}
.single-property-header .deal-exit {
  font-size: 0.8rem;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #dfdfdf;
  margin-left: auto;
  order: 3;
}
@media (min-width: 1023px) {
  .single-property-header .deal-exit {
    order: 3;
  }
}

div.type-property {
  position: relative;
  flex: 0 0 100%;
  margin-top: 65px;
}
@media (min-width: 767px) {
  div.type-property {
    flex: 0 0 55%;
  }
}
@media (min-width: 1023px) {
  div.type-property {
    flex: 0 0 66.67%;
    margin-top: 0;
  }
}

div.sidebar {
  flex: 0 0 100%;
  margin-top: 2rem;
}
@media (min-width: 767px) {
  div.sidebar {
    flex: 0 0 20%;
    margin-left: auto;
    margin-top: 65px;
  }
}
@media (min-width: 1023px) {
  div.sidebar {
    flex: 0 0 25%;
    margin-top: 0;
  }
}
div.sidebar div.property_actions ul {
  margin: 0;
  padding: 0;
}
div.sidebar div.property_actions ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.sidebar div.property_actions ul li.action-floorplans, div.sidebar div.property_actions ul li.action-epc, div.sidebar div.property_actions ul li.action-virtual-tour, div.sidebar div.property_actions ul li.action-brochure {
  display: none;
}
div.sidebar div.property_actions ul li a {
  background-color: #ffd500;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  font-size: 1rem !important;
  display: block;
  color: #000000;
  text-decoration: none;
  margin-top: 0;
  width: 100%;
}
div.sidebar .property-search-form .control label {
  color: #000000;
  margin: 20px 0 -5px;
}
div.sidebar .control-cashflow_1_slider,
div.sidebar .control-roi_1_slider {
  width: 275px;
  margin-left: auto;
  margin-right: auto;
}
div.sidebar .control-roi_1_slider {
  margin-bottom: 1rem;
}
div.sidebar .selectric {
  background-color: transparent;
  border: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  height: 50px;
  display: flex;
  align-items: center;
}
div.sidebar .selectric .label {
  margin: 0;
}
div.sidebar .selectric .button {
  background-color: transparent;
  height: 50px;
}
div.sidebar aside a.button {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

#slider.flexslider {
  margin-bottom: 1rem;
  border: 0;
  margin-top: 1rem;
}
#slider.flexslider .slides img {
  height: 250px !important;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1023px) {
  #slider.flexslider .slides img {
    height: 600px !important;
  }
}
#slider.flexslider .flex-viewport {
  height: 100% !important;
}

#carousel.thumbnails {
  display: none;
}
@media (min-width: 1023px) {
  #carousel.thumbnails {
    display: block;
    margin: 0 0 2rem;
  }
}

div.property-title {
  margin: 2rem 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.property-title h1 {
  margin: 0;
  font-size: 1.5rem;
}
@media (min-width: 1023px) {
  div.property-title h1 {
    flex: 0 0 50%;
    font-size: 2rem;
  }
}
div.property-title a.text-link {
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
}
div.property-title a.text-link i {
  color: #FFD500;
}

.features-bar {
  background-color: #000000;
}
.features-bar .key-features {
  margin-top: 1rem;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  justify-content: space-between;
}
.features-bar .key-features .feature {
  display: flex;
  padding: 0.5rem;
  flex: 0 0 50%;
  align-items: center;
}
@media (min-width: 1023px) {
  .features-bar .key-features .feature {
    flex: 0 0 25%;
  }
}
.features-bar .key-features .feature .icon {
  color: #FFD500;
  width: 2rem;
}
.features-bar .key-features .feature .values {
  display: flex;
  flex-direction: column;
  margin-left: 0.5rem;
  text-align: left;
}
.features-bar .key-features .feature .values .value {
  font-size: 1.5rem;
  font-weight: 600;
}
.features-bar .key-features .feature .values .label {
  font-size: 0.9rem;
  font-weight: 200;
  font-size: 0.75rem;
}
.features-bar .key-features .feature .values > span {
  line-height: 1;
}

.features,
.property_meta {
  float: left;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
@media (min-width: 1023px) {
  .features,
.property_meta {
    margin-bottom: 2rem;
    width: 47%;
  }
}
.features ul,
.property_meta ul {
  list-style-type: none;
}
.features ul li,
.property_meta ul li {
  line-height: 1.75rem;
}
.features ul li i,
.property_meta ul li i {
  display: inline;
  color: #FFD500;
  margin-right: 5px;
}
.features ul li.finders_fee,
.property_meta ul li.finders_fee {
  border-top: 1px solid #dfdfdf;
  margin-top: 1rem;
  font-weight: bold;
}

.features {
  margin-bottom: 2rem;
}

div.summary {
  clear: both;
}
div.summary .price {
  display: none;
}

.description,
.features,
.property_meta,
.summary {
  clear: left;
}
.description h4,
.features h4,
.property_meta h4,
.summary h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
@media (min-width: 1023px) {
  .description,
.features,
.property_meta,
.summary {
    clear: none;
  }
}

.features h4,
.property_meta h4 {
  margin-top: 0;
}

div.more-info {
  background-color: #000000;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  margin-top: 2rem;
  clear: both;
}
div.more-info h3 {
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
  display: none;
}
@media (min-width: 1023px) {
  div.more-info h3 {
    display: block;
  }
}
div.more-info .tabs {
  display: flex;
}
@media (min-width: 1023px) {
  div.more-info .tabs {
    margin-left: auto;
  }
}
div.more-info .tabs ul {
  display: flex;
}
div.more-info .tabs ul li {
  display: flex;
  padding: 1.5rem 0;
  margin: 0 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 5px solid transparent;
}
div.more-info .tabs ul li.action-make-enquiry {
  display: none;
}
div.more-info .tabs ul li.action-virtual-tour {
  order: 1;
}
div.more-info .tabs ul li.action-floorplans {
  order: 2;
}
div.more-info .tabs ul li.action-epc {
  order: 3;
}
div.more-info .tabs ul li.action-shortlist {
  display: none;
}
div.more-info .tabs ul li:hover {
  border-bottom: 5px solid #FFD500;
}
div.more-info .tabs ul li a {
  color: #FFFFFF !important;
  text-decoration: none !important;
  padding: 0;
}
div.more-info .tabs ul li a:hover {
  color: #FFD500 !important;
}

/*-------------SIDEBAR-------------*/
.sidebar form {
  display: flex;
  flex-direction: column;
}
.sidebar form .control-price-slider,
.sidebar form .control-rent-slider {
  margin: 0.5rem;
}
.sidebar form .control-price-slider svg,
.sidebar form .control-rent-slider svg {
  display: none;
}
.sidebar form .control-price-slider label,
.sidebar form .control-rent-slider label {
  text-align: center;
  font-size: 0.8rem;
}
.sidebar form .control {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  padding: 0;
}
.sidebar form .control input,
.sidebar form .control select {
  height: 50px;
  display: block;
  font-size: 1rem;
  padding: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  background-color: transparent !important;
}
.sidebar form .control input:focus,
.sidebar form .control select:focus {
  outline: none;
}
.sidebar form .control select {
  background-image: url("images/caret-down.png");
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 14px;
}
.sidebar form .control select:hover {
  background-image: url("images/caret-down-hover.png");
}
.sidebar form input[type=submit] {
  background-color: #FFD500;
  padding: 1rem auto;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  font-size: 1rem !important;
  height: 50px;
  margin-top: 1rem;
}
.sidebar form input[type=submit]:hover {
  background-color: #000000;
  color: #FFD500;
  cursor: pointer;
}
.sidebar aside {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.sidebar aside:first-of-type {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.sidebar aside h3 {
  margin-top: 0;
}
.sidebar aside ul {
  list-style: none;
}
.sidebar aside ul li a {
  display: flex;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #000000;
  text-decoration: none;
}
.sidebar aside ul li a h4 {
  font-weight: bold;
  margin-bottom: 0;
}
.sidebar aside ul li a:hover h4 {
  text-decoration: underline;
}
.sidebar aside img {
  width: 40%;
  margin-right: 1rem;
  height: 100%;
}

div.fancybox-content {
  background-color: #000000;
  color: #fff;
}
div.fancybox-content h2 {
  color: #FFD500;
}
div.fancybox-content p,
div.fancybox-content label {
  color: #fff;
}
div.fancybox-content label {
  text-transform: uppercase;
  font-size: 0.8rem;
}
div.fancybox-content input,
div.fancybox-content textarea {
  margin-bottom: 1.5rem;
  border: 0;
  border-radius: 0;
  margin-top: 5px;
}
div.fancybox-content input[type=submit] {
  background-color: #FFD500;
  padding: 0.5rem 2rem;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  font-size: 1rem !important;
  margin-top: 0;
  color: #000000;
}
div.fancybox-content input[type=submit]:hover {
  background-color: #000000;
  color: #FFD500;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  background-color: rgba(0, 0, 0, 0.5);
}

.fancybox-close-small {
  color: #FFD500;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #000000;
  background-color: #FFD500;
}
.fancybox-button:hover, .fancybox-button:link:hover, .fancybox-button:visited:hover {
  background-color: #e6c000;
  color: #000000;
}

.admin-bar .fancybox-button.fancybox-button--close {
  margin-top: 40px;
}

.fancybox-slide--image .fancybox-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fancybox-image {
  width: 75%;
  height: 75%;
  position: relative;
}

/** SEARCH SLIDERS **/
.property-search-form .control label {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 0.8rem;
  color: #fff;
  margin-top: 1rem;
}

.ui-slider-horizontal {
  height: 5px !important;
  margin-bottom: 1rem;
}

.ui-widget-content {
  border: 0 !important;
  margin-top: 5px;
}

.ui-widget-header {
  background: none !important;
  background-color: #FFD500 !important;
  border: 0 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none !important;
  background-color: #FFD500 !important;
  border: 0 !important;
  border-radius: 50%;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0 !important;
}

.search-form-slider {
  background: #665500 !important;
  top: 2px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -8px !important;
}

/**ADVANCED SEARCH **/
.search-forms {
  padding-bottom: 2rem;
}

.search-row {
  background-color: #000000;
  padding-top: 65px;
}
@media (min-width: 1023px) {
  .search-row {
    padding-top: 0;
  }
}

.wrap.container.search {
  display: block;
  margin-bottom: 2rem;
}

.form-tabs {
  margin: 0 !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  border-bottom: 1px solid #dfdfdf !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.form-tabs .form-tab {
  flex: 1 0 calc(33.33% - 0.25rem);
  margin-bottom: 0.5rem;
}
@media (min-width: 1023px) {
  .form-tabs .form-tab {
    flex: 1 0 16.667%;
  }
}
.form-tabs .form-tab a {
  border: 2px solid #fff !important;
  color: #fff !important;
  transition: all 0.3s;
  font-weight: bold;
  border-radius: 3px;
}
.form-tabs .form-tab a:hover {
  background-color: #FFD500;
  color: #000000 !important;
  border-color: #FFD500 !important;
}
.form-tabs .form-tab.active a {
  border-color: #FFD500 !important;
  color: #000000 !important;
}

.property-search-form-advanced {
  margin-bottom: 0 !important;
}
.property-search-form-advanced .controls {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .property-search-form-advanced .controls {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.property-search-form-advanced .control {
  padding: 0;
}
@media (min-width: 767px) {
  .property-search-form-advanced .control {
    flex: 0 0 calc(50% - 1rem);
  }
  .property-search-form-advanced .control:last-of-type {
    flex: 0 0 100%;
  }
}
@media (min-width: 1023px) {
  .property-search-form-advanced .control {
    flex: 0 0 calc(33.33% - 1rem);
  }
  .property-search-form-advanced .control:last-of-type {
    flex: 0 0 calc(33.33% - 1rem);
  }
}
.property-search-form-advanced .control .ui-slider-horizontal {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.property-search-form-advanced .control input,
.property-search-form-advanced .control select {
  height: 50px;
  color: #000000;
  padding: 5px 5px 5px 15px !important;
  border-radius: 3px;
}
.property-search-form-advanced .control select {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 0;
  text-align: left;
  position: relative;
  border: 1px solid #fff;
  z-index: 1;
  background-image: url("images/caret-down.png");
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 14px;
}
.property-search-form-advanced .control select:hover {
  background-image: url("images/caret-down-hover.png");
}
.property-search-form-advanced .control .availabilities {
  margin-left: auto;
  justify-content: flex-end;
}
.property-search-form-advanced .control .availabilities .label {
  color: #fff;
}
.property-search-form-advanced .control .availabilities label {
  width: auto;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.property-search-form-advanced .control .availabilities .checkboxes div.label {
  color: #fff;
}
.property-search-form-advanced .control-button input {
  font-size: 1.2rem;
  text-transform: uppercase;
  border: 2px solid #FFD500;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.property-search-form-advanced .control-button input:hover {
  background-color: #000000;
  color: #FFD500;
  border: 2px solid #FFD500;
  cursor: pointer;
}

.results-div {
  display: flex;
  align-items: center;
  margin: 0 1rem;
  flex-direction: column;
}
@media (min-width: 767px) {
  .results-div {
    margin-bottom: 1rem;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 1023px) {
  .results-div .propertyhive-result-count {
    margin-left: 1rem;
  }
}
@media (min-width: 1023px) {
  .results-div {
    margin: 0;
  }
}

form.propertyhive-ordering {
  width: 100%;
}
@media (min-width: 767px) {
  form.propertyhive-ordering {
    width: auto;
  }
}

.propertyhive-ordering select.orderby {
  margin: 0;
  margin-bottom: 1rem;
  margin-left: 1rem;
  padding: 0.5rem;
  font-size: 0.9rem;
  font-weight: 300;
  border: 1px solid #dfdfdf;
}

.selectric-orderby .selectric {
  width: 100%;
  min-width: 180px;
  border: 1px solid #ebebeb;
}
@media (min-width: 767px) {
  .selectric-orderby .selectric {
    max-width: 230px !important;
    min-width: 200px;
  }
}
.selectric-orderby .selectric .label {
  font-size: 0.9rem;
}

.propertyhive-result-count {
  margin-top: 12px;
  text-transform: uppercase;
  font-size: 0.8rem;
  display: inline-block;
}
@media (min-width: 767px) {
  .propertyhive-result-count {
    margin-left: auto;
  }
}

.propertyhive-views {
  display: none;
  float: right;
}
@media (min-width: 1023px) {
  .propertyhive-views {
    display: inline-block;
    margin-left: auto;
  }
}
.propertyhive-views ul {
  display: flex;
  width: auto;
  align-items: center;
  padding: 0.5rem;
  border: 1px solid #ebebeb;
  background-color: #F8F8F8;
}
.propertyhive-views ul li {
  list-style: none;
}
.propertyhive-views ul li a {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-size: 0.9rem;
  text-decoration: none;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.propertyhive-views ul li a:hover .fas {
  background-color: #000000;
  border-radius: 3px;
}
.propertyhive-views ul li .fas {
  margin-right: 5px;
  color: #FFD500;
  padding: 5px;
  font-size: 1rem;
}
.propertyhive-views ul li.active .fas {
  background-color: #000000;
  border-radius: 4px;
}

/** FRONT END FORM SUBMISSION **/
#propertyhive_submit_property_form .steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem 0;
}
@media (min-width: 1023px) {
  #propertyhive_submit_property_form .steps .step {
    flex: 0 0 calc(50% - 1rem);
    border: 1px solid #dfdfdf;
    padding: 1rem;
    background-color: #F8F8F8;
  }
  #propertyhive_submit_property_form .steps .step label {
    font-size: 0.9rem;
  }
}
#propertyhive_submit_property_form .steps .step p span {
  font-size: 0.9rem;
}
#propertyhive_submit_property_form .steps .step p {
  margin-bottom: 0.5rem;
}
#propertyhive_submit_property_form .steps .step .media-images > div > div,
#propertyhive_submit_property_form .steps .step .media .file-upload {
  display: flex;
}
#propertyhive_submit_property_form .steps .step #image_upload {
  display: block;
}
#propertyhive_submit_property_form .steps .step .media {
  border: 1px solid #dfdfdf;
  padding: 1rem;
  padding-top: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
}
#propertyhive_submit_property_form .steps .step .media .file-upload label {
  width: 130px !important;
}
#propertyhive_submit_property_form .steps .step .media a.remove_field,
#propertyhive_submit_property_form .steps .step .media a.clear {
  color: #000000;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-left: auto;
}
#propertyhive_submit_property_form .refurb-holder {
  margin-bottom: 8px;
}
#propertyhive_submit_property_form .refurb-holder label {
  display: inline-block;
  width: 180px;
  margin-right: 10px;
  padding-top: 4px;
}
#propertyhive_submit_property_form #image_upload div,
#propertyhive_submit_property_form .control-feature-1 div {
  width: 100%;
  padding-top: 1rem;
}
#propertyhive_submit_property_form #image_upload a.add_field_button,
#propertyhive_submit_property_form #image_upload a.add_feature_button,
#propertyhive_submit_property_form .control-feature-1 a.add_field_button,
#propertyhive_submit_property_form .control-feature-1 a.add_feature_button {
  background-color: #000000;
  color: #FFD500;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
}
#propertyhive_submit_property_form #image_upload a.add_field_button:hover,
#propertyhive_submit_property_form #image_upload a.add_feature_button:hover,
#propertyhive_submit_property_form .control-feature-1 a.add_field_button:hover,
#propertyhive_submit_property_form .control-feature-1 a.add_feature_button:hover {
  background-color: #FFD500;
  color: #000000;
}
#propertyhive_submit_property_form .control-feature-1 {
  padding: 0.5rem 0;
}
#propertyhive_submit_property_form .control-feature-1 div {
  align-items: center;
}
#propertyhive_submit_property_form .control-feature-1 input {
  margin-left: 0.5rem;
}
#propertyhive_submit_property_form input[type=file] {
  font-size: 0.9rem;
}
#propertyhive_submit_property_form a.remove_field,
#propertyhive_submit_property_form a.clear {
  margin-left: 0.5rem;
}
#propertyhive_submit_property_form a.remove_field:hover,
#propertyhive_submit_property_form a.clear:hover {
  cursor: pointer;
}
#propertyhive_submit_property_form .alert-box {
  margin-top: 1rem;
  padding: 1rem;
}
#propertyhive_submit_property_form .alert-box.alert-success {
  background-color: #53b353;
  color: #fff;
}
#propertyhive_submit_property_form .alert-box.alert-danger {
  background-color: red;
  color: #fff;
}
#propertyhive_submit_property_form .control.control-outside_space, #propertyhive_submit_property_form .control.control-department, #propertyhive_submit_property_form .control.control-availability, #propertyhive_submit_property_form .control.control-sale_poa {
  display: none;
}
#propertyhive_submit_property_form input#qt_excerpt_link,
#propertyhive_submit_property_form input#qt_full_description_link {
  display: none;
}

div.checkboxes {
  display: flex;
  align-items: center;
  margin-top: 12px;
  justify-content: center;
  float: none;
  margin-bottom: 1rem;
}
div.checkboxes div.checkbox-wrapper {
  position: relative;
}
div.checkboxes div.checkbox-wrapper input[type=checkbox],
div.checkboxes div.checkbox-wrapper input[type=radio] {
  /*display:  none;*/
  position: absolute;
  top: 5px;
  left: 10px;
  height: 30px !important;
  width: 30px;
  -webkit-appearance: none;
  border: 2px solid #FFD500;
  border-radius: 5px;
  z-index: 1;
}
div.checkboxes div.checkbox-wrapper .radio-label,
div.checkboxes div.checkbox-wrapper .checkbox-label {
  display: flex;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
  margin-top: 8px;
}
div.checkboxes div.checkbox-wrapper .radio-label svg,
div.checkboxes div.checkbox-wrapper .checkbox-label svg {
  display: none;
}
div.checkboxes div.checkbox-wrapper .radio-label:before,
div.checkboxes div.checkbox-wrapper .radio-label:after,
div.checkboxes div.checkbox-wrapper .checkbox-label:before,
div.checkboxes div.checkbox-wrapper .checkbox-label:after {
  pointer-events: none;
}
div.checkboxes div.checkbox-wrapper .radio-label:before,
div.checkboxes div.checkbox-wrapper .radio-label:after {
  border-radius: 50%;
}
div.checkboxes div.checkbox-wrapper .radio-label:before,
div.checkboxes div.checkbox-wrapper .checkbox-label:before {
  display: flex;
  content: " ";
  height: 20px;
  width: 20px;
  border: solid 3px #000;
  background: transparent;
  margin-right: 20px;
}
div.checkboxes div.checkbox-wrapper .radio-label:after,
div.checkboxes div.checkbox-wrapper .checkbox-label:after {
  position: absolute;
  top: 7px;
  left: 7px;
  display: flex;
  content: " ";
  height: 12px;
  width: 12px;
  background: #FFD500;
  transform: scale(0);
  font-size: 1.25rem;
}
div.checkboxes div.checkbox-wrapper .checkbox-label:after {
  height: 5px;
  width: 12px;
  left: 6px;
  top: 0px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #FFD500;
  background: none;
  transform: scale(0);
  transition: transform 0.1s ease, opacity 0.1s ease;
  transform-origin: center center;
}
div.checkboxes .checkbox-wrapper input[type=checkbox]:checked + .checkbox-label:after {
  opacity: 1;
  transform: scale(0.8);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.page-id-453 {
  background-color: #F8F8F8;
}
.page-id-453 #content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 1rem 0 2rem 0;
  flex-direction: column;
}
.page-id-453 #content > section.title,
.page-id-453 #content > main {
  width: 50%;
  margin: 0 auto;
}

#registrationSuccess {
  background-color: #FFD500;
  padding: 2rem;
  margin-bottom: 2rem;
}

.logged-in div.reg-link {
  display: none;
}

.propertyhive-my-account {
  padding-bottom: 5rem;
}
.propertyhive-my-account .my-account-navigation {
  width: 25%;
}
.propertyhive-my-account .my-account-navigation ul {
  list-style-type: none;
}
.propertyhive-my-account .my-account-navigation ul li {
  background-color: #ebebeb;
  padding: 0.25rem 1rem;
  margin-bottom: 0.5rem;
  border-left: 4px solid #FFD500;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.propertyhive-my-account .my-account-navigation ul li.active {
  background-color: #FFD500;
  border-left: 4px solid #FFD500;
}
.propertyhive-my-account .my-account-navigation ul li.active a {
  color: #000000;
}
.propertyhive-my-account .my-account-navigation ul li a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}
.propertyhive-my-account .my-account-navigation ul li:hover {
  background-color: #000000;
  border-left: 4px solid #000000;
}
.propertyhive-my-account .my-account-navigation ul li:hover a {
  color: #FFD500;
}

.page-id-559 main {
  padding: 5rem 0;
  background-color: #F8F8F8;
}
.page-id-559 .ph-login-to-submit {
  max-width: 500px;
}

.page-template-form-page .reg-link a,
.ph-login-to-submit .reg-link a {
  background-color: #000000;
  padding: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #FFD500;
}
.page-template-form-page .reg-link a:hover,
.ph-login-to-submit .reg-link a:hover {
  background-color: #FFD500;
  color: #000000;
}
.page-template-form-page main,
.ph-login-to-submit main {
  padding-bottom: 5rem;
}

.propertyhive-form.login-form,
.propertyhive-form.applicant-registration-form,
.account-details-form {
  background-color: #fff;
  padding: 2rem 1rem;
  border: 1px solid #dfdfdf;
  display: block;
  flex-direction: column;
  margin-bottom: 2rem;
  width: 100%;
}
.propertyhive-form.login-form div.control,
.propertyhive-form.applicant-registration-form div.control,
.account-details-form div.control {
  display: flex;
  align-items: center;
}
.propertyhive-form.login-form div.control.control-minimum_price, .propertyhive-form.login-form div.control.control-minimum_bedrooms, .propertyhive-form.login-form div.control.control-property_type, .propertyhive-form.login-form div.control.control-additional_requirements,
.propertyhive-form.applicant-registration-form div.control.control-minimum_price,
.propertyhive-form.applicant-registration-form div.control.control-minimum_bedrooms,
.propertyhive-form.applicant-registration-form div.control.control-property_type,
.propertyhive-form.applicant-registration-form div.control.control-additional_requirements,
.account-details-form div.control.control-minimum_price,
.account-details-form div.control.control-minimum_bedrooms,
.account-details-form div.control.control-property_type,
.account-details-form div.control.control-additional_requirements {
  display: none !important;
}
.propertyhive-form.login-form input,
.propertyhive-form.applicant-registration-form input,
.account-details-form input {
  border: 1px solid #dfdfdf;
  background-color: #F8F8F8;
  margin: 0.5rem;
  padding: 0 0.5rem;
  height: 50px;
  flex: 0 0 60%;
}
.propertyhive-form.login-form input:focus,
.propertyhive-form.applicant-registration-form input:focus,
.account-details-form input:focus {
  outline: none;
}
.propertyhive-form.login-form input[type=submit],
.propertyhive-form.applicant-registration-form input[type=submit],
.account-details-form input[type=submit] {
  border: 0;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.propertyhive-form.login-form label,
.propertyhive-form.applicant-registration-form label,
.account-details-form label {
  margin: 0 0.5rem;
  flex: 0 0 33%;
  font-size: 0.8rem;
}

.propertyhive-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.propertyhive-pagination li {
  background-color: #FFD500;
  font-weight: bold;
  margin: 0 0.2rem;
}
.propertyhive-pagination li a {
  background-color: #FFD500;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.propertyhive-pagination li a:hover {
  background-color: #000;
  color: #FFD500;
}
.propertyhive-pagination li span.current {
  background-color: #000000;
  color: #fff;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*--------------------------------------------------------------
# Property List
--------------------------------------------------------------*/
ul.properties li.property .thumbnail:hover img {
  transform: scale(1.1);
}

.post-type-archive-property #search-featured-properties {
  padding: 2rem 0 0.5rem 0;
  background-color: #f4f6f8;
  margin-bottom: 2rem;
}
.post-type-archive-property #search-featured-properties .propertyhive-featured-properties-shortcode {
  max-width: 1140px;
  margin: 0 auto;
}
.post-type-archive-property #search-featured-properties h2 {
  font-size: 1.25rem;
  margin: 0 auto;
  text-transform: uppercase;
  background-color: #FFD500;
  color: #000000;
  padding: 0.5rem 3rem 0.5rem 2rem;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  display: inline-block;
  margin-bottom: 1rem;
}
.post-type-archive-property ul.properties {
  margin: 0 1rem;
}
@media (min-width: 1023px) {
  .post-type-archive-property ul.properties {
    margin: 1rem 0;
  }
}

ul.properties {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1;
}
ul.properties li.property {
  flex: 0 0 100%;
  background-color: #F8F8F8;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (min-width: 767px) {
  ul.properties li.property {
    flex: 0 0 48%;
    flex: 0 0 calc(50% - 1rem);
  }
}
@media (min-width: 1023px) {
  ul.properties li.property {
    flex: 0 0 32%;
    flex: 0 0 calc(33.33% - 1rem);
    margin-bottom: 1rem;
  }
}
ul.properties li.property .thumbnail {
  float: none;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 250px;
}
ul.properties li.property .thumbnail .flag {
  position: absolute;
  top: 1rem;
  left: 0;
  padding: 0.5rem 1.25rem 0.5rem 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  background-color: #000000;
  color: #FFD500;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  font-weight: 600;
  z-index: 10;
}
ul.properties li.property .thumbnail .flag:nth-of-type(2) {
  top: 3.75rem;
}
ul.properties li.property .thumbnail .flag.featured {
  background-color: #FFD500;
  color: #000000;
}
ul.properties li.property .thumbnail a.button {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  height: 33px;
  padding: 0.5rem 1rem 0.5rem 1.25rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  clip-path: polygon(10px 0px, 100% 0px, 100.25% 100%, 0% 100%);
  font-weight: 600;
}
ul.properties li.property .thumbnail img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.3s;
  height: 100%;
}
ul.properties li.property .key-features {
  background-color: #000000;
  margin-top: 1rem;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}
ul.properties li.property .key-features .feature {
  display: flex;
  padding: 0.5rem 0;
  flex: 0 0 50%;
  justify-content: center;
  position: relative;
}
ul.properties li.property .key-features .feature .icon {
  color: #FFD500;
  position: absolute;
  left: 10px;
  top: 5px;
}
ul.properties li.property .key-features .feature .icon img {
  width: 32px;
  height: 32px;
}
ul.properties li.property .key-features .feature .values {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  text-align: center;
  margin-left: 20px;
}
ul.properties li.property .key-features .feature .values .value {
  font-size: 1.25rem;
  font-weight: 600;
}
ul.properties li.property .key-features .feature .values .label {
  font-size: 0.8rem;
  font-weight: 200;
  font-size: 0.75rem;
}
ul.properties li.property .key-features .feature .values > span {
  line-height: 1;
}
ul.properties li.property .summary {
  display: none;
}
ul.properties li.property .card-bottom {
  display: flex;
  align-items: center;
}
ul.properties li.property .card-bottom div {
  flex: 0 0 50%;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 1rem 0;
  text-align: center;
}
ul.properties li.property .card-bottom div.left {
  font-weight: bold;
}
ul.properties li.property .card-bottom div.right {
  font-weight: bold;
  clip-path: polygon(18px 0px, 100% 0px, 100% 100%, 0% 100%);
  line-height: 1;
  height: 100%;
  background-color: #FFD500;
  text-align: center;
}
ul.properties li.property .details {
  width: 100%;
}
ul.properties li.property .details h3 {
  font-size: 1.25rem;
  color: #000000;
  text-align: center;
  padding: 0 1rem;
  margin-top: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
ul.properties li.property .details a {
  color: #000000;
  text-decoration: none;
}
ul.properties li.property .details .price {
  display: none;
}
ul.properties li.property .details .location {
  display: flex;
  font-size: 1.1rem;
  padding: 0 1rem;
  font-weight: 400;
}
ul.properties li.property .details .location span {
  flex: 0 0 50%;
  text-align: center;
}
ul.properties li.property .details .location span.postcode {
  text-transform: uppercase;
}
ul.properties li.property a {
  color: #000000;
}
ul.properties li.property a:hover > .thumbnail img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
ul.properties.clear:before {
  content: none !important;
}
ul.properties:after {
  content: "";
  flex: 0 0 calc(33% - 1rem);
  display: flex !important;
}
@media (min-width: 1023px) {
  ul.properties.view-list li.property {
    flex: 0 0 100%;
    display: flex;
    padding: 1rem;
    justify-content: end;
    flex-direction: row;
    box-shadow: none;
    border: 1px solid #ebebeb;
  }
  ul.properties.view-list li.property .thumbnail {
    width: 30%;
    margin-right: 1rem;
    height: 175px;
  }
  ul.properties.view-list li.property .thumbnail img {
    height: 100%;
  }
  ul.properties.view-list li.property .details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  ul.properties.view-list li.property .details h3 {
    padding: 0;
    text-align: left;
    margin-top: 0;
  }
  ul.properties.view-list li.property .details .location {
    width: 50%;
    padding: 0;
  }
  ul.properties.view-list li.property .details .location span {
    text-align: left;
  }
  ul.properties.view-list li.property .details .price {
    display: none;
  }
  ul.properties.view-list li.property .details .card-bottom {
    align-items: center;
    justify-content: flex-end;
    margin-top: -1rem;
    border: 1px solid #dfdfdf;
  }
  ul.properties.view-list li.property .details .card-bottom div {
    width: 200px;
    font-size: 1.1rem;
    padding: 1rem;
  }
  ul.properties.view-list li.property .details .key-features {
    order: 2;
    margin-top: auto;
  }
  ul.properties.view-list li.property .details .key-features .feature {
    flex: 0 0 25%;
    align-items: center;
  }
  ul.properties.view-list li.property .details .key-features .feature .value {
    font-size: 1.5rem;
  }
  ul.properties.view-list li.property .details .key-features .feature .label {
    font-size: 0.9rem;
  }
  ul.properties.view-list li.property .details .card-bottom {
    order: 1;
    margin-top: -3rem;
    background-color: #fff;
    margin-left: auto;
  }
}
ul.properties.view-list .fas {
  font-size: 1.5rem;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.page-template-default main, .error404 main {
  padding: 0 0 4rem 0;
}
.page-template-default main .wrap, .error404 main .wrap {
  display: block;
}
.page-template-default.home main, .error404.home main {
  padding: 0;
}
.page-template-default.home main .wrap, .error404.home main .wrap {
  display: flex;
}

section.title h1 {
  background-color: #FFD500;
  color: #000000;
  padding: 0.5rem 3rem 0.5rem 2rem;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  margin-bottom: 2rem;
  margin-top: 2rem;
}
section.title:first-of-type {
  padding-top: 65px;
}
@media (min-width: 1023px) {
  section.title:first-of-type {
    padding-top: 0;
  }
}

body {
  margin: 0 !important;
  font-size: 0.9rem;
}
@media (min-width: 1023px) {
  body {
    font-size: 1rem;
  }
}

.wrap {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.wrap.narrow {
  max-width: 500px;
}
@media (min-width: 1023px) {
  .wrap {
    margin: 0 auto;
  }
}

.container {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1199px) {
  .container {
    padding: 0;
  }
}

.site-branding {
  display: none;
}
@media (min-width: 1023px) {
  .site-branding {
    display: block;
    width: 16.667%;
  }
}
.site-branding .logo {
  display: block;
  background-size: cover;
  background-image: url("images/just-invest-header-logo.png");
  transition: all 0.3s;
  width: 173.5px;
  height: 40px;
}
.site-branding .logo span {
  visibility: hidden;
}
.site-branding.mobile {
  display: flex;
  margin: 0.5rem auto;
  width: 100%;
  justify-content: center;
}
@media (min-width: 1023px) {
  .site-branding.mobile {
    display: none;
  }
}

/*--------------------------------------------------------------
# Top bar
--------------------------------------------------------------*/
.top-bar {
  display: none;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 200;
  height: 40px;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 1023px) {
  .top-bar {
    display: flex;
  }
}
.top-bar a {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
}
.top-bar a:hover {
  color: #FFD500;
  opacity: 1;
}
.top-bar a .fas {
  margin-right: 5px;
  color: #FFD500;
}
.top-bar .top-bar-left {
  display: flex;
  flex: 0 0 50%;
  align-items: center;
}
.top-bar .top-bar-left a {
  margin-right: 1rem;
  color: #FFFFFF;
  text-decoration: none;
}
.top-bar .top-bar-left a:hover {
  color: #FFD500;
  opacity: 1;
}
.top-bar .top-bar-left .social {
  display: flex;
}
.top-bar .top-bar-left .social a {
  margin: 0.125rem;
}
.top-bar .top-bar-left .social a i.fab {
  color: #FFD500;
  margin-right: 0.5rem;
}
.top-bar .top-bar-right {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.top-bar .top-bar-right a {
  color: #fff;
}
.top-bar .top-bar-right a:last-of-type {
  margin-right: 0 !important;
}
.top-bar .top-bar-right a.username {
  font-weight: bold;
  margin-right: 1rem;
  text-transform: uppercase;
}
.top-bar .top-bar-right a.username .fas {
  margin: 0 5px 0 10px;
  color: #FFD500;
}
.top-bar .top-bar-right a.username:hover {
  background-color: #000000;
  color: #FFD500;
}
.top-bar .top-bar-right a.username:hover .fas {
  color: #FFD500;
}
.top-bar .top-bar-right a.button {
  color: #000000;
}
.top-bar .top-bar-right a.button .fas {
  color: #000000;
}
.top-bar .top-bar-right a.button:hover {
  background-color: #000000;
  color: #FFD500;
}
.top-bar .top-bar-right a.button:hover .fas {
  color: #FFD500;
}
.top-bar .top-bar-right a.compare, .top-bar .top-bar-right a.register {
  margin-right: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.top-bar .top-bar-right a.compare:hover, .top-bar .top-bar-right a.register:hover {
  color: #FFD500;
}
.top-bar div.contact {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.top-bar div.contact .social {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.top-bar div.contact .social .fas:hover {
  opacity: 0.7;
}
.top-bar div.contact .fas {
  font-size: 1.25rem;
  margin: 0 5px 0 10px;
  color: #FFD500;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  height: 65px;
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  z-index: 100;
  background-color: #FFFFFF;
  transition: all 0.3s;
}
@media (min-width: 1023px) {
  header {
    height: 95px;
    background-color: #FFFFFF;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
}
header .wrap {
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
header nav.main-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}
header nav.main-navigation div {
  margin-left: auto;
  height: 100%;
}
header nav.main-navigation ul#main-menu {
  margin: 0 !important;
}
header nav.main-navigation ul#main-menu li {
  display: flex;
  align-items: center;
  margin: 0;
  border-top: 5px solid transparent;
  transition: all 0.3s;
}
@media (min-width: 1023px) {
  header nav.main-navigation ul#main-menu li {
    margin: 0 0.75rem;
  }
}
header nav.main-navigation ul#main-menu li:after {
  content: "";
  height: 25px;
  width: 1px;
  background-color: #fff;
  margin-top: 3px;
}
header nav.main-navigation ul#main-menu li:last-of-type:after {
  display: none;
}
header nav.main-navigation ul#main-menu li.current_page_item, header nav.main-navigation ul#main-menu li:hover {
  border-top: 5px solid #FFD500;
}
header nav.main-navigation ul#main-menu li a {
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000000;
  transition: all 0.3s;
  margin-top: -5px;
}

a.login {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 40px;
  height: 40px;
  color: #000000;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  padding: 0.25rem;
}
a.login:focus {
  outline: none;
}
a.login .fas {
  color: #000000;
  margin-right: 0.25rem;
  left: 0;
  right: 0;
}
a.login:hover .fas {
  color: #FFD500;
}
a.login .fas {
  font-size: 1.5rem;
}
a.login span {
  visibility: hidden;
}
@media (min-width: 1023px) {
  a.login {
    padding: 0;
    position: relative;
    display: flex;
    top: auto;
    left: auto;
    width: 16.667%;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
  }
  a.login span {
    visibility: visible;
  }
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
#home-banner {
  height: 600px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 1023px) {
  #home-banner {
    height: 765px;
  }
}
#home-banner .wrap {
  justify-content: center;
}
#home-banner .buttons {
  font-size: 1rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  top: 220px;
  width: 120%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (min-width: 767px) {
  #home-banner .buttons {
    top: 100px;
    width: 100%;
  }
}
@media (min-width: 1023px) {
  #home-banner .buttons {
    width: 500px;
    top: 120px;
  }
}
#home-banner .buttons a.text-link {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  text-transform: uppercase;
  background-color: #FFD500;
  color: #000000;
  text-decoration: none;
}
@media (min-width: 1023px) {
  #home-banner .buttons a.text-link {
    display: inline-block;
    margin: 0 0.5rem;
    font-size: 1rem;
  }
}
#home-banner .buttons a.text-link:hover {
  background-color: #000000;
  color: #FFD500;
}
#home-banner .banner-text {
  position: relative;
  z-index: 2;
  display: flex;
  text-align: center;
  width: 100%;
  flex-direction: column;
  margin: 0 auto;
}
@media (min-width: 1023px) {
  #home-banner .banner-text {
    width: 75%;
  }
}
#home-banner .banner-text h1 {
  color: #FFFFFF;
  letter-spacing: -1px;
  font-size: 3rem;
  text-shadow: 0 0 10px black;
}
@media (min-width: 1023px) {
  #home-banner .banner-text h1 {
    font-size: 4.25rem;
  }
}
#home-banner .banner-text h1 span {
  color: #FFD500;
}
#home-banner .banner-text .quick-search {
  margin-bottom: 1rem;
  position: relative;
  margin-top: 1rem;
}
#home-banner .banner-text .quick-search .property-search-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  #home-banner .banner-text .quick-search .property-search-form {
    height: 50px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1023px) {
  #home-banner .banner-text .quick-search .property-search-form {
    height: 70px;
  }
}
#home-banner .banner-text .quick-search .property-search-form.clear:before {
  content: none;
}
@media (min-width: 767px) {
  #home-banner .banner-text .quick-search {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 0 0 0 1rem;
  }
}
#home-banner .banner-text .quick-search .control {
  display: flex;
  flex: 0 0 50%;
  margin-bottom: 1px;
  height: 100%;
  align-items: center;
}
#home-banner .banner-text .quick-search .control:nth-of-type(1), #home-banner .banner-text .quick-search .control:nth-of-type(3) {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
@media (min-width: 767px) {
  #home-banner .banner-text .quick-search .control {
    flex: 0 1 20%;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
  }
}
#home-banner .banner-text .quick-search .control select, #home-banner .banner-text .quick-search .control input {
  border-radius: 0;
  border: 0;
  text-align: center;
  text-align: -webkit-center;
  font-weight: 400;
  width: 100%;
  height: 48px;
}
@media (min-width: 767px) {
  #home-banner .banner-text .quick-search .control select, #home-banner .banner-text .quick-search .control input {
    padding: 0;
  }
}
#home-banner .banner-text .quick-search .control select:focus, #home-banner .banner-text .quick-search .control input:focus {
  border: 0;
  outline: none;
}
#home-banner .banner-text .quick-search .control select:placeholder, #home-banner .banner-text .quick-search .control input:placeholder {
  color: #000000 !important;
}
@media (max-width: 767px) {
  #home-banner .banner-text .quick-search .control input {
    text-align: left;
    padding-left: 2rem;
  }
}
#home-banner .banner-text .quick-search select {
  display: block;
  font-size: 0.9rem;
  padding: 1.5rem 1.75rem 1.5rem 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("images/caret-down.png");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 8px;
  border: 0;
  text-align: center;
  position: relative;
}
#home-banner .banner-text .quick-search select:hover {
  background-image: url("images/caret-down-hover.png");
}
@media (min-width: 767px) {
  #home-banner .banner-text .quick-search select {
    background-color: #fff;
  }
}
@media (min-width: 767px) {
  #home-banner .banner-text .quick-search select#_deal_type {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
#home-banner .banner-text .quick-search input[type=submit] {
  background-color: #FFD500;
  color: #000000;
  border-radius: 0;
  border: 0;
  width: 100%;
  padding: 0.5rem;
  -webkit-appearance: button;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media (min-width: 767px) {
  #home-banner .banner-text .quick-search input[type=submit] {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 100%;
    padding: 0;
    flex: 0 1 20%;
  }
}
#home-banner .banner-text .quick-search input[type=submit]:hover {
  background-color: #000000;
  color: #FFD500;
  cursor: pointer;
}
#home-banner .banner-text .quick-search select ::-ms-expand {
  display: none;
}
#home-banner .banner-text .quick-search select:focus {
  outline: 0;
}
#home-banner .banner-text .quick-search select option {
  font-weight: normal;
}
#home-banner .banner-text .quick-search .property-search-form .control {
  padding: 0;
}

picture {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}
picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  display: block;
}

/*--------------------------------------------------------------
# Featured Properties
--------------------------------------------------------------*/
#featured-properties {
  text-align: center;
  padding: 1.5rem 0;
}
#featured-properties a.button {
  margin: 0 auto;
}
@media (min-width: 1023px) {
  #featured-properties {
    padding: 3.5rem 0;
  }
}
#featured-properties h2 {
  font-size: 1.25rem;
  margin: 0 auto;
  text-transform: uppercase;
  background-color: #FFD500;
  color: #000000;
  padding: 0.5rem 3rem 0.5rem 2rem;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
@media (min-width: 1023px) {
  #featured-properties h2 {
    font-size: 1.75rem;
  }
}
#featured-properties .propertyhive-featured-properties-shortcode {
  padding-top: 1.5rem;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1023px) {
  #featured-properties .propertyhive-featured-properties-shortcode {
    padding-top: 3.5rem;
  }
}

/*--------------------------------------------------------------
# ABOUT SECTION
--------------------------------------------------------------*/
#about {
  padding: 2rem 0;
  background-color: #000000;
  color: #FFFFFF;
}
@media (min-width: 1023px) {
  #about {
    padding: 3.5rem 0;
  }
}
#about h2 {
  color: #FFFFFF;
  margin-top: 0;
}
#about .left {
  width: 100%;
}
@media (min-width: 767px) {
  #about .left {
    width: calc(50% - 1rem);
  }
}
#about .right {
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 767px) {
  #about .right {
    width: calc(41.667% - 1rem);
    margin-left: auto;
    margin-top: 1rem;
  }
}
#about i.far, #about i.fab, #about i.fas {
  color: #FFD500;
  font-size: 1.75rem;
  margin-right: 0.5rem;
  display: inline-block;
}
#about iframe {
  height: 215px;
}
@media (min-width: 767px) {
  #about iframe {
    height: 360px;
  }
}

/*--------------------------------------------------------------
# CATEGORY GRID
--------------------------------------------------------------*/
#category-grid {
  overflow: hidden;
  height: 400px;
  display: grid;
  grid-auto-rows: 50%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-areas: "square1 square2" "square3 square4" "square-lrg square-lrg";
}
@media (min-width: 1023px) {
  #category-grid {
    height: 600px;
    grid-template-rows: 1fr 1fr;
  }
}
@media (min-width: 1023px) {
  #category-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "square1 square2 square-lrg square-lrg" "square3 square4 square-lrg square-lrg";
  }
}
#category-grid > div {
  display: flex;
  background-color: #000;
  overflow: hidden;
}
#category-grid > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
#category-grid > div > a:hover:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #FFD500;
  opacity: 0.8;
  z-index: 1;
}
#category-grid > div > a:hover img {
  opacity: 1;
  scale: 1.05;
}
#category-grid > div > a:hover h3:after {
  border-color: #000000;
}
#category-grid > div img {
  object-fit: cover;
  position: relative;
  opacity: 0.2;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  transition: 0.3s all;
}
#category-grid > div .text {
  position: absolute;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#category-grid > div .text h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2rem;
  margin-top: 0;
}
@media (min-width: 1023px) {
  #category-grid > div .text h3 {
    font-size: 3.5rem;
  }
}
#category-grid > div .text h3:after {
  content: "";
  border-bottom: 1px solid #FFD500;
  width: 50px;
  margin: 0.5rem auto 0.75rem auto;
  display: block;
}
#category-grid > div .text span {
  display: block;
  margin: 0 auto;
  padding: 0 1rem;
  font-size: 0.8rem;
  font-weight: 400;
}
@media (min-width: 1023px) {
  #category-grid > div .text span {
    font-size: 1rem;
  }
}
#category-grid div > * {
  color: #ffffff;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
#category-grid .grid-1 {
  grid-area: square1;
}
#category-grid .grid-2 {
  grid-area: square2;
}
#category-grid .grid-3 {
  grid-area: square3;
}
#category-grid .grid-4 {
  grid-area: square4;
}
#category-grid .grid-5 {
  grid-area: square-lrg;
}

/*--------------------------------------------------------------
# Submit Property CTA
--------------------------------------------------------------*/
#list-property {
  padding: 2rem 0;
}
@media (min-width: 1023px) {
  #list-property {
    padding: 3.5rem;
  }
}
#list-property .wrap {
  align-items: center;
}
#list-property .left {
  flex: 0 0 100%;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 1023px) {
  #list-property .left {
    flex: 0 0 41.667%;
    margin-bottom: 0;
  }
}
#list-property .left .building-icon {
  width: 66px;
}
#list-property .right {
  flex: 0 0 100%;
  align-items: center;
}
@media (min-width: 1023px) {
  #list-property .right {
    flex: 0 0 41.667%;
    margin-left: auto;
  }
}
#list-property iframe {
  height: 215px;
}
@media (min-width: 767px) {
  #list-property iframe {
    height: 360px;
  }
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
.page-template {
  background-color: #F8F8F8;
}

.home.page-template-default {
  background-color: #fff;
}

.forminator-custom-form {
  max-width: 500px;
  margin: 0 auto !important;
}
.forminator-custom-form span a {
  background-color: transparent !important;
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}

.page-template-terms-page section.title .wrap {
  max-width: 800px;
}
.page-template-terms-page main {
  padding-bottom: 3rem;
}
.page-template-terms-page main .wrap {
  max-width: 800px;
}

/*--------------------------------------------------------------
# Flexible Content
--------------------------------------------------------------*/
h2.section-title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 3.5rem;
  color: #000000;
}

.col-1 .wrap,
.col-2 .wrap,
.col-3 .wrap,
.col-4 .wrap {
  align-items: center;
}
.col-1 p,
.col-2 p,
.col-3 p,
.col-4 p {
  margin-bottom: 1.4rem;
  margin-top: 0;
}
.col-1 p:last-child,
.col-2 p:last-child,
.col-3 p:last-child,
.col-4 p:last-child {
  margin-bottom: 0;
}
.col-1 ul,
.col-2 ul,
.col-3 ul,
.col-4 ul {
  margin-top: 1rem !important;
}
.col-1 figure,
.col-2 figure,
.col-3 figure,
.col-4 figure {
  border: 10px solid #fff;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
  margin: 0 0 2rem 0;
  background-color: #fff;
  color: #000000;
}
.col-1 figure img,
.col-2 figure img,
.col-3 figure img,
.col-4 figure img {
  border: 0;
  box-shadow: none;
  object-fit: cover;
  height: 100%;
  width: auto;
}
.col-2 figure,
.col-3 figure,
.col-4 figure {
  width: 100% !important;
}

.page-template-standard-page .col-1 .wrap,
.page-template-standard-page .col-2 .wrap,
.page-template-standard-page .col-3 .wrap,
.page-template-standard-page .col-4 .wrap {
  align-items: flex-start;
}
.page-template-standard-page main > section:first-of-type {
  padding-top: 0;
}

/*--------------------------------------------------------------
# 1 COL
--------------------------------------------------------------*/
.col-1 {
  padding: 0 0 3rem 0;
}
.col-1 .wrap {
  justify-content: space-between;
}
.col-1 > div > div {
  justify-content: space-between;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .col-1 > div > div {
    flex: 0 0 calc(75% - 1rem);
  }
}

/*--------------------------------------------------------------
# 2 COL
--------------------------------------------------------------*/
.col-2 {
  padding: 3rem 0;
}
.col-2 .wrap {
  justify-content: space-between;
}
.col-2 > div > div {
  flex: 0 0 100%;
  margin-bottom: 2rem;
  justify-content: space-between;
}
@media (min-width: 767px) {
  .col-2 > div > div {
    flex: 0 0 calc(50% - 2rem);
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .col-2:nth-of-type(2n) > div > div:nth-of-type(1) {
    order: 2;
  }
  .col-2:nth-of-type(2n) > div > div:nth-of-type(2) {
    order: 1;
  }
}
/*--------------------------------------------------------------
# 3 COL
--------------------------------------------------------------*/
.col-3 {
  padding: 3rem 0;
}
.col-3 .wrap {
  justify-content: space-between;
}
.col-3 > div > div {
  justify-content: space-between;
}
@media (min-width: 767px) {
  .col-3 > div > div {
    flex: 0 0 calc(33.33% - 2rem);
  }
}
.col-3 > div > div img {
  width: 100%;
}

/*--------------------------------------------------------------
# 4 COL
--------------------------------------------------------------*/
.col-4 {
  padding: 3rem 0;
}
.col-4 .wrap {
  justify-content: space-between;
}
.col-4 > div > div {
  justify-content: space-between;
  font-size: 0.9rem;
}
@media (min-width: 767px) {
  .col-4 > div > div {
    flex: 0 0 calc(50% - 2rem);
  }
}
@media (min-width: 1023px) {
  .col-4 > div > div {
    flex: 0 0 calc(25% - 2rem);
  }
}
.col-4 > div > div img {
  width: 50%;
  border: 5px solid #fff;
  border-radius: 50%;
}
@media (min-width: 1023px) {
  .col-4 > div > div img {
    width: 75%;
  }
}

.page-id-40 embed {
  margin-bottom: 3rem;
}

/*--------------------------------------------------------------
# Become a seller page
--------------------------------------------------------------*/
.forminator-custom-form-687.forminator-design--flat .forminator-label {
  color: #000000 !important;
  font-size: 0.9rem !important;
}

/*--------------------------------------------------------------
# Transpact page
--------------------------------------------------------------*/
.page-template-transpact-page form {
  width: 100%;
}
.page-template-transpact-page input, .page-template-transpact-page select {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  border: 4px solid #ebebeb;
  border-radius: 0;
  padding: 0.5rem;
}
.page-template-transpact-page input[type=submit] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
}
.page-template-transpact-page section.title {
  max-width: 500px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  padding: 2rem 0;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 0.9rem;
}
footer .wrap {
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 767px) {
  footer .wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer ul.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}
@media (min-width: 767px) {
  footer ul.footer-menu {
    margin-top: 0;
  }
}
footer ul.footer-menu li {
  line-height: 1.75;
}
footer ul.footer-menu li:first-of-type a {
  color: #FFD500;
  font-weight: bold;
  margin-bottom: 0.5rem;
  cursor: inherit;
}
footer ul.footer-menu li:first-of-type a:hover {
  color: #FFD500;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer a:hover {
  color: #FFD500;
}
footer a .fas {
  color: #FFD500;
  width: 30px;
}
footer a .fab {
  color: #FFD500;
}
footer .col1 {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(33.33% - 1rem);
  line-height: 1.75rem;
}
@media (min-width: 1023px) {
  footer .col1 {
    flex: 0 0 calc(25% - 1rem);
  }
}
footer .col1 .social {
  font-size: 1.25rem;
  margin-top: 0.5rem;
  margin-left: 0.4rem;
}
footer .col1 .social a {
  margin-right: 0.25rem;
}
footer .col1 .social a:hover {
  color: #FFFFFF !important;
}
footer .col1 a {
  font-weight: 200;
}
footer .col1 img {
  width: 50%;
}
footer .col2 {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(33.33% - 1rem);
}
@media (min-width: 1023px) {
  footer .col2 {
    flex: 0 0 calc(25% - 1rem);
  }
}
footer .col3 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 1rem;
}
@media (min-width: 767px) {
  footer .col3 {
    flex: 0 0 calc(50% - 1rem);
  }
}
@media (min-width: 1023px) {
  footer .col3 {
    flex: 0 0 calc(25% - 1rem);
    margin-left: auto;
    margin-top: 0;
  }
}
footer .col3 h4 {
  margin-top: 0;
  line-height: 1.75;
  color: #FFD500;
  margin-bottom: 0.5rem;
}
footer .col3 .mc4wp-form-fields {
  display: flex;
  margin-bottom: 0.5rem;
}
footer .col3 .mc4wp-form-fields input, footer .col3 .mc4wp-form-fields button {
  height: 40px;
  border-radius: 0;
  border: 0;
}
footer .col3 .mc4wp-form-fields input {
  width: 85%;
  padding: 0 0.5rem;
}
footer .col3 .mc4wp-form-fields div {
  width: 15%;
}
footer .col3 .mc4wp-form-fields button[type=submit] {
  background-color: #FFD500;
  font-weight: bold;
  font-family: "Font Awesome 5 Pro";
  width: 15%;
}
footer .col3 .mc4wp-form-fields button[type=submit]:hover {
  background-color: #ccaa00;
  cursor: pointer;
}

.copyright {
  text-align: center;
  background-color: #000000;
  color: #4d4d4d;
  padding: 1rem 0;
}
.copyright p {
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
}
.copyright p a {
  color: #4d4d4d;
}
.copyright p a:hover {
  text-decoration: underline;
}

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