/*
Theme Name:     Child of Sela
Description:    built in web page management, child theme of sela theme. started on 3-28. 
Author:         amanda.markell124@gmail.com
Template:       sela

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

button, input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span {
    background-color: #a9ccb6;
    border-style: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2;
    padding: 6px 15px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
}

td {
    border-top: 1px solid #eee;
    padding: 0.75em;
    /*display: block;*/
}

.page-title, .entry-title, .entry-title a {
    text-align: center;
}

.site-branding, .site-navigation {
    margin-top: -50px;
}

.site-branding a + .site-title {
    margin-top: -0.3333em;
}

a {
    color: #A9CCB6;
    text-decoration: none;
}
/**this changed the links from red to green to match branding**/

.content-area {
    float: left;
    width: 90%;
}

/**this makes the blog posts take up more of the screen**/

.footer-widget-area {
    padding: 1.5em 4.661% .05em;
    text-align: center;
}

/**this makes the footer be shorter height and centers the text**/

@media screen and (max-width:679px) {
	.etsy-shop-listing-table td { display:block; }
  	.etsy-shop-listing-card { width:100% !important; }
	.etsy-shop-listing-thumb img {
		height: auto;
	}
}

#post-21 > div > div.ctct-embed-signup > div > form {
       font-size: 1.3rem;
    
}

/**this is making the email sign up form larger**/