/**
 * Theme Name:  Kutir
 * Theme URI:   https://themerox.com/themes/kutir/
 * Author:      ThemeRox
 * Author URI:  https://themerox.com/
 * Description: Kutir is a fully functional WordPress theme that gives you freedom to create any type of directory listing theme with tons of real time functionality for your real site. We did not make it just to present the demo, but to present each and every functionality from a real user's point of view.
 * Version:     1.0.4
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: kutir
 * Domain Path: /languages/
 * Tags:        left-sidebar, right-sidebar
 *
 * Kutir is a Advanced Directory Listing Guttenberg ready WordPress Theme
 */

/*----------------------------------------------------------------------
 * Before EDIT this css please read the details instruction bellow
 *
 * If you are not going to change any basic layout or blog view then don't change this file. This file only containing basic blog styling.
 * kutir_theme_main.css is the file you may be looking for as the file contain all section and block styling
 * Please check assets css folder , there you will find all , make sure if you disable development mood then
   all things will be generated by auto cript and combined.
 *----------------------------------------------------------------------*/

/*---------------------------------------------------------
1.0 Generic Elements
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, article {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

span a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, a {
    color: #4a4a4a;
    transition: all 0.1s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.8em;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1 .fa-1x, h1 .fa-2x, h1 .fa-3x, h1 .fa-4x, h1 .fa-5x, h1 .fa-6x, h2 .fa-1x, h2 .fa-2x, h2 .fa-3x, h2 .fa-4x, h2 .fa-5x, h2 .fa-6x, h3 .fa-1x, h3 .fa-2x, h3 .fa-3x, h3 .fa-4x, h3 .fa-5x, h3 .fa-6x, h4 .fa-1x, h4 .fa-2x, h4 .fa-3x, h4 .fa-4x, h4 .fa-5x, h4 .fa-6x, h5 .fa-1x, h5 .fa-2x, h5 .fa-3x, h5 .fa-4x, h5 .fa-5x, h5 .fa-6x, h6 .fa-1x, h6 .fa-2x, h6 .fa-3x, h6 .fa-4x, h6 .fa-5x, h6 .fa-6x {
    font-size: 1em;
    display: inline-block;
    margin-right: 10px;
}

:focus {
    outline: none;
}

body {
    line-height: 1.4em;
    color: #6a6767;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    min-height: 1px;
}

h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0.8em 0;
}

h1.heading-404 {
    font-size: 120px;
    line-height: 150px;
    margin: 0;
    text-transform: uppercase;
    color: #4a4a4a;
}

h2 {
    font-size: 20px;
    font-weight: 300;
}

h2.section-head {
    border-top: 1px solid #e0e0e0;
    font-size: 20px;
    padding: 1em 0;
}

h3 {
    font-size: 18px;
    font-weight: 300;
}

h4 {
    font-size: 16px;
    font-weight: 300;
}

h5 {
    font-size: 15px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    margin-bottom: 1.5em;
}

p:empty {
    display: none;
    margin: 0;
}

blockquote {
    quotes: none;
}

blockquote:before {
    content: none;
}

blockquote:after {
    content: none;
}

blockquote h1 {
    margin-top: 0;
}

blockquote h2 {
    margin-top: 0;
}

blockquote h3 {
    margin-top: 0;
}

blockquote h4 {
    margin-top: 0;
}

blockquote h5 {
    margin-top: 0;
}

blockquote h6 {
    margin-top: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

a .action-icon:hover {
    cursor: pointer;
}

a.tag {
    cursor: pointer;
    display: inline-block;
    background: #504e4e;
    color: #fff;
    padding: 2px 8px;
    margin: 0 8px 8px 0;
    font-size: 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}

a.tag:hover {
    color: #fff;
}

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

strong {
    font-weight: bold;
}

ol {
    list-style-type: none;
    margin-bottom: 1.5em;
}

ul {
    list-style-type: none;
    margin-bottom: 1.5em;
}

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

aside {
    display: block;
}

details {
    display: block;
}

figure {
    display: block;
}

figure.wp-caption {
    margin-bottom: 1.5em;
}

figcaption {
    display: block;
}

footer {
    display: block;
}

header {
    display: block;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

hgroup {
    display: block;
}

menu {
    display: block;
}

nav {
    display: block;
}

section {
    display: block;
}

input {
    margin: 0;
    padding: 0;
    outline: none;
}

textarea {
    outline: none;
}

cite {
    font-style: italic;
    padding-left: 20px;
}

q:before, q:after {
    content: "\201C";
    display: inline-block;
    margin-right: 3px;
}

q:after {
    content: "\201D";
    margin-left: 3px;
}

tt,
kbd,
pre,
code,
samp,
var {
    font-family: monospace;
    color: #c7254e;
    background-color: #f9f2f4;
    padding: 4px 6px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

pre {
    line-height: 1.7;
    overflow: auto;
    max-width: 100%;
    margin: 20px 0;
    padding: 30px;
    white-space: pre-wrap;
}

pre code {
    padding: 0;
}

abbr,
acronym,
dfn {
    font-size: .95em;
    cursor: help;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px dotted #e0e0e0;
}

details summary {
    font-weight: bold;
    margin-bottom: 22px;
}

details:focus {
    outline: none;
}

mark {
    text-decoration: none;
    padding: 0 6px;
    border-radius: 3px;
}

mark.color {
    color: #fff;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

b,
strong {
    font-weight: bold;
}

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

figure {
    margin: 0;
}

address {
    margin: 15px 0;
    font-style: italic;
}

hr {
    height: 1px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #e0e0e0;
}

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 10px;
}

dd {
    margin: 0 22px 22px;
}

table {
    width: 100%;
    margin: 22px 0;
    text-align: left;
    border-width: 0 1px 1px 0;
    border-color: #dedede;
    border-style: solid;
    border-collapse: collapse;
}

table caption {
    font-weight: bold;
    margin-bottom: 22px;
}

table th,
table td {
    padding: 6px 10px;
    margin: 0;
}

table th {
    border-width: 1px;
    border-style: solid;
}

table td {
    border-width: 1px;
    border-style: solid;
}

table td[valign="top"] {
    vertical-align: top;
}

table td[valign="bottom"] {
    vertical-align: bottom;
}

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

.screen-reader-text {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
}

img.wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.wp-caption {
    font-style: italic;
    line-height: 1.35;
    max-width: 100%;
    margin-bottom: 2.2rem;
}

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

.wp-caption-text {
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.35;
}

.wp-caption .wp-caption-text {
    margin: 11px 0;
    margin: 1.1rem 0;
}

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

div.wp-video-shortcode {
    margin-bottom: 22px;
    margin-bottom: 2.2rem;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.cb {
    clear: both;
}

.center {
    text-align: center;
}

.caret-right {
    border-top: 4px solid transparent;
    border-right: 0;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
}

.mb0 {
    margin-bottom: 0;
}

.pb0 {
    padding-bottom: 0;
}

.nm {
    margin: 0;
}

.np {
    padding: 0;
}

hr {
    margin: 17px 0 18px;
    height: 0;
    clear: both;
    border: solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: -o-linear-gradient(to right, transparent, rgba(0, 0, 0, 0.75), transparent);
}

hr.fancy {
    border: 0;
    height: 1px;
    background: #e5e5e5;
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(#e0e0e0), to(white));
    background-image: -webkit-linear-gradient(left, white, #e0e0e0, white);
    background-image: linear-gradient(to right, white, #e0e0e0, white);
}

.boxed {
    width: 100%;
    margin: 0 auto;
    background: #ddd;
}

.pace-builder-page #content .kutir_theme-row {
    padding: 0;
}

.pace-builder-page #content .kutir_theme-row > .container, .pace-builder-page #content .kutir_theme-row > .container-fluid {
    padding: 0;
}

.pace-builder-page .entry-footer .edit-link {
    display: none;
}

/* Global Styles */
.disabled a {
    color: #777;
    cursor: not-allowed;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd;
}

.disabled a:hover {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #fff;
}

.disabled a i {
    cursor: not-allowed;
    pointer-events: none;
}

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

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

.bypostauthor {
    position: relative;
}

.sticky {
    position: relative;
}

.gallery-caption {
    position: relative;
}

.col-md-9 .container {
    width: 100%;
}

@media (max-width: 979px) and (min-width: 768px) {
    .sidebar-posts .post-title h5 {
        margin-top: 2px;
    }
}

@media (max-width: 767px) {

    .fixed-header .fixed-header-fix {
        height: 0;
    }

    #title-container .col-md-6 {
        margin-bottom: 0;
    }
}

/*---------------------------------------------------------
2. Form Elements
-------------------------------------------------------- */
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"], #content input[type="datetime"],
.wpcf7 input[type="datetime"], #content input[type="datetime-local"],
.wpcf7 input[type="datetime-local"], #content input[type="date"],
.wpcf7 input[type="date"], #content input[type="month"],
.wpcf7 input[type="month"], #content input[type="time"],
.wpcf7 input[type="time"], #content input[type="week"],
.wpcf7 input[type="week"], input[type="number"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"], #content input[type="url"],
.wpcf7 input[type="url"],
.wpcf7 input[type="search"], #content input[type="tel"],
.wpcf7 input[type="tel"], #content input[type="color"],
.wpcf7 input[type="color"] {
    padding: 8px 15px;
    width: 100%;
    color: #4a4a4a;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 3px;
}

#content input[type="text"], #content input[type="email"], #content input[type="password"] {
    border-width: 1px;
    border-style: solid;
    padding: 10px 15px;
    border-radius: 3px;
    border-color: #dedede;
}

.wpcf7-submit {
    min-width: 110px;
}

select {
    border: 1px solid #e5e5e5;
}

.no-results {
    margin-bottom: 50px;
}

.no-results {
    margin-bottom: 50px;
}

.no-results .page-title {
    margin-top: 0;

    margin-bottom: 20px;
}

#comments .post-comments-form input,
#comments .post-comments-form textarea,
#comments #post-comments-form textarea {
    display: block;
    margin: 16px 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#comments #post-comments-form .submit {
    margin-top: 16px;
    min-width: 197px;
    border-radius: 3px;
    padding: 13px 0;
    font-weight: 600;
}

input[type="submit"]:hover {
    box-shadow: 0 8px 26px rgba(14, 78, 101, .16);
}

#comments .post-comments-form textarea,
#comments .post-comments-form input[type=text],
#comments #post-comments-form textarea,
#comments #post-comments-form input[type=email],
#comments #post-comments-form input[type=text],
#comments #post-comments-form input[type=url] {
    height: 46px;
    border: 1px solid #dedede;
    padding: 0 12px;
    width: 100%;
    color: #4a4a4a;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: #fff;
    font-size: 14px;
    border-radius: 3px;
    margin: 15px 0;
}

#comments #post-comments-form textarea {
    border-radius: 3px;
}

#comments .post-comments-form textarea, #comments #post-comments-form textarea {
    height: 10em;
    margin-top: 0;
    max-width: 100%;
    padding: 15px;
}

.button, #submit,
input[type="submit"] {
    border: none;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0.5px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}

.round.button, .round#submit,
input[type="submit"].round {
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.button:hover, #submit:hover, .wpcf7-submit:hover {
    color: #fff;
}

#content, #content input[type="email"], #username, #content input[type="password"],
.wpcf7 {
    background-color: #fff;
}

#content textarea,
.wpcf7 textarea {
    height: 10em;
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #dedede;
    width: 100%;
}

#content textarea:focus,
.wpcf7 textarea:focus {
    border-color: #76c5e4;
    background-color: #fff;
}

#question-category {
    background-color: #fff;
    padding: 10px 10px;
}

#content input[type="text"] {
    background: #fff;

}

#content input[type="text"]:focus, .wpcf7 input[type="text"]:focus {
    background-color: #fff;
}

#content input[type="password"]:focus,
.wpcf7 input[type="password"]:focus {
    border-color: #76c5e4;
    background-color: #fff;
}

#content input[type="datetime"]:focus,
.wpcf7 input[type="datetime"]:focus {
    border-color: #76c5e4;
    background-color: #fff;
}

#content input[type="datetime-local"]:focus,
.wpcf7 input[type="datetime-local"]:focus {
    border-color: #76c5e4;
    background-color: #fff;
}

#content input[type="date"]:focus,
.wpcf7 input[type="date"]:focus {
    border-color: #76c5e4;
    background-color: #fff;
}

#content input[type="month"]:focus,
.wpcf7 input[type="month"]:focus {
    border-color: #76c5e4;
    background-color: #fff;
}

#content input[type="time"]:focus,
.wpcf7 input[type="time"]:focus {
    border-color: #76c5e4;
    background-color: #fff;
}

#content input[type="week"]:focus,
.wpcf7 input[type="week"]:focus {
    border-color: #76c5e4;
    background-color: #fff;
}

#content input[type="number"]:focus,
.wpcf7 input[type="number"]:focus {
    border-color: #76c5e4;
    background-color: #fff;
}

#content input[type="email"]:focus,
.wpcf7 input[type="email"]:focus {
    border-color: #76c5e4;
    background-color: #fff;
}

#content input[type="url"]:focus,
.wpcf7 input[type="url"]:focus {
    border-color: #76c5e4;
    background-color: #fff;
}

#content input[type="search"]:focus,
.wpcf7 input[type="search"]:focus {
    border-color: #76c5e4;
    background-color: #fff;
}

#content input[type="tel"]:focus,
.wpcf7 input[type="tel"]:focus {
    border-color: #76c5e4;
    background-color: #fff;
}

#content input[type="color"]:focus,
.wpcf7 input[type="color"]:focus {
    border-color: #76c5e4;
    background-color: #fff;
}

label {
    font-weight: bold;
}

#content .kutir_theme-row.np:first-child,
.wpcf7 .kutir_theme-row.np:first-child {
    padding-top: 30px;
}

#content .kutir_theme-row.np:last-child,
.wpcf7 .kutir_theme-row.np:last-child {
    padding-bottom: 30px;
}

#content article.error404 form.search input,
.wpcf7 article.error404 form.search input {
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    font-size: 1.2em;
    height: 30px;
    color: #4a4a4a;
    width: 97%;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: #fff;
    max-width: 94%;
}

.form-control:focus {
    box-shadow: none;
}

.wpcf7 {
    background-color: transparent;
}

form.search input {
    padding: 5px;
    width: 100%;
    max-width: none;
    color: #4a4a4a;
    border: transparent;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
}

form.search input:focus {
    border-color: #76c5e4;
    background-color: #fff;
}

form.search .text {
    position: relative;
}

.post-password-form {
    width: 100%;
    max-width: 1170px;
    margin: 30px auto;
    padding: 0 15px;
    text-align: center;
}

.button {
    margin: 5px 5px 5px 0;
    padding: 0.85em 1.4em;
    color: #fff;
    border-radius: 3px;
}

.wp-block-button__link:hover {
    opacity: 0.9;
}


.sidebar-widget .woocommerce a.button {
    color: #fff;
}

.button.small {
    font-size: 0.8em;
}

.button.big {
    font-size: 1em;
}

.button.large {
    font-size: 1.4em;
}

.has-large-font-size {
    font-size: 36px;
    margin-bottom: 17px;
    line-height: normal;
}

.button.light {
    background: transparent;
    color: #efefef;
    border: 2px solid #efefef;
}

.button.light:hover, .button.light:focus, .button.light:active {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.button.dark {
    background: transparent;
    color: #444;
    border: 2px solid #444;
}

.button.dark:hover, .button.dark:focus, .button.dark:active {
    background: rgba(0, 0, 0, 0.1);
    color: #222;
    border-color: #222;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.wpcf7-submit {
    margin: 5px 5px 5px 0;
    padding: 10px 16px;
}

/*----------------------------------------------------------------------
 * Menu
 *----------------------------------------------------------------------*/

#site-nav.navbar {
    padding: 0;
}

#site-nav .navbar-collapse > ul > li {
    list-style-type: none;
    margin-bottom: 0;
    position: relative;
}

#site-nav .navbar-nav {
    align-items: center;
}

#site-nav .navbar-collapse > ul > li:last-child {
    margin-right: 0;
}

#site-nav .navbar-collapse > ul > li > a {
    margin: 0 15px;
    display: block;
    position: relative;
}

#site-nav .navbar-collapse > ul > li:last-child a {
    margin-right: 0;
}

#site-nav .navbar-collapse > ul > li > a:hover {
    opacity: 0.8;
}

.navigation-wrap #site-nav .navbar-collapse > ul > li.kutir-nav-add-directory > a {
    line-height: 20px;
    min-height: 20px;
    padding: 12px 15px;
    font-weight: 600;
    opacity: 1;
}

#site-nav ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    z-index: 100;
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 0;
    left: 0;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    min-width: 220px;
    margin-left: 0;
    transform: translateY(15px);
}

#site-nav ul.sub-menu li.menu-item-has-children:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    border-radius: 50%;
    color: #3a3a3a;
    font-size: 17px;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}

#site-nav > .navbar-collapse > ul > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

#site-nav ul li ul.sub-menu .sub-menu {
    left: auto;
    right: 100%;
    top: 0;
}

#site-nav ul li ul.sub-menu li {
    list-style: none;
    display: block;
    margin-bottom: 0;
    position: relative;
}

#site-nav ul li ul.sub-menu li a {
    padding: 7px 20px;
    display: block;
    transition: all .3s ease-in-out;
}

#site-nav ul li ul.sub-menu li a:hover {
    background: #f7f7f7;
}

#site-nav ul li ul.sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#site-nav .kutir-extra-nav {
    position: relative;
}

li.kutir-extra-nav i {
    margin-right: 5px;
}

#site-nav .kutir-extra-nav > a > i {
    margin-right: 5px;
}

#site-nav .navbar-collapse > ul > li > a:before {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    content: '';
    pointer-events: none;
    height: 2px;
    width: 0;
    background-color: transparent;
    transition: 0.3s;
    transform: translateX(-50%);
}

#site-nav .navbar-collapse > ul > li.menu-item-has-children:not(.kutir-extra-nav) > a:after {
    content: "\f107";
    font-family: fontAwesome;
    margin-left: 7px;
}

#site-nav .navbar-collapse > ul > li.current-menu-item > a:before,
#site-nav .navbar-collapse > ul > li.current-menu-ancestor > a:before,
#site-nav .navbar-collapse > ul > li.current-menu-parent > a:before {
    background-color: #ff3a53;
    width: 100%;
}

.transparent-header.transparent-logo #site-nav .navbar-collapse > ul > li > a {
    color: #ffffff;
}

.transparent-header.transparent-logo #site-nav .navbar-collapse > ul > li:hover > a:before,
.transparent-header.transparent-logo #site-nav .navbar-collapse > ul > li.current-menu-item > a:before,
.transparent-header.transparent-logo #site-nav .navbar-collapse > ul > li.current-menu-parent > a:before {
    background-color: #fff;
    width: 100%;
}

#site-nav .navbar-collapse > ul > li.kutir-nav-add-directory > a:before,
#site-nav .navbar-collapse > ul > li.kutir-nav-logout > a:before {
    display: none;
}


/*---------------------------------------------------------
4. Header
-------------------------------------------------------- */
#masthead.transparent-header{
    background: transparent;
    position: absolute;
    z-index: 999;
    width: 100%;
}

#masthead.transparent-header.transparent-logo {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

#masthead.transparent-header.default-logo {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

#masthead.transparent-header .navigation-wrap > div a,
#masthead.transparent-header .navigation-wrap > div {
    color: #fff;
}

.main-header .masthead-inner {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}

.site-branding {
    padding-right: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.site-branding img {
    vertical-align: middle;
}

.site-title {
    margin: 10px 0;
}

.site-branding .site-title {
    margin: 0;
    font-size: 36px;
    line-height: inherit !important;
}

.main-header {
    z-index: 99;
    background: #fff;
    width: inherit;
    position: relative;
}

.main-header.mobile .logo-container .logo {
    text-align: center;
}

.main-header.mobile .menu-container {
    margin-bottom: 40px;
}

.main-header.mobile .menu-container .logo {
    text-align: center;
}

.logo {
    margin: 0;
    text-align: left;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
}

.logo img {
    max-width: 155px;
    height: auto;
}

.logo .retina {
    display: none;
}

.main-header a.header-login {
    color: #fff;
}

.main-header a.header-login:hover {
    color: #fff;
}

.boxed #masthead.is-sticky {
    left: 0;
}

#masthead.header-sticky.sticky {
    position: fixed;
    z-index: 999;
    width: 100%;
    -webkit-animation: fadeInDown 0.5s;
    animation: fadeInDown 0.6s;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

#masthead:not(.transparent-header).header-sticky.sticky {
    background-color: #fff;
}

#masthead.transparent-header.header-sticky.sticky {
    background-color: #222;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


@media (max-width: 991px) {
    .logo {
        text-align: left;
    }

    .logo {
        max-height: 70px;
    }
}

@media (max-width: 480px) {
    .col-md-3 .logo {
        text-align: center;
        padding: 0;
    }
}

@media (min-width: 2500px) {
    .logo .normal {
        display: none;
    }

    .logo .retina {
        display: block;
    }
}

.col-md-12 .logo {
    text-align: center;
}

@media (max-width: 480px) {
    .main-header {
        border-bottom: none;
    }
}

.secondary-header {
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}

.secondary-header .callout {
    height: 30px;
}

.secondary-header .callout p {
    margin: 6px 5px;
    font-size: 12px;
}

.secondary-header .social-icon-container ul {
    padding: 0 5px 0 0;
}

.secondary-header .social-icon-container .social-icon {
    font-size: 16px;
    width: 24px;
    line-height: 30px;
}

.display-none {
    display: none;
}

#masthead #site-nav .navbar-collapse > ul > li.kutir-nav-logout .btn-global {
    min-height: initial;
    line-height: normal;
    padding: 12px 15px;
    margin-left: 25px;
    opacity: 1;
}
#masthead #site-nav .navbar-collapse > ul > li.kutir-nav-logout .btn-global:before,
#masthead #site-nav .navbar-collapse > ul > li.kutir-nav-logout .btn-global:after {
    display: none;
}

/*---------------------------------------------------------
5. Content
-------------------------------------------------------- */
.action {
    background-color: #f5f5f5;
    padding: 2em;
    margin-bottom: 3em;
    -webkit-box-shadow: 0 8px 6px -7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 6px -7px rgba(0, 0, 0, 0.3);
}

a .action-icon {
    text-align: center;
    display: inline-block;
    background: #f5f5f5;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    font-size: 1em;
    width: 21px;
    height: 21px;
    line-height: 21px;
    position: relative;
    color: #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.flexslider .slides {
    padding-left: 0;
}

.arrow-container .left-arrow-small, .arrow-container .right-arrow-small {
    width: 25px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    float: left;
    margin-right: 10px;
    text-align: center;
}

article.post-normal .post-image-dummy, article.page .post-image-dummy, .post .post-image-dummy, .post-half .post-image-dummy {
    background: #fff;
    height: 191px;
    border: 1px solid #e0e0e0;
}

.post-grid-wrap {
    width: 100%;
    padding: 0 15px;
    float: left;
}

.post-grid-wrap .effect {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .post-grid-wrap {
        width: 50%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .post-grid-wrap {
        width: 33.33%;
    }
}

/* Large devices (large desktops, 1200px and up) */

.post-grid .post-image {
    overflow: hidden;
    margin-top: 0;
    position: relative;
}

.post-grid .post-image a:hover img {
    opacity: 1;
}

.entry-content table {
    display: table;
}

.entry-content tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.entry-content tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.entry-content ul ul, .entry-content ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 1.5em;
}

.entry-content ul ol, .entry-content ol ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 1.5em;
}

article {
    display: block;
}

article.post-normal h1 {
    margin: 10px 0 20px;
    text-align: left;
}

article.post-normal .entry-meta {
    color: #9d9a9a;
}

article.post-normal .entry-meta .seperator {
    margin: 0 5px;
}

article.post-normal .post-image img {
    max-width: 100%;
}

article.page h1 {
    margin: 15px 0 20px;
}

article.page .entry-meta {
    color: #9d9a9a;
}

article.page .entry-meta .seperator {
    margin: 0 2px;
}

article.page .post-image img {
    width: 100%;
    max-width: 100%;
}

.error-404 {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.error-404 .page-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.error-404 .page-title {
    font-size: 180px;
    line-height: 160px;
}

.error-404 .sub-title {
    font-size: 36px;
    line-height: 46px;
}

.error-404 .search {
    margin-top: 50px;
}

.boxed {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

#title-container {
    background-color: #232323;
    text-align: center;
    padding: 122px 0;
    position: relative;
}

#title-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 2;
}

#title-container .kutir-title-bar-title {
    font-size: 48px;
    line-height: 58px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
}

.title-container {
    position: relative;
    z-index: 22;
}

#title-container ul {
    margin: 0;
    color: #fff;
}

#title-container ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}

#title-container ul li:after {
    content: '/';
}

#title-container ul li a {
    padding-right: 5px;
    color: #fff;
}

#title-container ul li a:hover {
    opacity: 0.8;
}

#title-container ul li:last-child:after {
    content: none;
}

@media (min-width: 1200px) {
    .boxed {
        width: 1200px;
    }
}

@media (max-width: 991px) {
    #title-container .col-md-6 {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .boxed {
        width: 992px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .boxed {
        width: 768px;
    }
}

.boxed #page {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    position: relative;
    width: inherit;
}

.kutir_theme-row {
    padding: 80px 0;
}

.kutir_theme-row.pt-0 {
    padding-top: 0;
}

.kutir_theme-row.pb-0 {
    padding-bottom: 0;
}

.kutir_theme-row.slider-row {
    padding: 0;
}

.kutir_theme-row#content {
    padding-bottom: 30px;
}

.kutir_theme-row.post-list .post-normal {
    margin-bottom: 30px;
}

.kutir_theme-row .kutir_theme-row:first-child {
    padding-top: 10px;
}

.row.v-align-top, .row.v-align-middle, .row.v-align-bottom {
    display: table;
}

.row.v-align-top > div[class*='col-'], .row.v-align-middle > div[class*='col-'], .row.v-align-bottom > div[class*='col-'] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.row.v-align-top > div[class*='col-'] {
    vertical-align: top;
}

.row.v-align-bottom > div[class*='col-'] {
    vertical-align: bottom;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

[class*='col-'] {
    border-style: solid;
}

@media (max-width: 991px) {
    .row.v-align-top > div[class*='col-'], .row.v-align-middle > div[class*='col-'], .row.v-align-bottom > div[class*='col-'] {
        display: block;
    }
}

.entry-content .page-links {
    font-weight: bold;
    clear: both;
}

blockquote {
    position: relative;
    text-align: center;
    padding: 5em 2em 3em;
}

blockquote:before {
    content: '"';
    position: absolute;
    font-size: 9em;
    line-height: 90px;
    left: 48%;
    display: inline-block;
    font-style: italic;
    font-weight: 600;
    color: #bbb;
    top: 25px;
    transform: translateX(-50%);
}

blockquote p {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 0 20px;
}

blockquote p cite {
    display: block;
    font-style: italic;
}

blockquote footer {
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 5em 2em 3em;
}

blockquote[style="text-align:right"]:before {
    left: auto;
    right: 0.2em;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    text-align: center;
    padding-bottom: 0;
}

blockquote.has-very-dark-gray-color:before {
    color: #616161;
}

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

.entry-content td {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
}

.entry-content th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
}

.entry-content ul {
    list-style-position: inside;
    margin-bottom: 10px;
}

ul li {
    margin-bottom: 5px;
}

ol li {
    margin-bottom: 5px;
}

.entry-content ul ul li {
    list-style-type: circle;
}

.entry-content ul ul ul li {
    list-style-type: square;
}

.entry-content ul ol ul li {
    list-style-type: square;
}

.entry-content ul ol li {
    list-style-type: decimal;
}

.entry-content ol {
    list-style-position: inside;
    margin-bottom: 0;
}

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content ol ul li {
    list-style-type: circle;
}

.entry-content ol ul ul li {
    list-style-type: square;
}

.entry-content ol ul ol li {
    list-style-type: decimal;
}

.entry-content ol ol ul li {
    list-style-type: square;
}

.entry-content .alert {
    margin-bottom: 20px;
    padding-bottom: 14px;
    padding-top: 14px;
    padding-right: 25px;
}

.entry-content .alert strong {
    color: #c09853;
}

.entry-content .alert p {
    margin-bottom: 0;
}

.entry-content .alert .close {
    padding-right: 5px;
}

.entry-content .kutir_theme-row:last-child {
    padding-bottom: 0;
}

.slider {
    margin: 0 auto 2em auto;
}

.action {
    margin-left: 1em;
    margin-right: 1em;
}

.action p {
    margin: 1em 0 0;
    font-size: 1em;
}

.action.noborder {
    border: none;
}

/*Hover icon*/

.hover-icon {
    text-align: center;
}

.hover-icon a.fa:before {
    font-size: 30px;
    line-height: 60px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.hover-icon a.fa:hover {
    color: #fff;
}

.hover-icon a.fa:hover:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

.hover-icon a.fa.from-right:hover:before {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}

.hover-icon a.fa.from-top:hover:before {
    -webkit-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards;
}

.hover-icon a.fa.from-bottom:hover:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

.hover-icon a.fa.rotate:hover:before {
    -webkit-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
}

.hover-icon a.fa.fa-1x {
    width: 28px;
    height: 28px;
}

.hover-icon a.fa.fa-1x:before {
    font-size: 16px;
    line-height: 28px;
}

.hover-icon a.fa.fa-2x {
    width: 45px;
    height: 45px;
}

.hover-icon a.fa.fa-2x:before {
    font-size: 22px;
    line-height: 45px;
}

.hover-icon a.fa.fa-4x {
    width: 80px;
    height: 80px;
}

.hover-icon a.fa.fa-4x:before {
    font-size: 42px;
    line-height: 80px;
}

.hover-icon a.fa.fa-5x {
    width: 100px;
    height: 100px;
}

.hover-icon a.fa.fa-5x:before {
    font-size: 54px;
    line-height: 100px;
}

/*end of hover icon*/

.feature-box .icon-wrap {
    float: left;
    margin-top: 5px;
}

.feature-box .feature-box-title {
    margin-top: 0;
    margin-bottom: 15px;
}

.feature-box p:last-child {
    margin-bottom: 0;
}

.feature-box.size-1 .feature-box-content {
    margin-left: 35px;
}

.feature-box.size-2 .feature-box-content {
    margin-left: 55px;
}

.feature-box.size-3 .feature-box-content {
    margin-left: 75px;
}

.feature-box.size-4 .feature-box-content {
    margin-left: 95px;
}

.feature-box.size-5 .feature-box-content {
    margin-left: 115px;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*********************
    Image Effects
*********************/
.effect {
    position: relative;
}

.effect img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}

.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

a.close-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background-color: #000;
    cursor: pointer;
}

a.close-overlay.hidden {
    display: none;
}

a.expand {
    display: block;
    position: absolute;
    z-index: 100;
    width: 30px;
    height: 30px;
    border: solid 1px #fff;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-weight: 300;
    font-size: 20px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.slide-top .overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.slide-top .overlay a.expand {
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slide-top .overlay a.expand:hover,
.slide-top .overlay a.expand:focus {
    color: #fff;
    text-decoration: none;
}

.slide-top.hover .overlay {
    opacity: 1;
}

.slide-top.hover .overlay a.expand {
    top: 50%;
    margin-top: -20px;
    opacity: 1;
}

.effect {
    text-align: center;
}

.effect .caption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.effect .caption:before,
.effect .caption:after {
    pointer-events: none;
}

.effect .caption a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.effect .caption h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 1.2em;
}

.effect .caption p {
    letter-spacing: 1px;
    font-size: 68.5%;
    margin: 0;
}

.aligncenter {
    display: block;
    margin: 20px auto;
}

@-webkit-keyframes rotateScale {
    0% {
        -webkit-transform: rotate(-175deg) scale(0.2);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1);
    }
}

@keyframes rotateScale {
    0% {
        -webkit-transform: rotate(-175deg) scale(0.2);
        transform: rotate(-175deg) scale(0.2);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
}

.kutir_theme-gallery {
    text-align: center;
}

.kutir_theme-gallery .kutir_theme-gallery-thumb {
    display: block;
    margin: 10px;
    position: relative;
}

.kutir_theme-gallery .kutir_theme-gallery-thumb img {
    width: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.kutir_theme-gallery .kutir_theme-gallery-thumb .overlay {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.kutir_theme-gallery .kutir_theme-gallery-thumb .overlay .image-title {
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px;
    letter-spacing: 0.75px;
}

.kutir_theme-gallery .kutir_theme-gallery-thumb:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.kutir_theme-gallery .kutir_theme-gallery-thumb:hover .overlay {
    opacity: 0.7;
}

.kutir_theme-gallery .kutir_theme-gallery-thumb:hover .overlay .fa {
    -webkit-animation: rotateScale 0.8s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: rotateScale 0.8s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.kutir_theme-gallery .kutir_theme-gallery-thumb:focus {
    outline: none;
}

.kutir_theme-gallery .kutir_theme-gallery-thumb > .overlay {
    padding-top: 30%;
}

.kutir_theme-gallery.rounded img,
.kutir_theme-gallery.rounded span {
    -webkit-border-radius: 150px;
    border-radius: 150px;
}

.kutir_theme-gallery.no-pad .kutir_theme-gallery-thumb-wrap {
    padding: 0;
}

.kutir_theme-gallery.rounded .kutir_theme-gallery-thumb-wrap .kutir_theme-gallery-thumb {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}

.kutir_theme-gallery-thumb-wrap {
    float: left;
}

.kutir_theme-gallery-thumb-wrap .kutir_theme-gallery-thumb {
    display: block;
    overflow: hidden;
    z-index: 1;
    position: relative;
    margin: 0;
}

.kutir_theme-gallery-thumb-wrap .kutir_theme-gallery-thumb img {
    width: 100%;
    max-width: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.kutir_theme-gallery-thumb-wrap .kutir_theme-gallery-thumb:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.kutir_theme-gallery.two-col {
    margin: 20px -15px;
}

.kutir_theme-gallery.two-col .kutir_theme-gallery-thumb-wrap {
    width: 50%;
    padding: 15px;
}

.kutir_theme-gallery.two-col .kutir_theme-gallery-thumb .fa {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 60px;
    -webkit-border-radius: 120px;
    border-radius: 120px;
}

.kutir_theme-gallery.two-col .image-title {
    font-size: 2.2em;
    top: 50%;
}

.kutir_theme-gallery.three-col {
    margin: 20px -10px;
}

.kutir_theme-gallery.three-col .kutir_theme-gallery-thumb-wrap {
    width: 33.333%;
    padding: 10px;
}

.kutir_theme-gallery.three-col .kutir_theme-gallery-thumb .fa {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 45px;
    -webkit-border-radius: 90px;
    border-radius: 90px;
}

.kutir_theme-gallery.three-col .image-title {
    font-size: 1.8em;
    top: 50%;
}

.kutir_theme-gallery.four-col {
    margin: 20px -8px;
}

.kutir_theme-gallery.four-col .kutir_theme-gallery-thumb-wrap {
    width: 25%;
    padding: 8px;
}

.kutir_theme-gallery.four-col .kutir_theme-gallery-thumb .fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}

.kutir_theme-gallery.four-col .image-title {
    font-size: 1.5em;
    top: 50%;
}

.kutir_theme-gallery.five-col {
    margin: 20px -6px;
}

.kutir_theme-gallery.five-col .kutir_theme-gallery-thumb-wrap {
    width: 20%;
    padding: 6px;
}

.kutir_theme-gallery.five-col .kutir_theme-gallery-thumb .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.kutir_theme-gallery.five-col .image-title {
    font-size: 1.2em;
    top: 50%;
}

.kutir_theme-gallery.six-col {
    margin: 20px -5px;
}

.kutir_theme-gallery.six-col .kutir_theme-gallery-thumb-wrap {
    width: 16.6666%;
    padding: 5px;
}

.kutir_theme-gallery.six-col .kutir_theme-gallery-thumb .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.kutir_theme-gallery.six-col .image-title {
    font-size: 1em;
    top: 50%;
}

@media (max-width: 420px) {
    .kutir_theme-gallery.two-col,
    .kutir_theme-gallery.three-col,
    .kutir_theme-gallery.four-col,
    .kutir_theme-gallery.five-col,
    .kutir_theme-gallery.six-col {
        margin: 20px -10px;
    }

    .kutir_theme-gallery.two-col .kutir_theme-gallery-thumb-wrap,
    .kutir_theme-gallery.three-col .kutir_theme-gallery-thumb-wrap,
    .kutir_theme-gallery.four-col .kutir_theme-gallery-thumb-wrap,
    .kutir_theme-gallery.five-col .kutir_theme-gallery-thumb-wrap,
    .kutir_theme-gallery.six-col .kutir_theme-gallery-thumb-wrap {
        width: 100%;
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .kutir_theme-gallery.two-col,
    .kutir_theme-gallery.three-col,
    .kutir_theme-gallery.four-col,
    .kutir_theme-gallery.five-col,
    .kutir_theme-gallery.six-col {
        margin: 20px -10px;
    }

    .kutir_theme-gallery.two-col .kutir_theme-gallery-thumb-wrap,
    .kutir_theme-gallery.three-col .kutir_theme-gallery-thumb-wrap,
    .kutir_theme-gallery.four-col .kutir_theme-gallery-thumb-wrap,
    .kutir_theme-gallery.five-col .kutir_theme-gallery-thumb-wrap,
    .kutir_theme-gallery.six-col .kutir_theme-gallery-thumb-wrap {
        width: 50%;
        padding: 10px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
    .kutir_theme-gallery.two-col,
    .kutir_theme-gallery.three-col,
    .kutir_theme-gallery.four-col,
    .kutir_theme-gallery.five-col,
    .kutir_theme-gallery.six-col {
        margin: 20px -10px;
    }

    .kutir_theme-gallery.two-col .kutir_theme-gallery-thumb-wrap,
    .kutir_theme-gallery.three-col .kutir_theme-gallery-thumb-wrap,
    .kutir_theme-gallery.four-col .kutir_theme-gallery-thumb-wrap,
    .kutir_theme-gallery.five-col .kutir_theme-gallery-thumb-wrap,
    .kutir_theme-gallery.six-col .kutir_theme-gallery-thumb-wrap {
        width: 50%;
        padding: 10px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
    .kutir_theme-gallery.two-col,
    .kutir_theme-gallery.three-col,
    .kutir_theme-gallery.four-col,
    .kutir_theme-gallery.five-col,
    .kutir_theme-gallery.six-col {
        margin: 20px -10px;
    }

    .kutir_theme-gallery.two-col .kutir_theme-gallery-thumb-wrap,
    .kutir_theme-gallery.three-col .kutir_theme-gallery-thumb-wrap,
    .kutir_theme-gallery.four-col .kutir_theme-gallery-thumb-wrap,
    .kutir_theme-gallery.five-col .kutir_theme-gallery-thumb-wrap,
    .kutir_theme-gallery.six-col .kutir_theme-gallery-thumb-wrap {
        width: 33.33%;
        padding: 10px;
    }
}

.read-more {
    display: inline-block;
    float: right;
    margin-right: 15px;
}

.read-more a {
    position: relative;
}

.read-more a .ti-angle-double-right {
    position: absolute;
    left: 108%;
    top: 3px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.read-more a:hover > .ti-angle-double-right {
    left: 115%;
}

.arrow-container {
    float: right;
    margin-top: 10px;
}

.arrow-container a {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: bolder;
}

.arrow-container a:hover {
    color: #fff;
}

.tags.action {
    width: 80%;
    border-left: none;
    margin: 2em auto;
}

.contact-icon {
    font-size: 16px;
    margin-right: 5px;
}

.contact-icon.fa-mobile-phone {
    font-size: 160%;
}

.contact-icon.fa-envelope-alt {
    font-size: 95%;
}

.post-grid .sticky-label {
    text-align: center;
}

.sticky-post-label {
    padding: 0 10px;
    background: #0d508b;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 3px;
    font-size: 1.0em;
    transition: .4s;
    display: inline-block;
    margin-bottom: 22px;
    position: absolute;
    top: 3px;
    right: 0;
}

.post-grid.sticky .post-grid-info-block {
    background-color: rgba(255, 58, 83, 0.07);
}

.post .entry-meta {
    color: #9d9a9a;
}

.post .entry-meta .seperator {
    margin: 0 2px;
}

.post-half {
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    background: #fff;
    position: relative;
    transition: all .3s linear;
    border-width: 1px;
    border-style: solid;
}

.post-half:hover {
    margin-top: -5px;
    margin-bottom: 35px;
}

.has-post-thumbnail.post-half .sticky-label {
    overflow: hidden;
    margin-bottom: 10px;
}

.has-post-thumbnail span.sticky-post-label {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 99;
}

.single-post .has-post-thumbnail span.sticky-post-label {
    top: -35px;
}

.post-half .sticky-label {
    display: inline;
    padding-left: 15px;
}

.post-half .sticky-label span {
    display: inline-block;
}

.post-half .post-title {
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-half .entry-meta {
    color: #9d9a9a;
}

.post-half .entry-meta .seperator {
    margin: 0 2px;
}

.post-half .medium-left {
    float: left;
    width: 30%;
    margin: 0;
}

.post-half .post-image img {
    width: 100%;
}

.post-half .post-image a:hover img {
    opacity: 0.4;
}

.post-half .post-image a:hover .fa-search {
    opacity: 0.8;
    -webkit-transform: translateY(0);
}

.post-half .post-image a:hover .fa-minus-sign {
    opacity: 0;
}

.post-half .entry-content {
    margin: 0;
    clear: none;
    overflow: hidden;
    padding: 15px 30px 0 30px;
}

.post-half .entry-content p {
    margin: 0;
}

.post-half .fa-minus-sign {
    transition: all 0.3s;
}

.post-normal.format-link h3.post-title {
    padding-top: 30px
}

.extra-class-title {
    padding-top: 30px;
}

/* Clearfix */
.entry-content:before, .entry-content:after,
.gallery:before,
.gallery:after {
    content: ' ';
    display: table;
}

.entry-content:after,
.gallery:after {
    clear: both;
}

.blog-normal a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.post-image {
    width: 100%;
    margin: 0;
    border: none;
    position: relative;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
}

.post-image .empty-image {
    background: #e5e5e5;
}

.post-image a .more-icon {
    position: absolute;
    -webkit-transform: translateY(-10px);
    top: 42%;
    left: 46%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    font-size: 18px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
}

.post-image a:hover {
    color: #504e4e;
}

.post-image a:hover .more-icon {
    opacity: 0.9;
    -webkit-transform: translateY(0);
}

.post-image .fa-minus-sign {
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 48px;
}

.post-grid {
    margin-bottom: 30px;
    transition: 0.3s;
}

.post-grid:hover, .post-grid.sticky {
    box-shadow: 2px 7px 20px 0 rgba(0, 0, 0, 0.14);
    transform: translate(0, -3px);
}

.post-grid .post-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
    margin-top: 0;
    word-break: break-word;
}

.post-link,
.format-quote blockquote, .single-post .site-main > blockquote {
    padding: 30px;
    word-break: break-word;
    font-size: 22px;
    border: 1px solid #dedede;
    border-bottom: 0;
    background: #f7f7f7;
}

.format-quote blockquote,
.single-post .site-main > blockquote {
    padding: 6em 30px 30px;
}

.format-quote blockquote:before,
.single-post .site-main > blockquote:before {
    top: 75px;
}

.post-grid .post-image a img {
    -webkit-transition: all 0.5s;
}

.post-grid [class*="entry-content-"] {
    border: 1px solid #dedede;
}


.post-grid.animate {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

.post-grid-info-block {
    position: relative;
    word-break: break-word;
    padding: 17px 30px 25px;
    border-top: 1px solid #dedede;
    background-color: #ffffff;
}


.post-grid.format-standard:not(.has-post-thumbnail) .post-grid-info-block,
.post-grid.format-audio:not(.has-post-thumbnail) .post-grid-info-block,
.post-grid.format-link:not(.has-post-thumbnail) .post-grid-info-block,
.post-grid.format-quote:not(.has-post-thumbnail) .post-grid-info-block,
.post-grid.format-image:not(.has-post-thumbnail) .post-grid-info-block {
    border:none;
}

.post-grid-info-block .kutir-post-meta {
    margin: 8px 70px 8px 0;
}

.kutir-post-meta span.publish-date {
    position: absolute;
    height: 70px;
    width: 70px;
    text-align: center;
    display: inline-block;
    background-color: #ff3a53;
    color: #fff;
    border-radius: 3px;
    top: -35px;
    right: 40px;
    margin-right: 0;
    z-index: 9;
}


.post-grid:not(.has-post-thumbnail) .kutir-post-meta span.publish-date{
    top: -1px;
    right: -1px;
}

.kutir-post-meta span.publish-date .day {
    font-size: 28px;
    display: block;
    font-weight: 600;
    margin-top: 8px;
}

.kutir-post-meta span.publish-date .month {
    font-size: 18px;
}

audio {
    margin-bottom: 15px;
}

.publish-time i {
    margin-right: 4px;
}

#article-container {
    position: relative;
    margin-top: 1.5em;
}

.post-date {
    color: #7a7a7a;
    font-size: 11px;
    line-height: 11px;
}

.post-date i {
    margin-right: 5px;
}

.pagination .current {
    color: #fff;
}

.pagination.post-pagination {
    display: block;
    text-align: left;
    padding: 2em;
    margin-bottom: 0;
    margin-top: 50px;
    border: 1px solid #dedede;
    border-radius: 0;
}

.pagination.post-pagination .previous i {
    margin-right: 10px;
}

.pagination.post-pagination .next i {
    margin-left: 7px;
}

.pagination.post-pagination a > span {
    display: block;
}
.pagination.post-pagination h3 {
    margin-bottom: 0;
    width: 50%;
}

.pagination.post-pagination h3 span {
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a;
}

.pagination.post-pagination.row {
    width: 100%;
    padding-bottom: 0;
}

.pagination.post-pagination h4 {
    margin-top: 5px;
}

.pagination.post-pagination a {
    border: none;
    font-size: 18px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    color: #333;
}

.pagination.post-pagination a:hover {
    border: none;
    color: #27ae60;
}

.pagination.post-pagination .next {
    text-align: right;
    position: relative;
}

.pagination.post-pagination .next .text {
    margin-left: 0;
    margin-right: 28px;
}

.pagination.post-pagination .next h4 {
    margin-left: 0;
    margin-right: 40px;
    text-align: right;
    font-size: 16px;
    margin-top: 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.pagination.post-pagination .previous {
    position: relative;
    text-align: left;
}

.pagination.post-pagination .previous .text {
    margin-left: 28px;
}

.pagination.post-pagination .previous h4 {
    margin-left: 42px;
    text-align: left;
    font-size: 16px;
    margin-top: 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.pagination .fa-angle-double-left {
    font-size: 12px;
}

.pagination .ti-angle-double-right {
    font-size: 12px;
}

.post-half .entry-footer {
    margin-top: 15px;
    padding-right: 30px;
    padding-left: 30px;
    display: flex;
    margin-bottom: 15px;
}

.post-half.format-audio .entry-footer {
    padding-left: 0;
}

.header-link-area h3 {
    padding-top: 30px;
}

.entry-footer ul {
    padding: 0;
    margin-right: 20px;
    display: inline-block;
}

.entry-footer ul:last-child {
    margin-right: 0;
}

.post-categories,
.post-tags {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.post-categories li,
.post-tags li {
    display: inline-block;
}

.post-categories li:last-child a:after,
.post-tags li:last-child a:after {
    display: none;
}

.single-post .entry-footer-meta .post-tags {
    max-width: 75%;
}

.single-post .entry-footer-meta .post-tags > span {
    display: inline-block;
    margin-right: 13px;
    font-size: 16px;
    color: #3a3a3a;
    font-weight: 400;
}

article.post-normal h1 {
    font-size: 28px;
    line-height: 38px;
}

.single-post article.post-normal h1 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 10px;
}

.readmore-btn-wrap {
    text-align: right;
    margin-top: 12px;
}

.readmore-btn-wrap a i {
    margin-left: 2px;
}

.alignleft {
    float: left;
    display: block;
    margin-right: 1em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    display: block;
    margin-left: 1em;
}

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

.onehalf {
    float: left;
    padding: 0 20px 0 0;
    width: 50%;
}

.onethird {
    float: left;
    padding: 0 20px 0 0;
    width: 33.3%;
}

.twothird {
    float: left;
    padding: 0 20px 0 0;
    width: 66.6%;
}

.onefourth {
    float: left;
    padding: 0 20px 0 0;
    width: 25%;
}

.twofourth {
    float: left;
    padding: 0 20px 0 0;
    width: 50%;
}

.threefourth {
    float: left;
    padding: 0 20px 0 0;
    width: 68%;
}

.message {
    background-color: #ffffe0;
    border: 1px solid #e6db55;
    margin: 5px 0 15px;
    padding: .6em;
    width: 60%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.bg-section {
    padding: 2em 0;
    overflow: hidden;
    background-color: #1a1a1a;
    background-size: cover;
    background-attachment: fixed;
}

.bg-section h1 {
    text-shadow: none;
}

.bg-section h2 {
    text-shadow: none;
}

.bg-section h3 {
    text-shadow: none;
}

.bg-section h4 {
    text-shadow: none;
}

.bg-section h5 {
    text-shadow: none;
}

.bg-section h6 {
    text-shadow: none;
}

#cboxClose {
    border: none;
}

.post-normal .wp-caption .wp-caption-text {
    border: 1px solid #e5e5e5;
    margin: 0;
    padding: 8px;
    color: #999;
    font-size: 15px;
}

.post-normal .carousel {
    padding-left: 30px;
    padding-top: 30px;
}

.comment-respond textarea {
    margin-bottom: 14px;
}

#comments .comment {
    padding: 25px 0;
}

#comments .comment p {
    margin-bottom: 1em;
}

#comments .comment p:last-child {
    margin-bottom: 0;
}

#comments .comment .avatar {
    float: left;
}

#comments .comment .avatar img {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 50px;
}

p.logged-in-as a {
    display: inline-block;
    margin-right: 6px;
}

#comments .comment .comment-date {
    margin-left: 12px;
    font-size: 15px;
    background-position: left 4px;
}

#comments .comment .comment-reply {
    margin-left: 0.5em;
}

#comments .comment .comment-reply i {
    font-size: 11px;
}

#comments .comment-content {
    padding-left: 70px;
    margin-top: 12px;
}

#comments .comment-meta {
    padding-left: 70px;
}

#comments .comment-list > .pingback {
    font-size: 14px;
    margin-top: 25px;
    padding-top: 25px;
}
#comments .comment-list > .pingback:first-child {
    margin-top: 0;
    padding-top: 0;
}

#comments .comment-list > .pingback a.comment-edit-link {
    border: 1px solid #dedede;
    padding: 5px 10px 6px;
    margin-left: 7px;
    border-radius: 3px;
    font-size: 13px;
    line-height: normal;
    color: #4a4a4a;
}

#comments .pingback .comment-content,
#comments .pingback .comment-meta {
    padding-left: 5px;
}

.single-post #comments li li {
    border-bottom: none;
}

#comments .children {
    padding-left: 5em;
    margin: 0;
}

#comments.contactus {
    margin-top: 0;
}

#comments.contactus h1 {
    margin-bottom: 1em;
}

#comments.contactus h3 {
    margin-top: 1.5em;
}

#comments .post-comments-heading{
    margin-top: 50px;
    margin-bottom: 30px;
}

div#reviews div#comments {
    padding: 0;
    box-shadow: none;
}

.comment-form-cookies-consent {
    padding-left: 15px;
}

.comment-form-cookies-consent input[type=checkbox] {
    margin-right: 8px;
    position: relative;
    top: 3px;
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background: transparent;
    border-radius: 3px;
    border: 1px solid #dedede;
}

.comment-form-cookies-consent > label {
    font-size: 14px;
}

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


.comment-list > div {
    margin-top: 35px;
    padding-top: 40px;
    border-top: 1px solid #dedede;
}

.comment-list div:first-child {
    margin-top: 0;
    border: 0;
    padding-top: 0;
}

.home .single footer.entry-footer {
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.single-edit {
    background: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

div#about-author h2 {
    margin-top: 0;
}

#about-author {
    padding: 0;
    margin: 0;
}

.boxed #page.fixed-header .main-header.scrolled {
    width: auto;
}

.post-preview h1 {
    text-align: left;
}

article.page h1.post-title {
    margin-top: 5px;
    margin-bottom: 20px;
}

.post-normal h3.post-title {
    margin-bottom: 0;
}

.post-normal.post_format-post-format-chat h3.post-title {
    padding-top: 30px;
}

.post-normal .page-links {
    margin-bottom: 5px;
}

.single .post-image {
    margin-bottom: 30px;
}

.single .post-image img {
    margin: auto;
}

.img-container1 img {
    border: 5px solid #e0e0e0;
}

.gallery-container .gallery-item {
    display: inline-block;
    margin: 5px 5px 5px 0;
    border: 1px solid #e0e0e0;
}

.gallery .gallery-item {
    float: left;
    text-align: center;
}

.gallery figcaption {
    display: none;
}

.gallery-columns-1 .gallery-item {
    width: 96%;
    margin: 2%;
}

.gallery-columns-2 .gallery-item {
    width: 46%;
    margin: 3% 2%;
}

.gallery-columns-3 .gallery-item {
    width: 31%;
    margin: 3% 1.16%;
}

.gallery-columns-4 .gallery-item {
    width: 23%;
    margin: 3% 1%;
}

.gallery-columns-5 .gallery-item {
    width: 18%;
    margin: 1%;
}

.gallery-columns-6 .gallery-item {
    width: 14.66%;
    margin: 1%;
}

.gallery-columns-7 .gallery-item {
    width: 12.68%;
    margin: 0.8%;
}

.gallery-columns-8 .gallery-item {
    width: 11.1%;
    margin: 0.7%;
}

.gallery-columns-9 .gallery-item {
    width: 10.111%;
    margin: 0.5%;
}

.alert .close {
    font-size: 12px;
}

.cd-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 46px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 27px;
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    text-indent: 1px;
    z-index: 9999;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    color: #fff;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .9;
}

.no-touch .cd-top:hover {
    opacity: 1;
}


.cd-top:hover i {
    -webkit-animation: toTopFromBottom 0.3s linear;
    -moz-animation: toTopFromBottom 0.3s linear;
    animation: toTopFromBottom 0.3s linear;
}

.post-video.has-background {
    background-size: cover;
    padding: 120px 0;
    background-position: center center;
    background-color: #3a3a3a;
    position: relative;
    z-index: 1;
}

.post-video.has-background:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: -1;
}

.post-video a.btn-popup {
    font-size: 28px;
    color: #fff;
    height: 70px;
    width: 70px;
    display: inline-block;
    line-height: 70px;
    border-radius: 50%;
    background: #ff3a53;
    text-align: center;
    text-indent: 3px;
}

.post-video a.btn-popup:hover {
    background-color: #ec263f;
}

.post-video iframe {
    width: 100%;

}

audio {
    width: 100%;
}

.entry-content-audio iframe,
.entry-content-video iframe {
    vertical-align: bottom;
}

.plyr__menu__container {
    z-index: 999;
}

/*---------------------------------------------------------
6. Sidebar
-------------------------------------------------------- */
.sidebar-widget {
    margin: 45px 0;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.widget_search {
    box-shadow: none;
    border-radius: 0;
    background: none;
    padding: 0;
    border: 0;
}

.widget_search input {
    padding: 0 15px;
    border: none;
}

.sidebar-widget:first-child {
    margin-top: 0;
}

.sidebar-widget .widget-title {
    margin-top: 0;
}

.sidebar-widget ul li {
    list-style-type: none;
}

.widget_nav_menu li ul.children {
    border-top: 1px solid #e5e5e5;
    margin-top: 6px;
}

.monster-widget-just-testing {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #dedede;
}

.widget_text strong {
    margin-bottom: 7px;
}

.widget_nav_menu #menu-item-search {
    display: none;
}

li#menu-item-search ul.dropdown-menu {
    box-shadow: none;
    border: none;
    overflow: hidden;
    left: -153px;
}


li#menu-item-search ul.dropdown-menu input {
    padding: 0 16px;
}

.sidebar-posts {
    margin: 8px 0;
}

.sidebar-posts .sidebar-post-image {
    position: relative;
}

.sidebar-posts .sidebar-post-image .fa-minus-sign {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 12px;
}

.sidebar-posts .sidebar-post-image img {
    width: 50px;
    height: 50px;
}

.sidebar-posts .post-title {
    padding-left: 60px;
}

.sidebar-posts .post-date {
    padding-left: 60px;
}

.widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget_pages li:last-child {
    border-bottom: none;
    /* padding-bottom: 0; */
}

.widget_pages li ul.children {
    margin-top: 8px;
}

.widget_meta li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.textwidget strong {
    margin: 8px 0;
}

.widget_meta li ul.children {
    border-top: 1px solid #e0e0e0;
    margin-top: 6px;
}

.widget_recent_comments li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_recent_comments li ul.children {
    border-top: 1px solid #e0e0e0;
    margin-top: 6px;
}

.widget_rss li {
    padding: 12px 0;
}

.widget_rss li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_rss li ul.children {
    border-top: 1px solid #e0e0e0;
    margin-top: 6px;
}

.sidebar-widget select {
    background-color: #fff;
    height: 44px;
    padding: 0 14px;
    border-radius: 3px;
    width: 100%;
    border: 1px solid #dedede;
}

.widget_rss img.rss-widget-icon {
    margin-top: -3px;
    margin-right: 5px;
    vertical-align: middle;
}

.widget_recent_entries li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_recent_entries li ul.children {
    border-top: 1px solid #e0e0e0;
    margin-top: 6px;
}

.widget_calendar table {
    margin: 0;
    width: 100%;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #6a6767;
}

.widget_calendar table th {
    text-align: left;
    border-color: #dedede;
    color: #000;
    font-weight: 600;
}

.widget_calendar table td {
    text-align: left;
    border-color: #dedede;
}

.widget_calendar table td#today {
    font-weight: 600;
    color: #000;
}

.widget_calendar table caption {
    text-align: left;
    margin: 10px 0 0;
    padding-bottom: 0;
}

.widget_calendar table #next {
    padding-right: 1.714285714rem;
    text-align: right;
}

.widget_product_search {
    background: transparent;
    box-shadow: none;
}

/* Shared Default Widgets */
.widget_links,
.widget_meta,
.widget_recent_comments,
.widget_recent_entries,
.widget_rss,
.widget_pages,
.widget_nav_menu {
    color: #535353;
}

.widget_links li,
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.widget_links li:only-child,
.widget_meta li:only-child,
.widget_recent_comments li:only-child,
.widget_recent_entries li:only-child,
.widget_rss li:only-child,
.widget_pages li:only-child,
.widget_nav_menu li:only-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.widget_links li a:hover,
.widget_meta li a:hover,
.widget_recent_comments li a:hover,
.widget_recent_entries li a:hover,
.widget_rss li a:hover,
.widget_pages li a:hover,
.widget_nav_menu li a:hover {
    opacity: .85;
}

.widget_links li > ul,
.widget_meta li > ul,
.widget_recent_comments li > ul,
.widget_recent_entries li > ul,
.widget_rss li > ul,
.widget_pages li > ul,
.widget_nav_menu li > ul {
    margin-top: 12px;
    padding-top: 12px;
    margin-bottom: -24px;
    border-top: 1px solid #e5e5e5;
    margin-left: 0;
}

.widget_links li > ul li,
.widget_meta li > ul li,
.widget_recent_comments li > ul li,
.widget_recent_entries li > ul li,
.widget_rss li > ul li,
.widget_pages li > ul li,
.widget_nav_menu li > ul li {
    margin-left: 14px;
}

.widget_links li > ul li:last-child,
.widget_meta li > ul li:last-child,
.widget_recent_comments li > ul li:last-child,
.widget_recent_entries li > ul li:last-child,
.widget_rss li > ul li:last-child,
.widget_pages li > ul li:last-child,
.widget_nav_menu li > ul li:last-child {
    border-bottom: 0;
}

.widget_nav_menu li > ul ul {
    margin-bottom: -10px;
}

.widget_rss .rssSummary {
    margin-top: 12px;
}

.widget_rss a {
    font-weight: 600;
}

.widget_rss a:hover {
    opacity: .85;
}

.widget_rss ul .rsswidget {
    font-size: 15px;
}

.widget_rss .rss-date {
    display: block;
}

.recentcomments .comment-author-link,
.recentcomments .comment-author-link a {
    color: #5a5a5a;
    font-style: italic;
}


.widget_categories select,
.widget_product_categories select,
.widget_archive select {
    width: 100%;
}

.widget_categories ul,
.widget_product_categories ul,
.widget_archive ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.widget_categories li,
.widget_product_categories li,
.widget_archive li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 1.8;
    list-style: none;
    margin-bottom: 0;
}

.widget_categories li:only-child,
.widget_product_categories li:only-child,
.widget_archive li:only-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget_categories > ul > li:first-child,
.widget_product_categories > ul > li:first-child,
.widget_archive > ul > li:first-child {
    padding-top: 0;
}


.widget_categories a,
.widget_product_categories a,
.widget_archive a {
    margin-right: auto;
}

.widget_categories a:hover,
.widget_product_categories a:hover,
.widget_archive a:hover {
    opacity: .85;
}

.widget_categories a:before,
.widget_product_categories a:before,
.widget_archive a:before {
    content: "\f105";
    font-family: FontAwesome;
    float: left;
    margin-right: 8px;
    box-sizing: border-box;
}

.widget_categories .children,
.widget_product_categories .children,
.widget_archive .children {
    margin-top: 12px;
    border-top: 1px solid #e5e5e5;
}

.widget_categories .children li,
.widget_product_categories .children li,
.widget_archive .children li {
    margin-left: 14px;
}

.widget_categories .children li:last-child,
.widget_product_categories .children li:last-child,
.widget_archive .children li:last-child {
    border-bottom: 0;
}

.tagcloud a {
    display: inline-block;
    padding: 1px 12px;
    margin: 4px 4px 4px 0;
    font-size: 14px !important;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    color: #7a7a7a;
}


/*---------------------------------------------------------
7. Footer
-------------------------------------------------------- */
.main-footer {
    background-color: #efefef;
    padding: 70px 0;
    color: #777777;
    border-top-width: 1px;
    position: relative;
}

.main-footer .row [class*="col-"] > article[class*="widget_"] + article[class*="widget_"] {
    margin-top: 50px;
}

.main-footer h1 {
    text-shadow: none;
    font-size: 20px;
    text-align: left;
    color: #5f5f5f;
    margin: 0 0 15px 0;
}

.main-footer h2 {
    text-shadow: none;
}

.main-footer select, .main-footer [type="text"] {
    width: 100%;
    height: 46px;
    padding: 0 13px;
    border-radius: 3px;
}

.main-footer form.search button {
    width: 46px;
    line-height: 46px;
    height: 46px;
    padding: 0;
}

.main-footer form.search button svg {
    width: 22px;
}

.main-footer ul li {
    list-style-type: none;
}

.main-footer .widget_calendar {
    overflow-x: auto;
}

.main-footer .widget_calendar table caption {
    margin-bottom: 12px;
}

.main-footer .widget_calendar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    background-color: #F5F5F5;
}

.main-footer .widget_calendar::-webkit-scrollbar {
    height: 4px;
    background-color: #F5F5F5;
}

.main-footer .widget_calendar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
    background-color: #ccc;
}

.main-footer .widget_calendar table td,
.main-footer .widget_calendar table th {
    border-color: rgba(255,255,255,0.1);
}

.main-footer .widget_calendar table th {
    color: #fff;
}

.main-footer .widget_calendar table td,
.main-footer .widget_calendar table caption {
    color: #bbb;
}

.main-footer h3 {
    text-shadow: none;
}

.main-footer h4 {
    text-shadow: none;
}

.main-footer h5 {
    text-shadow: none;
}

.main-footer h6 {
    text-shadow: none;
}

.main-footer .tagcloud a {
    background-color: rgba(255,255,255,0.1);
}

.main-footer .widget_nav_menu li {
    border: none;
    padding-bottom: 0;
    margin-bottom: 12px;
}

.main-footer .widget_nav_menu li > ul {
    margin-top: 12px;
    padding-top: 0;
    margin-bottom: 0;
    border-top: none;
}

.textwidget > p:last-child {
    margin-bottom: 0;
}

.copyright {
    padding: 0;
    overflow: visible;
    position: relative;
}

.copyright .col-md-6 p {
    margin-bottom: 0;
    line-height: 22px;
    font-size: 12px;
    color: #777;
}

@media (max-width: 991px) {
    .copyright .col-md-6 {
        margin-bottom: 0;
    }
}

.social-icon-container ul {
    margin: 0;
}

.social-icon-container ul li {
    display: inline-block;
}

.social-icon-container .social-icon {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 28px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    color: #4a4a4a;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-icon-container .social-icon:hover {
    color: #fff;
}

.payment_methods li {
    list-style-type: none;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    z-index: 99999;
}

.pb-old-slider .container, .pb-old-slider .container-fluid {
    padding: 0;
}

.transparent-header .page-builder .pt-pb-section:first-of-type {
    padding-top: 0;
}

/*---------------------------------------------------------
   8. FOOTER WIDGET
---------------------------------------------------------*/
.main-footer ul {
    padding: 0;
    margin: 0;
}

.quicktags-toolbar {
    text-align: left;
}

/***************Secondary footer***********************/
.page_padding {
    margin: 0px 0px 0px 0px;
    padding: 100px 0px 60px 0px;
}

.single-edit .edit-link a {
    padding: 7px 13px;
    display: inline-block;
    margin-bottom: 15px;
    background: #f5f5f5;
    border-radius: 3px;
    color: #999;
    margin-right: 6px;
}

/*Post Format*/

.format-chat p {
    padding: 15px;
    background: #dedede;
}

a.post-edit-link {
    display: inline-block;
    margin-top: 20px;
    background: #f5f5f5;
    padding: 6px 15px;
    min-width: 100px;
    text-align: center;
    border-radius: 3px;
    color: #999;
}

.single-post a.post-edit-link {
    margin-top: 0;
}

/*---------------------------------------------------------
9. Single Blog Page
-------------------------------------------------------- */

.single-post .content-area.single .site-main > img,
.single-post .content-area.single .site-main > a,
.single-post .content-area.single .site-main > iframe,
.single-post .content-area.single .site-main > .carousel,
.single-post .content-area.single .site-main > .post-video,
.single-post .content-area.single .site-main > .post-link {
    vertical-align: bottom;
}

article.post-single {
    padding: 30px 30px 25px;
    border: 1px solid #dedede;
    margin-bottom: 50px;
}

article.post-single.format-standard:not(.has-post-thumbnail) {
    margin-top: 35px;
}

article.post-single.format-video {
    margin-top: 65px;
}

.post-single .kutir-post-meta {
    margin-top: 0;
    margin-bottom: 20px;
}

.post-single .sticky-label {
    position: absolute;
    left: 40px;
    bottom: 140px;
    z-index: 99;
}

.post-single header.entry-header {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.post-single .entry-footer .entry-footer-meta {
    border-top: 1px solid #dedede;
    padding-top: 30px;
}

.post-single .post-body-wrap {
    background-color: #fff;
}

.post-single .post-body-wrap .entry-header h2 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
}

.post-single time.post-date.updated {
    background: #f0f0f0;
    color: #888;
    padding: 6px;
}

.post-single .entry-content {
    padding: 25px 0 30px;
    border-top: 1px solid #dedede;
    margin-top: 0;
}

.post-single .format-link {
    border-bottom: none;
}

.post-single .entry-meta span:last-child {
    background: #f0f0f0;
    color: #888;
    padding: 6px;
    font-size: 11px;
}


/*========================================*/
article.post-normal {
    background: #fff;
    position: relative;
}

.search.search-results .post-half {
    padding: 30px;
}

.search.search-results .post-half .entry-footer {
    padding-left: 0;
}

.search.search-results .post-half .entry-content {
    padding: 0;
}

form.search button svg {
    fill: #ffffff;
    width: 24px;
}

.secondary-header-right form.search button svg {
    width: 19px;
}

article.post-normal h3 {
    margin-top: 0;
}

.pagination {
    margin-top: 60px;
}

.pagination > li > a,
.pagination > li > span {
    padding: 13px 20px;
    position: relative;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #3200fd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: 0.3s;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
    background: #eee;
}

.carousel {
    position: relative;
}

.carousel-nav {
    font-size: 24px;
    width: 50px;
    height: 50px;
    background: #3a3a3a;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: 0.3s;
}

.carousel-nav i {
    font-weight: 600;
}

.carousel-right {
    right: 20px;
    left: auto;
}

.carousel-right i {
    position: relative;
    left: 2px;
}

.carousel-nav:hover {
    color: #fff;
}

.post-half .post-video iframe {
    height: 300px;
}

/*---------------------------------------------------------
     10. Widgets Design
-------------------------------------------------------- */

.sidebar-widget .widget-title {
    margin-bottom: 15px;
    position: relative;
    z-index: 95;
}

.sidebar-widget .gallery-icon.landscape {
    transition: all .3s linear;
}

.sidebar-widget .gallery-icon.landscape:hover {
    opacity: .5;
}

.sidebar-widget {
    margin-bottom: 40px;
}

.sidebar-widget ul {
    padding-left: 0;
}

.widget_kutir_widget_instagram h3 {
    margin-bottom: 25px;
}

/*---------------------------------------------------------
11. Footer top
-------------------------------------------------------- */

.main-footer h3 {
    position: relative;
}

.menu-footer-menu-container ul li {
    border: none;
    margin-bottom: 0;
    padding: 5px 0;
}

.menu-footer-menu-container ul li:last-child {
    border: none;
}

ul.menu li {
    list-style: none;
}

/*---------------------------------------------------------
15. comments
-------------------------------------------------------- */

#comments #reply-title {
    position: relative;
    padding-top: 45px;
    border-top: 1px solid #dedede;
    margin-top: 35px;
    font-size: 26px;
    line-height: 36px;
}

p.comment-notes {
    margin-bottom: 24px;
}

p.comment-notes::after {
    display: block;
    clear: both;
    content: "";
}

a#cancel-comment-reply-link,
a.comment-reply-link {
    border: 1px solid #dedede;
    padding: 5px 10px 6px;
    margin-left: 7px;
    border-radius: 3px;
    font-size: 14px;
    line-height: normal;
    color: #4a4a4a;
}

a.comment-reply-link {
    padding: 3px 12px 4px;
}

#comments .children {
    position: relative;
}

#comments .children:after {
    content: '';
    position: absolute;
    width: 1px;
    background: #ddd;
    height: 46px;
    left: 25px;
    top: 26px;
}

p.logged-in-as a {
    color: #3a3a3a;
}

#comments .children:before {
    content: '';
    position: absolute;
    width: 30px;
    background: #ddd;
    height: 1px;
    left: 25px;
    top: 48px;
}

.comment-author {
    color: #3a3a3a;
    font-weight: 600;
    text-transform: capitalize;
}

.single-post .author {
    margin-bottom: 50px;
    padding: 40px;
    display: flex;
    align-items: center;
    margin-top: 40px;
    background: #f8f8f8;
}

.single-post .author-thumb {
    margin-right: 30px;
}

.single-post .author img {
    border-radius: 50%;
    min-width: 90px;
}

.single-post .author h4 {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.single-post .author p:last-child {
    margin-bottom: 0;
}


/*---------------------------------------------------------
16. Menu search
-------------------------------------------------------- */
ul.dropdown-menu {
    height: 40px;
}

ul.dropdown-menu input {
    height: 40px;
    margin-top: 0;
    position: absolute;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #1471c0;
}

/*---------------------------------------------------------
17. Preloader
-------------------------------------------------------- */

body.has-preloader {
    overflow: hidden;
}

.preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}

.preloader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #F26A21;
    -webkit-animation: spin 1.8s linear infinite;
    animation: spin 1.8s linear infinite;
    z-index: 11;
}

.preloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #80C240;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.preloader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1AA8E2;
    -webkit-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

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

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

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.preloader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
}
