/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

.styledf .field-item_name {
  display: flex;
  margin-left: 20px;
}
.styledf .field-item_name svg {
  width: 24px;
}
.styledf .field-item_name_box {
  padding-left: 40px;
}
.styledf .field-item_name .render input {
color:var(--main-color, #5191FA);font-size:14px;
}
.styledf .field-item_name .render input::placeholder {
    color: var(--main-color, #5191FA);
}
.style2 .field-item_name{padding-left:30px !important;}
.style2 .field-item_name_box {padding-left: 30px;}
.style2 .field-item_name .render input {
  font-size: 14px;
}
.sidebar-search-form .field-item_name{padding:20px !important;}
.sidebar-search-form .field-item_name  .field-item_name_box {
  padding-left: 35px;
}
@media (max-width:767px){
	.styledf .field-item_name {margin-left: 0;}
	.style2 .field-item_name{padding-left:15px !important;}
	.style2 .field-item_name_box {padding-left: 42px;}
	.search-form-mobile .form-group .field-item_name .form-control{padding-left: 55px;}
	.st-contact-info .info-content .sub {position: unset;}
}