/*
Theme Name: Fria Ligan
Author: Magnus Grönberg, Houdini Group AB
Author URI: https://houdini.se
Version: 2.0
Text Domain: frigaligan
*/

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-family: 'Dosis', serif;
	font-weight: 600;
}

h1 {
    font-size: 60px;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #18121E;
	font-size: 16px;
	color: #18121E;
}

a {
	-webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #CD5360;
    transition: all 0.2s linear 0s;
}

a:hover, a:focus {
	text-decoration: none;
	color: #333;
}

img.alignright {
    float: right;
}

img.aligncenter {
    margin: 0 auto;
    display: inherit;
}

.maincontent p a {
    border-bottom: 2px solid #CD5360;
    /*box-shadow: 0 -4px 0 #CD5360 inset;*/
    color: #333;
}
.maincontent p a:hover, .maincontent p a:focus {
    background-color: #CD5360;
}

.maincontent {
	background-color: #FFF;
    margin-top: 167px;
    position: relative;
}

.mobile {
	display: none;
}

.row {
	margin: 0;
}

.pad-row {
	padding: 40px 0;
}

.section-title {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.page-title {
    margin: 60px 0 20px;
    text-align: center;
}

.page-title + .page-title {
    margin-top: 0;
}

.left-col {
	padding-left: 0;
}

.right-col {
	padding-right: 0;
}

.no-pad {
	padding-left: 0;
	padding-right: 0;
}

.btn-default {
	background-color: #333;
	color: #FFF;
	border: none;
	transition: all 0.2s linear 0s;
}

.btn-default:hover, .btn-default:focus {
	background-color: #CD5360;
	border: none;
	color: #FFF;
}

/* HEADER */

header {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
	position: fixed;
	z-index: 20;
	width: 100%;
	background-color: #fff;
	top: 0;
}

.logged-in header {
	top: 32px;
}

header .top-bar {
	/* border-bottom: 1px solid #ddd; */
	background-color: #18121e;
}

header ul {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

header ul li:first-child {
	/* border-left: 1px solid #ddd; */
}

header ul li {
	display: inline-block;
	/* border-right: 1px solid #ddd; */
	padding: 8px 10px;
}

header .top-bar .pull-left li {
    margin-right: 10px;
    padding: 8px 0;
}

header ul li ul li {
	padding: 0;
	border: none !important;
}

header a {
	color: #777;
}

header .sub-menu a {
    color: #cacaca;
}

.currency-bar .btn-group {
    float: none;
}

.btn--cart-tab, .btn--cart-tab:active, .btn--cart-tab:focus {
    color: #fff;
}

header a:hover, .btn--cart-tab:hover {
	color: #CD5360;
}

header .main-header {
	padding: 28px 0 0;
    min-height: 117px;
}

.header-logo {
	height: 60px;
}

/* MENU */

.navbar-default {
    background-color: transparent;
    border: medium none;
    margin: 0;
}

#main-menu {
	font-size: 16px;
}

#main-menu li {
	border: none;
	padding: 0;
	position: relative;
}

#main-menu li.current-menu-item > a {
	color: #CD5360;
}

#main-menu ul.menu > li > a {
	display: block;
	padding: 19px 10px 47px;
}

#main-menu li.menu-item-has-children .sub-menu {
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 89px;
    width: 230px;
}

#main-menu .sub-menu li {
    display: block;
    transition: all 0.2s linear 0s;
}
#main-menu .sub-menu li:hover {
	background-color: rgba(255,255,255,0.1);
}
#main-menu .sub-menu li:last-child a {
    border-bottom: 0 none;
}
#main-menu .sub-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: block;
    padding: 10px;
}

#main-menu li.menu-item-has-children .sub-sub-menu {
    left: 230px;
    top: 0;
}

#mobile-menu .menu .menu-item {
    display: block;
    padding: 0;
}
#mobile-menu .menu .menu-item > a {
    display: block;
    line-height: 1;
    padding: 8px 10px;
}
#mobile-menu .menu .menu-item.current-menu-item > a {
    color: #CD5360;
    position: relative;
}
#mobile-menu .menu .menu-item.current-menu-item > a .glyphicon {
    margin-left: -20px;
    position: absolute;
    top: 8px;
}
#mobile-menu .menu .menu-item.current-menu-item.menu-item-depth-0 > a .glyphicon {
    color: #CD5360;
    margin-left: -30px;
}



#mobile-menu .menu {
    border-left: 4px solid #CD5360;
    left: 0;
    position: relative;
    width: 100%;
}
#mobile-menu .sub-menu {
	background-color: #f1f1f1;
    display: none;
    width: 100%;
}
#mobile-menu {
    padding: 0 0 40px;
    position: relative;
}
.mobile-menu-button {
    background-color: transparent;
    border: medium none;
    color: #CD5360;
    font-size: 30px;
    line-height: 1;
    padding: 10px;
}
.mobile-menu-button.collapsed {
    color: #18121e;
}
.mobile-menu-button.collapsed:hover {
    color: #CD5360;
}
.mobile-menu-button:hover {
    color: #18121e;
}
#mobile-menu .menu .sub-menu .menu-item > a {
    padding-left: 30px;
}
#mobile-menu .menu .sub-menu .sub-menu .menu-item > a {
    padding-left: 50px;
}
#mobile-menu .menu .menu-item.current-menu-ancestor > .sub-menu {
    display: block;
}
#mobile-menu .menu .menu-item-depth-0.menu-item.current-menu-item,
#mobile-menu .menu .menu-item.menu-item-depth-0.outfolded {
    background-color: #CD5360;
}
#mobile-menu .menu .menu-item-depth-0.menu-item.current-menu-item > a,
#mobile-menu .menu .menu-item.menu-item-depth-0.outfolded > a {
    color: #FFF;
}

/* STARTSIDA */

#frontpage-slider {
    height: 680px;
}

#startpage_posts {
    background-color: #438496;
    color: #FFF;
}

#startpage_posts a {
    color: #fff;
}

#startpage_posts .post_info a {
	color: #F1F1F1;
}

#startpage_posts .post-title {
	font-size: 18px;
}

.startpage-post {
	padding-left: 0;
}

.carousel .carousel-inner {
    height: 100%;
}

.carousel .item {
    background-size: cover;
    background-position: center center;
    height: 100%;
    padding: 0 100px;
    overflow: hidden;
}

.carousel-indicators {
	background-color: rgba(24, 18, 30, 0.5);
    bottom: 0;
    color: #FFF;
    height: 50px;
    left: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}

.carousel-indicators li {
    border-top: 2px solid transparent;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 8px 10px 0;
    position: relative;
    text-indent: 0;
    transition: all 0.2s linear 0s;
    width: auto;
}

.carousel-indicators li.active {
    border-top: 2px solid #f78224;
    border-radius: 0;
    color: #f78224;
    height: 100%;
    width: auto;
}

.carousel-indicators li p {
    color: #a8b4be;
    font-family: "Dosis",serif;
    font-size: 14px;
    font-weight: bold;
    margin: 6px 0 0;
    text-transform: uppercase;
}

.carousel-indicators li.active p {
	color: #18121E;
}

.carousel-indicators .mobile-indicator {
    background-color: #a8b4be;
    border-radius: 5px;
    height: 10px;
    left: 50%;
    margin: -5px;
    position: absolute;
    top: 50%;
    width: 10px;
    display: none;
}
.carousel-indicators li.active .mobile-indicator {
    background-color: #CD5360;
}

.slide_textbox {
    color: #fff;
    max-width: 500px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.slide_textbox.slide_invert {
    color: #333;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.1);
}

.slide_textbox .slide_logo {
    margin: 100px 0 30px;
    max-width: 100%;
}

.slide_title {
    font-family: "Open Sans",sans-serif;
    font-size: 60px;
    font-weight: 800;
    margin: 100px 0 30px;
    text-transform: uppercase;
}

.slide_subtitle {
	font-family: "Open Sans",sans-serif;
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
}

.btn-slide {
    background-color: rgba(247, 130, 36, 0.9);
    border-radius: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    margin-top: 30px;
    padding: 10px 25px;
    text-transform: uppercase;
}

.btn-slide:hover, .btn-slide:focus {
	background-color: rgba(216, 115, 33, 0.9);
	color: #fff;
}

#startpage_products {
	background-color: #FFF;
}

.post_info {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
}

.post_info a {
    color: #999;
}

.post_info a:hover {
    color: #CD5360;
}

#startpage_social {
    background-color: #CD5360;
    color: #fff;
    text-align: center;
}
#startpage_social .fa {
    color: #fff;
    font-size: 90px;
}
#startpage_social a {
    display: inline-block;
    margin: 40px;
}

/* PAGE CONTENT */

.page-jumbotron {
    background-size: cover;
    background-position: center top;
    height: 600px;
}

.page-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-content-inner {
    margin-bottom: 40px;
}

.page-masonry {
	margin-bottom: 40px;
}

.pm-item {
    width: 24.9%;
    position: relative;
}
.pm-item img {
    width: 100%;
}

.book-item {
    margin-bottom: 20px;
}
.book-item-title {
    font-weight: bold;
    margin: 0;
}
.book-item-date {
    color: #777;
}
.read-more {
    display: block;
    margin-top: 20px;
}
.book-item-image img {
    max-width: 100%;
}

.images-list {
    margin-bottom: 60px;
}

.images-list-item {
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.images-list-item > a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.images-list-item-image img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.images-list-item-color {
    background-color: #f1f1f1;
    text-align: center;
}

.images-list-item-color h2 {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.content-field {
	margin-bottom: 60px;
}

.post-list-item {
    margin-bottom: 40px;
}
.pli-date {
    border-right: 1px solid #e6e6e6;
    float: left;
}
.pli-date-box {
    border-bottom: 1px solid #e6e6e6;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    width: 72px;
}
.pli-date-month {
    font-size: 17px;
    margin: 0;
}
.pli-date-day {
    font-size: 30px;
    font-weight: 800;
    margin: 0;
}
.pli-like-box {
    padding: 5px 0;
    text-align: center;
}
.pli-like-box p {
	margin: 0;
}
.pli-like-number {
    margin-left: 8px;
}

.pli-content {
    padding-left: 100px;
    position: relative;
}
.pli-content .post-title {
    margin-top: 0;
}
.pli-content-inner img {
	max-width: 100%;
	height: auto;
}

.tagcloud a {
    font-size: 12px !important;
    margin-bottom: 5px;
}

.media-title {
    color: #777;
    font-family: "Open Sans",sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.post-nav {
    border-top: 1px solid #e1e1e1;
    padding: 10px 0 40px;
}

/* SINGLE POST */

.maincontent.single-post .post_info {
    text-align: center;
}

.maincontent.single-post img {
	max-width: 100%;
	height: auto;
}

.post-thumbnail {
	margin-bottom: 40px;
	text-align: center;
}

.post-thumbnail img {
	max-width: 100%;
	height: auto;
}

.post-audio {
	margin: 40px 0;
}

.post_tags {
    margin: 40px 0;
}
.post_tags h4 {
    color: #777;
    float: left;
    font-weight: 800;
    margin: 0 20px 20px 0;
    text-transform: uppercase;
}

.post_tags .btn {
	margin-right: 5px;
}

.comments-area {
    margin: 40px 0;
}
.comments-title, .comment-reply-title {
    color: #777;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}
.comment-list {
    margin-bottom: 40px;
    padding: 0;
}
.comment-author .avatar {
    display: none;
}
.comment-author {
    font-family: "Dosis",serif;
}
.comment-author .fn {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}
.comment-meta a {
    color: #777;
    font-size: 14px;
    line-height: 1;
}
.comment-meta {
    margin-bottom: 20px;
}
.comment {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px 40px;
}
.comment.depth-1 {
    box-shadow: 0 0 10px #f1f1f1;
}
.comment-form-comment label {
    display: block;
}
.comment-form-comment #comment {
    resize: none;
    width: 100%;
}

/* SIDEBAR */

.sidebar-right {
    padding-top: 40px;
}

.sidebar-right img {
	max-width: 100%;
}

.sidebar-item {
    margin-bottom: 20px;
}

.btn-sidebar {
    background-color: transparent;
    border: 1px solid #CD5360;
    color: #CD5360;
    width: 100%;
}

.btn-sidebar:hover, .btn-sidebar:focus {
	border: 1px solid #CD5360;
}

.widget-area {
    background-color: #438496;
    color: #fff;
    padding: 40px;
    margin-bottom: 40px;
}

.widget {
    margin-bottom: 40px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget > h4 {
    color: #FFF;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
.widget > ul {
    list-style: outside none none;
    padding: 0;
}
.recentcomments {
    padding: 10px 0;
}
.tagcloud {
    text-align: center;
}

/* STORE */

.loader {
	margin: 0 auto;
    width: 200px;
    display: block;
    margin-top: 10px;
}

.product img { max-width: 100%; }

.cart {
    position: fixed;
    width: 100%;
    max-width: 350px;
    height: 100%;
    right: 0;
    top: 0;
    background: white;
    border-radius: 1px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
    z-index: 20;
  }

  .cart.js-active {
    transform: translateX(0);
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
  }

  .cart-section {
    position: relative;
    padding: 20px;
  }

  .cart-section--top {
    z-index: 5;
  }

  h2.cart-title {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .btn--close {
    position: absolute;
    right: 9px;
    top: 8px;
    font-size: 35px;
    color: #999;
    border: none;
    background: transparent;
    transition: transform 100ms ease;
    cursor: pointer;
    &:hover {
      transform: scale(1.2);
      color: #666;
    }
  }

  .cart-form {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    padding: 70px 0 140px 0;
  }

  .cart-item-container {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    perspective: 400px;
    perspective-origin: 50% 0px;
  }


  .cart-item {
    margin-bottom: 20px;
    overflow: hidden;
    backface-visibility: visible;
    min-height: 65px;
    position: relative;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;  
  }

  .cart-item.js-hidden {
    opacity: 0;
  }

  .cart-item.js-working:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 2;
  }

  .cart-item__img {
    width: 65px;
    height: 65px;
    border-radius: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #e5e5e5;
    position: absolute;
  }

  .cart-item__content {
    width: 100%;
    padding-left: 75px;
  }

  .cart-item__content-row {
    margin-bottom: 5px;
  }

  .cart-item__variant-title {
    float: right;
    font-weight: bold;
    font-size: 11px;
    line-height: 17px;
    color: #767676;
  }

  .cart-item__quantity-container {
    border: 1px solid #767676;
    float: left;
    border-radius: 3px;
  }

  .quantity-decrement, .quantity-increment {
    color: #767676;
    display: block;
    float: left;
    height: 21px;
    line-height: 16px;
    font-family: monospace;
    width: 25px;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
  }

  .cart-item__quantity {
    color: black;
    width: 38px;
    height: 21px;
    font-size: inherit;
    border: none;
    text-align: center;
    -moz-appearance: textfield;
    background: transparent;
    border-left: 1px solid #767676;
    border-right: 1px solid #767676;
    display: block;
    float: left;
    padding: 0;
    border-radius: 0;
  }

  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .cart-item__price {
    line-height: 23px;
    float: right;
    font-weight: bold;
  }

  .cart-bottom {
    border-top: 1px solid #e5e5e5;
  }

  .cart-info {
    padding: 15px 20px 10px;
  }

  .cart-info__total {
    float: left;
    text-transform: uppercase;
  }

  .cart-info__small {
    font-size: 11px;
  }

  .cart-info__pricing {
    float: right;
  }

  .cart-discount-notice {
    // color: $color-title;
    margin-bottom: 10px;
  }

  .cart-actions-container {
    padding-top: 5px;
  }

  .pricing {
    margin-left: 5px;
    font-size: 16px;
    color: black;
  }

.additional-images a {
    display: inline-block;
    width: 100px;
}

.product-image {
    /*height: 100px;*/
    width: 100px;
}

.product {
    min-height: 345px;
    margin-bottom: 25px;
}

.product .image-wrapper {
    height: 180px;
}

.product .image-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.product-title {
    height: 52px;
}

.collection img {
    max-width: 100%;
    height: 250px;
}

.collection-title {
    display: block;
    height: 50px;
}

.additional-images {
    border-top: 1px dashed #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

.variant-price, .variant-compare-price {
    display: inline-block;
}

.variant-compare-price {
    color: #ccc;
    text-decoration: line-through;
    padding-left: 10px;
}

.download-items {
  list-style: none;
  padding: 0;
  margin: 30px -15px;
}
.download-item {
    margin-bottom: 15px;
}
.download-item-inner {
    border-bottom: 1px solid #777;
    padding-bottom: 15px;
}
.download-item-icon {
  float: left;
  width: 48px;
  height: auto;
}
.download-item > a {
  display: block;
}
.download-item-text {
  float: left;
  padding: 0 0 0 15px;
  width: calc(100% - 48px);
}

/* CONTACT */

.nf-form-title {
    display: none;
}
.contact-form-box {
    padding-top: 40px;
}
.contact-text-box {
    font-size: 22px;
    padding-top: 40px;
}
.nf-form-cont {
    background-color: #438496;
    color: #fff;
    padding: 40px;
    margin-bottom: 40px;
}
.nf-form-content nf-field:last-of-type .nf-field-container {
    margin-bottom: 0;
}
.ninja-forms-field {
    border: medium none;
    color: #18121e;
    padding: 5px 10px;
}
textarea.ninja-forms-field {
    height: 200px;
    resize: none;
    width: 100%;
}
.ninja-forms-field.btn {
	color: #FFF;
}
.ninja-forms-req-symbol, .nf-error-msg {
    color: #CD5360 !important;
}

/* FOOTER */

footer {
	padding: 20px 0;
	color: #777;
}

footer p {
	margin: 10px 0;
}

.social-footer > li {
    display: inline-block;
    font-size: 20px;
    list-style: outside none none;
    margin-left: 10px;
}

.social-footer > li > a {
	color: #777;
}

.social-footer > li > a:hover {
	color: #CD5360;
}