/* 
 Theme Name:  Child Aeon News
 Theme URI:    
 Description:  Nyadagbladet child theme from Aeon News theme
 Author:       Aeon Media
 Author URI:   
 Template:     aeon-news
 Version:      1.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.sticky-nav {
    transform: translatey(-100px);
    -moz-transition: all .3s ease!important;
    -webkit-transition: all .3s ease!important;
    transition: all .3s ease!important;
}
   
   
.elementor-sticky--effects.sticky-nav{
height: auto!important;
transform: translatey(0px);
}

.elementor-sticky--effects.default-header {
display: none!important;
}

.mobile-sticky-nav {
transform: translatey(-100px);
-moz-transition: all .3s ease!important;
-webkit-transition: all .3s ease!important;
transition: all .3s ease!important;
}
.elementor-sticky--effects.mobile-sticky-nav{
height: auto!important;
transform: translatey(0px);
}
.elementor-sticky--effects.mobile-header{
    display: none!important;
}

.widget{
    margin-bottom: 20px; 
    font-style: normal;
}
.nyd-target iframe {
	position: initial !important;
}
.nyd-target .content-video {
	 position: relative;
	 padding-top: 0; 
     padding-bottom: 0;
	 height: auto;
	 overflow: hidden;
}
/*#fullwidth-single-view.single-post-thumb {
	position: relative;
	overflow: hidden;
	width: 69%;
	margin: 0 auto !important;
	padding: 0 15px;
}*/