/*
Theme Name: Cube Blog - HVC Theme
Theme URI: https://www.kantipurthemes.com/downloads/cube-blog
Template: cube-blog
Author: WPC
Author URI: https://www.facebook.com/search/top?q=whypinkcreations-cornldutoit
Version: 1.8.1762099787
Updated: 2025-11-02 16:09:47

*/

/* Back to Top button */
.to-top {
    display: block !important; /* ensures it shows */
    background-color: #fd8500 !important;
    border-color: #fd8500 !important;
    color: #ffffff !important; /* icon or text color */
}

.to-top:hover {
    background-color: #fd8500 !important;
    opacity: 0.9; /* optional hover effect */
}

/* Footer link styling */
.site-info a {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-decoration: none;
}

.site-info a:hover {
    opacity: 0.8;
}



/* Make icon or text inside the button white */
.to-top i,
.to-top span {
  color: #ffffff !important;
	
	}
.site-info {
    background-color: #303030; /* footer bar color */
    padding: 15px 0; /* makes the bar taller */
    text-align: center; /* centers the text */
}

.site-info {
    font-family: 'Roboto', sans-serif;
    color: #ffffff; /* text color */
}

.site-info a {
    color: #fd8500; /* link color */
    text-decoration: none; 
}
