/* * * * * * * * * * Google Font Import * * * * * * * * * */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,800italic,400,700,800,300);

html {scroll-behavior: smooth;}

/* * * * * * * * * * Media * * * * * * * * * */
@media (max-width: 499px) {
}

@media (min-width: 500px) and (max-width: 767px) {
}
@media (max-width: 767px) {
.dropdown-menu {
  background-color: transparent !important;
}
h1, .h1 {font-size:250% !important;}
h2, .h2 {font-size:200% !important;}
h3, .h3 {font-size:160% !important;}
h4, .h4 {font-size:120% !important;}
h5, .h5 {font-size:120% !important;}
h6, .h6 {font-size:110% !important;}
}

@media (min-width: 768px) and (max-width:1200px) {
.nav {
   font-size:125% !important;
}
.dropdown-menu > li {
  font-size:100% !important;
}
}

@media (min-width: 1200px) {
}

/* * * * * * * * * * Desktop * * * * * * * * * */
body { background:#000 url("../img/back.jpg") top center fixed no-repeat; }

/* * * * * * * * * * Global Setups * * * * * * * * * */
img, iframe {max-width:100%;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}
.wp-caption{margin:0 auto 10px auto; text-align:center; padding:10px;}
.wp-caption p.wp-caption-text {text-align:center; margin:0; padding:3px;}
.videoWrapper {position: relative; padding-bottom: 60.25%; padding-top: 25px; height: 0; margin-bottom:20px;}
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/* * * * * * * * * * Typography * * * * * * * * * */
body { font-family: "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}


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


/* * * * * * * * * * Headlines And Whatnot * * * * * * * */

h1, .h1 {font-size:300%;}
h2, .h2 {font-size:250%;}
h3, .h3 {font-size:200%;}
h4, .h4 {font-size:150%;}
h5, .h5 {font-size:150%;}
h6, .h6 {font-size:125%;}

h1, .h1, h2, .h2 {
  font-family: "HaymakerRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 10px 0;
	letter-spacing:-2px;
}
h3, .h3, h4, .h4 {
  font-family: "HaymakerRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
	text-transform:uppercase;
  margin: 0 0 10px 0;
	letter-spacing:-2px;
}
h5, .h5, h6, .h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin-top: 0;
}

/* * * * * * * * * * 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 {
  color: #f7e2a5;
}
a:link,a:visited {
  color:#ff9000;
}
a:hover,a:active,a:focus {
  color:#FF0;
}
h1, .h1, h2, .h2 {
  color: #F9A93C;
}
h3, .h3, h4, .h4 {
  color: #F9A93C;
}
h5, .h5, h6, .h6 {
  color: #ff4e00;
}

/* * * * * * * * * * Navigation * * * * * * * * * */
.navbar-dark {
  font-family: "HaymakerRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform:uppercase;
	font-size:185%;
	line-height:1.1;
	letter-spacing:-2px;
}
.bg-dark {
  background-color:rgba(0,0,0,0.7) !important;
}

a.bg-dark:hover, a.bg-dark:focus {
  background-color: transparent;
}

.navbar-dark .navbar-nav .nav-link {
  color: #f7e2a5;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #ffc600;
}

.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 {
  color: #ffc600;
}

.navbar-toggler { 
	background-color: #662200;
    float: none;
    margin: 5px auto;
	padding:5px;
}
.navbar-toggler:link { color: #ffc600; opacity:1; }
.navbar-toggler:hover { color:#FFF; background-color: #930; }

.dropdown-menu {
  font-size: 85%;
  color: #FFF;
  text-align: center;
  list-style: none;
  background-color: rgba(0,0,0,0.7);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  padding: 0.25rem 1.5rem;
  font-weight: normal;
  color: #f7e2a5;
  text-align: inherit;
  background:transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #ffc600;
  text-decoration: none;
  background:transparent;
}

.dropdown-item.active, .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #ffc600;
}
.navArrow {font-size:100%; padding-left:5px; vertical-align:middle;}


  
/* * * * * * * * * * Buttons and Inputs * * * * * * * * * */
.btn-SVcustom, input[type=button], input[type=submit], input[type=submit]:link {
  font-weight:800;
  color: #010101;
  background-color: #f7e2a5;
  border-color: #ffc600;
-webkit-transition: color .25s linear .1s;
transition: color .25s linear .1s;
}
.btn-SVcustom:hover,
.btn-SVcustom:focus,
.btn-SVcustom:active,
.btn-SVcustom.active,
.open .dropdown-toggle.btn-SVcustom,
input[type=submit]:hover {
  color: #000;
  background-color: #ffc600;
  border-color: #010101;
-webkit-transition: color .25s linear;
transition: color .25s linear;
}
.btn-SVcustom.disabled,
.btn-SVcustom[disabled],
fieldset[disabled] .btn-SVcustom,
.btn-SVcustom.disabled:hover,
.btn-SVcustom[disabled]:hover,
fieldset[disabled] .btn-SVcustom:hover,
.btn-SVcustom.disabled:focus,
.btn-SVcustom[disabled]:focus,
fieldset[disabled] .btn-SVcustom:focus,
.btn-SVcustom.disabled:active,
.btn-SVcustom[disabled]:active,
fieldset[disabled] .btn-SVcustom:active,
.btn-SVcustom.disabled.active,
.btn-SVcustom[disabled].active,
fieldset[disabled] .btn-SVcustom.active {
  background-color: #333;
  border-color: #ffc600;
}
.btn-SVcustom .badge {
  color: #010101;
  background-color: #f7e2a5;
}
input, input[type=text], option, select {
	color:#FFF;
	border:1px solid #f7e2a5;	
	background-color: #333;
	padding:3px;
  -moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-SVcustom:active,
.btn-SVcustom.active,
.open .dropdown-toggle.btn-SVcustom {
  background-image: none;
}
input[type=button], input[type=submit], input[type=submit]:link {
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform:uppercase;
}
input[type=submit]:hover {
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* * * * * * * * * * Header * * * * * * * * * */
.SVi-header { text-align:center; margin:50px 0; }

/* * * * * * * * * * Content * * * * * * * * * */
.SVi-main {
	padding:0;
	margin:0 0 20px 0;
}
.SVi-main-content {
  background-color: rgba(0,0,0,0.7);
  -moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	margin:0 5px;
}
.SVi-main-content p {
	margin:0 10px 10px 10px;
	padding:0;	
}

/* * * * * * * * * * Sidebar modules for boxing content * * * * * * * * * */
.sidebar-module {
  padding: 5px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 10px;
  margin:0 0 10px 0;
  background-color: rgba(0,0,0,0.7);
  -moz-border-radius: 10px;
	border-radius: 10px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}
.sidebar-module-inset ul, .sidebar-module-inset ol {	
  list-style:square;
  margin:0 0 10px 10px;
  padding:0;
}
.sidebar-module-inset p, .sidebar-module-inset li {
	line-height:1;
	margin:0 0 5px 10px;
	padding:0;	
}
.sidebar-module-inset h3 {
	margin-bottom:10px;	
	padding-top: 10px;
	color:#FFFF00;
	background: transparent url("../img/2pxLine.png") top left repeat-x scroll;
}

/* * * * * * * * * * Sharing Buttons and Social Media-Related * * * * * * * * * */

.social {
	clear:both;
	text-align:center;
	margin:10px;
	padding:0 10px;	
}
ul.like-buttons{
list-style: none;
margin: 5px 0 20px 0;
padding: 0;
text-align:center;
}

ul.like-buttons li{
display:inline-block;
margin:0 5px;
}

.fb-share, .fb-Likey {
	float:left;
}

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}
.fb-page, .fb-page span, .fb-page span iframe[style] {width: 100% !important;}

/* * * * * * * * * * Footer * * * * * * * * * */

.SVi-footer {
	font-size:85%;
  padding: 20px 0 40px 0;
  text-align: center;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 70%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(70%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0.75) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0.75) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */	
}
/* SOLID BACKGROUND WITH TOP LINE 
.SVi-footer {
	font-size:85%;
  border-top: 1px solid #f7e2a5;
  background-color: rgba(0,0,0,0.7);
  padding: 20px 0;
  text-align: center;
} */
footer p {
	text-shadow: 1px 1px 1px #000;	
}

/* * * * * * * * * * Extras * * * * * * * * * */

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
hr { 
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0)); 
}
.lessPad {
	padding-left:5px !important;
	padding-right:5px !important;	
}
.noPad {
	padding-left:0px !important;
	padding-right:0px !important;	
}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}

/* * * * * CARRY OVER STYLES * * * */
.borderless, .centerit {
	font-family: "HaymakerRegular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin:0;
	padding:0;
	line-height:1;
}

.inlineFont {
	font-family:"HaymakerRegular", Arial, Helvetica, sans-serif;	
	font-weight: normal;
	font-style: normal;
	color:#FFF;
	letter-spacing:-2px;
	font-size:120%;
}
.centerit {font-size:300%;
	text-align:center;
	color:#FFFFD4;
	margin-bottom:10px;
	background: transparent url("img/2pxLine.png") bottom left repeat-x scroll;
}
.borderless {font-size:150%;color:#F9A93C;}
.SVi-main-content h1 {
	text-align:right;
	color:#FFFFD4;
	margin-bottom:10px;
	background: transparent url("../img/2pxLine.png") bottom left repeat-x scroll;
}
.SVi-main-content h2 {
	color:#FFFFD4;
	margin-bottom:10px;
	background: transparent url("../img/2pxLine.png") bottom left repeat-x scroll;
}

.sidebar-module-inset .email {
	font-size:80%;
}

.sidebar-module-inset .borderless {
	margin-bottom:10px;	
	padding-top: 10px;
	border-top:0px;
	color:#FFFF00;
}