/* Theme Info */ /* styles for admin page */ .alpha-travel-vacations--about-page--wrapper { max-width: 1200px; margin: 40px auto; padding: 40px; background-color: #fff; } .alpha-travel-vacations--about-page--wrapper .feature-list { display: block; } .alpha-travel-vacations--about-page--wrapper .alpha-travel-vacations-header-left > .fs-notice { display: none !important; } .alpha-travel-vacations-header-left h2 { color: #18191c !important; } .alpha-travel-vacations--about-page--wrapper .alpha-travel-vacations-admin-card-header { text-align: center; max-width: 100%; background: #F6F6F6; box-shadow: 1px 1px 10px -7px black; padding: 40px; border-radius: 4px; margin: 0 0 30px 0; } .alpha-travel-vacations-admin-card-header { color: #18191c; } .alpha-travel-vacations--about-page--wrapper .alpha-travel-vacations-admin-card-header h2 { margin: 0; font-size: 3rem; line-height: 1.2; } .alpha-travel-vacations--about-page--wrapper .alpha-travel-vacations-admin-card-header p { color: #18191c; } #alpha-travel-vacations-admin-about-page p, #alpha-travel-vacations-admin-about-page { font-size: 17px; line-height: 1.7; margin: 0 0 15px; } .alpha-travel-vacations-admin-button { padding: 15px 30px; text-decoration: inherit; background: #fec63f; color: #18191c; display: inline-block; font-size: 16px; line-height: 1.75; display: flex; align-items: center; gap: 10px; border: none; border-radius: 10px; font-weight: 500; } .alpha-travel-vacations-admin-button.premium-button { margin-left: 5px; color: #18191c; } .alpha-travel-vacations-admin-button:hover { background: #18191c; color: #fff; } .alpha-travel-vacations-about-side { display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr; margin: 30px 0; box-shadow: 1px 1px 10px -7px black; } .alpha-travel-vacations-about-side .alpha-travel-vacations-admin-card { background: rgb(248, 248, 248); padding: 50px; border-radius: 5px; color: #18191c; text-align: center; } .alpha-travel-vacations-about-side .alpha-travel-vacations-admin-card h3 { font-size: 2rem; line-height: 1.5; margin: 0 0 15px 0; color: #18191c; } .alpha-travel-vacations-about-side .alpha-travel-vacations-admin-card p, .alpha-travel-vacations-about-side .alpha-travel-vacations-admin-card h4 { font-size: 17px; line-height: 1.7; margin: 0 0 15px; } .alpha-travel-vacations-card-header-button-group { text-align: center; display: flex; align-items: center; gap: 10px; justify-content: center; } .alpha-travel-vacations-compare-table table { border: none; border-collapse: collapse; border-spacing: 0; margin-top: 2em; width: 100%; color: #000; box-shadow: 0 0 33px #0000001a; } .alpha-travel-vacations-compare-table table th { border-bottom: 1px solid #ffffff; padding: 15px; color: #18191c; } .alpha-travel-vacations-compare-table table td { padding: 1em; text-align: center; color: #18191c; } .alpha-travel-vacations-compare-table table td span { font-size: 30px; border-radius: 100%; padding: 5px; color: #d72b2b; } .alpha-travel-vacations-compare-table table td span.dashicons.dashicons-yes { text-align: center; color: #4caf50; } .alpha-travel-vacations-compare-table table tr:nth-child(2n) td { background: rgb(255 180 0 / 25%); } .alpha-travel-vacations-compare-table thead { background: #fec63f; padding: 40px; } .bundle-card { margin-top: 15px; } .bundle-card a { background: lightseagreen; color: #fff !important; width: 62%; justify-content: center; }