/* Screen.css | May 29, 2025 @7:54:40 PM  */

/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Open Sans:300");
@import url("https://fonts.googleapis.com/css?family=Open Sans:300italic");
@import url("https://fonts.googleapis.com/css?family=Open Sans:regular");
@import url("https://fonts.googleapis.com/css?family=Open Sans:italic");
@import url("https://fonts.googleapis.com/css?family=Open Sans:600");
@import url("https://fonts.googleapis.com/css?family=Open Sans:600italic");
@import url("https://fonts.googleapis.com/css?family=Open Sans:700");
@import url("https://fonts.googleapis.com/css?family=Open Sans:700italic");
@import url("https://fonts.googleapis.com/css?family=Open Sans:800");
@import url("https://fonts.googleapis.com/css?family=Open Sans:800italic");
@import url("https://fonts.googleapis.com/css?family=Montserrat:regular");
@import url("https://fonts.googleapis.com/css?family=Montserrat:700");

body {
font-family:Open Sans;
min-width:980px;
background-image: none;
background-color: #fff;
background-repeat: repeat-x;
}

.wrapper {
width:1040px;
margin: auto;
background: #fff;
padding: 0 30px 0 30px;
box-sizing: border-box;
}

.wrapper.nopadding {
padding: 0;
}

.wrapper.content {
padding: 0 30px 30px 30px;
}

.wrapper:after {
content:"";
display:block;
clear:both;
}
.column-widget .wrapper{
background:none;
}
.placeholder-widget {
clear: both;
}

span {
    vertical-align: baseline;
}

/* Header */

header.main {
float: left;
}

.logo {
float: left;
padding: 15px;
}

.logo img {
width: 270px;
height: auto;
}

.header-right {
float: right;
width: 680px;
box-sizing: border-box;
padding: 15px;
text-align: right;
}

.header-right .btn {
padding: 0 15px 0 15px;
height: 25px;
line-height: 25px;
}

.header-right .btn.social {
font-size: 0;
width: 25px;
padding: 0;
background-color: #d6d6d6;
text-align: center;
}

.header-right .btn.social span {
font-size: 18px;
padding-top: 3px;
}

nav .search {
padding: 22px 22px 0 22px;
float: right;
height: 75px;
box-sizing: border-box;
width: 250px;
}

nav .search input {
width: 190px;
height: 30px;
line-height: 30px;
padding: 0 15px 0 15px;
box-sizing: border-box;
background: #fff;
border: none;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
position: relative;
left: 20px;
margin-left: -20px;
top: 1px;
z-index: 1;
color: #333;
}

nav .search button {
width: 30px;
height: 30px;
padding: 0;
position: relative;
z-index: 2;
top: 2px;
}

/* Main Navigation */

header.main nav {
float: left;
width: 100%;
background: #3c5dab;
min-height: 75px;
}

header.main .navigation-widget {
float: left;
max-width: 750px;
text-align: left;
}

header.main .navigation-widget a {
color: #fff;
font-size: 16px;
font-weight: 300;
padding: 10px;
z-index: 100;
}

header.main .navigation-widget .l1 > a {
line-height: 75px;
padding: 0 25px 0 25px;
}

header.main .navigation-widget .l1:hover > a {
background-color: #d88332;
}

header.main .navigation-widget .l1 > a.active {
background: #1d3161;
}

header.main .navigation-widget h5 a {
border-bottom: 1px solid rgba(255,255,255,0.5);
}

header.main .navigation-widget h5 a:hover {
color: #d88332;
border-color: rgb(255,255,255)
}

header.main .navigation-widget h5:first-child {
margin-top: 0;
}

.navigation-widget .meganav .submenu {
z-index: 500;
}

header.main .navigation-widget .submenu ul {
margin: 10px 0 0 0;
}

header.main .navigation-widget .submenu ul li a {
color: #d88332;
font-size: 12px;
padding: 5px 20px 5px 20px;
}

header.main .navigation-widget .submenu ul li:hover a {
color: #fff;
background: rgba(255,255,255,0.1);
}

.navigation-widget .meganav ul.menu > li:hover .submenu {
background-color: #1d3161;
}

/* Navigation Whitespace Fix */

.navigation-widget .meganav .submenu .section {
float: left;
}

/* General Styles */

a:not(.slide), 
button,
#template form.formWizForm input[type=submit],
input[type=submit] {
-o-transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
}

a {
color: #3c5dab;
}

a:hover {
color: #d88332;
}


.btn,
#template form.formWizForm input[type=submit],
input[type=submit],
button,
.item-nav a {
color: #fff;
font-size: 13px;
line-height: 14px;
text-decoration: none;
font-family:Montserrat;
text-transform: uppercase;
padding: 10px 15px 10px 15px;
background-color: #d88332;
display: inline-block;
border: none;
border-radius: 25px;
box-sizing: border-box;
cursor: pointer;
}

.btn.small {
padding: 5px 10px 5px 10px;
}

.btn:hover,
#template form.formWizForm input[type=submit]:hover,
input[type=submit]:hover,
button:hover,
.header-right .btn.social:hover,
.item-nav a:hover {
color: #fff;
background-color: #3c5dab;
}

.module img {
max-width: 100%;
height: auto;
}

.module iframe {
max-width: 100%;
}

blockquote {
position: relative;
margin: 0 0 1em -30px;
padding: 35px 35px 35px 100px;
box-sizing: border-box;
font-style: italic;
font-weight: 300;
background: -moz-linear-gradient(left,  rgba(241,241,241,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(left,  rgba(241,241,241,1) 0%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left,  rgba(241,241,241,1) 0%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left,  rgba(241,241,241,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(241,241,241,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#00ffffff',GradientType=1 );
}

blockquote:before {
content: "\f10d";
color: #d6d6d6;
font-size: 40px;
font-style: normal;
font-family: FontAwesome;
position: absolute;
left: 30px;
top: 30px;
}

ul li.odd {
background: rgba(255, 255, 255, 0.2);
}

h2 {
color:#1d3161;
font-size:36px;
line-height: 36px;
background-color:transparent;
margin-top:0;
margin-bottom:30px;
margin-left:0;
margin-right:0;
}

h3 {
color: #1d3161;
font-size: 22px;
margin: 0 0 20px 0;
}

h4 {
color:#1d3161;
font-size:20px;
background-color:transparent;
margin-top:0;
margin-bottom:20px;
margin-left:0;
margin-right:0;
}

/* Banner Widget */

.home-template-type .content > .banner-module {
margin-bottom: 30px;
}

.banner-widget .captions {
background: none;
text-align: left;
left: 0;
right: auto;
top: auto;
bottom: 0;
width: 100%;
height: auto;
max-height: 395px;
overflow-y: auto;
box-sizing: border-box;
text-shadow: 1px 1px 5px #000;
}

.banner-widget .btn {
text-shadow: none;
}

.banner-widget h2 {
color: #fff;
font-size: 38px;
line-height: 38px;
margin-bottom: 15px;
}

.banner-widget button {
color: #fff;
text-transform: uppercase;
background-color: transparent;
border-top: 3px solid #99a3bc;
padding: 20px 20px 0 20px;
border-radius: 0;
float: left;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
filter: alpha(opacity=75);
-moz-opacity: 0.75;
-khtml-opacity: 0.75;
opacity: 0.75;
text-shadow: 1px 1px 5px #000;
}

.banner-widget button.current, .banner-widget button:hover {
border-top-color: #3c5dab;
color: #fff;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}

.banner-widget p {
clear: both;
padding: 20px 0 20px 0;
}

.banner-widget button:first-of-type,
.banner-widget button:last-of-type {
padding-right: 0;
padding-left: 0;
}

/* Breadcrumb Trail */

.breadcrumbs-widget {
font-size: 14px;
padding: 30px 0 30px 0;
}

.breadcrumbs-widget span {
vertical-align: top;
}

.breadcrumbs-widget a, .breadcrumbs-widget .separator {
text-decoration: none;
margin-right: 10px;
}

.breadcrumbs-widget li:first-child a:before {
content: "\f015";
display: inline-block;
font-family: FontAwesome;
font-size: 25px;
margin-right: 10px;
position: relative;
top: -2px;
}

.breadcrumbs-widget strong {
font-weight: normal;
}

/* Church Search */

.church-search {
width: 100%;
height: 290px;
line-height: 290px;
margin-top: 30px;
background: url('/storage/themes/3486/find-a-church.jpg');
text-align: center;
position: relative;
}

.church-search h1 {
line-height: 290px !important;
}

.church-search form {
display: inline-block;
}

/* Inline Banners */

.banner {
position: relative;
margin-top: 30px;
}

/* To Top Button */

.to-top {
color: #fff;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-size: 10px;
font-weight: 100;
position: absolute;
top: 0;
right: 10px;
z-index: 5;
display: inline-block;
width: 80px;
height: 40px;
letter-spacing: 1px;
line-height: 55px;
border-bottom-left-radius: 80px;
border-bottom-right-radius: 80px;
background-color: rgba(60,93,171,0.8);
}

.to-top:before {
content: "\f106";
display: inline-block;
position: absolute;
top: 5px;
left: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateX(-50%);
font-size: 28px;
line-height: 18px;
font-family: FontAwesome;
}

/* Sidebar */

.content-block {
margin-left: 0;
margin-right: 290px;
}

.content-block .placeholder-widget {
clear: none;
}

.sidebar {
width: 250px;
box-sizing: border-box;
float: right;
padding: 20px;
box-sizing: border-box;
}

.sidebar.gray {
background-color: #f3f3f3;
}

.sidebar img {
width: 250px;
max-width: none;
height: auto;
position: relative;
margin-left: -20px;
}

.sidebar .blogs-module.compact-mode,
.sidebar .blogs-module.compact-mode h3.title,
.sidebar .blogs-module.compact-mode span.date {
text-align: left;
}

.sidebar .blogs-module.compact-mode h2:after {
display:none;
}

.sidebar-link {
display: inline-block;
position: relative;
margin-top: 30px;
}

.sidebar-link span {
color: #fff;
font-size: 23px;
letter-spacing: -1px;
position: absolute;
bottom: 20px;
left: 35px;
}

.sidebar-link:after {
content: "\f105";
color: #fff;
font-size: 25px;
font-family: FontAwesome;
line-height: 50px;
padding-left: 6px;
box-sizing: border-box;
position: absolute;
left: 0;
bottom: 10px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
width: 25px;
height: 50px;
background: #3c5dab;
}

.sidebar-link:hover:after {
background: #d88332;
}

/* Team Thumbnail Navigation */

.navigation-widget.thumbnail ul.menu {
margin: 0;
}

.navigation-widget.thumbnail .item {
background: #e5e5e5;
padding: 0;
margin-bottom: 13px;
padding-bottom: 20px;
}

.navigation-widget.thumbnail.four-columns .item {
width: 235px;
min-height: 253px;
margin-left: 13px;
}

.navigation-widget.thumbnail.five-columns .item {
width: 185px;
min-height: 253px;
margin-left: 13px;
}

.navigation-widget.thumbnail.five-columns .item:nth-child(5n+1) {
margin-left: 0;
}

.navigation-widget.thumbnail.four-columns .item:hover a {
color: #d88332;
}

.navigation-widget.thumbnail.four-columns .item .thumb a {
background-size: 100% auto;
}

.navigation-widget.thumbnail.four-columns .item:hover .thumb a {
background-size: 110% auto;
}

.navigation-widget.thumbnail .title, .navigation-widget.thumbnail .subtitle, .navigation-widget.thumbnail .description {
padding: 0 20px 0 20px;
margin: 0;
}

.navigation-widget.thumbnail .title a {
color: #1d3161;
font-size: 18px;
font-weight: bold;
padding-top: 20px;
margin: 0;
}

.navigation-widget.thumbnail .subtitle {
display: block;
font-size: 15px;
font-weight: 300;
font-style: italic;
}

.navigation-widget.thumbnail .description {
font-size: 15px;
font-weight: 300;
padding: 20px;
}

.navigation-widget.thumbnail.four-columns .item:nth-child(4n+1) {
margin-left: 0;
}

.navigation-widget.thumbnail .thumb, .navigation-widget.thumbnail .thumb a {
width: 100%;
height: 149px;
}

/* Team Profile Page */

.navigation-widget.national-team {
float: right;
width: 235px;
background: #F3F3F3;
padding: 20px;
box-sizing: border-box;
}

.navigation-widget.national-team:before {
content: "National Team Members";
color: #1d3161;
text-transform: uppercase;
font-size: 18px;
font-weight: bold;
}

.member-profile-template .columns-widget, .member-profile-template .form-builder-module {
float: left;
width: 715px;
clear: none;
}

.member-profile-template table {
font-size: 14px;
margin-top: 20px;
vertical-align: top;
}

.member-profile-template table td:first-child {
font-weight: bold;
}

.member-profile-template form.formWizForm {
position: relative;
margin: 20px 0 0 -30px;
padding: 30px;
border-top: 2px solid #e5e5e5;
border-radius: 0;
background: -moz-linear-gradient(left,  rgba(241,241,241,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(left,  rgba(241,241,241,1) 0%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left,  rgba(241,241,241,1) 0%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left,  rgba(241,241,241,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(241,241,241,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#00ffffff',GradientType=1 );
}

.member-profile-template form.formWizForm h3 {
font-size: 22px;
color: #1d3161;
}

.member-profile-template form.formWizForm .desc {
font-size: 20px;
border: none;
margin: 30px 0 20px 0;
padding: 0;
}

/* Pitch & Praise Home Page */

.pitch-praise-home-template .content > .banner-module {
margin-top: -85px;
margin-bottom: 30px;
}

.pitch-praise-home-template .content .breadcrumbs-widget {
color: #fff;
position: relative;
z-index: 5;
padding: 30px 0 30px 30px;
box-sizing: border-box;
}

.pitch-praise-home-template .content .breadcrumbs-widget a {
color: #fff;
}

.pitch-praise-home-template .content .breadcrumbs-widget a:hover {
color: #ddd;
}

/* Added Icons */

.item-commentlink a:first-child:before,
.item-commentlink a:last-child:before,
.store-module .viewcart a:before,
.store-module .checkout a:before,
.store-module #checkout:before,
.store-module #continue:before,
.forum-module a[href^="?b=2"]:before {
font-family: FontAwesome;
content: "\f086";
display: inline-block;
padding: 0 5px 0 15px;
color: #333;
font-size: 24px;
position: relative;
top: -4px;
}

/* Audio Video Resources */

.audio-video-module .item-permalink {
position: absolute;
right: 10px;
top: 10px;
}

.audio-video-module .item-permalink .btn {
margin: 0;
}

/* Blog Styles */

.blogs-module .blog-sidebar {
float: right;
width: 250px;
background: #e5e5e5;
padding: 20px;
box-sizing: border-box;
}

.blogs-module .blog-sidebar h4 {
color: #1d3161;
font-size: 18px;
text-transform: uppercase;
margin: 0 0 5px 0;
border-bottom: none;
}

.blogs-module .blog-sidebar h4 a {
color: #1d3161;
text-decoration: none;
}

.blogs-module .blog-sidebar .btn {
margin-top: 10px;
}

.blogs-module .blog-sidebar .archives,
.blogs-module .blog-sidebar .recent-posts,
.blogs-module .blog-sidebar .other-blogs {
margin-top: 30px;
}

.blogs-module .blog-sidebar .recent-posts a,
.blogs-module .blog-sidebar .other-blogs a {
color: #d46f02;
font-size: 14px;
text-decoration: none;
position: relative;
padding-left: 15px;
box-sizing: border-box;
display: inline-block;
}

.blogs-module .blog-sidebar .recent-posts a:before,
.blogs-module .blog-sidebar .other-blogs a:before {
content: "\f105";
font-family: FontAwesome;
display: inline-block;
position: absolute;
left: 0;
top: 2px;
}

.blogs-module .blog-sidebar .recent-posts a:hover,
.blogs-module .blog-sidebar .other-blogs a:hover {
padding-left: 20px;
}

.blog-sidebar .btn {
display: block;
width: 100%;
}

.blogs-module .item .meta {
display: none;
}

.blogs-module.full-mode .item-list .item {
padding: 0 0 30px 0;
border-bottom: 2px solid #e5e5e5;
margin-bottom: 30px;
}

.blogs-module.full-mode .item-list .item:after {
content: '';
display: block;
clear: left;
}

.blogs-module .item-list .item p.date {
color: #fff;
background-color: #3c5dab;
display: block;
width: 100px;
height: 100px;
padding: 20px 0 0 20px;
margin: 0;
text-align: left;
box-sizing: border-box;
border-bottom-right-radius: 120px;
position: absolute;
top: 0;
left: 0;
}

.blogs-module .item-list .item p.date .month {
background-color: transparent;
font-size: 22px;
line-height: 22px;
font-weight: 300;
padding: 0;
}

.blogs-module .item-list .item p.date .day {
font-size: 28px;
line-height: 28px;
font-weight: normal;
padding: 0;
}

.blogs-module .item-list .item p.date .weekday {
display: none;
}

.blogs-module.full-mode .blog-header {
background-color: #1d3161;
padding: 20px 20px 20px 120px;
color: #FFF;
}

.blogs-module.full-mode .blog-header h3 {
margin: 0;
}

.blogs-module.full-mode h3 a {
color: #fff;
font-size: 26px;
line-height: 28px;
font-weight: normal;
}

.blogs-module.full-mode span.date {
color: #fff;
font-size: 14px;
font-style: italic;
font-weight: 300;
display: inline-block;
}

.blogs-module .item-list .item .blog-header .author {
display: none;
}

.blogs-module.full-mode .details {
margin-bottom: 30px;
}

.blogs-module.full-mode .item-permalink {
float: left;
}

.blogs-module .item-commentlink a {
color: #000;
font-size: 10px;
text-decoration: none;
font-family:Montserrat;
text-transform: uppercase;
padding: 0 15px 0 35px;
background-color: #e5e5e5;
display: inline-block;
border: none;
border-radius: 25px;
box-sizing: border-box;
cursor: pointer;
position: relative;
margin-left: 10px;
height: 34px;
line-height: 34px;
}

.blogs-module .item-commentlink a:hover {
background: #d4d4d4;
}


.item-commentlink a:last-child:before {
content: "\f044";
}

.item-commentlink a:first-child:before, .item-commentlink a:last-child:before {
font-size: 20px !important;
position: absolute;
top: 0;
left: 10px;
padding: 0;
}

.item-commentlink span {
display: none;
}

.item-comments h4 {
padding-top: 40px;
padding-bottom: 20px;
}

.item-comments p {
margin-top: 20px;
}

/* Blog Compact */

.blogs-module.compact-mode, .twitter-module {
text-align: center;
}

.twitter-module {
font-size: 14px;
}

.twitter-module .item {
border-bottom: 1px solid #eee;
padding-bottom: 20px;
}

.twitter-module .item:last-child {
border-bottom: 0;
}

.blogs-module.compact-mode h2, .twitter-module h2, .content-module.home h2 {
color: #3c5dab;
font-size: 22px;
text-transform: uppercase;
}

.blogs-module.compact-mode h2:after, .twitter-module h2:after, .content-module.home h2:after {
content: " \A ";
display: block;
width: 30px;
height: 15px;
border-bottom: 2px solid #3c5dab;
white-space: pre;
margin: auto;
}

.blogs-module.compact-mode .item .title {
margin: 0;
}

.blogs-module.compact-mode .item .title a {
color: #d88332;
font-size: 20px;
font-weight: 600;
}

.blogs-module.compact-mode span.date {
color: #2a2a2a;
font-size: 12px;
font-weight: 300;
text-transform: uppercase;
}

.blogs-module.compact-mode .details {
font-size: 14px;
margin-bottom: 30px;
}

.blogs-module.compact-mode p.date {
width: auto;
height: auto;
background-color: #3c5dab;
border-radius: 0;
padding: 10px;
color: #fff;
position: static;
float: left;
margin: 0 20px 20px 0;
text-align: center;
display: none;
}

.blogs-module.compact-mode h3.title {
line-height: 22px;
}

.blogs-module.compact-mode h3.title,
.blogs-module.compact-mode span.date {
text-align: center;
padding-left: 0;
}

.blogs-module.compact-mode .details {
clear: left;
}

.blogs-module .newer-item, .blogs-module .older-item {
font-size: 0;
line-height: 0;
}

.blogs-module .newer-item:before {
content: 'Prev';
display: block;
font-size: 13px;
line-height: 12px;
}

.blogs-module .older-item:before {
content: 'Next';
display: block;
font-size: 13px;
line-height: 12px;
}

/* Resource Module */
/* 
#template .resources-module .container {
border: 1px solid #ddd;
box-sizing: border-box;
overflow: hidden;
margin-bottom: 40px;
}

#template .resources-module:last-child .container {
margin-bottom: 0;
}

#template .resources-module h2 {
margin-bottom: 10px;
}

#template .resources-module h3 {
margin: 0;
max-width: 80%;
line-height: 22px;
padding-bottom: 10px;
}

#template .resources-module h4 {
margin: 0;
line-height: 20px;
padding-bottom: 10px;
}

#template .resources-module.full-mode .media {
margin: 0;
}

#template .resources-module.full-mode .media .media-player {
display: none;
}

#template .resources-module.full-mode .media .media-meta {
width: 100% !important;
box-sizing: border-box;
background-color: #eee;
padding: 20px;
margin: 0;
position: relative;
}

#template .resources-module.full-mode .media .media-meta .media-description {
font-size: 14px;
max-width: 86%;
}

#template .resources-module.full-mode .media .media-meta .buttons {
position: absolute;
top: 20px;
right: 20px;
}

#template .resources-module.full-mode .media-extended {
padding: 20px;
width: 100%;
box-sizing: border-box;
}

#template .resources-module.full-mode .item-list {
height: auto;
max-height: 400px;
}

.resources-module.full-mode .item-list .item {
padding: 0 0 20px 0;
margin-bottom: 20px;
border-bottom: 1px solid #eee;
width: 100%;
}

.resources-module.full-mode .item-list .item:last-child {
margin-bottom: 0;
padding: 0;
border: none;
}

.resources-module .list-controls {
padding: 0 0 20px 0;
}

.resources-module .details {
position: relative;
}

.resources-module .details .media-date {
position: absolute;
top: 0;
right: 0;
}

.resources-module .item-list .media-description + a {
display: none;
}
*/
/* Store */

.store-module .store-sidebar {
width: 180px;
margin-top: 10px;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.5);
}
.store-module .store-sidebar > div {
padding: 10px;
background: none;
border: none;
margin: 0;
}
.store-module .featured .item {
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.2);
border: none;
}
.store-module .item .category {
background: none;
border: none;
}
.store-module .featured {
margin: 0;
}
.store-module .featured .item {
height: auto;
padding: 0;
margin: 0 0 10px 10px;
}
.store-module .featured .thumbnail {
width: 100%;
height: auto;
margin: 0 0 10px 0;
}
.store-module p.subtotal {
display: inline-block;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.2);
padding: 10px;
margin-top: 10px;
}
.store-module .store_nav ul.user_nav li {
display: inline;
}
.store-module .viewcart a:before {
content: "\f07a";
}
.store-module .checkout a:before,
.store-module #checkout:before {
content: "\f18e";
}
.store-module #continue:before {
content: "\f08b";
}
.store-module .item .gallery {
margin-bottom: 10px;
}
.store-module .item .gallery .thumbnail {
width: 400px;
height: auto;
max-height: 400px;
}
.store-module .item .gallery .images {
width: 400px;
}
.store-module .item .gallery .images a {
width: 100px;
height: 100px;
}
/* Events */

.events-module .list-controls {
padding: 10px 0;
}

#template .events-module .list-controls {
line-height: normal;
}

.events-module p.date {
color: #fff;
background-color: #3c5dab;
display: block;
width: 100px;
height: 100px;
padding: 20px 0 0 20px;
margin: 0;
text-align: left;
box-sizing: border-box;
border-bottom-right-radius: 120px;
position: absolute;
top: 0;
left: 0;
}

.events-module p.date .month {
background-color: transparent;
font-size: 22px;
line-height: 22px;
font-weight: 300;
}

.events-module p.date .day {
font-size: 28px;
line-height: 28px;
font-weight: normal;
}

.events-module p.date .weekday {
display: none;
}

.events-module.full-mode h3.title {
color: #fff;
background-color: #1d3161;
padding: 20px 20px 35px 120px;
}

.events-module.full-mode h3.item-title a {
color: #fff;
font-size: 26px;
line-height: 28px;
font-weight: normal;
}

.events-module.full-mode:not(".calendar") span.date {
color: #fff;
font-size: 14px;
font-style: italic;
font-weight: 300;
display: inline-block;
padding: 0 20px 0 120px;
position: relative;
top: -55px;
}

.events-module .item .btn, .modal-dialog-window .btn {
width: auto;
box-sizing: border-box;
margin-top: 10px;
padding: 5px 10px 5px 10px;
}
.events-module.full-mode .item-list .item {
padding: 0 0 10px 0;
margin-bottom: 40px;
}
.modal-dialog-window .dialog a.close {
top: 5px;
right: 5px;
line-height: normal;
}
.modal-dialog-window .dialog h3 {
margin-bottom: 10px;
}

.events-module.full-mode dl {
margin: 0 30px 10px 30px;
}

/* Message Board */
.forum-module a[href^="?b=2"]:before {
content: "\f044";
}

.forum-module td {
padding: 10px;
}

/* Column Gutters */

.col > div {
background-color:transparent;
padding-left:17.5px;
padding-right:17.5px;
}


.content-module.gray blockquote {
padding: 15px 15px 15px 100px;
max-width: 100%;
margin: 0 0 20px -10px;
}

.include-widget {
margin: 0 !important;
}
/* Vertical Navigation */

.content .navigation-widget.vertical ul a:not(.arrow) {
font-size: 13px;
color: #666;
-webkit-transition: .1s ease-in;
transition: .1s ease-in;
padding: 5px 10px 5px 20px;
}
.content .navigation-widget.vertical ul a:hover, .content .navigation-widget.vertical ul li.active a {
color: #d88332;
}
.content .navigation-widget.vertical ul {
width: 100%;
}
.content .navigation-widget.vertical ul li {
list-style-type: none;
border-bottom: 1px solid #E7E4E1;
}
.content .navigation-widget .vertical > ul > li {
margin-top: 1px;
background-color: #F3F3F3;
padding: 5px 0;
}
.content .navigation-widget .vertical .l1:last-child {
border-bottom: none;
}
.content .navigation-widget .vertical > ul > li > a {
text-transform: uppercase;
}

.content .navigation-widget .vertical > ul > li ul li {
padding: 2px 0 2px 10px;
}

/* Store */
.store-module .signin fieldset {
height: auto;
padding: 10px 10px 55px 10px;
}
.store-module .cart .price {
text-align: right;
}
/* Message Board */
.forum-module > div {
padding: 0 !important;
}
.forum-module table.boardtable {
background: #eee;
margin-bottom: 30px;
}
.forum-module table.boardtable td {
padding: 10px;
}
.forum-module table.search td {
padding: 10px;
}
.forum-module table.search td.search-head {
background-color: #ddd !important;
}
.forum-module table.search td.search-body {
background-color: #eee !important;
}
.forum-module table.search td.search-body input[type=text] {
margin-left: 10px;
margin-right: 10px;
}
.forum-module table.search td.search-body input[type=submit] {
margin-top: 0;
}
.forum-module a[href^="?b=2"]:before {
content: "\f044";
}
.forum-module > div {
padding: 0 !important;
margin: 0 !important;
}
.forum-module > div > table:nth-of-type(2) td table:nth-of-type(2) {
border-bottom: 1px dotted #222;
}
.forum-module table[cellpadding="8"] {
border-bottom: 1px dotted #333;
}
.forum-module > div > table table:nth-of-type(3) td {
border-bottom: 1px dotted #222;
}
/* Forms */

form.formWizForm {
background: transparent;
border: none;
padding: 0;
margin: 0;
}

body#template form.formWizForm input[type=text], body#template form.formWizForm textarea {
padding: 10px;
border-radius: 10px;
border: 1px solid #9b9b9b;
box-sizing: border-box;
}

#template form.formWizForm div.info {
padding: 5px;
}

body#template form.formWizForm div.emailIcon {
display: none;
}

body#template form.formWizForm .left {
margin-right: 20px;
}

body#template form.formWizForm label {
font-size: 16px;
margin: 10px 0 10px 0;
display: inline-block;
}

form.formWizForm .option input {
margin: 15px 10px 0 0;
}

form.formWizForm select {
max-width: 200px;
width: 100%;
-webkit-appearance: none;
background: #eee;
padding: 10px;
color: #000;
position: relative;
background-image: url('/storage/themes/3486/caret-down.png');
background-repeat: no-repeat;
background-position: 92% center;
border: none;
border-radius: 10px;
font-size: 16px;
}

/* Social */

.social .btn {
padding: 0 15px 0 15px;
height: 25px;
line-height: 25px;
}

.social .btn.social {
color: #3c5dab;
font-size: 0;
width: 25px;
padding: 0;
background-color: #fff;
text-align: center;
}

.social .btn.social span {
font-size: 18px;
padding-top: 3px;
}

/* Footer */
footer.main {
background-color: #3c5dab;
padding: 30px;
}
footer.main .columns-widget {
float: left;
padding: 0 30px 30px 30px;
width: 780px;
box-sizing: border-box;
}
footer.main h2 {
font-size: 16px;
color: #fff;
font-weight: normal;
}
footer.main .navigation-widget a {
color: #b0bad8;
font-size: 14px;
padding: 0;
}
footer.main .navigation-widget ul.menu {
padding-top: 10px;
}
footer.main .navigation-widget .vertical li {
padding: 0;
}
footer.main .navigation-widget .vertical .arrow {
display: none;
}

footer.main h2 {
margin-bottom: 10px;
}

footer.main .social {
width: 260px;
}
footer.main .social h2 {
margin-bottom: 10px;
}
footer.main .social a {
color: #fff;
text-decoration: none;
font-size: 0;
margin-right: 10px;
}
footer.main a:hover {
color: #d88332;
}
footer.main .social a span {
font-size: 30px;
}
footer.main .newsletter {
clear: both;
padding: 30px;
text-align: center;
background-color: #2d457f;
margin:2rem -30px 1rem;
}
footer.main .newsletter h1, .church-search h1 {
color: #fff;
font-size: 29px;
line-height: 45px;
font-style: italic;
margin-right: 30px;
font-weight: normal;
display: inline-block;
}

footer.main .newsletter h1 {
margin-top: 5px;
}

footer.main .newsletter a.subscribe {
padding: 20px 60px 20px 30px;
font-size: 20px;
line-height: 20px;
position: relative;
border-radius: 40px;
}

footer.main .newsletter a.subscribe:after {
content: '\f105';
font-family: FontAwesome;
display: inline-block;
font-size: 30px;
position: absolute;
top: 18px;
right: 30px;
}

footer.main .newsletter a.subscribe:hover {
color: #fff;
}

footer.main .newsletter .content-module, .church-search .content-module {
display: inline-block;
}

footer.main .newsletter input, .church-search input {
padding: 0 30px 0 20px;
height: 45px;
border-top-left-radius: 45px;
border-bottom-left-radius: 45px;
background: #fff;
border: none;
}
footer.main .newsletter button, .church-search button {
font-size: 30px;
line-height: 20px;
width: 45px;
height: 45px;
border-radius: 45px;
position: relative;
margin-left: -28px;
top: 5px;
}

footer.main .newsletter button:before, .church-search button:before {
position: relative;
left: 2px;
}

footer.main p {
color: #fff;
padding-top: 30px;
width: 60%;
margin: auto;
font-size: 10px;
text-align: center;
}
#templatefooter {
position: relative;
margin: -35px 0 0 910px;
}

/* Content Module Styling */

.content-module.gray {
background-color: #F3F3F3;
padding: 10px;
box-sizing: border-box;
}

.content-module.home h2 {
color: #3c5dab;
font-size: 22px;
text-transform: uppercase;
text-align: center;
}

.home-template-type .teaser, .home-template-type .twitter-module, .content-module.home {
padding-top: 15px;
}

.home-template-type .content .col.secondary {
background: #eee;
box-sizing: border-box;
padding-bottom: 17.5px;
}

.teaser .events-module h2 {
font-size: 26px;
}

.teaser .item:last-child {
margin-bottom: 0;
}

.teaser h3 {
font-size: 14px;
margin-bottom: 0;
}

.teaser .events-module .item {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #DDD;
}

/* People Module */

.people-module .details a {
text-decoration: none;
display: inline-block;
padding-bottom: 5px;
}

.people-module .details span a {
padding: 10px 20px 10px 0;
}

.people-module .details span a .fa {
padding-right: 5px;
}

.people-module .profile-search label {
text-transform: uppercase;
font-size: 14px;
display: inline-block;
padding: 9px 5px 0 0;
}

.people-module .grid-item{
min-width:480px;
margin-bottom:20px;
}

.people-module .h-card .details{
height:11.5em;
}

.myaccount-widget{
margin-bottom:0.5em;
}
.myaccount-widget a{
text-decoration:none;
float: right;
margin-left: 10px;
}

.people-module .profile-search {
display: inline-block;
background: #d6d6d6;
padding: 15px;
width: 100%;
text-align: right;
box-sizing: border-box;
border-radius: 5px;
}

.people-module .profile-search label {
display: none;
}

.people-module .profile-search input {
width: 190px;
height: 30px;
line-height: 30px;
padding: 0 15px 0 15px;
box-sizing: border-box;
background: #fff;
border: none;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
position: relative;
left: 20px;
top: 1px;
z-index: 1;
color: #666;
}

.people-module .profile-search button {
width: 30px;
height: 30px;
position: relative;
padding: 0;
z-index: 2;
font-size: 16px;
top: 1px;
}

.people-module .profile-search button span {
display: none;
}

/* Hide Category Tag from Blog Teaser */

.item-list .item .item-category {
display: none;
}

/* Share This Buttons */

#sthoverbuttons {
margin-left: -1px !important;
}

#sthoverbuttons #sthoverbuttonsMain {
background: #222;
width: auto !important;
margin-left: 0 !important;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

#sthoverbuttons .sthoverbuttons-label {
color: #fff !important;
}

#sthoverbuttons-top, #sthoverbuttons-bottom, #sthoverbuttons-shade {
display: none;
}

.striped {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}

.striped tr {
border-top: 2px solid #e0e0e0;
}

.striped thead tr {
border-top: none;
}

.striped tr:nth-child(even) {
background-color: #f1f1f2;
}

.striped td, .striped th {
padding: 10px 15px 10px 15px;
text-align: left;
}

.blue-row {
background: #3c5dab !important;
font-weight: bold;
color: #fff;
}

@media all and (max-width:1100px) {
/* Share This */
#sthoverbuttons {
top: auto !important;
bottom: 0 !important;
width: 100% !important;
text-align: center;
}
#sthoverbuttons .sthoverbuttons-chicklets {
display: inline-block !important;
}
#sthoverbuttons .sthoverbuttons-chicklets > span {
float: none !important;
display: inline-block !important;
height: auto !important;
}
#sthoverbuttons .sthoverbuttons-label {
display: inline-block;
margin-top: 9px !important;
}
#sthoverbuttons #sthoverbuttonsMain {
width: 100% !important;
border-radius: none;
text-align: center;
}
#templatefooter {
padding-bottom: 56px;
}
}

#TWForm8966 h2{
display:none;
}
.form-builder-module{

}


[data-max-width*="512"] .payments-block,
[data-max-width*="512"] .payments-block > *{
    margin-bottom:1rem;
    display: block;
}
.column-widget{

}/* events-module.css | Dec 12, 2024 @11:04:08 AM  */

.blogs-module .entry .item-header,
.blogs-module .item-list-stack .item-header {
  background: #1d3161;
    padding: 1rem 1rem 1rem 12rem;
    position: relative;
    margin:-1.25rem -1.25rem 4rem;
    color:#fff;
min-height:100px;
display: flex;
flex-direction: column;
justify-content: center;

h3,h4{
margin:0;
color:#fff;
a{
text-decoration:none;
}
}

time{
/*background: #3c5dab;
padding: 4px 8px;
display: inline-block;
margin: 0 0 0.5em;
border-radius: 5px;*/


margin: 0;
position: absolute;
color: #fff;
background-color: #3c5dab;
display: block;
width: 100px;
height: 110px;
padding:1rem 10px 2px 1rem;
text-align: left;
box-sizing: border-box;
border-bottom-right-radius: 120px;
top: 0;
left: 0;
border: none;

padding: 2rem 2rem;
font-weight: 100;
font-size: 0.75em;
line-height:1.25em;
text-transform:uppercase;
}

}

.events-module .entry .item-header,
.events-module .item-list-stack .item-header {
    background: #1d3161;
    padding: 1rem 1rem 1rem 12rem;
    position: relative;
    margin:-1.25rem -1.25rem 4rem;
    color:#fff;

}

.blogs-module .entry .item-header,
.events-module .entry .item-header{
    margin:0rem 0 2rem;
    padding: 2rem 2rem 2rem 12rem;

}

.blogs-module .entry .item-header a,
.events-module .entry .item-header a{
    text-decoration:none;
}
.blogs-module .entry .item-title,
.events-module .entry .item-title{
padding-right:22rem;
}
.events-module .startdate-tag {
    margin: 0;
    position: absolute;
    color: #fff;
    background-color: #3c5dab;
    display: block;
    width: 100px;
    height: 110px;
    padding: 1rem 24px 0 0;
    text-align: left;
    box-sizing: border-box;
    border-bottom-right-radius: 120px;
    top: 0;
    left: 0;
    border: none;
}

.events-module .entry .item-actions{
    right:1rem;
}
.events-module .item-list-stack .item:not(:has(.item-image)) .startdate-tag{
    margin:0;
}
.events-module .item-list-stack .item:has(.item-image) .startdate-tag{
    display:block;
}

.events-module .item-list-stack .item .item-image,
.events-module .item-list-stack .item-actions{
    display:none;
}

.events-module .item-list-stack .item-meta{
    padding:0;
}
.events-module .item-list-stack .item:not(:has(.item-image)) .item-meta{
    padding-left:0;
}
.events-module .item-list-stack .item-description-body{
display:inline-block;
}

.teaser-widget .item-list-grid .item .item-image{
display:none;
}
.teaser-widget .item-list-grid .item > div{
background:transparent;
border:none;
}
.teaser-widget .events-module .item-title{
font-size:16px;
}
.teaser-widget .events-module .item time{
font-size:14px;
}
.teaser-widget .events-module .item blockquote{
display:none;
}