/*
Theme Name: Fifty
Theme URI: httpw://www.over50andlovingdisney.com/
Author: Mark Plante
Author URI: http://markplante.com/
Description: Theme developed by Mark Plante in June 2025.
Version: 1.0
Text Domain: over50andlovingdisney.com

*/
.alumni-sans-pinstripe-regular {
  font-family: "Alumni Sans Pinstripe", sans-serif;
  font-weight: 400;
  font-style: normal; }

.alumni-sans-pinstripe-regular-italic {
  font-family: "Alumni Sans Pinstripe", sans-serif;
  font-weight: 400;
  font-style: italic; }

.google-auto-placed {
  display: none; }

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

a {
  text-decoration: none; }

/*
.full {
	@media (max-width: 601px) {
		display: none;
	}
}


.mobile {
	@media (min-width: 600px) {
		display: none;
	}	
}
*/
* {
  margin: 0;
  padding: 0; }

html {
  max-width: 100%;
  overflow-x: hidden;
  font-size: 1em;
  line-height: 1.4em;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: #f7eccf;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  max-width: 100%;
  overflow-x: hidden;
  color: grey; }

.title {
  font-family: "Domine", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal; }

.nonez {
  display: none; }

.btn {
  background: orange;
  color: #fff;
  text-decoration: none;
  padding: .5em;
  border: 1px solid grey;
  display: inline-block;
  margin: .2em 0;
  font-size: 60%;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase; }
  .btn a:visited,
  .btn a:link {
    color: #fff;
    text-decoration: none; }

.btn:hover {
  background: pink;
  color: black; }

.btn_sm {
  background: #d24030;
  color: #fff;
  text-decoration: none;
  padding: 0.5em 1em;
  border: 1px solid #1A416E;
  display: inline-block;
  font-size: 60%;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase; }
  .btn_sm a:visited,
  .btn_sm a:link {
    color: #fff;
    text-decoration: none; }

.btn_sm:hover {
  background: #51b8e0;
  color: #1A416E; }

.Site-content {
  flex: 1; }

.blog a:link,
.blog a:visited {
  text-decoration: none; }

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

figcaption {
  font-size: 1%;
  color: #ffffff; }
  figcaption a {
    color: #ffffff; }

.author {
  padding-right: 50px; }

.date {
  padding-right: 50px; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

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

.text-justify {
  text-align: justify; }

@media (min-width: 601px) {
  img.alignright {
    float: right;
    margin: 0 0 1em 1em; }
  img.alignleft {
    float: left;
    margin: 0 1em 1em 0; }
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .alignright {
    float: right; }
  .alignleft {
    float: left; }
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .alignleft {
    float: left;
    display: inline;
    margin: 7px 28px 28px 0; }
  .alignright {
    float: right;
    display: inline;
    margin: 7px 0 28px 28px; }
  .aligncenter {
    clear: both;
    display: block;
    margin: 7px auto; } }

h1, h2, h3, h4, h5 {
  padding: 3px 0;
  margin: 0;
  line-height: 1.2em;
  font-family: "Bowlby One SC", sans-serif;
  font-weight: 400;
  font-style: normal; }

h3 {
  text-transform: uppercase; }

.tiny {
  font-size: 50%; }

.small {
  font-size: 75%; }

.medium {
  font-size: 100%; }

.large {
  font-size: 125%; }

.xlarge {
  font-size: 150%; }

.xxlarge {
  font-size: 200%; }

.xxxlarge {
  font-size: 300%; }

.jumbo {
  font-size: 500%; }

.border-bottom {
  border-bottom: 1px solid green; }

.refurbtext {
  color: grey; }

.pag {
  text-align: center;
  display: block;
  margin-top: 20px; }
  .pag .pagnation {
    text-align: center; }
  .pag .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
    color: #1A416E; }
  .pag .page-numbers.current,
  .pag a.page-numbers:hover {
    background: #f9f9f9; }

.current-menu-item a,
.current_page_item a,
a:hover {
  color: grey; }

/*	
@include phone {	
.top-nav {
	display: none;
}
}


@include desktop {
.mobile-nav {
	display: none;
}	
}

*/
.sidebar {
  padding-left: 1vh; }
  .sidebar .subscribe {
    border: 1px solid green;
    border-radius: 4vh;
    margin: 2vh 0.2vh;
    padding: 2vh; }
    .sidebar .subscribe h3 {
      font-size: 222%;
      color: green; }
    .sidebar .subscribe p {
      margin-bottom: 2vh; }
  .sidebar .box {
    color: red; }
    .sidebar .box h3 {
      font-weight: 500;
      font-family: 'PT Sans Narrow', sans-serif; }
    .sidebar .box .subbox {
      background: grey;
      margin-: 0;
      padding: 1vh;
      min-height: 10vh;
      font-size: .75em;
      border: 1px solid orange; }
    .sidebar .box ul {
      list-style: none;
      padding-left: 5px; }
      .sidebar .box ul li a:link,
      .sidebar .box ul li a:visited {
        color: red; }
      .sidebar .box ul li a:hover {
        font-size: 105%;
        color: red; }

.main-layout {
  background-color: none;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  margin: 0;
  padding: 0;
  /*			
			main {
				
			@include phone {
				max-width: 99.9%;
			}
			@include tablet {
				max-width: 90%;
			}

				max-width: 79.9%;
			@include desktop {
				max-width: 80%;
			}
			
				//min-width: 100%;
				margin: 1vh auto;
				//border: 1px solid $lt_Red;
				background: #ffffff;	
		padding: 1vh;
				//box-shadow: 1px 1px 15px black			
			}
			
			/*
			img {
				//resize: both;
				width: 200px;
				//overflow: hidden;
				margin: 20px;
				box-shadow: 12px 12px 12px rgba(255, 255, 0, 0.1);
			}
			
			img:hover {
				box-shadow: 12px 12px 12px red,
			}
			*/ }

.google-auto-placed {
  display: none; }

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

a {
  text-decoration: none; }

/*
.full {
	@media (max-width: 601px) {
		display: none;
	}
}


.mobile {
	@media (min-width: 600px) {
		display: none;
	}	
}


* {
	margin: 0;
	padding: 0;
}

html {
	max-width: 100%;
	overflow-x: hidden;
	//background: $background;
}

body	{
	margin: 0;
	padding: 0;
	/*
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    //text-align: center;
    //background: grey;
    *
    font-family: 'Roboto', sans-serif;
    //font-family: 'Oswald', sans-serif;
    //font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1em;
    line-height: 1.1em;
	max-width: 100%;
	overflow-x: hidden;
	color: red;
    
		//@include desktop {
		//	text-align: left;
		//	}
  } 
  
*/
.title {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase; }

.readmore {
  color: white;
  text-transform: uppercase;
  background: grey;
  padding: 3px 6px;
  border-radius: 6px; }

.readmore:hover {
  background: red;
  color: white; }

.widget {
  margin: 2vh 0; }

.nonez {
  display: none; }

.btn {
  background: orange;
  color: #fff;
  text-decoration: none;
  padding: .5em;
  border: 1px solid grey;
  display: inline-block;
  margin: .2em 0;
  font-size: 80%;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase; }
  .btn a:visited,
  .btn a:link {
    color: #fff;
    text-decoration: none; }

.btn:hover {
  background: pink;
  color: black; }

/*

.btn_sm	{
	background: #1A416E;
	color: #fff;
	text-decoration: none;
	padding: .5em 1em;
	border: 1px solid #1A416E;
	display: inline-block;
	margin: .2em 0;
	font-size: 60%;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	
	a:visited,
	a:link {
		color: #fff;
		text-decoration: none;
	}
}

.btn_sm:hover	{
	background:#51b8e0;
	color: #1A416E;
}

*/
.Site-content {
  flex: 1; }

.blog a:link,
.blog a:visited {
  text-decoration: none; }

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

main {
  flex: 1;
  background: white;
  padding-bottom: 4vh;
  width: 100%;
  max-width: 90%;
  margin: .5vh auto;
  padding: 0vh 2vh 2vh 2vh;
  min-height: 20vh;
  border-radius: 1vh;
  min-height: 65vh;
  min-height: 65dvh; }
  @media (max-width: 790px) {
    main {
      background: none; } }
  @media (max-width: 790px) {
    main {
      width: 100%; } }
  @media (max-width: 790px) {
    main {
      margin: 0;
      max-width: 100%; } }

.sidebar {
  /*@media (max-width: 600px) {
		display: none;	
	}	*/
  background-color: white;
  padding-right: 5px;
  text-align: center; }

@media (min-width: 601px) {
  .author {
    padding-right: 50px; }
  .date {
    padding-right: 50px; }
  .text-right {
    text-align: right; }
  .text-left {
    text-align: left; }
  .text-center {
    text-align: center; }
  .text-justify {
    text-align: justify; } }

@media (min-width: 601px) and (min-width: 601px) {
  img.alignright {
    float: right;
    margin: 0 0 1em 1em; }
  img.alignleft {
    float: left;
    margin: 0 1em 1em 0; }
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .alignright {
    float: right; }
  .alignleft {
    float: left; }
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .alignleft {
    float: left;
    display: inline;
    margin: 7px 28px 28px 0; }
  .alignright {
    float: right;
    display: inline;
    margin: 7px 0 28px 28px; }
  .aligncenter {
    clear: both;
    display: block;
    margin: 7px auto; } }

h1, h2, h3, h4, h5 {
  padding: 3px 0;
  margin: 0;
  line-height: 1.2em; }

h3 {
  text-transform: uppercase; }

.tiny {
  font-size: 50%; }

.small {
  font-size: 75%; }

.medium {
  font-size: 100%; }

.large {
  font-size: 125%; }

.xlarge {
  font-size: 150%; }

.xxlarge {
  font-size: 200%; }

.xxxlarge {
  font-size: 300%; }

.jumbo {
  font-size: 500%; }

.border-bottom {
  border-bottom: 1px solid green; }

.refurbtext {
  color: grey; }

.pag {
  text-align: center;
  display: block;
  margin-top: 20px; }
  .pag .pagnation {
    text-align: center; }
  .pag .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
    color: #1A416E; }
  .pag .page-numbers.current,
  .pag a.page-numbers:hover {
    background: #f9f9f9; }

.current-menu-item a,
.current_page_item a,
a:hover {
  color: grey; }

/*	
@include phone {	
.top-nav {
	display: none;
}
}


@include desktop {
.mobile-nav {
	display: none;
}	
}

*/
.sidebar {
  padding-left: 1vh; }
  .sidebar .subscribe {
    border: 1px solid green;
    border-radius: 4vh;
    margin: 2vh 0.2vh;
    padding: 2vh; }
    .sidebar .subscribe h3 {
      font-size: 222%;
      color: green; }
    .sidebar .subscribe p {
      margin-bottom: 2vh; }
  .sidebar .box {
    color: red; }
    .sidebar .box h3 {
      font-weight: 500;
      font-family: 'PT Sans Narrow', sans-serif; }
    .sidebar .box .subbox {
      background: grey;
      margin-: 0;
      padding: 1vh;
      min-height: 10vh;
      font-size: .75em;
      border: 1px solid orange; }
    .sidebar .box ul {
      list-style: none;
      padding-left: 5px; }
      .sidebar .box ul li a:link,
      .sidebar .box ul li a:visited {
        color: red; }
      .sidebar .box ul li a:hover {
        font-size: 105%;
        color: red; }

#archive_links {
  width: 65%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 2vh auto;
  grid-gap: 0vh; }
  @media (max-width: 790px) {
    #archive_links {
      grid-template-columns: repeat(2, 1fr); } }
  #archive_links div {
    text-align: center;
    opacity: .7; }
  #archive_links div:hover {
    opacity: 1; }

.jetpack-subscribe-modal {
  color: black; }
  .jetpack-subscribe-modal a {
    color: black; }
  .jetpack-subscribe-modal a:hover {
    color: red; }

.jetpack-subscribe-modal__close {
  color: red; }

.sitemap {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  text-align: left; }
  .sitemap h3 {
    color: #d24030;
    font-size: 153%;
    font-weight: 680;
    border-bottom: 1px dotted #000000;
    margin-bottom: 2vh; }
  .sitemap .wsp-container h2 {
    background: #00aeef;
    color: #ffffff;
    padding: 1vh 0vh 0 2vh; }
  .sitemap .wsp-container ul {
    list-style: none; }
    .sitemap .wsp-container ul li a:link,
    .sitemap .wsp-container ul li a:visited {
      color: #000000; }
    .sitemap .wsp-container ul li a:hover {
      color: #F3CC64; }
    .sitemap .wsp-container ul li strong {
      color: red; }
    .sitemap .wsp-container ul li ul li a:link,
    .sitemap .wsp-container ul li ul li a:visited {
      color: #000000; }
    .sitemap .wsp-container ul li ul li a:hover {
      color: #F3CC64; }

@media (max-width: 790px) {
  #jp-relatedposts {
    display: none !important; } }

@media (max-width: 790px) {
  #jp-relatedposts,
  .jp-relatedoposts-post-a {
    display: none; } }

#jp-relatedposts a,
.jp-relatedoposts-post-a a {
  color: #000000; }

#jp-relatedposts a:hover,
.jp-relatedoposts-post-a a:hover {
  color: #d24030;
  text-decoration: none; }

figure.wp-block-video {
  display: flex; }
  figure.wp-block-video video {
    max-height: 960px;
    text-align: center;
    display: block;
    border: 3px solid #d24030;
    margin: auto; }

.marquee {
  grid-area: marquee;
  background: #000000;
  color: #f4fd02;
  padding: 2px 0;
  line-height: 1.5em;
  font-size: 1.1em;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* adjust width as needed */
  height: 1.5em;
  /* adjust height as needed */ }

.marquee-content {
  position: absolute;
  white-space: nowrap;
  animation: marquee 175s linear infinite;
  left: 100%;
  /* start from the right edge */ }

@keyframes marquee {
  0% {
    left: 100%;
    /* start from the right edge */ }
  100% {
    left: -1900%;
    /* move to the left edge */ } }

.topmenu {
  background: none;
  color: #ffffff;
  display: none; }
  @media (min-width: 1040px) {
    .topmenu {
      display: block; } }
  .topmenu .container {
    max-width: 1300px;
    background: none;
    color: #ffffff;
    margin: auto;
    padding: .5vh 0;
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .topmenu .container .topn {
      background: none; }
      .topmenu .container .topn ul {
        list-style: none;
        display: inline; }
        .topmenu .container .topn ul li {
          display: inline;
          padding: 1vh 1vh 1vh 0; }
          .topmenu .container .topn ul li a:link,
          .topmenu .container .topn ul li a:visited {
            color: #ffffff;
            text-transform: uppercase;
            white-space: nowrap; }
          .topmenu .container .topn ul li a:hover {
            color: #ff00ff; }
    .topmenu .container .social {
      font-size: 10px;
      text-align: right; }
      .topmenu .container .social a:link,
      .topmenu .container .social a:visited {
        color: #ffffff;
        font-size: 50%; }
      .topmenu .container .social a:hover {
        color: #ff00ff; }

@media (max-width: 790px) {
  .mobile-nav {
    background: #463e3d;
    text-align: right;
    padding: 0; } }

@media (min-width: 790px) and (max-width: 1040px) {
  .mobile-nav {
    background: #463e3d;
    text-align: right;
    padding: 0;
    display: none; } }

.mobile-nav a:link,
.mobile-nav a:visited {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 6vh;
  line-height: 1.8em;
  padding: 1vh 2vh 0 0;
  margin: 0; }

@media (min-width: 1040px) {
  .mobile-nav .toggle-nav {
    display: none; } }

@media (max-width: 790px) {
  .mobile-nav .toggle-nav {
    display: inline-block !important;
    float: right;
    margin: 25px;
    font-size: 4vh;
    transition: color linear 0.15s; } }

@media (min-width: 790px) and (max-width: 1040px) {
  .mobile-nav .toggle-nav {
    display: inline-block !important;
    float: right;
    margin: 25px;
    font-size: 4vh;
    transition: color linear 0.15s; } }

.mobile-nav .toggle-nav a:link,
.mobile-nav .toggle-nav a:visited {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 3vh; }

.mobile-nav .menu.main {
  display: flex;
  position: relative;
  background: #463e3d;
  text-align: right;
  align-content: center; }

.mobile-nav .menu.main ul {
  display: none;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0px;
  z-index: 999;
  padding: 1vh 0 0 0px;
  margin: 0;
  background: #463e3d;
  width: 100%; }

.mobile-nav .menu.main ul li {
  display: block;
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
  background: #463e3d;
  text-align: center; }
  @media (min-width: 1040px) {
    .mobile-nav .menu.main ul li {
      display: none;
      background: none; } }
  .mobile-nav .menu.main ul li a:link,
  .mobile-nav .menu.main ul li a:visited {
    text-decoration: none;
    color: #ffffff;
    font-size: 3vh;
    white-space: nowrap; }
  .mobile-nav .menu.main ul li a:hover {
    background: #463e3d; }

.mobile-nav .menu.main ul li:hover {
  background: #d24030; }

.mobile-nav .main.menu li:after {
  content: none; }

@media (min-width: 790px) and (max-width: 1040px) {
  nav.top {
    display: none; } }

@media (max-width: 790px) {
  nav.top {
    display: none; } }

@media (min-width: 1040px) {
  nav.top {
    position: fixed;
    top: 10;
    right: 0;
    z-index: 10000;
    background: none;
    margin-bottom: 3px;
    border: 0;
    color: #ffffff;
    text-align: right;
    font-size: 2vh; }
    nav.top div {
      text-align: right;
      max-width: 1300px;
      margin: auto;
      background: none; }
      nav.top div ul {
        display: inline;
        background: #000000;
        padding: 10px 10px 10px 10px; }
        nav.top div ul li {
          display: inline;
          text-transform: uppercase;
          margin: 0.1rem 0.3rem;
          padding-top: 10px; }
          nav.top div ul li a:link,
          nav.top div ul li a:visited {
            color: #f4fd02;
            font-size: 1.2vh; }
          nav.top div ul li a:hover {
            color: #ffffff; } }

/*

.main-menu {
	background: $red;
	border-bottom: 1px solid $black;
	border-top: 1px solid $black;
	font-size: 1.4vh;
	padding: 5px 0;
	margin-bottom: 4px;
	
	.container {
		//width: 100%;
		margin: auto;
		max-width: 1300px;

@include desktop {
	
	*/
.newMenu {
  color: #ffffff;
  font-size: 90%;
  text-transform: uppercase;
  background: none;
  /*
					.primary-menu a::before {
					  content:url('http://localhost:8888/blackhutwoodworking2025/wp-content/uploads/2024/11/small_hut-20px.png'); 
					  margin: 5px;	
					  }	
*/ }
  @media (max-width: 790px) {
    .newMenu {
      display: none;
      top: 0; } }
  .newMenu .primary-menu {
    z-index: 1000;
    background: none;
    color: #ffffff;
    margin: auto;
    padding: 0.4vh 1.5vh 0 1.5vh; }
  .newMenu .primary-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    color: #ffffff;
    background: none; }
  .newMenu .primary-menu li {
    position: relative;
    display: flex; }
  .newMenu .primary-menu a {
    display: block;
    padding: 10px 8px 5px 8px;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.4em;
    white-space: nowrap; }
  .newMenu .primary-menu .menu li:hover > a {
    background: none;
    color: #f4fd02;
    width: 100%; }
  .newMenu .primary-menu a:hover {
    color: #d24030;
    font-weight: 700; }
  .newMenu .primary-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 340px;
    background: #463e3d;
    color: #ffffff;
    border: 1px solid #ccc;
    margin-left: 50%;
    width: 100%; }
  .newMenu .primary-menu .menu li:hover > .sub-menu {
    display: block;
    z-index: 1000;
    color: #ffffff; }
  .newMenu .sub-menu a {
    color: #ffffff; }

.menu1.main1 {
  display: inline-block;
  position: relative;
  background: #fff;
  text-align: left; }

.menu1.main1 ul {
  display: none;
  position: absolute;
  overflow: auto;
  top: 0px;
  right: 0px;
  z-index: 999;
  padding-right: 15px;
  background: #fff; }

.menu1.main1 ul li {
  float: none;
  display: block;
  position: relative;
  top: 0px;
  right: 0px;
  min-width: 200px;
  background: #fff;
  text-align: right; }

.main1.menu1 li:after {
  content: none; }

.toggle-nav {
  display: none; }

@media (max-width: 790px) {
  .toggle-nav {
    display: inline-block !important;
    float: right;
    margin: 25px;
    font-size: 2em;
    transition: color linear 0.15s; }
  a.toggle-nav:link,
  a.toggle-nav:visited,
  a.toggle-nav:hover,
  a.toggle-nav:active {
    text-decoration: none;
    color: #fff; } }

header {
  background-position: right top;
  background-size: cover;
  font-family: arial;
  background-repeat: no-repeat; }
  @media (max-width: 790px) {
    header {
      margin-bottom: 10vh; } }
  @media (min-width: 790px) and (max-width: 1040px) {
    header {
      margin-bottom: 3vh;
      text-align: center; } }
  header .header {
    max-width: 100%;
    margin: 0 auto;
    padding-top: .5vh;
    margin-bottom: 0;
    line-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-columns: 25% 1fr 20%;
    grid-template-areas: "logo newMenu social"; }
    @media (max-width: 790px) {
      header .header {
        display: block;
        grid-template-areas: "logo" 				"social" 				"newMenu"; } }
    @media (min-width: 790px) and (max-width: 1040px) {
      header .header {
        text-align: center;
        display: block; } }
    header .header .logo {
      grid-area: logo;
      text-align: left;
      display: flex; }
      @media (max-width: 790px) {
        header .header .logo {
          max-height: intrinsic;
          display: flex;
          text-align: center;
          align-content: center;
          align-items: center;
          align-self: center;
          justify-content: center; } }
      @media (min-width: 790px) and (max-width: 1040px) {
        header .header .logo {
          max-height: intrinsic;
          display: flex;
          text-align: center;
          align-content: center;
          align-items: center;
          align-self: center;
          justify-content: center; } }
      header .header .logo img {
        text-align: center;
        height: 100%;
        max-height: 210px; }
        @media (min-width: 1040px) {
          header .header .logo img {
            padding-left: 10vh; } }
        @media (max-width: 790px) {
          header .header .logo img {
            max-height: 210px; } }
    header .header .newMenu {
      align-items: center;
      justify-content: center;
      grid-area: newMenu;
      vertical-align: top;
      line-height: 1.2em; }
      @media (max-width: 790px) {
        header .header .newMenu {
          display: none; } }
    header .header .social {
      grid-area: social;
      align-items: center;
      justify-content: center;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center; }
      @media (min-width: 1040px) {
        header .header .social {
          text-align: right;
          display: flex;
          flex-flow: row-reverse; } }

.sb {
  background: #000000; }
  .sb h4 {
    text-align: right;
    margin: 0.1vh 1vh; }

footer {
  min-height: 25vh;
  background: #F3CC64;
  text-align: center;
  color: #000000; }
  footer .footer1 {
    padding: 1vh; }
    footer .footer1 h3 {
      background: #d24030;
      color: #ffffff;
      padding: 0 1vh; }
    footer .footer1 h4 {
      background: #00aeef;
      color: #ffffff;
      padding: 0 1vh; }
    footer .footer1 .wait {
      text-align: left; }
      footer .footer1 .wait .disney-land {
        border-bottom: 1px dotted #000000; }
        footer .footer1 .wait .disney-land .loop {
          display: grid;
          grid-template-columns: 1fr 20%;
          border-bottom: 11px dotted #000000; }
          footer .footer1 .wait .disney-land .loop .xtime {
            text-align: right; }
      footer .footer1 .wait ul {
        list-style: none; }
  footer .footer2 {
    border-left: 1px solid #000000;
    padding: 1vh; }
    @media (max-width: 790px) {
      footer .footer2 {
        border: 0; } }
    footer .footer2 h3 {
      background: #d24030;
      color: #ffffff; }
    footer .footer2 ul {
      list-style: none; }
      footer .footer2 ul li {
        padding: 1vh;
        border-bottom: 1px dotted #000000; }
        footer .footer2 ul li a {
          color: #000000;
          font-weight: 600;
          border-bottom: 1px solid #000000; }
        footer .footer2 ul li a:hover {
          color: #d24030; }
        footer .footer2 ul li dl {
          padding: 0;
          color: #d24030;
          font-size: 89%;
          font-weight: 600; }
  footer .footer3 {
    border-left: 1px solid #000000;
    padding: 1vh; }
    @media (max-width: 790px) {
      footer .footer3 {
        border: 0; } }
    footer .footer3 h3 {
      background: #d24030;
      color: #ffffff; }
    footer .footer3 .widget_tag_cloud a:link {
      color: #463e3d; }
  footer .footer4 {
    display: block;
    flex: 0;
    padding: 1vh;
    border-left: 1px solid #000000;
    text-align: center; }
    @media (max-width: 790px) {
      footer .footer4 {
        border: 0; } }
    footer .footer4 h3 {
      background: #d24030;
      color: #ffffff; }
  footer .copy {
    font-weight: 500;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 1vh 0;
    color: #ffffff;
    background: #000000; }
    footer .copy a {
      color: #ffffff; }
    footer .copy a:hover {
      color: #F3CC64; }
  footer .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 2vh;
    width: 90%;
    margin: 2vh auto; }
    @media (min-width: 790px) and (max-width: 1040px) {
      footer .container {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 790px) {
      footer .container {
        display: block; } }

#front-page {
  display: grid;
  grid-gap: 1vh;
  grid-template-columns: repeat(12, 1fr);
  grid-template-areas: "slider slider slider slider slider slider slider slider slider slider slider slider" 	"welcome welcome welcome welcome welcome welcome box3 box3 box3 box1 box1 box1" 	"blog blog blog blog blog blog blog blog box4 box4 box4 box4" 	"blog blog blog blog blog blog blog blog box6 box6 box6 box6" 	"box7 box7 box7 box7 box8 box8 box8 box8 box2 box2 box5 box5"; }
  @media (min-width: 790px) and (max-width: 1040px) {
    #front-page {
      display: block;
      font-size: 90%; } }
  @media (max-width: 790px) {
    #front-page {
      display: block; } }
  #front-page .slider {
    grid-area: slider;
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
    border: 1px solid #000000; }
    @media (max-width: 790px) {
      #front-page .slider {
        display: none; } }
  #front-page .slides {
    display: flex;
    width: 100%;
    height: 60vh;
    transition: transform 0.5s ease; }
  #front-page .slide {
    flex-shrink: 0;
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem; }
    #front-page .slide .container {
      background: url("/wp-content/uploads/2025/06/blackdot.png");
      background-size: cover;
      background-position: top center;
      display: block;
      text-align: center;
      font-size: 85%;
      width: 100%;
      height: 60vh; }
      #front-page .slide .container .con {
        padding: 1vh 10vh;
        line-height: 1.8em; }
      #front-page .slide .container a.btn_sm {
        background: #d24030;
        text-transform: none;
        font-size: 40%; }
      #front-page .slide .container a:hover.btn_sm {
        background: #F3CC64; }
      #front-page .slide .container hr {
        border: none;
        height: 1px;
        /* Sets the thickness to 5 pixels */
        background-color: #ffffff;
        /* Sets the color of the line */ }
      #front-page .slide .container h3 {
        width: 100%;
        padding: 2% 10%;
        line-height: 1.4;
        font-size: 85%;
        font-weight: 700;
        background: rgba(0, 0, 0, 0.4); }
        #front-page .slide .container h3 a {
          color: #f4fd02; }
      #front-page .slide .container p {
        font-size: .68em;
        margin: 2% auto;
        line-height: 1.4; }
  #front-page input[type="radio"] {
    display: none; }
  #front-page .navigation-manual {
    position: absolute;
    width: 100%;
    bottom: 20px;
    display: flex;
    justify-content: center; }
  #front-page .manual-btn {
    border: 2px solid white;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 10px; }
  #front-page .manual-btn:hover {
    background: white; }
  #front-page .welcome {
    grid-area: welcome;
    background: #ffffff;
    color: #463e3d;
    border: 4px solid #d24030;
    line-height: 1.6em;
    display: block; }
    #front-page .welcome ul {
      margin-left: 3vh; }
    #front-page .welcome .content {
      display: block;
      background-size: cover;
      background-origin: content-box;
      background-position: center center; }
      #front-page .welcome .content .loop {
        display: block;
        background-size: cover;
        background-color: rgba(158, 126, 63, 0.1);
        -webkit-backdrop-filter: blur(2.5px);
        backdrop-filter: blur(2.5px);
        /*
				grid-template-columns: 13% 1fr;
				grid-template-areas: 
				"title title"
				"img exc";
				grid-gap: 1vh;
				*/ }
        #front-page .welcome .content .loop .title {
          grid-area: title;
          display: flex;
          flex-direction: column;
          flex-basis: 100%;
          flex: 2;
          padding: 1vh;
          background-color: rgba(210, 64, 48, 0.4); }
          #front-page .welcome .content .loop .title h1 {
            color: #f4fd02;
            font-weight: 700;
            font-style: normal; }
        #front-page .welcome .content .loop .img {
          grid-area: img; }
          #front-page .welcome .content .loop .img img {
            aspect-ratio: 1 / 1; }
        #front-page .welcome .content .loop .exc {
          grid-area: exc;
          width: 100%;
          padding: 2vh;
          color: #ffffff;
          font-size: 130%;
          font-weight: 300;
          background-color: rgba(3, 3, 3, 0.4); }
  #front-page .box {
    position: relative;
    display: block;
    background: #ffffff;
    color: #463e3d;
    padding: 1vh;
    border: 1px solid #d24030;
    border-radius: .33vh;
    line-height: 1.6em;
    min-height: 14vh; }
    @media (max-width: 790px) {
      #front-page .box {
        margin-bottom: 5vh;
        text-align: center; } }
    #front-page .box .link {
      position: absolute;
      background: #d24030;
      color: #f4fd02;
      margin-bottom: 0;
      width: 100%;
      display: block;
      text-align: center;
      bottom: 0; }
      #front-page .box .link a {
        color: #f4fd02;
        font-weight: 600;
        font-size: 1.3em;
        text-transform: uppercase; }
      #front-page .box .link a:hover {
        color: #F3CC64; }
    #front-page .box h1 {
      color: #d24030; }
    #front-page .box ul {
      margin-left: 3vh; }
    #front-page .box .loop {
      display: grid;
      grid-template-columns: 33% 1fr;
      grid-template-areas: "title title" 			"img exc";
      grid-gap: 1vh; }
      #front-page .box .loop .title {
        grid-area: title;
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 2; }
      #front-page .box .loop .img {
        grid-area: img; }
      #front-page .box .loop .exc {
        grid-area: exc; }
  #front-page .blog {
    border: 1px solid #d24030;
    grid-area: blog;
    background: #ffffff;
    border-radius: .33vh;
    grid-gap: 1vh;
    text-align: center; }
    #front-page .blog h3 {
      background: #d24030;
      color: #f4fd02;
      font-size: 250%;
      padding: 0.3vh 1vh;
      font-weight: 600;
      font-style: normal;
      text-align: left; }
    #front-page .blog .container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      padding: 1vh;
      grid-gap: 1vh; }
      @media (max-width: 790px) {
        #front-page .blog .container {
          grid-template-columns: 1fr 1fr; } }
      #front-page .blog .container .content {
        display: block;
        background-size: cover;
        background-origin: content-box;
        background-position: center center;
        height: 45vh; }
        #front-page .blog .container .content .loop {
          background-size: cover;
          height: 45vh;
          border: 1px solid orange;
          background-color: rgba(0, 2, 2, 0.45);
          -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px); }
          #front-page .blog .container .content .loop .title {
            font-size: 1.1em;
            font-weight: 600;
            padding: 1vh;
            height: 3em;
            color: #f4fd02;
            background-color: rgba(1, 1, 1, 0.6);
            -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px); }
            #front-page .blog .container .content .loop .title a:link,
            #front-page .blog .container .content .loop .title a:visited {
              color: #f4fd02; }
            #front-page .blog .container .content .loop .title a:hover {
              color: #F3CC64; }
          #front-page .blog .container .content .loop .title:hover {
            background-color: #d24030; }
          #front-page .blog .container .content .loop .img {
            min-height: 5vh; }
          #front-page .blog .container .content .loop .exc {
            font-size: .9em;
            position: fixed;
            bottom: 0;
            color: #ffffff;
            line-height: 1.5em;
            font-weight: 500;
            padding: 1vh; }
        #front-page .blog .container .content .loop:hover {
          background-color: rgba(0, 2, 2, 0.6);
          -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px); }
  #front-page .reviews {
    grid-area: box1;
    padding: 0; }
    #front-page .reviews .loop {
      display: grid;
      grid-template-columns: 20% 1fr;
      grid-template-areas: "img title" 			"img exc" 			"img .";
      padding: 0;
      margin: 0;
      line-height: 1em;
      grid-gap: .5vh;
      border-bottom: 1px dotted #00aeef;
      margin-bottom: 1vh; }
      #front-page .reviews .loop .title {
        grid-area: title;
        min-height: 2.5em;
        padding: 0 0.5vh 0 0;
        font-size: 1.1em;
        line-height: 1.2em;
        justify-self: start; }
        #front-page .reviews .loop .title a:link,
        #front-page .reviews .loop .title a:visited {
          color: #000000;
          font-weight: 500; }
      #front-page .reviews .loop .img {
        grid-area: img;
        justify-self: start; }
      #front-page .reviews .loop .exc {
        grid-area: exc;
        font-size: 1em;
        line-height: 1.1em;
        justify-self: stretch; }
    #front-page .reviews h3 {
      background: #d24030;
      color: #f4fd02;
      font-weight: 600;
      font-style: normal;
      font-size: 1.5em;
      padding: 1vh;
      margin-bottom: .3vh;
      text-transform: uppercase; }
    #front-page .reviews ul {
      line-height: 1.3em;
      list-style: none;
      padding: 0;
      width: 90%;
      margin: auto;
      margin-top: 1vh; }
      #front-page .reviews ul li a:link,
      #front-page .reviews ul li a:visited {
        color: #00aeef; }
      #front-page .reviews ul li a:hover {
        color: #d24030; }
  #front-page .box2 {
    grid-area: box2;
    background-image: linear-gradient(to bottom, #00aeef, #463e3d); }
  #front-page .box3 {
    grid-area: box3;
    padding: 0;
    display: block;
    /*
		.link {
			background: $red;
			color: $yellow;
			display: block;
			text-align: center;
						position:initial;
						bottom: -20px;
			a {
				color: $yellow;
				font-weight: 600;
				font-size: 1.3em;
				text-transform: uppercase;
			}
			
			a:hover {
				color: $dk_yellow;
			}
		}
		*/ }
    #front-page .box3 .loop {
      display: grid;
      grid-template-columns: 20% 1fr;
      grid-template-areas: "img title" 			"img exc" 			"img .";
      padding: 0;
      margin: 0;
      line-height: 1em;
      grid-gap: .5vh;
      border-bottom: 1px dotted #00aeef;
      margin-bottom: 1vh; }
      #front-page .box3 .loop .title {
        grid-area: title;
        min-height: 2.5em;
        padding: 0 0.5vh 0 0;
        font-size: 1.1em;
        line-height: 1.2em;
        justify-self: start; }
        #front-page .box3 .loop .title a:link,
        #front-page .box3 .loop .title a:visited {
          color: #000000;
          font-weight: 500; }
      #front-page .box3 .loop .img {
        grid-area: img;
        justify-self: start; }
      #front-page .box3 .loop .exc {
        grid-area: exc;
        font-size: 1em;
        line-height: 1.1em;
        justify-self: stretch; }
    #front-page .box3 h3 {
      background: #d24030;
      color: #f4fd02;
      font-weight: 600;
      font-style: normal;
      font-size: 1.5em;
      padding: 1vh;
      margin-bottom: .3vh;
      text-transform: uppercase; }
    #front-page .box3 ul {
      line-height: 1.3em;
      list-style: none;
      padding: 0;
      width: 90%;
      margin: auto;
      margin-top: 1vh; }
      #front-page .box3 ul li a:link,
      #front-page .box3 ul li a:visited {
        color: #00aeef; }
      #front-page .box3 ul li a:hover {
        color: #d24030; }
  #front-page .box4 {
    grid-area: box4;
    background-image: linear-gradient(to bottom, #d24030, #F3CC64); }
    #front-page .box4 h3 {
      background: #d24030;
      color: #F3CC64;
      font-weight: 600;
      font-style: normal;
      padding: 1vh;
      margin-bottom: .3vh; }
  #front-page .box5 {
    grid-area: box5;
    background-image: linear-gradient(to bottom, #d24030, #F3CC64); }
  #front-page .box6 {
    grid-area: box6;
    padding: 0; }
    #front-page .box6 h3 {
      background: #d24030;
      color: #f4fd02;
      font-weight: 600;
      font-style: normal;
      padding: 1vh;
      margin-bottom: .3vh; }
    #front-page .box6 .container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: .5vh;
      margin-top: 3vh; }
      #front-page .box6 .container .parks .title {
        height: 2vh;
        font-size: .7em;
        line-height: .7em;
        text-align: center; }
        #front-page .box6 .container .parks .title a {
          color: #000000; }
  #front-page .box8 {
    grid-area: box8;
    padding: 0;
    display: block; }
    #front-page .box8 .loop {
      display: grid;
      grid-template-columns: 20% 1fr;
      grid-template-areas: "img title" 			"img exc" 			"img .";
      padding: 0;
      margin: 0;
      line-height: 1em;
      grid-gap: .5vh;
      border-bottom: 1px dotted #00aeef;
      margin-bottom: 1vh; }
      #front-page .box8 .loop .title {
        grid-area: title;
        min-height: 2.5em;
        padding: 0 0.5vh 0 0;
        font-size: 1.1em;
        line-height: 1.2em;
        justify-self: start; }
        #front-page .box8 .loop .title a:link,
        #front-page .box8 .loop .title a:visited {
          color: #000000;
          font-weight: 500; }
      #front-page .box8 .loop .img {
        grid-area: img;
        justify-self: start; }
      #front-page .box8 .loop .exc {
        grid-area: exc;
        font-size: 1em;
        line-height: 1.1em;
        justify-self: stretch; }
    #front-page .box8 h3 {
      background: #d24030;
      color: #f4fd02;
      font-weight: 600;
      font-style: normal;
      font-size: 1.5em;
      padding: 1vh;
      margin-bottom: .3vh;
      text-transform: uppercase; }
    #front-page .box8 ul {
      line-height: 1.3em;
      list-style: none;
      padding: 0;
      width: 90%;
      margin: auto;
      margin-top: 1vh; }
      #front-page .box8 ul li a:link,
      #front-page .box8 ul li a:visited {
        color: #00aeef; }
      #front-page .box8 ul li a:hover {
        color: #d24030; }
  #front-page .box7 {
    grid-area: box7;
    padding: 0;
    display: block;
    /*
		.link {
			background: $red;
			color: $yellow;
			display: block;
			text-align: center;
						position:initial;
						bottom: -20px;
			a {
				color: $yellow;
				font-weight: 600;
				font-size: 1.3em;
				text-transform: uppercase;
			}
			
			a:hover {
				color: $dk_yellow;
			}
		}
		*/ }
    #front-page .box7 .loop {
      display: grid;
      grid-template-columns: 20% 1fr;
      grid-template-areas: "img title" 			"img exc" 			"img .";
      padding: 0;
      margin: 0;
      line-height: 1em;
      grid-gap: .5vh;
      border-bottom: 1px dotted #00aeef;
      margin-bottom: 1vh; }
      #front-page .box7 .loop .title {
        grid-area: title;
        min-height: 2.5em;
        padding: 0 0.5vh 0 0;
        font-size: 1.1em;
        line-height: 1.2em;
        justify-self: start; }
        #front-page .box7 .loop .title a:link,
        #front-page .box7 .loop .title a:visited {
          color: #000000;
          font-weight: 500; }
      #front-page .box7 .loop .img {
        grid-area: img;
        justify-self: start; }
      #front-page .box7 .loop .exc {
        grid-area: exc;
        font-size: 1em;
        line-height: 1.1em;
        justify-self: stretch; }
    #front-page .box7 h3 {
      background: #d24030;
      color: #f4fd02;
      font-weight: 600;
      font-style: normal;
      font-size: 1.5em;
      padding: 1vh;
      margin-bottom: .3vh;
      text-transform: uppercase; }
    #front-page .box7 ul {
      line-height: 1.3em;
      list-style: none;
      padding: 0;
      width: 90%;
      margin: auto;
      margin-top: 1vh; }
      #front-page .box7 ul li a:link,
      #front-page .box7 ul li a:visited {
        color: #00aeef; }
      #front-page .box7 ul li a:hover {
        color: #d24030; }

ul.menu {
  line-height: 1em;
  padding: 0;
  margin: 0; }
  ul.menu li {
    padding: .1vh 0;
    margin: 0;
    font-weight: 500;
    list-style: none; }
    ul.menu li a {
      color: #463e3d; }
    ul.menu li a:hover {
      color: #d24030; }
    ul.menu li ul {
      margin-left: 3vh;
      font-size: 90%; }
      ul.menu li ul li a {
        color: #00aeef;
        font-weight: 200; }
      ul.menu li ul li a:hover {
        color: #000000; }

.waittimes {
  border: 22px solid orange; }
  .waittimes nav {
    display: none; }

.blogPage {
  grid-area: blog;
  background: #ffffff;
  border-radius: .33vh;
  grid-gap: 1vh;
  text-align: center; }
  .blogPage h4.nothing {
    color: #00aeef;
    border: none;
    font-size: 125%;
    margin-top: 24vh; }
  .blogPage h1,
  .blogPage h3 {
    color: #d24030;
    font-size: 200%;
    padding: 0vh 1vh;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    border-bottom: 1px dotted #d24030;
    margin-bottom: 1vh; }
  .blogPage p {
    text-align: left; }
  .blogPage .container2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 1vh;
    grid-gap: 1vh; }
    @media (min-width: 790px) and (max-width: 1040px) {
      .blogPage .container2 {
        grid-template-columns: 1fr; } }
    @media (max-width: 790px) {
      .blogPage .container2 {
        grid-template-columns: 1fr; } }
    .blogPage .container2 .content {
      display: block;
      background-size: cover;
      background-origin: content-box;
      background-position: center center;
      height: 45vh; }
      .blogPage .container2 .content .loop {
        background-size: cover;
        height: 45vh;
        border: 1px solid orange;
        background-color: rgba(0, 2, 2, 0.45);
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px); }
        .blogPage .container2 .content .loop .title {
          font-size: 1.1em;
          font-weight: 600;
          padding: 1vh;
          height: 3em;
          color: #f4fd02;
          background-color: rgba(1, 1, 1, 0.6);
          -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px); }
          .blogPage .container2 .content .loop .title a:link,
          .blogPage .container2 .content .loop .title a:visited {
            color: #f4fd02; }
          .blogPage .container2 .content .loop .title a:hover {
            color: #F3CC64; }
        .blogPage .container2 .content .loop .title:hover {
          background-color: #d24030; }
        .blogPage .container2 .content .loop .img {
          min-height: 5vh; }
        .blogPage .container2 .content .loop .exc {
          font-size: .9em;
          position: fixed;
          bottom: 0;
          color: #ffffff;
          line-height: 1em;
          font-weight: 500;
          padding: 1vh;
          text-align: center; }
      .blogPage .container2 .content .loop:hover {
        background-color: rgba(0, 2, 2, 0.2);
        -webkit-backdrop-filter: blur(1px);
        backdrop-filter: blur(1px); }

.shopping {
  background: red; }

.widgetContentSc {
  border: 20px solid orange; }

.widgetContent,
.ajaxResponseVertical {
  background: red;
  display: flex; }
  .widgetContent tr,
  .ajaxResponseVertical tr {
    display: flex; }

html {
  margin: 0;
  padding: 0; }

.page_display {
  display: grid;
  background: #ffffff;
  padding: 1vh;
  color: #000000;
  grid-template-columns: 1fr 20%;
  grid-template-areas: "container sidebar";
  grid-gap: 2vh; }
  @media (max-width: 790px) {
    .page_display {
      display: block; } }
  .page_display .container {
    grid-area: container;
    font-size: 110%; }
    .page_display .container p {
      line-height: 1.6em; }
    .page_display .container ul,
    .page_display .container ol {
      padding-left: 4vh;
      line-height: 2em; }
    .page_display .container h2 {
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 3vh;
      border-bottom: 1px #e5dedd solid; }
    .page_display .container .breadcrumb {
      color: #000000;
      border-bottom: 1px solid #000000;
      border-top: 1px solid #000000;
      line-height: 2em;
      padding: 0;
      margin: 0;
      display: flex; }
      .page_display .container .breadcrumb a:link,
      .page_display .container .breadcrumb a:visited {
        padding: 2px;
        color: #00aeef; }
      .page_display .container .breadcrumb a:hover {
        color: #d24030; }
      .page_display .container .breadcrumb a.home {
        font-weight: 500;
        text-transform: uppercase;
        color: #d24030; }
      .page_display .container .breadcrumb a:hover.home {
        font-weight: 500;
        text-transform: uppercase;
        color: #000000; }
    .page_display .container .blog h2 {
      text-transform: uppercase;
      font-weight: 100;
      margin-bottom: 3vh;
      color: #d24030;
      font-family: "Bagel Fat One", system-ui;
      font-weight: 400;
      font-style: normal;
      padding: 1vh;
      font-size: 300%; }
    .page_display .container .blog .container .loop {
      display: grid;
      grid-template-columns: 20% 1fr;
      grid-template-areas: "thumb title" 					"thumb exc" 					"thumb .";
      grid-gap: 1vh;
      margin-bottom: 2vh;
      border-bottom: 1px dotted #12194A; }
      .page_display .container .blog .container .loop .title {
        grid-area: title;
        border-bottom: 1px dotted #12194A; }
        .page_display .container .blog .container .loop .title a:link,
        .page_display .container .blog .container .loop .title a:visited {
          color: #000000;
          font-size: 120%;
          line-height: 1.2em;
          font-weight: 500; }
        .page_display .container .blog .container .loop .title a:hover {
          color: #00aeef;
          font-weight: 500; }
        .page_display .container .blog .container .loop .title h4 {
          line-height: 1em;
          padding: 0;
          margin: 0;
          color: #d24030;
          font-size: .8em; }
      .page_display .container .blog .container .loop .thumb {
        grid-area: thumb; }
      .page_display .container .blog .container .loop .exc {
        grid-area: exc; }
        .page_display .container .blog .container .loop .exc p.rTime {
          line-height: 1em;
          font-size: 90%;
          padding: 0;
          margin: 0;
          margin-bottom: 2vh; }
    .page_display .container #blogcontent {
      line-height: 1.7em;
      font-size: 1.2em; }
      .page_display .container #blogcontent .has-large-font-size {
        color: #d24030; }
      .page_display .container #blogcontent p {
        margin: 3vh 0; }
      .page_display .container #blogcontent .readTime {
        background: #e5dedd;
        margin-top: 2px;
        text-transform: uppercase;
        font-size: .6em;
        font-weight: 450;
        padding-left: 1vh; }
      .page_display .container #blogcontent .title {
        font-size: 1em; }
        .page_display .container #blogcontent .title h1 {
          color: #d24030; }
        .page_display .container #blogcontent .title h4 {
          color: #000000;
          font-size: .6em;
          font-weight: 100; }
      .page_display .container #blogcontent .content .jp-relatedposts::before {
        content: "*ALL INFORMATION IS CORRECT AT THE TIME OF PUBLISHING.  FOR MORE INFORMATION, CONTACT EITHER WDW OR WHOMEVER THE POST IS ABOUT.";
        font-size: 45%;
        color: #d24030;
        text-align: center;
        margin-bottom: 5vh;
        padding: 2vh;
        word-break: none; }
      .page_display .container #blogcontent .content .breadcrumb {
        font-size: .75em; }
      .page_display .container #blogcontent .content .readTime {
        font-weight: 450;
        margin-top: 2vh; }
      .page_display .container #blogcontent img,
      .page_display .container #blogcontent figure {
        text-align: center;
        max-height: 75vh;
        width: auto; }
    .page_display .container .blogPage .catMeta {
      padding: 1vh;
      line-height: 1em;
      text-align: left;
      display: block;
      font-weight: 500;
      grid-template-columns: 10% 1fr;
      margin-bottom: .25vh; }
      .page_display .container .blogPage .catMeta .catImg {
        display: flex;
        align-content: center;
        align-items: center;
        align-self: center;
        text-align: center; }
        .page_display .container .blogPage .catMeta .catImg img {
          max-width: auto; }
      .page_display .container .blogPage .catMeta .catDesc {
        font-weight: 500;
        font-size: 1em;
        padding: 3vh;
        line-height: 1em;
        border: 5px solid #12194A;
        border-radius: 1vh;
        margin-top: 2vh;
        width: 85%;
        margin: 2vh auto;
        background: #F3CC64; }
        .page_display .container .blogPage .catMeta .catDesc h4 {
          font-size: 131%;
          font-weight: 550;
          color: #d24030; }
    .page_display .container .blogPage h2 {
      text-transform: uppercase;
      font-weight: 100;
      margin-bottom: 3vh;
      background: #d24030;
      color: #f4fd02;
      font-family: "Bagel Fat One", system-ui;
      font-weight: 400;
      font-style: normal;
      padding: 1vh;
      font-size: 300%; }
    .page_display .container .blogPage .container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 2vh; }
      @media (max-width: 790px) {
        .page_display .container .blogPage .container {
          display: block; } }
      .page_display .container .blogPage .container .loop {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: "thumb" 			"title" 			"readtime" 			"exc";
        line-height: 1em;
        grid-gap: 1vh; }
        .page_display .container .blogPage .container .loop .title {
          grid-area: title;
          font-size: 1em;
          height: 5em; }
          .page_display .container .blogPage .container .loop .title a {
            color: #463e3d;
            font-size: 100%;
            font-weight: 600;
            line-height: 1.2em;
            margin-bottom: 1vh;
            text-transform: capitalize; }
          .page_display .container .blogPage .container .loop .title a:hover {
            color: #d24030; }
          .page_display .container .blogPage .container .loop .title h1,
          .page_display .container .blogPage .container .loop .title h3 {
            font-size: 90%; }
          .page_display .container .blogPage .container .loop .title h4 {
            font-size: 67%;
            font-weight: 200;
            color: #d24030;
            padding-top: 1.2vh; }
        .page_display .container .blogPage .container .loop .readtime {
          grid-area: readtime;
          color: #F3CC64;
          background: #d24030;
          text-transform: uppercase;
          font-size: .7em;
          text-align: center; }
        .page_display .container .blogPage .container .loop .thumb2 {
          grid-area: thumb;
          display: flex;
          opacity: .7;
          height: 33vh;
          overflow: hidden;
          border: 1px solid #000000;
          opacity: .6; }
          .page_display .container .blogPage .container .loop .thumb2 img {
            height: auto;
            width: 100%;
            aspect-ratio: 1 / 1; }
        .page_display .container .blogPage .container .loop .thumb2:hover {
          opacity: 1; }
        .page_display .container .blogPage .container .loop .exc {
          grid-area: exc;
          font-size: 1em;
          line-height: 1.3em; }
          .page_display .container .blogPage .container .loop .exc p {
            line-height: 1.3em;
            font-size: .8em; }
    .page_display .container .content .title {
      color: #000000;
      font-size: 2.3em;
      line-height: 1.2em;
      color: #d24030; }
    .page_display .container .content .author {
      color: #000000;
      font-size: .9em;
      line-height: 1em;
      color: #d24030;
      font-weight: 300; }
    .page_display .container .content .tags,
    .page_display .container .content .related {
      border: 1px solid #463e3d;
      margin: 1vh 0;
      padding: 0.25vh 1.5vh;
      background: #e5dedd;
      text-transform: uppercase; }
      .page_display .container .content .tags a:link,
      .page_display .container .content .tags a:visited,
      .page_display .container .content .related a:link,
      .page_display .container .content .related a:visited {
        color: #00aeef;
        font-weight: 600; }
      .page_display .container .content .tags a:hover,
      .page_display .container .content .related a:hover {
        color: #d24030; }
  .page_display .sidebar {
    grid-area: sidebar;
    border: 1px solid #000000;
    padding: 1vh;
    text-align: left;
    background: rgba(245, 130, 32, 0.07);
    /*
		.searchform {
			border: 11px solid orange;
		}
		.widget_block {
			border: 11px solid orange;
			max-width: 99%;
			
			div {
				
			border: 11px solid green;
			max-width: 99%;
			}
		}
		
		*/ }
    @media (max-width: 790px) {
      .page_display .sidebar {
        display: none;
        box-shadow: none; } }
    .page_display .sidebar .left_menu {
      display: block;
      text-align: left; }
      .page_display .sidebar .left_menu h1,
      .page_display .sidebar .left_menu h3 {
        color: #d24030; }
      .page_display .sidebar .left_menu ul {
        list-style: none; }
        .page_display .sidebar .left_menu ul li {
          padding: .5vh 0;
          border-bottom: 1px dotted #e5dedd;
          width: 85%; }
          .page_display .sidebar .left_menu ul li a:link,
          .page_display .sidebar .left_menu ul li a:visited {
            color: #463e3d;
            text-transform: uppercase;
            font-size: 88%; }
          .page_display .sidebar .left_menu ul li a:hover {
            color: #d24030; }

.pageblurb p {
  margin: 6vh 0 2vh 0; }

@keyframes marquee {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(-100%); } }

.waittimes2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1vh;
  grid-template-areas: "marquee marquee" 	"magic epcot" 	"hollywood animal"; }
  @media (max-width: 790px) {
    .waittimes2 {
      display: block; } }
  .waittimes2 h1,
  .waittimes2 h3 {
    font-size: 120%; }
  .waittimes2 .marquee {
    grid-area: marquee;
    background: #000000;
    color: #f4fd02;
    padding: 2px 0;
    line-height: 1.5em;
    font-size: 1.1em;
    position: relative;
    overflow: hidden;
    width: 100%;
    /* adjust width as needed */
    height: 1.5em;
    /* adjust height as needed */ }
  .waittimes2 .marquee-content {
    position: absolute;
    white-space: nowrap;
    animation: marquee 185s linear infinite;
    left: 100%;
    /* start from the right edge */ }

@keyframes marquee {
  0% {
    left: 100%;
    /* start from the right edge */ }
  100% {
    left: -1900%;
    /* move to the left edge */ } }
  .waittimes2 .magic {
    grid-area: magic; }
  .waittimes2 .epcot {
    grid-area: epcot; }
  .waittimes2 .hollywood {
    grid-area: hollywood; }
  .waittimes2 .animal {
    grid-area: animal; }
  .waittimes2 .magic,
  .waittimes2 .epcot,
  .waittimes2 .hollywood,
  .waittimes2 .animal {
    text-align: left;
    border: 4px solid #00aeef;
    margin-bottom: 5vh;
    border-radius: 3vh;
    padding-top: 3vh;
    padding-bottom: 3vh; }
    .waittimes2 .magic .disney-land h4,
    .waittimes2 .epcot .disney-land h4,
    .waittimes2 .hollywood .disney-land h4,
    .waittimes2 .animal .disney-land h4 {
      background: #00aeef;
      color: #ffffff;
      margin: 1vh 0;
      padding: 1vh; }
    .waittimes2 .magic .disney-land .loop,
    .waittimes2 .epcot .disney-land .loop,
    .waittimes2 .hollywood .disney-land .loop,
    .waittimes2 .animal .disney-land .loop {
      display: grid;
      grid-template-columns: 1fr 20%;
      font-size: 85%; }
      .waittimes2 .magic .disney-land .loop .xtime,
      .waittimes2 .epcot .disney-land .loop .xtime,
      .waittimes2 .hollywood .disney-land .loop .xtime,
      .waittimes2 .animal .disney-land .loop .xtime {
        text-align: right;
        padding-right: 1vh; }
      .waittimes2 .magic .disney-land .loop .xland,
      .waittimes2 .epcot .disney-land .loop .xland,
      .waittimes2 .hollywood .disney-land .loop .xland,
      .waittimes2 .animal .disney-land .loop .xland {
        padding-left: 1vh; }

/*# sourceMappingURL=style.map */