/*
	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: #f7f7f7;
    color: #414141;
font-family: 'Poppins', sans-serif;
    font-size: 16px;
    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: #bf201c;
	text-decoration: none;
	transition: .5s;
}

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

a:hover {
	color: #eb7025;
}

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: #064178;
	margin: 0 0 5px;
font-weight: normal;
line-height: 1.5;
	text-transform: none;
letter-spacing: 1px;
}

h1 {
	font-size: 30px;
}
h2{
	font-size: 25px;
}

.entry-title {
	color: #064178;
	font-size: 20px;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
}

.entry-title a{
	color: #064178;
	font-size: 20px;
}

.single .entry-title,
.single .entry-title a{
	font-size: 30px;
	line-height: 1.4;
	text-transform: none;
	letter-spacing: 1px;
}


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


h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

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

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

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

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

.wp-caption {
padding: 5px;
}


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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #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: #eb7025;
	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: #064178;
}

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

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

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

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

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

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

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

/* Content */

.content {
	float: right;
	width: 74%;
}

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

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

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

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

.blog-top,
.blog-bottom{
width: 100%;
clear: both;
overflow: hidden;
	padding: 1% 2%;
}

.blog-top .widget{
	display: inline-block;
	vertical-align: top;
}

.blog-top .widget:nth-of-type(1){
width: 66%;
	padding: 0 5% 0 0;
}

.blog-top .widget:nth-of-type(2){
width: 32%;
}

.blog-top{
	margin: 0 auto 45px;
}

.blog-top .newsletter{
    border: 1px solid #eee;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(153,153,153,0.45);
    -moz-box-shadow: 2px 2px 3px 0px rgba(153,153,153,0.45);
    box-shadow: 2px 2px 3px 0px rgba(153,153,153,0.45);
    padding: 12% 5%;
}

.blog-bottom .widget{
	position: relative;
}

.blog-bottom .widgettitle{
	position: absolute;
    left: 5px;
    font-size: 24px;
    top: -5px;
}

.blog-bottom .widget:nth-of-type(1){
    padding-left: 230px;
	margin: 20px auto;
}

.blog-bottom .menu-item{
display: inline-block;
vertical-align: middle;
	margin: 0 5px;
list-style-type: none;
}

.blog-bottom .menu-item a{
background: #EB7025;
color: #fff;
padding: 5px 15px;
	text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
font-weight: 600;
}

.blog-bottom li{
list-style-type: none !important;
}

.popular{
width: 100%;
clear: both;
overflow: hidden;
	margin: 20px auto 45px;
}

.popular .wpp-list li{
	width: 24% !important;
	display: inline-block;
	vertical-align: top;
	text-align: center;
clear: none !important;
    line-height: 1.2;
    background: #fff;
    padding: 10px;
    box-shadow: 2px 2px 3px 0px rgba(153,153,153,0.45);
}

.popular .wpp-thumbnail{
	display: block !important;
margin: 0 auto 5px !important;
float: none !important;
}

.popular .wpp-list li a{
color: #444;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
line-height: 1.2;
}
.popular h4{
	text-align: center;
}


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

.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-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.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: 150px;
width: 150px;
float: left;
margin: 0px auto;
	z-index: 9999;
	position: relative;
}

h1.moblogo{
	display: none;
}

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


.site-title.shrink {
	position: fixed;
	width: 80px;
	z-index: 999;
}

.title-area {
	padding: 0;
}


.site-header,
.site-title {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

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

.site-title a.shrink {
position: fixed;
	top: 5px;
	z-index: 999;
}

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

.header-image .shrink .site-title {
	padding: 0;
	min-height: 80px;
	width: 80px;
}

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

.shrink .site-title{
	min-height: 80px;
}

.shrink.site-title a {
	background-size: 80px 80px !important;
	min-height: 80px;
	width: 80px;
}


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

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

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

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


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



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

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

.site-header .menu{
	width: 100%;
	clear: both;
	text-align: right;
	text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
}

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

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

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

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

.site-header .sub-menu {
background: #444;
	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: #ddd;
}

.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: 13px;
text-transform: uppercase;
letter-spacing: 1px;
    position: absolute;
    width: 100%;
    top: 60px;
    background: #eee;
}

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

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

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

.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: url(images/bkg.png);
     -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: 20px;
	text-transform: uppercase;
    margin: 0px auto 0;
	position: fixed;
	z-index: 998;
	min-height: 60px;
	font-family: 'Oswald', sans-serif;
	top: 0;
}

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

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

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

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

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

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

.mobile-content .sub-menu a:hover {
	background: #ef8b4f;
	color: #fff;
}

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

.content .entry {
padding: 0;
	margin: 0 auto 40px;
	margin-right: 1%;
background: #fff;
border: 1px solid #eee;
-webkit-box-shadow: 2px 2px 3px 0px rgba(153,153,153,0.45);
-moz-box-shadow: 2px 2px 3px 0px rgba(153,153,153,0.45);
box-shadow: 2px 2px 3px 0px rgba(153,153,153,0.45);
}

.single .content .entry{
	padding: 4%;
	margin: 0 auto;
}

.entry-header .entry-title,
.entry-header .entry-meta{
padding: 0 2%;
}


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

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

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

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

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

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

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

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

.entry-meta {
	color: #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: 20px;
}


.archive-pagination li {	
display: inline;
}


.archive-pagination li a {	
color:  #064178;	
cursor: pointer;
display: inline-block;
padding: 4px 10px;
	background: #fff;
border: 1px solid #eee;
	
}



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

}

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

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

.entry-comments {
	padding: 40px;
	clear: both;
background: #fff;
border: 1px solid #eee;
-webkit-box-shadow: 2px 2px 3px 0px rgba(153,153,153,0.45);
-moz-box-shadow: 2px 2px 3px 0px rgba(153,153,153,0.45);
box-shadow: 2px 2px 3px 0px rgba(153,153,153,0.45);
margin: 25px auto;
}

.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: #EB7025;
    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: #064178;
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;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(153,153,153,0.45);
-moz-box-shadow: 2px 2px 3px 0px rgba(153,153,153,0.45);
box-shadow: 2px 2px 3px 0px rgba(153,153,153,0.45);
}

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

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

.footer-widgets {
	background-color: #064178;
	color: #fff;
	clear: both;
	padding: 20px 0;
	font-size: 14px;
	letter-spacing: 1px;
}

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

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

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

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

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

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

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

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


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





.footer-widgets input[type="search"]{
background: rgba(255, 255, 255, 0.9) 0 90%;
	border-radius: 10px;
box-shadow: none;
	border: none;
max-width: 200px;
clear: both;
margin: 10px 0;
}

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

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

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


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

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

.newsletter{ 
margin: 0 auto;
	background: #eb7025;
	padding: 10% 5%;
	text-align: center;
font-size: 14px;
	color: #fff;
 } 

.newsletter h5{
font-family: 'Poppins', sans-serif;
	text-transform: none;
font-size: 14px;
	color: #fff;
}

.newsletter h4{
	color: #fff;
font-size: 25px;
	margin: 5px auto 15px;
}

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

 .newsletter input[type="submit"],
.newsletter button{
	background: rgb(8,83,156);
background: linear-gradient(260deg, rgba(8,83,156,1) 0%, rgba(6,65,120,1) 56%);
padding: 12px;
margin: 0px auto;
 color: #fff; 
display: block;
width: 100%; 
 }

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

#newsbox{
background: url(images/bkg.png);
padding: 1% 2%;
}


.newsletter2{ 
margin: 0 auto;
	text-align: center;
font-size: 14px;
	color: #fff;
	text-align: center;
	max-width: 1000px;
 } 

.newsletter2 h4{
	color: #fff;
font-size: 30px;
display: inline-block;
	vertical-align: middle;
	width: 48%;
}

.newsletter2 form{
display: inline-block;
	vertical-align: middle;
	width: 48%;
	padding: 3% 0 0;
}

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

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

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

#social{
margin: 0px auto;
position:relative;
width: 130px;
height:30px;
}
.footer-widgets #social {
	width: 200px;
}

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

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

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


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

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


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

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


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

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

	.headsearch {
  display: inline-block;
  position: relative;
  height: 20px;
	float: right;
	position: absolute;
	right: 165px;
	top: 5px;
}

.headsearch input[type="text"] {
  height: 25px;
  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: 25px;
  width: 25px;
  display: inline-block;
  color: #2d2d2d;
  float: right;
  background: url(images/search.png) center center no-repeat;
	background-size: 25px 25px;
  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;
}

.mobile-content #social{
	position: absolute;
right: 20px;
	top: 10px;
}

.footlogo{
background: url(images/header.png) no-repeat;
background-position: center !important;
background-size: contain !important;
image-rendering: -webkit-optimize-contrast;
min-height: 200px;
width: 200px;
	margin: 0 auto;
	display: block;
}


.home .featured-content .featuredpost > p {
	clear: both;
	text-align: center;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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


}

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

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


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

	.content {
		max-width: 650px;
	}

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

	.site-header .widget-area {
		width: 400px;
	}
	
			.mobile-content{
		font-size: 16px;
	}

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

	.sidebar-primary {
		width: 300px;
	}

	.site-header,
	.site-inner{
padding: 0 2%;
}
	
	.mobile-content{
		font-size: 16px;
	}
	
	.mobile-content .wrap{
		padding-right: 220px;
	}
	
	.mobile-content .menu-item a{
		padding: 8px;
	}
	
	.blog-top{
		overflow: hidden;
	}
	
		.blog-bottom .widgettitle{
font-size: 18px;
}
	
		
	.blog-top .newsletter{
		height: auto;
	}

}


@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-inner {
padding: 2%;
	}
	
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		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%;
	}

	.nav-primary{
		display: none;
	}
	
	.site-title{
		padding: 0 0 0 5%;
	}

	.header-image .site-title a{
width: 60px;
	min-height: 60px;
		float: left;
}
	
	.site-header .wrap{
		overflow: hidden;
	}
	
	.site-title.shrink,
	.bumper,
	.site-header{
display: none;
}
	
	.site-inner{
padding: 0;
	}
	.archive .site-inner, .archive .archive-description {
		padding-top: 0;
	}
	
	h1.moblogo{
		display: block;
		background: url(images/header200.png) center no-repeat;
		background-size: 200px 30px;
width: 200px;
		height: 26px;
		position: absolute;
left: 60px;
		top: 14px;
	}
	
	.blog-bottom .widgettitle{
	position: relative;
left: auto;
		width: 100%;
		text-align: center;
}

.blog-bottom .widget:nth-of-type(1){
	padding-left: 0%;
}

}



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

.content{
padding: 2% 5%;
}

	.blog-top .widget:nth-of-type(1),
.blog-top .widget:nth-of-type(2){
width: 100%;
	padding: 2%;
}
	
	.blog-top .widget:nth-of-type(2){
		display: none;
	}
	
}
 

@media only screen and (max-width: 580px) {
	
		h1.moblogo{
		display: block;
		background: url(images/header200.png) center no-repeat;
		background-size: 100px 15px;
width: 100px;
		height: 13px;
			top: 20px;
	}


	.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;
	}
	
		.headsearch {
  display: inline-block;
  position: relative;
  height: 20px;
	float: right;
	position: absolute;
	right: 95px;
	top: 5px;
}
	
	.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;
	}
	
	#social{
margin: 0px auto;
position:relative;
width: 80px;
height:20px;
}
	
	.mobile-content #social{
		top: 15px;
	}
	

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

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

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


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

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


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

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



#youtube:hover {
filter:alpha(opacity=80); opacity:0.8;
}
	
	.footer-widgets-3 #social li#telegram {
		left: 90px!important;
	}
	.footer-widgets-3 #social li#pinterest {
		left: 120px!important;
	}

.newsletter2 h4,
.newsletter2 form,
.newsletter2 input[type="text"],
.newsletter2 input[type="email"],
 .newsletter2 input[type="submit"],
.newsletter2 button{
width: 100%;
	margin: 10px auto;
	display: block;
 }
	
	.popular .wpp-list li{
	width: 48% !important;
		border: none;
	}
	
	.blog-bottom .entry{
		width: 95%;
		margin: 0 auto 25px;
		padding: 2%;
	}
	
	.blog-bottom .entry img{
margin: 0 auto 5px;
		display: block;
}
	
	.blog-bottom .entry-title,
	.category .content .entry-title{
text-align: center;
}
	
}



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

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

.mobile-content .menu{
width: 100%;
float: left;
	padding-top: 60px;
	padding-top: 120px;
	font-size: 14px;
}
 
	.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: #fff;
	}
 
	.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: #fff;
	}
 
	.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%;
	}
 
}

/* ======================
 * 		Custom Styles
 * ====================== */
body.home .google-auto-placed {
    display: none;
}
body.home .site-inner {
    padding-top: 0px;
}
body.home .topAd {
    display: none;
}
.ad-banner {
    padding-top: 20px;
    display: inline-block;
    width: 100%;
}
.bottom-navbar-section {
    background-color: #aed4f7;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.5);
    margin-top: -31px;
    padding: 10px 0px;
    text-align: center;
	display: none;
}
.bottom-navbar-section ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
}
.bottom-navbar-section ul li {
    padding: 0px 15px;
}
.bottom-navbar-section ul li a {
    color: #064178;
	font-size: 20px;
}
.bottom-navbar-section ul li a:hover {
    color: #2880d2;
}
.wrap.post-navigation-area {
    display: flex;
    justify-content: space-between;
}
.wrap.post-navigation-area p.site-title {
    display: none;
}
.featured-content-newest-deals.featuredpost.widget-wrap {
    display: flex;
    flex-wrap: wrap;
}
.featured-content-newest-deals.featuredpost.widget-wrap h4.widgettitle {
    width: 100%;
    text-align: left;
    padding: 10px;
}
.widget.widget_categories select#cat {
    height: 50px;
    padding: 0px 10px;
}




@media (min-width: 1024px) {
	body .mobile-content {
		min-height: 104px;
	}
	body.admin-bar .nav-primary {
		top: 135px;
	}
	body .mobile-content .wrap {
		height: 104px;
		display: flex;
		align-items: center;
		padding-left: 70px;
	}
	.mobile-content div#headsocial ul#social {
		top: 40px;
	}
	.mobile-content div#headsocial .headsearch {
		top: 30px;
	}
	body nav.nav-primary {
		top: 104px;
	}
	body .mobile-content .menu-item a {
		font-size: 30px;
	}
}
@media (max-width: 1023px) {
/* 	.ad-banner {
    	padding-top: 60px !important;
	} */
	body .mobile-content .menu-item a {
		font-size: 20px !important;
	}
	body .responsive-menu-icon::before {
		font-size: 36px !important;
		padding-top: 7px !important;
	}
	body h1.moblogo {
		background-size: 140px !important;
		background-position: left top !important;
		height: 20px !important;
		width: 140px !important;
	}
	.mobile-content div#headsocial ul#social {
		width: 110px;
		right: 10px;
	}
	.mobile-content div#headsocial ul#social li {
		background-size: 40px;
		height: 40px;
		width: 40px;
		margin: 0px 3px;
		display: inline-block;
		position: static;
	}
	.mobile-content div#headsocial ul#social li a {
		height: 40px;
		width: 40px;
	}
	.mobile-content div#headsocial .headsearch {
		top: 6px;
		right: 125px;
	}
	.mobile-content div#headsocial .headsearch input[type="submit"]#search_submit {
		background-size: 28px;
		height: 28px;
		width: 28px;
	}
	.mobile-content div#headsocial .headsearch input[type="text"]#search {
		top: 4px;
	}
	.bottom-navbar-section {
		margin: 60px 0px 0px 0px;
	}
	.admin-bar .bottom-navbar-section {
		margin-top: 15px;
	}
	.wrap.post-navigation-area p.site-title {
		display: block;
		width: 60px;
		height: 60px;
		padding: 0px;
		margin: 0px;
		z-index: 0;
	}
	.wrap.post-navigation-area p.site-title a {
		background-size: 100% auto !important;
		width: 100%;
		height: 100%;
	}
	.wrap.post-navigation-area {
		align-items: center;
		justify-content: space-between;
	}
	.bottom-navbar-section ul li {
		padding: 0px 5px;
	}
	.wrap.post-navigation-area p.site-title {
		margin-right: 10px;
	}
	.wrap.post-navigation-area p.site-title.shrink {
		display: none;
	}
	.bottom-navbar-section {
		display: block;
	}
	div#blueheader.bottom-navbar-section.sticky {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 99;
	}
	.admin-bar div#blueheader.bottom-navbar-section.sticky {
		top: 77px;
	}
}



@media (max-width: 767px) {
	.bottom-navbar-section ul {
		justify-content: space-around;
		width: calc(100% - 110px);
		width: 100%;
	}
	.site-footer {
		text-align: center;
	}
	.design{
display: block;
text-align: center;
float: none;
}
}

/* Red Olive February 2024 Updates */
	.featured-content-featured-tips article {margin:0 0 40px 0!important;margin-right:1%!important;padding:20px!important;min-height:56rem;}
.category-tips .archive-description {padding:0;}
	.tips-shortcode {list-style-type:none;margin:4rem 0;}
	.tips-shortcode li {
		padding: 0;
		margin: 0 auto 40px;
		margin-right: 1%;
		background: #fff;
		border: 1px solid #eee;
		-webkit-box-shadow: 2px 2px 3px 0px rgba(153,153,153,0.45);
		-moz-box-shadow: 2px 2px 3px 0px rgba(153,153,153,0.45);
		box-shadow: 2px 2px 3px 0px rgba(153,153,153,0.45);
	}
	.tips-shortcode .info-details {
		padding: 10px;
		display: inline-flex;
		flex-wrap: wrap;
		align-content: space-between;
		align-items: flex-start;
	}
	.tips-shortcode .info-details .entry-title {padding:0;}
	.tips-shortcode .post-meta {
		font-size: 12px;
		color: #999;
	}

.widget_nav_menu li a {text-transform:uppercase;}
	.widget_nav_menu li .sub-menu a {text-transform:none;padding-left:20px}



