@charset "UTF-8";
.p.small {
  font-family: inherit;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  font-style: normal;
  color: #fff;
}

.w-100 {
  width: 100%;
}

.blue a {
  color: #fff;
  text-decoration: underline;
}

.blue a.button {
  text-decoration: none;
}

:root {
  --view_l: 93.75rem;
  --view_ml: 81rem;
  --view_m: 62.5rem;
  --view_s: 50rem;
  --view_t: 41rem;
}

body {
  color: #31444e;
}

.l2 img {
  max-height: 25.688rem;
}

.l2 {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: start;
}

.border-line {
  width: 100%;
  border-bottom: 0.125rem solid #10356f;
  padding-top: 0.625rem;
}

.slider_parent_wp {
  padding-top: 5rem;
}

.wp_btn {
  margin: 0;
  margin-top: 1.5rem;
}

.services {
  font-weight: 300;
  line-height: 1.1;
  font-size: 95%;
}

/*---------------------------------FreePremiumThemes-------------------------------------------------------*/
section#FreePremiumThemes {
  overflow: hidden;
}

.flex-section {
  display: flex;
  background-color: #0090ff;
  color: #fff;
  padding: 3.125rem 1.25rem;
  position: relative;
}

.flex-section .box_left {
  flex: 0 1 auto;
  min-width: 50%;
}

.flex-section .box_right {
  flex: 1 0 auto;
  min-width: 50%;
}

.box_right, .box_left {
  transition: transform 0.8s, padding-left 0.8s;
}

.right-chevron-wp {
  transition: transform 0.8s;
}

.box_right {
  padding-left: 7rem;
  position: relative;
  display: flex;
  align-items: center;
}

.open .box_right {
  transform: translateX(-50%);
  padding-left: 0;
}

.box_left {
  display: flex;
  align-items: center;
  justify-content: end;
}

.open .box_left {
  transform: translateX(-100%);
  padding-left: 0;
  padding-right: 1.25rem;
}

.right-chevron-wp {
  max-height: 4.688rem;
  cursor: pointer;
}

.open .right-chevron-wp {
  transform: rotateY(-180deg);
}

img.help-web-button {
  margin-right: 0;
  width: 1.188rem;
  margin-left: 2rem;
}

.template-box {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background-color: #fff;
  position: relative;
}

.thime_templates {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}

.grid-parent {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  min-width: 100vw;
  padding: 0 1.875rem;
}

.text-box {
  max-width: 59.125rem;
}

.gradient_bg {
  position: absolute;
  top: 0;
  right: -1.25rem;
  bottom: 0;
  z-index: 1;
  width: 16.125rem;
  background: rgb(0, 144, 255);
  background: linear-gradient(90deg, rgba(0, 144, 255, 0) 0%, rgb(0, 144, 255) 90%);
  align-items: center;
  justify-content: end;
  padding-right: 3.5rem;
  display: flex;
}

.h3_wp {
  line-height: 1;
  font-size: 3.625rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .h3_wp {
    font-size: 2.625rem;
  }
}
.blue .h3_wp {
  color: white;
}

.blue .button {
  text-transform: uppercase;
  font-weight: 700;
  background-color: #FFF000;
  color: #000;
}

.blue .button:hover {
  background-color: #ccc000;
}

.blue .button.transparent {
  text-transform: none;
  background-color: transparent;
  color: #fff;
}

.imgSlider {
  padding: 10px;
  max-width: 30%;
}

@media (max-width: 1500px) {
  .imgSlider {
    max-width: 50%;
  }
}
.box_left .col-8 {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

@media (max-width: 1500px) {
  .box_left .col-8 {
    justify-content: start;
  }
}
/*---------------------------------FreePremiumThemes end-------------------------------------------------------*/
/*--------------------------------general_characteristics-----------------------------------------*/
.boxes6 {
  display: grid;
  grid-template-columns: 0.3fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-column: span 5;
  padding: 7.5rem 0;
  grid-template-areas: "title title  text0 text1" "empty2 text2 text3 text4";
}

.boxes6 > .resio1 {
  background: #fff;
}

.boxes6 > .resio1.odd {
  background: #f9f9f9;
}

.boxes6 > .resio1.odd .button_grid {
  background: #fff;
}

.paddin {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.063rem;
}

.resioF {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

h3.sub {
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 0;
}

.move_left {
  font-size: 3.75rem;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .move_left {
    font-size: 2.75rem;
  }
}
.button_grid {
  position: absolute;
  bottom: 1.313rem;
  right: 2.125rem;
  width: 3.125rem;
  height: 3.125rem;
  background: #f9f9f9;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a2 {
  font-weight: 300;
  font-size: 0.8rem;
}

.resio1 {
  width: 100%;
  padding-bottom: 92%;
  height: 0;
  position: relative;
  transition: transform 0.7s, box-shadow 0.7s, bottom 0.7s;
  overflow: hidden;
  bottom: 0;
}

.resio1 .title2 {
  font-weight: 600;
  padding-top: 1.25rem;
  transition: font-size 0.7s;
  font-size: 1.375rem;
}

.resio1 img.icon_small {
  width: 3.063rem;
}

.resio1 .text-b {
  opacity: 1;
}

.resio1 .button_grid {
  transition: box-shadow 0.7s;
}

.resio1 .bganime {
  position: absolute;
  left: 50%;
  bottom: 0rem;
  width: 0.063rem;
  height: 0.063rem;
  border-radius: 50%;
}

.resio1:hover {
  bottom: 1.4%;
  transform: scale(1.03);
  z-index: 1;
  box-shadow: 0 0 1.563rem rgba(0, 0, 0, 0.09);
}

.resio1:hover .button_grid {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}

.resio1:hover .bganime {
  animation-name: example;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}

.resio1:hover .title2 {
  font-size: 1.375rem;
}

.boxes6 .resio1.odd:hover .bganime {
  background-color: #fff;
}

.boxes6 > .even .bganime {
  background-color: #f9f9f9;
}

.boxes6 > .even:hover .bganime {
  transition: 0.35s background-color 0.35s;
  background-color: #fff;
}

@keyframes example {
  from {
    width: 0.063rem;
    height: 0.063rem;
    left: 50%;
    bottom: 0rem;
  }
  to {
    width: 200%;
    height: 200%;
    left: -50%;
    bottom: -50%;
  }
}
/*-------------------------------end-general_characteristics-----------------------------------------*/
/*-------------------------------Premium WordPress Support-----------------------------------------*/
img.img_left {
  width: 100%;
  min-width: 100%;
  position: relative;
  left: 9.375rem;
}

.flex-box-p {
  display: flex;
}

.icon-box {
  flex: 1 1 auto;
  padding-top: 3.063rem;
  padding-bottom: 3.25rem;
}

.text-parent_f {
  flex: 1 1 100%;
  max-width: 70%;
  background: #0090ff;
  color: #fff;
}

.text-parent_f .h3_wp {
  color: #fff;
}

.text-parent_f {
  padding-top: 3.063rem;
  padding-bottom: 3.25rem;
  padding-left: 18.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 93.75rem) {
  .text-parent_f {
    padding-left: 7vw;
    padding-right: 7vw;
    padding-bottom: 7vw;
  }
}
.padding_el + .padding_el {
  margin-top: 7.5rem;
}

.el-right .img_left {
  position: relative;
  left: -9.375rem;
}

.el-right .text-parent_f {
  align-items: end;
  padding-left: 0;
  padding-right: 18.75rem;
  padding-left: 7rem;
}

section#Premium_WordPress_Supports {
  overflow: hidden;
}

/*-------------------------------Premium WordPress Support end-----------------------------------------*/
/*-------------------------------Γιατί το Managed Wordpess μας ξεχωρίζει;-----------------------------------------*/
#litespeed_Web_Server {
  padding: 7.5rem 0;
}

#litespeed_Web_Server .h3_wp {
  text-align: center;
  padding-bottom: 4.125rem;
}

.slider_parent_box {
  background: #F8F8F8;
  padding: 7.5rem 0;
}

.slide_title_parent {
  position: relative;
  display: flex;
  font-size: 1.2rem;
  border-bottom: 0.063rem solid rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 41rem) {
  .slide_title_parent {
    flex-direction: column;
  }
}
.slide_title_parent .slide_title {
  flex: 1 1 25%;
  text-align: center;
  padding: 1.25rem;
  font-weight: 600;
  cursor: pointer;
}

@media only screen and (max-width: 41rem) {
  .slide_title_parent .slide_title {
    border-bottom: 0.063rem solid rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
  }
  .slide_title_parent .slide_title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background: #3799fb;
    left: -100%;
    width: 100%;
    height: 4px;
    transition: left 0.3s;
  }
  .slide_title_parent .slide_title.active:after {
    left: 0%;
  }
}
.slide_title_parent .slide_title.active {
  color: #3799fb;
}

.slide_text_parent {
  display: flex;
  position: relative;
  transition: left 0.3s;
  left: 0;
}

.slide_block {
  flex: 1 1 100%;
  min-width: 100%;
  display: flex;
}

.slide_block .l1 {
  flex: 1 1 auto;
  padding-right: 3.125rem;
}

.slide_block .l2 {
  flex: 1 1 auto;
  min-width: 42%;
}

.slide_view {
  overflow: hidden;
  padding-top: 5.25rem;
}

.border_bottom_el {
  position: absolute;
  bottom: 0;
  height: 0.188rem;
  background: #3799fb;
  transition: left 0.3s;
  left: 0%;
  bottom: -0.125rem;
}

@media (max-width: 41rem) {
  .border_bottom_el {
    display: none;
  }
}
.h3_title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/*-------------------------------Γιατί το Managed Wordpess μας ξεχωρίζει; end-------------------------------------*/
.table_title {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1rem;
  font-size: 1.438rem;
  font-weight: 600;
  background-color: #ccedff;
  color: #000;
}

.teble_body > div {
  flex: 1 1 25%;
  padding: 0.938rem 1.125rem;
}

.teble_body {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  padding-bottom: 5.25rem;
}

.teble_body.last {
  padding-bottom: 7.5rem;
}

img.check {
  margin-right: 0.625rem;
  width: 1.438rem;
}

.text_spec {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.spec {
  display: flex;
  line-height: 1.1;
  font-weight: 400;
  color: black;
  height: 100%;
}

.spec.no_hover, .spec.no_hover:hover {
  color: black;
  cursor: default;
}

.spec .check {
  color: #5ac599;
  font-size: 26px;
  padding-right: 4px;
}

#characteristics .h3_wp {
  padding-bottom: 4.125rem;
  color: black;
}

/*-------------------------------mediaquerys------------------------*/
@media only screen and (max-width: 93.75rem) {
  .flex_center {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .flex_max1 {
    max-width: 500px;
    width: 100%;
  }
  .open .box_left, .open .box_right {
    transform: translateX(0);
  }
  .gradient_bg {
    display: none;
  }
  .grid-parent {
    min-width: auto;
    width: 100%;
    padding: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-rows: 0;
    grid-auto-columns: 0;
    overflow: hidden;
  }
  .grid-parent .template-box:nth-of-type(1n+13) {
    display: none;
  }
  .teble_body > div {
    flex: 1 1 50%;
  }
  .boxes6 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr 1fr 1fr;
    grid-template-areas: "title title" "text0 text1" "text3 text2" "text4 empty2";
  }
  .paddin {
    position: relative;
  }
  .resio1 {
    width: 100%;
    padding-bottom: 0;
    height: auto;
  }
  .flex-section {
    flex-direction: column;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .box_right {
    padding-left: 0;
  }
  .flex-section > * {
    flex: 1 1 100%;
    min-width: 100%;
  }
  .text-box {
    max-width: 100%;
    padding-bottom: 1.375rem;
  }
  /*--------------------------------WordPress Optimization Report----------------------------------------*/
  .flex-box-p {
    display: flex;
    flex-direction: column-reverse;
  }
  .el-right .flex-box-p {
    flex-direction: column;
  }
  img.img_left {
    width: 100%;
    min-width: 100%;
    position: relative;
    left: 0rem;
  }
  .text-parent_f {
    max-width: 100%;
  }
  .el-right .img_left {
    left: 0;
  }
  .el-right .text-parent_f {
    padding-left: 7vw;
    padding-right: 7vw;
    padding-bottom: 7vw;
  }
  #accordion-content {
    padding-left: 7vw;
    padding-right: 7vw;
  }
  #general_characteristics .row, #litespeed_Web_Server .row, #characteristics .row {
    max-width: 100%;
  }
  #general_characteristics .column, #litespeed_Web_Server .column, #characteristics .column {
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .icon-box {
    flex: 1 1 auto;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .icon-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: #0090ff;
    z-index: -1;
  }
  .icon-box img.img_left {
    margin: 0 2.5rem;
    max-width: 50rem;
    min-width: 0;
    width: 100%;
  }
  /*--------------------------------WordPress Optimization Report end----------------------------------------*/
}
@media only screen and (max-width: 81rem) {
  section.products-section .products-parent {
    width: 122%;
  }
  .slider_parent_wp {
    width: 100%;
    overflow-x: scroll;
  }
  .all_step {
    display: flex;
  }
  .recommended .box-border {
    transform: scale(1);
    box-shadow: none;
    border: 0.063rem solid #E8E8E8;
  }
  .slider_parent_wp {
    width: 100%;
    overflow-x: scroll;
  }
  .slider_parent_wp {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  section.products-section .products-parent {
    gap: 0rem 0.9375rem;
  }
}
@media only screen and (max-width: 62.5rem) {
  section.call-to-action {
    min-height: 65vh;
  }
  .slide_block {
    flex-direction: column-reverse;
  }
  .slide_block .l2 {
    flex: 0 1 auto;
    margin-bottom: 2.813rem;
    height: auto;
  }
  .slide_block .l2 img {
    width: 100%;
  }
  /*------------------------------------------------------------*/
  .all_step {
    display: flex;
  }
  /*--------------------------call_to_action----------------------------------*/
  section.call-to-action .row-text {
    flex-direction: column;
    margin-top: 0;
    padding-top: 3rem;
    padding-left: 1.438rem;
    padding-right: 1.25rem;
    align-items: flex-start;
  }
  section.call-to-action img.img-bg {
    top: -7%;
    left: 1%;
    min-width: 113%;
    opacity: 0.5;
  }
  section.call-to-action img.wordpress-logo {
    display: none;
  }
  section.call-to-action .h1 {
    font-weight: 900;
    font-size: 2.3rem;
    line-height: 1;
  }
  section.call-to-action .h1.p.small {
    font-family: inherit;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
    font-style: normal;
  }
  section.call-to-action .columns.c2 {
    max-width: 61vw;
    margin-top: 2vh;
  }
  /*--------------------------call_to_action-end---------------------------------*/
  .slider_parent_wp {
    padding-top: 1.688rem;
  }
  button.button.dropdown.mobile_b:before {
    border-color: #fff transparent transparent transparent;
  }
  /*--------------------------products--------------------------------*/
  .boxf.boxleft, .boxf.boxcenter {
    display: none;
  }
  .boxf.mobile {
    display: block;
  }
  /*-------------------------products_grid---------------------------------------*/
  section.products-section .slidein {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  section.products-section .products-parent {
    width: 180%;
  }
  /*--------------------------products_grid_end-----------------------------------*/
}
/*--------------------------products--------------------------------*/
@media only screen and (max-width: 50rem) {
  /*4235435675*/
  section.call-to-action .img.img-fr,
  section.call-to-action .img.img-bg {
    height: auto;
  }
  section.call-to-action .img.img-fr {
    width: 50vw;
  }
  section.call-to-action .img.img-bg {
    width: 60.38vw;
    top: -5.15vw;
    left: 6.15vw;
  }
  /*-------------------------products_grid---------------------------------------*/
  section.products-section .products-parent {
    width: 180%;
  }
  /*--------------------------products_grid_end-----------------------------------*/
  .teble_body > div {
    flex: 1 1 100%;
  }
  .boxes6 {
    grid-template-columns: auto;
    grid-template-rows: auto 1fr 1fr 1fr;
    grid-template-areas: "title" "text0" "text1" "text2" "text3" "text4" "empty2";
  }
  .paddin {
    position: relative;
  }
  .resio1 {
    width: 100%;
    padding-bottom: 0;
    height: auto;
  }
}
@media only screen and (max-width: 41rem) {
  section.products-section .products-parent {
    width: 320%;
  }
}
#optimizationReport .text-parent_f {
  position: relative;
}

section.dosta_ola {
  background: #0090ff;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.dosta_ola .button {
  background-color: #FFF000;
  color: #000;
}

section.dosta_ola .button:hover {
  background-color: #ccc000;
}

section.dosta_ola .button {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}

mark {
  background: transparent;
  color: #Ffd900;
}

@keyframes BackgroundGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.anchor {
  display: block;
  position: absolute;
  top: var(--offsetTop);
  visibility: hidden;
}

.waviy {
  display: flex;
}

.waviy span, .waviy img {
  position: relative;
  display: inline-block;
  animation: waviy 7s infinite;
  animation-delay: calc(0.1s * var(--i));
}

@keyframes waviy {
  50%, 54%, 60% {
    transform: translateY(0);
  }
  52% {
    transform: translateY(-5px);
  }
}
/*------------------------------------------------------------------*/
button.button.bg-button-blue.w-100.wp_btn.immediate.order {
  margin-top: 12px;
  margin-bottom: 33px;
}

.groffertext {
  position: relative;
  color: #49B10B;
}

.boxwp {
  justify-content: start;
  width: auto;
}

/*************Wordpress Banner**********************/
/***********TVA text*************/
.days30 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.2;
  padding-bottom: 0.7rem;
  font-weight: 900;
}

a.button.smoothScroll:hover {
  background-color: #FFD300;
}

.woocommerce a.button.smoothScroll:hover {
  background-color: #0070b1;
}

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