/*
 Theme Name:   Anandmarga
 Description:  Enfold Child Theme
 Author:       codeeater
 Template:     enfold
*/

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}
.featurebottomwide {
    position: absolute;
    display: none;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 13px 0;
    overflow: hidden;
    background-image: url('https://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/yogaindailylife/site_transparent_strip.png');
}
body .column-top-margin {
    margin-top: 25px;
}
@media only screen and (min-width: 1030px) {
  .featurebottomwide {
      display: block;
  }

}