/* * * * * * * * * FONTS * * * * * * * * */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@font-face {
    font-family: "MansionAntiqueSmallCaps";
    src: url("fonts/mansion_antique_small_caps-webfont.eot");
    src: url("fonts/mansion_antique_small_caps-webfont.eot?#iefix") format("embedded-opentype"),
         url("fonts/mansion_antique_small_caps-webfont.woff") format("woff"),
         url("fonts/mansion_antique_small_caps-webfont.ttf") format("truetype"),
         url("fonts/mansion_antique_small_caps-webfont.svg#MansionAntiqueSmallCaps") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "SteelfishRegular";
    src: url("fonts/steelfish_rg-webfont.eot");
    src: url("fonts/steelfish_rg-webfont.eot?#iefix") format("embedded-opentype"),
         url("fonts/steelfish_rg-webfont.woff") format("woff"),
         url("fonts/steelfish_rg-webfont.ttf") format("truetype"),
         url("fonts/steelfish_rg-webfont.svg#SteelfishRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SteelfishExtraBold";
    src: url("fonts/steelfish_eb-webfont.eot");
    src: url("fonts/steelfish_eb-webfont.eot?#iefix") format("embedded-opentype"),
         url("fonts/steelfish_eb-webfont.woff") format("woff"),
         url("fonts/steelfish_eb-webfont.ttf") format("truetype"),
         url("fonts/steelfish_eb-webfont.svg#SteelfishExtraBold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SteelfishBold";
    src: url("fonts/steelfish_bd-webfont.eot");
    src: url("fonts/steelfish_bd-webfont.eot?#iefix") format("embedded-opentype"),
         url("fonts/steelfish_bd-webfont.woff") format("woff"),
         url("fonts/steelfish_bd-webfont.ttf") format("truetype"),
         url("fonts/steelfish_bd-webfont.svg#SteelfishBold") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 767px) {
	.svSidebar {margin-top:0px;}
}

@media (min-width: 768px) {
	.svSidebar {margin-top:100px;}
}

/* * * * * * * * * * Background * * * * * * * * * */
/* * * * * * * * * * Background * * * * * * * * * */
body {background-color:#000;}
body:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-10; /* needed to keep in the background */
      background: url("img/back.jpg") top center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
img {max-width:100%;}
.mceContentBody.wp-editor { 
  background-image:none !important;
  background-color: #FFF !important;
} 
/* * * * * * * * * * Header * * * * * * * * * */
.headLogo {text-align:center; margin-top:100px;}
.headLogo img {max-width:100%;}
.headerIcons { }
.headerInfo {
	padding:20px 0;	
}
.headerReg { }
.headBlock {
	margin:20px auto 60px auto;
}

body { font-family: "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}
.navbar {
  font-family: "MansionAntiqueSmallCaps", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size:200%;
  line-height:.8;
}
.dropdown-menu {
  font-family: "MansionAntiqueSmallCaps", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size:90%;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4, .Subtitle, .Subtitle1, .Subtitle2, .Subtitle4, .fauxButton {
	font-family: "MansionAntiqueSmallCaps", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	padding:0;
	line-height:.8;
	margin:0 0 10px 0;
}
h1, .h1, h2, .h2 {padding:5px; margin:10px 0; 
background-color: rgba(0,0,0,.5);
-moz-border-radius: 5px;
border-radius: 5px;
	text-transform:uppercase;
}
.Subtitle1, .Subtitle2, .Subtitle {
	font-size:300%;
	color:#cedce5;
	padding:30px 0 0 0;
	}
.Subtitle4 {
	font-size:200%;
	color:#96a3ab;
	padding:0;	
}
.fauxButton {
	color:#900;
}

h5, .h5, h6, .h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
}

/* * * * * * * * * HEADERS * * * * * * * * */

@media (max-width: 767px) {
h1, .h1 {font-size:250%;}
h2, .h2 {font-size:200%;}
h3, .h3 {font-size:175%;}
h4, .h4, .card-header {font-size:150%;}
h5, .h5 {font-size:120%;}
h6, .h6 {font-size:100%;}
}
@media (min-width: 768px) {
h1, .h1 {font-size:300%;}
h2, .h2 {font-size:275%;}
h3, .h3 {font-size:250%;}
h4, .h4, .card-header {font-size:175%;}
h5, .h5 {font-size:150%;}
h6, .h6 {font-size:125%;}
}

/* * * * * * * * * NAVBAR * * * * * * * * */

/* Main Colors */
.navbar-dark, .dropdown-menu {background-color:rgba(0,0,0,0.75);}
.site-title a, .navbar-dark .navbar-brand, .site-description, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .active > .nav-link, .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover {color: #FFCC00;}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {color: #F00;}

/* Color Augmentations */
.navbar-dark .navbar-nav .nav-link {text-shadow:0 0 6px #FF0000; opacity:1; }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {text-shadow:0 0 6px #FFF; opacity:1; }
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .active > .nav-link {text-shadow:0 0 6px #FF0000; opacity:1; }

/* Other Elements */
.dropdown-menu {
  text-align: inherit;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 0;
}
.site-title a, .navbar-dark .navbar-brand, .site-description {margin-bottom: 0;}

.navbar-toggler {background-color: #006600;font-size:100%;}
.navbar-toggler:link { color: #00FF00; opacity:1; }
.navbar-toggler:hover { color:#FFF; background-color: #090; }


/* * * * * * * * * * Hyperlinks * * * * * * * * * */
a {
  text-decoration:none;
 }
a:link,a:visited {
-webkit-transition: color .25s linear .1s;
transition: color .25s linear .1s;
  text-decoration:none;
 }
a:hover,a:active,a:focus {
-webkit-transition: color .25s linear;
transition: color .25s linear;
  text-decoration:none;
 }
/* * * * * * * * * * Colors * * * * * * * * * */
body, .textwidget, .card {color:#cedce5;}
h1, .h1 {
  color: #900;
  text-shadow:0 0 6px #000;
}

h2, .h2 {
  color: #F00;
  text-shadow:0 0 6px #000;
}
h3, .h3, h4, .h4 {
  color: #900;
  text-shadow:0 0 6px #000;
}
h5, .h5, h6, .h6 {
  color: #b5cecd;
  text-shadow:0 0 6px #b5cecd;
}
a {text-decoration:none;}
a:link,a:visited, 
.entry-meta a, .comments-link a, .edit-link a,
.cat-links a, .tags-links a,
.single .post-navigation .nav-links a,
.sidebar-1-area .widget ul li a, .footer-widgets .widget ul li a,
.comments-area .logged-in-as a {color:#fad585;}

a:hover,a:active,a:focus, .entry-meta a:hover, .comments-link a:hover, .edit-link a:hover,
.cat-links a:hover, .tags-links a:hover,
.single .post-navigation .nav-links a:hover,
.sidebar-1-area .widget ul li a:hover, .footer-widgets .widget ul li a:hover,
.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover,
.comments-area .comment-author a:hover,
.comments-area .logged-in-as a:hover, .page-link:hover, .page-link:focus { color: #FFFF01; text-decoration:none; }

footer a, footer a:link { color: #900 !important; text-decoration:none; }
footer a:hover { color: #F00 !important; text-decoration:none; }

/* FOOTER */

footer {
  border-top: 1px solid #333;
  background-color: rgba(0,0,0,0.7);
  text-align: center;
} 
footer p {
  	font-size:75%;
	text-shadow: 1px 1px 1px #000;
	font-weight:normal;
}
.shdw {text-shadow:0 0 3px #000, 0 0 6px #000, 0 0 10px #000;}

/* Vertical Alignment in Div */
.align-vertically {
  display: flex;
  align-items: center;
}

/* SV MODS */
h1, .h1 {margin-top:0; padding-top:0;}
h2, .h2 {margin-top:0; padding-top:0;}
h3, .h3 {margin-top:0; padding-top:0;}
h4, .h4 {margin-top:0; padding-top:0;}
h5, .h5 {margin-top:0; padding-top:0;}
h6, .h6 {margin-top:0; padding-top:0;}
.SVMasthead {text-align:center; margin:10px auto;}
/*#main-container {margin-left:20px; margin-right:20px;} */
.SVcontainer, .SVwidg {background-color:rgba(0,0,0,0.75);border-radius: 0.5rem;}
.SVcontainer {padding-top: 10px;padding-bottom:10px;}
.SVwidg {padding:10px;}
.card-header {
  background-color: rgba(0,0,0,0.75);
  border-bottom: 1px solid #68C4AA;
  color:#dde4b3;
}
.card {
  background-color: rgba(0,0,0,0.75);
  background-clip: border-box;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.card h4 {margin:0;padding:0;}
.page-numbers {background:#333 !important;}
.page-numbers.current.page-link {background:#666 !important;color:#eee;}
.page-link {border-color:#444;}
.page-link:hover {
  background-color: #666;
  border-color: #000;
}
.page-link:focus {
  background-color: #666;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #000;
}
.svThumb {margin-right:20px;}

.contentInner {
	background:rgba(0,0,0,0.75);
	padding:10px;
	border-radius:10px;
}
.textwidget {
	background:rgba(0,0,0,0.75);
	padding:10px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.footer-widgets h4 {
  background-color: rgba(0,0,0,0.75);
  border-bottom: 1px solid #666;
  color:#dde4b3;
  padding:10px;
  margin-bottom:0px;
}
#main-container {margin-bottom:20px;}

hr { 
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255,0,0,.99), rgba(0, 0, 0, 0)); 
}
/* ------------------------------------------------------------------------------------------ From Previous Template */
.fauxButton {
	margin:20px auto;
	padding:0;
	text-align:center;	
	font-size:250%;
	line-height:1;
	text-transform:uppercase;
	letter-spacing:3px;
}
.fauxButton a {
	padding:5px 8px;
	margin:0 0 5px 0;
	color:#FFF;
	background-color:#F00;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-left: 1px solid #990000;
	border-top: 1px solid #990000;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
    text-shadow: 1px 1px 3px #000;
	text-decoration:none;
	display:block;
}
.fauxButton a:hover {
	color:#900;
	background-color:#FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-left: 1px solid #FF0000;
	border-top: 1px solid #FF0000;
	border-right: 1px solid #5b5b5b;
	border-bottom: 1px solid #5b5b5b;
    text-shadow: 1px 1px 2px #000;
	display:block;
}
p.quote {
	margin:10px 0 0 0;
}
p.quoteComment {
	font-size: 90%;
	margin:10px 0 0 0;
}
p.source, p.sourceComment {
	font-size: 80%;
	font-style: italic;
	color: #CCCCCC;
	text-align: right;
	margin:0 0 40px 0;
}
.homeBox {background:rgba(0,0,0,0.75); padding:20px;}

.faq p {
	
}
.faq p.Answer1, .Answer1 {
	font-style:italic;
	font-weight:normal;
	margin:0 0 20px 20px;
	font-size:100%;
}
.faq strong {
	color:#FFF;
	font-size:110%;	
	margin:0px;
}
.presale {
	background-color:#F00;
	margin:0;
	text-align:center;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-size:120%;
	color:#000;
	line-height:1;
	font-weight:700;
	display:none;
}
.presale a, .presale a:link, .presale a:visited {color:#FFF;}
.presale a:hover, .presale a:focus, .presale a:active {color:#000;}
.presaleInner {margin:5px auto;}

.ctr {text-align:center;}


ul.display-posts-listing {list-style:none;margin-bottom:50px;margin-left:0;margin-right:0;padding-left:0;padding-right:0;}
ul.display-posts-listing .image {float:left;margin-right:10px;}
ul.display-posts-listing .title {
	font-family: "MansionAntiqueSmallCaps", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:300%;
	line-height:1;
}
ul.display-posts-listing .date {font-size:75%;}
ul.display-posts-listing li {border-top:1px solid #FF6600; margin-bottom:50px;margin-left:0;margin-right:0;padding-left:0;padding-right:0;}
ul.display-posts-listing li ul li {border-top:0; margin:0 0 10px 0;}


.btn-outline-primary, .btn-primary {
	background: #a23737;
background: -moz-linear-gradient(top, #a23737 0%, #053431 100%);
background: -webkit-linear-gradient(top, #a23737 0%,#053431 100%);
background: linear-gradient(to bottom, #a23737 0%,#053431 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a23737', endColorstr='#053431',GradientType=0 ); 
	border:1px solid #a23737 !important;
}
.btn-outline-primary:hover, .btn-primary:hover {
	background: #FF0202;
background: -moz-linear-gradient(top, #FF0202 0%, #a23737 100%);
background: -webkit-linear-gradient(top, #FF0202 0%,#a23737 100%);
background: linear-gradient(to bottom, #FF0202 0%,#a23737 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0202', endColorstr='#a23737',GradientType=0 );
	border-color:#FFF !important;
}
a.text-dark {color: #f00 !important;}
.custom_logo {text-align:center;}
ul.hrz {text-align:center;}
ul.hrz li {display: inline-block;}