/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", "Frutiger", "Frutiger Linotype", "Univers", "Calibri", "Gill Sans", "Gill Sans MT", "Myriad Pro", "Myriad", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, "Geneva", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #4D4C43;
}

h1 {
  font-size: 22px;
  font-family: "new-atten", "Frutiger", "Frutiger Linotype", "Univers", "Calibri", "Gill Sans", "Gill Sans MT", "Myriad Pro", "Myriad", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, "Geneva", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-size: 20px;
  font-family: "new-atten", "Frutiger", "Frutiger Linotype", "Univers", "Calibri", "Gill Sans", "Gill Sans MT", "Myriad Pro", "Myriad", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, "Geneva", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  h2 {
    font-size: 30px;
    letter-spacing: -0.75px;
  }
}

h2.h2-lg {
  font-size: 30px;
  font-weight: 800;
  line-height: 0.8em;
  font-family: "new-atten", "Frutiger", "Frutiger Linotype", "Univers", "Calibri", "Gill Sans", "Gill Sans MT", "Myriad Pro", "Myriad", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, "Geneva", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  h2.h2-lg {
    font-size: 60px;
    letter-spacing: -0.75px;
  }
}

h3 {
  font-size: 20px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 23px;
  }
}

h4 {
  font-size: 20px;
}

p, ul li, ol li, a {
  font-size: 18px;
  font-family: "DM Sans", "Frutiger", "Frutiger Linotype", "Univers", "Calibri", "Gill Sans", "Gill Sans MT", "Myriad Pro", "Myriad", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, "Geneva", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
}

.text-lg p {
  font-size: 18px;
}
@media (min-width: 767px) {
  .text-lg p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
}

.text-xl p {
  font-size: 18px;
}
@media (min-width: 767px) {
  .text-xl p {
    font-size: 22px;
    letter-spacing: -0.5px;
  }
}

.intro-text strong {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.025em;
}
@media (min-width: 767px) {
  .intro-text strong {
    font-size: 22px;
  }
}

body,
input,
textarea,
.page-title span,
.pingback a.url {
  font-family: #FDDA01;
}

a:link {
  color: #4D4C43;
  text-decoration: none;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:visited {
  color: #4D4C43;
  text-decoration: none;
}

a:active,
a:hover {
  color: #68675b;
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.text-right,
.text-right p {
  text-align: right !important;
}

.text-left,
.text-left p {
  text-align: left !important;
}

.text-center,
.text-center p {
  text-align: center !important;
}

@media (min-width: 767px) {
  .text-md-right,
.text-md-right p {
    text-align: right !important;
  }

  .text-md-center,
.text-md-center p {
    text-align: center !important;
  }

  .text-md-left,
.text-md-left p {
    text-align: left !important;
  }
}
.text-white {
  color: #fff;
}

.text-white p {
  color: #fff;
}

.text-white a {
  color: #fff;
}

.title-white h1,
.title-white h2,
.title-white h3,
.title-white h4,
.title-white h5 {
  color: #fff;
}

.text-yellow p,
.text-yellow strong,
span.text-yellow,
p.text-yellow,
strong.text-yellow {
  color: #EAB401;
}

.title-yellow h1,
.title-yellow h2,
.title-yellow h3,
.title-yellow h4,
.title-yellow h5 {
  color: #EAB401;
}

.bold-yellow strong {
  color: #EAB401;
}

.bold-green strong {
  color: #0A9354;
}

.bold-lightbrown strong {
  color: #B28C2D;
}

.bold-darkbrown strong {
  color: #79632D;
}

.text-green h1,
.text-green h2,
.text-green h3,
.text-green h4,
.text-green h5,
.text-green p {
  color: #0A9354;
}

.text-lightbrown h1,
.text-lightbrown h2,
.text-lightbrown h3,
.text-lightbrown h4,
.text-lightbrown h5,
.text-lightbrown p {
  color: #B28C2D;
}

.text-darkbrown h1,
.text-darkbrown h2,
.text-darkbrown h3,
.text-darkbrown h4,
.text-darkbrown h5,
.text-darkbrown p {
  color: #79632D;
}

.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5 {
  color: #4D4C43;
}

.uppercase {
  text-transform: uppercase;
}

.text-extra-bold h1, .text-extra-bold h2, .text-extra-bold h3, .text-extra-bold h4, .text-extra-bold h5, .text-extra-bold h6 {
  font-weight: 800;
}

.text-medium h1, .text-medium h2, .text-medium h3, .text-medium h4, .text-medium h5, .text-medium h6, .text-medium p {
  font-weight: 500;
}

.hr-green {
  border-top: 1px solid #0A9354;
}

.hr-yellow {
  border-top: 1px solid #FDDA01;
}

.hr-lightbrown {
  border-top: 1px solid #B28C2D;
}

.hr-darkbrown {
  border-top: 1px solid #79632D;
}

.heading-green h1, .heading-green h2, .heading-green h3, .heading-green h4, .heading-green h5, .heading-green h6 {
  color: #0A9354;
}

.heading-darkbrown h1, .heading-darkbrown h2, .heading-darkbrown h3, .heading-darkbrown h4, .heading-darkbrown h5, .heading-darkbrown h6 {
  color: #79632D;
}

.heading-lightbrown h1, .heading-lightbrown h2, .heading-lightbrown h3, .heading-lightbrown h4, .heading-lightbrown h5, .heading-lightbrown h6 {
  color: #B28C2D;
}

.tick ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.tick ul li {
  position: relative;
  padding-left: 27px;
}
.tick ul li:before {
  content: "\e908";
  font-family: "icomoon" !important;
  font-size: 18px;
  font-weight: bold;
  position: inline-block;
  position: absolute;
  left: 0px;
  top: -1px;
  width: 10px;
  height: 10px;
}
.tick--yellow li:before {
  color: #FDDA01;
}
.tick--green li:before {
  color: #0A9354;
}
.tick--lightbrown li:before {
  color: #B28C2D;
}
.tick--darkbrown li:before {
  color: #79632D;
}
.tick.bullet-ticks li, .tick.bullet-ticks p {
  margin-bottom: 0px !important;
}
.tick.bullet-ticks li {
  margin-bottom: 20px !important;
}
.tick.bullet-ticks li strong {
  font-size: 18px;
  font-family: "new-atten", "Frutiger", "Frutiger Linotype", "Univers", "Calibri", "Gill Sans", "Gill Sans MT", "Myriad Pro", "Myriad", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, "Geneva", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
}
@media (min-width: 767px) {
  .tick.bullet-ticks li strong {
    font-size: 20px;
    letter-spacing: -0.00025em;
  }
}

/*
h2.crown-icon{
	position: relative;
	margin-top: 40px;
	border: 1px solid red;

	&:before{
		content:"";
		width: 43px;
		height: 28px;
		background: red;
		position: absolute;
		top: -40px;
		left: 50%;
		transform: translateX(-50%);
	}
}
*/
.mb-0 {
  margin-bottom: 0px;
}

.flickity-button {
  background: #fff;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.flickity-button.flickity-prev-next-button.previous {
  left: -20px;
}
.flickity-button.flickity-prev-next-button.next {
  right: -20px;
}
.flickity-button svg {
  fill: #FDDA01;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.flickity-button:hover {
  background: #FDDA01;
}
@media (min-width: 1350px) {
  .flickity-button.flickity-prev-next-button.previous {
    left: -80px;
  }
  .flickity-button.flickity-prev-next-button.next {
    right: -80px;
  }
}

span.leaf-icon {
  position: relative;
}

span.leaf-icon:after {
  content: "";
  width: 17px;
  height: 22px;
  display: block;
  position: absolute;
  background: url(images/icons/icon-leaf-yellow.png) no-repeat center center;
  background-size: contain;
  right: -20px;
  top: -10px;
}
@media (min-width: 992px) {
  span.leaf-icon:after {
    width: 35px;
    height: 44px;
    right: -50px;
    top: -10px;
  }
}

table {
  font-family: "DM Sans", "Frutiger", "Frutiger Linotype", "Univers", "Calibri", "Gill Sans", "Gill Sans MT", "Myriad Pro", "Myriad", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, "Geneva", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #f1f1f1;
  border-radius: 10px;
  border: none;
  margin-bottom: 30px;
  padding: 0px;
  position: relative;
  overflow-x: scroll;
  overflow-y: auto;
  display: inline-block;
  width: auto !important;
  max-width: calc(100vw - 60px) !important;
}
table thead th {
  text-align: left;
  font-size: 18px;
  font-weight: 800;
  color: #4D4C43;
  min-width: 200px;
  letter-spacing: -0.00025em;
  padding: 5px;
}
@media (min-width: 767px) {
  table thead th {
    padding: 10px;
    min-width: auto;
  }
}
table tbody tr:nth-child(even) {
  background: #f9f9f9;
}
table tbody tr:nth-child(odd) {
  background: #fff;
}
table tbody tr td {
  min-width: 200px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #4D4C43;
  letter-spacing: -0.00025em;
  padding: 5px;
}
@media (min-width: 767px) {
  table tbody tr td {
    padding: 10px;
    min-width: auto;
  }
}

.bg-primary {
  background-color: #FDDA01;
}

.bg-secondary {
  background-color: #4D4C43;
}

.bg-white {
  background-color: #fff;
}

.bg-green {
  background-color: #0A9354;
}

.bg-lightgrey {
  background-color: #f2f2f2;
}

.box-shadow {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bg-sm-transparent {
  background-color: transparent;
}

.box-shadow-sm-none {
  box-shadow: none;
}

@media (min-width: 767px) {
  .box-shadow-md {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  }

  .bg-md-white {
    background-color: #fff;
  }
}
.header__menu {
  float: right;
  clear: right;
  display: none;
}
@media (min-width: 1200px) {
  .header__menu {
    display: block;
  }
}
@media (min-width: 1410px) {
  .header__menu #menu-main-navigation > li > a {
    position: relative;
    top: 25px;
  }
}
.header__menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.header__menu ul li {
  position: relative;
  float: left;
  margin-bottom: 0px;
}
.header__menu ul li > a {
  font-family: "DM Sans", "Frutiger", "Frutiger Linotype", "Univers", "Calibri", "Gill Sans", "Gill Sans MT", "Myriad Pro", "Myriad", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, "Geneva", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #4D4C43;
  font-weight: 300 !important;
  line-height: 76px;
  margin: 0 12px;
}
.header__menu ul li > a:hover {
  color: #FDDA01;
}
.header__menu ul li:last-child a {
  margin-right: 0;
}
.header__menu ul ul {
  list-style: none;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  overflow: hidden;
  padding: 10px;
  background: #fff;
  position: absolute;
  top: 76px;
  left: 0;
  float: left;
  width: 280px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transform-origin: top;
  z-index: 9 !important;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header__menu ul ul li {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.header__menu ul ul li a {
  width: 100%;
  margin: 0px;
  padding: 10px 10px;
  display: block;
}
.header__menu ul li.current-menu-item > a {
  color: #FDDA01 !important;
}
.header__menu #menu-item-301 .sub-menu {
  border-left: 10px solid #0A9354;
}
.header__menu #menu-item-301.current-menu-item > a,
.header__menu #menu-item-301 a:hover {
  color: #0A9354 !important;
}
.header__menu #menu-item-304 .sub-menu {
  border-left: 10px solid #79632D;
}
.header__menu #menu-item-304.current-menu-item > a,
.header__menu #menu-item-304 a:hover {
  color: #79632D !important;
}
.header__menu #menu-item-303 .sub-menu {
  border-left: 10px solid #B28C2D;
}
.header__menu #menu-item-303.current-menu-item > a,
.header__menu #menu-item-303 a:hover {
  color: #B28C2D !important;
}
.header__menu ul li:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.5s;
}
.header__menu ul ul li {
  min-width: 100%;
}
.header__menu ul ul ul {
  left: 100%;
  top: 0;
}
.header__menu ul ul a {
  line-height: 1em;
  padding: 10px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.header__menu li:hover > a,
.header__menu ul ul :hover > a {
  color: #68675b;
}
.header__menu ul li:hover > ul {
  display: block;
}
.header__menu ul li.current_page_item > a,
.header__menu ul li.current-menu-ancestor > a,
.header__menu ul li.current-menu-item > a,
.header__menu ul li.current-menu-parent > a {
  color: #4D4C43;
}

.header__menu__btn {
  float: right;
  display: inline-block;
  border-radius: 100%;
  border: 1.9px solid #fff;
  height: 60px;
  width: 60px;
  right: -10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 1200px) {
  .header__menu__btn {
    display: none;
  }
}
.header__menu__btn:before, .header__menu__btn:after,
.header__menu__btn .middle-line {
  content: "";
  width: 30px;
  height: 4px;
  position: absolute;
  left: 50%;
  border-radius: 500px;
  transform: translateX(-50%);
  background: #4D4C43;
  opacity: 1;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header__menu__btn:before {
  top: 18px;
}
.header__menu__btn:after {
  bottom: 18px;
}
.header__menu__btn .middle-line {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__menu__btn:hover {
  transform: scale(1.05);
}
.header__menu__btn.active .middle-line {
  left: -100px;
  opacity: 0;
}
.header__menu__btn.active:after {
  background: #fff;
  transform: translate(-50%, -210%) rotate(-45deg);
}
.header__menu__btn.active:before {
  background: #fff;
  transform: translate(-50%, 210%) rotate(45deg);
}
.header__menu__wrapper {
  padding: 60px 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url(images/watermark-contact.png) no-repeat bottom left, #FDDA01;
  background-size: 700px;
  z-index: 111;
  visibility: hidden;
  overflow: scroll;
  opacity: 0;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header__menu__wrapper ul {
  list-style: none;
  margin: auto;
  padding: 0px 40px;
  width: 100%;
}
@media (min-width: 767px) {
  .header__menu__wrapper ul {
    padding: 0px 40px;
    /*width: auto;*/
  }
}
.header__menu__wrapper ul li a {
  font-size: 24px;
  position: relative;
}
.header__menu__wrapper ul li.menu-item-has-children > a i {
  font-weight: normal;
  font-size: 18px;
  padding: 2px 0px;
  text-align: center;
  color: #4D4C43;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: calc(50% + 2px);
  right: -30px;
  margin-left: 10px;
  transform: translateY(-50%) rotateZ(-90deg);
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header__menu__wrapper ul li.menu-item-has-children.active > a i {
  transform: translateY(calc(-50% - 2px)) rotateZ(0deg);
}
.header__menu__wrapper .sub-menu {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}
.header__menu__wrapper .sub-menu li:first-child {
  margin-top: 20px;
}
.header__menu__wrapper .sub-menu li a {
  opacity: 0;
  font-size: 18px;
  transition: opacity 0.35s ease-in-out;
}
.header__menu__wrapper .sub-menu.active {
  overflow: visible;
}
.header__menu__wrapper .sub-menu.active li a {
  opacity: 1;
}
.header__menu__wrapper.active {
  visibility: visible;
  opacity: 1;
}
.header__menu__wrapper.active #menu-main-menu li {
  visibility: visible !important;
}
.header__menu__wrapper .menu-header {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__menu__wrapper .menu-header #menu-main-menu {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.header__menu__wrapper .menu-header #menu-main-menu li {
  visibility: hidden;
}
.header__menu__wrapper .menu-header #menu-main-menu li.current_page_item > a:after {
  opacity: 1;
  width: 100px;
  transform: translateY(4px) translateX(-50%);
}
.header__menu__wrapper .menu-header #menu-main-menu li > a {
  position: relative;
  font-weight: 600;
}
.header__menu__wrapper .menu-header #menu-main-menu li > a:after {
  content: "";
  width: 10px;
  height: 7px;
  position: absolute;
  left: 50%;
  transform: translateY(4px) translateX(-50%);
  bottom: -7px;
  opacity: 1;
  background: url("/wp-content/themes/restaurant-lymington/images/underline.svg") no-repeat right bottom;
  background-size: 100px;
  margin: 0 auto;
  border-radius: 500px;
  opacity: 0;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header__menu__wrapper .menu-header #menu-main-menu li > a:hover:after {
  opacity: 1;
  width: 100px;
  transform: translateY(4px) translateX(-50%);
}
.header__menu__wrapper .menu-header #menu-main-menu li a {
  font-size: 25px;
  color: #FFFFFF;
  letter-spacing: 1.93px;
  text-align: center;
  line-height: 55.63px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.header {
  padding: 15px 30px 15px;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  max-width: 100vw;
  z-index: 12;
}
@media (min-width: 1200px) {
  .header {
    padding: 30px 30px 30px;
  }
}
.header.header--shadow {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}
.header__container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.header__logo {
  float: left;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
}
.header__logo > *:last-child {
  transform: translateY(3px);
}
.header__logo img {
  max-width: 120px;
  height: auto;
  margin-top: 4px;
}
@media (min-width: 1000px) {
  .header__logo img {
    max-width: 120px;
  }
}
@media (min-width: 1410px) {
  .header__logo img {
    max-width: 218px;
    margin-top: 0px;
  }
}
.header__contact {
  float: right;
  display: none;
}
@media (min-width: 1200px) {
  .header__contact {
    display: block;
  }
}
.header__contact a {
  font-family: "DM Sans", "Frutiger", "Frutiger Linotype", "Univers", "Calibri", "Gill Sans", "Gill Sans MT", "Myriad Pro", "Myriad", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, "Geneva", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #4D4C43;
  font-weight: 300 !important;
}
.header__contact a:hover {
  color: #FDDA01;
}
.header__contact a i {
  margin-right: 5px;
  color: #C89E34;
  font-weight: normal;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header__contact a i.icon-icon-phone {
  font-size: 14px;
  margin-right: 7px;
}
.header__contact a i.icon-icon-email {
  font-size: 20px;
  line-height: 1em;
  position: relative;
  top: 2px;
}
.header__contact a:hover i {
  color: #FDDA01;
}

.logged-in .header {
  margin-top: 32px;
}

.container-fluid {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.row {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-fluid {
  width: 100%;
}

.col {
  width: 100%;
  padding: 40px;
  margin: 0px;
}

.col-sm-12 {
  width: 100%;
  margin: 0px;
}

.col-md-6 {
  width: 100%;
  margin: 0px;
}

.p-sm-0 {
  padding: 0px;
}

.py-sm-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-sm-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pb-sm-0 {
  padding-bottom: 0px;
}

.px-sm-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-sm-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-sm-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-sm-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-sm-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-sm-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-sm-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.p-sm-30 {
  padding: 30px;
}

.py-sm-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-sm-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-sm-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-md-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-sm-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.w-full {
  width: 100%;
}

.mw-1240 {
  max-width: 1240px;
}

.mw-1220 {
  max-width: 1220px;
}

.mw-1200 {
  max-width: 1200px;
}

.mw-1174 {
  max-width: 1174px;
}

.mw-1100 {
  max-width: 1100px;
}

.mw-1040 {
  max-width: 1040px;
}

.mw-1020 {
  max-width: 1020px;
}

.mw-970 {
  max-width: 970px;
}

.mw-500 {
  max-width: 500px;
}

.z-n1 {
  z-index: -1;
}

.relative {
  position: relative;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-content-center {
  align-content: center;
}

.spacer-sm-30 {
  height: 30px;
}

.anchor-hide .anchor {
  display: none;
}

@media (min-width: 767px) {
  .col-md-1 {
    width: 8.333%;
  }

  .col-md-2 {
    width: 16.666%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.333%;
  }

  .col-md-5 {
    width: 41.666%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333%;
  }

  .col-md-8 {
    width: 66.666%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.333%;
  }

  .col-md-11 {
    width: 91.66%;
  }

  .col-md-12 {
    width: 100%;
  }

  .gap-md-10 .col-md-4 {
    width: calc(33.333% - 20px);
    margin: 0px 10px 10px;
  }

  .gap-md-20 .col-md-4 {
    width: calc(33.333% - 40px);
    margin: 0px 20px 20px;
  }

  .pr-md-40 {
    padding-right: 40px;
  }

  .p-md-30 {
    padding: 30px;
  }

  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .py-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .px-md-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .px-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .px-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .px-md-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .px-md-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .py-md-146 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .py-md-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .pt-md-50 {
    padding-top: 50px;
  }

  .pt-md-100 {
    padding-top: 100px;
  }

  .pt-md-130 {
    padding-top: 130px;
  }

  .pb-md-70 {
    padding-bottom: 70px;
  }

  .pt-md-180 {
    padding-top: 180px;
  }

  .pb-md-230 {
    padding-bottom: 230px;
  }

  .mb-md-120 {
    margin-bottom: 120px;
  }

  .mb-20 {
    margin-bottom: 20px;
  }

  .border-md-right-1 {
    border-right: 1px solid #4D4C43;
  }

  .spacer-md-60 {
    height: 30px;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.333%;
  }

  .col-lg-2 {
    width: 16.666%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.333%;
  }

  .col-lg-5 {
    width: 41.666%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333%;
  }

  .col-lg-8 {
    width: 66.666%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.333%;
  }

  .col-lg-11 {
    width: 91.66%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .px-lg-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.333%;
  }

  .col-xl-2 {
    width: 16.666%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.333%;
  }

  .col-xl-5 {
    width: 41.666%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.333%;
  }

  .col-xl-8 {
    width: 66.666%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.333%;
  }

  .col-xl-11 {
    width: 91.66%;
  }

  .col-xl-12 {
    width: 100%;
  }
}
.fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
  -moz-transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
  -o-transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.27, 0.595, 0.01, 1);
  -moz-transition-timing-function: cubic-bezier(0.27, 0.595, 0.01, 1);
  -o-transition-timing-function: cubic-bezier(0.27, 0.595, 0.01, 1);
  transition-timing-function: cubic-bezier(0.27, 0.595, 0.01, 1);
  /* custom */
  transition-delay: 1s !important;
  transition-duration: 1s !important;
}
.fader.visible {
  pointer-events: auto;
  opacity: 1;
}

/*! 

This file has been generated via the critical SASS file 

*/

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