﻿/*
Theme Name: K-theme
Theme URI: http://themes.2day2go.com/k-theme/
Author: Ba5nanas
Author URI: http://themeforest.net/user/Ba5nanas/portfolio?ref=Ba5nanas
Description: K-theme is a blog classic theme. it is a perfect theme for sites about personal and variety. have redux framework and code cleaning design by mobile to desktop.

Version: 1.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: k-theme#f2f0ed
Tags: white, light, two-columns, left-sidebar, right-sidebar, responsive-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 K-theme is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
        5.1 Links
        5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
        10.1 Posts and pages
        10.2 Asides
        10.3 Comments
11.0 Infinite scroll
12.0 Media
        12.1 Captions
        12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;

    outline: 0;
    padding: 0;
    border-radius: 0;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}


/*begin social icons*/


.soc {
   
    margin:10% 0; padding:0;
    list-style:none;
float: right;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    line-height: 72px;
    font-size: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin: 9px;
    color: #ffffff;
    background-color: #aaccc9;
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook:before {
    content:"\e041";
}
.soc-instagram:before {
    content:'x';
}
.soc-pinterest:before {
    content:'d';
}
.soc-twitter:before {
    content:'a';
}
.soc-youtube:before {
    content:'r';
}
.soc-mail:before {
    content:'<';
}


/*end social icons*/

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
.woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, p.stars a:after, .sharing a, .k-content .widget-area .widget-title, .k-content .content-area .entry-meta a, .k-content .widget-item .widgettitle, #wp-calendar thead, .page-title i, .gotoup:hover, .link_hover-effect:hover .icon-style-head, .sharing-footer li a:hover {
    color: #3F506C !important;
}

.main-navigation ul ul.sub-menu a {
    background: #aaccc9 !important;
}
h1, .h1 {
    font-size: 25px;
}
body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: thin dotted;
}

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

a img {
    border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

b,
strong {
    font-weight: bold;
}

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

blockquote {
    margin: 0 1.5em;
    margin-bottom:24px;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #fff;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    border:2px solid #3b3b3b;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 1.5rem;
}

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

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

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

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

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
 /*   width: 100%; /* Adhere to container width. was previously max-width 100%*/
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
    color: #ffffff;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
background: #203756;
    display: block;
    float: left;
    width: 100%;
}

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

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
    display: none;
}

@media screen and (max-width: 991px) {
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
    }

    .main-navigation ul {
        display: none;
    }
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

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

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    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 */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

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

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 2.5em;
}

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

.single .byline,
.group-blog .byline {
    display: inline;
}

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

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

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

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

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
13 Custom
--------------------------------------------------------------*/

body {
    background:#ffffff;
}



h3 {
    margin-bottom: 20px;
}

h4 {
    margin-bottom: 17px;
}

h5 {
    margin-bottom: 15px;
}

h6 {
    margin-bottom: 15px;
}

h1 , h2, h3, h4, h5, h6, .widget-title {
    font-family: 'Cinzel', serif;
    font-weight: 800;
}


p {
    font-family: 'Hind', sans-serif;
    font-weight: 300;
}

a {
    font-family: 'Hind', sans-serif;
    font-weight: 600;
}

textarea:focus, input[type="text"]:focus,
input[type="password"]:focus, input[type="datetime"]:focus,
input[type="datetime-local"]:focus, input[type="date"]:focus,
input[type="month"]:focus, input[type="time"]:focus, 
input[type="week"]:focus, input[type="number"]:focus, 
input[type="email"]:focus, input[type="url"]:focus, 
input[type="search"]:focus, input[type="tel"]:focus, 
input[type="color"]:focus, .uneditable-input:focus ,
#header nav .menu-toggle {    
    box-shadow: 0 1px 1px transparent inset, 0 0 8px transparent;
    outline: 0 none;
}


.inline-block {
    display:inline-block;
}

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

.text-right {
    text-align: right;
}

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

@media (min-width: 1200px) {
    .k-content {
        margin: 30px 0!important;
    }
    .k-content .widget-area {
        margin-right:0px!important;
        margin-left: 30px
    }

    .hentry {
        margin: 0 0 1.5em;
    }
}

@media (min-width: 992px) {
    .text-left-desktop {
        text-align: left;
    }

    .text-right-desktop {
        text-align: right;
    }

    .text-center-desktop {
        text-align: center;
    }

    .main-navigation ul ul {
        margin-top: 10px!important;
        padding-top: 35px;
        box-shadow: none;
    }

    .main-navigation ul ul a {
        background:#F49A80;
        color:#fff!important;
        border-color:transparent!important;
        -webkit-transition: all .4s ease!important;
        -moz-transition: all .4s ease!important;
        -o-transition: all .4s ease!important;
        transition: all .4s ease!important;
    }

    .main-navigation ul ul a:hover {
        background:#3b3b3b!important;
    }
    .logo img {
        max-height: 50px;
    }

    .k-content .widget-area {
        max-width: 300px;
        margin-right: -10px;
    }

    .sidebar-left {
        float:right;
    }

}

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

    .text-right-mobile {
        text-align: right;
    }

    .text-center-mobile {
        text-align: center;
    }

    #header nav .menu {
        float:none!important;
    }

    .main-navigation ul li > ul {
        display: block!important;
    }

    .main-navigation ul ul {
        box-shadow: none;
        float: none;
        position: static;
        text-align: center;
        z-index: 0;
        top: 0; 
        left: 0;
    }

    .main-navigation ul li a {
        display: block;
        width: auto!important;
    }

    .main-navigation li {
        float:none!important;
        display: block!important;
        position: relative;
    }

    .main-navigation ul ul.sub-menu li:first-child:before {
        border: 10px solid #fff;
        position: absolute;
        top:0;
        content:"";
        left:50%;
        margin-left: -10px;
        border-left-color: transparent; 
        border-right-color: transparent; 
        border-bottom-color: transparent; 
    }

    .main-navigation ul ul.sub-menu a {
        background:#F49A80;
        color:#fff!important;
        border-color:transparent!important;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

    .main-navigation ul ul.sub-menu a:hover {
        background:#3b3b3b!important;
    }
    .logo img {
        max-height: 100px;
    }

    #header nav ul ul li ul {
        padding: 0;
        margin: -10!important;
        opacity: 0.8;
        left:0;
    }

    .main-navigation ul ul.sub-menu ul li:first-child:before {
        border: 10px solid transparent;
        position: absolute;
        top:0;
        content:"";
        left:50%;
        margin-left: -10px;
        border-left-color: transparent; 
        border-right-color: transparent; 
        border-bottom-color: transparent; 
    }
}




/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#header {
    background:#fffff !important;
    padding: 10px 0;
}

#header header.logo {
    padding:10px;
}

#header nav .menu {
    padding: -20px;
    float:left;
}

@media (max-width: 600px) {
    #header nav .menu {
        float:left;
    }
}

/*--------------------------------------------------------------
13.1.1 navigation
--------------------------------------------------------------*/

#header nav ul {
    margin: 0;

}

#header nav li {
    list-style-type: none;
    display:inline-block;

}

#header nav ul.menu > li {
    border: 0px solid transparent;
}

#header nav ul.menu > li:hover {
    border: 1px solid #3b3b3b;
}

#header nav li a {
    padding: 10px 41px;
    display: block;
    color:#3b3b3b;

    font-family: 'Nixie One', cursive;
    font-weight: 600;
    text-decoration: none;
    text-transform: lowercase;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#header nav li a:hover {


}

#header nav .main-navigation {
    padding:10px;
}

#header nav .menu-toggle {
    margin-top: 20px;
    background:transparent;
    border:0;
    position: relative;
    left:50%;
    margin-bottom: 30px;
    box-shadow:none;
    margin-left: -31.5px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#header nav .menu-toggle:hover {
    background:#3b3b3b!important;

    color:#fff;
}

/*--------------------------------------------------------------
13.2 content
--------------------------------------------------------------*/

.k-content {
    margin: 40px 0;
}

.k-content .content-area {

    color:#787878;
    font-size: 16px;
}

.k-content .content-area {
    padding-right: 10px;
}

.k-content .content-area.left {
    padding-right: 0px;
    padding-left: 20px;
}

.k-content .content-area.full {
    padding-right: 0px;
}

.k-content .format-video .entry-header iframe ,
.k-content .format-audio .entry-header iframe {
    width:100%;
    height: 500px;
}


@media (max-width: 800px) { 
    .k-content .format-video .entry-header iframe ,
    .k-content .format-audio .entry-header iframe {
        height:450px;
    }
}

@media (max-width: 700px) { 
    .k-content .format-video .entry-header iframe ,
    .k-content .format-audio .entry-header iframe{
        height:350px;
    }
}

@media (max-width: 600px) { 
    .k-content .format-video .entry-header iframe ,
    .k-content .format-audio .entry-header iframe{
        height:300px;
    }
}

@media (max-width: 400px) { 
    .k-content .format-video .entry-header iframe ,
    .k-content .format-audio .entry-header iframe{
        height:250px;
    }
}

@media (max-width: 991px) {
    .k-content .content-area {
        padding-right: 0px;
        padding-left: 0px!important;
    }
    .k-content .content-area .entry-title i {
        display: block;
        padding: 10px;
    }
    .k-content .content-area .entry-title {
        text-align: center;
        margin-bottom: 0;
    }
    .k-content .content-area .sharing {
        float: none!important;
        text-align: center;
        margin: auto;
        position: relative;
        display: inline-block;
        margin-top: 20px;
    }


}

.k-content .content-area a {
    text-decoration: none;
}

.k-content .content-area article.post , 
.k-content .content-area article.page ,
.k-content .content-area .page-content {
    background:#fff;
padding: 20px;
}
/*
.k-content .content-area .attachment-k-blog-normal {
    margin-bottom: 30px;
}*/

.k-content .content-area .entry-title a,
.k-content .content-area .entry-title {

    font-weight: 700;
    font-family: 'Cinzel', sans-serif;
}

.k-content .content-area .entry-title , 
.k-content .content-area .entry-meta , 
.k-content .content-area .entry-content ,
.k-content .content-area .entry-footer {
    padding: 0 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    display: block;
    margin-top: 0;
}

.k-content .content-area .entry-title {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.k-content .content-area  .entry-footer {
    border-top:10px solid #f2f0ed;
    padding:30px;
}

.k-content .content-area  .k-readmore {
    border:2px solid transparent;
    padding: 10px;
    text-decoration: none;
    font-family: 'Cinzel', serif;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.k-content .content-area  .k-readmore:hover {
    border:2px solid #3b3b3b;
    padding: 10px;
    text-decoration: none;
}

.k-content .content-area  .entry-meta {
    font-family: 'Cinzel', serif;
    padding:10px;
}

.k-content .content-area  .entry-meta a {
    font-family: 'Cinzel', serif;
}



.k-content .content-area .page-title {
    padding: 10px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
}

.k-content .content-area .page-title i {
    font-size: 28px; padding:10px 15px;
    border:1px solid #787878;
    margin-right: 15px;
    top: 5px;
    position: relative;
}

.k-content .content-area  .page-header {
    margin-top: 0;
}

.k-content .content-area .page-content p {
    padding: 40px;
    margin: 0;
}

.k-content .content-area .search-form {
    position: relative;
    border-top:10px solid #f2f0ed;
    padding:20px;
}

.k-content .content-area .search-form label {
    width: 100%;
}

.k-content .content-area .search-form input[type="search"] {
    display:block;
    width: 90%;
    border:0;
}

.k-content .content-area .search-form label:before {
    font-family: 'Pe-icon-7-stroke';
    position: absolute;
    content: "\e618";
    right:25px;
    top:50%;
    font-size: 28px;
    color:#bbb;
    margin-top: -23px;
}

.k-content .content-area .search-form input[type="submit"] {
    position: absolute;
    right:0;top:0;
    display:none;
}


/* comment */

.commentlist {
    margin: 0;
}

.comment-reply-link {
    position: absolute;
    top:0px;
    right:0;
}

.the-comment {
    position: relative;
}

.children {
    margin-left:30px;
}

.comment {
    margin-top: 40px;
}

.comment .children {
    padding-left: 40px;
}


.commentlist div.avatar {
    float: left;
    margin-right: 15px;
}

.meta {
    list-style: none;
    margin: 0 0 13px;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 14px;
    color: #333;
}

.meta h5 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 300;
}

.meta div {
    font-size: 13px;
}

.commentlist .the-comment .comment-text {
    margin-left: 69px;
}

.commentlist .the-comment {
    padding-bottom: 20px;
}

#author-info h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
}

.comments-title {
    font-size: 18px;
}

#author-info {
    float:left;
    margin-bottom: 30px;
}

.author-display img {
    float:left;
}

#author-description {
    margin-left: 127px;
}

.description-author {

}

.comment-form label {
    display: block;
}

.comment-form input , .comment-form textarea  {
    border-radius: 0;
    width: 100%;
}

#cancel-comment-reply-link {
    font-size: 16px;
    border: 1px solid #3b3b3b;
    padding: 10px 15px;
    display: block;
    float:left;
    margin-right: 20px;
}

.the_author , .the_content_box {
    border-top:10px solid #f2f0ed;
    padding:30px;
}

.the_related {
    border-top:10px solid #f2f0ed;
    padding:30px;
}

.description {
    margin-top: 20px;
}

.description .title-related {
    line-height: 26px;
}

.description .title-related a {
    font-family: 'Cinzel', serif;
}

.sharing {
    margin: 0;
}

.sharing li {
    float:left;
    list-style-type: none;
    margin-left: 10px;
}

.sharing li a {
    display: block;
}

.sharing-footer {
    margin: 0;
    margin-bottom: 20px;
}

.sharing-footer li {
    display: inline-block;
    list-style-type: none;
}

.sharing-footer li a {
    color:#3b3b3b;
    padding: 10px;
    display: block;
    text-decoration: none;
}


/*--------------------------------------------------------------
13.2.1 widget-area
--------------------------------------------------------------*/

.k-content .widget-area {
    margin-bottom: 20px;
}


.k-content .widget-area .widget-title {
    margin-bottom: 10px;
    font-size: 18px;
font-color: #f28983;	
    text-align: center;
    position: relative;
    z-index: 1;
}

.k-content .widget-area .widget-title label {
    position: relative;
    z-index: 1;
    background:#f2f0ed;
    padding: 0 15px;
}

.k-content .widget-area .widget-title:before {
    border-top:2px dotted #3b3b3b;
    position: absolute;
    content:"";
    top:50%;
    margin-top: -1px;
    left:0;
    width: 100%;
}

.k-content a {
    color:#3b3b3b;
}


.k-content .widget-area a {
    font-weight: 300;
}

.k-content .widget-area ul {
    font-weight: 300;
    margin: 0;
}

.k-content .widget-area li {
    list-style-type: none;
    font-size: 14px;
    padding: 2px 0;
    border-top:1px dotted #ccc;
}

.k-content .widget-area li a {
    padding: 10px 0;
    display: block;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.k-content .widget-area .widget_recent_entries li a:hover ,
.k-content .widget-area .widget_categories li a:hover ,
.k-content .widget-area .widget_meta li a:hover {
    padding-left: 20px;
}

.k-content .widget-area li:first-child {
    border-top:0px dotted #ccc;
}

.widget_search form > label:nth-child(1) {
    display: block;
    background:#fff;
    padding: 20px;
    position: relative;
}

.widget_search form > label:nth-child(1):before {
    font-family: 'Pe-icon-7-stroke';
    position: absolute;
    content: "\e618";
    right:25px;
    top:15px;
    font-size: 28px;
    color:#bbb;
}

.widget_search input {
    border:0;
    border-radius: 0;
    width: 185px;
    background:transparent!important;
}

.srp-post-thumbnail-link {
    height: 75px;
    overflow: hidden;
}

.srp-thumbnail-box {
    margin-right: 15px;
}

.srp-widget-singlepost {
    border-top: 1px dotted #ccc!important;
    border-bottom: 0px dotted #ccc!important;
    margin: 0px!important;
    padding: 20px 0 ;
}

.srp-post-title-link {
    font-size: 14px;
}

.srp-post-date {
    font-style: italic;
    color:#aaa;
    font-size: 14px;
}

.srp-widget-container div:first-child {
    border-top:0px dotted #bbb!important;
}

.wpt_widget_content .inside {
    background: transparent!important;
    padding-top: 0!important;
}

.wpt_widget_content {
    border:0!important;
}
.wpt_widget_content .tab_title a {
    border:0!important;
    background:#f9f9f9!important;
    font-family: 'Hind', sans-serif!important;
    font-weight: 300!important;
}

.wpt_widget_content .tab_title.selected a {
    background:#fff!important;
}

.wpt_widget_content .entry-title {
    font-size: 14px;
    line-height: 20px;
}

.wpt_widget_content .entry-title a {
    padding: 0!important;
    padding-top: 15px!important;
}


.wpt_widget_content .wpt-postmeta {
    font-style: italic;
    color:#aaa!important;
}

.wpt_thumb_small img {
    width: 100px!important;
}

.k-content .widget-area li:first-child {
    border:0!important;
}

#header nav li a, .widget select, .widget_search input {
    font-weight: 700!important;
	font-size: 15px;
	
}

.wpt_thumb_small {
    width: 100px!important;
    height: auto!important;
}

.wpt_widget_content .tab-content li {
    border-top:1px dotted #ccc!important;
    border-bottom: 0!important;
    padding: 0!important;
}

.wpt_widget_content li.tab_title  {
    border-top:0!important;
}
/*--------------------------------------------------------------
13.2.2 widget-area
--------------------------------------------------------------*/

.comments-area {
    padding: 40px;
    background:#fff;
    margin-bottom: 20px;
}

.comments-area input[type="submit"] {
    background:transparent;
    border:2px solid #3b3b3b;
    border-radius: 0;
    padding: 10px;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    font-size: 18px;
    box-shadow: none;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#recentcomments li {
    padding: 10px 0;
}

/*--------------------------------------------------------------
13.2.3 widget-area-404
--------------------------------------------------------------*/


.widget-item ul {
    margin: 0;
    margin-top: 10px;
}

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

.k-content a {
    color:#3b3b3b;
}

.widget-item {
    position: relative;
    border-top: 10px solid #F2F0ED;
    padding: 40px;
}


.k-content .widget-item a {
    font-weight: 300;
}

.k-content .widget-item ul {
    font-weight: 300;
}

.k-content .widget-item li {
    list-style-type: none;
    font-size: 14px;
    padding: 2px 0;
    border-top:1px dotted #ccc;
}

.k-content .widget-item li a {
    padding: 10px 0;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.k-content .widget-item li a:hover {
    padding-left: 20px;
}

.k-content .widget-item li:first-child {
    border-top:0px dotted #ccc;
}

.k-content .widget-item .widgettitle {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.k-content .widget-item .widgettitle label {
    position: relative;
    z-index: 1;
    background:#fff;
    padding: 0 5px;
}

.k-content .widget-item .widgettitle:before {
    border-top:2px dotted #3b3b3b;
    position: absolute;
    content:"";
    top:50%;
    margin-top: -1px;
    left:0;
    width: 100%;
}

select {
    width: 100%;
    padding: 10px;
    color:#787878;
}

.tagcloud {
    margin-top: 20px;
    text-align: center;
}

.tagcloud a {
    font-size: 16px!important;
    padding: 5px 10px;
    display: inline-block;
    border:1px solid #3b3b3b;
    margin-bottom: 5px;
}

#wp-calendar {
    background:#fff;
    padding: 40px;
    padding-top: 20px;
    font-size: 16px;
    color:#787878;
}

#wp-calendar tbody {
    font-size: 14px;
}


#wp-calendar caption {
    background:#fff;
    padding: 20px 40px;
    font-style: italic;
    font-weight: 600;
}


/*--------------------------------------------------------------
13.3 footer
--------------------------------------------------------------*/

.k-footer {
    padding: 20px;
    background:#fff;
    position: relative;
}

.k-footer .site-info {
    text-align: center;
    font-size: 16px;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    color: #f8f8f8;

}

hr {
    border-top:2px dotted #3b3b3b;
    background:transparent;
    height: 0;
}

.gotoup {
    display: block;
    margin-bottom: 20px;
    font-size: 29px;
    text-decoration: none!important;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color:#3b3b3b;
    position: absolute;
    margin-left: -12px;
    left:50%;
    top:-40px;
    z-index: 2;
}

.gotoup:before {
    position: relative;
    z-index: 2;
    top:15px;
}

.gotoup:after {
    border:30px solid #fff;
    position: absolute;
    content:"";
    left:-50%;
    z-index: 1;
    margin-left: -6.5px;
    top:-30px;
    border-top-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent;
}

.gotoup:visited {
    color:#3b3b3b;
}

/*--------------------------------------------------------------
13.4 tone
--------------------------------------------------------------*/

.sharing a ,
.k-content .widget-area .widget-title ,
.k-content .content-area .entry-meta a ,
.k-content .widget-item .widgettitle , 
#wp-calendar thead , .page-title i , .gotoup:hover ,
.link_hover-effect:hover .icon-style-head {
    color:#F49A80;
}

.comments-area input[type="submit"]:hover , .tagcloud a , #wp-calendar caption {
    color:#fff;
    background:#F49A80;
    border-color:#F49A80;
    box-shadow:none;
}

.k-content .widget-area .widget-title:before ,
.k-content .widget-item .widgettitle:before ,
.k-content .content-area .page-title i , 
hr {
    border-color:#F49A80;
}

.home .format-aside ,
.home .format-quote ,
.home .format-link ,
.archive .format-aside ,
.archive .format-quote ,
.archive .format-link {
    padding: 40px;
    background:transparent!important;
    border:2px solid #3b3b3b;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.home  .k-content .content-area .format-aside .entry-content,
.home  .k-content .content-area .format-quote .entry-content,
.home  .k-content .content-area .format-link .entry-content,
.archive  .k-content .content-area .format-aside .entry-content,
.archive  .k-content .content-area .format-quote .entry-content,
.archive  .k-content .content-area .format-link .entry-content
{
    margin: 0!important;
    padding: 0;
}

.home  .k-content .content-area .format-aside .entry-meta ,
.home  .k-content .content-area .format-quote .entry-meta  ,
.home  .k-content .content-area .format-link .entry-meta , 
.archive  .k-content .content-area .format-aside .entry-meta ,
.archive  .k-content .content-area .format-quote .entry-meta  ,
.archive  .k-content .content-area .format-link .entry-meta {
    padding: 0;
    margin-top: 30px;
}


.icon-style-head {
    font-size: 48px;
    margin-bottom: 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.icon-style-head.quote{
    font-size: 72px;
    margin-bottom: -30px;
}

.link_hover-effect:hover {
    border-color:#F49A80;
    cursor: pointer;
}

.owl-theme .owl-pagination {
    position: absolute;
    width: 100%;
    bottom:20px;
}

.owl-carousel {
    position: relative!important;
}

.owl-buttons {
    position: absolute;
    width: 100%;
    top:50%;
    margin-top: -22.5px;
}

.owl-prev {
    float:left;
    position: relative;
    left: 20px;

    background:transparent!important;
}

.owl-prev i , .owl-next i {
    font-size: 48px;
}

.owl-next {
    float:right;
    position: relative;
    right: 20px;
    background:transparent!important;

}

.owl-pagination .owl-page span {
    background:#fff!important;
}

.wpcf7-submit {
    font-family: 'Cinzel', serif;
    border:2px solid #3b3b3b!important;
    border-radius:0!important;
    box-shadow:none!important;
    background: transparent!important;
    padding: 10px 20px!important;
    font-size: 20px!important;
    font-weight: 600!important;
}

.wpcf7-form-control.wpcf7-textarea ,
.wpcf7-form-control.wpcf7-text {
    border:1px solid #ccc!important;
    border-radius:0!important;
}

.wpcf7-validates-as-date {
    border:1px solid #ccc!important;
    padding: 5px 10px;
}

input[type=radio], input[type=checkbox] {
    padding: 20px!important;
}

.sharing-widget {
    margin-top: 20px;
}

.sharing-widget a {
    text-decoration: none!important;
    padding: 5px;
    display: inline-block;
}

.sharing-widget a:before {
    font-size: 32px!important;
}

.entry-content blockquote {
    padding: 30px 30px;
    background:#f2f2f2;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-left: 0;
    margin-right: 0;
}

.entry-content blockquote p {
    position: relative;
    z-index: 2;

}

.entry-content blockquote:before {
    content:"\201C";
    font-family: 'Cinzel', serif;
    font-size: 600px;
    position: absolute;
    left:20px;
    top:-180px;
    color:#e2e2e2;
    z-index: 1;
    height: 50px;
}

.entry-content blockquote:after {
    content:"\201D";
    font-family: 'Cinzel', serif;
    font-size: 600px;
    position: absolute;
    right:20px;
    bottom:200px;
    color:#e2e2e2;
    z-index: 1;
    height: 50px;
}

.nav-links a {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #3b3b3b;
    border-top:2px solid #3b3b3b;
    border-bottom:2px solid #3b3b3b;
    padding: 10px 20px;
    display: inline-block;
}

.single .k-content .content-area article.post {
    margin-bottom: 25px!important;
}

#header nav ul ul li > ul {
    padding: 0;
    margin: 0!important;
    opacity: 0.8;
}

.widget select {
    border:0;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
}

.k_theme_aside_banner {
    padding: 0px!important;
    border: 0!important;
}

#header.center nav .menu {
    float:none;
    display: inline-block;
    margin: 20px auto;
    margin-bottom: -6px;
    position: relative;
}

#header.center nav {
    text-align: center;
}

#header.center nav .menu li li {
    text-align: left;
}

.fixednav {
    display: none;
    position: fixed;
    width: 100%;
    top:0;
    z-index: 10;
    background:#fff;
    padding: 10px;
}

.fixednav .logo img {
    max-height: 30px!important;
}

.fixednav {
    display: none;
    position: fixed;
    width: 100%;
    top:0;
    z-index: 10;
    background:#fff;
    padding: 10px;
}


.fixednav nav ul {
    margin: 0;

}

.fixednav nav li {
    list-style-type: none;
    display:inline-block;

}

.fixednav nav .menu > li {
    border:2px solid transparent;
}

.fixednav nav .menu > li:hover {
    border:2px solid #3b3b3b;
}

.fixednav nav li a {
    padding: 5px 10px;
    display: block;
    color:#3b3b3b;

    font-family: 'Nixie One', cursive;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 12px;
}

.fixednav nav li a:hover {


}

.fixednav nav .main-navigation {
    padding:10px;
}

.fixednav nav .menu-toggle {
    margin-top: 20px;
    background:transparent;
    border:0;
    position: relative;
    left:50%;
    margin-bottom: 30px;
    box-shadow:none;
    margin-left: -31.5px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.fixednav nav .menu-toggle:hover {
    background:#3b3b3b!important;

    color:#fff;
}

.fixednav .main-navigation ul ul {
    margin-top: 0px!important;
    padding-top: 16px;
    box-shadow: none;
}

.k-theme-comment-home {
    border-top: 10px solid #f2f0ed;
    padding: 30px;
}

.k-theme-comment-home.comments-area {
    margin-bottom: 0;
}

.k-theme-comment-home .comment-reply-link {
    display: none;
}

.slide-to-right {
    position: fixed;
    right:0;
    top:0;
    width: 275px;
    height: 100%;
    display: none;
    z-index: 10;
}

.slide-to-right ul ul {
    margin: 0;
    padding-top: 12px;
    width: 219px;
}

.slide-to-right nav ul ul li > ul {
    left: 0;
    top: auto;
}

.slide-to-right nav ul ul li:hover > ul {
    left: 0;
    top: auto;
}

.slide-to-right ul ul a {
    width: 219px;
}

.slide-to-right ul li {
    float:none;
    text-align: left;
    display: block;
    width: 100%;
}

.slide-to-right ul li a {
    display: block;
}

.show-menu-item {
    padding: 20px;
    font-size: 32px;
    text-decoration: none!important;
}

.sharing-header {
    margin: 0;
    padding: 11.5px;
}

.sharing-item {
    text-align: center;
}

.sharing-header li {
    display: inline-block;
    list-style-type: none;
}

.sharing-header li a {
    color:#3b3b3b;
    padding: 10px;
    display: block;
    text-decoration: none;
}

.sharing-header li a:before {
    font-size: 28px!important;
}

.k-theme-item .hentry {
    margin-bottom: 30px!important;
}

.widget_search input::-webkit-input-placeholder {
    font-family: 'Nixie One', cursive;
}

.widget_search input::-moz-placeholder {
    font-family: 'Nixie One', cursive;
}

.widget select {
    font-family: 'Nixie One', cursive;
}
.logo-bottom {
    padding: 50px;
    padding-bottom: 0px;
}

.nav-logo-bottom {
    font-size: 14px;
    padding: 0!important;
}

.nav-logo-bottom nav .menu {
    float:left!important;
}

.nav-logo-bottom .main-navigation ul ul {
    padding-top: 23px;
}
@media (min-width: 979px) { 
    .k-theme-item.col-md-4 .entry-title a , .k-theme-item.col-md-3 .entry-title a {
        font-size: 24px;
    }

    .k-theme-item.col-md-4 .entry-content , .k-theme-item.col-md-3 .entry-content {
        font-size: 14px;
    }

    .k-theme-item.col-md-4 .entry-footer .col-md-6 , .k-theme-item.col-md-3 .entry-footer .col-md-6 {
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    .k-theme-item.col-md-4 .entry-footer .entry-meta , .k-theme-item.col-md-3 .entry-footer .entry-meta  {
        padding: 15px;
    }

    .k-theme-item.col-md-4 iframe , .k-theme-item.col-md-3 iframe {
        max-height: 250px;
    }

    .k-theme-item.col-md-3 {

    }
}

.k-theme-isotope .navigation {
    display: none;
}

.k-theme-ads {
    text-align: center;
    padding: 60px 0;
}

.widget_footer ul {
    margin: 0;
    list-style-type: none;
    text-align: left;
}

.widget_footer .widget-title {
    font-size: 24px;
    text-align: left;
}

.widget_footer ul li {
    font-size: 14px;
    padding: 2px 0;
    border-top: 1px dotted #ccc;
}

.widget_footer ul li a {
    padding: 10px 0;
    display: block;
}


.widget_footer .tagcloud {
    text-align: left;
}

#header.top-left nav .menu {
    float:left;
}

.none-margin {
    margin: 0;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
    border:2px solid #3b3b3b!important;
    background:transparent!important;
    box-shadow: none!important;
    padding: 10px 20px;
    border-radius: 0;
    font-family: 'Cinzel', serif;
    color:#3b3b3b!important;
    text-shadow: none;
}

.wc-forward a:after, .wc-forward:after {
    display: none;
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
    height: 40px;
}

.woocommerce #content .quantity .minus, .woocommerce .quantity .minus, .woocommerce-page #content .quantity .minus, .woocommerce-page .quantity .minus {
    border:2px solid #3b3b3b;
    background:transparent!important;
    box-shadow: none!important;
    border-radius: 0;
    font-family: 'Cinzel', serif;
    color:#3b3b3b!important;
    text-shadow: none;
    height: 20px;

}
.woocommerce #content .quantity .plus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .plus {
    border:2px solid #3b3b3b;
    background:transparent!important;
    box-shadow: none!important;
    border-radius: 0;
    font-family: 'Cinzel', serif;
    color:#3b3b3b!important;
    text-shadow: none;
    height: 20px;
    border-bottom: 0;
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
    border:2px solid #3b3b3b;
    background:transparent!important;
    box-shadow: none!important;
    border-radius: 0;
    border-right:0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    background:#fff;
    border-radius: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    background:transparent;
    box-shadow: none;
    margin: 0 2px;
    background:#f5f5f5;

}

.woocommerce-tabs ul.tabs li a {
    font-family: 'Hind', sans-serif!important;
    font-weight: 400!important;
    font-size: 16px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before , 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: none;
    border:0;
    -webkit-border-bottom-left-radius:none;
    display: none;
}

#tab-description h2:first-child {
    font-size: 24px;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
    box-shadow: none;
    border-radius: 0;
    top:60px;
    left:0;
    width: 75px;
    background:#faaa64;
    text-shadow: none;
    text-transform: uppercase;
    padding: 0px;
}

.product_meta > span {
    display: block;
    font-size: 12px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    margin: 0;
}

.woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product {
    width: 33.3333333%;
    margin: 0;
    padding: 0 10px;
}

.related.products {
    text-align: center;
}

.related.products h2:first-child {
    padding: 10px 0;
    padding-bottom: 40px;
}

.woocommerce .products .star-rating {
    display: none;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    margin: 20px 0;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea,
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce form .form-row.validate-required.woocommerce-invalid select, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
    border-radius: 0;
    padding: 10px 20px;
}

.woocommerce.add_to_cart_inline {
    border:0!important;
}

.page-template-shop .entry-footer .add_to_cart_button {
    display: block;
    margin-top: 20px;
}

.page-template-shop .entry-content {
    padding-bottom: 0!important;
    padding-top: 0!important;
}

.page-template-shop .entry-footer {
    border-top:0!important;
    padding-top: 10px!important;
}

ins {
    background: transparent;
}

.page-template-shop .content-area .entry-title {
    font-size: 24px;
    text-align: center;
}

.page-template-shop .content-area .entry-title i {
    display: block;
    margin-bottom: 20px;
    font-size: 48px;
}

.page-template-shop .normal .entry-title { margin-bottom: 24px; }

.page-template-shop .normal {
    text-align: center;
}

.woocommerce-info , .woocommerce-error {
    box-shadow: none!important;
    background: transparent!important;
    border:0!important;
    padding-left: 10px!important;
    border-bottom: 1px solid #f2f0ed!important;
    border-radius: 0!important;
    
}

.woocommerce-info:before , .woocommerce-error:before {
    box-shadow: none!important;
    background: transparent!important;
    content: "\e654"!important;
    font-family: 'Pe-icon-7-stroke'!important;
    font-size: 34px!important;
    display: inline-block!important;
    color:#3b3b3b!important;
    left:-10px!important;
    width: 2em!important;
    padding-top: 0!important;
    font-style: normal!important;
}

.woocommerce-error:before {
    content: "\e680"!important;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    width: 60px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
    font-size: 18px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0!important;
}

.product.woocommerce .add_to_cart_button {
    display: block;
    margin-top: 10px;
}

.product .entry-title i {
    width: 100%!important;
    display: block!important;
    text-align: center;
    padding-bottom: 20px;
}

.product .entry-title { text-align: center; }

.the_content_box:empty {
    display: none;
}

.header-loop {
    margin-bottom: 60px;
}

.header-loop:empty {
    margin-bottom: 0;
}

.k-content .column-3 .widget-area {
    margin-left: 0;
}

@media (min-width: 992px) {
.col-md-5 {
    width: 50%!important;
}


#header nav li a, .widget select, .widget_search input {
    font-weight: 700!important;
    font-size: 12px;
}
}

@media (min-width: 1200px) {

#header nav li a, .widget select, .widget_search input {
    font-weight: 700!important;
    font-size: 17px;
}
}



@media (max-width: 990px) {

.soc {
margin: 0 auto;
float: none;
width: 443px;
}
}
@media (max-width: 480px) {

.soc {
margin: 0 auto;
float: none;
width: 293px;
}

.soc li a {
width: 35px;
height: 35px;
line-height: 40px;
font-size: 20px;
 margin: 9px;
    color: #ffffff;
    background-color: #aaccc9;}
}

#zlrecipe-container #zlrecipe-title {
font-size: 20px;
}
