/*
Theme Name: Mapiddiction Salient
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
description: >-
  Mapiddiction Theme for Salient
Author: Josh Lawson
Template: salient
Version: 1.0.0
License:     Custom license
License URI: http://themeforest.net/licenses/terms/regular
Text Domain: salient
*/

:root {
    --nectar-extra-color-4: #fff9ad;
}

:root .dark-mode {
    --primary-text: #ffffff; /* Primary text color */
    --primary: #5c8be7; /* Primary color */
    --accent: #c10d68; /* Accent color */
    --extra-one: #e5eeff; /* Extra one color */
    --extra-two: #ffd6ea; /* Extra two color */
    --extra-three: #ebffda; /* Extra three color */
    --error: #b00020; /* Error color */
    --success: #00b389; /* Success color */
    --dark-grey: #232821; /* Dark grey color */
    --med-grey: #8b8b8e; /* Medium grey color */
    --light-grey: #d4d1cf; /* Light grey color */

    /* Elevation colors */
    --elevation-level-1: #1e1e1e; /* Surface */
    --elevation-level-2: #2e2e2e; /* Surface Container High */
    --elevation-level-3: #3e3e3e; /* Surface Container Low */
    --elevation-level-4: #4e4e4e; /* Surface Container */
    --elevation-level-5: #5e5e5e; /* Surface Bright */
    --elevation-shadow: 0px 1px 3px rgba(0, 0, 0, 0.24), 0px 1px 2px rgba(0, 0, 0, 0.48);
}

:root .light-mode {
    --primary-text: #202020; /* Primary text color */
    --primary: #5c8be7; /* Primary color */
    --accent: #c10d68; /* Accent color */
    --extra-one: #e5eeff; /* Extra one color */
    --extra-two: #ffd6ea; /* Extra two color */
    --extra-three: #ebffda; /* Extra three color */
    --error: #b00020; /* Error color */
    --success: #00b389; /* Success color */
    --dark-grey: #232821; /* Dark grey color */
    --med-grey: #8b8b8e; /* Medium grey color */
    --light-grey: #d4d1cf; /* Light grey color */

    /* Elevation colors */
    --elevation-level-1: #ffffff; /* Surface */
    --elevation-level-2: #f0f0f0; /* Surface Container High */
    --elevation-level-3: #e0e0e0; /* Surface Container Low */
    --elevation-level-4: #d0d0d0; /* Surface Container */
    --elevation-level-5: #c0c0c0; /* Surface Bright */
    --elevation-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
}

/* Custom Footer */
.custom-footer {
    background-color: #1e1e1e;
    color: white;
    border-radius: 30px 30px 0 0;
    position: relative;
    z-index: 10;
}

.footer-main {
    padding: 50px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
}

.footer-column.small-col {
    flex: 1;
}

.footer-column.large-col {
    flex: 2;
}

.footer-column h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--med-grey);
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
    list-style: none;
}

.footer-column ul li a {
    color: white;
    text-decoration: none;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.footer-column form {
    display: flex;
}

.footer-column input[type="email"] {
    padding: 10px;
    border: none;
    border-radius: 5px 0 0 5px;
    width: 70%;
}

.footer-column button {
    padding: 10px;
    background-color: yellow;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px;
    border-top: 1px solid #333;    
}

.footer-bottom p {
    padding: 0;
}

.left-footer-img {
    position: absolute;
    top: 50%;
    transform: translate(-30%, -50%);
    left: 0;
    z-index: 1;
}

.right-footer-img {
    position: absolute;
    top: 50%;
    transform: translate(30%, -50%);
    right: 0;
    z-index: 1;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.social-icons i {
    color: white;
    font-size: 30px;
    width: 30px;
    height: 30px;
    transition: all ease 0.2s;
    cursor: pointer;
}

.social-icons i:hover {
    transition: all ease 0.2s;
    filter: brightness(0.9);
}

.form-footer-text {
    font-size: 12px;
    color: var(--med-grey);
    display: block;
    margin-top: 10px;
    line-height: normal;
}

.footer-flex-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.footer-item-icon {
    flex: 0;
}

.footer-item-text {
    flex: 1;
}

.logo-icon-cont {
    position: absolute;
    height: 100px;
    width: 100px;
    left: 50%;
    transform: translate(-50%, -50px);
}

.footer-subscribe-field {
    background-color: #2e2e2e;
    border-radius: var(--nectar-border-radius);
}

.footer-subscribe-field p {
    display: flex;
    padding: 0;
}

.footer-subscribe-field .wpcf7-form-control-wrap {
    padding: 5px 10px;
}

.footer-subscribe-field .footer-subscribe-email {
    background-color: #2e2e2e;
    color: white;
    width: 100%;
}

.footer-subscribe-field .wpcf7-spinner {
    display: none;
}

.powered-by {
    display: flex;
    gap: 10px;
    height: 24px;
    align-items: center;
}

.powered-by p {
    padding-bottom: 0;
}

.mobiconnect-footer-logo {
    height: 100%!important;
}

/* Prcing Table */
.pricing-table {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: center;
}

@media (max-width: 1200px) {
    .pricing-table {
        flex-wrap: wrap;
		justify-content: flex-start;
    }
}

.pricing-plan {
    width: 360px;
    position: relative;
    background-color: var(--elevation-level-1);
    box-shadow: var(--elevation-shadow);
    border-radius: var(--nectar-border-radius);
    box-sizing: border-box;
}

.plan-info {
    margin: 15px;
    border-radius: var(--nectar-border-radius);
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.plan-info.nectar-extra-color-1 {
    background-color: var(--nectar-extra-color-1);
}

.plan-info.nectar-extra-color-2 {
    background-color: var(--nectar-extra-color-2);
}

.plan-info.nectar-extra-color-3 {
    background-color: var(--nectar-extra-color-3);
}

.plan-info.nectar-extra-color-4 {
    background-color: var(--nectar-extra-color-4);
}

.plan-name {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
}

.plan-price {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -4px;
}

.plan-freq {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.pricing-plan ul {
    list-style-type: none;
    padding: 0;
}

.pricing-plan ul li {
    font-size: 16px;
    margin: 10px 0;
    display: flex;
    gap: 10px;
}

.plan-benefits {
    padding: 10px 20px 80px;
}

.plan-check-icon {
    color: var(--success);
}

.plan-cancel-icon {
    color: var(--error);
}

.choose-plan-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
    background-color: var(--primary);
    padding: 10px 30px;
    border-radius: var(--nectar-border-radius);
    color: white;
}

.choose-plan-button-wrapper {
    position: absolute;
    bottom: 20px;
    right: 20px;
}