/*
Theme Name: NE WP Master
Description: WordPress Master for New Element.
Version: 2.0
Author: New Element
Author URI: http://www.newelement.no
Template: enfold
*/

/*Add your own styles here:*/

span.blog-author.minor-meta {
    display: none !important;
}

span.text-sep.text-sep-cat {
    display: none !important;
}

/* Section Arrow */
#top .scroll-down-link {
    height: 50px;
	bottom: -25px;
	animation: none;
}

div#empty_section {
    min-height: 10px;
}

.avia_textblock {
    letter-spacing: 1.2px;
}

p {
    font-weight: 100;
}

.avia-content-slider .slide-entry {
background: #e3e3e3;
}

.slide-content {
    padding: 30px;
}

.avia-content-slider .slide-entry-title {
    font-size: 1.3em;
    line-height: 1.3em;
    text-align: center;
    font-weight: 400;
	text-transform: uppercase !important;
}

.avia-content-slider .slide-meta {
    text-align: center;
}

.slide-entry-excerpt.entry-content {
    text-align: center;
    letter-spacing: 0.8px;
    font-size: 14px;
}

div .av_one_third {
    margin-left: 2%;
    width: 32%;
}

.avia-content-slider .slide-entry-wrap {
    margin-bottom: 20px;
}

span.news-time {
    display: none;
}

span.news-thumb {
    display: none;
}

body .alignleft, .entry-content-wrapper a:hover .alignleft {
    margin: 4px 60px 0px 0;
}

/* Masonry Hover Color */
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
    background: rgba(143,16,28,0.7);
}

/* Icon List Title */
.avia-icon-list .iconlist_title {
    text-transform: none !important;
}

/* Blogg */
.entry-content-wrapper .post-title {
    font-size: 30px;
    line-height: 1.4em;
    padding-top: 20px;
}


span.avia-menu-text {
	text-transform: uppercase ;
	font-weight:normal;
}

.main_menu .menu li a {
    padding-top: 38px;
}

h2.av-special-heading-tag {
    text-transform: uppercase !important;
	font-size: 24px;
}

h3.av-special-heading-tag {
    text-transform: uppercase !important;
}

#top .av-section-tab-title {
    padding-right:80px!important;
}

.avia-button.avia-size-large { 
	font-size: 16px; 
	padding: 10px 30px 9px;
} /* for large buttons */

.text-right{
 text-align:right;
}

#cn-notice-text {
    color: #ffffff;
}

h3.widgettitle {
    text-transform: uppercase !important;
}

#socket .copyright { width: 100%; text-align: center; }
#socket .sub_menu_socket { margin-top: -20px; }


a.scroll-down-link {
    background-image: url(https://www.vivende.no/wp-content/uploads/2018/03/vivende-divider.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
a.scroll-down-link:before {
    content: '';
}


/* frontpage fixed scroller menu */
.special-scroller-menu{
	
	position: fixed !important;
	width: 90px !important;
	padding:30px 30px 20px 0px !important;
	top: 400px !important;
	left:5px;
	background: transparent !important;
	border:none !important;
	overflow:hidden;
	
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

	
	
}
.special-scroller-menu > .container{
	
}

.special-scroller-menu:hover{
	width:200px !important;
	top:360px !important;
	overflow:visible;
}
.special-scroller-menu:hover li{
	height:30px;
}
.special-scroller-menu:hover li > a {
	
}

.special-scroller-menu li > a {
	background-color: transparent !important;
	border:none !important;
	opacity:0;
	position:absolute;
	right: -10px;
	top: -16px;
	padding: 6px 10px 6px 0px !important;
	z-index: 500;
	width: 170px;
	text-align: right;
	

	-webkit-transition: right 600ms ease;
	-moz-transition: right 600ms ease;
	-ms-transition: right 600ms ease;
	-o-transition: right 600ms ease;
	transition: right 600ms ease;
	color:#7a7a7a !important;
}
.special-scroller-menu li > a:last-child {
	padding: 6px 10px 16px 0px !important;
}

.special-scroller-menu li {
	
	position:relative  !important;
	display:block !important;
	padding: 7px 0 !important;
	width: 200px;
	height: 9px;
	
	-webkit-transition: height 400ms ease;
	-moz-transition: height 400ms ease;
	-ms-transition: height 400ms ease;
	-o-transition: height 400ms ease;
	transition: height 400ms ease;
}
.special-scroller-menu li:hover{
	
}
.special-scroller-menu li:hover > a{
	opacity:1 !important;
	right: 0px;
	
}
.special-scroller-menu li:hover:before{
	width: 50px;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	
	-moz-transform: rotate(-20deg) translateX(0px) translateY(-10px);
	-webkit-transform: rotate(-20deg) translateX(0px) translateY(-10px);
	-o-transform: rotate(-20deg) translateX(0px) translateY(-10px);
	-ms-transform: rotate(-20deg) translateX(0px) translateY(-10px);
	transform: rotate(-20deg) translateX(0px) translateY(-10px);
}
.special-scroller-menu li:before{
	content: " ";
	display: block;
	width: 20px;
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.special-scroller-menu li:after{
	content: " ";
	display: block;
	width: 145px;
	height: 2px;
	opacity:0;
	background-color: #000;
	position: absolute;
	top: 10px;
	left: 48px;
	right: auto;
	-webkit-transition: left 500ms ease;
	-moz-transition: left 500ms ease;
	-ms-transition: left 500ms ease;
	-o-transition: left 500ms ease;
	transition: left 500ms ease;
}
.special-scroller-menu li:hover:after{
	opacity:1;
	left: 45px;
}
@media (max-width:768px){
	.special-scroller-menu{
		display:none !important;
	}
}