/*
 Theme Name:     New Church Engrave
 Theme URI:      http://www.digitalwave.com
 Description:    Engrave Child Theme
 Author:         Garth Bongers
 Author URI:     http://www.digitalwave.com
 Template:       Engrave
 Version:        1.0.0
*/
 
@import url("../Engrave/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/*******  General  *******/
body { font-size:16px; line-height:24px; color:#595959; }
iframe { display:block; }
a, a:hover { color:#0084e0; }
#main-core a:hover { text-decoration:underline; }
select { padding:10px; }

/* Lists */
#main ul { margin: 25px 70px 25px 20px; }
#main ol { counter-reset:list; margin: 25px 70px 25px 27px; }
#main li { list-style:none; position:relative; margin-bottom:5px; }
#main li:before {
    box-sizing:border-box; -moz-box-sizing: border-box;
    position:absolute; display:block; width:100px; left:-100px; text-align:right; padding-right:6px;
}
#main li:after { content:"\00A0"; } /* Force the list item to take up a space even if it is empty */
#main ul li:before { content:"\2022"; color:#b73d30; }
#main ol li:before { counter-increment:list; content:counter(list) "."; color:#b73d30; }

/* Remove some list styling on pagination */
#main ul.pag { margin-left:0; margin-rigth:0; }
#main ul.pag li:before,
#main ul.pag li:after { content:none; }

/* Headings */
h1, h2, h3, h4, h5, h6 { transition:none; }
h2, h3, h4, h5, h6 { color:#484d52; font-weight:bold; margin:0; }
h2 { font-size:34px; line-height:36px; margin-bottom:6px; }
h3 { font-size:30px; line-height:36px; margin-bottom:4px; }
h4 { font-size:24px; line-height:36px; }

/* Captions */
.wp-caption img { display:block; width:100%; }
.wp-caption .wp-caption-text,
.gallery-caption {
    padding: 11px 20px;
    font-family: "PT Sans"; font-weight:bold; font-size: 14px; line-height:18px; font-style: normal; color:#ffffff;
    background-color: #b75348;
}

.wp-caption { position:relative; }
.wp-caption.caption-inset { margin-bottom:20px; }
.wp-caption.caption-inset .wp-caption-text { margin:0 130px 0 0; position:absolute; bottom:0; }

/* Lead-in */
.leadin { color:#b75348; font-weight:normal; font-size:28px; line-height:32px; font-family: "Roboto Condensed"; font-weight:300; }

/* Buttons */
/*form input[type=submit],*/
#slider .featured-link a,
#body-core .wpcf7-form input[type=submit],
input[type=submit]
{
    background-color: transparent;
    border: 2px solid #b73d30;
    color: #b73d30;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    padding: 10px 30px;
    line-height: 18px;
}
.wpcf7-form :-ms-input-placeholder { opacity: 1; }
#body-core .wpcf7-form input[type=submit]:hover,
input[type=submit]:hover {
    background-color: #b73d30;
    color:white;
}
#slider .featured-link a { border-color:white; color:white; }
#body-core .wpcf7-form input[type=submit]:hover { background-color:#b73d30; color:white; }
#slider .featured-link a:hover { background-color:white; color:#65655e; }

/*************************/

/* Logo */
#logo {
    display:table;
    margin:0 auto;
    height:97px;
	float: none;
	text-align: center;
	margin-top: 0;
	line-height: 0;
}
#logo > a { display:table-cell; vertical-align: middle; }
#logo img {
	max-height: 106px;
    padding:20px 0;
}
#logo h1 {
	color: white;
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
}
/* Site-header */
#site-header {
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
}
/* Header */
#header {
	background: transparent url('images/header-background.png') repeat-x scroll center center;
    background-size: cover;
	padding: 0;
}

/* Pre-header */
#pre-header-core .expand-main-menu { display:none; }
#pre-header-core { display:block; position:relative; }
#pre-header-links-inner { display:block; }
#pre-header-core .search-social-wrapper { position:absolute; right:0; }
#pre-header-social { display:inline-block; vertical-align: top; position:relative; top:3px; }
#pre-header-search { display:inline-block; vertical-align: top; margin-right:10px; width:auto; position:relative; top:0px; }
/*
#pre-header-social { display:block; position:absolute; right:0px; top:3px; }
#pre-header-search { display:block; position:absolute; right:40px; }
*/

#pre-header {
	border-top: 1px solid #c0c0ba;
	background-color: #f5f4f0;
}
#pre-header-social ul { height:100%; }
#pre-header-social ul li { float:none; }
#pre-header-social li a {
	color: #b73d30;
	background-color: transparent;
	font-size: 24px;
	border-radius: 0;
	-webkit-border-radius: 0;
}
#pre-header li {
	float: left;
}
#pre-header .header-links #menu-main {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#pre-header .header-links #menu-main > li {
    display: table-cell;
    float: none;
}

#pre-header .header-links #menu-main a {
	font-size: 20px;
	text-transform: uppercase;
	color: #65655e;
}
#pre-header-social li a:hover {
	color: black;
	background-color: transparent !important;
}
#pre-header .header-links #menu-main>li>a {
	padding: 8px 20px 6px;
    white-space:nowrap;
}
#pre-header .header-links #menu-main>.menu-hover>a,
#pre-header .header-links #menu-main>li>a:hover,
#pre-header .header-links #menu-main>[class*="current"]>a {
	color: white;
	background-color: #b75348;

}
#pre-header .header-links #menu-main>li>.sub-menu {
	background-color: white;
	border: 1px solid #ececec;
	border-width: 1px 0;
    /*
	-webkit-box-shadow: 0 0px 10px 0 rgba(212,212,212,1);
	box-shadow: 0 0px 10px 0 rgba(212,212,212,1);*/
}
#pre-header .header-links #menu-main>li>.sub-menu a {
	position: relative;
	color: #545556;
	padding: 7px 12px;
	font-size: 16px;
}
#pre-header .header-links #menu-main>li>.sub-menu>li>a:hover,
#pre-header .header-links #menu-main>li>.sub-menu>[class*="current"]>a {
	color: white;
	background-color: #b75348;
}
#pre-header .header-links .sub-menu li {
	border-style: none;
}
#pre-header .header-links .sub-menu li.menu-item-has-children>a {
	padding-right: 19px;
}
#pre-header .header-links .sub-menu li.menu-item-has-children>a:after {
	content: '';
	position: absolute;
	right: 14px;
	top: 50%;
	height: 10px;
	width: 6px;
	margin-top: -5px;
	background: transparent url('images/sub-menu-arrow.png') no-repeat scroll center center;
}
#pre-header .header-links .sub-menu>li.menu-item-has-children>a:hover:after,
#pre-header .header-links .sub-menu>li.menu-item-has-children[class*="current"]>a:after {
	background-image:url('images/sub-menu-arrow-active.png');
}
#pre-header .header-links #menu-main>li>.sub-menu>li {
	border: 0 solid #ebebeb;
	border-bottom-width: 1px;
}
/*#pre-header .header-links #menu-main>li>.sub-menu>li:first-child {
	border-top-width: 1px;
}*/
#pre-header .header-links #menu-main .sub-menu a {
	text-transform: none;
}
#pre-header .header-links #menu-main .sub-menu .sub-menu {
	position: absolute;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top-color: #e1e1e1;
    transition:none;
}
#pre-header .header-links #menu-main .sub-menu .sub-menu li {
	display: block;
}
#pre-header .header-links #menu-main .sub-menu .sub-menu a {
	color: #65655e;
	font-size: 16px;
	padding: 7px 24px;
	display: block;
    transition:none;
}
/*#pre-header .header-links #menu-main .sub-menu .sub-menu>li:first-child>a {
	-webkit-box-shadow: inset 0px 15px 10px -10px rgba(212,212,212,1);
	box-shadow: inset 0px 15px 10px -10px rgba(212,212,212,1);
}*/
#pre-header .header-links #menu-main>li>.sub-menu .sub-menu a:hover,
#pre-header .header-links #menu-main>li>.sub-menu .sub-menu>[class*="current"]>a {
	color: white;
	background-color: #b75348;
}
#pre-header .sub-menu .menu-parent > a:before {
	content:'';
	display: none;
}

#intro.option1 {
	border-style: none;
}


.article-title { display:table; width:100%; margin-bottom:30px; }
.article-title h1 {
    display:table-cell;
    padding:0;
    font-weight:bold; font-size:38px; line-height:42px;
    vertical-align: top;
}
.article-title .article-addthis-outside {
    display:table-cell;
    vertical-align: top;
    width:150px;
}
.article-title .addthis-wrapper {
    display:block;
    position:relative;
    top:12px;
    float:right;
}
.article-title .addthis-wrapper .addthis_toolbox {
    position:static;
    float:right;
    margin-right:-6px;
}
.article-byline p {
    font-style: italic;
}

#wr-outroaction {
    background-color:#525051;
}
#outroaction {
	border-top-style: none;
	background: white url('images/daily-inspiration-background.jpg') no-repeat scroll top center;
    background-size: cover;
	padding: 0;
	min-height: 387px;
    max-width:1600px;
    margin:0 auto;
	color: white;
}
#outroaction-core {
	padding: 50px 30px 30px;
}
#outroaction-core h1,
#outroaction-core h2,
#outroaction-core h3,
#outroaction-core h4,
#outroaction-core h5,
#outroaction-core h6 {
	font-family: 'Roboto Condensed';
	color: white;
}
#outroaction .action-text h3,
#outroaction .action-text p,
#outroaction .attention_text h3,
#outroaction .attention_text p {
text-shadow: none;
margin-left: 10px;
margin-right: 10px;
}
#outroaction .action-text h3 {
	font-size: 36px;
	font-weight: 100;
	text-transform: uppercase;
	margin: 0;
}
#outroaction .action-text blockquote {
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	line-height: 36px;
	margin: 0;
}
#outroaction .action-text *+blockquote {
	margin-top: 10px;
}
#outroaction .action-text blockquote p {
	display: inline;
	margin: 0;
}
#outroaction .action-text blockquote cite {
	font-size: 20px;
	font-style: italic;
	display: inline;
}
#outroaction .action-text blockquote cite:before {
	content: '\2014';
}
#outroaction .action-button {
	float: none;
    width: auto;
    text-align: center;
}
#outroaction .action-button a {
    background:none;
    padding-left:0;
    padding-right:0;
}
#outroaction .action-text {
	width: auto;
	float: none;
	margin: 0;
}
#outroaction .action-button h4 {
	padding: 14px 32px;
	line-height: 100%;
    display:inline-block;
}
#outroaction .themebutton {
	color: #FFF;
    font-size: 18px;
    text-shadow: none;
    text-transform: uppercase;
    background-image: none;
    background-color: transparent;
    border: 2px solid white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
#outroaction .themebutton:hover {
    color: #646462;
    background-color: #FFF;
}
#footer {
	background: white;
    padding: 15px 30px;
}
#footer-core h3 {
	color: #484d52;
	font-size: 24px;
	font-weight: 300;
	border-bottom: 0;
	margin-bottom: 10px;
}
#footer-core #cff.cff-fixed-height {
	padding: 0;
}
#footer-core #cff .cff-item {
	border-width: 0;
	padding-top: 0;
}
#footer-core #cff a {
    color: #0084e0;
    text-decoration: none;
}
#footer-core #cff a:hover { text-decoration:underline; }
#footer-core .widget_nav_menu {
	margin-top: 10px;
}
#footer-core .widget_nav_menu li {
	border: 0 solid #e2e3e3;
	border-bottom-width: 1px;
}
#footer-core .widget_nav_menu li:first-child {
	border-top-width: 1px;
}
#footer-core .widget_nav_menu .sub-menu {
	display: none;
}
#footer #footer-core .widget_nav_menu a {
	position: relative;
    display: block;
    padding: 5px 20px 5px 10px;
    font-family: 'PT Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #b73d30;
}
#footer #footer-core .widget_nav_menu a:hover {
    color: #000000;
}
#footer-core .widget_nav_menu a:after {
	content: '';
	position: absolute;
	background: transparent url('images/footer-menu-link-arrow.png') no-repeat scroll center center;
	width: 7px;
	height: 13px;
	top: 50%;
	right: 8px;
	margin-top: -6.5px;
}
#sub-footer {
	background: transparent url('images/footer-background.jpg') repeat-x scroll left top;
	background-size: auto 100%;
	border-top-style: none;
	padding: 0;
}

#sub-footer-core { padding:0 20px; }
#sub-footer-core,
#sub-footer-core a {
	font-size: 14px;
}
#footer-menu {
	text-align: left;
	padding: 20px 0;
}
#footer-menu ul {
    margin-bottom: 110px;
}
#footer-menu>ul>li {
	margin-left: 40px;
}
#footer-menu>ul>li:first-child {
	margin-left: 0;
}
#footer-menu>ul>li>a {
	font-size: 17px;
    text-transform: uppercase;
    color:white;
}
#footer-menu li a:hover {
    color:#fff7d9;
}
#footer-menu li a {
	/* display: block; */
}
#footer-menu li:after {
	display: none;
	content: '';
}
#footer-menu li {
	float: left;
}
#footer-menu li li {
	display: block;
	float: none;
}
#sub-footer .copyright {
    position: absolute;
    right: 20px;
    bottom: 65px;
    text-align: right;
    color:#ffffff;
}
#sub-footer .copyright a.logo-link { display:block; overflow: hidden; }
#sub-footer .copyright img {
    height:40px; display:block; float:right; margin-bottom:18px;
}
#sub-footer .copyright a {
    color:#ffffff;
    text-decoration:underline;
}
#sub-footer-core {
	position: relative;
	padding-bottom: 65px;
}
#sub-footer-core a {
	color: #bfbfbf;
}
/* Assume this is the featured stories header */
#footer-core .widget_dpe_fp_widget h3.footer-widget-title {
	background-color: #b73d30;
	color: white;
	padding: 12px 15px 10px;
	line-height: 24px;
	margin-bottom: 0;
}

#footer .dpe-flexible-posts.featured-stories {
	background-color: #f9f9f6;
	padding: 13px 9px;
	border: 1px solid #e5e5e1 !important;
}
#footer .dpe-flexible-posts.featured-stories li a h4 {
    font-weight:normal;
    color: #262626;
}

#footer .wpcf7-form input,
#footer .wpcf7-form textarea {
	border: 1px solid #dbdbdb;
	background-color: transparent;
	color: #bfbfbf;
	font-size: 15px;
}
.js #pre-header-search .searchform {
	position: relative;
    z-index:1;
}
#pre-header-search .searchform>a {
	display: none;
	text-indent: -9999px;
	outline-style: none;
	height: 26px;
	width: 26px;
	background: transparent url('images/icon-search.png') no-repeat scroll center center;
}
.js #pre-header-search .searchform>a {
	display: inline-block;
}
.js #pre-header-search .searchform form {
	display: none;
	position: absolute;
	top: 100%;
	width: 200px;
	margin-left: -170px;
	overflow: hidden;
	padding: 0 15px 15px;
}
.js #pre-header-search .searchform>a:focus,
.js #pre-header-search .searchform>a:hover,
.js #pre-header-search .searchform>a.hover {
	background-image: url('images/icon-search-hover.png');
}
.js #pre-header-search .searchform>a:focus+form,
.js #pre-header-search .searchform>a:hover+form,
.js #pre-header-search .searchform form:hover {
	/*display: block;*/
}
.js #pre-header-search .search {
	width: 100%;
	max-width: 100%;
	background-color: white;
	border: 1px solid #d2d2cb;
	font-size: 15px;
	font-family: Arial, Sans-Serif;
	color: #a6a6a6;
	padding: 10px 10px 8px;
	line-height: 15px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline-style: none;
}
.js #pre-header-search .search::-webkit-input-placeholder {
	color: #a6a6a6;
}
.js #pre-header-search .search:-moz-placeholder {
	color: #a6a6a6;
}
.js #pre-header-search .search::-moz-placeholder {
	color: #a6a6a6;
}
.js #pre-header-search .search:-ms-input-placeholder { 
	color: #a6a6a6;
}
.js #pre-header-search form>.shadow {
	padding: 12px;
	-webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.5);
	box-shadow: 0 3px 15px 0 rgba(0,0,0,0.5);
	border: 1px solid #e1e1e1;
	background-color: white;
}

.addthis-outside {
    height: 0px;
    padding: 0 10px;
}
.addthis-wrapper {
	display: none;
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}
.addthis-wrapper .addthis_toolbox {
	position: absolute;
	right: 0;
}
.wrapper-intro {
    position: relative;
}
.wrapper-intro .addthis-wrapper {
	display: block;
    top: 36px;
    right:-6px;
    width:100%;
}
.header-image-wrapper {
    overflow:hidden;
    box-sizing:border-box; -moz-box-sizing:border-box;
    background-color:#525051;
}
.header-image-wrapper-inside {
    width:100%;
}
.header-image { }
.header-image img {
    display:block;
    margin:0 auto;
    width:100%;
    max-width:1600px;
}
#intro.option1 {
    border: none;
	background-color: #e6e5e1;
	padding: 17px 10px;
}
body.page-template-template-sectional-php #intro.option1 {
    background-color: #b75348;
    padding-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#intro.option1 .page-title, h1 {
    display: block;
    font-size: 40px;
    line-height:45px;
    padding-right:120px;
}
body.page-template-template-sectional-php #intro.option1 .page-title {
    color: white;
}
#intro.option1 .page-title .subtitle {
    display:block;
    font-size: 20px;
    line-height: 24px;
    font-weight:300;
}
#intro.option1 #intro-core {
    display: block;
	text-shadow: none;
}

/*#sidebar { width:280px !important; }*/

#sidebar h3.widget-title {
	font-family: 'Roboto Condensed';
	background-color: #b73d30;
	color: white;
	padding: 12px 15px 10px;
	line-height: 24px;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	border-style: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
.dpe-flexible-posts.feature-column {
	padding: 0;
}
.dpe-flexible-posts.feature-column li {
	margin: 0;
	border-top: 1px solid #EEE;
	border-bottom-style: none;
}
.dpe-flexible-posts.feature-column li>a {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding: 15px;
    width: 100%;
    display:table;
    table-layout:fixed;
}
.dpe-flexible-posts.feature-column li>a:hover {
    background-color:white;
    text-decoration: none;
}
.dpe-flexible-posts.feature-column li:first-child {
	border-top-style: none;
}
.dpe-flexible-posts.feature-column li a h4 {
	font-family: "PT Sans";
    font-size:15px;
    line-height:19px;
    font-weight: 600;
    color: #656565;
    display:table-cell;
    padding-left:15px;
    vertical-align:top;
}
.dpe-flexible-posts.feature-column li a:hover h4 {
    color: #0084e0;
}
.dpe-flexible-posts.feature-column li img+h4 {
	margin-left: 80px;
}
.dpe-flexible-posts.feature-column li .ct-thumb {
    display:table-cell;
    width:65px;
    overflow:hidden;
}
.dpe-flexible-posts.feature-column li .wr-thumb {
    position:relative;
    box-sizing:border-box;
    width:auto;
    margin:0 -1000px;
    height:65px;
    overflow:hidden;
}
.dpe-flexible-posts.feature-column li a .wr-thumb:after {
    content:"";
    display:block;
    position:absolute; top:-3px; bottom: -3px; left:-3px; right:-3px; z-index:1;
    background-color:black;
    opacity:0;
    transition:opacity 0.2s linear;
}
.dpe-flexible-posts.feature-column li a:hover .wr-thumb:after {
    opacity:0.2;
}
.dpe-flexible-posts.feature-column li img {
    display:block;
    max-width:none;
    height:100%;
    width:auto;
    margin:0 auto;
}
.dpe-flexible-posts.feature-column.highlights li .wr-thumb,
.dpe-flexible-posts.feature-column.featured-stories li .wr-thumb:empty {
    /*border: 3px solid #b73d30;*/ /* Doesn't play nice with the cropped / centered images so no more borders :( */
}
.dpe-flexible-posts.feature-column.featured-stories li .wr-thumb:empty {

}


/* Links */
a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* Form Placeholders */
::-webkit-input-placeholder { color:#a6a6a6; font-family:Arial; font-size:15px; }
:-moz-placeholder { color:#a6a6a6; font-family:Arial; font-size:15px; }
::-moz-placeholder { color:#a6a6a6; font-family:Arial; font-size:15px; }
:-ms-input-placeholder { color:#a6a6a6; font-family:Arial; font-size:15px; }

/* * * * * * * * * *   RESTYLE THINKUP SLIDER   * * * * * * * * * */
#slider {
    background-color:#525051;
}
#slider-core {
    max-width:1600px;
    margin:0 auto;
}
#slider .rslides-content {
    width: 326px;
    right: 0;
}
#slider .featured { padding-bottom:70px; padding-top:0; }
#slider .featured-excerpt p,
#slider .featured-link { transition:none; -webkit-transition:none; }
#slider .featured-title span,
#slider .featured-excerpt span {
    background:none; padding:5px 25px 5px 43px;
    font-family:"Roboto Condensed"; font-size:38px; line-height:42px; text-align:left;
}
#slider .featured-excerpt span:before { content:"\""; position:absolute; text-indent:-9px;}
#slider .featured-excerpt span:after { content:"\""; }

#slider .rslides img {
    background-size: 100% !important;
    background-position:top !important;
    height:0 !important;
    padding-bottom:56.25% !important;
    display:block;
}

#slider a.rslides_nav {
    top:auto; bottom:46px; width:22px; height:27px;
    background:url('images/slider-arrows.png') no-repeat !important;
    transition:none !important;
}

#slider a.rslides_nav.prev { left:auto !important; right:255px !important; opacity:1; background-position:left top !important; }
#slider a.rslides_nav.prev:hover { background-position:left bottom !important; }
#slider a.rslides_nav.prev:before { content:none; }
#slider a.rslides_nav.next { left:auto !important; right:54px !important; opacity:1; background-position:right top !important; }
#slider a.rslides_nav.next:hover { background-position:right bottom !important; }
#slider a.rslides_nav.next:before { content:none; }
#slider .rslides_tabs { width:326px; right:0; bottom:53px; }
#slider .rslides_tabs li { vertical-align:bottom; }
#slider ul.rslides,
#slider ul.rslides li { height:auto !important; }
#slider ul.rslides li { box-sizing:border-box; padding-right:326px; width:100% !important; }


#slider .rslides_tabs li a {
    background:transparent;
    box-shadow: inset 0 0 0px 2px white;
    overflow:hidden;
    color:white;
}
#slider .rslides_tabs li a:hover,
#slider .rslides_tabs li.rslides_here a {
    background:white;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /


/* * * * * * * * * *   RESTYLE EXISTING CAROUSEL   * * * * * * * * * */
#main .sc-carousel ul { border:0; }
#main .sc-carousel li { border:0; }
#main .sc-carousel li:before { content:''; }
#main .sc-carousel li:after { content:''; }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * *   CUSTOM WIDGETS   * * * * * * * * * */
/* Override text widget -- maybe make a custom widget for displaying forms so we don't have to fight Engrave? */
#sidebar .textwidget { padding:15px; border:0; }
#sidebar .widget { background-color:#f9f9f6; }
#sidebar .EMPTY { display:none; }

/*******  SIDEBAR MENU  *******/
#sidebar ul.menu { display:block; list-style:none; }
#sidebar ul.menu li { display:block; list-style:none; font-weight:bold; font-size:18px; }
#sidebar ul.menu li.menu-item-has-children > ul { border-top:0; }
#sidebar ul.menu li li { border-bottom:0; font-weight:normal; font-size:16px; }
#sidebar ul.menu li a { display:block; transition:none; }
#sidebar ul.menu li a:hover { background-color:white; text-decoration: none; }
/******************************/


/*******  IMAGE WRAPPER  *******/
.widget_dwt_image_wrapper img { display:block; width:100%; }
.widget_dwt_image_wrapper p { padding:0; margin:0; }
/*******************************/

/*******  CALL TO ACTION BUTTONS  *******/
.action-button { margin-bottom:5px; }
.action-button a {
    display:block; padding: 20px 50px 20px 20px;
    font-family:"Roboto Condensed"; font-size:22px; line-height:22px;
    text-transform:uppercase;

    color:white;
    background:url(images/call-to-action-arrow.png) no-repeat right 50%;
}
#body-core .action-button a:hover {
    text-decoration: none;
}

.action-button a.blue { background-color:#3c7e94; border:1px solid #367185; }
.action-button a.green { background-color:#86a532; border:1px solid #77922c; }
.action-button a.purple { background-color:#946398; border:1px solid #8b5d8f; }
.action-button a.orange { background-color:#d9a90c; border:1px solid #c99d0b; }
.action-button a.brown { background-color:#ad7345; border:1px solid #a36c41; }
.action-button a:hover.blue { background-color:#4b9db8; border:1px solid #40869d; }
.action-button a:hover.green { background-color:#9cc03a; border:1px solid #8aaa34; }
.action-button a:hover.purple { background-color:#b377b8; border:1px solid #a870ad; }
.action-button a:hover.orange { background-color:#f1bc0d; border:1px solid #e2b00d; }
.action-button a:hover.brown { background-color:#bc7d4b; border:1px solid #c78450; }
/****************************************/

/*******  ARTICLE BACK BUTTON  *******/
#sidebar .widget.connection-article-back-button,
#sidebar .widget.article-back-button {
    background-color: white;
    border: 2px solid #b73d30;
    color: #b73d30;
    height: 59px;
    line-height: 59px;
    display: block;
    font-family:"Roboto Condensed"; font-size:24px; font-weight:bold;
    text-transform: uppercase;
    text-align: center;
}

.connection-article-back-thumbnail {
	display:block;
}
.connection-article-back-thumbnail img {
	display:block;
	width:100%;
}

.connection-article-back-footer {
	display:block;
	border-top:1px solid #d7d7d3;
}
/*************************************/


/*******  Generic Blurb/Caption  *******/
p.blurb {
    display:block; padding: 15px 20px; margin:0;
    font-size:14px; line-height:18px;
    color:#656565;
}
p.blurb { background-color:#f9f9f6; border:1px solid #e5e5e1; }
/***************************************/

/*******  Sidebar Forms  *******/
#sidebar form {
    border: 5px solid #e5e5e1; padding:15px;
    font-size:14px; line-height:18px;
}
#sidebar form h3.form-title {
    font-size:24px; font-weight:normal; line-height:25px; text-transform: uppercase;
}
/*
#sidebar form input[type="submit"] {
    background:none;
    font-family:"Roboto Condensed"; font-weight:bold; font-size:18px; color:#c7c7c7;
}*/

/*******************************/

/*******  Accordion  *******/
.collapsible-content { border-bottom: 1px solid #e5e5e1; }
.collapsible-content * { box-sizing:border-box; }
.collapsible-content > .title {
    position:relative;
    display:block; width:100%; padding: 15px 50px 15px 20px; background-color:#f9f9f7;
    line-height:26px; font-size:20px; color:#0084e0;
    cursor: pointer;
    transition: color 0.2s linear;
}
.collapsible-content > .title:after { content:"\f107"; font-family:"FontAwesome"; position:absolute; right:22px; top:50%; line-height:0; }
.collapsible-content.open > .title { color:#484d52; }
.collapsible-content > .title:hover { color:#484d52; }
.collapsible-content.open > .title:after { content:"\f106" }

.collapsible-content > .content { overflow:hidden; }
.collapsible-content > .content > .in {
    padding:16px 20px;
    font-size:16px; line-height:24px;
}

.end-collapsible-content { padding:16px 0; }
/***************************/

/*******  Feature Content  *******/
/* Override list styling */
#body-core .featured-content a:hover { text-decoration: none; }
#main .featured-content ul { border:0; }
#main .featured-content li { border:0; overflow:hidden; }
#main .featured-content li:before { content:''; }
#main .featured-content li:after { content:''; }

#content .featured-content .category-selector {
    position:relative; padding:0 18px; height:75px;
    background:white; border:2px solid #b73d30; color:#b73d30;
    font-family:"Roboto Condensed"; font-size:32px; font-weight:bold; line-height:75px;
}
#content .featured-content .category-selector:before {
    content:"";
    width:100px; height:100px;
    background-color:blue;
    position:absolute; right:0;
}
.featured-content .category-link {
    position:relative; z-index:10;
    display:inline-block; padding:0 25px; margin:5px; line-height:45px;
    font-size: 18px; color:#65655e;
    background-color:#f5f4f0; border: 1px solid #e0dfdb;
}
.featured-content .category-link.active,
.featured-content .category-link:hover { background-color:#b75348; color:#ffffff; }

.featured-content li > a { display:block; padding:0; overflow:hidden; }

.featured-content .category-contents { display:none; padding-top:0px; clear:both; text-align:center; }
.featured-content .category-contents.no-children { text-align:left; }
.featured-content .category-contents .category-contents { text-align:left; }
.featured-content .category-contents.category-contents-overridden,
.featured-content .category-contents.category-contents- { display:block; }
.featured-content .slide-wrapper { display:table; margin:0 auto; width:100%; }
/*.featured-content .caroufredsel_wrapper { height:300px !important; }*/
.featured-content .thumbnail-wrapper { height:188px; margin:0 -2000px;}
    .featured-content .thumbnail-wrapper.blue,
    .featured-content .blue .entry-header { margin:0; position:static; }
    .featured-content .thumbnail-wrapper.green,
    .featured-content .green .entry-header { margin:0; position:static; }
    .featured-content .thumbnail-wrapper.purple,
    .featured-content .purple .entry-header { margin:0; position:static; }
    .featured-content .thumbnail-wrapper.orange,
    .featured-content .orange .entry-header { margin:0; position:static; }
    .featured-content .thumbnail-wrapper.brown,
    .featured-content .brown .entry-header { margin:0; position:static; }
    .featured-content .thumbnail-wrapper.blue .thumb-placeholder { background-color:#3c7e94; border:1px solid #367185; position:absolute; top:0; left:0; bottom:0; right:0; }
    .featured-content .thumbnail-wrapper.green .thumb-placeholder { background-color:#86a532; border:1px solid #77922c; position:absolute; top:0; left:0; bottom:0; right:0; }
    .featured-content .thumbnail-wrapper.purple .thumb-placeholder { background-color:#946398; border:1px solid #8b5d8f; position:absolute; top:0; left:0; bottom:0; right:0; }
    .featured-content .thumbnail-wrapper.orange .thumb-placeholder { background-color:#d9a90c; border:1px solid #c99d0b; position:absolute; top:0; left:0; bottom:0; right:0; }
    .featured-content .thumbnail-wrapper.brown .thumb-placeholder { background-color:#ad7345; border:1px solid #a36c41; position:absolute; top:0; left:0; bottom:0; right:0; }
.featured-content .thumbnail-wrapper-inside { position:relative; height:100%; }
.featured-content .thumbnail-wrapper-inside img { height:188px; width:auto; }
.featured-content .thumbnail-wrapper-inside .placeholder { height:188px; width:auto; }
.featured-content .entry-header { display:block; max-height:188px; }
.featured-content .entry-header:after {
    content:"";
    display:block;
    position:absolute; top:0; bottom:0; left:0; right:0;
    background-color:black;
    opacity:0;
    transition:opacity 0.2s linear;
}
.featured-content a:hover .entry-header:after { opacity:0.2; }
.featured-content .caroufredsel_wrapper .entry-header > .thumb-placeholder { margin:0 auto; box-sizing:border-box; }
.featured-content .media-type-wrapper { text-align:left; height:0; position:absolute; bottom:0; }
.featured-content .media-type {
    position:absolute; z-index: 1; bottom:0; left:0;
    display:inline-block; height:31px; padding:0 8px;
    background-color: #b73d30; color:white;
    font-family:"Roboto Condensed"; font-size:15px; font-weight:bold; text-transform:uppercase; line-height:31px;
}
.featured-content .media-type .fa { margin-left:10px; }
.featured-content .headline {
    max-width:300px; margin-top:15px;
    font-size:26px; font-family:"Roboto Condensed"; font-weight:lighter; line-height:30px;
}
.featured-content .caroufredsel_wrapper { margin:0 !important; }
.featured-content .caroufredsel_nav a {
    background:url('images/slider-arrows-big.png') no-repeat !important;
    transition:none;
    width:40px; height:40px;
    top:auto;
    bottom:218px;
}
.featured-content .caroufredsel_nav a i.fa { display:none; }
.featured-content .caroufredsel_nav a.prev { background-position:left top !important; }
.featured-content .caroufredsel_nav a.prev:hover { background-position:left bottom !important; }
.featured-content .caroufredsel_nav a.prev:before { content:none; }
.featured-content .caroufredsel_nav a.next { background-position:right top !important; }
.featured-content .caroufredsel_nav a.next:hover { background-position:right bottom !important; }
.featured-content .caroufredsel_nav a.next:before { content:none; }

/*** Overrides for carousel template ***/

/*Hide the carousel until it has rendered*/
.sc-carousel.sc-carousel ul { display:none; }
.sc-carousel.sc-carousel .caroufredsel_wrapper ul { display:block; }
/*****************************************/

.featured-content .category-contents { height:auto !important; }
/*#main .featured-content.featured-content-carousel li:only-child { max-width:200px !important; margin:0 auto; float:none; }*/
.featured-content.featured-content-carousel .caroufredsel_wrapper { position:relative !important; height:330px !important; }/*
.featured-content.featured-content-carousel .caroufredsel_wrapper > ul { position:absolute !important; }*/
.featured-content.featured-content-carousel .slide-wrapper { position:relative; max-width:330px; margin:0 auto; color:#595959; }
.featured-content.featured-content-carousel .slide-wrapper:hover { color:#0084e0; }
.featured-content.featured-content-carousel .entry-header { display:inline-block; }
.featured-content.featured-content-carousel .thumbnail-wrapper {
    display:block; margin:0; width:100%; height:0; padding-bottom:66.67%;
    position:relative;
    overflow:hidden;
}
.featured-content.featured-content-carousel .thumbnail-wrapper-correct-height {
    position:absolute;
    left:0; right:0; top:0; bottom:0;
}
.featured-content.featured-content-carousel .thumbnail-wrapper-inside {
    display:table; width:100%; height:100%;
    position:absolute; top:0; left:0; right:0; bottom:0;
    background-color: #e6e5e1;
}
.featured-content.featured-content-carousel .entry-header {
    display:table-cell;
    height:100%;
    vertical-align:middle;
}
.featured-content.featured-content-carousel .thumbnail-wrapper-inside img { width: 100%; height:auto; }
/*.featured-content.featured-content-carousel .thumbnail-wrapper-inside img { width:100%; display:table; vertical-align:middle; height:auto; }*/


/*** Overrides for grid template ***/
.featured-content-grid { display:block; height:auto !important; }
.featured-content-grid .clip-excerpt { color:#0084e0; }
.featured-content-grid .clip-excerpt:before { content:" Read More "; }
.featured-content-grid .clip-excerpt:after { content:"\F105"; font-family:FontAwesome; font-size:17px; }
.featured-content-grid .category-contents.no-children { margin-right:-120px; padding-top:20px; padding-right:90px; }
.featured-content-grid .thumbnail-wrapper { height:auto; }
.featured-content-grid .text-wrapper { height:180px; color:#595959; }
.featured-content-grid .slide-wrapper { display:block; margin:0; width:100%; }
.featured-content-grid .slide-wrapper:hover .text-wrapper { color:#0084e0; }
.featured-content-grid li .thumbnail-wrapper { margin:0; }
.featured-content-grid .entry-header { position:relative; max-height:none; height:0; padding-bottom:66.66%; overflow:hidden; margin:0 -2000px; }
#main .featured-content-grid ul { margin:0; }
.featured-content-grid li { float:left; width:33.33%; padding-right:30px; box-sizing:border-box; -moz-box-sizing:border-box; }
.featured-content-grid .thumbnail-wrapper-inside img { position:absolute; left:0; right:0; top:0; width:auto; height:100%; margin:0 auto; }
.featured-content-grid .headline { max-width:none; font-size:20px; font-weight:normal; line-height:1.13em; margin-bottom:8px; }
    .featured-content-grid .headline { font-size:2.4vw; }
    @media screen and (min-width:1210px) {
        .featured-content-grid .headline { font-size:30px; }
    }
    @media screen and (max-width:850px) {
        .featured-content-grid .headline { font-size:3.54vw; }
    }
    @media screen and (max-width:568px) {
        .featured-content-grid .headline { font-size:30px; }
    }
.featured-content-grid .guide-blurb { font-size:16px; line-height:20px; }


/* Pagination Buttons */
.featured-content-grid .pagination {
    clear:both;
    text-align:center;
}
.featured-content-grid .pagination-button {
    display:inline-block;
    text-align:center;
    margin-top:10px;
    width:40px;
    line-height:40px;
    background-color:#f5f4f0;
    border:1px solid #e0e0de;
    box-sizing:border-box;
    cursor:pointer;
    font-weight:bold;
}
.featured-content-grid .pagination-button:hover,
.featured-content-grid .pagination-button.active { background-color:#b85349; border:0; color:white; }
.featured-content-grid .pagination-button+.pagination-button { margin-left:10px; }

/*********************************/

/*******  DI Subscription Form  *******/
.daily_inspiration_subscribe_form .message {
    display:block;
    font-weight:bold;
    margin-top:8px;
    margin-bottom:-6px;
}
.daily_inspiration_subscribe_form .message.error-warning {
    color:#b73d30;
}
/**************************************/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * /