/*
	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
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 768px
		- max-width: 580px

*/


@font-face {
    font-family: 'Butler';
    src: url('webfonts/Butler-Black.woff2') format('woff2'),
        url('webfonts/Butler-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
	font-display: swap;
}


/*
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: #414141;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 18px;
    line-height: 1.7625;
	margin: 0;
	overflow-x: hidden;
}

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: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

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

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

a:hover {
	color: #5a869b;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote a{
	color: #5a869b;
}

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: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Butler', TimesNewRoman, Serif;
	color: #343434;
	margin: 0 0 5px;
	font-weight: 900;
line-height: 1.2;
}

h1 {
	font-size: 26px;
}
h2{
	font-size: 22px;
}

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

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

.single .content .entry-title{
font-size: 34px;
text-align: center;
}

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

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


h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

.widgettitle{
    text-align: center;
	font-size: 15px;
	text-transform: uppercase;
letter-spacing: 1px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

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

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

.wp-caption {
padding: 5px;
}


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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #5a869b;
	color: #343434;
	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 #5a869b;
	outline: none;
}

::-moz-placeholder {
	color: #343434;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #343434;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #c37174;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
    font-family: 'Butler', TimesNewRoman, Serif;
font-weight: 900;
font-size: 19px;
	width: auto;
	transition: .5s;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #d7e3c2;
	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: 1240px;
}

.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 {
	float: right;
	width: 780px;
}

.single .content{
    font-size: 20px;
    line-height: 2;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

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

/* Archive and Search Content */

.archive .content,
.search .content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}

.archive .content .entry,
.search .content .entry{
	background: #fff;
    width: calc(1/4 * 100% - 2%);
	padding-bottom: 10px;
	float: none;
  margin: 0 auto 15px;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 330px;
}

.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 #5a869b;
    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/search2.svg) right center no-repeat;
    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 {
	margin-bottom: 20px;
	font-size: 12px;
	color: #343434;
text-align: center;
}

.breadcrumb a{
	color: #343434;
}

.author-box {
	background: #f9f8f4;
text-align: center;
font-size: 16px;
	padding: 40px;
	color: #343434;
	margin: 0 auto 25px;
}

.author-box-title {
font-weight: 600;
	font-size: 22px;
	margin-bottom: 4px;
	color: #343434;
}


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

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

.custom-archive-description{
background: #316476;
	color: #fff;
padding: 2%;
text-align: left;
}

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

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

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

.catsub a:hover{
	color: #5a869b;
	border: 2px solid #5a869b;
}

.archive-description{
	width: 100%;
	max-width: 1200px;
padding: 10px;
text-align: left;
}


/* 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,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	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;
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.08);
}

.site-header .wrap {
	padding: 0px 0;
	display: flex;
flex-direction: row;
flex-wrap: wrap;
	justify-content: flex-end;
align-items: center;
}

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

.title-area {
	float: left;
	width: 35%;
}

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

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
    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/header.png) no-repeat;
	background-size: 100% auto;
	background-image: url(images/header.svg), none;
	background-position: center !important;
	background-size: contain !important;
min-height: 100px;
width: 100%;
margin: 0px auto;
	position: relative;
z-index: 99;
}

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

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



/* Shrink
--------------------------------------------- */

.site-header.shrink {
	background: #fff;
	position:fixed;
	padding: 4px;
	top: 0;
	z-index: 999;
    font-size: 15px;
	width: 100%;
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.08);
}

.site-header.shrink .widget-area{
	display: inline-block;
	vertical-align: middle;
	width: 20%;
}

.shrink .head-info{
	display: none;
}

.admin-bar .site-header.shrink {
    top: 32px;
}

.site-header.shrink .wrap{
	position: relative;
overflow: visible;
}

.site-header.shrink .title-area{
	width: 25%;
	float: left;
}

.site-header.shrink .site-title a{
    min-height: 50px;
    width: 180px;
	float: left;
}

.shrink .wrap {
	padding: 0;
	max-width: 1240px;
	margin: 0 auto;
}

.shrink .title-area{
    width: 24%;
	float: left;
}

.shrink .search-form{
	margin: 9px auto;
}


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

/* Before Site Bar
--------------------------------------------- */

.before-site{
width: 100%;
clear: both;
border-bottom: 1px solid #bccdd3;
}

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

.before-site .widget{
width: 20%
}

.before-site .widget:first-of-type{
width: 60%
}

.before-site .menu {
margin: 0px auto;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
	font-weight: 400;
}

.before-site .menu .wrap{
text-align: right;
margin: 0px auto;
overflow: hidden;
}

.before-site .menu .menu-item {
	display: inline-block;
	text-align: center;
}

.before-site .menu a {
	border: none;
	color: #316476;
	display: block;
	padding: 10px 10px;
	position: relative;
	transition: .5s;
}

.before-site .menu > .menu-item > a {
	text-transform: uppercase;
}

.before-site .menu a:hover,
.before-site .menu .current-menu-item > a {
	color: #444;
}

.before-site .menu a:hover{
color: #c37174;
}

.before-site .menu .sub-menu{
	color: #fff;
background: #316476;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.before-site .menu .sub-menu a{
	color: #fff;
background: #316476;
	font-size: 11px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
	transition: .5s;
}

.before-site .menu .sub-menu a:hover {
color: #fff;
	background: #d7e3c2;
}

.before-site .menu .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

.before-site .menu .menu-item:hover {
	position: static;
}

.before-site .menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.before-site .menu > .first > a {
	padding-left: 0;
}

.before-site .menu > .last > a {
	padding-right: 0;
}

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

.before-site .menu > .right > a {
	display: inline;
	padding: 0;
}

.before-site .search-form{
border: none;
border-left: 1px solid #bccdd3;
border-radius: 0;
}


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

.nav-primary {
width: 65%;
	float: right;
margin: 0px auto;
font-size: 17px;
text-transform: uppercase;
letter-spacing: 1px;
}

.shrink .nav-primary{
font-size: 15px;
}

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

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

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

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

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

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

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

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

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

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


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

.nav-secondary {
clear: both;
margin: 0px auto;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
	color: #fff;
	background: #194859;
padding: 10px;
}

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

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

.nav-secondary .menu-item a {
	border: none;
	color: #fff;
	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: #fff;
}


.nav-secondary .menu-item a:hover{
color: #316476;
background: #fff;
}

.nav-secondary .sub-menu{
display: none;
}

.nav-secondary #social{
margin: 10px auto 0;
float: right;
}

.nav-secondary #facebook,
.nav-secondary #pinterest,
.nav-secondary #instagram,
.nav-secondary #twitter,
.nav-secondary #contact{
    filter: brightness(0) invert(1);
}


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

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

.entry {
	margin-bottom: 40px;
}

.entry-content a {
text-decoration: underline;
}

.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: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

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

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

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

.entry-meta {
	color: #316476;
	font-size: 12px;
text-align: center;
}

.entry-meta a{
	color: #316476;
}

.entry-category{
	margin: 0 auto 5px;
	color: #316476;
text-transform: uppercase;
Letter-spacing: 1px;
text-align: center;
font-size: 12px;
font-weight: 700;
}

.entry-category a{
	color: #316476;
}

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

.single .content .entry-header{
border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

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

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

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

.single .entry-footer{
	text-align: center;
	font-size: 14px;
}

.post-disclosure,
.foot-disclosure{
font-size: 12px;
text-align: center;
font-style: italic;
}

.related-posts{
width: 100%;
clear: both;
margin: 25px auto;
}

h3.related-title{
text-align: center;
    font-family: 'Butler', TimesNewRoman, Serif;
    font-size: 32px;
    margin: 0 auto;
    line-height: 1.2;
    margin-bottom: 4px;
    color: #343434;
}


.related-posts-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
margin-left: 0;
}

.related{
    width: calc(1/3 * 100% - 2%);
    text-align: center;
}

a.related-post-title{
    color: #343434;
    font-size: 16px;
font-weight: 700;
line-height: 1.2;
padding: 10px;
width: 100%;
	display: block;
}

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

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


/* 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: #343434;
cursor: pointer;
display: inline-block;
padding: 4px 10px;	
border: 1px solid #316476;
margin: 0 4px;
}


.archive-pagination li a:hover,
.archive-pagination li.active a {
    color: #fff;
	background: #316476;

}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	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 #eee;
}

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


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

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

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

.bypostauthor {
}

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

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

.author-box-title{
font-weight: 900;
	color: #343434;
	font-size: 24px;
}

.comment-header a{
	color: #343434;
}

.comment-reply{
color: #fff;
background: #c37174;
padding: 2px;
width: 60px;
font-size: 10px;
	text-transform: uppercase;
letter-spacing: 2px;
	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{
	padding: 6% 4% 4%;
	background: #316476;
	margin: 40px auto;
}

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

.comment-respond .comment-form{
background: #fff;
padding: 4%;
}


#respond h3#reply-title{
	font-size: 32px;
margin: 0 auto 25px;
	text-transform: none;
letter-spacing: 0;
color: #fff;
}

/*
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 .enews-widget {
	background-color: #333;
}

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

.footer-widgets {
	clear: both;
}

.footer-widgets .wrap{
display: block;
max-width: 100%;
}

.footer-widgets-1,
.footer-widgets-2{
width: 100%;
}

.feat-logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 5px auto;
    padding: 1% 2% 2%;
}

.feat-logo {
    width: calc(1/7 * 100% - 2%);
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
}

.footer-widgets-2{
background: #316476;
}

.footer-widgets-2 .widget{
max-width: 1100px;
margin: 0 auto;
}

.footer-widgets-2 .foot-columns{
	display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
	overflow: visible;
	align-items: center;
}

.footer-widgets-2 .foot-row{
width: 50%;
	padding: 0 2%;
	color: #fff;
font-size: 16px;
}


.footer-widgets-2 h4{
color: #fff;
font-size: 34px;
	margin: 0 auto;
line-height: 1.2;
text-transform: none;
text-align: left;
}


.footer-widgets-2 p{
margin-bottom: 0;
}


.footer-widgets-2 .foot-row:nth-of-type(1){
width: 15%;
}

.footer-widgets-2 .foot-row:nth-of-type(2){
width: 35%;
}


.footer-widgets-2 img{
margin: -25px auto 0;
    box-shadow: 0px 10px 5px -5px rgb(0 0 0 / 4%);
	width: 100%;
	max-width: 150px;
}

.footer-widgets-2 input{
width: 50%;
padding: 15px;
background: #245667;
border: none;
	color: #fff;
	font-size: 16px;
}

.footer-widgets-2 ::placeholder{
color: #fff !important;
}

.footer-widgets-2 input:first-of-type{
width: 49.5%;
	margin: 0 .5% 0 0;
}


.footer-widgets-2 .widget input[type="submit"],
.footer-widgets-2 .widget button{
background: #c37174;
width: 100%;
margin: 10px auto 0;
    font-family: 'Butler', TimesNewRoman, Serif;
text-transform: none;
color: #fff;
font-size: 24px;
font-weight: 900;
line-height: 1;
}

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

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

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

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


.design{
display: block;
margin: 10px auto;
}

.foot-disclosure{
width: 100%;
max-width: 1100px;
Margin: 0 auto;
}

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

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


.newsletter input[type="text"],
.newsletter input[type="email"]{ 
background: #fff;
width: 100%; 
padding: 15px; 
margin: 0px auto;
 display: block; 
}

 .newsletter input[type="submit"],
.newsletter button{ 
background: #c37174;
 padding: 15px; 
margin: 0px auto;
 color: #fff; 
display: block;
 }

.sidebar .newsletter button{
width: 100%;
}

 .newsletter input[type="submit"]:hover,
.newsletter button:hover{ 
background: #444246; 
}

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

#social{
margin: 0px auto;
position:relative;
width: 200px;
height:30px;
}

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

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

#facebook,
#pinterest,
#instagram,
#twitter,
#contact{
width: 30px;
height: 30px;
}

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

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

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

#twitter {
background: url(images/twitter.svg) center no-repeat ;
background-size: 30px 30px;
left: 120px;
}

#contact {
background: url(images/contact.svg) center no-repeat ;
background-size: 30px 30px;
left: 160px;
}

#facebook:hover,
#pinterest:hover,
#instagram:hover,
#twitter:hover,
#contact:hover{
  transform: rotate(10deg);
}

.landing-page .mobile-content,
.landing-page .design,
.landing-page .site-footer{
display: none;
}


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

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

.has-black-color {
    color: #222222;
}

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

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

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

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


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

.has-dark-brown-color {
    color: #444246;
}


.has-dark-blue-background-color {
    background-color: #5a869b !important;
}

.has-dark-blue-color {
    color: #5a869b;
}



.has-red-background-color {
    background-color: #c37174 !important;
}

.has-red-color {
    color: #c37174;
}



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

.has-light-brown-color {
    color: #d2ba9f;
}


.has-light-blue-background-color {
    background-color: #c7d7dd' !important;
}

.has-light-blue-color {
    color: #c7d7dd';
}



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

.has-light-green-color {
    color: #d7e3c2;
}


/*
Homepage Blocks
---------------------------------------------------------------------------------------------------- */

.page-template-homepage .site-inner{
width: 100%;
max-width: 100%;
padding: 0;
padding-top: 20px;
}

.page-template-homepage .entry{
margin-bottom: 0;
}

/* Block - Headline Search
--------------------------------------------- */

.headline-search-box{
text-align: center;
width: 100%;
max-width: 900px;
margin: 0 auto;
clear: both;
padding: 1% 2%;
}

.headline-search-box h1{
font-size: 30px;
}

.headline-search-box .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
padding: 10px 25px;
border: 1px solid #bccdd3;
    box-shadow: 0px 10px 5px -5px rgb(0 0 0 / 4%);
}

.headline-search-box .wp-block-search .wp-block-search__input{
	font-size: 18px;
}

.headline-search-box .wp-block-search .wp-block-search__button{
background: none;
border: none;
color: #c37174;
	font-size: 24px;
}

.headline-search-box .wp-block-search .wp-block-search__button svg{
fill: #c37174;
}


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

ul.feature-post{
margin-left: 0;
	display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}

ul.feature-post li{
list-style-type: none;
	text-align: center;
    width: calc(1/4 * 100% - 1%);
	transition: .5s;
}


.feature-post h2{
text-align: center;
font-size: 18px;
	color: #343434;
	font-weight: 900;
}

.feature-post h2 a{
	color: #343434;
font-size: 18px;
text-decoration: none;
}

ul.feature-post li:hover{
        -webkit-transform: scale(.98);
        -ms-transform: scale(.98);
        transform: scale(.98);
}


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

.news-block{
background: #316476;
}

.news-block .wrap{
	display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
	overflow: visible;
}

.news-row{
width: 50%;
	padding: 0 2%;
	color: #fff;
font-size: 16px;
}

.news-row h3{
color: #fff;
font-size: 34px;
	margin: 0 auto;
line-height: 1.2;
}

.news-row p{
margin-bottom: 0;
}

.news-row:first-of-type{
width: 15%;
}

.news-row:nth-of-type(3n+2){
width: 35%;
}

.news-row:first-of-type img{
margin: -25px auto;
    box-shadow: 0px 10px 5px -5px rgb(0 0 0 / 4%);
	width: 100%;
	max-width: 150px;
}

.news-row input{
width: 50%;
padding: 15px;
background: #245667;
border: none;
	color: #fff;
	font-size: 16px;
}

.news-row input:first-of-type{
width: 49.5%;
	margin: 0 .5% 0 0;
}

.newsletter ::placeholder,
.news-row ::placeholder{
color: #fff;
}

.news-row input[type="submit"],
.news-row button{
background: #c37174;
width: 100%;
margin: 10px auto 0;
    font-family: 'Butler', TimesNewRoman, Serif;
text-transform: none;
color: #fff;
font-size: 24px;
font-weight: 900;
line-height: 1;
}


/* Block - About
--------------------------------------------- */

.about-block{
padding: 2% 2%;
}

.about-block .wrap{
	display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.about-row{
width: 40%;
}

.about-row:first-of-type{
width: 60%;
	display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.about-inner-row{
width: 60%;
padding: 0 2%;
}

.about-inner-row:first-of-type{
width: 40%;
}

.about-row h4{
font-size: 24px;
}


.about-inner-row h4{
font-size: 30px;
}


.about-inner-row img{
border-radius: 50%;
}

.about-inner-row #social{
margin: 0;
}

.about-row ul.feature-post li{
list-style-type: none;
	text-align: center;
    width: calc(1/3 * 100% - 2%);
}


.about-row .feature-post h2{
text-align: center;
font-size: 14px;
}

.about-row .feature-post h2 a{
font-size: 14px;
}

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

.feat-block{
padding: 2% 2%;
}

.top-feat .feat-block{
padding: 0 2% 2% 2%;
}

.feat-block h3{
font-size: 32px;
}

.feat-block .see-more{
width: 100%;
	display: block;
text-align: right;
clear: both;
    font-family: 'Butler', TimesNewRoman, Serif;
text-transform: lowercase;
font-weight: 900;
color: #316476;
font-size: 24px;
text-decoration: none !important;
}


/* Block - Category Circles
--------------------------------------------- */

.block-feat{
background: #316476;
padding: 4% 2%;
}

.block-feat .wrap{
	display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.block-feat h3{
color: #fff;
font-size: 34px;
	margin: 0 auto 20px;
line-height: 1.2;
text-align: center;
	width: 100%;
}

.block-feat .feature-page{
    width: calc(1/6 * 100% - 2%);
text-align: center;
	transition: .5s;
}

.block-feat h2{
color: #fff;
	font-size: 16px;
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;
}

.block-feat a{
color: #fff;
text-decoration: none;
}

.block-feat img{
border-radius: 50%;
}

.block-feat .feature-page:hover{
        -webkit-transform: scale(.98);
        -ms-transform: scale(.98);
        transform: scale(.98);
}

/* Block - Reader Favorites
--------------------------------------------- */

.readers-favorites ul.feature-post li{
list-style-type: none;
	text-align: center;
    width: calc(1/6 * 100% - 1%);
}


.readers-favorites h3{
text-align: center;
}

.readers-favorites .feat-block .see-more{
display: none;
}


/*
Sidebar Misc
---------------------------------------------------------------------------------------------------- */

.sidebar .about{
background: #F9F8F3;
text-align: center;
font-size: 14px;
width: 100%;
	max-width: 400px;
	margin: 30px auto 0;
}

.sidebar .about img{
	border-radius: 50%;
	margin: -45px auto 10px;
width: 100%;
	max-width: 150px;
border: 10px solid #F9F8F3;
}

.sidebar .about a{
display: block;
background: #316476;
color: #fff;
padding: 5px;
    font-family: 'Butler', TimesNewRoman, Serif;
font-weight: 900;
	font-size: 18px;
}

.sidebar-newsletter{
background: #316476;
color: #fff;
text-align: center;
font-size: 15px;
	margin: 20px auto 0;
width: 100%;
	max-width: 400px;
	padding: 0 3% 10%;
}

.sidebar-newsletter h4{
color: #fff;
font-size: 34px;
}

.sidebar-newsletter img{
margin: -25px auto 10px;
	width: 100%;
	max-width: 130px;
}

.sidebar-newsletter .newsletter{
padding: 0 5%;
}

.sidebar-newsletter .newsletter input{
background: #245667;
border: none;
	color: #fff;
	font-size: 16px;
width: 100%;
clear: both;
display: block;
margin: 5px auto;
border: none;
}

.sidebar-newsletter .newsletter input[type="submit"],
.sidebar-newsletter .newsletter .button{
width: 100%;
clear: both;
display: block;
margin: 5px auto;
border: none;
background: #c37174;
}

.sidebar .featured-content .widget-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}

.sidebar .featured-content .entry{
    width: calc(1/2 * 100% - 2%);
	padding-bottom: 10px;
	float: none;
  margin: 0 auto 15px;
}

.sidebar .featured-content .entry-title,
.sidebar .featured-content .entry-title a{
font-size: 15px;
text-align: center;
}

.sidebar .widgettitle{
	width: 100%;
	text-transform: none;
letter-spacing: 0;
font-size: 22px;
}

/*
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;
	}

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

	.content {
		max-width: 650px;
	}

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

	.site-header .widget-area {
		width: 400px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 500px;
	}

	.sidebar-primary {
		width: 320px;
	}

}


@media only screen and (max-width: 1023px) {
	
	.site-header .wrap{
overflow: hidden;
}
	
	.site-header .title-area,
	.site-header.shrink .title-area{
float: none;
width: 60%;
		margin: 0 auto;
}
	
	.site-header.shrink .site-title a {
    min-height: 40px;
    width: 100%;
    float: none;
}

	.before-site,
	.nav-primary{
display: none;
}

	.header-image .site-title a{
		min-height: 40px;
	}
	
	.site-header .wrap{
		padding: 5px 10px;
	}

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


	.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;
	}
	
	.news-block .wrap{
		padding: 2% 4% 4%;
justify-content: center;
}
	
		.news-row:first-of-type,
	.news-row:nth-of-type(3n+2),
	.news-row,
	.footer-widgets-2 .foot-row:nth-of-type(1),
	.footer-widgets-2 .foot-row,
	.footer-widgets-2 .foot-row:nth-of-type(2){
width: 100%;
		text-align: center;
margin: 10px auto;
}
	
	.footer-widgets-2 .foot-row img{
		margin: 0 auto;
	}
	
	.footer-widgets-2 h4{
text-align: center;
}
	
.news-row:first-of-type img{
margin: 0 auto;
	display: block;
	max-width: 150px;
}
	
		.about-row,
	.about-row:first-of-type{
width: 100%;
margin: 10px auto;
}
	
	.feat-block,
	.feat-block h3{
		text-align: center;
	}
	
	.feat-block .see-more{
text-align: center;
}
	
	.feat-block{
padding: 4% 2%;
}
	
	ul.feature-post li {
    width: calc(1/2 * 100% - 3%);
margin: 0 auto 4%;
	}
	
	.block-feat .feature-page,
	.readers-favorites ul.feature-post li{
    width: calc(1/3 * 100% - 2%);
	margin: 0 auto 4%;
}
	
	.feat-logos{
justify-content: center;
}
	
	.feat-logo {
    width: calc(1/3 * 100% - 2%);
		padding: 2%;
	}
	
	.nav-secondary #social{
float: none;
	}

}
 

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

	.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%;
	}
    
    .archive .content .entry,
.search .content .entry{
	background: #fff;
    width: calc(1/2 * 100% - 2%);
    }
	
	.headline-search-box h1{
		font-size: 24px;
	}
	
	.headline-search-box .wp-block-search .wp-block-search__input{
		font-size: 15px;
	}
	
	.headline-search-box .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
padding: 10px 5px;
}
	
	.feature-post h2,
	.feature-post h2 a,
	.archive .content .entry-title, .archive .content .entry-title a, .search .content .entry-title, .search .content .entry-title a{
		font-size: 16px;
	}
    
	.about-inner-row:first-of-type,
	.about-inner-row{
		width: 100%;
		text-align: center;
	}
	
	.about-inner-row:first-of-type img{
width: 100%;
	max-width: 150px;
}
	
	.about-inner-row h4,
	.about-row h4,
	.feat-block h3,
	h3.related-title{
		font-size: 26px;
		text-align: center;
	}
	
	.about-inner-row #social{
margin: 5px auto;
}
	
	.about-row ul.feature-post li {
    width: calc(1/2 * 100% - 2%);
}
	
	.about-row ul.feature-post li:last-of-type{
display: none;
}
	
	.block-feat .feature-page, .readers-favorites ul.feature-post li {
    width: calc(1/2 * 100% - 2%);
}
	
	.nav-secondary .wrap{
text-align: center;
}
	

.related {
    width: calc(1/2 * 100% - 2%);
	}
	
	.related:last-of-type{
display: none;
}
	
}

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

.site-header{
position: relative;
}

.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: #444;
    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: #316476;
    font-size: 16px;
    z-index: 999;
    min-height: 100vh;
}

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



.side-menu #facebook,
.side-menu #pinterest,
.side-menu #instagram,
.side-menu #twitter,
.side-menu #contact,
.side-menu img{
    filter: brightness(0) invert(1);
}

.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: 14px;
    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;
}

.dashicons.close-icon {
    position: absolute;
    top: 7px;
    right: 5px;
    width: 30px;
    height: 30px;
    font-size: 30px;
}

.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 'Fontawesome';
		float: right;
		height: 16px;
		padding: 10px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
     position: absolute;
	}
	.slideout-menu .menu > .menu-item-has-children:before {
	color: #fff;
	}
 
	.slideout-menu .menu .menu-open.menu-item-has-children:before {
		content: "-";
	}
 
	.slideout-menu .menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		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;
	}
 
	.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%;
	}

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