/*--------------------------------------------------------------

    Template:  Sheltek Real Estate HTML5 Template
    Author: http://devitems.com/
    Version: 1
    Design and Developed by: http://devitems.com/

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.subscribe input[type="text"]:focus
{
	color:#FFF !important;	
}

.subscribe input::placeholder {
 	color:#FFF !important;
}

.menu-icon
{
	font-size: 20px;
}

/* Cor do texto exibido no botão do select (quando fechado) */
.bootstrap-select.paginacao .btn.dropdown-toggle .filter-option {
    color: #c1c1c1 !important;
    background-color: #fff !important;
	width:40px;
}

/* Placeholder (quando nenhum valor foi selecionado ainda) */
.bootstrap-select.paginacao .btn.dropdown-toggle.bs-placeholder .filter-option {
    color: #c1c1c1 !important;
    opacity: 1 !important;
    background-color: #fff !important;
}

/* Cor do texto nas opções da lista dropdown */
.bootstrap-select.paginacao .dropdown-menu.inner > li > a span.text {
    color: #c1c1c1 !important;
}

/* Estilo opcional: botão do selectpicker (cor de fundo, borda etc.) */
.bootstrap-select.paginacao .btn.dropdown-toggle {
    background-color: #fff !important;
    color: #c1c1c1 !important;
    border-color: #ccc !important;
}