@charset "UTF-8";

/*! 
Various CSS Fixes and Additions 
*/
html {
  scrollbar-color: #420 #000;
}

body {
  min-height: 100vh;
  background: #000;
  color: #fff;
  margin: 0;
  position: relative;
  overflow-y: scroll;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}

/* Trick: */
body {
  position: relative;
}

body::after {
  content: '';
  display: block;
  height: 250px;
  /* Set same as footer's height */
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 250px;
}
h3.sub-title {
  color: #fff;
  text-align: left;
  font-size: 15px;
  background: #000;
  border-bottom: 5px solid #880000;
  padding: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.switch-top {
		position: fixed;
		bottom: -50px;
		right: 10px;
		transition: all 0.3s ease-in-out;
		z-index: 9999;
	}

	.switch-top p {
		display: inline-block;
		float: left;
		margin: 0 20px 0 0;
		color: #fff;
		line-height: 40px;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease-in-out;
		font-size: 15px;
		font-weight: 500;
	}

	.switch-top:hover p {
		opacity: 1;
		visibility: visible;
	}

	.return-to-top {
		width: 40px;
		height: 40px;
		line-height: 35px;
		text-align: center;
		cursor: pointer;
		z-index: 9999;
		display: inline-block;
		position: relative;
		font-size: 24px;
		background-color: #202020;
		background-color: rgba(32,32,32,.85);
		color: #FFF;
		font-size: 20px;
		border: 4px solid #FFF;
		border-radius: 96%;
		-ms-filter: "alpha(opacity=80)";
		filter: alpha(opacity=80);
		opacity: .8;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-o-transition: all .3s linear;
		-transition: all .3s linear;
		border-color: rgba(255,255,255,.3) #fff rgba(255,255,255,.3) #fff;
	}
	.return-to-top:hover {
		border-color: rgba(255,255,255,.3) #642 rgba(255,255,255,.3) #642;
	}

	.return-to-top canvas {
		width: 40px;
		border-radius: 50%;
		top: 0;
		position: absolute;
	}

	.switch-top.back-top {
		bottom: 10px;
		opacity: 1;
	}

	.switch-top.back-top .top-menu .head-social-link li {
		margin-right: 7px;
	}

	.switch-top.back-top .nav-wrap .tim-nav > li a {
		padding: 0 15px;
	}

	.switch-top.back-top .nav-wrap .tim-nav > li.menu-item-has-children:after {
		right: -5px;
	}
.sticky {
	position: sticky;
	top: 0;
}

/* Logo CSS */
.logo .logo-img {
  float:left;
  width: 50px;
  height:0;
  margin-right:5px;
}
.logo .logo-img img{
  float: left;
  width: 50px;
  height: 50px;
  margin-top: 5px;
}
.logo .logo-text {
  float:left;
  margin-top:5px;
}
.logo .logo-text .logo-title {
  font-family: "Cinzel", serif;
  font-size: 24px;
  color: #fff;
  margin-bottom: -5px;
  line-height: 50px;
  }
.logo .logo-text .logo-title .highlight {
  color:#642;
  font-family:"Cinzel", serif;
}
.logo .logo-text .logo-info {
  line-height: 1.6923076923em;
  font-size:.9em;
  color: #ccc;
  font-family:"Cinzel", serif;
}
  
.footer-menu-wrap .logo{
  text-align: left;
  display: inline-flex;
}
.footer-menu-list img{
  text-align: center;
  width: 50px;
  height: 50px;
  margin-top: 5px;
}

.skip-link {
	display: none;
}

#page-header {
  background-position: center center;
  margin: 25px 0 0;
  position: relative;
}
.page-title-wrap {
  position: relative;
  height: 50px;
  top: 1px;
}
.bordered {
  border-bottom: 1px solid #420;
  padding-bottom: 5px;
}
.h3, h3 {
  font-size: 20px;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pr-20, .px-20 {
  padding-right: 20px !important;
}
.panel {
  margin-bottom: 20px;
  background-color: #111;
  border: 1px solid #420;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid #420;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #000;
  border-color: #420;
}
.panel-body {
  padding: 15px;
}
.btn-default {
  color: #fff;
  background-color: #272727;
  border-color: #420;
}
.form-horizontal .control-label {
  text-align: center;
}

a:focus {
  outline: 0;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0;
}
.table td, .table th {
  white-space: nowrap;
}
.neon-text {
  text-transform: uppercase;
  background-image: linear-gradient( -225deg, #770 0%, #420 29%, #700 67%, #770 100% );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 10s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.content-block5 {
  position: relative;
  border-top: 1px solid #420;
  z-index: 1;
}
.content-block5 .content .top {
  width: 100px;
  height: 2px;
  background-color: #420;
}
.content-block5 h1 {
  font-size: 20px !important;
  color: #fff;
  text-transform: uppercase;
  background: url('../img/title-icon2.png') no-repeat left center;
  padding: 9px 10px 9px 50px;
  margin: 0px;
  clear: none;
  display: block;
  float: left;
}
.content-block5 .bottom {
  width: 100%;
  height: 7px;
  border-top: 1px solid #420;
  border-left: 1px solid #420;
}
.cboth {
  display: block;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  float: none;
}
.field {
  display: inline-block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #272727;
  background-clip: padding-box;
  border: 1px solid #420;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-top: 10px;
}
.field:focus {
	color: #fff;
	background-color: #000;
	border-color: #420;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0)
}
#secondary {
    display: none !important;
}
textarea:focus, input:focus{
    outline: none;
}
table {
	width: 100%;
}
.table-responsive table {
	min-width: 800px;
}
td, th {
	white-space: nowrap;
	padding: 5px 10px;
}