﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

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

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.header-separator-bottom {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
}

.header-separator-reverse {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-separator svg {
    display: block;
    width: calc(100% + 1.3px);
}

.header-separator {
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: -1px;
    overflow: hidden; /* because svg inside is a bit bigger to cover the entire separator correctly  298B4B  239680 */
}

.header-homepage {
    padding-top: 120px !important;
    padding-bottom: 130px !important;
}

.new_life {
    background-image: linear-gradient(to right, #298B4B 0%, #239680 100%);
}

.new_life_scrolled {
    background-image: linear-gradient(to right, #fafafb 0%, #fefefd 100%);
    color:red!important;
}

.thats_life {
    background-image: linear-gradient(to right, #fafafb 0%, #fefefd 100%);
}

.svg-white-bg {
    fill: white;
}

.main-holder{
    margin-left:-15px!important;
    margin-right:-15px!important;
}

.header-trim svg {
    height: 40px !important;
    display: block;
    /*width: calc(100% + 1.3px);*/
    width:100%!important;
}

a.text-logo {
    font-size: 2.4em !important;
}

    a.text-logo, a.text-logo:hover {
        color: #FFFFFF;
        text-transform: none;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: left;
        text-decoration: none;
        display: block;
        font-weight: 600;
        font-size: 2.6em;
        line-height: 1;
        display: inline-block;
    }

.ul-menu > li {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    color: #EDEDED;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 3px;
    margin-left:10px;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-weight:normal!important;
    font-size: 2.0rem;
    line-height: 1.2;
}

.display-6-300 {
    font-weight: 300 !important;
    font-size: 2.0rem;
    line-height: 1.2;
}

.display-7 {
    font-weight: 300 !important;
    font-size: 1.5rem;
    line-height: 1.2;
}

.font-500{
    font-weight:500;
}

.btn-blue {
    background-color: #03a9f4;
    border-color: #0189d4;
    color: #ffffff;
}
    .btn-blue:hover {
        background-color: #0089d4;
        border-color: #0189d4;
        color: white !important;
    }

.py-10 {
    padding-top: 6rem !important;
}
@media(max-width:992px){
    .py-10 {
        padding-top: 4rem !important;
    }
}

.mb-10 {
    margin-bottom: 6rem !important;
}

.mt-10, .my-10 {
    margin-top: 6rem !important;
}

.mb-10, .my-10 {
    margin-bottom: 6rem !important;
}

@media(max-width:992px){
    .mt-10{
        margin-top:3rem!important;
    }
}

.text-green {
    color: #2A8C4B;
}

.text-dark-green {
    color: #166116;
}
    a.text-dark-green:hover {
        color: #f8f8f8;
    }

@media(min-width:993px){
    .nav-item.active{
        border-bottom:1px solid white!important;
    }
}

.navbar-fixed-top.scrolled {
    background-color: #fff !important;
    transition: background-color 400ms linear!important;
}

    .navbar-fixed-top.scrolled .nav-link, .navbar-fixed-top.scrolled .text-logo {
        color: #2A8C4B !important;
    }

    .navbar-fixed-top.scrolled .navbar-toggler {
        border-color: #1a7c3b !important;
        background-color: #2a8c4b !important;
    }

.btn-to-top {
    display: none;
    position: fixed;
    bottom: 12px;
    left: 15px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    z-index: 99;
    color: white;
}

.btn-success {
    background-color: #2A8C4B!important;
    color:white!important;
}

div.validation-summary-errors{
    margin-top:15px!important;
    margin-left:15px!important;
    margin-right:15px!important;
}

div.validation-summary-errors ul{
    padding-top:16px!important;
}

div.validation-summary-errors ul li {
    color: #dc3545 !important;
    list-style: none !important;
}

.validation-summary-errors {
    margin-bottom: 15px !important;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #dc3545;
    border-radius: 0.25rem;
    background-clip: padding-box;
    width: 100%;
    border-color: rgba(240,0,0,0.2);
    box-shadow: 0 0 0 0.25rem rgba(197,40,40,0.35);
}

div.text-danger.validation-summary-errors ul {
    margin-top: 10px !important;
    margin-left: -8px !important;
}

    div.text-danger.validation-summary-errors ul li:before {
        content: '\25b9';
        margin-left: -20px;
        margin-right: 2px;
    }

    div.text-danger.validation-summary-errors ul li {
        list-style: none !important;
    }

/* .validation-summary-valid {
} */

.ml-15px{
    margin-left:15px;
}

.disable-it{
    opacity:0.5!important;
    pointer-events:none!important;
}

.center-rc {
    display: block !important;
    text-align: -webkit-center !important;
}

.error-space{
    height:200px!important;
}
@media(max-width:992px) {
    .error-space {
        height: 20px !important;
    }
    .btn-block-mobile{
        width:100%!important;
    }
}

.list-how-to-order{
    list-style:none;
}

.list-how-to-order li{
    margin-left:0;
}

#cookieConsent{
 display: none;   
}
