/* 
 Theme Name:   Sketch-child
 Theme URI:    
 Description:  
 Author:       admin
 Author URI:   
 Template:     sketch
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/


/* Mailing list form to lign up horizontal */
.yikes-easy-mc-form .submit-button-inline-label {
   width: 15% !important;
}



/* ADJUST page title size */
.entry-title, .portfolio-entry-title {
	font-size: 1em;}


/* HIDE page title */
.entry-title, .portfolio-entry-title {
    font-size: 1em;
	display: none;}


/* HIDE Vignettes */
.pp_gallery {
 	visibility: hidden ;}



/* CENTER footer */
/* @media screen and (min-width: 50em) */
	
.site-info {
    float: initial;
    line-height: 1.7;
    max-width: 100%;
	text-align: center;}