/*
Theme Name: Copper25 v1.0
Theme URI: http://www.markplante.com/
Author: Mark Plante
Author URI: http://markplante.com/
Description: Theme developed by Mark Plante in January 2025.
Version: 1.0
Text Domain: markplante.com

*/
header {
  border-bottom: 10px #4f654e solid;
  background: #f7f0e1; }
  header .frontheader {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-areas: "logo social" 		"logo newMenu"; }
    header .frontheader .logo {
      grid-area: logo; }
    header .frontheader .social {
      grid-area: social;
      text-align: right;
      padding-right: 2vh; }
    header .frontheader .newMenu {
      grid-area: newMenu;
      display: grid;
      align-items: center; }

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

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

@media (min-width: 790px) and (max-width: 1040px) {
  .mobile-nav {
    background: #f7f0e1;
    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: #4f654e;
  text-transform: uppercase;
  font-size: 3vh; }

.mobile-nav .menu.main {
  display: flex;
  position: relative;
  background: #f7f0e1;
  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: #504534;
  width: 100%; }

.mobile-nav .menu.main ul li {
  display: block;
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
  background: #504534;
  text-align: center; }
  @media (min-width: 1040px) {
    .mobile-nav .menu.main ul li {
      display: none;
      background: #f7f0e1; } }
  .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: #f7f0e1;
    color: #4f654e; }

.mobile-nav .menu.main ul li:hover {
  background: #f7f0e1;
  color: #4f654e; }

.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: #f7f0e1;
    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: #f7f0e1; }
      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: #FAFF70;
            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: #dfe0df;
  font-size: 90%;
  text-transform: uppercase;
  background: #f7f0e1;
  /*
					.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: #f7f0e1;
    color: #f7f0e1;
    margin: auto;
    padding: 0.4vh 1.5vh 0 1.5vh; }
    @media (max-width: 790px) {
      .newMenu .primary-menu {
        display: none; } }
  .newMenu .primary-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    color: #ffffff;
    background: #f7f0e1; }
  .newMenu .primary-menu li {
    position: relative;
    display: flex; }
  .newMenu .primary-menu a {
    display: block;
    padding: 10px 8px 5px 8px;
    text-decoration: none;
    color: #504534; }
  .newMenu .primary-menu .menu li:hover > a {
    background: #f7f0e1;
    color: #504534;
    width: 100%; }
  .newMenu .primary-menu a:hover {
    color: #C92E4D;
    font-weight: 700; }
  .newMenu .primary-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 140px;
    background: #504534;
    color: #ffffff;
    border: 1px solid #ccc;
    margin-left: 50%; }
  .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;
    color: #4f654e; }
  a.toggle-nav:link,
  a.toggle-nav:visited,
  a.toggle-nav:hover,
  a.toggle-nav:active {
    text-decoration: none;
    color: #4f654e; } }

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

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: #e9b9a1;
  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: #dfe0df;
  color: #000000; }

.btn_sm {
  background: #e9b9a1;
  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 {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0,     "wdth" 100,     "GRAD" 0,     "ROND" 0; }

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

.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 #4f654e;
    border-radius: 4vh;
    margin: 2vh 0.2vh;
    padding: 2vh; }
    .sidebar .subscribe h3 {
      font-size: 222%;
      color: #4f654e; }
    .sidebar .subscribe p {
      margin-bottom: 2vh; }
  .sidebar .box {
    color: #e9b9a1; }
    .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; }
    .sidebar .box ul {
      list-style: none;
      padding-left: 5px; }
      .sidebar .box ul li a:link,
      .sidebar .box ul li a:visited {
        color: #e9b9a1; }
      .sidebar .box ul li a:hover {
        font-size: 105%;
        color: #C92E4D; }

.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: $primary;
    
		//@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: #C92E4D;
  color: #ffffff; }

.widget {
  margin: 2vh 0; }

.nonez {
  display: none; }

.btn {
  background: #4f654e;
  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: #dfe0df;
  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: 90%;
  margin: .5vh auto;
  padding: 0vh 2vh 0vh 2vh;
  border-radius: 1vh; }

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

.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 #4f654e;
    border-radius: 4vh;
    margin: 2vh 0.2vh;
    padding: 2vh; }
    .sidebar .subscribe h3 {
      font-size: 222%;
      color: #4f654e; }
    .sidebar .subscribe p {
      margin-bottom: 2vh; }
  .sidebar .box {
    color: #e9b9a1; }
    .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; }
    .sidebar .box ul {
      list-style: none;
      padding-left: 5px; }
      .sidebar .box ul li a:link,
      .sidebar .box ul li a:visited {
        color: #e9b9a1; }
      .sidebar .box ul li a:hover {
        font-size: 105%;
        color: #C92E4D; }

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

.wp-block-media-text__content {
  line-height: 2rem; }

footer {
  text-align: center;
  color: #ffffff;
  background: #4f654e;
  min-height: 20vh;
  margin-top: 3vh; }
  footer a {
    color: #ffffff; }
  footer .copy {
    font-size: 80%; }
  footer .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
    footer .container .right {
      text-align: center;
      display: block;
      margin: auto; }

#seasonal {
  padding: 0;
  margin: 0;
  background: #4f654e;
  /* Bottom left text */
  /* Top left text */
  /* Top right text */
  /* Bottom right text */
  /* Centered text */ }
  @media (max-width: 790px) {
    #seasonal {
      display: none; } }
  #seasonal .newHead {
    background-position: center center;
    background-size: cover;
    padding: 10vh auto;
    min-height: 500px; }
    #seasonal .newHead .box {
      width: 55%;
      margin: 0vh auto;
      display: flex;
      justify-content: center;
      /* horizontal centering */
      align-items: center;
      color: #ffffff; }
      #seasonal .newHead .box .welcome h1 {
        display: flex;
        justify-content: center;
        /* Horizontal centering */
        align-items: center;
        /* Vertical centering */
        text-align: center;
        /* Centers text inside the element */
        height: 15vh;
        /* Or set a specific height, e.g. 400px */
        text-transform: uppercase;
        font-weight: bolder; }
      #seasonal .newHead .box .welcome p {
        font-size: 1.66rem;
        line-height: 2rem; }
    #seasonal .newHead .loop {
      display: grid;
      grid-template-columns: 1fr 40%;
      color: #ffffff;
      border: 1px solid #000000; }
      @media (min-width: 790px) and (max-width: 1040px) {
        #seasonal .newHead .loop {
          display: block; } }
      #seasonal .newHead .loop h1 {
        font-family: "Lavishly Yours", serif;
        font-weight: 300;
        font-style: normal;
        text-transform: none;
        font-size: 400%; }
      #seasonal .newHead .loop .emp {
        background-size: cover;
        background-position: center center;
        min-height: 45vh; }
      #seasonal .newHead .loop .cont {
        background: #C92E4D;
        padding: 2vh;
        line-height: 2em;
        font-size: 100%;
        font-weight: 300;
        color: #ffffff;
        border-left: 1px solid #000000; }
  #seasonal .container {
    position: relative;
    color: white;
    display: block; }
    #seasonal .container .loop {
      padding: 0;
      margin: 0;
      background-color: #000000;
      line-height: 1em; }
      #seasonal .container .loop h3 {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        line-height: 1em; }
        @media (min-width: 790px) and (max-width: 1040px) {
          #seasonal .container .loop h3 {
            line-height: 1.4em; } }
        #seasonal .container .loop h3 img {
          padding: 0;
          margin: 0; }
  #seasonal .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px; }
  #seasonal .top-left {
    position: absolute;
    animation: fadeIn 2s;
    top: 15%;
    bottom: 5%;
    left: 24%;
    width: 40%;
    left: 216px; }
    #seasonal .top-left img {
      filter: drop-shadow(0 -1mm 3mm black);
      position: absolute;
      top: 0%;
      bottom: 5%;
      border: 10px solid #5C4033;
      max-height: 90%;
      width: auto; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    @media (min-width: 790px) and (max-width: 1250px) {
      #seasonal .top-left {
        width: 37%;
        top: 15%;
        line-height: 1.3em;
        font-size: 1.4vw; } }
    #seasonal .top-left h1 {
      color: #ffffff;
      line-height: 1em;
      font-size: 1.8em; }
      @media (min-width: 790px) and (max-width: 1040px) {
        #seasonal .top-left h1 {
          line-height: 1.1em; } }
      #seasonal .top-left h1 a {
        color: #ffffff; }
  #seasonal .top-right {
    position: absolute;
    top: 15%;
    right: 4%;
    width: 42%;
    line-height: 1.8vw; }
    @media (min-width: 790px) and (max-width: 1250px) {
      #seasonal .top-right {
        width: 41%;
        top: 17%;
        line-height: 1.3em;
        font-size: 1.4vw; } }
    #seasonal .top-right h1 {
      color: #ffffff;
      line-height: 1em;
      font-size: 1.8em; }
      @media (min-width: 790px) and (max-width: 1040px) {
        #seasonal .top-right h1 {
          line-height: 1.1em; } }
      #seasonal .top-right h1 a {
        color: #ffffff; }
  #seasonal .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px; }
  #seasonal .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #seasonal .frontslider {
    color: #ffffff;
    display: grid;
    grid-template-rows: minmax(max-content, 600px);
    width: auto;
    position: relative; }
    @media (min-width: 790px) and (max-width: 1040px) {
      #seasonal .frontslider {
        grid-template-rows: minmax(max-content, 300px); } }
    #seasonal .frontslider .container {
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (min-width: 790px) and (max-width: 1040px) {
        #seasonal .frontslider .container {
          background-image: none;
          color: #000000; } }
      #seasonal .frontslider .container .welcome {
        display: block;
        position: absolute;
        top: 80px;
        right: 5%;
        width: 42%; }
        @media (min-width: 790px) and (max-width: 1040px) {
          #seasonal .frontslider .container .welcome {
            top: 20px;
            right: 5%;
            width: 42%;
            line-height: 1.15em;
            font-size: 80%; } }
  #seasonal .myDiv {
    position: relative;
    z-index: 1; }
    #seasonal .myDiv .container {
      max-width: 1450px;
      margin: auto; }
      #seasonal .myDiv .container h1 {
        font-size: 100%;
        padding: 0;
        margin: 0;
        line-height: 1.1em; }
      #seasonal .myDiv .container h2 {
        font-size: 200%;
        padding: 0;
        margin: 0;
        line-height: 1.1em;
        color: #dfe0df; }
      #seasonal .myDiv .container p {
        max-width: 55%;
        float: right;
        line-height: 1.9em;
        font-weight: 900; }
  #seasonal .myDiv .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .6;
    width: 100%;
    height: 100%;
    min-height: 40vh; }

.cj_front_top {
  max-width: 728px;
  margin: auto;
  margin-bottom: 4vh; }
  .cj_front_top img {
    width: 1100px;
    border: 3px solid #000000; }

#front-page {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-gap: 2vh;
  margin-top: 1vh; }
  @media (max-width: 790px) {
    #front-page {
      display: block; } }
  #front-page .blog {
    border-radius: .5vh; }
    #front-page .blog h2 {
      color: #4f654e;
      padding: .5vh; }
    #front-page .blog .bloglink {
      font-size: 2.3rem;
      display: block;
      text-align: center;
      position: static;
      bottom: 0;
      padding: .5vh; }
      #front-page .blog .bloglink a {
        color: #00407a;
        font-weight: 666; }
    #front-page .blog .loop {
      display: grid;
      grid-template-columns: 15% 1fr;
      grid-template-areas: "thumb title" 				"thumb exc" 				"thumb .";
      margin-bottom: 3vh;
      grid-gap: 1vh;
      border-bottom: 1px solid #4f654e;
      padding: .5vh; }
      #front-page .blog .loop .thumb {
        grid-area: thumb; }
      #front-page .blog .loop .title {
        grid-area: title;
        color: #4f654e;
        font-weight: 400;
        font-size: 1.3rem;
        line-height: 1.5rem; }
        #front-page .blog .loop .title a {
          color: #4f654e; }
        #front-page .blog .loop .title a:hover {
          color: #00407a; }
      #front-page .blog .loop .exc {
        grid-area: exc; }
  #front-page .recipes h2 {
    color: #4f654e; }
  #front-page .recipes .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1vh; }
    #front-page .recipes .container .loop {
      box-sizing: border-box; }
      #front-page .recipes .container .loop .title {
        height: 3.1rem; }
        #front-page .recipes .container .loop .title a:link,
        #front-page .recipes .container .loop .title a:visited {
          color: #4f654e;
          text-decoration: none;
          font-weight: 500;
          font-size: 1rem; }
      #front-page .recipes .container .loop .image img {
        aspect-ratio: 1 / 1;
        width: 100%;
        /* or 100%, or any other size */
        object-fit: cover;
        /* optional: cover the area without distortion */
        display: block;
        align-content: center;
        align-items: center;
        align-self: center; }
  #front-page .left_menu {
    display: block;
    border-right: 1px solid #000000; }
    @media (max-width: 790px) {
      #front-page .left_menu {
        display: none; } }
    #front-page .left_menu h3 {
      color: #C92E4D;
      font-family: "Domine", serif; }
    #front-page .left_menu ul {
      list-style: none; }
      #front-page .left_menu ul li {
        padding: .5vh 0;
        border-bottom: 1px dotted #dfe0df;
        width: 85%; }
        #front-page .left_menu ul li a:link,
        #front-page .left_menu ul li a:visited {
          color: #504534;
          text-transform: uppercase;
          font-size: 88%; }
        #front-page .left_menu ul li a:hover {
          color: #C92E4D; }
  #front-page .frontSocial {
    background: #C92E4D;
    padding: 3vh;
    grid-area: front-social;
    font-weight: 800;
    color: #ffffff;
    box-sizing: border-box;
    text-align: center;
    display: block;
    border-radius: 2vh; }
    #front-page .frontSocial h3 {
      font-weight: 878;
      font-size: 233%; }
  #front-page .cj {
    grid-area: cj;
    padding: 2vh;
    display: block;
    text-align: center;
    max-width: 500px;
    margin: auto; }

.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; }
    .page_display .container h2 {
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 3vh;
      border-bottom: 1px #dfe0df solid; }
    .page_display .container .blog-grid .container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 2vh; }
      .page_display .container .blog-grid .container .loop {
        display: block; }
        .page_display .container .blog-grid .container .loop .title {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          /* number of lines to show */
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 1.4rem; }
          .page_display .container .blog-grid .container .loop .title a:link,
          .page_display .container .blog-grid .container .loop .title a:visited {
            color: #4f654e;
            font-weight: 700; }
          .page_display .container .blog-grid .container .loop .title a:hover {
            color: #00407a; }
        .page_display .container .blog-grid .container .loop .img {
          aspect-ratio: 1 / 1;
          width: 100%;
          /* or 100%, or any other size */
          object-fit: cover;
          /* optional: cover the area without distortion */
          display: block;
          align-content: center;
          align-items: center;
          align-self: center;
          border: 2px solid black;
          background: #000000;
          margin-bottom: 1vh; }
          .page_display .container .blog-grid .container .loop .img img {
            display: flex;
            padding: 0;
            margin: 0; }
          .page_display .container .blog-grid .container .loop .img img:hover {
            opacity: .5; }
        .page_display .container .blog-grid .container .loop .exc {
          display: -webkit-box;
          -webkit-line-clamp: 3;
          /* number of lines to show */
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
    .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 {
        font-weight: 700;
        font-size: 110%;
        padding: 3vh 1vh; }
    .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;
      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: 30% 1fr;
        grid-template-areas: "thumb title" 			"thumb 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: #C92E4D; }
          .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: #C92E4D; }
        .page_display .container .blog .container .loop .thumb {
          grid-area: thumb;
          opacity: .7; }
        .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 .content {
      line-height: 1.5rem; }
      .page_display .container .content .title {
        color: #000000;
        font-size: 2.3em;
        line-height: 1.2em; }
      .page_display .container .content .author {
        color: #000000;
        font-size: .9em;
        line-height: 1em;
        color: #C92E4D;
        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: #00407a;
          font-weight: 200;
          font-size: .9rem; }
        .page_display .container .content .tags a:hover,
        .page_display .container .content .related a:hover {
          color: #C92E4D; }
      .page_display .container .content .content22 {
        line-height: 1.5rem; }
        .page_display .container .content .content22 a {
          color: #4f654e; }
        .page_display .container .content .content22 a:hover {
          color: #00407a;
          font-weight: 555; }
        .page_display .container .content .content22 hr {
          display: none; }
        .page_display .container .content .content22 table {
          background: #dfe0df; }
        .page_display .container .content .content22 h3 {
          font-weight: 300;
          color: #4f654e;
          margin-top: 2vh; }
        .page_display .container .content .content22 h2.wp-block-heading {
          font-weight: 350;
          color: #4f654e;
          margin-top: 3vh; }
  .page_display .sidebar {
    grid-area: sidebar;
    border-left: 1px solid #4f654e;
    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: #C92E4D;
        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: #C92E4D; }

.recipe {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-template-areas: "title title" 	"img description" 	"img ingredients" 	"download directions" 	". nutrition"; }
  .recipe ul,
  .recipe ol {
    padding-left: 5vh; }
  .recipe h3,
  .recipe h1,
  .recipe h2 {
    color: #4f654e; }
  .recipe .title {
    grid-area: title; }
    .recipe .title h1 {
      font-size: 2.5rem;
      color: #4f654e;
      font-weight: bold;
      line-height: 2.5rem;
      border-bottom: 1px solid #4f654e;
      margin-bottom: 2vh; }
  .recipe .img {
    grid-area: img; }
  .recipe .description {
    grid-area: description; }
  .recipe .ingredients {
    grid-area: ingredients; }
  .recipe .directions {
    grid-area: directions; }
  .recipe .nutrition {
    grid-area: nutrition; }
    .recipe .nutrition h1,
    .recipe .nutrition h2 {
      font-size: 1.33rem;
      margin-top: 1.75vh; }
  .recipe .download {
    grid-area: download; }
    .recipe .download .download-btn {
      display: inline-block;
      padding: 12px 24px;
      background-color: #4f654e;
      color: #ffffff;
      font-size: 16px;
      text-decoration: none;
      border-radius: 4px;
      border: none;
      transition: background-color 0.3s ease;
      cursor: pointer; }
    .recipe .download .download-btn:hover {
      background-color: #504534; }

.recipe-tax {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1vh; }
  .recipe-tax .error {
    color: #C92E4D;
    font-size: 2rem;
    grid-column: span 3; }
  .recipe-tax .loop {
    box-sizing: border-box; }
    .recipe-tax .loop .title {
      height: 3.1rem; }
      .recipe-tax .loop .title a:link,
      .recipe-tax .loop .title a:visited {
        color: #4f654e;
        text-decoration: none;
        font-weight: 800;
        font-size: 1.5rem; }
    .recipe-tax .loop .thumb img {
      aspect-ratio: 1 / 1;
      width: 100%;
      /* or 100%, or any other size */
      object-fit: cover;
      /* optional: cover the area without distortion */
      display: block;
      align-content: center;
      align-items: center;
      align-self: center; }

/*# sourceMappingURL=style.map */