@charset "utf-8";
/* CSS Document */



/*
Theme Name: Catholic Bulletin Program Church Website Template
Version: 1.0
Author: Surjith SM
Author URI: http://themeforest.net/user/surjithctly
*/


/******************  Table of Contents  *****************************/

/*

1. GLOBAL STYLES
2. NAVIGATION BAR
3. CAROUSEL
4. UPCOMING EVENT
5. FEATURE BLOCK
6. EVENT LIST
7. CAROUSEL
8. LATEST BLOG
9. LATEST SERMONS
10. IMAGE GALLERY
11. BIBLE QUOTES
12. SUBSCRIBE
13. FOOTER
14. SUB PAGES
15. BLOG
16. SHORTCODES
17. CONTACT US

If you having trouble in editing css, see documentation or please email me on support@surjithctly.in 

*/

/*========== 1. GLOBAL STYLES ==============*/

html {
	background: #494743;
}

body {
	font-family: 'Droid Serif', Arial, sans-serif;
	background:#FFF;
	font-weight:300;
	height: 100%;
	margin: 0;
	padding: 0;
	color:#6F6A66;
	color:#444444;
}
a {
	color:#a92a31;
	text-decoration:none;
}
a:hover, a:focus {
	color: #ea2234;
	text-decoration:none;
}
.link-reverse {
	color:#a92a31;
}
.link-reverse:hover, .link-reverse:focus {
	color:#CA5100;
}
strong, b {
	font-weight:600;
}
p, .paragraph-points, .scripture, .thought-text {
	/* line-height: 1.6; */
	font-size: 13.5pt;
	letter-spacing: -0.02em;
	
}

sup {
    font-size: 0.5em;
    top: -1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight:700;
	font-weight: normal;
	letter-spacing: -0.03em;
}
h1 {
	font-size:40px;
	line-height: 1;
	margin: 18px 0 40px;
	word-spacing:-5px;
}
h2 {
	font-size:60px;
	margin:15px 0;
	word-spacing:-3px;
}
h3 {
	font-size:40px;
	margin: 15px 0 15px 0;
	word-spacing:-3px;
}

.panel-heading h3 {
	word-spacing: 0;	
}

h4 {
    border-bottom: 2px solid #eee;
    font-size: 1.5em;
    margin: 20px 0;
		color: #a92a31;
}


h4 {
    background: none repeat scroll 0 0 #F6F6F6;
    border-top: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    border-radius: 0;
    color: #a92a31;
    font-size: 1.5em;
    margin: 20px 0;
    padding: 8px 8px 8px 20px;
		
}



h5 {
	font-size:18px;
	margin: 20px 0 13px;
	color: #384047;
}
h6 {
	font-size:16px;
	margin:10px 0;
	color: #384047;
}

 @media (max-width:767px) {
h1 {
font-size: 55px;
}
h2 {
font-size: 40px;
}
 h3 {
font-size: 25px;
}
}
.caret {
	margin-top: -3px;
}
.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
.btn {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	white-space: normal;
}
.btn-giant {
	padding: 18px 30px;
	font-size: 32px;
	line-height: 1.33;
	border-radius: 5px;
}
.btn-lg, .btn-group-lg>.btn {
	padding: 14px 25px;
	font-size: 17px;
	line-height: 1.3;
	border-radius: 4px;
}
.input-lg, .form-horizontal .form-group-lg .form-control {
	height: 52px;
	border-radius:3px;
}
.form-control {
	border-radius:3px;
}
.form-control:focus {
	border-color: #BBB4A7;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	border-radius: 3px;
}
.btn-primary {
	color: #fff; /* #483f34; */
	background-color: #a92a31; /* #ffc55f; */
	border-color: #ccc; /* #e7ad47; */
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #fff; /* #483f34; */
	background-color: #ea2234; /* #fdbf51; */
	border-color: #333; /* #e7ad47; */
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #a92a31;
	/* see also boostrap.min.css */
}

.well {
	background:#fff;
	border:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.well {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: #ddd;
    border-image: none;
    border-radius: 35px;
    border-style: solid none;
    border-width: 5px medium;
    box-shadow: none;
		padding: 20px 30px 10px 40px;
}

.highlight-bg {
	background:#ddd;
	padding: 24px 0;
}

.highlight-bg-announcement {
    background: none repeat scroll 0 0 #ebf5da;
    border: solid 2px green;
		border-left: none;
		border-right: none;
    padding: 20px;
}

.has-margin-top {
	margin-top:50px;
}
.has-margin-bottom {
	margin-bottom:20px;
}
.has-margin-xs-top {
	margin-top:10px;
}

.has-margin-med-top {
	margin-top:20px;
}

.has-margin-xs-bottom {
	margin-bottom:30px;
}
.has-margin-xs-right {
	margin-right:20px;
}
.has-no-margin {
	margin:0;
}
.has-padding {
	padding:20px;
}
.has-padding-xs {
	padding:10px;
}
.has-padding-vertical {
	padding:20px 0;
}
.has-padding-bottom {
	padding-bottom:20px;
}
.has-padding-xs-vertical {
	padding:10px 0;
}
.has-padding-xs-bottom {
	padding-bottom:10px;
}
.has-padding-xs-top {
	padding-top:10px;
}
.has-border {
	border:1px solid #eadeda;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.has-border-bottom {
	border-bottom:1px solid #eadeda;
}
.section-title {
	text-align:center;
	color:#53504c;
	min-height: 40px;
	margin-bottom: 40px;
}
.section-title h4 {
	position:relative;
}
.section-title h4:after {
	position:absolute;
	content:"";
	left:50%;
	bottom: -12px;
	width:30px;
	height:4px;
	background:#919191;
	margin-left: -15px;
	display: none;
}
.section-title.left-align {
	text-align:left;
}
.section-title.left-align h4:after {
	left:0;
	margin-left:0;
}
.well .section-title {
	margin-bottom: 20px;
}

.badge {
	color: #918677;
	background-color: #E7E0D7;
}

.grid-item {
    float: none !important;
    margin-bottom: 10px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    width: 375px;
		padding: 5px;
}


}

@media (min-width:768px) {
.section-title.left-align-desktop {
	text-align:left;
}
.section-title.left-align-desktop h4:after {
	left:0;
	margin-left:0;
}


}

/*========== 2. NAVIGATION BAR ==============*/

.navbar-search {
		border-radius: 5px;
    clear: none;
    display: inline-block;
    float: right;
    height: 40px;
    margin-left: 0;
    margin-right: 20px;
    padding: 10px;
    position: relative;
    top: 15px;
    width: 40px;
		margin-left: 20px;
}

 @media (max-width:480px) {

	.navbar-search {
			border: none;
			background: none;
			margin-left: 0;
	}
	 
	.divider {
		display: none;
	}

	.flexslider, .flex-viewport, .flexslider .slides li {
		height: 300px !important;
	}

	.flexslider	{
		margin-top: 75px !important;
	}

	.flexslider-caption {
		padding-top: 5px !important; 
	}
	
	.flexslider h2 {
		font-size: 20pt !important;
	}
	
	.flexslider .lead {
		font-size: 14pt !important;
	}
	
	
.articles-page .addthis_sharing_toolbox {
	height: auto !important;
	width: 50% !important;
}

.art-page .addthis_sharing_toolbox {
	height: auto !important;
	width: 100% !important;
}


.articles-page .article-addthis-large {
	float: none;
	width: 100%;
	text-align: center !important;
	width: 100% !important;
}


.lead, .bigquote {
	font-size: 18pt !important;
}

.subpage-head .lead {
    font-size: 14pt !important;
    margin-bottom: 0;
		font-weight: normal;
}

.has-margin-top {
	margin-top: 25px;
}

.article-with-image-wrap h3.media-heading {
	font-size: 20pt !important;
}

.home-page .well {
	margin: 0px 10px 0px 10px !important;
}

	
 }
 
 @media (min-width: 769px) {
 
 	.navbar-search {
		margin-top: 8px;
	}
 }
 

@media (max-width:400px) {
.navbar-brand {
 max-width:200px;
}

/*.fancybox > img {
    width: 316px;
		text-align: center;
		margin-left: 1%;
		margin-right: auto;
}
*/
.navbar-collapse.in li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    border-radius: 8px;
    font-size: 13.5pt;
    margin-bottom: 5px;
    padding: 4px;
}

.navbar-collapse.in .dropdown.open {
	background: #ccc !important;
}

.navbar-collapse.in .dropdown.active {
	background: #A92A31 !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #444;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-collapse.in li.active, .navbar-collapse.in .dropdown.active {
    background: #ea2234 none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	background: none !important;
}

.caret {
	float: right;
	margin-top: 8px;
}

.open ul li {
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

}


@media (min-width:768px) {
.navbar-header {
 max-width:160px;
}
}
 @media (min-width:992px) {
.navbar-header {
 max-width:280px;
}

}
.navbar-default {
	background-color: #FFF; /*IE Fix*/
	background-color: rgba(255, 255, 255, 0.7);
	border:0;
}
.navbar-default .navbar-nav>li>a {
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform:uppercase;
}
/*On scroll Transition*/
.navbar-brand, .navbar-brand img, .navbar, .navbar-nav, .nav>li>a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-family: "Montserrat",Arial,sans-serif;
}
.navbar-brand {
	height:85px;
}
.navbar-brand img {
	max-height:100%;
}
.navbar {
	min-height: 85px;
	background: #fff;
	border-bottom: solid 2px #ccc;
}
.navbar-nav {
	margin: 25px 0;
}
.nav>li>a {
	padding: 7px 18px;
}
.navbar-default .navbar-nav>li>a {
	color: #2c2c2a;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:active {
	color: #a92a31;
	background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #a92a31;
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff; /* #483f34; */
	background-color: #a92a31; /* #ffc55f; */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.navbar-toggle {
	margin-top: 17px;
	margin-right: 0;
}

/*== NAVBAR ON SCROLL ==*/


@media (min-width:992px) {
 .navbar-brand img {
 height: 60px;
}
 .navbar-default.shrink {
background-color: rgba(255, 255, 255, 1);
border-bottom:solid 1px #F7F7F7;
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .1);
-webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .1);
}
 .shrink .navbar-brand {
 height: 75px;
}
 .shrink .navbar-brand img {
 height: 45px;
}
 .navbar.shrink {
 min-height: 50px;
}
 .shrink .navbar-nav {
 margin: 20px 0;
}
 .shrink .nav>li>a {
 padding: 7px 15px;
}
}
 @media (max-width:991px) {
 .navbar-brand {
 height: 70px;
}
 .navbar {
 min-height: 50px;
}
 .navbar-nav {
 margin: 17px 0;
}
 .nav>li>a {
padding: 7px 12px;
}
}
 @media (max-width:991px) {
.navbar-default {
background-color: rgba(255, 255, 255, 0.9);
}
}

@media (min-width: 768px) {
.navbar-right .dropdown-menu-left {
left: 18px;
}
.navbar-right .active .dropdown-menu-left {
left: 0;
}

}


/*========== 3. CAROUSEL ==============*/

/* Carousel base class */
.carousel {
	height: 650px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
	top:33%;
	bottom:0;
}
 @media (max-width:480px) {
.carousel-caption {
top: 25%;
}
}
/* Declare heights because of positioning of img element */
.carousel .item {
	height: 650px;
	background-color: #e2beae;
}
.carousel-control.left {
	background-image:none;
}
.carousel-control.right {
	background-image:none;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	top:55%;
}
.slide-one {
	background:url('') no-repeat;
	background-size:cover;
}
.slide-two {
	background:url('') no-repeat;
	background-size:cover;
}
.slide-three {
	background:url('') no-repeat;
	background-size:cover;
}


/*========== 4. UPCOMING EVENT ==============*/

.event-cta {
	text-align:center;
}
.event-cta p {
	font-size:23px;
	margin:0;
	margin-bottom:10px;
	font-weight:700;
	color:#393939;
}
.event-cta span {
	color:#9f978c;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight:700;
}
 @media (min-width:992px) {
 .event-cta {
 text-align:left;
}
.ec-txt {
 float:left;
}
 .event-cta p {
 margin-bottom:0;
}
.event-cta .btn {
 float:right;
}
}

.event-details .ed-title {
	display:block;
	text-transform:uppercase;
	font-size:12px;
	margin-bottom:5px;
}

.event-details .ed-content {
	line-height:2;	
	color: #53504c;
}


/*========== 5. FEATURE BLOCK ==============*/

@media (max-width:767px) {
.feature-block {
 text-align:center;
}
.feature-block .img-responsive {
 margin:0 auto;
}

.feature-block {
text-align: justify;
}

.feature-block img {
	display: none;
}

.feature-block h5 {
    border: 3px solid #ddd;
    border-radius: 15px 15px 0 0;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
}

.article-with-image-wrap {
	padding: 0 !important;
}

.article-sidebar-teaser {
	text-align: center;
}

.article-sidebar-teaser-image {
	float: none;
}

.article-sidebar-teaser-title {
	text-align: center !important;
}

}
 @media (max-width:991px) {
.center-this {
 text-align:center;
}
 .center-this .img-responsive {
 margin:0 auto;
}
}
/*========== 6. EVENT LIST ==============*/

.el-block {
	text-align:center;
}
.el-block h4 {
	position:relative;
	color:#53504c;
}
.el-block h4:after {
	position:absolute;
	content:"";
	left:50%;
	bottom: -12px;
	width:20px;
	height:4px;
	background:#919191;
	margin-left: -10px;
}
.el-head {
	color:#53504c;
	font-size:18px;
	margin:20px 0 5px;
}
.el-cta {
	margin:15px 0;
}
/*========== 7. CAROUSEL ==============*/




/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
	z-index: 1;
	margin-bottom: 10px;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/*To move navigation buttons outside use these settings:*/
 
 .owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav {
	display: none;
}
 @media (min-width:1200px) {
 .owl-theme .owl-controls .owl-nav {
 display: block;
}
 .owl-theme .owl-controls .owl-nav div {
 position: absolute;
}
 .owl-theme .owl-controls .owl-nav .owl-prev {
 left: -10px;
 top: 55px;
}
 .owl-theme .owl-controls .owl-nav .owl-next {
 right: -10px;
 top: 55px;
}
}
.owl-theme .owl-controls .nav-arrow {
	width:16px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	display:block;
}
.owl-theme .owl-controls .nav-arrow.left {
	background-position: 0 0;
}
.owl-theme .owl-controls .nav-arrow.right {
	background-position: 100% 0;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
 *display: inline
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #a92a31;
}
/*========== 8. LATEST BLOG ==============*/


.media-heading {
	color: #53504c;
}
.media-content {
	margin-bottom:20px;
}
 @media (max-width:767px) {
.media-heading {
margin-top: 20px;
}
.bulletin {
 text-align:center;
}
}
/*========== 9. LATEST SERMONS ==============*/

.list-group {
	margin-bottom:0;
}
.list-group-item {
	background: url(../images/play.png) no-repeat 0 15px transparent;
	border:0;
	border-top:1px solid #e7e1df;
	padding-left:20px;
	font-family: "Montserrat",Arial,sans-serif;
}
.list-group-item:first-child {
	border-top:0;
}
a.list-group-item-text {
	color: #9E9E9E;
}
a.list-group-item:hover, a.list-group-item:focus {
	background-color:transparent;
}
/*========== 10. IMAGE GALLERY ==============*/


.img-gallery .fancybox img {
	margin:0 auto;
	margin-bottom:30px;
}
/*========== 11. BIBLE QUOTES ==============*/

.blockquote-centered {
	text-align:center;
	color:#393939;
	border:0;
	line-height: 1.6;
	position:relative;
	cursor:hand;
}

blockquote {
	margin: 20px 10px;
}

blockquote {
	border-left: 4px solid #a92a31;
	display: table;
	margin-left: 20px !important;
	padding: 10px 20px;
}


 @media (min-width:767px) {
.blockquote-centered {
 padding:0 50px;
 font-size:26px;
}
}
.blockquote-centered:before, .blockquote-centered:after {
	position:absolute;
	content:"";
	width:50px;
	height:50px;
}
.blockquote-centered:before {
	background:url(../images/quote-1.png) no-repeat;
	left:0;
	top:0;
}
.blockquote-centered:after {
	background:url(../images/quote-2.png) no-repeat;
	right:0;
	bottom:0;
}
.blockquote-centered small {
	padding:15px 0;
}
/*========== 12. SUBSCRIBE ==============*/

.susbcribe-head {
	margin: 0;
	line-height:1.6;
	text-align:center;
	margin-bottom:20px;
}
.susbcribe-head span {
	color:#999085;
	font-weight:normal;
	display: block;
}
.ketchup-error {
	display:none!important;
}
 @media (min-width:767px) {
 .subscribe-form .form-group {
 margin-bottom:0;
}
 .susbcribe-head {
 margin: 0;
 text-align:left;
}
 .susbcribe-head span {
 display:block;
}
}
/*========== 13. FOOTER ==============*/

footer {
	background:#53504c;
	color:#f9f1e6;
	padding-top:5px;
}
footer h5 {
	color:#eee;
}
.footer-links {
	margin:0;
	padding:0;
	list-style:none;
}
.footer-links li {
	border-bottom:1px solid #666462;
	padding:5px;
	max-width: 75%;
	margin-left: 15px;
	font-family: "Montserrat",Arial,sans-serif;
	text-transform: uppercase;
	font-size: 12pt;
	
}
footer p {
	color: #CCC0C0;	
}
footer a {
	color:#eee;
}
footer a:hover, footer a:focus {
	/*color: #FFB483; */
}
.copyright {
	background:#494743;
	padding-top:20px;
	padding-bottom:10px;
	margin-top:35px;
}

.social-icons a {
    display: inline-block;
    text-align: center;
    width: 23%;
}

.social-icons a {
	opacity:0.5;
}
.social-icons a:hover, .social-icons a:focus {
	opacity:0.8;
}

.copyright-text, .copyright-text-fine-print {
	 color: #888;
	 font-family: "Montserrat",Arial,sans-serif;
	 font-size: 11pt;
	 
}

.copyright-text-fine-print {
	 font-size: 9pt;	 
}

.copyright-text-fine-print a {
    color: #888;
    text-decoration: underline;
}

.btn-footer {
    background: none repeat scroll 0 0 #ccc;
}

/*========== 14. SUB PAGES ==============*/


.subpage-head {
	background-color:#eee; /* was f9f1e6 */
	padding-top: 80px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
}
.subpage-head h3 {
	color:#53504c;
}
 @media (min-width:992px) {
.subpage-head {
 padding-top: 110px;
}
}
/*========== 15. BLOG ==============*/

.pagination>li>a, .pagination>li>span {
	color:#483f34;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color:#917E68;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #fdbf51;
	border-color: #e7ad47;
	color:#483f34;
}
.vertical-links li {
	border-bottom: 1px solid #E6DDD4;
	padding: 8px 0;
}

.tag-cloud {
	  font-family: "Montserrat",Arial,sans-serif;
		font-size: 10pt;
    font-weight: normal;
}
.tag-cloud a {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 2px 8px;
	border: 1px solid #eceae4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f8f7f3;
}


.comments-block > .media {
	border-bottom: 1px solid #eadeda;
	padding-bottom:20px;
	margin-bottom:20px;
}
.comments-block > .media .media {
	border-top: 1px solid #eadeda;
	padding-top:20px;
}
.media-object {
	width: 40px;
}
.comments-head {
	font-size:35px;
	color:#53504c;
	border-bottom: 1px solid #eadeda;
	margin:40px 0 20px;
	padding-bottom:10px;
}
/*========== 16. SHORTCODES ==============*/

.theme-showcase {
	margin-bottom:50px;
}
.theme-showcase h1 {
	font-size:35px;
	color:#53504c;
	margin-bottom:0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff; /* #483f34; */
	background-color: #a92a31; /* #ffc55f; */
}
a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #483f34;
}

.nav.nav-pills {
    border-bottom: 1px solid #ddd;
    padding: 8px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color:transparent;
	color: #483f34;
}
.panel-primary {
	border-color: #DBBA80;
}
.panel-primary>.panel-heading {
	color: #483f34;
	background-color: #ffc55f;
	border-color: #DBBA80;
}
.progress {
background-color: #D3CFCC;
}
/*========== 17. CONTACT US ==============*/

.location-map {
	height:260px;
	background-color: #f9f1e6;
}
.location-map iframe {
	width:100%;
	height:260px;
	border:0;
}

iframe {
/*
	max-width: 100%;
*/

}

/*========== 18. CHARITY DONATION ==============*/

.charity-box {
	background:#f9f1e6;
	overflow:hidden;
}

.charity-image {
	width:100%;
	float:left;	
	margin-bottom:30px;
}

.charity-image img {
	min-width:100%;	
}

.charity-desc {
	padding:15px;
}

.charity-desc h3 {
	font-size:28px;
	color:#53504c;
	margin:0 0 5px 0;	
}

.pledged-amount {
	font-size:40px;
	color:#53504c;
	margin:15px 0 5px 0;
}

.pledged-amount.has-no-margin {
	margin:0 0 5px;
}

.donate-now {
	text-align:center;
	padding:10px 0;	
	width:100%;
	float:left;
}

@media (min-width:992px) {
.charity-image {
	width:420px;
	margin-bottom:0;
	margin-right:20px;
}

}

@media (min-width:768px) {

.donate-now {
	text-align:right;
	padding:0;
	float:right;	
	width:auto;
}

}

/*========== 19. EVENT CALENDAR ==============*/

.event-cal-wrap h2 {
	font-size:18px;	
	color:#2c2c2a;
}


/*
  NEW VERSION
*/

/*========== FLEXSLIDER ==============*/

.flexslider {
	height:700px;	
}

.flexslider .slides li {
	height:700px;	
}

.flexslider-caption {
	margin:250px auto 100px;
	color:#FFF;
	text-align:center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.flexslider-caption h1, .flexslider-caption h2, .flexslider-caption h3, .flexslider-caption p, .flexslider-caption .btn {
	opacity:0;	
}

.flexslider-caption .btn {
  text-shadow: none;
}

.flex-active-slide .flexslider-caption {
    opacity: 0;
    -webkit-transform: translateX(3em);
    -moz-transform: translateX(3em);
    -ms-transform: translateX(3em);
    -o-transform: translateX(3em);
    transform: translateX(3em);
    -webkit-animation: photocaption .65s ease forwards;
    -moz-animation: photocaption .65s ease forwards;
    animation: photocaption .65s ease forwards;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.flex-active-slide .flexslider-caption h3 {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}
.flex-active-slide .flexslider-caption h1 {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}

.flex-active-slide .flexslider-caption h2 {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.flex-active-slide .flexslider-caption p {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}

.flex-active-slide .flexslider-caption .btn {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}



@-webkit-keyframes fade {
    to {
        opacity: 1
    }
}

@-moz-keyframes fade {
    to {
        opacity: 1
    }
}

@keyframes fade {
    to {
        opacity: 1
    }
}
@-webkit-keyframes photocaption {
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes photocaption {
    to {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@keyframes photocaption {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/* ---- grid ---- */

/* center container with CSS */

#grid {
  margin: 0 auto;
}

.grid-item {
  max-width: 300px;
	width: 300px;
}

.grid-item img {
	border-radius: 10px;
}

.grid-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
    max-width: 100%;
}
.grid {
  /* center */
  margin: 0 auto;
	max-width: 100%;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-item {
  width: 375px;
  float: left;
	margin-bottom: 10px;
}



#pagination {
	text-align: center;
	padding: 20px;
}

#pagination .prev, #pagination .next {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 7px;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	background: #a92a31;
	color: #fff;
}

.center {
	text-align: center;
}

.center img {
	max-width: 100%;
}

.fancybox-title a {
	color: #fff;
}

.fancybox-title a:hover {
	color: #a92a31;
}


.lead {
    font-size: 2.2em;
    letter-spacing: -0.03em;
		color: #555;
		border-color: #ddd;
}

.lead-ref {
    letter-spacing: -0.03em;
		text-align: right;
		margin-right: 30px;
		font-size: 0.8em;
		margin-top: 10px;
}

.lead-devos, .lead-art {
    font-size: 18pt;
    font-weight: normal;
	
}
.lead-articles, .lead-support, .lead-contributors, .lead-community {
    color: #a92a31;
    font-size: 18pt;
    font-weight: bold;
}

.lead-marquee-dark {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    text-align: center;
}

.lead-marquee-light {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    text-align: center;
}


.date-devo {
    font-size: 1.6em;
    letter-spacing: -0.03em;
		color: #888888;
}

.h1-devo {
    color: #a92a31;
    font-weight: bold;
}

.highlight {
	background: #FF9;
}

.addthis_sharing_toolbox {
    margin-right: 60px;
    margin-top: -5px;
    text-align: right;
		height: 40px;
}

.addthis_sharing_toolbox::before {
/*
    content: "Share this:";
		margin-right: 107px;
*/
}

.addthis_sharing_toolbox-gallery-images {
    margin-right: 0;
    margin-top: 0;
    text-align: left;	
}

.tv-illustration {
    margin-bottom: 10px;
}

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

.half-width {
    width: 49%;
}

.full-width {
    width: 100%;
}

.btn-disabled, .btn-disabled:hover {
	color: #ddd;
}

/* articles */


.article-with-image-wrap h3.media-heading {
	font-size: 24pt;
}

.article-with-image-wrap h4.media-heading {
    background: none repeat scroll 0 0 #eee;
    padding: 10px;
		border-radius: 10px;
		border: none;
}

.article-with-image-wrap {
    border-top: 2px solid #ccc;
    margin: 5px;
    padding: 20px;
}

.article-with-image-wrap .links {
    border-top: 1px solid #eee;
    color: #aaa;
    font-size: 12pt;
}

.article-with-image-wrap img {
		border-radius: 10px;
		margin-top: 10px;
}

.article-with-image-wrap .description {
	
}

.article-with-image-wrap {
	margin-bottom: 20px;
}

.active.list-group-item {
	background: #eee !important;
	color: #000;
	font-weight: bold !important;
	border-radius: 5px;
	border: solid 1px #ccc;

}

.active.list-group-item a {
	color: #000;
}

.article-count {
    color: #666;
}

.archives-blockquote {
	font-size: 100%;
}

.article-image-large {
	text-align: center;
}

.article-image-large img {
    max-width: 100%;
    max-height: 600px;
    margin-bottom: 25px;
		border-radius: 20px;
}

.article-image-small {
	float: right;
	margin-left: 20px;
	max-width: 50%;
	text-align: right;
}

.article-image-small img {
    /* float: right; */
    margin-bottom: 20px;
    margin-left: 20px;
    max-height: 500px;
		max-width: 100%;
		border-radius: 20px;
}

.progress-bar {
	background-color: #A92A31;
}

.article-body blockquote small, .article-body blockquote .small, .article-body .small, .article-body small {
  display: inline;
  font-size: 100%;
  line-height: auto;
	font-size: 13.5pt;
		
} 

.article-body, .article-body p, .article-body, .article-body font, .col-md-9 li, .col-md-9 font  {
	font-size: 13.5pt;
	letter-spacing: -0.02em;
/* 	color: #000; */
}

.article-body p {
	margin-top: 15px;
}

.article-body blockquote {
	margin-left: 20px !important;
	border-left: 4px solid #a92a31;
	padding: 10px 20px;
	display: table;
}

.article-body li, .col-md-9 li {
	line-height: 20pt;
}

.article-credit p, .article-credit {
	font-size: 11pt !important;
}

h2.article-h2-small, h2.article-h2-large{
    background: none repeat scroll 0 0 #fff;
    border: 10px solid #eee;
		border-left: none;
		border-right: none;
    color: #a92a31;
    display: table;
    font-size: 20pt;
    margin-top: 0;
    padding: 10pt;
}

h2.article-h2-small {
	width: 47%;
}

h2.article-h2-large {
	width: 100%;
}

.article-body a {
  /*	word-break: break-all; */

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

a[href^="mailto"] {
	word-break: normal;
}

.article-addthis-small, .article-addthis-large  {
	margin-right: 0;
	margin-bottom: 15px;
	margin-top: 0;
	text-align: left;
	background: none;
	padding-top: 2px;
	padding-right: 2px;
	
}

.article-addthis-large {
	float: right;
}

.article-author-section-small, .article-author-section-large {
    font-size: 12pt;
    margin-top: 5px;
		margin-bottom: 5px;
		display: table;
		border-bottom: solid 2px #eee;
		margin-bottom: 15px;
		padding-bottom: 5px;
		min-height: 40px;
		
}

.article-author-section-large {
	width: 100%;
	display: block;
}


.article-subtext {
    color: #a92a31;
    font-size: 18pt;
    font-weight: bold;
    letter-spacing: -0.04em;
}

.bigquote {
    color: #a92a31;
    font-size: 24pt;
    font-weight: bold;
    padding: 30px;
    text-align: center;
		display: table;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: -0.02em;
}

.article-body img {
	margin: 0px;
	border-radius: 10px;
	max-width: 100%;
}

.article-image-left {
	float: left;
	max-width: 100%;
	margin-right: 15px !important;
}

.article-image-right {
	float: right;
	max-width: 100%;
	margin-left: 15px !important;
}

.article-image-center {
	text-align: center;
	float: none !important;
	max-width: 100%;
}

.article-image-center-wrapper {
	text-align: center;
}

.article-sidebar-latest {
	clear: both;
	display:block;
}

.article-sidebar-teaser {
    border-bottom: 1px solid #ddd;
    clear: both;
    display: block;
    min-height: 120px;
    padding-top: 10px;
    width: 100%;
}

.article-sidebar-teaser-image {
    clear: both;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
		border-radius: 15px;
}

.article-sidebar-teaser-title {
		font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12pt;
    padding-left: 10px;
    text-align: left;
}

.article-sidebar-teaser-teaser {
    color: #666;
		font-family: 'Droid Serif', Arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

.article-related-links, .article-comments {
	clear: both;
}

.article-author-profile-picture {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#copyright-sharing {
    border: 1px solid #ddd;
    padding: 10px;
		background: #efefef;
		margin-top: 20px;
}

#cc-img {
    display: table;
    float: right;
    margin: 0 !important;
    padding: 10px;
}

.author-rss {
	float: right;
	min-height: 30px;
}

#result {
    background: none repeat scroll 0 0 yellow;
}

#result-text {
    padding: 6px;
}

.cc-button {
	border-radius: 15px;
	border: solid 1px #053976;
	max-width: 100%;
	margin-bottom: 15px;
}

.networkforgood-button {
	border: solid 1px #6699ff;
	margin-right: 15px;
}

.support-faqs li {
	margin-bottom: 15px;
}

.btn-support {
	text-transform: none !important;
	margin-bottom: 10px !important;
	background: #efefef;
}

.marquee-support, .marquee-community {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.rounded-corners {
	border-radius: 20px;
	max-width: 100%;
	height: auto;
}

input.community-checkbox {
    margin-right: 15px !important;
}

.community-title {
	text-align: left;
	text-transform: none;
	width: 100%;
}

.community-label {
   width: 100%;
	font-weight: normal;
	margin-bottom: 20px;
}

.community-panel-title, .panel-title-community {
	font-weight: bold;
	font-size: 1.35em;
	font-weight: bold;
}

.community-label .panel {
	margin: 0;
}

.label-donate {
	font-size: 100%;
	font-weight: normal;
	margin-right: 5px;
}

/* Plugin looks for elements with class named "balance-text" */
.balance-text {
		text-wrap: balanced;  /* Apply (proposed) CSS style */
		min-width: 100%;
}

.admin-border-top {
	border-top: solid 1px #ddd;
	padding: 10px;	
}


.admin-datepicker .input-group-addon, .admin-datepicker .input-group-addon, .admin-datepicker .input-group, .admin-datepicker .form-control {
	width: auto;
}

.admin-datepicker .input-group.date, .admin-datepicker .input-group-addon {
	cursor:default !important;
}


.ghffootnote {
    border-top: 1px solid #ccc;
    display: inline-block;
    font-size: 11pt;
    padding-top: 10px;
}


/* Hide/show things based on device size/orientation */

	.truncate-text-body {
		display: inline-block;
	}

@media (max-width:400px) {

.truncate-text-body {
		display: none;
	}


}

 .truncate-text-sidebar {
		display: none;
	}


@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) { 

.truncate-text-sidebar {
		display: inline-block;
	}

}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) { 

	.social-icons a {
			display: inline-block;
			text-align: center;
			margin-bottom: 20px;
			width: 48%;
	}
}

@media (min-width:1024px)
and (orientation : portrait) { 
 .truncate-text-sidebar {
	display: none;
 }
 }

@media (min-width:1025px) {
 .truncate-text-sidebar {
	display: inline-block;
 }
 }
 
 /* front page */

.front-devo-subtitle {
    background: none repeat scroll 0 0 #ddd;
    color: #777;
    font-family: "Montserrat",Arial,sans-serif;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
		text-align: center;
		border-radius: 0 0 15px 15px;
		
}

 @media (min-width:767px) {

.feature-block h5 {
    color: #384047;
    font-size: 20pt;
    font-weight: normal;
    height: 0;
    left: 22px;
    letter-spacing: -0.02em;
    margin: 0;
    padding-bottom: 0;
    position: relative;
    text-shadow: 1px 2px rgba(0, 0, 0, 0.75);
    top: -40px;
}

.feature-block h5 a {
	color: #fff;
}
 }
 
.feature-block-full-width {
	width: 100%; 
 }
 
 .feature-block .scripture {
    border-color: #eee;
    border-radius: 0 0 10px 10px;
    border-right: 2px solid #eee;
    border-style: none solid solid;
    border-width: medium 2px 2px;
		border: none;
    display: block;
    padding: 15px;
		padding-top: 10px;
}

.feature-block .img-responsive {
    border-radius: 20px 20px 0 0 !important;
}

.feature-block-ref {
	text-align: center;
	padding-bottom: 5px;
}

.front-quotemeal-ref {
    font-size: 18pt;
    text-align: center;
}

.front-quotemeal-text {
    font-size: 26pt;
}


.front-quotemeal-h5 {
    border-bottom: 1px solid #eee;
    color: #a92a31;
    font-size: 18pt;
    padding-bottom: 10px;
}


.front-quotemeal-h6 {
    color: #777;
    font-size: 11pt;
    text-transform: uppercase;
}

.more-devos {
	margin-bottom: 0;
}

.front-quotemeal-highlight-bg {
	padding-bottom: 1px;
}

.front-devos-title, .front-gallery-title {
    margin-bottom: 0;
}


.support-heart-button {
    font-size: 150%;
    line-height: 10pt;
    margin-bottom: 5px;
    margin-right: 5px;
    padding-bottom: 3px;
    vertical-align: middle;
}


.announcement-title {
	color: #4CAE4C !important;
	font-weight: bold;
	font-size: 20pt;
	line-height: 20pt;
	letter-spacing:-0.03em;
	
}

.highlight-bg-announcement .event-cta p, .announcement-text {
	margin-top: 0px;
	font-size: 16pt;
	font-weight: normal;
}


/* Search Results */

.search-results {
    border-top: 2px solid #ddd;
    margin-bottom: 20px;
    padding-top: 15px;
    font-size: 11pt;
    letter-spacing: -0.02em;
		clear:both;
}

.search-result-title {
    font-weight: bold;
    font-size: 13.5pt;
}

.search-results code {
    display: none;
}

.search-result-url em a {
    color: #999;
    font-style: normal;
		display: inline-block;
		margin-bottom: 5px;
		overflow-wrap: break-word;
		word-break: break-all;
}

.search-results-page-number, .search-results-next-page, .search-results-prev-page  {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #999;
    border-radius: 8px;
    display: inline-block;
		font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12pt;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    text-align: center;
}

.search-results-page-number:hover, .search-results-next-page:hover, .search-results-prev-page:hover {
    background: #ea2234 none repeat scroll 0 0;
    border: 1px solid #999;
    border-radius: 8px;
    display: inline-block;
		font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12pt;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    text-align: center;
		color: #fff;
}

.search-results-no-page-number {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: inline-block;
		font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12pt;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    text-align: center;
}

.search-form-results-page input {
    border: 1px solid #bbb;
    border-radius: 5px;
    height: 40px;
    padding-left: 10px;
}

.search-form-results-page-input {
	width: 275px;
	max-width: 65%;
}

.search-form-select-section {
    border: 1px solid #bbb;
    border-radius: 5px;
    height: 40px;
    padding-left: 10px;
		padding-right: 5px;
		background: #eee;
		margin-right: 8px;
		margin-left: 8px;
}

.search-form-select-section option {
    padding: 5px;
}
.current-config-selection {
    border-bottom: 1px solid #bbb;
}

.search-thumbnail {
	float: left;
	border-radius: 8px;
	margin-right: 15px;
	margin-bottom: 15px;
	width: auto;
	height: auto;
	max-width: 200px;
}

.search-form-results-page {
    background: #eee none repeat scroll 0 0;
    border-radius: 5px;
    line-height: 28px;
    margin-bottom: 20px;
    padding: 15px;
		text-align: center;
}

.search-form-results-page {
    background: #ddd none repeat scroll 0 0;
    border: 2px solid #bbb;
    border-radius: 5px;
    line-height: 28px;
    margin-bottom: 20px;
    padding: 15px;
}

.page-list {
    margin-top: 35px;
    margin-bottom: 35px;
		text-align: center;
		clear: both;
}

.search-page .page-list {
	padding-top: 20px;
}


.search-results-next-page::before {
    content: "Next >";
}

.search-results-prev-page::after {
    content: "< Prev";
}

@media (max-width:480px) {

	.search-results {
		text-align: center;
	}

	.search-thumbnail-wrapper {
		text-align: center;
	}

	.search-thumbnail {
		max-width: 280px;
		float: none;
		height: auto;
	}

	.search-result-url {
		display: none;
	}

.announcement-title {
	font-size: 14pt;
	line-height: 14pt;
	
}

.highlight-bg-announcement .event-cta p, .announcement-text {
	margin-top: 0px;
	font-size: 12pt;
	font-weight: normal;
}

.highlight-bg-announcement .btn-lg {
	font-size:11pt;
	padding: 10px;
}



}

/* hide indvidual pages on mobile */

@media (max-width:480px) {

.search-results-no-page-number::before {
    content: "Page ";
}

.search-results-page-number {
	display: none;
}

.search-results-no-page-number, .search-results-next-page, .search-results-prev-page {
    width: 30%;
		margin: 1px;
}

 }
 
 /* navbar search box */
 
 .glyphicon-search {
		cursor: pointer; 
		font-size: 15pt;
		border: 1px solid rgba(0, 0, 0, 0);
 }

 .glyphicon-search:hover {
		background: #efefef;
		border: solid 1px #ccc;
 }
 
.search-collapse .glyphicon-search {
		cursor: pointer; 
		font-size: 12pt;
		color: #ccc;
 } 
 
.search-collapse .search-form-results-page input {
    border: 1px solid #bbb;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    padding-left: 10px;
    position: relative;
    width: 100%;
}
 
.search-form-results-page input {
	margin-left: 8px;	
}
 
.search-collapse #searchsubmit {
    border: medium none;
    display: block;
    float: right;
    height: 30px;
    margin-bottom: -30px;
    padding-bottom: 0;
    padding-top: 5px;
    position: relative;
    right: 5px;
    top: -35px;
}
 
 
.search-collapse .btn {
	border-radius: 5px !important;
}
 
 /*
.navbar-search {
    display: inline-block;
    float: right;
    height: 34px;
    position: fixed;
    right: 70px;
    top: 17px;
}

*/

/* this is the version for tablets/desktop...so far
.navbar-search {
    display: inline-block;
    float: right;
    height: 34px;
    left: 0;
    margin-right: 460px;
    position: relative;
    top: -60px;
}

*/

.showsupportabon {
    background: lightyellow none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 20px;
    height: auto;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    width: 100%;
		font-size: 12pt;
}

/* iPhone 2-4s in portrait */
/* & iPhone 5 portrait */
/* needed specifically to maximize ad width */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) { 

		.container {
			padding-left: 0px;
			padding-right: 0px;
		}
		
		.navbar-header, h3, .lead, .copyright {
			padding-left: 15px;
			padding-right: 15px;			
		}
		
		.navbar-toggle {
			margin-right: 15px;
		}

		.row {
			margin-left: 0px;
			margin-right: 0px;
		}


	img, iframe, .article-body img {
				max-width: 100%;
				margin-left: 0 !important;
				padding-left: 0 !important;
				margin-right: 0 !important;
				padding-right: 0 !important;
				float: none !important;
				position: relative;
				left: 0;
				overflow: hidden;
				
	}
	
	.article-with-image-wrap img {
			margin-left: auto !important;
			margin-right: auto !important;
	}

	img.article-image-left {
		float: left !important;
		margin-right: 10px !important;
	}

	img.article-image-right {
		float: right !important;
		margin-left: 10px !important;
	}

	.grid-item {
			float: none !important;
			margin-bottom: 10px;
			margin-left: auto !important;
			margin-right: auto !important;
			max-width: 100% !important;
			width: 375px;
			padding: 5px;
	}


		
		.article-image-small {
			margin-left: 0 !important;
		}
	
		
		.navbar {

		}
		
 }

.footnote {
	color:#a92a31;
	text-decoration:none;
}

.tooltip {
	font-size: 13.5pt;
}

 span[id*="tooltip"] {
   font-size: 30px;
}


sub, sup {
		position: static !important;
    line-height: 0;
    vertical-align: baseline;
}

sup small {
    font-size: 11pt !important;
    position: relative;
    top: -0.4em;
}


.search-form-results-page.sidebar-search-form input, .search-form-results-page.sidebar-search-form select {
    margin-bottom: 8px;
    max-width: 100%;
    width: 280px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
}

.sidebar-search-form {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

.search-form-results-page.sidebar-search-form {
	padding: 0 !important;
}

.galllery-powerpoint-search-form .searchbox {
    width: 400px;
}

@media (max-width:480px) {
.galllery-powerpoint-search-form .search-form-results-page-input, .galllery-powerpoint-search-form.search-form-results-page input {
	max-width: 100%;
	width: 100%;
}

}

.indent {
	/* display: inline-block; */
	padding-left: 15px;
	margin-bottom: 15px;
}


@media print {

    /* Print CSS rules go here */
    /* Note: You need a separate @media screen group for other rules */

    a:after { content:''; }
    a[href]:after { content: none !important; }
	
	h3 { font-size: 16pt; color: #000000; word-spacing: normal; }
	
	p, .col-md-3 p, .subpage-head .lead, .article-body, .article-body p, .article-body, .article-body { font-size: 12pt; }
	
	
	iframe, .btn, .highlight-bg, .col-md-3 .search-form-results-page, .addthis_sharing_toolbox, .navbar, .tag-cloud, .post-comment-form, footer .row, .col-md-3 .vertical-links, .showsupportabon, .related-slides, .art-page .nav, .art-page .grid-wrap {
		display: none;
	}
	
	/* article specific images */
	.article-image-large, .article-body img, .article-related-links, .author-rss, .article-comments, .articles-page .col-md-3 {
		display: none;	
	}

	.subpage-head {
		padding-bottom: 0;	
	}

	.has-margin-top {
		margin-top: 0px;	
	}
	
	.subpage-head {
		padding-top: 0;
		border-bottom: none;
	}

	.lead {
		font-size: 1.8em;	
	}
	
	.copyright-text {
		border-top: solid 2px #ccc;
		width: 100%;
		padding-top: 8px;
	}
	
	
	footer .copyright  {
		margin: 0;
		padding: 0;	
		padding-top: 5px;
		margin-top: 10px;

	}
	.copyright-text, .copyright-text-fine-print {
		text-align: left !important;
		font-size: 10pt;
		font-weight: none;
	}
	
	.col-md-3 p {
		display: inline;	
	}
	
	.copyright-text-fine-print::after {
		display: block;
		margin-top: 20px;
    	content: "Visit www.Heartlight.org for daily devotionals, articles for Christian living, artwork and more.";

	}

	.subpage-head .container::before {
		display: block;
		text-align: right;
		float: right;
		font-size: 9pt;
    	content: "Printed from Heartlight.org";
		text-transform: uppercase;
		letter-spacing: normal;
		margin-top: -5mm;
		width: 200px;
		font-family: "Verdana",Arial,sans-serif;

	}
	
	blockquote {
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-style-top: none;
		border-style-right: none;	
		border-style-bottom: none;	
	}

	.bigquote {
		color: #000;
		font-size: 16pt;
		padding: 10px;
	}
	
	#copyright-sharing {
		border: none;
	}

	body {
		font-size: 12pt;	
	}
	
}

@page {
	size: A4;
	margin-top: 25m; margin-bottom: 25mm; 
    margin-left: 0mm; margin-right: 0mm;
	padding: 0;
	
}


