/**
 * Theme Name: AriseWP
 * Version: 1.0.0
 * Author: Stucel
 * Description: PT. Stucel Media Kreatif | Jakarta 14250, Indonesia | Phone: +62-21-4522158, Monday-Friday, 9am to 5pm 
 */

html, body {
    overflow-x: hidden;
}

@media screen and (min-width: 62em) {
    html body {
        padding-top: 97px;
    }
    nav.navbar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
/*image styling*/
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
/*comment styling*/
/*comment*/
#comment-section p{
    margin-bottom: 10px;
}
#comment-section p label {
    display: block;
    font-size: 14px;
}
#comment-section p#form-allowed-tags{
    display: none;
}
#comment-section form#commentform input[type="text"],
#comment-section form#commentform textarea {
  background: #f6f6f6;
  border: 1px solid #cecece;
  border-radius: 3px;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.12);
  height: auto;
  letter-spacing: 1px;
  outline: none;
  padding: 0 8px;
}
#comment-section form#commentform input[type="text"]{
  width: 30%;
}
#comment-section form#commentform textarea{
    padding: 10px;
    width: 60%;
    height: 120px;
}
#comment-section form#commentform input[type="text"]:focus,
#comment-section form#commentform textarea:focus{
  background: #eef7fc;
  border: 1px solid #75b1d9;
  box-shadow: none;
}
#comment-section h3 {
    margin: 0 0 20px;
    font-size: 18px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}
#comment-section ul li {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
#comment-section ul li:last-child{
    border: none;
}
#comment-section ul {
    padding: 0;
    margin: 0;
}
#comment-section figure{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 12px; 
}
#comment-section figure img{
    max-width: 100%;
    height: auto;
}
#comment-section .comment-detail{
    float: left;
}
#comment-section .comment-meta cite{
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
}
#comment-section .comment-meta a{
    font-weight: normal;
    color: #ccc;
}
#respond{
    margin-top: 30px;
}
#comment-section ul li.depth-2 {
  margin-left: 50px;
}
ul.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
ul.page-numbers li a,
ul.page-numbers li span {
    position: relative;
    display: block;
    padding: .5rem .84rem;
    margin-left: -1px;
    line-height: 1.25;
    color: rgba(51,51,51,0.7);
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0 !important;
    min-width: 38px;
    text-align: center;
}
ul.page-numbers li a:hover,
ul.page-numbers li span:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
}
ul.page-numbers li a i,
ul.page-numbers li span i {
    font-size: .75rem;
}
ul.page-numbers li .current{
    z-index: 3;
    color: #fff;
    background-color: #586d00 !important;
    border-color: #586d00 !important;
}

.breadcrumb-business {
    font-size: .8125rem;
    color: #0D4C90;
    margin-left: -5px;
}
.breadcrumb-business a {
    color: #7B7B7E;
    margin: 0;
}
.breadcrumb-business > span{
    margin: 0 5px;
    padding: 0;
}
/*------------------------------------*\
    CASCADING MAIN STYLE
\*------------------------------------*/
.publications-class .col {
    background-color: #eee;
    text-align: center;
    border-right: 1px solid #ddd;
}

.publications-class img {
    max-height: 70px;
    display: block;
    margin: 0 auto 15px;
    width: auto;
}

.publications-class .active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.publications-class .col:last-child {
    border-right: 0;
}

.publications-class .col.active {
    background-color: #1757a3;
    color: #fff;
}

.publications-class .col>div {
    padding: 20px;
    width: 100%;
}

.publications-class .col[data-target] {
    cursor: pointer;
}

.pubs-slides {
    margin: 1.5rem 0 0;
    position: relative;
}

.pubs-slides h4 {
    border-bottom: 1px solid #eee;
    padding: 0 0 1rem;
}

.pubs-slides-inner {
    position: relative;
    z-index: 2;
    padding: 0 30px;
}

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

.pub-inner img {
    display: inline-block !important;
    width: auto !important;
    margin-top: 0 !important;
    margin-bottom: 15px;
}

.pub-inner .pub-title {
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 0 10px;
}

.pub-inner .pub-desc {
    color: #999;
    font-size: 0.9em;
}

.pubs-slides .next,
.pubs-slides .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
    color: #333;
    z-index: 9;
}

.pubs-slides .next {
    right: 0;
}

.top form {
    display: flex;
    align-items: center;
}

.top form input {
    width: 95%;
    float: left;
}

@media screen and (max-width: 991px) {

    .top form input {
        width: 100%;
    }
    .searchbox-bottom i {
        margin-top: 0;
        text-align: right !important;
        right: 2.3em !important;
        margin-top: 0;
        position: absolute;
        color: #ccc;
    }

}

@media screen and (max-width: 991px) {
    .top.no-gutters.d-none.d-md-flex {
        display: none !important;
    }
    .searchbox-bottom {
        display: block !important;
        padding-bottom: 0 !important;
        border-top: 1px solid #ccc !important;
    }
}

.src-main.col-md {
    display: block;
}

#events-featured {
    display: none;
}

p:empty:before {
    content: "";
}

/*Aat Add Style*/
.widget_arise_social_widget a{
    color: #333;
}

.widget_arise_social_widget a:hover {
    color: #003399;
    text-decoration: none; 
}

@media screen and (min-width: 62em) {
    .featured-details {
        padding-right: 28px;
    }
}

@media screen and (min-width: 62em) {
    .home-slide-new .home-slide-desc {
        padding-right: 4rem;
    }
}

.navbar.navbar-light {
    margin-bottom : 0;
}

/*aat- news ticker mobile*/
.news-ticker {
    display: none;
}
.news-ticker--mb {
    display: block;
    border-bottom: 1px solid #cdcdcd;
    font-size: 0.9em;
    text-align: center;
    padding: 10px 15px;
}

@media screen and (max-width: 62em) {
    .news-mobile {
        border-bottom: 1px solid #cdcdcd;
        font-size: 0.9em;
        text-align: center;
        padding: 10px 15px;
        display: block !important;
    }
    .news-mobile .news-ticker {
        display: block;
        font-size: 0.9rem !important;
        padding: 0 !important;
    }
}
@media screen and (min-width: 48em) {
    .news-ticker--mb {
        margin-bottom: 10px;
    }
}

.news-ticker--mb .news-ticker {
    display: block;
}

@media screen and (min-width: 62em) {
    .news-ticker--mb {
        display: none;
    }

    .news-ticker {
        display: block;
    }
}

/* 15-oct-2018 Header Responsive*/
.news-ticker--mb .src-main{
    display: none;
}

@media screen and (min-width: 62em) {
    input.menu {
        border: none;
        box-shadow: none !important;
        border-left: 1px solid #ccc !important;
        border-radius: 0;
    }

    .navbar .top {
        flex-direction: row;
        display: flex;
    }
}

@media screen and (max-width: 62em) {
    .navbar-ontop.navbar .top {
        /* display: none; */
    }
}

@media screen and (max-width: 62em) /*edited*/{
    .navbar-ontop.navbar .news-ticker {
        display: none;  
    }

    .top .src-main form input.menu {
        /* border-left: none !important; */
        /* border-bottom: none !important; */
        border-radius: 2px;
        margin-bottom: 12px;
        margin-top: 10px;
    }

    .navbar-brand {
        display: block;
        width: 200px;
        border-right: none !important;
    }

    .top .src-main form input {
        float: none;
        width: 100%;
    }

    .src-main .fas.fa-search {
        display: none;
    }
}

@media screen and (max-width: 48em) {
    .featured-events {
        display: block;
    }

    .src-main {
        display: none;  
    }
}

.navbar-light .navbar-toggler {
    border: none;
    margin-top: -15px;
}

.navbar-light .navbar-toggler-icon {
    color: #333333;
}


.src-main-mb  {
    display: block;
    border-top: 1px solid #cdcdcd;
    padding: 5px 0;
    display: none;
}

@media screen and (min-width: 48em) {
    .src-main-mb {
        display: none;
    }
}

.src-main-mb .form-group {
    width: 70%;
    margin: auto;
    padding: 8px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.src-main-mb .fa-search {
    color: #b7b7b7;
    position: absolute;
    right: 0;
    top: 17px;
    z-index: 10;

}

.src-main-mb:hover .fa-search  {
    color: #333;
}

.src-main-mb .form-group .form-control {
    padding-right: 38px;
    border: none !important;
    box-shadow: none;
}

/* 17oct18 Footer responsive*/
@media screen and (max-width: 48em) {
    .widget_arise_location_widget img {
        max-width: 140px;
    }

    .footer {
        padding-top: 3rem !important; 
    }

    .carousel-home.owl-theme .owl-nav {
        top: 10%;
    }

    .achivement-wrap-parent {
        margin: 2rem 0 !important;
    }
}

.widget_arise_social_widget a.socmed-icon  {
    color: #919191;
}

.contact-footer .fas {
    display: flex !important;
}

.achivement-wrap h3.achivement {
    font-weight: 400;
    color: #263d87;
    line-height: 1.3em;
} 

.achivement-wrap {
    margin-bottom: 10px;
}

.anchor-menu {
    text-align: center;
    display: flex !important;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
}

@media screen and (min-width: 1100px) {
    .anchor-menu {
        overflow-x: auto;
    }
}

@media screen and (max-width: 48em) {
    .anchor-menu .anchor-menu-1 {
       font-size: 14px;
      }

    .regproject-item {
        margin-bottom: 20px;
    }
}

.anchor-menu .anchor-menu-1:hover {
    text-decoration: none;
}


/*18-Oct-2010 aat*/
@media only screen and (min-device-width: 48em) and (max-device-width: 62em) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
        /* .navbar>.container,
        .navbar>.container-fluid {
            display:  block;
        }

        .navbar-brand {
            margin: auto;
        } */
}

@media screen and (max-width: 48em) {

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

    .partner-item {
        text-align: center
    }

    .attachment-news-thumb {
        text-align: center;
    }
}

/* 21 Oct 2018*/
@media screen and (max-width: 62em) {
    .contact-dtl {
        margin-bottom: 3rem;
    }
    .contact-dtl .contact-dtl__item iframe {
        width: 100% !important;
    }

    #events .owl-stage-outer {
        background: #232734;
    }

    .owl-carousel.events .event-description {
        padding: 2rem 2rem 0rem;
    }

    .events-heading h3 {
        margin-bottom: 1.5rem;
    }

    .events-heading {
        padding-bottom: 30px;
    }

    #sidebar {
        margin-bottom: 3rem;
    }
    .overview .numbering {
        font-size: 1.5em;
        text-align:left !important;
    }

    .about-title {
        margin-bottom: 25px;
        padding: 0 !important;
    }

    .about-title img {
        margin: auto;
        width: 280px;
    }

    .anchor-menu {
        justify-content: flex-start !important;
        padding-left: 0 !important;
        padding-left: 0 !important;
    }

    .anchor-menu .anchor-menu-1 {
        font-size: 0.9em;
    }
}

/*24 Oct 2018*/
.h3.achivement {
    line-height: 1.3em;
}
@media screen and (max-width: 62em) {
    .home-slide-new .home-slide-desc {
        height: auto;
    }

    .home-slide-new .item p {
        font-size: 23px;
    }

    .h3.achivement {
        font-size: 18px;
    }
}

.page-template-projects .objective article img {
    width: auto;
    max-height: 95px;
}

.component-item a {
    color: #000;
}

.component-item:hover a{
    color: #003399;
    text-decoration: none;
}

#featured-news {
    margin-top: 50px;
}
@media screen and (max-width: 62em) {
    #featured-news .featured-details h2.post-title {
        font-size: 26px !important;
    }
    #featured-news .featured-details .post-title a {
        font-size: 20px !important;
    }
}

.featured-details {
    padding: 2.5rem 2rem 2rem 1rem;
}

.post-thumbnail {
    margin-bottom: 20px;
}

@media screen and (max-width: 62em) {
    .featured-inner__thumb {
        text-align: center;
    }

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

.featured-details {
    padding: 2.5rem 2rem 2rem 2rem;
}


.publications-class__item {
    display: flex;
}

@media screen and (max-width: 62em) {
    .publications-class__item.col {
        flex-basis: auto;
        width: 50%;
        vertical-align: top;
    }

    .publications-class .col>div {
        padding: 10px 20px;
        overflow: hidden;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .publications-class__item  figure {
        margin-right: 10px;
        flex: 0 0 50px;
        max-width: 50px;
    }
    .publications-class__item img {
        max-height: none;
        display: inline-block;
        width: 35px;
        height: auto;
        vertical-align: middle;
        margin-bottom: 0;

    }

    .publications-class .col>div span {
        display: block;
        overflow: hidden;
        line-height: 1.4em;
        font-size: 0.9em;
    }

    .home-slide-desc {
        padding: 0 15px !important;
    }

    .home-slide-desc > .centered {
        position: relative;
        width: 100%;
        padding: 2rem 1rem;
        top: 0;
        left: 0;
        transform: none;
        margin: 0;
    }


    .navbar-nav .nav-item .nav-link {
        margin: 0 !important;
        padding: 8px 0 !important;
    }
}

.attachment-news-thumb {
    margin-bottom: 20px;
}
.partner-item {
    text-align: center;
}

@media only screen and (min-device-width: 62em) and (max-device-width: 72em) {
    .home-slide-new .item p {
        padding-right: 4.5 rem;
        font-size: 25px;
    }
}

.publications-class__item  figure {
    margin: 0;
}

.contact-address {
    display: flex;
    flex-wrap: wrap;
}


.public-mbnav {
    cursor: pointer;
    display: block;
}
/* @media screen and (min-width: 62em) {
    .public-mbnav {
        display: none;
    }
} */
.public-mbnav .public-mbnav__desc {
    position: relative;
   background-color: #eee;
   text-align: left;
   padding: 10px 20px;
   padding-right: 27px;
   overflow: hidden;
   display: flex;
   flex-grow: 1;
    max-width: 100%;
   align-items: center;
}

.public-mbnav .public-mbnav__desc figure {
    margin: 0;
    margin-right: 10px;    
    flex: 0 0 50px;
   max-width: 50px;
}

.public-mbnav .public-mbnav__desc img {
   max-height: none;
   display: inline-block;
   width: 35px;
   height: auto;
   vertical-align: middle;
   margin-bottom: 0;
}

.public-mbnav .fas {
    position: absolute;
    right: 25px;
     top: 12px;
}

@media screen and (max-width: 62em) {
    .publicationz {
       border-top: 1px solid #cccccc;
    }
}

@media screen and (max-width: 48em) {
    .featured-events #containerNav.owl-nav {
        display: inline-flex !important;
        flex-direction: row;
        width: auto;
        top: 42% !important;
        left: 70% !important;
    }
    #events #containerNav button.owl-prev, #events #containerNav button.owl-next {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
    #events #containerNav .fa-angle-left, #events #containerNav .fa-angle-right {
        padding-top: 0;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 780px) {
    #events.featured-events div#containerNav {
        display: none !important;
    }
}
@media screen and (min-width: 36em) and (max-width: 56em) {
    .featured-events #containerNav.owl-nav {
        top: 5% !important;
        left: 70% !important;
    }
}
@media screen and (min-width: 770px) and (max-width: 920px) {
    .featured-events #containerNav.owl-nav {
        top: -70% !important;
    }
}

button.owl-next:focus, button.owl-prev:focus {
    outline: none;
}
@media screen and (max-width: 118em) {
    #containerNav.owl-nav {
        display: flex !important;
        left: 40% !important;
        top: 82% !important;
    }
}


/*Back to top button*/
.backto-top {
    width:50px;
    height: 55px;
    opacity: 0.5;
    padding: 5px 8px;
    position:fixed;
    bottom: 30px;
    right: 20px;
    display: none;
    outline: none !important;
    background-color: #12bbad;
    color: white;
    z-index: 101;
    border-radius: 3px;
    text-align: center;
    transition: all .3s ease;
}

 .backto-top:hover {
    text-decoration: none;
    opacity: 1;
}

.backto-top span {
    display: block;
    font-size: 9px;
    line-height: 1.3em;
    text-transform: uppercase;
}

 .backto-top span.fas {
    font-size: 23px;
    line-height: 0.9em;
}


@media only screen and (min-device-width: 62em) and (max-device-width: 74em)  {
    .navbar .nav-item {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
}

.table-sub-component tbody td{
    border: none !important;
}

.table-sub-component tr:nth-child(odd) .column-1 {
    width: 235px !important;
    font-size: 20px;
    font-weight: bold;
}

.table-sub-component tr:nth-child(odd) .column-1:after {
    font-family: "Font Awesome 5 Free";
    font-size:16px; 
    color: #213964;
    content: "\f04b";
    margin-left: 15px;
    vertical-align: text-top;
}
.table-sub-component tr:nth-child(even) .column-1 img {
    height: 50px;
    width: 50px;
    display: block;
}

.table-sub-component tr:nth-child(odd) .column-2 {
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    text-align: justify;
}

.table-sub-component tr:nth-child(even) .column-2 {
    font-size: 14px;
    vertical-align: middle;
    text-align: justify;
}

@media screen and (max-width: 48em) {
    .table-sub-component tr:nth-child(odd) .column-1 {
        width: auto !important;
        font-size: 16px;
        font-weight: bold;
    }
    .table-sub-component tr:nth-child(odd) .column-1:after {
       content: "";
    }
    #posts-list .mobile-search {
        display: flex;
    }
}


.widget_related_news .attachment-news-thumb {
    margin-bottom: 0;
}

.widget_related_news .post-thumbnail {
    margin-bottom: 15px;
}

.widget_related_news .post-title {
    margin-top: 0;
}

/*Revise 7 Dec 2018 -aat */
@media screen and (max-width: 48em) {
    .single-post #sidebar.order-1,
    .single-mec-events #sidebar.order-1{
        order: 3 !important;
    }

    .publications-class__item.col { 
        width: 100%;
    }
}

@media screen and (max-width: 62em) {
    .navbar .top {
        border: none;
    }
}


@media screen and (max-width: 575px) {
    .attachment-news-thumb {
        display: block;
        margin: 0 auto 20px;
    }
    .mt-custom-2 {
        margin-top: 3.5rem !important;
    }
    .footer .managed a img {
        height: auto !important
    }
}

.event-information .icon {
    color: #1757a3;
}

.public-mbnav {
    display: none !important;
}

.attachment-aboutpeople-thumb {
    width: 100%;
}

.navbar.navbar-light {
    width: 100%;
}
.sticky-head {
    width: 100%;
    left: 0;
    top: 0;
    background: white;
    z-index: 1000;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width : 62em) {
     .navbar-light {
        height:  auto !important;
     }
     .sticky-head {
        position: relative !important;
     }
}

/*------------------------------------*\
    FORM 7 STYLE
\*------------------------------------*/
.career-form p,
.career-form br {
    display: none;
}
/*------------------------------------*\
    PLUGIN STYLE
\*------------------------------------*/


@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
