/*
Theme Name: TimesNews
Theme URI: https://themespiral.com/themes/timesnews
Author: Theme Spiral
Author URI: https://themespiral.com/
Description: TimesNews Magazine theme is an amazing modern WordPress theme. You can choose to build professional websites. It is easy to customize for all kinds of news, newspaper, magazine, publishing, blog or review sites. It also include all major aspects like responsive, performance, cross-browser compatible, SEO ready and supports RTL. It is ready to promotion with social media icons to reach maximum target audience. Responsive slider impress your customers with lively eye-catching images right on your banner section. Get free Supports at https://themespiral.com/forums, View demos at https://demo.themespiral.com/timesnews and documentation at https://docs.themespiral.com/timesnews
Version: 1.1.2
Requires at least: 5.0
Requires PHP: 7.0
Tested up to: 5.6
License: GNU General Public License version 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: timesnews
Tags: one-column, right-sidebar, flexible-header, custom-header, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, news, blog, education

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.

TimesNews is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Top Header
# Search
# Layout
	## Header
# Social Menu
# Accessibility
# Alignments
# Clearings
# Sidebar Option
# Widgets
# Content
	## Posts and pages
	## Posts meta links
	## Home Page posts
	## Buttons
	## Comments
	## Single Post Comments
	## Pagination
# Infinite scroll
# Media
	## Captions
	## Galleries
# Banner and Features
	## Category Highlight
	## Main Banner
# Footer
# Bbpress
# Woocommerce
# Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
	text-decoration: none;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	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;
}
.container{
	max-width: 1250px;
	margin: 0px auto;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {

	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Verdana,Tahoma,Roboto,Arial,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',Arial,sans-serif !important;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	/* font-family: 'Play', serif; */
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 0.75em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #474747;
}

h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

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

blockquote:before {
	color: #ff5722;
	content: "\201C";
	display: block;
	font-family: Georgia;
	font-size: 56px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 3px;
}

blockquote {
	color: #7e7e7e;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.458333333333333;
	margin: 0 0 1.166666666666667em;
	padding: 0 0 0 2.041666666666667em;
	position: relative;
}

blockquote.alignright,
blockquote.alignleft {
	width: 50%;
}

blockquote cite {
	display: block;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

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

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

body {
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Verdana,Tahoma,Roboto,Arial,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',Arial,sans-serif !important;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  color: #666;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0 0 1.75em 1.3125em;
	padding: 0;
}

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. */
	vertical-align: middle;
}

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

 #primary .post .entry-content table,
 #primary .page .entry-content table {
	margin: 0 0 1.5em;
	width: 100%;
}

 #primary .post .entry-content table th,
 #primary .page .entry-content table th {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

 #primary .post .entry-content table,
 #primary .page .entry-content table {
 	border: 1px solid #ebebeb;
}

 #primary .post .entry-content table th,
 #primary .post .entry-content table td,
 #primary .page .entry-content table th,
 #primary .page .entry-content table td {
	border-right: 1px solid #ebebeb;
 	/*padding: 0.6vw 2vw;*/
 	text-align: left;
 }

 #primary .post .entry-content table tr,
 #primary .page .entry-content table tr {
 	border-bottom: 1px solid #ebebeb;
 }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background-color: #ff5722;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 8px 16px;
	outline: none;
	transition: background 150ms ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #111;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: #111;
	outline: thin dotted;
	outline-offset: -4px;
}

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;
	padding: 5px 10px;
}

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 {
	outline: thin dotted;
	outline-offset: -4px;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ff5722;
	text-decoration: none;
}

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

th a {
	color: #333;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: inline-block;
	font-family: 'Lato', serif;
    transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	max-width: calc(100% - 50px);
}

#nav-sticker {
	background-color: #f7f7f7;
	border-bottom: 5px solid #fff;
	box-shadow: 0 1px 0 0 #e4e4e4;
	position: relative;
	z-index: 999;
}

.navigation-top {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
}

.main-header > .navigation-top,
.main-header > .secondary-navigation {
	display: none;
}

.site-header-menu {
    text-align: left;
}

.main-navigation ul,
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation ul li {
    display: inline-block;
    margin-right: -4px;
    position: relative;
}

.menu ul li {
	display: inline-block;
}

.main-navigation ul li a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
}

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

.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-ancestor > a {
	background-color: #fff;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #fff;
	color: #333;
	margin-bottom: -1px;
}

.main-navigation  ul ul li.current-menu-item > a,
.main-navigation  ul ul li.current_page_item > a,
.main-navigation  ul ul li.current-menu-ancestor > a {
	background-color: transparent;
	border: none;
	margin-bottom: 0;
}

.is-sticky .main-navigation > ul > li.current-menu-item > a,
.is-sticky .main-navigation > ul > li.current_page_item > a,
.is-sticky .main-navigation > ul > li.current-menu-ancestor > a {
	padding-top: 0;
	margin-top: 0;
}

.main-navigation ul li ul li a {
	color: #fff;
	font-size: 13px;
	line-height: 36px;
}

.main-navigation ul ul.children li a {
    line-height: 25px;
    padding: 8px 15px;
}

.main-navigation ul li ul li:hover,
.main-navigation ul li ul li.current-menu-item,
.main-navigation ul li ul li.current_page_item,
.main-navigation ul li ul li.current-menu-ancestor {
    background-color: #111;
}

.main-navigation ul.sub-menu,
.main-navigation ul.children {
    background-color: #ff5722;
    left: 0;
    min-width: 200px;
    position: absolute;
    top: 120%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main-navigation ul li:hover>ul.sub-menu,
.main-navigation ul li:hover>ul.children,
.main-navigation ul li.focus>ul.sub-menu,
.main-navigation ul li.focus>ul.children {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.main-navigation ul.sub-menu li,
.main-navigation ul.children li {
    float: none;
    display: block;
    border-bottom: 1px solid rgba(255,255,255, 0.3);
    margin: 0;
}

.main-navigation ul.sub-menu li:last-child,
.main-navigation ul.children li:last-child {
    border: none;
}

.main-navigation ul.sub-menu ul,
.main-navigation ul.children ul {
    right: -100%;
    left: auto;
    top: -20%;
}

.main-navigation ul.sub-menu li:hover>ul,
.main-navigation ul.children li:hover>ul {
    top: 0;
}

.main-navigation ul li.menu-item-has-children>a:before,
.main-navigation ul li.page_item_has_children>a:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    content: "\f078";
    position: absolute;
    right: 12px;
    top: 0;
    font-weight: 900;
}

.main-navigation ul.sub-menu li.menu-item-has-children>a:before,
.main-navigation ul.children li.page_item_has_children>a:before {
    content: "\f054";
}

.main-navigation .menu li.menu-item-has-children a,
.main-navigation .menu li.page_item_has_children a {
    padding-right: 30px;
}

.menu-toggle {
    display: none;
}

.dropdown-toggle {
    display: none;
}

.clock {
	color: #fff;
	padding: 9px 10px;
	float: right;
	background-color: #333;
	font-size: 13px;
	width: 340px;
	text-align: center;
}

#time,
#date {
	display: inline-block;
}

#time {
	background-color: #fff;
	color: #333;
	padding: 0 10px;
	margin-left: 10px;
	border-radius: 2px;
}

/* Secondary Navigation */
.secondary-nav-wrap {
	background-color: #242C35;
}

.secondary-navigation {
	float: left;
	position: relative;
	z-index: 9999;
}

.secondary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.secondary-menu li {
	border-bottom: 1px solid rgba(255,255,255, 0.2);
    display: inline-block;
    line-height: 25px;
    margin-right: -4px;
    position: relative;
}

.secondary-navigation ul li a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 36px;
    padding: 0 12px;
    position: relative;
    text-transform: uppercase;
}

.secondary-navigation ul li a:hover {
	color: #999;
}

.secondary-navigation ul.sub-menu,
.secondary-navigation ul.children {
    background-color: #242C35;
    left: 0;
    min-width: 200px;
    position: absolute;
    top: 120%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.secondary-navigation ul li:hover>ul.sub-menu,
.secondary-navigation ul li:hover>ul.children,
.secondary-navigation ul li.focus>ul.sub-menu,
.secondary-navigation ul li.focus>ul.children,
.secondary-navigation ul li.dropdown-children>ul.sub-menu,
.secondary-navigation ul li.dropdown-children>ul.children {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.secondary-navigation ul.sub-menu li,
.secondary-navigation ul.children li {
    float: none;
    display: block;
    margin: 0;
}

.secondary-navigation ul.sub-menu li:last-child,
.secondary-navigation ul.children li:last-child {
    border: none;
}

.secondary-navigation ul.sub-menu ul,
.secondary-navigation ul.children ul {
    right: -100%;
    left: auto;
    top: -20%;
}

.secondary-navigation ul.sub-menu li:hover>ul,
.secondary-navigation ul.children li:hover>ul {
    top: 0;
}

.secondary-menu-toggle {
	display: none;
}

.secondary-menu > li {
	border-left: 1px solid rgba(255,255,255, 0.2);
	border-bottom: none;
}

.secondary-menu > li:last-child {
	border-right: 1px solid rgba(255,255,255, 0.2);
}

.secondary-menu > li > a:hover:after,
.secondary-menu > li > a:focus:after,
.secondary-menu > li.current-menu-item > a:after,
.secondary-menu > li.current_page_item > a:after,
.secondary-menu > li.current-menu-ancestor > a:after {
	border-bottom: 3px solid #242C35;
	display: block;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
	padding: 0 12px;
	left: 0;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search-toggle {
	background-color: transparent;
	cursor: pointer;
	color: #333;
	position: relative;
	float: right;
	display: inline-block;
	width: 34px;
	height: 34px;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	right: 0;
	top: 5px;
	z-index: 3;
	vertical-align: middle;
}

.is-sticky .search-toggle {
	display: none;
}

.search-toggle:hover,
.search-toggle:focus {
	background-color: transparent;
}

.search-toggle:before, .search-toggle:after {
	content: '';
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.search-toggle:before {
	top: 8px;
	left: 9px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #333;
}

.search-toggle:after {
	height: 2px;
	width: 6px;
	background-color: #333;
	bottom: 10px;
	right: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search-toggle.open:before,
.search-toggle.open:after {
	opacity: 0;
}

.search-toggle span {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.search-toggle span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.search-toggle.open span:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search-toggle span:before,
.search-toggle span:after {
	content: '';
	position: absolute;
	display: inline-block;
	height: 2px;
	width: 20px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -8px;
	background-color: #333;
	opacity: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.search-toggle.open span:before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.search-toggle span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search-toggle.open span:before,
.search-toggle.open span:after {
	opacity: 1;
}

.search-container {
	background-color: #fff;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
	position: relative;
	padding: 20px;
	overflow: hidden;
	display: none;
}

.search-container-wrap {
	display: none;
}

.main-header-brand .search-container-wrap {
	display: block;
}

.search-container .search {
	border-radius: 25px;
	max-width: 1170px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.search-container .search-field {
	background-color: #f3f3f3;
	border-radius: 0;
	border: none;
	padding: 0 20px;
	height: 38px;
	width: calc(100% - 100px);
	vertical-align: top;
	-webkit-appearance: none;
}

.search-container .search-submit {
	height: 38px;
	margin-left: -3px;
	margin-right: -2px;
	padding: 5px 16px 8px;
	background-color: #ff5722;
	width: 100px;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
#page {
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
}

#content {
	max-width: 1250px;
	margin: 40px auto;
}

.wrap {
	/* margin-right: auto;
	margin-left: auto;
	margin-left: 10%;
	margin-right: 10%; */
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}
.has-sidebar #third {
	float: left;
	position: -webkit-sticky;
  position: sticky;
  /* top: 80px; */
	width: 160px;
	/* width: 75%;
	width: calc(75% - 0px); */
}

.has-sidebar #primary {
	float: left;
	width:660px;
	margin-left: 30px;
	/* width: 75%;
	width: calc(75% - 0px); */
}

.has-sidebar #secondary {
	float: right;
	width: 370px;
  margin-left: 30px;
  box-sizing: border-box;
	/* padding-left: 20px;
	width: 25%;
	width: calc(25% + 0px); */
}

.row {
	margin-left: -0.625em;
	margin-right: -0.625em;
}

.column {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 0.625em;
	padding-right: 0.625em;
	margin-right: -4px;
	vertical-align: top;
}

.col-4 .column,
.column.col-four {
	width: 25%;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.flash-news-holder {
	margin: 20px 0 0;
	position: relative;
}

.flash-news:after {
	content: "";
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	right: 1px;
	width: 30px;
	height: 38px;
	top: 1px;
	z-index: 2;
	position: absolute;
}

.flash-news {
	float: left;
	position: relative;
	width: calc(100% - 350px);
	overflow: hidden;
}

.flash-news-header:after {
	content: "";
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	right: -30px;
	width: 30px;
	height: 38px;
	top: 1px;
	z-index: 999;
	display: inline-block;
	position: absolute;
}

.flash-news-header {
	background-color: #ff5722;
	float: left;
	z-index: 2;
	position: absolute;
	left: 0;
}

.flash-news-title {
	color: #fff;
	height: 40px;
	margin: 0;
	padding: 12px 15px 14px;
	text-transform: uppercase;
	font-size: 14px;
}

.marquee:before {
 background-color: #333;
 content: "";
 width: 100%;
 top: 0;
 bottom: 0;
}

.marquee {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	height: 40px;
	overflow: hidden;
	width: 100%;
}

.marquee .news-post-img img {
	border-radius: 5px;
	height: 30px;
	width: 40px;
	margin-right: 3px;
}


.marquee .news-post-title {
	margin-right: 15px;
	display: inline-block;
	margin-top: 4px;
}

.marquee .news-post-title h3 {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	letter-spacing: 0.2px;
}

.header-social-menu {
	float: right;
	overflow: hidden;
	text-align: right;
}

.header-social-menu .social-links-menu {
	margin: 0;
	margin-bottom: -1px;
}

.header-social-menu .social-links-menu li {
	float: left;
	margin-right: 0;
}

.header-social-menu .social-links-menu li:first-child {
	border-left: 1px solid rgba(255,255,255, 0.2);
}

.header-social-menu .social-links-menu li {
	border-right: 1px solid rgba(255,255,255, 0.2);
}

.header-social-menu .social-links-menu li a:before {
	color: #fff;
	font-size: 15px;
}

.header-social-menu .social-links-menu li a {
	display: block;
	width: 35px;
	height: 37px;
	text-align: center;
	line-height: 37px;
}

.site-header {
	/* position: relative; */
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
	height: 65px;
}
.is-sticky .site-header{
	height: 50px;
}
/* Site branding */
.header-brand {
	background-color: #fff;
}

.header-brand-content {
	width: 100%;
}

/* .site-branding {
	display: inline-block;
	padding: 15px 0;
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
	text-align: left;
} */

.header-right {
	float: right;
	display: inline-block;
}

.header-banner {
	padding: 10px 0;
}

.main-header-brand .header-right .widget {
	margin: 0;
}

.main-header-brand .header-right .widget-title {
	display: none;
}

.site-branding a {
	text-decoration: none;
}

.site-branding-text {
	display: inline-block;
	vertical-align: middle;
}

.site-title {
	clear: none;
	font-family: 'Play', serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.25;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-title,
.site-title a {
	color: #333;
	opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
}
/*
.site-description {
	font-family: 'Lato', serif;
	font-size: 15px;
	color: #999;
	margin-bottom: 0;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	/* height: 80px; */
	vertical-align: middle;
	width: auto;
} */

/* Header Image */

.custom-header-media,
.wp-custom-header {
	height: 100%;
}

.scroll-down-icon {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down-icon {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  background-size: 14px auto;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down-icon:before {
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 14px);
    transform: rotate(-45deg);
    display: block;
    width: 25px;
    height: 25px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

/*--------------------------------------------------------------
# Social Menu
--------------------------------------------------------------*/
.social-links-menu li {
	display: inline-block;
}

.social-links-menu li a:before {
	color: #333;
    font-family: 'Font Awesome 5 Brands';
    font-size: 12px;
    right: 10px;
    top: 2px;
    font-weight: 900;
}

.social-links-menu li a:before { content: '❤'; } /* Default Icon */
.social-links-menu li a:hover { background-color: #ff5722; }
.social-links-menu li a[href*="facebook.com"]:before { content: "\f39e"; }
.social-links-menu li a[href*="facebook.com"]:hover { background-color: #3B5999; }
.social-links-menu li a[href*="twitter.com"]:before { content: '\f099'; }
.social-links-menu li a[href*="twitter.com"]:hover { background-color: #55ACEE; }
.social-links-menu li a[href*="pinterest.com"]:before { content: '\f231'; }
.social-links-menu li a[href*="pinterest.com"]:hover { background-color: #BD081C; }
.social-links-menu li a[href*="linkedin.com"]:before { content: '\f0e1'; }
.social-links-menu li a[href*="linkedin.com"]:hover { background-color: #0077B5; }
.social-links-menu li a[href*="instagram.com"]:before { content: '\f16d'; }
.social-links-menu li a[href*="instagram.com"]:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }
.social-links-menu li a[href*="youtube.com"]:before { content: '\f167'; }
.social-links-menu li a[href*="youtube.com"]:hover { background-color: #CD201F; }

.menu-social-links-container ul > li {
	display: inline-block;
	border: none;
	margin: 0 0 4px;
	padding: 0;
	width: calc(33.33% - 4px);
	vertical-align: top;
}

.left-widget-area .menu-social-links-container ul > li {
	width: calc(50% - 4px);
}

.menu-social-links-container ul > li a {
	font-size: 10px;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
	border: 1px solid #eee;
	background-color: #fafafa;
	width: 100%;
}

.menu-social-links-container ul > li a:before {
	font-family: 'Font Awesome 5 Brands';
	font-size: 20px;
	font-weight: 900;
	display: block;
}

.menu-social-links-container ul > li a:before { content: '❤'; color: #ff5722; } /* Default Icon */
.menu-social-links-container ul > li a:hover { background-color: #ff5722; }
.menu-social-links-container ul > li a[href*="facebook.com"]:before { content: "\f39e"; color: #3B5999; }
.menu-social-links-container ul > li a[href*="facebook.com"]:hover { background-color: #3B5999; }
.menu-social-links-container ul > li a[href*="twitter.com"]:before { content: '\f099'; color: #55ACEE; }
.menu-social-links-container ul > li a[href*="twitter.com"]:hover { background-color: #55ACEE; }
.menu-social-links-container ul > li a[href*="pinterest.com"]:before { content: '\f231'; color: #BD081C; }
.menu-social-links-container ul > li a[href*="pinterest.com"]:hover { background-color: #BD081C; }
.menu-social-links-container ul > li a[href*="linkedin.com"]:before { content: '\f0e1'; color: #0077B5; }
.menu-social-links-container ul > li a[href*="linkedin.com"]:hover { background-color: #0077B5; }
.menu-social-links-container ul > li a[href*="instagram.com"]:before { content: '\f16d'; color: #000000; }
.menu-social-links-container ul > li a[href*="instagram.com"]:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }
.menu-social-links-container ul > li a[href*="youtube.com"]:before { content: '\f167'; color: #CD201F; }
.menu-social-links-container ul > li a[href*="youtube.com"]:hover { background-color: #CD201F; }

.menu-social-links-container ul > li a:hover,
.menu-social-links-container ul > li a:hover:before {
	color: #fff;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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,
.flash-news-holder:before,
.flash-news-holder: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,
.primary-menu:before,
.primary-menu:after,
.site-header-menu:before,
.site-header-menu:after,
.main-banner:before,
.main-banner:after,
.banner-wrap:before,
.banner-wrap:after,
.slick-slide:before,
.slick-slide:after,
.main-section:before,
.main-section:after,
.standard-section:before,
.standard-section:after,
.posts-holder:before,
.posts-holder:after,
.posts-navigation:before,
.posts-navigation:after,
.post-navigation:before,
.post-navigation:after,
.recent-posts-wrap:before,
.recent-posts-wrap:after,
.flash-news:before,
.flash-news:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.flash-news-holder:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.primary-menu:after,
.site-header-menu:after,
.main-banner:after,
.banner-wrap:after,
.slick-slide:after,
.main-section:after,
.standard-section:after,
.posts-holder:after,
.posts-navigation:after,
.post-navigation:after,
.recent-posts-wrap:after,
.flash-news:after {
	clear: both;
}

/*--------------------------------------------------------------
# Sidebar Option
--------------------------------------------------------------*/

.left-sidebar.has-sidebar #primary {
	float: right;
}

.left-sidebar.has-sidebar #secondary {
	float: left;
	padding-left: 0;
	padding-right: 20px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Advertise Area */
.advertise-area {
	padding-top: 3em;
	display: inline-block;
	background-color: #fff;
	width: 100%;
}

.advertise-area .widget_media_image {
	text-align: center;
}

.advertise-area .widget-title {
	display: none;
}

/* Attention Zone */
.attention-zone {
	background-color: #f6f6f4;
	-moz-box-shadow:    inset 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	box-shadow:         inset 0 0 3px rgba(0,0,0,0.2);
	margin-top: 30px;
	padding: 30px 0;
}

.az-content-wrap {
	margin: 0 5%;
}

.az-content-one {
	float: left;
	width: 65%;
}

.az-content-two {
	display: inline-block;
	width: 35%;
}

.az-post-thumbnail {
	float: left;
	margin-right: 30px;
	width: 45%;
}

.az-post-title {
	font-weight: 600;
}

.az-highlight {
	background-color: #fff;
	margin-left: 20%;
	padding: 30px 20px;
	text-align: center;
}

.az-date {
	background-color: #1675E8;
	color: #fff;
}

.az-title {
	font-family: 'Lato', serif;
	font-size: 50px;
	margin: 15px 0;
}

.az-post-meta .cat-links a {
	background-color: #ff5722;
	border: none;
	color: #fff;
	padding: 0 8px;
	text-transform: none;
}

/* Main Content Area */
.main-content-area {
	display: inline-block;
	float: left;
	width: 100%;
}

.lw-area .main-content-area,
.rw-area .main-content-area {
	width: 70%;
}

.lw-area.rw-area .main-content-area {
	width: 50%;
}

.left-widget-area {
	display: inline-block;
	width: calc(30% - 20px);
	margin-left: 20px;
}

.right-widget-area {
	display: inline-block;
	float: right;
	width: calc(30% - 20px);
	margin-left: 20px;
}

.lw-area.rw-area .left-widget-area {
	width: calc(20% - 20px);
}

.main-content-area .widget,
.left-widget-area .widget,
.right-widget-area .widget,
#secondary .widget {
	/* background-color: #fff;
	border: 1px solid rgba(0,0,0, 0.1);
	margin: 0 0 1.250em;
	padding: 20px; */
}

.main-content-area .widget-title:after {
	content: "";
	background-color: #ff5722;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -6px;
	left: 0;
}

.main-content-area .widget-title {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}

.left-widget-area .widget-title {
	background-color: #f8f8f8;
	position: relative;
	margin: -20px -20px 20px;
	padding: 8px 15px;
	border-bottom: 1px solid rgba(0,0,0, 0.1);
}

.right-widget-area .widget-title,
#secondary .widget-title {
	background-color: #ff5722;
	color: #fff;
	position: relative;
	margin: -28px 0 20px;
	padding: 8px 15px;
	text-align: center;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 3em;
	/* Make sure select elements fit in widgets. */
}

#secondary .widget {
	/* background-color: #fff;
	border: 1px solid rgba(0,0,0, 0.1);
	padding: 25px; */

	/* background-color: #f8f8f8;
	margin-top: 0px;
	padding: 1px 0px;
	margin-bottom: 20px;
	border-radius: 5px; */
	/* width: 100%;
  margin-bottom: 30px;
  background-color: #fafafa;
  border-radius: 5px;
  padding: 12px 15px;
  box-sizing: border-box; */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------*/

.widget-title {
    font-size: 18px;
    margin-top: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
    list-style: none;
    margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
    border-bottom: 1px dashed #d9d9d9;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
    border: none;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a {
    color: #838383;
    font-size: 14px;
    line-height: 26px;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline-block;
}

.widget_search .search-field,
.post-page-search .search-field {
	width: calc(100% - 81px);
	float: left;
	border-radius: 0;
	height: 36px;
	-webkit-appearance: none;
}

.widget_search .search-submit,
.post-page-search .search-submit {
	height: 36px;
	width: 80px;
	background-color: #ff5722;
	border-color: #ff5722;
	color: #ffffff;
	margin-left: -1px;
}

.widget_recent_entries .post-date {
    color: #8f8f8f;
    display: block;
    font-size: 11px;
    margin-top: -5px;
    padding-left: 24px;
}

.widget_nav_menu .sub-menu {
    margin-bottom: -10px;
    margin-top: 10px;
    padding-left: 10px;
}

.widget_nav_menu li:before {
    top: 0;
}

.widget_tag_cloud .tagcloud a {
	color: #fff;
	font-size: 14px !important;
	padding: 0px 7px;
	display: inline-block;
	margin: 0 5px 8px 0;
	background-color: #888;
	border-radius: 3px;
	line-height: 25px;
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: #555;
}

/* Calendar */
#wp-calendar {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,0.1);
}

#wp-calendar thead th {
  padding-bottom: 5px;
  font-size: 14px;
  text-align: center;
}

#wp-calendar caption {
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}

#wp-calendar tbody td a {
  display: block;
}

#wp-calendar tfoot #prev,
#wp-calendar tfoot #next {
  padding: 8px 5px;
}

#wp-calendar tfoot #prev a,
#wp-calendar tfoot #next a {
  color: inherit;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

#wp-calendar tfoot #next {
  text-align: right;
}

#wp-calendar thead tr th {
  padding: 8px;
  text-align: center;
  font-weight: 700;
  background-color: rgba(0,0,0,0.03);
}

#wp-calendar tbody td {
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  text-align: center;
  border-color: rgba(0,0,0,0.1);
}

#wp-calendar tbody td a {
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}

/* Footer Widget */
#colophon .widget-title:after {
	content: "";
	background-color: #ff5722;
	width: 20%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

#colophon .widget-title {
	display: inline-block;
	font-family: 'Play', serif;
	font-size: 18px;
	position: relative;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 5px;
	width: 100%;
}

/* Recent Post Widget */
.widget-latest-posts .post {
	border-bottom: 1px dashed #d9d9d9;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.widget-latest-posts .post:last-child {
	border-bottom: none;
}

.widget-latest-posts .post-thumbnail {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 20px;
}

.left-widget-area .widget-latest-posts .post-thumbnail {
	height: auto;
	margin-right: 0;
	margin-bottom: 5px;
	width: 100%;
}

.widget-latest-posts .entry-header,
.widget-latest-posts .sticky .entry-header {
	margin-bottom: 0;
 	text-align: left;
 }

.widget-latest-posts .entry-title {
	font-family: 'Play', serif;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.widget-latest-posts .entry-header .entry-meta a {
	font-size: 11px;
}

.widget-latest-posts .entry-header .entry-meta .posted-on a {
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0;
	text-transform: uppercase;
}

/* List Category Posts Widget */

.widget_list_category_posts {
	display: inline-block;
	margin-bottom: 10px;
}

.main-content-area .widget_list_category_posts,
.left-widget-area .widget_list_category_posts,
.right-widget-area .widget_list_category_posts,
#secondary .widget_list_category_posts {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

.main-content-area .widget_list_category_posts .list-category-posts-half {
	width: calc(50% - 0.625em);
	display: inline-block;
	padding: 20px;
	background-color: #fff;
}

.widget_list_category_posts .list-category-posts-half {
	border: 1px solid rgba(0,0,0, 0.1);
	padding: 20px;
	background-color: #fff;
	margin-bottom: 20px;
}

.main-content-area .widget_list_category_posts .lcp-right {
	float: right;
}

.list-category-posts-wrap {
	display: inline-block;
	width: 100%;
}

.list-category-post {
	clear: both;
	margin-bottom: 15px;
	display: inline-block;
}

.widget_list_category_posts .list-category-post:not(:first-child) .list-category-post-thumbnail {
	float: left;
	width: 30%;
	margin-right: 15px;
}

.left-widget-area .widget_list_category_posts .list-category-post:not(:first-child) .list-category-post-thumbnail {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.right-widget-area .widget_list_category_posts .list-category-post:first-child .list-category-post-thumbnail {
	float: left;
	width: 30%;
	margin-right: 15px;
}

.left-widget-area .widget_list_category_posts .list-category-post:first-child .cat-links,
.right-widget-area .widget_list_category_posts .list-category-post:first-child .cat-links,
.widget_list_category_posts .list-category-post:not(:first-child) .cat-links {
	display: none;
}

.list-category-post-thumbnail {
	margin-bottom: 10px;
	margin-top: 5px;
}

.list-category-post-thumbnail img {
	width: 100%; /* ie fixed */
}

.list-category-post-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 5px;
}

#secondary .list-category-post-title,
.left-widget-area .list-category-post-title,
.right-widget-area .list-category-post-title {
	font-size: 15px;
	line-height: 1.4;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-title {
	font-size: 26px;
}

.sticky-post-tag {
	position: absolute;
	transform: rotate(90deg);
	transform-origin: top right;
	right: 0;
	top: 88px;
	z-index: 3;
}

.single .sticky-post-tag {
	display: none;
}

.sticky-name {
	background-color: #ff5722;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3px 6px;
	font-size: 11px;
	display: inline-block;
	text-transform: uppercase;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

.entry-content a {
	color: #1e87f0;
	cursor: pointer;
	border-bottom: 1px dashed #3f51b5;
	font-weight: 500 !important;
	text-decoration: none;
}
.entry-content p{
	margin-bottom: 20px;
  color: #212121;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}
.entry-content p:last-child {
	margin: 0;
}

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

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

.entry-title {
  display: block;
  padding: 0;
  position: relative;
	margin: 10px 0 10px;
	font-weight: 700;
	color: #333;
	font-size: 30px;
}

.post-thumbnail {
	margin-bottom: -1px;
	position: relative;
	z-index: 2;
}

.page #primary .post-thumbnail,
.single #primary .post-thumbnail {
	width: 100%;
	margin: 0 0 30px;
}

.entry-content ul,
.entry-content ol {
	padding: 0 0 0 20px;
}

/*--------------------------------------------------------------
## Posts meta links
--------------------------------------------------------------*/
.entry-meta {
	font-size: 14px;
}

.entry-meta a {
	color: #999;
	font-size: 14px;
	margin: 0 6px 8px 0;
}

.entry-header .entry-meta .posted-on:before,
.entry-footer .entry-meta span:before,
.entry-footer .entry-meta .tag-links a:before {
	content: "";
	background-color: #ff5722;
	border-radius: 5px;
	height: 5px;
	width: 5px;
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}

.entry-footer .entry-meta span:first-child:before,
.entry-footer .entry-meta .tag-links a:first-child:before {
	display: none;
}

.entry-footer .entry-meta .cat-links a {
	margin-left: 5px;
}

.cat-links a {
	border-bottom: 1px solid #333;
	color: #333;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 10px 5px 0;
}

.cat-links a:last-child {
	margin-left: 0;
}

.entry-footer .entry-meta .cat-links a:first-child {
	margin-left: 0;
}

.author.vcard a,
.posted-on a,
.comments-link a {
	color: #999;
	font-size: 13px;
	margin-right: 5px;
}

/*--------------------------------------------------------------
## Home Page posts
--------------------------------------------------------------*/
.posts-holder,
.infinite-wrap {
	margin: 0 -13px 0 -7px;
}

#primary .posts-holder .post,
#primary .posts-holder .page,
.infinite-wrap .post,
.infinite-wrap .page {
	margin-bottom: 50px;
	padding: 0 10px;
	position: relative;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-left: -3px;
}

.left-sidebar #primary .posts-holder .post,
.left-sidebar #primary .posts-holder .page,
.left-sidebar .infinite-wrap .post,
.left-sidebar .infinite-wrap .page {
	margin-right: -3px;
}

.entry-content-holder {
	background-color: #fff;
	border: 1px solid rgba(0,0,0, 0.1);
	padding: 20px;
}

.single .entry-content-holder {
	border: none;
	background-color: transparent;
	padding: 0;
}

.single .post,
body.page .page {
	/* background-color: #fff;
	border: 1px solid rgba(0,0,0, 0.1);
	padding: 30px; */
}

.entry-footer .entry-meta {
	font-size: 13px;
}

/*------------------- Error Page ---------------------------*/
.error404 #primary {
	width: 100%;
}

.error-404 {
	text-align: center;
	margin: 50px 0;
}

.error-page-img {
	margin-bottom: 50px;
}

.error-text {
	font-size: 25px;
	margin-bottom: 50px;
}

.error-404 .search-field {
	width: 50%;
	padding: 4px 15px;
}

.error-404 .search-submit {
	margin-left: -4px;
	padding: 10px 40px;
	background-color: #333;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
a.more-link {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	margin-left: 10px;
	text-decoration: none;
}

a.more-link:hover {
	color: #999;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment {
	list-style: none;
	position: relative;
}

.comment .comment-body {
	margin: calc(2 * 1rem) 0 0;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-metadata a {
	color: #999;
	margin-right: 10px;
	font-size: 13px;
}

.comment-edit-link {
	font-weight: bold;
}

/*--------------------------------------------------------------
## Single Post Comments
--------------------------------------------------------------*/
.comments-area {
	margin-top: 50px;
	width: 50%;
}

.comments-area .comment-form p {
	margin-bottom: 20px;
}

.comments-area .comment-form p label {
	display: block;
}


/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.posts-navigation .nav-links,
.post-navigation .nav-links {
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 10px;
}

.posts-navigation .nav-links .nav-previous:before,
.post-navigation .nav-links .nav-previous:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
    content: "\f100";
    margin-left: 10px;
}

.posts-navigation .nav-links .nav-next:after,
.post-navigation .nav-links .nav-next:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
    content: "\f101";
    margin-right: 10px;
}

.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
	display: inline-block;
	padding: 5px 10px;
}

.posts-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-next {
	background-color: #fff;
	border: 1px solid #eee;
	float: left;
}

.posts-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-next {
	float: right;
}

.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next,
.posts-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-next a {
	color: #ff5722;
}

.posts-navigation .nav-links .nav-previous:hover,
.posts-navigation .nav-links .nav-next:hover,
.post-navigation .nav-links .nav-previous:hover,
.post-navigation .nav-links .nav-next:hover {
	background-color: #f8f8f8;
}


/* Numeric Pagination */

.navigation.pagination {
	text-align: center;
}

.pagination .nav-links {
	background-color: #fff;
	border: 1px solid #eee;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	padding: 0 20px;
}

.pagination .nav-links .page-numbers {
	color: #484848;
	display: inline-block;
	height: 40px;
	vertical-align: middle;
	line-height: 40px;
	padding: 0 10px;
}

.pagination .nav-links .page-numbers.current,
.pagination .nav-links .page-numbers:hover {
	color: #ff5722;
}


.pagination .nav-links .prev:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 13px;
	font-weight: bold;
	content: "\f30a";
	margin-right: 10px;
}

.pagination .nav-links .next:after {
	font-family: 'Font Awesome 5 Free';
	font-size: 13px;
	font-weight: bold;
	content: "\f30b";
	margin-left: 10px;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll .navigation.pagination,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

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

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Main Banner
--------------------------------------------------------------*/
.main-banner {
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px;
}

.banner-list {
	background-color: #fff;
	border: 1px solid rgba(0,0,0, 0.1);
	padding: 20px;
	max-width: 1240px;
	margin: 0 auto;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	width: 100%; /* ie fixed */
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: flex;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	background-color: transparent;
	font-size: 0;
	position: absolute;
	padding: 0;
	top: 0;
	bottom: 0;
	outline: none;
	width: 10%;
	z-index: 2;
}

.slick-arrow:hover,
.slick-arrow:focus {
	background-color: transparent;
}

.slick-prev {
	right: 0;
	cursor: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjQ5IDMxLjQ5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMS40OSAzMS40OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiPgo8cGF0aCBkPSJNMjEuMjA1LDUuMDA3Yy0wLjQyOS0wLjQ0NC0xLjE0My0wLjQ0NC0xLjU4NywwYy0wLjQyOSwwLjQyOS0wLjQyOSwxLjE0MywwLDEuNTcxbDguMDQ3LDguMDQ3SDEuMTExICBDMC40OTIsMTQuNjI2LDAsMTUuMTE4LDAsMTUuNzM3YzAsMC42MTksMC40OTIsMS4xMjcsMS4xMTEsMS4xMjdoMjYuNTU0bC04LjA0Nyw4LjAzMmMtMC40MjksMC40NDQtMC40MjksMS4xNTksMCwxLjU4NyAgYzAuNDQ0LDAuNDQ0LDEuMTU5LDAuNDQ0LDEuNTg3LDBsOS45NTItOS45NTJjMC40NDQtMC40MjksMC40NDQtMS4xNDMsMC0xLjU3MUwyMS4yMDUsNS4wMDd6IiBmaWxsPSIjRkZGRkZGIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=), default;
}

.slick-next {
	left: 0;
	cursor: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjQ5NCAzMS40OTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjQ5NCAzMS40OTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPHBhdGggZD0iTTEwLjI3Myw1LjAwOWMwLjQ0NC0wLjQ0NCwxLjE0My0wLjQ0NCwxLjU4NywwYzAuNDI5LDAuNDI5LDAuNDI5LDEuMTQzLDAsMS41NzFsLTguMDQ3LDguMDQ3aDI2LjU1NCAgYzAuNjE5LDAsMS4xMjcsMC40OTIsMS4xMjcsMS4xMTFjMCwwLjYxOS0wLjUwOCwxLjEyNy0xLjEyNywxLjEyN0gzLjgxM2w4LjA0Nyw4LjAzMmMwLjQyOSwwLjQ0NCwwLjQyOSwxLjE1OSwwLDEuNTg3ICBjLTAuNDQ0LDAuNDQ0LTEuMTQzLDAuNDQ0LTEuNTg3LDBsLTkuOTUyLTkuOTUyYy0wLjQyOS0wLjQyOS0wLjQyOS0xLjE0MywwLTEuNTcxTDEwLjI3Myw1LjAwOXoiIGZpbGw9IiNGRkZGRkYiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==), default;
}

.slide-text-content:after,
.highlighted-category-header:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	transition: opacity 0.2s;
	background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.75));
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-content {
	color: #fff;
	position: relative;
	min-height: 200px;
}

.slide-thumb {
	display: table-cell;
}

.slide-text-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.slide-text-content {
	display: table-cell;
	padding: 30px 50px 20px;
	vertical-align: middle;
}

.slide-text-content .slide-meta {
	margin-bottom: 5px;
}

.slide-text-content .slide-meta span a {
	color: #fff;
	font-size: 12px;
}

.slide-title a {
	color: #fff;
}

.slide-title {
	color: #fff;
	font-family: "Play", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	margin: 0 0 10px;
	word-wrap: break-word;
}

.slide-text {
	font-family: 'Lato', serif;
	position: relative;
	text-transform: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	z-index: 9;
	letter-spacing: 0.5px;
}

.slide-text-content a.more-link {
	font-weight: bold;
	padding: 5px;
	width: auto;
	margin-top: 0;
	display: none;
}

.slick-dots {
	position: absolute;
	top: 25px;
	z-index: 2;
	left: 30px;
	text-align: center;
	margin: 0;
}

.slick-dots li {
	list-style: none;
	line-height: 10px;
	display: block;
}

.slick-dots button {
	background-color: #fff;
	border-radius: 20px;
	font-size: 0;
	padding: 5px;
}

.slick-dots .slick-active button {
	opacity: 0.4;
}

/* Category Slide Widget */

.widget_category_slide {
	position: relative;
	width: 100%;
}

.category-slide-post-title {
	font-size: 16px;
	margin-bottom: 5px;
}


.category-slide-navigation {
	height: 50px;
	position: absolute;
	width: 50px;
	top: 0;
	right: 0;
}

.widget_category_slide .category-slide-nav {
	border: 1px solid rgba(255,255,255,0.2);
	position: absolute;
	right: 1px;
	top: 2px;
	color: rgba(255,255,255,0.5);
	cursor: pointer;
	width: 24px;
	height: 24px;
	text-align: center;
	padding-top: 3px;
}

.widget_category_slide .cs-next {
	right: 24px;
	top: 2px;
	border-right-color: transparent;
}

.advertise-area .widget_category_slide .slick-list,
.main-content-area .widget_category_slide .slick-list {
    margin-right: -10px;
}

.advertise-area .widget_category_slide .slick-slide,
.main-content-area .widget_category_slide .slick-slide {
    padding-right: 10px;
}

.advertise-area .widget_category_slide .category-slide-wrap-single .slick-list,
.main-content-area .widget_category_slide .category-slide-wrap-single .slick-list {
	margin-right: 0;
}

.advertise-area .widget_category_slide .category-slide-wrap-single .slick-slide,
.main-content-area .widget_category_slide .category-slide-wrap-single .slick-slide {
	padding-right: 0;
}

/* Category Slider Single */
.category-slide-wrap-single .category-slide-post-content:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	transition: opacity 0.2s;
	background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.75));
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.category-slide-wrap-single .category-slide-post-content {
	position: absolute;
	bottom: 0;
	padding: 30px 30px 20px;
	width: 100%;
	background-color: transparent;
	z-index: 1;
}

#secondary .category-slide-wrap-single .category-slide-post-content,
.left-widget-area .category-slide-wrap-single .category-slide-post-content,
.right-widget-area .category-slide-wrap-single .category-slide-post-content,
#colophon .category-slide-wrap-single .category-slide-post-content {
	padding: 0 10px 5px;
}

.category-slide-wrap-single .category-slide-post-title,
.category-slide-wrap-single .category-slide-post-title a {
	color: #fff;
}

/* Blog Category Widget */

.widget_blog_category_posts {
	display: inline-block;
}

.blog-category-post {
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}

.blog-category-post-meta {
	margin-top: -5px;
}

.blog-category-post-thumbnail {
	width: 40%;
	float: left;
	margin-right: 20px;
}

.blog-category-post-title {
	font-size: 26px;
	margin: 10px 0;
}

.blog-category-post-thumbnail img {
	width: 100%; /* ie fixed */
}

.right-widget-area .blog-category-post-title,
.left-widget-area .blog-category-post-title,
#secondary .blog-category-post-title,
#colophon .blog-category-post-title {
	font-size: 18px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#colophon {
	display: block;
	background: #222;
  padding: 70px 0px;
}

.footer-sidebar {
	background-color: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 50px 0 10px;
}

.copyright-area {
	/* background-color: #242C35; */
	color: #848790;
	font-size: 14px;
	padding: 20px 0;
	text-align: center;
}

.footer-menu-container {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin: 20px 0;
	padding: 0 20px 20px;
	position: relative;
	text-align: left;
}

.footer-menu-container ul {
	margin: 0;
}

.footer-menu li {
	display: inline-block;
	margin-right: -4px;
	width: 16.67%;
	vertical-align: top;
}

.footer-menu li a {
	color: #848790;
	display: block;
	margin: 0 10px 5px 0;
}

.footer-menu li a:hover {
	color: #fff;
}

.footer-menu > li > a {
	color: #d4d4d4;
	font-size: 15px;
	font-weight: bold;
}

.footer-menu li ul li {
	display: inline-block;
	width: 100%;
}

.footer-menu-container .dropdown-toggle {
	display: none;
}

.site-info {
	display: inline-block;
	padding: 5px 0;
}

.footer-right-info {
	display: inline-block;
	float: right;
}

.back-to-top {
	background-color: #ff5722;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 0;
	height: 35px;
	width: 35px;
	padding: 0;
	position: fixed;
	bottom: 30px;
	right: 30px;
	text-align: center;
	z-index: 100;
}

.back-to-top i {
	font-size: 18px;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.back-to-top:hover i {
	margin-top: -3px;
	opacity: 0.7;
}


/*customized footer--*/
#colophon .container{
	width:1020px;
	/* max-width: 1250px; */
  margin: 0px auto;
}
#colophon .container .first-layer{
	padding: 0 40px;
}
#colophon .container .second-layer{
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ft-column{
 	color:rgb(255,255,255,0.5);
	float:left;
	display: inline;
	padding-left: 30px;
	width: 214px;
}
.ft-column-last{
	width: 306px;
}
.ft-column h3{
	color: #fff;
  font-size: 14px;
	line-height: 1.5;
  font-weight: 300;
  margin: 5px 0px;
}
.ft-column ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.ft-column ul li{
	list-style: none;
	padding: 2px 0;
}
.ft-column ul li a{
	color:rgb(255,255,255,0.5);
	font-size:12px;
}
.ft-column ul li a:hover{
	color:rgb(255,255,255,1);
}
.footer-list-10{
	margin-bottom: 10px;
}
.footer-list{
	margin-bottom: 30px;
}

.footer-button{
	border: 1px solid #eee;
  padding: 6px 15px;
  margin-bottom: 8px;
  text-align: center;
  width: 150px;
}
.footer-button a{
	display: block;
	font-size: 12px;
  font-weight: 300;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #eee;
	line-height: normal;
	padding: 0;
}

.mobile_footer{
	display: none;
}
/*--------------------------------------------------------------
# Bbpress
--------------------------------------------------------------*/
#bbpress-forums div.bbp-search-form {
	float: none;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
	border-top: none;
}

#bbpress-forums li.bbp-header ul li,
#bbpress-forums li.bbp-footer {
	color: #484848;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic,
#bbpress-forums fieldset.bbp-form,
.widgetable .bbp-login-form,
.widgetable .bbp-logged-in,
.bbp-pagination-links a {
	border-color: #eee;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd,
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header, .widgetable .bbp-login-form, .widgetable .bbp-logged-in,
#bbpress-forums li.bbp-header,
#bbpress-forums fieldset.bbp-form {
	background-color: #f8f8f8;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	border-width: 2px;
}

#bbpress-forums li.bbp-header,
#bbpress-forums fieldset.bbp-form {
	background-color: #f8f8f8;
}

#bbpress-forums #bbp-search-form #bbp_search {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 70%;
	margin-bottom: 20px;
}

#bbpress-forums #bbp-search-form #bbp_search_submit {
	width: 30%;
	margin-left: -3px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 34px;
	padding: 0;
	vertical-align: top;
	background-color: #B68C70;
	border: none;
	font-size: 16px;
	color: #fff;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	padding: 10px 20px;
	min-height: 70px;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	font-size: 14px;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	padding: 25px 35px !important;
	line-height: 1;
}

a.bbp-forum-title, a.bbp-topic-permalink {
	line-height: 30px;
	font-weight: 600;
	font-style: normal;
	color: #333;
	font-size: 16px;
}

div.bbp-template-notice.info {
	border: 1px solid #e4e4e4;
	background-color: #f8f8f8;
}

div.bbp-template-notice,
div.indicator-hint {
	background-color: #fefcf5;
	border-color: #ffe698;
	color: #000;
}

#bbpress-forums div.even,
#bbpress-forums ul.even {
	background-color: #fafafa;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd,
#bbpress-forums fieldset.bbp-form {
	background-color: #fff;
}

#bbpress-forums li.bbp-footer {
	display: none;
}

.forum-highlight {
    background-color: #f8f8ff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #9c91f2;
    margin-bottom: 30px;
}

.register-extension {
    border: 1px solid #dddaf4;
    clear: both;
    padding: 5px 10px;
    margin-bottom: 20px;
    float: left;
    display: block;
    background-color: #f8f8ff;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

.woocommerce-MyAccount-navigation ul li {
	display: block;
	background-color: #f8f8ff;
	margin-bottom: 5px;
	padding: 5px 15px;
}

.woocommerce-product-search button {
	display: inline-block;
	margin-left: -4px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: #ff5722;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, .woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #ff5722;
}

.woocommerce span.onsale {
	min-height: auto;
	min-width: auto;
	padding: 4px 20px;
	line-height: 1.5;
	top: 1.5em;
	left: -0.5em;
	border-radius: 0;
	background-color: #ff5722;
}

.woocommerce ul.products li.product .onsale {
	top: 20px;
	right: -5px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
	color: #ff5722;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #dad8da;
	color: #515151;
}

/*--------------------------------------------------------------
# Responsive Web Design Media Queries
--------------------------------------------------------------*/

@media only screen and (max-width: 1400px) {
	.slide-text-content {
		padding: 20px;
	}

	.slide-text {
		font-size: 14px;
	}

	.slide-text-content a.more-link {
		padding: 5px 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.wrap {
		margin-left: 5%;
		margin-right: 5%;
	}

	.clock {
		font-size: 12px;
		right: 20px;
	}

	#time {
		height: auto;
	}

	.highlighted-category-left {
		width: 100%;
		margin: 0;
	}

	.highlighted-category-left .highlighted-category-content {
		width: 49%;
		display: inline-block;
		margin-bottom: 20px;
	}

	.highlighted-category-content:nth-child(2n) {
		float: right;
	}

	.highlighted-category-thumbnail {
		margin-bottom: 0;
	}

	.slide-title {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.wrap {
		max-width: 94%;
		margin: 0 auto;
	}

	.slide-text {
		display: none;
	}

	.lw-area .main-content-area,
	.rw-area .main-content-area,
	.lw-area.rw-area .main-content-area {
		width: 100%;
	}



	.lw-area .left-widget-area,
	.rw-area .right-widget-area {
		margin: 0;
		width: 100%
	}

	.lw-area.rw-area .right-widget-area,
	.lw-area.rw-area .left-widget-area {
		width: 49%;
	}

	.theiaStickySidebar {
		position: static !important;
		transform: none !important;
	}

	.az-title {
		font-size: 40px;
	}
}

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

	.flash-news {
		width: 100%;
	}

	.clock {
		display: none;
	}

	.has-sidebar #primary {
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
	}

	.has-sidebar #secondary {
		padding-left: 0;
		width: 100%;
	}

	.slide-thumb,
	.slide-text-wrap {
		display: block;
		width: 100%;
	}

	#primary .posts-holder .post,
	#primary .posts-holder .page,
	.infinite-wrap .post,
	.infinite-wrap .page {
		width: 50%;
	}
}

@media only screen and (max-width: 768px) {
	.advertise-area {
		padding-top: 1em;
	}

	.advertise-area .widget_media_image {
		margin-bottom: 1em;
	}

	.main-header-brand .site-branding,
	.main-header-brand .header-right {
		display: block;
		text-align: center;
		width: 100%;
	}

	.site-title {
		font-size: 24px;
	}

    .navigation-top {
    	background-color: #fff;
	    float: inherit;
	}

	.main-header-brand .navigation-top,
	.main-header-brand .sticky-wrapper,
	#nav-sticker {
		display: none;
	}

	.main-header > .navigation-top:before {
		content: "";
		background-color: #ff5722;
		height: 41px;
		width: 100%;
		display: block;
		position: absolute;
	}

	.main-header > .navigation-top,
	.main-header > .secondary-navigation {
		display: block;
		width: 100%;
	}

	.header-social-menu {
		float: left;
	}

	.menu-toggle-wrap {
	    float: left;
	    display: inline-block;
	    position: relative;
	    z-index: 9999;
	}

	.main-navigation {
		display: block;
		margin: 0;
		max-width: 100%;
	}

	.main-navigation > ul > li > a {
		line-height: 36px;
	}

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

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

	.main-navigation > ul > li.current-menu-item > a,
	.main-navigation > ul > li.current_page_item > a,
	.main-navigation > ul > li.current-menu-ancestor > a,
	.main-navigation > .menu > ul > li.current-menu-item > a,
	.main-navigation > .menu > ul > li.current_page_item > a,
	.main-navigation > .menu > ul > li.current-menu-ancestor > a {
		background-color: transparent;
		border: none;
		margin-bottom: 0;
	}

	.secondary-navigation {
		float: none;
		position: inherit;
	}

	.main-navigation ul.menu,
	.main-navigation .menu > ul {
		padding: 10px;
	}

	.main-navigation ul.menu,
	.secondary-navigation ul.secondary-menu {
		display: none;
		width: 100%;
		clear: both;
	}

	.main-navigation div.menu > ul {
	    display: none;
	}

    .main-navigation ul li,
    .secondary-navigation ul li {
        display: block;
        float: none;
        line-height: 36px;
    }

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

    .dropdown-toggle {
		background: #333;
		color: #fff;
		cursor: pointer;
		display: block;
		/* height: 28px; */
		/* line-height: 25px; */
		position: absolute;
		right: 15px;
		text-align: center;
		top: 6px;
		/* width: 24px; */
		padding: 4px 10px;
	}

	.secondary-navigation .dropdown-toggle {
		display: none;
	}

	.dropdown-toggle .fas {
	    font-size: 12px;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.dropdown-toggle.active .fas {
	    -webkit-transform: rotate(-180deg);
	    -moz-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	    -o-transform: rotate(-180deg);
	    transform: rotate(-180deg);
	    -webkit-transform-origin: 50% 50%;
	    -moz-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	    -o-transform-origin: 50% 50%;
	    transform-origin: 50% 50%;
	}

    .main-navigation ul>li:hover > .dropdown-toggle,
    .main-navigation ul>li.current-menu-item .dropdown-toggle,
    .main-navigation ul>li.current-menu-ancestor .dropdown-toggle {
        background-color: #ff5722;
    }

    .main-navigation ul li.menu-item-has-children > a:before,
    .main-navigation ul li.page_item_has_children > a:before,
    .main-navigation ul.sub-menu li.menu-item-has-children > a:before,
    .main-navigation ul.children li.page_item_has_children > a:before {
        display: none;
    }

    .main-navigation ul li:hover > a,
	.main-navigation ul li.current-menu-item > a,
	.main-navigation ul li.current_page_item > a,
	.main-navigation ul li.current-menu-ancestor > a {
	    color: #ff5722;
	}

	.main-navigation ul li ul li:hover,
	.main-navigation ul li ul li.current-menu-item,
	.main-navigation ul li ul li.current_page_item,
	.main-navigation ul li ul li.current-menu-ancestor {
		background-color: transparent;
	}

    .main-navigation ul.sub-menu,
    .main-navigation ul.children {
        position: static;
        min-width: 100%;
        opacity: 1;
        top: 0;
        left: 0;
        visibility: visible;
        display: none;
        background: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .main-navigation ul>li:hover>.sub-menu,
    .main-navigation ul>li:hover>.children {
        top: 0;
    }

    .main-navigation ul.menu>li:hover>a:after,
    .main-navigation ul.menu>li.current-menu-item>a:after {
        display: none;
    }

    .main-navigation ul.sub-menu li,
    .main-navigation ul.children li {
        border-bottom: none;
    }

    .main-navigation ul.menu li.menu-item-has-children ul li a,
    .main-navigation .menu li.page_item_has_children ul li a {
		padding: 0 45px;
	}

	.menu-toggle,
	.secondary-menu-toggle {
		background-color: transparent;
		position: relative;
		display: block;
		width: 40px;
		height: 40px;
		overflow: hidden;
		padding: 0;
		white-space: nowrap;
		z-index: 3;
	}

	.menu-toggle:hover,
	.secondary-menu-toggle:hover,
	.menu-toggle:focus,
	.secondary-menu-toggle:focus {
		background-color: transparent;
	}

	.secondary-menu-toggle {
		position: absolute;
		top: 2px;
		right: 40px;
	}

	.toggle-bar:before,
	.toggle-bar:after,
	.secondary-toggle-bar:before,
	.secondary-toggle-bar:after {
		content: '';
		right: 0;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-origin: 0% 50%;
		-moz-transform-origin: 0% 50%;
		-ms-transform-origin: 0% 50%;
		-o-transform-origin: 0% 50%;
		transform-origin: 0% 50%;
		-webkit-transition: -webkit-transform 0.3s 0.3s;
		-moz-transition: -moz-transform 0.3s 0.3s;
		transition: transform 0.3s 0.3s;
	}

	.toggle-bar:before,
	.secondary-toggle-bar:before {
		top: -6px;
	}

	.toggle-bar:after,
	.secondary-toggle-bar:after {
		top: 6px;
	}

	.toggle-bar,
	.secondary-toggle-bar {
		position: absolute;
		top: 20px;
		left: 10px;
		margin-top: -2px;
		-webkit-transition: background 0.3s 0.3s;
		-moz-transition: background 0.3s 0.3s;
		transition: background 0.3s 0.3s;
	}

	.toggle-bar,
	.toggle-bar:before,
	.toggle-bar:after,
	.secondary-toggle-bar,
	.secondary-toggle-bar:before,
	.secondary-toggle-bar:after {
		position: absolute;
		display: inline-block;
		height: 3px;
		width: 24px;
		background: #fff;
	}

	.secondary-toggle-bar {
		width: 18px;
	}

	.toggle-text,
	.secondary-toggle-text {
		font-size: 0;
	}

	.toggled .toggle-bar:after {
	-webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-o-transform: translateX(4px) translateY(2px) rotate(-45deg);
	transform: translateX(4px) translateY(2px) rotate(-45deg);
}

	.toggled .toggle-bar:before {
		-webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
		-moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
		-ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
		-o-transform: translateX(4px) translateY(-3px) rotate(45deg);
		transform: translateX(4px) translateY(-3px) rotate(45deg);
	}

	.toggled .toggle-bar {
		background: rgba(46, 50, 51, 0);
	}

	.secondary-navigation .sub-menu li.menu-item-has-children a,
	.secondary-navigation .sub-menu li.page_item_has_children a {
		padding: 0 45px;
	}

	.secondary-navigation ul li {
		border-bottom: none;
	}

	.secondary-menu > li,
	.secondary-menu > li:last-child {
		border: none;
	}

	.secondary-navigation ul.sub-menu,
	.secondary-navigation ul.children {
		background-color: transparent;
		left: 0;
		position: relative;
		top: 0;
		opacity: 1;
		visibility: visible;
		margin: 0;
	}

	.secondary-navigation ul.sub-menu ul,
	.secondary-navigation ul.children ul {
		right: auto;
		left: 0;
		top: 0;
	}

	.secondary-navigation ul li:hover > ul.sub-menu,
	.secondary-navigation ul li:hover > ul.children,
	.secondary-navigation ul li.focus > ul.sub-menu,
	.secondary-navigation ul li.focus > ul.children,
	.secondary-navigation ul li.dropdown-children > ul.sub-menu,
	.secondary-navigation ul li.dropdown-children > ul.children {
		opacity: 1;
		visibility: visible;
		top: 0;
	}

	.search-container-wrap {
		display: block;
	}

	.main-header-brand .search-container-wrap {
		display: none;
	}

	.search-toggle {
		position: absolute;
		right: 10px;
	}

	.search-toggle {
		color: #fff;
	}

	.search-toggle:before {
		border-color: #fff;
	}

	.search-toggle:after,
	.search-toggle span:before,
	.search-toggle span:after {
		background-color: #fff;
	}

	.slide-thumb {
		width: 100%;
	}

	.slide-content {
		min-height: auto;
	}

	.slide-text-content a.more-link {
		border: none;
		padding: 0;
		margin: 10px 0 0;
		text-decoration: underline;
		width: 100%;
	}

	.slide-title {
		font-size: 20px;
	}

	.col-4 .column,
	.column.col-four {
		width: 50%;
	}

	.posts-holder .post,
	.posts-holder .page,
	.posts-holder .product,
	.infinite-wrap .post,
	.infinite-wrap .page,
	.infinite-wrap .product {
		width: 100%;
	}

	.az-content-one,
	.az-content-two {
		width: 100%;
	}

	.az-content-one {
		margin-bottom: 20px;
	}

	.az-highlight {
		margin-left: 0;
	}

	.entry-footer .entry-meta span {
		display: inline-block;
	}

	.footer-menu li {
		width: 33.33%;
	}
}

@media only screen and (max-width: 500px) {
	#content {
		margin: 20px 0;
	}

	.col-4 .column,
	.column.col-four {
		width: 100%;
	}

	.custom-logo-link {
		padding-right: 0;
		width: 80%;
	}

	.custom-logo-link img {
		height: auto;
	}

	.flash-news-header {
		display: none;
	}

	.flash-news-holder {
		margin-top: 10px;
	}

	#primary .posts-holder .post,
	#primary .posts-holder .page,
	.infinite-wrap .post,
	.infinite-wrap .page {
		width: 100%;
	}

	.post-thumbnail {
		width: 100%;
	}

	.entry-content {
		margin: 0;
	}

	.post .entry-content .more-link,
	.page .entry-content .more-link,
	.product .entry-content .more-link {
		margin-top: 15px;
		position: relative;
		text-align: left;
		right: 0;
		bottom: 0;
	}

	.main-content-area .widget_list_category_posts {
		width: 100%;
	}

	.blog-category-post-thumbnail {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.lw-area.rw-area .right-widget-area,
	.lw-area.rw-area .left-widget-area {
		width: 100%;
	}

	.az-post-title {
		font-size: 22px;
	}

	.az-post-thumbnail {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	.main-content-area .widget_list_category_posts .list-category-posts-half {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Print Style
--------------------------------------------------------------*/
@media print {

  @page {
    margin: 2cm;
  }

  .entry {
    margin-top: 1em;
  }

  .entry .entry-header, .site-footer .site-info {
    margin: 0;
  }

  /* Fonts */
  body {
    font: 13pt 'Lato', "Helvetica Neue", helvetica, arial, sans-serif;
    line-height: 1.3;
    background: #fff !important;
    color: #000;
    text-align: left;
  }

  h1 {
    font-size: 24pt;
  }

  h2,
  h3,
  h4,
  .comments-title {
    font-size: 14pt;
    margin-top: 25px;
  }

  /* Page breaks */
  a {
    page-break-inside: avoid;
  }

  blockquote {
    page-break-inside: avoid;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  table, pre {
    page-break-inside: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }

  /* Links */
  a:link, a:visited, a {
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
  }
  a {
    page-break-inside: avoid;
  }
  a[href]:after {
    content: none;
  }
  a:after > img {
    content: "";
  }
  article a[href^="#"]:after {
    content: "";
  }
  a:not(:local-link):after {
    content: " < " attr(href) "> ";
  }
  /* Visibility */
  .flash-news-holder,
  .search-container,
  .custom-header,
  .header-right,
  #nav-sticker,
  .main-navigation,
  .secondary-navigation,
  .main-banner,
  .social-navigation,
  .entry-footer,
  .post-navigation,
  .widget-area,
  .left-widget-area,
  .right-widget-area,
  .footer-sidebar,
  .copyright-area {
    display: none;
  }

  .back-to-top {
    display: none !important;
  }

  .col-4 .column,
  .column.col-four {
	width: 50%;
	}

	.main-content-area,
	.lw-area .main-content-area,
	.rw-area .main-content-area,
	.lw-area.rw-area .main-content-area {
		width: 100%;
	}

	.has-sidebar #primary,
	#primary .posts-holder .post,
	#primary .posts-holder .page,
	.infinite-wrap .post,
	.infinite-wrap .page {
		width: 100%;
	}

	.widget {
		clear: both;
		width: 100%;
	}

}
/* header*/
#masthead{
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#main-header{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	width: 1250px;
	height: 50px;
}
#masthead .mobile_header{
	/* display: flex; */
}
#masthead .desktop_header{
  display: flex;
	width: 1250px;
  height: 50px;
	margin: 0 auto;
}
.feed-language-selector{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.feed-language-selector ul{
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 0px;
}
.feed-language-selector ul li{
	list-style: none;
  padding-right: 15px;
  font-size: 13px;
}
.feed-language-selector ul li a{
	text-decoration: none;
	color: #444;
}
.feed-language-selector ul li.active a{
    color: #ff5722;
}
.logoContainer {
    margin: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
}
.logoContainer img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.searchSignSub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.searchSignSub ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    font-size: 12px;
		margin: 0px !important;
}
.searchSignSub li {
    color: #ff6f00;
    margin-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.searchSignSub a {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #9e9e9e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.searchSignSub .subscribe a {
    color: #ff6f00;
    border: 1px solid #ff6f00;
    padding: 5px 9px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.searchSignSub .subscribe a:hover {
    background-color: #ff6f00;
    color: #fff;
}
.searchSignSub .kinicommunity a {
    color: #673ab7;
    border: 1px solid #673ab7;
    padding: 5px 9px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.searchSignSub .kinicommunity a:hover {
    background-color: #673ab7;
    color: #fff;
}
.searchTag {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.searchButton {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}
/*left sidebar*/
.sectionNav {
    position: relative;
    min-width: 160px;
}
.sectionNavContainer{
  /*	position: -webkit-sticky;
  position: sticky;
  width: 100%;
 top: 80px; */
}
.sectionNavContainer ul{
	margin: 0;
  font-size: 14px;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 8px;
  list-style: none;
}

.sectionNavContainer ul li{
	margin: 0;
  padding: 0;
  list-style: none;
}
.sectionNavContainer ul li a{
	-webkit-text-decoration: none;
  text-decoration: none;
  color: #757575;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sectionNavContainer ul li a:hover{
	background-color: #fff;
	color: #ff6f00 !important;
	border-radius: 5px;
}
.sectionNavContainer .social-media{
	margin: 0px;
	padding: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0px 10px 0px;
}
.sectionNavContainer .social-media li{
	list-style: none;
  margin: 0px;
  padding: 0px;
}
.sectionNavContainer .social-media a.desktop {
	height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e0e0e0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  margin: 0px 4px;
  color: #757575;
}
.sectionNavContainer .social-media a.facebook {
  background-color: #0071ff;
}
.sectionNavContainer .social-media a.twitter {
    background-color: #1da1f2;
}
.sectionNavContainer .social-media a.instagram {
	background: linear-gradient(
45deg
,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.sectionNavContainer .social-media a.youtube {
    background-color: red;
}

/* sidebar */
#tabs{
	/* width: 100%;
	margin-bottom: 30px;
	background-color: #fafafa;
	border-radius: 5px;
	padding: 12px 15px;
	box-sizing: border-box; */
}
#tabs ul{
	border-bottom: 1px solid #d5d5d5;
	list-style: none;
	display: flex;
	margin: 0 0 20px 0;
	padding: 0;
}
#tabs ul li{
	float: left;
	font-size: 15px;
  padding: 0;
  border: none;
  font-weight: 600;
  background: 0;
  padding-bottom: 10px;
  margin-right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #bdbdbd;
  margin-bottom: -1px;
  outline: none;
  cursor: pointer;
	border-bottom: 1px solid #d5d5d5;
	color: #bdbdbd;
}
#tabs ul li a{
	color: #bdbdbd !important;
  font-family: Arial;
}
#tabs .ui-state-active a{
	color: #424242 !important;
}
#tabs .ui-state-active{
	color: #424242 !important;
	border-bottom: 1px solid #ff6f00 !important;
}
#tabs .tabPanel{
	_display: flex;
  padding-top: 15px;
  border-bottom: 1px solid #e6e6e6;
}
#tabs .tabPanelContainer{
	display: flex;
  margin-bottom: 15px;
}
#tabs .tabPanelContainer a{
	display: flex;
	margin: 0px;
	text-decoration: none;
}
#tabs .tabPanelContainer .row-1{
	flex: 1 1 0%;
}
#tabs .image-container{
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
#tabs  .image-container img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0px;
}
#tabs .box.row-2 {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
	flex: 3.5 1 0%;
  padding-left: 10px;
}
#tabs .box.row-2 .tabPanelTitle{
	font-size: 15px;
	font-weight: 600;
	color: rgb(66, 66, 66);
	transition: all 300ms ease 0s;
	line-height: 1.3em;
}
#tabs .box.row-2 .date{
	color: rgb(130, 130, 130);
  font-size: 13px;
  bottom: 0px;
  left: 0px;
}
.trendingListTag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px -5px 0px -5px;
}
.tag-box{
    width: 33.33%;
}
.tag-box  a  {
    background-color: rgba(255,111,0,0.18);
    color: #ff6f00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 5px;
    height: 60px;
    padding: 8px;
    text-align: center;
    line-height: 1.4em;
    font-weight: 500;
    text-transform: capitalize;
}
/*sidebar*/
.side_post {
	width: 100%;
	margin-bottom: 30px;
	background-color: #fafafa;
	border-radius: 5px;
	padding: 12px 15px;
	box-sizing: border-box;
}
.sticky{
	position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.paid_ads{
	text-align:center;
	padding: 100px 0;
	height: 250px;
	width: 100%;
	background: #fbf8f8;
	font-size: 24px;
	font-weight: 400;
	color:#50504f;
	vertical-align: middle;
}
.content p {
    margin-bottom: 20px;
    color: #212121;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
}
/*post*/
.top-meta-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 48px;
}
.top-meta-col .raw-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.top-meta-col .raw-2  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.category{
    background-color: #eee;
    color: #757575;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.33;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
    font-weight: 800;
    border-radius: 6px;
    padding: 5px 10px;
}
h1.post-title{
	margin: 10px 0 10px;
  font-weight: 700;
  color: #333;
  font-size: 30px;
}
.meta-sizing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.meta-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: 'row';
    -ms-flex-direction: 'row';
    flex-direction: 'row';
}
.image-container {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background-color: #f5f5f5;
    background-position: center center;
    background-size: cover;
    display: block;
    margin-right: 15px;
}
.author-image{
    width: 75px;
    height: 75px;
    border-radius: 100%;
   	background-image: url(../images/author.png);
    background-position: center center;
    background-size: cover;
    margin-right: 20px;
}
.meta-container a {
    color: #212121;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 15px;
}
.meta-text {
    padding: 0 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.meta-sizing .row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.sizing {
    width: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 15px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
button {
    background-color: #fff;
    color: #616161;
    font-size: 20px;
    font-weight: 600;
    border: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    padding: 4px 12px 6px 12px;
    border: 1px solid #dedede;
    height: 38px;
}
button:hover {
    background-color: #f5f5f5;
}
button.increase {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
button.decrease {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-left: -1px;
}
.modifiedDate, publishedDate, .comment_count {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comment_count {
    cursor: pointer;
    background-color: #eee;
    padding: 4px 8px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    color: #888;
    margin-left: 10px;
}
.article_content{
	padding: 30px 0 0 0;
}

/*comment*/
.bm_message_below_content {

    position: relative;
    margin: 0px -5px;
    margin-top: 30px;
}
.bm_message_below_content .container {

    background: linear-gradient(to bottom left,#248c00 0%,#00362d 100%) ;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0px 10px 15px -10px rgb(0 0 0 / 30%);
    margin: 0px 5px;
}

.bm_message_below_content .content {
    padding: 0px;
}
.bm_message_below_content .content p {
    color: white;
}
.bm_message_below_content .btn {
    color: black;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    padding: 0 30px;
    width: auto;
    line-height: 38px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.bm_message_below_content .subscribe {
    background: #ffd100;
    margin-left: 0px;
    margin-bottom: 15px;
}
.bm_message_below_content .content p {
    color: white;
}

.link_to_newsletter{
    background-color: #FF6F00;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
    height: 55px;
    padding: 0px 20px;
    border-radius: 10px;
}
.link_to_newsletter a {
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.link_to_newsletter div.jsx-2033840578 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.link_to_newsletter i.jsx-2033840578 {
    display: block;
    color: #FFF;
    font-size: 25px;
    margin-top: 5px;
}
.link_to_newsletter h1 {
    color: #FFF;
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
}

.related_header.jsx-1757390984 {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFA800;
    color: #FFF;
    height: 55px;
    padding: 0px 20px;
    border-radius: 10px;
}
.related_header.jsx-1757390984 h1.jsx-1757390984 {
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
		color:#fff;
}
.control.jsx-1757390984 {
    cursor: pointer;
    font-size: 30px;
    line-height: 20px;
}

/*also like*/
.ob-widget-header{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #444;
	margin: 8px 0px 12px 0px;
}

.ob-widget-items-container .ads_box p{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #212121;
  margin: 5px 0px 5px 0px;
  text-align: left;
  line-height: 1.25;
  font-size: 18px;
}
.ob-widget-items-container .ads_box p span{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    margin: 0px 0px 0px 0px;
    text-align: left;
    font-size: 12px;
    line-height: 1.25;
}

@media (min-width: 1024px) {
	.menu-btn-floating{
		display: none;
	}
	.mobile_header{
		display: none;
	}
	.meta{
		display: none;
	}
}
@media (max-width: 576px) {
	/*header*/
	.desktop_header,
	.feed-language-selector,
	.searchSignSub{
		display: none;
	}
	.logoContainer .site-branding{
		display: none;
	}
	#masthead{

		display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
		border-bottom: none;
		height: auto;
	}
	#main-header{
    z-index: 2;
    /* border-bottom: 1px solid #e5e5e5; */
    /* margin-bottom: 45px; */
		height: 45px;
	}
	.mobile_header{
		display: block;
		position: fixed;
    background-color: white;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #e4e4e4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

	}
	#main-header .mobile_header .menu-btn{
		padding-left: 10px;
		width: 10%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#main-header  .mobile_header .logo{
		width: 80%;
	}
#main-header  .mobile_header .logo a{
	padding-top: 10px;
	padding-bottom: 6px;
	text-align: center;
	width: 100%;
	display: block;
	}
	#main-header .mobile_header .search-btn {
    padding-right: 10px;
    width: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	}
	#content{
		width: 100%;
		max-width: 100%;
	}
	#colophon{
		display:none;
	}

	.hidden-xs{
		display:none;
	}
	.mobile_footer{
		display: block;
	}
	.share-bar{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(26,35,126,0.8);
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
	}
	.share-item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #C5CAE9;
	}
	.menu-btn-floating{
    position: fixed;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
    background: linear-gradient(50deg,rgba(255,87,34,1) 0%,rgba(255,152,0,1) 100%);
    border-radius: 100%;
    z-index: 99999999 !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0px 5px 25px -5px rgb(0 0 0);
	}
	.has-sidebar #third{
		display: none;
	}
	.has-sidebar #secondary{
		display: none;
	}
	.has-sidebar #primary{
		margin-left: 0;
		float: none;
	}
	/*post*/
	.top-meta-col{
		height: auto;
	}
	.category{
    font-size: 9px;
    background-color: rgba(235,101,16,0.15);
    color: #FF6F00;
    font-weight: 700;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 8px;
	}
	.top-meta-col .raw-2{
		display: none;
	}
	h1.post-title{
		margin: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    color: #333;
	}

	.meta{
		display: block;
	}
 .published{
    border-top: 1px solid #e5e5e5;
    padding-top: 7px;
    margin: 0;
    font-size: 12px;
    color: #9e9e9e;
    line-height: 20px;
		display: flex;
}
.metaDivider {
    margin: 0 .6em;
    color: #828282;
    line-height: .7em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comment_count2 {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
	.image-container{
		display: none;
	}
	.meta-sizing{
		display: block;
	}
	.meta-sizing .row-2{
		display: block;
		text-align: center;
	}
	.meta-sizing .row-2 .sizing{
		margin: 0 auto;
	}
	.modifiedDate, .publishedDate, .comment_count{
			display: none;
	}
	.meta-sizing .row-2 .comment_count{
		display: none;
	}
}
