/*
 Theme Name:   Tourm Child  
 Theme URI:    https://themeholy.com/wordpress/tourm
 Description:  This is a child theme for Tourm - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     tourm
 Version:      2.1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  tourm-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 

/*CSS TERMS*/
.trip-terms-wrapper {
  margin-top: 20px;
}

.trip-checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}

.trip-checkbox-label input[type="checkbox"] {
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  margin: 0;
}

.trip-checkbox-label .custom-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #007cba;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.trip-checkbox-label input[type="checkbox"]:checked + .custom-checkbox::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #007cba;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 3;
}

.trip-checkbox-label .terms-text a {
  color: #007cba;
  text-decoration: underline;
}

.trip-checkbox-label .terms-text a:hover {
  color: #004f7a;
}

/* */
/* Zresetuj wszystkie dziwne style */
input[type="checkbox"].accept-terms {
  all: unset;
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block !important;
  visibility: visible !important;
  position: static !important;
  margin-top: 0px !important;
}

/* Styl tekstu obok */
.trip-terms-label span {
  font-size: 16px;
  color: #222;
}

/* Styl linku */
.trip-terms-label a {
  color: #007cba;
  text-decoration: underline;
}

/* Usuń pseudo-element ptaszka z inputu */
input.accept-terms::before {
  content: none !important;
  display: none !important;
}
/* Usuń pseudo-element ptaszka z inputu */
input.accept-terms::after {
  content: none !important;
  display: none !important;
}
/*kolejny*/
span.wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wpcf7-acceptance input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #007cba;
}

.wpcf7 input[type="date"]:before {
	content: attr(placeholder);
}

/*captcha*/
.grecaptcha-badge {
    bottom: 180px !important;
    z-index: 2 !important;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}