/*
Theme Name:		 Brio child theme
Description:	 Brio child theme is a child theme of OceanWP
Author:			 Rebecca Holdstock
Author URI:		 https://rebeccaholdstock.co.uk/
Template:		 oceanwp
Version:		 1.0.0
Text Domain:	 brio-child-theme
*/


/*
    Add your custom styles here
*/



@font-face {
  font-family: 'F37 Ginger Regular';
  src: url('fonts/F37Ginger-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/F37Ginger-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/F37Ginger-Regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/F37Ginger-Regular.woff2') format('woff2'), /* Modern Browsers */
       url('fonts/F37Ginger-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/F37Ginger-Regular.svg#cd0eb1181545a540be3acd13cd87c831') format('svg'); /* Legacy iOS */
       font-weight: 400;
       font-style: normal;
}

@font-face {
  font-family: 'F37 Ginger Light';
  src: url('fonts/F37Ginger-Light.eot'); /* IE9 Compat Modes */
  src: url('fonts/F37Ginger-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/F37Ginger-Light.woff') format('woff'), /* Modern Browsers */
       url('fonts/F37Ginger-Light.woff2') format('woff2'), /* Modern Browsers */
       url('fonts/F37Ginger-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/F37Ginger-Light.svg#4a1efc7fd28af5705abda90f380987ed') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  200;
}

@font-face {
  font-family: 'F37 Ginger Bold';
  src: url('fonts/F37Ginger-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/F37Ginger-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/F37Ginger-Bold.woff') format('woff'), /* Modern Browsers */
       url('fonts/F37Ginger-Bold.woff2') format('woff2'), /* Modern Browsers */
       url('fonts/F37Ginger-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/F37Ginger-Bold.svg#7db0a735880422cc5fa2f936a390d651') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  700;
}

.metaslider .flexslider .flex-direction-nav li a {
  background-image: url(/wp-content/themes/brio-child-theme/img/bg_direction_nav_new.png) !important;
  background-size: cover;
}

.metaslider .flexslider:focus-within .flex-prev, .metaslider .flexslider:hover .flex-prev {
    opacity: 1 !important;
    left: 12px !important;
}

.metaslider .flexslider:focus-within .flex-next, .metaslider .flexslider:hover .flex-next {
    opacity: 1 !important;
    right: 12px !important;
}



.metaslider a:hover {
    color: #7b61bb;
}
