/*
Theme Name: Stens&ouml; M&aring;leri
Theme URI: http://www.connectmedia.se
Description: Stens&ouml; M&aring;leri

Author: ConnectMedia
Author URI: http://www.connectmedia.se

Version: 1.0

Copyright (C) 2016 ConnectMedia
*/
/* ==============================================================
   Global Variables
============================================================== */
/*  Media Queries from Bootstrap  */
/*  Background Size  */
/*  Transition  */
/*  Translate  */
/*  Linear background  */
/*  Transform  */
/* ==============================================================
   Base
============================================================== */
html {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  background-color: #eee;
  height: 100%; }
  body.subpage {
    background-color: #27b6b7; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

.clear-element:after, .half-section-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/* ==============================================================
   Typography
============================================================== */
p, ul {
  margin: 0 0 15px 0; }

/* ==============================================================
   Headings
============================================================== */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  margin: 0 0 15px 0;
  font-weight: 700;
  line-height: 1.2em;
  word-wrap: break-word; }

h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 34px;
  font-weight: 300; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 17px;
  text-transform: uppercase; }

/* ==============================================================
   Links
============================================================== */
a {
  color: inherit;
  text-decoration: underline; }
  a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none; }
  a.tel, a.tel:hover {
    text-decoration: inherit;
    font-weight: inherit;
    color: inherit; }

/* ==============================================================
   Images
============================================================== */
img {
  max-width: 100%;
  height: auto; }
  img.alignleft {
    float: left;
    margin: 0 1em 0 0; }
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  img.alignright {
    float: right;
    margin: 0 0 0 1em; }

/* ==============================================================
   Structure
============================================================== */
@media (min-width: 1400px) {
  .container {
    width: 1340px; } }

/* ==============================================================
   Mobile Navigation
============================================================== */
.mobile-navigation-cover,
.mobile-navigation {
  visibility: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s ease-out, visibility 0s .4s;
  transition: transform .4s ease-out, visibility 0s .4s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.mobile-navigation-cover {
  height: 140%;
  z-index: 99;
  background-color: #27b6b7; }

.mobile-navigation {
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-y: auto; }

.mobile-nav-open {
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition-delay: 0;
  transition-delay: 0; }

.mobile-navigation-top {
  position: relative;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.15); }

.mobile-navigation-close {
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 15px;
  right: 7px;
  z-index: 100;
  cursor: pointer; }
  .mobile-navigation-close:before, .mobile-navigation-close:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -5%;
    z-index: -1;
    background: #fff;
    border-radius: 2px; }
  .mobile-navigation-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-navigation-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.mobile-navigation-nav {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mobile-navigation-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mobile-navigation-nav li {
    display: block;
    position: relative;
    margin: 0; }
  .mobile-navigation-nav a {
    display: block;
    height: 55px;
    padding: 0 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 55px;
    color: #fff;
    -webkit-transition: background .1s ease-out;
    transition: background .1s ease-out; }
  .mobile-navigation-nav > ul > li:first-child.current_page_item a {
    border-color: transparent; }
  .mobile-navigation-nav > ul > li.current_page_item > a,
  .mobile-navigation-nav > ul > li.current_page_ancestor > a {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: transparent; }
  .mobile-navigation-nav li ul {
    display: none;
    background-color: #fff; }
    .mobile-navigation-nav li ul a {
      border-bottom: 1px solid #ddd;
      font-weight: 300;
      font-size: 14px;
      color: #000; }
    .mobile-navigation-nav li ul li.current_page_item > a {
      text-decoration: underline; }
  .mobile-navigation-nav li.current_page_item > ul,
  .mobile-navigation-nav li.current_page_ancestor > ul {
    display: block; }
  .mobile-navigation-nav li ul li ul {
    border-left: 6px solid #ddd; }
  .mobile-navigation-nav a.toggle-sub-pages {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    border: none;
    background-repeat: no-repeat;
    background-image: url("images/mobile-nav-toggle-sub-show.png");
    background-size: 30px 30px;
    background-position: center;
    font-size: 0; }
  .mobile-navigation-nav li.current_page_item a.toggle-sub-pages,
  .mobile-navigation-nav li.current_page_ancestor a.toggle-sub-pages,
  .mobile-navigation-nav a.toggle-sub-pages:hover {
    background-color: inherit;
    border: none; }
  .mobile-navigation-nav li.active > a.toggle-sub-pages {
    background-image: url("images/mobile-nav-toggle-sub-hide.png"); }
  .mobile-navigation-nav > ul.mobile-navigation-nav-bottom {
    background-color: rgba(0, 0, 0, 0.15); }
    .mobile-navigation-nav > ul.mobile-navigation-nav-bottom > li:first-child a {
      border-top: none; }
    .mobile-navigation-nav > ul.mobile-navigation-nav-bottom a {
      font-weight: 300; }

/* ==============================================================
   Header
============================================================== */
.header {
  background-color: #fff;
  padding: 20px; }
  @media (min-width: 768px) {
    .header {
      padding: 20px 0; } }
  .header .container {
    position: relative; }

.header-logo {
  text-align: center; }
  .header-logo a {
    display: block;
    padding: 0 20px; }

.header-contact {
  text-align: right; }
  .header-contact img {
    margin-right: 10px; }
  .header-contact p {
    margin: 0 0 5px 0; }
  .header-contact a {
    text-decoration: none; }

.header-nav-toggle {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none; }
  @media (min-width: 768px) {
    .header-nav-toggle {
      display: none; } }

.header-nav-toggle-bar {
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #000; }
  .header-nav-toggle-bar + .header-nav-toggle-bar {
    margin-top: 3px; }

/* ==============================================================
   Navigation
============================================================== */
.navigation {
  display: none;
  text-align: center; }
  @media (min-width: 768px) {
    .navigation {
      display: inherit; } }
  .navigation ul {
    margin: 0;
    padding: 15px 0 20px 0;
    list-style: none; }
  .navigation li {
    display: inline;
    margin: 0 15px; }
    .navigation li a {
      position: relative;
      font-size: 17px;
      font-weight: 700;
      text-decoration: none;
      padding-bottom: 8px; }
      .navigation li a:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0%;
        height: 2px;
        background-color: #27b6b7;
        -webkit-transition: all ease 0.2s;
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s; }
    .navigation li.current_page_item a:after,
    .navigation li a:hover:after {
      width: 100%;
      right: auto;
      left: 0; }

/* ==============================================================
   Frontpage Cover
============================================================== */
.frontpage-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 40px 15px; }
  @media (min-width: 768px) {
    .frontpage-cover {
      height: 400px; } }
  @media (min-width: 992px) {
    .frontpage-cover {
      height: 550px; } }
  @media (min-width: 1200px) {
    .frontpage-cover {
      height: 600px; } }
  .frontpage-cover .cover-content {
    background-color: #27b6b7;
    opacity: .9;
    padding: 25px;
    max-width: 800px;
    margin: auto;
    color: #fff;
    text-align: center; }
    @media (min-width: 768px) {
      .frontpage-cover .cover-content {
        margin-top: 30px; } }
    .frontpage-cover .cover-content h1 {
      font-size: 25px; }
      @media (min-width: 768px) {
        .frontpage-cover .cover-content h1 {
          font-size: 30px; } }
      @media (min-width: 992px) {
        .frontpage-cover .cover-content h1 {
          font-size: 35px; } }
    .frontpage-cover .cover-content a {
      text-decoration: none; }

/* ==============================================================
   Half section
============================================================== */
.half-section-wrapper {
  width: 100%;
  position: relative; }
  .half-section-wrapper .half-section {
    position: relative;
    text-align: center; }
    @media (min-width: 768px) {
      .half-section-wrapper .half-section {
        height: 400px;
        float: left;
        width: 50%; } }
    .half-section-wrapper .half-section h3 {
      display: inline-block; }
    .half-section-wrapper .half-section a {
      text-decoration: none; }
    .half-section-wrapper .half-section.large {
      background-color: #e6e6e6; }
      @media (min-width: 768px) {
        .half-section-wrapper .half-section.large {
          height: 800px; } }
      @media (min-width: 1200px) {
        .half-section-wrapper .half-section.large {
          height: 900px; } }
      @media (min-width: 768px) {
        .half-section-wrapper .half-section.large .section-inner {
          top: 95%;
          -webkit-transform: translate(-50%, -100%);
          -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%); } }
      @media (min-width: 992px) {
        .half-section-wrapper .half-section.large .section-inner {
          top: 95%; } }
      @media (min-width: 1200px) {
        .half-section-wrapper .half-section.large .section-inner {
          top: 90%; } }
      .half-section-wrapper .half-section.large .section-inner p {
        font-size: 20px;
        font-weight: 700; }
      .half-section-wrapper .half-section.large .divider {
        margin-top: 20px;
        margin-bottom: 25px; }
      .half-section-wrapper .half-section.large.bg {
        height: 400px; }
        @media (min-width: 768px) {
          .half-section-wrapper .half-section.large.bg {
            height: 800px; } }
        @media (min-width: 1200px) {
          .half-section-wrapper .half-section.large.bg {
            height: 900px; } }
    .half-section-wrapper .half-section.bg {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      background-position: top; }
  .half-section-wrapper .middle-section {
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 2.5%;
    width: 95%;
    background-color: rgba(0, 188, 180, 0.77);
    color: #fff;
    padding: 30px;
    text-align: centeR; }
    .half-section-wrapper .middle-section h1 {
      font-size: 28px;
      font-weight: 700; }
    .half-section-wrapper .middle-section p {
      font-weight: 700;
      font-style: italic;
      font-size: 15px;
      margin-top: 20px; }
    @media (min-width: 768px) {
      .half-section-wrapper .middle-section {
        left: 50%;
        width: 70%;
        max-width: 700px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
    @media (min-width: 992px) {
      .half-section-wrapper .middle-section {
        width: 60%; }
        .half-section-wrapper .middle-section h1 {
          font-size: 30px; } }
  .half-section-wrapper .section-inner {
    position: relative;
    width: 100%;
    max-width: 520px;
    padding: 30px 15px;
    margin: auto; }
    @media (min-width: 768px) {
      .half-section-wrapper .section-inner {
        position: absolute;
        width: 80%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    .half-section-wrapper .section-inner .icon-quote {
      margin-bottom: 25px; }
    .half-section-wrapper .section-inner h3 {
      font-weight: 700;
      font-style: italic; }
    .half-section-wrapper .section-inner .divider {
      width: 100%;
      background-color: #fff;
      height: 2px;
      margin-top: 25px;
      margin-bottom: 30px; }
      .half-section-wrapper .section-inner .divider.dark {
        background-color: #f6a6c9; }
    .half-section-wrapper .section-inner .arrow-down {
      margin-top: 15px; }

/* ==============================================================
   Main
============================================================== */
.main, .main-subpage, .main-contact {
  padding: 20px;
  overflow: hidden; }

/* ==============================================================
   Subpage wrapper
============================================================== */
.subpage-wrapper {
  position: relative;
  min-height: 100%;
  padding-bottom: 100px; }

/* ==============================================================
   Main subpage
============================================================== */
.main-subpage {
  background-color: #eee; }
  @media (min-width: 768px) {
    .main-subpage {
      padding: 40px; } }
  @media (min-width: 992px) {
    .main-subpage {
      padding: 50px; } }
  .main-subpage .container {
    max-width: 900px; }
  .main-subpage.main-404 {
    text-align: center; }

/* ==============================================================
   Subpage Gallery / References
============================================================== */
.gallery-wrapper {
  margin: auto;
  width: 100%;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .gallery-wrapper {
      padding-bottom: 100px; } }
  .gallery-wrapper .container {
    max-width: 900px; }

.mfp-title {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-top: -4px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 0 5px; }
  .mfp-title p {
    padding: 6px; }

.mfp-counter {
  display: none; }

.gallery-image {
  position: relative;
  width: 49%;
  margin: .5%;
  float: left;
  height: 150px;
  opacity: .8;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s; }
  @media (min-width: 768px) {
    .gallery-image {
      height: 150px;
      width: 32%;
      margin: 5px .5%; } }
  @media (min-width: 992px) {
    .gallery-image {
      width: 24%;
      height: 170px;
      margin: 5px .5%; } }
  .gallery-image:hover {
    opacity: 1;
    -webkit-transform: scale(1.02);
    ms-transform: scale(1.02);
    transform: scale(1.02);
    z-index: 100; }

/* ==============================================================
   Subpage bottom images
============================================================== */
.subpage-bottom-images {
  padding-bottom: 40px;
  background-color: #eee; }
  .subpage-bottom-images .container {
    max-width: 900px; }
  .subpage-bottom-images .bottom-image {
    float: left;
    width: 31.333%;
    height: 150px;
    border: 8px solid #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center; }
    @media (min-width: 768px) {
      .subpage-bottom-images .bottom-image {
        height: 300px; } }
    @media (min-width: 992px) {
      .subpage-bottom-images .bottom-image {
        height: 330px; } }
    @media (min-width: 1200px) {
      .subpage-bottom-images .bottom-image {
        height: 350px; } }
    .subpage-bottom-images .bottom-image.wide {
      width: 49%;
      margin-right: 1%; }
      .subpage-bottom-images .bottom-image.wide:last-child {
        margin-right: 0;
        margin-left: 1%; }

/* ==============================================================
   Contact
============================================================== */
.main-contact {
  padding: 0;
  background-color: #eee; }

.contact-left {
  overflow: hidden; }
  @media (min-width: 768px) {
    .contact-left {
      float: left;
      width: 50%; } }

.contact-right {
  position: relative;
  height: 200px;
  z-index: 0;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .contact-right {
      height: 450px;
      float: left;
      width: 50%;
      z-index: 2;
      margin-top: 0; } }
  @media (min-width: 1400px) {
    .contact-right {
      height: 500px; } }

.contact-left-content {
  width: 100%;
  padding: 15px; }
  @media (min-width: 768px) {
    .contact-left-content {
      float: right;
      max-width: 360px;
      margin: auto;
      padding: 25px 15px; } }
  @media (min-width: 992px) {
    .contact-left-content {
      max-width: 470px;
      padding: 45px 15px; } }
  @media (min-width: 1200px) {
    .contact-left-content {
      max-width: 570px;
      padding: 60px 15px; } }
  @media (min-width: 1400px) {
    .contact-left-content {
      max-width: 670px;
      padding: 70px 15px; } }

.contact-right-map {
  width: 100%;
  height: 100%; }
  .contact-right-map img {
    max-width: none; }

/* ==============================================================
   Footer
============================================================== */
.footer {
  padding: 15px 10px;
  background-color: #27b6b7;
  color: #fff;
  text-align: center; }
  .footer p {
    margin: 0; }
  .footer a {
    text-decoration: none; }

/*# sourceMappingURL=style.css.map */
