/*
Theme Name: q-kampus
Author: Udesly User
Version: 1.0.0
Text Domain: q-kampus
*/

/* Blairs Override */
div#wpcf7-f22-p10-o2 .news-form,
div#wpcf7-f22-o1 .news-form {
  display: flex;
  align-items: center;
}

div#wpcf7-f22-p10-o2 form p,
div#wpcf7-f22-o1 form p {
  margin: 0;
  width: 100%;
}

span.wpcf7-spinner {
  position: absolute;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #ffb900;
  text-align: center;
}

.w-form br {
  display: none;
}

.w-form p {
  margin: 0;
  width: 100%;
}

.news-form {
  display: flex;
}

.news-form input:not(.rt-submit-button-home) {
  color: #ccc;
}

p.par-content.form-content {
  margin-bottom: 30px;
}

.w-form label {
  font-size: 14px;
}

.flow-box a {
  text-decoration: none;
  color: #000;
}

.tenants-box.mobile-tenant-box {
  min-height: 359px;
}

.w48 {
  width: 48%;
}

.dropdown-link:last-child {
  border-bottom: 0;
}

.rt-autofit-4.rt-responsive-full-width-2 {
  width: 100%;
  height: 250px;
}

.rt-overflow-off-2 {
    padding: 10px;
    box-shadow: 0 1px 11px #00000029;
    height: auto;
    border-radius: 0;
}

.rt-overflow-off-2 img {
  transform: unset !important;
  border-radius: 0 !important;
}
.tenants-info {
    margin-bottom: 0 !important;
}

.tenants-info .icon {
    background: #ae262e;
    border-radius: 50%;
    padding: 2px;
}

.tenants-info .icon svg, .tenants-info .icon svg path {
    fill: #fff;
}

.discover {
  margin-top: auto;
}
.d-none{
    display: none;
}

#gt_float_wrapper{
	top:100px !important;
	right:60px !important; 
}
@media screen and (max-width: 767px) {

	#gt_float_wrapper{
		top:70px  !important;
		right:25px  !important; 
	}
}
}