Warning: Creating default object from empty value in /home4/acvow/public_html/wp-content/themes/charity-1.0-developer/charity_theme/admin/functions.php on line 183
Warning: Cannot modify header information - headers already sent by (output started at /home4/acvow/public_html/wp-content/themes/charity-1.0-developer/charity_theme/admin/functions.php:183) in /home4/acvow/public_html/wp-content/themes/charity-1.0-developer/charity_theme/carrington-build/classes/build.class.php on line 145
.cfct-block-a,
.cfct-block-b,
.cfct-block-c {
width: 33.3%;
}
.cfct-block-ab,
.cfct-block-bc {
width: 66.6%;
}
.cfct-block-abc {
width: 100%;
}
.cfct-block-d,
.cfct-block-e {
width: 50%;
}/* Client side */
.cfct-build { /* Prevent overflow issues in IE */
overflow:hidden;
width:100%;
}
.cfct-row:after { /* Clear floats */
clear: both;
content: " ";
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
}
.cfct-row {
display: block;
zoom: 1; /* Clearfix for IE */
}
.cfct-block {
display:inline; /* Double-margin float bug innoculation */
float:left;
/**
* @workaround min-height Fast Hack
* Prevent empty left-hand columns from collapsing by giving them a min-height.
*
* IE6 doesn't support min-height, but treats elements with
* height and overflow:visible as min-height.
*
* @affected IE5, IE6
* @see http://www.dustindiaz.com/min-height-fast-hack/
*/
height: auto !important;
height: 1px;
min-height: 1px;
overflow:hidden; /* Overflow-proofing */
}
.cfct-module {
margin-right: 15px;
margin-left: 15px;
}
.cfct-block-a .cfct-module,
.cfct-block-ab .cfct-module,
.cfct-block-abc .cfct-module,
.cfct-block-d .cfct-module {
margin-left: 0;
}
.cfct-block-c .cfct-module,
.cfct-block-bc .cfct-module,
.cfct-block-abc .cfct-module,
.cfct-block-e .cfct-module {
margin-right: 0;
}/* ADDED CUSTOM CSS */
.cfct-notice {
display: block;
position: relative;
padding: 0;
padding: 10px 0 10px 10px;
}
.cfct-notice .cfct-notice-inner {
display: block;
margin: 0;
padding: 0;
border-left: 0;
line-height: 1.5em;
}
.cfct-pullquote {
display: block;
position: relative;
padding: 0;
padding: 10px 0 10px 10px;
}
.cfct-pullquote .cfct-pullquote-inner {
display: block;
margin: 0;
padding: 0;
border-left: 0;
line-height: 1.5em;
}
.cfct-pullquote .cfct-pullquote-open-quote,
.cfct-pullquote .cfct-pullquote-close-quote {
font-size: 80px;
color: gray;
height: 18px;
}
.cfct-pullquote .cfct-pullquote-open-quote {
float: left;
margin-top: -10px;
line-height: .8em;
}
.cfct-pullquote .cfct-pullquote-close-quote {
float: right;
margin-top: 10px;
line-height: 0em;
}
.entry div.cfct-sidebar > ul {
list-style-type: none;
list-style-image: none;
list-style-position: outside;
margin-left: 0;
padding-left: 0;
}
.entry div.cfct-sidebar > ul li {
margin: 0 0 5px 0;
}
.entry div.cfct-sidebar .widgettitle {
margin-top: 0;
}
/* ADDED CUSTOM CSS */
.cfct-row-stacked-example .cfct-stacked-left {
display: inline;
float: left;
width: 33.33%;
}
.cfct-row-stacked-example .cfct-stacked-right {
display: inline;
float: left;
width: 66.66%;
}
#content .cfct-row-stacked-example .cfct-stacked-left .cfct-block-stacked-a,
#content .cfct-row-stacked-example .cfct-stacked-right .cfct-block-stacked-bc {
width: 100%;
}
#content .cfct-row-stacked-example .cfct-stacked-right .cfct-stacked-right-bottom .cfct-block-stacked-b,
#content .cfct-row-stacked-example .cfct-stacked-right .cfct-stacked-right-bottom .cfct-block-stacked-c {
width: 50%;
}
.cfct-row-float-a .cfct-block-float-abc {
float: none;
width: auto;
}
.cfct-row-float-a .cfct-block-float-a {
float: left;
}
.cfct-row-float-b .cfct-block-float-abc {
width: auto;
float: none;
}
.cfct-row-float-b .cfct-block-float-c {
float: right;
}