/*
Theme Name: DP-01
Theme URI: https://domainpromo.com/wordpress-themes
Text Domain: dp-01
Description: A Free Wordpress Personal Blog and Magazine Theme by DomainPromo.com
Version: 1.0
Author: DomainPromo.com
Author URI: https://domainpromo.com
Tags: custom-menu, right-sidebar, featured-images, post-formats, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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.
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&subset=latin-ext');

@font-face {
	font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Noto Sans ExtraBold'), local('NotoSans-ExtraBold'), url(fonts/NotoSans-ExtraBold.ttf) format('truetype');

}
html {
  line-height: 1.3; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
	  width: 100%;
    height: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	border-width: 0px;
	
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
	background-color: #fff;
	font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  color: #1f1f1f;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	width: 100%;
	font-family: 'Noto Sans', sans-serif
}

/**
 * Add the correct display in IE 9-.
 */
a:hover {
	color: #f71735
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
ul {
	padding: 0;
	margin: 0
}
li {
	list-style: none
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
.screen-reader-text {
	display: none
}
figcaption,
figure,
main { /* 1 */
  display: block;
}
i {
	vertical-align: middle
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
	text-decoration: none;
	transition: all .3s ease;
	color: #1f1f1f
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
p {
	margin: 0;
	line-height: 24px;
	color: #8b8b8b;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

table {
	border-width: 1px;
	border-spacing: 2px;
	border-color: #EAEAEA;
	border-collapse: separate;
	background-color: white;
}
table th {
	border-width: 1px;
	padding: 1em;
	border-style: inset;
	border-color: #EAEAEA;
	background-color: white;
	-moz-border-radius: ;
}
table th[scope=row], table tr th {
	background-color: #F5F5F5
}
table td {
	border-width: 1px;
	padding: .5em;
	border-style: inset;
	border-color: #EAEAEA;
	background-color: white;
	-moz-border-radius: ;
}
iframe, object, embed {
max-width: 100%;
}

blockquote, q {
  position: relative;
  padding: 1em;
  text-align: center;
	border-radius: 2px;
  font-size: 2rem;
  line-height: 1.88;
  border: 1px double rgba(0,0,0,.05);
	margin: 3rem 0;
  display: block;
}
hr {
	background-color: #ebebeb;
	height: 1px;
	margin: 10px 0;
	border: 0
}
blockquote p {
	margin: 0 !important
}
blockquote:before {
	content: '\f10e';
	font-family: FontAwesome;
	top: -1.7em;
	background-color: #f71735;
	position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  left: 50%;
  margin-left: -20px;
  color: #FFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px #FFF;
  box-shadow: 0 0 0 10px #FFF;
  font-size:1rem;
  font-weight: 400;
  padding: 12px;
}
blockquote cite {
	display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  font-size: 12px;
}
/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
button {
	background-color: transparent;
	border: 0;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
	padding: 0;
	margin: 0 5px;
	outline: none;
}

code {
    padding: 3px 10px;
    font-size: 90%;
    color: #c7254e;
    background-color: #eee;
    border-radius: 4px
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

pre {
    display: block;
    overflow: auto;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

iframe,
object,
embed {
    max-width: 100%
}

/* Theme */
#kan_header {
	
}
#kan_header>.header_top {
	background: #1f1f1f;
	height: 38px;
	font-size: 12px;
	line-height: 38px;
	color: #a5a5a5;
	text-transform: uppercase
}
#kan_header ul>li {
	display: inline-block
}
#kan_header .header_top_menu a {
	color: #a5a5a5;
	font-size: 12px;
	margin-right: 1em
}
#kan_header .header_top_social a{
	color: #fff;
	font-size: 14px;
	margin-left: 15px
}
#kan_header .header_logo {
	max-height: 70px
}
#kan_header>.header_bottom {
	height: 70px;
	line-height: 70px;
	background: #2e2e2e;
	color: #fff;
}
#kan_header>.header_bottom a {
	color: #fff
}
#kan_header .header_bottom_menu li {
	position: relative;
}
#kan_header .header_bottom_menu li.current-menu-item:before {
	content: '';
	z-index: 2;
	background: #f71735;
	width: 100%;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 7px;
}
#kan_header .header_bottom_menu a {
	display: block;
	color: #8b8b8b;
	padding: 0 1em;
	font-weight: bold;
}
#kan_header a {
	-ms-transition: color .3s ease;
	-webkit-transition: color .3s ease;
	transition: all .3s ease;
	text-transform: uppercase;
}
#kan_header li:hover a, #kan_header .header_bottom_menu .current-menu-item a {
	color: #fff
}
.sub-menu {
	display: none
}
.logo-text {
	margin: 0
}
#kan_header .sub-menu {
	position: absolute;
  top: 70px;
  right: auto;
  bottom: auto;
  left: -9999px;
  z-index: 2;
  min-width: 200px;
  list-style: none;
  text-align: left;
	border-radius: 0 0 3px 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
#kan_header .header_bottom_menu li:last-child .sub-menu {
	left: auto;
	right: -9999px;
}
#kan_header .header_bottom_menu li:hover .sub-menu {
	display: block;
	left: auto
}
#kan_header .header_bottom_menu li:last-child:hover .sub-menu {
	right: 0
}
#kan_header .sub-menu li {
	display: block;
	line-height: initial
}
#kan_header .sub-menu a {
	color: #1f1f1f !important;
	padding: 10px 1em;
	font-weight: 400;
	text-transform: none;
	border-bottom: 1px solid #ececec
}
#kan_header .sub-menu li:last-child>a {
	border: 0
}
#kan_header .header_bottom_menu button {
	background: #fff;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	color: #1f1f1f;
	margin: 10px 0 10px 1em
}
.menu-item-has-children {
	padding-right: 1em;
}
.menu-item-has-children:after {
	position: absolute;
  content: "\f107";
  font: normal normal normal 15px/1 FontAwesome;
  right: 10px;
  top: 27px;
  color: rgba(255,255,255,.5);
}
.menu-item-has-children:hover:after {
	color: #fff
}
.header_mobil_menu {
	display: none !important
}
.thumb-title {
	font-size: 18px;
	color: #1f1f1f;
	font-weight: 800;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card_list_small .thumb-title {
	font-size: 14px;
	font-weight: 700
}
.featured_item {
	height: 450px;
	background-color: #ddd;
	position: relative;
	background-size: cover !important;
  background-position: center center !important;
}
.featured_widget {
	width: 100%;
	height: 190px;
	margin: 0 0 10px
}
#content .featured_widget {
	float: left;
	height: 250px !important;
	margin: 0
}
.featured_item_content {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
	bottom: 0;
	width: 100%;
	padding: 1.5em
}
.featured_item:after {
	content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65%;
  transition: opacity 0.2s;
  background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,1))
}
.featured_item_content .thumb-title {
	font-size: 27px;
	margin: 0;
	font-weight: 800
}
#content .featured_item_content .thumb-title {
	font-size: 22px
}
#sidebar .featured_widget .thumb-title {
	font-size: 18px
}
.taxonomy-description, .page_description {
	margin: 0 0 2em
}
.featured_item_content .thumb-title a {
	color: #fff
}
.featured_item_meta {
	position: absolute;
	left: 1.5em;
	top: 1.5em
}
.meta_item {
	background: #2e2e2e;
	color: #fff;
	display: inline-block;
	padding: 7px 10px;
	font-size: 12px;
	border-radius: 2px;
	margin-right: 3px;
	text-transform: uppercase
}
.meta_category, .meta_read {
	background: #f71735;
	padding:7px 1em;
	font-weight: bold
}
.meta_date {
	text-transform: none;
	background: #eeeeee;
	color: #a3a3a3
}
.meta_date:hover {
	background: #2e2e2e
}
.meta_item:hover {
	color: #fff
}
.featured_url {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: transparent;
	z-index: 3
}

.owl-nav [class*=owl-] {
  position: absolute;
  transition: all .3s;
  height: 50px;
  width: 50px;
	line-height: 46px;
	font-size: 25px;
  top: 50%;
	left: 1em;
	opacity: 0;
	transition: all.3s ease;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-color: #fff;
  color: #1f1f1f;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.09);
  border-radius: 100%;
	text-align: center
}
.owl-carousel:hover .owl-nav [class*=owl-] {
	opacity: 1
}
.owl-next {
	left: auto !important	;
	right: 1em
}
#content {
	padding-right: 3em;
	position: relative;
}
#sidebar, #content {
	margin: 2em 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
}
#content:after {
	content: '';
	position: absolute;
	right: 13px;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background: #ececec
}
.kan_widget {
	margin: 0 0 2em;
	width: 100%;
	display: inline-block
}
.kan_widget_title {
	padding: 0 0 15px;
	position: relative;
	margin: 0 0 1.5em;
	font-size: 18px;
	border-bottom: 1px solid #ececec
}
.kan_widget_title>*:first-child {
	position: relative;
	font-size: 18px;
	font-weight: 700
}
.kan_widget_title>*:first-child:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -19px;
	height: 7px;
	background: #f71735;
	width: 100%
}
.kan_widget_title>*{
	margin: 0
}
.kan_widget_title .all-posts {
	color: #8b8b8b;
	font-size: 12px;
	text-transform: uppercase
}
.kan_widget_title i {
	color: #f71735;
	margin-left: 5px
}
.kan_card {
	width: 100%;
	display: inline-block;
	margin: 0 0 2.3em
}
.kan_card.sticky .card_thumb:after{
	content: '\f02e';
	font-family: fontawesome;
	position: absolute;
	left: 10px;
	top: 5px;
	font-size: 2em;
	display: inline-block;
	color: #fff
}
.card_list_small {
	margin: 0 0 1.5em
}
.card_thumb {
	float: left;
	position: relative
}
.card_list .card_thumb {
	margin-right: 2em
}
.card_list_small .card_thumb {
	margin-right: 1em
}
.card_grid .card_thumb {
	margin: 0 0 2em;
	float: none
}
.card_content>* {
	margin: 0 0 7px
}
.card_grid .card_content>* {
	margin: 0 0 15px
}
.nav-links a, .nav-links>span {
	color: #555;
	margin: 0 0 10px;
	display: inline-block;
	padding: 7px 2em;
	font-size: 12px;
	border-radius: 2px
}
.nav-links .page-numbers {
	background: #eee
}
.nav-links .current, .nav-links .next {
	background: #f71735;
	color: #fff;
}
.social_widget .col {
	padding: 0
}
.social_item {
	color: #fff;
	cursor: pointer;
	height: 60px
}
.social_item:hover {
	color: #fff;
	opacity: .7
}
.social_text {
	position: absolute;
	bottom: -7px;
	font-size: 10px;
	padding: 2px 5px;
	background: #fff;
	left: 10%;
	right: 10%;
	text-align: center;
	color: #8b8b8b
}
.facebook {
	background: #3b5999
}
.twitter {
	background: #55acee
}
.gplus {
	background: #dd4b39
}
.instagram {
	background: #e4405f
}
.youtube {
	background: #cd201f
}
.whatsapp {
	background: #25D366
}
.pinterest {
	background: #bd081c
}
.mail {
	background: #131418
}
.tagcloud a {
	font-size: 12px !important;
	background: #2e2e2e;
	color: #fff;
	padding: 5px 10px;
	border-radius: 2px
}
.tagcloud a:hover {
	background: #f71735
}
.kan_widget ul>li {
	position: relative;
	border-bottom: 1px solid #ececec;
	margin: 0 0 10px;
	padding: 0 0 10px;
	padding-left: 1.3em
}
#footer .kan_widget ul>li {
	border-color: rgba(255,255,255,.1)
}
.kan_widget ul>li:before {
	content: "\f105";
	position: absolute;
	display: inline-block;
	left: 0;
	color: #f71735;
	top: 2px;
	font-family: fontawesome;
}
.kan_widget ul>li>a {
	display: block;
	line-height: 24px;
}
.recentcomments .comment-author-link a {
	background: #ececec;
	padding: 2px 5px !important;
	border-radius: 2px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5)
}
#footer .recentcomments .comment-author-link a {
	background: rgba(0,0,0,.3);
	color: rgba(255,255,255,.3)
}
.kan_widget ul>li:last-child>a {
	padding-bottom: 0;
}
.kan_widget ul>li:last-child {
	border: 0
}
.search-form {
	position: relative
}
.search-form label {
	width: 80%;
	float: left;
	background: #eee;
}
.search-form label input {
	width: 100%;
	height: 100%;
	outline: none;
	border: 1px solid #ececec;
	padding: 10px;
	display: block
}
#footer .search-form label input {
	border-color: rgba(255,255,255,.1)
}
.search-form label input:focus {
	border-color: #f71735
}
.search-form .search-submit {
	width: 20%;
	padding: 11px;
	display: inline-block;
	background: #f71735;
	border: 1px solid #f71735;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0 3px 3px 0
}
.header_search_box, #mobil_menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	visibility: hidden;
	-ms-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	opacity: 0;
}
.header_search_box.is_active, #mobil_menu.is_active {
	opacity: 1;
	visibility: visible
}
.header_search_box form {
	width: 70%;
	position: relative
}
.header_search_box input {
	width: 100%;
	background: #fff;
	outline: none;
	padding: 2em;
	border-radius: 25px
}
.header_search_box form>button, [class*=close_all_] {
	position: absolute;
	right: 1em;
	top: 1em;
	background: #f71735;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%
}
.close_all {
	position: fixed;
}
body.is_active {
	overflow: hidden
}
#mobil_menu {
	background: #222;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding: 0 0 1em;
	overflow: auto;
}
#mobil_menu .mobil_menu li {
	width: 100%;
	position: relative;
	display: block
}
#mobil_menu .mobil_menu li.menu-item-has-children {
	padding: 0
}
#mobil_menu .mobil_menu li.menu-item-has-children:after {
	top: 15px;
}
#mobil_menu .mobil_menu .sub-menu a {
	font-size: 12px;
	font-weight: 400;
	padding-left: 2em
}
#mobil_menu .mobil_menu a {
	color: #fff;
	padding: 1em;
	border-top: 1px solid rgba(255,255,255,.03);
	display: block;
	font-weight: 700
}
.mobil_social, .mobil_header {
	display: inline-block;
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 1em;
	text-align: center
}
.mobil_header {
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.mobil_social li {
	display: inline-block;
}
.mobil_social a{
	color: #fff;
	margin: 1em
}
#footer {
	margin: 2em 0 0;
	color: rgba(255,255,255,.5)
}
#footer a {
	color: #fff;
	font-weight: 400
}
.footer_top {
	background: #252525
}
.footer_bottom {
	background: #1f1f1f;
	padding: 2em 0
}
.dp_footer_block {
	padding-top: 2em;
	padding-bottom: 2em
}
.footer_social ul {
	text-align: center;
	margin: 0 0 3em
}
.footer_social li {
	display: inline-block;
	margin: 0 15px;
	font-size: 2em
}
.footer_top_widget .kan_widget_title {
	color: #fff;
	padding-top: 0;
	border-color: rgba(255,255,255,.1)
}
.footer_top_widget .card_content .card_item_meta>* {
	background: #252525 !important;
	padding: 0;
	color: rgba(255,255,255,.5) !important
}
.footer_top_widget .card_content .card_item_meta i {
	color: #fff !important;
	margin-right: 5px
}
#footer .featured_widget {
	height: 250px
}
#footer .card_list_small .thumb-title {
	font-size: 15px
}
.social_widget li:before, #footer .menu-item-has-children:after {
	content: none !important
}

.dp_entry_header p {
	font-size: 20px !important;
	line-height: 28px !important;
}
.dp_entry_header .card_content>* {
	margin: 15px 0
}
.dp_entry_header .entry-title {
	margin-top: 0
}
.dp_post_info {
	border-top:1px solid #ececec;
	padding-top: 1em;
	position: relative
}
.dp_post_info li:after{
	content: '/';
	margin: 0 10px;
	color: #ddd;
	display: inline-block
}
.dp_post_info li:last-child:after {
	content: none
}
.dp_post_info li a {
	color: #f71735
}
.dp_post_info li i {
	color: #666;
}
.dp_post_thumbnail {
	margin: 2em 0 !important
}
.dp_post_thumbnail img{
	width: 100%
}
.dp_entry-content p {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue","Open Sans",sans-serif;
	font-size: 18px;
  line-height: 28px;
	color: #1f1f1f;
  margin-bottom: 1em;
}
.post_share .col {
	padding: 0
}
.post_share a {
	width: 100%;
	display: block;
	height: 100%;
	padding: 1em;
	text-align: center;
	color: #fff
}
.dp_entry_btn>* {
	background: #eee;
	padding: 5px 15px;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: rgba(0,0,0,.3);
	font-weight: 700;
	display: inline-block
}
.dp_entry_btn a{
	background: #1f1f1f;
	color: #fff
}
.dp_entry_btn>span, .dp_entry_btn>*:hover {
	background: #f71735;
	color: #fff
}
.dp_entry-content dt {
    color: #444
}

.dp_entry-content ol,
.dp_entry-content ul {
    margin: 0 0 15px 30px
}

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

.dp_entry-content ul li,
.dp_entry-content ol li {
    list-style: initial;
    line-height: 28px;;
    font-size: 18px
}

.dp_entry-content ol li,
.dp_entry-content ol ul ol li {
    list-style: decimal
}

.dp_entry-content dt {
    font-weight: 600
}

.dp_entry-content address {
    margin-bottom: 1em
}

.dp_entry-content sub,
.dp_entry-content sup {
    font-size: 62.5%
}

.dp_entry-content sub {
    vertical-align: sub
}

.dp_entry-content sup {
    vertical-align: super
}

.dp_entry-content img.size-auto,
.dp_entry-content img.size-large,
.dp_entry-content img.size-medium,
.dp_entry-content attachment img {
    max-width: 100%;
    height: auto
}

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

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    position: relative;
    max-width: 100%
}

.wp-caption-text {
    position: absolute;
    bottom: 1em;
    left: 1em;
    color: #fff;
    border-bottom: 1px dotted #fff
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.gallery {
    margin: 0 auto 18px;
    clear: both
}

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

.gallery .gallery-item img {
    border: 0!important
}

.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 .gallery-item img {
    height: auto;
    margin: 0 auto;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.gallery .gallery-item a:hover img {
    opacity: .6!important;
    margin: -5px 0 5px
}

.gallery-caption {
    color: #888;
    margin: 0 0 12px
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.gallery br + br {
    display: none
}

.screen-reader-text {
    display: none
}

.ad {
    color: #000;
    position: relative;
    text-align: center;
    margin: 15px
}

.ad-header {
    margin: 20px 0
}

.ad-right {
    float: right;
    margin: 15px
}

.ad-left {
    float: left;
    margin: 15px
}

.stream-item {
    text-align: center;
    position: relative
}

.ad iframe {
    margin: 0 auto
}

.ad img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle
}

.ad ins {
    margin: 0 auto!important;
    padding: 0!important;
    background: transparent!important;
    text-decoration: none!important;
    width: 728px;
    height: 90px
}

.ad ins iframe {
    max-height: none
}

@media (max-width: 767px) {
    .ad ins {
        width: 468px;
        height: 60px
    }
}

@media (max-width: 479px) {
    .ad ins {
        width: 300px;
        height: 250px
    }
    #header .ad ins {
        width: 320px;
        height: 100px
    }
}

.dp_entry-content table tr.alt {
    background: #f1f1f1
}
.dp_entry-content b,
.dp_entry-content strong {
    font-weight: 700
}
.comment-respond {
	margin: 2em 0
}
.comment-body, .commentlist .comment {
	display: inline-block;
	width: 100%;
}
.commentlist .comment {
	padding: 2em 0;
	border-bottom: 1px solid #ececec
}
.commentlist .comment:first-child {
	padding-top: 0
}
.commentlist .comment.parent>.comment-body {
	border-bottom: 1px solid #ececec;
	padding: 0 0 2em
}
.commentlist .comment.depth-1 {
	width:100%
}
.commentlist .comment.depth-2 {
	width:90%;
	float: right
}
.commentlist .comment.depth-3 {
	width:80%;
	float: right
}
.commentlist .comment.depth-4 {
	width:70%;
	float: right
}
.commentlist .comment.depth-5 {
	width:60%;
	float: right
}
.commentlist .comment.depth-6 {
	width:50%;
	float: right
}
.commentlist .comment .children>.comment:last-child {
	border-bottom: 0
}
.commentlist .comment .children {
	margin: 1em 0 0
}
.comment-body .comment-author {
	float: left;
	margin-right: 1em
}
.comment-body p {
	clear: both;
	color: #1f1f1f;
	display: inline-block;
	width: 100%;
	margin: 1em 0
}
.comment-meta .authormeta {
	color: #8b8b8b;
	margin: 0 0 5px
}
.comment-meta .authormeta + * {
	color: #8b8b8b
}
.comment-meta .fn {
	font-weight: 700;
	color: #1f1f1f
}
.bypostauthor .comment-author {
	position: relative
}
.bypostauthor .comment-author:before {
	    box-sizing: content-box;
    display: block;
    position: absolute;
    content: "";
    color: rgb(255, 255, 255);
    line-height: 12px;
    width: 12px;
    font-style: normal;
    font-family: FontAwesome;
    text-align: center;
    bottom: 0px;
    right: 0;
    font-size: 12px;
    background: #f71735;
    padding: 2px;
}
.comment-reply-link, .form-submit .submit {
	background: #f71735;
	color: #fff !important;
	border: 0;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 3px;
	font-weight: 700;
	width: auto !important;
	cursor: pointer;
	outline:none
}
.form-submit .submit {
	margin: 1em 0 0
}
.comment-reply-link {
	background: #eee;
	padding: 6px 10px;
	color: #999 !important
}
.comment-reply-link:hover {
	background: #f71735 !important;
	color: #fff !important
}
.comment-form textarea {
	width: 100%;
	border: 1px solid #ececec;
	padding: 1em;
	min-height: 150px;

	outline: none;
	transition: all .3s ease;
}
.comment-form input {
	border: 1px solid #ececec;
	outline: none;
	width: 100%;
	transition: all .3s ease;
	padding: 1em
}
.comment-form-email, .comment-form-author, .comment-form-url  {
	width: 100%;
	margin: 0 0 10px
}
.comment-form textarea:focus, .comment-form input:focus {
	border-color: #f71735
}
.comment-form label {
	font-weight: 700;
	color: #1f1f1f;
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px 0;
	display: block
}
.comment-awaiting-moderation {
	padding: 5px;
	color: #fff;
	margin: 0 0 1em
}
.logged-in-as>*:first-child {
	color: #8b8b8b
}
.entry-views-count {
	position: absolute;
	right: 0;
	top: 9px
}
#author-box {
	margin: 2em 0 2em
}
p.desc {
	margin: 10px 0
}
.author-box-content {
	padding-left: 0
}
.error-404 {
	text-align: center;
	margin: 6em 0 4em
}
.b404 {
	margin-bottom: 0
}
.error-404>*:first-child {
	font-size: 6em;
	margin: 0;
	font-weight: 800
}
.dp404 {
	margin: 0 0 2em
}
@media (max-width: 1200px) {
	.kan_card_group .card_list .card_thumb img {
		width: 200px
	}
}
@media (max-width: 992px) {
	#content {
		padding-right: 1em
	}
	#content:after {
		content: none
	}
	#kan_header .header_top .row {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
		justify-content: center !important;
	}
	#kan_header .header_bottom_menu ul, #kan_header .header_bottom_menu .sub-menu, #kan_header .header_top_social {
		display: none !important
	}
	.header_mobil_menu {
		display: block !important
	}
	#sidebar .featured_widget {
		width: 50%;
		float: left;
		margin: 0;
		height: 250px
	}
	#sidebar .featured_widget .thumb-title {
		font-size: 25px;
	}
}
@media (max-width: 768px) {
	#author-box {
		text-align: center
	}
	.author-box-avatar {
		margin: 0 0 1em
	}
	.author-box-content {
		padding-left: 15px
	}
	#content .featured_widget {
		width: 100%
	}
	#sidebar .featured_widget .thumb-title {
		font-size: 18px
	}
	.kan_card_group .card_list .card_thumb img {
		width: 225px
	}
	.kan_card_group .kan_card .card_thumb img {
		width: 100% !important
	}
	.kan_card_group .kan_card .card_thumb {
		margin-right: 0;
		float: none;
		margin-bottom: 1em
	}
}
@media (min-width: 768px) {
	#content .featured_widget {
		width: 50%
	}
}
@media (max-width: 550px) {
	#sidebar .featured_widget {
		width: 100%
	}
	.dp_post_info {
		display: block !important;
	}
	.dp_post_info li {
		margin: 10px 0
	}
	.entry-views-count {
		position: relative;
		margin: -8px 0 10px !important
	}
}
@media screen and (max-width: 550px) and (min-width: 450px) {
	#sidebar .featured_widget {
		width: 100%;
		height: 225px
	}
	#sidebar .featured_widget .thumb-title {
		font-size: 27px
	}
}
@media (max-width: 300px) {
	.header_top {
		display:none
	}
	#sidebar .featured_item_content .thumb-title ,#content .featured_item_content .thumb-title {
		font-size: 17px
	}
	#content .featured_widget {
		height: 190px !important
	}
}