/*
Theme Name: Putten Seter
Theme URI: http://www.evisio.no
Description: Responsivt tema for Putten Seter
Author: Evisio
Author URI: http://www.evisio.no
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

*/

@import url('bootstrap/css/bootstrap.min.css');
@import url('bootstrap/css/carousel.css');
@import url(https://fonts.googleapis.com/css?family=Berkshire+Swash);
@import url(https://fonts.googleapis.com/css?family=Hind);

#footer {
	background-color:#555;
	padding: 25px;
	color:#fff;
	}
.fill {
background-image:url('https://putten.evisio.no/wp-content/uploads/2015/06/Putten_seter.jpg');
}


.vertskap {
position: relative;
top: 0;
left: 0;
width: 100%;
}


#sidebar {
	margin: 20px 0 0 0;
	}

#sidebar .widget {
    margin: 0 0 35px;
}

.fadein, .fadein2, .fadein3 {
    opacity:0;
}


.top-right {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.top-widget {
	position:absolute; top:20%; left: 20px;
}


.spacer {
    margin-top: 100px; /* define margin as you see fit */
}
.simple-social-icons ul li a {
	font-family: 'fontello' !important;
}

.round-img{
width:140px;
height:140px;
background-position:center;
background-size:cover;
border-radius:75%;
    margin: 0 auto;}

.qtranxs_language_chooser li { float:left; margin-left:5px;
  list-style-type: none; }

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 0px;
  color: #5a5a5a;
  font-family: 'Hind', sans-serif;
  font-size: 2em;
  height: 100%;
}


#gray-top {
  color: #ddd;
  background-color: #000000;
  font-size: 70%;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  text-align: right;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */



.navbar .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li >
a:focus, .navbar-default .navbar-nav > li > a:active, .navbar .navbar-nav > li .dropdown-menu > li > a:hover {
	color: #961A1A;  /*Sets the text hover color on navbar*/
	font-weight: bold;
}


.navbar  {
	color:#fff;
	background: rgba(0,0,0,0.5);
	border: 0px;
}

.dropdown-menu {
	color: #fff;
	background: rgba(0,0,0,0.5);
	border: 0px;
}

ul.nav li a, ul.nav li a:visited {
    color: #fff !important;
}

ul.nav li a:hover, ul.nav li a:active {
    color: #961A1A !important;
}

ul.nav li.active a {
    color: #961A1A !important;
}

.navbar .open > a, .navbar .open > a:focus {
	background: transparent !important;
}
.navbar .open > a:hover {
	background: transparent !important;
	color: #961A1A !important;  /*Sets the text hover color on navbar*/
}

 .navbar .navbar-nav .dropdown-menu>li>a, .navbar- .navbar-nav .dropdown-menu {
	color:#ffffff;
  }

  .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
	background: transparent;
   }

.navbar .navbar-nav > li > a {
   color: white; /*Change link text color here*/
}

.navbar-brand {
	height: 80px;
	padding: 0px 15px;

}

.navbar-brand img {
	width: 200px;
}
.navbar-nav > li > a {
	padding-top:10px !important; padding-bottom:20 !important;
	height: 40px;
}
.navbar-right {
	padding-top:10px !important; 
	padding-bottom:20 !important;
	height: 80px;
	width: 200px;
	float: left;
}
.navbar {min-height:25px !important;}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
    background: rgba(0,0,0,0.5);
    border-radius: 25px;
    padding: 2px;
      max-width: 550px;
      margin:0 auto;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 100%;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.carousel-inner{
  width: 100%;
  height: 100%;
}
#myCarousel {
 min-height: 100vh;
}

.carousel-indicators li { visibility: hidden; }

.fill{width:100%;height:100%;background-position:center;background-size:cover;}

.carousel-caption h1 {
color: #ffffff;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: left;
}
.marketing h2 {
  font-weight: normal;
  text-align: center;
}
.marketing .btn-readmore {
  text-align: center;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
.navbar-nav > li > a {
	padding-top:30px !important; padding-bottom:20 !important;
	height: 80px;
}

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  .navbar-nav  {
  	height: auto !important;
}
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

/* Buttons
========================================= */

.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
	background-color: #961A1A;
    	color: #ffffff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #961A1A !important;
}

.btn-primary:active, .btn-primary.active {
    background: #961A1A;
    box-shadow: none;
}



/* Weather + Location Header Info
========================================= */
.resort-info {
margin-left: 52px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Roboto Slab", sans-serif;
  padding-left: 15px;
}

.resort-location,
.resort-weather {
  display: inline-block;
}

.resort-location {
  line-height: 1.2;
  margin-right: 5px;
}

.resort-town {
  font-size: 16px;
  display: block;
  text-align: right;
}

.resort-country {
  font-weight: 300;
  font-size: 14px;
  text-align: right;
  display: block;
}

.resort-weather i {
  font-size: 24px;
  margin: 0 10px 0 0;
  position: relative;
  top: -3px;
}

.resort-temperature {
  font-size: 36px;
  font-weight: 300;
}
.resort-temperature > span {
  font-size: 14px;
  vertical-align: super;
}


/* Links
-------------------------------------------------- */
a.insta:link {
	color: #961A1A !important;
}

a.insta:visited {
	color: #961A1A !important;
}

a.insta:hover {
	color: #961A1A !important;
}

a.insta:active {
	color: #961A1A !important;
}

body a {
	color: #961A1A !important;
}

#footer a {
	color:#ffffff !important;
	text-decoration: underline;
}

nav a {
	color:#ffffff !important;
	text-decoration: none;
}

/* Credit
-------------------------------------------------- */

.credit {
    text-align: right;
    }

.credit a {
	color: #fff!important;
	decoration: underline;
}


/* Instafeed
-------------------------------------------------- */

.insta-image {
width:120px;
}
#instafeed a {
  padding:5px 5px 1px 5px;
  margin:10px;
  border:1px solid #e1e1e1;
  display:inline-block;
  border-radius: 4px;
  position:relative;
}

#instafeed .likes {
  background:rgba(176,76,76,0.8);
  font-family:sans-serif;
  font-size:1em;
  position:absolute;
  color:#ffffff;
  right:5px;
  top:5px;
  left:5px;
  opacity:0;
  text-align:center;
  line-height:120px;
  text-shadow:0 1px rgba(0,0,0,0.5);
  -webkit-font-smoothing:antialiased;
  -webkit-transition: opacity 100ms ease;
	-moz-transition: opacity 100ms ease;
	-o-transition: opacity 100ms ease;
	-ms-transition: opacity 100ms ease;
	transition: opacity 100ms ease;
}

#instafeed a:hover .likes {
  opacity:1;
}

h1, h2 {
	font-family: 'Berkshire Swash', cursive;
	color: #961A1A;
	margin-bottom: 30px;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img,
.wp-block-image img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width:95%;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width:95%;
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
