/*
 Theme Name:   Svalbard Turn
 Theme URI:    http://www.svalbardturn.no
 Description:  Svalbard Turn - a child thme
 Author:       Stian Berg Johansen
 Author URI:   http://www.funn.no
 Template:     enfold
 Version:      1.0.0
*/



/*Add your own styles here:*/


/*Teaser*/
.av-section-color-overlay {
	background-repeat: no-repeat !important;
	background-size: 100% 100%;
   /* background-size: cover !important;*/
}

.avia-slideshow-inner {
   /* max-height: 560px !important;*/
    max-width: 100% !important;
    object-fit: contain !important;
    width: 100%;
}

/*Promo box*/
body.page-id-426 .av_promobox{
   background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border: 2px solid #ccc;
    color: #fff;
	width:320px;
    max-width: 320px;
    position: absolute;
    right: 0;
    top: -220px;
    z-index: 100;

}


/*Footer*/

#footer.container_wrap {
    display: none !important;

}
#bunnfeltet{
	border: none !important;
}

#socket .copyright a {

   color: #fff;
   font-weight:600;
}

/*img.size-_half_sponsors{
	width:50% !important;
	height:50% !important;
}
img.size-_sponsors{
	max-width:100% !important;
	height:auto !important;
}*/

#responsive-form{
	max-width:800px /*-- change this to get your desired form width --*/;
	/*margin:0 auto;*/
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}



@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */

	.avia-slideshow-inner {
	height: auto !important;
		max-width: 100% !important;
		width: 100%;
		object-fit: cover !important;
	}
	.responsive #top #wrap_all .slide-entry {
    width: 100%;
	}
}