/*
Theme Name:     Lambda Child Theme
Description:    Child theme for the Lambda WP Theme
Author:         Oxygenna
Author URI:     http://themeforest.net/user/oxygenna
Template:       lambda
Version:        1.0
*/

.control-group .cicolors {
    background: #f89e24 !important;
}

.btnfix {
    width: 100%;
}

.btncent {
    text-align:center;
}

.apartmentMenu {
    height: 75px;
    padding: 0px;
}

.apartmentMenu ul {
    height: 75px;
    padding-left: 0px;
}

.apartmentMenu li {
    border-left: 1px solid #635E52;
    width: calc(100% / 6);
    float:left;
    list-style: none;
    text-align: center;
}

.apartmentMenu li:last-child {
    border-right: 1px solid gray;
}

.apartmentMenu li:hover {
    background-color:#e88500;
}

.apartmentMenu li a {
    color: white;
    display: block;
    line-height: 75px;
}

@media screen and (max-width: 768px) {
	.apartmentMenu li {
		text-align: left;
		width:100%;
	}
	
	.apartmentMenu li a {
		padding-left: 10px;
		line-height: 40px;
	}
}



.apartmentSideMenu {
    margin-top: -53px;
    padding: 0px;
    list-style: none;
    min-height: 500px;
    background-color: #49453b;
}

.apartmentSideMenu li {
    padding-left: 15px;
    height: 50px;
    border-bottom: 1px solid #635E52;
}

.apartmentSideMenu li:hover {
    background-color:#e88500;
}

.apartmentSideMenu li:first-child {
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
    color: white;
}

@media screen and (max-width: 1200px) {
    .apartmentSideMenu li:first-child {
        font-size: 12px;
    }
    .apartmentSideMenu li {
        font-size: 11px;
    }

}

.apartmentSideMenu li:first-child:hover {
    background-color:transparent;
}


.apartmentSideMenu li a {
    display: block;
    color: white;
    line-height: 50px;
}

.apartmentResult {
    margin-bottom: 50px;
    height: 75px;
    border-bottom: 1px solid #CACACA;
}

.apartmentResult .row {
    padding-left: 15px;
    padding-right: 15px;
}

.apartmentResult span {
    float:right;
}

.apartmentItem {
    border-bottom: 1px solid #CACACA;
}

.tips {
    margin-top: 20px;
}

.tips ul {
    list-style: none;
    padding: 0px;
}

.tips ul li {
    color: white;
    background-color: #49453b;
    /*margin-bottom: 5px;*/
    height: 30px;
    line-height: 30px;
}

.tips ul li a {
    color:white;
    padding-left: 10px;
    display: block;
}

.tips ul li.title {
    padding-left: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.tips ul li.sub {
    background-color: #75746F;
}

#polylang-2 ul {
    list-style: none;
}

#polylang-2 ul li {
    float: right;
    padding-left: 10px;
    font-size: 12px;
}

h1.text-light, h2.text-light, h3.text-light, h4.text-light, h5.text-light, h6.text-light, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
    color: #fff !important;
}

h1 {
    font-size: 32px!important;
}

#footer a:hover {
    text-decoration: underline;
}

#smwrap select, #smwrap input[type="file"] { 
line-height: 11px!important; 
} 
