/*!
	Theme Name: BWA Rosemary
	Description: Rosemary Child theme
	Author: Mark Bain Design
	Author URI: http://markbaindesign.com/
	Version: 1.1.0
	Template: rosemary
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: _mbbasetheme
	Domain Path: /languages/
*/
.menu li {
  display: inline-block;
  margin-right: 28px;
  position: relative;
}
.menu li a {
  color: #262626;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 51px;
  display: block;
}
.menu li a:hover {
  color: #c6a57f;
}

body {
  font-size: 15px;
}

.feat-item {
  height: 500px;
  padding: 13.2% 32.5%;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .feat-item {
    height: 310px;
    padding: 14.2% 20.5%;
  }
}
@media only screen and (max-width: 767px) {
  .feat-item {
    height: 220px;
    padding: 19.2% 22.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .feat-item {
    height: 354px;
    padding: 12.2% 25.5%;
  }
}
@media only screen and (min-width: 942px) and (max-width: 1170px) {
  .feat-item {
    height: 474px;
    padding: 15.2% 28.5%;
  }
}
@media only screen and (min-width: 1170px) {
  .feat-item {
    height: 500px;
    padding: 106px 338px;
  }
}
.feat-item .feat-overlay {
  background: rgba(255, 255, 255, 0.8);
}

#logo {
  padding: 2.5rem 0;
}

#esf_advanced,
.esf_search_options {
  display: none !important;
}

#footer-menu {
  background-color: #FCEFF9;
  margin-bottom: 1em;
}

#instagram-footer p.clear {
  margin: 5px 0 7px;
  border-bottom: none;
}

.comment-notes-after {
  font-style: italic;
  margin-bottom: 1em;
}

#main .list-item {
  display: table;
}
#main .list-item .post-entry {
  display: none;
}
#main .list-item .list-content {
  display: table-cell;
  vertical-align: middle;
}
#main .list-item .post-img {
  display: table-cell;
  vertical-align: middle;
}

/*# sourceMappingURL=style.css.map */