/*
        Theme Name: Urbanigloo
        Theme URI: http://dream-theme.com/
        Author URI: http://dream-theme.com/
        Description: Child theme for Urban igloo
        Version: 4.1.3
        License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
        License URI: License.txt
        Tags: one-column, two-columns, right-sidebar, flexible-width, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready
        Template: the7
*/

.blog-hero {
    height: 460px;
}
#single-aprtmnt {
    height: 240px;
}
#contact-form label {
  font-weight: 400 !important;
}

.crm .i-am-options {
    margin: 4px 0;
    display: table;
}
.crm .i-am-options .option {
    width: 100px;
    height: 44px;
    line-height: 44px;
    float: left;
    margin-right: 8px;
    padding-left: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #dcdcdc;
}
.crm .i-am-options .option.no-margin {
    margin-right: 0;
}
.crm .i-am-options .option input[type=radio]{
    margin-right: 5px;
}
.crm .i-am-options .option label {
    float: right;
    cursor: pointer;
    width: 70px;
    font-weight: 400;
    font-size: 0.875rem !important;
}
.crm .optional_info h4 {
    color: #4a4a4a;
    font-weight: 400;
    font-size: 1.25rem;
}
.crm .optional_info p {
  font-size: 14px;
  margin-bottom: 14px;
  font-weight: 400;
}
.crm .field-padding {
    padding-left: 10px !important;
}


/* custom dropdown list */
.dropdown-container {
    position:relative;
    cursor: pointer;
    min-height: 34px;
    height: auto !important;
    padding: 4px !important;
    padding-bottom: 0 !important;
}
.dropdown-container .fa-sort {
    float: right;
    margin-top: 3px;
}
.dropdown-container .select-default {
    width: 100%;
    cursor: pointer;
    display: block;
    height: 34px;
    line-height: 34px;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 4px;
}
.dropdown-container .selected-options {
  min-height: 34px;
  width: 100%;
  font-size: 0.725rem;
}
.dropdown-container .selected-options span {
  border: solid 1px #d8d8d8;
  margin-left: 2px;
  border-radius: 5px;
  background-color: aliceblue;
  font-weight: 500;
  font-size: 0.675rem;
  margin-bottom: 4px;
  display: inline-block;
  padding: 6px 10px;
}
.dropdown-container .dropdown-list ul {
    background-color: #fcfeff;
    border:0;
    display:none;
    left:0px;
    padding: 2px 15px 2px 5px;
    position:absolute;
    min-width: 264px;
    width:100%;
    list-style:none;
    max-height: 164px;
    overflow: auto;
    z-index: 2;
    border: solid 1px #dddddd;
    -webkit-box-shadow: 0px 0px 10px 1px #d8d8d8;
    -moz-box-shadow: 0px 0px 10px 1px #d8d8d8;
    box-shadow: 0px 0px 10px 1px #d8d8d8;
}
.dropdown-container .dropdown-list ul li {
    cursor:pointer;
    padding: 4px 3px 4px 0;
    clear: both;
}
.dropdown-container .dropdown-list ul li.sa {
    font-size: 0.8rem;
    padding: 2px 0;
}
.dropdown-container .dropdown-list ul li.sn {
    font-size: 0.8rem;
    padding: 0;
}
.dropdown-container .dropdown-list ul li input[type=checkbox] {
    float: left;
    margin-right: 14px;
    margin-bottom: 0;
}
.dropdown-container .dropdown-list ul li label {
    display: block;
    float: left;
    width: 88%;
    font-weight: 300 !important;
    margin-bottom: 0 !important;
    cursor: pointer;
}

