/*--------------------------------------------------------------------------
Template  : Kryptix - Bitcoin & Cryptocurrency Landing Page HTML Template
Author    : Vectorlab
web       : http://thevectorlab.net/
Email     : dkmosa@gmail.com
Version   : 1.0
--------------------------------------------------------------------------*/
/*-------------------------------
Table of contents
---------------------------------

1. typography
2. buttons
3. app header
4. hero banner
5. sections
6. forms
7. road map timeline
8. app footer
9. responsive

-------------------------------*/
/*-------------------------------
typography
-------------------------------*/
body
{
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;

    overflow-x: hidden;

    color: #4b525a;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
}

body,
html
{
    height: 100%;
}

a
{
    color: #4b525a;
}
a:hover
{
    color: #0090b4;
}

a,
a:hover,
button,
button:focus
{
    -webkit-transition: all .3s;
            transition: all .3s;
    text-decoration: none;

    outline: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6
{
    font-weight: bold;

    color: #4b525a;
}

p
{
    font-size: 20px;

    margin-bottom: 2rem;

    color: #94989d;
}

.brand-bg
{
    color: #fff;
    background: #0090b4;
}

/*-------------------------------
buttons
-------------------------------*/
.btn
{
    font-size: 16px;
    font-weight: bold;

    display: inline-block;

    padding: 1rem 3rem;

    text-transform: uppercase;
}
.btn:focus
{
    outline: none;
    box-shadow: none;
}

.btn-group-sm > .btn,
.btn-sm
{
    padding: .6rem 1.5rem !important;
}

.btn-danger
{
    color: #fff;
    border: none;
    background: #ee6055;
}
.btn-danger:hover
{
    color: #fff;
    background: #f18077;
}

.btn-white
{
    color: #ee6055;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .05);
}
.btn-white:hover
{
    color: #fff;
    background: #ee6055;
}

.get-an-invite-btn
{
    font-size: 12px;

    position: relative;
    top: -2px;

    display: inherit;

    margin-left: 3rem;
    padding: .5rem 5rem;

    color: #ee6055 !important;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
}
.get-an-invite-btn:hover
{
    color: #fff !important;
    background: #ee6055;
}

/*-------------------------------
app header
-------------------------------*/
.app-header
{
    position: fixed;
    z-index: 100;

    width: 100%;

    -webkit-transition: all .3s ease;
            transition: all .3s ease;

    background: #fff;
}
.app-header .navbar
{
    font-size: 14px;
    font-weight: 600;

    padding: .5rem 0;

    letter-spacing: 1px;
    text-transform: uppercase;
}
@media (min-width: 768px)
{
    .app-header .navbar-expand-md .navbar-nav .nav-link
    {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
.app-header .nav-item
{
    margin: 0 20px;
}
.app-header .nav-item .nav-link
{
    position: relative;

    color: #4b525a;
}
.app-header .nav-item .nav-link:before
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 0;
    height: 2px;

    content: ' ';
    -webkit-transition: 300ms ease-in-out;
            transition: 300ms ease-in-out;

    opacity: 0;
    background: #0090b4;
}
.app-header .nav-item .nav-link:hover
{
    color: #0090b4;
}
.app-header .nav-item .nav-link:hover:before
{
    left: 35%;

    width: 30%;

    opacity: 1;
}
.app-header .nav-item .nav-link.get-an-invite-btn:before
{
    height: auto;
}
.app-header .nav-item .dropdown-menu
{
    z-index: 200;

    width: 14rem;
    margin-top: 0rem;

    border: none;
    background: #4b525a;
}
.app-header .nav-item .dropdown-menu .dropdown-item
{
    font-size: 11px;

    padding: .5rem 1.5rem;

    color: #fff;
}
.app-header .nav-item .dropdown-menu .dropdown-item:hover,
.app-header .nav-item .dropdown-menu .dropdown-item:focus,
.app-header .nav-item .dropdown-menu .dropdown-item.active
{
    color: #ee6055;
    background: transparent;
}
.app-header .nav-item .dropdown-menu:before
{
    font-family: fontawesome;
    font-size: 25px;

    position: absolute;
    top: -22px;
    bottom: -15px;
    left: 15%;

    height: 22px;
    margin-left: -7px;

    content: '\f0d8';

    color: #4b525a;
}
.app-header .nav-item:last-child
{
    min-width: 200px;
    margin: 0;
}
.app-header .nav-item.active .nav-link
{
    position: relative;

    color: #0090b4;
}
.app-header .nav-item.active .nav-link:before
{
    position: absolute;
    bottom: 0;
    left: 35%;

    width: 30%;
    height: 2px;

    content: ' ';
    -webkit-transition: 300ms ease-in-out;
            transition: 300ms ease-in-out;

    opacity: 1;
    background: #0090b4;
}
.app-header .navbar-collapse
{
    margin: .8rem 0;
}

.navbar-sticky
{
    z-index: 110;

    -webkit-transition: all .3s ease;
            transition: all .3s ease;

    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .07);
}

.dropdown:hover .dropdown-menu
{
    display: block;
}

/*-------------------------------
hero banner
-------------------------------*/
.hero-banner
{
    position: relative;

    height: 70%;

    background: #0090b4;
}
.hero-banner .hero-text
{
    position: absolute;
    z-index: 10;
    top: 50%;

    display: inherit;

    width: 100%;

    -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
            transform: translateY(-30%);
}
.hero-banner .hero-title
{
    font-size: 56px;

    margin-bottom: 1rem;

    color: #fff;
}
.hero-banner .here-sub-title
{
    font-size: 24px;
    font-weight: 300;
    line-height: normal;

    margin-bottom: 3rem;

    color: rgba(255, 255, 255, .8);
}
.hero-banner .here-sub-title a
{
    color: #fff;
}
.hero-banner .here-sub-title a:hover
{
    color: #ee6055;
}
.hero-banner .banner-img
{
    position: relative;
    top: -12%;
}
.hero-banner .hero-footer
{
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;

    width: 100%;
    height: 340px;

    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.hero-banner,
.inner-banner
{
    position: relative;
    top: 79px;

    margin-bottom: 79px;
}

.inner-banner
{
    height: 45%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.inner-banner:before
{
    display: block;

    height: 100%;

    content: '';

    background: -webkit-linear-gradient(top, rgba(0, 144, 180, .3) 0%, rgba(24, 72, 84, .8));
    background:         linear-gradient(-180deg, rgba(0, 144, 180, .3) 0%, rgba(24, 72, 84, .8));
}
.inner-banner .here-sub-title
{
    color: #fff;
}
.inner-banner .down-arrow-link
{
    line-height: 80px;

    position: absolute;
    bottom: -40px;
    left: 50%;

    width: 80px;
    height: 80px;
    margin-left: -40px;

    -webkit-transition: all .3s;
            transition: all .3s;
    text-align: center;

    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
}
.inner-banner .down-arrow-link:hover
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

@media (min-width: 1600px)
{
    .hero-banner
    {
        height: 600px;
    }
    .hero-banner .hero-footer
    {
        height: 480px;
    }
    .inner-banner
    {
        height: 450px;
    }
}

@media (min-width: 2000px)
{
    .hero-banner
    {
        height: 600px;
    }
    .hero-banner .hero-footer
    {
        height: 800px;
    }
    .inner-banner
    {
        height: 450px;
    }
}

/*-------------------------------
section style
-------------------------------*/
.container
{
    max-width: 1250px;
}
@media (min-width: 2000px)
{
    .container
    {
        max-width: 1320px;
    }
}

.section-gap
{
    padding: 5rem 0;
}

.section-gap-sm
{
    padding: 3rem 0;
}

.section-gray-bg
{
    background: #fcfcfc;
}

.section-gray-bg-deep
{
    background: #f8f8f9;
}

.section-border
{
    border-bottom: 1px solid #f1f2f2;
}

.section-dark-bg
{
    color: #fff;
    background: #70757c;
}
.section-dark-bg .card-body p
{
    color: #70757c;
}

.section-title
{
    margin-bottom: 5rem;
}
.section-title h2
{
    font-size: 40px;
    font-weight: bold;

    margin-bottom: 0;
}
.section-title h3
{
    font-size: 36px;
    font-weight: bold;

    margin-bottom: 0;
}

.card
{
    border: none;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .05);
}

.box-show
{
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .08);
}

.col-gap
{
    padding-right: 30px;
    padding-left: 30px;
}

.rethink-section
{
    color: #fff;
    background: #66bcd2;
}

.brand-bg.rethink-section
{
    color: #fff;
    background: #0090b4;
}

.rethink-section h2,
.rethink-section p
{
    color: #fff;
}

.rethink-section p
{
    font-size: 16px;
}

.partner-brand
{
    display: inline-block;

    margin: .5rem 4rem;
}

.steps-item
{
    float: left;

    width: 22.66%;
}
.steps-item h3
{
    font-size: 1.5rem;
}
.steps-item p
{
    font-size: 20px;
    font-weight: bold;

    margin-bottom: 0;
}

.steps-arrow
{
    float: left;

    width: 16.01%;
}

.nav-tabs-shadow .nav-link.active,
.nav-tabs-shadow .nav-item.show .nav-link
{
    opacity: 1;
    color: #0090b4;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
}

.nav-tabs-border .nav-link.active,
.nav-tabs-border .nav-item.show .nav-link
{
    border-color: #f1f2f3;
}

.nav-tabs-shadow .nav-link
{
    padding: 1.5rem 1.75rem;

    border-radius: 5px;
}

.flow-feature-list
{
    margin-bottom: 5rem;
}
.flow-feature-list p
{
    font-size: 16px;

    margin-bottom: 0;
}

.box-shadow
{
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
}

.testimonials .testimonial-list
{
    position: relative;
    top: -50px;
}

.testimonials .thumb
{
    display: inline-block;
    overflow: hidden;

    width: 120px;
    height: 120px;

    border: 10px solid #fff;
    border-radius: 50%;
    box-shadow: 0 -3px 10px -3px rgba(0, 0, 0, .15);
}

.testimonials img
{
    width: 100%;
    height: auto;
}

.testimonials .designation
{
    font-size: 14px;

    color: #94989d;
}

.testimonials p
{
    position: relative;

    margin-bottom: 0;
    padding: 0 10%;
}
.testimonials p i
{
    font-size: 36px;

    position: absolute;
    top: -30px;
    left: 3%;

    color: #cce9f0;
}

.testimonials .slick-slide
{
    margin: 0 80px;

    outline: none;
}

.testimonials .slick-track
{
    padding: 60px 0;
}

.testimonials .slick-prev
{
    z-index: 100;
    left: 20%;

    width: 40px;
    height: 40px;
}

.testimonials .slick-next
{
    z-index: 100;
    right: 20%;

    width: 40px;
    height: 40px;
}

@media (min-width: 1600px)
{
    .testimonials .slick-prev
    {
        left: 14.5%;
    }
    .testimonials .slick-next
    {
        right: 15.5%;
    }
}

@media (min-width: 2000px)
{
    .testimonials .slick-prev
    {
        left: 11%;
    }
    .testimonials .slick-next
    {
        right: 12%;
    }
}

.testimonials .slick-prev:before
{
    content: '\e900';
}

.testimonials .slick-next:before
{
    content: '\e901';
}

.testimonials .slick-prev:before,
.testimonials .slick-next:before
{
    font-family: 'flow-Iconfont';
    font-size: 36px;
    line-height: 1;

    opacity: .75;
    color: #dbddde;
}

.testimonials .slick-prev:hover:before,
.testimonials .slick-prev:focus:before,
.testimonials .slick-next:hover:before,
.testimonials .slick-next:focus:before
{
    color: #70757c;
}

.testimonials .slick-dots li button:before
{
    font-size: 12px;

    opacity: 1;
    color: #d8d8d8;
}

.testimonials .slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #33a6c3;
}

.step-title
{
    font-size: 24px;
    font-weight: bold;

    position: relative;
    top: 8px;
    left: 8px;

    display: inline-block;

    margin-bottom: 3rem;
    padding: .6rem 1.5rem;

    color: #fff;
    border-radius: 6px;
    background: #33a6c3;
    box-shadow: -8px -8px 0 #cce9f0;
}

.play-video
{
    position: relative;
}
.play-video .video-play-btn
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    -webkit-transition: all .3s;
            transition: all .3s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.play-video .video-play-btn i
{
    position: relative;
    left: 2px;
}
.play-video .video-play-btn:hover
{
    color: #fff;
}

.get-in-touch-form .form-control
{
    line-height: 2.8;

    border: none;
}

.f-address span
{
    color: #000;
}

#map
{
    width: 100%;
    height: 450px;

    background: #f1f2f2;
}

.get-invite-form
{
    padding: 5% 15%;
}
.get-invite-form .form-control
{
    line-height: 2.8;

    border-color: #b7babd;
}
.get-invite-form .form-control:focus
{
    border: 1px solid #0090b4;
    box-shadow: none;
}

.get-invite-box
{
    position: relative;
    z-index: 100;
    top: -50px;

    border-radius: 6px;
}

.mfp-iframe-holder .mfp-content
{
    max-width: 80%;
}

.mfp-bg
{
    opacity: 1;
    background: #eff0f2;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close
{
    color: #000;
}

.price-plan
{
    font-size: 20px;

    color: #94989d;
}

.price-plan th
{
    color: #fff;
    border-bottom-width: 0 !important;
    background: #0090b4;
}

.price-plan td:first-child,
.price-plan th:first-child
{
    text-align: left;
}

.price-plan td,
.price-plan th
{
    padding: 1.5rem 1.5rem;

    text-align: center;
    vertical-align: middle;
}

.plan-active-color
{
    color: #0090b4;
}

.plan-inactive-color
{
    color: #ee6055;
}

/*-------------------------------
accordion
-------------------------------*/
.accordion .card
{
    margin-bottom: 10px;

    border: 1px solid #e4e5e6;
    border-radius: 4px !important;
    box-shadow: none;
}

.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type)
{
    border-bottom: 1px solid #e4e5e6 !important;
}

.accordion .card-header
{
    padding: 0;

    border-bottom: none;
    border-radius: 4px !important;
    background: transparent;
}
.accordion .card-header h5
{
    font-size: 22px;

    margin-bottom: 0;
}
.accordion .card-header a.collapsed
{
    position: relative;

    border-radius: 4px;
    background: #fff;
}
.accordion .card-header a.collapsed:after
{
    font-family: 'fontawesome';
    font-size: 14px;

    position: absolute;
    top: 35%;
    right: 20px;

    content: '\f105';
}
.accordion .card-header a
{
    position: relative;

    display: block;

    padding: 1.5rem 1.5rem;

    cursor: pointer;

    border-radius: 4px 4px 0 0;
    background: #fff;
}
.accordion .card-header a:after
{
    font-family: 'fontawesome';
    font-size: 14px;

    position: absolute;
    top: 35%;
    right: 20px;

    content: '\f107';
}

.accordion .card-body
{
    border-radius: 0 0 4px 4px;
}
.accordion .card-body p
{
    font-size: 18px;

    margin-bottom: 10px;
}

/*-------------------------------
form
-------------------------------*/
/*-------------------------------
blog
-------------------------------*/
.post img
{
    border-radius: .25rem .25rem 0 0;
}

.post h4
{
    font-size: 20px;
}

.post p
{
    color: #70757c;
}

.post .more-link
{
    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1px;
    text-transform: uppercase;

    color: #4b525a;
}
.post .more-link:hover
{
    color: #ee6055;
}

.post-single ol
{
    font-size: 20px;

    margin-bottom: 2rem;
    padding-left: 0;

    color: #94989d;
}
.post-single ol li
{
    position: relative;

    margin-bottom: 3rem;
}
.post-single ol li b
{
    display: inline;

    margin-bottom: 2rem;

    color: #4b525a;
}

.post-single ol
{
    list-style: none;

    counter-reset: li;
}
.post-single ol li::before
{
    line-height: 48px;

    display: inline-block;

    width: 48px;
    height: 48px;
    margin-right: 1em;
    margin-bottom: 1em;

    content: counter(li);
    text-align: center;

    color: #33a6c3;
    border-radius: 4px;
    background: #cce9f0;
}
.post-single ol li
{
    counter-increment: li;
}

.comments-form .form-group
{
    margin-bottom: 1.8rem;
}

.comments-form .form-control
{
    line-height: 2.8;
}
.comments-form .form-control:focus
{
    border: 1px solid #0090b4;
    box-shadow: none;
}

.comments-form p
{
    font-size: 16px;
}

/*-------------------------------
app footer
-------------------------------*/
.app-footer
{
    padding: 4rem 0 3rem 0;

    color: #fff;
    background: #0090b4;
}

.social-links a
{
    font-size: 24px;

    margin-left: 20px;

    opacity: .8;
    color: #fff;
}
.social-links a:hover
{
    opacity: 1;
}

.footer-links li
{
    display: inline-block;
}
.footer-links li a
{
    margin: 0 30px;

    text-transform: uppercase;

    color: #fff;
}
.footer-links li a:hover
{
    text-decoration: underline;
}

.copyright
{
    font-size: 12px;

    opacity: .8;
}

/*-------------------------------
responsive style
-------------------------------*/
@media (max-width: 1024px)
{
    .app-header .nav-item
    {
        margin: 0 10px;
    }
    .hero-banner
    {
        height: 70%;
    }
    .hero-banner.inner-banner
    {
        height: 50%;
    }
    .hero-banner .hero-title
    {
        font-size: 2rem;
    }
    .hero-banner .banner-img
    {
        top: -20px;

        height: 70%;
    }
    .section-gap
    {
        padding: 2rem 0;
    }
    .section-title h2
    {
        font-size: 1.5rem;
    }
    .section-title
    {
        margin-bottom: 2rem;
    }
    p,
    .post-single li
    {
        font-size: 16px;
    }
    .steps-item h3
    {
        font-size: 1.2rem;
    }
    .steps-item p
    {
        font-size: 16px;
    }
    .btn
    {
        padding: .6rem 2rem;
    }
    .flow-feature-list
    {
        margin-bottom: 2rem;
    }
    .testimonials h5
    {
        font-size: 1.1rem;
    }
    .testimonials p i
    {
        font-size: 1.5rem;
    }
    .testimonials .slick-slide
    {
        margin: 0 30px;
    }
    .testimonials .slick-prev,
    .testimonials .slick-next
    {
        top: -8%;
    }
    .testimonials .slick-prev
    {
        left: 40%;
    }
    .testimonials .slick-next
    {
        right: 40%;
    }
    .product-step h2,
    .step-title
    {
        font-size: 1.5rem;
    }
    .get-invite-box
    {
        top: -50px;
    }
}

@media (max-width: 991px)
{
    .app-header .nav-item .nav-link:hover:before,
    .app-header .nav-item.active .nav-link:before
    {
        left: 0;

        width: 100%;
    }
    .app-header
    {
        border-bottom: 1px solid #f1f2f2;
    }
    .hero-banner
    {
        height: 75%;

        text-align: center;
    }
    .hero-banner.inner-banner
    {
        height: 40%;
    }
    .hero-banner .banner-img
    {
        top: 20px;
    }
    .hero-banner,
    .inner-banner
    {
        top: 59px;

        margin-bottom: 59px;
    }
    .hero-banner .hero-text
    {
        -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
                transform: translateY(-40%);
    }
    .navbar-toggler
    {
        line-height: 1.8rem;
    }
    .get-an-invite-btn
    {
        display: block;

        margin: 10px 0 0;
    }
    .inner-banner .down-arrow-link
    {
        line-height: 50px;

        bottom: -25px;
        left: 50%;

        width: 50px;
        height: 50px;
        margin-left: -25px;
    }
}

@media (max-width: 768px)
{
    .hero-banner .hero-footer
    {
        height: 280px;
    }
    .steps-arrow
    {
        overflow: hidden;

        width: 8.01%;
        margin: 0 1%;
    }
    .steps-arrow img
    {
        position: relative;
        left: -52%;
    }
    .steps-item
    {
        width: 26.66%;
    }
    .steps-item img
    {
        margin-left: 10px;
    }
    .nav-tabs-shadow .nav-link
    {
        padding: 1rem;
    }
    .hero-banner.inner-banner
    {
        height: 30%;
    }
    .hero-banner .here-sub-title
    {
        font-size: 1.1rem;
    }
}

@media (max-width: 767px)
{
    .hero-banner
    {
        height: 90%;
    }
    .hero-banner .hero-footer
    {
        height: 250px;
    }
    .steps-item,
    .steps-arrow
    {
        width: 100%;
        margin-bottom: 1rem;
    }
    .steps-item .media
    {
        position: relative;
        left: 50%;

        width: 250px;
        margin-left: -125px;
    }
    .steps-arrow img
    {
        left: 50%;

        margin-left: -60px;
    }
    .step-title
    {
        font-size: 1rem;

        padding: .4rem 1.5rem;
    }
    .product-step h2
    {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px)
{
    .hero-banner .hero-footer
    {
        height: 110px;
    }
    .footer-links li a
    {
        display: inline-block;

        margin: 10px;
    }
    .get-invite-box
    {
        top: -30px;
    }
    .get-invite-form
    {
        padding: 5% 5%;
    }
    .get-invite-form .form-control
    {
        line-height: 1.8;
    }
    .get-in-touch-form .form-control
    {
        line-height: 1.8;
    }
    .post-single ol li::before
    {
        line-height: 36px;

        width: 36px;
        height: 36px;
        margin-bottom: .5em;
    }
}

@media (max-width: 479px)
{
    .hero-banner .hero-title
    {
        font-size: 1.8rem;
    }
    .hero-banner
    {
        height: 95%;
    }
}


/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
    position: relative;
    padding: .2rem .5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: left;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.wpcf7-validation-errors {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.wpcf7-mail-sent-ok {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.wpcf7-not-valid-tip {
    margin-top: .5em;
}