/*@font-face{font-family:Vanitas Bold;src:url(./fonts/Vanitas-Bold-5c1c94fa0871c2afa954.woff) format("woff")}*/
/*@font-face{font-family:Vanitas Black;src:url(./fonts/Vanitas-Black-5f8f20c3939611064305.woff) format("woff")}*/

/*@font-face{font-family:Biondi Sans Custom;src:url(/static/nestseekers/fonts/biondi-sans-custom-453ec44a93b9a88182fb.woff) format("woff"),*/
/*url(./fonts/biondi-sans-custom-95e722c39a751781979f.ttf) format("truetype")}*/
/*@font-face{font-family:Biondi Sans Light;src:url(/static/nestseekers/fonts/Biondi-Sans-Light-b4754fdfc45634b7243f.woff) format("woff"),*/
/*url(./fonts/Biondi-Sans-Light-d6c6574abfbd500a5cf8.ttf) format("truetype")}*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

      font-family: "Inter", sans-serif !important;
      letter-spacing:-0.5px;

}

body {
  font-family: "Inter", sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
    font-weight:400;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 540px) {
  .container {
    max-width: 1320px;
  }
}
.topHeader {
  border-bottom: 1px #eee solid;
  padding: 5px 0;
	background-color:#aa1c2033;
}
.topHeader .phoneOptions,
.topHeader .registerOptions {
  display: flex;
  list-style: none;
  gap: 30px;
  margin-bottom: 0;
  padding-left: 0;
}
.topHeader .phoneOptions li a,
.topHeader .registerOptions li a {
  display: flex !important;
  align-items: center;
  gap: 8px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  padding: 7px;
  font-size:16px;
  display: block;
  text-transform: uppercase;
}
.topHeader .phoneOptions li a:hover,
.topHeader .registerOptions li a:hover {
  color: #aa1c20;
}
.topHeader .phoneOptions li a:hover path,
.topHeader .registerOptions li a:hover path {
  stroke: #aa1c20;
}
.topHeader .phoneOptions li:nth-child(1) a,
.topHeader .registerOptions li:nth-child(1) a {
  padding-left: 0;
}
.topHeader .phoneOptions li:last-child a,
.topHeader .registerOptions li:last-child a {
  padding-right: 0;
}
.topHeader .phoneOptions svg,
.topHeader .registerOptions svg {
  height: 20px;
  width: 20px;
}

.registerOptions {
  justify-content: flex-end;
}
.registerOptions li a {
  color: #fff !important;
  background-color: #aa1c20;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 4px;
  border: 1px #aa1c20 solid;
}
.registerOptions li a svg path {
  stroke: #fff;
}
.registerOptions li a:hover {
  background-color: transparent;
  color: #000 !important;
}
.registerOptions li a:hover svg path {
  stroke: #000 !important;
}

.menuHeader {
  padding: 5px 0;
}

.logoBox img {
  max-width: 100%;
}

.MenuUl {
  display: flex;
  gap: 25px;
  margin-bottom: 0;
  padding-left: 0;
  justify-content: center;
}
.MenuUl * {
  transition: 0.3s ease-in-out all;
}
.MenuUl li {
  position: relative;
  list-style: none;
}
.MenuUl li.menu-item-has-children > a:after {
  content:url("data:image/svg+xml,%3Csvg fill='%23000' width='20px' height='20px' viewBox='0 0 256 256' id='Flat' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M128,180a3.98881,3.98881,0,0,1-2.82861-1.17139l-80-80.00024a4.00009,4.00009,0,0,1,5.65722-5.65674L128,170.34326l77.17139-77.17163a4.00009,4.00009,0,0,1,5.65722,5.65674l-80,80.00024A3.98881,3.98881,0,0,1,128,180Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");;
  font-family: "FontAwesome";
  padding-left: 6px;
	    position: relative;
    top: 0;
}
.MenuUl li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform:uppercase;
}
.MenuUl li a:hover {
  color: #7fb333;
}
.MenuUl li a:hover svg {
  fill: #000;
}
.MenuUl li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  background-color: #7fb333;
  top: 100%;
  border: 1px #eee solid;
  min-width: 220px;
  margin-bottom: 0;
  padding-left: 0;
  transform: translateY(-10px);
  z-index: 99;
}
.MenuUl li > ul li a {
  font-size: 14px;
  padding: 10px 10px;
  display: block;
  border-bottom: 1px #eee solid;
}
.MenuUl li > ul li:last-child a {
  border-bottom: 0;
}
.MenuUl li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.siteFooter {
  padding: 60px 0 30px 0px;
}

.footerBox h4.wp-block-heading {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footerBox ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.footerBox ul li {
  line-height: 2;
}
.footerBox ul li a {
  color: #aa1c20;
  text-decoration: none;
}
.footerBox p,
.footerBox li {
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
}

.hamMenu {
  display: none;
}

.smallShow {
  display: none;
}
.breadcum ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 15px;
}
.breadcum ul * {
    color: #fff;
}
.breadcum ul li:after {
    content: '|';
    padding-left: 15px;
}
.breadcum ul li:last-child:after {
    display:none;
}
body .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor{
	background-color: transparent;
    border: 1px #ffffff solid;
}
body .wp-block-social-links .wp-social-link svg {
    height: 24px;
    width: 24px;
}
@media(min-width:1024px){
	.stickyBox{
		position:sticky;
		top:120px;
		height:max-content;
	}
}
@media (max-width: 991px) {
  .MenuUl {
    display: none;
  }
  .hamMenu {
    display: block;
    font-size: 32px;
    text-align: right;
  }
  .smallHide {
    display: none;
  }
  .smallShow {
    display: block;
  }
  .menuHeader .registerOptions {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
  }
  .menuHeader .registerOptions li a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
  }
  .menuHeader .registerOptions li a svg {
    height: 20px;
    width: 20px;
  }
  .siteFooter {
    padding: 30px 0 20px 0px;
  }
}
@media (max-width: 656px) {
  .topHeader .phoneOptions,
  .topHeader .registerOptions {
    gap: 0px;
  }
  .topHeader .phoneOptions li a,
  .topHeader .registerOptions li a {
    font-size: 14px;
  }
  .menuHeader .registerOptions li a {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .phoneOptions {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footerBox {
    margin-bottom: 30px;
  }
  .footerBox h4.wp-block-heading {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */