﻿/*
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.1.2.1a
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: k-theme
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/ */
}
*,
*: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;
}

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. */
    max-width: 100%; /* Adhere to container width. */
}

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: royalblue;
}

a:visited {
    color: purple;
}

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

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    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:#f2f0ed;
}



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: 60px 0!important;
    }
    .k-content .widget-area {
        margin-right:0px!important;
        margin-left: 30px
    }

    .hentry {
        margin: 0 0 3.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: 0!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:#fff;
    padding: 10px 0;
}

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

#header nav .menu {
    padding: 11px;
    float:right
}

@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:2px solid transparent;
}

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

#header nav li a {
    padding: 10px 15px;
    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;
}

#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;
}
/*
.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: 600;
    font-family: 'Cinzel', 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 {
    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;
    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;
}

.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:#787878;

}

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;
}

#header {
  background: #005576 none repeat scroll 0 0 !important;
}
#header nav li a {
  background: #efb537;
  color: #3b3b3b;
  display: block;
  font-family: "Nixie One",cursive;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 28px;
  text-decoration: none;
  text-transform: lowercase !important;
  transition: all 0.2s ease 0s;
}
#header nav .menu {
  float: right;
  padding: 0;
}
.menu-menu-container {
  float: left;
}
.main-navigation {
  clear: both;
  display: block;
  float: left;
  margin: 124px 0 -26px;
  position: relative;
  width: 100%;
}
.logo.text-center-mobile {
  margin: 34px;
  padding: 0 !important;
  width: 519px !important;
}
.logo img {
  height: auto !important;
  max-height: unset !important;
  position: absolute !important;
  width: 100% !important;
  z-index: 9999 !important;
}

.main-navigation ul ul {
  box-shadow: none !important;
  margin-top: 19px !important;
  padding-top: 0;
}
.main-navigation ul ul a {
  color: #776651 !important;
}
.sub-menu li a {
  background: #ebf3c9 none repeat scroll 0 0 !important;
}
.main-navigation ul ul a:hover {
  background: #fff none repeat scroll 0 0 !important;
  width: 100%;
color:#4e2c1f;
}
.sub-menu {
  background: #ebf3c9 none repeat scroll 0 0;
}

@font-face {
	font-family: 'Conv_KiddieCocktails';
	src: url('fonts/KiddieCocktails.eot');
	src: local('☺'), url('fonts/KiddieCocktails.woff') format('woff'), url('fonts/KiddieCocktails.ttf') format('truetype'), url('fonts/KiddieCocktails.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.profimg {
  float: left;
}
.textpro {
  float: left;
  width: 74%;
  padding: 0 31px;
}
.textpro > h1 {
  color: #fff;
  font-family: Conv_KiddieCocktails;
  font-size: 56px;
}
.textpro .fa.fa-circle {
  float: none;
  font-size: 12px;
  margin: -14px 0 0;
}
.textpro  h1 span {
  color: #dbeba1;
}
.k-footer.prof {
  background: #005576 none repeat scroll 0 0;
}
.textpro > p {
  color: #dbeba1;
  font-size: 21px;
  line-height: 25px;
  padding: 0 74px 0 0;
}
.footer_button {
  float: right;
  margin: -31px 31px -6px -7px;
}
.footer_button > a {
  background: #efb537 none repeat scroll 0 0;
  color: #005576;
  padding: 7px 42px;
}


.top_message h2 {
  font-family: Conv_KiddieCocktails;
  font-size: 38px;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.top_message {
  background: #d6e391 none repeat scroll 0 0;
  float: right;
  position: absolute;
  right: 0;
  top: -9px;
  width: 356px;
  z-index: 999;
}
.top_message > p {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 0 13px;
  text-align: center;
}
.top_message > span {
  color: #005576;
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-align: center !important;
  width: 100%;
}
.top_message {
  background: #d6e391 none repeat scroll 0 0;
  float: right;
  position: absolute;
  right: 0;
  top: -9px;
  width: 356px;
}
#header nav li a {
  color: #005576;
}
.widget-area h1 label {
  background: transparent none repeat scroll 0 0 !important;
  color: #408734;
  margin: 0 0 20px;
}
.k-content .widget-area .widget-title::before {
  border-top: medium none !important;
}
.widget .widget-title > label {
  border-bottom: 2px dotted;
}
.the_author {
  display: none !important;
}
.comments-area {
  display: none!important;
}
.entry-meta {
  display: none !important;
}
.sharing.pull-right {
  display: none!important;
}
.cat {
  display: block !important;
}
hr {
  border-top: 2px dotted #408734 !important;
}
@media screen and (max-width: 1250px) {
#header nav li a {
  padding: 10px 13px;
}
}


@media screen and (max-width: 1024px) {
.main-navigation {margin: 0;}
.logo img {
  position: relative !important;
  width: 100% !important;
}
.logo.text-center-mobile {
  margin: 34px;
  width: 88% !important;
}
.main-navigation ul ul.sub-menu a {
  color: #776651 !important;
}
.top_message {
  display: none;
}
}

@media screen and (max-width: 768px) {
.profimg {
  float: left;
  text-align: center;
  width: 100%;
  padding: 26px 0 0 0;
}
.textpro {
  float: left;
  padding: 0;
  width: 100%;
}
.textpro > h1 {
  font-size: 30px;
}
.textpro > p {
  font-size: 21px;
  padding: 0;
}
}