/*
Theme Name: Rinjani
Theme URI: http://rinjani.themesawesome.com
Author: Themes Awesome
Author URI: http://www.themesawesome.com
Description: Rinjani is a Grid WordPress Blog Theme that suit for personal blogging.
Tags: responsive-layout, black, white, right-sidebar, custom-colors, custom-menu, featured-images, post-formats
Version: 1.6
License:      GNU General Public License V2
License URI:      license.txt
-----------------------------------------------------------------------------------
  1.  BASE
  2.  HEADER
      2a. Logo
  3.  MENU
  4.  CONTENT
  5.  SIDEBAR
  6.  FOOTER
  7.  THIRD PARTY STYLING
  8.  MEDIA QUERIES
-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/*  1. BASE
/*-----------------------------------------------------------------------------------*/
 html {
    font-size:62.5%;
    -webkit-font-smoothing:antialiased;
    height:100%;
}
body {
    word-wrap:break-word;
    -ms-word-wrap:break-word;
    font-size:14px;
    font-size:1.4rem;
    height:100%;
    line-height:1.8;
    background-color: #f6f6f6;
}
h1 {
    font-size:32px;
    font-size:3.2rem;
    line-height:1.4;
}
h2 {
    font-size:28px;
    font-size:2.8rem;
    line-height:1;
}
h3 {
    font-size:24px;
    font-size:2.4rem;
    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 {
    margin:0 0 20px;
}
a {
    cursor:pointer;
    outline:none;
    color:#48D8F9;
}
a:hover, a:active, a:focus {
    text-decoration:none;
    outline:none;
    color:#222222;
}
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;
}
img {
    max-width:100%;
    height:auto;
}
button {
    background-image:none;
    background:transparent;
}
.bypostauthor {
    background:#ffffff;
}
.bypostauthor > .comment .comment-author cite:after {
    content:"post author";
    font-size:10px;
    font-style:italic;
    margin-left:6px;
    text-transform: none;
}
img {
    max-width:100%;
    height:auto;
}
.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.alignright {
    float:right;
}
.alignleft {
    float:left;
}
img.aligncenter, img.alignnone {
    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;
}
pre {
    white-space: pre;
    word-wrap: normal;
    overflow-x: scroll;
    line-height: 1.3;
    margin: 1em 0;
}
figure {
    max-width: 100%;
    height: auto;
}
.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;
}
iframe {
    max-width: 100%;
}
.sticky .top-info:before {
    content: "FEATURED POST";
    color: #48D8F9;
    float: right;
    position: relative;
    top: 3px;
    z-index: 10;
    right: 0px;
    font-size: 11px;
    font-weight: bold;5
}
/* 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
/*-----------------------------------------------------------------------------------*/

.site-title {
    font-size:40px;
    font-size:4rem;
    margin:0;
}
.site-title a, .site-title a:hover {
    color: #222222;
}
#header {
    background: #ffffff;
}
.site-header-top {
    background-color: #111111;
}
/* logo */
 .site-header-logo {
    padding: 30px 0;
    border-bottom: 1px solid #eaeaea;
}
.logo {
    text-align: center;
}
.logo-image {
    max-width:300px;
    margin: 0 auto;
}
.footer-logo .logo-image {
    max-width: 115px;
    margin: 0;
}
/*social profile*/
 .site-header-social {
    float: left;
    margin: 0;
    width: 95%;
    text-align: right;
}
.site-header-top-right .site-header-social {
    padding: 0;
    list-style: none;
}
.site-header-top-right .site-header-social li {
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    padding: 8px 0;
    float: right;
    width: 40px;
}
.site-header-social li:hover {
    background-color: #222222;
}
.site-header-social li a {
    display: block;
    color: inherit;
    padding: 10px 15px;
    color: #ffffff;
}
.site-header-social li:hover a {
    color: #fff;
}
/* search form */
 .site-header-search {
    float: right;
}
.sb-search {
    position: absolute;
    right: 0;
    width: 0%;
    min-width: 40px;
    height: 100%;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #222222;
    width: 100%;
    height: 100%;
    margin: 0;
    s z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 14px;
    color: #999999;
}
.sb-search-input::-webkit-input-placeholder {
    color: #999999;
}
.sb-search-input:-moz-placeholder {
    color: #999999;
}
.sb-search-input::-moz-placeholder {
    color: #999999;
}
.sb-search-input:-ms-input-placeholder {
    color: #999999;
}
.sb-icon-search, .sb-search-submit {
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    height: 100%;
    line-height: 50px;
}
#header.fixedwrap .sb-icon-search, #header.fixedwrap .sb-search-submit {
    line-height: 62px;
}
.sb-search-submit {
    background: transparent;
    /* IE needs this */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 65%;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
    z-index: 90;
}
.sb-icon-search i {
    background-color: transparent;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #ffffff;
    line-height: 40px;
    font-size: 14px;
}

/*-----------------------------------------------------------------------------------*/
/*  3. MENU
/*-----------------------------------------------------------------------------------*/
.mobile-menu {
    display: none;
}

/*menu header top*/
 .site-header-top .secondary-nav li a {
    color: #ffffff;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-weight: 700;
}
/* main menu */
 .site-main-menu {
    border-bottom: 1px solid #e7e7e7;
}
nav.menu {
    text-align: center;
}
.menus {
    position: relative;
    z-index: 9999;
    width: auto;
    margin-left: 0;
    margin-top: 0;
}
.menus ul {
    width: 15em;
}
.menus {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.menus ul {
    padding: 0;
    background: #111111;
    padding-top: 15px !important;
    list-style: none;;
}
.menus ul li {
    margin-top: 0;
    border-top: 1px solid #2f3035;
    border-bottom: 1px solid #2f3035;
    padding: 0;
}
/* .menus ul li:hover {
    background-color: #ffffff;
}*/
 .menus ul li a:hover {
    color: #ffffff;
    opacity: 1;
}
.menus ul li:last-child {
    border: 0;
}
/* Menu items
===================*/
 .menus li, .navigation-right .links li, .navigation-right .social-links li {
    padding: 12px 0;
    display: inline-block;
}
.site-main-menu .menus li {
    margin: 0;
    padding: 0;
}
.site-main-menu .menus li a {
    padding: 20px 0;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.site-main-menu .menus ul.sub-menu {
    background: #ffffff !important;
    padding-top: 0px !important;
}
.site-main-menu .menus ul.sub-menu li {
    padding: 0;
    background-color: #111111;
}
.site-main-menu .menus ul.sub-menu li a {
    font-size: 12px;
}
.menus a, .navigation-right .links a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0 12px;
    color: #222222;
    line-height: 17px;
    text-decoration: none;
}
.menus a:hover, .navigation-right .links a:hover, .menus li.active a, .navigation-right .links li.active a {
    opacity: 1;
}
.menus ul.sub-menu a, .menus ul.children a {
    padding: 0;
    margin: 0;
}
.menus ul.sub-menu li, .menus ul.children li {
    display: block;
    position: relative;
}
.menus li.menu-item-has-children:hover ul li a {
    color:#ffffff;
}
.menus a.has-submenu {
    padding-right:25px;
}
.menus li.menu-item-has-children a:hover {
    border: 0;
}
.menus li ul {
    display: none;
    position: absolute;
}
.menus li:hover > ul {
    display: block;
}
.menus li:hover > ul ul {
    margin-left: 50%;
    margin-top: 0 !important;
    top: 0;
}
.menus ul a:hover, .menus ul a:focus, .menus ul a:active, .menus ul a.highlighted {
    color: #05B6A9;
}
/* current items - add the class manually to some item or check the "markCurrentItem" script option */
 .menus a.current, .menus a.current:hover, .menus a.current:focus, .menus a.current:active {
    color:#2bc7c1;
}
/* Sub menu indicators
===================*/
.menus ul.sub-menu li {
    margin-top: 0;
    border-top: 1px solid #2f3035;
    border-bottom: 1px solid #2f3035;
    padding: 0;
}
.menus li.menu-item-has-children {
    position: relative;
    padding-right: 15px;
}
.menus li.menu-item-has-children:before {
    font-family: 'FontAwesome';
    right: 10px;
    position: absolute;
    content: "\f107";
    margin-top: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
.site-header-bottom .menus li.menu-item-has-children:before {
    color: #222222;
    margin-top: 15px;
    font-size: 16px;
}
.menus > li > ul > li:before {
    display: none;
}
.menus ul.sub-menu li a {
    width: 100%;
    padding: 7px 15px;
    display: block;
    background-color: #111111;
    text-align: left;
}
.menus ul.sub-menu li a:hover {
    background-color: #222222;
}

/*-----------------------------------------------------------------------------------*/
/*  4. CONTENT
/*-----------------------------------------------------------------------------------*/

#content-wrapper {
    margin-bottom: 40px;
}
.page-template-contact-template #content-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
 #grid {
    list-style: none;
    margin: 30px auto 0;
    padding: 0;
    max-width: 100%;
}
#grid li.post {
    display: block;
    float: left;
    padding: 10px 15px;
    opacity: 0;
}
#grid li.post.shown, .no-js #grid li, .no-cssanimations #grid li {
    opacity: 1;
}
.post-with-sidebar li.post {
    width: 50% !important;
}
.post-with-sidebar .widget-area {
    margin-top: 40px;
}
.thumbnail img {
    width: 100%;
}

/*contact page*/
 .page-template-contact-template .acf-map {
    position: relative;
}
.page-template-contact-template .acf-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.contact-map  {
    padding-left: 0;
}
.content-contact {
    padding: 40px 6% 40px 30px;
}
.contact-theform .contact-left {
    padding-left: 0;
}
.contact-theform .contact-left input {
    margin-bottom: 20px;
}
.contact-theform input {
    border: 1px solid #d2d2d2;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.contact-theform textarea {
    border: 1px solid #d2d2d2;
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.contact-theform p {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333333;
}
.contact-theform .wpcf7-submit {
    margin-bottom: 0;
    color: #ffffff;
    width: 40%;
    background-color: #48D8F9;
    border: 0;
    float: right;
    outline: none;
}

/*404*/
.error404 .single-post .post-entry {
    max-width: 100%;
}

/*archives*/
.page-archive .archive-list h4 {
    color: #333;
    text-transform: uppercase;
    padding: 20px 30px;
    margin:0;
}
.page-archive .more-slogan {
    background-color: #ffffff;
    padding: 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}
.page-archive .more-slogan:after, .page-archive .more-slogan:before {
    top: 100%;
    left: 5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.page-archive .more-slogan:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 14px;
    margin-left: 2px;

}
.page-archive .more-slogan:before {
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #e7e7e7;
    border-width: 16px;
}
.archive-list .by-month, .archive-list .by-category {
    list-style: none;
    padding: 30px;
}
.archive-list .by-month ul, .archive-list .by-category ul {
    padding: 0;
}
.archive-list .by-category ul {
    margin-top: 20px;
}
.archive-list .by-month li, .archive-list .by-category li {
    border-bottom: 1px dotted #e7e7e7;
    list-style: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.archive-list .by-month li a, .archive-list .by-category li a {
    color: #333;
    font-style: italic;
    font-weight: normal;
}
.archive-list .by-month li a:hover, .archive-list .by-category li a:hover {
    color: #48D8F9;
}

/*social share*/
.social-share-wrapper {
    position: relative;
    z-index: 100;
}
.share {
    background-color: #f1f1f1;
    padding: 5px 14px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}
.share i {
    margin-left: 7px;
}
.social-share {
    position: absolute;
    left: 70px;
    top: 0;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    width: 100px;
    height: 27px;
}
.social-share.active {
    left: 100%;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.social-share .share-icon {
    display: inline-block;
    margin: 0 5px;
    line-height: 28px;
}
.social-share .share-icon:first-child {
    margin-left: 10px;
}
.social-share a {
    color: #000000;
}
.social-share a:hover {
    color: #999999;
}

/* ----------- ANIMATION----------- */
/* Effect 3: Scale up */
.grid.effect-3 li.animate {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.65s ease-in-out forwards;
    animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
    0% { }
    100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
    0% { }
    100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}
.loop-content {
    background-color: #ffffff;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}
.loop-content:hover .thumbnail img {
    opacity: 0.9;
}
.loop-content .info {
    padding: 7% 8%;
}
.loop-content h4.title {
    color: #333333;
    margin-bottom: 5px;
    letter-spacing: 0.020em;
    text-transform: uppercase;
}
.loop-content p {
    color: #666666;
}
.loop-content .date {
    color: #888888;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
.loop-content .top-info {
    position: relative;
}
.loop-content .category a {
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1rem;
}
.loop-content .category:before {
    position: absolute;
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6px 1px;
    border-color: transparent transparent #fff transparent;
    left: -6px;
    top: 50%;
    margin-top: -3px;
    z-index: 2;
}
.loop-content .category:after {
    background: #48D8F9;
    width: 25px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -3px;
    height: 6px;
    content:"";
}
a.more {
    background-color: #48D8F9;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
a.more:hover {
    background-color: #f1f1f1;
    color: #222222;
}
/* gallery */
 .single-post .flex-wrapper, .single-post .featured-video, .single-post .audio-content {
    margin-bottom: 30px;
}
.post.format-gallery .flexslider {
    margin: 0;
    border: 0;
}
.post.format-gallery .flex-direction-nav .flex-nav-prev {
    left: 0 !important;
    top: 0px !important;
    bottom: 0px !important;
}
.post.format-gallery .flex-direction-nav .flex-nav-next {
    right: 0 !important;
    left: 0 !important;
    top: 0px !important;
    bottom: 0px !important;
}
.post.format-gallery .flex-direction-nav a {
    background-color: #ffffff;
    text-align: center;
    font-size: 14px;
    width: 35px;
    height: 35px;
}
.post.format-gallery .flex-direction-nav a:before {
    font-size: 18px !important;
    color: #222222;
    line-height: 38px;
}
/* blockquote */
 .post.format-quote blockquote {
    font-style: italic;
    font-size: 25px;
    line-height: 30px;
    padding: 30px;
    color: #ffffff;
    background-color: #000000;
    position: relative;
    margin: 0;
    border-left: 0;
    text-align: left;
}
.post.format-quote .qoute-icon:before {
    font-family:'FontAwesome';
    content:"\f10d";
    font-size: 20px;
    position: absolute;
    z-index: 2;
    background-color: transparent;
    top: 5%;
    left: 10px;
    width: 22px;
    height: 20px;
    line-height: 1em;
    margin: auto;
}
.post.format-quote blockquote p {
    color: #ffffff;
}
.post.format-quote blockquote cite {
    font-style: normal;
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    position: absolute;
    bottom: 10%;
    padding-left: 35px;
}
.post.format-quote blockquote cite:before {
    content:"";
    position: absolute;
    z-index: 1;
    background-color: #48D8F9;
    bottom: 40%;
    left: 0;
    width: 25px;
    height: 6px;
}
.post.format-quote .quote-thumb {
    text-align: right;
}
.post.format-quote .quote-thumb img {
    border-radius: 100%;
    width: 20%;
}
/* link */
 .post.format-link .link-content {
    padding: 5px 0 10px;
    text-align: center;
    background-color: #48D8F9;
}
.post.format-link .link-content:after {
    content:'';
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    margin: 0 auto;
}
.post.format-link .link-icon:before {
    font-family: 'FontAwesome';
    content: "\f127";
    font-size: 20px;
    position: absolute;
    color: #ffffff;
    z-index: 2;
    background-color: #48D8F9;
    top: -10px;
    right: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 2em;
    margin: 0 auto;
    border-radius: 50%;
}
.post.format-link .link-content a {
    color: #ffffff;
}
/*video*/
 .featured-video .mejs-container, .featured-video .wp-video {
    width: 100% !important;
}

/*status*/
.featured-video .mejs-container, .featured-video .wp-video {
    width: 100% !important;
}
.single-post .featured-video iframe {
    width: 100% !important;
    height: 500px;
}

/*status*/
.format-status iframe {
    margin-bottom: 0 !important;
}
/*chat format*/
 .format-chat .post-entry p {
    border-right:3px solid #000;
    padding-right:10px;
    text-align:right;
}
.format-chat .post-entry p:nth-child(odd) {
    background:transparent;
    border-left:3px solid #000;
    border-right:0;
    color:#000;
    text-align:left;
    padding-left:10px;
}

/*video format*/
.format-video iframe {
    width: 100%;
}

/*navigation*/
 .pagination {
    margin: 40px 0;
    font-weight: bold;
}
.pagination span, .pagination a {
    margin: 3px;
    padding: 5px 10px;
    text-decoration:none;
    border: 1px solid #333333;
    ;
}
.pagination a:hover {
    color:#fff;
    background:#333333;
    border: 1px solid #333333;
    ;
}
.pagination .current {
    padding:5px 10px;
    border: 1px solid #333333;
    background:#333333;
    color:#fff;
}
.nav-previous {
    padding-right: 15px;
}
.nav-next {
    padding-left: 15px;
}
.nav-previous a, .nav-next a {
    color: #ffffff;
    letter-spacing: 0.1rem;
    background-color: #48D8F9;
    padding: 10px 30px;
    font-size: 14px;
    margin: 30px 0 0 0;
    display: inline-block;
    font-weight: bold;
    border-bottom: 1px solid #48D8F9;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.nav-next a {
    margin: 30px 20px 0 0;
}
.nav-previous a:hover, .nav-next a:hover {
    color: #333333;
    background-color: #ffffff;
    border-bottom: 1px solid #e7e7e7;
}

/*Tags*/
.tag-wrapper ul {
    padding: 0;
    list-style: none;
}
.tag-wrapper ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    margin-top: 5px;
}
.tag-wrapper ul li a {
    background-color: #f1f1f1;
    padding: 5px 10px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.tag-wrapper ul li a:hover {
    background-color: #48D8F9;
    color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*  5.  SINGLE POST
/*-----------------------------------------------------------------------------------*/
/*single page*/
.page-title {
    text-align: left;
    color: #333333;
    position: relative;
    margin-bottom: 40px;
}
.page-title:after {
    background: #48D8F9;
    width: 25px;
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: 0;
    height: 6px;
    content: "";
}
.page-title:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6px 1px;
    border-color: transparent transparent #fff transparent;
    left: -11px;
    top: 50%;
    margin-top: 0;
    z-index: 2;
}

/*single post*/
.single-post .content-area, .single-post .widget-area, .page .content-area, .page-template-archives-template .widget-area {
    margin: 50px 0;
}
.single-post .post-content {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}
.page .content-area {
    background-color: #ffffff;
    padding: 2% 3%;
    max-width: 100%;
}
.page .comment-list {
    margin: 0;
    padding: 0;
}
.page .comments-title h4 {
    margin-left: 0;
}
.single-post .post-head, .single-post .post-entry, .single-post .meta-bottom, .single-post .post-share {
    margin: 0 auto;
    padding-right: 5%;
    padding-left: 5%;
}
.single-post .post-head {
    margin-bottom: 30px;
}
.single-post .post-title {
    text-transform: uppercase;
    text-align: center;
    color: #333333;
    margin-top: 0;
}
.meta-wrap {
    position: relative;
    text-align: center;
    margin: 5px auto 0;
}
.meta-wrap:before, .meta-wrap:after {
    content:"";
    position: absolute;
    border-style: solid;
    top: 50%;
    margin-top: -4px;
    z-index: 2;
}
.meta-wrap:before {
    border-width: 8px 2px 0 0;
    border-color: #fff transparent transparent transparent;
    left: 0;
}
.meta-wrap:after {
    border-width: 0 0 8px 2px;
    border-color: transparent transparent #fff transparent;
    right: 0;
}
.single-meta-line {
    background: #48D8F9;
    height: 8px;
    margin-top: -3px;
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
}
.post-meta {
    color: #333333;
    font-size: 0.75em;
    line-height: 1.8em;
    font-weight: bold;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 8px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.post-meta a {
    color: #333333;
}
.post-meta:after, .post-meta:before {
    content:"";
    position: absolute;
    border-style: solid;
    top: 50%;
    margin-top: -4px;
    z-index: 2;
}
.post-meta:before {
    border-width: 0 0 8px 2px;
    border-color: transparent transparent #fff transparent;
    left: -2px;
}
.post-meta:after {
    border-width: 8px 2px 0 0;
    border-color: #fff transparent transparent transparent;
    right: -2px;
}
.separate-dot {
    color: #333333;
    font-size: 30px;
    position: relative;
    top: 6px;
    display: inline-block;
    margin: 0 5px;
    line-height: 1px;
    font-style: normal;
}
.single-post .thumbnail {
    margin-bottom :30px;
}
/*share*/
.the-meta-bottom {
    margin: 0 auto;
}
.single-post .share {
    text-align: right;
    background: transparent;
}
.single-post .social-share {
    right: 50px;
    left: auto;
}
.single-post .social-share.active {
    right: 20%;
}

/*post author*/
.author-wrapper {
    border-bottom: 1px solid #e5e5e5;
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 40px 5%;
}
.author-wrapper .author-name, .author-wrapper .author-name a {
    font-size: 24px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: "Montserrat";
}
.author-name:after {
    background: #48D8F9;
    width: 30px;
    position: absolute;
    left: -25px;
    top: 20px;
    margin-top: -3px;
    height: 6px;
    content: "";
}
.author-wrapper .author-ava {
    text-align: center;
}
.author-wrapper .author-ava img {
    border-radius: 100%;
}
/* related post */
 .related-content {
    padding: 40px 5%;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #ffffff;
}
.related-content h4 {
    color: #333333;
    margin: 0 15px 30px;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
}
.related-content h4:after {
    background: #48D8F9;
    width: 30px;
    position: absolute;
    left: -40px;
    top: 10px;
    margin-top: 0px;
    height: 6px;
    content: "";
}
.content-related-post figure {
    overflow: hidden;
    position: relative;
}
.content-related-post img {
    display: block;
    position: relative;
    width: 100%;
}
.content-related-post a.thumb-link img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.content-related-post:hover a.thumb-link img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.content-related-post a.thumb-link .mask {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content-related-post a.thumb-link .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(72,216,249, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.content-related-post:hover a.thumb-link .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
/* related title */
.related-title h3 {
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
}
.content-related-post .related-title a {
    color: #333333;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.content-related-post:hover .related-title a {
    color: #48D8F9;
}
/*comment*/
h3#reply-title {
    color: #333333;
    text-transform: uppercase;
    position: relative;
    margin-top: 0;
}
h3#reply-title:after {
    background: #48D8F9;
    width: 30px;
    position: absolute;
    left: -40px;
    top: 10px;
    margin-top: 0px;
    height: 6px;
    content: "";
}
.comments-area {
    position: relative;
    padding: 40px 5%;
    background-color: #ffffff;
    border-bottom: 1px solid #e7e7e7;
}
.comments-title h4 {
    font-size: 40px;
    font-size: 2.4rem;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
.waiting-moderation {
    font-size: 13px;
}
.comment-wrapper {
    margin: 0 auto;
    max-width: 790px;
}
.comment-list, .children {
    list-style: none;
    overflow: hidden;
    padding-left: 0px;
}
.children {
    padding-left: 40px;
}
.comment-list > li {
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
}
.comment-list > li > article.comment {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.comment-list li article header {
    position: relative;
}
.comments-area .avatar {
    float: left;
    width: 70px;
    position: relative;
    z-index: 9px;
    margin-right: 20px;
}
.avatar img {
    width: 100%;
}
.comment-author .fn, .comment-author .fn a {
    font-weight: bold;
}
.comment-author .fn {
    text-transform: uppercase;
}
.comment-meta.commentmetadata {
    font-size: 13px;
    color: #888888;
}
.meta-comment {
    overflow: hidden;
}
.comment-content {
    margin-top: 10px;
}
.comment-content p {
    color: #333333;
    margin: 0;
    font-weight: bold;
}
.comment-action {
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s ease-in-out;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
.comment-action span.edit-link a.comment-edit-link {
    margin-right: 20px;
}
.comment-action a:hover {
    color: #222222;
}
.comment-respond label {
    display: block;
    color: #333333;
}
.comment-respond .comment-form-author {
    width: 49%;
    margin-right: 9px;
}
.comment-respond .comment-form-email {
    width: 49%;
}
.comment-respond .comment-form-author, .comment-respond .comment-form-email {
    display: inline-block;
}
.comment-respond .comment-form-author input {
    margin-right: 20px;
}
.comment-respond input, .comment-respond textarea {
    border: 1px solid #d2d2d2;
    width: 100%;
}
.comment-respond input {
    height: 40px;
    padding: 0 20px;
}
.form-submit {
    float: right;
    position: relative;
    transition: opacity .4s ease-in-out;
}
.form-submit .submit {
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #48D8F9;
    color: #ffffff;
    padding: 10px 30px;
    height: auto;
    text-transform: uppercase;
    width: inherit;
    border: 0;
    outline: none;
}
.form-submit:hover {
    opacity: 0.7;
}

/*-----------------------------------------------------------------------------------*/
/*  6.  SIDEBAR
/*-----------------------------------------------------------------------------------*/
 .widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333333;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.widget-title:before {
    content:"";
    background: #d3d3d3;
    height: 8px;
    margin-top: -4px;
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
}
.widget-title span {
    position: relative;
    background: #f6f6f6;
    display: inline-block;
    padding: 0 5px;
}
.widget-title span:after, .widget-title span:before {
    content:"";
    position: absolute;
    border-style: solid;
    top: 50%;
    margin-top: -4px;
    z-index: 2;
}
.widget-title span:before {
    border-width: 0 0 8px 2px;
    border-color: transparent transparent #ffffff transparent;
    left: -2px;
}
.widget-title span:after {
    border-width: 8px 2px 0 0;
    border-color: #ffffff transparent transparent transparent;
    right: -2px;
}
select {
    max-width: 100%;
    width: 100%;
}
.widget-area table {
    margin: auto;
}
.widget-area .widget {
    padding: 0 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.widget-area .widget ul, .widget-area .widget ul.children, .widget-area .widget ul.sub-menu {
    padding: 0;
    list-style: none;
}
.widget-area .widget ul.children li, .widget-area .widget ul.sub-menu li {
    padding-left: 8px;
    border: none;
    padding-bottom: 0;
}
.widget-area .widget li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e7e7e7;
}
.widget-area .widget li a {
    color: #333333;
}
.widget-area .widget li:hover, .widget-area .widget li:hover a {
    color: #48D8F9;
}

/*latest post*/
.post-type-widget li a.thumb-link {
    float: left;
    overflow: hidden;
    position: relative;
}
.post-type-widget li img {
    display: block;
    position: relative;
}
.post-type-widget li a.thumb-link img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.post-type-widget li:hover a.thumb-link img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.post-type-widget li a.thumb-link .mask {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post-type-widget li a.thumb-link .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(72,216,249, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.post-type-widget li:hover a.thumb-link .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/*author*/
.rinjani_author .author-the-thumb {
    position: relative;
}
.rinjani_author .author-person {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.rinjani_author_img img {
    border-radius: 100%;
    border: 4px solid #333333;
}
.author-person h4 {
    color: #333333;
}
.rinjani_author_bio {
    text-align: center;
    margin-top: 20px;
    font-style: italic;
}
.post-type-widget figure {
    float: left;
    margin-right: 10px;
}
.post-type-widget .post-title-widget {
    margin: 5px 0;
    font-size: 14px;
    text-transform: uppercase;
}
.post-type-widget p {
    margin: 0;
}

/*search form*/
 .searchform {
    position: relative;
    width: 100%;
}
.searchform input.field {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    color: #555555;
    padding: 5px 33px 5px 10px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    border-radius: 0;
}
.search-button {
    background: url("img/search.png") no-repeat scroll center center transparent;
    border: 0 none;
    display: block;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 0px;
    width: 29px;
    border-radius: 0;
    background-size: 15px;
}

/*newsletter*/
.widget.widget_mc4wp_widget {
    background-color: #1d2224;
        padding-top: 20px;
        margin-left: 15px;
        margin-right: 15px;
}
.widget_mc4wp_widget .widget-title {
    color: #ffffff;
    margin-left: -20px;
    margin-right: -20px;
}
.widget_mc4wp_widget .widget-title:before {
    background-color: #48D8F9;
}
.widget_mc4wp_widget .widget-title span {
    background: #1d2224;
}
.widget_mc4wp_widget .widget-title span:before {
    border-color: transparent transparent #1d2224 transparent;
}
.widget_mc4wp_widget .widget-title span:after {
    border-color: #1d2224 transparent transparent transparent;
}
.widget_mc4wp_widget label {
    color: #ffffff;
}
.mc4wp-form input[type="email"] {
    border: 1px solid #d2d2d2;
    height: 40px;
    padding: 0 20px;
    margin-top: 20px;
    background-color: #62686b;
    border: 0;
    outline: none;
    color: #fff;
}
.mc4wp-form input[type="submit"] {
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #48D8F9;
    color: #48D8F9;
    background-color: transparent;
    padding: 10px 30px;
    height: auto;
    text-transform: uppercase;
    outline: none;
    display: block !important;
    float: right;
    font-weight: bold;
    webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mc4wp-form input[type="submit"]:hover {
    background-color: #48D8F9;
    color: #ffffff;
    webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*ads*/
.widget-area .ad125 li {
    border-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  7.  FOOTER
/*-----------------------------------------------------------------------------------*/
.site-footer {
    background-color: #ffffff;
    padding: 20px 0;
}
 .footer-logo .logo {
    text-align: left;
    margin-bottom: 10px;
}
.site-footer-social {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.footer-social {
    padding: 20px 0px;
}
.site-footer-social li {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.copyright-text a {
    color: #333333;
}
.site-footer-social li a {
    display: block;
    color: inherit;
    padding: 15px;
    color: #a7a7a7;
}
.site-footer-social li a:hover {
    color: #48D8F9;
}