@charset "UTF-8";
/*!
Theme Name: DigiMag Lite
Theme URI: https://gretathemes.com/wordpress-themes/digimag/
Author: GretaThemes
Author URI: https://gretathemes.com
Description: A professional WordPress magazine theme for news, video or tech blog websites. Digimag Lite has a modern, clean and elegant look and lots of customization for your blog. Built on the latest technology of WordPress, Digimag Lite is lightweight, fast and optimized for all mobile phones.
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digimag-lite
Tags: blog, news, entertainment, grid-layout, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, editor-style, featured-image-header, featured-images, footer-widgets, microformats, post-formats, sticky-post, theme-options,  threaded-comments, translation-ready, rtl-language-support, block-styles, wide-blocks

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.

Digimag is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
	margin-top: -40px;
}

.grid > * {
	padding-top: 40px;
	padding-left: 40px;
	width: 100%;
	box-sizing: border-box;
}

.grid--collapse {
	margin-top: 0;
	margin-left: 0;
}

.grid--collapse > * {
	padding-top: 0;
	padding-left: 0;
}

@media (min-width: 768px) {
	.grid--2 > *,
	.grid--3 > *,
	.grid--4 > *,
	.grid--5 > * {
		width: 50%;
	}
}

@media (min-width: 1024px) {
	.grid--3 > * {
		width: 33.3333%;
	}
	.grid--4 > * {
		width: 25%;
	}
	.grid--5 > * {
		width: 20%;
	}
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

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;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #44494f;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.875;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: Poppins, sans-serif;
	word-wrap: break-word;
	line-height: 1.2;
	color: #000;
	margin-bottom: 2.9375rem;
}

h1 {
	font-size: 30px;
	font-size: 1.875rem;
}

h2 {
	font-size: 26px;
	font-size: 1.625rem;
}

h3 {
	font-size: 22px;
	font-size: 1.375rem;
}

h4 {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
}

p {
	margin-bottom: 1.875rem;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 30px 68px 30px 60px;
	padding: 0;
	font-weight: bold;
	font-size: 21px;
	font-size: 1.3125rem;
}

blockquote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
	font-weight: 400;
	color: #bdbec0;
	font-size: 15px;
	font-size: 0.9375rem;
	font-style: italic;
	margin-top: 2px;
	display: block;
	text-align: left;
}

blockquote cite:before,
.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before {
	content: '\2013';
	margin-right: 3px;
}

blockquote p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	margin: 0;
}

.wp-block-pullquote {
	padding: 0;
}

.wp-block-pullquote cite {
	color: #bdbec0;
}

.wp-block-pullquote.aligncenter cite,
.wp-block-pullquote.aligncenter blockquote,
.wp-block-pullquote.aligncenter blockquote cite, .wp-block-pullquote.alignwide cite,
.wp-block-pullquote.alignwide blockquote,
.wp-block-pullquote.alignwide blockquote cite, .wp-block-pullquote.alignfull cite,
.wp-block-pullquote.alignfull blockquote,
.wp-block-pullquote.alignfull blockquote cite {
	text-align: center;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	text-align: left;
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
	font-size: 28px;
}

.wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
	margin: 0;
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignleft blockquote cite, .wp-block-pullquote.alignright blockquote,
.wp-block-pullquote.alignright blockquote cite {
	text-align: left;
}

.wp-block-image.alignleft {
	float: left;
	margin-right: 1em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #1a1e26;
	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: 60px;
	color: #e2e2e2;
}

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%;
}

.dropcap {
	font-family: Poppins, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 60px;
	font-size: 3.75rem;
	background: #0063d1;
	float: left;
	line-height: 0.7;
	padding: 16px 12px;
	border-radius: 3px;
	margin-right: 17px;
	margin-top: 7px;
	text-transform: uppercase;
}

.underline-heading {
	position: relative;
	margin-bottom: 40px;
}

.underline-heading:after {
	content: '';
	display: block;
	margin-top: 13px;
	width: 100px;
	border-top: 3px solid #0063d1;
}

.code-block {
	padding: 60px;
	background: #1a1e26;
}

.code--plain {
	color: #bfd2db;
}

.code--keyword {
	color: #cb70e5;
}

.code--keyword-2 {
	color: #96cd6f;
}

.code--keyword-3 {
	color: #e9636d;
}

.code--variable {
	color: #58aff7;
}

.code--number {
	color: #db9a5c;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-size: 16px;
}

@media (max-width: 1179px) {
	html {
		font-size: 14px;
	}
}

*,
*: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 {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
	overflow-x: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	clear: both;
}

ul,
ol {
	margin: 0 0 1.875rem 18px;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 18px;
	padding-left: 21px;
}

li + li {
	margin-top: 30px;
}

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: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

p {
	word-wrap: break-word;
}

.icofont {
	font-size: 16px;
}

.is-hidden {
	display: none !important;
}

.wp-block-image.alignright {
	padding-left: 1.5em;
}

.wp-block-image.alignleft {
	padding-right: 1.5em;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	font-size: 14px;
	font-size: 0.875rem;
}

thead tr {
	background: #f3f5f8;
}

tr {
	border-bottom: 1px solid #e2e2e2;
}

th {
	font-weight: 400;
	color: #000;
}

td {
	color: #777780;
}

th, td {
	text-align: center;
	padding: 26px 5px;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.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;
	margin-left: auto;
	margin-right: auto;
}

.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;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.wp-block-button__link {
	border: 1px solid;
	border-color: #0063d1;
	font-family: Poppins,sans-serif;
	text-transform: uppercase;
	background: #0063d1;
	color: #fff;
	line-height: 1;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 17px 28px;
	transition: all .3s ease 0s;
	outline: none;
	border-radius: 3px;
	font-weight: bold;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.wp-block-button__link:hover {
	opacity: 0.85;
}

a.wp-block-button__link {
	border-radius: 25px;
}

.tag-alike-style {
	font-family: Poppins, sans-serif;
	padding: 13px 30px;
	color: #777780;
	background: #eff3f8;
	border-radius: 30px;
	font-size: 11px;
	font-size: 0.6875rem;
	text-transform: uppercase;
}

.tag-alike-style:hover {
	color: #fff;
	background: #0063d1;
}

.link-more {
	margin: 0;
}

.link-more a {
	display: inline-block;
}

.digimag-load-more {
	text-align: center;
	margin-top: 10px;
}

.digimag-ajax-more-button {
	padding: 16px 38px;
	font-family: Poppins, sans-serif;
	font-weight: 600;
	color: #3c3c3c;
	background: #eff3f8 !important;
	text-transform: uppercase;
	border-radius: 30px;
	border: none;
	font-size: 12px;
	font-size: 0.75rem;
}

.digimag-ajax-more-button:hover {
	background: #0063d1 !important;
	color: #fff;
}

.digimag-ajax-more-button:hover span {
	color: #fff;
}

.digimag-ajax-more-button.is-disable {
	display: none;
}

.digimag-ajax-more-button i {
	font-size: 16px;
	margin-right: 9px;
}

#infinite-handle .digimag-ajax-more-button span {
	background: none;
	color: inherit;
	display: inline-block;
}

.wp-block-button__link {
	border-radius: 25px;
	padding: 17px 28px;
}

.wp-block-button__link.has-pale-pink-background-color {
	border: 1px solid #f78da7;
}

.wp-block-button__link.has-pale-pink-background-color:hover {
	background: #fff;
	color: #f78da7;
}

.wp-block-button__link.has-vivid-red-background-color {
	border: 1px solid #cf2e2e;
}

.wp-block-button__link.has-vivid-red-background-color:hover {
	background: #fff;
	color: #cf2e2e;
}

.wp-block-button__link.has-luminous-vivid-orange-background-color {
	border: 1px solid #ff6900;
}

.wp-block-button__link.has-luminous-vivid-orange-background-color:hover {
	background: #fff;
	color: #ff6900;
}

.wp-block-button__link.has-luminous-vivid-amber-background-color {
	border: 1px solid #fcb900;
}

.wp-block-button__link.has-luminous-vivid-amber-background-color:hover {
	background: #fff;
	color: #fcb900;
}

.wp-block-button__link.has-light-green-cyan-background-color {
	border: 1px solid #7bdcb5;
}

.wp-block-button__link.has-light-green-cyan-background-color:hover {
	background: #fff;
	color: #7bdcb5;
}

.wp-block-button__link.has-vivid-green-cyan-background-color {
	border: 1px solid #00d084;
}

.wp-block-button__link.has-vivid-green-cyan-background-color:hover {
	background: #fff;
	color: #00d084;
}

.wp-block-button__link.has-pale-cyan-blue-background-color {
	border: 1px solid #8ed1fc;
}

.wp-block-button__link.has-pale-cyan-blue-background-color:hover {
	background: #fff;
	color: #8ed1fc;
}

.wp-block-button__link.has-vivid-cyan-blue-background-color {
	border: 1px solid #0693e3;
}

.wp-block-button__link.has-vivid-cyan-blue-background-color:hover {
	background: #fff;
	color: #0693e3;
}

.wp-block-button__link.has-very-light-gray-background-color {
	border: 1px solid #eee;
}

.wp-block-button__link.has-very-light-gray-background-color:hover {
	background: #fff;
	color: #eee;
}

.wp-block-button__link.has-cyan-bluish-gray-background-color {
	border: 1px solid #abb8c3;
}

.wp-block-button__link.has-cyan-bluish-gray-background-color:hover {
	background: #fff;
	color: #abb8c3;
}

.wp-block-button__link.has-very-dark-gray-background-color {
	border: 1px solid #313131;
}

.wp-block-button__link.has-very-dark-gray-background-color:hover {
	background: #fff;
	color: #313131;
}

.is-style-outline .wp-block-button__link {
	background-color: #fff;
	border: 1px solid #0063d1;
	color: #0063d1;
}

.is-style-outline .wp-block-button__link:hover {
	color: #fff;
	background-color: #0063d1;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	transition: all .3s ease;
	word-wrap: break-word;
	text-decoration: none;
}

a:hover {
	color: #0063d1;
	text-decoration: none;
}

a:visited, a:focus, a:active {
	color: inherit;
}

a img {
	transition: all .3s ease;
}

a img:hover {
	opacity: 0.8;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.is-sticky-header .site-header {
	position: sticky;
	top: 0;
	z-index: 999;
}

.is-sticky-header.admin-bar .site-header {
	top: 32px;
}

.main-navigation {
	background: #0063d1;
}

@media (max-width: 1023px) {
	.main-navigation {
		display: none;
	}
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation li + li {
	margin-top: 0;
}

.main-navigation a {
	height: 100%;
	color: #fff;
	text-transform: uppercase;
	padding: 18px 67px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.main-navigation a:hover, .main-navigation a:focus {
	background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1439px) {
	.main-navigation a {
		padding: 18px 46px;
	}
}

@media (max-width: 1365px) {
	.main-navigation a {
		padding: 18px 40px;
	}
}

@media (max-width: 1279px) {
	.main-navigation a {
		padding: 18px 29px;
	}
}

.main-navigation .primary-menu {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.main-navigation .primary-menu > li {
	text-align: center;
	min-width: 0;
	font-size: 14px;
	font-size: 0.875rem;
}

.main-navigation .primary-menu > li a {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-navigation .primary-menu > li a:hover {
	border-color: rgba(255, 255, 255, 0.1);
}

.main-navigation .primary-menu > li.page_item_has_children > a:after,
.main-navigation .primary-menu > li.menu-item-has-children > a:after {
	content: '\eb25';
	speak: none;
	font: normal normal normal 16px/1 'IcoFont';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	font-size: 0.875rem;
	margin-left: 9px;
}

.main-navigation .primary-menu > li .page_item_has_children > a:after,
.main-navigation .primary-menu > li .menu-item-has-children > a:after {
	content: '\eb27';
	speak: none;
	font: normal normal normal 16px/1 'IcoFont';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	font-size: 0.875rem;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}

.main-navigation .primary-menu > li > .children,
.main-navigation .primary-menu > li > .sub-menu {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.main-navigation ul.children,
.main-navigation .sub-menu {
	background: #0063d1;
	width: calc( 100% + 1px);
}

.main-navigation ul.children li:first-child,
.main-navigation .sub-menu li:first-child {
	margin-top: 0;
}

.site-main .comment-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.post-navigation {
	margin-top: 40px;
}

.post-navigation .nav-links {
	display: flex;
	flex-flow: row wrap;
	margin: -20px 0 0 -40px;
}

.post-navigation a {
	min-height: 260px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	height: 100%;
}

.post-navigation a:hover .post-thumbnail:before {
	opacity: 0.3;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	width: 50%;
	padding: 20px 0 0 40px;
}

@media (max-width: 576px) {
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		width: 100%;
	}
}

.post-navigation .nav-previous .meta-nav,
.post-navigation .nav-next .meta-nav {
	color: rgba(255, 255, 255, 0.7);
	z-index: 2;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	text-transform: uppercase;
	font-weight: bold;
}

.post-navigation .nav-previous .entry-title,
.post-navigation .nav-next .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	color: #fff;
	margin: 18px 0 0;
	letter-spacing: -0.025em;
}

.post-navigation .nav-previous img,
.post-navigation .nav-next img {
	height: 260px;
	object-fit: cover;
}

.post-navigation .nav-next {
	text-align: right;
}

@media (max-width: 575px) {
	.post-navigation .nav-next {
		text-align: left;
	}
}

.post-navigation .entry-meta-nav {
	z-index: 2;
}

.post-navigation .post-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.post-navigation .post-thumbnail:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(136deg, #202225 0%, #181a1c 50%, #101113 100%);
	border-radius: 3px;
	opacity: 0.6;
	transition: 0.3s ease all;
}

.post-navigation .cat-links {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: bold;
	font-family: Poppins, sans-serif;
}

.post-navigation .cat-links[style*="background"] {
	padding: 9px 20px;
}

.top-navigation {
	display: flex;
	align-items: center;
}

.top-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-navigation li {
	float: left;
	padding: 0 16px;
}

.top-navigation li:first-child {
	padding-left: 0;
}

.top-navigation a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-size: 0.8125rem;
}

.top-navigation a:hover {
	color: #0063d1;
}

.mobile-navigation {
	margin-bottom: 50px;
}

@media (min-width: 1024px) {
	.mobile-navigation {
		display: none;
	}
}

/*--------------------------------------------------------------
# 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: 8.75px;
	font-size: 0.54688rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
	position: relative;
}

.site-content.container:before,
.site-content.container:after {
	display: none;
}

.site-content.container,
.main-content-3-cols {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.main-content-3-cols {
	width: 100%;
}

.main-content-3-cols .col-1 {
	margin-top: 52px;
	width: 23.07692%;
}

.main-content-3-cols .col-2 {
	width: 48.71795%;
}

.content-area {
	width: 74.35897%;
	margin: 52px 0 60px;
}

.no-sidebar .content-area {
	margin: 40px auto;
}

.sidebar-area {
	width: 23.07692%;
	z-index: 2;
	position: relative;
	padding: 60px 0 70px 40px;
}

.sidebar-area:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: -10vw;
	bottom: 0;
	left: 0;
	background: #f3f5f8;
}

@media (max-width: 1199px) {
	.sidebar-area {
		padding: 60px 40px 70px 40px;
	}
	.sidebar-area:before {
		right: 0;
	}
}

@media (max-width: 575px) {
	.sidebar-area {
		padding: 60px 15px 70px 15px;
	}
}

@media (max-width: 1199px) {
	.single .main-content-3-cols .col-1 {
		display: none;
	}
	.single .main-content-3-cols .col-2 {
		order: 1;
	}
	.single .widget-area {
		width: 35%;
		order: 2;
	}
	.main-content-3-cols .col-1 {
		width: 35%;
	}
	.main-content-3-cols .col-2 {
		width: 60%;
	}
	.widget-area {
		width: 100%;
	}
}

@media (max-width: 1023px) {
	.content-area, .widget-area,
	.main-content-3-cols .col-1, .main-content-3-cols .col-2, .single .widget-area {
		width: 100%;
	}
}

@media (max-width: 960px) {
	.single .main-content-3-cols .col-2 {
		order: 1;
	}
	.single .main-content-3-cols .col-1 {
		order: 2;
	}
	.single .sidebar-area {
		order: 3;
	}
	.home .col-2 {
		order: 1;
	}
	.home .col-1 {
		order: 2;
	}
	.home .sidebar-area {
		order: 3;
	}
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 576px) {
	.container {
		width: 540px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 768px) {
	.container {
		width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1140px;
	}
}

@media (min-width: 1600px) {
	.container {
		width: 1560px;
	}
}

.page-header {
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding: 7.29167% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #757d86;
}

.single-post .page-header {
	padding: 14.58333% 0;
}

.page-header:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	background: linear-gradient(136deg, #202225 0%, #181a1c 50%, #101113 100%);
}

.page-header .header-inner {
	max-width: 760px;
	text-align: center;
	z-index: 2;
}

@media (max-width: 768px) {
	.page-header .header-inner {
		max-width: 90%;
	}
}

.page-header .cat-links {
	font-size: 18px;
	font-size: 1.125rem;
	font-family: Poppins, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #aebaca;
}

.page-header .cat-links a {
	color: #aebaca;
}

.page-header h1 {
	font-family: "Roboto Slab", sans-serif;
	color: #fff;
	font-size: 58px;
	font-size: 3.625rem;
	font-weight: bold;
	margin: 7px 0 16px;
	text-align: center;
}

@media (max-width: 1199px) {
	.page-header h1 {
		font-size: 33px;
		font-size: 2.0625rem;
	}
}

.page-header h2 {
	font-size: 48px;
	font-size: 3rem;
}

.page-header .entry-meta {
	margin-bottom: 0;
}

.page-header .entry-meta a {
	color: #aebaca;
}

.page-header .entry-meta span + span:before {
	background: #aebaca;
}

@media (max-width: 480px) {
	.page-header .entry-meta img {
		margin: 0 auto;
	}
	.page-header .entry-meta > * {
		display: block;
	}
	.page-header .entry-meta span + span {
		margin: 0;
	}
	.page-header .entry-meta span + span:before {
		display: none;
	}
}

.page-header .posted-on {
	color: #aebaca;
}

.page-header .avatar {
	border-radius: 50%;
	margin-right: 5px;
}

.site-footer .footer.container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 50px;
}

@media (max-width: 991px) {
	.site-footer .footer.container > * {
		padding: 15px 0;
		width: 100%;
	}
}

.widget-footer .widget-title {
	border-bottom: none;
	margin-bottom: 9px;
	font-size: 20px;
	font-size: 1.25rem;
}

.widget-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-footer li {
	line-height: 1.5;
}

.widget-footer li:before {
	font-family: 'IcoFont';
	content: '\eb3a';
	color: #0063d1;
	margin-right: 13px;
}

.widget-footer li:hover a, .widget-footer li:hover:before {
	color: #000;
}

.widget-footer li + li {
	margin-top: 7px;
}

.widget-footer a {
	font-size: 14px;
	font-size: 0.875rem;
	color: #757d86;
}

.widget-footer a:hover {
	color: #000;
	box-shadow: 0 1px 0 #3f3f3f;
}

.widget-footer .digimag-intro .intro-detail {
	margin: 15px 0;
}

.footer-1 {
	width: 21.79487%;
	color: #757d86;
	position: relative;
	padding-right: 60px;
	font-size: 14px;
	font-size: 0.875rem;
}

.footer-1 p:first-child {
	margin-top: 0;
}

.footer-1 p:last-child {
	color: #44494f;
}

.footer-1 p:not(:first-child) {
	margin-bottom: 10px;
}

.footer-1:before {
	position: absolute;
	content: '';
	right: 0;
	background: #f3f5f8;
	top: -60px;
	bottom: -50px;
	z-index: -1;
	left: calc( 50vh - 780px);
}

@media (max-width: 1600px) {
	.footer-1 {
		padding-right: 20px;
	}
}

.footer-2 {
	width: 53.33333%;
}

.footer-2 .grid {
	margin-left: 0;
}

.footer-3 {
	padding-left: 114px;
	border-left: 1px solid #e2e2e2;
	width: 24.87179%;
}

@media (max-width: 1600px) {
	.footer-3 {
		padding-left: 20px;
	}
}

.widget-footer.widget_categories a {
	display: inline-block;
}

@media (max-width: 991px) {
	.footer-1:before {
		right: unset;
	}
	.footer-3 {
		border: none;
	}
	.footer-2 .grid > * {
		padding-left: 0;
		width: 33.33%;
	}
}

@media (max-width: 767px) {
	.footer-2 .grid > * {
		width: 100%;
	}
}

.topbar {
	background: #1a1b1f;
	display: flex;
	flex-flow: row wrap;
}

.topbar > * {
	display: flex;
}

.topbar-search, .topbar-languages, .topbar-right {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

body:not(.no-site-identity) .site-branding {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.site-branding {
	flex: 0 0 286px;
	padding: 23px 40px;
}

.site-branding > * {
	display: inline-block;
	margin: 0;
}

.site-branding .custom-logo-link {
	width: 100%;
	text-align: center;
}

.site-branding a img:hover {
	opacity: 1;
}

.no-logo.no-site-identity .site-branding {
	flex: 0;
	padding: 0;
}

.site-title {
	font-size: 22px;
	font-size: 1.375rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:visited {
	color: #0063d1;
}

.site-description {
	font-size: 13px;
	font-size: 0.8125rem;
	color: #fff;
}

.topbar-search {
	padding: 0 40px;
	flex: 1;
}

.topbar-search .search-form {
	position: relative;
	width: 100%;
}

.topbar-search input.search-field {
	border: none;
	font-size: 13px;
	font-size: 0.8125rem;
	padding: 12px 50px 10px 12px;
	width: 100%;
}

.topbar-search .search-submit {
	position: absolute;
	right: -1px;
	top: 0;
	bottom: 0;
	background: #0063d1;
	margin-left: -4px;
	padding: 14px 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.topbar-search .search-submit i {
	color: #fff;
	padding: 10px;
}

.topbar-left {
	width: 46.09375%;
	display: flex;
}

.topbar-left > * {
	display: flex;
	align-items: center;
}

.topbar-right {
	width: 53.90625%;
}

@media (max-width: 1600px) {
	.topbar-right, .topbar-left {
		width: 50%;
	}
}

.menu-toggle {
	text-transform: uppercase;
	color: #000;
	border: none;
	font-weight: bold;
	flex: 0 0 162px;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: Poppins, sans-serif;
	padding: 30px 38px 29px;
	background: #fff !important;
	border-radius: 0;
}

.menu-toggle:hover {
	opacity: initial;
}

.menu-toggle:before {
	content: "";
	display: inline-block;
	margin-right: 19px;
	width: 20px;
	height: 2px;
	position: relative;
	top: -6px;
	background: #000;
	box-shadow: 0 6px 0 0 #000, 0 12px 0 0 #000;
}

.sticky-menu-toggle {
	width: 100%;
	position: fixed;
	opacity: 0;
	z-index: 98;
	background: #fff;
	transform: translateY(-100%);
	transition: 0.5s all;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
	.sticky-menu-toggle {
		display: none;
	}
}

@media (max-width: 782px) {
	.admin-bar .sticky-menu-toggle {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.admin-bar .sticky-menu-toggle {
		top: 0;
	}
}

.sticky .sticky-menu-toggle {
	opacity: 1;
	transform: translateY(0);
}

.topbar-navigation {
	flex: 0 0 85.10638%;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topbar-navigation > * {
	width: 100%;
}

.topbar-navigation .menu-top-menu-container + .jetpack-social-navigation {
	width: 50%;
	padding: 0;
}

.topbar-navigation a {
	color: #fff;
}

.topbar-navigation a:hover {
	color: #0063d1;
}

.topbar-navigation ul {
	margin: 0;
}

.topbar-navigation li {
	display: inline-block;
	list-style-type: none;
	line-height: inherit;
}

.topbar-navigation .top-menu {
	padding: 0;
	margin-left: -32px;
}

.topbar-navigation .top-menu li {
	margin-top: 0;
	position: relative;
	margin-left: 32px;
	font-size: 13px;
	font-size: 0.8125rem;
}

.topbar-navigation .top-menu li:hover .sub-menu {
	display: block;
}

.topbar-navigation .top-menu li:hover > ul,
.topbar-navigation .top-menu li.focus > ul {
	left: auto;
}

.topbar-navigation .top-menu ul {
	background: #0063d1;
	width: 240px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	padding-left: 0;
}

.topbar-navigation .top-menu ul a {
	padding: 5px 10px;
	display: block;
}

.topbar-navigation .top-menu ul a:hover, .topbar-navigation .top-menu ul a:focus {
	color: #7cfb8a;
}

.topbar-navigation .top-menu ul li {
	margin-left: 0;
}

.topbar-navigation .jetpack-social-navigation {
	padding-left: 32px;
	text-align: right;
}

.topbar-navigation .jetpack-social-navigation ul {
	margin: 0;
}

.topbar-navigation .jetpack-social-navigation li a {
	font-size: 20px;
	font-size: 1.25rem;
}

.topbar-navigation .jetpack-social-navigation li + li {
	margin-left: 20px;
}

.topbar-languages {
	flex: auto;
	display: flex;
	padding: 0 0 0 4%;
	align-items: center;
	position: relative;
	color: #fff;
}

.topbar-languages section {
	width: 100%;
}

@media (max-width: 1599px) {
	.topbar-languages {
		padding: 0 0 0 15px;
	}
}

.topbar-languages .icofont-globe {
	margin-right: 10px;
	font-size: 25px;
	font-size: 1.5625rem;
	vertical-align: sub;
}

.topbar-languages .textwidget {
	position: relative;
}

.topbar-languages select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: transparent;
	color: #fff;
	width: calc( 100% - 55px);
	cursor: pointer;
	padding: 0 5px;
}

.topbar-languages select::-ms-expand {
	display: none;
}

.topbar-languages select > option {
	background: #1a1b1f;
}

.topbar-languages .icofont-caret-down {
	left: 65px;
	top: 7px;
	position: absolute;
	pointer-events: none;
}

@media (max-width: 1439px) {
	.topbar-left {
		width: 70%;
	}
	.topbar-right {
		width: 30%;
	}
	.topbar-navigation {
		flex: 100%;
	}
	.topbar-navigation .jetpack-social-navigation {
		flex: 100%;
	}
	.menu-top-menu-container,
	.topbar-languages {
		display: none;
	}
}

@media (max-width: 1199px) {
	.topbar-left {
		width: 78%;
	}
	.topbar-right {
		width: 22%;
	}
	.topbar-navigation .jetpack-social-navigation {
		text-align: right;
	}
}

@media (max-width: 1023px) {
	.topbar-left {
		width: 100%;
	}
	.topbar-right {
		display: none;
	}
}

@media (max-width: 767px) {
	.topbar-left {
		flex-wrap: wrap;
	}
	.site-branding {
		flex: 1;
		padding: 18px 15px;
	}
	.topbar-search {
		display: none;
	}
	.menu-toggle {
		flex: 0 0 76px;
		padding: 20px;
	}
}

/* Individual icons */
.sd-sharing-enabled .sd-social-icon .sd-content ul li.share-print a:before,
.sd-sharing-enabled .sd-social-text .sd-content ul li.share-print a:before,
.sd-sharing-enabled .sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-sharing-enabled .sd-social-icon-text .sd-content li.share-print a:before,
.sd-sharing-enabled .sd-social-official .sd-content li.share-print a:before {
	content: '\eebf';
}

.sd-sharing-enabled .sd-social-icon .sd-content ul li.share-email a:before,
.sd-sharing-enabled .sd-social-text .sd-content ul li.share-email a:before,
.sd-sharing-enabled .sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-sharing-enabled .sd-social-icon-text .sd-content li.share-email a:before,
.sd-sharing-enabled .sd-social-official .sd-content li.share-email a:before {
	content: '\efe4';
}

.sd-sharing-enabled .sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-sharing-enabled .sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-sharing-enabled .sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-sharing-enabled .sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f123';
}

.sd-sharing-enabled .sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-sharing-enabled .sd-social-text .sd-content ul li.share-twitter a:before,
.sd-sharing-enabled .sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-sharing-enabled .sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\ee34';
}

.sd-sharing-enabled .sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-sharing-enabled .sd-social-text .sd-content ul li.share-reddit a:before,
.sd-sharing-enabled .sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-sharing-enabled .sd-social-icon-text .sd-content li.share-reddit a:before {
	content: '\ee27';
}

.sd-sharing-enabled .sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-sharing-enabled .sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-sharing-enabled .sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-sharing-enabled .sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\ee33';
}

.sd-sharing-enabled .sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-sharing-enabled .sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-sharing-enabled .sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-sharing-enabled .sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\ee23';
}

.sd-sharing-enabled .sd-social-icon .sd-content ul li.share-google-plus-1 a:before,
.sd-sharing-enabled .sd-social-text .sd-content ul li.share-google-plus-1 a:before,
.sd-sharing-enabled .sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,
.sd-sharing-enabled .sd-social-icon-text .sd-content li.share-google-plus-1 a:before {
	content: '\ee11';
}

.sd-sharing-enabled .sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-sharing-enabled .sd-social-text .sd-content ul li.share-facebook a:before,
.sd-sharing-enabled .sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-sharing-enabled .sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\ee08';
}

.sd-sharing-enabled .sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-sharing-enabled .sd-social-text .sd-content ul li.share-telegram a:before,
.sd-sharing-enabled .sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-sharing-enabled .sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-sharing-enabled .sd-social-official .sd-content li.share-telegram a:before {
	content: '\ee31';
}

.sd-sharing-enabled .sd-social-icon .sd-content ul li.share-skype a:before,
.sd-sharing-enabled .sd-social-text .sd-content ul li.share-skype a:before,
.sd-sharing-enabled .sd-content ul li.share-skype div.option.option-smart-off a:before,
.sd-sharing-enabled .sd-social-icon-text .sd-content li.share-skype a:before {
	content: '\ee2b';
}

.sd-sharing-enabled .sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-sharing-enabled .sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-sharing-enabled .sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-sharing-enabled .sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-sharing-enabled .sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	content: '\f135';
}

.sd-sharing-enabled .sd-social-icon .sd-content ul li a.share-more:before,
.sd-sharing-enabled .sd-social-text .sd-content ul li a.share-more:before,
.sd-sharing-enabled .sd-content ul li.share-more div.option.option-smart-off a:before,
.sd-sharing-enabled .sd-social-icon-text .sd-content li a.share-more:before,
.sd-sharing-enabled .sd-social-official .sd-content li a.share-more:before {
	content: '\f0ca';
}

.sd-sharing-enabled .sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-sharing-enabled .sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-sharing-enabled .sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	padding: 12px;
}

.sd-sharing-enabled .sd-content ul li a.sd-button:before {
	font: normal 16px/1 'icofont';
}

/*--------------------------------------------------------------
Global
--------------------------------------------------------------*/
.jetpack-social-navigation ul {
	display: block;
	margin: 0 0 1.5em;
	padding: 0;
}

.jetpack-social-navigation li {
	display: inline-block;
	margin: 0;
	line-height: 1;
}

.jetpack-social-navigation a {
	border: 0;
	height: 1em;
	text-decoration: none;
	width: 1em;
}

/*--------------------------------------------------------------
Genericons
--------------------------------------------------------------*/
.jetpack-social-navigation-genericons a:before {
	font-family: 'IcoFont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.topbar .jetpack-social-navigation-genericons a[href*="amazon"]:before,
.widget-area .jetpack_widget_social_icons a[href*="amazon"]:before {
	content: '\e9a3';
}

.topbar .jetpack-social-navigation-genericons a[href*="apple"]:before,
.widget-area .jetpack_widget_social_icons a[href*="apple"]:before {
	content: '\e9a9';
}

.topbar .jetpack-social-navigation-genericons a[href*="behance"]:before,
.widget-area .jetpack_widget_social_icons a[href*="behance"]:before {
	content: "\edf5";
}

.topbar .jetpack-social-navigation-genericons a[href*="deviantart"]:before,
.widget-area .jetpack_widget_social_icons a[href*="deviantart"]:before {
	content: "\edfd";
}

.topbar .jetpack-social-navigation-genericons a[href*="digg"]:before,
.widget-area .jetpack_widget_social_icons a[href*="digg"]:before {
	content: "\edfe";
}

.topbar .jetpack-social-navigation-genericons a[href*="dribble"]:before,
.widget-area .jetpack_widget_social_icons a[href*="dribble"]:before {
	content: "\ee00";
}

.topbar .jetpack-social-navigation-genericons a[href*="dribbble"]:before,
.widget-area .jetpack_widget_social_icons a[href*="dribbble"]:before {
	content: "\f11b";
}

.topbar .jetpack-social-navigation-genericons a[href*="dropbox"]:before,
.widget-area .jetpack_widget_social_icons a[href*="dropbox"]:before {
	content: "\ee01";
}

.topbar .jetpack-social-navigation-genericons a[href*="etsy"]:before,
.widget-area .jetpack_widget_social_icons a[href*="etsy"]:before {
	content: "\e9d3";
}

.topbar .jetpack-social-navigation-genericons a[href*="facebook"]:before,
.widget-area .jetpack_widget_social_icons a[href*="facebook"]:before {
	content: "\ee08";
}

.topbar .jetpack-social-navigation-genericons a[href*="github"]:before,
.widget-area .jetpack_widget_social_icons a[href*="github"]:before {
	content: "\ee0d";
}

.topbar .jetpack-social-navigation-genericons a[href*="plus.google.com"]:before,
.widget-area .jetpack_widget_social_icons a[href*="plus.google.com"]:before {
	content: "\ee11";
}

.topbar .jetpack-social-navigation-genericons a[href*="instagram"]:before,
.widget-area .jetpack_widget_social_icons a[href*="instagram"]:before {
	content: "\ee14";
}

.topbar .jetpack-social-navigation-genericons a[href*="mailto"]:before,
.widget-area .jetpack_widget_social_icons a[href*="mailto"]:before {
	content: "\efe6";
}

.topbar .jetpack-social-navigation-genericons a[href*="pinterest"]:before,
.widget-area .jetpack_widget_social_icons a[href*="pinterest"]:before {
	content: "\ee23";
}

.topbar .jetpack-social-navigation-genericons a[href*="reddit"]:before,
.widget-area .jetpack_widget_social_icons a[href*="reddit"]:before {
	content: "\ee27";
}

.topbar .jetpack-social-navigation-genericons a[href*="/feed/"]:before,
.widget-area .jetpack_widget_social_icons a[href*="/feed/"]:before {
	content: "\ee28";
}

.topbar .jetpack-social-navigation-genericons a[href*="skype"]:before,
.widget-area .jetpack_widget_social_icons a[href*="skype"]:before {
	content: "\ee2b";
}

.topbar .jetpack-social-navigation-genericons a[href*="stumbleupon"]:before,
.widget-area .jetpack_widget_social_icons a[href*="stumbleupon"]:before {
	content: "\ee2f";
}

.topbar .jetpack-social-navigation-genericons a[href*="tumblr"]:before,
.widget-area .jetpack_widget_social_icons a[href*="tumblr"]:before {
	content: "\ee33";
}

.topbar .jetpack-social-navigation-genericons a[href*="twitter"]:before,
.widget-area .jetpack_widget_social_icons a[href*="twitter"]:before {
	content: "\ee34";
}

.topbar .jetpack-social-navigation-genericons a[href*="vimeo"]:before,
.widget-area .jetpack_widget_social_icons a[href*="vimeo"]:before {
	content: "\ee39";
}

.topbar .jetpack-social-navigation-genericons a[href*="yelp"]:before,
.widget-area .jetpack_widget_social_icons a[href*="yelp"]:before {
	content: "\ee41";
}

.topbar .jetpack-social-navigation-genericons a[href*="500px"]:before,
.widget-area .jetpack_widget_social_icons a[href*="500px"]:before {
	content: "\f117";
}

.topbar .jetpack-social-navigation-genericons a[href*="flickr"]:before,
.widget-area .jetpack_widget_social_icons a[href*="flickr"]:before {
	content: "\f11d";
}

.topbar .jetpack-social-navigation-genericons a[href*="foursquare"]:before,
.widget-area .jetpack_widget_social_icons a[href*="foursquare"]:before {
	content: "\f11e";
}

.topbar .jetpack-social-navigation-genericons a[href*="linkedin"]:before,
.widget-area .jetpack_widget_social_icons a[href*="linkedin"]:before {
	content: "\f123";
}

.topbar .jetpack-social-navigation-genericons a[href*="meetup"]:before,
.widget-area .jetpack_widget_social_icons a[href*="meetup"]:before {
	content: "\ee1b";
}

.topbar .jetpack-social-navigation-genericons a[href*="slidshare"]:before,
.widget-area .jetpack_widget_social_icons a[href*="slidshare"]:before {
	content: "\f12a";
}

.topbar .jetpack-social-navigation-genericons a[href*="snapchat"]:before,
.widget-area .jetpack_widget_social_icons a[href*="snapchat"]:before {
	content: "\f12b";
}

.topbar .jetpack-social-navigation-genericons a[href*="soundcloud"]:before,
.widget-area .jetpack_widget_social_icons a[href*="soundcloud"]:before {
	content: "\f12c";
}

.topbar .jetpack-social-navigation-genericons a[href*="spotify"]:before,
.widget-area .jetpack_widget_social_icons a[href*="spotify"]:before {
	content: "\f12d";
}

.topbar .jetpack-social-navigation-genericons a[href*="twitch"]:before,
.widget-area .jetpack_widget_social_icons a[href*="twitch"]:before {
	content: "\f132";
}

.topbar .jetpack-social-navigation-genericons a[href*="vk"]:before,
.widget-area .jetpack_widget_social_icons a[href*="vk"]:before {
	content: "\f133";
}

.topbar .jetpack-social-navigation-genericons a[href*="wordpress"]:before,
.widget-area .jetpack_widget_social_icons a[href*="wordpress"]:before {
	content: "\ee3e";
}

.topbar .jetpack-social-navigation-genericons a[href*="youtube"]:before,
.widget-area .jetpack_widget_social_icons a[href*="youtube"]:before {
	content: "\f138";
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.post-edit-link {
	color: #777780;
	font-size: 14px;
	font-size: 0.875rem;
}

.hentry {
	margin: 0 0 1.5em;
}

.hentry iframe, .hentry object, .hentry iframe, .widget-content iframe, .widget-content object, .widget-content iframe {
	display: block;
	border: none;
}

article {
	position: relative;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.cat-color {
	display: inline-block;
	width: 14px;
	height: 6px;
	border-radius: 3px;
	margin: 0 9px 2px 0;
}

.entry-footer {
	font-family: Poppins, sans-serif;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
	padding-bottom: 40px;
}

.entry-footer .info-box-sharing {
	display: flex;
	align-items: center;
}

@media (min-width: 1200px) {
	.entry-footer .info-box-sharing {
		display: none;
	}
}

.entry-footer .sharedaddy.sd-sharing-enabled {
	margin-left: 50px;
}

.tags-links {
	font-size: 14px;
	font-size: 0.875rem;
	display: inline-block;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.tags-links {
		margin-bottom: 30px;
	}
}

.tags-links a {
	padding: 13px 30px;
	color: #777780;
	background: #eff3f8;
	margin: 0 0 10px 10px;
	border-radius: 30px;
	font-size: 11px;
	font-size: 0.6875rem;
	display: inline-block;
}

.tags-links a:hover {
	color: #fff;
	background: #ce1126;
}

.entry-permalink {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
	margin-top: 30px;
	display: flex;
	align-items: center;
}

.entry-permalink input {
	text-transform: lowercase;
	font-family: Poppins, sans-serif;
	display: inline-block;
	padding: 10px 20px 10px 40px;
	border: 1px solid #eff3f8;
	border-radius: 30px;
	font-size: 12px;
	font-size: 0.75rem;
	color: #9f9f9f;
	flex: 1;
}

@media (max-width: 1199px) and (min-width: 768px) {
	.entry-permalink input {
		flex: 0 0 50%;
	}
}

.entry-permalink i {
	color: #0063d1;
	position: relative;
	right: -35px;
}

@media (max-width: 479px) {
	.entry-permalink input {
		padding-left: 30px;
	}
	.entry-permalink i {
		right: -25px;
	}
}

.comments-link i {
	margin-right: 10px;
}

.entry-meta {
	font-size: 14px;
	font-size: 0.875rem;
}

.entry-meta a {
	color: #999999;
}

.entry-meta span + span {
	margin-left: 10px;
}

.entry-meta span + span:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-right: 10px;
	background: #999999;
	vertical-align: middle;
}

.posted-on {
	color: #999999;
}

.post-thumbnail img {
	border-radius: 3px;
	width: 100%;
}

.cat-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-family: Poppins, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.cat-links a {
	color: #757d86;
}

.cat-links[style*="background"] {
	padding: 3px 20px 5px;
	border-radius: 3px;
}

.entry-meta {
	margin-bottom: 30px;
}

.entry-title {
	font-family: "Roboto Slab", sans-serif;
	font-size: 33px;
	font-size: 2.0625rem;
	margin: 17px 0 13px;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #0063d1;
}

.entry-content {
	margin-top: 6px;
}

.entry-content pre {
	padding: 60px;
}

.entry-content li + li {
	margin: 0;
}

.masonry-posts {
	margin-left: -40px;
}

.masonry-posts > article {
	margin-bottom: 30px;
	padding-left: 40px;
	width: 100%;
}

@media (min-width: 768px) {
	.masonry-posts > article {
		float: left;
		width: 50%;
	}
}

.masonry-posts .post-ads a {
	display: block;
	padding: 10px 0 40px;
	border-bottom: 1px solid #e2e2e2;
}

.masonry-posts .post-ads a img {
	width: 100%;
	height: 90px;
	object-fit: cover;
}

.masonry-posts .entry-content {
	font-size: 14px;
	font-size: 0.875rem;
}

.masonry-posts .more-link {
	padding: 10px 30px;
	font-weight: 600;
}

@media (max-width: 575px) {
	.masonry-posts .more-link {
		padding: 10px 20px;
	}
}

.masonry-posts .entry-title {
	font-size: 26px;
	font-size: 1.625rem;
}

.masonry-posts .entry-footer {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.masonry-posts .entry-footer-left {
	width: 40%;
}

.masonry-posts .entry-footer-right {
	width: 60%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-bottom: -10px;
}

.masonry-posts .comments-link {
	padding-bottom: 10px;
}

.masonry-posts .comments-link i {
	margin-right: 5px;
}

.masonry-posts .comments-link a {
	display: inline-block;
	font-family: Poppins, sans-serif;
	padding: 10px 30px;
	color: #777780;
	background: #eff3f8;
	border-radius: 30px;
	font-size: 11px;
	font-size: 0.6875rem;
	text-transform: uppercase;
}

.masonry-posts .comments-link a:hover {
	color: #fff;
	background: #0063d1;
}

.masonry-posts .sd-content ul {
	margin: 0 0 0 10px !important;
	text-align: right;
}

.masonry-posts .sd-content ul li {
	margin: 0 0 0 5px;
	padding: 0;
}

.masonry-posts .sd-content ul li:first-child {
	margin-left: 0;
}

.masonry-posts .sd-content ul .share-end {
	display: none;
}

.single-info-box {
	background: #f3f5f8;
	padding: 25px 25px 20px;
	margin-bottom: 20px;
	align-self: flex-start;
	position: relative;
	border-bottom: 2px solid #0063d1;
}

.single-info-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	border-top: 7.5px solid #f3f5f8;
	border-left: 7.5px solid #f3f5f8;
	border-right: 7.5px solid transparent;
	border-bottom: 7.5px solid transparent;
}

@media (max-width: 1199px) {
	.single-info-box:before {
		display: none;
	}
}

.single-info-box .cat-links a {
	text-transform: unset;
	font-weight: 400;
}

.info-box-row:not(:last-child) {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
	margin-bottom: 22px;
}

.info-box-row.info-box-sharing {
	padding-bottom: 7px;
}

.info-box-heading {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 5px;
}

.info-box-sharing .info-box-heading {
	margin-bottom: 17px;
}

.info-box-text {
	color: #838c95;
}

.info-box-text a {
	color: currentColor;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
}

.info-box-text a:hover {
	color: #0063d1;
}

.entry-footer, .entry-author {
	border-bottom: 1px solid #e2e2e2;
}

.entry-author {
	padding: 60px 0 50px;
	display: flex;
}

.author-info {
	flex: 1;
	margin-left: 60px;
}

.author-title {
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 5px 0 3px;
	text-transform: capitalize;
}

.author-twitter {
	font-size: 14px;
	font-size: 0.875rem;
}

.author-twitter a {
	color: #96a3b3;
}

.author-twitter a:hover {
	color: #0063d1;
}

.author-heading {
	margin-bottom: 28px;
}

.author-social {
	list-style-type: none;
	padding: 0;
	margin: 34px 0 0 0;
}

.author-social li {
	display: inline-block;
	margin: 0 8px 10px 0;
}

.author-social li.author-website {
	font-weight: bold;
}

.author-social a {
	background: #f3f5f8;
	color: #44494f;
}

.author-social a.social-links {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.author-social a:hover {
	background: #55acee;
	color: #fff;
}

.author-bio {
	word-break: break-all;
	font-size: 14px;
	font-size: 0.875rem;
}

.author-avatar {
	flex: 0 0 100px;
}

.author-avatar img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
}

.page:not(.home) .main-content-3-cols {
	justify-content: flex-end;
}

@media (min-width: 1200px) {
	.page:not(.home) .main-content-3-cols .col-2 {
		padding-right: 40px;
		width: 74.35897%;
	}
}

@media (max-width: 1199px) {
	.page:not(.home) .main-content-3-cols .col-2 {
		width: 100%;
	}
}

.home .sharedaddy .sd-content li {
	display: none;
}

.home .sharedaddy .sd-content li.share-facebook,
.home .sharedaddy .sd-content li.share-twitter,
.home .sharedaddy .sd-content li.share-google-plus-1 {
	display: inline-block;
}

.single .entry-content {
	margin-top: 0;
}

.single .entry-content p:first-child {
	margin-top: 0;
}

.single .entry-content pre {
	padding: 60px;
}

.single .entry-content li {
	margin-top: 15px;
}

body.author-hidden .posted-on:before {
	display: none;
}

body.author-hidden.date-hidden .comments-link:before {
	display: none;
}

@media (min-width: 768px) {
	.content-area.col-2 .masonry-posts > article {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.entry-author {
		flex-wrap: wrap;
	}
	.entry-author > * {
		flex: 0 0 100%;
	}
	.author-info {
		margin: 30px 0 0;
	}
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 0;
	margin: 3px 0 0 5px;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
}

.breadcrumbs * {
	color: #aebaca;
}

.breadcrumbs i {
	margin: 0 8px;
	color: #757d86;
}

.breadcrumbs-item {
	display: inline-block;
}

.breadcrumb * {
	color: #fff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* Comments*/
.comments-area {
	padding-top: 15px;
	max-width: 80rem;
	margin: 0 auto auto;
}

.bypostauthor {
	display: block;
}

.bypostauthor .reply:before {
	content: '\edda';
	speak: none;
	font: normal normal normal 16px/1 'IcoFont';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #0063d1;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-right: 5px;
}

.logged-in-as {
	font-size: 14px;
	font-size: 0.875rem;
	width: 100%;
	margin-top: 5px;
}

.post-comments .post-title-box {
	border-top: 1px solid #e2e2e2;
	padding-top: 12px;
}

.post-comments .post-title-box h4 {
	text-transform: uppercase;
}

.comments-title {
	text-transform: uppercase;
	font-family: inherit;
	margin-bottom: 0;
}

.comment-list {
	padding: 0 0 21px;
	margin: 0;
	display: block;
	width: 100%;
	list-style: none;
}

.comment-list .comment {
	overflow: hidden;
	margin-top: -1px;
}

.comment-list ol {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.comment-list time {
	font-size: 13px;
	font-size: 0.8125rem;
	color: #96a3b3;
	position: relative;
}

.comment-list .reply {
	position: absolute;
	top: 40px;
	right: 0;
}

.comment-list .reply a {
	font-size: 12px;
	font-size: 0.75rem;
	color: #777780;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 30px;
	border: 1px solid #eff3f8;
}

.comment-list .reply a:after {
	content: '\f0b9';
	speak: none;
	font: normal normal normal 16px/1 'IcoFont';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	font-size: 0.75rem;
	margin-left: 3px;
}

.comment-list .reply a:hover {
	color: #0063d1;
	border-color: #0063d1;
}

.comment-author .fn {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 600;
}

.comment-author .fn a {
	color: #000;
}

ol.children {
	position: relative;
}

.comment-body {
	position: relative;
	padding-top: 40px;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border-radius: 100%;
	float: left;
	margin-right: 30px;
}

.comment-author .says {
	display: none;
}

.comment-content {
	padding: 9px 0 2px;
	color: #000;
	word-wrap: break-word;
	margin-left: 90px;
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-edit-link {
	font-size: 14px;
	font-size: 0.875rem;
	padding-left: 3px;
	font-style: italic;
}

.comment-edit-link:hover {
	color: #000;
}

.comment-metadata {
	margin-top: -3px;
}

@media (min-width: 768px) {
	.depth-1:not(:last-child) > .comment-body > .comment-content,
	.depth-1 > .children {
		border-bottom: 1px solid #e2e2e2;
	}
	.depth-1 > .children .children {
		border-top: 1px solid #e2e2e2;
	}
	.comment-list .children {
		margin: 0 0 0 90px;
	}
	.comment-list > .ol > .ol {
		margin: 0 0 0 90px;
	}
}

@media (max-width: 767px) {
	.depth-1 + .depth-1 {
		border-top: 1px solid #e2e2e2;
	}
}

@media (max-width: 575px) {
	.depth-1 {
		padding-bottom: 40px;
	}
	.depth-1 > .children {
		background: #eff3f8;
		padding: 15px 15px 30px;
		margin-top: 30px;
		border-radius: 5px;
	}
	.depth-1 > .children .children {
		border-top: 1px solid #e2e2e2;
		margin-top: 40px;
	}
	.comment-list .reply {
		position: relative;
		top: 0px;
		text-align: right;
	}
	.comment-list .reply a {
		display: inline-block;
	}
	.comment-content p {
		margin-bottom: 15px;
	}
}

/* Reply*/
.comment-respond {
	text-align: center;
	margin-top: 15px;
}

.comment-form {
	position: relative;
	display: flex;
	flex-flow: row wrap;
}

.comment-form .comment-form-author {
	order: 1;
}

.comment-form .comment-form-email {
	order: 2;
}

.comment-form .comment-form-url {
	order: 3;
}

.comment-form .comment-form-comment {
	margin: 0;
	order: 4;
}

.comment-form > p[class*="comment-form"] {
	width: 100%;
	margin: 0;
}

@media (min-width: 576px) {
	.comment-form p[class*="comment-form"] {
		width: 33.333%;
	}
	.comment-form input[type="url"],
	.comment-form input[type="email"] {
		border-left: none;
	}
}

.comment-form input[type="email"] {
	background: #fcfcfc;
}

.comment-form input:not([type="submit"]), .comment-form textarea {
	font-size: 13px;
	font-size: 0.8125rem;
	padding: 10px 28px;
	width: 100%;
	border-color: #e2e2e2;
	border-radius: 0;
}

.comment-form input:not([type="submit"]) {
	margin: 0;
	border-bottom: none;
	color: #000;
}

.comment-form input:not([type="submit"])::-webkit-input-placeholder {
	color: #000;
}

.comment-form input:not([type="submit"]):-moz-placeholder {
	color: #000;
}

.comment-form input:not([type="submit"])::-moz-placeholder {
	color: #000;
}

.comment-form input:not([type="submit"]):-ms-input-placeholder {
	color: #000;
}

.comment-form textarea {
	height: 170px;
	padding-bottom: 100px;
}

.comment-form textarea::-webkit-input-placeholder {
	color: #bdbec0;
}

.comment-form textarea:-moz-placeholder {
	color: #bdbec0;
}

.comment-form textarea::-moz-placeholder {
	color: #bdbec0;
}

.comment-form textarea:-ms-input-placeholder {
	color: #bdbec0;
}

.comment-form .comment-form-comment {
	width: 100%;
	position: relative;
	margin-bottom: 35px;
}

.comment-form .form-submit input {
	font-size: 12px;
	font-size: 0.75rem;
	font-family: Poppins, sans-serif;
	text-transform: uppercase;
	padding: 17px 28px;
	border-radius: 25px;
	font-weight: bold;
}

@media (min-width: 768px) {
	.comment-form .form-submit {
		margin: 0;
	}
	.comment-form .form-submit input {
		position: absolute;
		bottom: 30px;
		right: 20px;
	}
}

.comment-form .comment-form-cookies-consent {
	display: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area .widget {
	border-bottom: 1px solid #e2e2e2;
	padding: 50px 0;
}

.widget-area .widget li a:hover {
	color: #0063d1;
}

.widget-area .widget:first-child {
	padding-top: 0;
}

.widget-area .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-area .widget li {
	line-height: 1.5;
	margin-top: 15px;
	font-family: Poppins, sans-serif;
	position: relative;
	font-size: 13px;
	font-size: 0.8125rem;
}

.widget-area .widget li a {
	color: #838c95;
}

.widget-area .widget li a:hover {
	color: #0063d1;
}

.widget-area .widget li a:before {
	speak: none;
	font: normal normal normal 16px/1 'IcoFont';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\eb3a';
	margin-right: 10px;
	vertical-align: middle;
}

.widget-area .widget p {
	font-size: 13px;
	font-size: 0.8125rem;
}

.widget-area .widget .gallery {
	margin-bottom: 0;
}

.widget-area .widget .gallery-item {
	padding: 0 4px;
	margin: 4px 0;
}

.widget_categories a {
	display: block;
	position: relative;
}

.widget_categories a.show-count {
	padding-right: 40px;
}

.widget_categories a:hover .count {
	background: #0063d1;
	color: #fff;
	transition: all .3s ease 0s;
}

.widget_categories ul.children {
	margin-top: 15px;
}

.widget_categories .count {
	background: #e9ecf0;
	border-radius: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #68686d;
	width: 40px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 0;
}

@media (max-width: 575px) {
	.widget_categories .count {
		display: none;
	}
}

.widget-area .widget_categories.widget li {
	margin-top: 20px;
}

.widget-title {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 700;
	font-family: Poppins, sans-serif;
	text-transform: uppercase;
	line-height: 1;
	border-bottom: 3px solid #0063d1;
	padding-bottom: 27px;
	margin-bottom: 27px;
	margin-top: 0;
}

.widget_search .search-form {
	position: relative;
}

.widget_search input {
	border-radius: 50px;
	padding: 0 60px 0 30px;
	height: 60px;
	width: 100%;
	border: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	font-family: Poppins, sans-serif;
}

.widget_search input::-webkit-input-placeholder {
	text-transform: uppercase;
	color: #121213;
}

.widget_search input:-moz-placeholder {
	text-transform: uppercase;
	color: #121213;
}

.widget_search input::-moz-placeholder {
	text-transform: uppercase;
	color: #121213;
}

.widget_search input:-ms-input-placeholder {
	text-transform: uppercase;
	color: #121213;
}

.widget_search button {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 10px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 0;
	color: #fff;
	background: #1a1b1f;
	border: #1a1b1f;
}

.widget_tag_cloud a {
	padding: 8px;
	display: inline-block;
	color: #838c95;
	border-radius: 25px;
}

.widget_tag_cloud a:hover {
	background: #fff;
	color: #0063d1;
}

.rsswidget:before,
.recentcomments a:before {
	display: none;
}

.digimag-intro p {
	margin: 0;
}

.digimag-intro .intro-info {
	margin: 27px 0 0;
	color: #676d73;
}

.digimag-intro .intro-detail li {
	color: #1c1c1c;
	font-family: Poppins, sans-serif;
}

.digimag-intro .intro-detail i {
	margin-right: 10px;
}

.widget-area .widget .digimag-intro li a:before {
	display: none;
}

.widget-copyright {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 30px;
	margin-top: 38px;
}

.widget-copyright a {
	text-decoration: underline;
}

.widget-copyright i {
	color: #0063d1;
}

.add-widget-link {
	text-align: center;
	display: block;
}

/* Make sure select elements fit in widgets. */
.widget-area select {
	font-size: 14px;
	font-size: 0.875rem;
	width: 100%;
}

.digimag-popular-posts .blog-article {
	padding-top: 30px;
}

.digimag-popular-posts.column-3:before {
	content: "";
	display: block;
	height: 1px;
	position: relative;
	left: 50%;
	right: 50%;
	background: #e2e2e2;
	margin: 60px -50vw;
}

@media (min-width: 1024px) {
	.digimag-popular-posts.column-3 .blog-article:nth-last-child(-n+3) article {
		border: none;
	}
}

@media (min-width: 768px) {
	.digimag-popular-posts.column-3 .blog-article:nth-last-child(-n+2) article {
		border: none;
	}
}

.digimag-popular-posts .blog-article:last-child article {
	border: none;
}

.digimag-popular-posts article {
	margin: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
	height: 100%;
}

.digimag-popular-posts .widget-title {
	border: none;
	padding-bottom: 12px;
}

.digimag-popular-posts .widget-title:after {
	content: '';
	display: block;
	max-width: 360px;
	height: 3px;
	background: #0063d1;
	margin-top: 27px;
}

.digimag-popular-posts .entry-media {
	margin-bottom: 15px;
}

.digimag-popular-posts .entry-media img {
	object-fit: cover;
	height: 200px;
	transition: all .3s ease;
}

.digimag-popular-posts .entry-media img:hover {
	opacity: 0.8;
}

.digimag-popular-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin: 12px 0 0 0;
	line-height: 1.5;
}

.digimag-featured {
	position: relative;
}

.digimag-featured .widget-title {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-size: 0.8125rem;
	position: absolute;
	top: 77px;
	left: 0;
	right: 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	z-index: 1;
}

.digimag-featured a {
	color: #fff;
}

.digimag-featured .featured-item {
	position: relative;
	height: auto;
}

.digimag-featured .featured-item:hover .post-thumbnail:before {
	opacity: 0.3;
}

.digimag-featured .featured-item.is-hidden-category .entry-category {
	display: none;
}

.digimag-featured .featured-content {
	position: absolute;
	bottom: 35px;
	left: 30px;
	right: 30px;
}

.digimag-featured .entry-title {
	font-size: 26px;
	font-size: 1.625rem;
	margin: 14px 0 0 0;
}

.digimag-featured .entry-title a:hover {
	color: #fff;
}

.digimag-featured .post-thumbnail {
	height: 100%;
	display: block;
	pointer-events: auto;
}

.digimag-featured .post-thumbnail:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(136deg, #202225 0%, #181a1c 50%, #101113 100%);
	border-radius: 3px;
	opacity: 0.5;
	transition: 0.3s ease all;
}

.digimag-featured img {
	display: block;
	width: 100%;
	object-fit: cover;
}

.digimag-featured .cat-links a {
	font-size: 11px;
	font-size: 0.6875rem;
}

.digimag-featured-slider {
	background: #f3f5f8;
	padding: 30px;
}

@media (max-width: 575px) {
	.digimag-featured-slider {
		padding: 15px;
	}
}

.digimag-featured-slider .widget-title {
	display: none;
}

.digimag-featured-slider .slick-track {
	display: flex;
}

.digimag-featured-slider .slick-slide {
	margin: 0 15px;
}

.digimag-featured-slider .slick-list {
	margin: 0 -15px;
}

.digimag-featured-slider img {
	height: 442px;
}

.digimag-featured-single .featured-item {
	text-align: center;
}

.digimag-featured-single img {
	height: 260px;
}

.digimag-featured-single .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.digimag_lite_recent_posts hr:last-child {
	display: none;
}

.digimag_lite_recent_posts .recent-post {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.recent-post__image {
	flex: 0 0 80px;
	margin-right: 20px;
	position: relative;
}

.recent-post__image img {
	transition: all .3s ease;
	border-radius: 3px;
}

.recent-post__image img:hover {
	opacity: 0.8;
}

.recent-post__text {
	flex: 1;
}

.recent-post__text .entry-title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 8px 0;
	line-height: 1.5;
	font-family: "Roboto Slab", sans-serif;
}

.recent-post__text .entry-title a {
	color: #000;
	font-weight: 600;
}

.recent-post__text .entry-title a:hover {
	color: #0063d1;
}

.recent-post__text .entry-meta {
	font-size: 13px;
	font-size: 0.8125rem;
	color: #838c95;
	margin-bottom: 0;
}

.recent-post__text .entry-meta span + span {
	margin-left: 5px;
}

.recent-post__text .entry-meta span + span:before {
	margin-right: 5px;
}

.digimag-trending {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.digimag-trending .widget-title {
	text-align: center;
	font-size: 12px;
	font-size: 0.75rem;
	color: #fff;
	background: #0063d1;
	padding: 14px 18px;
	border-radius: 3px;
	margin: 0;
	border: none;
	display: inline-block;
}

.digimag-trending-slide {
	justify-content: space-between;
	background: #f0f0f0;
	padding: 10px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 575px) {
	.digimag-trending-slide {
		padding: 10px 15px;
	}
}

.digimag-trending-slide .trending-shuffle {
	margin-left: 10px;
	padding: 11px;
}

.digimag-trending-slide .widget-title {
	margin-right: 10px;
	flex: 0 0 170px;
	line-height: 1.2;
}

.digimag-trending-slide .trending-items-container {
	flex: 1;
	overflow: hidden;
}

.digimag-trending-slide .trending-items.js-trending-slide {
	white-space: nowrap;
	display: inline-block;
	animation-delay: 2s;
}

.digimag-trending-slide .trending-items.js-trending-slide:hover {
	animation-play-state: paused;
}

.digimag-trending-slide .trending-item {
	display: inline-block;
	margin: 0;
	padding-right: 40px;
}

.digimag-trending-slide .entry-title {
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	display: inline-block;
	font-weight: 400;
}

.digimag-trending-slide .entry-title a {
	display: block;
}

.digimag-trending-slide .entry-title a:hover .entry-published {
	background: #1a1b1f;
}

.digimag-trending-slide .entry-category {
	display: none;
}

.digimag-trending-slide .entry-published {
	background: #999999;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 8px 9px;
	margin-right: 15px;
	border-radius: 3px;
	display: inline-block;
	transition: all 0.3s;
}

@media (max-width: 575px) {
	.digimag-trending-slide {
		padding: 20px 0;
		justify-content: center;
	}
	.digimag-trending-slide .widget-title {
		margin-right: 0;
	}
	.digimag-trending-slide .trending-items-container {
		flex: 100%;
		margin-top: 15px;
	}
	.digimag-trending-slide .trending-shuffle {
		display: none;
	}
}

.digimag-trending-rotate {
	padding: 60px 0;
	justify-content: center;
	flex-wrap: wrap;
	background: #2c3441;
}

.digimag-trending-rotate .trending-items-container {
	margin: 0 50px;
	width: 399px;
}

.digimag-trending-rotate .slick-slide {
	margin: 0 5px;
}

.digimag-trending-rotate .slick-list {
	margin: 0 -5px;
}

.digimag-trending-rotate .trending-item {
	margin-top: -10px;
}

.digimag-trending-rotate .entry-title {
	margin: 3px 0 0 0;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: Poppins, sans-serif;
}

.digimag-trending-rotate .entry-title a {
	color: #fff;
}

.digimag-trending-rotate .entry-title a:hover {
	color: #0063d1;
}

.digimag-trending-rotate .entry-category a {
	font-size: 12px;
	font-size: 0.75rem;
}

.digimag-trending-rotate .entry-published {
	display: none;
}

.digimag-trending-rotate .slick-next {
	background: #42536d;
	color: #fff;
	padding: 7px 17px;
	border-radius: 15px;
	width: auto;
	height: auto;
	right: -50px;
}

.digimag-trending-rotate .slick-next:hover, .digimag-trending-rotate .slick-next:active, .digimag-trending-rotate .slick-next:focus {
	background: #4d6080;
	opacity: 1;
}

.digimag-trending-rotate .slick-next:before {
	display: none;
}

@media (max-width: 767px) {
	.digimag-trending-rotate {
		padding: 40px 0;
	}
	.digimag-trending-rotate .trending-items-container {
		margin: 20px 0 0 0;
		padding: 0 60px 0 20px;
		width: 100%;
	}
}

.digimag-category-posts {
	padding: 52px 0 50px;
}

.digimag-category-posts article {
	margin-bottom: 0;
}

.digimag-category-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-top: 0;
	line-height: 1.5;
}

.digimag-category-posts .entry-content {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 20px;
	color: #4f4f5b;
}

.digimag-category-posts .entry-category {
	margin-bottom: 15px;
}

.digimag-category-posts .post-thumbnail {
	display: block;
	margin-bottom: 12px;
}

.digimag-category-posts .post-thumbnail img {
	transition: all .3s ease;
}

.digimag-category-posts .post-thumbnail img:hover {
	opacity: 0.8;
}

.digimag-category-posts .entry-footer {
	border: none;
	padding: 0;
}

.digimag-category-posts .entry-meta {
	margin-bottom: 9px;
}

.digimag-category-posts .entry-meta a {
	font-size: 12px;
	font-size: 0.75rem;
}

.digimag-category-posts .cat-links a {
	font-size: 24px;
	font-size: 1.5rem;
	color: #000;
}

.digimag-category-posts .latest-text {
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #cacaca;
}

.digimag-category-posts .more-link {
	background: none;
	padding: 0;
}

.digimag-category-posts .more-link:hover {
	color: #0063d1;
}

.digimag-video-posts {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	background: #f3f5f8;
}

@media (max-width: 575px) {
	.digimag-video-posts {
		padding: 10px 15px;
	}
}

.digimag-video-posts .slick-list {
	margin: 0 -5px;
}

.digimag-video-posts .slick-slide {
	margin: 0 5px;
}

.digimag-video-posts.no-slick .navigation__button {
	display: none;
}

.digimag-video-posts.no-slick .widget-title {
	margin-bottom: 10px;
}

.digimag-video-posts.no-slick .video-posts__items {
	margin: 0 0 0 -10px;
	flex: 1 0 20px;
	display: flex;
	flex-wrap: wrap;
}

.digimag-video-posts.no-slick .video-posts__item {
	background-clip: content-box;
	margin-bottom: 0;
	padding: 0 0 0 10px;
	flex: 1;
}

@media (max-width: 767px) {
	.digimag-video-posts.no-slick .video-posts__item {
		flex: 100%;
		margin-bottom: 10px;
	}
}

.digimag-video-posts .video-posts__navigation {
	margin-right: 10px;
	width: 20%;
	padding: 50px;
	position: relative;
	background: #0063d1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}

@media (min-width: 1440px) {
	.digimag-video-posts .video-posts__navigation {
		padding: 50px 86px;
	}
}

.digimag-video-posts .video-posts__navigation a {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
}

.digimag-video-posts .video-posts__navigation a span {
	box-shadow: 0 1px 0 #bdceef;
}

.digimag-video-posts .widget-title {
	font-size: 20px;
	font-size: 1.25rem;
	color: #fff;
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.digimag-video-posts .cat-links {
	background-color: #a864a8;
	padding: 3px 20px 5px;
	border-radius: 3px;
}

.digimag-video-posts .cat-links a {
	font-size: 11px;
	font-size: 0.6875rem;
	color: #fff;
}

.digimag-video-posts .video-posts__items {
	width: calc( 80% - 10px);
}

.digimag-video-posts .video-posts__item {
	position: relative;
	min-height: 270px;
	background: #ccc;
}

.digimag-video-posts .video-posts__item img {
	height: 270px;
	object-fit: cover;
	width: 100%;
}

.digimag-video-posts .video-posts__item .item__text {
	pointer-events: none;
	position: absolute;
	bottom: 35px;
	left: 30px;
	right: 30px;
	transition: all ease 0.3s;
}

.digimag-video-posts .video-posts__item .entry-title {
	font-size: 16px;
	font-size: 1rem;
	margin: 25px 0 3px;
}

.digimag-video-posts .video-posts__item .entry-title a {
	color: #fff;
}

.digimag-video-posts .video-posts__item .button-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 10px solid rgba(255, 255, 255, 0.8);
	padding: 28px 28px;
	width: 100px;
	height: 100px;
	background: #2978d0;
	color: #fff;
	border-radius: 50%;
	opacity: 0;
	transition: all ease 0.3s;
}

.digimag-video-posts .video-posts__item .button-play i {
	font-size: 24px;
	font-size: 1.5rem;
	margin: 3px;
}

.digimag-video-posts .video-posts__item:hover .item__text,
.digimag-video-posts .video-posts__item:hover .icofont-ui-video-play {
	opacity: 0;
}

.digimag-video-posts .video-posts__item:hover .button-play {
	opacity: 1;
}

.digimag-video-posts .icofont-ui-video-play {
	position: absolute;
	left: 35px;
	top: 40px;
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	transition: all ease 0.3s;
}

.digimag-video-posts .navigation__button {
	margin-top: 10px;
}

.digimag-video-posts .slick-arrow {
	position: static;
	border: 1px solid #fff;
	color: #fff;
	padding: 14px;
	border-radius: 50%;
	display: inline-block;
	height: 46px;
	width: 46px;
	transform: none;
}

.digimag-video-posts .slick-arrow:before {
	display: none;
}

.digimag-video-posts .slick-arrow + .slick-arrow {
	margin-left: 2px;
}

@media (max-width: 1023px) {
	.digimag-video-posts .video-posts__navigation,
	.digimag-video-posts .video-posts__items {
		width: 100%;
	}
	.digimag-video-posts .video-posts__navigation {
		margin: 0 0 10px 0;
	}
	.digimag-video-posts .navigation__button {
		margin-bottom: 10px;
	}
}

.digimag-video-posts .post-thumbnail:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(136deg, #202225 0%, #181a1c 50%, #101113 100%);
	border-radius: 3px;
	opacity: 0.5;
	transition: 0.3s ease all;
}

.digimag-video-posts .post-thumbnail:hover:before {
	opacity: 0;
}

.widget.jetpack_widget_social_icons svg {
	display: none;
}

.widget.jetpack_widget_social_icons a:after {
	font-size: 13px;
	font-size: 0.8125rem;
	font-family: Poppins, sans-serif;
}

.widget.jetpack_widget_social_icons a:before {
	color: inherit;
}

.widget.jetpack_widget_social_icons a[href*=facebook] {
	color: #3b5998;
}

.widget.jetpack_widget_social_icons a[href*=facebook]:after {
	content: 'Facebook';
}

.widget.jetpack_widget_social_icons a[href*=facebook]:hover {
	background-color: #3b5998;
}

.widget.jetpack_widget_social_icons a[href*=twitter] {
	color: #00acee;
}

.widget.jetpack_widget_social_icons a[href*=twitter]:after {
	content: 'Twitter';
}

.widget.jetpack_widget_social_icons a[href*=twitter]:hover {
	background-color: #00acee;
}

.widget.jetpack_widget_social_icons a[href*=instagram]:after {
	content: 'Instagram';
}

.widget.jetpack_widget_social_icons a[href*=pinterest] {
	color: #ca1f27;
}

.widget.jetpack_widget_social_icons a[href*=pinterest]:after {
	content: 'Pinterest';
}

.widget.jetpack_widget_social_icons a[href*=pinterest]:hover {
	background-color: #ca1f27;
}

.widget.jetpack_widget_social_icons a[href*=github] {
	color: #4078c0;
}

.widget.jetpack_widget_social_icons a[href*=github]:after {
	content: 'Github';
}

.widget.jetpack_widget_social_icons a[href*=github]:hover {
	background-color: #4078c0;
}

.widget.jetpack_widget_social_icons a[href*=google] {
	color: #dd4b39;
}

.widget.jetpack_widget_social_icons a[href*=google]:after {
	content: 'Google+';
}

.widget.jetpack_widget_social_icons a[href*=google]:hover {
	background-color: #dd4b39;
}

.widget.jetpack_widget_social_icons a[href*=linkedin] {
	color: #0077b5;
}

.widget.jetpack_widget_social_icons a[href*=linkedin]:after {
	content: 'LinkedIn';
}

.widget.jetpack_widget_social_icons a[href*=linkedin]:hover {
	background-color: #0077b5;
}

.widget.jetpack_widget_social_icons a[href*=tumblr] {
	color: #2c4762;
}

.widget.jetpack_widget_social_icons a[href*=tumblr]:after {
	content: 'Tumblr';
}

.widget.jetpack_widget_social_icons a[href*=tumblr]:hover {
	background-color: #2c4762;
}

.widget.jetpack_widget_social_icons a[href*=twitch] {
	color: #4b367c;
}

.widget.jetpack_widget_social_icons a[href*=twitch]:after {
	content: 'Twitch';
}

.widget.jetpack_widget_social_icons a[href*=twitch]:hover {
	background-color: #4b367c;
}

.widget.jetpack_widget_social_icons a[href*=flickr] {
	color: #ff0084;
}

.widget.jetpack_widget_social_icons a[href*=flickr]:after {
	content: 'Flickr';
}

.widget.jetpack_widget_social_icons a[href*=flickr]:hover {
	background-color: #ff0084;
}

.widget.jetpack_widget_social_icons a[href*=youtube] {
	color: #ff0000;
}

.widget.jetpack_widget_social_icons a[href*=youtube]:after {
	content: 'Youtube';
}

.widget.jetpack_widget_social_icons a[href*=youtube]:hover {
	background-color: #ff0000;
}

.widget.jetpack_widget_social_icons a[href*=vimeo] {
	color: #162221;
}

.widget.jetpack_widget_social_icons a[href*=vimeo]:after {
	content: 'Vimeo';
}

.widget.jetpack_widget_social_icons a[href*=vimeo]:hover {
	background-color: #162221;
}

.widget.jetpack_widget_social_icons a[href*=wordpress] {
	color: #21759b;
}

.widget.jetpack_widget_social_icons a[href*=wordpress]:after {
	content: 'Wordpress';
}

.widget.jetpack_widget_social_icons a[href*=wordpress]:hover {
	background-color: #21759b;
}

.widget.jetpack_widget_social_icons a[href*="amazon"] {
	color: #ff9900;
}

.widget.jetpack_widget_social_icons a[href*="amazon"]:after {
	content: 'Amazon';
}

.widget.jetpack_widget_social_icons a[href*="amazon"]:hover {
	background-color: #ff9900;
}

.widget.jetpack_widget_social_icons a[href*="apple"]:after {
	content: 'Apple';
}

.widget.jetpack_widget_social_icons a[href*="behance"] {
	color: #1769ff;
}

.widget.jetpack_widget_social_icons a[href*="behance"]:after {
	content: 'Behance';
}

.widget.jetpack_widget_social_icons a[href*="behance"]:hover {
	background-color: #1769ff;
}

.widget.jetpack_widget_social_icons a[href*="deviantart"] {
	color: #05cc47;
}

.widget.jetpack_widget_social_icons a[href*="deviantart"]:after {
	content: 'Deviantart';
}

.widget.jetpack_widget_social_icons a[href*="deviantart"]:hover {
	background-color: #05cc47;
}

.widget.jetpack_widget_social_icons a[href*="digg"] {
	color: #005be2;
}

.widget.jetpack_widget_social_icons a[href*="digg"]:after {
	content: 'Digg';
}

.widget.jetpack_widget_social_icons a[href*="digg"]:hover {
	background-color: #005be2;
}

.widget.jetpack_widget_social_icons a[href*="dribble"]:after {
	content: 'Dribble';
}

.widget.jetpack_widget_social_icons a[href*="dribbble"] {
	color: #ea4c89;
}

.widget.jetpack_widget_social_icons a[href*="dribbble"]:after {
	content: 'Dribbble';
}

.widget.jetpack_widget_social_icons a[href*="dribbble"]:hover {
	background-color: #ea4c89;
}

.widget.jetpack_widget_social_icons a[href*="dropbox"] {
	color: #007ee5;
}

.widget.jetpack_widget_social_icons a[href*="dropbox"]:after {
	content: 'Dropbox';
}

.widget.jetpack_widget_social_icons a[href*="dropbox"]:hover {
	background-color: #007ee5;
}

.widget.jetpack_widget_social_icons a[href*="etsy"] {
	color: #d5641c;
}

.widget.jetpack_widget_social_icons a[href*="etsy"]:after {
	content: 'Etsy';
}

.widget.jetpack_widget_social_icons a[href*="etsy"]:hover {
	background-color: #d5641c;
}

.widget.jetpack_widget_social_icons a[href*="mailto"]:after {
	content: 'Mailto';
}

.widget.jetpack_widget_social_icons a[href*="reddit"] {
	color: #ff4500;
}

.widget.jetpack_widget_social_icons a[href*="reddit"]:after {
	content: 'Reddit';
}

.widget.jetpack_widget_social_icons a[href*="reddit"]:hover {
	background-color: #ff4500;
}

.widget.jetpack_widget_social_icons a[href*="skype"] {
	color: #00aff0;
}

.widget.jetpack_widget_social_icons a[href*="skype"]:after {
	content: 'Skype';
}

.widget.jetpack_widget_social_icons a[href*="skype"]:hover {
	background-color: #00aff0;
}

.widget.jetpack_widget_social_icons a[href*="stumbleupon"] {
	color: #eb4924;
}

.widget.jetpack_widget_social_icons a[href*="stumbleupon"]:after {
	content: 'Stumbleupon';
}

.widget.jetpack_widget_social_icons a[href*="stumbleupon"]:hover {
	background-color: #eb4924;
}

.widget.jetpack_widget_social_icons a[href*="yelp"] {
	color: #af0606;
}

.widget.jetpack_widget_social_icons a[href*="yelp"]:after {
	content: 'Yelp';
}

.widget.jetpack_widget_social_icons a[href*="yelp"]:hover {
	background-color: #af0606;
}

.widget.jetpack_widget_social_icons a[href*="500px"] {
	color: #0099e5;
}

.widget.jetpack_widget_social_icons a[href*="500px"]:after {
	content: '500px';
}

.widget.jetpack_widget_social_icons a[href*="500px"]:hover {
	background-color: #0099e5;
}

.widget.jetpack_widget_social_icons a[href*="foursquare"] {
	color: #f94877;
}

.widget.jetpack_widget_social_icons a[href*="foursquare"]:after {
	content: 'Foursquare';
}

.widget.jetpack_widget_social_icons a[href*="foursquare"]:hover {
	background-color: #f94877;
}

.widget.jetpack_widget_social_icons a[href*="meetup"] {
	color: #e0393e;
}

.widget.jetpack_widget_social_icons a[href*="meetup"]:after {
	content: 'Meetup';
}

.widget.jetpack_widget_social_icons a[href*="meetup"]:hover {
	background-color: #e0393e;
}

.widget.jetpack_widget_social_icons a[href*="slidshare"] {
	color: #0077b5;
}

.widget.jetpack_widget_social_icons a[href*="slidshare"]:after {
	content: 'Slidshare';
}

.widget.jetpack_widget_social_icons a[href*="slidshare"]:hover {
	background-color: #0077b5;
}

.widget.jetpack_widget_social_icons a[href*="snapchat"] {
	color: #fffc00;
}

.widget.jetpack_widget_social_icons a[href*="snapchat"]:after {
	content: 'Snapchat';
}

.widget.jetpack_widget_social_icons a[href*="snapchat"]:hover {
	background-color: #fffc00;
}

.widget.jetpack_widget_social_icons a[href*="soundcloud"] {
	color: #ff8800;
}

.widget.jetpack_widget_social_icons a[href*="soundcloud"]:after {
	content: 'Soundcloud';
}

.widget.jetpack_widget_social_icons a[href*="soundcloud"]:hover {
	background-color: #ff8800;
}

.widget.jetpack_widget_social_icons a[href*="spotify"] {
	color: #1db954;
}

.widget.jetpack_widget_social_icons a[href*="spotify"]:after {
	content: 'Spotify';
}

.widget.jetpack_widget_social_icons a[href*="spotify"]:hover {
	background-color: #1db954;
}

.widget.jetpack_widget_social_icons a[href*="vk"]:after {
	content: 'Vk';
}

.widget.jetpack_widget_social_icons ul {
	margin: -10px 0 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

.widget.jetpack_widget_social_icons ul li {
	padding: 10px 0 0 10px;
	margin: 0;
	width: 50%;
}

.widget.jetpack_widget_social_icons ul li a {
	width: auto;
	height: auto;
	border-radius: 50px;
	background: #fff;
	padding: 17px 5px;
	text-align: center;
}

.widget.jetpack_widget_social_icons ul li a:hover {
	color: #fff;
}

@media (max-width: 1439px) {
	.widget.jetpack_widget_social_icons ul li a {
		padding: 12px 5px;
	}
}

.widget.jetpack_widget_social_icons li a:before {
	color: inherit;
}

@media (max-width: 1439px) {
	.widget.jetpack_widget_social_icons li a:before {
		margin-right: 0;
		position: relative;
		top: -1px;
	}
}

.digimag-contact-info .contact {
	background: url("images/bg_footer.png");
	background-size: cover;
}

@media (max-width: 991px) {
	.digimag-contact-info .contact {
		background-repeat: no-repeat;
		background-size: auto;
	}
}

.digimag-contact-info .contact li {
	font-size: 14px;
	font-size: 0.875rem;
}

.digimag-contact-info .contact li:before {
	content: none;
}

.digimag-contact-info .contact li + li {
	margin-top: 40px;
}

.digimag-contact-info .contact i {
	margin-right: 10px;
	color: #000;
	padding: 13px;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	float: left;
	margin-top: -10px;
}

.digimag-contact-info .contact a:hover {
	text-decoration: none;
	box-shadow: none;
}

/*--------------------------------------------------------------
## Slideout Sidebar
--------------------------------------------------------------*/
.admin-bar .slideout-sidebar,
.admin-bar .slideout-close-btn {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .slideout-sidebar,
	.admin-bar .slideout-close-btn {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.admin-bar .slideout-sidebar,
	.admin-bar .slideout-close-btn {
		top: 0;
	}
}

.slideout-sidebar {
	color: #838c95;
	width: 440px;
	padding: 60px;
	max-width: 100%;
	transform: translate3d(calc( -100% - 76px), 0, 0);
	transition: all .6s ease;
	background: #19191c;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
}

.slideout-sidebar .widget:nth-child(2) {
	padding-top: 0;
}

@media (max-width: 479px) {
	.slideout-sidebar {
		width: 240px;
		padding: 40px 10px;
	}
}

.slideout-sidebar::-webkit-scrollbar {
	width: 0;
}

.slideout-sidebar .widget {
	border-bottom: 1px solid #2d2d2d;
}

.slideout-sidebar .widget li a:hover {
	color: #fff;
}

.slideout-sidebar .widget-title {
	color: #fff;
}

.slideout-sidebar li {
	list-style-type: none;
	position: relative;
	margin-top: 15px;
}

.slideout-sidebar a {
	color: #fff;
}

.slideout-sidebar ul {
	margin: 0;
	padding: 0;
}

.slideout-sidebar .primary-menu a {
	font-size: 14px;
	font-size: 0.875rem;
	display: block;
}

.slideout-sidebar .menu-item-has-children {
	position: relative;
}

.slideout-sidebar .menu-item-has-children a {
	padding-right: 20px;
}

.slideout-sidebar .menu-item-has-children ul {
	padding-left: 10px;
}

.slideout-sidebar .dropdownToggle {
	cursor: pointer;
	position: absolute;
	color: white;
	right: 0;
	top: 0;
}

.slideout-sidebar .widget_search input {
	background: #2d2d2d;
	color: #fff;
}

.slideout-sidebar .widget_search input::-webkit-input-placeholder {
	color: #fff;
}

.slideout-sidebar .widget_search input:-moz-placeholder {
	color: #fff;
}

.slideout-sidebar .widget_search input::-moz-placeholder {
	color: #fff;
}

.slideout-sidebar .widget_search input:-ms-input-placeholder {
	color: #fff;
}

.slideout-sidebar .widget_search .search-submit {
	background: #0063d1;
}

.slideout-sidebar .widget_categories .count {
	background: #2d2d2d;
	color: #fff;
}

.slideout-sidebar .digimag_lite_recent_posts .entry-meta a {
	color: inherit;
}

.slideout-sidebar .recent-post__text .entry-title a {
	color: #fff;
}

.slideout-sidebar .tagcloud a:hover {
	background: #55acee;
	color: #fff;
}

.slideout-sidebar .digimag-intro .intro-info {
	color: #fff;
}

.slideout-sidebar .digimag-intro .intro-detail li {
	color: #757d86;
}

.slideout-sidebar .widget_twitter_timeline iframe {
	background-color: #fff;
}

.slideout-sidebar-open .slideout-sidebar {
	transform: translate3d(0, 0, 0);
}

.slideout-close-btn {
	visibility: hidden;
	position: fixed;
	transition: 0.6s ease all;
	top: 0;
	left: -76px;
	width: 76px;
	height: 76px;
	text-align: center;
	line-height: 76px;
	cursor: pointer;
	background: #fff;
	color: #000;
	z-index: 999;
}

.slideout-sidebar-open .slideout-close-btn {
	visibility: visible;
	left: 440px;
}

@media (max-width: 479px) {
	.slideout-sidebar-open .slideout-close-btn {
		left: 240px;
	}
}

.slideout-close-btn i {
	font-size: 28px;
	font-size: 1.75rem;
}

.slideout-close-btn i:before {
	vertical-align: middle;
}

.widget-copyright {
	color: #757d86;
}

/*--------------------------------------------------------------
## Calendar
--------------------------------------------------------------*/
/* widget calendar */
#wp-calendar {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #f3f5f8;
}

#wp-calendar tr, #wp-calendar td, #wp-calendar th {
	text-align: center;
	border: 1px solid #f3f5f8;
}

#wp-calendar th {
	color: #1a1b1f;
	background: #f3f5f8;
}

#wp-calendar caption {
	margin-bottom: 5px;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
}

#wp-calendar td, #wp-calendar th {
	padding: 5px;
}

#wp-calendar tbody {
	line-height: 33px;
}

#wp-calendar tfoot td {
	border: none;
}

#wp-calendar #prev,
#wp-calendar #next {
	padding: 0 10px;
}

#wp-calendar #prev a,
#wp-calendar #next a {
	display: inline-block;
}

#wp-calendar #today {
	background: #0063d1;
	color: #fff;
}

#wp-calendar #today a {
	color: #fff;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

/*--------------------------------------------------------------
## Page 404
--------------------------------------------------------------*/
.error404 .content-area,
.search-no-results .content-area {
	margin: 52px auto 60px;
	text-align: center;
}

.error404 .content-area .search-submit,
.search-no-results .content-area .search-submit {
	margin-left: -5px;
	padding: 15px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.error404 .content-area input,
.search-no-results .content-area input {
	font-size: 13px;
	font-size: 0.8125rem;
	padding: 12px 50px 10px 12px;
}

@media (min-width: 575px) {
	.error404 .content-area input,
	.search-no-results .content-area input {
		width: 45%;
	}
}

/*--------------------------------------------------------------
# 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;
	margin: 0 -5px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0 5px;
	margin-top: 0;
}

.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;
}

/*# sourceMappingURL=style.css.map */