/*
CTC Separate Stylesheet
Updated: 2025-04-10 13:57:14
Theme Name: ACK-Selected
Theme URI: http://flatsome.uxthemes.com
Template: flatsome
Author: UX-Themes
Author URI: https://uxthemes.com
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.19.11.1744286234
*/

/*
CTC Separate Stylesheet
Updated: 2025-04-10 13:57:17
*/

h1.racing {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
		letter-spacing:5px;
	font-size:50px;
}
h1.cursive {
    font-family: 'Lemon Tuesday', cursive;
    font-weight: 400;
    font-style: normal;
		font-size:80px;
	color:white;

}


h2.cursive {
    font-family: 'Lemon Tuesday', cursive;
    font-weight: 400;
    font-style: normal;
		font-size:40px;
	color:white;

}
h2.racing {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
		letter-spacing:5px;
	font-size:40px;
}
h3.racing {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
		letter-spacing:normal;
	font-size:25px;
}
.racing .number {
  color: #b3b3b3; /* Light grey */
  font-weight: bold;
  margin-right: 6px;
  font-style: normal;
letter-spacing:normal;
	font-family: 'Lato', sans-serif;


}
span.person-title.is-small.thin-font.op-7{
	  font-family: "Racing Sans One", sans-serif;
	color:#0082d6;
	font-size:120%;
}
span.person-name {
    text-transform: none;
}

.racing .light-part {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white; /* or #b3b3b3 */
}

.slider_gumb {
    background: #0082d6;
	margin-top:-15px!important;
}
.slider_gumb_white {
    background: white;
	color:#0082d6;
}
.social-button, .social-icons .button.icon:hover, .social-icons .button.icon:not(.is-outline) {
    background-color: #0082d6!important;
    border-color: #0082d6 !important;
}
.kontakt_gumb {
    background: white;
	color:#0082d6;
	TEXT-TRANSFORM:NONE;
}
.ponudba-box .icon-box-img {
  display: flex;
  align-items: flex-end;
	padding-right:10px;
}
.col.garancija.medium-6.small-12.large-6 {
    margin-bottom: 0;
    padding: 0;
}


/* Inputs and Textarea */
.cf7-blue-box input[type="email"],
.cf7-blue-box textarea {
  background-color: #0082D6;
  color: black;
	text-align:center;
  border: none;
  padding: 14px;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 12px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}

.cf7-blue-box input::placeholder,
.cf7-blue-box textarea::placeholder {
  color: black;
  opacity: 0.9;
}

/* Checkbox label */
.cf7-checkbox {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.5;
  color: black;
  margin-bottom: 16px;
}

/* Adjust default CF7 checkbox */
.cf7-checkbox input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.2);
}

.cf7-blue-box input[type="submit"] {
  background-color: #0082D6;
  color: black;
  font-weight: bold;
  font-family: "Racing Sans One", sans-serif;
  font-size: 16px;
  border: none;
  padding: 0 30px;
  border-radius: 999px;
	text-transform:none;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s ease;
  display: block;
  margin: 0 auto;
}

.cf7-blue-box input[type="submit"]:hover {
  background-color: #006bb1;
}
.copyright-footer {
    width: 500px;
}
	.icon-box.featured-box.icon-box-left.text-left {
    gap: 20px;
}

@media only screen and (max-width: 750px) {
  h3.racing {
    font-size: 22px;
  }
	.floating-contact .icon-link img {
    width: 50px;
    height: 50px;
  }

  .floating-contact {
    gap: 20px;
    padding: 15px;
  }

}


@media only screen and (min-width: 750px) {
.col.garancija.medium-6.small-12.large-6 {
    margin-bottom: 0;
    padding: 0;
}
}

.floating-contact {
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
  align-items: flex-start;
  padding: 10px;
}

.floating-contact .icon-link img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.floating-contact .icon-link:hover img {
  transform: scale(1.1);
}

.floating-contact {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
  align-items: center;
  z-index: 9999;
}

.floating-contact .icon-link img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.floating-contact .icon-link:hover img {
  transform: scale(1.1);
}

@media only screen and (max-width: 750px) {
  .floating-contact {
    bottom: 15px;
    right: 15px;
  }

  .floating-contact .icon-link img {
    width: 50px;
    height: 50px;
  }
}





