/* Overwrite */

.cookie-consent {
    font-size: 14px;
    line-height: 20px;
    position: fixed;
    /* top: 80px; */
    margin: 0 auto;
    z-index: 99999;
    left: 0;
    right: 0;
    color: #c3c3c3;
    /* color: #721c24; */
    /* border: 1px solid transparent; */
    /* background-color: rgba(248, 215, 218, 0.90); */
    background-color: rgba(0, 0, 0, 0.90);
    /* border-color: #e02f42; */
    padding: .75rem 1.25rem;
    border-radius: .25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    width: 100%;
    min-height: 1px;
    bottom: 0;
}
.cookie-consent h4 {
    color: #c3c3c3;
}

#about .about-img {
    height: unset;
}
#about .section-bg {
    padding: 60px 0 60px;
}

.form button[type="submit"],
.btn {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

.form button[type="submit"]:hover,
.btn  {
  cursor: pointer;
}

a:hover.btn, a:active.btn, a:focus.btn {
    color: #23873d;
}
.hidden {
    display:none;
}

#pricingintro {
    padding: 60px 0 60px;
}

#pricing ul {
    color: #555;
}

#pricing ul li {
    font-size: 0.9rem;
    /* list-style-position: outside; */
    text-indent: -0.8em;
}

#pricing ul li i {
    float: left;
    margin-right: 9px;
}


#pricing h5 {
    color: #bababa;
    font-size: 90%;
    font-style: italic;
}
.logo-bw {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-filter: grayscale(100%) opacity(90%);
    filter: grayscale(100%) opacity(90%);
    transition: all 0.2s ease-in;
}

.logo-bw:hover {
    -webkit-tap-highlight-color: unset;
    -webkit-filter: unset;
    filter: unset;
    transition: all 0.2s ease-in;
}

.info-box {
    margin-bottom: 30px;
    box-shadow: rgba(73, 78, 92, 0.15) 0px 0px 30px;
    padding: 40px;
    background: rgb(255, 255, 255);
    transition: 0.4s;
}
.info-box .icon,
.cookie-box .icon,
.box-preturi .icon {
    float: left;
}

.cookie-box .icon {
    padding-right: 20px;
}
.cookie-box .about {
    font-size: 80%;
}

.cookie-consent .btn-success {
    color: #f1f1f1;
    background: #689673;
}
.cookie-consent .btn-warning {
    background: #c3ae6e;
}

.cookie-consent .btn-success:hover {
    color: #f8f9fa;
    background-color: #5bc171;
    border-color: #1e7e34;
}
.cookie-consent .btn-warning:hover {
    color: #212529;
    background-color: #efd074;
    border-color: #d39e00;
}

.info-box .icon i,
.cookie-box .icon i,
.box-preturi .icon i {
    color: rgb(102, 102, 102);
    font-size: 80px;
    line-height: 0;
    transition: 0.5s;
}

.info-box h4,
.info-box h5 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.info-box h5 {
    font-size: 80%;
}
.info-box p {
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0px;
    line-height: 24px;
}

#about h2 {
    font-size: 26px;
    font-weight: 700;
}


h2, h3, h4,
.section-title,
.section-header .section-title,
#advanced-features h2,
#advanced-features h3,
#features .title {
    color: #333;
}
#pricing .section-header {
    padding-bottom: 30px;
}
#pricing .section-header .icon {
    margin-top: -10px;
    margin-right: 20px;
}
#pricing .section-header p {
    font-size: 90%;
}

#features .title {
    font-weight: 400;
}

#intro .product-screens .product-screen-3 {
    position: absolute;
    z-index: 10;
    left: calc(50% - 400px);
    bottom: 0;
    top: 50px;
}

#logo {
    margin-top: -15px;
}

.logo,
.logo-inverse,
#intro h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: white;
}

.logo-inverse {
    color: #111;
}

.logo span {
    opacity: 0.7;
}

.logo-inverse span {
    color: #0db57c;
}

#header.header-fixed #logo {
    opacity: 1;
    transition: all 0.2s ease-in;
}

#header #logo {
    opacity: 0;
    transition: all 0.2s ease-out;
}
