/* @override 
	http://kinross.sanctusmedia.net/assets/css/style.css?*
	https://www.kinrossparishchurch.org/assets/css/style.css?* */

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Noto Serif', serif;
}

.btn:hover {
	background-color: #e8e8e8;
	color: #5d5d5d;
}

.clear {clear: both !important;}

header {
	background-size: cover !important;
}
header.home {
	padding-bottom: 50px;
	background: url(/assets/images/kpc-header.jpg) center center;
}
header.subpage {
	background: url(/assets/images/subpage2.jpg) center center;
}

button.navbar-toggler {
	margin-left: auto;
	display: block;
	margin-right: auto;
	background-color: #7f5a96;
	color: #fff;
}
header .logo {
	text-align: center;
}
header .logo img {
	max-height: 160px;
	max-width: 100%;
	margin-top: 15px;
	margin-bottom: 25px;
}

.fl-right {
	float: right;
}
.fl-left {
	float: left;
}

a {
	color: #743aa2;
	transition: all .3s ease-in-out 0s;
}
a:hover {
	text-decoration: none;
	color: #a589c7;
}

/******* NAVIGATION ********/

.heading {
	padding: 5px 0px;
	font-weight: 300;
	color: #919191;
}

.heading a {
	color: #919191;
}
.heading a:hover {
	color: #7a5c93;
}
.heading em {
	font-style: normal;
	font-weight: 400;
}

nav {
	font-family: 'Noto Serif', serif;
}

nav ul {
	margin-left: auto;
	background-color: rgba(0, 0, 0, 0.54);
	padding: 0px 12px !important;
}
nav ul li {
	margin: 0px 5px;
	text-align: center;
}


co {
	color: #53a83e;
}
nav ul li a {
	color: #fff;
	padding: 20px 5px 1px;
	display: inline-block;
	position: relative;
	outline: 0;
	font-size: 15px;
}

nav ul li > .dropdown-menu {
	margin-top: 5px;
	background-color: #3c3c3c;
	box-shadow: none !important;
	border: none !important;
	border-radius: 0px;
}
nav ul li.dropdown.show > a {
	color: #ac87cb;
}
nav ul li.dropdown a.live {
	background-color: #ac87cb;
}
nav ul li > .dropdown-menu a {
	color: #fff;
}
nav ul li:after {
	content: '';
	height: 5px;
	width: 0px;
	background-color: #ac87cb;
	display: block;
	transition: all .3s ease-in-out 0s;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

nav ul li:hover a {
	text-decoration: none;
	color: #fff;
}

nav ul li:hover:after, nav ul li.active:after {
	width: 100%;
}

ul.pager {
	padding-left: 0px;
}
ul.pager li {
	list-style: none;
	padding: 6px 8px 6px 35px;
	font-size: 16px;
	position: relative;
	transition: all .3s ease-in-out 0s;
}
ul.pager li a {
	color: #757575;
	font-weight: 300;
	display: block;
}
ul.pager li.active {
	background-color: #805a97 !important;
}
ul.pager li.active a, ul.pager li:hover a {
	color: #fff;
	font-weight: 500;
	
}
ul.pager li:after {
	content: '\f105';
	font-weight: 100;
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	left: 13px;
	font-size: 28px;
	line-height: 40px;
	color: #dddddd;
	top: 0px;
}
ul.pager li.active:after {
	color: #fff;
}
ul.pager li:hover {
	background-color: #8f8f8f;
}

.bodybox p, .bodybox ul li {
	color: #4b4b4b;
}
.bodybox p {
	margin-bottom: 8px;
	line-height: 23px;
}

.bodybox img {
	max-width: 100%;
	border-radius: 4px;
	margin-top: 5px;
}

article.subsec {
	margin-bottom: 20px;
	border-bottom: 1px dashed #e0e0e0;
	padding-bottom: 20px;
}
.bodybox .mainsec {
	margin-bottom: 30px;
}


/******** `ELEMENTS ********/

section.static {
	padding-top: 50px;
	padding-bottom: 20px;
}

img.fl-left {
	margin: 10px 20px 10px 0px;
	border-radius: 3px;
}

img.fl-right {
	margin: 10px 0px 10px 20px;
	border-radius: 3px;
}
img.fl-left, img.fl-right {
	max-width: 35%;
}


.neg50top {
	margin-top: -80px;
	background-color: #e3e3e3;
}

.strap {
	padding: 25px 0px;
}

.phrase {
	color: #fff;
	font-size: 50px;
	text-align: left;
	padding: 100px 12px 160px;
	line-height: 50px;
	font-style: italic;
}
.phrase p {
	margin-bottom: 0px;
	display: block;
	max-width: 50%;
}
.phrase1 {
	font-weight: 100;
}
.phrase2 {
	font-weight: 100;
}
.phrase3 {
	font-weight: 100;
}

.phrase p span {
	color: #ffffff;
}

.phrase p:first-letter, .text-small > em:first-letter {
	font-family: 'Noto Serif' !important;
}

.upnext {
	text-align: center;
}

.upnext h4 {
	margin-bottom: 0px;
}
.upnext .title {
	font-size: 16px;
	margin-bottom: 10px;
	background-color: #4b4b4b;
	text-align: left;
	display: block;
}
.upnext .title .time {
	font-weight: 600;
	padding-left: 3px;
}

.strap img {
	width: 89%;
	border-radius: 3px;
}
.strap-links {
	text-align: right;
	padding: 0px 10px;
	margin-bottom: 0px;
}

article.sermon {
	margin-bottom: 20px;
}
.sermon h5 {
	color: #5c7dc6;
}
.sermon span a {
	color: #5c7dc6;
	font-weight: 600;
}
.sermon span {
	display: inline-block;
	padding-right: 10px;
	vertical-align: text-top;
	color: #4b4b4b;
	font-weight: 100;
	font-size: 16px;
}
.sermon span i {
	color: #c2c2c2;
	vertical-align: baseline;
}
.sermon a.btn {
	margin-top: 20px;
}


.bodybox {
	padding: 20px 30px;
	background: -webkit-linear-gradient(right, white 30%, #eee 100%) #eee;
	background: -moz-linear-gradient(right, white 30%, #eee 100%) #eee;
	background: -ms-linear-gradient(right, white 30%, #eee 100%) #eee;
	background: linear-gradient(to left, white 30%, #eee 100%) #eee;
}
.bodybox h2 {
	color: #7a5c93;
}
.bodybox h2:after {
	height: 3px;
	display: block;
	width: 40px;
	content: ' ';
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #ccc;
}

/***** footer ******/

footer a {
	color: #ccafec;
	font-weight: 400;

}
footer a:hover {
	color: #fff;
}

.footerhead {
	font-size: 20px;
	color: #939393;
}
.footerhead:after {
	display: block;
	content: ' ';
	width: 50px;
	height: 3px;
	background-color: #5c5c5c;
	margin-top: 5px;
}
.footerhead.spacer:after {
	height: 3px;
	width: 0px;
}

footer p {
	margin: 0px;
}
.lowerfoot {
	padding: 8px;
	font-size: 14px;
	text-align: center;
}
ul.quicklinks {
	list-style: none;
	padding-left: 20px;
}
ul.quicklinks li {
	position: relative;
	padding-right: 20px !important;
}
ul.quicklinks li:before {
	content: '\f101';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	left: -18px;
	color: #9e9e9e;
}

.text-small {
	font-size: 12px;
	margin-top: 10px;
}
.text-small em {
	display: block;
	color: #939393 !important;
	font-weight: 500;
}
.text-light {
	font-weight: 300;
	color: #939393 !important;
}
.text-medium {
	font-weight: 500;
}
.text-bold {
	font-weight: 700;
}

dl.form dt {
	width: 30%;
	display: inline-block;
	vertical-align: text-top;
}

dl.form dd {
	width: 65%;
	display: inline-block;
	vertical-align: text-top;
	margin-bottom: 20px;
}
dl.form dt sub {
	display: block;
	color: #949494;
}
dl.form input, dl.form textarea {
	width: 90%;
	max-width: 400px;
	outline: 0;
	border: 1px solid #dadada;resize: none;
	padding: 6px;
	font-size: 16px;
}
dl.form input:focus, dl.form textarea:focus {
	border-bottom: 1px solid #767676;
}

p.instruct {
	font-size: 13px;
	line-height: 18px;
	background-color: #ececec;
	padding: 0px 3px;
}

.labelbox {
	display: inline-block;
	width: 80%;
	vertical-align: top;
	line-height: 20px;
	margin-top: 6px;
	margin-left: 5px;
}

dl.form button {
	background: none;
	border: 1px solid #a2a2a2;
	padding: 6px 12px;
}
dl.form button:hover {
	color: #9166b7;
	border-color: #9166b7;
}

.instruct.success {
	width: auto !important;
	display: inline-block;
	background-color: #e8f8ea;
	font-weight: bold;
	color: #3c763c;
}

/***** other elements ******/


input.vt-check-lg {
  position: absolute;
  visibility: hidden;
}

input.vt-check-lg ~ .check{
  display: inline-block;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 30px;
  width: 30px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
	
}
input.vt-check-lg ~ .check {
  border: 5px solid #bf3e3e;
	background-color: none;
	top: 10px;
	position: relative;
}

input.vt-check-lg ~ .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input.vt-check-lg:checked ~ .check {
  border: 5px solid #56ae4a;
}

input.vt-check-lg:checked ~ .check::before{
  background: none;
  font-family: 'Font Awesome 5 Pro';
  content: '\f00c';
  line-height: 23px;
  font-size: 18px;
  font-weight: 700;
  color: #56ae4a;
}

input.vt-check-lg:checked ~ label{
  color: #907eb1;
}

.head-label {
	text-align: center !important;
}

span.meta {
	margin-bottom: 14px;
	line-height: 20px;
	display: block;
	font-weight: 600;
	color: #767676;
}

a.download {
	background-color: #7f5a96;
	color: #fff;
}


article.document {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
article.document img {
	margin-top: 0px;
}

.news.preview {
	border-bottom: 1px dashed #d0d0d0;
	margin-bottom: 20px;
	padding-bottom: 13px;
}
.news.preview p {
	margin-bottom: 7px;
}

.pag-links {
	text-align: center;
	font-size: 22px;
}
.pag-links a {
	padding: 0px 4px;
}
/**** custom responsive ****/

@media only screen and (max-width: 767px) {
	.fl-left, .fl-right {
		max-width: 90% !important;
		display: block !important;
		height: auto !important;
		max-width: none;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		float: none !important;
		
	}
	ul.navbar-nav li {max-width: 40%; margin-left: auto; margin-right: auto}
	ul.navbar-nav li a {padding-top: 0px}
}
@media only screen and (min-width: 992px) {
	li.dropdown > .dropdown-menu {
		opacity: 0;
		display: block;
		transition: all .2s ease-in-out 0s;
	}
	li.dropdown:hover > .dropdown-menu {
		display: block;
		opacity: 1;
	}
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
	ul.navbar-nav {
		margin-left: auto;
		margin-right: auto;
	}
	ul.navbar-nav li {
		margin: 0px 4px;
	}
	ul.navbar-nav li a {
		font-size: 15px;
	}
}