/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Mark
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

.image-overlay {
 visibility: hidden;
 }

/*change body font size here*/

body {
  font-size: 18px;
}

/*multi-post blog change here to increase font size and align text left - on blog/home page

#top
.template-blog .post .entry-content-wrapper{
font-size: 18px;
line-height: 2em;
overflow:hidden;
} */

#top .fullsize .template-blog .post .entry-content-wrapper{
text-align: justify;
font-size: 18px;
line-height: 25px;
max-width: 800px;
margin: 0 auto;
overflow: visible;
}

/*MY CUSTOM CLASSES DESIGN*/


/*
ZIPLIST setting changes...
*/

#zlrecipe-container #zlrecipe-innerdiv .img-desc-wrap {
 background-color: transparent;
}

#zlrecipe-container #zlrecipe-title {
 font-size: 24px;
 color: #A81010;
}

/* jig setting for icon alignment-COMMENTED OFF FOR NOW */

/* .msf-center-jig {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
} */

/* Jig setting that works:*/

.msf-center-jig {
  max-width: 1200px;
  margin: 20px auto;
  padding: 25px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*spacing for main page headers

.msf-pad-top {
    padding-top: 45px;
}*/

/*adds a text shadow to selected headers*/
.msf-text-shadow {
 text-shadow: 2px 2px #555555;
}

/*excerpt-only font bump-up on multi-entry page*/

.flex_column .template-blog .post .entry-content-wrapper {
font-size: 16px;
}

/*spacing BETWEEN posts on multi post page - from 20px to 25px each*/

.flex_column .template-blog .post_delimiter {
margin: 0 0 25px 0;
padding: 25px 0 0 0;
}

/*masonry grid global hover change test - adjust color*/

.av-masonry-entry.isotope-item:hover .av-masonry-entry-title {
color: red !important;
}

/*fix to hover inside border on frontpage only. Works, repeat for all buttons*/

#top .msf-bad-border .avia-button-fullwidth:hover .avia_button_background{
opacity: .0;
}

/*header WIDGET CSS
#header .widget {
  padding-top: 40px;
}*/

.woocommerce-noreviews {
display: none;
}

/*test of special heading for mockup front page-also in quick css*/
.msf-special-heading-bkgd {
padding: 10px !important;
background-color: red !important;
}