/*
Theme Name: Essence theme
Theme URI: https://www.carolhampshire.com
Version: 1.0
Description: A theme designed by Carol Hampshire and developed by Veronica Clare just for you
Author: Veronica Clare
Author URI: https://www.veronicaclare.com
template: bb-theme
*/

/* Add your custom styles here... */ 
/*===================== DEFAULTS*/
/* 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;
}

/*focus*/
.menu a:focus {
	border:none!important;
}
:focus {
    outline: none!important;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
}





/*============================================================================== DESKTOP */
@media only screen and (min-width:993px){
	
/* SALES PAGE HEADER =====================*/
.head-high > .fl-col-content {
	min-height:calc(100vh - 57px);
}
}

/*============================================================================== TABLET */
@media only screen and (max-width:992px){
	
/* SALES PAGE HEADER =====================*/
.head-high > .fl-col-content {
	min-height:calc(60vh - 57px);
}
}

/*============================================================================== MOBILE */
@media only screen and (max-width:680px){

/* SALES PAGE HEADER =====================*/
.head-high > .fl-col-content {
	min-height:10px;
}

}

