@charset "UTF-8";
/*
Theme Name: Resident Home
Theme URI: 
Author: 
Author URI: 
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: residenthome
*/

@font-face {
    font-family: 'AkkuratStd-Bold';
    font-display: swap;
    src: url('https://media.residenthome.com/fonts/AkkuratStd-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'AkkuratStd-Regular';
    font-display: swap;
    src: url('https://media.residenthome.com/fonts/AkkuratStd-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'AkkuratStd-Light';
    font-display: swap;
    src: url('https://media.residenthome.com/fonts/AkkuratStd-Light.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

 html {
    line-height: 1;
    -webkit-text-size-adjust: 100%; /* 2 */
  }

  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  *:focus {
	 outline: none;
  }

  body {
    margin: 0;
    font-size: 16px;
	font-family: AkkuratStd-Regular, "Helvetica Neue", Helvetica, serif, sans-serif;
  }

  
  main {
    display: block;
  }
  

  h1 {
    font-size: 2em;
    margin: 0;
  }

  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  a {
    background-color: transparent;
  }
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  b,
  strong {
    font-weight: bolder;
  }

  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }

  small {
    font-size: 80%;
  }
  
  img {
    border-style: none;
  }

  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    margin: 0; /* 2 */
  }
  
  button,
  input { /* 1 */
    overflow: visible;
  }
    
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
    
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  textarea {
    overflow: auto;
  }
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
    
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  [hidden] {
    display: none;
  }

.gdpr-banner {
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2147483646;
	padding: 15px 105px;
	text-align: left;
	background-color: #000;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
}
.gdpr-banner__content {
	max-width: 1184px;
	margin: 0 auto;
}
.gdpr-banner a {
	color: #fff;
	text-decoration: underline;
}
.gdpr-banner a:hover,
.gdpr-banner a:focus {
	color: #fff;
}
.close-link {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
}
.close-link__title {
	display: none;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
}
.close-link__icon {
	width: 22px;
	height: 22px;
	margin-left: 10px;
}
.link {
	color: #fff;
}
@media (max-width: 575px) {
	.gdpr-banner {
		padding: 60px 25px 35px;
		font-size: 14px;
		line-height: 22px;
		text-align: center;
	}
	.close-link {
		transform: none;
		top: 20px;
		right: 20px;
	}
	.close-link__title {
		display: inline-block;
	}
}