/*
	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
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- 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: 'RunWild';
	src: url('webfont/run-wild.eot');
	src: url('webfont/run-wild.eot?#iefix') format('embedded-opentype'),
             url('webfont/run-wild.woff2') format('woff2'),
	     url('webfont/run-wild.woff') format('woff'),
	     url('webfont/run-wild.ttf') format('truetype'),
	     url('webfont/run-wild.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
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: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.7625;
}

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: #ed0a91;
	text-decoration: none;
	transition: .5s;
}

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

a:hover {
	color: #455777;
}

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

strong {
	font-weight: 700;
}

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

blockquote {
	color: #fff;
}

blockquote {
	margin: 40px 40px 24px;
	padding: 4%;
	background: #ed0a91;
}



.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

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

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

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

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

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

.category .content .entry-title,
.category .content .entry-title a,
.tag .content .entry-title,
.tag .content .entry-title a,
.search .content .entry-title,
.search .content .entry-title a{
	font-size: 28px;
	text-align: left;
}

.single .content .entry-title,
.page .content .entry-title{
	text-align: center;
	letter-spacing: .5px;
font-size: 38px;
}

.blogpage .content .entry-title,
.blogpage .content .entry-title a{
	font-size: 28px;
	text-align: left;
}

.single .entry-header::after {
	border-bottom: 5px solid #EC038D;
	content: "";
	display: block;
	margin: 0 auto 20px;
	padding-bottom: 20px;
	width: 15%;
}

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


h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

.widgettitle{
color: #455777;
    text-align: left;
	font-size: 15px;
	text-transform: uppercase;
letter-spacing: 1px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.content h2{
    font-size: 26px;
}

/* 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 #ddd;
	color: #444;
	font-size: 12px;
	padding: 10px;
	width: 100%;
	box-shadow: none;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],

.button,

.entry-content .button {
	background-color: #ed0a91;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	text-transform: uppercase;
	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: #455777;
}

.entry-content .button:hover {
	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-top: 40px;
}

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

.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%;
	float: none;
	margin: 0 auto;
}

.single .content,
.blogpage .content,
.category .content,
.tag .content,
.search .content{
	width: 100%;
	float: none;
	margin: 0 auto;
	max-width: 900px;
}

/* 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 input[type="submit"] {
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	position: absolute;
	width: 0px;
}

.sticky {
}

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

}

img.centered,
.content .entry .aligncenter {
	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;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.archive-description {
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;
}

.archive-description:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5);
}

.archive-description .wrap {
    position: relative;
    z-index: 1;
    color: #fff;
}

h1.archive-title {
    text-transform: uppercase;
    font-size: 40px;
    font-size: 4rem;
	color: #fff;
	letter-spacing: 1px;
}

.intro-text {
	font-size: 18px;
    font-size: 1.8rem;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	margin-bottom: 4px;
}


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

.author-box .avatar {
	margin-right: 24px;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

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

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 20px 0;
}

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

.title-area {
	float: left;
	padding: 16px 0;
	width: 320px;
}

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

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.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: 87px;
width: 240px;
float: left;
margin: 0px auto;
}

/* Shrinking Header
--------------------------------------------- */

.site-header {
}

.title-area {
	padding-top: 16px;
	padding-bottom: 0;
}


.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

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

.site-header.shrink {
	position: fixed;
	width: 100%;
	z-index: 9999;
     -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);
}

.shrink .wrap {
	min-height: 70px;
	padding: 0;
}

.shrink .site-title {
	font-size: 20px;
	padding-top: 3px;
}

.header-image .shrink .site-title {
	padding: 0;
}

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

.shrink .site-title a {
	background-size: 137px 50px !important;
}



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

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

.site-header .widget-area {
	float: right;
	width: 700px;
}

.site-header .widget-area {
	padding: 15px 0;
}

.site-header.shrink .widget-area {
	padding: 10px 0;
}


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



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

.site-header {
margin: 0px auto;
font-size: 12px;
}

.site-header .menu{
	text-align: right;
	text-transform: uppercase;
letter-spacing: 2px;
font-size: 18px;
	color: #455777;
	font-weight: 600;
	width: 60%;
	float: right;
}

.site-header .menu-item {
	display: inline-block;
	text-align: left;
}

.site-header .menu-item a {
	border: none;
	color: #455777;
	display: block;
	padding: 3px 10px;
	position: relative;
	transition: .5s;
}

.site-header .menu-item a:hover {
	color: #ed0a91;
}

.site-header .current-menu-item > a {
	color: #455777;
}

.site-header .sub-menu {
background: #455777;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

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

.site-header .sub-menu a:hover {
background: #586f98;
}

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

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

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

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

.nav-primary {
clear: both;
margin: 0px auto;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
}

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

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

.nav-primary a {
	border: none;
	color: #444;
	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: #444;
}

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

.nav-primary .sub-menu{
border: 1px solid  #4da1a7;
	color: #a0a0a0;
background: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

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

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

.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 > .rss > a {
	margin-left: 48px;
}

.nav-primary > .search {
	padding: 14px 0 0;
}

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

.nav-secondary {
clear: both;
margin: 0px auto;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
	color: #444;
}

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


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

.nav-secondary .sub-menu{
border: 1px solid  #4da1a7;
	color: #444;
background: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

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

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

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

/*
Mobile Content
---------------------------------------------------------------------------------------------------- */

.mobile-content {
	background: #fff;
     -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);
width: 100%;
clear: both;
margin: 0px auto;
font-size: 13px;
	text-transform: uppercase;
    margin: 0px auto 0;
	display: none;
	position: fixed;
	z-index: 9999;
	min-height: 40px;
	top: 0;
}

.mobile-content .wrap{
text-align: left;
margin: 0px auto;
	padding: 0 4%;
	overflow: hidden;
}

.mobile-content .menu{
	padding-top: 20px;
}

.mobile-content .menu-item {
	display: inline-block;
	text-align: center;
}

.mobile-content .menu-item a {
	border: none;
	color: #37393B;
	display: block;
    padding: 8px 20px;
	position: relative;
}

.mobile-content > .menu-item > a {
	text-transform: uppercase;
}

.mobile-content .menu-item a:hover,
.mobile-content .current-menu-item > a {
	color: #0d4266;
}

.mobile-content .menu-item a:hover{
color: #ed8d98;
}

.mobile-content .sub-menu{
	color: #37393B;
	background: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
text-align: left;
}

.mobile-content .sub-menu a{
	color: #37393B;
background: none !important;
	padding: 10px 10px;
	position: relative;
	width: 200px;
}

.mobile-content .sub-menu a:hover {
	color: #37393B;
}

.mobile-content .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

.mobile-content .menu-item:hover {
	position: static;
}

.mobile-content .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.mobile-content > .first > a {
	padding-left: 0;
}

.mobile-content > .last > a {
	padding-right: 0;
}

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

.mobile-content > .right > a {
	display: inline;
	padding: 0;
}

.mobile-content > .rss > a {
	margin-left: 48px;
}

.mobile-content li{
	list-style-type: none !Important;
}

.mobile-content > .search {
	padding: 14px 0 0;
}

.mobile-content .mobile-search{
	width: 100%;
	clear: both;
	margin: 15px auto;
}

.mobile-search input[type="search"]{
	padding: 8px;
}

.logo{
	max-width: 120px;
	margin: 15px 0 0 20px;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */

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

.entry {
	margin-bottom: 40px;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: .5px;
}

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

.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: #999;
	font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
	display: none;
}

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

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

.entry-footer .entry-meta {
	margin: 20px auto;
padding: 2%;
background: #f5f5f5;
text-align: center;
display: none;
}

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

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



.archive-pagination li a:hover,
.archive-pagination li.active a {
color: #ed0a91;

}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.entry-comments {
	padding: 40px;
	clear: both;
	border: 2px dotted #eee;
}

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

.comment-respond a,

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.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: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	border-right: none;
}

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

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

.bypostauthor {
}

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

.entry-comments{
padding: 4%;
border-radius: 10px;
}

.entry-comments h3{
	font-size: 28px;
	text-transform: uppercase;
letter-spacing: 2px;
	text-align: center;
	position: relative;
z-index: 1;
color: #444;
}

.entry-comments h3:after{
    background: #bd1d5d;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
	width: 15%;
margin: 0 auto ;
}

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

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

.comment-reply{
color: #fff;
background: #bd1d5d;
padding: 2px;
width: 60px;
font-size: 10px;
	text-transform: uppercase;
letter-spacing: 2px;
	text-align: center;
}

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

.comment-respond{
	background: #f5f5f5;
	padding: 4%;
	margin: 40px auto;
border-radius: 10px;
}


/*
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 {
	background-color: #455777;
	color: #fff;
	clear: both;
}

.footer-widgets-1{
	width: 33%;
	padding: 2%;
	display: inline-block;
	vertical-align: middle;
}

.footer-widgets-2{
	width: 24%;
	display: inline-block;
	vertical-align: middle;
padding: 2%;
}

.footer-widgets-3{
	width: 40%;
	display: inline-block;
	vertical-align: middle;
padding: 2%;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
}

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

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

.footer-widgets .menu-item{
	display: inline-block;
	vertical-align: middle;
font-size: 14px;
letter-spacing: 1px;
color: #fff;
	padding: 0 1%;
	text-align: center;
	text-transform: uppercase;
letter-spacing: 2px;
}

.footer-widgets .widget-title{
	text-align: left;
font-size: 22px;
}

/*
Back to Top Button
--------------------------------------------- */
.topButton{
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	padding-top: 5px;
	background-color: #455777;
	color: #fff;
	opacity:0.6;
	text-decoration: none;
	text-align: center;
	z-index: 9999;
}

.topButton:hover{
	opacity:1;
	color: #fff;
	transition:1s;
}

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

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

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

}

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


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

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

.newsletter{ 
margin: 0 auto;
 } 

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

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

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

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

#social{
margin: 0px auto;
position:relative;
width: 105px;
height:25px;
}

.site-header #social{
	float: right;
	margin: 4px 0 0 25px;
}

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

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

#facebook {
background: url(images/facebook.png) center no-repeat ;
background-size: 25px 25px;
left: 0px;
width: 25px;
height: 25px;
}


#facebook:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#instagram {
background: url(images/instagram.png) center no-repeat ;
background-size: 25px 25px;
left: 40px;
width: 25px;
height: 25px;
}


#instagram:hover {
filter:alpha(opacity=80); opacity:0.8;
}

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


#pinterest:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#social2{
margin: 20px auto;
position:relative;
width: 160px;
height:40px;
}

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

#social2 li, #social2 a{
height:40px;
display:block;
}

#facebook2 {
background: url(images/facebook2.png) center no-repeat ;
background-size: 40px 40px;
left: 0px;
width: 40px;
height: 40px;
}


#facebook2:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#instagram2 {
background: url(images/instagram2.png) center no-repeat ;
background-size: 40px 40px;
left: 60px;
width: 40px;
height: 40px;
}


#instagram2:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#pinterest2 {
background: url(images/pinterest2.png) center no-repeat ;
background-size: 40px 40px;
left: 120px;
width: 40px;
height: 40px;
}


#pinterest2:hover {
filter:alpha(opacity=80); opacity:0.8;
}



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


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

.home .site-inner{
max-width: 100%;
padding-top: 0;
}

#home-photo,
#home-featured,
#home-about,
#home-podcast,
#home-newsletter,
#home-boxes,
#home-testimonial{
	width: 100%;
	clear: both;
overflow: hidden;
padding: 5% 2%;
	font-size: 19px;
	font-weight: 300;
}

#home-photo{
background: url(images/kellytop2.jpg) center center no-repeat;
background-size: cover;
	position: relative;
	height: 70vh;
padding: 8% 2%;
}

.home-photo{
	padding: 4% 6%;
	background: #fff;
	float: right;
	width: 60%;
}

.home-photo img{
	display: none;
}

.home-photo h2,
.home-featured h2,
#home-about h4,
#home-boxes h4,
#home-testimonial h4{
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 38px;
color: #455777;
}

.home-photo a,
.home-featured a,
.home-podcast a,
.home-about a{
	display: block;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 15px;
background: #ed0a91;
	padding: 10px 20px;
	width: 220px;
	margin: 25px 0 0 0;
	text-align: center;
}

.home-about a{
	width: 250px;
}

.home-podcast a{
	width: 280px;
}

#home-featured{
	background: #455777;
	color: #fff;
text-align: left;
	position: relative;
	padding: 4% 0 0 0;
}

.home-featured{
	padding: 0 2%;
}

#home-featured::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    float: none;
    height: 200px;
    margin: 0 0 -70px;
    position: relative;
    transform: skew(0deg, -4deg);
    width: 100%;
	z-index: 1;
}

#home-featured .widget:nth-of-type(1){
	float: right;
width: 35%;
}

#home-featured .widget:nth-of-type(2){
	float: leftt;
width: 60%;
}

#home-featured img{
	border: 10px solid #fff;
	margin-bottom: -80px;
	z-index: 999;
	position: relative;
}

#home-featured h4{
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 38px;
 padding: 6px;
	background: #fff;
    color: #ed0a91;
    text-align: left;
	width: auto;
    display: inline;
    box-decoration-break: clone;
    box-shadow: 20px 0 0 #fff, -18px 0 0 #fff;
}

.home-about{
position: relative;
}

#home-about .widget:nth-of-type(1){
	float: left;
max-width: 50%;
	position: relative;
z-index: 98;
}

#home-about .widget:nth-of-type(2){
	float: right;
width: 60%;
	position: absolute;
z-index: 99;
right: 0;
	background: #fff;
	padding: 4%;
    margin: 3% auto;
}

#home-podcast{
	padding: 0;
background: #455777;
	text-align: left;
}

#home-podcast .wrap{
	width: 100%;
	max-width: 100%;
}

.home-podcast{
	max-width: 100%;
	color: #fff;
	text-align: left;
    display: table;
    width: 100%;
}

.home-podcast .widget{
	display: inline-block;
	vertical-align: middle;
    display: table-cell;
}

.home-podcast .widget:nth-of-type(1){
	width: 40.96%;
	padding: 4% 2%;
	margin-left: 10%;
}

.home-podcast .widget:nth-of-type(2){
	width: 49.96%;
	background: url(images/kellypodcast.jpg);
background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

#home-podcast h4{
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 38px;
color: #fff;
}

.home-podcast h4 span{
	font-family: 'RunWild';
text-transform: none;
font-size: 34px;
	font-weight: normal;
	display: block;
	line-height: 1.2;
}

.home-podcast img{
object-fit: cover;
width: 100%;
}

#home-boxes{
	text-align: center;
}

.home-boxes{
    display: table;
    width: 100%;
}

.home-boxes h5{
	font-size: 19px;
}

.home-boxes .widget:first-of-type{
margin: 0 auto 25px;
}

.home-boxes .widget:nth-of-type(2),
.home-boxes .widget:nth-of-type(3),
.home-boxes .widget:nth-of-type(4){
	display: inline-block;
	vertical-align: middle;
	width: 31%;
	margin: 0 1%;
	padding: 5% 2%;
	color: #fff;
	text-align: center;
font-size: 14px;
	position: relative;
    display: table-cell;
	border: 10px solid #fff;
}

.home-boxes .widget:nth-of-type(2){
	background: url(images/box1.jpg) center no-repeat;
background-size: cover;
}

.home-boxes .widget:nth-of-type(3){
	background: url(images/box2.jpg) center no-repeat;
background-size: cover;
}
.home-boxes .widget:nth-of-type(4){
	background: url(images/box3.jpg) center no-repeat;
background-size: cover;
}

.home-boxes .widget:nth-of-type(2):before,
.home-boxes .widget:nth-of-type(3):before,
.home-boxes .widget:nth-of-type(4):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: rgba(0,0,0,.7);
    z-index: 98;
}


#home-boxes .widget:nth-of-type(2) h4,
#home-boxes .widget:nth-of-type(3) h4,
#home-boxes .widget:nth-of-type(4) h4{
	font-size: 24px;
color: #fff;
	position: relative;
z-index: 99;
}

#home-boxes p,
#home-boxes a{
	position: relative;
z-index: 99;
}

#home-boxes a{
	display: block;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 14px;
background: #ed0a91;
	padding: 10px 10px;
	width: 200px;
	margin: 10px auto 0;
	text-align: center;
}

#home-boxes a:hover{
background: #455777;
}

#home-newsletter{
background: #ed0a91;
text-align: center;
color: #fff;
	padding: 4% 6%;
}

#home-newsletter h4{
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 38px;
color: #fff;
}

#home-newsletter h5{
	font-family: 'RunWild';
text-transform: none;
font-size: 34px;
	font-weight: normal;
	display: block;
	line-height: 1.2;
color: #fff;
	margin: 0 auto 45px;
}

#home-newsletter input[type="text"],
#home-newsletter input[type="email"]{ 
background: #fff;
width: 100%; 
padding: 12px; 
margin: 0 .5%;
 display: inline-block; 
	vertical-align: middle;
}

#home-newsletter input[type="submit"],
#home-newsletter button{ 
background: #455777;
	border: 1px solid #455777;
width: 100%; 
padding: 12px; 
margin: 0;
 display: inline-block; 
	vertical-align: middle;
 }

#home-newsletter input[type="submit"]:hover,
#home-newsletter button:hover{ 
background: #fff;
	color: #455777;
}

.home-testimonial{
	max-width: 1000px;
	margin: 0 auto;
}

#home-testimonial h4{
	text-align: left;
	position: relative;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px 10px 70px;
    margin: 0 0 -120px 50px;
	line-height: 1.2;
}

#home-testimonial h4:before{
	content: open-quote;
    display: block;
    height: 0;
    line-height: 0;
    left: -10px;
    position: absolute;
    top: 90px;
    color: #b2bdd0;
    font-weight: 300;
    font-size: 4.4em;
    font-family: Georgia,Times,"Times New Roman",serif;
}

.owl-carousel .owl-item p:first-of-type{
	padding: 10% 0 0 0;
}

.owl-carousel .owl-item img{
    margin: -100px 0 0 70px;
}

.more-link {
    display: block;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    background: #ed0a91;
    padding: 10px 20px;
    width: 200px;
    margin-top: 15px;
    text-align: center;
	overflow: hidden;
	text-decoration: none !important;
}

.about{
	background: #f5f5f5;
}

.about .entry-title{
display: none;
}

.about b{
color: #455777;
	font-size: 20px;
}

.about .content{
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
padding: 5%;
	margin: 40px auto 40px;
}

.about .content img{
	max-width: 400px;
	margin: -100px -50px 55px 55px;
}

.about .content h4{
	color: #ed0a91;
	font-family: 'RunWild';
text-transform: none;
font-size: 54px;
	font-weight: normal;
	display: block;
	line-height: 2;
	margin: -20px auto 40px;
}

.about .content .entry-content ul{
	margin: 0 auto;
}

.about .entry-content ul li{
	list-style-type: none;
border-bottom: 1px solid #fff;
padding: 10px 5px;
	color: #fff;
}

.about .aboutmore h4,
.about .aboutelse h4{
	color: #fff;
line-height: 1.7;
	margin: 0 auto 20px;
}

.about .aboutmore{
background: #b2bdd0;
padding: 2% 4% 4%;
	margin: 0 auto 60px;
}

.about .aboutelse{
background: #455777;
padding: 2% 4% 4%;
	color: #fff;
	margin: 0 auto 60px;
}

.col-md-4{
	padding: 2% !important;
}



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

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

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

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

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}


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

	body {
		background-color: #fff;
	}

	.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,
	.title-area,
	.wrap {
		width: 100%;
	}

	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget {
		padding: 0;
	}
	.site-header .search-form {
		float: none;
	}

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


	.site-header .search-form {
		margin: 16px auto ;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.content {
		max-width: 100%;
	}
	

.home-featured,
	.home-about,
	.home-podcast,
	.home-testimonial,
	.home-boxes{
		width: 100%;
		overflow: hidden;
padding: 2% 4%;
		float: none;
	}
	
		.home-boxes{
		width: 100%;
		clear: both;
margin: 0 auto;
		overflow: hidden;
			display: block;
	}
	
	#home-boxes a{
		width: 100%;
	}

		
	.home-boxes .widget:nth-of-type(2), .home-boxes .widget:nth-of-type(3), .home-boxes .widget:nth-of-type(4){
display: inline-block;
		border: none;
		width: 30%;
vertical-align: top;
}
	
	.mobile-content{
		display: block;
	}
	
	.site-header.shrink,
	.site-header {
display: none !important;
}
	
	.site-inner{
	padding-top: 75px;
}
	.home .site-inner{
padding-top: 50px;
}
	
	.archive-title {
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
}
	
	.footer-widgets,
	.footer-widgets .widgettitle{
		text-align: center;
	}
	
}

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

.single .content{
padding: 2% 5%;
}
	
	#home-photo{
		height: auto;
		background: none;
	}
	
	.home-photo{
		position: relative;
left: auto;
		right: auto;
		bottom: auto;
		width: 100%;
clear: both;
	}
	
	.home-photo img{
		display: block;
		margin: 0 auto 10px;
	}
	
	#home-featured:after{
		display: none;
	}
	
	#home-featured img{
margin: 0 auto 20px;
		max-width: 400px;
display: block;
}
	
	#home-featured .widget:nth-of-type(1),
	#home-featured .widget:nth-of-type(2),
	#home-about .widget:nth-of-type(1),
	#home-about .widget:nth-of-type(2),
	.home-podcast .widget:nth-of-type(1),
	.home-podcast .widget:nth-of-type(2){
		float: none;
width: 100%;
		margin: 0 auto;
		display: block;
		position: relative;
top: auto;
		right: auto;
		max-width: 100%;
	}
	
	.home-podcast .widget:nth-of-type(2){
		min-height: 250px;
	}

		#home-testimonial h4{
		margin: 0 auto;
	}

	.owl-carousel .owl-item p:first-of-type{
		padding: 2%;
	}
	
	.home-featured{
    text-align: center;
}
	
	.home-photo h2, .home-featured h2, #home-about h4, #home-boxes h4, #home-testimonial h4,
	#home-podcast h4,
	#home-newsletter h4,
	#home-testimonials h4{
		font-size: 28px;
	}
	
	#home-featured h4{
    line-height: 2;
text-align: center;
		font-size: 28px;
	}
	
	.home-photo a, .home-featured a, .home-podcast a, .home-about a{
		margin: 15px auto;
	}
	
	.about .content img{
		float: none;
margin: 0 auto 40px;
		display: block;
	}
	
}
 

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

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}
	
	.home-boxes .widget:nth-of-type(2),
.home-boxes .widget:nth-of-type(3),
	.home-boxes .widget:nth-of-type(4){
		width: 100%;
		display: block;
		margin: 15px auto;
		padding: 10%;
	}
	
	#home-newsletter input[type="text"], #home-newsletter input[type="email"],
	#home-newsletter input[type="submit"], #home-newsletter button{
		width: 100%;
		display: block;
		margin: 10px auto;
	}
	
	#home-testimonial h4{
		text-align: center;
	}
	
	.owl-carousel .owl-item img{
		float: none;
margin: 0 auto 10px !important;
		display: block !important;
		max-width: 200px !important;
		clear: both;
	}
	
	#home-featured img{
		max-width: 250px;
		margin: 0 auto 15px;
	}
	
	.home-podcast h4 span{
		font-size: 24px;
	}
	
	.page .content{
		padding: 2% 4%;
	}
	.content img.alignleft{
		margin: 0 auto 10px;
		display: block;
		float: none;
	}

}

/* Responsive Menu
--------------------------------------------- */
 
.responsive-menu-icon {
width: 50px;
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: left;
	color: #37393B;
     position: absolute;
    top: 10px;
    right: 20px;
}
 
.responsive-menu-icon::before {
     content: "\f333";
    font: normal 30px/1 'dashicons';
	display: inline-block;
	margin: 0 auto;
	padding: 10px;
    color: #455777;
}

.mobile-content .menu.responsive-menu-icon::before {
    color: #455777;
}
 
@media only screen and (max-width: 1023px) {

.mobile-content .menu{
width: 100%;
float: left;
}
 
	.mobile-content .menu.responsive-menu > .menu-item > .sub-menu,
	.mobile-content .menu.responsive-menu {
		display: none;
	}
 
	.mobile-content .menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
 
	.mobile-content .menu.responsive-menu .menu-item {
		margin: 0;
		width: 100%;
	}
 
	.mobile-content .menu.responsive-menu .menu-item:hover {
		position: static;
	}
 
	.mobile-content .menu.responsive-menu .current-menu-item > a,
	.mobile-content .menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.mobile-content .menu.responsive-menu a,
	.mobile-content .menu.responsive-menu a:hover {
		background: none;
		line-height: 1.2;
		padding: 10px 20px;
		text-align: left;
		width: 90%;
	}
	.mobile-content .menu.responsive-menu .current-menu-item > a,
	.mobile-content .menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.mobile-content .menu.responsive-menu a,
	.mobile-content .menu.responsive-menu a:hover {
    color: #455777;
	}
 
	.mobile-content .menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
 
	.mobile-content .menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
 
	.mobile-content .menu.responsive-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;
	}
	.mobile-content .menu.responsive-menu > .menu-item-has-children:before {
    color: #455777;
	}
 
	.mobile-content .menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "-";
	}
 
	.mobile-content .menu.responsive-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;
	}
 
	.mobile-content .menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
 
	.mobile-content .menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.mobile-content .menu.responsive-menu .sub-menu li a,
	.mobile-content .menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 6px 20px;
		position: relative;
		width: 100%;
	}
 
}