/*
Theme Name: Crescent Child
Theme URI: http://www.bottomlessdesign.com
Description: Child Theme for the Bottomless Design Crescent Theme
Version: 1.0.0
Author: Adam Mills / Bottomless Design
Author URI: http://www.bottomlessdesign.com
Template: crescent-theme

*/


@import url("../crescent-theme/style.css");

/* global */
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* navigation */
#site-navigation {
text-align:center;
}

/*home */
.about-home {
font-size: 0.9em!important;
text-align: center;
padding-top: 10px;
}
#messageRow {
background-color: #DFB52F;
padding: 10px 0 30px;
}
#homepageMessage h1 {
font-size: 24px;
}
.text-holder p {
text-align: center;
}

#homepageMessage h1, #cta p,
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"],
.woocommerce-page #secondary input.button,
.woocommerce-page #header-cta-button,
.woocommerce ul.products li.product .button {
/* text-shadow: 1px 1px 1px rgba(0,0,0,.75)!important; */
color: #fff!important;
}

.tribe-events-list-separator-month span {
background-color: #DFB52F;
}

/** store **/
mark, ins {
background-color: rgba(255,255,255,0);
}

/* footer */
.credit a {
font-weight: bold;
}


/* Category background */
#main-inner {
max-width: 1140px;
margin: 0 3%;
background-color: #fafafa;
}

/* call to action background */
#cta {
background-color: #717f99;
}

/* pages */
.page-title {
font-size: 2em;
}