/*
Theme Name: Gold25 v2.0
Theme URI: httpw://www.disneydawgs.com/
Author: Mark Plante
Author URI: http://markplante.com/
Description: Theme developed by Mark Plante in May 2025.
Version: 1.0
Text Domain: disneydawgs.com

*/
/*
$nav: #ffffff;


$primary:#e9b9a1;
$black: #000000;
$white: #ffffff;
$green: #7aa19b;
$grey: #dfe0df;
$gray: #dfe0df;
$lt-grey: #dfe0df;
$dk-grey: #504534;
$darkgrey: #504534;
$yellow: #FAFF70;
$outline: #c1554d;
$blue: #00407a;
 */
header {
  display: block;
  border-top: 20px solid #dfe0df;
  background: #ffffff;
  margin: 0;
  padding: 0;
  /*

	
	.frontmenu {
		padding: 0px;
		background-image: linear-gradient(to right, green, $nav);
		@include desktop {
		max-height: 5vh;
		}
		
		
		.f-container {
			@include desktop {
			display: grid;
			}
			display:block;
			text-align: center;
			grid-template-columns: 30% 1fr 20%;
			grid-template-areas: 
			"flogo newMenu fsocial";
			//border: 1px solid orange;
			@include desktop {
			max-height: 5vh;
			grid-template-columns: 30% 1fr 20%;
			}
			@include phone {
			//max-height: 5vh;
			display: grid;
			grid-template-columns: 1fr;
			grid-template-areas: 
			"flogo"
			"fsocial"
			"newMenu";
			}
			
			
			.newMenu {
				@include phone {
					display: none;
				}
				grid-area: newMenu;
						display: flex;
						align-content: center;
						align-items: center;
						justify-content: center;
			//border: 1px solid orange;
			@include desktop {
		max-height: 5vh;
		}
			}
			
			.f-logo {
				grid-area: flogo;
				display: flex;
			//border: 1px solid orange;
				//border: 4px solid orange;
						display: flex;
						align-content: center;
						align-items: center;
						justify-content: center;
				
				
				img {
					max-height: 20vh;
					@include desktop {
					height: 5vh;
					}
				
						display: flex;
						align-content: center;
						align-items: center;
						justify-content: center;
				}
				
				article {
					display: none;
					
	   @include desktop {
		   display: flex;
		} 
					color: $white;
						//display: flex;
						font-family: 'Amiri Quran', serif;
						align-content: center;
						align-items: center;
						justify-content: center;
						text-transform: uppercase;
							a:link,
							a:visited {
								color: $white;
								//margin-top: 4vh;
								padding-left: 5px;
							}
							a:link {
								color: $yellow;
							}
					}

				
				.log {
					display: flex;
					align-content: center;
					align-items: center;
					justify-content: center;
			img {
				max-height: 20vh;
				margin: 1vh 4vh;
			}
					
					.name {
						display: flex;
						font-family: 'Amiri Quran', serif;
						align-content: center;
						align-items: center;
						justify-content: center;
						text-transform: uppercase;
							a:link,
							a:visited {
								color: $white;
								//margin-top: 4vh;
								padding-left: 5px;
							}
							a:link {
								color: $yellow;
							}
					}
				}
			
		}
		}
			.f-social {
		max-height: 5vh;
				grid-area: fsocial;
				text-align: right;
				
			//border: 1px solid orange;
				//justify-content: center;
				align-items: center;
				height: 100%;
				//border: 4px solid yellow;
				
					display: flex;
					align-content: center;
					align-items: center;
					justify-content: center;
					text-transform: uppercase;
				a {
					color: $white;
					font-size: 80%;
				}
				
				a:hover {
					color: $yellow;
				}
			}
		
		
	
}
	
	
*/ }
  @media (max-width: 790px) {
    header {
      text-align: center; } }
  header .header {
    max-width: 100%;
    background: none;
    margin: 0 auto;
    padding-top: .5vh;
    margin-bottom: 0;
    line-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "logo" 				"social" 				"newMenu"; }
    @media (min-width: 1040px) {
      header .header {
        grid-template-columns: 15% 1fr 20%;
        grid-template-areas: "logo logo social" 				"newMenu newMenu newMenu"; } }
    header .header .logo {
      grid-area: logo;
      text-align: left;
      padding-left: 4vh;
      max-height: 14vh;
      display: block; }
      @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; } }
      header .header .logo img {
        text-align: center;
        max-height: 100%; }
        @media (max-width: 790px) {
          header .header .logo img {
            max-height: 7vh; } }
    header .header .name {
      white-space: nowrap;
      display: none;
      grid-area: name;
      font-family: 'Amiri Quran', serif;
      display: none;
      align-content: flex-start;
      align-items: center;
      justify-content: flex-start;
      line-height: 1.2em;
      text-transform: uppercase; }
      @media (min-width: 1040px) {
        header .header .name {
          display: flex;
          align-content: center;
          align-items: center;
          align-self: center;
          justify-content: center; } }
      header .header .name a:link,
      header .header .name a:visited {
        color: #dfe0df;
        padding-left: 5px; }
      header .header .name a:link {
        color: #F3CC64; }
    header .header .newMenu {
      grid-area: newMenu;
      display: flex;
      align-content: flex-start;
      align-items: center;
      justify-content: flex-start;
      line-height: 1.2em; }
      @media (max-width: 790px) {
        header .header .newMenu {
          display: none; } }
    header .header .social {
      grid-area: social;
      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; } }
  header .frontHeader {
    max-width: 90%;
    margin: 0 auto;
    padding-top: .5vh;
    margin-bottom: 0;
    line-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "logo" 				"social" 				"newMenu"; }
    @media (min-width: 1040px) {
      header .frontHeader {
        grid-template-columns: 15% 1fr 20%;
        grid-template-areas: "logo logo logo" 				"name newMenu social"; } }
    header .frontHeader .logo {
      grid-area: logo;
      text-align: center;
      max-height: 7vh;
      text-align: center;
      display: block; }
      @media (min-width: 1040px) {
        header .frontHeader .logo {
          display: none; } }
      @media (max-width: 790px) {
        header .frontHeader .logo {
          max-height: intrinsic; } }
      header .frontHeader .logo img {
        text-align: center;
        max-height: 100%; }
        @media (max-width: 790px) {
          header .frontHeader .logo img {
            max-height: 7vh; } }
    header .frontHeader .name {
      white-space: nowrap;
      display: none;
      grid-area: name;
      font-family: 'Amiri Quran', serif;
      display: none;
      align-content: flex-start;
      align-items: center;
      justify-content: flex-start;
      line-height: 1.2em;
      text-transform: uppercase; }
      @media (min-width: 1040px) {
        header .frontHeader .name {
          display: flex;
          align-content: center;
          align-items: center;
          align-self: center;
          justify-content: center; } }
      header .frontHeader .name a:link,
      header .frontHeader .name a:visited {
        color: #dfe0df;
        padding-left: 5px; }
      header .frontHeader .name a:link {
        color: #F3CC64; }
    header .frontHeader .newMenu {
      grid-area: newMenu;
      display: flex;
      align-content: flex-start;
      align-items: center;
      justify-content: flex-start;
      line-height: 1.2em; }
      @media (max-width: 790px) {
        header .frontHeader .newMenu {
          display: none; } }
    header .frontHeader .social {
      grid-area: social;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center; }
      @media (min-width: 1040px) {
        header .frontHeader .social {
          text-align: right;
          display: flex;
          flex-flow: row-reverse; } }
  header .container {
    max-width: 1300;
    margin: 0 auto;
    margin-bottom: -.5vh;
    display: grid;
    grid-template-columns: 20% 1fr;
    grid-template-areas: "logo social" 		"logo menu"; }
    @media (max-width: 790px) {
      header .container {
        text-align: center;
        grid-template-columns: 1fr;
        grid-template-areas: "logo" 		"social" 		"menu"; } }
    header .container .logo {
      grid-area: logo;
      display: flex;
      margin: 0;
      padding: 0; }
      @media (max-width: 790px) {
        header .container .logo {
          align-content: center;
          align-items: center;
          justify-content: center; } }
      header .container .logo img {
        max-height: 20vh;
        margin: 1vh 4vh; }
    header .container .newMenu {
      grid-area: menu;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 10vh;
      right: 5%; }
    header .container .social {
      grid-area: social;
      text-align: right;
      display: flex;
      flex-direction: row-reverse;
      margin: 0;
      padding: 0; }
      @media (max-width: 790px) {
        header .container .social {
          text-align: justify;
          display: flex;
          align-content: center;
          align-items: center;
          justify-content: center; } }
      @media (min-width: 790px) and (max-width: 1040px) {
        header .container .social {
          text-align: justify;
          display: flex;
          align-content: center;
          align-items: center;
          justify-content: center; } }

#herobox {
  color: #ffffff; }
  #herobox .menubar {
    background: #393E8F;
    display: grid;
    grid-template-columns: 1fr 20%;
    width: 100%; }
    @media (max-width: 790px) {
      #herobox .menubar {
        display: none; } }
    #herobox .menubar .menux {
      text-align: right;
      display: block;
      align-self: center;
      align-content: center;
      align-items: center;
      font-size: 119%;
      font-weight: 700; }
    #herobox .menubar .social {
      text-align: right;
      display: flex;
      flex-flow: column-reverse; }
      @media (max-width: 790px) {
        #herobox .menubar .social {
          flex-basis: auto;
          align-items: center;
          justify-content: center; } }
  #herobox .heroImg {
    padding: 10vh;
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-areas: "logo welcome" 		"logo callToAction";
    background-position: center center;
    background-size: cover; }
    @media (max-width: 790px) {
      #herobox .heroImg {
        display: none;
        min-height: 29vh;
        padding: .5vh;
        border: 1px solid #393E8F;
        background: none;
        background-image: none !important;
        color: #393E8F; } }
    #herobox .heroImg .logo {
      grid-area: logo;
      align-items: center;
      justify-content: center; }
      #herobox .heroImg .logo img {
        max-height: 40vh;
        text-align: center; }
    #herobox .heroImg .welcome {
      grid-area: welcome;
      font-size: 1.2em;
      line-height: 1.8em; }
      @media (max-width: 790px) {
        #herobox .heroImg .welcome {
          font-size: 1em;
          line-height: 1.2em;
          text-align: left;
          padding: .7vh; } }
    #herobox .heroImg .callToAction {
      grid-area: callToAction;
      display: block;
      width: 100%; }
      #herobox .heroImg .callToAction nav {
        display: inline;
        text-align: center; }
        #herobox .heroImg .callToAction nav ul {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr;
          text-align: center; }
          #herobox .heroImg .callToAction nav ul li {
            display: flex;
            margin: 1vh; }
            #herobox .heroImg .callToAction nav ul li a:link,
            #herobox .heroImg .callToAction nav ul li a:visited {
              color: #ffffff;
              text-align: center;
              display: flex;
              align-self: center;
              background: #B12228;
              border: 1px solid #ffffff;
              width: auto;
              font-weight: 600;
              text-transform: uppercase; }
      @media (max-width: 790px) {
        #herobox .heroImg .callToAction {
          font-size: .7em; } }
      #herobox .heroImg .callToAction div {
        text-align: center;
        margin-top: 3vh; }
      #herobox .heroImg .callToAction a {
        min-width: 10vh;
        padding: 1vh 3vh;
        border: none;
        border-radius: 1.4vh;
        opacity: .7; }
        @media (max-width: 790px) {
          #herobox .heroImg .callToAction a {
            font-size: .9em; } }
      #herobox .heroImg .callToAction a:hover {
        opacity: 1; }
      #herobox .heroImg .callToAction .cta1 {
        background: #393E8F;
        color: #ffffff; }
      #herobox .heroImg .callToAction .cta2 {
        background: #393E8F;
        color: #ffffff; }
      #herobox .heroImg .callToAction .cta3 {
        background: #7aa19b;
        color: #ffffff; }

.topmenu {
  background: #c1554d;
  color: #ffffff;
  display: none; }
  @media (min-width: 1040px) {
    .topmenu {
      display: block; } }
  .topmenu .container {
    background: #c1554d;
    color: #ffffff;
    margin: auto;
    padding: .5vh 0;
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .topmenu .container .topn {
      background: #c1554d; }
      .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; }
          .topmenu .container .topn ul li a:hover {
            color: #7aa19b; }
    .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: #7aa19b; }

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

@media (min-width: 790px) and (max-width: 1040px) {
  .mobile-nav {
    background: #504534;
    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: #B12228;
  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;
  width: 100%; }

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

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

.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: #c1554d;
    margin-bottom: 3px;
    border: 0;
    color: #ffffff;
    text-align: right;
    font-size: 2vh; }
    nav.top div {
      text-align: right;
      margin: auto;
      background: #c1554d; }
      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: #F3CC64;
            font-size: 1.2vh; }
          nav.top div ul li a:hover {
            color: #ffffff; } }

.newMenu {
  color: #ffffff;
  font-size: 90%;
  text-transform: uppercase;
  background: #B12228;
  padding-bottom: 1vh;
  /*
					.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; } }
  .newMenu .primary-menu {
    z-index: 1000;
    background: #B12228;
    color: #ffffff;
    margin: auto;
    max-width: 1300px;
    padding: 0.4vh 1.5vh 0 1.5vh; }
  .newMenu .primary-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    color: #ffffff;
    background: #B12228; }
  .newMenu .primary-menu li {
    position: relative;
    display: flex; }
  .newMenu .primary-menu a {
    display: block;
    padding: 10px 8px 5px 8px;
    text-decoration: none;
    color: #ffffff; }
  .newMenu .primary-menu .menu li:hover > a {
    background: #c1554d;
    color: #F3CC64;
    width: 100%; }
  .newMenu .primary-menu a:hover {
    color: #B12228;
    font-weight: 700; }
  .newMenu .primary-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 340px;
    background: #504534;
    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; } }

::root {
  font-weight: 100 !important; }

.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;
  font-family: 'Roboto', sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  max-width: 100%;
  overflow-x: hidden;
  color: #504534; }

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

.nonez {
  display: none; }

.btn {
  background: #B12228;
  color: #fff;
  text-decoration: none;
  padding: .5em;
  border: 1px solid #dfe0df;
  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: #EFBEB7;
  color: #000000; }

.btn_sm {
  background: #B12228;
  color: #fff;
  text-decoration: none;
  padding: 0.5em 1em;
  border: 1px solid #1A416E;
  display: inline-block;
  margin: .2em 0;
  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; }

.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 #7aa19b; }

.refurbtext {
  color: #dfe0df; }

.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: #dfe0df; }

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


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

*/
.sidebar {
  padding-left: 1vh; }
  .sidebar .subscribe {
    border: 1px solid #7aa19b;
    border-radius: 4vh;
    margin: 2vh 0.2vh;
    padding: 2vh; }
    .sidebar .subscribe h3 {
      font-size: 222%;
      color: #7aa19b; }
    .sidebar .subscribe p {
      margin-bottom: 2vh; }
  .sidebar .box {
    color: #B12228; }
    .sidebar .box h3 {
      font-weight: 500;
      font-family: 'PT Sans Narrow', sans-serif; }
    .sidebar .box .subbox {
      background: #dfe0df;
      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: #B12228; }
      .sidebar .box ul li a:hover {
        font-size: 105%;
        color: #B12228; }

.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: #ffffff;
  text-transform: uppercase;
  background: #504534;
  padding: 3px 6px;
  border-radius: 6px; }

.readmore:hover {
  background: #B12228;
  color: #ffffff; }

.widget {
  margin: 2vh 0; }

.nonez {
  display: none; }

.btn {
  background: #B12228;
  color: #fff;
  text-decoration: none;
  padding: .5em;
  border: 1px solid #dfe0df;
  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: #EFBEB7;
  color: #000000; }

.btn_sm {
  background: #1A416E;
  color: #fff;
  text-decoration: none;
  padding: 0.5em 1em;
  border: 1px solid #1A416E;
  display: inline-block;
  margin: .2em 0;
  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; }

main {
  flex: 1;
  padding-bottom: 4vh;
  width: 100%;
  max-width: 90%;
  margin: .5vh auto;
  padding: 0vh 2vh 0vh 2vh;
  min-height: 20vh;
  border-radius: 1vh;
  min-height: 65vh; }

.sidebar {
  /*@media (max-width: 600px) {
		display: none;	
	}	*/
  background-color: #ffffff;
  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 #7aa19b; }

.refurbtext {
  color: #dfe0df; }

.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: #dfe0df; }

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


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

*/
.sidebar {
  padding-left: 1vh; }
  .sidebar .subscribe {
    border: 1px solid #7aa19b;
    border-radius: 4vh;
    margin: 2vh 0.2vh;
    padding: 2vh; }
    .sidebar .subscribe h3 {
      font-size: 222%;
      color: #7aa19b; }
    .sidebar .subscribe p {
      margin-bottom: 2vh; }
  .sidebar .box {
    color: #B12228; }
    .sidebar .box h3 {
      font-weight: 500;
      font-family: 'PT Sans Narrow', sans-serif; }
    .sidebar .box .subbox {
      background: #dfe0df;
      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: #B12228; }
      .sidebar .box ul li a:hover {
        font-size: 105%;
        color: #B12228; }

#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; }

.podast {
  border: 1px solid #393E8F;
  padding: 5vh 0; }

.quotebox {
  background: #dfe0df;
  padding: 1vh; }

ins.adsbygoogle,
ins.adsbygoogle * {
  font-weight: 400 !important;
  background: blue; }

ins:not(.adsbygoogle) {
  font-weight: 700; }

/* Footer */
footer {
  margin-top: 30px;
  border-top: 1px solid #DDD;
  text-align: center; }
  footer p {
    margin-top: 1vh;
    font-weight: 100; }
  footer .site-nav {
    display: inline-flex;
    margin: 2vh auto; }
    footer .site-nav ul {
      list-style: none;
      display: flex; }
      @media (max-width: 790px) {
        footer .site-nav ul {
          display: block;
          border: none; } }
      footer .site-nav ul li {
        padding: 3px 15px;
        border-right: 1px solid #006ec3;
        font-size: 1em;
        line-height: 1em; }
        @media (max-width: 790px) {
          footer .site-nav ul li {
            display: block;
            border-right: none;
            border-bottom: 1px solid #006ec3;
            padding: 2px 0;
            width: 100%; } }
        footer .site-nav ul li a:link,
        footer .site-nav ul li a:visited {
          color: #006ec3; }
      footer .site-nav ul li:last-of-type {
        border-right: none; }

/*
.site-footer {
	margin-top: 30px;
	border-top: 1px solid #DDD;
	//font-size: 84%;
	width: 100%;
	margin: 30px auto;
	display: block;
	text-align: center;
	
	p {
		//border: 1px solid black;
		margin: 0;
	}
	
	nav {
	margin: 1vh auto;
	//border: 1px solid orange;
	display: flex;
	
	max-width: 80%;
	@include tablet {
		max-width: 100%;
		//border: 2px solid olive;
	}
	
		ul {
			@include tablet {
				display: flex;
			}
			
			li {
				display: flex;
			@include phone {
				display: block;
				text-align: center;
				padding: 0 5px;
				}
			@include tablet {
				display: flex;
				border-right: 1px solid $lt-blue;
			}
				
			@include desktop {
				margin-right: 10px;
				padding-right: 10px;
				border-right: 1px solid #DDD;
				//border: 1px solid blue;
				display: flex;
				}
				
				
				
				a {
					color: #006ec3;
			@include tablet {
				display: flex;
				text-align: center;
				margin: 0 2vh;
				}
				}
			}
			
			
			
			li:last-of-type {
				border-right: none;
			}

		}
		
	}
	
	
	}
	
	
	

/* Footer Nav Menu 
.site-footer nav 

.site-footer nav ul li {
.site-footer nav ul li:last-of-type {
	border-right: none;
}
*/
#front-page #heroBlog {
  margin-top: 3vh;
  border: 1px solid #006ec3;
  background-color: rgba(8, 0, 0, 0.11);
  padding: 1vh;
  border-radius: 1vh; }
  #front-page #heroBlog .content .loop {
    box-sizing: border-box;
    align-content: start;
    align-items: start;
    align-self: start;
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-areas: "thumb title" 			"thumb exc";
    grid-gap: 2vh; }
    @media (min-width: 790px) and (max-width: 1040px) {
      #front-page #heroBlog .content .loop {
        grid-template-columns: 40% 1fr; } }
    @media (max-width: 790px) {
      #front-page #heroBlog .content .loop {
        display: block; } }
    #front-page #heroBlog .content .loop .thumb {
      grid-area: thumb;
      box-sizing: border-box;
      align-content: start;
      align-items: start;
      align-self: start; }
    #front-page #heroBlog .content .loop .title {
      grid-area: title;
      box-sizing: border-box;
      align-content: start;
      align-items: start;
      align-self: start; }
      #front-page #heroBlog .content .loop .title a {
        font-size: 2.3em;
        color: #000000;
        line-height: 1.3em; }
        @media (min-width: 790px) and (max-width: 1040px) {
          #front-page #heroBlog .content .loop .title a {
            font-size: 1.5em; } }
        @media (max-width: 790px) {
          #front-page #heroBlog .content .loop .title a {
            font-size: 1.5em; } }
    #front-page #heroBlog .content .loop .exc {
      grid-area: exc;
      font-size: 1.5em;
      line-height: 1.3em;
      box-sizing: border-box;
      align-content: start;
      align-items: start;
      align-self: start; }
      @media (min-width: 790px) and (max-width: 1040px) {
        #front-page #heroBlog .content .loop .exc {
          font-size: 1.3em; } }
      @media (max-width: 790px) {
        #front-page #heroBlog .content .loop .exc {
          font-size: 1.3em; } }

#front-page .hero {
  display: block; }
  #front-page .hero .newHead {
    color: #ffffff; }

#front-page .midpage {
  display: grid;
  grid-template-columns: 57% 1fr;
  margin: 5vh;
  grid-gap: 1vh;
  grid-template-areas: "blog def" 		"blog planning" 		"blog parks" 		"blog recipe22";
  box-sizing: border-box;
  align-content: start;
  align-items: start;
  align-self: start; }
  @media (min-width: 790px) and (max-width: 1040px) {
    #front-page .midpage {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 790px) {
    #front-page .midpage {
      display: block;
      margin: 2vh 0vh; } }
  #front-page .midpage .def {
    box-sizing: border-box;
    align-content: start;
    align-items: start;
    align-self: start; }
    #front-page .midpage .def h2 {
      color: #B12228;
      border-bottom: 1px solid #B12228;
      text-transform: uppercase; }
    #front-page .midpage .def .container {
      grid-area: def;
      border: double #F3CC64 3px;
      min-height: 20vh;
      padding: 1vh;
      border-radius: 1vh;
      color: #F3CC64;
      background: #000000;
      margin-top: 1vh; }
      #front-page .midpage .def .container h3 {
        font-weight: 500;
        line-height: 2em;
        font-size: 2em;
        padding: 0;
        margin: 0;
        color: #EFBEB7; }
      #front-page .midpage .def .container p {
        font-family: "Domine", serif;
        font-style: italic;
        line-height: 1.4em;
        font-size: 1.8em;
        margin-top: 1.5vh; }
  #front-page .midpage .blog {
    grid-area: blog;
    box-sizing: border-box;
    align-content: start;
    align-items: start;
    align-self: start; }
    #front-page .midpage .blog h2 {
      color: #B12228;
      border-bottom: 1px solid #B12228;
      text-transform: uppercase; }
    #front-page .midpage .blog .content .loop {
      margin-top: 2vh;
      border-bottom: 1px dotted #006ec3;
      padding: 0.5vh 0 2vh;
      grid-template-columns: 33% 1fr;
      display: block;
      grid-template-areas: "thumb title" 					"thumb exc";
      align-content: start;
      align-items: start;
      align-self: start; }
      @media (min-width: 1040px) {
        #front-page .midpage .blog .content .loop {
          display: grid; } }
      #front-page .midpage .blog .content .loop .title {
        grid-area: title; }
        #front-page .midpage .blog .content .loop .title h4 {
          line-height: 1em;
          font-size: 1em;
          font-weight: 200;
          color: #B12228;
          padding: 3px 0;
          margin: 0; }
        #front-page .midpage .blog .content .loop .title a {
          color: #000000;
          text-decoration: none;
          font-size: 1.3em; }
      #front-page .midpage .blog .content .loop .thumb {
        grid-area: thumb;
        margin-right: 1vh; }
      #front-page .midpage .blog .content .loop .exc {
        grid-area: exc; }
        #front-page .midpage .blog .content .loop .exc a {
          color: #ffffff; }
        #front-page .midpage .blog .content .loop .exc a:hover {
          color: #B12228; }
    #front-page .midpage .blog .content .loop:last-of-type {
      border-bottom: none;
      margin-bottom: 4vh; }
  #front-page .midpage .parks {
    grid-area: parks;
    box-sizing: border-box;
    align-content: start;
    align-items: start;
    align-self: start; }
    #front-page .midpage .parks h2 {
      color: #B12228;
      border-bottom: 1px solid #B12228;
      text-transform: uppercase; }
    #front-page .midpage .parks ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #front-page .midpage .parks ul li {
        border-bottom: 1px dotted #006ec3;
        padding: .5vh 0; }
        #front-page .midpage .parks ul li a {
          color: #006ec3;
          text-decoration: none; }
        #front-page .midpage .parks ul li a:hover {
          color: #B12228; }
      #front-page .midpage .parks ul li:last-of-type {
        border-bottom: none;
        margin-bottom: 4vh; }
  #front-page .midpage .recipe22 {
    grid-area: recipe22;
    box-sizing: border-box;
    align-content: start;
    align-items: start;
    align-self: start; }
    #front-page .midpage .recipe22 h2 {
      color: #B12228;
      border-bottom: 1px solid #B12228;
      text-transform: uppercase; }
    #front-page .midpage .recipe22 ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #front-page .midpage .recipe22 ul li {
        border-bottom: 1px dotted #006ec3;
        padding: .5vh 0; }
        #front-page .midpage .recipe22 ul li a {
          color: #006ec3;
          text-decoration: none; }
        #front-page .midpage .recipe22 ul li a:hover {
          color: #B12228; }
      #front-page .midpage .recipe22 ul li:last-of-type {
        border-bottom: none;
        margin-bottom: 4vh; }
  #front-page .midpage .planning {
    grid-area: planning;
    box-sizing: border-box;
    align-content: start;
    align-items: start;
    align-self: start; }
    #front-page .midpage .planning h2 {
      color: #B12228;
      border-bottom: 1px solid #B12228;
      text-transform: uppercase; }
    #front-page .midpage .planning ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #front-page .midpage .planning ul li:last-of-type {
        border-bottom: none;
        margin-bottom: 4vh; }
      #front-page .midpage .planning ul li {
        border-bottom: 1px dotted #006ec3;
        padding: .5vh 0; }
        #front-page .midpage .planning ul li a {
          color: #006ec3;
          text-decoration: none; }
        #front-page .midpage .planning ul li a:hover {
          color: #B12228; }

#front-page .bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 5vh;
  grid-gap: 1vh; }
  @media (max-width: 790px) {
    #front-page .bottom {
      display: block; } }
  #front-page .bottom .box {
    border: 1px solid #dfe0df;
    padding: 2.5vh;
    border-radius: .5vh;
    min-height: 15vh; }
    #front-page .bottom .box ul li {
      border-bottom: 0.5px #000000 dotted; }
      #front-page .bottom .box ul li a {
        color: #000000; }
      #front-page .bottom .box ul li a:hover {
        color: #B12228; }
  #front-page .bottom .box1 form {
    background: #ffffff;
    padding: 1vh;
    border-radius: .75vh; }

#sidebar .left_menu {
  display: block; }
  @media (max-width: 790px) {
    #sidebar .left_menu {
      display: none; } }
  #sidebar .left_menu h3 {
    color: #B12228;
    font-family: "Domine", serif; }
  #sidebar .left_menu ul {
    list-style: none; }
    #sidebar .left_menu ul li {
      padding: .5vh 0;
      border-bottom: 1px dotted #dfe0df;
      width: 85%; }
      #sidebar .left_menu ul li a:link,
      #sidebar .left_menu ul li a:visited {
        color: #504534;
        text-transform: uppercase;
        font-size: 88%; }
      #sidebar .left_menu ul li a:hover {
        color: #B12228; }
      #sidebar .left_menu ul li ul {
        padding-left: 3vh;
        list-style-type: square; }
        #sidebar .left_menu ul li ul li {
          font-size: 82%;
          line-height: 1em; }

.page_display {
  display: grid;
  grid-template-columns: 1fr 25%;
  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%; }
    @media (max-width: 790px) {
      .page_display .container img,
      .page_display .container wp-block-image {
        display: inline-block;
        float: none;
        width: 100%;
        height: auto; }
      .page_display .container .alignright {
        display: block;
        float: none;
        text-align: center; } }
    .page_display .container p {
      line-height: 2em; }
    .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 #dfe0df solid; }
    .page_display .container .blog .catMeta {
      text-align: center;
      display: block;
      grid-template-columns: 10% 1fr;
      border-bottom: 1px #dfe0df solid;
      margin-bottom: 3vh; }
      .page_display .container .blog .catMeta .catImg {
        display: block; }
        .page_display .container .blog .catMeta .catImg img {
          max-width: auto; }
      .page_display .container .blog .catMeta .catDesc {
        text-align: left;
        font-family: "Domine", serif;
        font-weight: 400;
        font-size: 1em;
        line-height: .9em;
        background: #F3CC64;
        border: 5px double #000000;
        padding: 1vh;
        border-radius: 1vh; }
        .page_display .container .blog .catMeta .catDesc h3 {
          font-size: 1.6em;
          font-weight: 220; }
    .page_display .container .blog h2 {
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 3vh; }
    .page_display .container .blog .container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 1vh; }
      @media (max-width: 790px) {
        .page_display .container .blog .container {
          display: block; } }
      .page_display .container .blog .container .loop {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: "thumb" 			"title" 			"exc";
        line-height: 1em;
        grid-gap: 1vh; }
        .page_display .container .blog .container .loop .title {
          grid-area: title; }
          .page_display .container .blog .container .loop .title a {
            color: #504534;
            font-size: 90%;
            font-weight: 650; }
          .page_display .container .blog .container .loop .title a:hover {
            color: #B12228; }
          .page_display .container .blog .container .loop .title h3 {
            font-size: 90%; }
          .page_display .container .blog .container .loop .title h4 {
            font-family: "Domine", serif;
            font-size: 77%;
            color: #B12228; }
        .page_display .container .blog .container .loop .thumb {
          grid-area: thumb;
          opacity: .7;
          height: 33vh;
          overflow: hidden; }
          .page_display .container .blog .container .loop .thumb img {
            width: 100%;
            height: auto; }
        .page_display .container .blog .container .loop .thumb:hover {
          opacity: 1; }
        .page_display .container .blog .container .loop .exc {
          grid-area: exc;
          font-size: 88%;
          line-height: 1.3em; }
          .page_display .container .blog .container .loop .exc p {
            line-height: 1.3em;
            font-size: .8em; }
    .page_display .container .blog .bad {
      color: #B12228;
      font-family: "Tinos", serif;
      text-transform: uppercase;
      font-weight: 50;
      font-size: 2em;
      text-align: center; }
    .page_display .container .content .title {
      color: #000000;
      font-size: 2.3em;
      line-height: 1.2em;
      color: #B12228; }
    .page_display .container .content .author {
      color: #000000;
      font-size: .9em;
      line-height: 1em;
      color: #B12228;
      font-weight: 300; }
    .page_display .container .content .tags,
    .page_display .container .content .related {
      border: 1px solid #504534;
      margin: 1vh 0;
      padding: 0.25vh 1.5vh;
      background: #dfe0df;
      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: #393E8F;
        font-weight: 600; }
      .page_display .container .content .tags a:hover,
      .page_display .container .content .related a:hover {
        color: #B12228; }
  .page_display .sidebar {
    grid-area: sidebar;
    border-left: 1px solid #000000;
    text-align: left;
    /*
		.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; } }
    .page_display .sidebar .left_menu {
      display: block;
      text-align: left; }
      .page_display .sidebar .left_menu h3 {
        color: #B12228;
        font-family: "Domine", serif; }
      .page_display .sidebar .left_menu ul {
        list-style: none; }
        .page_display .sidebar .left_menu ul li {
          padding: .5vh 0;
          border-bottom: 1px dotted #dfe0df;
          width: 85%; }
          .page_display .sidebar .left_menu ul li a:link,
          .page_display .sidebar .left_menu ul li a:visited {
            color: #504534;
            text-transform: uppercase;
            font-size: 88%; }
          .page_display .sidebar .left_menu ul li a:hover {
            color: #B12228; }

#blogcontent {
  line-height: 1.7em;
  font-weight: normal !important; }
  #blogcontent figcaption {
    color: #393E8F;
    font-size: 70%; }
  #blogcontent .wp-block-audio {
    padding: 3vh 0 2vh; }
  #blogcontent .wp-block-audio::before {
    content: "PODCAST: ";
    font-weight: 900;
    font-size: 2em;
    color: #B12228; }
  #blogcontent .wp-block-heading {
    color: #B12228;
    font-family: "Domine", serif; }
  #blogcontent .wp-block-image {
    margin: 3vh auto;
    display: block;
    text-align: center; }
    #blogcontent .wp-block-image img {
      max-height: 55vh;
      width: auto; }
  #blogcontent .title {
    border-bottom: 1px solid #12194A;
    margin-bottom: 2vh; }
    #blogcontent .title h1 {
      font-size: 182%;
      font-weight: 550;
      text-transform: none; }
    #blogcontent .title h4 {
      color: #B12228;
      font-size: 70%;
      font-weight: 200; }
  #blogcontent .content22 p {
    font-size: 20px; }
  #blogcontent .content p {
    font-weight: 200 !important;
    font-size: 20px; }
  #blogcontent .content a {
    font-weight: 200 !important; }
  #blogcontent ins {
    font-weight: 200 !important; }

.recipess .banner {
  color: #B12228;
  font-family: "Domine", serif; }
  .recipess .banner h3 {
    color: #B12228;
    font-family: "Domine", serif; }

.recipess .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: .5vh; }
  .recipess .container .rloop .tit {
    display: block;
    align-content: center;
    align-items: center;
    align-self: center;
    box-sizing: border-box;
    margin: auto;
    color: #000000;
    text-align: center;
    font-family: "Domine", serif;
    min-height: 3.4em;
    background: #F3CC64; }
  .recipess .container .rloop .img {
    opacity: .7; }
  .recipess .container .rloop .img:hover {
    opacity: 1; }

.recipe {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "title title" 	"thumbnail description" 	"thumbnail ingredients" 	"gallery instructions" 	". nutrition";
  grid-gap: 1vh; }
  .recipe .title {
    grid-area: title; }
  .recipe .thumbnail {
    grid-area: thumbnail; }
  .recipe .gallery {
    grid-area: gallery; }
  .recipe .description {
    grid-area: description;
    display: flex; }
  .recipe .ingredients {
    grid-area: ingredients;
    padding: 3vh;
    background: #F3CC64;
    border-radius: 2vh; }
  .recipe .instructions {
    grid-area: instructions;
    padding: 3vh;
    background: #EFBEB7;
    border-radius: 2vh; }
  .recipe .nutrition {
    grid-area: nutrition; }

.restaurants {
  display: grid;
  margin-top: 3vh;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1vh;
  grid-gap: 4vh; }
  @media (max-width: 790px) {
    .restaurants {
      display: block; } }
  @media (max-width: 790px) {
    .restaurants .loop {
      padding: 5svh; } }
  .restaurants .loop .title {
    color: #B12228;
    font-family: "Domine", serif;
    text-align: center;
    font-size: 111%; }
    @media (min-width: 1040px) {
      .restaurants .loop .title {
        line-height: 1em;
        margin-bottom: 2vh; } }

.rest {
  display: block;
  grid-template-columns: 40% 1fr;
  grid-template-areas: "thumb title" 	"thumb content" 	"menu menu";
  grid-gap: 2vh; }
  @media (min-width: 1040px) {
    .rest {
      display: grid; } }
  .rest .title {
    grid-area: title;
    font-size: 120%; }
  .rest .thumb {
    grid-area: thumb; }
  .rest .content {
    grid-area: content;
    background: #dfe0df;
    padding: 0.5vh 2vh;
    font-size: 1em;
    line-height: 1.3em;
    border-radius: 2vh; }
    .rest .content ul {
      list-style: none; }
  .rest .menu {
    grid-area: menu;
    border: 1px solid #dfe0df;
    padding: 0.5vh 4vh;
    font-size: 1em;
    line-height: 1.3em;
    border-radius: 2vh; }
    .rest .menu h4 {
      color: #B12228;
      font-size: 111%;
      font-family: "Titillium Web", sans-serif; }
    .rest .menu p strong {
      color: #B12228;
      font-size: 111%;
      font-family: "Titillium Web", sans-serif; }
    .rest .menu ul,
    .rest .menu ol {
      list-style: none; }

.search .loop {
  display: grid;
  grid-template-columns: 20% 1fr;
  grid-template-areas: "thumb title" 		"thumb exc" 		"thumb .";
  border-bottom: 1px solid #000000;
  margin: 1.5vh 0; }
  .search .loop .title {
    grid-area: title; }
    .search .loop .title a {
      font-size: 1.5em;
      line-height: 1.5em;
      color: #393E8F; }
  .search .loop .thumb {
    grid-area: thumb; }
  .search .loop .exc {
    grid-area: exc; }

/*# sourceMappingURL=style.map */