/*.row {
    width: 1190px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
}
*/

.relative {
    position: relative;
}
.left {
    float: left;
}

.right {
    float: right;
}

.bblack {
    background-color: #000;
}

.bgray {
    background-color: #f2f2f3;
}

.cwhite {
    color: #fff;
}

.cblack {
    color: #2c2e30;
}
.lsn {
    list-style-type: none;
}

.m00{margin:0;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}

.mb0 {
    margin-bottom: 0;}
.ptb10 {padding-top:10px;
    padding-bottom:10px;}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-family: "Heroid",Georgia,Times,"Roboto",serif;
    font-weight: 400;
}


p {
    font-family: "Roboto",Georgia,Times,serif;
}

#top-header {
    color: #ccc;
    font-size: 13px;
    margin: 0;
    position: relative;
    background-color: #ff971e;
    /*background: #242629 url(http://tamankreatif.sinarharapan.net/assets/images/bg-noise-white.png);
    background-image: url(http://tamankreatif.sinarharapan.net/assets/images/bg-noise-white.png),-webkit-linear-gradient(#242629,#414549);
    background-image: url(http://tamankreatif.sinarharapan.net/assets/images/bg-noise-white.png),linear-gradient(#242629,#414549);*/
}

#top-header .logo {
    background-repeat: no-repeat;
    width: 100%;
    height: 76px;
    float: left;
    text-indent: -9999em;
    margin: 8px 0;
}

/*#search input {
    outline: none;
}

#search input[type=search] {
    width: 30px;
    border: none;
    padding: 0;
    margin-bottom: 0;
    color: transparent;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    background: #932406 url(../images/search.png) no-repeat 93.5% center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;

}

#search input[type=search]:focus {
    width: 230px;
    padding: 10px 40px 10px 10px;
    border: none;
    color: #fff;
    background-color: #932406;
    cursor: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
#search input:-moz-placeholder {
    float: left;
    color: transparent;
}
#search input::-webkit-input-placeholder {
    float: left;
    color: transparent;
}

#search input::-webkit-search-decoration,
#search input::-webkit-search-cancel-button {
    float: left;
    display: none; 
}*/

#tmn-search  {
    float: right;
    width: 270px;
    margin: 44px 0 0 0;
}

#tmn-search input[type=text] {
    width: 100%;
    border: 1px solid #d0cfcf;
    border-radius: 3px;
    height: 28px;
    padding: 0 10px;
    background: #F2F0F0 url(../images/search.png) 95% no-repeat;
    font-size: 12px;
    font-style: italic;
}

#tmn-search  input[type=text]:focus {
    outline: 0;
    background: #fff no-repeat;
}

#tmn-search  input {
    border-radius: 3px; 
    font-size: 14px; 
    background-color: #eaeaea; 
    border: 1px solid #cccccc; 
    -webkit-transition: all 0.15s linear; 
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
     -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    -moz-box-shadow: inset 0 0 10px #000000;
     -webkit-box-shadow: inset 0px 0 10px #CECECE; 
}

#panel-search-mobile.callout {
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -74px;
    background: #ff971e;
    padding: 10px 10px;
    border: none;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.menu-header {
    border-top: solid 1px #070808;
    background-color: #3f1e64;
    /*background: #2b2e31 url(http://tamankreatif.sinarharapan.net/assets/images/bg-noise-white.png);
    box-shadow: #373b3f 0 1px 0 inset;*/
}

.menu-header ul li:first-child {
    border-left: solid 1px #070808;
}

.menu-header ul li {
    border-right: solid 1px #070808;
    border-left: solid 1px #373b3f;
    position: relative;
}

.menu-header ul li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Heroid",Georgia,Times,"Times New Roman",serif;
    line-height: 40px;
    text-shadow: rgba(0,0,0,0.5) 0 -1px 0;
}

.menu-header ul li:hover {
    background-color: #ff971e;
}

.sub-menu {
    width: 250px;
    height: auto;
    padding: 15px 20px;
    margin-top: 0;
    border-radius: 0 0 4px 4px;
    background-color: #105b10;
    background-image: -webkit-linear-gradient(#198f19,rgba(16,91,16,0));
    background-image: linear-gradient(#198f19,rgba(16,91,16,0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF198F19', endColorstr='#FF105B10', GradientType=0);
    box-shadow: rgba(0,0,0,0.75) 0 10px 15px -5px;

    margin: 5px 0 0;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 5000000;
    opacity: 0;
    height: 0px;
    visibility: hidden;
}

.dropnav:hover {
    background: #198f19 url(http://tamankreatif.sinarharapan.net/assets/images/bg-noise-white.png) repeat-x;
    box-shadow: none;
}

.dropnav:hover .sub-menu, .dropnav.hover .sub-menu {
    display: block;
    opacity: 1;
    height: auto;
    visibility: visible;
    -webkit-transition: all 0.1s linear;
    -webkit-transition-delay: 0.2s;
    transition: all 0.1s linear 0.2s;
}

/*.sub-menu li {
    display: table-column-group;
}*/


/*=================
Mobile
===================*/

img:focus,a:focus {
    outline: none;
}

.off-canvas-wrapper .title-bar.fixed {
    position: fixed;
    width: 100%;
    z-index: 2;
}

.off-canvas {
    z-index: 10;
    border-top: solid 1px #070808;
    background-color: #3f1e64;
}

.close-button {
    color: #fff;
}

.js-off-canvas-overlay {
    background: rgba(41, 40, 38, 0.8);
    z-index: 2;
}

.head-sidebarmenu-mobile {
    background-color: #ff971e;
}

.off-canvas-wrapper .title-bar {
    background-color: #ff971e;
    height: 50px;
    display: none;
    position: relative;
}

.title-bar-left {
    padding: 6px 0;
}

.tmiddle.tab-bar-section {
    left: 2.5rem;
    right: 2.5rem;
    height: 2.5rem;
    padding: 0 0.55556rem;
    position: absolute;
    text-align: center;
    top: 0;
}

.tmiddle.tab-bar-section .mobile-icon {
    margin: 2px 0px;
}

.title-bar-right {
    padding: 6px 0;
}

.menu-mobile ul li {
    border-bottom: solid 1px #070808;
}

.menu-mobile ul li:hover {
    background-color: #ff971e;
}

.menu-mobile ul li a {
    color: #fff;
}

.title-bar-right .menu-icon::after {
    background: none;
    box-shadow: none;
}

/*=================
Home
===================*/

.container-content{
    padding: 40px 0;
    background-color: #f1f1f1;
}

.title-cat {
    border-top: 2px solid #d7d9db;
    border-bottom: 2px solid #d7d9db;
    margin-bottom: 15px;
}

.title-cat h3 {
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
}

.prm-article {
    margin: 0 auto 0;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    width: 100%;
    display: block;
    min-height: 585px;
}

.img-prm-article {
    display: none;
}

.content-prm-article {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-position: center top;
    background-size: cover;
}

.bg-prm-home {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-position: center top;
    background-size: cover;
}

.content-prm-article .row {
    margin: 0;
    z-index: 2;
    position: relative;
}

.content-prm-article .caption {
    color: #fff;
    text-shadow: rgba(0,0,0,0.9) 0 1px 0;
    background: url(../images/bg-info.png) left top no-repeat;
    min-height: 400px;
    padding: 20px 0;
    position: relative;
    background-size: 100% 90%;
}

.content-prm-article:after, .content-prm-article:before {
    content: "";
    width: 280px;
    height: 100%;
    background: url(../images/bg-left.png) left repeat-y;
    display: block;
    top: 0;
    position: absolute;
    z-index: 1;
}

.content-prm-article:before {
    background: url(../images/bg-right.png) right repeat-y;
    right: 0;
}

.lst-article {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.lst-article li {
    background-position: center top;
    display: table-cell;
    margin: 0;
    padding: 0;
    position: relative;
    background-size: cover;
    height: 250px;
    z-index: 1;
}

.lst-article li a {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lst-article li::before, .lst-article li::after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.lst-article li::before {
    background: url(../images/bg-list-bottom.png) left bottom repeat-x;
}

.lst-article li:first-child::after {
    background: url(../images/bg-list-left.png) left repeat-y;
}

.lst-article li:last-child::after {
    background: url(../images/bg-list-right.png) right repeat-y;}

.promo-strip li:last-child {
    display: none;
}

.lst-article .content-lst-article {
    padding: 20px 15px 10px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.lst-article h3 {
    color: #fff;
    margin: 0;
    text-shadow: rgba(0,0,0,0.75) 0 1px 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 24px;
    line-height: 30px;
}

.listupdate .images {
    margin: 0 2.12766% 0 0;
    position: relative;
    width: 23.40426%;
    height: 105px;
    overflow: hidden;
}

.content-list-cat .listupdate .post {
    min-height: 249px;
}

.listupdate .post {
    display:none;
    padding: 10px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #f1f1f1;
    /*box-shadow: 0 1px 1px #ccc;*/
    margin-bottom: 5px;
    /*background-color: #f1f1f1;*/
    list-style-type: none;

}

.listupdate .excerpt-text {
    padding: 10px 0;
}

.listupdate .excerpt h3,
.list-new-kreatif h3 {
    font-size: 20px;
    font-weight: 400;
    clear: none;
    margin: 0;
    line-height: 25px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listupdate .excerpt h3 a,
.list-new-kreatif h3 a,
.list-search h3 a {
    color: #000;
}

.listupdate .excerpt h3:hover a,
.list-new-kreatif h3:hover a {
    color: #922102;
}

.listupdate .excerpt p.author,
.list-new-kreatif .author, {
    padding-bottom: 5px;
}

.listupdate .excerpt p,
.list-new-kreatif .author,
.list-search .author {
    display: block;
    margin-bottom: 0;
    color: #696e72;
    font-size: 14px;
    line-height: 20px;
}

.totop {
    position: fixed;
    bottom: 10px;
    right: 20px;
}
.totop a {
    display: none;
}

#loadMore {
    display: block;
    padding: 10px;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
    background-color: #fff;
    color: #33739E;
}

/*=================
Page Video
===================*/

.content-list-cat .images {
    width: 100%;
    margin-bottom: 10px;
/*    height: 130px;*/
}

.content-list-cat .listupdate .post {
    display: inline-block;
}

.content-list-cat .excerpt h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content-list-cat li:last-child {
    float: left !important;
}

/*=================
Page Search
===================*/

.list-search {
    margin-left: 0;
}

.list-search li {
    padding: 10px;
    border-width: 0 1px 1px 0;
    margin-bottom: 5px;
    list-style-type: none;
}

.list-search .category p,.list-search h3 {
    margin-bottom: 2px;
}

/*=================
Single
===================*/

.title-article h1 {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
}

.news-byline {
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
}

.content-article {
    border-top: 2px solid #d7d9db;
    padding: 10px 0;
}

.content-article h1,
.content-article h2,
.content-article h3,
.content-article h4 {
    font-family: "Roboto",Georgia,Times,serif;
    line-height: 1.2em;
}

.relatedposts ul {
    margin-bottom: 15px;
}

.relatedposts ul li {
    display: block;
    float: left !important;
    position: relative;
}

.relatedposts ul li .images {
    width: 100%;
    height: auto;
    max-height: 320px;
    overflow: hidden;
    margin-bottom: 10px;
}

.relatedposts ul li a p {
    font-family: "Heroid",Georgia,Times,"Roboto",serif;
    font-size: 14px;
    font-weight: 400;
    clear: none;
    margin: 0;
    line-height: 1em;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


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

.pagination {
    margin: 20px;
}

.pagination .current {
    background: #3f1e64; 
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}
.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    padding: 5px 5px;
    margin: 0 5px 0 0;
    border: 1px solid #BBB;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(top, #ffffff 0%,#efefef 100%);
}

/*=================
About
===================*/

.page-template-page-about .title-article,
.page-template-page-about .content-article {
    padding: 10px 0;
}



/*=================
Footer
===================*/

.comment .comment-textarea:before {
    content: "";
    background: url(../images/arrow-comment.jpg) no-repeat center;
    width: 11px;
    height: 14px;
    position: absolute;
    top: 20px;
    left: -11px;
    z-index: 10;
}

.comment .comment-textarea {
    padding: 20px 30px;
    border: 1px solid #bfbfbf;
    margin-left: 25px;
    position: relative;
    float: left !important;
}

.comment-form-comment.clearfix {
    margin-bottom: 20px;
}

.comment .form-submit .submit {
    background-color: inherit;
    padding: 10px 20px;
    color: #922102;
}

.comment .form-submit .submit:hover {
    background-color: #922102;
    padding: 10px 20px;
    color: #fff;
}

/*=================
Footer
===================*/

#footer {
    background-color: #3f1e64;
}

#footer .container {
    padding: 20px 0;
}

#footer i {
    font-size: 22px;
    color: #FFFFFF;
    margin: 5px;
}