/* Enter Your Custom CSS Here */
ul.sub-menu {
    background: #f5f3dc !important;
}
/* .simple-image:hover { */
/* zoom:120%  !important; */
/* } */

.simple-image {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
.simple-image:hover {
 transform : scale(1.15);
 -moz-transform : scale(1.15);
 -webkit-transform : scale(1.15);
 -o-transform : scale(1.15);
 -ms-transform : scale(1.15);
}

.full_width #layout{
	margin-top:-32px !important;
}
.main-nav :hover{
  zoom:105% !important;
}
 
 .main-nav {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.main-nav * {
  box-sizing: border-box;
}
.main-nav li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1.5em;
  padding: 0;
}
.main-nav a {
  padding: 0.5em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}
.main-nav a:before,
.main-nav a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.main-nav a:before {
  top: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #c0392b;
}
.main-nav a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.main-nav a:hover:before,
.main-nav #menu-item-3021 a:before {
  opacity: 0;
  width: 100%;
}
.main-nav a:hover:after,
.main-nav #menu-item-3021 a:after {
  max-width: 100%;
}

.image-zoom {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
.image-zoom:hover {
 transform : scale(1.15);
 -moz-transform : scale(1.15);
 -webkit-transform : scale(1.15);
 -o-transform : scale(1.15);
 -ms-transform : scale(1.15);
}