/*
Description: The stylesheet with a main responsive style.
Author:      Cherry Team
Version:     1.0.0
*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px; }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px; } }
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

@media (max-width: 768px) {
  ol.comment-list li.comment ol.children {
    padding-left: 15px; } }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
@media (min-width: 768px) {
  .site-header.boxed,
  .site-content.boxed,
  .site-footer.boxed {
    max-width: 750px; } }
@media (min-width: 992px) {
  .site-header.boxed,
  .site-content.boxed,
  .site-footer.boxed {
    max-width: 970px; } }
@media (min-width: 1200px) {
  .site-header.boxed,
  .site-content.boxed,
  .site-footer.boxed {
    max-width: 1170px; } }
@media (min-width: 768px) {
  .site-header.extra-boxed,
  .site-content.extra-boxed,
  .site-footer.extra-boxed {
    max-width: 780px; } }
@media (min-width: 992px) {
  .site-header.extra-boxed,
  .site-content.extra-boxed,
  .site-footer.extra-boxed {
    max-width: 1000px; } }
@media (min-width: 1200px) {
  .site-header.extra-boxed,
  .site-content.extra-boxed,
  .site-footer.extra-boxed {
    max-width: 1200px; } }

.entry-content .container .container {
  width: auto; }

@media (min-width: 992px) {
  .sidebar-sidebar-content-wrapper,
  .sidebar-content-sidebar-wrapper,
  .content-sidebar-sidebar-wrapper {
    width: 80%; }

  .sidebar-content-sidebar-wrapper,
  .sidebar-sidebar-content-wrapper {
    float: right; }

  .content-sidebar-sidebar-wrapper {
    float: left; }

  .sidebar-content-wrapper #primary,
  .content-sidebar-wrapper #primary,
  .sidebar-sidebar-content-wrapper #primary,
  .sidebar-content-sidebar-wrapper #primary,
  .content-sidebar-sidebar-wrapper #primary {
    width: 75%; }

  .sidebar-content-wrapper #primary,
  .sidebar-sidebar-content-wrapper #primary {
    float: right; }

  .content-sidebar-wrapper #primary,
  .content-sidebar-sidebar-wrapper #primary,
  .sidebar-content-sidebar-wrapper #primary {
    float: left; }

  .sidebar-content-wrapper .widget-area,
  .sidebar-sidebar-content-wrapper .widget-area {
    float: left;
    width: 23%; }

  .content-sidebar-wrapper .widget-area,
  .content-sidebar-sidebar-wrapper .widget-area,
  .sidebar-content-sidebar-wrapper .widget-area {
    float: right;
    width: 23%; }

  .sidebar-sidebar-content-wrapper + .widget-area,
  .sidebar-content-sidebar-wrapper + .widget-area {
    float: left;
    width: 18%; }

  .content-sidebar-sidebar-wrapper + .widget-area {
    float: right;
    width: 18%; }

  .cherry-with-sidebar .content-area .container {
    width: 80%; } }
@media (max-width: 1919px) {
  .sidebar-sidebar-content-wrapper .custom-services-01 .webhost-services_01,
  .content-sidebar-sidebar-wrapper .custom-services-01 .webhost-services_01 {
    padding-top: 0px; }
    .sidebar-sidebar-content-wrapper .custom-services-01 .webhost-services_01 .webhost-services-title,
    .content-sidebar-sidebar-wrapper .custom-services-01 .webhost-services_01 .webhost-services-title {
      padding: 0 20px;
      margin-top: 20px;
      margin-bottom: 0; }
      .sidebar-sidebar-content-wrapper .custom-services-01 .webhost-services_01 .webhost-services-title .cherry-services_excerpt,
      .content-sidebar-sidebar-wrapper .custom-services-01 .webhost-services_01 .webhost-services-title .cherry-services_excerpt {
        font-size: 30px;
        line-height: 32px; }
      .sidebar-sidebar-content-wrapper .custom-services-01 .webhost-services_01 .webhost-services-title .cherry-services_title a,
      .content-sidebar-sidebar-wrapper .custom-services-01 .webhost-services_01 .webhost-services-title .cherry-services_title a {
        font-size: 30px;
        line-height: 32px; }
    .sidebar-sidebar-content-wrapper .custom-services-01 .webhost-services_01 .webhost-services-description,
    .content-sidebar-sidebar-wrapper .custom-services-01 .webhost-services_01 .webhost-services-description {
      padding: 0 20px; }
      .sidebar-sidebar-content-wrapper .custom-services-01 .webhost-services_01 .webhost-services-description .cherry-services_feauters,
      .content-sidebar-sidebar-wrapper .custom-services-01 .webhost-services_01 .webhost-services-description .cherry-services_feauters {
        font-size: 20px;
        line-height: 30px; }
  .sidebar-sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title,
  .content-sidebar-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title {
    margin-top: 45px; }
    .sidebar-sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title .cherry-services_price,
    .content-sidebar-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title .cherry-services_price {
      font-size: 60px;
      line-height: 62px; }
    .sidebar-sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title a,
    .content-sidebar-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title a {
      font-size: 60px;
      line-height: 62px; }
      .sidebar-sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title a span,
      .content-sidebar-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title a span {
        margin: 0; }
  .sidebar-sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-expert,
  .content-sidebar-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-expert {
    margin: 0; }
    .sidebar-sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-expert .cherry-services_excerpt,
    .content-sidebar-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-expert .cherry-services_excerpt {
      font-size: 30px;
      line-height: 32px; }
  .sidebar-sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-description,
  .content-sidebar-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-description {
    padding: 0 50px; }

  div.sidebar-content-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title {
    margin-top: 70px; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content .item-wrapper {
    padding: 50px; } }
@media (max-width: 1600px) {
  .content-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title {
    margin-top: 55px; }
  .content-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-expert {
    padding: 0 55px; }
  .content-sidebar-wrapper .custom-services-01 .webhost-services_01 {
    padding-top: 70px; }
    .content-sidebar-wrapper .custom-services-01 .webhost-services_01 .webhost-services-title {
      padding: 0 25px;
      margin: 0; }

  .sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title {
    margin-top: 55px; }
  .sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-expert {
    padding: 0 55px; }
  .sidebar-content-wrapper .custom-services-01 .webhost-services_01 {
    padding-top: 70px; }
    .sidebar-content-wrapper .custom-services-01 .webhost-services_01 .webhost-services-title {
      padding: 0 25px;
      margin: 0; }

  .sidebar-content-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title {
    margin-top: 55px; }
    .sidebar-content-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title .cherry-services_price {
      font-size: 60px;
      outline-color: 62px; }
    .sidebar-content-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title a {
      font-size: 60px;
      outline-color: 62px; }
  .sidebar-content-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-expert {
    padding: 0 55px; }
  .sidebar-content-sidebar-wrapper .custom-services-01 .webhost-services_01 {
    padding-top: 70px; }
    .sidebar-content-sidebar-wrapper .custom-services-01 .webhost-services_01 .webhost-services-title {
      padding: 0 25px;
      margin: 0; }
    .sidebar-content-sidebar-wrapper .custom-services-01 .webhost-services_01 .webhost-services-description {
      padding: 0 20px; } }
@media (max-width: 1300px) {
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content h3 {
    margin: 20px 0;
    font-size: 30px;
    line-height: 32px; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content .item-wrapper {
    padding: 20px; } }
@media (min-width: 1199px) {
  .sidebar-content-sidebar-wrapper .cherry-sidebar-main {
    padding: 0 10px; }
  .sidebar-content-sidebar-wrapper .custom-services-01 .webhost-services_01 {
    padding-top: 30px;
    min-height: 637px; }
    .sidebar-content-sidebar-wrapper .custom-services-01 .webhost-services_01 .webhost-services-title {
      margin-top: 0;
      padding: 0 20px;
      margin-bottom: 0; }
      .sidebar-content-sidebar-wrapper .custom-services-01 .webhost-services_01 .webhost-services-title .cherry-services_title {
        padding-bottom: 0; }
  .sidebar-content-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title {
    margin-top: 60px;
    padding: 0 20px; }
  .sidebar-content-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-expert {
    padding: 0 20px;
    margin: 0; }
  .sidebar-content-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-description {
    padding: 0 20px; } }
@media (max-width: 1200px) {
  .sidebar-sidebar-content-wrapper .custom-testimonial-block .custom_testimonials-wrapper .header-testi {
    text-align: center; }
    .sidebar-sidebar-content-wrapper .custom-testimonial-block .custom_testimonials-wrapper .header-testi .avatar-testi {
      float: none;
      margin: 0;
      display: inline-block; }

  .site-branding .text-logo .site-link {
    font-size: 44px;
    line-height: 46px; }

  .custom-services-01 .webhost-services_01 .webhost-services-title .cherry-services_excerpt {
    font-size: 35px;
    line-height: 37px; }

  .content-sidebar-wrapper .custom-services-01 .webhost-services_01 {
    padding-top: 27px; }
    .content-sidebar-wrapper .custom-services-01 .webhost-services_01 .cherry-services_excerpt {
      font-size: 50px;
      line-height: 52px; }
  .content-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title {
    margin-top: 70px; }
    .content-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title .cherry-services_price {
      font-size: 50px;
      line-height: 52px; }
    .content-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title a {
      font-size: 50px;
      line-height: 52px; }
  .content-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-expert {
    margin: 0; }

  .sidebar-content-wrapper .custom-services-01 .webhost-services_01 {
    padding-top: 27px; }
  .sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title {
    margin-top: 70px; }
    .sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title .cherry-services_price {
      font-size: 50px;
      line-height: 52px; }
    .sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title a {
      font-size: 50px;
      line-height: 52px; }
  .sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-expert {
    margin: 0; }

  .error-404-num {
    font-size: 10em; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content h3 {
    margin-top: 0; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content p {
    font-size: 16px;
    line-height: 20px; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content .cherry-btn-primary {
    padding: 15px 20px; }

  .content-sidebar-sidebar-wrapper .custom-services-01 .webhost-services_01,
  .sidebar-sidebar-content-wrapper .custom-services-01 .webhost-services_01 {
    padding-top: 0; }
    .content-sidebar-sidebar-wrapper .custom-services-01 .webhost-services_01 .webhost-services-title,
    .sidebar-sidebar-content-wrapper .custom-services-01 .webhost-services_01 .webhost-services-title {
      padding: 0 20px;
      margin-top: 20px;
      margin-bottom: 0; }
      .content-sidebar-sidebar-wrapper .custom-services-01 .webhost-services_01 .webhost-services-title .cherry-services_title a,
      .sidebar-sidebar-content-wrapper .custom-services-01 .webhost-services_01 .webhost-services-title .cherry-services_title a {
        font-size: 20px;
        line-height: 22px; }
    .content-sidebar-sidebar-wrapper .custom-services-01 .webhost-services_01 .webhost-services-description,
    .sidebar-sidebar-content-wrapper .custom-services-01 .webhost-services_01 .webhost-services-description {
      padding: 0 20px; }
      .content-sidebar-sidebar-wrapper .custom-services-01 .webhost-services_01 .webhost-services-description .cherry-services_feauters,
      .sidebar-sidebar-content-wrapper .custom-services-01 .webhost-services_01 .webhost-services-description .cherry-services_feauters {
        font-size: 16px;
        line-height: 25px; }
  .content-sidebar-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title,
  .sidebar-sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title {
    margin-top: 35px; }
    .content-sidebar-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title .cherry-services_price,
    .sidebar-sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title .cherry-services_price {
      font-size: 50px;
      line-height: 52px; }
    .content-sidebar-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title a,
    .sidebar-sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title a {
      font-size: 50px;
      line-height: 52px; }
      .content-sidebar-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title a span,
      .sidebar-sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-title a span {
        margin: 0; }
  .content-sidebar-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-expert,
  .sidebar-sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-expert {
    margin: 0; }
    .content-sidebar-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-expert .cherry-services_excerpt,
    .sidebar-sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-expert .cherry-services_excerpt {
      font-size: 20px;
      line-height: 22px; }
  .content-sidebar-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-description,
  .sidebar-sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-description {
    padding: 0 50px; }
    .content-sidebar-sidebar-wrapper .custom-services-02 .webhost-services_02 .webhost-services-description .cherry-services_feauters,
    .sidebar-sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-description .cherry-services_feauters {
      font-size: 16px;
      line-height: 30px; }

  .site-branding .site-link {
    font-size: 50px;
    line-height: 52px; }

  .sidebar-content-wrapper .custom-services-01 .webhost-services_01 .webhost-services-title {
    margin: 0; }
  .sidebar-content-wrapper .custom-services-02 .webhost-services_02 .webhost-services-expert {
    margin: 0; }

  .parallax-box {
    min-height: auto !important; }

  .parallax-content h3 {
    padding: 0 10px; }
  .parallax-content p {
    padding: 0 10px; }

  .slider-content-wrapper {
    padding: 0 60px; }
    .slider-content-wrapper h2 {
      font-size: 50px;
      line-height: 55px; }
    .slider-content-wrapper h3 {
      font-size: 33px;
      line-height: 35px;
      margin-bottom: 20px; }
    .slider-content-wrapper h4 {
      margin-bottom: 0;
      font-size: 30px;
      line-height: 33px; }
    .slider-content-wrapper p.slider-content br {
      display: none; }

  .custom-parallax-01 .custom-parallax-text p br {
    display: none; }

  .static-parallax p br {
    display: none; }

  .custom-home-text p br {
    display: none; }

  .custom-services-01 .webhost-services_01 .webhost-services-description {
    padding: 0 30px; }
    .custom-services-01 .webhost-services_01 .webhost-services-description .cherry-services_feauters {
      font-size: 18px; }
  .custom-services-01 .webhost-services_01 .webhost-services-title .cherry-services_title a {
    font-size: 35px;
    line-height: 37px; }

  .custom-services-02 .webhost-services_02 .webhost-services-description .cherry-services_feauters {
    font-size: 18px; }
  .custom-services-02 .webhost-services_02 .webhost-services-expert .cherry-services_excerpt {
    font-size: 35px;
    line-height: 37px; }
  .custom-services-02 .webhost-services_02 .webhost-services-title {
    margin-top: 130px; }

  .sidebar-content-sidebar-wrapper .custom-services-01 {
    width: 100%; }
  .sidebar-content-sidebar-wrapper .custom-services-02 {
    width: 100%; }
  .sidebar-content-sidebar-wrapper .cherry-sidebar-main {
    padding: 0 10px; }

  .custom-about-text p {
    font-size: 16px;
    line-height: 30px; }
    .custom-about-text p br {
      display: none; } }
@media (max-width: 992px) {
  .standard-post-format .alignleft {
    float: none; }

  .standard-post-format .entry-thumbnail {
    margin-bottom: 10px; }

  .sidebar-content-sidebar-wrapper .custom-services-02 .webhost-services_02 {
    padding-bottom: 5%; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content {
    width: 100%; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content {
    width: 100%; }

  .cherry-sidebar-main {
    padding: 0;
    margin-right: 0; }

  .webhost-services_01, .webhost-services_02 {
    height: auto !important; }

  .static-header-logo .site-branding {
    text-align: center;
    padding-bottom: 20px; }
    .static-header-logo .site-branding .image-logo {
      display: inline-block;
      float: none; }

  .custom-home-text p br {
    display: none; }

  .wrapper-header-contacts {
    text-align: center; }

  #menu-primary {
    margin-bottom: 10px;
    margin-top: 10px; }

  #menu-primary #menu-primary-items {
    text-align: center; }
    #menu-primary #menu-primary-items li {
      display: inline-block;
      float: none; }

  .custom-services-01 .webhost-services_01 {
    min-height: auto;
    padding-top: 50px; }
    .custom-services-01 .webhost-services_01 .webhost-services-title {
      padding: 0 20px;
      margin-bottom: 0; }
      .custom-services-01 .webhost-services_01 .webhost-services-title .cherry-services_excerpt {
        font-size: 30px;
        line-height: 32px; }
      .custom-services-01 .webhost-services_01 .webhost-services-title a {
        font-size: 30px;
        line-height: 32px; }
    .custom-services-01 .webhost-services_01 .webhost-services-description {
      padding: 0 20px; }
      .custom-services-01 .webhost-services_01 .webhost-services-description .cherry-services_feauters {
        font-size: 18px;
        line-height: 24px; }
    .custom-services-01 .webhost-services_01 .webhost-services-button .cherry-btn-primary {
      margin: 30px 0; }

  .custom-services-01 .webhost-services_01 .cherry-services_excerpt {
    margin-top: 20px; }

  .custom-services-02 .webhost-services_02 {
    padding-bottom: 30px; }
    .custom-services-02 .webhost-services_02 .webhost-services-title {
      margin-top: 110px;
      padding: 0 20px; }
      .custom-services-02 .webhost-services_02 .webhost-services-title .cherry-services_price {
        font-size: 56px;
        line-height: 60px; }
      .custom-services-02 .webhost-services_02 .webhost-services-title .cherry-services_title a {
        font-size: 56px;
        line-height: 60px; }
    .custom-services-02 .webhost-services_02 .webhost-services-expert {
      margin-bottom: 0;
      margin-top: 0;
      padding: 0 20px;
      font-size: 30px;
      line-height: 32px; }
    .custom-services-02 .webhost-services_02 .webhost-services-description {
      padding: 0 20px; }
      .custom-services-02 .webhost-services_02 .webhost-services-description .cherry-services_feauters {
        font-size: 16px; }
    .custom-services-02 .webhost-services_02 .webhost-services-button .cherry-btn-primary {
      margin-top: 30px; }

  .list-info-wrapper .list-title-content .cherry-services_title a {
    font-size: 16px;
    line-height: 18px; }

  .packages-wrapper .title-wrapper .cherry-services_title {
    font-size: 30px;
    line-height: 32px; }

  .packages-wrapper .except-wrapper .cherry-services_excerpt p br {
    display: none; }

  .custom-parallax-02 h2 {
    font-size: 60px;
    line-height: 62px; }

  .custom-parallax-02 h3 {
    font-size: 30px;
    line-height: 32px; } }
@media (max-width: 768px) {
  .boxed-layout .cherry-services_item {
    width: 100%; } }
@media (max-width: 768px) {
  .error-404 {
    padding: 75px 0; }

  #menu-primary > ul#menu-primary-items > .menu-item {
    margin: 0 18px 0 0; }

  #menu-primary > ul#menu-primary-items > .menu-item ul.sub-menu li > a {
    padding: 22px 0; }

  .custom-testimonial-block .template-custom_testimonials .testimonials-item {
    width: 100%;
    margin: 0; }

  .custom-testimonial-block .custom_testimonials-wrapper .content-testi {
    margin-top: 20px; }

  .cherry-counter {
    margin-bottom: 45px; }

  .header-contacts .contact-info {
    float: none;
    line-height: 20px;
    padding: 0 20px;
    margin-bottom: 20px; }

  .header-contacts .header-phone {
    margin-left: 0; }

  #menu-primary > ul#menu-primary-items > li.cherry-mega-menu-top-item {
    display: block;
    float: left;
    width: 100%;
    text-align: left; }
    #menu-primary > ul#menu-primary-items > li.cherry-mega-menu-top-item li {
      width: 100%;
      display: block;
      text-align: left; }
      #menu-primary > ul#menu-primary-items > li.cherry-mega-menu-top-item li > a {
        text-align: left; }
      #menu-primary > ul#menu-primary-items > li.cherry-mega-menu-top-item li ul {
        background: transparent; }
  #menu-primary > ul#menu-primary-items > li.cherry-mega-menu-top-item:first-child > a {
    padding: 10px; }

  #menu-primary .cherry-mega-menu-sub.simple-sub {
    background: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .portfolio-wrap .portfolio-container .portfolio-list {
    /* List layout */ }
    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content, .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content {
      width: auto;
      margin: 0; }

  .custom-contacts p br {
    display: none; }

  .custom-parallax-02 h2 {
    font-size: 40px;
    line-height: 42px; }

  .custom-parallax-02 h3 {
    font-size: 20px;
    line-height: 25px; } }
@media (max-width: 640px) {
  .portfolio-wrap .portfolio-filter .filter li {
    margin: 0;
    display: block;
    width: 100%;
    margin-bottom: 5px; }

  .testi-header-test h2::before {
    display: block;
    margin-bottom: 30px; }

  .slider-content-wrapper {
    padding: 0 60px; }
    .slider-content-wrapper h2 {
      font-size: 30px;
      line-height: 32px; }
    .slider-content-wrapper h3 {
      font-size: 25px;
      line-height: 27px;
      margin-bottom: 10px; }
    .slider-content-wrapper h4 {
      margin-bottom: 0;
      font-size: 20px;
      line-height: 22px; }
    .slider-content-wrapper p.slider-content {
      font-size: 18px;
      line-height: 24px; }
      .slider-content-wrapper p.slider-content br {
        display: none; }

  .testi-header-test h2 {
    font-size: 30px;
    line-height: 32px; } }
@media (max-width: 600px) {
  #menu-primary > ul#menu-primary-items > .menu-item {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left; }
    #menu-primary > ul#menu-primary-items > .menu-item > a {
      padding: 10px 0; }
    #menu-primary > ul#menu-primary-items > .menu-item ul.sub-menu {
      background: transparent; }
      #menu-primary > ul#menu-primary-items > .menu-item ul.sub-menu li {
        width: 100%;
        float: left; }
        #menu-primary > ul#menu-primary-items > .menu-item ul.sub-menu li > a {
          display: inline-block;
          padding: 0; } }
@media (max-width: 480px) {
  .custom-home-text h2 {
    font-size: 40px;
    line-height: 42px; }
  .custom-home-text p {
    font-size: 18px;
    line-height: 24px; }

  .header-contacts .contact-info {
    margin-bottom: 0; }

  .header-contacts .header-phone {
    width: 100%; }

  .header-contacts .chat-button {
    margin-left: 0;
    display: inline-block;
    float: none; }

  .header-contacts {
    text-align: center; }

  .slider-content-wrapper {
    padding: 0 40px; }
    .slider-content-wrapper h2 {
      font-size: 25px;
      line-height: 27px;
      margin-bottom: 0; }
    .slider-content-wrapper h3 {
      font-size: 23px;
      line-height: 25px;
      margin-bottom: 5px; }
    .slider-content-wrapper h4 {
      margin-bottom: 0;
      font-size: 20px;
      line-height: 22px; }
    .slider-content-wrapper p.slider-content {
      font-size: 16px;
      line-height: 20px; }
      .slider-content-wrapper p.slider-content br {
        display: none; } }
@media (max-width: 360px) {
  div.boxed-layout .cherry-services_icon {
    float: none;
    text-align: center; }

  .list-title-content {
    text-align: center;
    padding-top: 20px; }

  .slider-content-wrapper h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0; }
  .slider-content-wrapper h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px; }
  .slider-content-wrapper h4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px; }
  .slider-content-wrapper p.slider-content {
    font-size: 14px;
    line-height: 16px; }
    .slider-content-wrapper p.slider-content br {
      display: none; } }
/* Megamenu responsive
================================================== */
@media (max-width: 992px) {
  #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub {
    padding: 30px;
    /* Post template "megamenu-posts" */ }
    #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub > li {
      padding: 40px 0 0;
      margin: 40px 0 0;
      float: none;
      width: auto;
      border-top: 1px solid #000; }
      #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub > li:before {
        display: none; }
    #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub > li:first-child {
      margin-top: 0;
      padding-top: 0;
      border: none; }
    #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-post-wrap {
      margin-bottom: 30px; }
      #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-post-wrap .post-thumbnail {
        float: left;
        padding: 0 30px 15px 0; }

  .comments .comment-respond form .comment-form-author,
  .comments .comment-respond form .comment-form-email,
  .comments .comment-respond form .comment-form-url {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 20px !important; }

  .wpcf7-form .submit-wrap .wpcf7-form-control {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 18px; }

  .wpcf7-form .submit-wrap input[type="reset"] {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 18px; } }
@media (max-width: 620px) {
  #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub {
    /* Post template "megamenu-posts" */ }
    #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-post-wrap .post-thumbnail {
      float: none;
      padding: 0 0 15px 0; } }
