/*
Theme Name: Blog Way
Theme URI: https://promenadethemes.com/downloads/blog-way
Author: Promenade Themes
Author URI: https://promenadethemes.com
Description: Blog way is minimal blog theme. This responsive theme is best to use for blog, travel, informative and life style coaches. It comes with option to change color of entire site, author profile widget, social links to connect with social networking sites and more. Official Support Forum: https://promenadethemes.com/support/item/blogway/ Full Demo: https://promenadethemes.com/demo/blog-way/
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blog-way
Tags: custom-background, custom-colors, custom-menu, custom-logo, featured-images, full-width-template, one-column, two-columns, sticky-post, theme-options, threaded-comments, translation-ready, footer-widgets, blog, left-sidebar, right-sidebar, custom-header, editor-style

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Blog Way is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
	cursor: pointer;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Droid Serif', sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 14px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.nav-links .nav-previous a,
.nav-links .nav-next a{
	border: 1px solid #202020;
	border-radius: 0px;
	background: #202020;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 12px 18px;
	 -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
	background:transparent;
	color:#202020;
	 -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.nav-links .nav-previous a:focus,
.nav-links .nav-next a:focus,
.nav-links .nav-previous a:active,
.nav-links .nav-next a:active {
	outline:none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 6px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline:none;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
	text-decoration:none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
	padding: 0px 5px;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
	padding: 0px 5px;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
	padding: 0px 5px;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
	padding: 0px 5px;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
	padding: 0px 5px;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
	padding: 0px 5px;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
	padding: 0px 5px;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
	padding: 0px 5px;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Main CSS starts here
--------------------------------------------------------------*/
.container {
	margin: 0 auto;
    padding: 0 15px;
    width: auto;
	max-width:1170px;
}

header#masthead {
    background: #202020;
    margin: 0px auto;
    width: 100%;
}

.main-navigation:before, .main-navigation:after {
    clear: both;
    content: "";
    display: block;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 1;
}

.main-navigation ul {
    text-align: left;
    margin: 0;
    padding: 0;
}

.main-navigation ul ul {
    background: #202020;
    display: none;
    left: 0;
    margin: 0;
    min-width: 260px;
    padding: 0px;
    position: absolute;
    top: 48px;
    z-index: 9999;
	display:none;
}

.main-navigation ul ul ul {
    left:100%;
    top: 0px;
}
.main-navigation li {
    display: inline-block;
    margin-bottom:0;
    padding: 0 20px;
    position: relative;

}

.main-navigation li li {
    border-bottom: 1px solid #ddd;
    display: block;
    float: none;
    padding: 0;
    text-align: left;
    width: 100%;
}
.main-navigation li li li {}
.main-navigation li li li li {}
.main-navigation li:hover ul{
    display: block;
}
.main-navigation li:hover li ul{
    display: none;
}
.main-navigation li li:hover ul{
    display: block;
}
.main-navigation li li:hover li ul{
    display: none;
}
.main-navigation li li li:hover ul{
    display: block;
}
.main-navigation li li li:hover li ul{
    display: none;
}
.main-navigation li li li li:hover > ul{
    display: block;
}

.main-navigation ul li a {
	color: #ffffff;
    display: block;
    font-family: 'Droid Serif', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.main-navigation ul.menu li:hover a {
    color: #afafaf;
}

.main-navigation ul li a:hover{
    color: #afafaf;
}

.main-navigation ul li:first-child {
    padding-left: 0px;
}

#masthead .main-navigation li.current-menu-item a {
    color: #afafaf;
}

.main-navigation li li li.current-menu-item li a:hover {}
.main-navigation ul ul a {
    color: #fff;
    height: auto;
    padding: 15px 5px;
    text-align: left;
    width: 100%;
    line-height: 1.5;
}

.main-banner {
	background-size: cover;
	display: block;
	margin-bottom: 30px;
	padding: 75px 0;
	text-align: center;
    width: 100%;
}

.main-banner.banner-enabled,
.main-banner.banner-enabled .site-branding{
	position: relative;
}

.main-banner.banner-enabled:before{
	background: rgba(0,0,0,0.45);
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sticky-top .main-banner {
	padding-top: 125px;
}

.main-banner h1.site-title {
	margin: 0px;
    padding: 0px 0 10px 0;
}

.site-branding a img.custom-logo {
    padding-bottom: 10px;
}

.site-title a{
	color: #222;
	font-family: 'Droid Serif', sans-serif;
	font-size: 55px;
	letter-spacing: 5px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
}

.site-description {
	color: #818181;
    font-family: 'Droid Serif', sans-serif;
    font-size: 14px;  
    letter-spacing: 3px;
    margin-bottom: 0px;
}

/*--------------------------------------------------------------
## Main Index
--------------------------------------------------------------*/
.layout-left-sidebar {
    float: right;
}

#secondary {
    float: right;
    max-width: 100%;
    width: 100%;
}

#main .post,
#main .page{
    margin-bottom: 50px;
    border: 1px solid #e9e9e9;
}

.entry-header {
	margin-bottom: 15px;
	padding: 30px 30px 0 30px;
    text-align: center;
}

.cat-links a {
	color: #ea9920;
    display: inline-block;
    margin: 0px;
    font-family: 'Droid Serif', sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

.entry-header h2.entry-title {
    margin: 0;
    padding-top: 2px;
}

.entry-header h2.entry-title a {
    color: #404040;
    font-family: 'Droid Serif', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: 2px;
    text-transform: uppercase;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    text-decoration: none;
}

.entry-img {
	margin: 18px 0 23px 0;
    padding: 0 30px;
}

.entry-content {
    padding: 5px 30px;
}

.read-more {
    display: block;
    margin: 30px 0;
    text-align: center;
}

.btn-more {
	color: #fff;
    display: inline-block;
    padding: 6px 25px;
    background: #202020;
    font-family: 'Droid Serif', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.btn-more:hover {
	opacity: 0.8;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.entry-footer {
	margin-top: 10px;
    padding: 0 30px 40px 30px;
}

section.error-404.not-found {
    text-align: center;
}

section.error-404.not-found input.search-field,
section.no-results.not-found input.search-field{
    padding: 10px;
}

header.page-header,
h1.page-title {
    margin-top: 0;
}

footer.comment-meta {
    padding: 10px 0;
}

ol.comment-list {
    margin: 0;
    padding: 0;
}

li.comment {
    border-top: 1px dotted #e9e9e9;
    margin: 10px 0;
    padding: 10px;
}

li.comment.depth-1 {
    border: 1px solid #e9e9e9;
}

.comment-author.vcard {
    padding-bottom: 5px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget {
    margin-bottom: 55px;
    padding: 30px;
    border: 1px solid #e9e9e9;
    position: relative;
    display: block;
}

.widget .widget-title {
    display: block;
    text-align: center;
    position: absolute;
    left: 30px;
    right: 30px;
    top: -30px;
    background: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.widget .widget-title + * {
    margin-top: 10px !important;
}

.widget ul{
	margin: 0;
	padding: 0;
    list-style-type: none;
}

.widget ul li {
    position: relative;
    padding: 8px 0 10px;
    border-top: 1px dotted #e9e9e9;
}

.widget ul li:first-child{
	border-top: none;
	padding-top: 0px;
}

.widget ul li a {
    font-size: 14px;
    color: inherit;
    text-decoration: none;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Header css starts */
.main-navigation ul li,
.main-navigation ul li a {
	float:left;
}

#site-navigation .menu {
	display: inline-block;
}

/* All Post Css */

.post {
	padding:20px;
}

.post .entry-img {
	padding:0px;
	margin-top:0px;
}

.post .entry-img,
.post .entry-img img {
	float:left;
} 

.post .entry-img img {
	margin-right:20px;
}

.post .detail-wrap .entry-title {
	clear:none;
}

.post .detail-wrap .entry-header,
.post .detail-wrap .entry-content {
	text-align:left;
	padding:0px;
}

.post .detail-wrap .entry-header h2.entry-title a {
	font-size:18px;
}

#secondary form input[type="search"],
#secondary .search-form label {
	width:100%;
}

.nav-links .nav-previous,
.nav-links .nav-previous a {
	float:left;
}

.nav-links .nav-next,
.nav-links .nav-next a {
	float:right;
}

#comments,
.nav-links,
.posts-navigation {
	float:left;
	width:100%;
}

#comments .comment-list {
	list-style:none;
	margin-left: 0px;
    padding-left: 0px;
}

/* Comments new css */
#comments {
	margin-top:20px;
}

#comments .comments-title {
	margin-bottom: 30px;
}

#comments .comment-author img {
	margin-right: 15px;
}

#comments .comment-metadata {
	margin-top:15px;
}

#comments .comment-list footer.comment-meta{
	padding-top:0px;
	padding-bottom: 20px;
}

#comments .comment-body {
	margin-bottom: 30px;
}

/* Footer starts */
.site-footer {
	background:#202020;
	padding-bottom: 0px;
}

.footer-social,
.site-footer,
.site-info {
	float:left;
	width:100%;
}

.site-info {
	padding-top:20px;
	padding-bottom: 20px;
	color:#787878;
}

.site-info a {
	color:#787878;
}

.footer-social {
	text-align:center;
	padding-top: 20px;
}

footer {
	padding:20px 0px;
}

.footer-social .social-menu-wrap {
	position:relative;
}

.footer-social .social-menu-wrap:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #303030;
    display: block;
    position: absolute;
	top:42%;
}

.footer-social .social-menu-wrap .menu  {
	display:inline-block;
	width:auto;
	padding:0px 20px;
	margin:0px;
}

.copyright-text {
	text-align: left;
}

.credit-text {
	text-align: right;
}

/* Footer links */

.social-menu-wrap {
	text-align: center;
}

.social-menu-wrap .menu {
	list-style:none;
	position: relative;
   display: inline-block;
   text-align: center;	
}

.social-menu-wrap .menu ul {
	display: inline-block;
}

.footer-social .social-menu-wrap .menu {
	background: #202020;
	padding: 0px 20px;
}

.social-menu-wrap .menu a {
	font-size:0;
	margin-left:14px;
}


.social-menu-wrap .menu li,
.social-menu-wrap .menu li a {
	float:left;
}

.social-menu-wrap .menu li{
	border-top: 0px;
}

.social-menu-wrap .menu li {
	padding: 0;
}

.social-menu-wrap .menu a{
	width:27px;
	height:27px;
	border-radius:50%;
	border:1px solid #303030;
	text-align:center;
	margin-left:14px;
	background:#303030;
	
	-webkit-transition:0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
	
}

.social-menu-wrap .menu li:first-child a {
	margin-left:0px;
}

.social-menu-wrap .menu a[href*="facebook.com"]:before,
.social-menu-wrap .menu a[href*="twitter.com"]:before,
.social-menu-wrap .menu a[href*="instagram.com"]:before,
.social-menu-wrap .menu a[href*="pinterest.com"]:before,
.social-menu-wrap .menu a[href*="plus.google.com"]:before,
.social-menu-wrap .menu a[href*="youtube.com"]:before,
.social-menu-wrap .menu a[href*="linkedin.com"]:before{
	font-family:"FontAwesome";
	text-align:center;
	display:inline-block;
	font-size:13px;
	color:#fff;
	line-height:27px;
	width:100%;
}

.social-menu-wrap .menu a[href*="facebook.com"]:hover,
.social-menu-wrap .menu a[href*="twitter.com"]:hover:,
.social-menu-wrap .menu a[href*="instagram.com"]:hover,
.social-menu-wrap .menu a[href*="pinterest.com"]:hover,
.social-menu-wrap .menu a[href*="plus.google.com"]:hover,
.social-menu-wrap .menu a[href*="youtube.com"]:hover,
.social-menu-wrap .menu a[href*="linkedin.com"]:hover {
	-webkit-transition:0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.social-menu-wrap .menu a[href*="facebook.com"]:hover:before,
.social-menu-wrap .menu a[href*="twitter.com"]:hover:before,
.social-menu-wrap .menu a[href*="instagram.com"]:hover:before,
.social-menu-wrap .menu a[href*="pinterest.com"]:hover:before,
.social-menu-wrap .menu a[href*="plus.google.com"]:hover:before,
.social-menu-wrap .menu a[href*="youtube.com"]:hover:before,
.social-menu-wrap .menu a[href*="linkedin.com"]:hover:before{
	color:#fff;
}


.social-menu-wrap .menu a[href*="facebook.com"]:hover{
	background:#5a7ec8;
	border:1px solid #5a7ec8;
}

.social-menu-wrap .menu a[href*="facebook.com"]:before{
	content: "\f09a";	
	
}

.social-menu-wrap .menu a[href*="twitter.com"]:hover{
	background:#00aced;
	border:1px solid #00aced;
}

.social-menu-wrap .menu a[href*="twitter.com"]:before{
	content: "\f099";
}

.social-menu-wrap .menu a[href*="instagram.com"]:hover{
	background:#8245BC;
	border:1px solid #8245BC;
}

.social-menu-wrap .menu a[href*="instagram.com"]:before{
	content: "\f16d";
}

.social-menu-wrap .menu a[href*="pinterest.com"]:hover{
	background:#CB2125;
	border:1px solid #CB2125;
}

.social-menu-wrap .menu a[href*="pinterest.com"]:before{
	content: "\f231";
}

.social-menu-wrap .menu a[href*="plus.google.com"]:hover{
	background:#E12F2F;
	border:1px solid #E12F2F;
}

.social-menu-wrap .menu a[href*="plus.google.com"]:before{
	content: "\f0d5";
}

.social-menu-wrap .menu a[href*="youtube.com"]:hover{
	background:#bb0000;
	border:1px solid #bb0000;
}

.social-menu-wrap .menu a[href*="youtube.com"]:before{
	content: "\f04b";
}

.social-menu-wrap .menu a[href*="linkedin.com"]:hover {
	background:#007bb6;
	border:1px solid #007bb6;
}

.social-menu-wrap .menu a[href*="linkedin.com"]:before {
	content:"\f0e1";
}

/* Footer social links  ends */

/* Widget Author starts */
.blog_way_widget_author .social-menu-wrap,
.blog_way_widget_author .profile-img{
	text-align: center;
}

.blog_way_widget_author .profile-img img{
	border-radius: 50%;
}

.blog_way_widget_author .profile-info h2 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.4em;
    letter-spacing: 2px;
}

/* Widget search starts */
.widget_search form {
	position: relative;
}

.widget_search form input[type="submit"]{
	position: absolute;
	top: 0;
	right: 0px;
	padding: 9px 20px 8px 20px;
}

/* Sticky post starts */
.sticky {
	position: relative;
	padding-top: 60px;
}

.sticky:before,
.sticky:after{
	content:"\f08d";
	font-family: "FontAwesome";
	font-size: 30px;
	color: #e9e9e9;
	position: absolute;
	top: 5px;

}

.sticky:before{
	left: 15px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.sticky:after{
	right: 15px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/* Pagination */
.pagination .page-numbers,
.pagination .page-numbers.next,
.pagination .page-numbers.previous {
	border: 1px solid #202020;
    background: #202020;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 12px 14px;
}

.pagination .page-numbers.next,
.pagination .page-numbers.previous{
	padding: 12px 18px;
}

.pagination .page-numbers,
.pagination .page-numbers.next,
.pagination .page-numbers.previous,
.pagination .page-numbers:hover,
.pagination .page-numbers.next:hover,
.pagination .page-numbers.previous:hover{
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.next:hover,
.pagination .page-numbers.previous:hover,
.pagination .page-numbers.current{
	background: transparent;
	color: #202020;
}

/* Mean menu css */
.mean-container .mean-bar {
	background:#202020;
}

.mean-container .mean-nav {
	background:#303030;
}

/* Content */
#content {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	clear: both;
}

/*--------------------------------------------------------------
## HTML Page Style
--------------------------------------------------------------*/
#primary blockquote,
#primary .single img {
	margin-top:15px;
	margin-bottom: 15px;
}

#primary ol,
#primary ul {
	margin-left: 0px;
	padding-left:20px;
}

#primary ol li ol,
#primary ul li ul{
	padding-left:30px;
}

/*--------------------------------------------------------------
## Footer Widgets Style
--------------------------------------------------------------*/
#footer-widgets {
	padding-top: 50px;
}

#footer-widgets .widget{
	border: 0;
	padding: 0px;
}

#footer-widgets .widget.widget_search .search-form label {
	width: 100%;
}

#footer-widgets .widget.widget_search .search-form input.search-field { 
	width: 86%;
}

#footer-widgets .widget.widget_search .search-form input[type="submit"]{
	border: 1px solid #ea9920;
    background: #ea9920;
}

#footer-widgets .widget .widget-title {
	background: transparent;
	color: #787878;
	position: relative;
	margin-top: 0px;
	text-align: left;
	left: unset;
	right: unset;
}

#footer-widgets .widget ul li a,
#footer-widgets .widget .textwidget,
#footer-widgets .widget p {
	color: #787878 ;
}

#footer-widgets .widget ul li {
	border-top: 1px solid #303030;
}

#footer-widgets .widget ul li:first-child{
	border-top: 0px;
}

.widget_tag_cloud .tagcloud a {
    font-size: 14px!important;
    border: 1px solid #303030;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 22px;
    color: #787878 ;
}

#footer-widgets .widget_nav_menu .sub-menu {
	margin-top:10px;
}

#footer-widgets .widget_nav_menu ul li.menu-item-has-children{
	padding-bottom: 0px;
}

/*Scrollup Style*/

.scrollup {
    background-color: #ea9920;
    border-radius: 0;
    bottom: 50px;
    color: #fff;
    display: none;
    float: right;
    line-height: 1.2;
    padding: 1px 10px 4px;
    position: fixed;
    right: 32px;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease-in-out 0s;
}

.scrollup i {
    font-size: 38px;
    color: #fff;
}

/* Media css starts */
@media screen and (max-width:1190px){
	
	.container {
		max-width:100%;
		padding:0px 20px;		
	}
	
}

@media screen and (max-width: 991px){
	#secondary{
		float: left;
		margin-top: 30px;
	}
}

@media screen and (max-width:767px){
	
	.post .entry-img, 
	.post .entry-img img {
		width:100%;		
	}

	#secondary{
		width: 100%;
	}

	.credit-text,
	.copyright-text {
		text-align: center;
	}

	.credit-text,  {
		margin-top: 10px;
	}

	.site-title a {
		font-size: 40px;
	}
	
}

/* Media css ends */


