/**
 * Theme Name: Portfolio Child
 * Theme URI: http://thethemefoundry.com/wordpress/portfolio/
 * Author: The Theme Foundry
 * Author URI: http://thethemefoundry.com/
 * Description: A minimal and clean portfolio theme, complete with featured slider and easy-to-configure portfolio pages. Designed to look great on large format displays, tablets and mobile devices.
 * Version: 1.0
 * Template: portfolio
 * License: GNU General Public License
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: white, minimal, responsive-width, portfolio, business
 */
@charset "UTF-8";

/* Make all custom CSS changes in a Child Theme.  Any custom
changes you make here will not be overidden when you upgrade the parent theme.
-----------------------------------------------------------*/

/* Your changes go here */

/* Increase the Size of the Blog Title text */
header[role="banner"] h1 {
  font-size: 2em;
}


/* Remove text hyphens */
p, ul, ol, dl, blockquote, .post-statement, .statement {
    -webkit-hyphens: none;
       -moz-hyphens: none;
            hyphens: none;
}

/* Remove related posts from portfolio pages */
body.page-template-portfolio-php .related-posts {
    display: none;
}

/* Fix issue with portfolio page layouts */
@media screen and (min-width: 1000px) {
  div.portfolio-thumb.first-when-three-per-row { clear:left; }
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  div.portfolio-thumb.first-when-two-per-row { clear:left; }
}

/* Change error and success colors */
.error {
  background: #F5C990;
  color: #ffffff;
}

.success {
  background: #90E4F5;
  color: #ffffff;
}


/* Use Helvetica for copyright symbol */
p#copyright-text {
  font-family: Helvetica, 'Helvetica Neue', Arial, Verdana, Tahoma, sans-serif;
}

/* WP Stats Smiley */
img#wpstats {display:none;}