/*
Theme Name: Freedom Arms - Bootstrap
Description: A theme for Freedom Arms — Now with Bootstrap.
Version: 1.0
Author: Mark Blethen
Author URI: http://ieproductions.com/

*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,800,400italic,800italic);

@font-face {
	font-family: 'Agency';
	src: url('font/AgencyFB-Reg.eot');
	src: url('font/AgencyFB-Reg-.eot#iefix') format('embedded-opentype'),
		url('font/AgencyFB-Reg.woff2') format('woff2'),
		url('font/AgencyFB-Reg.woff') format('woff'),
		url('font/AgencyFB-Reg.ttf') format('truetype'),
		url('font/AgencyFB-Reg.svg#AgencyFB-Reg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Agency Bold';
	src: url('font/AgencyFB-Bold.eot');
	src: url('font/AgencyFB-Bold-.eot#iefix') format('embedded-opentype'),
		url('font/AgencyFB-Bold.woff2') format('woff2'),
		url('font/AgencyFB-Bold.woff') format('woff'),
		url('font/AgencyFB-Bold.ttf') format('truetype'),
		url('font/AgencyFB-Bold.svg#AgencyFB-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

html, body {
	height: 100%;
}


body {
	background-image: url(graphics/world-image-bkgd.png), url(graphics/wood-black-stained.jpg);
	background-color:#111;
	background-repeat: no-repeat, repeat;
	background-position: top center, top center;
	/*background-attachment: fixed;*/
	color:#fff;
	font-family: "Raleway";
	font-weight: 400;
}

a {
	color:#dcc65e;
}

a:hover {
	text-decoration: none;
}

p {
	letter-spacing: .03em;
}
p strong {
	letter-spacing: .08em;
	font-weight: 800;
}

img {
	max-width: 100%;
}

/*** Header ***/

#header {
	padding-top:50px;
}

#header .logo {
	margin-top:-50px;
}

/*** Menu ***/

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

#header .menu-bar {
	background: #563320 url(graphics/wood-brown-stained.jpg) top center;
	border-bottom: 4px solid #1a1613;
	box-shadow: 0px 11px 16px rgba(0,0,0,.5), inset 0px -35px 32px rgba(38,23,14,.6);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
#header .menu-bar.drop {
	top:32px;
}

#header .menu-bar .navbar {
	margin-bottom: 0;
}

#header .menu-bar ul {
	padding:15px 0;
	text-align: center;
	list-style: none;
	position: relative;
}

#header .menu-bar ul li {
	display: inline-block;
	margin:0 20px;
}

#header .menu-bar ul li a {
	padding:0 20px;
	text-transform: uppercase;
	font-family: "Agency Bold";
	text-decoration: none;
	letter-spacing: .05em;
	font-size: 1.2em;
	color:#dcc65e;
	position: relative;
	display:block;
	text-align:center;
	background: transparent;
	height:60px;
	line-height:60px;
}
#header .menu-bar ul li a:before, #header .menu-bar ul li a:after {
	width:100%;
	left: 0px;
	height:27px;
	z-index: -1;
}
.border{ color: #fff; }
/* Button Border Style */
.border:before,.border:after {
	background: #17100d;
}

#header .menu-bar ul li a:before{
  position: absolute;
  content: '';
  border-bottom: none;
  -webkit-transform: perspective(7px) rotateX(5deg);
  -moz-transform: perspective(7px) rotateX(5deg);
  transform: perspective(7px) rotateX(5deg);  
}
#header .menu-bar ul li a:after{
  position: absolute;
  top: 32px;
  content: '';
  border-top: none;
  -webkit-transform: perspective(7px) rotateX(-5deg);
  -moz-transform: perspective(7px) rotateX(-5deg);
  transform: perspective(7px) rotateX(-5deg);
}

/* Button Hover Style */
.border:hover:before, .border:hover:after {
	background: #dcc65e;
}
#header .menu-bar ul li a:hover{
	color: #17100d;
}

/** Nav Bar ***/

.navbar-default {
    background:none;
    border: 0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0 none;
}


/*** Main Content ***/

.entry {
	text-shadow: 1px 1px 0px #000;
}
.tan_bar .entry p {
	text-shadow: none;
}

.entry p {
	text-align: justify;
	hyphens:auto;
}

.entry h4 {
	font-weight: normal;
	font-family: "Agency Bold";
	color:#284fa1;
	text-transform: uppercase;
	font-size: 1.6em;
}

hr {
	background-position:center center;
	background-repeat:no-repeat;
	margin:23px 0;
	border:none;
	background-image:url(graphics/divider-bullet.png);
	height:34px;
}
hr.tan {
	background-image:url(graphics/divider-tan.png);
}
hr.blue {
	background-image:url(graphics/divider-blue.png);
}
hr.yellow {
	background-image:url(graphics/divider-yellow.png);
}
hr.white {
	background-image:url(graphics/divider-white.png)
}

/* Front Top */

.front_top {
	text-align: center;
}

.front_main_img {
	margin-top:-130px;
	position: relative;
	z-index: -1;
}

.front_top h1 {
	color:#fff;
	font-family: "Raleway";
	font-style: italic;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2em;
}
.front_top h1 strong, .front h2, .page .entry h1 {
	font-family: "Agency Bold";
	font-weight: normal;
	color:#dcc65e;
	font-style:normal;
	letter-spacing: .05em;
	font-size: 1.6em;
	text-transform: uppercase;
}
.page .entry h1 {
	font-size: 2em;
	line-height: 1em;
}
.page .entry .retroshadow {
	letter-spacing: .05em;
	text-shadow: 3px 3px 0px #222, 5px 5px 0px rgba(255,255,255, 0.15);
}
.page .entry h1.retroshadow {
	font-size: 3.6em;
}
.page .entry .retroshadow:before {
	content:'— '
}
.page .entry .retroshadow:after {
	content:' —'
}

.front h2 {
	font-family: "Agency";
	font-size: 2.4em;
	margin:.25em 0;
	line-height: 1.1em;
}

.page .entry h2 {
	text-transform: uppercase;
	font-family: "Raleway";
    font-style: italic;
    font-weight: 800;
	color:#dcc65e;
}

.embed-box { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-box iframe, .embed-box object, .embed-box embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.blue_bar {
	background: #152547 url(graphics/wood-blue-stained.jpg) top center;
	box-shadow: inset 0px -35px 32px rgba(0,0,0,.5), inset 0px 35px 32px rgba(0,0,0,.5);
	padding:50px 0;
	margin:30px 0;
	border-bottom: 3px solid #1a2d56;
	border-top: 3px solid #1a2d56;
}

.blue_bar .center {
	text-align: center;
}

.blue_bar .embed-box {
	margin-top:25px;
}

.blue_bar {
	text-shadow: 2px 2px 1px rgba(0,0,0,.5);
}

.front .difference h2, .front .difference h3 {
	text-align: center;
}

.entry h3 {
	color:#c1a67a;
	font-family: "Agency Bold";
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 1.6em;
	margin:0.25em auto;
}

/* Tan Bar */

.tan_bar {
	background: #e7d8c9 url(graphics/paper-tan-bkgd.jpg) top center;
	border-top:5px solid #463125;
	border-bottom:5px solid #463125;
	padding:50px 0 ;
	margin:60px 0 30px;
	color:#222;
}

.tan_bar h2 {
	text-align: center;
	font-family: "Agency Bold";
	color: #333;
}

.tan_bar .title img, .footer_logo img {
	margin: -90px 0 20px;
}

.tan_bar h3, .acc_grid h3 {
	text-align: center;
	line-height: 1.2em;
}
.tan_bar .accessories_cat h3 {
	color:#888888;
}

.tan_bar a h3, .acc_grid a h3 {
	color:#85704d;
}
.tan_bar a:hover h3, .acc_grid a:hover h3 {
	color:#888888;
}
.acc_grid a.title {
	text-decoration: none;
}

.tan_bar .accessories_cat .grid_6 {
	border-left: 1px solid #20376d;
	margin-left: 0px;
	padding-left: 12px;
}

.tan_bar .retroshadow {
	letter-spacing: .05em;
	text-shadow: 2px 2px 0px #e7d8c9, 5px 5px 0px rgba(104,79,53, 0.25);
}

.tan_bar a.title {
	text-decoration: none;
}

/*** Footer ***/

#footer {
	font-size: .85em;
}

#footer .blue_bar {
	background: #152547 url(graphics/wood-blue-stained.jpg) top center;
	box-shadow: inset 0px 35px 32px rgba(0,0,0,.5);
	padding:50px 0;
	margin: 100px 0 0;
	border-top: 3px solid #1a2d56;
}

#footer .footer_links ul {
	margin:0;
	padding:0;
}
#footer .footer_links ul li {
	list-style: none;
	display: inline-block;
}

#footer .footer_links ul li:before {
	content: "| "
}
#footer .footer_links ul li:after {
	content: " "
}
#footer .footer_links ul li:first-of-type:before {
	content: "";
}

#footer p.small {
	font-size: .8em;
}

#footer .footer_links {
	margin-bottom: 1em;
}


/*** Classes ***/

img.centered, img.aligncenter, .aligncenter {
	display: block;
	margin:0 auto .7em;
}

img.alignright, .wp-caption.alignright {
	margin: 0 0 12px 20px;
	display: inline;
}

img.alignleft, .wp-caption.alignleft {
	margin: 0 20px 12px 0;
	display: inline;
}

img.btn {
	margin-top:30px;
	margin-bottom:30px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.center {
	text-align: center;
}

/* Tables */

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
	width: 100%
}
td, th {
    padding: 8px;
}

tbody tr:nth-child(even) td {
	border: none;
    /*background-color: #1b1817;*/
	background: url(graphics/dark-brown-50.png);
}


/* =============================================================================
   Media Queries
   ========================================================================== */

/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {
	.tan_bar .accessories_cat .grid_6 {
		padding-left: 7px;
	}
	
	#header .logo {
	margin-top:-30px;
	}
	
	.front_main_img {
		margin-top:-90px;
	}
	
	.tan_bar .title img {
		margin: -80px 0 20px;
	}
	
	#header .menu-bar ul li a {
		padding:0 15px;
		font-size: 1.1em;
		height:50px;
		line-height:50px;
	}
	#header .menu-bar ul li a:before, #header .menu-bar ul li a:after {
		height:23px;
		z-index: -1;
	}
	#header .menu-bar ul li a:after{
	  top: 27px;
	}

}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	
	body { padding-top: 70px; }
	
	.navbar-brand {
		padding: 7px 15px;
	}
	
	#header .menu-bar.drop {
		top:46px;
	}

		
	#header {
		padding:0;
	}

	.front_main_img {
		margin-top:0px;
		z-index:0;
	}
	
	
	#menu-main-menu {
		display: block;
		margin: 0 auto;
		width: 80%;
	}
	
	#header .menu-bar ul li {
		display: block;
		margin: 10px 0;
	}	
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #dcc65e;
	}
	
	.navbar-default .navbar-toggle {
		background:#17100d;
		border: 0px;
	}
	.navbar-default .navbar-toggle:hover {
		background:#24150f;
	}
	
	.navbar-collapse {
		/*box-shadow: 0px 45px 48px rgba(151,91,54,.35) inset;*/
		box-shadow: none;
	}
	
	#header .menu-bar ul li a::before {
		transform: perspective(15px) rotateX(5deg);
	}
	#header .menu-bar ul li a::before, #header .menu-bar ul li a::after {
		height: 29px;
	}
	
	#header .menu-bar ul li a::after {
		transform: perspective(15px) rotateX(-5deg);
	}	
		
	.tan_bar .container {
		overflow:visible;
	}

	.tan_bar .accessories_cat .grid_6 {
		padding-left: 20px;
		border-left: 0px;
		border-top:1px solid #20376d;
		margin-top:0px;
		padding-top:10px;
	}
	
	.blue_bar, .tan_bar {
		padding:20px 0;
	}
		
	.footer_logo img {
		margin-top: 0;
	}
	.footer_logo {
		width:125px !important;
		margin: 0 auto;
	}
	
	.tan_bar .grid_3 {
		padding-bottom: 10px;
		border-bottom:1px solid #999;
	}

	.tan_bar .title img {
		margin: -80px 0 20px;
	}
	
	.page .entry h1.retroshadow:before {
		content:''
	}
	.page .entry h1.retroshadow:after {
		content:''
	}

	.ezcol-last + .ezcol-divider {
		clear: both !important;
		display: block !important;
	}
}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
	.col_img, .col_txt {
		display: inline;
		float: left;	
	}
	.col_img {
		width:130px;
		margin-top:2em;
	}
	.col_txt {
		width: 276px;
		margin-left: 10px;
	}

	.clear_after:after {
		content: "";
		display: table;
		clear:both;
	}
	
	.entry h3 {
		font-size: 1.4em;
		margin:1em auto 0;
	}

	.tan_bar .title img {
		margin: -70px auto 20px;
	}
	
	table {
		overflow-x: auto;
		display: block;
	}

}


/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {

	
	.col_img, .col_txt {
		display: inline;
		float: left;	
	}
	.col_img {
		width:80px;
	}
	.col_txt {
		width: 170px;
		margin-left: 10px;
	}
	
	.clear-after:after {
		content: "";
		display: table;
		clear:both;
	}
	
	.ns {
		display: none !important;
	}
	
	.entry h3 {
		font-size: 1.4em;
		margin:1em auto;
	}

	.tan_bar .title img {
		margin: -53px 0 20px;
	}
	
	.page .entry h1.retroshadow {
		font-size: 2.2em;
	}
	
	table {
		overflow-x: auto;
		display: block;
	}

}
/* Localized */