/*
Theme Name: Kerry Ashby theme
Theme URI: https://www.veronicaclare.com
Version: 1.0
Description: A theme designed by Nicki James and developed by Veronica Clare for Kerry Ashby
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: #7b8c96;
    background-color: rgba(123,140,150,0.5);

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

.stickyfooter {position:fixed;bottom:0;z-index:999;width:100%;}
.stickyfooter {padding-bottom:120px;}

.fl-node-60cc66cfae723 .pp-caldera-form-content .caldera-grid input[type=submit], .fl-node-60cc66cfae723 .pp-caldera-form-content .caldera-grid .cf-page-btn {color: #ffffff; font-family: "Montserrat Regular", Verdana, Arial, sans-serif; font-weight: 100; font-size: 12px; background-color: #af9ea8;}

.fl-node-60cc66cfae723 .pp-caldera-form-content .caldera-grid input[type=submit]:hover, .fl-node-60cc66cfae723 .pp-caldera-form-content .caldera-grid .cf-page-btn:hover {color: #ffffff; font-family: "Montserrat Regular", Verdana, Arial, sans-serif; font-weight: 100; font-size: 12px; background-color: #af9ea8;}

