/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/*@font-face {
    font-family: 'Volte';
    src: url('/fonts/Volte-regular-webfont.ttf')  format('truetype');
    font-weight: normal;
}*/

@font-face {
    font-family: 'volte_roundedbold';
    src: url('fonts/volterounded-bold-webfont.woff2') format('woff2'),
         url('fonts/volterounded-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'volte_roundedlight';
    src: url('fonts/volterounded-light-webfont.woff2') format('woff2'),
         url('fonts/volterounded-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'volte_roundedmedium';
    src: url('fonts/volterounded-medium-webfont.woff2') format('woff2'),
         url('fonts/volterounded-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'volte_roundedregular';
    src: url('fonts/volterounded-regular-webfont.woff2') format('woff2'),
         url('fonts/volterounded-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'volte_roundedsemibold';
    src: url('fonts/volterounded-semibold-webfont.woff2') format('woff2'),
         url('fonts/volterounded-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#star-bg{
	position:relative;
}
.snow-bg {
   position: relative;
}
#star-bg:after{
	content: '';
   display: block;
   position: absolute;
   z-index: 2;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   pointer-events: none;
   background-image: url('http://niclasjohansen.kinsta.com/wp-content/uploads/2018/01/background-2.png');
    animation: animStar 50s linear infinite;
}
.snow-bg:after {
   content: '';
   display: block;
   position: absolute;
   z-index: 2;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   pointer-events: none;
   background-image: url('http://niclasjohansen.kinsta.com/wp-content/uploads/2018/01/background-2.png');
    animation: animStar 50s linear infinite;
}

@keyframes animStar {
 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}

 100% {background-position: 0px -2000px, 250px 400px, -100px 300px;}
}
@font-face {
    font-family: 'Volte';
    src: url(public_html/wp-content/themes/oceanwp-child-theme-master/fonts/Volte-regular-webfont.ttf)  format('truetype');
    font-weight: normal;
}
#site-navigation-wrap .dropdown-menu>li.btn>a>span {
    background-color: #ffffff!important;
    color: #000!important;
    border: 3px solid black;
}
#site-navigation-wrap .dropdown-menu>li.btn>a>span:hover {
    background-color:black!important;
	color: #ffffff!important;
}
