/*
Theme Name: Blue Star Media theme
Theme URI: https://www.veronicaclare.com
Version: 1.0
Description: A theme designed by Andrea and developed by Veronica Clare for Blue Star Meida
Author: Veronica Clare
Author URI: https://www.veronicaclare.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* transition */
body, a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}
/*position */
.over {
	position: relative;
	z-index: 99;
}
/*focus*/
.menu a:focus {
	border:none!important;
}
:focus {
    outline: none!important;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
}
/*back to top*/
#fl-to-top {
    background-color: #f0e6e3;
    background-color: rgba(240,230,227,0.5);

	border-radius: 300px;
	height: 40px;
	width: 40px
}
#fl-to-top i {
    position: absolute;
    top: 11px;
    left: 12px;
    color: #545454;
    font-size: 16px;
    line-height: 16px;
}
#fl-to-top:hover {
	background-color: #f0e6e3;
}
/*scrollbar */
body::-webkit-scrollbar-track
{
    background-color: #ffffff;
}
body::-webkit-scrollbar
{
    width: 11px;
    background-color: #ffffff;
}
body::-webkit-scrollbar-thumb
{
    background-color: #f0e6e3;  
}