.slick-dots {
    position: absolute;
    bottom: 5px;
    right: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.5;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
}

#mobile-menu-toggle {
  display: none;
}

#home-slider {
  /* margin: 12px 0 0 12px; */
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
	border: 10px solid #3a1814;
	border-radius: 5px;
	box-sizing: border-box;
}
#home-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.mobile-only {
  display: none;
}
.table {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.table .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px;
}
p.inputWrap {
    margin-top: 0;
    display: grid;
    grid-template-columns: 90px 1fr;
}

@media screen and (max-width: 1014px) {
  * {
    box-sizing: border-box;
  }
  .mobile-only {
    display: block;
  }

  /* Header */
  #header {
    float: none;
    height: auto;
  }
  #headerFrame {
    width: 100%;
  }
  .header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 12px;
  }
  #headerimg {
    position: relative;
    margin: 0;
  }
  #headerimg img {
    width: 100%;
    max-width: 150px;
  }
  #mobile-menu-toggle {
    display: block;
    cursor: pointer;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #461e19;
  }
  #mobile-menu-toggle img {
    width: 100%;
    max-width: 25px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: sub;
  }
  #mobile-menu-toggle span {]
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #461e19;
  }
  .nav {
    display: none;
  }

  /* Home Hero */
  #slideSticker {
    margin: 0;
    top: -5px;
    left: -5px;
  }
  #homeHero {
    float: none;
    width: 100%;
    height: auto;
    padding: 20px 12px;
    box-sizing: border-box;
    background-size: cover;
    max-height: 1035px;
    overflow-y: hidden;
  }
  #homeHeroFrame {
    max-width: 100%;
  }
  #homeSlideShow {
    float: none;
    width: 100%;
    height: auto;
    background: none;
    margin-top: 0;
  }
  #home-slider {
    margin: 0;
  }

  /* Home featured links */
  #homeFeatures {
    float: none;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  #homeFeature1 {
  	margin: 0;
  }
	
	.news-grid {
		display: grid;
    	grid-template-columns: 1fr;
    }

  /* Home bottom content */
  #page * {
    float: none;
    height: auto;
  }

  #page {
    width: 100%;
  }
  #page #content {
    width: 100%;
    padding: 0 12px;
  }
  .home #page #content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .homeCol {
    width: 100%;
    margin: 0;
  }
  #homeTour {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  /* Standard Page */
  #page #content .post {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px;
    padding-top: 25px;
  }
  #page #sidebar {
    grid-row-start: 2;
    width: 100%;
  }
  .sidebarHeader {
    display: inline;
  }
  .sidebarEntry {
    width: 100%;
    padding: 10px;
  }
  .sidebarContent {
    width: 100%;
    margin: 10px 0 0;
  }
  .widgets {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .post .entry {
    width: 100% !important;
  }

  /* News */
  .blogEntry {
    width: 100%;
  }

  /* Media */
  #categories {
    width: 100%;
    padding-top: 20px;
    margin-top: 0;
  }
  .gallery,
  #videoNav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 5px;
  }
  .gallery .gallery-item,
  #videoNav .videoItem {
    width: 100% !important;
    margin: 0 !important;
    float: none;
  }
  .gallery br {
    display: none;
  }
  .gallery .gallery-item img {
    width: 100%;
  }
  .videoItem {
    padding: 8px;
  }
  .videoItem img {
    width: 100%;
    padding: 0;
  }
  .videoDesc {
    width: 100%;
    margin: 0;
  }

  /* About Page */
  .about #page * {
    float: none;
    height: auto;
  }
  .aboutContent,
  .single #page .entry {
    background-image: url(../images/nm-canvas-bg.png);
    padding: 25px;
    box-sizing: border-box;
    border: 10px solid #31110f;
    border-radius: 10px;
    width: 100%;
  }
  .aboutEntry {
    width: 100%;
    margin: 25px 0;
  }
  .aboutAwards {
    width: 100%;
    margin: 25px 0;
  }
  .aboutAwards > img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
  }

  /* Contact Page */
  .contact #page * {
    float: none;
    height: auto;
  }
  .contactContent {
    background-image: url(../images/nm-canvas-bg.png);
    padding: 25px;
    box-sizing: border-box;
    border: 10px solid #31110f;
    border-radius: 10px;
    width: 100%;
  }
  #page .contactSocials {
    display: flex;
  }
  #page .contactSocials .socialLink > div {
    height: 35px;
    margin: 0 15px 0 0;
    display: inline-block;
  }
  .contactLeft {
    width: 100%;
    margin: 25px 0;
  }
  .contactRight {
    width: 100%;
    margin: 25px 0;
  }

  .contactRight > h2.replace {
    margin-bottom: 15px;
  }

  .contactRight > h2.replace span {
    background-color: #461d1a;
    padding: 5px 10px;
    color: #ded6bf;
  }

  /* Footer */
  #footer {
    float: none;
    height: auto;
    background-image: url(../images/mobile-footer-bg.jpg);
    background-repeat: repeat;
    position: relative;
    margin-top: 100px;
    padding: 50px 12px 30px;
  }
  #footer * {
    float: none;
    height: auto;
  }
  #footerFrame {
    width: 100%;
  }
  #footerLogos {
    margin: 0 auto;
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
  }
  #mobile-footer {
    display: block;
    text-align: center;
  }
  #mobile-footer ul {
    margin: 25px 0 0;
    padding: 0;
  }
  #mobile-footer ul li {
    display: inline-block;
    margin: 0 15px;
  }
  #mobile-footer ul li a {
    color: #c5bca5;
  }

} /* max-width: 1014px */

@media screen and (max-width: 917px) {
  #pageHeader .pagetitle {
  	flex-grow: 4;
  }
}/* max-width: 917px */

@media screen and (max-width: 614px) {
  #page .contactSocials {
    flex-direction: column;
  }
}/* max-width: 614px */

@media screen and (max-width: 579px) {
  #homeHero {
    max-height: 100%;
    overflow-y: visible;
  }
  #homeFeatures {
    grid-template-columns: 1fr;
  }
  .home #page #content {
    grid-template-columns: 1fr;
  }
  #homeTour {
    grid-row-start: 2;
    grid-column-end: 2;
  }
  #pageHeader .pagetitle {
  	flex-grow: 8;
  }
  #sidebar .widgets {
    grid-template-columns: 1fr;
  }

  #mediaCategories {
    position: relative;
    margin-bottom: 55px;
  }
  #categories {
    margin: 0;
    position: absolute;
    top: 50px;
  }
  #categories a {
    display: inline-block;
    margin: 0 0 10px 10px;
  }
  .gallery {
    grid-template-columns:  1fr 1fr;
  }

  p.inputWrap {
    grid-template-columns: 1fr;
  }
} /* max-width: 579px */


/* Mobile Menu */
.menu-overlay {
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 9998;
}
.menu-plate-wrap {
  background-color: transparent;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  z-index: 9999;
}
.menu-plate {
  background-image: url(../images/bottom-repeater.png);
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -400px;
  -webkit-box-shadow: -3px 0px 30px rgba(0, 0, 0, 0.4);
          box-shadow: -3px 0px 30px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.menu-plate .menu-close {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 2;
}
.menu-plate .menu-close svg {
  fill: #471e18;
}
.menu-plate .menu-close svg:hover {
  cursor: pointer;
}
.menu-plate .button {
  display: block;
  margin: 10px 15px;
}

.gohome {
  background-image: url(../images/nm-canvas-bg.png);
  display: block;
  padding: 15px 10px 15px 20px;
  position: relative;
  text-decoration: none;
}
.gohome img {
  width: 100%;
}

.mobile-menu {
  padding: 0;
  list-style: none;
  margin: 0;
}
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu li {
  position: relative;
}
.mobile-menu li a {
  display: block;
  padding: 18px 10px 18px 20px;
  color: #c5bca5;
  background-color: #471e18;
  border-bottom: 1px solid #c5bca5;
  position: relative;
  text-decoration: none;
}
.mobile-menu li a:hover {
  color: #333;
}

.mobile-menu li.menu-item-has-children > a:after {
  /* content: '\f101';
  font-family: "Font Awesome\ 5 Free"; */
  content: '';
  background-image: url(../images/double-arrow.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 18px;
  right: 20px;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.mobile-menu li.menu-item-has-children:hover > a:after {
  color: #203446;
}
.mobile-menu .sub-menu {
  background-color: #f0f0f0;
  display: none;
  list-style: none;
  /* padding: 6px 0 6px 5px; */
  position: relative;
}
.mobile-menu .sub-menu a {
  background: #793930;
  padding: 12px 10px 12px 25px;
}
.mobile-menu li.menu-item-has-children.open-sub > a:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile-menu li.menu-item-has-children.open-sub > .sub-menu {
  display: block;
}

html.menu-open body {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
html.menu-open body.admin-bar {
  top: 32px;
}
html.menu-open body.admin-bar .menu-overlay,
html.menu-open body.admin-bar .menu-plate-wrap {
  top: 32px;
}
html.menu-open .menu-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: auto;
}
html.menu-open .menu-plate-wrap {
  pointer-events: auto;
}
html.menu-open .menu-plate {
  -webkit-transform: translateX(-400px);
      -ms-transform: translateX(-400px);
          transform: translateX(-400px);
}

.mobileSocials * {
  float: none !important;
}
.mobileSocials {
  padding: 15px;
}
.mobileSocials a {
  margin-bottom: 10px;
  display: block;
}
.mobileSocials #facebookLabel {
  margin: 0;
  width: 220px;
  background-position: -30px 0;
}
.mobileSocials #twitterLabel {
  margin: 0;
  width: 220px;
  background-position: -282px 0;
}
.mobileSocials #myspaceLabel {
  margin: 0;
  width: 240px;
  background-position: -532px 0;
}
