

@media screen and (max-width: 1200px) {
    header.dark .q_logo img.dark{
	height: auto !important;
        width: 300px !important;
    }
.q_logo img{
    top: -40% !important;
}
}
@media screen and (max-width: 1000px) {
.q_logo {
    top: 42%;
}
}
@media screen and (max-width: 480px) {
.q_logo img{
    top: -46% !important;
}
}

.gif-full-length .vc_single_image-wrapper.vc_box_border_grey{
display:inline;
}

.gif-full-length .vc_single_image-wrapper.vc_box_border_grey img{
width:100%;
}

body .wpcf7 form .wpcf7-response-output{
border-color: #79298c !important;
background-color: #79298c;
height: 43px;
line-height: 43px;
text-align: center;
padding: 0;
border-radius: 5px;
margin: 0;
}

.z-index-9999 {
	z-index:9999 !important;
}

.ss360 input[type=search]  {
height: 44px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #E1E1E1;
  padding: 0 10px;
width:300px;
}

.ss360 button[type=submit] {
align-items: center;
  border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-right-radius: var(--ss360-border-radius-xl);
  border-top-right-radius: var(--ss360-border-radius-xl);
  box-sizing: border-box;
  cursor: pointer;
  font-size: var(--ss360-fs-md);
  height: 44px;
  justify-content: center;
  margin-top: 0;
  padding: 0 var(--ss360-spacing-sm);
  transition: background-color .3s ease-in-out,border-color .3s ease-in-out;
  width: 46px;
  background-color: #79298c;
  border: 1px solid #79298c;
  border-left-width: 0;
margin-left: -4px;
  position: relative;
  top: 3px;
  transition:0.5s;
opacity:1;
}

.ss360 button[type=submit]:hover {
transition:0.5s;
opacity:0.8;
}