/*
 Theme Name:   Creativo Child Theme
 Description:  A child theme of Creativo theme
 Author:       Matty Li
 Template:     creativo
 Version:      1.0.0
*/


@import url("css/prettyPhoto.css");


h1 {
	font-size: 32px;
	/*line-height: 36px;*/
	line-height: 46px; /* matty 08132016 */
}

h2 {
	font-size: 28px;
	line-height: 30px;
	padding: 15px 0; /* matty 08132016 */
}

h5 {
	line-height: 28px!important;
}
.footer .inner {
	/*padding: 10px 20px;*/
	padding: 0; /* matty 08122016*/
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
}

/* Button */

.button.small{
	padding: 7px 15px;
	margin: 15px 0;	 /* matty 08132016 */
}

div.ss-form-entry > input {
    clear: both;
    display: block;
    width: 80%;
    margin-bottom: 15px;
    background-color: #f6f6f6!important;
    /*height: 16px; */
    height: 30%; /* matty 09182016*/
}

/* modify matty 08122016 */
#navigation > ul{
	line-height: 65px;
	height: 65px;
}
.post_meta.default{
	margin-bottom: 0;
}

.wpcf7-submit{
	background-color: #5c9342;
}
.wpcf7-submit:hover{
	background-color: #b4e56b;
	border-color: #b4e56b;
}
#navigation ul li.current-menu-parent a, #navigation ul li.current-menu-ancestor a{
	color: #ffffff;
}
/*event calendar*/
.tribe-events-loop .tribe-events-event-meta{
	font-size: 16px
}

input#ss-submit.jfk-button.jfk-button-action {
	font-size: medium;
	font-weight: bold;	
        /*color: #565656; background-color: #F4C518;background-image: none; border-color: #ffffff; #DCB115;*/
	background-image: url('http://www.us.blisswisdom.org/wp-content/uploads/2016/05/submit.jpg');
	border-color: #ffb729;
	width: 102px;
	height: 32px;
	color: transparent;
}