/*
Theme Name: Colotune
*/ 

/* ----------------------------------

Name: style.css
Version: 1.0

-------------------------------------
*/


body {
    margin: 0px;
}
* {
  box-sizing: border-box;
}
.wpcf7-not-valid-tip{
	font-size: 1vw;
}
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;  
  background: #fff;
  transition: all 0.6s;
  opacity: 1;
}
.preloader-remove {
  opacity: 0;
  z-index: -10;
}
.team-title{
  width: -webkit-fill-available;
  color:#fff
}
.em {
	margin-top: 0;
}
.team-description{
  font-weight: 500;
  color:#fff;
  margin-left: 6.45vw;
}
.contactbody {
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url(http://colotune.fastdevelopment.de/wp-content/themes/colotune/img/contact_bg.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	height: -webkit-fill-available;
}
.fwhite{
  color:#fff
}
.grid_pad{
  padding: 0 125px;
}
.form_title {
  font-size: 1.56vw;
  color:#fff;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 1.8px;	
}
.contact-right {
  padding: 1.82vw 2.6vw;
  padding-left: 3.54vw;	
}
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4.06vw 0 0px;
  margin-bottom: 1.5vh;	

}
form input {
  width: 100%;
  height: 2.76vw;
  margin: 3.02vw 0 1.19vw;
  font-size: 1.04vw;
  background: rgba(217, 217, 217, 0.2);
  border: none;
  color:#fff;
  padding-left: 0.93vw;	
  padding-right: 0.93vw;	
  font-family: PF DinDisplay Pro;
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;	
}

form textarea {
  width: 100%;
  height: 8.33vw;
  font-size: 1.04vw;
  background: rgba(217, 217, 217, 0.2);
  border: none;
  color: white;
  padding-left: 0.93vw;	
  padding-right: 0.93vw;	
  font-family: PF DinDisplay Pro;
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;	
}	

.submit {
  display: block;
  margin-top: 40px;
  cursor: pointer;
  background: #FFD700;
  width: 10.93vw;
  border-radius: 0.31vw;	
  margin-top: 3.1vw;	
}
input:-internal-autofill-selected{
  background-color: rgba(217, 217, 217, 0.2);
}

/*👉.grid-item-title {
  opacity: 0;
  position: absolute;
  top: 46px;
  right: 20px;
  left: 20px;
  bottom: 20px;
  font-size: 26px;
  height: fit-content;
  background: rgba(0, 0, 0, 0.4);
  width: fit-content;
  font-family: AvenirNextCyr-Regular;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white;
}👈*/
.grid .crop  img {
  width: -webkit-fill-available;
  height: 100%; 
  object-fit: cover;		
}
.services-item-img {
  width: calc((100% - 105px) / 127 * 59);
}
.mobile-menu-item a {
  color: #fff;
}

.cookies-infobar {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  z-index: 1000;
  font-family: AvenirNextCyr-Light;
  font-size: 16px;
}

/* .cookies-infobar.cookies-infobar_accepted {
  display: none;
} */

.cookies-infobar_wrapper {
  margin: 10px;
}

.cookies-infobar a {
  color: inherit;
}

.cookies-infobar_btn {
  display: inline-block;                      /*display: inline-block;*/
  font-family: AvenirNextCyr-Light;
  padding: 5px 10px;
  background: #ffd700;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  font-size: 1.1em;
}
.reel_close{
  fill: rgb(255 215 0);
}
.mobile-menu-item {
	color:white;
}
.svg_logo {
  width: 12.5vw;
  height: 100%;
}
.preloader_img{
	width: 25vh;
}
/* video::-webkit-media-controls {
  display:none !important;
} */
.project-title {
	font-family: PF DinDisplay med;
    font-weight: lighter;
	font-size: 2.6vw;
}
.project-description{
	font-family: PF DinDisplay light;
	font-size: 1.56vw;
	font-weight: 300;
}
.team_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  opacity: 0.4;	
}
.team-description{
	width: 39.58vw;
	font-size: 1.3vw;
	line-height: 1.2;
}
.grid_pad .grid-row {
	margin-bottom: 41px;
}