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

*/


/*
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-weight: 300;
    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: #e90032;
	text-decoration: none;
	transition: .5s;
}

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

a:hover {
	color: #05b7c0;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	color: #444;
	margin: 0 0 5px;
font-weight: normal;
line-height: 1.4;
}

h1 {
	font-size: 36px;
}
h2{
	font-size: 32px;
}

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

.entry-title a{
color: #444;
	font-size: 36px;
}

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

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


h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

.widgettitle{
    text-align: left;
	font-size: 18px;
	text-transform: uppercase;
margin-bottom: 5px;
letter-spacing: 1px;
	color: #05b7c0;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 18px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5{
	color: #05b7c0;
}

/* 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: #e90032;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
font-size: 12px;
	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: #05b7c0;
}

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

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

.search-form{
	background: #f5f5f5;
padding: 4px 20px;
	border-radius: 10px;
}

.site-header .search-form{
	float: right;
max-width: 200px;
	margin-right: 25px;
}

input[type="search"]{
	background: url(images/search.png) right center no-repeat;
background-size: 14px 14px;
padding: 5px;
	border: none;
letter-spacing: 1px;
}

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

.custom-archive-description {
	background: #05B7C0;
	padding: 2%;
	width: 100%;
	color: #fff;
	display: none;
}

.category .custom-archive-description{
	display: block;
}

h1.archive-title{
	color: #fff;
}

.archive-description {
	padding: 0;
	margin-bottom: 0;
	max-width: 1240px;
	margin: 0 auto;
}

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

.sidebar .featured-content .entry{
padding: .8%;
margin: 0;
}
/*
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;
	padding: 2% 2%;
}

.site-header .wrap {
	padding: 10px 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-header .wrap {
	padding: 0;
}

.header-image .site-title a {
background: url(images/header.png) no-repeat;
background-position: center !important;
background-size: contain !important;
image-rendering: -webkit-optimize-contrast;
min-height: 119px;
width: 300px;
float: left;
margin: 0px auto;
}

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


.site-header.shrink {
	position: fixed;
	width: 100%;
	z-index: 999;
}

.title-area {
	padding: 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 {
	padding: .5% 2%;
	border-bottom: 1px solid #eee;
	top: 0;
}

.site-header.shrink #social,
.site-header.shrink .search-form{
	display: none;
}

.site-header.shrink .menu{
padding-top: 0;
}

.shrink .wrap {
	min-height: 60px;
	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: 59px;
}

.shrink .site-title a {
	background-size: 150px 59px !important;
}




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

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

.site-header .widget-area {
	float: right;
	width: 100%;
	max-width: 850px;
}

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


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



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

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

.site-header .menu{
	width: 100%;
	clear: both;
	text-align: right;
	text-transform: uppercase;
letter-spacing: 1px;
font-size: 15px;
	font-weight: 600;
	padding-top: 25px;
}

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

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

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

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

.site-header .sub-menu {
background: #05B7C0;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
	border-top: 4px solid #fcb920;
}

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

.site-header .sub-menu a:hover {
background: #fcb920;
	color: #fff;
}

.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: 14px;
	background: #f9f9f9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
	font-weight: 400;
}

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

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

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

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

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

.nav-primary a:hover{
	color: #555;
background: #fff;
}

.nav-primary .sub-menu{
	color: #555;
	background: #f9f9f9;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
border-top: 4px solid #f2f2f2;
}

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

.nav-primary .sub-menu a:hover {
color: #999;
	background: #f9f9f9;
}

.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: 999;
	min-height: 40px;
	top: 0;
}

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

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

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


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

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

.entry {
	margin-bottom: 40px;
}

.blogpage .content .entry{
width: 48%;
display: inline-block;
vertical-align: top;
padding: 2%;
}

.blogpage .content .entry-title,
.blogpage .content .entry-title a{
	font-size: 32px;
}

.entry-content a {
font-weight: 500;
}

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

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

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

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



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

}

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

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

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

.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: #FCB920;
    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: #FCB920;
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 {
	margin-bottom: 30px;
	padding: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.sidebar .enews-widget {
	background-color: #333;
}

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

.footer-widgets {
	background-color: #05b7c0;
	color: #fff;
	clear: both;
	padding: 20px 0;
}

.footer-widgets-1{
width: 100%;
	padding: 2%;
	clear: both;
}


.footer-widgets-2 {
	width: 63%;
	padding: 2%;
}

.footer-widgets-3 {
	width: 33%;
	padding: 2%;
}

.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

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

.footer-widgets .widget-title {
	color: #fff;
}

.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-2 {
clear: both;
margin: 0px auto;
font-size: 14px;
	font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
}

.footer-widgets-2 .wrap{
	text-align: left;
margin: 0px auto;
overflow: hidden;
}

.footer-widgets-2 .menu-item {
	display: inline-block;
	text-align: left;
}

.footer-widgets-2 a {
	border: none;
	color: #fff;
	display: block;
	padding: 10px 14px;
	position: relative;
	transition: .5s;
}

.footer-widgets-2 > .menu-item > a {
	text-transform: uppercase;
}

.footer-widgets-2 a:hover,
.footer-widgets-2 .current-menu-item > a {
	color: #fff;
}

.footer-widgets-2 a:hover{
	color: #999;
}

.footer-widgets-2 .sub-menu{
	color: #555;
	background: #f9f9f9;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
border-top: 4px solid #f2f2f2;
}

.footer-widgets-2 .sub-menu a{
	color: #555;
	font-size: 12px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
	transition: .5s;
}

.footer-widgets-2 .sub-menu a:hover {
color: #999;
	background: #f9f9f9;
}

.footer-widgets-2 .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

.footer-widgets-2 .menu-item:hover {
	position: static;
}

.footer-widgets-2 .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.footer-widgets-2 > .first > a {
	padding-left: 0;
}

.footer-widgets-2 > .last > a {
	padding-right: 0;
}


.design{
display: inline-block;
text-align: right;
float: right;
}

/*
Back to Top Button
--------------------------------------------- */
.topButton{
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	padding-top: 5px;
	background-color: #30302B;
	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: #fff;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 0;
	text-align: left;
}

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

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


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

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

.newsletter{ 
margin: 0 auto;
	overflow: hidden;
 } 

.newsletter input[type="text"],
.newsletter input[type="email"]{ 
background: #fff;
padding: 16px; 
margin: 0 1%;
width: 58%; 
 display: inline-block; 
    float: left;
}

 .newsletter input[type="submit"],
.newsletter button{ 
background: #e90032;
 padding: 16px; 
 color: #fff; 
margin: 0 1%;
width: 30%; 
 display: inline-block; 
float: right;
 }

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

.footer-widgets .newsletter .newstext{
display: inline-block;
vertical-align: middle;
width: 40%;
}

.footer-widgets .newsletter form{
display: inline-block;
vertical-align: middle;
width: 58%;
}

.footer-widgets .newsletter h5{
font-family: 'Poppins', sans-serif;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 16px;
font-weight: 600;
	line-height: 1.2;
}

.footer-widgets .newsletter h4{
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 46px;
	line-height: 1.2;
}


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

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

.site-header #social{
float: right;
}

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

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

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


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

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


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

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


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

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


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

#twitter {
background: url(images/twitter.png) center no-repeat ;
background-size: 30px 30px;
left: 160px;
width: 30px;
height: 30px;
}


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

#social2{
margin: 0px auto;
position:relative;
width: 190px;
height:30px;
}


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

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

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


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

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


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

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


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

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


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

#twitter2 {
background: url(images/twitter2.png) center no-repeat ;
background-size: 30px 30px;
left: 160px;
width: 30px;
height: 30px;
}


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

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

/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translateY(20px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}


@-webkit-keyframes bounce {
  0%       { bottom:5px; }
  25%, 75% { bottom:15px; }
  50%      { bottom:20px; }
  100%     {bottom:0;}
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
 
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
 
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

 
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

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

.newsletter-bar{
	width: 100%;
	background: #fcb920;
text-align: center;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
	font-size: 14px;
	padding: 1% 2%;
}

.newsletter-bar a{
	background: #05B7C0;
	padding: 4px 10px;
color: #fff;
}

.newsletter-bar a:hover{
	background: #E90032;
}

.site-inner{
	max-width: 100%;
}

.home .site-inner{
	padding-top: 0;
}

.content-sidebar-wrap{
	max-width: 1240px;
	clear: both;
margin: 0 auto;
}

.home .content-sidebar-wrap{
	max-width: 100%;
}

#home-about,
#home-featured,
#home-top,
#home-newsletter,
#home-podcast,
#home-last,
#home-bottom{
	width: 100%;
	max-width: 100%;
	clear: both;
padding: 4% 2%;
}

#home-about{
background: #05b7c0 url(images/topbanner.png) right center no-repeat;
	background-size: 50%;
padding: 2%;
	text-align: center;
color: #fff;
}

#home-about h2{
	color: #fff;
font-size: 38px;
	text-transform: uppercase;
letter-spacing: 1px;
}

#home-about h3{
	color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 300;
letter-spacing: 1px;
text-transform: uppercase;
}

#home-featured{
padding: 0;
	color: #fff;
}

.owl-carousel.owl-drag .owl-item{
	position: relative;
}

.owl-carousel.owl-drag .owl-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: rgba(0,0,0,.5);
    z-index: 98;
}

.home-featured h2,
.home-featured p,
.home-featured a{
	position: relative;
z-index: 99;
}

.home-featured p{
font-size: 20px;
	text-transform: uppercase;
letter-spacing: 1px;
	font-weight: 300;
}

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

.home-featured h2{
	background: none;
color: #fff;
	Font-size: 64px;
	text-transform: uppercase;
letter-spacing: 1px;
	padding-top: 4%;
}

.home-featured a{
	background: #e90032;
	color: #fff;
text-align: center;
width: 220px;
	padding: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 15px;
}

.home-top{
	text-align: center;
color: #444;
letter-spacing: 1px;
}

.home-top h4{
color: #444;
	Font-size: 54px;
	text-transform: uppercase;
letter-spacing: 1px;
	font-weight: 400;
}

.home-top h4 span{
	color: #05b7c0;
}

.home-top h3{
color: #fff;
	Font-size: 32px;
	text-transform: uppercase;
letter-spacing: 2px;
}

.home-top h3 span {
	display: block;
font-size: 18px;
	color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 400;
letter-spacing: 1px;
text-transform: uppercase;
	margin: 0 auto 10%;
}

.home-top .widget{
	width: 30%;
	padding: 4% 2% 8%;
	margin: 1%;
	display: inline-block;
	vertical-align:top;
}

.home-top .widget:first-of-type{
width: 100%;
margin: 0 auto 40px;
padding: 0;
	display: block;
}

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


.home-top .widget:nth-of-type(2){
	background: #08b8c1 url(images/box1.png) top right no-repeat;
background-size: 80%;
	color: #fff;
font-size: 14px;
    display: table-cell;
border: 10px solid #fff;
	position: relative;
}


.home-top .widget:nth-of-type(3){
	background: #e90032 url(images/box2.png) top right no-repeat;
background-size: 80%;
	color: #fff;
font-size: 14px;
    display: table-cell;
border: 10px solid #fff;
	position: relative;
}


.home-top .widget:nth-of-type(4){
	background: #f6be33 url(images/box3.png) top right no-repeat;
background-size: 80%;
	color: #fff;
font-size: 14px;
    display: table-cell;
border: 10px solid #fff;
	position: relative;
}

.home-top .widget a{
	background: #444;
	padding: 10px;
display: block;
	margin: 0 auto 0;
	width: 90%;
	text-align: center;
font-size: 14px;
	color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 300;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
	position: absolute;
	bottom: 10%;
}

#home-newsletter{
	background: #f6be33;
text-align: center;
color: #444;
text-transform: uppercase;
Letter-spacing: 1px;
font-size: 16px;
}

#home-newsletter h4{
	color: #fff;
font-size: 54px;
}

#home-podcast{
font-weight: 400;
text-align: center;
}

#home-podcast .widget{
	width: 48%;
	display: inline-block;
	padding: 0 4%;
vertical-align: middle;
	font-size: 20px;
	font-weight: 400;
}

#home-podcast a{
	display: block;
	padding: 10px;
	text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
	font-size: 14px;
color: #fff;
background: #05b7c0;
	display: block;
	margin: 25px auto 0;
	max-width: 300px;
}

#home-podcast a:hover{
background: #f6be33;
}

#home-bottom{
background: #f5f5f5;
}

#home-bottom .featured-content .entry{
	position: relative;
	font-size: 14px;
}

#home-bottom .entry-title,
#home-bottom .entry-title a{
	font-size: 24px;
}

#home-bottom .widgettitle{
	text-align: left;
	color: #05b7c0;
	font-size: 34px;
}

.more-link{
	position: relative;
display: block;
margin-top: 10px;
background: #f6be33;
color: #fff;
text-transform: uppercase;
Letter-spacing: 2px;
font-weight: 600;
font-size: 12px;
	padding: 5px 10px;
	max-width: 170px;
	text-align: center;
	text-decoration: none !important;
}

.more-link:hover{
background: #602c92;
}

.catsub {
    width: 100%;
    clear: both;
    text-align: left;
	margin: 0 auto 50px;
	padding: 0 2% .5%;
position: relative;
	border-bottom: 2px solid #eee;
}

.catsub:before{
content: "Find your starting point:";
width: auto;
	vertical-align: middle;
display: inline-block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
letter-spacing: 1px;
font-size: 18px;
	font-weight: 400;
}

.catsub a.filters {
    display: inline-block;
	vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin: .5%;
    color: #05B7C0;
    padding: 4px 12px;
	font-weight: 600;
	letter-spacing: 2px;
    transition: .8s;
}

.catsub a.filters:hover{
color: #E90032;
}

/*
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: 1240px) {
	
	.wrap{
padding-left: 2%;
	padding-right: 2%;
		overflow: hidden;
}
	
	#home-featured .wrap{
padding: 0;
}
	
		.site-header .widget-area {
		max-width: 720px;
	}
	
	.site-header .menu{
		font-size: 13px;
	}

}

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

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

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

	.footer-widgets .newsletter h4{
		font-size: 38px;
	}
}


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

	.site-header{
padding: 60px 10px 5px;
}

.header-image .site-title a{
width: 100%;
margin: 0px auto;
background-position: top center;
}

	.archive-description,
	.author-box,
	.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%;
	}
	
	.mobile-content{
		display: block;
	}

	.site-header .widget-area,
	.site-header.shrink,
	.nav-primary{
display: none;
}
	
	.headsearch {
  display: inline-block;
  position: relative;
  height: 20px;
	float: right;
	position: absolute;
	right: 165px;
	top: 2px;
}

.headsearch input[type="text"] {
  height: 20px;
  font-size: 16px;
  display: inline-block;
  background: #eee;
  border: none;
  outline: none;
  color: #444;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
	padding: 20px;
}

.headsearch input[type="text"]:focus {
  z-index: 1;
 background: #f5f5f5;
  cursor: text;
	width: 200px;
	border-radius: 10px;
	font-size: 14px;
}

.headsearch input[type="submit"] {
  height: 20px;
  width: 20px;
  display: inline-block;
  color: #2d2d2d;
  float: right;
  background: url(images/search.png) center center no-repeat;
	background-size: 20px 20px;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 9px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  cursor: pointer;
  transition: opacity .4s ease;
}

.headsearch input[type="submit"]:hover {
  opacity: 0.8;
}

	
	#social{
position: absolute;
top: 8px;
right: 20px;
width: 142px;
height:22px;
}

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

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

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

#youtube {
background: url(images/youtube.png) center no-repeat ;
background-size: 22px 22px;
left: 30px;
width: 22px;
height: 22px;
}

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

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


#twitter {
background: url(images/twitter.png) center no-repeat ;
background-size: 22px 22px;
left: 120px;
width: 22px;
height: 22px;
}
	
	.newsletter-bar{
		display: none;
	}

}

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

.title-area{
float: none;
margin: 0px auto;
}

.single .content{
padding: 2% 5%;
}

}
 

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

.header-image .site-title a{
width: 88%;
margin: 0 auto;
float: none;
}

.before-content .featured-content{
display: none;
}
	.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-about h2{
font-size: 32px;
}
	
	#home-about h3{
		font-size: 16px;
	}

	.home-featured h2{
font-size: 37px;
}
	.home-featured .slideinfo p{
		font-size: 12px;
		display: none;
	}
	
	.home-featured .button{
		width: 100% !important;
		padding: 10px !important;
		text-align: center;
		display: block !important;
	}
		
	.home-featured .button p{
display: block;
	}
	
	
	.home-featured a{
font-size: 14px !important;
}
	
	.home-top h4,
	#home-newsletter h4{
font-size: 38px;
}
	
	.home-top .widget,
	.home-top .widget:nth-of-type(2),
	.home-top .widget:nth-of-type(3),
	.home-top .widget:nth-of-type(4){
		width: 100%;
		display: block;
		margin: 0 auto 20px;
	}
	
	.home-top h3 span{
margin: 0 auto 4%;
}

		.home-top .widget a{
			position: relative;
bottom: auto;
margin: 4% auto 0;
		}
	
	.newsletter input[type="text"], .newsletter input[type="email"],
	.newsletter input[type="submit"], .newsletter button,
	.footer-widgets .newsletter .newstext,
	.footer-widgets .newsletter form{
		width: 100%;
		display: block;
		margin: 6px auto;
		float: none;
	}
	
	#home-podcast{
padding: 5% 2%;
}
	
	#home-podcast .widget{
display: block;
	width: 100%;
	margin: 0 auto 15px;
}
	
	.blogpage .content .entry{
		width: 100%;
		display: block;
		margin: 0 auto 40px;
	}
}

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

.mobile-content .menu.responsive-menu-icon::before {
	color: #37393B;
}
 
@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: #37393B;
	}
 
	.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: #37393B;
	}
 
	.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%;
	}
 
}