/**
.---------------------------------------------------------------------.
|  @package: Theme Start5up (a.k.a. theme Startup Pro)
|  @version: v2.4.5.1 (21 January 2025)
|  @link:    http://italinux.com/startup-pro
|  @docs:    http://italinux.com/theme-startup-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2025                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_start5up/LICENSE.TXT                      |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
.single-space-bottom > section.what-i-do.page-block,
.double-space-bottom > section.what-i-do.page-block,
.no-spaces > section.what-i-do.page-block,
.no-space-bottom > section.what-i-do.page-block {
  padding-bottom: 0 !important;
}
.single-space-top > section.what-i-do.page-block,
.double-space-top > section.what-i-do.page-block,
.no-spaces > section.what-i-do.page-block,
.no-space-top > section.what-i-do.page-block {
  padding-top: 0 !important;
}
.no-sides-spaces > section.what-i-do.page-block {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
section.what-i-do {
  position: relative;
  overflow: hidden;
}
section.what-i-do a:not(.CTA-clean).info::after,
section.what-i-do a:not(.CTA-clean).goto::after {
  margin-top: 0px;
  font-family: "FontAwesome";
  font-size: 0.8em;
  text-decoration: none;
}
section.what-i-do a:not(.CTA-clean).info > span,
section.what-i-do a:not(.CTA-clean).goto > span {
  align-self: center;
}
section.what-i-do a:not(.CTA-clean).info::after {
  content: "\f05a";
  margin-right: 5px;
  margin-left: 5px;
}
section.what-i-do a:not(.CTA-clean).goto::after {
  content: "\f08e";
  margin-left: 6px;
  margin-right: 10px;
}
section.what-i-do div.global-cta {
  margin-top: 4em;
  margin-bottom: 2em;
  font-size: 120%;
  text-align: center;
}
section.what-i-do div.global-cta a.btn {
  width: 30%;
}
section.what-i-do .btn {
  max-width: 460px;
}
section.what-i-do .btn.btn-primary[disabled] {
  cursor: default;
}
section.what-i-do.editMode {
  border: 1px dashed #bbb;
}
section.what-i-do.page-block {
  margin: 0px auto;
  padding: 6em 8%;
}
section.what-i-do.over-image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  content: "";
}
section.what-i-do.over-image {
  background-color: transparent;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: auto;
  background-position: center center;
}
section.what-i-do.over-image.cfg-color h1 {
  color: inherit;
}
section.what-i-do.over-image.cfg-color h2 {
  color: inherit;
}
section.what-i-do.over-image.cfg-color h3 {
  color: inherit;
}
section.what-i-do.over-image.cfg-color h4 {
  color: inherit;
}
section.what-i-do.over-image.cfg-color h5 {
  color: inherit;
}
section.what-i-do.over-image.cfg-color h6 {
  color: inherit;
}
section.what-i-do.over-image.cfg-color p {
  color: inherit;
}
section.what-i-do.over-image.cfg-color a:not(.btn) {
  color: inherit;
}
section.what-i-do div.block-header {
  position: relative;
  padding: 0 0 3em;
  text-align: center;
  border: none;
}
section.what-i-do .hide {
  display: none;
  visibility: hidden;
}
section.what-i-do .show {
  display: block;
  visibility: visible;
}
section.what-i-do .single-space-bottom {
  padding-bottom: 1.8em;
}
section.what-i-do .double-space-bottom {
  padding-bottom: 3.2em;
}
section.what-i-do .single-space-top {
  padding-top: 1.8em;
}
section.what-i-do .double-space-top {
  padding-top: 3.2em;
}
section.what-i-do .no-margins {
  margin: 0 !important;
}
section.what-i-do .no-paddings {
  padding: 0 !important;
}
section.what-i-do .no-spaces {
  margin: 0 !important;
  padding: 0 !important;
}
section.what-i-do .no-sides-margins {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
section.what-i-do .no-sides-paddings {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section.what-i-do .no-space-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
section.what-i-do .no-space-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
section.what-i-do .no-margin-bottom {
  margin-bottom: 0 !important;
}
section.what-i-do .no-margin-top {
  margin-top: 0 !important;
}
section.what-i-do .nopaque {
  opacity: 0;
}
section.what-i-do .opaque {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  section.what-i-do.page-block {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 1280px) {
  section.what-i-do.page-block {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 1024px) {
  section.what-i-do.page-block {
    padding-left: 3%;
    padding-right: 3%;
  }
}
section.what-i-do[class^="mobile_view"].page-block {
  padding-left: 2%;
  padding-right: 2%;
}
@media screen and (max-width: 500px) {
  section.what-i-do.page-block {
    padding-left: 2%;
    padding-right: 2%;
  }
}
section.what-i-do.over-image {
  background-position: 20% center;
}
section.what-i-do .btn {
  padding-left: 0px;
  padding-right: 0px;
}
section.what-i-do div.main div.wid-item-1 > div:first-of-type {
  color: #297d89;
  background-color: #297d89;
}
section.what-i-do div.main div.wid-item-1 > div:first-of-type::after {
  border-color: #297d89;
}
section.what-i-do div.main div.wid-item-1 > div:first-of-type a {
  color: #297d89;
}
section.what-i-do div.main div.wid-item-1 a.btn-primary {
  background-color: rgba(41, 125, 137, 0.9);
  border-color: #297d89;
}
section.what-i-do div.main div.wid-item-1 > div:first-of-type {
  color: #635941;
  background-color: #635941;
}
section.what-i-do div.main div.wid-item-1 > div:first-of-type::after {
  border-color: #635941;
}
section.what-i-do div.main div.wid-item-1 > div:first-of-type a {
  color: #635941;
}
section.what-i-do div.main div.wid-item-1 a.btn-primary {
  background-color: rgba(99, 89, 65, 0.9);
  border-color: #635941;
}
section.what-i-do div.main div.wid-item-2 > div:first-of-type {
  color: #293d89;
  background-color: #293d89;
}
section.what-i-do div.main div.wid-item-2 > div:first-of-type::after {
  border-color: #293d89;
}
section.what-i-do div.main div.wid-item-2 > div:first-of-type a {
  color: #293d89;
}
section.what-i-do div.main div.wid-item-2 a.btn-primary {
  background-color: rgba(41, 61, 137, 0.9);
  border-color: #293d89;
}
section.what-i-do div.main div.wid-item-2 > div:first-of-type {
  color: #432f75;
  background-color: #432f75;
}
section.what-i-do div.main div.wid-item-2 > div:first-of-type::after {
  border-color: #432f75;
}
section.what-i-do div.main div.wid-item-2 > div:first-of-type a {
  color: #432f75;
}
section.what-i-do div.main div.wid-item-2 a.btn-primary {
  background-color: rgba(67, 47, 117, 0.9);
  border-color: #432f75;
}
section.what-i-do div.main div.wid-item-3 > div:first-of-type {
  color: #552989;
  background-color: #552989;
}
section.what-i-do div.main div.wid-item-3 > div:first-of-type::after {
  border-color: #552989;
}
section.what-i-do div.main div.wid-item-3 > div:first-of-type a {
  color: #552989;
}
section.what-i-do div.main div.wid-item-3 a.btn-primary {
  background-color: rgba(85, 41, 137, 0.9);
  border-color: #552989;
}
section.what-i-do div.main div.wid-item-3 > div:first-of-type {
  color: #701076;
  background-color: #701076;
}
section.what-i-do div.main div.wid-item-3 > div:first-of-type::after {
  border-color: #701076;
}
section.what-i-do div.main div.wid-item-3 > div:first-of-type a {
  color: #701076;
}
section.what-i-do div.main div.wid-item-3 a.btn-primary {
  background-color: rgba(112, 16, 118, 0.9);
  border-color: #701076;
}
section.what-i-do div.main div.wid-item-4 > div:first-of-type {
  color: #89297d;
  background-color: #89297d;
}
section.what-i-do div.main div.wid-item-4 > div:first-of-type::after {
  border-color: #89297d;
}
section.what-i-do div.main div.wid-item-4 > div:first-of-type a {
  color: #89297d;
}
section.what-i-do div.main div.wid-item-4 a.btn-primary {
  background-color: rgba(137, 41, 125, 0.9);
  border-color: #89297d;
}
section.what-i-do div.main div.wid-item-4 > div:first-of-type {
  color: #950c47;
  background-color: #950c47;
}
section.what-i-do div.main div.wid-item-4 > div:first-of-type::after {
  border-color: #950c47;
}
section.what-i-do div.main div.wid-item-4 > div:first-of-type a {
  color: #950c47;
}
section.what-i-do div.main div.wid-item-4 a.btn-primary {
  background-color: rgba(149, 12, 71, 0.9);
  border-color: #950c47;
}
section.what-i-do div[class^="wid-item"] {
  max-width: 430px;
  margin-top: 0px;
  margin-bottom: 30px;
}
section.what-i-do div[class^="wid-item"] a.btn-primary {
  min-width: 54%;
  padding-left: 5%;
  padding-right: 5%;
  color: #fff;
}
section.what-i-do div[data-animation="icon"] {
  margin-bottom: 10px;
}
section.what-i-do div[data-animation="content"] {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
section.what-i-do div[data-animation="content"] span {
  font-weight: 400;
}
section.what-i-do div[data-animation="content"] p {
  margin-top: 10px;
  margin-bottom: 10px;
}
section.what-i-do div[data-animation="cta"] {
  margin-top: 30px;
}
section.what-i-do div.service-item {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
section.what-i-do div.service-item::after {
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
}
section.what-i-do div.service-item div.service-icon {
  min-height: 128px;
  display: flex;
  align-items: center;
  background-color: transparent;
}
section.what-i-do div.service-item div.service-icon a {
  margin: 0px auto;
  text-align: center;
  z-index: 1;
}
section.what-i-do div.service-item div.service-icon a.fa {
  font-size: 500%;
  text-decoration: none;
}
section.what-i-do div.service-item div.service-icon::after {
  border-width: 0;
  border-style: dashed;
  border-color: transparent;
  border-radius: 0;
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  section.what-i-do div.global-cta a.btn {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  section.what-i-do div[data-animation="content"] {
    width: 90%;
  }
}
section.what-i-do[class^="mobile_view"] div[class^="wid-item"] {
  margin-bottom: 40px;
}
section.what-i-do[class^="mobile_view"] div[class^="wid-item"] div[data-animation="content"] {
  width: 90%;
}
section.what-i-do[class^="mobile_view"] div.global-cta a.btn {
  width: 80%;
}
@media screen and (max-width: 500px) {
  section.what-i-do div[class^="wid-item"] {
    margin-bottom: 40px;
  }
  section.what-i-do div[class^="wid-item"] *[data-animation="title"] {
    text-shadow: none;
  }
  section.what-i-do div[class^="wid-item"] div[data-animation="icon"] {
    display: none;
  }
  section.what-i-do div[class^="wid-item"] div[data-animation="content"] {
    width: 90%;
  }
  section.what-i-do div.wid-item-1 *[data-animation="title"] {
    color: #246e79;
  }
  section.what-i-do div.wid-item-2 *[data-animation="title"] {
    color: #243679;
  }
  section.what-i-do div.wid-item-3 *[data-animation="title"] {
    color: #4b2479;
  }
  section.what-i-do div.wid-item-4 *[data-animation="title"] {
    color: #79246e;
  }
  section.what-i-do div.global-cta a.btn {
    width: 80%;
  }
}
