/*
   Theme Name: custom-theme
   Theme URI: http://themeisle.com/themes/parallax-one/ 
   Description: This is a custom child theme I have created.
   Author: Workpoint
   URI: https://www.themeisle.com/themes/parallax-one/
   Template:Parallax-One
   Version: 1.0.0
   Text Domain: parallax-one
   Tags:black, blue, gray, white, light, responsive-layout, one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, front-page-post-form, full-width-template, rtl-language-support, threaded-comments, translation-ready, accessibility-ready
  
   */
   
    @import url(../Parallax-One/style.css);

/*
  remove or hide the 'edit form' link from below the submit button   
*/
.edit-link {
  display: none !important;
}

/* 
  removed powered by inserted by Parent Theme
*/
.powered-by {
    display: none;
}

/* 
  remove leave a reply 
*/
body.single span.comments-link {
    display: none;
}
span.comments-link {
    display: none;
} 

/*
   change the ribbon to show the background picture which did not seem to work.
*/
.call-to-action .section-overlay-layer {
  padding-top: 100px;
  padding-bottom: 100px;
  background: rgba(0, 5, 8, 0.1);
}

/* 
  hide the sidebar did not work

#primary {
width: 100%;
}

#secondary {
display: none;
}
*/

/*
****  START remove list-entry-meta from Whats New post
*/

.entry-content + .entry-meta,
.entry-meta .posted-on {
    display: none;
}
/*
****  END remove list-entry-meta from Whats New post
*/

/*
**** START hide tags and category from posts, not sure this worked.
*/
/* Hide entry meta in excerpts */
.entry-meta-term-excerpt {display:none;}

/* Hide entry meta in full posts */
.entry-meta-term-single {display:none;}

/*
**** END hide tags and category from posts
*/