/*
Theme Name: Kerinci Lite
Theme URI: http://www.themesawesome.com/products/wordpress-themes/kerinci/
Author: Themes Awesome
Author URI: http://www.themesawesome.com
Description: Kerinci Theme is Minimalist and Casual WordPress themes. See demo at http://kerinci.themesawesome.com/
Version: 1.2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kerinci-lite
Domain Path: /languages/
Tags: right-sidebar, custom-background, custom-header, custom-menu, custom-logo, featured-images, microformats, sticky-post, theme-options, threaded-comments, translation-ready, blog
-----------------------------------------------------------------------------------
  1.  BASE
  2.  HEADER
  3.  MENU
  4.  CONTENT
  5.  SIDEBAR
  6.  NAVIGATION
  7.  COMMENTS
  8.  FOOTER
  9.  MEDIA QUERIES
-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*  1. BASE
/*-----------------------------------------------------------------------------------*/

html {
    font-size:62.5%;
    -webkit-font-smoothing:antialiased;
}

body {
    word-wrap:break-word;
    -ms-word-wrap:break-word;
    font-size:16px;
    font-size:1.6rem;
    height:100%;
    line-height:1.6;
    font-family: 'Abel';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Carter One';
}

h1 {
    font-size:50px;
    font-size:5rem;
    line-height:1.4;
}

h2 {
    font-size:49px;
    font-size:4.9rem;
    line-height:1.375;
    margin:0 0 15px 0;
}

h3 {
    font-size:30px;
    font-size:3rem;
    line-height:1.11111;
}

h4 {
    font-size:20px;
    font-size:2rem;
    line-height:1.125;
}

h5 {
    font-size:18px;
    font-size:1.8rem;
    line-height:1.125;
}

h6 {
    font-size:16px;
    font-size:1.6rem;
    line-height:1.125;
}

p, li {
    color:#222222;
    margin: 0 0 20px;
    list-style: none;
}

a {
    cursor:pointer;
    outline:none;
    color:#988865;
}

a:hover, a:active, a:focus {
    text-decoration:none;
    outline:none;
    color:#988865;
}

table {
    width:80%;
    margin-bottom:20px;
}

th, td {
    padding:8px;
    line-height:20px;
    text-align:left;
    vertical-align:top;
    border:1px solid #ddd;
}

th {
    font-weight:bold;
    border-bottom:2px solid;
    text-align:center;
}

*::-moz-selection {
    background:#000;
    color:#fff;
}

*::selection {
    background:#000;
    color:#fff;
}

.wp-caption {
    max-width:100%;
    padding:0;
}

[class*="span"] {
    min-height:0;
}

iframe {
    width:100% !important;
    margin:0 auto !important;
}

.sticky .post-title:before {
    content:"Featured Post";
    padding:5px 10px;
    font-size:12px;
    font-size:1.2rem;
    color:#fff;
    float:right;
}

.bypostauthor {
    background:#fff;
}

.bypostauthor > .comment .comment-author cite:after {
    content:"post author";
    font-size:7px;
    font-size:0.693333rem;
    font-style:italic;
    margin-left:6px;
}

.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.alignright {
    float:right;
}

.alignleft {
    float:left;
}

img {
    max-width:100%;
    height:auto;
}

img.aligncenter, img.alignnone {
    margin-top:10px;
    margin-bottom:12px;
}

img.alignleft {
    margin:12px 24px 12px 0;
    margin:10px 20px 10px 0;
}

img.alignright {
    margin:12px 0 12px 24px;
    margin:10px 0 10px 20px;
}

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
    font-style:italic;
    line-height:2;
    color:#757575;
    font-size:12px;
    font-size:1.2rem;
    text-align:left;
}

/* 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: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: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*-----------------------------------------------------------------------------------*/
/*  2. HEADER
/*-----------------------------------------------------------------------------------*/
.logo {
    text-align: center;
}

.site-title {
    margin: 0 auto;
}

.site-title a {
    color: #222222;
}

/* Social Profile
===============================================================*/
.social-profile {
    margin:15px 15px 0;
    padding: 0;
    text-align: center;
}

.social-profile li {
    display:inline-block;
    list-style:none;
    font-size:24px;
    font-size:2.4rem;
}

.social-profile li a {
    text-align:center;
    padding:7px 7px 2px;
    font-size:16px;
    font-size:1.6rem;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    border: 1px solid #222222;
    color: #222222;
}

.social-profile li.twitter:hover a {
    background:#00acee;
    color:#fff;
    border: 1px solid #00acee;
}

.social-profile li.google:hover a {
    background:#dd4c39;
    color:#fff;
    border: 1px solid #dd4c39;
}

.social-profile li.facebook:hover a {
    background:#3b5998;
    color:#fff;
    border: 1px solid #3b5998;
}

.social-profile li.linkedin:hover a {
    background:#069;
    color:#fff;
    border: 1px solid #069;
}

.social-profile li.pinterest:hover a {
    background:#cb2027;
    color:#fff;
    border: 1px solid #cb2027;
}
/* ================================= */
/* Search Form
===============================================================*/
.searchform {
position: relative;
width: 100%;
}

.search-top {
    margin-top: 10px;
}

.searchform input.field {
background: transparent;
color: #222222;
padding: 5px 0 0;
height: 30px;
font-size: 14px;
font-size: 1.4rem;
border-radius: 0;
border: 0;
border-bottom: 2px solid #222222;
}

.search-button {
background: url("img/search.png") no-repeat scroll center center transparent;
border: 0 none;
display: block;
height: 30px;
position: absolute;
right: -5px;
top: 5px;
width: 30px;
border-radius: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  3. MENU
/*-----------------------------------------------------------------------------------*/


/* SmartMenus Core CSS (it's not recommended editing this)
===============================================================*/

.sm,.sm ul,.sm li{display:block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr;}
ul.sm li{position:relative;}
ul.sm a{position:relative;display:block;}
ul.sm a.disabled{cursor:default;}
ul.sm ul{position:absolute;top:-999999px;left:-800px;width:100px;}
ul.sm li{float:left;}
ul.sm-rtl{direction:rtl;}
ul.sm-rtl li{float:right;}
ul.sm ul li,ul.sm-vertical li{float:none;}
ul.sm a{white-space:nowrap;}
ul.sm ul a,ul.sm-vertical a{white-space:normal;}
* html ul.sm-vertical li{float:left;width:100%;}
* html ul.sm-vertical ul li{float:none;width:auto;}
*:first-child+html ul.sm-vertical>li{float:left;width:100%;}
ul.sm ul.sm-nowrap>li>a{white-space:nowrap;}
ul.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}
* html ul.sm{height:1px;}
*:first-child+html ul.sm{min-height:1px;}
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0);}

/* ================================= */

.menu {
    text-align: center;
    position: relative;
}

.sm {
    display: inline-block;
}



/* Menu box
===================*/
.sm-clean {
    padding:0 10px;
    background-color: #fff;
    z-index: 2;
    position: relative;

}

.sm-clean-vertical {
    padding: 10px 0;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.sm-clean ul {
    padding:5px 0;
    background:#222222;
}

.border-menu {
    background: #000;
    display: block;
    margin: 15px auto;
    width: 100%;
    max-width: 100%;
    height: 2px;
    position: absolute;
    top: 5px;
}

/* first sub level carets */

/* no carets for vertical main */
 .sm-clean-vertical > li > ul:before, .sm-clean-vertical > li > ul:after {
    display:none;
}

/* Menu items
===================*/
.sm-clean a {
    padding:10px;
    color:#222222;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration:none;
    font-weight: bold;
}

.sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    color: #988865;
}

.sm-clean-vertical a:hover, .sm-clean-vertical a:focus, .sm-clean-vertical a:active, .sm-clean-vertical a.highlighted {
    background:#988865;
}

.sm-clean a.has-submenu {
    padding-right:25px;
}

.sm-clean-vertical a, .sm-clean ul a {
    padding:7px 20px;
}

.sm-clean-vertical a.has-submenu, .sm-clean ul a.has-submenu {
    padding-right:0;
    padding-left:0;
}

.sm-clean ul a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
}

.sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    color:#222222;
    background:#988865;
}

/* current items - add the class manually to some item or check the "markCurrentItem" script option */
 .sm-clean a.current, .sm-clean a.current:hover, .sm-clean a.current:focus, .sm-clean a.current:active {
    color:#ffffff;
    background:#988865;
}

ul.sm ul li:first-child {
    border-top: 4px solid #988865;
}
ul.sm ul li,ul.sm-vertical li {
    top: -5px;
}

/* Sub menu indicators
===================*/
 .sm-clean a span.sub-arrow {
    position:absolute;
    right:12px;
    top:55%;
    margin-top:-3px;
    /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
    width:0;
    height:0;
    overflow:hidden;
    border-width:4px;
    /* tweak size of the arrow */
    border-style:solid dashed dashed dashed;
    border-color:#222222 transparent transparent transparent;
}
ul.sub-menu {
    margin-top: 0 !important;
}
.sm-clean > li > ul:before{
content:'';
position:absolute;
top:-18px;
left:30px;
width:0;
height:0;
overflow:hidden;
border-width:10px;
border-style:dashed dashed solid dashed;
border-color:transparent transparent #988865 transparent;
}

/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/
 .sm-clean span.scroll-up, .sm-clean span.scroll-down {
    position:absolute;
    display:none;
    visibility:hidden;
    overflow:hidden;
    background:#fff;
    height:20px;
    /* width and position will be automatically set by the script */
    :;
}

.sm-clean span.scroll-up:hover, .sm-clean span.scroll-down:hover {
    background:#eee;
}

.sm-clean span.scroll-up-arrow, .sm-clean span.scroll-down-arrow {
    position:absolute;
    top:0;
    left:50%;
    margin-left:-6px;
    /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
    width:0;
    height:0;
    overflow:hidden;
    border-width:6px;
    /* tweak size of the arrow */
    border-style:dashed dashed solid dashed;
    border-color:transparent transparent #555 transparent;
}

.sm-clean span.scroll-up:hover span.scroll-up-arrow {
    border-color:transparent transparent #D23600 transparent;
}

.sm-clean span.scroll-down-arrow {
    top:8px;
    border-style:solid dashed dashed dashed;
    border-color:#555 transparent transparent transparent;
}

.sm-clean span.scroll-down:hover span.scroll-down-arrow {
    border-color:#D23600 transparent transparent transparent;
}

/*---------------------------------------------------------------
  Responsiveness
  These will make the sub menus collapsible when the screen width is too small.
---------------------------------------------------------------*/

@media screen and (max-width: 850px) {
    .sm-clean:not(.sm-clean-vertical) > li > a {
        padding-left:8px;
        padding-right:8px;
    }

}

@media screen and (max-width: 750px) {
    .sm-clean:not(.sm-clean-vertical) > li > a {
        padding-left:3px;
        padding-right:3px;
    }

}

@media screen and (max-width: 992px) {
    /* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
    ul.sm-clean {
        width:auto !important;
    }

    ul.sm-clean ul {
        display:none;
        position:static !important;
        top:auto !important;
        left:auto !important;
        margin-left:0 !important;
        margin-top:0 !important;
        width:auto !important;
        min-width:0 !important;
        max-width:none !important;
    }

    ul.sm-clean>li {
        float:none;
    }

    ul.sm-clean>li>a, ul.sm-clean ul.sm-nowrap>li>a {
        white-space:normal;
    }

    ul.sm-clean iframe {
        display:none;
    }

    /* Menu box
    ===================*/
   
    .sm-clean {
        padding:0;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        border-radius:5px;
    }

    .sm-clean ul {
        border:0;
        padding:0;
        /* darken the background of the sub menus */
        background:rgba(130, 130, 130, 0.1);
        -webkit-border-radius:0;
        -moz-border-radius:0;
        border-radius:0;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none;
    }

    /* no carets */
    .sm-clean > li > ul:before, .sm-clean > li > ul:after {
        display:none;
    }

    /* Menu items
    ===================*/


    /* add some text indentation for the 2+ level sub menu items */
    .sm-clean ul a {
        border-left:8px solid transparent;
    }

    .sm-clean ul ul a {
        border-left:16px solid transparent;
    }

    .sm-clean ul ul ul a {
        border-left:24px solid transparent;
    }

    .sm-clean ul ul ul ul a {
        border-left:32px solid transparent;
    }

    .sm-clean ul ul ul ul ul a {
        border-left:40px solid transparent;
    }

    /* Sub menu indicators
    ===================*/


    /* Hide sub indicator when item is expanded - we enable the item link when it's expanded */
    .sm-clean a.highlighted span.sub-arrow {
        display:none !important;
    }

    /* Items separators
    ===================*/
    .sm-clean li {
        border-top:1px solid rgba(0, 0, 0, 0.05);
    }

    .sm-clean > li:first-child {
        border-top:0;
    }
}

/*-----------------------------------------------------------------------------------*/
/*  4. CONTENT
/*-----------------------------------------------------------------------------------*/

article.post {
    padding: 20px 0;
}

.post-content {
    border-bottom: 2px solid #222222;
    padding-bottom: 20px;
}

.post-thumb {
    margin-bottom: 20px;
}

.page-title h2 {
    text-align: center;
}

.page-title h2 a {
    color: #222222;
}

.post-title {
    position: relative;
    margin: 15px 0 25px;
}

.post-title .icon {
position: absolute;
left: 0;
top: 8px;
border-radius: 100%;
background: #222222;
color: #fff;
padding: 7px 11px 3px;
font-size: 18px;
font-size: 1.8rem;
}

.post-title h2 {
margin: 0 auto;
line-height: 1;
padding-left: 45px;
}
.post-title h2 a {
    color: #222222;
}

.akmanda-excerpt {
    margin-top: 10px;
}

.akmanda-excerpt p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
}

.ta-entry-audio, .ta-entry-video, .flex-wrapper {
    margin-bottom: 20px;
}

a[rel~="category"] {
    font-size: 22px;
    font-size: 2.2rem;
}


.tag-wrapper{
    width: 50%;
    float: left;
}

.date-post {
float: right;
font-size: 16px;
font-size: 1.6rem;
color: #988865;
}

.inner-content {
    margin-top: 20px;
}

.inner-content p {
    line-height: 2;
}

.page .post-content {
    border-bottom: 0;
}

/* ================================= */
/* Social Single Post
===============================================================*/
.footer-social {
    margin:15px 15px 0;
    padding: 0;
    text-align: center;
}

.footer-social li {
    display:inline-block;
    list-style:none;
    font-size:24px;
    font-size:2.4rem;
}

.footer-social li a {
    text-align:center;
    padding:9px 9px 4px;
    font-size:16px;
    font-size:1.6rem;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    border: 1px solid #222222;
    color: #222222;
}

.footer-social li.twitter:hover a {
    background:#00acee;
    color:#fff;
    border: 1px solid #00acee;
}

.footer-social li.google:hover a {
    background:#dd4c39;
    color:#fff;
    border: 1px solid #dd4c39;
}

.footer-social li.facebook:hover a {
    background:#3b5998;
    color:#fff;
    border: 1px solid #3b5998;
}

.footer-social li.linkedin:hover a {
    background:#069;
    color:#fff;
    border: 1px solid #069;
}

.footer-social li.pinterest:hover a {
    background:#cb2027;
    color:#fff;
    border: 1px solid #cb2027;
}

/* quote format */

.quote-wrap {
    position: relative;
}

.quote-wrap p {
    margin: 0;
    padding: 0
}

.quote-wrap blockquote {
padding: 40px;
position: relative;
border: 0;
padding-left: 0;
}

.quote-wrap blockquote p {
font-size: 24px;
font-size: 2.4rem;
position: relative;
text-align: left;
color: #222222;
padding-left: 10%;
line-height: 1.2;
}

.quote-wrap blockquote .icon {
position: absolute;
font-size: 36px;
font-size: 5.6rem;
top: 25%;
left: 0;
color: #222222;
}

.quote-wrap .quote-attribution {
    text-align: center;
    position: relative;
    top: -10px;
}

.quote-wrap .quote-thumb {
    margin: 20px auto;
    text-align: center;
}

.quote-wrap .quote-thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: auto;
    border: 4px solid #000;
}

.quote-wrap cite {
    color: #988865;
}

.quote-author {
    color: #222;
    font-weight: bold;
}

/*chat format*/

.format-chat .post-entry .inner-content p {
    border-right:3px solid #988865;
    padding-right:10px;
    text-align:right;
}

.format-chat .post-entry .inner-content p:nth-child(odd) {
    background:transparent;
    border-left:3px solid #988865;
    border-right:0;
    color:#000;
    text-align:left;
    padding-left:10px;
}

/*link format*/

.format-link .post-format-link {
    text-align: center;
    margin-top: 0px;
    background: #222;
    border: 10px solid #988865;
}

.post-format-link h2 {
    color: #988865;
    line-height: 1;
    padding: 5% 5% 3%;
}

.icon-link-1:before {
    position: absolute;
    font-size: 34px;
    font-size: 3.4rem;
    left: 45%;
    color: #988865;
}

/* Contact Page */

.map {
    margin-bottom: 40px;
}
 
/*-----------------------------------------------------------------------------------*/
/*  5. SIDEBAR
/*-----------------------------------------------------------------------------------*/
 
#primary-sidebar {
    padding:20px 15px;
    text-align: center;
}

#primary-sidebar ul, #primary-sidebar li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget {
    margin-bottom: 40px;
    background: transparent;
    border: 2px solid #222222;
    padding: 20px 15px 30px;
}

.widget-title {
    font-size: 24px;
    font-size: 2.4rem;
}

#primary-sidebar li {
    padding-bottom: 5px;
}

#primary-sidebar a {
    color: #222;
}

#primary-sidebar a:hover {
    opacity: 0.8;
}

#primary-sidebar li:last-child {
   padding-bottom: 10px;
}

li.recentcomments {
    color: #988865;
}

/*MONSTER WIDGET*/

#wp-calendar {
    position: relative;
    margin: 0 auto;
}
select {
    max-width: 100%;
}

/*-table-*/

#today {
    background-color: #988865;
    color: #fff;
    font-weight: bold;
}
td {
    text-align: center;
}

/*AUTHOR*/

.kerinci_author {
    background: transparent; 
}
.kerinci_author h3 {
    color: #fff;
}
.kerinci_author_img img {
    border-radius: 50%;
    max-width: 30%;
    box-shadow: none;
    margin-top: -50px;
    border: 3px solid #000;
}

.kerinci_author img:nth-child {
    /*border-radius: 50%;*/
    max-width: 100%;
    margin: 10px;
}

.kerinci_author_bio h3 {
    color: #000;
}

/*NEWSLETTER*/

.kerinci_newsletter_widget .bord-widget {
    display: none
}

.kerinci_newsletter_widget .widget-body {
    background: transparent;
    margin-top: -30px;
    padding-bottom: 20px;
}

.kerinci_newsletter_widget .input-group {
    margin: 0 auto;
    width: 90%;
}

.kerinci_newsletter_widget .widget-body p {
    padding-top: 30px;
    color: #222;
    text-align: left;
    margin-left: 20px;
    margin-right: 10px;
    padding-bottom: 5px;
}

.input-group .form-control:first-child {
    width: 100%;
    border-radius: 0;
    text-align: center;
    padding: 0;
}

.input-group-btn:last-child>.btn {
    margin-top: 15px;
    border-radius: 10px;
    background: #222222;
    color: #ffffff;
    padding: 5px 20px;
    outline: none;
    border: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.input-group-btn:last-child>.btn:hover {
    background:#000;
    color:#fff;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

/*ADS*/

ul.ad125 li {
    float: left;
    margin: 5px !important;
    overflow: hidden;
    margin-right: -45px !important;
    margin-left: 12px !important;
    border: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*  6. NAVIGATION
/*-----------------------------------------------------------------------------------*/

.pagination {
    padding-top:20px;
}

/*home page*/

.pagination span, .pagination a {
    margin: 0 5px;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 38px;
    text-decoration:none;
    border-radius: 100%;
    border: 2px solid #222222;
    color: #222222;
}

.pagination a:hover {
    color:#fff;
    background:#222222;
    border: 2px solid #222222;
}

.pagination .current {
    background:#222222;
    color:#fff;
}

.navigation-paging {
    display: block;
}

/*inner post content*/

#nav-below {
    margin:60px auto;
}

.nav-next, .nav-previous {
    position:relative;
}

.nav-next a:hover, .nav-previous a:hover {
    color:#ffffff;
    background-color:#988865;
}

.nav-next a, .nav-previous a {
    padding: 15px 10px;
    vertical-align:middle;
    text-align:center;
    color: #ffffff;
    background-color: #222222;
}

.single-post .nav-next a, .single-post .nav-previous a {
   padding: 15px 15px;
   border-radius: 0; 
}
/*-----------------------------------------------------------------------------------*/
/*  7.COMMENT
/*-----------------------------------------------------------------------------------*/

.comment-bg {
    background-color:#141414;
}

h3.comments-title {
    text-align:center;
    padding:10px;
}

/*comment title*/

.comments-title {
    padding:4% 0 0;
    font-size:20px;
    font-size:2rem;
    background:#fff;
    text-align:center;
    margin-top:40px;
}

.comments-title .icon {
    position: relative;
    padding: 10px 10px 5px;
    vertical-align: middle;
    text-align: center;
    background: #988865;
    color: #ffffff;
    border-radius: 100%;
    font-size: 14px;
    font-size: 1.4rem;
}

/*comment list*/

.comment-list {
    padding: 5%;
    background:#fff;
    margin-top:-20px;
    border-bottom: 2px solid #222222;
}

li.comment {
    list-style:none;
}

.comment .avatar img {
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    border:3px solid #988865;
}

.meta-comment {
    margin-left:20px;
    padding:5px 0;
}

.comment-content {
    padding:10px 15px 10px 15px;
    margin:10px 0 20px 0;
}

#comments p {
    color:#000;
}

/*comment respond*/

.comment-respond {
    background:#fff;
    margin-top:40px;
    text-align:center;
}

#reply-title {
    font-size:20px;
    font-size:2rem;
    line-height:1.125;
}

#commentform label, #commentform .comment-form-comment span {
    margin-bottom:5px;
    font-size:14px;
    font-size:1.4rem;
    font-weight:100;
    display:block;
    text-align:left;
}

#commentform label span {
    font-size:13px;
    font-size:1.3rem;
    color:#000;
}

.comment-form-comment {
    margin-top:10px;
}

.comment-form-author, .comment-form-email {
    width:49%;
    display:inline-block;
    vertical-align:top;
}

.comment-form-author {
    margin-right:2%;
    float:left;
}

.comment-form-email {
    float:right;
}

.input-container {
    position:relative;
}

.input-container label {
    position:absolute;
    top:0;
}

.comment-form-author input, .comment-form-email input {
    width:100%;
    font-size:10px;
    font-size:1rem;
    outline:0;
    padding:0.5em;
    color:#2C3033;
    border:0;
    border:1px solid #e5e5e5;
}

input, textarea, .uneditable-input {
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
    outline: 0;
    color: #333;
    border: 0;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
}

.comment-form-url input {
    width:100%;
    font-size:10px;
    font-size:1rem;
    outline:0;
    padding:0.5em;
    color:#2C3033;
    border:0;
    border:1px solid #e5e5e5;
}

input#submit {
    padding:4px 12px;
    font-size:16px;
    font-size:1.6rem;
    background-color:#222;
    color:#fff;
    width:auto;
    border-radius: 10px;
}

input#submit:hover {
    background-color:#988865;
    color: #fff;
}

.comment-notes {
    margin-bottom:20px;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:20px;
}

.post-content p.logged-in-as {
    color:#000;
}

/*tiled gallery*/

.tiled-gallery {
    padding-top: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  7. FOOTER
/*-----------------------------------------------------------------------------------*/

.site-footer {
    border-top: 2px solid #222222;
    margin-top: 60px
}

.copyright-footer {
    margin: 20px auto;
    text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*  9. FLEXSLIDER, CONTACT FORM & SHORTCODE
/*-----------------------------------------------------------------------------------*/

.post-content .flexslider {
    margin:0 auto;
    background:#fff;
    border:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

.post-content .flex-direction-nav a {
    color: #111;
    background: #fff;
    line-height: 30px;
    text-align: center;
}

.post-content .flex-direction-nav a:before {
    font-size:20px;
    font-size:2rem;
    padding:5px 10px 0;
}

.post-content .flex-direction-nav .flex-prev {
    right:-50px;
}

.flex-direction-nav li:first-child {
    left: -5px !important;
    top: 50% !important;
    }

.flex-direction-nav li {
    left: 0px !important;
    top: 50% !important;
    right: 0px !important
    }

.wpcf7-submit {
    background-color:#222;
    color:#fff;
    padding: 5px 20px;
    font-size: 15px;
    font-size: 1.5rem;
    width:auto;
    border-radius: 10px;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

.wpcf7-submit:hover {
    background-color:#988865;
    color:#fff;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

/* ----------- SHORTCODE ----------- */

.su-spoiler {
    margin-bottom: 0 !important;
}

.su-spoiler-style-default > .su-spoiler-title {
    border-bottom: 1px solid #fff;
    padding-top: 15px;
    padding-left: 30px !important;
    padding-right: 15px !important;
    padding-bottom: 15px;
    background: #222;
    color: #ffffff;
}

.su-spoiler-title {
    font-size: 16px !important;
    font-size: 1.6rem !important;
}

.su-spoiler-style-default > .su-spoiler-content {
    padding-right: 1em !important;
    padding-left: 30px !important;
}

.su-spoiler-icon {
    left: 4px !important;
    top: 15px !important;
}

.su-tabs {
    background: transparent !important;
}

.su-tabs .su-tabs-nav span {
    color: #ffffff;
}

.su-tabs .su-tabs-nav span:hover, .su-tabs-nav span.su-tabs-current {
    color: #222;
}

.su-tabs-nav, .su-tabs-nav span, .su-tabs-panes, .su-tabs-pane {
    background: #222;
    border: 2px solid #988865;
}

/*-----------------------------------------------------------------------------------*/
/*  10. MEDIA QUERY
/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1010px) {
    html {
        font-size: 60%
        }
        .sm-clean ul a {
            color: #fff;
        }
        .sm-clean ul a:hover {
            color: #988865;
        }
        .sm-clean a span.sub-arrow {
            right: -5px;
        }
        ul.sm-clean {
            width: 100% !important;
        }
    }

@media screen and (max-width: 480px) {
    .quote-wrap blockquote .icon {
        font-size: 46px;
        font-size: 4.6rem;
    }
    .quote-wrap blockquote p {
        padding-left: 15%;
    }
}
.blog-author { display: none; }