﻿/* This css file is to over write bootstarp css
---------------------------------------------------------------------- */


/*
Theme Name: Modern - Bootstrap 4 Cards
Theme URI: http://adamthemes.com/
Author: AdamThemes
Author URI: http://adamthemes.com/
Description: Modern - Bootstrap 4 Cards by AdamThemes
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: card, cards, css3, modern, adamthemes, bootstrap, profile
*---------------------------------------------------------------------- */


/*---------------------------------------------------------------------- 
TABLE OF CONTENTS

// 1. SECTIONS
// 2. CARDS
//      2.1 Card Table 
//      2.1 Card Blog 
//      2.1 Card Background 
//      2.1 Card Profile 
//      2.1 Card Category 
//      2.1 Card Author 
//      2.1 Card Product
//      2.1 Card Testimonial
//      2.1 Text Color
// 3. BUTTONS
// 4. SOCIAL MEDIA BUTTONS
// 5. BOOTSTRAP COL-MD-12 CLASS
// 6. FONT AWESOME FA CLASS

------------------------------------------------------------------------*/


/*---------------------------------------------------------------------- /
SECTIONS
----------------------------------------------------------------------- */

#list-card .section-cards {
    z-index: 3;
    position: relative;
}

#list-card .section-gray {
    background: #E5E5E5;
    padding: 60px 0 30px 0;
}


/*---------------------------------------------------------------------- /
CARDS
----------------------------------------------------------------------- */

#list-card .card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

    #list-card .card .card-image {
        height: 60%;
        position: relative;
        overflow: hidden;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: -30px;
        border-radius: 6px;
        box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    }

        #list-card .card .card-image img {
            width: 100%;
            height: 100%;
            border-radius: 6px;
            pointer-events: none;
        }

        #list-card .card .card-image .card-caption {
            position: absolute;
            bottom: 15px;
            left: 15px;
            color: #fff;
            font-size: 1.3em;
            text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
        }

    #list-card .card img {
        width: 100%;
        height: auto;
    }

#list-card .img-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

#list-card .card .ftr {
    margin-top: 15px;
}

    #list-card .card .ftr div {
        display: inline-block;
    }

    #list-card .card .ftr .author {
        color: #888;
    }

    #list-card .card .ftr .stats {
        float: right;
        line-height: 30px;
    }

    #list-card .card .ftr .stats {
        position: relative;
        top: 1px;
        font-size: 14px;
    }


/* ============ Card Table ============ */

#list-card .table {
    margin-bottom: 0px;
}

#list-card .card .table {
    padding: 15px 30px;
}

#list-card .card .table-primary {
    background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}

#list-card .card .table-info {
    background: linear-gradient(60deg, #26c6da, #0097a7);
}

#list-card .card .table-success {
    background: linear-gradient(60deg, #66bb6a, #388e3c);
}

#list-card .card .table-warning {
    background: linear-gradient(60deg, #ffa726, #f57c00);
}

#list-card .card .table-danger {
    background: linear-gradient(60deg, #ef5350, #d32f2f);
}

#list-card .card .table-rose {
    background: linear-gradient(60deg, #ec407a, #c2185b);
}

#list-card .card [class*="table-"] {
    color: #FFFFFF;
    border-radius: 6px;
}

    #list-card .card [class*="table-"] .card-caption a,
    #list-card .card [class*="table-"] .card-caption,
    #list-card .card [class*="table-"] .icon i {
        color: #FFFFFF;
    }

    #list-card .card [class*="table-"] .icon i {
        border-color: rgba(255, 255, 255, 0.25);
    }

    #list-card .card [class*="table-"] .author a,
    #list-card .card [class*="table-"] .ftr .stats,
    #list-card .card [class*="table-"] .category,
    #list-card .card [class*="table-"] .card-description {
        color: rgba(255, 255, 255, 0.8);
    }

        #list-card .card [class*="table-"] .author a:hover,
        #list-card .card [class*="table-"] .author a:focus,
        #list-card .card [class*="table-"] .author a:active {
            color: #FFFFFF;
        }

    #list-card .card [class*="table-"] h1 small,
    #list-card .card [class*="table-"] h2 small,
    #list-card .card [class*="table-"] h3 small {
        color: rgba(255, 255, 255, 0.8);
    }


/* ============ Card Blog ============ */

#list-card .card-blog {
    margin-top: 30px;
}

    #list-card .card-blog .card-caption {
        margin-top: 5px;
    }

    #list-card .card-blog .card-image + .category {
        margin-top: 20px;
    }

#list-card .card-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}


/* ============ Card Background ============ */

#list-card .card-background {
    background-position: center;
    background-size: cover;
    text-align: center;
}

    #list-card .card-background .table {
        position: relative;
        z-index: 2;
        min-height: 280px;
        padding-top: 40px;
        padding-bottom: 40px;
        max-width: 440px;
        margin: 0 auto;
    }

    #list-card .card-background .category,
    #list-card .card-background .card-description,
    #list-card .card-background small {
        color: rgba(255, 255, 255, 0.8);
    }

    #list-card .card-background .card-caption {
        color: #FFFFFF;
        margin-top: 10px;
    }

    #list-card .card-background:after {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0;
        table: "";
        background-color: rgba(0, 0, 0, 0.56);
        border-radius: 6px;
    }


/* ============ Card Profile ============ */

#list-card .card-profile {
    margin-top: 30px;
    text-align: center;
}


/* ============ Card Category ============ */

#list-card .category {
    position: relative;
    line-height: 0;
    margin: 15px 0;
}

#list-card .card .category-social .fa {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 2px;
    margin-right: 5px;
}


/* ============ Card Author ============ */

#list-card .card .author .avatar {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

#list-card .card .author a {
    color: #333;
    text-decoration: none;
}

    #list-card .card .author a .ripple-cont {
        display: none;
    }


/* ============ Card Product ============ */

#list-card .card-product {
    margin-top: 30px;
}

    #list-card .card-product .btn-simple.btn-just-icon {
        padding: 0;
    }

    #list-card .card-product .ftr {
        margin-top: 5px;
    }

        #list-card .card-product .ftr .stats {
            margin-top: 4px;
            top: 0;
        }

        #list-card .card-product .ftr h4 {
            margin-bottom: 0;
        }

    #list-card .card-product .card-caption,
    #list-card .card-product .category,
    #list-card .card-product .card-description {
        text-align: center;
    }

#list-card .card-description p {
    color: #888;
}

#list-card .card-caption,
#list-card .card-caption a {
    color: #333;
    text-decoration: none;
}

#list-card .card-caption {
    font-weight: 700;
    font-family: "Roboto Slab", "Times New Roman", serif;
}


/* ============ Card Testimonial ============ */

#list-card .card-testimonial {
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
}

    #list-card .card-profile .btn-just-icon.btn-raised,
    #list-card .card-testimonial .btn-just-icon.btn-raised {
        margin-left: 6px;
        margin-right: 6px;
    }

    #list-card .card-profile .card-avatar,
    #list-card .card-testimonial .card-avatar {
        max-width: 130px;
        max-height: 130px;
        margin: -50px auto 0;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    }

    #list-card .card-profile.card-plain .card-avatar,
    #list-card .card-testimonial.card-plain .card-avatar {
        margin-top: 0;
    }

    #list-card .card-testimonial .card-avatar {
        max-width: 100px;
        max-height: 100px;
    }

    #list-card .card-testimonial .card-description {
        font-style: italic;
    }

        #list-card .card-testimonial .card-description + .card-caption {
            margin-top: 30px;
        }

    #list-card .card-testimonial .icon {
        margin-top: 30px;
    }

    #list-card .card-testimonial .icon {
        font-size: 40px;
    }

    #list-card .card-testimonial .ftr {
        margin-top: 0;
    }

        #list-card .card-testimonial .ftr .card-avatar {
            margin-top: 10px;
            margin-bottom: -50px;
        }


/* ============ Text Color ============ */

#list-card .text-warning {
    color: #ff9800;
}

#list-card .text-primary {
    color: #9c27b0;
}

#list-card .text-danger {
    color: #f44336;
}

#list-card .text-success {
    color: #4caf50;
}

#list-card .text-info {
    color: #00bcd4;
}

#list-card .text-rose {
    color: #e91e63;
}

#list-card .text-gray {
    color: #888;
}


/*---------------------------------------------------------------------- /
BUTTONS
----------------------------------------------------------------------- */

#list-card .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#list-card .btn,
#list-card .navbar .navbar-nav > li > a.btn {
    border: none;
    border-radius: 3px;
    position: relative;
    padding: 12px 30px;
    margin: 10px 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

    #list-card .btn:focus,
    #list-card .btn:active,
    #list-card .btn:active:focus {
        outline: 0;
    }

    #list-card .btn.btn-round,
    #list-card .navbar .navbar-nav > li > a.btn.btn-round {
        border-radius: 30px;
    }

    #list-card .btn.btn-just-icon,
    #list-card .navbar .navbar-nav > li > a.btn.btn-just-icon {
        font-size: 20px;
        padding: 12px 12px;
        line-height: 1em;
    }

        #list-card .btn.btn-just-icon i,
        #list-card .navbar .navbar-nav > li > a.btn.btn-just-icon i {
            width: 20px;
        }


    /* Button Info */

    #list-card .btn.btn-info {
        background-color: #00bcd4;
        color: #FFFFFF;
    }

        #list-card .btn.btn-info:focus,
        #list-card .btn.btn-info:active,
        #list-card .btn.btn-info:hover {
            box-shadow: 0 14px 26px -12px rgba(0, 188, 212, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 188, 212, 0.2);
        }


    /* Button Danger */

    #list-card .btn.btn-danger {
        background-color: #f44336;
        color: #FFFFFF;
    }

        #list-card .btn.btn-danger:focus,
        #list-card .btn.btn-danger:active,
        #list-card .btn.btn-danger:hover {
            box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
        }


    /* Button Warning */

    #list-card .btn.btn-warning.btn-simple:hover,
    #list-card .btn.btn-warning.btn-simple:focus,
    #list-card .btn.btn-warning.btn-simple:active {
        background-color: transparent;
        color: #ff9800;
    }

    #list-card .btn.btn-warning.btn-simple,
    #list-card .navbar .navbar-nav > li > a.btn.btn-warning.btn-simple {
        background-color: transparent;
        color: #ff9800;
        box-shadow: none;
    }

    #list-card .btn.btn-warning,
    #list-card .navbar .navbar-nav > li > a.btn.btn-warning {
        box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
    }


    /* Button Rose */

    #list-card .btn.btn-rose.btn-simple:hover,
    #list-card .btn.btn-rose.btn-simple:focus,
    #list-card .btn.btn-rose.btn-simple:active {
        background-color: transparent;
        color: #e91e63;
    }

    #list-card .btn.btn-rose.btn-simple,
    #list-card .navbar .navbar-nav > li > a.btn.btn-rose.btn-simple {
        background-color: transparent;
        color: #e91e63;
        box-shadow: none;
    }


    /* Button White */

    #list-card .btn.btn-white,
    #list-card .btn.btn-white:focus,
    #list-card .btn.btn-white:hover {
        background-color: #FFFFFF;
        color: #888;
    }

        #list-card .btn.btn-white.btn-simple,
        #list-card .navbar .navbar-nav > li > a.btn.btn-white.btn-simple {
            color: #FFFFFF;
            background: transparent;
            box-shadow: none;
        }


    /*---------------------------------------------------------------------- /
SOCIAL MEDIA BUTTONS
----------------------------------------------------------------------- */


    /* facebook */

    #list-card .btn.btn-facebook,
    #list-card .navbar .navbar-nav > li > a.btn.btn-facebook {
        background-color: #3b5998;
        color: #fff;
        box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
    }

        #list-card .btn.btn-facebook:focus,
        #list-card .btn.btn-facebook:active,
        #list-card .btn.btn-facebook:hover {
            background-color: #3b5998;
            color: #fff;
            box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
        }

        #list-card .btn.btn-facebook.btn-simple,
        #list-card .navbar .navbar-nav > li > a.btn.btn-facebook.btn-simple {
            color: #3b5998;
            background-color: transparent;
            box-shadow: none;
        }


    /*twitter*/

    #list-card .btn.btn-twitter,
    #list-card .navbar .navbar-nav > li > a.btn.btn-twitter {
        background-color: #55acee;
        color: #fff;
        box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
    }

        #list-card .btn.btn-twitter:focus,
        #list-card .btn.btn-twitter:active,
        #list-card .btn.btn-twitter:hover {
            background-color: #55acee;
            color: #fff;
            box-shadow: 0 14px 26px -12px rgba(85, 172, 238, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2);
        }

        #list-card .btn.btn-twitter.btn-simple,
        #list-card .navbar .navbar-nav > li > a.btn.btn-twitter.btn-simple {
            color: #55acee;
            background-color: transparent;
            box-shadow: none;
        }


    /*pinterest*/

    #list-card .btn.btn-pinterest,
    #list-card .navbar .navbar-nav > li > a.btn.btn-pinterest {
        background-color: #cc2127;
        color: #fff;
        box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14), 0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12);
    }

        #list-card .btn.btn-pinterest:focus,
        #list-card .btn.btn-pinterest:active,
        #list-card .btn.btn-pinterest:hover {
            background-color: #cc2127;
            color: #fff;
            box-shadow: 0 14px 26px -12px rgba(204, 33, 39, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(204, 33, 39, 0.2);
        }

        #list-card .btn.btn-pinterest.btn-simple,
        #list-card .navbar .navbar-nav > li > a.btn.btn-pinterest.btn-simple {
            color: #cc2127;
            background-color: transparent;
            box-shadow: none;
        }


    /*google*/

    #list-card .btn.btn-google,
    #list-card .navbar .navbar-nav > li > a.btn.btn-google {
        background-color: #dd4b39;
        color: #fff;
        box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
    }

        #list-card .btn.btn-google:focus,
        #list-card .btn.btn-google:active,
        #list-card .btn.btn-google:hover {
            background-color: #dd4b39;
            color: #fff;
            box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
        }

        #list-card .btn.btn-google.btn-simple,
        #list-card .navbar .navbar-nav > li > a.btn.btn-google.btn-simple {
            color: #dd4b39;
            background-color: transparent;
            box-shadow: none;
        }


    /*dribbble*/

    #list-card .btn.btn-dribbble,
    #list-card .navbar .navbar-nav > li > a.btn.btn-dribbble {
        background-color: #ea4c89;
        color: #fff;
        box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14), 0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12);
    }

        #list-card .btn.btn-dribbble:focus,
        #list-card .btn.btn-dribbble:active,
        #list-card .btn.btn-dribbble:hover {
            background-color: #ea4c89;
            color: #fff;
            box-shadow: 0 14px 26px -12px rgba(234, 76, 137, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(234, 76, 137, 0.2);
        }

        #list-card .btn.btn-dribbble.btn-simple,
        #list-card .navbar .navbar-nav > li > a.btn.btn-dribbble.btn-simple {
            color: #ea4c89;
            background-color: transparent;
            box-shadow: none;
        }


    /*instagram*/

    #list-card .btn.btn-instagram,
    #list-card .navbar .navbar-nav > li > a.btn.btn-instagram {
        background-color: #125688;
        color: #fff;
        box-shadow: 0 2px 2px 0 rgba(18, 86, 136, 0.14), 0 3px 1px -2px rgba(18, 86, 136, 0.2), 0 1px 5px 0 rgba(18, 86, 136, 0.12);
    }

        #list-card .btn.btn-instagram:focus,
        #list-card .btn.btn-instagram:active,
        #list-card .btn.btn-instagram:hover {
            background-color: #125688;
            color: #fff;
            box-shadow: 0 14px 26px -12px rgba(18, 86, 136, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(18, 86, 136, 0.2);
        }

        #list-card .btn.btn-instagram.btn-simple,
        #list-card .navbar .navbar-nav > li > a.btn.btn-instagram.btn-simple {
            color: #125688;
            background-color: transparent;
            box-shadow: none;
        }


/*---------------------------------------------------------------------- /
BOOTSTRAP COL-MD-12 CLASS
----------------------------------------------------------------------- */

#list-card .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
}


/*---------------------------------------------------------------------- /
FONT AWESOME FA CLASS
----------------------------------------------------------------------- */

#list-card .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/***********Only4Demo*******************/
/**************************************/

/* ======= GENERAL  ======= */
/*
#list-card body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    line-height: 1.5em;
}

a {
    color: #9c27b0;
    text-decoration: none;
}

    a:hover {
        color: #9c27b0;
        text-decoration: underline;
    }

p {
    color: #3C4857;
}

header {
    border-bottom: 1px solid #dedede;
    text-align: center;
}


h1, .h1 {
    font-size: 3.8em;
}

h2, .h2 {
    font-size: 2.0em;
    line-height: 1.6em;
    margin: 15px 0 15px;
    font-weight: 700;
    font-family: "Roboto Slab", "Times New Roman", serif;
    text-align: center;
}

h3, .h3 {
    font-size: 1.825em;
    line-height: 1.4em;
    margin: 30px 0 30px;
    font-weight: 700;
    font-family: "Roboto Slab", "Times New Roman", serif;
    text-align: center;
}

h4, .h4 {
    font-size: 1.3em;
    line-height: 1.55em;
}

h5, .h5 {
    font-size: 1.25em;
    line-height: 1.55em;
    margin-bottom: 15px;
}

h6, .h6 {
    font-size: 0.9em;
    font-weight: 500;
}
*/