@charset "UTF-8";
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet
******************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*papa=1280*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a[href$=".pdf"]:before {
  content: " ";
  background-image: url(../images/pdf-orange.svg);
  background-size: cover;
  position: relative;
  display: inline-block;
  top: 6px;
  width: 25px;
  height: 25px;
}

.sponsor-banner-in a[href$=".pdf"]:before {
  background-image: url(../images/pdf-white.svg);
}

.box-title {
  position: relative;
}
.box-title p {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -0.5em;
  z-index: 9999;
}

span {
  font-weight: 500;
}

/*********************
TYPOGRAPHY
*********************/
.content-wrapper ul li {
  margin-bottom: 0.6em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #58595b;
  margin-bottom: 0.6em;
  margin-top: 0;
  z-index: 9999;
  position: relative;
  font-weight: 800;
  line-height: 1.2;
}

h1 {
  font-size: 1.87em;
}

h2 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  word-spacing: 4px;
  font-size: 1.6em;
  font-weight: 400;
  color: #e87a92;
}

h3 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  word-spacing: 4px;
  font-size: 1.4em;
  font-weight: 700;
}
h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 600;
  color: #58595b;
}
h5 {
  font-size: 1.2em;
  font-weight: 600;
  color: #58595b;
}

h6 {
  font-size: 1.2em;
  font-weight: 600;
  color: #d2e3f2;
}

body p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0.8em;
  font-size: 1.1em;
  line-height: 1.3em;
}
.discription-in p {
  line-height: 1.4;
  margin-bottom: 1em;
}
.discription-in a, .post-excerpt a {
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

/*********************
CLEARFIXIN'
*********************/
.clearfix, .header, .discription-in {
  zoom: 1;
}
.clearfix:before, .header:before, .discription-in:before, .clearfix:after, .header:after, .discription-in:after {
  content: "";
  display: table;
}
.clearfix:after, .header:after, .discription-in:after {
  clear: both;
}

/*********************
TOOLS
*********************/
a, img {
  border: 0;
  border: none;
  outline: none;
}

ul, ol {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}
* {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
blockquote{
  margin-left: 0;
  margin-right: 0;
  padding: 1em 3% 0.8em 5%;
  background-color: #ddd;
  font-size: 0.87em;
  border-radius: 1px;
  border-top-left-radius: 16px;
  font-style: italic;
}

blockquote * { quotes: ''; }
blockquote > *:before { content: '\201C'; }
blockquote > *:after { content: '\201D'; }
blockquote q:before { content: '\2018'; }
blockquote q:after { content: '\2019'; }


*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e46480;
  background: #e87a92;
}

.alert-info {
  border-color: #e46480;
  background: #e87a92;
}

.alert-error {
  border-color: #e46480;
  background: #e87a92;
}

.alert-success {
  border-color: #e46480;
  background: #e87a92;
}

/*typekit loading FLOUT

html { visibility: hidden; }
html.wf-active , html.wf-inactive { 
  visibility: visible; 
}
*/
.hide {
  display: none;
}

img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

img.alignleft {
  max-width: 50%;
  float: left;
  margin: 0.9em 1em 1em 0;
}
@media (max-width: 30em) {
  img.alignleft {
    max-width: 100%;
  }
}
@media (min-width: 40em) {
  img.alignleft {
    max-width: 40%;
  }
}

img.alignright {
  max-width: 50%;
  float: right;
  margin: 0.8em 0 1em 1em;
}
@media (max-width: 30em) {
  img.alignright {
    max-width: 100%;
  }
}
@media (min-width: 40em) {
  img.alignright {
    max-width: 40%;
  }
}

img.aligncenter {
  clear: both;
  max-width: 80%;
  margin: 1.2em auto;
  display: block;
}

a {
  color: #58595b;
}

em {
  font-weight: 300;
  font-style: italic;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 600;
}

.slick-slider {
  position: relative;
  z-index: 9999;
  display: block;
  box-sizing: border-box;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-left: 11%;
}
@media (min-width: 55em) {
  .slick-dots {
    margin-left: 17.3%;
    bottom: -0.4em;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 4px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #fff;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 9px;
  height: 9px;
  font-family: "slick";
  border: 1px solid #fff;
  border-radius: 16px;
}
.slick-dots li.slick-active button:before {
  background-color: #fff;
}

img.arch {
  display: inline;
  height: 0.9em;
  width: auto;
  vertical-align: baseline;
}

@media (min-width: 63.9em) {
  .sml {
    display: none !important;
  }
}

.lrg {
  display: none !important;
}
@media (min-width: 63.9em) {
  .lrg {
    display: block !important;
  }
}

.content-wrapper {
  overflow: hidden;
}

.out {
  clear: both;
  position: relative;
}

.in {
  padding: 0 5%;
}
@media (min-width: 63.9em) {
  .in {
    max-width: 80em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5%;
  }
  .in::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media (min-width: 90em) {
  .in {
    padding: 0 0;
  }
}

.in-2 {
  padding: 0 5%;
}
@media (min-width: 55em) {
  .in-2 {
    padding: 0 10%;
  }
}
@media (min-width: 63.9em) {
  .in-2 {
    max-width: 80em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10%;
  }
  .in-2::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media (min-width: 90em) {
  .in-2 {
    padding: 0 6%;
  }
}

.section {
  padding: 0;
  margin: 1.8em 0 1.8em 0;
}
@media (min-width: 55em) {
  .section {
    margin: 2.4em 0 2.4em 0;
  }
}
@media (min-width: 63.9em) {
  .section {
    margin: 3.6em 0 3.6em 0;
  }
}

.content-wrapper {
  position: relative;
}

.header {
  background-color: #e87a92;
  position: relative;
}

.mobile-header {
  background-color: #eeeeee;
}
@media (min-width: 63.9em) {
  .mobile-header {
    display: none;
  }
}
.mobile-header .header-in .first {
  float: left;
}
.mobile-header .header-in .last {
  float: right;
}
.mobile-header .header-in a {
  color: #58595b;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 800;
  font-size: 1.1em;
  padding: 0.7em 0 0.5em;
}

.header-in {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5%;
  position: relative;
}
.header-in::after {
  clear: both;
  content: "";
  display: table;
}
.header-in h2 {
  position: absolute;
  top: -10vw;
  color: #fff;
}
@media (min-width: 63.9em) {
  .header-in h2 {
    top: -2.4em;
    font-size: 2.6em;
    font-weight: 700;
  }
}
@media (min-width: 90em) {
  .header-in {
    padding: 0 0;
  }
}

header h1 {
  width: 9.5em;
  margin: 0.5em 0 0.5em -10px;
  float: left;
}
@media (min-width: 63.9em) {
  header h1 {
    width: 11em;
    margin: 0.55em 0 0.4em 0;
  }
}
a#menu-link {
  float: right;
  margin: 2.6em 0 0 0;
  color: #e87a92;
}

/* Icon 1 */
#nav-icon {
  width: 48px;
  height: 40px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0px;
  background: white;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.1s ease-in-out;
}

#nav-icon span:nth-child(2) {
  top: 10px;
}

#nav-icon span:nth-child(3) {
  top: 20px;
}

#nav-icon span:nth-child(4) {
  top: 30px;
}

#nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 16px;
  height: 2px;
}

#nav-icon.open span:nth-child(2) {
  width: 0;
}

#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 16px;
  height: 2px;
}

#nav-icon.open span:nth-child(4) {
  width: 0;
}

nav[role=navigation] {
  transition: all 0.4s ease-out;
  position: relative;
  clear: both;
}

.js nav[role=navigation] {
  overflow: hidden;
  max-height: 0;
}

.active nav[role=navigation] {
  max-height: 60em;
}

nav[role=navigation] li.current-menu-item a {
  text-decoration: underline;
}
@media (min-width: 63.9em) {
  nav[role=navigation] li.current-menu-item a {
    text-decoration: none;
    border-bottom: 2px solid #fff;
  }
}

nav[role=navigation] ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  padding-bottom: 0.8em;
  background-color: #e87a92;
}
nav[role=navigation] li {
  padding-top: 0;
}
nav[role=navigation] li a {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  word-spacing: 4px;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 10px 6%;
  font-size: 1.2em;
  word-spacing: 2px;
  font-weight: 600;
  color: #fff;
  background-color: #e87a92;
}

@media (min-width: 63.9em) {
  a#menu-link {
    display: none;
  }
  nav[role=navigation] {
    clear: right;
    float: right;
    width: 36em;
    margin: 3.9em 0em 0 0;
    display: flex;
    justify-content: flex-end;
    z-index: 9999;
  }
  nav[role=navigation] .social-nav {
    display: block;
  }
  .js nav[role=navigation] {
    max-height: 1180px;
    overflow: visible;
  }
  nav[role=navigation] ul {
    position: relative;
    margin: 0;
    text-align: right;
    padding: 0;
  }
  nav[role=navigation] li {
    display: inline-block;
    position: relative;
    margin: 0;
    margin-right: 0.4em;
    padding: 0.2em 0.4em;
    min-width: 0;
    word-spacing: -1px;
    border-top: none;
  }
  nav[role=navigation] li:last-of-type {
    padding-right: 0;
  }
  nav[role=navigation] li:last-of-type :after {
    display: none;
  }
  nav[role=navigation] li a {
    border: none;
    padding: 0;
    position: relative;
    font-size: 1.1em;
    word-spacing: 0;
    font-weight: 600;
    background-color: #e87a92;
    letter-spacing: 1px;
    font-weight: 700;
  }
  nav[role=navigation] li a:hover, nav[role=navigation] li a:focus {
    text-decoration: underline;
  }
}
@media (min-width: 63.9em) and (min-width: 63.9em) {
  nav[role=navigation] li a:hover, nav[role=navigation] li a:focus {
    text-decoration: none;
  }
}
.home .boxs-out {
  margin-bottom: 0;
  padding-bottom: 3.6em;
  padding-top: 3.6em;
  background-position: bottom;
  background-size: cover;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%), url("/wp-content/themes/Suitespace/library/images/b-ground.jpg ") no-repeat;
  background-position: bottom;
  background-size: cover;
}

.special {
  text-align: center;
  background-color: #e6e7e8;
  padding: 2em 1em 1.6em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}

.catch-line h2 {
  color: #e87a92;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  word-spacing: 4px;
  font-size: 2.2em;
}
@media (min-width: 55em) {
  .catch-line h2 {
    font-size: 3.8em;
  }
}

.standard-layout img {
  padding: 1.2em 0;
}
@media (min-width: 55em) {
  .standard-layout img {
    padding: 0 0 1.2em 1.2em;
  }
}

@media (min-width: 40em) {
  .boxs-in {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    justify-content: space-between;
    grid-gap: 2%;
    row-gap: 0;
  }
}
@media (min-width: 63.9em) {
  .boxs-in {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    justify-content: space-between;
    grid-gap: 2.2%;
    row-gap: 0;
  }
}

.box {
  background: #e6e7e8;
  margin-bottom: 2.4em;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.box a, .box p, .box h1, .box h2, .box h3, .box h4 {
  color: #58595b;
}
.box h1, .box h2, .box h3 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  word-spacing: 4px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.43em;
  letter-spacing: 1px;
  height: 2.8em;
}
.box p {
  font-weight: 400;
  margin-bottom: 0.2em;
  font-size: 1.2em;
}
.box img {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.box .box-text {
  padding: 1.3em 1.2em 2.1em;
}
.box .box-links {
  display: flex;
  justify-content: space-between;
  margin-top: 0.9em;
}
.box .box-links a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2em;
  border-bottom: 2px solid #58595b;
}
.box .box-links a.learn-more {
  color: #e87a92;
  border-bottom: none;
  border-bottom: 2px solid #e87a92;
}

a.read-more {
  display: block;
  margin-top: 0.3em;
}

@media (min-width: 63.9em) {
  .standard-discription {
    float: right;
    width: 55%;
  }
}

@media (min-width: 63.9em) {
  .standard-image {
    float: left;
    width: 40%;
  }
}
.standard-image img {
  border-radius: 50% 50% 50% 50%/40% 40% 0% 0%;
}

.slider-nav {
  margin-top: 2em;
}
.slider-nav img {
  border-radius: 100%;
  padding: 6%;
}

.accomm-title {
  color: #58595b;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  word-spacing: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2em;
}

@media (min-width: 63.9em) {
  .features {
    float: left;
    width: 30%;
  }
}
.features .feature {
  margin-bottom: 0.2em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  color: #58595b;
}
.features a.button {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #e87a92;
  display: block;
  margin-top: 0.6em;
  padding: 0.8em 1.6em 0.6em;
  font-size: 1.6em;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  clear: both;
  float: left;
  text-decoration: none;
}

.property-desc {
  clear: both;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 63.9em) {
  .property-desc {
    float: right;
    width: 68%;
    clear: none;
  }
}

.slick-prev {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4%;
  background-color: #fff;
  background-image: url(../images/arrow.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 0px;
  font-size: 0;
  cursor: pointer;
}

.slick-next {
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 4%;
  background-color: #fff;
  background-image: url(../images/arrow.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 0px;
  font-size: 0;
  cursor: pointer;
  transform: rotate(180deg);
}

footer.footer {
  position: relative;
  padding-bottom: 2.4em;
  background-color: #58595b;
}
@media (min-width: 55em) {
  footer.footer {
    padding-bottom: 0.8em;
  }
}
footer.footer .footer-in {
  padding-top: 2em;
}
footer.footer img.foot-line {
  position: absolute;
  margin: -1% 0 0 -5%;
  width: 105%;
  overflow: hidden;
}
@media (min-width: 55em) {
  footer.footer .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer.footer .footer-container .last-item {
    margin-left: auto;
  }
}
footer.footer .footer-container p, footer.footer .footer-container a {
  color: #fff;
}
footer.footer .foot-1 {
  margin-bottom: 0.6em;
}
footer.footer .foot-1 img {
  width: 20em;
}
footer.footer .foot-2 {
  margin-bottom: 0.8em;
}
@media (min-width: 55em) {
  footer.footer .foot-2 {
    padding-top: 0.7em;
  }
}
footer.footer .foot-2 p {
  margin-bottom: 0.2em;
  font-size: 0.8em;
}
footer.footer .foot-2 p span {
  color: #e87a92;
}
footer.footer .foot-3 {
  display: flex;
  justify-content: start;
}
@media (min-width: 55em) {
  footer.footer .foot-3 {
    justify-content: space-between;
    padding-top: 1.75em;
  }
}
footer.footer .foot-3 a {
  margin-right: 0.6em;
  display: block;
  width: 35px;
  height: 35px;
}
footer.footer .foot-3 a img {
  width: 35px;
  height: 35px;
}

@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
