2023-10-22 22:21:26 +00:00
|
|
|
@media screen and (max-width: 900px) {
|
|
|
|
.w3tc-card-container {
|
|
|
|
grid-template-columns: 1fr 1fr;
|
|
|
|
}
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
2023-10-22 22:21:26 +00:00
|
|
|
@media screen and (max-width: 560px) {
|
|
|
|
.w3tc-card-container {
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
}
|
2023-12-08 23:23:32 +00:00
|
|
|
.w3tc-card-container-new {
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
row-gap: 2em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 560px) {
|
|
|
|
.w3tc-card-container-new {
|
|
|
|
grid-template-columns: repeat(auto-fit, minmax(275px, .4fr));
|
|
|
|
grid-gap: 3em 4%;
|
|
|
|
}
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 900px) {
|
2023-10-22 22:21:26 +00:00
|
|
|
.w3tc-card-container {
|
|
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
|
|
}
|
2023-12-08 23:23:32 +00:00
|
|
|
.w3tc-card-container-new {
|
|
|
|
grid-gap: 3.75em 5%;
|
|
|
|
}
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1400px) {
|
2023-10-22 22:21:26 +00:00
|
|
|
.w3tc-card-container {
|
|
|
|
grid-template-columns: 1fr 1fr 1fr 1fr;
|
|
|
|
}
|
2023-12-08 23:23:32 +00:00
|
|
|
.w3tc-card-container-new {
|
|
|
|
grid-gap: 6em 7%;
|
|
|
|
}
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w3tc-page-container {
|
2023-10-22 22:21:26 +00:00
|
|
|
max-width: 1234px;
|
|
|
|
padding: 0;
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#w3tc_dashboard_banner {
|
2023-10-22 22:21:26 +00:00
|
|
|
max-width: 1234px;
|
|
|
|
width: 100%;
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
2023-12-08 23:23:32 +00:00
|
|
|
.w3tc-card-container-divider {
|
|
|
|
border-top-color: #CFCFD0;
|
|
|
|
}
|
|
|
|
|
2023-06-05 11:23:16 +00:00
|
|
|
.w3tc-card-container {
|
2023-10-22 22:21:26 +00:00
|
|
|
display: grid;
|
|
|
|
grid-gap: 2em;
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
2023-12-08 23:23:32 +00:00
|
|
|
.w3tc-card-container-new {
|
|
|
|
display: grid;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.w3tc-card-container,
|
|
|
|
.w3tc-card-container-new {
|
|
|
|
margin-top: 5em;
|
|
|
|
margin-bottom: 5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.w3tc-card-container-title {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: 600 !important;
|
|
|
|
font-size: 30px !important;
|
|
|
|
margin: 10px 0 1em !important;
|
|
|
|
box-shadow: 0 1px 1px -1px #888;
|
|
|
|
background: #fff;
|
|
|
|
background-image: none;
|
|
|
|
background-image: none;
|
|
|
|
padding: 33px 10px !important;
|
|
|
|
background-image: linear-gradient( to right, #f9f9f9, #f9f9f9, #f9f9f9, #f0f0f0, #e7f3f3, #56bec1, #16252c);
|
|
|
|
position: relative;
|
|
|
|
padding-right: 280px;
|
|
|
|
border: 1px solid #c3c4c7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.w3tc-card-container-title::after {
|
|
|
|
background-image: url("../img/transparent-comet.png");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: top right;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
content: "";
|
|
|
|
width: 251px;
|
|
|
|
height: 104px;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
2023-06-05 11:23:16 +00:00
|
|
|
.w3tc-card {
|
2023-10-22 22:21:26 +00:00
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
position: relative;
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
2023-12-08 23:23:32 +00:00
|
|
|
.w3tc-card-container-new .w3tc-card {
|
|
|
|
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2023-06-05 11:23:16 +00:00
|
|
|
.w3tc-card-title {
|
2023-10-22 22:21:26 +00:00
|
|
|
height: 2.5em;
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w3tc-card-title.w3tc-card-premium {
|
2023-10-22 22:21:26 +00:00
|
|
|
background-color: #2d4149;
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
2023-10-22 22:21:26 +00:00
|
|
|
.w3tc-card-title.w3tc-card-premium>p {
|
|
|
|
color: #fff;
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
2023-10-22 22:21:26 +00:00
|
|
|
.w3tc-card-title.w3tc-card-premium>p.w3tc-card-pro {
|
|
|
|
color: #30bec3;
|
|
|
|
margin: 0;
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
2023-10-22 22:21:26 +00:00
|
|
|
.w3tc-card-title>p:first-child {
|
|
|
|
font-size: 1.3em;
|
|
|
|
margin: 0;
|
|
|
|
white-space: nowrap;
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w3tc-card-body {
|
2023-10-22 22:21:26 +00:00
|
|
|
flex-grow: 10;
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w3tc-card-title,
|
|
|
|
.w3tc-card-body {
|
2023-10-22 22:21:26 +00:00
|
|
|
padding: 10px 10px 15px 10px;
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w3tc-card-icon {
|
2023-10-22 22:21:26 +00:00
|
|
|
border-top: 3px solid #000;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
height: 60px;
|
|
|
|
padding: 20px 0;
|
|
|
|
text-align: center;
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w3tc-card-icon .dashicons {
|
2023-10-22 22:21:26 +00:00
|
|
|
font-size: 60px;
|
|
|
|
height: 60px;
|
|
|
|
width: 60px;
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w3tc-card-icon-inactive {
|
2023-10-22 22:21:26 +00:00
|
|
|
border-top-color: #aaa;
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w3tc-card-icon img {
|
2023-10-22 22:21:26 +00:00
|
|
|
max-height: 60px;
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w3tc-card-upgrade {
|
2023-10-22 22:21:26 +00:00
|
|
|
background: #e7e7e7;
|
2023-06-05 11:23:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w3tc-card-ribbon-new {
|
2023-10-22 22:21:26 +00:00
|
|
|
text-align: center;
|
2023-12-08 23:23:32 +00:00
|
|
|
padding: 7px 5px;
|
|
|
|
background: #69BCC3;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.w3tc-card-ribbon-new b {
|
|
|
|
font-weight: 600;
|
2023-10-22 22:21:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w3tc-card-footer {
|
2023-12-08 23:23:32 +00:00
|
|
|
margin: 0 0 20px 10px;
|
2023-10-22 22:21:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w3tc-card-footer>div {
|
|
|
|
display: inline-block;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 50%;
|
|
|
|
}
|