﻿.logo {
    width: 23%;
}

ul,ol{list-style:none;}

.navbar-dark .navbar-nav .nav-link {
    color:#dd3d31!important;
    font-weight: 600;
}

.masthead-page {
    padding: 1rem 0 4rem;
}

.masthead {
    padding: 0rem 0 7rem;
    position: relative;
    /*background-color: #dd3d31;*/
    /*background-image: url(/assets/img/overlay.svg),linear-gradient(45deg,#dd3d31 0%,#d22f23 100%);*/
    background-image: linear-gradient(to right, #3bdbe7, #83a9fd);
    background-size: cover;
    z-index: 0;
}

    .masthead svg.wave {
        position: absolute;
        bottom: -1px;
        left: 0;
    }

svg {
    overflow: hidden;
    vertical-align: middle;
}

.masthead h1 {
    color: #fff;
    font-weight: 700;
    /*font-size: 2rem;*/
    line-height: 1.1;
    z-index: 1;
}

.masthead h2 {
    font-size: 1.5rem;
}
.masthead h2 {
    color: rgb(255 255 255 / 82%);
    font-weight: 600;
    z-index: 1;
}
.navbar {
    padding: 13px 0!important;
}
#carbonads {
    padding: 3rem 0rem;
    border-radius: .5rem;
    overflow: hidden;
    font-size: .8rem;
    line-height: 1rem;
    background-color: rgba(248,249,250,.15);
    box-shadow: 0 0 1rem 0.5rem rgba(33,37,41,.1);
    border: 1px solid #fff;
}
#carbonads .carbon-poweredby {
    display: block;
    margin-left: 145px;
    margin-top: .5rem;
    color: rgba(255,255,255,.6);
    text-decoration: none;
    font-weight: 700;
}
section.mlm-nav {
    background-color: #fff;
}
.a {
    fill: none;
}

.b {
    clip-path: url(#a);
}

.c,
.d {
    fill: #f9f9fc;
}

.d {
    opacity: 0.5;
    isolation: isolate;
}

.item-preview {
    position: relative;
}
.item-preview a.item-preview-img {
    transition: .15s box-shadow,.15s transform;
    border-radius: .5rem;
    box-shadow: 0 2rem 1.5rem -1.5rem rgba(33,37,41,.15), 0 0 1.5rem 0.5rem rgba(33,37,41,.05);
    overflow: hidden;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.item-preview .item-preview-title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
}
.item-preview .item-preview-description {
    font-size: .8rem;
    color: rgba(33,37,41,.7);
}
.item-preview a.item-preview-img:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 2.25rem 1.5rem -1.5rem rgba(33,37,41,.3),0 0 1.5rem .5rem rgba(33,37,41,.05)!important;
}
.item-preview a.item-preview-img {
    transition: .15s box-shadow,.15s transform;
    border-radius: .5rem;
    box-shadow: 0 2rem 1.5rem -1.5rem rgba(33,37,41,.15), 0 0 1.5rem 0.5rem rgba(33,37,41,.05);
    overflow: hidden;
}
.mailchimp {
    background-color: #dd3d31;
    background-size: cover;
    background-image: url(/image/overlay.svg),linear-gradient(45deg,#dd3d31 0%,#d22f23 100%);
    color: #fff;
    padding: 5rem 0;
}
.btn-twitter {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
}
.shadow, .bsa-cpc ._default_ {
    box-shadow: 0 .15rem 1.75rem 0 rgba(33,37,41,.15)!important;
}
.btn-xl {
    font-size: .7rem;
    padding: 1.25rem 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1rem;
}
section.footer {
    background-color: #66bdf4;
    padding: 20px 0;
    color: #fff;
}
ul.social-icon li {
    display: inline-block;
    padding: 0 9px;
}
ul.social-icon li a{
   color:#fff;
}
.social-icon li a i {
    background: #3286bb;
    width: 24px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 0px;
}
.social-icon li a i:hover {
    transform: rotate(360deg);
    transition-duration: 0.8s;
}