/*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #003A5D;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #ccc;
  text-shadow: none;
}

::selection {
  background: #ccc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #003A5D;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #FBF0E9;
  color: #003A5D;
  padding: 0.2em 0;
}

/* My Styles */

body {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background: #FBF0E9;
  color: #003A5D;
  margin: 0;
  min-height: 100vh;
}

* {
  box-sizing: border-box;
}

* {
  min-height: 0;
  min-width: 0;
}

img {
  width: 100%;
}

.travelalert {
  font-size: .85em;
  text-transform: uppercase;
  text-align: center;
  background-color: #002941;
  color: #00A5B8;
  padding: 15px;
}

.travelalert a {
  color: #00A5B8;
  font-weight: 400;
}

.wrapper {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  /* grid-gap: 5px; */
}

.wrapper>* {
  grid-column: col-start / span 12;
}

/* Typography */

/*
 Century Gothic Pro Bold
 font-family: century-gothic, sans-serif;
 font-weight: 700;
 font-style: normal;

 Century Gothic Pro Bold Italic
 font-family: century-gothic, sans-serif;
 font-weight: 700;
 font-style: italic;

 Century Gothic Pro Italic
 font-family: century-gothic, sans-serif;
 font-weight: 400;
 font-style: italic;

 Century Gothic Pro Regular
 font-family: century-gothic, sans-serif;
 font-weight: 400;
 font-style: normal; */

h1, h2, h3, h4, h5 {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #003A5D;
}

h1 {
  font-size: 2em;
  line-height: .9em;
  text-transform: uppercase;
}

h2 {
  /* color: #E82C2A; */
  font-size: 1.75em;
  margin-top: 5px;
  line-height: .9em;
}

p {
  line-height: 1.5em;
  padding-bottom: .25em;
}

.introlink {
  margin-bottom: 0;
  text-transform: uppercase;
  /* letter-spacing: -1px; */
  font-size: .8em;
  letter-spacing: 1px;
}

a {
  color: #007A89;
  /* color: #E82C2A; */
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.centertxt {
  text-align: center;
}

.allcaps {
  text-transform: uppercase;
}

.addspacebelow {
  padding-bottom: 40px;
}

.addspaceabove {
  padding-top: 40px;
}

.small {
  font-size: .8em;
}

.increasefontsize {
  font-size: 125%;
}

/* Header */

.main-head {
  background: #003a5d;
}

.logo {
  max-width: 300px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 15px;
}

#stickylogo {
  max-width: 0;
  display: none;
}

.hideonmobile {
  display: none;
}

/* image slider */

.slick-slide img {
  /* height: 500px;
   width: auto; */
}

.slick-slide {
  /* position: relative; */
}

.imgsliderbox {
  position: relative;
}

.slidertext {
  position: absolute;
  top: 10px;
  background-color: #840029;
  padding: 20px 40px;
  padding-left: 20px;
  font-weight: bolder;
  color: #ffffff;
  box-shadow: 1px 1px 5px #002941;
}

.slidertext span {
  color: #FEC553;
}

.imgsliderbox ul {
  margin: 0;
}

.prev {
  display: block;
  position: absolute;
  top: 40%;
  left: 25px;
  height: 40px;
  width: 40px;
  background: url('../images/back.svg') no-repeat;
}

.next {
  display: block;
  position: absolute;
  top: 40%;
  right: 25px;
  height: 40px;
  width: 40px;
  background: url('../images/next.svg') no-repeat;
}

.slick-dots {
  bottom: 20px !important;
}

.slick-dots li button:before {
  color: #fff !important;
  font-size: 16px !important;
}

/* hide slick dot on these pages */

.meetings-page .slick-dots li button:before, .pet-friendly-page .slick-dots li button:before, .contact-page .slick-dots li button:before, .waterpark-page .slick-dots li button:before, .mineral-pool-page .slick-dots li button:before, .eclub-page .slick-dots li button:before, .media-page .slick-dots li button:before, .reservationpolicy-page .slick-dots li button:before, .privacy-page .slick-dots li button:before, .travelinfo-page .slick-dots li button:before, .images-page .slick-dots li button:before {
  display: none !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.featuretext {
  display: none;
}

.sidebaronly .choicerewards, .sidebaronly-meetings .choicerewards {
  display: block;
  margin: 0 30px;
  padding-top: 40px;
  padding-bottom: 60px;
}

/* .side .choicerewards h3 {
  font-weight: 400;
  font-size: 1.25em;
  margin-top: 0;
} */

.content {
  margin: 2% 5%;
}

.singleitem-box {
  position: relative;
  background: #ffffff;
  margin-bottom: 30px;
}

.singleitem-box-text {
  padding: 30px;
}

.singleitem-box-text h2 {
  font-size: 1.5em;
}

/* guestrooms pages */

.room-box {
  background: #fff;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

.rooms-box-text {
  padding: 2%;
}

.rooms-box-text h2 {
  font-size: 1.25em;
}

.room-images {
  float: right;
  padding-bottom: 20px;
}

p.roominfo {
  text-transform: uppercase;
}

.singleitem-box-text i {
  padding-right: 10px;
}

/* specials page */

.specialitem-box {
  position: relative;
  background: #FBF0E9;
}

.specialboxtext {
  background: white;
  display: inline-block;
  padding: 20px 30px;
  margin-top: -150px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  border-radius: 2%;
}

.specialboxtext h2 {
  color: #840029;
  font-size: 1.75em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -1px;
}

.specialboxtext span {
  color: #E82C2A;
  font-weight: 400;
}

.specialboxtext .addspacebelow {
  padding-bottom: 15px;
}

.specialboxtext .lnkbtn {
  background: #00A5B8;
}

.specialboxtext .lnkbtn a {
  color: #ffffff;
}

.tc {
  font-size: .65em;
  padding-top: 10px;
}

/* end specials page */

/* image gallery */

#slightbox img {
  width: initial;
}

.slightbox-container a {
  display: inline-block;
  max-width: 48%;
  padding: 10px;
}

.slightbox-container a img {
  max-width: 100%;
}

.side {
  text-align: center;
}

.side h3 {
  font-size: 1.5em;
  color: #FBF0E9;
  margin-bottom: 0;
}

.side h4 {
  font-size: 1.25em;
  color: #FEC553;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.side p {
  color: #FBF0E9;
}

.side ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.side a {
  color: #FEC553;
}

.sidebaronly-meetings p, .sidebaronly-meetings h3, .sidebaronly-meetings h4, .sidebaronly-meetings ul {
  text-align: left;
  padding-bottom: 0;
}

.sidebaronly-meetings p, .sidebaronly-meetings ul {
  font-size: .9em;
}

/* Nav */

nav ul {
  list-style-type: none;
}

.main-nav {
  background: #003a5d;
  padding-right: 40px;
  text-transform: uppercase;
  font-size: .95em;
}

.main-nav a {
  color: #fff;
  text-decoration: none;
}

.main-nav a.active {
  color: #FEC553;
}

.item:not(.nav-button) a:hover, .item a:hover::after {
  color: #FEC553;
}

.has-submenu a {
  cursor: pointer;
}

.has-submenu>a::after {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  content: "\f107";
  padding-left: 5px;
}

.nav-button button {
  font-family: century-gothic, sans-serif;
  font-size: 1.15em;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  background: #FEC553;
  border-radius: 25px;
  color: #003a5d;
  padding: 10px 30px;
  margin-top: -10px;
  margin-left: 15px;
}

.submenu {
  display: none;
}

.submenu-active .submenu {
  display: block;
  font-size: .9em;
}

.item.nav-button {
  padding: 10px 0 10px 30px;
}

.item {
  padding-bottom: 25px;
}

.submenu a {
  color: #fff;
  font-weight: 400;
}

.submenu li {
  padding: 10px;
  padding-left: 20px;
}

ul .submenu {
  padding: 0;
  margin: 0;
}

.submenu li:first-child {
  padding-top: 15px;
}

nav>ul li:hover ul a:hover {
  font-weight: 700;
}

.toggle {
  font-size: 2.5em;
  position: absolute;
  margin-top: -10px;
  right: 60px;
  transition: all 0.2s ease-in-out;
}

.toggle a:visited {
  color: #fff;
}

.item {
  display: none;
}

.active .item {
  display: block;
}

/* zoom effect on images */

figure {
  padding: 0;
  margin: 0;
}

figure {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

figure a {
  display: block;
}

figcaption {
  position: absolute;
  cursor: pointer;
  background: #00A5B8;
  opacity: .9;
  background: #003A5D;
  font-size: .75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 30px;
  width: 100%;
  bottom: -30px;
  transition: left 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

a figcaption {
  color: #fff;
  font-weight: 400;
}

figure:hover figcaption {
  bottom: 0;
}

.hover01 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover01:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* end zoom effect for images */

.lnkbtn {
  font-size: .85em;
  letter-spacing: 1px;
  margin-top: 30px;
  background: #FEC553;
  padding: 10px 35px;
  border-radius: 25px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
}

.lnkbtn a {
  color: #003A5D;
  font-weight: 400;
}

/* privacy policy */

.privacy-policy .accordion .active, .privacy-policy .accordion:hover {
  background-color: #fff;
}

.privacy-policy .accordion {
  text-transform: none;
}

.privacy-policy .accordion {
  width: 100%;
}

.privacy-policy h2 {
  font-size: 1.5em;
}

a.anchor {
  display: block;
  position: relative;
  top: -100px;
}

.privacy-policy .accordion h2:after {
  content: '\2716';
  transform: rotate(45deg);
  font-weight: bold;
  float: right;
  font-size: .8em;
  margin-right: 10px;
}

.privacy-policy .accordion:focus h2:after {
  content: '\2716';
  transform: rotate(90deg);
}

.privacy-policy .accordion:last-of-type {
  margin-bottom: 40px;
}

.privacy-policy .panel:last-of-type {
  margin-bottom: 40px;
  margin-top: -40px;
}

.privacy-policy caption {
  text-align: left;
  font-weight: 600;
  padding-bottom: 10px;
}

.privacy-policy table {
  margin-bottom: 50px;
}

.privacy-policy table tr {
  border: 1px solid #fff;
}

.privacy-policy table tr th {
  border: 1px solid #fff;
  padding: 5px 15px;
  text-align: left;
  line-height: 1.3em;
}

.privacy-policy table tr td {
  border: 1px solid #fff;
  padding: 5px 15px;
  line-height: 1.3em;
}

/* cookie consent */

.cc-btn {
  text-transform: uppercase;
  padding: .4em 1.75em !important;
}

/* Style the buttons that are used to open and close the accordion panel */

button.accordion {
  background-color: #fdf9f6;
  color: #212428;
  cursor: pointer;
  padding: 20px;
  margin-top: 15px;
  padding-bottom: 0;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: .8em;
  text-transform: uppercase;
  display: block;
  font-weight: 100;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.privacy-policy .active, .accordion:hover {
  color: #5c626b;
  background-color: #fff;
}

/* Style the accordion panel. Note: hidden by default */

.panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

/* accessible carousel for rooms pages --> https://github.com/nico3333fr/van11y-accessible-carrousel-aria/ ------------------------------------------------------------*/

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.mb0 {
  margin-bottom: 0;
}

.relative {
  position: relative;
}

.mod--hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.mod--hidden {
  overflow: hidden;
}

.pb1 {
  /* padding-bottom: 1em; */
}

.news-carrousel__container {
  white-space: nowrap;
}

.news-carrousel__control__list {
  position: absolute;
  list-style-type: none;
  top: 100%;
  right: 0;
  left: 0;
  margin-top: -2.5em;
  padding-left: 0;
  text-align: center;
}

.news-carrousel__control__list__item {
  display: inline-block;
  margin: 0 .5em;
}

.news-carrousel__control__list__link {
  display: inline-block;
  width: .75em;
  height: .75em;
  background: #fff;
  border-radius: 1em;
  cursor: pointer;
  opacity: .8;
}

.news-carrousel__button-container {
  position: absolute;
  max-width: 40px;
}

.news-carrousel__button__previous {
  top: 50%;
  margin-top: -18px;
  left: 0;
  margin-left: 15px;
}

.news-carrousel__button__next {
  top: 50%;
  margin-top: -18px;
  right: 0;
  margin-right: 15px;
}

.news-carrousel__button__button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.slide .carrousel__content {
  display: inline-block;
  vertical-align: top;
  visibility: visible;
  width: 100%;
  position: relative;
  -webkit-transition: visibility 0s ease, transform .5s ease-in;
  transition: visibility 0s ease, transform .5s ease-in;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  white-space: normal;
}

[data-carrousel-active-slide="1"].slide>.carrousel__content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

[data-carrousel-active-slide="2"].slide>.carrousel__content {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

[data-carrousel-active-slide="3"].slide>.carrousel__content {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

[data-carrousel-active-slide="4"].slide>.carrousel__content {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}

[data-carrousel-active-slide="5"].slide>.carrousel__content {
  -webkit-transform: translateX(-400%);
  transform: translateX(-400%);
}

[data-carrousel-active-slide="6"].slide>.carrousel__content {
  -webkit-transform: translateX(-500%);
  transform: translateX(-500%);
}

[data-carrousel-active-slide="7"].slide>.carrousel__content {
  -webkit-transform: translateX(-600%);
  transform: translateX(-600%);
}

[data-carrousel-active-slide="8"].slide>.carrousel__content {
  -webkit-transform: translateX(-700%);
  transform: translateX(-700%);
}

[data-carrousel-active-slide="9"].slide>.carrousel__content {
  -webkit-transform: translateX(-800%);
  transform: translateX(-800%);
}

[data-carrousel-active-slide].slide>[aria-hidden="true"].carrousel__content {
  visibility: hidden;
  -webkit-transition-delay: .5s, 0s;
  transition-delay: .5s, 0s;
}

.fade .carrousel__content {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  white-space: normal;
}

.fade .carrousel__content[aria-hidden=true] {
  -webkit-animation: fadeout 1s;
  animation: fadeout 1s;
}

.fade .carrousel__content[aria-hidden=true] {
  display: none;
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

/* amenities page */

.amenitiesicons {
  text-align: center;
  font-size: .85em;
  text-transform: uppercase;
  width: 49%;
}

.amenitiesicons img {
  display: block;
  margin: 0 auto;
  max-width: 125px;
}

figure.amenitiesicons {
  vertical-align: top;
}

/* individual pages */

.winnipeg-page h2 {
  margin-bottom: 0;
  margin-top: 35px;
}

.winnipeg-page h3 {
  color: #840029;
  text-transform: uppercase;
  line-height: 1.15em;
}

.winnipeg-page p {
  font-size: .9em;
}

.winnipeg-page .singleitem-box-text {
  padding: 10px 30px;
}

/* eClub signup form */

.indicates-required {
  font-size: .75em;
}

.asterisk {
  color: #E82C2A;
}

.eclub label {
  display: block;
  padding-top: 20px;
}

.eclub input {
  padding: 5px 0;
  width: 100%;
  margin-top: 5px;
}

.eclub select {
  padding: 5px 0;
  width: 100%;
  margin-top: 5px;
}

select.provstate {
  margin-bottom: 40px;
}

input.eclub-submit-btn {
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  background: #840029;
  border-radius: 25px;
  color: #fff;
  padding: 15px 0;
  width: 75%;
  display: block;
  margin: 0 auto;
  letter-spacing: 1px;
}

/* end eclub page */

.side {
  background: #840029;
  color: white;
  padding: 20px;
}

.circlegraphic {
  background: url("https://www.clarionhotelwinnipeg.com/images/circles.png") repeat-y right;
}

#map {
  width: 100%;
  height: 500px;
  background-color: grey;
}

/* footer -------------------------------------------------------------------------------------------------------------------------------- */

footer nav ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
  padding-bottom: 30px;
}

footer nav ul li {
  padding-top: 20px;
}

.main-footer {
  background: #003a5d;
  color: #fff;
}

.main-footer a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.main-footer a.active {
  color: #FEC553;
}

.legal {
  font-size: .65em;
  text-align: center;
  color: #FBF0E9;
}

.main-footer .legal a:hover {
  color: #00A5B8;
}

.main-footer .logo {
  display: block;
  margin: 0 auto;
  max-width: 225px;
  padding-top: 20px;
}

.address {
  text-align: center;
  padding-top: 20px;
  font-size: .9em;
}

.number {
  text-align: center;
  font-size: 1.5em;
  color: #FEC553;
}

.sociallinks {
  font-size: 1.35em;
}

@media (min-width: 700px) {
  .hiddenontablet {
    visibility: hidden;
  }
  .travelalert {
    text-align: left;
    padding-left: 80px;
  }
  .logo {
    display: none;
  }
  h1 {
    font-size: 2.5em;
    line-height: .9em;
  }
  .logo-sq {
    max-width: 150px;
    display: block;
    margin: 0 auto;
  }
  .main-head {
    grid-column: col-start / span 12;
    ;
  }
  .main-nav {
    grid-column: col-start / span 12;
  }
  .main-nav {
    font-size: .85em;
  }
  .imgsliderbox {
    grid-column: col-start / span 12;
  }
  .room-images {
    max-width: 50%;
    padding-bottom: 0;
    margin-left: 10px;
  }
  .rooms-box-text p {
    font-size: .9em;
    line-height: 1.25em;
  }
  p.small.roominfo {
    font-size: .8em;
  }
  .singleitem-box-text {
    padding: 10px;
  }
  .singleitem-box-text h2 {
    font-size: 1.2em;
  }
  .singleitem-box-text .lnkbtn {
    font-size: .65em;
  }
  .side {
    grid-column: col-start 10 / span 3;
    /* grid-row: 4; */
  }
  .circlegraphic {
    grid-column: col-start 10 / span 3;
    grid-row: 4;
  }
  .content, .main-footer {
    grid-column: col-start / span 9;
  }
  /* .content {
    display: grid;
    gap: 20px;
    row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .one {
    grid-column: 1 / 4;
    grid-row: 1;
  }
  .two {
    grid-column: 1/3;
    grid-row: 2;
  }
  .three {
    grid-column: 1;
    grid-row: 3;
    margin-top: -30px;
  }
  .four {
    grid-column: 2;
    grid-row: 3;
    margin-top: -30px;
  }
  .five {
    grid-column: 3;
    grid-row: 2 / span 2;
    padding: 10px;
  } */
  /* .five ul {
    margin-left: 20px;
    padding-left: 0;
  }
  .five ul li {
    padding: 10px 0;
    margin-left: 0;
  } */
  /* .six {
    grid-column: 1;
    grid-row: 4;
    margin-top: 60px;
  }
  .seven {
    grid-column: 2 / span 2;
    grid-row: 4;
    margin-top: 60px;
  } */
  .textimgimg {
    padding-top: 15%;
    text-align: right;
    padding-right: 20px;
  }
  .imgimgtext {
    margin-top: 15%;
    padding: 10px;
  }
  nav ul {
    display: flex;
    justify-content: space-between;
  }
  .item {
    position: relative;
  }
  .submenu a {
    color: #003a5d;
  }
  .submenu li {
    padding: 10px;
  }
  .submenu-active .submenu {
    display: block;
    position: absolute;
    margin-top: 5px;
    width: 195px;
    left: 0;
    z-index: 103;
    padding: 10px;
    margin-top: 10px;
    width: 196px;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  .item {
    display: block;
    padding-bottom: 0;
  }
  .toggle {
    display: none;
  }
  .main-footer {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 2fr;
  }
  .main-footer a:hover {
    color: #FEC553;
  }
  .main-footer .logo {
    display: block;
    margin-left: 5%;
  }
  .footernav {
    margin-right: 5%;
    margin-top: 5%;
    font-size: .8em;
  }
  .main-footer nav ul {
    display: inline;
    text-align: right;
  }
  .main-footer nav ul li {
    padding: 3px;
  }
  .address {
    text-align: left;
  }
  .number {
    text-align: left;
  }
  .f-one {
    grid-column: 1;
    grid-row: 1;
  }
  .f-two {
    grid-column: 2;
    grid-row: 1;
  }
  .f-three {
    grid-column: 1 / 3;
    grid-row: 2;
  }
}

@media (min-width: 900px) {
  .hideonmobile {
    display: block;
  }
  .hideontablet {
    display: none;
  }
  .addspaceabove {
    padding-top: 0;
  }
  .submenu li {
    /* padding: 5px;
    padding-left: 20px; */
  }
  ul .submenu {
    padding: 0;
    margin: 0;
  }
  .submenu li:first-child {
    padding-top: 10px;
  }
  .amenitiesicons {
    width: unset;
  }
  .content {
    display: grid;
    gap: 20px;
    row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .one {
    grid-column: 1 / 4;
    grid-row: 1;
  }
  .two {
    grid-column: 1/3;
    grid-row: 2;
    background: #003A5D;
  }
  .three {
    grid-column: 1;
    grid-row: 3;
    margin-top: -30px;
  }
  .four {
    grid-column: 2;
    grid-row: 3;
    margin-top: -30px;
  }
  .five {
    grid-column: 3;
    grid-row: 2 / span 2;
    padding: 10px;
  }
  .five ul {
    margin-left: 20px;
    padding-left: 0;
  }
  .five ul li {
    padding: 10px 0;
    margin-left: 0;
  }
  .singleitem-box {
    margin-bottom: 0;
  }
  .specialboxtext {
    padding: 15px;
  }
}

@media (min-width: 1000px) {
  .hideontablet {
    display: block;
  }
  .hiddenontablet {
    visibility: visible;
  }
  .winnipeg-page .singleitem-box-text {
    padding: 10px;
  }
}

@media (min-width: 1300px) {
  .addspaceabove {
    padding-top: 40px;
  }
  .main-head {
    grid-column: col-start / span 2;
    ;
  }
  .main-nav {
    grid-column: col-start 3 / span 10;
  }
  .main-nav {
    font-size: .95em;
  }
  #stickylogo {
    max-width: 165px;
    margin-top: -15px;
  }
  .imgsliderbox {
    grid-column: col-start / span 9;
    grid-row: 2;
  }
  .slidertext {
    top: 50px;
    font-size: 1.2em;
  }
  .featuretext {
    display: block;
  }
  .featuretext i {
    padding-top: 10%;
    font-size: 1.75em;
  }
  .featuretext h3 {
    font-size: 2.75em;
    line-height: .95em;
    margin-top: 30px;
    color: #fff;
  }
  .featuretext .lnkbtn {
    background-color: #fff;
    padding: 10px 25px;
  }
  .featuretext .lnkbtn a {
    color: #840029;
  }
  .slightbox-container a {
    max-width: 33%;
    padding: 15px;
  }
  .sidebaronly, .sidebaronly-meetings {
    display: none;
  }
  .content {
    grid-column: col-start / span 10;
    grid-row: 3;
  }
  .singleitem-box-text {
    padding: 30px;
  }
  .singleitem-box-text h2 {
    font-size: 1.5em;
  }
  .singleitem-box-text .lnkbtn {
    font-size: .85em;
  }
  .choicerewards {
    display: block;
    margin-left: 0;
    max-width: 175px;
    padding-top: 60px;
  }
  .room-images {
    margin-left: 50px;
  }
  .rooms-box-text {
    padding: 4%;
  }
  .rooms-box-text p {
    font-size: 1em;
    line-height: 1.5em;
  }
  .rooms-box-text h2 {
    font-size: 1.5em;
  }
  .specialboxtext {
    background: white;
    display: inline-block;
    padding: 20px 30px;
    margin-top: -150px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    border-radius: 2%;
  }
  .winnipeg-page .singleitem-box-text {
    padding: 10px 30px;
  }
  .side {
    grid-column: col-start 10 / span 3;
    grid-row: 2;
  }
  .side img {
    width: 100%;
  }
  .circlegraphic {
    grid-column: col-start 11 / span 2;
    grid-row: 3;
  }
  .main-footer {
    grid-column: col-start / span 12;
  }
  .footernav {
    margin-right: 12%;
    margin-left: 10%;
    margin-top: 2%;
  }
  .main-footer nav ul {
    display: flex;
    justify-content: space-between;
  }
  .main-nav {
    padding: 20px;
  }
}

@media (min-width: 1650px) {
  .lnkbtn {
    display: inline;
  }
}

/*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*  Scroll-to-top button
 --------------------------------------------------------------------- */

.cd-top {
  background: #FEC553;
  bottom: 40px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  color: #003A5D;
  display: inline-block;
  height: 40px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-align: center;
  /* transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s; */
  white-space: nowrap;
  width: 40px;
  border-radius: 50%;
}

a.cd-top:visited {
  color: #003A5D;
}

a.cd-top:hover {
  color: #003A5D;
}

.cd-top .fa-chevron-up {
  margin-top: 30%;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  color: #003A5D;
  /* transition: opacity 0.3s ease 0s, visibility 0s ease 0s; */
}

.cd-top.cd-is-visible {
  opacity: 1;
  visibility: visible;
}

.cd-top.cd-fade-out {
  opacity: 1;
}

.no-touch .cd-top:hover {
  background-color: #FEC553;
  opacity: 1;
}

/* sticky header */

/* The sticky class is added to the header with JS when it reaches its scroll position */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */

.sticky+.content {
  padding-top: 102px;
}

/* booking side bar css  --------------------------------------------------------------------------------------------------------*/

#CHb-widget {
  /* opacity: .9;
  width: 100% !important; */
  /* background-color: white; */
}

#CHb-widget form {
  width: 100%;
  /* display: inline-grid !important; */
  /* display: flex; */
}

#CHb-widget form fieldset {
  margin-bottom: 50px !important;
  margin-right: 30px !important;
  /* float: none !important; */
}

#CHb-widget * {
  font-family: century-gothic, sans-serif !important;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
}

#CHb-widget-dates {
  /* display: block !important;
  width: 50% !important; */
}

#CHb-widget-details {
  /* display: inline-block !important;
  width: 30% !important; */
}

#CHb-widget p b {
  font-size: 9px !important;
  text-align: center !important;
}

#CHb-widget-dates p {}

#CHb-widget form button {
  background-image: none !important;
  font-family: century-gothic, sans-serif;
  letter-spacing: 2px;
  /* font-size: 1em !important;
  height: 40px !important;
  min-width: 160px !important; */
}

#CHb-widget form #CHb-widget-submit {
  /* width: 170px !important; */
}

#CHb-widget-dates input {
  padding: 15px 0 !important;
  font-size: .9em !important;
  width: 115% !important;
}

#CHb-widget-details select {
  padding: 14px 0 !important;
  font-size: .9em !important;
  width: 115% !important;
}

#CHb-widget-details {
  float: left !important;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.modal-content {
  /* position: relative; */
  background-color: #fefefe;
  /* margin: 15% auto;  15% from the top and centered */
  padding: 20px;
  /* border: 1px solid #888; */
  width: 100%;
  /* Could be more or less, depending on screen size */
  margin: 0 auto;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.close-btn {
  position: relative;
  cursor: pointer;
  float: right;
  color: darkgray;
  font-size: 1em;
  font-weight: bold;
  padding-right: 20px;
  z-index: 999;
}

.close-btn:hover {
  color: #222;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}