/*
Theme Name: OnTour
Theme URI: http://underscores.me/
Author: rmmfs.web@gmail.com (based on Underscores.me)
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

oemready is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/* Rewrite styles: keeps changes when plugins are updated /*_*/
/*------------------------------------------------------------------------*/








/* contact form 7
------------------------------------*/

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 select,
.wpcf7 textarea {
   
}

.wpcf7 p {
    font-size:14px; }

.wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
	z-index: -100;
	}

.wpcf7-not-valid-tip {
    color: #c32935 !important;
    font-size: 12px !important;}


.wpcf7-mail-sent-ok {
    border: none !important;
    color: #c32935 !important;
    font-size: 16px !important;
    font-weight: bold !important;
	}

.wpcf7-response-output,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing{
    margin: 0;
    padding: 0;
	position: relative;
    
	font-size: 16px !important;
	color: #008424 !important;
    border: none !important;
    font-weight: bold !important;
    
    top: 20px;
    float: right;
    right: 100px;
    
	}


@media screen and (max-width: 575px) {
    
    .wpcf7-response-output, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
        
        
    }
    
}




.wpcf7-textarea {
	width: 100%;
	height: 200px; }

.wpcf7-file {
	font-size: 13px !important;
	color:#767676 !important;
	}

.wpcf7-not-valid-tip {
    color: #ff0000 !important;
}

span.wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
padding-bottom: 5px !important;}

span.wpcf7-list-item:first-child {
     padding-top: 10px !important;}

.checkbox {
    display: block !important;
    margin-left: 0 !important;
    color: #ccc !important;
}

.wpcf7-list-item-label {
     color: #434343 !important;
}










/* */
span.wpcf7-not-valid-tip {
    margin-bottom: 15px;
}
















body {
  display: flex;
  flex-direction: column;
  position: relative;
}



.flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/*.input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80vw;
  height: 100px;
  max-width: 1000px;
  position: relative;
  z-index: 0;
}*/




.input-flex-container-1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 55vw;
  height: 100px;
  max-width: 1000px;
  position: relative;
  z-index: 0;
}

.input-flex-container-2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 43vw;
  height: 100px;
  max-width: 1000px;
  position: relative;
  z-index: 0;
}

.input-flex-container-3 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 40vw;
  height: 100px;
  max-width: 1000px;
  position: relative;
  z-index: 0;
}


.input-flex-container-3 .input::before, .input::after {
    
}




.input {
  width: 25px;
  height: 25px;
  background-color: #466EAB;
  position: relative;
  border-radius: 50%;
}


#user_login,
#user_pass {border-radius: 0% !important;margin-top:5px;}


#user_login.active,
#user_pass.active {background-color: #f1f1f1 !important;}

.login-remember {display: none !important;}

.input:hover {
  cursor: pointer;
}
.input::before, .input::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #466EAB;
  width: 4vw;
  height: 5px;
  /*max-width: 50px;*/
}
.input::before {
  left: calc(-4vw + 12.5px);
}
.input::after {
  right: calc(-4vw + 12.5px);
}



/*
.input.active {
  background-color: #466EAB;
}
.input.active::before {
  background-color: #466EAB;
}
.input.active::after {
  background-color: #AEB6BF;
}
.input.active span {
  font-weight: 300;
}
.input.active span::before {
  font-size: 13px;
}
.input.active span::after {
  font-size: 15px;
}
.input.active ~ .input, .input.active ~ .input::before, .input.active ~ .input::after {
  background-color: #AEB6BF;
}
*/
/* 2018*/
.input.active {
  background-color: #466EAB;
}
.input.active::before {
  background-color: #466EAB;
}
.input.active::after {
  background-color: #466EAB;
}
.input.active span {
  font-weight: 700;
}
.input.active span::before {
  font-size: 14px;
}
.input.active span::after {
  font-size: 14px;
}
.input.active ~ .input, .input.active ~ .input::before, .input.active ~ .input::after {
  background-color: #466EAB;
}


/* 2019*/
.input.active2 {
  background-color: #466EAB;
}
.input.active2::before {
  background-color: #466EAB;
}
.input.active2::after {
  background-color: #AEB6BF;
}
.input.active2 span {
  font-weight: 700;
}
.input.active2 span::before {
  font-size: 14px;
}
.input.active2 span::after {
  font-size: 14px;
}
.input.active2 ~ .input, .input.active2 ~ .input::before, .input.active2 ~ .input::after {
  background-color: #AEB6BF;
}



.unactive,
.unactive::before,
.unactive::after,
.unactive ~ .input, .unactive ~ .input::before, .unactive ~ .input::after {
cursor: auto !important;
background-color: #AEB6BF;
}



.input.active.unactive{
  background-color: #AEB6BF;
}

.input.active.unactive::before{
  background-color: #AEB6BF;
}

.input.active.unactive::after{
  background-color: #AEB6BF;
}








.uncursor {cursor: auto !important;}

.input span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.input span::before, .input span::after {
  visibility: visible;
  position: absolute;
  left: 50%;
}
.input span::after {
  content: attr(data-year);
  top: 25px;
  transform: translateX(-50%);
  font-size: 12px;
    
    text-align: center;
}
.input span::before {
  content: attr(data-info);
  top: -65px;
  width: 70px;
    
    
    top: -95px;
    width: 150px;
  transform: translateX(-5px) rotateZ(-45deg);
  font-size: 12px;
  text-indent: -10px;
}

.description-flex-container {
  width: 80vw;
  font-weight: 400;
  font-size: 22px;
  margin-top: 100px;
  max-width: 1000px;
    
    /*
    padding: 50px 0;
    margin-top: 50px;
    margin-bottom: 50px;
  
    background-color: #fafafa;*/
    
}
.description-flex-container p {
  margin-top: 0;
  display: none;
}
.description-flex-container p.active {
  display: block;
}

@media (min-width: 1250px) {
  .input::before {
    left: -37.5px;
  }

  .input::after {
    right: -37.5px;
  }
}
@media (max-width: 850px) {
  .input {
    width: 17px;
    height: 17px;
  }
  .input::before, .input::after {
    height: 3px;
  }
  .input::before {
    left: calc(-4vw + 8.5px);
  }
  .input::after {
    right: calc(-4vw + 8.5px);
  }
}
@media (max-width: 600px) {
  .flex-parent {
    justify-content: initial;
  }

  .input-flex-container-1,
    .input-flex-container-2,
    .input-flex-container-3 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 15vh;
  }
    
    
    

  .input {
    width: 60px;
    height: 60px;
    margin: 0 10px 50px;
    background-color: #AEB6BF;
  }
  .input::before, .input::after {
    content: none;
  }
  .input span {
    width: 100%;
    height: 100%;
    display: block;
  }
  .input span::before {
    top: calc(100% + 5px);
    transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }
  .input span::after {
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ECF0F1;
  }

  .description-flex-container {
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  body {
    min-height: 950px;
  }
}


















/* clean login */
.cleanlogin-container {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.cleanlogin-field, .cleanlogin-form input[type="submit"] {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}


.cleanlogin-preview .avatar {display: none !important; }






.embed_download {margin-top:10px;float:right;}
.embed_download a {color:#466EAB !important;}