/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

body p {
    color: rgb(0 0 0 / 70%);
}

body .light p {
    color: rgb(255 255 255 / 70%);
}

ul.sub-menu {
    min-width: 280px;
}

a.nectar-button.large.regular {
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 34px !important;
    padding-right: 70px !important;
}

a.nectar-button.large.see-through.extra-color-1.has-icon {
    font-size: 16px;
    line-height: 24px;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 34px !important;
    padding-right: 70px !important;
    border-width: 1px;
    border-color: rgb(48 4 110 / 20%) !important;
    color: #000 !important;
}

body.material .nectar-button.has-icon span {
    transform: translateX(-5px);
}

body.material .nectar-button.has-icon.large i {
    background-color: #fff !important;
    width: 46px;
    height: 46px;
}

body.material .nectar-button.has-icon i {
    line-height: 46px;
    font-size: 19px !important;
}

body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-1[data-color-override="false"] i {
    background: rgb(48 4 110 / 20%) !important;
    color: #000 !important;
}

body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-1[data-color-override="false"] i:after {
    display: none;
}

.client-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
}

.client-logos .slick-track {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.client-logos img {
    padding: 0 30px 0 0px;
}

.perex p {
    font-size: 21px;
    line-height: 1.4;
    color :#30046e;
}

.light .perex p {
    color: #fff;
}

/*SLUZBY*/

.services-boxes .wpb_column .vc_column-inner {
    background: #fff;
    border-radius: 30px;
    padding: 30px 25px 25px 30px;
    position: relative;
    margin-bottom: 20px;
}

.services-boxes .vc_col-sm-4 .vc_column-inner > .wpb_wrapper,
.services-boxes.vyhody .wpb_column .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-arrow {
    width: 62px;
    height: 62px;
    background: #d8fa00;
    border-radius: 50%;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.service-arrow i.icon-button-arrow {
    color:#000;
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.3s ease;
}

.services-boxes .vc_col-sm-4 .vc_column-inner:hover .service-arrow,
.services-boxes.large .vc_col-sm-6.wpb_column .vc_column-inner:hover .service-arrow {
    background: #30046e;
}

.services-boxes .vc_col-sm-4 .vc_column-inner:hover .service-arrow i.icon-button-arrow,
.services-boxes.large .vc_col-sm-6 .vc_column-inner:hover .service-arrow i.icon-button-arrow {
    color:#fff;
}

.wpb_raw_code.wpb_raw_html.wpb_content_element.service-arrow-wrapper {
    position: absolute;
    top: 30px;
    right: 23px;
}

.wpb_text_column.wpb_content_element.service-text {
    margin-bottom: 10px;
}

.wpb_raw_code.wpb_raw_html.wpb_content_element.service-btns {
    margin-bottom: 0;
    z-index: 100;
}

.wpb_raw_code.wpb_raw_html.wpb_content_element.service-btns .wpb_wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.service-btns a {
    color: #000;
    letter-spacing: -0.01em;
    padding: 14px 40px 14px 18px;
    white-space: nowrap;
    position: relative;
    border: 1px solid rgb(48 4 110 / 20%);
    border-radius: 200px;
    font-size: 15px;
    line-height: 1;
    transition: all 0.3s ease;
}

.service-btns a:hover {
    border: 1px solid rgb(48 4 110 / 100%);
}

.service-btns a i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    margin-top: -1px;
}

.wpb_text_column.wpb_content_element.service-title {
    margin-bottom: 40px;
    width: 100%;
    padding-right: 70px;
}

.services-boxes.vyhody .wpb_text_column.wpb_content_element.service-title {
    margin-bottom: 20px;
    width: 100%;
}

.services-boxes .vc_col-sm-4 .vc_column-inner,
.services-boxes .vc_col-sm-6 .vc_column-inner{
transition: all .32s ease;
}

.services-boxes .vc_col-sm-4 .vc_column-inner:hover,
.services-boxes .vc_col-sm-6 .vc_column-inner:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, .22);
}

.services-boxes.vyhody .vc_column-inner:hover {
    transform: none;
    box-shadow: none;
}

.fve-numbers p.number {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    padding-bottom: 25px;
    color: #fff;
}

.fve-numbers p.number strong {
    font-size: 70px;
}

.wpb_raw_code.wpb_raw_html.wpb_content_element.fve-numbers {
    margin-bottom: 0px;
}

p.numbers-desc {
    color: rgb(255 255 255 / 80%);
}

.cta-bgr-symbol .column-image-bg {
    background-size: auto 95% !important;
    background-repeat: no-repeat;
    background-position: top center !important;
}

.icon-text-wrapper {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

.icon-text-wrapper img {
    flex: 0 0 44px;
    margin-bottom: 0 !important;
    max-height: 44px;
}

.icon-text-wrapper p strong {
    color: #30046e;
    padding-bottom: 4px;
    display: inline-block;
}

.nectar-post-grid[data-border-radius="25px"] .nectar-post-grid-item-bg-wrap,
.nectar-post-grid[data-border-radius="25px"] .nectar-post-grid-item-bg {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.nectar-post-grid .content h4 a span {
    color: #30046e !important;
}

span.nectar-post-grid-item__meta-wrap span {
    color: rgb(0 0 0 / 80%) !important;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-card=yes] .nectar-post-grid-item .content {
    padding: 25px 30px;
}

.nectar-post-grid-item__meta-wrap {
    margin-top: 10px;
}


/*Realizacie grid*/
#realizacie-results {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
	flex-wrap: wrap;
}

.realizacia-item {
    width: calc(33.32% - 20px);
    margin: 10px;
    position: relative;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
}

.realizacia-img {
    padding-bottom: calc((2 / 3) * 100%);
    height: auto !important;
    position: relative;
}

.realizacia-img img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.realizacia-item-content {
    padding: 25px 15px;
}

.realizacia-item-content .fields {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    flex-wrap: wrap;
}

span.realizacia-icon {
    padding-left: 55px;
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
}

span.realizacia-icon strong {
   color: #30046E !important;
   font-weight: 800;
   font-size: 12px;
}

span.realizacia-icon:before {
   content: '';
   width: 45px;
   height: 45px;
   position: absolute;
   background: #ddd;
   left: 0;
   top: -3px;
   border-radius: 50%;
}

span.realizacia-icon.vykon:before {
   background: url(/wp-content/uploads/2025/06/icon-vykon.svg);
   background-size: contain;
   background-repeat: no-repeat;
}

span.realizacia-icon.panely:before {
   background: url(/wp-content/uploads/2025/06/icon-panely.svg);
   background-size: contain;
   background-repeat: no-repeat;
}

span.realizacia-icon.uspora:before {
   background: url(/wp-content/uploads/2025/06/icon-uspora.svg);
   background-size: contain;
   background-repeat: no-repeat;
}


/*FOOTER*/
.contact-box .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 13px 64px 13px 17px;
    background: rgb(255 255 255 / 20%);
    justify-content: flex-start;
    width: fit-content;
    border-radius: 200px;
}

.contact-box .wpb_wrapper img {
    margin-bottom: 0;
}

.contact-box p {
    font-size: 18px;
    line-height: 1.5;
}

.contact-box p a {
    font-weight: 500;
    color: #fff;
}

.footer-menu ul {
    margin: 0;
}

.footer-menu ul li {
    list-style: none;
    padding-bottom: 9px;
}

.footer-menu li a {
    font-size: 13px !important;
    line-height: 1 !important;
}

ul#menu-footer-rychle-odkazy {
    column-count: 2;
}

.footer-copyright p {
    font-size: 12px;
    line-height: 1.1;
}

.footer-copyright p a {
    color: #fff;
    opacity: 1 !important;
}

.footer-wrapper > .row-bg-wrap > .inner-wrap.row-bg-layer.using-image > .row-bg.viewport-desktop.using-image.using-bg-color {
    background-size: auto 450px;
}

.vc_col-sm-6.cta-contact-form .vc_column-inner > .wpb_wrapper {
    max-width: 430px;
    margin: auto;
}

.container-wrap input[type=text], 
.container-wrap input[type=email],
.container-wrap textarea, 
.container-wrap select {
    margin-bottom: 10px;
    border-radius: 10px;
}

.container-wrap textarea {
    height: 100px;
}

.container-wrap select {
    padding: 15px 16px;
}

.container-wrap input[type=text]::placeholder, 
.container-wrap input[type=email]::placeholder, 
.container-wrap textarea::placeholder,
select[name="mam-zaujem"] option:first-child {
    color: #000 !important;
}

.container-wrap input[type=text]:focus, 
.container-wrap input[type=email]:focus,
.container-wrap textarea:focus, 
.container-wrap select:focus {
    border-color: #30046e !important;
}

button.nectar-button.large.regular.accent-color.has-icon.regular-button {
    padding: 20px 70px 20px 34px !important;
    color: #000;
}

.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
  outline: none;
}

.wpcf7 input[type="checkbox"] {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-appearance: none;
  width: 0px !important;
}

span.wpcf7-list-item label {
  display: flex;
  opacity: 1;
}

.wpcf7-list-item {
  margin: 0;
  margin-bottom: 40px;
}

span.wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  line-height: 1.1;
  color: #000 !important;
  cursor: pointer;
  text-transform: none;
  text-align: left;
  margin-left: -5px;
  margin-top: 10px;
  font-weight: 300;
}

span.wpcf7-list-item-label a {
  text-decoration: underline;
  color: #000;
}

span.wpcf7-list-item-label:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  border: 1px solid #d6cde2;
  border-radius: 10px;
  background: #ffffff;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

span.wpcf7-list-item-label:after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  border: 1px solid #30046e;;
  background-color: #30046e;
  display: block;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  background-image: url(/wp-content/uploads/2025/06/icon-check.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  border-radius: 10px;
}

input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
  transform: translateY(-50%);
  opacity: 1;
}

span.wpcf7-not-valid-tip {
  top: auto !important;
  padding: 0 !important;
  background: transparent;
  box-shadow: none !important;
  color: #ff2e12 !important;
  font-size: 12px;
  bottom: 10px !important;
  position: absolute;
  left: auto;
  right: 10px;
  height: auto;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #ff2e12;
  border-color: #ff2e12;
  color: #fff !important;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px;
  border-radius: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
  background: #30046e;
  border: none;
  padding: 20px 15px;
  border-radius: 20px;
}

.gdpr span.wpcf7-not-valid-tip {
  top: auto !important;
  position: relative;
}


/*fotovoltika*/
.services-boxes.large .vc_col-sm-6.wpb_column .vc_column-inner {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    padding: 45px 30px 49px 33px;
}

.services-boxes.large .wpb_raw_code.wpb_raw_html.wpb_content_element.service-arrow-wrapper {
    top: 45px;
    right: 30px;
}

.services-boxes.large .vc_col-sm-6.wpb_column .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.service-large-content .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: clamp(80px, 15vh, 150px);
    width: 100%;
    gap: 15px;
}

.service-large-content {
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
}

.service-large-content img {
    max-height: 170px !important;
    width: auto !important;
    margin-bottom: 0 !important;
}

.service-large-content p {
    font-size: clamp(15px, 1.5vw, 21px);
    line-height: 1.3;
    color: rgb(48 4 110 / 80%);
    padding-bottom: 0;
    flex: 0 0 55%;
}

.service-large-content p span {
    font-size: clamp(22px, 3.4vw, 48px);
    font-weight: 800;
    line-height: 1;
    margin-top: 20px;
    display: inline-block;
    color: rgb(48 4 110 / 100%);
}


.top-badge {
    background: #fff;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-radius: 20px;
    padding: 20px !important;
    max-width: 280px;
}

.top-badge p {
    font-size: clamp(17px, 1.4vw, 20px);
    line-height: 1.3;
    color: rgb(48 4 110 / 80%);
    padding-bottom: 0;
    flex: 0 0 55%;
}

.top-badge p span {
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 800;
    line-height: 1;
    margin-top: 15px;
    display: inline-block;
    color: rgb(48 4 110 / 100%);
}

/*TOGGLE*/
.col h3.toggle-title a {
    font-size: 24px !important;
    color: #30046e;
}

div[data-style="minimal"] .toggle {
    border-bottom: 1px solid rgb(48 4 110 / 20%);
}

div[data-style="minimal"] .toggle:first-child {
    border-top: 1px solid rgb(48 4 110 / 20%);
}

.inner-toggle-wrap {
    padding-right: 70px !important;
}

div[data-style*=minimal] .toggle>.toggle-title i {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-top: -25px;
  border: 1px solid rgb(203 193 216);
}

div[data-style="minimal"] .toggle > .toggle-title i:before {
    border: none;
    display: inline-block;
    padding: 0px;
    width: 0;
    height: 0;
    background: url(/wp-content/uploads/2025/06/arrow.svg) !important;
    top: 14px;
    left: 14px;
    margin: 0;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

div[data-style="minimal"] .toggle > .toggle-title i:after {
  display: none;
  opacity: 0;
}

div[data-style="minimal"] .toggle.open > .toggle-title i:before {
 transform: rotateX(-180deg);
-webkit-transform: rotateX(-180deg);
    top: 14px
}


.o-nas-numbers .fve-numbers p.number strong {
    font-size: 80px;
    color: #30046e;
}

.o-nas-numbers .fve-numbers p.number {
    padding-bottom: 0;
}

.o-nas-numbers p.numbers-desc {
    color: rgb(48 4 110 / 70%);
    max-width: 180px;
}

.sluzby-onas .wpb_text_column.wpb_content_element.service-text,
.sluzby-onas .wpb_raw_code.wpb_raw_html.wpb_content_element.service-btns {
    display: none;
}

.sluzby-onas .wpb_text_column.wpb_content_element.service-title {
    margin-bottom: 10px;
}


/*Single Blog*/
.single-post .row.featured-media-under-header .featured-media-under-header__content,
.single-post article > .inner-wrap {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

body.single-post .container-wrap {
    background: #fff !important;
}

.main-content .featured-media-under-header {
    padding: min(6vw, 40px) 0;
}

.featured-media-under-header__meta-wrap {
    margin-top: 50px;
}

.featured-media-under-header__meta-wrap span {
    color: rgb(48 4 110 / 70%);
}

.featured-media-under-header__featured-media:not([data-has-img="false"]) {
    margin-top: min(6vw, 50px);
}

.row.vc_row-fluid.full-width-section.related-post-wrap.first-section {
    margin-top: 50px;
}

.material .related-post-wrap h3.related-title {
    padding-top: 60px;
    position: relative;
}

.related-post-wrap .row-bg-wrap .row-bg {
    background-color: rgb(237 236 239);
}

.material .blog-recent.related-posts {
    padding: 0 0 40px 0;
}

.material .blog-recent.related-posts {
    margin-left: -10px !important;
    margin-right: -10px !important
}

.blog-recent[data-style*=classic_enhanced].columns-3 .span_4 {
    width: 33.3333%;
    margin-right: 0%;
    padding: 0 10px;
}

.blog-recent[data-style*=classic_enhanced] span.meta-category,
.blog-recent[data-style*=classic_enhanced].related-posts .post-meta {
    display: none;
}

body.material .blog-recent[data-style*=classic_enhanced].related-posts .inner-wrap {
    box-shadow: none;
    border-radius: 25px;
    padding-bottom: 0 !important;
    transition: box-shadow .32s ease;
}

body.material .blog-recent[data-style*=classic_enhanced].related-posts .inner-wrap:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, .22);
}

.blog-recent[data-style*=classic_enhanced].related-posts .article-content-wrap .post-header {
    display: flex;
    flex-direction: column-reverse;
}

.blog-recent[data-style*=classic_enhanced].related-posts .post-header span.meta {
    color: rgb(0 0 0 / 80%) !important;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
}

.blog-recent[data-style*=classic_enhanced][data-color-scheme=light] h3.title {
    color: #30046e;
}

.single-post li {
    color: rgb(0 0 0 / 70%);
}



/*RESPONSIVE*/
@media (max-width: 1000px) {
a.nectar-button.large.regular {
    font-size: 15px;
    line-height: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px !important;
    padding-right: 60px !important;
}

body.material .nectar-button.has-icon.large i {
    width: 40px;
    height: 40px;
}

body.material .nectar-button.has-icon i {
    line-height: 40px;
    font-size: 17px !important;
}

a.nectar-button.large.see-through.extra-color-1.has-icon {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px !important;
    padding-right: 60px !important;
}

.home-top > .row-bg-wrap > .inner-wrap.row-bg-layer.using-image {
    height: 55%;
}

.home-top > .row-bg-wrap > .row-bg-overlay.row-bg-layer {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.2) 40%, #30046e 54%, #30046e 100%) !important;
}

body .clients[class*=col].no-carousel>div {
    padding: 3%;
    margin: 0;
}

body .clients[class*=col].no-carousel>div img {
    margin: auto;
}

span.realizacia-icon:before {
   width: 35px;
   height: 35px;
   top: -1px;
}

span.realizacia-icon {
    padding-left: 42px;
    font-size: 14px;
}

.slick-dots li button:before {
 content: '';
 font-size: 0;
 width: 6px;
 height: 6px;
 transition: all .25s ease;
 border-radius: 50%;
 margin-left: 11px;
 background-color: transparent;
 box-shadow: inset 0 0 0 5px #000;
}

.slick-dots li.slick-active button:before {
 transform: scale(2);
 box-shadow: inset 0 0 0 1px #000;
 background-color: transparent;
 opacity: 1;
}

ul.slick-dots {
 bottom: -50px;
}

.perex p {
    font-size: 18px;
}

.services-boxes .wpb_column .vc_column-inner {
    border-radius: 20px;
    padding: 20px 20px 15px 20px;
    margin-bottom: 0px;
}

.wpb_text_column.wpb_content_element.service-title {
    margin-bottom: 20px;
    padding-right: 60px;
}

.wpb_raw_code.wpb_raw_html.wpb_content_element.service-arrow-wrapper {
    top: 18px;
    right: 15px;
}

.service-arrow {
    width: 52px;
    height: 52px;
}

.fve-numbers p.number {
    font-size: 24px;
    padding-bottom: 5px;
}

.fve-numbers p.number strong {
    font-size: 40px;
}

.col .wpb_text_column.wpb_content_element.cta-text h2 {
    font-size: 26px;
    line-height: 1.3;
}

.cta-bgr-symbol .column-image-bg {
    background-position: top right !important;
    
}

.cta-bgr-symbol .column-image-bg-wrap.column-bg-layer {
    height: 130%;
     top: auto !important;
    bottom: 0px !important;
}

.nectar-post-grid.nectar-flickity ol.flickity-page-dots {
bottom: -50px !important
}

.footer-cta .col h2 {
    font-size: 26px;
}

.contact-box .wpb_wrapper {
    display: flex;
    gap: 15px;
    padding: 10px;
    width: 100%;
}

.contact-box p {
    font-size: 16px;
}

.footer-cta .nectar-shape-divider-wrap svg.nectar-shape-divider {
    height: 100%;
}

.footer-wrapper > .row-bg-wrap > .inner-wrap.row-bg-layer.using-image > .row-bg.viewport-desktop.using-image.using-bg-color {
    background-position: top 250px left !important;
}

.services-boxes.large .vc_col-sm-6.wpb_column .vc_column-inner {
    padding: 30px 20px 30px 20px;
}

.services-boxes.large .wpb_raw_code.wpb_raw_html.wpb_content_element.service-arrow-wrapper {
    top: 20px;
    right: 20px;
}

.service-large-content .wpb_wrapper {
    margin-top: 20px;
    gap: 5px;
}

.service-large-content p span {
    margin-top: 5px;
}

.service-large-content p {
    flex: 0 0 65%;
}

.top-badge {
    bottom: 10px;
    right: 10px;
    padding: 15px !important;
    max-width: 200px;
}

.top-badge p {
    font-size: 15px;
}

.top-badge p span {
    font-size: 20px;
    margin-top: 5px;
}

.col h3.toggle-title a {
    font-size: 18px !important;
}

.certificates .column_element_direction_desktop_horizontal.force-desktop-text-align-right > .vc_column-inner > .wpb_wrapper {
    justify-content: flex-start;
    gap: 10px;
}

.o-nas-numbers .nectar-milestone .number,
.o-nas-numbers .nectar-milestone .number .symbol-wrap {
    font-size: 45px !important;
    line-height: 45px !important;
}

body .o-nas-numbers .nectar-milestone .subject {
    font-size: 15px;
    max-width: 160px;
}

.o-nas-numbers {
    margin: 0 !important;
}

.realizacie-archive .realizacia-item {
    width: 100%;
}

.single-post .blog-recent[data-style*=classic_enhanced].columns-3 .span_4 {
    width: 100%;
}

.post .content-inner {
    padding-bottom: 40px;
}
}