@font-face {
    font-family: 'Hlvtica';
    src: url('../fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
        url('../HelveticaNeueLTStd-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Avenir-Black";
    src: url('../fonts/Avenir-Black.otf') format("opentype"), url('../fonts/Avenir-Black.ttf') format("truetype");
}

@font-face {
    font-family: "Avenir-Regular";
    src: url('../fonts/Avenir-Regular.otf') format("opentype"), url('../fonts/Avenir-Regular.ttf') format("truetype");
}

body,html{
	font-family: Avenir-Regular;
}

header.site-header{
    background: #fff;
	background-repeat: no-repeat;
	height: 115px;
}

.container.logMenu {

    padding-top: 15px;

}

.main-navigation {

    clear: both;
    display: block;
    float: left;
    width: 100%;
    margin-top: 40px;

}

.searchBtn a {

    color: #b9b8b6;
    padding: 5px;
    margin-top: 43px;
    display: inline-block;

}

.searchBtn a:hover {

    color: #de8726;

}

.wrapperBorder {

    background: #edaf2b;

    height: 14px;

    position: absolute;

    width: 100%;

    top: 0px;

}

.topMenuWrapper {

    position: absolute;

    right: 130px;

    margin-top: -10px;

}

.sosmedWrapper{

    margin-right: 10px;

}

.sosmedWrapper span img{

    margin:0 5px 0 5px;

}

.loginWrapper a {

    background: #edaf2b;

    color: #fff;

    padding: 8px 10px 8px 10px;

    border-bottom-right-radius: 8px;

    border-bottom-left-radius: 8px;

    text-transform: uppercase;

    font-weight: bold;

    font-size: 15px;

    font-family: Josefin Sans;

}

.loginWrapper {

    position: absolute;

    right: 145px;

    margin-top: 0px;

}

.logoWrapper, .sosmedWrapper{

    position: relative;

    z-index: 99;

}

footer.site-footer {
    background: #f8a726;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: medium;
    margin-top: 0px;
    font-family: Avenir-Regular;
}
footer.site-copy {
    background: #eceeed;
    padding: 15px;
    color: #f8a726;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
}
footer.site-footer a{
    color: #fff;
}
footer.site-copy{
    color: #f8a726;
    font-size:12px;
    font-family: Avenir-black;
}
footer.site-copy .site-info .footerRight{
    text-align: right;
}
footer.site-copy .footerRight a{
    text-align: right;
    color: #f8a726;
}

footer.site-info.footerRight a{
    color: #fff;
    padding:0 10px 0 10px;
}

article.hentry {

    margin: 0 0 0em;

}

.thumbnailImg {
    height: 100%;
    /*height: 300px;
    overflow: hidden;
    min-height: 150px;*/
}
.thumbnailImg img{
    width: 100%;
}
.terbaruTitle {
    font-size: 25px;
    font-weight: 600;
    border-bottom: 1px solid #1d1d1d;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.beritaMeta ul {
    margin: 0px 0 20px 0;
    padding: 0px;
}
.beritaMeta ul li {
    list-style: none;
    padding: 0px;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    letter-spacing: 1px;
}
.beritaMeta ul li a {
    color: #1d1d1d;
    text-decoration: none;
}
.postRead a {
    background: #f8a726;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    letter-spacing: 1px;
}
.postRead {
    display: block;
    margin-bottom: 60px;
    margin-top: 30px;
}
.beritaDate {
    position: relative;
    margin-top: -35px;
    display: inline-block;
    background: #f8a726;
    text-align: center;
    padding: 10px 15px 5px 15px;
    border-radius: 0px;
    margin-left: 20px;
    color: #fff;
}
.beritaDate .tanggal {
    font-weight: 700;
    font-size: 30px;
    margin-top: -10px;
}
.beritaDate .bulan {
    font-weight: bold;
    font-size: 20px;
    margin-top: -15px;
}
.beritaDate .tahun {
    font-weight: bold;
    font-size: 15px;
    margin-top: -5px;
}
.widget-title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0px;
    padding-top: 0px;
}
section.widget ul {
    padding: 0px;
    margin: 0px;
}
section.widget ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    color: #1d1d1d;
}
section.widget ul li a{
    color: #1d1d1d;
    text-decoration: none;
}
.post-date {
    display: block;
    font-size: 14px;
    color: #8f8d8d;
}
.single-post .paginationWrapper {
    display: none;
}
.archive .site-content {
    max-width: 1140px;
    display: block;
    margin: auto;
	padding-top: 30px;
}
.archive .content-area {
    display: inline-block;
    width: 70%;
}
.archive h1.page-title {
    font-family: Avenir-Black;
    font-size: 36px;
}
.archive aside#secondary {
    display: inline-block;
    width: 27%;
    vertical-align: top;
    margin-left: 25px;
    margin-top: 56px;
}
.site-content {
    overflow: hidden;
}
section.widget_recent_entries ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #8f8d8d;
    padding-bottom: 10px;
}
.pagination span {
    display: none;
    background: #f8a726;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin-right: 5px;
}
.pagination span.current {
    padding: 5px 10px 5px 10px;
    border: 1px solid #f8a726;
    display: block;
}
.pagination .inactive {
    border: 1px solid #1d1d1d;
    margin-right: 5px;
    padding: 5px 10px;
    color: #1d1d1d;
    font-weight: 600;
}
.pagination .inactive:hover {
    border: 1px solid #f8a726;
    margin-right: 5px;
    padding: 5px 10px;
    color: #fff;
    background: #f8a726;
}
.pagination a {
    border: 1px solid #fff;
    margin-right: 0px;
    padding: 5px 10px;
    color: #1d1d1d;
    text-decoration: none;
}
.pagination a:hover{
    color: #f8a726;
}
.bannerBerita {
    margin-top: 50px;
}
.kontakWrapper .uavc-list {
    margin: 0px;
    padding: 0px;
}
.kontakWrapper{
    padding:35px 0 25px 0;
    margin-top:0px;
    font-family: Source Sans Pro;
    background: #e8e8e8;
}
.kontakWrapper .uavc-list li{
    margin: 0px;
    padding: 0px;
    list-style:none;
    font-weight:600;
    font-size:14px;
}
.footRight {
    float: right;
    width: 90%;
    font-family: 'Source Sans Pro';
}
.theList {
    margin-bottom: 0px;
    display: grid;
}
.navigate{
    margin-top: 40px;
}
.navigate a {
    padding: 10px;
    border: 1px solid #d4d2d2;
    border-radius: 20px;
    color: #1d1d1d;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background: #fbfaf8;
}
.navigate a:hover {
    padding: 10px;
    border: 1px solid #f8a726;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background: #f8a726;
}
.titleRelated {
    font-family: Josefin Sans;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}
.relatedList a {
    color: #1d1d1d;
    font-weight: bold;
    font-family: Josefin Sans;
    font-size: 18px;
}
.post.type-post .postExc{
    font-family: Hlvtica;
    font-size: 15px;
    letter-spacing: 1px;
}
blockquote {
    padding-left: 30px;
    border-left: 0px solid #d1d1d1;
}
blockquote p:before{
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ed5200;
    font-size: 25px;
    padding-right: 0.5em;
    float: left;
}
.comments-title{
    font-family: avenir black;
    margin-top: 50px;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.comment-reply-title {
    font-family: Josefin Sans;
    margin-top: 50px;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.must-log-in{
    color: #1d1d1d;
    font-family: avenir;
    font-size: 15px;
}
.must-log-in a{
    color: #1d1d1d;
    font-family: avenir black;
    font-size: 15px;
}
.logged-in-as, .logged-in-as a {
    color: #1d1d1d;
    font-family: Hlvtica;
    font-size: 14px;
    letter-spacing: 1px;
}
p.form-submit #submit {
    text-transform: uppercase;
    padding: 20px 10px 20px 10px;
    font-family: Josefin Sans;
    font-size: 14px;
    color: #fff;
    border: 0px;
    background: #f2a325;
    border-radius: 0px;
    cursor: pointer;
}
.comments-area .comment-list {
    margin-left: 0px;
}
.default.avatar {
    display: block;
}
.comment-author b .url {
    color: #1d1d1d;
}
.comment-author .says {
    display: none;
}
.comment-metadata a {
    color: #1d1d1d;
}
.comment-metadata {
    font-size: 14px;
    color: #1d1d1d;
    margin-bottom: 10px;
}
#cancel-comment-reply-link {
    font-size: 24px;
    color: #1d1d1d;
}
#cancel-comment-reply-link:before {
    content: " |";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1d1d1d;
    font-size: 25px;
    padding-right: 0.5em;
}
.comment-reply-link, .comment-reply-login {
    color: #74ad44!important;
    font-weight: bold;
}
.comment-reply-link:hover {
    color: #1d1d1d;
    font-weight: bold;
}
.comment-content {
    color: #82878a;
    font-size: 16px;
}
.single-post .site-content {
    margin-top: 50px;
}
.avatar.photo {
    display: block;
    margin-bottom: 10px;
}
.profilList, .galeriFotoList, .galeriVideoList{
    margin-top: 50px;
}
.paginationCircle {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 20px;
}
.paginationCircle span{
    display: none;
}
.paginationCircle span.current, .paginationCircle a:hover{
    display: inline-block;
    color: #f8a726;
    font-size: 22px;
}
.paginationCircle a{
    color: #f8a726;
    font-size: 22px;   
}
/*.theList h2 {
    background: #b03e08;
    color: #fff;
    text-transform: uppercase;
    font-family: avenir black;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 15px 0 15px 0;
    text-align: center;
    text-decoration: none;
}
.theList h2 a{
    color: #fff;
}*/
.fotoListTitle{
    font-size: 14px;
    font-family: Avenir-Regular;
    padding: 10px 15px 10px 15px;
    color: #141414;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    background: #fafafa;
}
.profilExcerpt {
    font-size: 14px;
    font-family: avenir;
    padding: 10px 15px 10px 15px;
    color: #141414;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    background: #fafafa;
}
.ebookWrapper .thumbnailImg{
    height: auto;
    width: 100%;
}
.ebookWrapper .terbaruTitle {
    font-size: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-family: Avenir-Regular !important;
    height: 80px;
    overflow: hidden;
    min-height: 80px;
    color: #565454;
    border-bottom: 0px;
}
.ebookWrapper .beritaMeta a {
    border: 1px solid #f2a325;
    padding: 10px;
    margin-top: 0px;
    color: #f2a325;
    display: block;
    text-align: center;
}
.ebookWrapper .beritaMeta a:hover {
    border: 1px solid #f2a325;
    background: #f2a325;
    color: #fff;
}
.artikelWrapper .beritaMeta a{
    border-top: 0px solid #1d1d1d;
    padding-top: 10px;
    margin-top: 10px;
}
.artikelWrapper .thumbnailImg {
    height: 200px;
    overflow: hidden;
    min-height: 150px;
}
.artikelWrapper .beritaDate {
    position: absolute;
    display: inline-block;
    background: #f8a726;
    text-align: center;
    padding: 10px 15px 5px 15px;
    border-radius: 0px;
    margin-left: 0px;
    color: #fff;
    top: 120px;
}
.artikelWrapper .terbaruTitle {
    font-size: 15px;
    border-bottom: 0px solid #1d1d1d;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: Avenir-Regular;
    height: auto;
    overflow: hidden;
    min-height: auto;
}
.artikelWrapper .terbaruTitle a{
    color: #1d1d1d;
    font-size: 16px;
    font-family: Avenir-Regular;
}
.artikelWrapper .beritaMeta {
    border-top: 1px solid #1d1d1d;
    padding-top: 5px;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
}
.artikelWrapper .listWrapper {
    background: #f4f4f4;
    padding: 10px 10px 10px 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 0px;
    height: 300px;
    overflow: hidden;
    min-height: 300px;
    margin-bottom: 15px;
}
.artikelWrapper .postExc {
    min-height: 120px;
    height: 120px;
    overflow: hidden;
    font-family: Hlvtica;
    font-size: 14px;
    letter-spacing: 1px;
}
.paginationWrapper {
    display: block;
    text-align: center;
    margin: 50px auto;
}
.formWrapper {
    text-align: center;
    padding: 10px 30px 10px 30px;
    background: #f2f2f2;
    margin-bottom: 25px;
    font-family: Josefin Sans;
}
.formWrapper fieldset {
    background: #fff;
}
.formWrapper form fieldset select {
    padding: 5px 50px 5px 50px;
    font-family: Hlvtica;
    border-radius: 20px;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 50px;
    letter-spacing: 1px;
}
.formWrapper form fieldset input {
    font-family: Hlvtica;
    border-radius: 0px !important;
    min-width: 280px;
    width: 92%;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1px;
}
.formWrapper .searchTag {

    padding: 6px 10px 5px 10px;
    background: #f8a726;
    font-family: Josefin Sans;
    font-size: 13px;
    text-transform: uppercase;
    border: 0px;
    cursor: pointer;
    color: #fff;

}
.separatorManual {
    display: block;
    border-bottom: 2px solid #f2a325;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.titleManual{
    font-size: 36px;
    color: #1d1d1d;
    text-align: center;
    font-family: Avenir-Black;
    margin-top: 40px;
    padding-bottom: 20px;
    font-weight: 700;
}
.singleEbook{
    font-size: 24px;
	font-family: Avenir-Regular;
	color: #565454;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: 700;
}
.ebooks h4 {
    font-size: 18px;
}
.ebookContent {
    color: #565454;
    font-family: Hlvtica;
    font-size: 14px;
    letter-spacing: 1px;
}
.ebookContent ul {
    margin-left: 0;
}
.ebookContent ul li {
    font-size: 16px;
	line-height: 30px;
}
article.ebooks.type-ebooks {
    padding: 20px;
}
.downladoBtn a {
	background: #f2a325;
    color: #fff;
    padding: 10px 60px;
    display: inline-block;
    width: auto;
    text-align: center;
    font-family: Avenir-Regular;
    font-size: 14px;
    margin: 20px 0 0 0;
}
.single-ebooks .content-area {
    padding-bottom: 40px;
}
.page-content, .entry-content, .entry-summary {
    margin: 0em 0 0;
}
div.userpro-overlay-inner div.userpro ,
div.userpro-overlay-inner div.userpro-head{
    margin: 0 !important;
    max-width: 100%;
    position: relative;
    background: #edaf2b;
    border-color: #edaf2b;
    border-radius: 0px;
    font-family: avenir;
}
div.userpro-profile-name{
    color: #fff !important;
}
.userpro-profile-name a {
    display: block;
    color: #fff !important;
    font-family: avenir black;
}

.error-404 .page-title {
    text-align: center;
    font-size: 20px;
    margin: 100px 0 100px 0;
    color: #999;
}
.backGaleri {
    text-align: center;
    margin: 40px 0 40px 0;
}
.backGaleri a {
    text-align: center;
    color: #fff;
    background: #f2a325;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    font-weight: bold;
}
.galeriFotoList .theList h2 {
    background: #f2a325;
    color: #fff;
    text-transform: uppercase;
    font-family: Avenir-Regular;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 15px 0 15px 0;
    text-align: center;
    text-decoration: none;
    min-height: 90px;
    font-weight: 700;
}
.galeriFotoList .theList h2 p {
    margin-bottom: 0;
}
.galeriFotoList .theList .thumbnailProfil {
    min-height: 200px;
    overflow: hidden;
    height: 200px;
}
.galeriVideoList .theList h2 {
	background: rgba(221, 221, 221, 0.56);
    color: #4d4c4c;
    text-transform: none;
    font-family: Avenir-Regular;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 15px 7px 15px 20px;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
	height: 17vh;
}
.formWrapper {
    display: none;
}
.galeriVideoList {
    margin-bottom: 50px;
}
.galeriVideoList .theList h2 p{
    margin-top: 10px;
}
.galeriVideoList .theList .thumbnailProfil {
    min-height: 200px;
    overflow: hidden;
    height: 200px;
}
.row.galeriFotoList .col-lg-4 {

    margin: 12px;
    flex: 0 0 31%;
    max-width: 31%;
    padding: 0;
}
.galeriFotoList .theList p {
    font-size: 16px;
    padding: 0 10px;
    text-transform: none;
}
.galerifoto h2,
.galery_video h2 {
    font-size: 24px !important;
    color: #000 !important;
}
.single-galerifoto main.site-main {
    background: #f1f1f1;
}
.profilOffList .col-lg-4.nopadding{
    margin: 0px!important;
    padding: 0px!important;
}
.theOffList{
    height: 300px;
    min-height: 300px;
}
.theOffList .offText {
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    margin: 0 15px 0 15px;
    color: #fff;
}
.theOffList .offText h2 {
    line-height: 20px;
}
.theOffList .offText h2 a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}
.offText .offAuthor{
    color: #eeaf2c;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-custom {
    font-family: Avenir-Regular;
}
.like__btn {
    border: none;
    background-color: transparent;
    color: #1d1d1d;
    cursor: pointer;
    padding: 0.8rem;
    border-radius: 0.4rem;
    max-width: auto;
    transition: all ease 0.3s;
    display: inline-block;
    align-items: center;

}

.like__icon {
    font-size: 1.2rem;
    margin-right: 0.3rem;
}

.like__number {
    font-size: 0.8rem;
}
/*div.userpro-input {
    position: relative;
    padding: 10px;
    background: #f2f2f2;
}
.userpro-field[data-key="post_featured_image"] div.userpro-input {
    position: relative;
    padding: 0px;
    background: transparent;
}
div.userpro .userpro-pic-upload.ajax-file-upload, div.userpro .userpro-pic-upload.ajax-file-upload:hover {
    background: #edaf2b !important;
    border: 0px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    color: #fff !important;
    padding: 10px !important;
    height: auto !important;
    font-size: 15px;
    font-family: lato !important;
}

.titleField {
    font-family: lato;
    font-weight: 900;
    color: #1d1d1d;
    font-size: 30px;
    margin-bottom: 5px;
}
.userpro-submit .userpro-button {
    background: #eb712d !important;
    border: 0px !important;
    font-size: 20px !important;
    text-transform: uppercase;
    font-family: lato;
    font-weight: 900 !important;
    border-radius: 50px !important;
    padding: 20px !important;
}
.userpro-submit .userpro-button, .userpro-submit .userpro-button:hover {
    background: #eb712d !important;
    border: 0px !important;
    font-size: 15px !important;
    text-transform: uppercase;
    font-family: lato;
    font-weight: 900 !important;
    border-radius: 20px !important;
    padding: 0px 10px 0 10px !important;
    height: 100% !important;
}
input.userpro-button.red, a.userpro-button.red {
    color: #fff !important;
    border: solid 1px #bd3d3d !important;
    background: #ae3434 !important;
    -webkit-appearance: none;
}*/
.tulisButton {
    display: block;
    width: 100%;
    text-align: left;
}
.tulisButton a {
    display: block !important;
    background: #fff !important;
    font-family: lato;
    font-weight: 900;
    font-style: italic;
    font-size: 20px !important;
    text-align: left !important;
    letter-spacing: 1px;
}
.post-1399 form.wpuf-form-add ul.wpuf-form li .wpuf-label {
    float: none;
    width: 100%;
    min-height: 1px;
    font-weight: bold;
}
.post-1399 form.wpuf-form-add ul.wpuf-form li .wpuf-fields {
    float: none;
    width: 100%;
    background: #f1f1f1;
    padding: 10px 15px 10px 15px;
}
input#post_title_1455 {
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 0px;
    border: 0px;
}
textarea#post_content_1455 {
    padding: 10px;
    border-radius: 0px;
    border: 0px;
}
li.wpuf-el[data-label="Unggah Gambar Banner"] .wpuf-label {
    display: none;
}
.post-1399 form.wpuf-form-add ul.wpuf-form li.featured_image .wpuf-fields {
    float: none;
    width: 100%;
    background: transparent;
    padding: 10px 15px 10px 0px;
}
#wpuf-featured_image-1455-pickfiles {
    background: #edaf2b;
    border: 0px;
    padding: 10px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-family: lato;
}
.wpuf-submit .wpuf-label {
    display: none;
}
li.wpuf-submit .wpuf-submit-button {
    background: #eb712d;
    color: #fff;
    font-family: lato;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    padding: 10px;
    border-color: transparent;
    cursor: pointer;
}
li.wpuf-el .wpuf-label label {
    font-size: 30px;
    font-family: Josefin Sans;
    font-weight: 900;
}
.off2Text h2 a {
    color: #1d1d1d;
    font-family: Avenir-Regular;
    font-weight: 900;
    font-size: 16px;
    line-height: 0px;
}
.off2Text h2 {
    line-height: 25px;
}
.off2Author {
    color: #f8a726;
}
.row.profilOff2List .col-lg-4 {
    background: rgba(241, 241, 241, 0.14);
    margin: 12px;
    flex: 0 0 31%;
    max-width: 31%;
    padding: 0;
}
.profilOff2List .off2Text {
    padding: 10px;
}
.TanyaKamiTerpopuler .container .row.profilOff2List .row {
    display: block;
    margin: 20px auto;
}
.TanyaKamiTerpopuler .container .row.profilOff2List .row .alm-reveal.row {
    display: flex;
    background: #fff;
    text-align: left;
    margin-bottom: 0;
}
.TanyaKamiTerpopuler .container .row.profilOff2List .row .alm-btn-wrap {
    background: #fff;
    padding: 20px;
}
.TanyaKamiTerpopuler .alm-btn-wrap button.alm-load-more-btn.more {
    display: block !important;
    margin: auto !important;
    text-align: center;
    width: 320px;
}
.metaCount {

    text-align: right;
    margin-top: 35px;

}
iframe #ifrm{
    display: none!important;
}
#page {
    margin-bottom: -25px;
}
.ebookWrapper.col-md-3 {
    margin-bottom: 20px;
}
.single-agenda .site-main {
    margin-bottom: 40px;
}
.agendaHomeList .col-lg-3 {
    padding: 0px;
}
.row.agendaHomeList {
    padding: 0 20px 20px 20px;
    margin: 0 20px 0 20px;
}
.agendaHomeList .theList .titleAgendaHome {
    font-family: Avenir-Black;
    font-size: 17px;
    color: #1d1d1d;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 150px;
    margin-top: 20px;
    overflow: hidden;
    height: 150px;
    text-align: center;
}
.agendaHomeList .theList .dateAgenda{
    font-family: Avenir-Black;
    font-size: 17px;
    color: #1d1d1d;
    text-align: center;
    text-transform: uppercase;
}
.btnAgendaDetail{
    text-align: center;
    margin-top: 40px;
}
.btnAgendaDetail button{
	background-color: #302f2e;
    color: #d49a25;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    font-family: Avenir-Regular;
    border-radius: 50px;
    border: 0px;
    box-shadow: none;
}
.btnAgendaDetail button.btn.btn-primary:hover, .btnAgendaDetail button.btn.btn-primary:active, .btnAgendaDetail button.btn.btn-primary:focus{
    background-color: #302f2e;
    color: #d49a25;
    border: 0px;
    box-shadow: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #e39a25;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border-bottom: 0px solid #1d1d1d;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    font-family: Avenir-Black;
}
.modal-header img {
    text-align: center;
    margin: 0 auto;
}
.modal-body {
    font-family: Avenir-Regular;
    color: #1d1d1d;
    text-align: center;
}
.modal-body .modal-date {
    font-size: 25px;
    font-family: Avenir-Black;
}
.modal-body .modal-konten{
    font-family: Avenir-Regular;
    color: #1d1d1d;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: center;
}
.modal-body h5 {
    font-family: Avenir-Black;
    font-size: 22px;
}
.close {
    float: right;
    font-size: 3.5rem;
    line-height: 1px;
    color: #000;
    text-shadow: 0px;
    opacity: 1;
    font-weight: 200;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    opacity: .5;
    width: 3%;
}
.modal-backdrop.show {
    opacity: .9;
}
.separatorLine {
    width: 70px;
    background: #1d1d1d;
    display: block;
    height: 5px;
    margin: 20px auto 25px auto;
}
.textWhite {
    font-family: Avenir-Regular;
    font-size: 15px;
    color: #f6f6f6;
    letter-spacing: 0px;
}
.textBlack{
    font-family:Avenir-Regular;
    font-size:15px;
    color:#1d1d1d;
    letter-spacing:0px;
}
.sectionTitleHome{
    font-family: Avenir-Black;
}
.titlePage{
	font-family: Avenir-Black;
}

#searchBtn {
    margin-top: 58px;
    position: relative;
    z-index: 9;
}

#searchBtn i.fa.fa-search.fa-fw form.search-form {
    display: none;
}


#searchBtn i.fa.fa-search.fa-fw.active form.search-form {
	display: block;
}
#searchBtn i.fa.fa-search.fa-fw.active form.search-form input.search-submit {
    display: none;
}
#searchBtn i.fa.fa-search.fa-fw.Enable form.search-form {
    display: block !important;
}

#searchBtn i.fa.fa-search.fa-fw.Enable form.search-form input.search-submit {
    display: none !important;
}
i.fa.fa-search.fa-fw.active form.search-form input.search-field,
i.fa.fa-search.fa-fw.Enable form.search-form input.search-field{
    position: relative;
    top: 15px;
    right: 220px;
    height: 40px;
    width: 240px;
    border-radius: 0px;
    border: 1px solid #000;
    box-shadow: 0px 2px 11px 0px #000;
    background: rgba(241, 241, 241, 0.78);
    padding-left: 15px;
}
i.fa.fa-search.fa-fw.Enable form.search-form input.search-field::placeholder {
    font-family: Avenir-Regular;
}
.search-results {
    background: #f1f1f1;
}
.search-results section.content-area {
    background: #f1f1f1;
    display: inline-block;
    width: 70%;
    border-right: 1px solid #545454;
}
.search-results main.site-main {
	width: 90%;
    display: block;
    margin: auto;
}

.search-results .entry-summary {
    display: none;
}
.search-results article {
    display: block;
    width: 100%;
    vertical-align: top;
    margin: 20px;
}
.search-results header.entry-header h2.entry-title a {
    color: #212529;
    font-size: 18px;
    border-bottom: 1px solid #545454;
}
.search-results header.entry-header h2.entry-title {
    font-size: 24px;
    font-family: inherit;
    margin-bottom: 0;
}
.search-results h1.page-title {
    text-align: left;
    padding: 40px 20px 20px;
    font-size: 36px;
    font-family: Avenir-Black;
}
.search-results img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
.search-results .entry-meta,
.search-results span.comments-link {
    display: none;
}
.search-results aside#secondary {
    display: inline-block;
    width: 29%;
    vertical-align: top;
    background: #f1f1f1;
    margin-left: -3px;
    padding: 50px 20px 20px 20px;
}

.HeadingTittlePublikasi h2.vc_custom_heading {
    text-transform: uppercase;
    font-family: Avenir-Black;
}
.button-download a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
    background: #f47321;
}
.ebooks .col-md-4 div {
    text-align: right;
}
.CategoryPublikasi .vc-gitem-zone-height-mode-auto:before {
    padding-top: 60%;
    padding-bottom: 0%;
    background: #ddd;
}
.vc_tta-panel.vc_active.CategoryPublikasi {
    background: #fff;
}
.SectionTabsPublikasi ul.vc_tta-tabs-list {
    text-align: center;
}
.SectionTabsPublikasi ul.vc_tta-tabs-list li.vc_tta-tab a {
    padding: 10px 40px !important;
    border-radius: 0px !important;
    margin: 5px;
    background: #f2a326 !important;
    color: #fff !important;
    border: 0px !important;
}
.SectionTabsPublikasi ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    background: #f47321 !important;
}
.button-download a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    background: #f2a325;
    border: 0px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0px;
}

.modal-content.publikasi .loginWrapper {
    margin: 30px;
    width: 88%;
    right: 0;
}
.modal-content.publikasi {
    padding: 30px 45px 70px;
}
.modal-content.publikasi p.Silahkan {
    display: inline-block;
    font-family: Avenir-Regular;
    font-size: 16px;
}
.modal-content.publikasi a.popup-login {
    background: transparent;
    font-size: 16px;
    /* text-transform: inherit; */
    font-family: Avenir-Regular;
    color: #004943;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
}
.modal-content.publikasi a.popup-login i.fa.fa-user-circle-o {
    display: none;
}
.modal-content.publikasi span {
    text-transform: initial;
}
.modal-content.publikasi a.popup-login strong {
    text-transform: initial;
    color: #fff;
    pointer-events: none !important;
    cursor: none;
}

.modal-dialog.publikasi {
    max-width: 620px;
}
.modal-content.publikasi a.popup-login span {
    color: #fff;
}

div.agendaBG {
    opacity: inherit !important;
    margin: 0 !important;
}
.page-id-35 div#primary {
    display: inline-block;
    width: 69%;
    padding-bottom: 40px;
}
.page-id-35 aside#secondary {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-top: 50px;
    
}
.page-id-35 .profileDashboard {
    width: 97%;

}

.page-id-27 aside#secondary {
	display: none;
}

.page-id-27 div#primary {
	width: 90%;
    display: block;
    margin : auto;
}
.wp-block-video {
    display: inline-block;
    width: 47%;
    margin: 14px;
}

.ebookContent {
    display: block;
    margin: auto;
    text-align: center;
}

@media (max-width: 500px) {
    .modal-content.publikasi .loginWrapper {
        margin: 30px;
        width: 80%;
        right: 0 !important;
    }
    div#searchBtn {
        display: none;
    }
}