/*
	Theme Name: Custom Theme by PixelMeDesigns.com
	Theme URI: https://www.PixelMeDesigns.com
	Author: Pixel Me Designs
	Author URI: https://www.PixelMeDesigns.com
	Version: 2.0.1
  
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: https://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
		- Shrinking Header
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
    - Newsletter and Social
	- Block Colors
	- Custom Blocks
	- Theme Settings
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 768px
		- max-width: 580px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}


body {
	background-color: #fff;
	color: #2f2f2f;
	margin: 0;
	overflow-x: hidden;
    font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 19px;
    line-height: 1.8;
	font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #2f2f2f;
	color: #fff;
}

::selection {
	background-color: #2f2f2f;
	color: #fff;
}

a {
	color: #136d83;
	text-decoration: none;
	transition: .5s;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #b36448;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote a{
	color: #2f2f2f;
}

blockquote {
	margin: 40px auto;
    text-align: center;
font-size: 24px;
    font-weight: 600;
    padding: 0 10%;
}

blockquote p:last-of-type{
margin: 0 auto;
}

.entry-content code {
	background-color: #2f2f2f;
	color: #2f2f2f;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Georgia,Times,"Times New Roman",serif;
	color: #2f2f2f;
	margin: 0 0 15px;
line-height: 1.2;
	font-weight: 800;
    -webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 32px;
}

h2{
	font-size: 28px;
}

.entry-title {
	font-size: 36px;
}

h2 a:hover {
	text-decoration: none;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 24px;
}


h5 {
	font-size: 22px;
}

h6 {
	font-size: 20px;
}

.entry-title a{
	color: #2f2f2f;
	font-size: 28px;
}

.archive .content .entry-title,
.archive .content .entry-title a,
.search .content .entry-title,
.search .content .entry-title a,
.blog .content .entry-title,
.blog .content .entry-title a{
	font-size: 22px;
text-align: center;
}


.widgettitle{
    text-align: center;
	font-size: 16px;
	text-transform: uppercase;
letter-spacing: 1px;
	font-weight: 700;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.single .content .entry-title{
margin-bottom: 5px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

.wp-caption {
padding: 5px;
}

figcaption {
	color: #2f2f2f;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-quote .wp-block-quote__citation {
	color: #2f2f2f;
	display: block;
	font-size: 16px;
	font-style: italic;
	margin-top: -25px;
	text-align: inherit;
	text-transform: none;
}

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

.screen-reader-text{
display: none;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #2f2f2f;
	font-size: 12px;
	padding: 10px;
	width: 100%;
	box-shadow: none;
}

input[type="checkbox"], input[type="radio"]{
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #ddd;
	outline: none;
}

::-moz-placeholder {
	color: #2f2f2f;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #2f2f2f;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #136d83;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	width: auto;
	transition: .5s;
font-weight: normal;
	font-style: italic;
text-transform: none;
letter-spacing: 0;
	font-size: 18px;
padding: 8px 25px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #38acac;
	color: #fff;
}

.button {
	display: inline-block;
}

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


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width:  1440px;
}

.single .site-inner{
max-width: 1300px;
}

.site-inner {
	clear: both;
	padding: 20px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
    width: 100%;
	max-width: 100%;
}

.content-sidebar .content {
    width: 66.6815068493%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}


.full-width-content .content {
	width: 100%;
}

/* Archive and Search Content */


.archive .content,
.search .content,
.blog .content{
    display: grid;
    grid-column-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}

.archive .content .entry,
.search .content .entry,
.blog .content .entry{
	background: #fff;
	padding-bottom: 0;
	float: none;
  margin: 0 auto 25px;
}

.blog .content .entry{
    width: calc(1/2 * 100% - 2%);
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 28.6815068493%;
    font-size: 16px;
    text-align: center;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 110px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}
.search-form {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 15px;
    line-height: 1;
}

.search-form input[type=search] {
    background: none;
    padding: 5px;
    border: none;
    font-size: 14px;
    box-shadow: none;
    width: 80%;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

.search-form input[type=submit] {
    background: url(images/search.svg) right center no-repeat;
    border:  none !Important;
    background-size: 16px 16px;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    float: right;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0;
}


 .aligncenter {
	display: block;
margin: 0 auto 5px;

}

img.centered {
	display: block;
	margin: 0 auto 15px;
}

img.alignnone {
	margin-bottom: 12px;
}

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

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

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb-wrapper{
	background: #fde6d9;
	width:  100%;
	clear:  both;
	margin-bottom:  15px;
}

.breadcrumb {
	padding:  5px 1%;
	width:  100%;
	max-width:  1440px;
	margin:  0 auto;
	font-size: 12px;
	color: #2f2f2f;
}

.breadcrumb a{
	color: #2f2f2f;
}

.author-box {
	background: #fde6d9;
text-align: center;
font-size: 16px;
	padding: 40px;
	color: #2f2f2f;
}

.author-box-title {
	font-size: 20px;
	margin-bottom: 4px;
	color: #2f2f2f;
}


.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
margin: -45px auto 5px;
	border-radius: 50%;
	float: none;
}

.custom-archive-description{
background: #fde6d9;
padding: 2%;
text-align: center;
}

h1.archive-title{
    font-size: 32px;
}

.catsub{
	width: 100%;
	max-width:  1140px;
	clear: both;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
	margin: 0px auto 0;
	text-align: center;
}

.catsub .wrap{
	display:  flex;
	flex-direction:  row;
	justify-content:  center;
	align-items:  center;
	flex-wrap:  wrap;
}

.catsub a{
	display: inline-block;
	margin: 5px;
	font-size: 13px;
padding: 5px 20px;
color: #fff;
background: #38acac;
	border: 2px solid #38acac;
}

.catsub a:hover{
	color: #38acac;
background: none;
}

.archive-description{
	width: 100%;
padding: 10px;
	margin: 0 auto;
}

.category-search{
	width: 100%;
	clear: both;
margin: 0 auto;
padding: 2%;
}

.category-search .search-form{
	width: 100%;
	max-width: 600px;
margin: 0 auto;
	padding: 10px;
}


.search-description{
	text-align: center;
margin: 15px auto 35px;
width: 100%;
	max-width: 600px;
}

.search-description h1{
font-size: 26px;
margin: 0 auto 10px;
}


/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sf-hover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.genesis-skip-link{
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #2f2f2f;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content{
overflow: hidden;
}

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	border: none;
	font-size: 17px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
	font-size: 17px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 10px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	position:  relative;
    -webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.04);
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.04);
	position: sticky;
top: 0;
	width: 100%;
    z-index: 9999;
}

.site-header .wrap {
	padding: 10px 1%;
	display: flex;
flex-direction: row;
	justify-content: space-between;
align-items: center;
}

/* Title Area
--------------------------------------------- */

.title-area {
	width: 20%;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	line-height: 1;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #2f2f2f;
}

.site-description {
	color: #2f2f2f;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
display: none;
    height: 0;
}

/* Full width header, no widgets */


.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-title a {
	background: url(images/header2024.svg) no-repeat;
	background-size: 100% auto;
	background-position: center !important;
	background-size: contain !important;
min-height: 80px;
width: 100%;
margin: 0px auto;
	position: relative;
z-index: 99;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.mobile-news{
width: 100%;
clear: both;
background: #136d83;
text-align: center;
font-size: 14px;
font-weight: 600;
color: #fff;
	display: none;
}

.mobile-news a{
	color: #fff;
display: block;
padding: 5px 2%;
position: relative;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.top-bar{
background: #136d83;
width: 100%;
clear: both;
}

.top-bar .wrap{
	padding: 0 2%;
	display: flex;
flex-direction: row;
	justify-content: space-between;
align-items: center;
}

.top-bar_row{
width: 22%;
}

.top-bar_row:first-of-type{
width: 58%;
}

.top-bar_row .search-form,
.top-bar_row #social{
float: right;
}

.top-bar_row:first-of-type a{
color: #fff;
	font-size: 15px;
padding: 0 10px;
}

.top-bar_row #social li,
.top-bar_row .search-form input{
    filter: brightness(0) invert(1);
}

.top-bar_row .search-form{
border: none;
border-radius: 0;
background: #0b6277;
	color: #fff;
	padding: 10px 20px;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
width: 80%;
margin: 0px auto;
font-size: 20px;
	font-weight: 800;
	color: #2f2f2f;
}

.nav-primary .wrap{
text-align: right;
margin: 0px auto;
overflow: hidden;
display:  block;
padding:  0;
}

.nav-primary .menu-item {
	display: inline-block;
	text-align: center;
}

.nav-primary a {
	border: none;
	color: #2f2f2f;
	display: block;
	padding: 13px 14px;
	position: relative;
	transition: .5s;
}

.nav-primary > .menu-item > a {
	text-transform: uppercase;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #2f2f2f;
}

.nav-primary a:hover{
color: #ef7922;
}

.nav-primary .sub-menu{
	color: #fff;
background: #136d83;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.nav-primary .sub-menu a{
	color: #fff;
background: #136d83;
	font-size: 11px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
	transition: .5s;
}

.nav-primary .sub-menu a:hover {
color: #fff;
	background: #38acac;
}

.nav-primary .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

.nav-primary .menu-item:hover {
	position: static;
}

.nav-primary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.nav-primary > .first > a {
	padding-left: 0;
}

.nav-primary > .last > a {
	padding-right: 0;
}

.nav-primary > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
}

.nav-primary > .right > a {
	display: inline;
	padding: 0;
}

.nav-primary .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
justify-content: flex-end;
}

.nav-primary .search .search-form {
	background: none;
border-radius: 0;
    text-align: center;
}

.nav-primary .search .search-form input[type="search"] {
    position: relative;
    width: 1px;
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    background-color: transparent;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: width 500ms ease, background 400ms ease;
    transition: width 500ms ease, background 400ms ease;
}

.nav-primary .search .search-form input[type="search"]:focus {
    width: 250px;
    outline: 0;
    background-color: #fff;
    cursor: text;
}

.genesis-nav-menu .search input[type="submit"] {
    clip: rect(0, 0, 0, 0);
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.nav-primary .search .search-form:before {
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nav-primary .search-form{
border: none;
	padding: 10px;
}

.nav-primary .search .search-form input[type="search"]{
border-radius: 50%;
background: #fccfb6 url(images/search.svg) center no-repeat;
	background-size: 16px 16px;
	width: 40px;
height: 40px;
text-indent: -9999px;
}

.nav-primary .search .search-form input[type="search"]:focus{
background: none;
border-bottom: 1px solid #eee;
border-radius: 0;
	width: 200px;
height: auto;
text-indent: 0px;
}

.site-container.white .search .search-form:before {
    color: #2f2f2f;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
clear: both;
margin: 0px auto;
font-size: 16px;
	color: #2f2f2f;
	width: 100%;
	border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}

.nav-secondary .wrap{
text-align: center;
margin: 0px auto;
overflow: hidden;
}

.nav-secondary .menu-item {
	display: inline-block;
	text-align: center;
}

.nav-secondary a {
	border: none;
	color: #2f2f2f;
	display: block;
	padding: 12px 14px;
	position: relative;
	transition: .5s;
}

.nav-secondary > .menu-item > a {
	text-transform: uppercase;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #2f2f2f;
}


.nav-secondary a:hover{
color: #136d83;
}

.nav-secondary .sub-menu{
	color: #fff;
background: #136d83;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.nav-secondary .sub-menu a{
	color: #fff;
background: #136d83;
	font-size: 11px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
	transition: .5s;
}

.nav-secondary .sub-menu a:hover {
color: #fff;
	background: #38acac;
}

.nav-secondary .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

.nav-secondary .menu-item:hover {
	position: static;
}

.nav-secondary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.single .entry {
	margin-bottom: 40px;
}

.entry-content p a,
.entry-content ul li a,
.entry-content ol li a{
    color: #2f2f2f;
	font-weight: 700;
    cursor: pointer;
    background-image: linear-gradient(180deg,transparent 60%,#fccfb6 0);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size .4s ease;
    -moz-transition: background-size .4s ease;
    -ms-transition: background-size .4s ease;
    -o-transition: background-size .4s ease;
    transition: background-size .4s ease;
    user-select: none;
}

.entry-content p a:hover,
.entry-content ul li a:hover,
.entry-content ol li a:hover{
    background-image: linear-gradient(180deg,transparent 0%,#fccfb6 0);
}

.wprm-share a,
.wprm-recipe a.wprm-recipe-link,
button,
a img,
.entry-title a,
.page-template-homepage .entry-content a,
.entry-content img a{
background-size: 0;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul{
margin-left: 35px;
}

.entry-content ol{
    counter-increment: my-awesome-counter 0;
    position: relative;
}


.entry-content ol li {
    margin: .5em 0 .5rem;
    counter-increment: my-awesome-counter;
    position: relative;
    list-style-type: none;
	padding: 0;
	text-indent: 0;
}


.entry-content ol li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    position: absolute;
    --size: 24px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 4px;
    background: #136d83;
    border-radius: 50%;
    text-align: center;
	padding: 0;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content  ul li::marker{
	color:  #ef7922;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #2f2f2f;
	font-size: 12px;
	font-style: italic;
}

.entry-meta a{
	color: #2f2f2f;
}

.entry-header .entry-meta {
	margin-bottom: 5px;
}

.entry-meta .wprm-recipe-jump{
border: 1px solid #ef7922;
padding: 4px 10px;
	margin-left: 5px;
}

.entry-footer .entry-meta {
	margin: 0px auto;
padding: 0;
text-align: center;
display: none;
	width: 100%;
	clear: both;
}

.entry-footer h5{
font-size: 24px;
	font-weight: 600;
}

.single .entry-footer .entry-meta {
display: block;
}

.entry-categories,
.entry-tags {
	display: block;
}

.single .entry-footer{
padding: 2%;
	text-align: center;
	font-size: 16px;
}

.single .entry-footer h5{
text-transform: uppercase;
Letter-spacing: 2px;
font-size: 14px;
margin-bottom: 5px;
}

.single .entry-footer .entry-categories{
display: flex;
flex-wrap: wrap;
justify-content: center;
	flex-wrap: wrap;
}

.single .entry-footer .entry-categories a{
	background: #fccfb6;
padding: 5px 15px;
color: #2f2f2f;
font-weight: 500;
	margin: 5px;
text-transform: uppercase;
Letter-spacing: 2px;
font-size: 12px;
}




/* Post Pagination
------------------------------------------------------ */

.adjacent-entry-pagination {
	width:  100%;
	clear:  both;
	margin:  25px auto;
overflow: hidden;
}

.adjacent-entry-pagination a {
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
    text-decoration: none;
}

.adjacent-entry-pagination .pagination-previous,
.adjacent-entry-pagination .pagination-next{
    width: calc(1/2 * 100% - 2%);
line-height: 1.2;
}

.adjacent-entry-pagination img{
margin: 0 10px;
}

.adjacent-entry-pagination .previous-next{
background: #eeaa2c;
padding: 5px 10px;
display: block;
	width: 100%;
	max-width: 100px;
text-transform: uppercase;
color: #2f2f2f;
font-weight: 700;
letter-spacing: 2px;
font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
}


.adjacent-entry-pagination .previous-next.previous{
text-align: left;
	float: left;
}

.adjacent-entry-pagination .previous-next.next{
float: right;
}

.post-navigation-title{
clear: both;
display: block;
}

.adjacent-entry-pagination .post-navigation-title{
	font-weight: 600;
color: #2f2f2f;
margin: 0 auto;
	font-size: 16px;
}


.single .pagination-next .post-navigation-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.single .pagination-next img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 20px;
}


/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
font-size: 11px;	
margin: 10px auto 40px;
width: 100%;	
text-align: center;	
clear: both;
text-transform: uppercase;
letter-spacing: 2px;
	font-weight: 600;
font-size: 14px;
}


.archive-pagination li {	
display: inline;
}


.archive-pagination li a {	
	color: #2f2f2f;
cursor: pointer;
display: inline-block;
padding: 4px 10px;	
border: 1px solid #ef7922;
}


.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #2f2f2f;
	background: #ef7922;

}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin: 40px auto;
	font-size: 15px;
}

.entry-comments {
	clear: both;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	clear: both;
}

.comment-respond a,
.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
	font-size: 15px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
    margin-top: 16px;
    padding: 2%;
	position: relative;
	border: 1px solid #136d83;
	word-wrap: break-word;
}

.comment-list li li {
    margin-left: 12px;
border: none;
}


.comment .avatar {
	margin: 0 16px 24px 0;
}

.comment-list li.bypostauthor {
    background: #fde6d9;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	font-size: 14px;
	padding: 24px;
display: none;
}

h3#reply-title,
.entry-comments h3 {
    font-size: 24px;
    text-align: left;
    position: relative;
    z-index: 99;
    display: block;
	position: relative;
}

.comment-header{
	text-transform: uppercase;
letter-spacing: 1px;
    color: #2f2f2f;
	font-size: 12px;
}

.comment-header a{
color: #2f2f2f;
}

.comment-reply{
color: #fff;
background: #136d83;
padding: 2px;
width: 60px;
font-size: 11px;
	text-align: center;
    position: absolute;
    top: 10px;
    right: 2%;
}

.comment-meta{
    position: absolute;
    top: 10px;
    right: 80px;
	font-size: 10px;
}

.comment-reply a{
color: #fff;
}


.comment-respond a{
font-size: 14px;
position: relative;
}

#respond h3#reply-title{
	font-size: 24px;
	text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 20px;
text-align: center;
}

.comment-respond{
padding: 4%;
margin:  40px auto 40px;
	border: 1px solid #136d83;
}

.comment-respond a{
}

.comment-respond form{
	background: none;
}

.comment-respond input,
.comment-respond textarea{
border: 1px solid #2f2f2f;
	background: none;
box-shadow: 0;
}

.comment-respond input[type="submit"]{
	border: none;
	background: #ef7922;
	color: #fff;
}

.comment-respond input[type="submit"]:hover{
background: #eeaa2c;
	color: #2f2f2f;
}

.comment-respond input[type="checkbox"]{
float: left;
margin-top: 4px;
margin-right: 5px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 5px;
}

.sidebar .featured-content .entry{
	display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
	margin: 0 auto 25px;
background: #fde6d9;
	padding: 0;
}

.sidebar .featured-content .entry-header{
	width: 60%;
	padding: 0 2%;
}

.sidebar .featured-content .entry-title,
.sidebar .featured-content .entry-title a{
font-size: 14px;
	font-weight: 700 !important;
}

.sidebar .featured-content .entry img{
margin: 0 auto -8px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
}

.footer-widgets .wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: calc(1/3 * 100% - 2%);
}


.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #fff;
	color: #2f2f2f;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 2%;
	text-align: left;
}

.site-footer a {
text-decoration: none;
	color: #2f2f2f;
}

.site-footer p {
	margin-bottom: 0;
}


.site-footer .wrap{
	display: flex;
flex-direction: row;
flex-wrap: wrap;
	align-items: center;
}


.site-footer p {
	margin-bottom: 0;
}

.site-footer .foot-info{
	width: 80%;
}

.site-footer .foot-design{
width: 20%;
text-align:  right;
}

.site-footer a{
	padding: 5px 10px;
display: inline-block;
}


/* Wordpress Blocks
------------------------------------------------------ */

.wp-block-latest-posts li {
	list-style-type: none;
}

.wp-block-button .wp-block-button__link {
	border: 0;
	border-radius: 0px;
	cursor: pointer;
	font-size: 18px;
	line-height: 24px;
	padding: 12px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	letter-spacing: .5px;
	transition: .5s;
	font-style: italic;
}

.wp-block-button .wp-block-button__link:hover{
  transform: scale(.96);
}

.wp-block-pullquote,
.wp-block-quote {
	border: none;
	margin: 24px 0 36px;
}

.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-quote .wp-block-quote__citation {
	color: #2f2f2f;
	display: block;
	font-size: 16px;
	font-style: italic;
	margin-top: -25px;
	text-align: inherit;
	text-transform: none;
}

figcaption {
	color: #2f2f2f;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}


.wp-block-group.alignfull .wp-block-group__inner-container{
	max-width:  1440px;
margin: 0 auto;
}

 .entry-content .alignwide {
        margin-left  : -80px;
        margin-right : -80px;
    }
.page-template-full-width .entry-content .alignfull,
    .full-width-content .entry-content .alignfull {
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
    }


.page-template-full-width .entry-content,
.page-template-full-width .wp-block-group__inner-container,
.entry-content .alignfull .wp-block-group__inner-container{
width: 100%;
	max-width:  1440px;
margin: 0 auto;
}

.has-background{
padding: 2%;
	margin: 0 auto 25px;
}

.wp-block-separator.has-background{
	padding:  0;
	margin:  25px 2%;
}

.content-sidebar-wrap .content .entry-content .alignfull{
width: 100%;
margin: 0 auto;
}


/*
Newsletter and Social
---------------------------------------------------------------------------------------------------- */

/* Newsletter
--------------------------------------------- */

.newsletter form{
	display:  flex;
	flex-direction:  row;
	justify-content:  space-between;
	align-items:  center;
}


.newsletter input[type="text"],
.newsletter input[type="email"]{ 
background: none;
border: 1px solid #fff;
width: 32%; 
padding: 14px; 
margin: 0px auto;
 display: block; 
color: #fff;
}

.newsletter input::placeholder{
color: #fff;
}

 .newsletter input[type="submit"],
.newsletter button{ 
background: #ef7922;
border: 1px solid #ef7922;
 color: #fff; 
width: 32%; 
padding: 14px; 
margin: 0px auto;
 display: block; 
 }

 .newsletter input[type="submit"]:hover,
.newsletter button:hover{ 
background: #eeaa2c; 
border-color: #eeaa2c; 
}

/* Social Icons 
------------------------------------------------------------ */

#social{
margin: 0px auto;
position:relative;
width: 180px;
height:30px;
	display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

#social li{
margin:0;
padding:0;
list-style:none;
}

#social li, #social a{
height:30px;
display:block;
}

#social li{
width: 30px;
height:30px;
transition:  .5s;
}

#facebook {
background: url(images/facebook.svg) center no-repeat ;
background-size: 20px 20px;
}

#pinterest {
background: url(images/pinterest.svg) center no-repeat ;
background-size: 20px 20px;
}

#instagram {
background: url(images/instagram.svg) center no-repeat ;
background-size: 20px 20px;
}

#twitter {
background: url(https://www.kleinworthco.com/wp-content/uploads/2023/12/x.svg) center no-repeat ;
background-size: 20px 20px;
}

#youtube {
background: url(images/youtube.svg) center no-repeat ;
background-size: 20px 20px;
}

#social li:hover{
  transform: rotate(10deg);
}

.landing-page .site-footer{
display: none;
}


/* Block Colors
------------------------------------------------------ */

.has-black-background-color {
    background-color: #2f2f2f !important;
}

.has-black-color {
    color: #2f2f2f;
}

.has-white-background-color {
    background-color: #fff !important;
}

.has-white-color {
    color: #fff;
}

.has-dark-green-background-color {
    background-color: #136d83 !important;
}

.has-dark-green-color {
    color: #136d83 !important;
}

.has-light-green-background-color {
    background-color: #fccfb6 !important;
}

.has-light-green-color {
    color: #fccfb6 !important;
}

.has-brown-background-color {
    background-color: #eeaa2c !important;
}

.has-brown-color {
    color: #eeaa2c !important;
}

.has-tan-background-color {
    background-color: #fde6d9 !important;
}

.has-tan-color {
    color: #fde6d9 !important;
}

.has-gray-background-color {
    background-color: #e5e7e6 !important;
}

.has-gray-color {
    color: #e5e7e6 !important;
}

.has-dark-blue-background-color {
    background-color: #136d83 !important;
}

.has-dark-blue-color {
    color: #136d83 !important;
}

.has-teal-background-color {
    background-color: #38acac !important;
}

.has-teal-color {
    color: #38acac !important;
}

.has-orange-background-color {
    background-color: #ef7922 !important;
}

.has-orange-color {
    color: #ef7922 !important;
}

.has-yellow-background-color {
    background-color: #eeaa2c !important;
}

.has-yellow-color {
    color: #eeaa2c !important;
}

.has-peach-background-color {
    background-color: #fccfb6 !important;
}

.has-peach-color {
    color: #fccfb6 !important;
}

.has-light-peach-background-color {
    background-color: #fde6d9 !important;
}

.has-light-peach-color {
    color: #fde6d9 !important;
}

/*
Custom Blocks
---------------------------------------------------------------------------------------------------- */

.featured-hero-block,
.latest-posts-block,
.feature-categories-block{
	width: 100%;
	clear: both;
}

.featured-posts-block,
.newsletter-block,
.large-featured-posts-block{
	clear: both;
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
}

.featured-hero-block .wrap,
.latest-posts-block .wrap,
.newsletter-block .wrap,
.featured-posts-block .wrap,
.feature-categories-block .wrap,
.large-featured-posts-block .wrap{
	padding: 4% 2%;
}

.featured-hero-block a,
.latest-posts-block a,
.feature-categories-block a,
.featured-posts-block a,
.newsletter-block a,
.large-featured-posts-block a{
	font-weight: normal !important;
background-image: none !important;
}

.page-template-block-page .site-inner,
.page-template-full-width .site-inner{
padding: 0;
}

.section-headline{
width: 100%;
clear: both;
margin: 0 auto 15px;
display: flex;
flex-direction: row;
justify-content: space-between;
	align-items: flex-end;
}

.section-headline h2{
font-size: 32px;
	margin: 0;
}


.section-headline h2 span{
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
    font-size: 28px;
}

.section-headline .section-title{
width: 65%;
text-align: left;
}

.section-headline .section-button{
	width: 35%;
text-align: right;
}

.section-excerpt{
width: 100%;
clear: both;
	padding: 0 1%;
}

.section-headline .see-more{
color: #2f2f2f;
font-weight: 700;
	font-size: 18px;
	position: relative;
	font-style: italic;
}

.featured-hero-block .featured-hero-list li img,
.latest-posts-block ul li img, .featured-posts-block ul li img,
ul.large-favorite-posts img,
.featured-categories-block_row img{
transition: .5s;
}

.featured-hero-block .featured-hero-list li:hover img,
.latest-posts-block ul li:hover img, .featured-posts-block ul li:hover img,
ul.large-favorite-posts li:hover img,
.featured-categories-block_row a:hover img{
opacity: .8;
}


/* Featured Hero Block
------------------------------------------------------ */

.featured-hero-block .wrap{
	display: flex;
	flex-direction: row;
justify-content: space-between;
	padding: 2%;
}

.featured-hero-block .featured-hero-list{
width: 70%;
margin: 0;
	display: flex;
	flex-direction: row;
justify-content: space-between;
}

.featured-hero-block .featured-hero-list li{
	list-style-type: none;
    width: 50%;
	padding: 0 2% 0 0;
	margin-bottom: 0;
position: relative;
}

.featured-hero-block .featured-hero-list li img{
margin: 0 auto;
display: block;
	position: relative;
z-index: 98;
}

.featured-hero-block .featured-hero-list li h3{
	background: rgba(255, 255, 255, 0.9) 0 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
text-align: center;
width: 80%;
	padding: 2% 4%;
	z-index: 97;
}
.featured-hero-block .featured-hero-list li:hover img{
	z-index: 96;
}

.featured-hero-block .featured-hero-list li h3,
.featured-hero-block .featured-hero-list li h3 a{
font-size: 22px;
	font-weight: 800 !important;
}

.featured-hero-block_row{
width: 30%;
}

.featured-hero-block_row_col{
	height: 48%;
	margin: 0 auto 6%;
background-size: cover !Important;
background-position: center !Important;
background-repeat: no-repeat !Important;
	position: relative;
}

.featured-hero-block_row_col h3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
text-align: center;
width: 80%;
}

.featured-hero-block_row_col:first-of-type h3{
background: #fff;
padding: 10px;
display: inline-block;
width: 70%;
}

.featured-hero-block_row_col:last-of-type{
transition: .5s;
}

.featured-hero-block_row_col:last-of-type h3,
.featured-hero-block_row_col:last-of-type h3 a{
color: #fff;
}

.featured-hero-block_row_col:last-of-type:hover{
background: #eeaa2c !important;
}


/* Latest Posts Block
------------------------------------------------------ */


/* Featured Posts Block
------------------------------------------------------ */

.featured-posts-block .wrap{
padding: 4% 2% 0;
}

.latest-posts-block ul,
.featured-posts-block ul{
margin: 0 auto;
    display: grid;
    grid-column-gap: 20px;
}

.latest-posts-block ul li,
.featured-posts-block ul li{
list-style-type: none;
	margin: 0 auto 25px;
    width: 100%;
}

.latest-posts-block ul li h3,
.featured-posts-block ul li h3{
text-align: center;
	color: #2f2f2f;
padding: 1% 2%;
font-size: 22px;
line-height: 1.4;
}

.latest-posts-block ul li h3 a,
.featured-posts-block ul li h3 a{
color: #2f2f2f;
	font-weight: 800 !important;
}

ul.section-posts-one-half {
    grid-template-columns: repeat(2, 1fr);
}

ul.section-posts-one-third {
    grid-template-columns: repeat(3, 1fr);
}

ul.section-posts-one-fourth {
    grid-template-columns: repeat(4, 1fr);
}

ul.section-posts-one-fifth {
    grid-template-columns: repeat(5, 1fr);
}


/* Newsletter Block
------------------------------------------------------ */

.newsletter-block .wrap{
padding: 2% 2% 3%;
text-align: center;
color: #fff;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-size: 18px;
}

.newsletter-block h3{
color: #fff;
font-size: 32px;
}

.newsletter-block form{
width: 100%;
max-width: 800px;
margin: 0 auto;
}


/* Featured Categories Block
------------------------------------------------------ */

.feature-categories-block .wrap{
	padding: 2%;
}

.featured-categories-block_row{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
	padding: 1% 0;
}

.featured-categories-block_row h2{
	font-size: 32px;
}

.featured-categories-block_row_col{
width: 50%;
}

.featured-categories-block_row_col img{
width: 100%;
height: 400px;
object-fit: cover;
}

.featured-categories-block_row_col:last-of-type{
	padding: 0 2%;
}

.featured-categories-block_row:last-of-type{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
text-align: center;
}

.feature-categories-block h5{
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
font-size: 14px;
	margin: 0 auto 5px;
}

/* Readers Favorites Block
------------------------------------------------------ */

.readers-favorites{
margin-top: 2%;
margin-bottom: 2%;
}

.readers-favorites .section-headline{
display: block;
}

.readers-favorites .section-headline .section-title{
width: 100%;
text-align: center;
}


/* Large Featurd Posts Block
------------------------------------------------------ */

.large-featured-posts-block h2{
text-align: center;
}

.large-featured-posts-block .section-headline{
	display: block;
}

.large-featured-posts-block .section-headline .section-title{
	width: 100%;
	margin: 0 auto 25px;
}

ul.large-favorite-posts{
margin: 0 auto;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

ul.large-favorite-posts li{
list-style-type: none;
background: #fff;
display: flex;
flex-direction: row;
justify-content: space-between;
	margin: 0 auto 25px;
}

ul.large-favorite-posts .large-favorite-posts_img{
	width: 50%;
}

ul.large-favorite-posts .large-favorite-posts_img img{
display: block;
margin: 0;
}

ul.large-favorite-posts .large-favorite-posts_info{
	width: 50%;
	padding: 0 2%;
	align-self: center;
}

.featured-posts-block_more-links{
display: flex;
flex-direction: row;
justify-content: center;
	margin: 25px auto 0;
}


.featured-posts-block_more-links .button{
font-size: 16px;
margin: 0 10px;
padding: 8px 25px;
}


/* In Post Blocks
------------------------------------------------------ */

.note-block,
.solid-box,
.outline-box,
.pin-block{
padding: 2%;
width: 100%;
clear: both;
margin: 0 auto 25px;
}

.note-block{
background: #fde6d9;
padding: 4%;
}

.note-block h2{
text-align: center;
	border-bottom: 1px solid #136d83;
padding: 5px;
margin: 0 auto 15px;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 24px;
}

.solid-box{
	color: #fff !Important;
background: #136d83;
}

.outline-box{
border: 1px solid #ef7922;
}

.solid-box p:last-of-type,
.outline-box p:last-of-type{
margin-bottom: 0;
}

.pin-block{
width: 100%;
background: #fccfb6;
color: #2f2f2f;
text-align: center;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 5px 4%;
}

.pin-block h4{
margin-bottom: 0;
color: #2f2f2f;
font-size: 22px;
text-transform: uppercase;
letter-spacing: 2px;
}


/* TOC Plugin
------------------------------------------------------ */

#ez-toc-container{
width: 100% !important;
background: #fde6d9 !important;
	border: none !important;
border-radius: 0 !important;
	padding: 2% !important;
}

.ez-toc-btn-default{
background: none !Important;
border: none !Important;
}

.ez-toc-title{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 22px !Important;
}

.ez-toc-heading-level-1,
.ez-toc-heading-level-2{
padding-bottom: 5px !important;
}

.ez-toc-heading-level-3 a{
font-weight: 400 !important;
}

.ez-toc-btn-sm, .ez-toc-btn-xs{
font-size: 16px !important;
}



/* Theme Settings
------------------------------------------------------ */

.post-disclosure{
	font-size: 12px;
font-style: italic;
width: 100%;
	padding: 5px 0;
text-align: left;
margin: 0 auto;
}

.foot-disclosure{
	width:  100%;
	max-width:  1200px;
	margin:  0 auto;
	font-size:  12px;
	font-style:  italic;
	padding:  10px;
	text-align:  center;
}


/* Sidebar Newsletter Settings
------------------------------------------------------ */

.sidebar-newsletter{
width: 100%;
max-width: 400px;
margin: 0 auto 25px;
padding: 10% 4%;
text-align: center;
background: #136d83;
color: #fff;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-size: 16px;
}

.small-title{
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
font-size: 14px;
}

.sidebar-newsletter h4{
color: #fff;
font-size: 22px;
text-transform: uppercase;
letter-spacing: 2px;
}

.sidebar-newsletter .newsletter form{
	display: block;
}

.sidebar-newsletter .newsletter input[type="text"],
.sidebar-newsletter .newsletter input[type="email"],
.sidebar-newsletter .newsletter input[type="submit"],
.sidebar-newsletter .newsletter button{
	width: 100%;
	margin: 5px auto;
color: #fff;
}


/* Footer Misc Settings
------------------------------------------------------ */

.featured-on-bar{
width: 100%;
clear: both;
}

.featured-on-bar .wrap{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 1% 0;
}

.featured-on-bar_logo{
padding: 1% 2%;
}

.footer-newsletter {
background: #136d83;
width: 100%;
clear: both;
	padding: 1% 10%;
	position: relative;
}

.footer-newsletter:before{
content: '';
background: url(/wp-content/themes/pmd-frontier/images/submark.svg) center no-repeat;
background-size: contain;
width: 100px;
height: 100px;
display: block;
	position: absolute;
left: 5%;
	top: -40px;
}

.footer-newsletter .wrap{
	padding: 1% 2%;
	display: flex;
flex-direction: row;
	Justify-content: space-between;
align-items: center;
}

.footer-newsletter h4{
color: #fff;
margin: 0 auto;
font-size: 22px;
text-transform: uppercase;
letter-spacing: 2px;
}

.footer-newsletter h4{
width: 30%;
}

.footer-newsletter .newsletter{
width: 70%;
}

/* FacetWP Filter */

.facet-dropdown-menu{
width: 100%;
clear: both;
margin: 45px auto 25px;
}

.facet-dropdown-menu .wrap{
display: flex;
flex-direction: row;
justify-content: space-between;
}

.facet-dropdown-menu .facetwp-facet{
margin: 0 auto;
}

.facet-dropdown-menu_item{
margin: 0 .5%;
border: 1px solid #136d83;
width: 100%;
}

.facet-dropdown-menu select,
.facetwp-facet input.facetwp-search{
border: none;
font-size: 16px;
	padding: 10px;
	height: 45px;
	font-weight: 800;
}

.facet-dropdown-menu button{
height: 45px;
	width: 100%;
}

.mobile-facet-menu{
	width: 100%;
	text-align: center;
display: none;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {


}

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
overflow-x: hidden;
	}


.full-width-content .content{
max-width: 100%;
}


	.sidebar-primary {
		width: 320px;
	}

}


@media only screen and (max-width: 1023px) {
	
	.site-header .wrap{
overflow: hidden;
		padding: 5px 10px;
}
	
	.site-header .title-area{
float: none;
width: 50%;
		margin: 0 auto;
}
	.mobile-news{
		display:  block;
	}
	
	.top-bar,
	.nav-secondary,
	.nav-primary{
display: none;
}

	.header-image .site-title a{
		min-height: 60px;
	}

	.content,
	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.wrap {
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3{
margin: 0 auto 15px;
}

	.site-inner {
padding: 2%;
	}


	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.content {
		max-width: 100%;
	}


}

@media only screen and (max-width: 768px) {

	.comment-reply,
    .comment-meta{
		position: relative;
top: auto;
right: auto;
	}
	
	.site-footer{
		text-align: center;
		padding: 10px;
	}
	
.site-footer .foot-info,
.site-footer .foot-design{
width: 100%;
margin:  10px auto;
text-align:  center;
}

	.wp-block-columns{
padding: 0 4%;
}
    
	ul.section-posts-one-half li,
	ul.section-posts-one-fourth li,
	ul.section-posts-one-fifth li{
    width: calc(1/2 * 100% - 2%);
}

ul.section-posts-one-third li{
    width: calc(1/3 * 100% - 2%);
}
	
	.featured-hero-block .wrap{
flex-wrap: wrap;
}
	
	.featured-hero-block .featured-hero-list{
width: 100%;
}
	
.latest-posts-block ul, .featured-posts-block ul {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 70%;
    grid-column-gap: 16px;
    overflow-x: auto;
grid-template-columns: unset;
}
	
.latest-posts-block ul li, .featured-posts-block ul li {
    display: block;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
	margin: 0 auto;
}
	
	.section-headline{
		flex-wrap: wrap;
	}
	
	.section-headline .section-title,
.section-headline .section-button{
width: 100%;
text-align: center;
margin: 0 auto 15px;
}
	
	.section-headline .see-more{
text-align: center;
}
	
	
	.featured-hero-block .featured-hero-list li,
.featured-hero-block_row{
width: 100%;
}
	
	.featured-hero-block .featured-hero-list li{
padding: 0;
}
	

	.featured-hero-block .featured-hero-list li img{
width: 100%;
		display: block;
		margin: 0 auto;
}
	
	.featured-hero-block .featured-hero-list li:last-of-type{
display: none;
}
	
	.featured-hero-block_row_col{
height: 200px;
margin: 2% auto;
}
	
	.featured-hero-block .featured-hero-list li h3{
position: relative;
top: auto;
	left: auto;
    transform: translate(0%, 0%);
		width: 100%;
		text-align: center;
}
	
	.newsletter form{
display: block;
padding: 0 4%;
}

	.newsletter input[type="text"], .newsletter input[type="email"],
	.newsletter input[type="submit"], .newsletter button{
width: 100%;
	margin: 10px auto;
}
	
	.featured-categories-block_row,
	.featured-on-bar .wrap,
	.footer-newsletter .wrap{
flex-wrap: wrap;
}
	
	.featured-categories-block_row_col{
width: 100%;
}
	
	.featured-categories-block_row:last-of-type {
    grid-template-columns: repeat(2, 1fr);
	}
	
	ul.large-favorite-posts{
display: block;
}
	
	ul.large-favorite-posts li{
		width: 100%;
	}
	
	.featured-on-bar_logo{
    width: calc(1/3 * 100% - 2%);
}
	
		.footer-newsletter h4,
	.footer-newsletter .newsletter{
width: 100%;
	text-align: center;
margin: 10px auto;
	}
	
	.footer-newsletter:before{
width: 80px;
height: 80px;
left: auto;
top: auto;
position: relative;
		margin: 0 auto;
}
	
	.featured-categories-block_row_col img{
height: 200px;
}
	
	.desktop-facet-menu{
display: none;
}
	
	.mobile-facet-menu{
display: block;
		padding: 0 2%;
}

	.mobile-facet-menu select{
		background: #fff !Important;
border: 1px solid #136d83;
padding: 10px !important;
    border-radius: 0;
	}
}
 

@media only screen and (max-width: 580px) {
	
	.site-header .title-area{
width: 65%;
}
	
	.archive .content, .search .content, .blog .content {
    display: block;
}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.single .content .entry-title{
font-size: 28px;
}
    
    .archive .content .entry,
.search .content .entry,
	.blog .content .entry{
    width: 100%;
	margin: 0 auto 25px;
    }

    .adjacent-entry-pagination .pagination-previous,
	.adjacent-entry-pagination .pagination-next{
		border: 1px solid #eee;
width: 100%;
margin: 15px auto;
padding: 2%;
text-align: center;
	}
	
	.adjacent-entry-pagination .previous-next.next,
	.adjacent-entry-pagination .previous-next.previous{
float: none;
margin: 0 auto 5px;
font-size: 11px;
}
	
	.adjacent-entry-pagination img{
		width: 100%;
		max-width: 100px;
	}
	
	.adjacent-entry-pagination .post-navigation-title{
		font-size: 14px;
	}

	.featured-hero-block_row_col{
		height: 150px;
	}
	
	.feature-categories-block h4{
font-size: 18px;
}
	
	ul.large-favorite-posts {
		padding: 2% 4%;
	}
	
	ul.large-favorite-posts li{
		flex-wrap: wrap;
	}
	
	ul.large-favorite-posts .large-favorite-posts_img,
	ul.large-favorite-posts .large-favorite-posts_info{
width: 100%;
		margin: 0 auto 15px;
}
	
	.featured-posts-block_more-links{
flex-wrap: wrap;
		padding: 0 2%;
}
	
	.featured-posts-block_more-links .button{
width: 100%;
		margin: 5px auto;
display: block;
text-align: center;
}
	
	.pin-block{
flex-wrap: wrap;
text-align: center;
}
	
	.pin-block_row{
width: 100%;
	margin: 10px auto;
}
    
}

/* Responsive Menu
--------------------------------------------- */
 
.menu-toggle {
	display: none;
}


.mob-menu{
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-0%, -50%);
	width: 100%;
}

.hamburger {
    overflow: visible;
	float: left;
    margin: 0px 0 0 0;
    padding: 15px 0;
    border: 0;
    color: inherit;
    background-color: #fff;
    font: inherit;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
	transition-property: opacity, filter;
	transform: scale(0.5);
}

.search-btn {
    overflow: visible;
	float: right;
    margin: 0px 0 0 0;
    padding: 15px 0;
    border: 0;
    color: inherit;
    background-color: #fff;
    font: inherit;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
	transition-property: opacity, filter;
	transform: scale(0.5);
	background: #fff url(images/search.svg) center no-repeat !important;
background-size: 45px 45px;
}

@media only screen and (min-width: 1023px) {

	.header-widget-area .widget_nav_menu,
    .hamburger,
    .search-btn{
        display: none;
    }
}

.hamburger:hover {
    opacity: 0.7;
    background-color: transparent;
}

.hamburger:focus {
    background-color: transparent;
}

.hamburger:hover,
.hamburger:focus {
    outline: none;
}

.hamburger-box,
.search-box{
    display: inline-block;
    position: relative;
    width: 50px;
    height: 45px;
}

.hamburger-inner,
.search-inner{
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    position: absolute;
    width: 50px;
    height: 6px;
    background-color: #2f2f2f;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
}

.hamburger-inner::before,
.hamburger-inner::after {
    display: block;
    content: "";
}

.hamburger-inner::before {
    top: -12px;
}

.hamburger-inner::after {
    bottom: -12px;
}

/* Slideout */

body {
    width: 100%;
    height: 100%;
}

.slideout-menu {
    display: none;
    overflow-y: scroll;
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    width: 276px;
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
}

.admin-bar .slideout-menu {
    top: 32px;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    background-color: #fff;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.panel:before {
    display: block;
    background-color: rgba(0,0,0,0);
    content: "";
    transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.0);
}

/* Side menu */

.side-menu {
    display: none;
    color: #fff;
    background-color: #136d83;
    font-size: 16px;
    z-index: 999;
    min-height: 100vh;
	padding-bottom: 100px;
}


.side-menu .menu-item{
font-size: 16px;
}


.side-menu .widget{
	margin: 0 auto 15px;
}

.side-menu li{
list-style-type: none;
}

.side-menu > .wrap {
    position: relative;
    padding: 25px;
}

.side-menu .widget_nav_menu {
    margin-right: -25px;
    margin-left: -25px;
}

.side-menu .widget_nav_menu .widget-title {
    padding: 0 25px;
}

.side-menu a {
    display: block;
    padding: 10px 25px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}

.side-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.side-menu .widget li li {
    margin: 0 0 0 20px;
}

.side-menu .widget ul > li {
    margin-bottom: 0;
}

.side-menu .widget:last-child {
    margin-bottom: 0;
}

.side-menu .widget-title {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.side-menu input {
    border-radius: 0;

    -webkit-appearance: none;
}

.side-menu input[type="search"] {
    padding: 4px 8px;
    font-size: 15px;
}

.close-icon {
    position: absolute;
    top: 7px;
    right: 5px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-weight:  600;
	color: #fff;
}

.slideout-menu .menu > .menu-item > .sub-menu {
		display: none;
	}
 
	.slideout-menu .menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
 
	.slideout-menu .menu .menu-item {
		margin: 0;
		width: 100%;
	}
 
	.slideout-menu .menu .menu-item:hover {
		position: static;
	}
 
	.slideout-menu .menu .current-menu-item > a,
	.slideout-menu .menu .sub-menu .current-menu-item > a:hover,
	.slideout-menu .menu a,
	.slideout-menu .menu a:hover {
		background: none;
		line-height: 1.2;
		padding: 10px 20px;
		text-align: left;
		width: 90%;
	}
	.slideout-menu .menu .current-menu-item > a,
	.slideout-menu .menu .sub-menu .current-menu-item > a:hover,
	.slideout-menu .menu a,
	.slideout-menu .menu a:hover {
    color: #fff;
	}
 
	.slideout-menu .menu .menu-item-has-children {
		cursor: pointer;
	}
 
	.slideout-menu .menu .menu-item-has-children > a {
		margin-right: 60px;
	}
 
	.slideout-menu .menu > .menu-item-has-children:before {
		content: "+";
		font: normal 16px/1;
		float: right;
		height: 16px;
		padding: 10px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
     position: absolute;
		font-weight: bold;
	}
	.slideout-menu .menu > .menu-item-has-children:before {
    color: #eeaa2c;
	}
 
	.slideout-menu .menu .menu-open.menu-item-has-children:before {
		content: "-";
	}
 
	.slideout-menu .menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
		background: #0B6177;
font-size: 16px;
	}

.slideout-menu .menu .sub-menu .menu-item{
	padding: 10px;
}
 
	.slideout-menu .menu .sub-menu .sub-menu {
		margin: 0;
	}
 
	.slideout-menu .menu .sub-menu .current-menu-item > a:hover,
	.slideout-menu .menu .sub-menu li a,
	.slideout-menu .menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 6px 20px;
		position: relative;
		width: 100%;
	}

a.mobile-shop {
background: #ef7922;
	color: #fff;
text-align: center;
}

.side-menu #facebook{
background-color: #38acac;
	border-radius: 50%;
	background-size: 15px 15px;
}

.side-menu #pinterest{
background-color: #fccfb6;
	border-radius: 50%;
	background-size: 15px 15px;
}

.side-menu #instagram{
background-color: #eeaa2c;
	border-radius: 50%;
	background-size: 15px 15px;
}

.side-menu #twitter{
background-color: #f6dbab;
	border-radius: 50%;
	background-size: 15px 15px;
}

.side-menu #youtube{
background-color: #fff;
	border-radius: 50%;
	background-size: 15px 15px;
}

@media only screen and (min-width: 1023px) {
    .dashicons.close-icon {
        display: none;
    }
}
