html {
  scroll-behavior: smooth;
  min-height: 100%;
  height: 100%;
  background: transparent !important;
}

body {
  background-color: #FFFFF4;
  font-family: atten-round-new, sans-serif !important;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

h1 {
  font-family: ivypresto-text, serif;
  font-size: 2.813rem;
}

h2 {
  font-family: ivypresto-text, serif;
  font-size: 1.75rem;
}

.page-locations h2 {
  font-family: atten-round-new, sans-serif !important;
  margin-bottom: 50px;
}

h2.fs-big {
  font-size: 2.813rem;
}

div.fs-big,
article.fs-big,
p.fs-big {
  font-size: 2.813rem;
  margin-bottom: 0;
  line-height: 3rem;
}

.t-center {
  text-align: center;
}

/* fs-medium */
.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  display: inline-block;
  margin-bottom: 10px;
}

.mb-15 {
  display: inline-block;
  margin-bottom: 10px;
}

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

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

.mt-100 {
  margin-top: 100px;
}

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

h3 {
  font-family: ivypresto-text, serif;
  font-size: 1.75rem;
}

img {
  width: 100%;
  height: auto;
}

/* COOKIES BAR */
#cookies-bar {
  padding: 20px 10px;
  background-color: #000;
  opacity: 0.8;
  color: #FFF;
  font-size: 1rem;
}

#cookies-bar span {
  margin-right: 20px;
}

#cookies-bar p {
  font-size: 1rem !important;
  display: inline-block;
}

#cookies-bar a {
  cursor: pointer;
  color: #FFF;
  position: relative;
  margin-left: 10px;
  border: 1px solid #FFF;
  border-radius: 30px;
  padding: 2px 16px;
  display: inline-block;
}

.bt-light {
  background: #FFFFF4 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #23552A;
  border: 2px solid transparent;
  border-radius: 60px;
  display: inline-block;
  color: #55825B;
  padding: 5px 50px;
  text-align: center;
  font-size: 1.125rem;
  text-decoration: none;
  cursor: pointer;
  transition: border-color ease-in-out 0.2s;
}

.bt-light:hover {
  text-decoration: none;
  color: #55825B;
  border-color: #55825B;
}

.bt-green {
  background: #55825B 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #B9B9AB;
  border-radius: 60px;
  display: inline-block;
  color: #FFFFF4;
  padding: 5px 50px;
  text-align: center;
  font-size: 1.125rem;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color ease-in-out 0.2s;
}

.bt-green:hover {
  text-decoration: none !important;
  color: #FFFFF4;
  background-color: #466b4b;
}

.mob-phone {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  position: relative;
}

.mob-phone a {
  border: 0;
  margin: 0;
}

/* HEADER - navbar */
#main-header nav.navbar {
  padding: 40px 50px;
  position: relative;
}


.navbar-brand {
  padding: 0;
}

#main-header nav.navbar::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-color: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity ease-in-out 0.2s;
}

#main-header nav.navbar.darker::before {
  opacity: 0.7;
}

.bt-light-transp,
#main-header nav.navbar ul li a {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.125rem;
  padding: 10px 0px;
  margin: 0 25px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

#main-header nav.navbar ul li:not(:last-child) a:after {
  content: "";
  display: block;
  opacity: 0;
  border-bottom: 2px solid #55825B;
  width: 100%;
  margin-top: 5px;
  position: absolute;
  left: 0;
}

#main-header nav.navbar ul li:not(:last-child) a.active:after,
#main-header nav.navbar ul li:not(:last-child) a:hover:after {
  opacity: 1;
}

@media (min-width: 576px) {
  #main-header nav.navbar ul li:not(:last-child) a:after {
    width: 0;
    left: 50%;
    transition: .2s ease;
  }

  #main-header nav.navbar ul li:not(:last-child) a.active:after,
  #main-header nav.navbar ul li:not(:last-child) a:hover:after {
    left: 0;
    width: 100%;
  }
}

/* #main-header nav.navbar ul li a.active{
  text-decoration: underline;
} */

.bt-light-transp,
#main-header nav.navbar li:last-child a {
  border: 2px solid #FFF;
  border-radius: 30px;
  margin-left: 20px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-color ease-in-out 0.2s;
}

.bt-light-transp:hover,
#main-header nav.navbar li:last-child a:hover {
  border-color: #55825B;
  text-decoration: none;
  color: #FFF;
}

/* FOOTER */
footer#main-footer .navbar-brand svg {
  width: 304px;
  height: 56px;
}


footer#main-footer .brand {
  margin-bottom: 25px;
}

#nav-footer {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

#nav-footer .navbar-nav {
  margin: auto;
}

#nav-footer li.sep {
  position: relative;
  width: 6px;
}

#nav-footer li.sep:after {
  position: absolute;
  content: ".";
  top: -1px;
  width: 100%;
  left: 0;
  font-size: 2rem;
}

address {
  margin-bottom: 0;
}

.social-media {
  margin: 50px 0;
}

.social-media a {
  display: inline-block;
  margin-left: 12.5px;
  margin-right: 12.5px;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
}

.social-media a.instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Cg id='icon-instagram' transform='translate(-3600.237 -5250.366)'%3E%3Cpath id='Path_196' data-name='Path 196' d='M3625.763,5250.366h-16.052a9.485,9.485,0,0,0-9.474,9.474v16.052a9.485,9.485,0,0,0,9.474,9.474h16.052a9.485,9.485,0,0,0,9.474-9.474V5259.84a9.485,9.485,0,0,0-9.474-9.474m7.422,25.526a7.431,7.431,0,0,1-7.422,7.422h-16.052a7.43,7.43,0,0,1-7.422-7.422V5259.84a7.43,7.43,0,0,1,7.422-7.422h16.052a7.431,7.431,0,0,1,7.422,7.422Z' fill='%23fffff4'/%3E%3Cpath id='Path_197' data-name='Path 197' d='M3617.737,5258.3a9.57,9.57,0,1,0,9.57,9.57,9.581,9.581,0,0,0-9.57-9.57m0,17.088a7.518,7.518,0,1,1,7.518-7.518,7.527,7.527,0,0,1-7.518,7.518' fill='%23fffff4'/%3E%3Cpath id='Path_198' data-name='Path 198' d='M3627.536,5254.9a2.828,2.828,0,1,0,2.828,2.828,2.832,2.832,0,0,0-2.828-2.828m0,3.6a.776.776,0,1,1,.776-.776.777.777,0,0,1-.776.776' fill='%23fffff4'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.social-media a.twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Cg id='icon-twitter' transform='translate(-3652.962 -5250.366)'%3E%3Cpath id='Path_199' data-name='Path 199' d='M3678.488,5250.366h-16.052a9.485,9.485,0,0,0-9.474,9.474v16.052a9.485,9.485,0,0,0,9.474,9.474h16.052a9.485,9.485,0,0,0,9.474-9.474V5259.84a9.485,9.485,0,0,0-9.474-9.474m7.422,25.526a7.431,7.431,0,0,1-7.422,7.422h-16.052a7.431,7.431,0,0,1-7.422-7.422V5259.84a7.43,7.43,0,0,1,7.422-7.422h16.052a7.43,7.43,0,0,1,7.422,7.422Z' fill='%23fffff4'/%3E%3Cpath id='path5' d='M303.719,398.366a8.775,8.775,0,0,1-2.521.691,4.4,4.4,0,0,0,1.93-2.429,8.789,8.789,0,0,1-2.788,1.065,4.394,4.394,0,0,0-7.481,4,12.464,12.464,0,0,1-9.049-4.587,4.395,4.395,0,0,0,1.359,5.861,4.373,4.373,0,0,1-1.988-.549c0,.018,0,.037,0,.055a4.393,4.393,0,0,0,3.522,4.3,4.4,4.4,0,0,1-1.983.075,4.394,4.394,0,0,0,4.1,3.049,8.808,8.808,0,0,1-5.452,1.879,8.927,8.927,0,0,1-1.047-.061,12.485,12.485,0,0,0,19.221-10.518q0-.286-.013-.568a8.918,8.918,0,0,0,2.19-2.272Z' transform='translate(3377.442 4863.57)' fill='%23fffff4'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.social-media a.facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Cg id='icon-facebook' transform='translate(-3652.962 -5250.366)'%3E%3Cpath id='Path_199' data-name='Path 199' d='M3678.488,5250.366h-16.052a9.485,9.485,0,0,0-9.474,9.474v16.052a9.485,9.485,0,0,0,9.474,9.474h16.052a9.485,9.485,0,0,0,9.474-9.474V5259.84a9.485,9.485,0,0,0-9.474-9.474m7.422,25.526a7.431,7.431,0,0,1-7.422,7.422h-16.052a7.431,7.431,0,0,1-7.422-7.422V5259.84a7.43,7.43,0,0,1,7.422-7.422h16.052a7.43,7.43,0,0,1,7.422,7.422Z' fill='%23fffff4'/%3E%3Cpath id='Path_200' data-name='Path 200' d='M3674.818,5268.553h-2.811v10.3h-4.257v-10.3h-2.026v-3.619h2.026v-2.341a3.992,3.992,0,0,1,4.3-4.3l3.154.013v3.512h-2.289a.867.867,0,0,0-.9.986v2.13h3.182Z' fill='%23fffff4'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.social-media a.youtube {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Cg id='icon-youtube' transform='translate(-3710.946 -5250.366)'%3E%3Cpath id='Path_201' data-name='Path 201' d='M3724.795,5274.552a1.62,1.62,0,0,1-1.615-1.618v-11.076a1.612,1.612,0,0,1,2.391-1.417l10.209,5.586a1.615,1.615,0,0,1-.01,2.84l-10.209,5.49a1.619,1.619,0,0,1-.766.195m.574-2.578,8.433-4.535-8.433-4.614Z' fill='%23fffff4'/%3E%3Cpath id='Path_203' data-name='Path 203' d='M3678.488,5250.366h-16.052a9.485,9.485,0,0,0-9.474,9.474v16.052a9.485,9.485,0,0,0,9.474,9.474h16.052a9.485,9.485,0,0,0,9.474-9.474V5259.84a9.485,9.485,0,0,0-9.474-9.474m7.422,25.526a7.431,7.431,0,0,1-7.422,7.422h-16.052a7.431,7.431,0,0,1-7.422-7.422V5259.84a7.43,7.43,0,0,1,7.422-7.422h16.052a7.43,7.43,0,0,1,7.422,7.422Z' transform='translate(57.984)' fill='%23fffff4'/%3E%3C/g%3E%3C/svg%3E");
}

/**/
.header-promo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header-promo .promo::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  /* background: linear-gradient(#222, #00000000); */
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.header-promo.home {
  min-height: 540px;
  transition: height ease-in-out 0.3s;
}

.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-top {
  top: 0;
}

/* FOOTER */
footer#main-footer {
  background-color: #55825B;
}

/* COMMON */
#intro.content-sec {
  opacity: 0;
}

.content-sec {
  padding: 150px 0;
}

.content-sec.no-pad-bottom {
  padding-bottom: 0;
}

.content-sec.no-pad-top {
  padding-top: 0;
}

.content-sec.light {
  background-color: #FFFFF4;
  color: #55825B;
}

.content-sec.light a {
  color: #55825B;
  text-decoration: underline;
}

.content-sec.pantone {
  background-color: #55825B;
  color: #FFFFF4;
}

.content-sec.pantone a {
  color: #FFFFF4;
  text-decoration: underline;
}

.content-sec a.round-full-light,
.content-sec a.round-full,
.content-sec a.round-transp {
  color: #FFFFF4;
  text-decoration: none;
  border: 2px solid #FFFFF4;
  border-radius: 80px;
  padding: 10px 30px;
  margin: 0 10px;
  display: inline-block;
}

.content-sec.light a.round-transp {
  color: #55825B;
  border: 2px solid #55825B;
}

.content-sec.light a.round-full {
  border: 2px solid #55825B;
  background-color: #55825B;
  box-shadow: 0px 0px 30px #B9B9AB;
}

.content-sec a.round-full-light {
  border: 2px solid #FFFFF4;
  background-color: #FFFFF4;
  color: #55825B;
}

.content.def-page {
  margin-bottom: 100px;
}

/* HOME */
body.page-home section#intro {
  position: relative;
  width: 100%;
  color: #FFF;
  display: flex;
  align-items: center;
  min-height: 540px;
  transition: height ease-out 0.3s;
}

body.page-home section#intro .content h2 {
  margin: 25px 0;
  font-size: 1.75rem;
  font-family: atten-round-new, sans-serif;
}

body.page-home section#intro .content p {
  margin: 0 100px;
}

body.page-home .w-arrow-down {
  position: absolute;
  bottom: 75px;
  width: 100%;
}

body.page-home #celebration-steps h3 {
  margin-bottom: 25px;
}

body.page-home #celebration-steps .steps article {
  margin-top: 100px;
}

body.page-home #celebration-steps article p {
  margin: 0 20px;
}

body.page-home #pricing .price {
  background: #FFFFF4 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #23552A;
  border-radius: 60px;
  display: inline-block;
  color: #55825B;
  padding: 15px 50px;
  margin: 50px 0;
  text-align: center;
}

body.page-home #pricing h3 {
  font-size: 2.813rem;
  position: relative;
}

body.page-home #pricing h3 span.up {
  font-size: 1.75rem;
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
}

body.page-home #pricing .content {
  font-size: 1.75rem;
  line-height: 1.75rem;
}

body.page-home #pricing p.statement {
  margin-bottom: 50px;
}

body.page-home #pricing p.action-call {
  margin-top: 50px;
}

body.page-home #pricing .content small {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

body.page-home section#about-us h2 {
  margin-bottom: 50px;
}

body.page-home section#about-us {
  font-size: 1.75rem;
  line-height: 2rem;
}

body.page-home section#about-us .media {
  position: relative;
}

body.page-home section#about-us .media .w-image {
  position: absolute;
  top: -20px;
}

body.page-home section#testimonials h2 {
  margin-bottom: 25px;
}

body.page-home section#testimonials {
  font-size: 1.75rem;
  line-height: 2rem;
}

/* Testimonials and Celebrants */
.w-profile {
  margin-bottom: 25px;
}

/* .w-profile:first-child {
  margin-top: 100px;
} */
article.profile {
  background: #FFFFF4 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #23552A;
  border: 2px solid #FFFFF4;
  border-radius: 10px;
  text-align: center;
  color: #55825B;
  padding: 50px;
  height: 100%;
}

article.profile.light {
  box-shadow: 0px 0px 30px #B9B9AB;
}

article.profile .w-image {
  width: 150px;
  height: 150px;
  display: flex;
  border-radius: 500px;
  background: #eee;
  align-items: center;
  margin: auto;
  overflow: hidden;
}

article.profile .w-image img {
  border-radius: 500px;
}

article.profile h3 {
  margin: 15px 0;
}

article.profile p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

article.profile .rating {
  margin-bottom: 25px;
}

.w-profile.horizontal article.profile {
  text-align: left;
}

.w-profile.horizontal article.profile h3 {
  margin-top: 0;
}

.read-more-collapse-block .collapse:not(.show) {
  display: block;
  height: 0rem;
  overflow: hidden;
}

.read-more-collapse-block .collapsing {
  height: 0rem;
}

.read-more-collapse-block a.collapsed::after {
  content: 'Read More';
  color: #FFFFF4;
  text-decoration: none;
}

.read-more-collapse-block a:not(.collapsed) {
  margin-top: 20px;
}

.read-more-collapse-block a:not(.collapsed)::after {
  content: 'Read Less';
  color: #FFFFF4;
  text-decoration: none;
}

/* PAGE location - slough and kingston */
main.main-location h1 {
  margin-bottom: 50px;
}

main.main-location #intro h2 {
  font-family: atten-round-new, sans-serif;
  font-size: 1.75rem;
  margin-bottom: 50px;
}

body.page-post #intro .thumb-image img,
main.main-location #intro .location-image img {
  border-radius: 10px;
}

body.page-post #intro .w-content,
main.main-location #intro .w-content {
  display: contents !important;
  overflow: visible;
  margin-right: 4rem;
}

body.page-post #intro .w-media,
main.main-location #intro .w-media {
  position: relative;
  display: inline-block;
  width: 46%;
  margin-left: 4rem;
  margin-bottom: 30px;
}

main.main-location #intro .location-video {
  position: absolute;
  width: 348px;
  height: 200px;
  top: 70px;
  right: -150px;
}

main.main-location #intro .location-video video {
  width: auto;
  height: 100%;
  border-radius: 10px;
  background-color: #B9B9AB;
  border: 6px solid #FFFFF4;
}

main.main-location #intro .location-video video:focus {
  outline: none;
}

#wlk-competitors .table-responsive {
  margin-top: 50px;
}

#wlk-competitors .desktop-content {
  display: block;
}

#wlk-competitors .mobile-content {
  display: none;
}

table.competitors {
  margin: 20px 0;
}

table.competitors td.featured {
  background-color: #55825B;
  color: #FFFFF4;
  box-shadow: 0px 0px 25px #B9B9AB;
  position: relative;
}

table.competitors td.featured:before {
  background-color: #55825B;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 30px;
  content: '';
  z-index: 1;
}

table.competitors td.featured.first {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

table.competitors td {
  border-top: 0;
  text-align: center;
  vertical-align: middle;
  height: 110px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  color: #55825B;
}

table.competitors tr.price {
  background-image: linear-gradient(to right, #55825B 98%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

table.competitors tr.price td.featured {
  background-image: linear-gradient(to right, #FFFFF4 98%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

table.competitors tr.ash {
  /* border-top-style: dashed; */
  background-image: linear-gradient(to right, #55825B 72%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
}

table.competitors tr.ash td.featured {
  /* border-top-style: dashed; */
  background-image: linear-gradient(to right, #FFFFF4 72%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-clip: padding-box;
}

table.competitors td.featured.last,
table.competitors td.featured.last:before {
  background-clip: padding-box;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

table.competitors tr.price td:not(.featured):not(:first-child),
table.competitors tr.ash td:not(.featured):not(:first-child) {
  font-size: 1.125rem;
}

table.competitors tr.ash td small {
  display: block;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

table.competitors tr td:first-child {
  min-width: 150px;
  text-align: left;
  font-family: ivypresto-text, serif;
  color: #55825B;
  font-size: 1.75rem;
}

table.competitors td.featured.third,
table.competitors td.featured.third:before {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

table.competitors td span.tag {
  position: relative;
  display: inline-block;
}

table.competitors td span.up {
  font-size: 70%;
  line-height: 1rem;
  position: relative;
  top: -3px;
  right: 0;
  display: inline-block;
}

table.competitors td.featured span.up {
  top: -5px;
}

.f-note {
  margin-top: 20px;
  display: inline-block;
}

.fotorama__img {
  border-radius: 10px !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus),
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus):not(.fotorama__arr--disabled),
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus):not(.fotorama__arr--disabled) {
  opacity: 1;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus).fotorama__arr--disabled,
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus).fotorama__arr--disabled {
  opacity: 0.5;
}

.fotorama__stage__frame,
.fotorama__img {
  border-radius: 10px;
}

#wlk-gallery .fotorama__arr {
  background-position: 0 0;
  width: 58px !important;
  height: 108px !important;
  margin-top: -48px;
  background-size: cover;
}

#wlk-gallery .fotorama__arr--prev {
  right: 0;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51.262' height='95.452' viewBox='0 0 51.262 95.452'%3E%3Cdefs%3E%3Cstyle%3E.sts%7Bfill:none;stroke:%2355825b;stroke-linecap:round;stroke-width:5px;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(1236.078 806.32)'%3E%3Cpath class='sts' d='M-188.352-78.594-232.542-34.4l44.191,44.191' transform='translate(-1000 -724.191)'/%3E%3C/g%3E%3C/svg%3E");
}

#wlk-gallery .fotorama__arr--next {
  right: 0;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='94' viewBox='0 0 51 94' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.53705 90.917L46.7271 46.723L2.53604 2.53199' stroke='%2355825B' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

#wlk-gallery .fotorama__arr--disabled {
  opacity: 0.5;
}

.fotorama__thumb-border,
.fotorama__thumb {
  border-radius: 10px;
  border-color: #55825B;
}

/* CONTACT US */
#contact-us h2 {
  margin-bottom: 50px;
  font-size: 2.813rem;
}

#contact-us .textwidget {
  font-size: 1.75rem;
}

#contact-us .textwidget hr {
  /* border-top-style: dashed; */
  background-image: linear-gradient(to right, #55825B 72%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  border: 0;
  height: 1px;
  margin: 50px 0;
}

#contact-us form {
  margin-top: 50px;
  text-align: left;
  font-size: 1.75rem;
  line-height: 1.75rem;
  width: 100%;
}

#contact-us form input[type="email"],
#contact-us form input[type="text"],
#contact-us form input[type="tel"] {
  width: 100%;
  border: 2px solid #55825B;
  border-radius: 10px;
  background-color: #FFFFF4;
  height: 54px;
  padding: 0 20px;
  color: #55825B;
}

#contact-us form input[type="email"]:focus,
#contact-us form input[type="text"]:focus,
#contact-us form input[type="tel"]:focus {
  border: 2px solid #325036;
  outline: none;
}

#contact-us form label input {
  display: inline-block;
  margin-top: 15px;
}

#contact-us form input[type="submit"] {
  background: #55825B;
  box-shadow: 0px 0px 30px #B9B9AB;
  border-radius: 80px;
  padding: 10px 60px;
  border: 0;
  color: #FFFFF4;
  outline: none;
  margin-top: 30px;
}

#contact-us .wpcf7-not-valid-tip {
  font-size: 1.125rem;
  margin-top: 10px;
}

#contact-us .wpcf7-response-output {
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  margin: 50px 0 0;
}

/* Page FAQ */
article.faq h2 {
  font-size: 1.75rem;
}

article.faq.last {
  margin-bottom: 0;
}

/* Page blog */

body.page-blog {
  background-color: #FFFFF4;
  color: #55825B;
}

article.list-post {
  background: #FFFFF4 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #B9B9AB;
  border-radius: 10px;
  color: #55825B;
  height: 100%;
}

article.list-post .thumb {
  background-color: #EEE;
  width: 100%;
  height: 0;
  padding-top: 66%;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: 230px;
  overflow: hidden;
}

article.list-post a.wrapper {
  display: block;
  text-decoration: none;
  color: #55825B
}

article.list-post .content {
  padding: 50px;
}

article.list-post .thumb img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

article.list-post h3 {
  margin-bottom: 15px;
}

article.list-post span.read-more {
  display: inline-block;
  margin-top: 20px;
}

article.list-post span.read-more:hover {
  text-decoration: underline;
}

/* Location */
article.list-location {
  background: #FFFFF4 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #B9B9AB;
  border-radius: 10px;
  color: #55825B;
  height: 100%;
  position: relative;
}

article.list-location .thumb {
  background-color: #EEE;
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
  border-radius: 10px;
  max-height: 430px;
  overflow: hidden;
}

article.list-location .thumb::after {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

article.list-location a.wrapper {
  display: block;
  text-decoration: none;
  color: #55825B
}

article.list-location .content {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  position: absolute;
  top: 0;
  color: #FFFFF4;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
}

article.list-location .content .inner {
  width: 100%;
}

article.list-location .content .excerpt {
  height: 120px;
}

article.list-location .thumb img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
}

article.list-location h3 {
  margin-bottom: 15px;
}

article.list-location span.read-more {
  display: inline-block;
  margin-top: 20px;
}

article.list-location span.read-more:hover {
  text-decoration: underline;
}

.wlk-pagination {
  font-size: 1.75rem;
  text-align: center;
  margin: 50px auto 0;
}

.wlk-pagination .prev.page-numbers {
  margin-right: 50px;
}

.wlk-pagination .next.page-numbers {
  margin-left: 50px;
}

.wlk-pagination a.page-numbers {
  padding: 0 20px;
  color: #55825B;
}

.wlk-pagination .page-numbers.current {
  font-weight: bold;
  padding: 0 20px;
  display: inline-block;
  font-size: 1.875rem;
}

.wlk-pagination .links {
  display: inline-block;
}

/* PAGE POST */
body.page-post .post-thumbnail img {
  border-radius: 10px;
}

body.page-post h1 {
  margin: 50px 0;
}

body.page-post .entry-content {
  font-size: 1.75rem;
  line-height: 2rem;
}

.pagination-single {
  margin-top: 100px;
  min-height: 79px;
  clear: both;
}

.pagination-single .next-post,
.pagination-single .previous-post {
  color: #55825B;
  font-size: 1.875rem;
}

.clear {
  clear: both;
}

.pagination-single hr {
  border-color: #55825B;
}

.pagination-single .next-post {
  float: right;
}

/* MAINTENANCE PAGE */
body#error-page {
  background-color: #55825B;
  padding: 0;
  margin: 0;
  color: #FFF;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  margin: auto;
  box-shadow: none;
}

body#error-page p,
body#error-page .wp-die-message {
  color: #FFF;
  margin: 0;
  font-size: 1.75rem;
}

.wp-die-message {
  height: 100%;
}

.wp-die-message h1 {
  color: #FFF;
}

section#maintenance {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

section#maintenance h1 {
  border: 0;
  font-size: 2.813rem;
  ;
}

section#maintenance .logo {
  width: 485px;
  display: inline-block;
  height: 85px;
  max-width: 100%;
}

section#maintenance .logo svg {
  width: 100%;
  height: 100%;
}

/* RESPONSIVE */
@media (min-width: 1200px) {

  .container.wide,
  .container-lg.wide,
  .container-md.wide,
  .container-sm.wide,
  .container-xl.wide {
    max-width: 1220px;
  }
}

@media (min-width: 1600px) {

  .container.wide,
  .container-lg.wide,
  .container-md.wide,
  .container-sm.wide,
  .container-xl.wide {
    max-width: 1700px;
  }

  .container.wide article.profile {
    margin: 0 30px;
  }
}

/* L devices */
@media (max-width: 1199.98px) {

  #main-header nav.navbar {
    padding: 20px 20px 0 20px !important;
  }

  #main-header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  #main-header .navbar-dark .navbar-toggler {
    border-color: #FFF;
    outline: none;
  }

  #main-header .navbar-dark .navbar-toggler:focus {
    outline: none;
  }

  #main-header.is-expanded nav.navbar::before {
    opacity: 0.8;
  }

  #main-header nav.navbar ul {
    margin-top: 20px;
  }

  #main-header nav.navbar ul li a.nav-link {
    margin: 5px 0;
    display: inline-block;
  }

  #main-header nav.navbar ul li:last-child a.nav-link {
    margin-top: 20px;
  }

  #contact-us.content-sec.light a.round-full {
    margin-top: 25px;
  }

  .w-profile:not(.horizontal) article.profile {
    padding: 20px;
  }
}

@media (max-width: 1270px) {
  #main-header nav.navbar ul li a {
    margin: 0 15px;
  }
}

/* M devices */
@media (max-width: 991.98px) {
  body.page-home section#intro .content p {
    margin: 0 10px;
  }

  #wlk-competitors .desktop-content {
    display: none;
  }

  #wlk-competitors .mobile-content {
    display: block;
    border: 2px solid #55825B;
    border-radius: 10px;
    padding: 40px 20px;
  }

  #wlk-competitors .mobile-content h2 {
    margin-bottom: 40px;
  }

  #wlk-competitors .mobile-content .box {
    width: 240px;
    border: 2px solid #55825B;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 20px;
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  #wlk-competitors .mobile-content .box .title {
    margin: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #55825B;
  }

  #wlk-competitors .mobile-content .box.featured {
    background-color: #55825B;
    color: #FFFFF4;
    box-shadow: 0px 0px 25px #B9B9AB;
    position: relative;
  }

  #wlk-competitors .mobile-content .box .ash {
    margin-bottom: 20px;
    margin-top: 5px;
  }

  #wlk-competitors .mobile-content .box.featured .ash {
    margin-top: 0;
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  #wlk-competitors .mobile-content .box .ash,
  #wlk-competitors .mobile-content .box .ash small {
    display: block;
    font-size: 1.125rem;
    line-height: 1.125rem;
  }

  #wlk-competitors .mobile-content .box.featured .title {
    border-color: #FFFFF4;
  }

  #wlk-competitors .mobile-content .box.featured .price:not(.last) {
    margin: 20px;
    padding-bottom: 20px;
    background-image: linear-gradient(to right, #FFFFF4 72%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-clip: padding-box;
  }

  #wlk-competitors .mobile-content .box .price.last {
    margin-bottom: 20px;
  }

  body.page-home section#about-us .media .w-image {
    position: relative;
    margin-left: -30px;
    margin-top: 40px;
  }

  #wlk-gallery .fotorama__arr {
    background-size: contain;
    width: 40px !important;
    height: 75px !important;
    margin-top: -36px;
  }

  .w-profile.horizontal article.profile {
    text-align: center;
  }

  .w-profile.horizontal article.profile h3 {
    margin-top: 15px;
  }
}

/*S devives */
@media (max-width: 767.98px) {
  article.profile {
    padding: 50px;
  }

  #wlk-gallery .fotorama__arr {
    background-size: contain;
    width: 27px !important;
    height: 50px !important;
    margin-top: -25px;
  }

  #savings a {
    padding: 5px 25px;
    margin: 10px 0;
  }

  #savings a.round-transp {
    font-size: 2rem;
  }

  body.page-post #intro .w-content,
  main.main-location #intro .w-content {
    display: block !important;
    overflow: hidden;
    margin-right: 0rem;
    float: none !important;
  }

  body.page-post #intro .w-media,
  main.main-location #intro .w-media {
    position: relative;
    display: block;
    width: 100%;
    margin-left: 0rem;
    float: none !important;
  }
}

/*XS devices */
@media (max-width: 575.98px) {
  #main-header nav.navbar {
    padding: 40px 20px;
  }

  #cookies-bar a {
    margin-top: 5px;
  }

  #alternative a.round-transp {
    font-size: 2rem;
    line-height: 2rem;
    margin: 10px 0;
  }
}