/* Variables */
.cloud-hosting-plans-block {
  background-color: #f5f5f5;
  position: relative;
}
body:not(.wp-admin) .cloud-hosting-plans-block {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media (max-width: 1023px) {
  body:not(.wp-admin) .cloud-hosting-plans-block {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  body:not(.wp-admin) .cloud-hosting-plans-block {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 1024px) {
  .cloud-hosting-plans-block .cloud-plans-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.cloud-hosting-plans-block .cloud-plans-header .header-left {
  flex: 1;
  max-width: 55%;
}
@media (max-width: 1023px) {
  .cloud-hosting-plans-block .cloud-plans-header .header-left {
    max-width: 600px;
  }
}
.cloud-hosting-plans-block .cloud-plans-header select,
.cloud-hosting-plans-block .cloud-plans-header select#currency_select,
.cloud-hosting-plans-block .cloud-plans-header .select2-container .select2-selection--single {
  border-color: #194866;
  border-radius: 30px;
  color: #194866;
  padding: 15px 40px 15px 15px;
}
.cloud-hosting-plans-block .cloud-plans-header select .select2-selection__arrow b,
.cloud-hosting-plans-block .cloud-plans-header select#currency_select .select2-selection__arrow b,
.cloud-hosting-plans-block .cloud-plans-header .select2-container .select2-selection--single .select2-selection__arrow b {
  margin-left: -8px;
  margin-top: -9px;
}
@media (max-width: 1023px) {
  .cloud-hosting-plans-block .cloud-plans-header select,
  .cloud-hosting-plans-block .cloud-plans-header select#currency_select,
  .cloud-hosting-plans-block .cloud-plans-header .select2-container .select2-selection--single {
    margin-bottom: 40px;
  }
}
.cloud-hosting-plans-block #MoodleCloudPlans {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1023px) {
  .cloud-hosting-plans-block #MoodleCloudPlans {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 699px) {
  .cloud-hosting-plans-block #MoodleCloudPlans {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 499px) {
  .cloud-hosting-plans-block #MoodleCloudPlans {
    grid-template-columns: 100%;
  }
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option {
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option {
    border-radius: 16px;
  }
}
@media (min-width: 1024px) {
  .cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option:not(:last-child) .plan-overview {
    border-right: solid 1px #dedede;
  }
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option:first-child {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option:first-child .plan-name {
  background-color: #69E0FF;
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option:nth-child(2) .plan-name {
  background-color: #0694B5;
  color: #fff;
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option:nth-child(3) .plan-name {
  background-color: #005A75;
  color: #fff;
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option:nth-child(4) .plan-name {
  background-color: #194866;
  color: #fff;
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option:last-child {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option .plan-overview {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 14px;
  text-align: left;
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option .plan-overview > span:last-of-type {
  margin-bottom: 25px;
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option .plan-name {
  align-items: flex-end;
  background-color: #F98012;
  border-radius: 0;
  color: #282828;
  font-weight: 600;
  justify-content: flex-start;
  padding: 10px 24px;
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option .plan-price {
  font-size: 36px;
  color: #194866;
  display: flex;
  align-items: flex-end;
  font-family: "DM Serif Display", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option .plan-price.hide {
  display: none;
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option .plan-price .currency {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option .plan-renewal {
  color: #005A75;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option .plan-renewal {
    text-align: left;
  }
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option .plan-users,
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option .plan-storage,
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option .plan-feature {
  display: flex !important;
  align-items: center;
  font-size: 15px;
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option .plan-users:before,
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option .plan-storage:before,
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option .plan-feature:before {
  background-color: #F98012;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  margin-right: 8px;
  width: 10px;
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option .plan-users {
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0;
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option .plan-storage {
  margin-bottom: 10px;
}
.cloud-hosting-plans-block #MoodleCloudPlans .cloud-pricing-option .button {
  display: block;
  margin-top: auto;
}
.cloud-hosting-plans-block .cloud-plans-disclaimer {
  margin-top: 1em;
}
.cloud-hosting-plans-block .cloud-plans-disclaimer p {
  font-style: italic;
}
.cloud-hosting-plans-block .inclusions {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cloud-hosting-plans-block .inclusions {
    margin-top: 40px;
  }
}
.cloud-hosting-plans-block .inclusions h3 {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .cloud-hosting-plans-block .inclusions h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .cloud-hosting-plans-block .inclusions h3 {
    font-size: 36px;
  }
}
.cloud-hosting-plans-block .inclusions ul:not(.gform_fields):not(.lSPager):not(.footer-menu):not(.wpex-timeline).fancy-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 8px;
  row-gap: 15px;
  margin: 30px 0 0;
}
@media (max-width: 1023px) {
  .cloud-hosting-plans-block .inclusions ul:not(.gform_fields):not(.lSPager):not(.footer-menu):not(.wpex-timeline).fancy-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 799px) {
  .cloud-hosting-plans-block .inclusions ul:not(.gform_fields):not(.lSPager):not(.footer-menu):not(.wpex-timeline).fancy-list {
    grid-template-columns: 100%;
  }
}
.cloud-hosting-plans-block .inclusions ul:not(.gform_fields):not(.lSPager):not(.footer-menu):not(.wpex-timeline).fancy-list li {
  margin: 0;
}
.cloud-hosting-plans-block .trial {
  background-color: #fff;
  border-radius: 16px;
  margin-top: 60px;
  padding: 24px;
}
@media (min-width: 500px) {
  .cloud-hosting-plans-block .trial {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .cloud-hosting-plans-block .trial {
    margin-top: 40px;
  }
}
.cloud-hosting-plans-block .trial .button.small.outline:not(.arrow) {
  display: block;
  margin-top: 20px;
  padding: 12px 25px;
  white-space: nowrap;
}
@media (min-width: 500px) {
  .cloud-hosting-plans-block .trial .button.small.outline:not(.arrow) {
    margin-left: 15px;
    margin-top: 0;
    padding: 5px 25px;
  }
}
body.wp-admin .cloud-hosting-plans-block {
  position: relative;
}
body.wp-admin .cloud-hosting-plans-block:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 22;
}
body.wp-admin .cloud-hosting-plans-block .cloud-hosting-plans:empty {
  background-color: #ECF8FE;
  padding: 60px 20px;
  text-align: left;
}
body.wp-admin .cloud-hosting-plans-block .cloud-hosting-plans:empty:before {
  content: "Enter Cloud Hosting Plans content...";
}

/*# sourceMappingURL=styles.css.map */
