.iconside{
	margin-right: 8px;
    margin-bottom: 5px;
}
.titlegcustom{
	font-family: 'Cabin';
	font-size: 22px !important;
	line-height: 30px !important;
	margin-bottom: 10px;
}
.titlegcustom a{
    color: #4c4c4c;
    text-decoration: none !important;
}
.titlegcustom a:hover{
    color: #2086b0;
}
.iconpostb{
    margin-right: 10px;
    font-size: 14px !important;
}
.owlgaleryside .owl-item .item a{
	height: auto;
    width: 100%;
    padding: 10px;
    margin: 0px;
    background: #2d343e;
}
.owlgaleryside .owl-item .item a img{
    width: 100% !important;
    height: auto;
}
#comments li .avatar{
	width: 50px;
}
.mb45px{
	margin-bottom: 45px !important;
}
.text-banner-judul{
	background-color: #2d343e;
    font-size: 45px;
    padding: 12px;
    width: fit-content;
    font-weight: 800;
}
.text-banner-desc{
	background-color: #000000;
    font-size: 28px;
    padding: 10px;
    width: fit-content;
    font-weight: 700;
}
.textabout a{
	border: none;
    background: #099ad1;
    color: #fff;
    padding: 7px 12px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.textabout a:hover{
	background: #000000;
}
#hover-content {
    display:none;
}
#parent:hover #hover-content {
    display:block;
}