/*
	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: #242424;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 20px;
    line-height: 1.5625;
    font-weight:  300;
	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: #9e2e6c;
	text-decoration: none;
	transition: .5s;
}

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

a:hover {
	color: #242424;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote a{
	color: #242424;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #242424;
	margin: 0 0 5px;
font-weight: 500;
line-height: 1.5;
}

h1 {
	font-size: 28px;
}
h2{
	font-size: 28px;
}

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

.single .content .entry-title{
font-size: 30px;
	letter-spacing: .5px;
font-weight: 700;
}

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

.archive .content .entry-title,
.search .content .entry-title,
.blog .content .entry-title{
	padding: 2%;
}

.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: 18px;
text-align: center;
}

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


h3 {
	font-size: 26px;
}

h4 {
	font-size: 24px;
}

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

.sidebar .widgettitle{
border-bottom: 1px solid #9E2E6C;
margin: 0 auto 5px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 20px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5{
font-weight: 700;
}

.entry-content h2{
font-size: 30px;
}

.entry-content h3{
font-size: 26px;
}

.entry-content h4{
font-size: 24px;
}

.entry-content h5{
font-size: 22px;
}

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

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

.wp-caption {
padding: 5px;
}

figcaption {
	color: #242424;
	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: #242424;
	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: #242424;
	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: #242424;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #556049;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	text-transform: uppercase;
	width: auto;
	font-weight: 600;
	letter-spacing: 2px;
	transition: .5s;
}

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

.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,
.blog .content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}

.archive .content .entry,
.search .content .entry,
.blog .content .entry{
	background: #fff;
    width: calc(1/3 * 100% - 4%);
	padding-bottom: 0;
	float: none;
  margin: 0 auto 25px;
	border: 1px solid #eee;
padding: 1%;
}

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

/* Primary Sidebar */

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

.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 {
	margin-bottom: 5px;
	font-size: 12px;
	color: #242424;
	width: 100%;
clear: both;
	padding: 5px 2%;
}

.breadcrumb a{
	color: #242424;
}

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

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


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

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

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

h1.archive-title{
    font-size: 24px;
text-transform: uppercase;
letter-spacing: 2px;
	margin: 0 auto 15px;
}

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

.catsub a{
	display: inline-block;
	margin: 5px;
	font-size: 14px;
border-radius: 25px;
padding: 10px 20px;
color: #fff;
}

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

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


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

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

.sidebar .widgettitle{
	display: block;
width: 100%;
}

.sidebar .featured-content .entry{
    width: calc(1/2 * 100% - 2%);
font-size: 14px;
text-align: center;
	padding: 0;
margin: 0 auto 15px;
}

.sidebar .featured-content .entry-header{
background: none;
padding: 0;
border: none;
}

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

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

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

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

.title-area {
	width: 30%;
}

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

.site-description {
	color: #242424;
	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/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: 120px;
width: 100%;
margin: 0px auto;
	position: relative;
z-index: 99;
}

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

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


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

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

.mobile-news a{
	display: block;
padding: 10px;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
}

.top-bar{
background: #9e2e6c;
width: 100%;
clear: both;
}

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

.top-bar-menu{
width: 60%;
text-align: left;
}

.top-bar-menu a{
color: #fff;
padding: 0 10px 0 0;
font-size: 16px;
}

.top-bar-social{
	width: 40%;
text-align: right;
}

.top-bar-social #social{
	float: right;
}

.top-bar #social li{
    filter: brightness(0) invert(1);
}


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

.nav-primary {
width: 70%;
margin: 0px auto;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 2px;
	color: #242424;
	font-weight: 600;
}

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

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

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

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

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

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

.search .search-form {
    text-align: center;
	padding: 5px;
}

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

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

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

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

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

.home .search .search-form:before {
    color: #fff;
}

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

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

.nav-secondary {
clear: both;
margin: 0px auto;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
	color: #242424;
border-top: 1px solid #602247;
border-bottom: 1px solid #602247;
	font-weight: 600;
}

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


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

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

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

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

.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;
	line-height:  1.9;
}

.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 ul,
.entry-content ol{
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: #242424;
	font-size: 11px;
	letter-spacing: .5px;
}

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

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

.single .content .entry-header{
border-bottom: 2px solid #9e2e6c;
	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;
}

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

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

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

.entry-foote .entry-meta a{
background: #9e2e6c;
color: #fff;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
padding: 5px 10px;
margin: 5px;
display: inline-block;
vertical-align: middle;
}



/* 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: #fff;
cursor: pointer;
display: inline-block;
padding: 4px 10px;	
	background: #602247;
}


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

}

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

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


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

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

.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-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    position: relative;
    z-index: 99;
    display: block;
    margin-bottom: 1em;
	position: relative;
}

.comment-header,
.author-box-title{
	text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
    color: #242424;
	font-size: 12px;
}

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

.comment-reply{
color: #fff;
background: #602247;
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: 1%;
	margin: 40px auto;
}

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

#respond h3#reply-title{
	font-size: 24px;
	color: #fff;
margin-bottom: 20px;
}

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

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

.comment-respond form{
background: none;
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;
}


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

.footer-items{
text-align: center;
margin: 25px auto 0;
}

.footer-items .footer-logo,
.footer-items .footer-social{
margin: 0 auto 15px;
}

.footer-items .footer-menu a{
color: #242424;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
padding: 5px 15px;
font-size: 12px;
}

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

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

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

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

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

.site-footer .to-top{
	text-align: center;
display: block;
	margin: 15px auto 0;
}


/* 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: 16px;
	font-weight: 600;
	line-height: 24px;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}

.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: #242424;
	display: block;
	font-size: 16px;
	font-style: italic;
	margin-top: -25px;
	text-align: inherit;
	text-transform: none;
}

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


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

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

.entry-content .alignfull .wp-block-group__inner-container{
width: 100%;
max-width: 1240px;
margin: 0 auto;
}


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

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

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

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

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

 .newsletter input[type="submit"],
.newsletter button{ 
background: #556049;
padding: 14px; 
margin: 0 5px;
	width: 38%;
 color: #fff; 
display: block;
 }

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

.newsletter .ml-form-embedPermissionsContent{
	width: 100%;
	display: block;
}

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

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

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

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

#instagram,
#facebook,
#pinterest,
#youtube,
#twitter,
#linkedin,
#instagram2{
width: 30px;
height:30px;
transition:  .5s;
}

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

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

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

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

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

#linkedin {
background: url(images/linkedin.svg) center no-repeat ;
background-size: 25px 25px;
left: 200px;
}

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

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

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


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

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

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

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

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

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

.has-plumb-background-color {
    background-color: #602247 !important;
}

.has-plumb-color {
    color: #602247 !important;
}

.has-plumb-color a{
    color: #602247 !important;
}


.has-dark-pink-background-color {
    background-color: #9e2e6c !important;
}

.has-dark-pink-color {
    color: #9e2e6c !important;
}

.has-dark-pink-color a{
    color: #9e2e6c !important;
}

.has-light-pink-background-color {
    background-color: #f5ecf1 !important;
}

.has-light-pink-color {
    color: #f5e9ef !important;
}

.has-light-pink-color a{
    color: #f5e9ef !important;
}


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

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

.has-dark-green-color a{
    color: #556049 !important;
}


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

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

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


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

.page-template-homepage .site-inner,
.page-template-full-width .site-inner{
width: 100%;
max-width: 100%;
padding: 0;
}

.feature-pages-block,
.newsletter-block,
.about-block,
.latest-post-block,
.headline-bar-block,
.feature-post-menu-block,
.feature-post-block,
.headline-bar-block,
.podcast-bar{
	width: 100%;
	clear: both;
}

.feature-pages-block .wrap,
.newsletter-block .wrap,
.about-block .wrap,
.latest-post-block .wrap,
.headline-bar-block .wrap,
.feature-post-menu-block .wrap,
.feature-post-block .wrap,
.headline-bar-block .wrap,
.podcast-bar .wrap{
	position: relative;
overflow: hidden;
	padding: 2% 2%;
}

.feature-post-menu-block .wrap,
.feature-post-block .wrap{
padding: 4% 2%;
}

.feature-pages-block a,
.newsletter-block a,
.about-block a,
.latest-post-block a,
.headline-bar-block a,
.feature-post-menu-block a,
.feature-post-block a,
.headline-bar-block a,
.podcast-bar a{
text-decoration: none;
}


.feature-pages-row img,
ul.latest-posts li img,
.archive .content .entry img,
.search .content .entry img,
.blog .content .entry img{
	transition: .5s;
}

.feature-pages-row:hover img,
ul.latest-posts li:hover img,
.archive .content .entry:hover img,
.search .content .entry:hover img,
.blog .content .entry:hover img{
opacity: .7;
}

.latest-post-block h2,
.feature-post-menu-block h2,
.feature-post-block h2{
	text-align: center;
	text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
	font-size: 26px;
	margin: 0 auto 25px;
}


/* Feature Page Block
------------------------------------------------------ */

.feature-pages-block{
padding: 0 2% 4%;
}

.feature-pages-block .wrap{
display: flex;
flex-direction: row;
justify-content: space-between;
text-align: center;
	padding: 0;
}

.feature-pages-row{
    width: calc(1/4 * 100% - 2%);
}

.feature-pages-row h2{
	transition: .5s;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
font-size: 20px;
	padding: 10px;
	color: #fff;
margin: -55px auto 0;
position: relative;
background: #602247;
	background: rgba(61, 35, 53, 0.85) 0 85%;
}

.feature-pages-row:hover h2{
background: #602247;
}


/* Newsleter Block
------------------------------------------------------ */

.newsletter-block{
background: #9E2E6C;
}

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

.newsletter-row{
padding: 0 2%;
	width: 40%;
}

.newsletter-block p{
	margin-bottom: 0;
color: #fff;
font-size: 14px;
	letter-spacing: .5px;
font-weight: 400;
}


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

.about-block{
background: #f5ecf1;
}

.about-block .wrap{
display: flex;
flex-direction: row;
justify-content: space-between;
	overflow: visible;
	padding: 2% 2% 0;
margin: 0 auto 60px;
}

.about-row-1{
width: 70%;
display: flex;
	flex-direction: row;
justify-content: space-between;
	padding: 0 2% 0 0;
}

.about-img{
width: 40%;
	max-width: 350px;
background: #fff;
padding: 10px 10px 10px;
    transform: rotate(-4deg);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
	margin-bottom: -50px;
	position: relative;
}

.about-img:after{
content: '';
background: url(/wp-content/themes/pmd-danavento/images/hey-txt.svg) center no-repeat;
background-size: contain;
width: 200px;
height: 53px;
display: block;
	float: right;
}

.about-info{
width: 60%;
	padding: 0 4%;
}

.about-row-1 .button{
background: #9E2E6C;
font-size: 14px;
}

.about-block h2{
	text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
	font-size: 24px;
}

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

.about-row-2 .button{
	display: block;
margin: 10px auto;
	text-align: center;
}


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

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

ul.latest-posts li{
list-style-type: none;
    width: calc(1/4 * 100% - 2%);
	margin: 0 auto 25px;
}

ul.latest-posts li h3{
padding: 2%;
}

ul.latest-posts li h3,
ul.latest-posts li h3 a{
color: #242424;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 16px;
font-weight: 500;
}


/* Headline Bar Block
------------------------------------------------------ */

.headline-bar-block{
background: url(/wp-content/themes/pmd-danavento/images/travel-bkg.svg) center no-repeat;
background-size: cover;
}

.headline-bar-block .wrap{
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
text-align: center;
}

.headline-bar-row-1{
margin-right: 2%;
}

.headline-bar-row-1 img{
	width: 100%;
	max-width: 80px;
}

.headline-bar-row-2 img{
width: 100%;
max-width: 400px;
	display: block;
margin: 0 auto 0px;
}

.headline-bar-row-2 p{
	margin: 0 auto;
}

.headline-bar-row-2 a{
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
font-weight: 500;
}


/* Feature Post Menu Block
------------------------------------------------------ */

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

ul.feature-post li{
list-style-type: none;
    width: calc(1/3 * 100% - 2%);
	margin: 0 auto 25px;
}

ul.feature-post li:nth-of-type(4n+4){
display: none;
}

ul.feature-post li h3{
	padding: 2%;
}

ul.feature-post li h3,
ul.feature-post li h3 a{
color: #242424;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 16px;
font-weight: 500;
}

.feature-post-menu-row{
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
	margin: 0 auto 45px;
}

.feature-post-menu-row a{
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
padding: 8px 15px;
background: #9E2E6C;
color: #fff;
font-size: 14px;
margin: 0 5px;
}

.feature-post-menu-row a:hover{
	background: #602347;
}

.see-more-btn{
width: 100%;
text-align: center;
font-size: 14px;
}



/* Feature post Block
------------------------------------------------------ */

.feature-post-block{
background: #f5ecf1;
}

.feature-post-block ul.feature-post li{
list-style-type: none;
    width: calc(1/4 * 100% - 2%);
}

.feature-post-block ul.feature-post li:nth-of-type(4n+4){
display: block;
}

.feature-post-block ul.feature-post li h3,
.feature-post-block ul.feature-post li h3 a{
color: #242424;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
font-weight: 500;
}


/* Solid Block
------------------------------------------------------ */

.solid-box{
width: 100%;
clear: both;
padding: 4%;
margin: 0 auto 25px;
background: #602347;
color: #fff;
}


.solid-box a{
	color: #fff;
}

/* Outline Block
------------------------------------------------------ */

.outline-box{
width: 100%;
clear: both;
padding: 4%;
margin: 0 auto 25px;
	border: 2px solid #F5EBF1;
}



/* Podcast Bar 
------------------------------------------------------ */

.podcast-bar{
background: #9E2E6C url(/wp-content/themes/pmd-danavento/images/travel-bkg.svg) center no-repeat;
background-size: cover;
}

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

.podcast-row-1{
margin-right: 2%;
}

.podcast-row-1 img{
	width: 100%;
	max-width: 80px;
}

.podcast-row-2{
	width: 40%;
}

.podcast-row-2 img{
width: 100%;
max-width: 500px;
	display: block;
margin: 0 auto;
}


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

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

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

.sidebar-bio{
width: 100%;
max-width: 400px;
margin: 0 auto 25px;
text-align: center;
font-size: 14px;
}

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

.sidebar-img{
	width: 45%;
	padding: 0 1%;
	transform: rotate(-2deg);
}

.sidebar-info{
	width: 55%;
	padding: 0 2%;
}

.sidebar-bio img{
background: #fff;
padding: 5px 5px 20px;
width: 100%;
max-width: 180px;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
}

.sidebar-bio h4{
	text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
font-size: 16px;
	display: block;
	width: 100%;
}

.sidebar-bio .button{
	display: block;
	width: 100%;
	font-size: 12px;
padding: 8px 2px;
margin: 0 auto;
}

/*
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{
    -webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.08);
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.08);
			border: none;
    position: sticky;
    top: 0;
    z-index: 9999;
}

	.site-header .wrap{
overflow: hidden;
		padding: 5px 10px;
}
	
	.site-header .title-area{
float: none;
width: 50%;
		margin: 0 auto;
}
	
	.top-bar,
	.nav-secondary,
	.nav-primary{
display: none;
}

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

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

	.mobile-news{
		display: block;
	}
	
		.feature-pages-row h2{
		font-size: 14px;
	}

}

@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 .to-top{
width: 100%;
margin:  10px auto;
}

	.wp-block-columns{
padding: 0 4%;
}
	
		
	.newsletter-block .wrap,
	.about-block .wrap,
	.feature-post-menu-block .wrap, .feature-post-block .wrap{
		padding: 40px 4%;
	}
	
		.feature-pages-row {
    width: calc(1/2 * 100% - 2%);
		margin: 0 auto 25px;
	}
	
		
	.feature-pages-block .wrap,
	.newsletter-block .wrap,
	.about-block .wrap,
	.feature-post-menu-row{
		flex-wrap: wrap;
	}
	
	.about-row-1,
	.about-row-2,
	.newsletter-row{
		width: 100%;
		margin: 10px auto;
padding: 0;
		text-align: center;
	}
	
	
	.feature-pages-row h2{
		font-size: 14px;
		margin: -5px auto 0;
		background: #602347;
padding: 15px 5px;
	}
	
	.about-row-1 .about-img{
		margin: 0 auto;
	}

    ul.latest-posts li,
	ul.feature-post li,
	.feature-post-block ul.feature-post li{
    list-style-type: none;
    width: calc(1/2 * 100% - 2%);
	}
	
	
ul.feature-post li:nth-of-type(4n+4){
		display: block;
	}
	
	.feature-post-menu-row a{
margin: 5px;
}

}
 

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

    
	.blog .content .entry,
    .archive .content .entry,
.search .content .entry{
    width: calc(1/2 * 100% - 2%);
    }
	
	.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,
		ul.latest-posts li h3, ul.latest-posts li h3 a,
	ul.feature-post li h3, ul.feature-post li h3 a{
		font-size: 14px;
	}
	
	.feature-post-menu-row a{
width: 100%;
		text-align: center;
margin: 5px auto;
}
	
	.feature-pages-row h2{
		font-size: 12px;
	}
	
	.newsletter form{
flex-wrap: wrap;
}
	
	.newsletter input[type="text"], .newsletter input[type="email"],
	.newsletter input[type="submit"], .newsletter button{
width: 100%;
		margin: 5px auto;
}
	
	.about-row-1{
		flex-wrap: wrap;
	}
	
	.about-row-1 .about-img{
		width: 100%;
		max-width: 250px;
		transform: rotate(0);
	}
	
	.about-info{
width: 100%;
	padding: 0;
	margin: 15px auto;
}
	
		.headline-bar-block,
	.podcast-bar{
		padding: 20px 4%;
	}
    
	
	.headline-bar-block .wrap{
flex-wrap: wrap;
}
	
	.headline-bar-row-1{
margin: 0 auto 10px;
}
	
	.headline-bar-row-1 img,
	.podcast-row-1 img{
		width: 100%;
		max-width: 45px;
	}
	
	.headline-bar-row-2 img,
	.podcast-row-2 img{
width: 100%;
margin: 0 auto;
		max-width: 250px;
}
	
	.see-more-btn .button{
display: block;
}
	
	.latest-post-block h2, .feature-post-menu-block h2, .feature-post-block h2{
		font-size: 22px;
	}
	
	.podcast-bar .wrap{
flex-wrap: wrap;
}
	
	.podcast-row-1,
	.podcast-row-2{
width: 100%;
	}
	
	.single .content .entry-title{
		font-size: 24px;
	}
	
	.mobile-news{
font-size: 12px;
}
	
    
}

/* 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: #242424;
    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: 320px;
    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: #602247;
    font-size: 16px;
    z-index: 999;
    min-height: 100vh;
	padding-bottom: 100px;
}


.side-menu img,
.side-menu #social li {
    filter: brightness(0) invert(1);
}

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


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

.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;
		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: #9e2e6c;
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%;
	}

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