/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.w3eden .card {
    border: none;
    background-color: #F3F5F8;
    border-radius: 10px;
}

.w3eden .card .package-title,
.w3eden .card h3 {
    text-transform: none;
    letter-spacing: inherit;
}

.w3eden .img-48 {
    max-width: 220px;
    margin-right: 40px !important;
}

.w3eden .img-48 img {
    margin-bottom: 0;
    border: 1px solid #0f4472;
}

.w3eden .card-body {
    padding: 40px;
}

.w3eden .card-body h3.package-title {
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: inherit;
}

.w3eden .wpdm-download-link.btn.btn-primary.btn-lg {
    font-size: 16px;
    line-height: 24px;
    border-radius: 30px;
    text-transform: none;
    font-family: Ubuntu Bold;
    letter-spacing: inherit;
    padding: 15px 20px;
}

.w3eden p {
    margin: 0;
    padding: 0;
}

.w3eden .card-body .text-small {
    margin-top: 40px;
}


@media only screen and (min-width: 1px) and (max-width: 999px) {
    .w3eden .media {
        display: block;
    }

    .w3eden .card-body {
        padding: 25px;
    }

    .w3eden .img-48 {
        max-width: 400px;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .w3eden .card-body .text-small {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .w3eden .wpdmdl-btn {
        text-align: right;
        margin: 0 !important;
    }
}

@media only screen and (min-width: 1px) and (max-width: 690px) {
    .w3eden .wpdmdl-btn {
        text-align: center;
        margin: 0 !important;
    }
}

@media only screen and (min-width: 1000px) {
    body #footer-outer .row {
        padding: 0;
    }
}

.nectar-flickity.nectar-carousel[data-format=default] .flickity-slider .cell {
	padding: 0;
}