/*!
Theme Name: tacticalshit
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tacticalshit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

tacticalshit is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: 'Oswald', sans-serif;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #991111;
}

a:visited {
	color: #222;
}

a:hover, a:focus, a:active {
	color: #222;
}
span.readmore {
    background: #991111;
    color: #fff;
    padding: 10px 30px;
    transform: border-radius .5s, background .5s;
}
span.readmore:hover{
    border-radius: 10px;
    background:#222;
    border: 1px solid #991111;
}
a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
    background: transparent;
}
.comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a,
.comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a{
    color:#fff;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 45%;
    background: #991111;
    padding: 10px;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 45%;
    background: #991111;
    padding: 10px;
}
nav.navigation.post-navigation a {
    color: #fff;
}
nav.navigation.post-navigation {
    background: transparent;
    color: #fff;
    height:auto;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/* NAV*/

.navbar-nav ul>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
        color: #fff;
   
}
.nav-stacked li a:hover {
    background: transparent;
}

.searcharea #searchsubmit {
    background: #222;
    color: #fff;
    border: 0;
    font-size: 16px;
}
.searcharea {
    padding: 50px;
    border: 2px solid #222;
    background-color: #911911;
    color: #fff;
    font-family: 'Oswald', sans-serif;

}

.searcharea input[type="text"] {
    border: 1px solid #222;
}

.navbar-static-top {
    border-width: 0px;
}

.navbar-nav>li>a {
    color: #991111;
    padding: 7px;
    text-shadow: none;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    border: 1px solid #ccc;
}
.navbar-nav>li>a:hover {
    color:#222;
    background:transparent;
}

.navbar-nav ul {
    list-style: none;
        margin: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #9acd32;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

}

.navbar-right ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.navbar-right li {
	float: left;
	position: relative;
  
}

.navbar-right a {
	display: block;
	text-decoration: none;
	color: #737874;
	padding: 7px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    
}
nav.navbar-collapse.collapse {
  
    padding: 30px 0px;
    background: #fff;

}
.navbar-collapse ul ul{
	display: none;
	
}
nav.nav.navbar-nav {
    padding: 45px 0 0;
}

.navbar-text {
   float: right;
    padding-top: 25px;
    font-size: 16px;
    color: #737874;
    cursor: pointer;
}
.navbar-text ul{
list-style: none;
margin-left: 15px;
}
.navbar-collapse ul li ul{
    margin-left:0px;
    padding-left:0px;
}
.navbar-collapse ul li ul li {
    border-bottom: 1px solid #dfdfdf;
    padding: 8px
    
}
.navbar-collapse ul li ul li:last-child{
    border: none;
}
.navbar-collapse ul li:hover > ul{
	display: block;
	position: absolute;
    border-bottom: 1px solid #fff;
	
}
.navbar-collapse ul ul li{
	width:250px;
   
}

.navbar-collapse ul li:hover > ul li a{
background:transparent;
	color: #270d4b;
    font-weight: 600;
    padding:10px 0px;
}
.navbar-collapse ul ul li:hover{
background:#ededee;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-static-top {
 
    border-width: 0px;
}
.sub-menu ul.sub-menu {
    /* float: right; */
    margin-left: 240px;
    margin-top: -40px;
}

ul.sub-menu {
    background: #fff;
    color: #9acd32;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    z-index: 100000;
    position:relative;
    
}
ul.sub-menu a{
    color:#9acd32;
      line-height: 2;
}
@font-face {
    font-family: 'atroxnormal';
    src: url('assets/fonts/ts2-webfont.woff2') format('woff2'),
         url('assets/fonts/ts2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*----------------------------------------
------------Mega Dropdown Menu---------------
-------------------------------------------*/
#nav-posts{
    background: #fff;
}
nav{
  height:50px;
  position:relative;
  background:#333;

}
nav ul{
  padding:0;
  margin:0;
  list-style:none;
}
nav a{
  text-decoration:none;
}
/* Basic Style */
nav>ul>li{
  position:relative;
  float:left;
}
nav>ul>li>a{
  position:relative;
  line-height:50px;
  padding:0 20px;
  color:#daeaef;
  display:block;
  text-shadow:0 0 5px rgba(0,0,0,1);
  -webkit-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  transition:all 300ms ease-in-out;

}
nav>ul>li>a:hover{
  color:#fff;
background:    #222222;
transform: skewX(-10deg);
}

/* Mega Drop Menu */
nav>ul>li.mega-drop{
  position:static;
}
nav>ul>li.mega-drop .mega-drop-inner{
  position:absolute;
  opacity:0;
  width:100%;
  overflow:auto;
  top:-9999px;
  left:-9999px;
  background:#8f0101;
  visibility:hidden;
  border-top:3px solid #ff3d2e;
  -webkit-transition:opacity 300ms ease-in-out;
  -moz-transition:opacity 300ms ease-in-out;
  transition:opacity 300ms ease-in-out;
    z-index: 1000;
        font-family: 'poppins';
    font-size: 14px;
    font-style: normal;
    padding: 20px;
    color: #fff;
}
ul.full{
    width: 100% !important;
    font-weight: bold;
    text-transform:none !important;
}
ul.full.second{
    background:#8f0101 !important;
}
.first{
    border-left:1px solid #000;
}
.mega-drop-inner .col-md-2 {
    width: 19%;
}
.morale li.title {
    font-size: 10px;
    padding: 2px;
}
ul.morale {
    width: 12% !important;
    float: left;
    margin: 0 !important;
    padding: 0;
}
.morale li a {
     padding: 0px !important; 
        background: #771111;
}
span.moralebtnspace{
    display:block;
    margin-top: 40px;
}
span.titlearea {
    text-align: left;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    display: block;
    text-transform:uppercase;
}
nav>ul>li.mega-drop .mega-drop-inner ul{
  width:18%;
  float:left;
  margin:20px 1%;
}
nav>ul>li.mega-drop .mega-drop-inner ul li a{
  display:block;
  padding:10px;
  color:#fff;
}
.mega-drop-inner h3{
    font-family:'poppins';
    text-align:center;
    margin: 8px 0px 15px;
    font-size: 24px;
}
.btn.menu-btn{
    max-width: 95%;
    text-align: center;
    width: 260px;
    margin: 10px auto;
    padding: 12px;
    clear: both;
    color: #fff !important;
    font-size: 18px;
    font-family: 'poppins';
    font-style: normal;
    background-color: #222 !important;
    height: 56px;
    display: block;
    transition-duration:.4s;
    transition-property: border;
    text-transform:none;
}
.menu-btn:hover{
        border: 1px solid #ff3d2e;
    
}
a:hover{
    text-decoration: none;
}
nav>ul>li.mega-drop .mega-drop-inner ul h3{
  color:#ff3d2e;
  padding:0;
  margin:20px 10px;
}
nav>ul>li.mega-drop:hover .mega-drop-inner{
  opacity:1;
  left:0;
  top:100%;
  visibility:visible;
}
/* Blog Post */
nav>ul>li.blog-post{
  position:static;
}
nav>ul>li.blog-post:hover .nav-item{
  opacity:1;
  top:100%;
  left:0;
  visibility:visible;
}
nav>ul>li.blog-post .nav-item{
  position:absolute;
  width:100%;
  overflow:auto;
  padding:40px 0;
  top:-9999px;
  opacity:0;
  left:-9999px;
  background:#daeaef;
  visibility:hidden;
  border-top:3px solid #ff3d2e;
  -webkit-transition:opacity 300ms ease-in-out;
  -moz-transition:opacity 300ms ease-in-out;
  transition:opacity 300ms ease-in-out;
}
nav>ul>li.blog-post .nav-item .item{
  float:left;
  width:-webkit-calc(25% - 40px);
  width:calc(25% - 40px);
  background:#272f32;
  padding:10px;
  margin:10px;
  border-radius:5px;
}
nav>ul>li.blog-post .nav-item .item img{
  width:100%;
  height:150px;
}
nav>ul>li.blog-post .nav-item .item h3{
  font-size:15px;
}
nav>ul>li.blog-post .nav-item .item a{
  color:#ff3d2e;
}
/* Simple and multi level dropdown */
nav>ul>li.drop-down>ul{
  position:absolute;
  border-top:3px solid #ff3d2e;
  top:-9999px;
  visibility:hidden;
  opacity:0;
  left:-99999px;
  width:170px;
  background:#8f0101;
  -webkit-transition:opacity 300ms ease-in-out;
  -moz-transition:opacity 300ms ease-in-out;
  transition:opacity 300ms ease-in-out;
    z-index: 10000;
}
nav>ul>li.drop-down>ul:after, nav>ul>li.drop-down>ul:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

nav>ul>li.drop-down>ul:after {
	border-color: rgba(236, 240, 241, 0);
	border-bottom-color: #ff3d2e;
	border-width: 5px;
	margin-left: -5px;
}
nav>ul>li.drop-down>ul:before {
	border-color: rgba(231, 76, 60, 0);
	border-bottom-color: #ff3d2e;
	border-width: 9px;
	margin-left: -9px;
}
nav>ul>li.drop-down:hover>ul{
  opacity:1;
  top:100%;
  left:0;
  visibility:visible;
}
nav>ul>li.drop-down>ul a{
  padding:10px;
  display:block;
  border-bottom:1px solid #ddd;
  color:#fff;
  font:400 15px 'oswald','fontawesome',sans-serif;
  -webkit-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  transition:all 300ms ease-in-out;
    
}
nav>ul>li.drop-down>ul>li.sub-drop:after{
  content:'\f101';
  position:Absolute;
  right:10px;
  top:50%;
  margin-top:-10px;
  height:20px;
  width:20px;
  line-height:20px;
  text-align:center;
  display:block;
}
nav>ul>li.drop-down>ul>li.sub-drop{
  position:relative;
}
nav>ul>li.drop-down>ul>li.sub-drop>ul{
  left:90%;
  width:150px;
  opacity:0;
  background:#ff3d2e;
  top:-99999px;
  visibility:hidden;
  border-left:3px solid #ff3d2e;
  position:Absolute;
  -webkit-transition:opacity 300ms ease-in-out;
  -moz-transition:opacity 300ms ease-in-out;
  transition:opacity 300ms ease-in-out;
}
nav>ul>li.drop-down>ul>li.sub-drop:hover>ul{
  opacity:1;
  left:100%;
  top:0;
  visibility:visible;
}
.arrow_box:after, nav>ul>li.drop-down>ul>li.sub-drop>ul:before {
	right: 100%;
	top: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

nav>ul>li.drop-down>ul>li.sub-drop>ul:after {
	border-color: rgba(236, 240, 241, 0);
	border-right-color: #ff3d2e;
	border-width: 5px;
	margin-top: -5px;
}
nav>ul>li.drop-down>ul>li.sub-drop>ul:before {
	border-color: rgba(231, 76, 60, 0);
	border-right-color: #ff3d2e;
	border-width: 9px;
	margin-top: -9px;
}
/* Contact container */
nav>ul>li.contact-drop{
  position:static;
}
nav>ul>li.contact-drop .contact-drop-inner{
  position:Absolute;
  left:-9999px;
  top:-9999px;
  opacity:0;
  visibility:hidden;
  width:100%;
  border-top:3px solid #ff3d2e;
  overflow:auto;
  background:#ecf0f1;
  -webkit-transition:opacity 300ms ease-in-out;
  -moz-transition:opacity 300ms ease-in-out;
  transition:opacity 300ms ease-in-out;
}
nav>ul>li.contact-drop:hover .contact-drop-inner{
  opacity:1;
  left:0;
  top:100%;
  visibility:visible;
}
nav>ul>li.contact-drop .contact-drop-inner form{
  float:left;
  width:46%;
  padding:20px 0;
  margin:0 2%;
}
nav>ul>li.contact-drop .contact-drop-inner form span{
  display:block;
  font:400 14px 'oswald','fontawesome',sans-serif;
  text-transform:uppercase;
  letter-spacing:1px;
}
nav>ul>li.contact-drop .contact-drop-inner form input,nav>ul>li.contact-drop .contact-drop-inner form textarea{
  display:block;
  width:50%;
  padding:10px;
  background:#2c3e50;
  border:none;
  outline:none;
  color:#e74c3c;
  font-family:'oswald',sans-serif;
  margin-bottom:10px;
}
nav>ul>li.contact-drop .contact-drop-inner .misc-contact{
  float:right;
  width:50%;
  padding:20px 0;
}
nav>ul>li.contact-drop .contact-drop-inner .misc-contact span,nav>ul>li.contact-drop .contact-drop-inner .misc-contact a{
  color:#e74c3c;
}
/* --------------------------------------
------------Custom Header------------------
---------------------------*/
.prev a, .next a {
    background: 
#911;
width: 50%;
padding: 12px;
color:#fff;
font-size: 18px;
}
.container {
    width: 80%;
}
#mainhome #searchsubmit {
  background: #222;
  border: 0;
  color: #fff;
  font-size: 16px;
  padding: 10px;
}
#mainhome #searchform {
  background: #911911;
  margin-top: 50px;
  padding: 50px;
}
section#topheadercta {
    background: #222;
    color: #fff;
    font-size: 22px;
    padding: 10px 0px;
}
.social{
    padding:0px 15px;
}
.social a{
    color:#fff;
    padding:0px 10px;
}
.social a:hover{
    color:#991111;
}
span.podbutton {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    background: #991111;
    padding: 10px;
    margin-right: 8px;
    color: #fff;
	margin-bottom: 4px;
}
header#masthead {
}
.logo{
    padding-top: 10px;
    min-height: 150px;
}
.adarea{
    text-align:center;
}
.shopnav{background: #333;}
.shopnav a{color:#fff;}

.shopnav .mega-drop > a, .shopnav .drop-down > a{
	transform: skewX(-8deg);
	-ms-transform: skewX(-8deg);
	-webkit-transform: skewX(-8deg);
}
#shopmenu {
   
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
     font-family: 'atroxnormal';
}

.heroslider img {
    width: 100%;
}

.awesomeshit {
    padding: 10px 10px;
    font-size: 18px;
    margin: 30px 0px;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
}

h2.titlearea, h3.titlearea {
    font-family: 'atroxnormal';
    font-size: 40px;
    border-left: 10px solid #991111;
    padding-left: 20px;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}


span.postimage {
    display: block;
    min-height: 200px;
}
span.posttitle a {
    color: #222;
    text-transform: uppercase;
    display: block;
    min-height: 95x;
    font-family: 'Oswald', sans-serif;
    line-height: 24px;
}
.postauthor {
    font-size: 12px;
}
.postdate {
    font-size: 12px;
    text-align: right;
}
.current a,.wtf a{color:#222;}
.currentshit, .wtf {
    padding: 10px 16px;
    margin: 30px 0px;
    font-size: 14px;
    min-height: 580px;
    border: 2px solid #222;
}

aside#secondary {
    text-align: center;
        padding-top: 40px;
}
#f1, #f2, #f3, #f4, #f5{
    display: none;
    
}
.featuredimage {
    min-height: 400px;
}

div#featureaction1, div#featureaction2, div#featureaction3, div#featureaction4, div#featureaction5 {
    font-size: 16px;
    line-height: 20px;
    border-left: 10px solid #991111 !important;
    margin: 5px 0px;
    height: 75px;
    padding: 5px;
    border-top: 1px solid #222;
    font-family: 'Oswald', sans-serif;
    overflow: hidden;
    box-shadow: -4px 0px 14px #ccc;
    border: 2px solid #aaa;
    text-transform: uppercase;
}

div#featureaction1:hover .number, div#featureaction2:hover .number, div#featureaction3:hover .number, div#featureaction4:hover .number, div#featureaction5:hover .number {
    color: #000;
}
div#featureaction1:hover, div#featureaction2:hover, div#featureaction3:hover, div#featureaction4:hover, div#featureaction5:hover{
    background: #eee;
}
.pictitle {
    padding-top: 350px;
    color: #fff;
    padding-left: 25px;
    font-size: 22px;
    text-shadow: 1px 1px 1px #222;
    font-weight: bold;
}
.number {
    font-size: 44px;
    color: #ddd;
    margin-top: 8px;
}
.current, .wtfrows {
    padding: 15px 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 22px;
}
span.posttitle {
    font-size: 24px;
    display: block;
    color: #222;
    padding-bottom: 30px;
    min-height: 140px;
    padding-top: 10px;
    font-family: 'Oswald', sans-serif;
}
span.postmeta {
    display: block;
    font-size: 14px;
}
button.alm-load-more-btn.more {
    background: #991111;
    color: #fff;
    font-size: 18px;
}
.content-media--video {
  background-color: #ddd;
  display: block;
	position: relative;
	padding: 280px;
}
.content-media--video iframe {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#featured-video {
  transition: width .2s ease-in-out, height .2s ease-in-out, transform .38s ease-in-out;
}
#featured-video.is-sticky {
  position: fixed;
  bottom: 25px;
  left: 1800px;
  max-width: 280px;
  max-height: 158px;
  width: 280px;
  height: 158px;
     border: 5px solid #8f0101;
}
 
/** Use .sticky 
#featured-video.is-sticky {
  position: fixed;
  bottom: 25px;
  left: 1800px;
  max-width: 280px;
  max-height: 158px;
  width: 280px;
  height: 158px;
    border: 5px solid #8f0101;
}
@media screen and (min-width: 1120px) {
   #featured-video.is-sticky {
      transform: translateX(-80%);
   }
}
@media screen and (min-width: 1300px) {
   #featured-video.is-sticky {
      transform: translateX(-115%);
   }
}*/
footer#colophon {
    border-top: 4px solid #991111;
    margin-top: 50px;
    padding-top: 50px;
    font-size: 15px;
}
footer#colophon a {
    color: #222;
}
footer img {
    padding-bottom: 20px;
}
svg.svg-inline--fa {
    padding-right: 3px;
}
footer .social {
    font-size: 20px;
}
.adlogos img {
    width: 80%;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li {
    padding: 8px;
}
.site-info {
    color: #fff;
    background: #991111;
    padding: 30px 0px;
}
.site-info a {
    color: #fff !important;
}
.footerright {
    text-align: right;
}
.posted-on,
.byline,
.posted-on a,
.byline a{
    color:#991111;
    
}
@media screen and (min-width: 1120px) {
   #featured-video.is-sticky {
      transform: translateX(-80%);
   }
}
@media screen and (min-width: 1300px) {
   #featured-video.is-sticky {
      transform: translateX(-115%);
	  z-index: 10000;
   }
}

@media screen and (max-width: 1440px){
    .container {
    width: auto;
}
}
    @media screen and (max-width: 1280px){
span.posttitle {
    font-size: 16px;
    min-height: 100px;
}
}
@media screen and (max-width: 1034px){
    div#featureaction1, div#featureaction2, div#featureaction3, div#featureaction4, div#featureaction5 {
    font-size: 13px;
    padding: 5px;
}
}
@media screen and (max-width: 992px){
    .logo{
        min-height: 180px;
    }
}
@media screen and (min-width: 992px) {
.currentshit h3.titlearea {
    margin-bottom: 64px;
}
}

#text-12{
    border: 2px solid #222;
    padding-bottom: 24px;
    background-color: #911;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.pods {
    width: 190px;
}

.nav-links {
	font-family: 'Oswald', sans-serif;
}

.cat-links a {
	font-family: 'Oswald', sans-serif;
}

.navbar-brand {
    padding: 0px 15px !important;
}

.inbound-field input[type="text"], .inbound-field input[type="url"], .inbound-field input[type="email"], .inbound-field input[type="tel"], .inbound-field input[type="number"], .inbound-field input[type="password"] {

    width: 90%;

}