/* Custom CSS overrides */


  #simple-weather img {
  
  background-color: transparent;
  }


.views-exposed-form .form-item, .views-exposed-form .form-submit   {

float: left;
padding: 5px;
margin: 2px;
background: #eee;
 }


 #sf-accordion-toggle {

       font-size: 24px;
       font-weight: bold;
}
  


.masonry-item {
    background: #88d4eb;
    border-radius: 5px;
    box-shadow: 0 1px 6px -1px #242424;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    width: 220px;
    margin: 10px;
 }
 


 .masonry-item:nth-child(2n) {
    background: rgb(205,235,142);
 }
 .masonry-item:nth-child(3n) {
    background: rgb(255,175,75);
 }

.views-field-field-business-image {

    margin-left: 25%;


 }





.field-name-field-properties-adlabel {

    font-weight: bold;
    color: #174a8d;
    font-size: 22px;

}


#main-navigation-inside ul.menu ul li a:hover {

   background: #1a94ba;

}



.field-name-field-properties-priceinfo {

  font-weight: bold;

}

.galleria-theme-classic {

 background: none;
}


h1.page-title  {

   color: #0b2e5d;
}

#subfooter {

 background: #1a94ba;

}

.field-item img {

  float: none;
}


.fieldset-title {

 font-size: 14px;
}

html.js fieldset.collapsed {
  height: 2em;
}




.form-managed-file .form-file, .form-managed-file .form-submit {

   margin-top: 5px;
}

   