/*
Theme Name: David Depaola & Company Real Estate
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.4
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/
/*

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/
/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/
/* Menu and Sub Menus*/
.header-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: right;
  margin: 5px 0;
}

.header-nav > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header-nav > li > a::after {
  content: "";
  width: 100%;
  border-top: 2px solid #fff;
  /* height: 5px; */
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  will-change: transform;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background 500ms linear, -webkit-transform 0.4s ease-out;
  transition: background 500ms linear, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, background 500ms linear;
  -webkit-transition: -webkit-transform 0.4s ease-out, background 500ms linear, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, background 500ms linear, -webkit-transform 0.4s ease-out;
}

.toggle-fixed-header .header-nav > li > a::after {
  border-color: #000;
}

.header-nav > li:first-child::before {
  border-left: 0;
}

.header-nav > li > a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font: 500 14px/1 "Poppins", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 0;
}

.toggle-fixed-header .header-nav > li > a {
  color: #292929;
}

.header-nav > li:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

/* 2nd Layer Menu */
.header-nav > li:hover > .sub-menu {
  display: block;
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 5;
  -webkit-transition-delay: 0s, 0s, 0.4s;
  transition-delay: 0s, 0s, 0.4s;
  -webkit-animation: menu-transition 1.5s ease-in-out;
  animation: menu-transition 1.5s ease-in-out;
}

.header-nav .sub-menu {
  list-style: none outside none;
  margin: 0;
  display: none;
  opacity: 0;
  padding-top: 0;
  position: absolute;
  min-width: 232px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  visibility: hidden;
  overflow: hidden;
}

.header-nav .sub-menu > li {
  position: relative;
  padding-top: 1px;
}

.header-nav .sub-menu > li:first-child {
  background: transparent;
}

.header-nav .sub-menu > li {
  background: #d7d7d7;
}

.header-nav .sub-menu > li > a {
  display: block;
  padding: 10px;
  font: 500 14px/1 "Poppins", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a232f;
  padding: 8px 0;
  background: #fff;
}

.header-nav .sub-menu > li > a:hover {
  background: #fec42e;
  text-decoration: none;
  color: #fff;
}

/* 3rd Layer Menu */
.header-nav .sub-menu .sub-menu {
  margin-left: 100%;
  top: 0;
}

@-webkit-keyframes menu-transition {
  from {
    max-height: 0;
  }
  to {
    max-height: 1000px;
  }
}
@keyframes menu-transition {
  from {
    max-height: 0;
  }
  to {
    max-height: 1000px;
  }
}
@-webkit-keyframes autofill {
  to {
    color: #fff;
    background: transparent;
  }
}
/*******************************************************
   *
   * 2. Custom CSS
   *
   *******************************************************/

html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
  overflow: unset !important;    
}

/* Global */
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  background: #fff;
  color: #000000;
  margin: 0;
  /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div#main-wrapper {
  overflow: hidden;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

.slick-slider,
.slick-slider *,
.slick-slider a,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

@-moz-document url-prefix() {
  select {
    text-indent: -2px;
  }
}
@supports (-ms-ime-align: auto) {
  select {
    text-indent: -2px;
  }
}
.sxn {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  font-size: 0;
}

.bg-light {
  background: #fff;
}

.bg-dark {
  background: rgba(0, 0, 0, 0.5);
}

.sxn-container {
  position: relative;
  width: 100%;
  max-width: 1370px;
  padding: 0 15px;
  margin: 0 auto;
}

.sxn-heading {
  position: relative;
  display: inline-block;
  font: 600 28px/1.2 "Poppins", sans-serif;
  color: #7a232f;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}

.sxn-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font: 600 13px/1.2 "Poppins", sans-serif;
  letter-spacing: 0.15em;
  color: #7a232f;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.sxn-link:hover, .sxn-link:focus {
  color: #fec42e;
}

.smi-list {
  display: inline-block;
  vertical-align: bottom;
}
.smi-list.hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.smi-list.ft {
  display: block;
  margin-top: 15px;
}
.smi-list.ft > li {
  margin-left: 30px;
}
.smi-list > li {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
.smi-list > li:first-child {
  margin-left: 0;
}
.smi-list > li:hover {
  color: #fec42e !important;
}
.smi-list.sb{
  margin: 0 !important;
  padding: 0 !important;
}
.smi-list.sb > li{
  color: #7a232f;
}

.contact-list {
  display: inline-block;
  vertical-align: bottom;
}
.contact-list.hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-list.hd > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-list.hd .email a {
  font-size: 0;
}
.contact-list.hd .email em[class^="ai-font-"] {
  margin-right: 0;
}
.contact-list.hd .email em[class^="ai-font-"]:hover {
  color: #fec42e;
}
.contact-list.hd .phone em[class^="ai-font-"] {
  display: none;
}
.contact-list.ft {
  display: block;
}
.contact-list.ft > li {
  display: block;
  margin-bottom: 10px;
}
.contact-list.ft > li:last-child {
  margin-bottom: 0;
}
.contact-list.ft > li a {
  font: 500 13px/1.2 "Poppins", sans-serif;
}
.contact-list.ft em[class^="ai-font-"] {
  font-size: 14px;
}
.contact-list.ft em[class^="ai-font-envelope"] {
  font-size: 10px;
}
.contact-list > li {
  display: inline-block;
}
.contact-list > li a {
  font: 700 20px/1.2 "Poppins", sans-serif;
  letter-spacing: 0.08em;
  color: #fff;
}
.contact-list > li a:hover {
  color: #fec42e !important;
}
.contact-list em[class^="ai-font-"] {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
}
.contact-list em[class^="ai-font-envelope"] {
  font-size: 14px;
}
.contact-list.sb{
  margin: 0 !important;
  padding: 0 !important;
}
.contact-list.sb > li{
  display: block;
}
.contact-list.sb > li a {
  font-weight: 400;
  font-size: 15px;
  color: #7a232f;
}
.contact-list.sb em[class^="ai-font-"]{
  color: #7a232f;
}

.separator {
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}
.separator::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #fff;
  opacity: 0.3;
  display: block;
}
.separator::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #000;
  opacity: 0.2;
  display: block;
}

/* Header */
#main-header {
  position: absolute;
  z-index: 1020;
}
#main-header.toggle-fixed-header {
  position: fixed;
  z-index: 1030;
  background: #fff;
  padding: 13px 0;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.toggle-fixed-header .header-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.toggle-fixed-header .header-row::before {
  display: none;
}
.toggle-fixed-header .header-row .header-contact {
  display: none;
}
.toggle-fixed-header .header-logo img {
  display: none;
}
.toggle-fixed-header .header-logo img.show-on-fixed {
  display: block;
  max-width: 132px;
}

.header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header-logo img {
  display: block;
  max-width: 209px;
  width: 100%;
}
.header-logo img.show-on-fixed {
  display: none;
}

.header-contact .separator,
.smi-list.hd {
  padding-top: 60px;
  padding-bottom: 8px;
}

.header-contact > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* Slideshow */
.slideshow-view {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.slideshow-view::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(images/overlay-grid.png) repeat center;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(images/overlay-grid.png) repeat center;
  pointer-events: none;
}

.slideshow-view .cycloneslider .cycloneslider-slides,
.slideshow-view .cycloneslider .cycloneslider-slide-image,
.slideshow-view .cycloneslider .cycloneslider-slide canvas {
  height: 100vh !important;
}

.hp-main-view {
  position: relative;
  z-index: 1;
  padding-top: 275px;
}

/* CTA -- SLideshow */
.cta--top {
  padding: 60px 0;
}

.cta-top--title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 82px;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.cta-top--title > span {
  font: 700 20px/1.2 "Poppins", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.cta-top--title > span[class^="ai-font-"] {
  font-weight: inherit;
  font-size: 28px;
}
.cta-top--title:hover {
  background: rgba(254, 196, 46, 0.9);
  border-color: rgba(254, 196, 46, 0.9);
}
.cta-top--title:hover > span {
  color: #fff;
}

/* Testi */
.testi-container {
  width: 36.9%;
  max-width: 590px;
  background: url(images/bg-testi.jpg) no-repeat center center;
  background-size: cover;
  margin-left: auto;
  padding: 33px 90px 45px 40px;
}
.testi-container em {
  display: inline-block;
  width: 32px;
  height: 23px;
  background: url(images/ic-quote.png) no-repeat;
  margin-bottom: 25px;
}

.testi-item p {
  font: 400 15px/27.5px "Poppins", sans-serif;
  letter-spacing: 0.02em;
  color: #202020;
  font-style: italic;
}
.testi-item .testi-author {
  display: block;
  font: 700 19.24px/1.2 "Poppins", sans-serif;
  letter-spacing: 0.02em;
  color: #fec42e;
  text-transform: uppercase;
  margin-top: 16px;
  text-align: right;
}

/* FP */
#fp-sxn {
  padding: 63px 0 48px;
  text-align: center;
}
#fp-sxn .sxn-heading {
  margin-bottom: 55px;
}

.fp-item {
  display: block;
  width: 100%;
  float: none;
  overflow: hidden;
}
.fp-item:hover .fp-imageview::before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.fp-item:hover .fp-imageview::after {
  opacity: 0.2;
}
.fp-item:hover .fp-textview::before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.fp-imageview {
  position: relative;
}
.fp-imageview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  background: rgba(254, 196, 46, 0.9);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.fp-imageview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/overlay-fp.jpg) no-repeat center center;
  background-size: calc(100% - 30px) auto;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.fp-imageview canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fp-textview {
  position: relative;
  padding: 30px 15px 40px;
}
.fp-textview::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(254, 196, 46, 0.9);
  pointer-events: none;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.fp-textview .fp-price {
  display: block;
  font: 600 24px/37.5px "Poppins", sans-serif;
  letter-spacing: 0.02em;
  color: #272727;
}
.fp-textview .fp-address {
  display: block;
  font: 400 17px/30.5px "Poppins", sans-serif;
  letter-spacing: 0.02em;
  color: #606060;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
}

/* Welcome */
#wc-sxn {
  background: rgba(255, 255, 255, 0.9);
}
#wc-sxn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 247px;
  width: 100%;
  background: #fff;
  pointer-events: none;
  z-index: -1;
}
#wc-sxn .sxn-wrap {
  position: relative;
}
#wc-sxn .sxn-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  background: #fff;
  pointer-events: none;
  z-index: -1;
}

.wc-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 107px;
  z-index: 1;
}
.wc-row::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(58.33333333% + 15px);
  height: 100%;
  background: #fff;
  z-index: -2;
  pointer-events: none;
  display: block;
}

.wc-imageview figure {
  position: relative;
  display: block;
  box-sizing: border-box;
  max-width: 555px;
  width: 100%;
  border: 9px solid #fff;
}
.wc-imageview figure::before {
  content: "";
  position: absolute;
  z-index: -1;
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  box-shadow: 0 15px 5px rgba(0, 0, 0, 0.2);
  height: 50px;
  max-width: 65%;
  width: 65%;
  right: 5px;
  bottom: 0;
}

.wc-textview {
  padding: 35px 12px 0;
}
.wc-textview h1 {
  font: 600 15px/1.2 "Poppins", sans-serif;
  letter-spacing: 0.18em;
  color: #fec42e;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.wc-textview img {
  max-width: 295px;
  width: 100%;
}
.wc-textview p {
  font: 300 14px/27.5px "Poppins", sans-serif;
  letter-spacing: 0.03em;
  color: #505050;
  margin-top: 25px;
}
.wc-textview p:first-of-type {
  margin-top: 45px;
}
.wc-textview .sxn-link {
  margin-top: 95px;
  padding-left: 100px;
  margin-left: -44px;
}
.wc-textview .sxn-link::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 78px;
  height: 1px;
  background: #cfcfcf;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  z-index: -1;
}

/* CTA */
.cta-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cta-container{
  position: relative;
}
.cta-item {
  position: relative;
  width: calc(100% / 3);
  overflow: hidden;
}
.cta-item.hovered .cta-textview {
  background: transparent;
}
.cta-item.hovered.active .cta-title {
  opacity: 1;
}
.cta-item.hovered .cta-title {
  opacity: .4;
}
.cta-item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 2;
}
.cta-item::after:last-child {
  border: none;
}
.cta-item canvas {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-item:hover .cta-textview .cta-title {
  margin-top: 0;
}
.cta-item:hover .cta-textview p, .cta-item:hover .cta-textview .learn-more {
  opacity: 1;
}

.cta-textview {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.cta-textview.cta-styled-bg {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/overlay-grid.png) repeat center;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/overlay-grid.png) repeat center;
}

.cta-textview .cta-title {
  display: block;
  font: 700 20px/1.2 'Poppins', sans-serif;
  letter-spacing: .18em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: calc(100% + 32px);
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.cta-textview p {
  font: 400 13px/26px 'Poppins', sans-serif;
  letter-spacing: .04em;
  color: #fff;
  max-width: 330px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.cta-textview .learn-more {
  display: block;
  position: relative;
  font: 400 13px/1.2 'Poppins', sans-serif;
  letter-spacing: .15em;
  color: #fff;
  text-transform: uppercase;
  padding-top: 58px;
  margin-top: 27px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.cta-textview .learn-more::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 33px;
  background: #fec42e;
  pointer-events: none;
}

.cta-hovers {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.cta-hovers.show {
  opacity: 1;
  visibility: visible;
}

.cta-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.cta-hover.active {
  opacity: 1;
}
.cta-hover::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(images/overlay-grid.png) repeat center;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(images/overlay-grid.png) repeat center;
}

.cta-hover--first {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/cta-hover-1.jpg) no-repeat center center;
  background-size: cover;
}

.cta-hover--second {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/cta-hover-2.jpg) no-repeat center center;
  background-size: cover;
}

.cta-hover--third {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/cta-hover-3.jpg) no-repeat center center;
  background-size: cover;
}

/* QS */
#qs-sxn {
  padding: 49px 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

#qs-sxn .qs-field .dropdown-menu ul.dropdown-menu.inner {
    max-height: 250px !important;
}

.qs-view--form .qs-field button.btn.dropdown-toggle.btn-default {
    display: block;
    box-sizing: border-box;
    height: 43px;
    width: 100%;
    padding: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0;
    background: none;
    font: 400 12px/41px "Poppins", sans-serif;
    font-style: italic;
    letter-spacing: 0.02em;
    color: #4f4f4f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    padding-left: 30px;
}

.qs-view {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.qs-view--form {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.qs-view--form .qs-fields {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 90%;
  margin: 0 -5px;
  padding-right: 25px;
}
.qs-view--form .qs-fields::before {
  content: '';
  position: absolute;
  top: -49px;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 1px;
  height: 111px;
}
.qs-view--form .qs-buttons {
  display: inline-block;
  vertical-align: bottom;
  width: 10%;
  text-align: right;
}

.qs-large {
  width: 43.5%;
}

.qs-small {
  width: 14.125%;
}

.qs-field {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  padding: 0 5px;
}

.qs-field.qs-city::before {
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  color: #3f3b42;
}
.qs-field.qs-city select {
  padding-left: 28px;
}

.qs-dropdown::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #272727 transparent transparent transparent;
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.qs-field select,
.qs-field input {
  display: block;
  box-sizing: border-box;
  height: 43px;
  width: 100%;
  padding: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  background: none;
  font: 400 12px/41px "Poppins", sans-serif;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #4f4f4f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

.qs-buttons .qs-btn {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: none;
  height: 43px;
  width: auto;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
}
.qs-buttons .qs-btn:hover {
  color: #fec42e !important;
}
.qs-buttons .qs-btn.btn--text {
  font: 600 18px/41px "Montserrat", sans-serif;
  color: #7a232f;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.qs-view--form button.btn.dropdown-toggle.bs-placeholder.btn-default {
    display: block;
    box-sizing: border-box;
    height: 43px;
    width: 100%;
    padding: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0;
    background: none;
    font: 400 12px/41px "Poppins", sans-serif;
    font-style: italic;
    letter-spacing: 0.02em;
    color: #4f4f4f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    padding-left: 30px;
}

/* FC */
#fc-sxn {
  padding: 60px 0 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}
#fc-sxn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 79.1%;
  height: 100%;
  background: #fff;
  pointer-events: none;
}

.fc-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 0;
  letter-spacing: 0;
  margin: -1px;
  padding-top: 58px;
}

.fc-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% / 3);
}
.fc-col:first-child {
  width: 51.3%;
}
.fc-col:nth-child(2) {
  width: 21.9%;
}
.fc-col:nth-child(3) {
  width: 26.8%;
}

.fc-col--full,
.fc-col--half {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fc-col--half {
  width: 50%;
}

.fc-col--full {
  width: 100%;
}

.fc-item {
  position: relative;
  padding: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fc-item canvas {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fc-link {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.fc-link:hover .fc-details {
  background: rgba(254, 196, 46, 0.9);
}

.fc-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/overlay-grid.png) repeat center;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/overlay-grid.png) repeat center;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.fc-details .fc-title {
  font: 700 20px/27px 'Poppins', sans-serif;
  letter-spacing: .18em;
  color: #fff;
  text-transform: uppercase;
}

/* Footer */
/* .home #main-footer::before {
  display: none;
} */

#main-footer {
  position: relative;
  z-index: 1;
}
#main-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(images/bg-footer.jpg) no-repeat center center;
  background-size: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  z-index: -1;
  pointer-events: none;
}

.footer-top {
  padding: 90px 0 100px;
}
.footer-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  width: 100vw;
  z-index: -1;
}
.footer-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #fff;
  height: 33.1%;
  width: 100vw;
  z-index: -1;
}

.footer-contact--shadow {
  position: relative;
}
.footer-contact--shadow::before {
  content: '';
  position: absolute;
  top: 0;
  left: -21px;
  height: 100%;
  width: 71px;
  background: url(images/drop-shadow-left.png) no-repeat top right;
  background-size: auto 100%;
  pointer-events: none;
}
.footer-contact--shadow::after {
  content: '';
  position: absolute;
  top: 0;
  right: -21px;
  height: 100%;
  width: 71px;
  background: url(images/drop-shadow-right.png) no-repeat top left;
  background-size: auto 100%;
  pointer-events: none;
}

.footer-contact--form {
  position: relative;
  z-index: 1;
  text-align: center;
  border: 14px solid #fff;
  box-sizing: border-box;
  padding: 50px 42px 80px;
}
.footer-contact--form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url(images/bg-git.jpg) no-repeat center center;
  background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url(images/bg-git.jpg) no-repeat center center;
  background-size: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
  z-index: -1;
}
.footer-contact--form::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 60px;
  width: 1px;
  background: #fec42e;
  pointer-events: none;
}
.footer-contact--form p {
  font: 300 14px/27.5px 'Poppins', sans-serif;
  letter-spacing: .03em;
  color: #505050;
  margin-top: 20px;
}
.footer-contact--form div.wpcf7 {
  position: relative;
}
.footer-contact--form div.wpcf7-response-output {
  font-size: 12px;
  position: absolute;
  top: calc(100% - 9px);
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000;
}

.form-view {
  position: relative;
  margin-top: 40px;
}
.form-view .field-wrap {
  position: relative;
  margin-bottom: 10px;
}
.form-view .field-wrap:last-child {
  margin: 0;
}
.form-view input[type*="text"],
.form-view input[type*="tel"],
.form-view input[type*="email"] {
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  height: 43px;
  border: none;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  background: transparent;
  outline: none;
  font: 400 12px/43px "Poppins", sans-serif;
  letter-spacing: 0.02em;
  color: #4f4f4f;
  text-transform: capitalize;
  font-style: italic;
}
.form-view textarea {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 70px;
  border: none;
  padding: 20px 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  background: transparent;
  outline: none;
  resize: none;
  overflow: hidden;
  font: 400 12px/1.2 "Poppins", sans-serif;
  letter-spacing: 0.02em;
  color: #4f4f4f;
  text-transform: capitalize;
  font-style: italic;
}
.form-view input[type*="submit"] {
  position: relative;
  display: block;
  box-sizing: border-box;
  font: 600 13px/1.2 "Poppins", sans-serif;
  letter-spacing: 0.15em;
  color: #7a232f;
  text-transform: uppercase;
  padding: 0;
  margin: 30px auto 0;
  outline: none;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-view input[type*="submit"]:hover {
  color: #fec42e;
}
.form-view .wpcf7-form-control-wrap {
  display: block;
}
.form-view span.wpcf7-not-valid-tip {
  font-size: 11px;
}
.form-view .ajax-loader {
  position: absolute;
  margin: 0 !important;
  top: calc(100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer-bot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: rgba(122, 35, 47, 0.85);
  height: 100%;
  width: 100vw;
  z-index: -1;
}
.footer-bot::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  background: #7a232f;
  pointer-events: none;
  z-index: -1;
}

.footer-bot--row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 40px;
}
.footer-bot--row::before {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(75% + 15px);
  background: #7a232f;
}

.footer-right--top,
.footer-copyright {
  padding-left: 12px;
}

.footer-contact {
  display: inline-block;
  width: 45.9%;
}

.footer-menu {
  display: inline-block;
  width: 54.1%;
}

.footer-nav li {
  display: inline-block;
  width: calc(100% / 3);
  padding-left: 0;
}
.footer-nav li a {
  font: 400 13px/28px "Poppins", sans-serif;
  letter-spacing: .04em;
  color: #fff;
}
.footer-nav li a:hover {
  color: #fec42e;
}
.footer-nav li:nth-child(3n + 1) {
  width: 31.2%;
}
.footer-nav li:nth-child(3n + 2) {
  width: 33.7%;
}
.footer-nav li:nth-child(3n + 3) {
  width: 35.1%;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.footer-copyright .copyright {
  font: 400 12px/1.2 "Poppins", sans-serif;
  color: #fff;
}
.footer-copyright .copyright .sitename {
  text-transform: uppercase;
}
.footer-copyright .copyright a:hover {
  color: #fec42e;
}
.footer-copyright .broker-logos {
  display: inline-block;
}
.footer-copyright .broker-logos em {
  color: #fff;
  font-size: 21px;
  margin-left: 6px;
}

/*******************************************************
   *
   * 3. IP Styles
   *
   *******************************************************/
.ip-banner {
  position: relative;
  width: 100%;
}

.ip-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(images/overlay-grid.png) repeat center;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(images/overlay-grid.png) repeat center;
  pointer-events: none;
}

.ip-banner canvas {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 350px;
  background: #f9f7f7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ip-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.ip-banner h1 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.ip-banner h1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01em;
}

/* Adjust minimum height of page area */
#content-sidebar,
#content-full {
  min-height: 500px;
  margin-top: 20px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
  width: 77.08%;
}

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

/*ihf style*/
#ihf-main-container .nav-tabs {
  padding: 0 !important;
  margin: 0 !important;
}
  ul.chosen-results {
    margin: 0 !important;
    padding: 0 !important;
  }

#ihf-main-container .mc-total-payment-subline {
  color: #666;
}  

/*end of ihf style*/

/* Adjust width of sidebar */
.sidebar {
  width: 20.83%;
}

/* fullwidth template */
.page-template-template-fullwidth #content {
  padding-left: 15px;
  padding-right: 15px;
}

.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
  margin-left: -15px;
  margin-right: -15px;
}

/*agent style*/
#inner-page-wrapper .agent-holder canvas.ai-img {
    display: block;
    width: 100%;
    height: 100%;
}
/*End of Agent Style*/

/* Adjust line height of page elements */
#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
  line-height: 1.7;
}

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
  font: 600 28px/1.2 "Poppins", sans-serif;
  color: #7a232f;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .entry {
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #505050;
}

.ai-default-cf7wrap input[type="submit"],
.ai-default-cf7wrap input.wpcf7-submit {
  background: #7a232f !important;
}

.ai-contact-wrap input.wpcf7-submit:hover,
.ai-default-cf7wrap input.wpcf7-submit:hover,
.error-forms input.wpcf7-submit:hover {
  background: #fec42e !important;
}

/* Sidebar Goes Here */
.sidebar-item {
  padding: 15px 0;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

.sidebar-cta .cta-top--title {
  border-color: #7a232f;
  margin: 5px 0;
}
.sidebar-cta .cta-top--title:hover {
  border-color: #fec42e;
}
.sidebar-cta .cta-top--title:hover > span {
  color: #fff;
}
.sidebar-cta .cta-top--title > span {
  color: #7a232f;
  font-weight: 600;
  font-size: 18px;
}

.sidebar-qs .qs-header em {
  display: block;
  font-size: 35px;
  color: #3f3b42;
  margin-bottom: 10px;
}
.sidebar-qs .qs-view--form button.btn.dropdown-toggle.bs-placeholder.btn-default {
    padding: 0 !important;
}
.sidebar-qs .qs-header,
.sidebar-qs .qs-view--form,
.sidebar-qs .qs-view--form .qs-fields,
.sidebar-qs .qs-view--form .qs-buttons {
  width: 100%;
  padding: 0;
  font-size: 0;
  text-align: center;
}
.sidebar-qs .qs-view--form > form {
  margin: 0 -5px;
}
.sidebar-qs .qs-field {
  padding: 5px;
}
.sidebar-qs .qs-large {
  width: 100%;
}
.sidebar-qs .qs-small {
  width: 50%;
}
.sidebar-qs .qs-view--form .qs-buttons {
  padding: 0 5px;
}
.sidebar-qs .qs-view--form .qs-fields::before {
  display: none;
}


/* Sidebar Ends Here */
/******************************
**** Additional CSS Here ******
*******************************/

/* Listing Reports */
.listing-reports-list{
  display: flex;
  flex-wrap: wrap;
}
.listing-reports-item{
  width: calc(100% / 3);
  margin: 0 !important;
  padding: 5px;
}
.listing-reports-item p{
  margin: 0 !important;
  height: 100%;
}
.listing-reports-item a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  min-height: 54px;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 2px solid #7a232f;
  background: #7a232f;
  color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.listing-reports-item a:hover{
  border-color: #fec42e;
  background: #fec42e;
}

/*recaptcha style*/
.grecaptcha-badge {
    z-index: 4 !important;
}
/*End of Recaptcha Style*/

.sidebar .bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 250px!important;
}
.sidebar .qs-view--form .qs-field button.btn.dropdown-toggle.btn-default {
    padding-left: 0;
    box-shadow: none;
}

#inner-page-wrapper {
  z-index: initial;
}

.hp-cov-wrap p {
	margin-bottom: 15px;
	font-size: 14px;
}

.pum-close.popmake-close {
	display: none;
}

.done-button {
	background-color: #7a232f;
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	margin: 0 auto;
	display: block;
	text-align: center;
	max-width: 100px;
}


html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  display: none !important;
}

.ip-bc-grid-heading {
    border-bottom: 1px solid;
}

.ip-bc-grid-item:nth-child(odd) {
    background: #f0f0f0;
}

.ip-bc-grid-item {
    padding: 5px;
}

.ip-bc-grid-item strong {
    font-weight: 400 !important;
}

.files-row-item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    align-items: center;
}

.files-row-item div:last-child a {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    padding: .5em 1em;
}

.files-row-item div:last-child a:hover {
    opacity: 0.8;
}

#fp-sxn {
  opacity: 0;
}

#wc-sxn, #cta-sxn, #qs-sxn, #fc-sxn {
  display: none;
}

body.parent-pageid-6,
body.parent-pageid-13 {
    overflow-x: hidden;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */