/* 
 Theme Name:     Bintang Web
 Author:         Bintangweb
 Author URI:     http://bintangweb.com
 Template:       Divi
 Version:        1.0
 Description:    Child Theme dari Bintangweb
 Wordpress Version: 4.5.3
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* Footer Disclaimer */
#footer-bottom #footer-info {
    width: 100%;
    max-width: 1080px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
#footer-bottom .designedby {
    float: right;
    font-size: 90%;
    font-style: italic;
    opacity: 0.4;
    padding-right: 31px; 
    background: url('wp-content/themes/bintang-web/images/logo-bintangweb-icon-grey.png') right center no-repeat;
}
#footer-bottom .designedby a {
    color: #868686;
}
#footer-bottom .designedby a:hover {
    text-decoration: underline;
}
#footer-bottom {
    padding: 30px 0 15px;
}
p#footer-info {
	max-width: 100%!important;
}
p#footer-info a {
	font-weight: 700;
	color: #415c77;
}
span.about-this-web {
	float: right;
	text-align: right;
}
span.about-this-web a {
	font-weight: 400!important;
    font-size: 13px;
}
@media all and (max-width: 1270px) {
    #footer-bottom #footer-info {
        max-width: 750px;
    }
}
@media all and (max-width: 1140px) {
    #footer-bottom #footer-info {
        max-width: 650px;
    }
}
@media all and (max-width: 1020px) {
    #footer-bottom #footer-info {
        max-width: none;
        margin-bottom: 10px;
        text-align: center;
    }
    #footer-bottom .designedby {
        float: none;
        clear: both;
        text-align: center;
        padding-right: 0;
        padding-top: 6px;
        background: url('wp-content/themes/bintang-web/images/designedby-divider.png') center top no-repeat;
    }
}
@media all and (max-width: 980px) {
    #footer-bottom #footer-info {
        float: none !important;
    }
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  	display: none!important;
}
/* Hide scrollbar for IE, Edge and Firefox */
body {
  	-ms-overflow-style: none!important;  /* IE and Edge */
  	scrollbar-width: none!important;  /* Firefox */
}
