<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgnâ„¢
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* .homepage #masthead .menu-container{
	background:none;   
} */
.contact-method-tumblr{
    display:none!important;
}
.wpml-ls-current-language a{
	color:#03a746!important
}
.homepageslider .uncont{
    padding-top:0px!important;
}
.hfixed .t-entry-text {
    min-height: 180px;
}
.social-icon i {
    font-size: 32px !important;
}
.t-entry-excerpt p{
    color:#03a746!important;
}

/* #masthead .menu-container{
 background:none;   
} */
.homepageslideshow {
    /*margin-top: -150px;*/
}
.owl-dots{
    bottom:30px!important;
}
.owl-dots .owl-dot.active span{
    box-shadow: 0px 0px 0px 2px #03a746;
}
.specialheading .heading-text{
    text-align:center;
}

.specialheading .heading-text span{
    text-transform:uppercase;
    font-family: Oswald, 'Nunito Sans'!important;
    font-weight:400;
    font-size:24px;
}
.specialheading .heading-text span:after{
      content : "";
      position: absolute;
    left:calc(50% - 40px);
      bottom  : -10px;
      height  : 1px;
      width   : 80px;  /* or 100px */
      border-bottom:1px solid #03a746;
}
.specialheading .heading-text span:before{
      content : "";
      position: absolute;
      left:calc(50% - 40px);
      top  : -10px;
      height  : 1px;
      width   : 80px;  /* or 100px */
    border-top: solid 1px #007ec8;
}
.logo-container{
    padding-top:15px;
    padding-bottom:15px;
}
#logo-container-mobile{
    padding-top:15px!important;
     padding-bottom:15px!important;
}
p{font-size:16px}
/*#masthead .menu-container{*/
/*    background: #FFF url("http://www.creativeplusplus.com/ppg/wp-content/uploads/2020/10/header.jpg");*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*}*/

.site-footer{
    background: #FFF url("http://www.creativeplusplus.com/ppg/wp-content/uploads/2020/10/header.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.authors-list-items{
    /*display:table;*/
}
.authors-list-item{
    text-align:center;
    /*display:table-cell;*/
}
.authors-list-item-thumbnail{
    margin-bottom: 0px!important;
}
.authors-list-item-title h3{
    margin-top:0px!important;
}
.t-entry-category a{
    color:#03a746!important;
}
#menu-footer .menu-item {
    display: block;
    float: left;
    margin-right: 20px;
    font-family: "oswald";
    text-transform: uppercase;
    font-size: 20px;
}
.news-loop .t-entry-title.h5 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.news-loop .t-entry-text{
    height:184px;
}
.uncode-vc-social {
    display: flex;
    justify-content: center;
}
.tmb .t-entry p.t-entry-meta span{
    font-size:16px;
}
.onlyavatar .author-profile-content {
    display: none !important;
}
.author .page-body {
    display: none !important;
}
.onlyauthorcontent .author-profile-content h4 {
    display: none !important;
}

.tmb-avatar-size-sm img {
    display: none !important;
}
.tmb-username-wrap{
    margin-left:0px!important;
}
.page-content .authors-list-item{
    background:white!important;
}
.swiper-pagination-bullet-active{
    border:solid 2px #03a746;
    background:#03a746!important;
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets{
    bottom:25px;
}
.swiper-container .swiper-wrapper .authors-list-item-main{
    min-height:190px;
}
.swiper-container .swiper-slide{
    flex-direction:column;
    align-content: space-between;
    margin-bottom:30px;
}
.page-content .swiper-slide .authors-list-item-thumbnail{
    margin-top:-22px;
}
.page-content-block .row-container .row-parent {
    padding: 0px;
}

.author-title{
    margin-bottom:30px;
    margin-top:50px;
    display:block;
    text-align:center;
}
.authors-list-item-main p:empty::before {
    display: none;
}

.authors-list-item-main{
    min-height:170px;
}

.authors-list-grid{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom:30px;
}
.portfolio-karya .t-entry-text{
    min-height:165px;
}
.portfolio-karya h4{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.avatar.avatar-500.photo {
    object-fit: cover;
    width: 100%;
    height: 365px;
}
/* .isotope-layout{
	display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.tmb{
	height:100%;
	width:100%;
	left:0!important;
	position:relative!important;
}
.isotope-layout .tmb &gt; .t-inside{
	height:100%
} */
.swiper-container{
	overflow:hidden
}

@media only screen and (max-width: 600px) {
    .authors-list-grid{
        grid-template-columns: repeat(1, 1fr);
    }
	.tmb-content-overlay .h1{
		font-size:34px!important
	}
}

</pre></body></html>