File: /var/www/stg-everycred.com/wp-content/themes/everycred/style.css
@charset "UTF-8";
/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
/* .filter-section .filter-btn {
display: none;
} */
.pricing-table {
/* border: 1px solid #ddd; */
background: #fff;
color: #000;
padding: 5px;
border-radius: 5px;
}
.pricing-plan-card {
border: 1px solid #ddd;
height: 100%;
}
.plan-header {
background: #1e4383;
color: #fff;
text-align: center;
font-weight: bold;
padding: 10px;
font-size: 1.4rem;
}
.plan-header-first {
background: rgb(255, 255, 255);
color: #000;
text-align: center;
font-weight: bold;
padding: 10px;
font-size: 1.4rem;
}
.price-options {
display: flex;
justify-content: center;
gap: 10px;
background: #f2f2f2;
padding: 10px 0;
border-bottom: 1px solid #ccc;
flex-wrap: wrap;
}
.price-box {
background: #fff;
color: #000;
border-radius: 5px;
padding: 6px 15px;
font-weight: bold;
cursor: pointer;
}
.price-box-first {
color: #000;
border-radius: 5px;
padding: 6px 15px;
font-weight: bold;
cursor: pointer;
}
.price-box.active {
background: #1e4383;
color: white;
}
.feature-list {
/* padding: 15px; */
padding: 0px;
border: 1px solid #ddd;
margin: 15px;
border-radius: 5px;
}
.feature-row {
display: flex;
/* border-top: 1px solid rgba(0, 0, 0, 0.2); */
}
.feature-label {
flex: 1;
padding: 10px;
text-align: left;
font-weight: 500;
}
.feature-value {
flex: 1;
padding: 10px;
text-align: center;
}
.plan-tab {
display: none;
}
.plan-tab.active {
display: block;
}
.btn-buy {
background-color: #1e4383;
color: #fff;
font-weight: bold;
padding: 10px 20px;
border-radius: 30px;
border: none;
transition: background-color 0.3s;
}
.btn-buy:hover {
background-color: #163463;
color: #fff;
}
.table-responsive-wrapper {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
.feature-row {
flex-direction: column;
}
.feature-label,
.feature-value {
text-align: center;
}
}
/**
* Comparision Table
*/
.comparision-section table {
border-collapse: collapse;
width: 100%;
text-align: center;
}
.comparision-section th,
td {
border: 1px solid #888;
padding: 8px;
color: #000;
}
.comparision-section th {
background-color: #1e4383;
color: white;
}
.comparision-section .section-header {
background-color: #1e4383;
font-weight: bold;
text-align: left;
padding-left: 10px;
}
.comparision-section .price-row th {
background-color: #f2f2f2;
color: #333;
}
section.comparision-section.py-120 {
background: rgba(219, 223, 231, .4);
}
.iti {
padding-top: 15px;
}
.single-case_studies .iti {
padding-top: 0px;
}
.iti__country-container {
top: 15px;
}
.single-case_studies .iti__country-container {
top: 0px;
}
span.iti__country-name {
color: #000;
}
.iti__search-input {
padding: 10px;
color: #000;
margin: 0 !important;
}
.iti__search-input::placeholder {
color: #000;
}
.iti--inline-dropdown .iti__dropdown-content {
z-index: 11 !important;
}