/*-------------------------------- */
/*-- Friday Sermon Page   ---*/
/*-- Design by Asim Malik  --*/
/*-------------------------------- */

/*-------------------------------- */
/*--      Body Styles              --*/
/*-------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

#container-body {
	background-color: #F1F1F1 !important;
}

.content-area {
	margin-top: 25px;
	max-width: 1100px;
}

/*-- Global styles --*/

#content-area-wrapper .link-decorate {
	color: #348634;
	text-decoration: none;
}

#content-area-wrapper .link-decorate:hover {
	color: #698B69;
	text-decoration: underline;
	border-bottom: 0px;
}

/*-------------------------------- */
/*-- Sermon header Section--*/
/*-------------------------------- */

#sermon-header-wrapper {
	text-align: center;
}

/* Date selection */
.sermon-date-selection {
	display: table;
	margin: auto;
}

.sermon-click-area {
	width: 100px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
}

/* Prev Sermon */
.prev-sermon-select {
	width: 35px;
	height: 35px;
	float: right;
	display: table;
	margin-right: 5px;
}

.sermon-click-area:hover .prev-sermon-select {
	border-radius: 50%;
	color: #348634;
	background-color: #E4F2E4;
}

.prev-sermon-icon {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#content-area-wrapper .sermon-date-selection a.disabled {
	color: #A2A2A2;
	pointer-events: none;
}

/* Next Sermon */
.next-sermon-select {
	width: 35px;
	height: 35px;
	float: left;
	display: table;
	margin-left: 5px;
}

.sermon-click-area:hover .next-sermon-select {
	border-radius: 50%;
	color: #348634;
	background-color: #E4F2E4;
}

.next-sermon-icon {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* Current sermon date */
#sermon-date {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;

}

#sermon-date:hover a {
	text-decoration: underline;
}

#sermon-date-text {
	padding: 5px 10px;
	box-shadow: 0px 1px 2px #00000029;
	border-radius: 6px;
	display: inline-block;
	min-width: 200px;
}

/*  Heading */
#sermon-title h1 {
	margin-top: 10px;
	font-size: 37px;
	font-weight: bold;
}

#sermon-by-info {
	color: #818181;
	padding-bottom: 10px;
	font-size: 14px;
}

#sermon-by {
	font-size: 18px;
	font-weight: 600;
}

/*-------------------------------- */
/*--      Video and Audio	  --*/
/*-------------------------------- */

.sermon-video {
	margin-top: 5px;
	text-align: center;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

#video-controls-wrapper {
	background-color: #F1F1F1;
	margin-top: 20px;
}

#youtube-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#audio-player-wrapper {
	margin-top: 40px;
}

.video-bottom-menu {
	padding-top: 20px;
}

.media-format-wrapper {
	display: table;
}

#media-format-text {
	font-size: 16px;
	font-weight: 600;
	color: #555555;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
}

.media-format-links {
	font-size: 16px;
	font-weight: 600;
	padding: 5px 15px;
	border-radius: 16px;
	min-width: 90px;
	text-align: center;
	margin-right: 5px;
	white-space: nowrap;
}

.media-format-links:hover {
	background: #FFFFFF;
}

#content-area-wrapper .media-format-wrapper a.disabled {
	color: #A2A2A2;
	pointer-events: none;
}

#video-controls-wrapper .media-format-wrapper .active {
	background: #FFFFFF;
	color: #000000;
}

#no-translations-found {
	font-size: 18px;
	color: #A2A2A2;
	text-align: center;
}


#share-menu {
	float: right;
	font-size: 16px;
	font-weight: 600;
}


/*-------------------------------- */
/*--  Sermon Info Tabs 		  --*/
/*-------------------------------- */

/*- Tab Menus 					  -*/
.sermon-text-options-menu .nav-tabs .active {
	color: #000000 !important;
}

.sermon-text-options-menu {
	padding-top: 30px;
	background-color: #F1F1F1;
}

.sermon-text-tab-heading {
	font-size: 18px;
	font-weight: 600;
}

/*- Summary Tab  				-*/
#summary {
	background-color: #FFFFFF;
}

#editors-note {
	padding: 20px;
	margin: 0;
	font-size: 14px;
	color: #818181;
}

#summary-text {
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;

}

/*- Full English Text Tab  		-*/
#full-text {
	background-color: #FFFFFF;
}

#full-text-tab-text {
	font-size: 18px;
	padding: 20px;
}

/*- More options Tab  		-*/
#more-options {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

#more-options-list {
	border: 0;
	box-shadow: none;
}

#more-options-list li {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

.more-options-list-text {

	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
}

#verses-cited-wrapper {
	height: auto;
}

.verses-cited-textbox {
	padding-left: 0px;
	padding-right: 0px;
}

.verses-cited-textbox a {
	padding-left: 5px;
}

#verses-cited-heading {
	padding-left: 5px;
}

/*-------------------------------------- */
/*--  Related Resources Section  --*/
/*-------------------------------------- */
#resources-list {
	border: 0;
	box-shadow: none;
}

.resources-list {
	border: 0;
	box-shadow: none;
	padding: 0px;
	margin: 0px;
}

.resources-list-section-wrapper {
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #F1F1F1;
}

#resources-heading {
	font-size: 16px;
	color: #646464;
	width: 318px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}


/*- Search                   -*/
.search-url-wrapper {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

/*- Search input text -*/
#inlineFormInput {
	font-size: 14px;
}

.form-control::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #A2A2A2;

	/* Firefox */
	opacity: 1;

}

.form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #A2A2A2;
}

.form-control::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #A2A2A2;
}

#btn-search-sermons {
	background: #E4F2E4;
	color: #698B69;
	font-size: 14px;
	font-weight: 600;
}

#btn-search-sermons:hover {
	color: #0f400f;
}

/*-------------------------------------- */
/*--  MODALS 							 --*/
/*-------------------------------------- */

/*- Modal global settings 			*/
.modal-header {
	background-color: #D9D9D9;
	padding: 10px;
	box-shadow: 1px rgba(0, 0, 0, 16);
}

.modal-header .close {
	font-size: 35px;
	font-weight: 300;
}

/*- Date Selector Modal		 -*/

/*- Center position -*/
#dateModal {
	width: 330px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*- Sermon date selector header -*/
.dateModal-header-year {
	height: 58px;
}

.dateModal-year-dropdown-selector {
	color: #000000;
	font-size: 16px;
	padding: 5px;
	background-color: #D9D9D9;
	border: 1px solid #000000;
}

/*- Sermon date selector body section-*/
#dateModal-body-wrapper {
	padding: 0;
}

#dateModal-list-wrapper .row {
	display: flex;
	align-items: center;
}

#dateModal-selection-list {
	margin-bottom: 0px;
}

#dateModal-list-wrapper .list-group .dateModal-list-item {
	color: #000000;
}

#dateModal-list-wrapper .list-group .dateModal-selection-active {
	color: #FFFFFF;
	background-color: #698B69;
}

.dateModal-selection-items-wrapper {
	padding-right: 0px;
	padding-left: 0px;
}

.dateModal-list-item {
	padding: 10px 0px 10px 0px;

}

.dateModal-date {
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	border-right: 1px solid #91AF91;
}

.dateModal-sermon-title {
	font-weight: 400;
}


/*- Video Audio Selection Modal		 -*/

/*- Center position -*/
#formatModal {
	width: 330px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*- Video Audio selector header -*/
.formatModal-heading {
	font-size: 24px;
	font-weight: 600;
	padding-left: 10px;
}

/*- Video Audio selector body section-*/
#formatModal-body-wrapper {
	background-color: #F1F1F1;
}

.formatModal-video-heading {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
}

.formatModal-audio-heading {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 30px;
}

#formatModal .list-group {
	border: 0;
	box-shadow: none;
	padding: 0px;
	margin: 0px;
}

#formatModal-list-wrapper .list-group .list-group-item {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	height: 44px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}

#formatModal-list-wrapper .list-group .active {
	color: #FFFFFF;
	background-color: #698B69;
	background-image: none;
}


/*- Social Share  Modal			 -*/

#socialModal {
	width: 330px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*- Header -*/
.socialModal-header-heading {
	font-size: 24px;
	font-weight: 600;
	padding-left: 10px;
}

/*- Body section -*/
#socialModal-body-wrapper {
	background-color: #F1F1F1;
}

.socialModal-icons-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	display: block;
}

#socialModal-body-wrapper .socialModal-icons-wrapper .socialModal-icon {
	color: #333335;
	text-decoration: none;
	border: 0px;
	margin-right: 5px;
}

#socialModal-body-wrapper .socialModal-icons-wrapper .socialModal-icon:last-child {
	margin-right: 0px;
}

#socialModal-body-wrapper .socialModal-icons-wrapper .socialModal-icon:hover {
	color: #333335;
	text-decoration: none;
	border: 0px;
}

.socialModal-url-wrapper {
	padding-top: 5px;
	padding-bottom: 15px;
}

.socialModal-url-box {
	background-color: #FAFAFA;
	width: 100%;
	height: 36px;
	text-align: center;
	line-height: 36px;
}

#select_txt {
	font-size: 14px;
	color: #333335;
}

.socialModal-url-wrapper .btn-copy-url {
	background: #E4F2E4;
	color: #698B69;
	font-size: 14px;
	font-weight: 600;
	height: 36px;
}

.socialModal-url-wrapper .btn-copy-url:hover {
	color: #0f400f;
}


/*-------------------------------------- */
/*-- RESPONSIVE 					 --*/
/*-------------------------------------- */
/*--  Responsive --*/
@media (max-width: 767px) {
	#container-body {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.button-icons {
		display: none;
	}

	.more-lang-hide {
		display: none;
	}

	.video-bottom-menu {
		padding-left: 15px;
		padding-right: 15px;
	}

	.tooltip {
		display: none !important;
	}
}

@media (min-width: 425px) {
	.more-options-list-text {
		width: 318px;
		height: 44px;
	}

	/*- Search                   -*/
	.search-url-wrapper {
		width: 318px;
	}
}

@media (min-width: 767px) {

	/*-------------------------------- */
	/*-- Sermon header Section--*/
	/*-------------------------------- */

	#sermon-date {
		font-size: 19px;
	}

	/* Prev Sermon */
	.prev-sermon-select {
		width: 40px;
		height: 40px;
	}

	/* Next Sermon */
	.next-sermon-select {
		width: 40px;
		height: 40px;
	}

	#sermon-title h1 {
		font-size: 45px;
	}

	#sermon-by-info {
		font-size: 17px;
	}

	#sermon-by {
		font-size: 22px;
	}

	/*-------------------------------- */
	/*--      Video 					  --*/
	/*-------------------------------- */

	#media-format-text {
		font-size: 18px;
	}

	#media-format-text {
		font-size: 18px;
	}

	.media-format-links {
		font-size: 18px;
	}

	.button-icons {
		padding-right: 5px;
	}

	.button-icons:last-child {
		padding-right: 0px;
	}

	.text-hide {
		font-size: 18px;
		font-weight: 600;
	}

	#share-menu {
		font-size: 18px;
	}


	/*-------------------------------- */
	/*--  Sermon Info Tabs 		  --*/
	/*-------------------------------- */

	/*- Tab Menus 					  -*/
	.sermon-text-tab-heading {
		font-size: 20px;
	}

	.nav-tabs {
		border-bottom: none;
	}

	/*- Summary Tab  				-*/
	#editors-note {
		font-size: 16px;
	}

	#summary-text {
		font-size: 20px;
	}

	/*- Full English Text Tab  		-*/
	#full-text-tab-text {
		font-size: 20px;
	}

	/*- More options Tab  		-*/
	.more-options-list-item:nth-child(odd) li {
		float: right;
	}

	.more-options-list-item:nth-child(even) li {
		float: left;
	}


	/*-------------------------------------- */
	/*--  Related Resources Section  --*/
	/*-------------------------------------- */
	.more-options-list-text:nth-child(odd) li {
		float: right;
	}

	.more-options-list-text:nth-child(even) li {
		float: left;
	}

	#resources-heading {
		float: right;
	}


	/*- Search                   -*/
	.search-url-wrapper {
		float: left;
	}

	/*-------------------------------------- */
	/*--  MODALS 							 --*/
	/*-------------------------------------- */

	/*- Date Selector Modal		 -*/
	#dateModal {
		width: 540px;
	}

	.dateModal-year-dropdown-selector {
		font-size: 18px;
	}

	.dateModal-sermon-title {
		font-size: 18px;
		font-weight: 600;
	}


	/*- Video Audio Selection Modal		 -*/

	/*- Center position -*/
	#formatModal {
		width: 540px;
	}


	/*- Social Share  Modal			 -*/

	#socialModal {
		width: 330px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	/*- Header -*/
	.socialModal-header-heading {
		font-size: 24px;
		font-weight: 600;
		padding-left: 10px;
	}

	/*- Body section -*/
	#socialModal-body-wrapper {
		background-color: #F1F1F1;
	}

	.socialModal-icons-wrapper {
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
		display: block;
	}

	#socialModal-body-wrapper .socialModal-icons-wrapper .socialModal-icon {
		color: #333335;
		text-decoration: none;
		border: 0px;
	}

	#socialModal-body-wrapper .socialModal-icons-wrapper .socialModal-icon:last-child {
		margin-right: 0px;
	}

	#socialModal-body-wrapper .socialModal-icons-wrapper .socialModal-icon:hover {
		color: #333335;
		text-decoration: none;
		border: 0px;
	}

	.socialModal-url-wrapper {
		padding-top: 5px;
		padding-bottom: 15px;
	}

	.socialModal-url-box {
		background-color: #FAFAFA;
		width: 100%;
		height: 36px;
		text-align: center;
		line-height: 36px;
	}

	#shortURL {
		font-size: 14px;
		color: #333335;
	}

	.socialModal-url-wrapper .btn-copy-url {
		background: #E4F2E4;
		color: #698B69;
		font-size: 14px;
		font-weight: 600;
		height: 36px;
	}

	.socialModal-url-wrapper .btn-copy-url:hover {
		color: #0f400f;
	}

}


@media (min-width: 992px) {
	/*-------------------------------------- */
	/*--  MODALS 							 --*/
	/*-------------------------------------- */

	/*- Date Selector Modal		 -*/
	/*	.dateModal-selection-items-wrapper {
		padding-right: 15px;
		padding-left: 15px;
	} */

	/*- Removed margins on large screens -*/
	.dateModal-list-items,
	.dateModal-list-item-wrapper {
		margin-right: 0px;
		margin-left: 0px;
	}

	/*-- Cited verses --*/
	.verses-cited-textbox {
		padding-left: 20px;
		padding-right: 20px;
	}

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


}