/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) and (min-width: 375px){
  /* Add your Mobile Styles here */
  .html_elegant-blog .avia-content-slider .slide-entry-title
{font-size: 1.0em !important;}

}
@media only screen and (min-width: 320px) and (max-width: 374px){
  /* Add your Mobile Styles here */
  .html_elegant-blog .avia-content-slider .slide-entry-title
{font-size: 0.7em !important;}

}
.read-more-link
{
top: 7px !important; 
float: left;
left: -11px;
}
.html_elegant-blog .more-link
{
border-style:none !important;
width: 80px !important;
margin: 0px auto 0 auto !important;
}
#top #header .av-main-nav > li > a
{background:transparent;}

#top #header .av-main-nav > li > a:hover
{background:transparent;}
.avia-menu-fx
{bottom: 20%;}

.header_bg
{
background: url(http://www.dyrkogspis.no/wp-content/uploads/2016/12/pasta-_1.jpg) no-repeat scroll;
background-size: cover;
}

strong.logo
{
//display:none;
}