/*
Theme Name: IP-Support NINJA
Theme URI: http://ip-support.ninja
Author: Thee Ninja
Author URI: http://ip-support.ninja
Description: The NINJA theme for IP-Support
Version: 6.0
Tags: ninja
Text Domain: ninja
*/
html {
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.title {
    font-weight: 300;
}
.subtitle.has-small-margin {
    margin-bottom: 8px;
}
.compat-object-fit {
    background-size: cover;
    background-position: center center;
}
.compat-object-fit img {
	opacity: 0;
}
.slick-dots li button:before {
    font-size: 8px;
}
.slick-slide {
	position: relative;
}
.frontpage-slider {
    max-height: 500px;
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-shadow: 0px -14px 68px 5px rgba(77, 77, 77, 0.85);
    -moz-box-shadow: 0px -14px 68px 5px rgba(77, 77, 77, 0.85);
    box-shadow: 0px -14px 68px 5px rgba(77, 77, 77, 0.85);
}
@media screen and (max-width: 768px) {
	.frontpage-slider {
	    display: none;
    }
}	
.frontpage-slider img {
    display: block;
    width: 100vw;
    object-fit: cover;
    max-height: 500px;
}
.frontpage-slider .slider-content {
    position: absolute;
    bottom: 10%;
    left: 0;
  	padding-left: 100px; 
}
@media screen and (min-width: 1200px) {
  .frontpage-slider .slider-content {
 	padding-left: 200px; 
  }
}
		
@media screen and (min-width: 1600px) {
  .frontpage-slider .slider-content {
 	padding-left: 300px; 
  }
}

.frontpage-slider .slider-content > div {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 25px;
    display: inline-block;
    border-radius: 5px;
}
.frontpage-slider .slider-content h1 {
    color: #e5e5e5;
    font-size: 3rem;
    font-weight: 600;
}
.frontpage-slider .slider-content p {
    color: #e5e5e5;
    font-weight: 400;
    font-size: 1.5rem;
}
.frontpage-slider .slider-content a {
    padding: 1.2rem 3rem;
    font-size: 1.2rem;
}
.frontpage .box {
    box-shadow: none;
}
.card.is-action {
    display: flex;
    flex-direction: column;
}
.card.is-action .card-image {
	flex-grow: 1;
}
.card.is-action .card-image img {
	max-height: 200px;
    width: auto;
    margin: 0 auto;
}
	  
.card.is-action:hover {
    box-shadow: 0 2px 10px rgba(10, 10, 10, .2), 0 0 0 1px rgba(10, 10, 10, .1);
}
.has-top-margin {
    margin-top: 50px !important;
}
@media screen and (min-width: 769px) {
    .columns.has-content-aligned {
        display: flex;
    }
    .columns.has-content-aligned .column {
        flex: 1;
    }
    .columns.has-content-aligned .column > a,
    .columns.has-content-aligned .column > div {
        height: 100%;
    }
}

.column.shrink-left {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    display: flex;
    align-items: center;
	margin-right: 25px;
}

.column.reader-width {
    max-width: 1000px;
}

@media screen and (max-width: 768px) {
    .column.shrink-left {
        margin-right: 0;
    }
    .column.shrink-left img {
        margin: 0 auto;
    }
    .column.reader-width {
        margin-bottom: 50px;
    }
}

.header-top-nav a.subtitle:hover {
    text-decoration: underline;
}
.content a:not(.button):visited {
    color: #4a4a4a;
}
.topbar-info {
    padding: 5px 0;
    background-color: #014670;
    color: #e5e5e5;
    text-align: center;
    letter-spacing: 1px;
}
.topbar-info span {
    padding: 0 10px;
}
.topbar-info a {
    color: inherit;
}
.topbar-info a:hover {
    text-decoration: underline;
}
.topbar-menu {
    background-color: #0265a0;
    z-index: 1;
}
.topbar-menu .navbar-brand a {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.topbar-menu .navbar-brand a:hover {
    background-color: #0265a0;
}
.menu-main-menu-container {
    padding: 10px 0;
}
.topbar-menu .navbar-brand a {
    color: #ffffff;
    font-size: 1.5rem;
}
.topbar-menu .navbar-brand a:hover {
    color: #ffffff;
}
.topbar-menu .nav-toggle span {
    background-color: #ffffff;
}
.has-centered-columns .column {
    text-align: center;
}
.frontpage-slider div:focus {
    outline: none;
}
.frontpage-tiles {
    background-color: #ffffff;
    margin-bottom: 50px;
    margin-top: 50px;
}
.frontpage-tiles .media-content a {
	color: #3273dc;
}
.frontpage-tiles .media-content a:hover {
	color: #363636;
}
.frontpage nav .heading {
    font-weight: 500;
    font-size: 18px;
}
.crowns {
    font-size: 0.9rem;
    font-weight: 300;
    margin-left: 2px;
}
.breadcrumbs {
    padding: 10px;
}
.breadcrumbs a,
.breadcrumbs p {
    display: inline;
}
.container.content-section {
    margin-bottom: 40px;
}
.container.content-section > .title {
    margin-bottom: 6px;
}
.repair-card figure {
    padding: 5px;
}
.repair-card figure img {
    max-height: 200px;
    margin: 0 auto;
    height: auto;
    width: auto;
    max-width: 100%;
}
.repair-product .column {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.repair-product figure.image {
    width: 50%;
}
.repair-product figure img {
    max-height: 200px;
    width: auto;
}
.price-table {
      width: 100%;
	}
.table tr:hover {
    background-color: inherit !important;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(even):hover {
    background-color: #fafafa !important;
}
.price-table thead {
    font-weight: 500;
}
.price-table tr td:last-child {
    text-align: right;
    white-space: nowrap;
    padding-left: 0;
}
.blogpost-history {
    display: inline-block;
    text-align: left;
	list-style: disc;
}
.blogpost-history .title {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
}
.blogpost-history a:hover {
  	text-decoration: underline;
}
.footer {
    text-align: center;
    padding-bottom: 20px;
    background-color: #e3e3e3;
}
.footer .content p {
    padding-bottom: 2px;
}
.footer a {
    color: #363636;
}
.footer a:hover:not(.button) {
    color: #363636;
    text-decoration: underline;
}
.footer .copyright {
    margin: 40px auto 20px;
}
.findusonfacebook {
    display: inline-block;
}
.findusonfacebook:hover {
    opacity: 0.7;
}
.footer .copyright a {
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .frontpage-tiles {
        margin: 0;
	}
	  .level-item:not(:last-child) {
    margin-bottom: 2rem;
}
    .footer p.title {
        margin: 5px 0;
    }
}
@media screen and (min-width: 769px) {
	.frontpage-tiles .columns {
	  margin-bottom: 50px;
  }
	.frontpage-tiles nav.level {
	  margin: 30px 0 100px;
  }
  .price-table tbody tr td {
	  padding-left: 40px;
	  padding-right: 40px;
  }
  .price-table thead tr td {
	  padding-left: 20px;
  }
  .extra-info {
	  padding: 0 20px 50px;
  }
}
@media screen and (min-width: 1024px) {
    .topbar-menu .navbar-brand a {
        font-size: 2.2rem;
    }
    .topbar-menu {
        height: 6rem;
    }
	.navbar-end > a,
	.has-dropdown > a {
  		font-size: 1.5rem;
		color: #fff !important;
	}
	.navbar-link::after {
	  border-color: #fff;
	}
	.navbar-dropdown a {
	  font-size: 1.2rem;
	}
	.navbar.is-transparent .navbar-end a.navbar-item:hover,
	.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link:hover {
  		background-color: #015a90 !important;
	}
	.navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
		background-color: whitesmoke !important;
		color: #0a0a0a;
	}
    .has-centered-columns .column > div {
        display: inline-block;
        text-align: left;
    }
    .section-contact {
        margin: 25px auto 50px;
    }
    .extra-info {
        padding: 0 0 50px;
    }
    .extra-info,
    .price-table {
        width: 80% !important;
        margin: 20px auto;
    }
    .footer {
        text-align: left;
    }
}

#cookie_directive_container {
	display: none;
	position: fixed;
	bottom: 0;
	background-color: #ffffff;
	text-align: center;
	left: 0;
	right: 0;
	padding: 30px 0 40px;
	border-top: 1px solid #e1e1e1;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}

@media screen and (min-width: 1024px) and (max-width: 1216px) {
	.topbar-menu > .container {
		margin: 0;
	}
	
	.topbar-menu .navbar-brand .navbar-item {
		font-size: 1.8rem;
	}
	
	.topbar-menu .navbar-menu .navbar-link {
		font-size: 1.3rem;
	}
}