/*
Theme Name:     Capture Your CO2 Child Theme
Template:       thestory
*/

@import url("../thestory/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

#header {
    background-color: #009952;
}


h1 {
    font-size: 40px;
}

.promobox-nocolor .content h3 {
    text-decoration: underline;
}

#content-container .section-full-width .section-boxed {
    margin: 30px auto;
}

#content-container .section-boxed {
    margin: 30px auto;
}

.section-full-width {
    box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.03) inset, 0 0px 0 0 rgba(0, 0, 0, 0.03) inset;
}

.section-full-width .section-title {
    font-size: 35px;
}

.section-light2 .sub-title {
    margin-bottom: 35px;
    text-align: center;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 19px;
    margin-top: 14px;
	color: #444444 !important;
}


.promobox {
	background-color: #f2f2f2;
	text-align: center;
    padding: 20px 40px 20px 40px;
	margin: 0 20px;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgb(239, 239, 239);
    -moz-box-shadow: inset 0px 0px 0px 0px rgb(239, 239, 239);
    box-shadow: inset 0px 0px 0px 0px rgb(239, 239, 239);
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.promobox-nocolor {
	background-color: #fff;
	text-align: center;
    padding: 20px 60px 20px 60px;
	margin: 0 20px;
}

#footer-cta {
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.02);
}

#footer .section-boxed {
    text-align: center;
}

.footer-bottom {
    font-size: 12px;
    color: #c2c7ce;
    background: #e9ebec none repeat center top;
    border-top: 1px solid rgba(218,222,225,0.85);
}

.copyrights {
	text-transform: none;
	float: none;
}