/*
Theme Name: Motivar
Text Domain: Motivar
Version: 1.0
Author: Motivar
*/

/*
Web hotelier Widget css 

Desktop

button.prime {
border-radius: 0;
box-shadow: none;
padding: 0 30px !important;
background-color: #C9B59B;
border-color: #C9B59B;
color: white;
height: 50px !important;
width: 100%;
 -ms-transition: all .4s ease;
 -moz-transition: all .4s ease;
 -o-transition: all .4s ease;
 -webkit-transition: all .4s ease;
}
button.prime:hover {
background-color: #565651; 
border:none ;
}
button.prime svg, .avl-form ol li label span { 
display: none !important;
}
.avl-form ol li {
padding-right: 0;
padding-top: 0 !important;
}
.avl-form ol li:nth-child(2) {
display: none;
}

.avl-form ol li:nth-child(1) {
width: 320px;
}
.avl-form ol li:nth-child(3) {
width: 190px;
}
.avl-form ol li label input {
height: 50px;
box-shadow: none;
border: none;
background-color: #F3F3EF;
color: #565651;
padding-left: 20px;
width: 100%;
text-align: left;
}


Mobile 
button.prime {
border-radius: 0;
box-shadow: none;
padding: 0 30px !important;
background-color: #C9B59B;
border-color: #C9B59B;
color: white;
height: 50px !important;
width: 100%;
 -ms-transition: all .4s ease;
 -moz-transition: all .4s ease;
 -o-transition: all .4s ease;
 -webkit-transition: all .4s ease;
}
button.prime:hover {
background-color: #565651; 
}
button.prime svg, .avl-form ol li label span { 
display: none !important;
}
.avl-form ol li {
padding-right: 0;
padding-top: 0 !important;
}
.avl-form ol li:nth-child(2) {
display: none;
}
.avl-form ol li:nth-child(1) {
margin-bottom: 20px;
}
.avl-form ol li:nth-child(1),
.avl-form ol li:nth-child(3) {
width: 100%;
}
.avl-form ol li label {
display: flex;
}
.avl-form ol li label input {
height: 50px;
box-shadow: none;
border: none;
background-color: #F3F3EF;
color: #565651;
padding-left: 20px;
width: 100%;
text-align: left;
display: flex;
flex-grow: 1;
border-radius: 0;
}
body {
overflow: visible;
}
*/
