/*==============================================================================
										CSS
==============================================================================*/

/*------------------------------------------------------------------------------
										THEME DETAILS
------------------------------------------------------------------------------*/

/*
Theme Name: Bootstrap 2
Theme URI: http://www.
Description: Custom Theme by Mike Putt using Bootstrap
Version: 1.0 Beta
Author: Mike Putt
Author URI: http://www.
*/

/*
COLORS
background			#eee
primary				#fff, white
primary font		#333
primary border		#eee
alternative border	#gainsboro
secondary			#3A5795
secondary font		#fff, white
secondary border	#133783
tertiary			#ddd
tertiary font		#000, black;
primary border		#eee
*/

/*==============================================================================
										GENERAL
==============================================================================*/

/*------------------------------------------------------------------------------
										PAGE
------------------------------------------------------------------------------*/

body {
	padding-top: 50px;
	background-color: #eee;
	color: #333;
}

.container {
	padding-right: 50px;
	padding-left: 50px;
}

.content {
	min-height: 800px;
}

.content.home {
	min-height: initial;
}

/*------------------------------------------------------------------------------
										BOOTSTRAP
------------------------------------------------------------------------------*/

.jumbotron {
	margin-bottom: 0px;
	background-color: #3A5795;
	color: white;
	text-align: center;
}

.jumbotron img {
	height: 200px;
	max-width: 80%;
}

.btn-primary {
	background-color: #3A5795;
	color: white;
	border-color: #133783;
}

.btn-primary:hover {
	background-color: #133783;
}

.btn-default {
	background-color: white;
	color: #333;
	border-color: #eee;
}

.btn-default:hover {
	background-color: #ddd;
	color: black;
}

button:focus,
a:focus,
input:focus,
textarea {
	outline: none;
}

/*------------------------------------------------------------------------------
										GOOGLE MAPS
------------------------------------------------------------------------------*/
			
#map {
	display: block;
	height: 300px;
	width: 100%;
	margin: 20px 0px;
	border: 1px solid #ddd;
}

#map .gm-style img {
	max-width: none;
	max-height: none;
}

#map .gm-style label {
	width: auto;
	display: inline;
}

#map .gmnoprint {
	width: auto !important;
}

@media screen and (max-device-width: 600px) {
	#map {
		height: 150px;
	}
}

#map-content span {
	display: block;
}

/*==============================================================================
										NAVIGATION
==============================================================================*/

/* PRIMARY */

.navbar .container {
	
}	

.navbar .container li a {
	padding-left: 10px;
	padding-right: 10px;
}

.navbar {
	background-color: #3A5795;
	border-color: #133783;
}

.navbar-brand {
	margin-left: 0px !important;
	padding: 1%;
}

.navbar-brand img {
	max-height: 98%;
	padding-right: 20px;
}

.navbar-inverse .navbar-nav li a {
	color: #ddd;
}

.navbar-inverse .navbar-nav .active a,
.navbar-inverse .navbar-nav .active a:focus,
.navbar-inverse .navbar-nav .active a:hover {
	background-color: #133783;
}

/* DROPDOWN */

.navbar-inverse .navbar-nav .open a,
.navbar-inverse .navbar-nav .open a:focus,
.navbar-inverse .navbar-nav .open a:hover {
	background-color: #3A5795;
}*/

.navbar-inverse .navbar-nav .dropdown-menu li a {
	color: #333;
}

	/* DROPDOWN MENU */

	.navbar-inverse .navbar-nav .open .dropdown-menu li a,
	.navbar-inverse .navbar-nav .open .dropdown-menu {
		background-color: #eee;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu li a:hover {
		background-color: white;
		color: black;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .active a {
		background-color: #eee;
		color: black;
	}

/* SMALL NAV TOGGLE */

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:focus {
	border-color: #ddd;
	background-color: #eee;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #333;
}

.navbar-inverse .navbar-toggle:hover {
	background-color: white;
}

.navbar-inverse .navbar-toggle:hover .icon-bar {
	background-color: black;
}

.navbar-collapse {
	border-color: #133783 !important;
}

.navbar-collapse .open .dropdown-menu li a,
.navbar-collapse .open .dropdown-menu {
	background-color: #3A5795 !important;
	color: #ddd !important;
}

@media screen and (max-width: 767px) {
	.navbar-collapse .navbar-nav .active a {
		border-radius: 5px;
	}
}

.navbar .dropdown-header {
	color: #ddd;
}

.navbar .divider {
	background-color: #133783 !important;
}

.navbar-collapse .open .dropdown-menu li a:hover {
	color: white;
}

.navbar-collapse .open .dropdown-menu .active a {
	background-color: #133783 !important;
	color: white !important;
}

/*==============================================================================
										HEADER
==============================================================================*/

.carousel-inner,
.carousel .item {
	height: 400px;
}

.carousel-inner img {
	height: 400px !important;
	min-width: 100%;
	max-width: none !important;
	margin: 0px auto;
}

/*==============================================================================
										CONTENT
==============================================================================*/

.content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: white;
	font-size: 16px;
	line-height: 1.625;
}

.content p,
.content ul {
	margin-bottom: 20px;
}

.content h1 {
	
}

/*------------------------------------------------------------------------------
										HOME
------------------------------------------------------------------------------*/

.content.home {
	text-align: center;
}

.jumbotron p a {
	margin-top: 40px;
}

/*------------------------------------------------------------------------------
										ABOUT US
------------------------------------------------------------------------------*/

.content.about {
	
}

/*------------------------------------------------------------------------------
										SERMONS
------------------------------------------------------------------------------*/

/* GENERAL */

.content.audio h1 {
	text-align: center;
}

.audio .track-small .track.active .titlenow {
	border-left: 5px solid #3A5795;
	padding-left: 5px;
}

.audio .table tr.active td {
	background-color: #eee !important;
}

/* PLAYER */

.player {
	width: 560px;
	margin: 0px auto;
	margin-bottom: 20px;
	padding: 15px 20px !important;
}

.row {
	margin: 0px;
}

.audio .playnow,
.audio .btn-vol,
.audio .pause {
	color: white;
	background-color: #3A5795;
	border: none;
	font-size: 20px;
	width: 50px;
	padding: 0px;
	vertical-align: middle;
}

.audio .playnow:hover,
.audio .btn-vol:hover,
.audio .pause:hover {
	color: #ddd;
}

.player .title {
	display: inline-block;
	width: 400px;
	text-align: left;
	font-size: 16px;
}

.audio .pos,
.audio .length {
	display: inline-block;
	font-size: 18px;
	width: 50px;
	margin-bottom: 0px;
}

.audio .t {
	margin: 0px 20px;
	width: 260px;
}

.audio .space {
	display: inline-block;
	width: 100px;
}

.audio .volume {
	margin: 0px;
	width: 100px;
}

.progress {
	display: inline-block;
	background-color: white;
	position: relative;
	vertical-align: middle;
}

.pause {
	display: none;
}

.progress-bar {
	background-color: #bbb;
	-webkit-transition: width 0s linear;
	transition: width 0s linear;
	height: 20px;
}

.tracker,
.volrange {
	position: absolute;
	background-color: transparent;
}

@media screen and (max-width: 767px) {
	.player {
		width: 100%;
		padding: 15px 10px !important;
	}
	
	.audio .playnow,
	.audio .btn-vol,
	.audio .pause,
	.audio .pos,
	.audio .length {
		width: 10%;
	}
	
	.audio .playnow,
	.audio .btn-vol,
	.audio .pause {
		min-width: 35px;
	}
	
	.audio .pos,
	.audio .length {
		min-width: 60px;
	}

	.player .title {
		width: 70%;
	}

	.audio .t {
		width: 40%;
		min-width: 100px;
		margin: 0px 5px;
	}

	.audio .space,
	.audio .volume {
		width: 20%;
	}
}

/* TABLE */

.audio .table .track .dropdown-menu {
	position: static;
	float: none;
	border: none;
	box-shadow: none;
}


.audio .table .play,
.audio .table .download span {
	background-color: inherit;
	color: #333;
	border: none;
	font-size: 18px;
}

.audio .table .play:hover,
.audio .table .download span:hover {
	color: black;
}

.audio .track .download,
.audio .track .dropdown-toggle {
	color: #333;
}

.audio .track .download:hover,
.audio .track .dropdown-toggle:hover,
.audio .track .download:focus,
.audio .track .dropdown-toggle:focus {
	text-decoration: none;
	color: black;
}

.audio .table p {
	margin-bottom: 0px;
	padding: 0px 10px;
}

/* TRACK LIST */

.audio .track-small .play,
.audio .track-small .download {
	margin-top: 5px;
}

.audio .track-small .download {
	margin-left: 10px;
	color: white;
}

.audio .track-small .download:hover {
	color: white;
	background-color: #133783;
}

.audio .track-small p {
	margin-bottom: 0px;
}

.audio .track .titlenow {
	margin: 0px;
	padding: 10px 0px;
}

	/* INPUT RANGE */

	input[type="range"]::-ms-tooltip {
		display: none;
	}

	input[type="range"],
	input[type="range"]::-webkit-slider-runnable-track,
	input[type="range"]::-webkit-slider-thumb,
	input[type="range"]::-moz-range-track,
	input[type="range"]::-moz-range-thumb,
	input[type="range"]::-ms-track,
	input[type="range"]::-ms-thumb {
		-webkit-appearance: none;
		appearance: none;
		-moz-appearance: none;
	}

	input[type="range"] {
		-webkit-appearance: none;
		appearance: none;
		-moz-appearance: none;
		cursor: pointer;
	}

	input[type="range"]::-webkit-slider-runnable-track {
		-webkit-appearance: none;
		appearance: none;
		-moz-appearance: none;
	}

	input[type="range"]::-webkit-slider-thumb {
		-webkit-appearance: none;
		appearance: none;
		-moz-appearance: none;
	}

	input[type="range"]:focus {
		outline: none;
	}

	input[type="range"]:focus::-moz-range-track {
		outline: none;
	}

	input[type="range"]:-moz-focusring {
		outline: none;
	}

	input[type="range"] {
		height: 20px;
		background: transparent;
		border: none;
	}

	input[type="range"]::-webkit-slider-thumb {
		-webkit-appearance: none;
		height: 20px;
		width: 10px;
		background: white;
		border: 2px solid #133783;
		box-shadow: none;
		border-radius: 2px;
	}

	input[type="range"]::-moz-range-track {
		height: 20px;
		background: transparent;
		border: none;
	}

	input[type="range"]::-moz-range-thumb {
		height: 20px;
		width: 10px;
		background: #133783;
		border: 1px solid #ddd;
		box-shadow: none;
		border-radius: 2px;
	}

	input[type="range"]::-ms-track {
		background: transparent;
		color: transparent;
		border: none;
	}

	input[type="range"]::-ms-thumb {
		height: 20px;
		width: 10px;
		background: #133783;
		border: 1px solid #ddd;
		box-shadow: none;
		border-radius: 2px;
	}

	input[type="range"]::-ms-fill-upper {
		background: transparent;
	}

	input[type="range"]::-ms-fill-lower {
		background: transparent;
	}
	
	.audio .track-small {
		display: none;
	}
	
	.audio .table .track td {
		min-width: 75px;
	}
	
@media screen and (max-width: 991px) {
	.audio .table {
		display: none;
	}
	
	.audio .track-small {
		display: block;
	}
}

/*------------------------------------------------------------------------------
										NEWS & EVENTS
------------------------------------------------------------------------------*/

table.em-calendar {
	width: 100%;
}

table.fullcalendar td {
	width: 14.28%;
	border: 1px solid #ddd !important;
}

.calendar .table thead {
	background-color: #3A5795;
	color: white;
	border-radius: 20px;
}

.calendar .table thead td {
	border-color: #3A5795 !important;
	text-align: center !important;
}

.calendar .table thead a {
	color: #ddd;
}

.calendar .table thead a:hover {
	color: white;
	text-decoration: none;
}

.table .eventful-today,
.table .eventless-today {
	background: #133783 !important;
	color: white !important;
}

.table .eventful-today a,
.table .eventless-today a {
	color: white !important;
}

.table .eventful {
	background: #ddd;
	color: #333;
}

.table .eventless {
	background: white;
	color: #333;
}

.calendar .table ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.calendar .table .eventful a,
.calendar .table .eventless a {
	color: #333 !important;
}

.calendar .table p {
	margin-bottom: 0px;
}

.calendar-list p {
	margin-bottom: 5px;
}

.event-categories {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.calendar-list {
	display: none;
}

@media screen and (max-width: 710px) {
	.calendar {
		display: none;
	}
	
	.calendar-list {
		display: block;
	}
}

/*------------------------------------------------------------------------------
										GROUPS
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------
										MEMBERS
------------------------------------------------------------------------------*/

.post-password-form input[type="password"] {
    background-color: white;
    color: #333;
	border: none;
	border: 1px solid #bbb;
	margin: 10px;
	margin-right: auto;
}

.post-password-form input[type="submit"] {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #3A5795;
	color: white;
	border-color: #133783;
	margin-left: 5px;
}

.post-password-form input[type="submit"]:hover {
	background-color: #133783;
}

/*------------------------------------------------------------------------------
										GALLERY
------------------------------------------------------------------------------*/

.gallery {
	text-align: center;
}

.gallery img {
    display: block;
	height: auto;
	width: auto;
	max-height: 300px;
	max-width: 90%;
	margin: 0px auto;
}

#lightbox {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: black;
	z-index: 10;
	opacity: 1.0;
}

.gallery .switch {
	float: right;
}

#lightbox img {
	display: none;
	height: auto;
	width: auto;
	max-height: 600px;
	max-width: 600px;
	margin: 0px auto;
}

#lightbox .active {
	display: block;
}

#lightbox-close {
	position: fixed;
	right: 0px;
	top: 0px;
}

#lightbox-next {
	position: fixed;
	top: 47.5%;
	right: 5%;
}

#lightbox-back {
	position: fixed;
	top: 47.5%;
	left: 5%;
}

/*------------------------------------------------------------------------------
										CONTACT
------------------------------------------------------------------------------*/

.minister img {
	border: 1px solid #ddd;
	border-radius: 50%;
}

.wpcf7 {
	width: 100%;
	max-width: 400px;
	margin: 0px !important;
}

.wpcf7 form p {
	text-align: left;
	margin-bottom: 0px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    background-color: white;
    color: #333;
	border: none;
	border: 1px solid #bbb;
	width: 100%;
    max-width: 400px;
	margin-bottom: 20px;
}

.wpcf7 input[type="submit"] {
	margin-bottom: 10px;
}

.wpcf7 .submit {
	text-align: right;
}

.wpcf7 .ajax-loader {
	display: none;
}

.wpcf7-not-valid-tip {
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #a94442 !important;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.wpcf7-validation-errors {
	margin: 0px !important;
	padding: 15px !important;
	border: 1px solid transparent !important;
	border-radius: 4px;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.wpcf7-mail-sent-ok {
	margin: 0px !important;
	padding: 15px !important;
	border: 1px solid transparent !important;
	border-radius: 4px;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

/*==============================================================================
										SIDEBAR
==============================================================================*/

.sidebar {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: white;
}

.sidebar hr {
	border-color: #ddd;
}

.sidebar .date {
	font-style: italic;
}

/* posts */

.single {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: white;
	font-size: 16px;
	line-height: 1.625;
}

.single h1 {
	
}

.post {
	
}

.post .title {
	
}

.post .text {
	
}

.post .text h1,
.post .text h2,
.post .text h3,
.post .text h4,
.post .text h5,
.post .text h6 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	white-space: normal;
	margin-bottom: 10px;
	margin-top: 15px;
}

.single .text h1,
.single .text h2,
.single .text h3,
.single .text h4,
.single .text h5,
.single .text h6 {
	font-size: 22px;
}

.post .text p {
	
}

.post .text ul {
	
}

.post .text img {
	display: block;
}

.post .cat {
	font-style: italic;
	margin: 10px 0px;
}

.post .map {
	margin: 10px 0px;
}

.mejs-container {
	margin: 0px;
}

.mejs-horizontal-volume-slider {
	display: inline !important;
}

.mejs-horizontal-volume-slider.mejs-mute {
	color: #fff;
	background-color: #333;
}

.mejs-container,
.mejs-mediaelement,
.mejs-controls {
	width: 375px !important;
}

.mejs-time-rail,
.mejs-time-total {
	width: 200px !important;
}

.mejs-time-slider {
	width: 190px !important;
}

/*==============================================================================
										FOOTER
==============================================================================*/

.footer {
	background-color: #3A5795;
	padding: 40px 0px;
}

.footer img {
	max-height: 100px;
}

.footer .copy p {
	margin-bottom: 0px;
	font-size: 14px;
	text-align: left;
}

.footer .logo {
	text-align: right;
}

@media screen and (max-width: 991px) {
	.footer .copy p {
		margin-bottom: 40px;
		text-align: center;
	}

	.footer .logo {
		text-align: center;
	}
}

.footer .login {
	margin-top: 40px;
}

.footer .login  a {
	color: white;
}

/* CUSTOM */

img {
  max-width: 100%;
  height: auto;
}

img.alignleft {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

img.alignright {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}
