html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0
}

body {
    margin: 0;
    background-color: #fff;
    color: #111;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    font-weight: 400
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

figcaption,
figure,
main {
    display: block
}

.material-icons {
    vertical-align: middle
}

figure {
    margin: 1em 40px
}

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
}

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: #333;
    position: absolute;
    width: 25px;
    height: 25px;
    display: block;
    line-height: 25px;
    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: .9rem;
    font-weight: 400;
    padding: 12px
}

blockquote cite {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333
}

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

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

p {
		font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue","Open Sans",sans-serif;
    margin: 0;
    line-height: 1.7;
    color: #111
}

audio,
video {
    display: inline-block
}

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

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

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

a:hover {
    color: #145dff;
    transition: color .3s linear
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

button {
    background-color: transparent;
    border: 0;
    align-items: center;
    cursor: pointer;
    padding: 0;
    margin: 0 5px;
    outline: none
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media screen and (max-width:768px) {
    .container {
        width: 100%
    }
}

@media screen and (min-width:768px) {
    .container {
        width: 768px
    }
}

@media screen and (min-width:992px) {
    .container {
        width: 992px
    }
}

@media screen and (min-width:1200px) {
    .container {
        width: 1200px
    }
}

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
}

.flex-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-row>* {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-row>.flex-row {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-row>.kfm_menu {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.row404 {
    border: 1px solid #ececec;
    border-top: 0;
    text-align: center;
    padding: 3em
}

.title404 {
    margin: 0;
    position: relative;
    font-size: 10em;
    font-weight: 700
}

.search-form {
    position: relative;
    height: 40px;
    line-height: 40px
}

.search-field {
    width: 100%;
    outline: none;
    height: 40px;
    padding: 0 1em;
    line-height: 40px;
    box-shadow: 0 0 1px #ccc;
    transition: box-shadow .3s linear
}

.search-field:focus {
    box-shadow: 0 0 1px #145dff
}

.search-submit {
    position: absolute;
    right: 0;
    background-color: #145dff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    width: 55px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    top: 0
}

.kfm_header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    transition: all .3s linear;
    -ms-transform: translate(0, 0) translateZ(0);
    -webkit-transform: translate(0, 0) translateZ(0);
    transform: translate(0, 0) translateZ(0)
}

.kfm_header.kfm_header-out-fixed {
    -ms-transform: translate(0, -200px) translateZ(0);
    -webkit-transform: translate(0, -200px) translateZ(0);
    transform: translate(0, -200px) translateZ(0)
}

.admin-bar .kfm_header {
    top: 32px
}

.kfm_site {
    padding-top: 64px;
    transition: all .3s linear
}

.kfm_header>* {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.kfm_logo-text a {
    color: #fff
}

.kfm_header-top {
    height: 64px;
    z-index: 10;
    position: relative;
    -ms-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: #5b86e5;
    background: -webkit-linear-gradient(to right, #5683d5, #5b86e5);
    background: linear-gradient(to right, #5683d5, #5b86e5);
    color: #fff
}

.kfm_menu ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    height: 64px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.kfm_menu ul a {
    color: #fff;
    position: relative;
    display: table-cell;
    height: 64px;
    transition: all .3s;
    vertical-align: middle;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 1em
}

.kfm_menu ul a:hover,
.kfm_menu ul li.current-menu-item a {
    -ms-box-shadow: inset 0 -2px 0 0 #fff;
    -o-box-shadow: inset 0 -2px 0 0 #fff;
    box-shadow: inset 0 -2px 0 0 #fff
}

.kfm_menu ul .is_active>a {
    -ms-box-shadow: inset 0 -2px 0 0 red;
    -o-box-shadow: inset 0 -2px 0 0 red;
    box-shadow: inset 0 -2px 0 0 red;
    color: red
}

.kfm_menu ul li>a>i {
    font-size: 36px
}

.kfm_weather {
    font-size: 12px;
    font-weight: 600;
    padding: 0 1em
}

.kfm_weather img {
    vertical-align: text-bottom
}

.kfm_header-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.kfm_header-right button,
.kfm_menu-button {
    color: #fff;
    background-color: rgba(255, 255, 255, .3);
    padding: 5px;
    border-radius: 25px
}

.kfm_header-bottom {
    position: relative;
    visibility: hidden;
    height: 0;
    -ms-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .1);
    transition: all .3s linear;
    background-color: #fff;
    z-index: 9;
    width: 100%
}

.kfm_menu ul li.dropdown-menu>a:after {
    content: '';
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    opacity: 0;
    border-top: 5px solid red;
    position: absolute;
    bottom: -5px;
    transition: all .3s linear;
    left: 44%;
    color: #fff
}

.kfm_menu ul li.dropdown-menu.is_active a:after {
    opacity: 1
}

.kfm_menu ul li.dropdown-menu ul {
    position: absolute;
    top: 64px;
    visibility: hidden;
    left: 0;
    height: 0;
    transition: all .3s linear;
    width: 100%;
    z-index: 1
}

.kfm_menu ul li.dropdown-menu ul.is_active,
.kfm_header-bottom.is_active {
    visibility: visible;
    height: 80px
}

.kfm_menu ul li.dropdown-menu ul a {
    color: #000;
    opacity: 0;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    transition: all .3s ease;
    height: 80px
}

.kfm_menu li:not(.dropdown-menu) .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 200px;
    height: auto;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, .1);
    box-shadow: 1px 0 10px rgba(0, 0, 0, .1)
}

.kfm_menu li:not(.dropdown-menu) .sub-menu:before {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    opacity: 1;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: -7px;
    transition: all .3s linear;
    left: 1em;
    color: #fff
}

.kfm_menu li:not(.dropdown-menu):hover .sub-menu {
    opacity: 1;
    visibility: visible
}

.kfm_menu li:not(.dropdown-menu) .sub-menu>li>a {
    display: block;
    color: #222;
    padding: 15px;
    border-bottom: 1px solid #ececec;
    height: auto;
    line-height: inherit
}

.kfm_menu li:not(.dropdown-menu) .sub-menu>li:last-child>a {
    border: 0
}

.kfm_menu .menu-item-has-children {
    position: relative
}

.kfm_menu ul li.dropdown-menu {
    cursor: pointer;
    position: initial
}

.kfm_header-mob {
    display: none
}

.kfm_header-mob .kfm_logo-text {
    width: 100%;
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 15px;
    margin-bottom: 5px
}

.kfm_header-mob .kfm_logo-text a {
    color: #000
}

.kfm_menu ul li.dropdown-menu ul.is_active a {
    opacity: 1
}

.kfm_menu ul li.dropdown-menu ul a:hover,
.kfm_menu ul li.dropdown-menu ul li.current-menu-item a:hover {
    -ms-box-shadow: inset 0 -2px 0 0 #145dff;
    -o-box-shadow: inset 0 -2px 0 0 #145dff;
    box-shadow: inset 0 -2px 0 0 #145dff
}

.kfm_carousel {
    display: inline-block;
    width: 100%;
    margin-bottom: -3px;
    padding: 1em;
    border: 1px solid #ececec;
    border-top: 0
}

.kfm_carousel-big {
    width: 53%;
    height: 380px;
    float: left
}

.kfm_carousel-small {
    width: calc(23.5% - 2px);
    height: calc(190px - 1px);
    margin-left: 2px;
    margin-bottom: 2px;
    float: left
}

.kfm_carousel-item {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: all .3s linear;
    width: 100%
}

.kfm_carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    opacity: .8;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: 1
}

.kfm_carousel-item:hover:before {
    opacity: 1
}

.carousel-url {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer
}

.kfm_carousel-caption {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5em;
    color: #fff
}

.kfm_carousel-small .kfm_carousel-caption {
    padding: 1em
}

.kfm_carousel-caption a {
    color: #fff
}

.kfm_carousel-caption .title {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
    margin: 10px 0
}

.kfm_carousel-small .title {
    font-size: 19px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 52px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600
}

.kfm_categories a {
    background-color: #145dff;
    padding: 7px 12px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase
}

.kfm_carousel-small .kfm_categories a {
    font-size: 11px;
    letter-spacing: .03em;
    padding: 5px 10px
}

.kfm_carousel .kfm_carousel-small:nth-child(2) .kfm_categories a {
    background-color: red
}

.kfm_carousel .kfm_carousel-small:nth-child(3) .kfm_categories a {
    background-color: #000
}

.kfm_carousel .kfm_carousel-small:nth-child(4) .kfm_categories a {
    background-color: #005536
}

.kfm_carousel .kfm_carousel-small:nth-child(5) .kfm_categories a {
    background-color: #ff9200
}
.post-meta {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue","Open Sans",sans-serif
}
.post-meta li {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    color: #cfcfcf;
		font-weight: 600
}

.kfm_a-group {
    padding: 1em
}

.kfm_a-item {
    position: relative;
    counter-increment: step-counter
}

.kfm_a-item .kfm_a-thumb:after {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 14px;
    text-indent: 0;
    font-weight: 700;
    content: counter(step-counter);
    border-radius: 2px;
    background: #145dff;
    color: #fff;
    z-index: 9;
    line-height: 25px
}


.kfm_a-content .post-meta {
    margin-top: 5px
}

.kfm_carousel-caption .post-meta li {
    font-style: normal
}

.post-meta i {
    font-size: 12px;
    vertical-align: top
}

.kfm_widget>ul,
.tagcloud {
    padding: 1em
}

.kfm_widget>ul>li {
    padding: 10px 0;
    position: relative
}

.kfm_widget>ul>li>a {
    position: relative;
    color: #000;
    font-weight: 600;
    transition: all .2s ease;
    padding-left: 1.3em
}

.kfm_widget>ul>li>a:hover {
    color: #145dff
}

.widget_recent_entries a {
    line-height: 1.6
}

.kfm_widget>ul>li:before {
    content: 'chevron_right';
    font-weight: 700;
    font-family: "Material Icons";
    text-rendering: optimizeLegibility;
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 8px;
    color: #145dff
}

.widget_recent_entries li:before {
    top: 12px!important
}

.kfm_banner {
    text-align: center;
    padding: 1em;
    width: 100%;
    border: 1px solid #ececec;
    border-top: 0
}

.kfm_banner iframe,
.kfm_banner ins,
.kfm_banner ins ins {
    max-width: 100%
}

.kfm_banner {
    overflow: hidden
}

.kfm_main .kfm_container .flex-row {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.kfm_main .kfm_container .flex-row>* {
    -webkit-flex-grow: 1;
    float: left;
    flex-grow: 1;
    border: 1px solid #ececec;
    border-top: 0
}

.kfm_content {
    width: 53%
}

.kfm_content-2x {
    width: 76.6%
}

.kfm_sidebar,
.kfm_sidebar-right {
    width: 23.6%;
    margin-left: -1px
}


.kfm_sidebar-right {
    width: 23.5%
}

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

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 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;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.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: 98.5%;
    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 .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s
}

.gallery .gallery-item a:hover img {
    opacity: 0.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
}

.attachment img {
    display: block;
    margin: 0 auto
}

.kfm_section {
    border-bottom: 1px solid #ececec
}

.kfm_article .kfm_section {
    padding: 1.5em
}

.kfm_main .flex-row>*>.kfm_section:last-child {
    border-bottom: 0
}

.kfm_title-box {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 1.5em;
    position: relative;
    border-bottom: 1px solid #ececec
}

.kfm_headline-box {
    float: left;
    margin: 0;
    font-size: 15px;
    padding-left: 2em;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.kfm_headline-box span {
    color: #bbb
}

.kfm_headline-box:before,
.kfm_headline-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 100%
}

.kfm_headline-box:before {
    background-color: red
}

.kfm_headline-box:after {
    left: 7px;
    background-color: #145dff
}

.all_posts {
    position: absolute;
    right: 1em;
    top: 1.2em;
    background-color: #aaa;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    color: #fff
}

.all_posts:hover {
    background-color: #444;
    color: #fff
}

.kfm_entry-share {
    float: left
}
.kfm_entry-share {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}
.kfm_entry-share ul {
 position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
	position: sticky;
	top: 0
}
.kfm_entry-share {
    width: 7%;
    text-align: center;
    float: left
}

.kfm_entry-share a {
    display: block;
    width: 100%;
    padding: 1em 0;
    font-size: 18px
}

.kfm_entry-share a:hover {
    background-color: #145dff;
    color: #fff
}

.kfm_entry-content {
    border-bottom: 1px solid #ececec;
    display: inline-block;
    width: 100%;
		position: relative;
    margin-bottom: -1px
}

.kfm_entry--content {
    width: 93%;
    padding: 1em;
    border-left: 1px solid #ececec;
    float: right
}
.kfm_entry--content p {
    margin-bottom: 1em;
    font-size: 15px
}

.kfm_entry--content p:last-child {
    margin: 0
}

.kfm_entry-thumb {
    margin-bottom: 1.5em
}
.kfm_content-2x .kfm_entry-thumb img {
	width: 100%
}
.kfm_entry-header .title {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    margin: 0 0 15px
}

.kfm_page .kfm_entry-header .title {
    margin: 0
}

.kfm_entry-header-top {
    padding: 1.25em 1.5em!important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    width: 100%
}

.kfm_entry-header-top>* {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.kfm_entry-time {
    text-align: right;
    font-size: 12px;
    color: #8b8b8b
}

.kfm_breadcrumb>div {
    display: inline-flex;
    margin-right: 10px
}

.kfm_breadcrumb>div>a {
    background-color: #145dff;
    border-radius: 3px;
    padding: 6px 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px
}

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

.kfm_breadcrumb>div:first-child a,
.kfm_breadcrumb>div:hover a {
    background-color: #aaa;
    color: #fff
}

.kfm_entry-tags a {
    background-color: #ddd;
    padding: 6px 15px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 5px;
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.kfm_entry-tags a:hover {
    background-color: #145dff;
    color: #fff
}

.entry-author img {
    border-radius: 100%;
    margin-right: 10px
}

.entry-author {
    font-size: 14px;
    position: relative;
    margin-bottom: 15px
}

.kfm_entry .entry-author {
    margin-top: 15px;
    margin-bottom: 0
}

.entry-author .author-nick  {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue","Open Sans",sans-serif;
	margin-right: 5px
}
.entry-author .author-nick a {
    color: #8b8b8b
}

.entry-author i {
    font-size: 14px
}

.entry-author .material-icons {
    font-size: 17px;
    margin-left: 2px;
    vertical-align: sub
}

.entry-meta {
	margin-top: 1em
}
.entry-meta li {
    display: inline-block;
    color: #777;
    font-size: 12px
}

.entry-meta span {
    color: #ddd
}

.entry-meta li i {
    font-size: 13px
}

.view-time {
    background-color: #aaa;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 5px;
    color: #fff!important
}

.kfm_author-meta .author-avatar img {
    border-radius: 3px;
    border: 5px solid #fff;
    width: 130px;
    height: 130px
}

.kfm_author-profile {
    margin-top: -1px;
    position: relative
}

.kfm_author-profile .author-avatar {
    position: absolute;
    top: -5em;
    left: -5px
}

.kfm_author-profile .author-meta {
    padding-left: 10em;
    margin-top: 5px;
    display: inline-block
}

.taxonomy-description {
    line-height: 1.5
}

.kfm_author-profile .author-nick a {
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.kfm_author-profile .entry-author {
    height: 69px
}

.kfm_author-profile .kfm_author-meta {
    padding: 1em;
    position: relative
}

.author_cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    transition: all .3s linear;
    width: 100%
}

.kfm_profile-forms .author_cover {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.author_profile-settings {
    position: absolute;
    z-index: 2;
    right: 1em;
    top: 1.6em
}

.profile_settings {
    -moz-transition: -moz-transform .1s cubic-bezier(.4, 0, 1, 1);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.4, 0, 1, 1);
    -ms-transition: -ms-transform .1s cubic-bezier(.4, 0, 1, 1);
    transition: transform .1s cubic-bezier(.4, 0, 1, 1)
}

.profile_settings.is_active {
    -ms-transform: rotateZ(30deg);
    -webkit-transform: rotateZ(30deg);
    transform: rotateZ(30deg)
}

.profile_settings-content {
    background-color: #fff;
    box-shadow: 1px 0 15px rgba(0, 0, 0, .3);
    opacity: 0;
    border: 1px solid #145dff;
    width: 160px;
    border-radius: 3px;
    visibility: hidden;
    position: absolute;
    top: 143%;
    padding: 5px 0;
    right: 0;
    z-index: 999;
    transition: opactity .3s linear
}

.kfm_account-avatar {
    width: 34px;
    display: block;
    border-radius: 100%;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative
}

.kfm_comment-avatar {
    float: left
}

.kfm_comment-avatar .kfm_account-avatar {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 1em;
    border-radius: 3px
}

.profile_settings-content:before {
    content: '';
    position: absolute;
    right: 1em;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff
}

.profile_settings-content li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ececec
}

.profile_settings-content li:last-child {
    border: 0
}

.profile_settings-content a {
    display: block;
    width: 100%;
    padding: 12px 1em
}

.profile_settings-content.is_active {
    opacity: 1;
    visibility: visible
}

.submit-email {
    background-color: #333;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    transition: all .2s linear;
    font-size: 12px;
    font-weight: 600
}

.submit-email:hover {
    background-color: #145dff;
    color: #fff
}

.kfm_uset-settings {
    margin-left: 5px;
    position: relative
}

.kfi_content-entry b,
.kfi_content-entry strong {
    color: #222;
    font-weight: 700
}

.kfm_entry--content dt {
    color: #444
}

.kfm_entry--content ol,
.kfm_entry--content ul {
    margin: 0 0 15px 30px;
		font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue","Open Sans",sans-serif;
    padding: 0
}

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

.kfm_entry--content ul li,
.kfm_entry--content ol li {
    list-style: initial;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, .9)
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left
}

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

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

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0
}

.wp-smiley {
    margin: 0!important;
    max-height: 1em
}

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

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

.load-more-link {
    border-top: 1px solid #ececec;
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    height: 50px;
    line-height: 50px
}

.kfm_sidebar .load-more-link {
    border-top: 0;
    margin-bottom: -1px;
    border-bottom: 1px solid #ececec
}

.load-more-container {
    position: relative
}

.load-more-container .icon-spin1 {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all .3s linear;
    line-height: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7)
}

.load-more-container .icon-spin1:before {
    top: 50%;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 3em
}

.load-more-container .icon-spin1.is_active {
    opacity: 1;
    visibility: visible
}

.kfm_item {
    border-bottom: 1px solid #ececec;
    padding: 1em;
    width: 100%
}

.kfm_section .kfm_item-group .kfm_item:last-child {
    border: 0
}

.kfm_item-thumb {
    position: relative
}

.kfm_item-thumb img {
    border-radius: 2px
}

.kfm_title {
    margin: 0;
    font-size: 16px;
    line-height: 20px
}

.subscribe-now {
    padding: 1em
}

.subscribe-now button {
    position: absolute;
    right: 10px;
    top: 8px
}

.subscribe-form {
    position: relative;
		margin: 10px 0 0
}

.subscribe-now .kfm_input_area {
    width: 100%
}

.kfm_content-2x .kfm_title {
    font-size: 18px
}

.kfm_recent-posts .kfm_item .post-meta li,
.kfm_b-content .post-meta li {
    color: #888;
    margin: 8px 0
}

.kfm_item .post-summary {
    font-size: 14px;
}

.kfm_item-share {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s linear
}

.kfm_item-share ul {
    top: 50%;
    left: 0;
    position: absolute;
    padding: 0 1em;
    text-align: center;
    width: 100%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

.kfm_item:hover .kfm_item-share {
    visibility: visible;
    opacity: 1
}

.kfm_item-share ul li {
    display: inline-block;
    margin: 2px
}

.kfm_item-share ul li a {
    color: #fff
}

.kfm_item-share ul li i {
    font-size: 18px
}

.kfm_item-list {
    display: inline-block
}

.kfm_item-list .kfm_item-thumb {
    float: left;
    margin-right: 1em
}

.kfm_load-more {
    text-transform: uppercase;
    letter-spacing: .02em;
    font-weight: 700;
    font-size: 12px
}

.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.kfm_a-items {
    padding: 1em
}

.kfm_a-thumb:before {
    content: '';
    position: absolute;
    border-radius: 3px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    opacity: .8;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: 1
}

.kfm_a-thumb:hover:before {
    opacity: 1
}

.kfm_a-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    right: 0;
    padding: 1em
}

.kfm_a-content .kfm_title a {
    color: #fff
}

.kfm_a-icon {
    color: #fff;
    margin-right: 1em;
    float: left
}

.kfm_a-icon i {
    font-size: 50px
}

.kfm_a-right {
    position: absolute;
    right: 1em;
    top: 1em;
    color: #fff;
    z-index: 2
}

.kfm_a-right>span {
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    border: 2px solid #fff;
    width: 40px;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    display: block;
    border-radius: 100%;
    text-align: center;
    line-height: 37px
}

.kfm_a-right>span>span {
    font-size: 12px
}

.owl-carousel .disabled {
    display: block!important
}

.owl-carousel .owl-nav .owl-prev {
    left: 8px;
    position: absolute
}

.owl-carousel .owl-nav .owl-next {
    right: 8px;
    position: absolute
}

.owl-theme .owl-nav [class*=owl-] {
    color: #9c9c9c!important
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff!important;
    background-color: #145dff!important
}

.owl-carousel .owl-dots {
    margin-top: 20px!important
}

.kfm_b-items {
    padding: 1em
}

.kfm-has_thumb .kfm_b-content {
    margin: 0 1em;
    margin-top: -2em;
    position: relative;
    padding: 10px 1em;
    border-radius: 3px;
    z-index: 2;
    background-color: #fff
}

.facebook {
    background-color: #447bc6
}

.c-facebook {
    color: #447bc6
}

.twitter {
    background-color: #55acee
}

.c-pinterest {
    color: #c33
}

.c-twitter {
    color: #55acee
}

.gplus {
    background-color: #e7403c
}

.c-gplus {
    color: #e7403c
}

.youtube {
    background-color: #e62117
}

.c-youtube {
    color: #e62117
}

.pinterest {
    background-color: #bd081c
}

.c-pinterest {
    color: #bd081c
}

.medium {
    background-color: #02b875
}

.c-whatsapp {
    color: #02b875
}

.linkedin {
    background-color: #0077B5
}

.c-linkedin {
    color: #0077B5
}

.tumblr {
    background-color: #34465d
}

.c-tumblr {
    color: #34465d
}

.instagram {
    background-color: #e12c61;
    background: linear-gradient(158deg, #863fa6 22%, #e12c61 50%, #f46f46 80%)
}

.c-instagram {
    color: #f233ff
}

.kfm_sosyal_module ul li,
.kfm_sosyal_module ul {
    padding: 0
}

.kfm_sosyal_module ul li a {
    width: 100%;
    display: block;
    font-size: 12px;
    font-weight: 600;
    height: 34px;
    line-height: 34px;
    padding: 0 1em;
    color: #fff
}

.kfm_sosyal_module ul li a:hover {
    color: #fff
}

.kfm_sosyal_module span {
    font-size: 12px;
    font-weight: 700;
    float: right;
    transition: all .3s linear;
    text-transform: uppercase
}

.kfm_sosyal_module .username {
    color: rgba(255, 255, 255, .5);
    float: none;
    font-weight: 600;
    margin-left: 5px;
    text-transform: none
}

.kfm_sosyal_module a:hover .username {
    color: #fff
}

.kfm_subscribe_module .kfm_group {
    padding: 1em
}

.kfm_subscribe_module form {
    position: relative
}

.kfm_subscribe_module input {
    border: 1px solid #145dff;
    width: 100%;
    margin-top: 10px;
    outline: none;
    border-radius: 3px;
    padding: 1em;
    padding-right: 3em
}

.kfm_subscribe_module button {
    position: absolute;
    right: 1em;
    color: #145dff;
    top: 1.5em
}

.kfm_footer {
    border-top: 1px solid #ececec;
    margin-top: -1px
}

.kfm_footer>.container>.flex-row {
    border: 1px solid #ececec;
    border-top: 0;
    padding: 1em 2em
}

.kfm_footer>.container>.flex-row>* {
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.kfm_footer-menu {
    -webkit-flex-grow: 2;
    flex-grow: 2
}

.kfm_footer-menu ul {
    margin: 0 2em
}

.kfm_footer-menu ul a {
    color: #bbb;
    height: auto;
    padding: 0;
    font-weight: 600
}

.kfm_footer-menu ul li {
    margin: 0 10px
}

.kfm_footer-menu ul a:hover,
.kfm_footer-sosyal ul li a:hover {
    color: #145dff
}

.kfm_footer-left h1 {
    margin: 0
}

.kfm_footer-sosyal {
    text-align: right
}

.kfm_footer-sosyal ul li {
    display: inline-block;
    margin: 0 5px
}

.kfm_search-area,
.close-area,
.close_area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .3s linear;
    visibility: hidden
}

.kfm_search-area.is_active,
.close-area.is_active,
.close_area.is_active {
    visibility: visible;
    opacity: 1
}

.kfm_search-area form {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: 50%;
    top: 50%;
    z-index: 999999;
    position: absolute
}

.kfm_search-area input {
    border: 0;
    background-color: #fff;
    width: 100%;
    border-radius: 50px;
    box-shadow: 1px 0 10px rgba(0, 0, 0, .1);
    padding: 2em;
    outline: none;
    position: relative
}

.kfm_search--button {
    position: absolute;
    top: 1.4em;
    right: 1em;
    background-color: #145dff;
    color: #fff;
    padding: 5px;
    border-radius: 25px
}

.clear {
    clear: both;
    display: block
}

.kfm_mobile-menu {
    display: none
}

.kfm_account {
    position: relative
}

.kfm_account-dropdown {
    position: absolute;
    right: 0;
    opacity: 0;
    transition: opacity .2s linear;
    visibility: hidden;
    top: 147%;
    border: 1px solid #5784d9;
    width: 150px;
    box-shadow: 1px 0 10px rgb(87, 132, 217);
    background-color: #fff;
    border-radius: 3px;
    padding: 5px 0
}

.kfm_account-dropdown.is_active {
    opacity: 1;
    visibility: visible
}

.kfm_account-dropdown i {
    font-size: 21px
}

.kfm_account-dropdown:before {
    content: 'arrow_drop_up';
    position: absolute;
    top: -19px;
    z-index: 1;
    font-size: 30px;
    right: 8px;
    transition: all .3s linear;
    color: #fff;
    font-family: "Material Icons";
    text-rendering: optimizeLegibility
}

.kfm_account-dropdown li {
    display: block;
    width: 100%
}

.kfm_account-dropdown li a {
    padding: 10px 1em;
    border-bottom: 1px solid #ececec;
    display: block;
    font-weight: 400;
    width: 100%
}

.kfm_account-dropdown li:last-child a {
    border: 0
}

.screen-reader-text {
    display: none
}

.go-top {
    right: 0;
    border: 1px solid #ececec;
    background-color: #fff;
    z-index: 2;
    border-radius: 2px;
    padding: 5px;
    top: -18px;
    position: absolute
}

.go-top i {
    font-size: 17px
}

.kfm_profile-forms,
.kfm_post_submit {
    border: 1px solid #ececec;
    border-top: 0
}

.kfm_post_submit {
    padding: 1em
}

.kfm_post-submit-left {
    float: left;
    width: 70%
}

.kfm_post-submit-right {
    float: right;
    padding-left: 2em;
    width: 30%
}

.kfm_profile-forms form,
.kfm_profile-forms .form-table,
.kfm_profile-forms .form-table tbody {
    width: 100%;
    display: block
}

.kfm_profile-forms form>p,
.kfm_profile-forms .form-table tr {
    width: calc(50% - 16px);
    margin: 8px;
    float: left
}

.kfm_profile-forms form>p.form-textarea,
.kfm_profile-forms.kfm_login form>p,
.kfm_profile-forms form>p.form-url {
    width: 100%;
    margin: 0;
    padding: 8px
}

.kfm_login-hata {
    padding: 8px;
    border: 1px solid red;
    margin: 8px;
    border-radius: 3px;
    font-size: 12px;
    background-color: rgba(255, 0, 0, .27);
    color: rgba(0, 0, 0, .55);
    font-weight: 600
}

.kfm_profile-forms h3,
.kfm_post_submit h3 {
    margin: 8px;
    border-bottom: 1px solid #ececec;
    padding: 1em 0
}

.kfm_post_submit h3 {
    margin: 0;
    margin-bottom: 1em
}

.cover_avatar-settings {
    position: absolute;
    background-color: #145dff;
    color: #fff;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    right: 1em;
    top: 1em
}

.cover_avatar-settings:hover {
    color: #fff
}

.kfm_profile-forms .form-table td {
    width: 100%;
		background: transparent;
		border: 0;
    padding: 0;
		display: block
}

.kfm_profile-forms form>p>input,
.kfm_profile-forms form>p>textarea,
.kfm_profile-forms .form-table td input,
.kfm_post-submit input,
.kfm_post-submit select {
    border: 1px solid #ececec;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 12px;
    outline: none;
    transition: all .3s ease;
    border-radius: 3px
}

.kfm_post-submit select {
    font-size: 15px
}

.kfm_post-submit input {
    margin-bottom: 1em
}

.kfm_profile-forms form>p>input:focus,
.kfm_profile-forms form>p>textarea:focus,
.kfm_profile-forms .form-table input:focus,
.kfm_post-submit input:focus {
    border-color: #145dff
}

.kfm_profile-forms .fh-profile-upload-options {
    display: none!important
}

.kfm_profile-forms form>p>label,
.kfm_profile-forms .form-table th,
.kfm_post-submit label {
    display: block;
    font-size: 12px;
		background: transparent;
		padding: 0;
		border: 0;
    color: #333;
    text-align: left;
    transition: all .3s ease;
    margin-bottom: 5px;
    font-weight: 600
}

.kfm_post-submit label {
    font-size: 15px
}

.kfm_post-submit {
    margin-bottom: 1em
}

hr {
    border-bottom: 1px solid #ececec
}

.kfm_profile-forms form>p:hover>label,
.kfm_profile-forms .form-table tr:hover>th,
.kfm_post-submit:hover {
    color: #145dff
}

.kfm_profile-forms form>p>label>span {
    color: #145dff
}

.kfm_profile-forms {
    padding: 1em 5px 2em 5px
}

.kfm_profile-forms .form-submit {
    width: 100%;
    margin: 0;
    padding: 8px
}

.kfm_profile-forms .form-submit input,
.kfm_login .login-submit input,
.kfm-post-subb {
    background-color: #145dff;
    border: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer
}

.kfm_profile-forms input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #f9f9f9 inset
}

.kfm-post-subb {
    padding: 1em;
    margin: 2em 0
}

.banner-flex {
    margin: 6px 15px 15px 15px;
    float: left
}

.kfm_comments-top {
    padding: 1em
}

.kfm_comments-top p {
    margin-bottom: 10px;
    font-size: 14px
}

.kfm_input_area {
    border: 1px solid #ececec;
    width: calc(25% - 8px);
    padding: 0 15px;
    height: 40px;
    line-height: 43px;
    color: #000;
    outline: none;
    transition: all .3s linear;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 8px
}

.kfm_input_area:focus {
    border: 1px solid #145dff
}

.kfm_comments-bottom {
    border-top: 1px solid #ececec
}

textarea.kfm_input_area {
    width: 100%;
    margin: 0;
    height: auto;
    font-size: 14px;
    line-height: inherit;
    padding: 1em;
    margin-bottom: 10px
}

button.kfm_input_area {
    width: 23%;
    background-color: #145dff;
    border-color: #145dff;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0
}

.required,
.comment-logged a {
    color: #145dff
}

#cancel-comment-reply-link {
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px 15px!important
}

.comment-reply-link,
#cancel-comment-reply-link {
    background-color: #ccc;
    color: #fff;
    border-radius: 3px;
    padding: 2px 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    transition: all .3s ease
}

.comment:hover .comment-reply-link,
#cancel-comment-reply-link:hover {
    background-color: #145dff;
    color: #fff
}

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

.kfm_comment-content {
    padding-top: 2px
}

.kfm_comment-meta li {
    display: inline-block;
    font-size: 12px;
    color: #555;
    margin-right: 10px;
    margin-top: 10px
}

.kfm_comment-meta li i {
    font-size: 12px
}

.comment-list .comment {
    padding: 1.5em 1em;
    width: 100%;
    border-bottom: 1px solid #f1f1f1
}

.comment-list .children,
.kfm_comment-media {
    display: inline-block;
    width: 100%
}

.kfm_entry--content iframe {
    max-width: 100%
}

.comment-list .comment.depth-2 {
    width: 95%;
    float: right
}

.comment-list .comment.depth-3 {
    width: 90%;
    float: right
}

.comment-list .comment.depth-4 {
    width: 85%;
    float: right
}

.comment-list .comment.depth-5 {
    width: 80%;
    float: right
}

.comment-list .comment.depth-6 {
    width: 75%;
    float: right
}

.comment-list .comment.depth-7 {
    width: 70%;
    float: right
}

.comment-author {
    font-weight: 700;
    color: #000;
    font-size: 15px
}

.comment-list .comment p {
    margin-top: 5px;
    color: #777
}

#respond {
    margin-bottom: -1px
}

.page-links>.page-number,
.page-links>a:hover>.page-number {
    padding: 5px 15px;
		display: inline-block;
    background-color: #145dff;
    border-radius: 3px;
    color: #fff
}

.page-links>a>.page-number {
    padding: 5px 15px;
    background-color: transparent;
    color: #000
}

@media screen and (max-width:992px) {
    .kfm_entry-thumb img {
        height: 350px;
        width: 100%
    }
    .kfm_main .kfm_container .flex-row {
        display: block
    }
    .kfm_main .kfm_content {
        width: 100%
    }
    .kfm_main .kfm_sidebar,
    .kfm_main .kfm_sidebar-right {
        float: left;
        width: 50%
    }
    .author .kfm_main .kfm_sidebar {
        width: 30%
    }
    .kfm_content-2x {
        width: 70%
    }
    .kfm_content-2x .kfm_title {
        font-size: 16px
    }
    .kfm_main .kfm_sidebar .kfm_item-thumb img,
    .kfm_main .kfm_sidebar-right .kfm_item-thumb img {
        width: 100%
    }
    .kfm_carousel-big {
        width: 100%
    }
    .kfm_carousel-small {
        width: calc(50% - 2px);
        margin-top: 2px
    }
    .kfm_header-mob {
        display: block
    }
    .kfm_header-mob .kfm_menu {
        display: none;
        overflow: auto
    }
    .kfm_header-mob .kfm_menu ul a {
        height: auto;
        font-weight: 600;
        text-transform: none;
        padding: 1em
    }
    .kfm_mobile-menu {
        display: block
    }
    .kfm_header-mob .kfm_menu.is_active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    .kfm_header-mob .kfm_menu ul li.dropdown-menu ul {
        display: none
    }
    .kfm_header-mob .kfm_menu ul li.dropdown-menu ul.is_active {
        display: block;
        visibility: inherit;
        height: auto
    }
    .kfm_header-mob .kfm_menu ul a {
        color: #000;
        display: block;
        width: 100%
    }
    .kfm_header-mob .kfm_menu ul {
        display: block;
        width: 100%
    }
    .kfm_header-mob .kfm_menu ul li.dropdown-menu ul a {
        height: auto;
        color: #777
    }
    .kfm_header-bottom.is_active {
        display: none
    }
    .kfm_header-mob .kfm_menu ul li.dropdown-menu ul {
        position: relative;
        top: auto
    }
    .kfm_header .kfm_menu {
        display: none
    }
    .kfm_header-mob .kfm_menu {
        display: block;
        z-index: 999999;
        width: 300px;
        height: 100%;
        max-height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
        background: #fff;
        -webkit-transform: translateX(-325px);
        -ms-transform: translateX(-325px);
        transform: translateX(-325px);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        will-change: transform;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        color: #424242;
        overflow: visible;
        overflow-y: auto
    }
    .kfm_banner img {
        height: auto;
        width: 100%
    }
    .kfm_menu.kfm_footer-menu {
        display: none
    }
    .kfm_menu li:not(.dropdown-menu):hover .sub-menu {
        width: 100%;
        z-index: 2
    }
}

@media screen and (max-width:510px) {
    .kfm_breadcrumb>div {
        margin-bottom: 10px
    }
    .kfm_entry-thumb img {
        height: 200px;
        width: 100%
    }
    .kfm_main .kfm_sidebar,
    .kfm_main .kfm_sidebar-right {
        width: 100%!important;
        margin: 0
    }
    .submit-email {
        display: none
    }
    .kfm_item-list .kfm_item-thumb {
        width: 35%
    }
    .kfm_content-2x {
        width: 100%
    }
    .kfm_content-2x .kfm_title {
        font-size: 16px
    }
    .kfm_item-list .kfm_item-thumb img {
        width: 100%;
        height: 100px
    }
    .kfm_weather {
        display: none
    }
    .kfm_entry-share {
        width: 10%
    }
    .kfm_entry--content {
        width: 90%
    }
}

@media screen and (max-width:400px) {
    .kfm_carousel-small {
        width: 100%;
        margin: 0
    }
}

@media screen and (max-width:425px) {
    .kfm_entry-header .title {
        font-size: 22px;
        line-height: 32px
    }
    .kfm_item-list .kfm_item-thumb {
        width: 100%;
        margin: 0
    }
    .kfm_carousel-big {
        height: 250px
    }
    .kfm_item-list .kfm_item-thumb {
        margin-bottom: 1em
    }
    .kfm_item-list .kfm_item-thumb img {
        width: 100%;
        height: 175px
    }
}

@media screen and (max-width:782px) {
    .admin-bar .kfm_header {
        top: 46px
    }
    #wpadminbar {
        position: fixed;
        top: 0
    }
}
.kfm_login.kfm_profile-forms form>p>label {
	font-size:14px
}
.kfm_login {
	text-align: center
}
.kfm_login p {
	font-weight: 600;
	font-size:1 5px
}
.kfm_login a{
	color: #145dff
}
#loginform {
	width: auto;
	display: inline-block;
}