/*
Theme Name: Motela Child
Template: motela
Description: Temă child pentru Motela - Permite personalizări fără a modifica tema părinte
Author: Your Name
Author URI: https://yourwebsite.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: motela-child
*/

/*
========================================
Stiluri personalizate pentru tema child
========================================
Adaugă aici stilurile tale personalizate.
Acestea vor suprascrie stilurile temei părinte.
*/

.single.single-mphb_room_type > div.elementor {
    max-width: 1080px;
    margin: 0 auto;
	padding: 100px 20px;
}

.mphb_sc_search-wrapper.nd_searchform_horizontal.nd_searchform_white select option:checked {
  background: linear-gradient(#333, #333) !important;
  background-color: #333 !important;
  color: #fff !important;
}
.mphb_sc_search-wrapper.nd_searchform_horizontal.nd_searchform_white select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #3330 !important;
  color: #fff !important;
  border: 1px solid #555;
}

.mphb_sc_search-wrapper.nd_searchform_horizontal.nd_searchform_white select option {
  background: #333 !important;
  color: #fff !important;
  padding: 5px;
}

.mphb_sc_search-wrapper.nd_searchform_horizontal.nd_searchform_white select option:hover {
  background: #555 !important;
  color: #fff !important;
}

.mphb_sc_search-wrapper.nd_searchform_horizontal.nd_searchform_white select option:checked {
  background: #333 !important;
  color: #fff !important;
}