/**
Theme Name: IDPM
Author: Pointus
Author URI: https://pointus.cz/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: idpm
Template: astra
*/

@media screen and (max-width:767px) {.hide-on-mobile{display:none;}}
@media screen and (min-width:768px) {.hide-on-tablet-desktop{display:none;}}
@media screen and (max-width:1024px) {.hide-on-tablet{display:none;}}
@media screen and (min-width:1025px) {.hide-on-desktop{display:none;}}

.fw-300 {font-weight: 300 !important;}
.no-underline a {text-decoration: none !important;}
.blue-underline {
  position: relative;
  display: inline-block;
}
.blue-underline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 4px;
  background-color: #1E6C8E;
  border-radius: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  
  width: 0%;
  animation: underlineExpand 2.5s ease-out forwards;
}
@keyframes underlineExpand {
  to {
    width: 90%;
  }
}
.position-relative {position: relative;}
.strong {font-weight:700;}
.violet {color: #522F66;}

.btn-icon-hover-color .elementor-button svg path {
  transition: all .3s;
}

.btn-icon-hover-color .elementor-button:hover svg path {
    fill: #fff;
}

.btn-icon-hover-color-inverted .elementor-button svg path {
  transition: all .3s;
  fill: #fff;
}

.btn-icon-hover-color-inverted .elementor-button:hover svg path {
  transition: all .3s;
  fill: #522F66;
}

.elementor-widget-image a img[src$=".svg"] {
  width: unset !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
	border-radius:30px 0px 30px 30px !important;
}

/* Header */
header .ast-builder-button-wrap .ast-custom-button::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url('/wp-content/uploads/2025/08/contact.svg');
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: middle;
    transition: all .2s linear;
}

header .ast-builder-button-wrap .ast-custom-button:hover::before {
    filter: brightness(0) invert(1);
}

@media (min-width: 1025px) {
    .home #masthead {
        position: absolute;
        left: 0;
        right: 0;
    }
    .home .ast-primary-header {
        background: transparent;
    }
}

@media (min-width:1025px) and (max-width:1164px) {
	#hp-hero h1 {
		font-size:1.6em !important;
	}
}

/* Footer */
footer a {
    text-decoration: underline;
    color: inherit !important;
}

/* Homepage */
@media (min-width:1800px) {
#hp-hero {
    --container-max-width: 1300px;
    max-width: 1300px;
}
#hp-hero .text-box {
    padding: 0;
}
}

@media (min-width:1025px) and (max-width:1799px) {
    .home .site-primary-header-wrap {
        max-width: unset;
        padding-left: 4%;
        padding-right: 4%;
    }
}

/* .elementor-counter {
    align-items: center !important;
    gap: 15px !important;
}

.elementor-counter-number-prefix {
    display: none;
}

.elementor-counter .elementor-counter-number-wrapper {
    flex:unset;
}

.elementor-counter-title {
    display: block !important;
}*/

@media (min-width:1025px) {
.counter-section > .e-con-inner > .e-child {
    padding: 0 20px;
    margin: 0 -20px;
}

.counter-section > .e-con-inner > .e-child:not(:first-child) {
  border-left: 1px solid #CBBAE2;
}
}

.vertical-swiper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
}

.vertical-swiper .swiper-wrapper {
  height: 320px;
  padding-left: 30px;
}

.sluzby-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sluzby-carousel .swiper-pagination {
  display: flex;
  flex-direction: column;
  top: auto !important;
  bottom: auto !important;
   --swiper-pagination-right: auto;
  --swiper-pagination-left: 0;
  transform: unset !important;
}

.sluzby-carousel .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #AED3D6;
  opacity: 1;
  margin: 6px 0 !important;
}

.sluzby-carousel .swiper-pagination-bullet-active {
  background: #1E6C8E;
}

.sluzby-carousel .custom-card {
  background-color: #F9F9F8;
  border-radius: 15px !important;
  padding: 48px 24px;
}

.sluzby-carousel .custom-title {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.sluzby-carousel .custom-icon {
  height: 42px;
}

.sluzby-carousel .custom-card h3 {
  margin: 0;
  font-size: 1.4em;
  color: #1E6C8E;
  font-weight: 700;
}

.sluzby-carousel .custom-card p {
  font-size: 1.2em;
  color: #1E6C8E;
  margin-bottom: 0;
}

.team-carousel-wrapper {
  position: relative;
  width: 100%;
  padding: 0 60px;
}

.team-carousel {
  padding: 0;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: background 0.3s;
  width: 11px;
  height: 19px;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

@media (max-width:767px) {
  .swiper-button-prev {
  left: 15px;
}

.swiper-button-next {
  right: 15px;
}
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.team-carousel .team-card .team-photo {
  border-radius: 26px 0 26px 26px;
  margin-bottom:20px;
}

.team-carousel .team-card .card-footer {
  display: flex;
  gap: 5px;
  align-items: baseline;
}

@media (max-width:767px) {
  .team-carousel .team-card .card-footer {
    justify-content: center;
  }
}

.team-carousel .team-card .card-footer .custom-icon {
  width: 14px;
}

.team-carousel .team-card h3 {
  margin: 0;
  font-size: 1.3em;
  font-family: 700;
}

.team-carousel .team-card p {
  font-size: 1em;
  font-weight: 600;
}

/* Podstranky */
.subpage-hero .elementor-widget-image.elementor-absolute {
  height: 100%;
  object-fit: cover;
}

@media (min-width:1850px) {
  .subpage-hero {
    min-height: 450px;
  }
}

/* CF */
.forminator-custom-form input, .forminator-custom-form textarea {
	padding:25px !important;
	border-radius:10px 0 10px 10px !important;
	font-size:1.2em !important;
}

.forminator-custom-form label {
	font-weight:300 !important;
	font-size: 1.2em !important;
	margin-left: 15px !important;
    margin-bottom: 5px !important;
}

.forminator-custom-form #html-1 {
	text-align:center !important;
}

.forminator-custom-form #html-1 p {
	color:#D7D7D7 !important;
	font-weight:300 !important;
	font-size:1.2em !important;
}

.forminator-custom-form #html-1 p a {
	color:inherit !important;
	text-decoration:underline !important;
}

.forminator-button-submit {
	font-size:1.2em !important;
	font-weight:400 !important;
	padding:10px 40px !important;
	border:1.5px solid #522F66 !important;
	border-radius:30px 0 30px 30px !important;
}

.forminator-button-submit:hover {
	box-shadow:none !important;
}

.forminator-row-last {
	text-align:center !important;
}

.forminator-custom-form .forminator-row:nth-child(7) {
	margin-bottom:0 !important;
}

.forminator-button-submit::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 14px;
	background-image: url('/wp-content/uploads/2025/08/btn-arrow-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: middle;
	transition: all .2s linear;
}

.forminator-button-submit:hover::before {
	filter: brightness(0) invert(1);
}

/* Nas tym */
.team-grid {
	display: grid;
	gap: 40px;
}

.top-grid {
  	grid-template-columns: repeat(2, 1fr);
	margin:auto;
  	margin-bottom: 40px;
	max-width:500px;
}

.bottom-grid {
  	grid-template-columns: repeat(5, 1fr);
}

@media (max-width:1024px) {
	.bottom-grid {
  	grid-template-columns: repeat(2, 1fr);
}
	.top-grid {
		max-width:unset;
	}
}

.team-member {
	display: flex;
	gap:20px;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.member-photo {
	width: 100%;
	border-radius: 26px 0 26px 26px !important;
}

.member-meta {
	text-align:left;
}

.name-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}

.name-wrap .icon {
  width: 14px;
  height: 14px;
}

.team-member h3 {
  margin: 0;
  font-size: 1.2em;
  font-weight: 700;
}

.pozice {
  font-weight: 600;
  margin: 10px 0 10px !important;
}

.bio {
  font-size: 0.95em;
  line-height: 1.3em;
}