@charset "utf-8";
/*
Theme Name: AZFirearms.com 2019
Author: PowerhouseGrafix
*/
body{
	background-color:black;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
}
p a, p a:visited{
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	color: #213728 !important;
}
p a:hover{
	color:#fec100 !important;
}
.azf-green{
	background-color: #213728 !important;
}
.main-navigation, .nav-wrapper{
	background-color: black;
	font-size: 16px;
	
}
.contact-us{
	font-family: "Oswald",sans-serif;
	color:#fec100;
	font-weight:400;
	font-size: 1.8em;
}
section{
	background-image:url('images/main-background.jpg');
	background-size:cover;
	min-height:600px;
}
section .container{
	background-color: #fff;
	color: #000;
	
}
p{
	color: #666666;
}
h1,h2,h3,h4,h5,h6{
	color:#666666;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.h1,.h2,.h3,.h4,.h5,.h6{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
/*NAV BAR UPDATE*/
.navbar li.text-danger > a.nav-link{
	color: red !important;
}
.navbar li >a{
	text-transform: uppercase;

}
/* change the background color */
.navbar-custom {
    background-color: #000000;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

/* 02 CAROUSEL*/
.carousel-indicators{	
bottom:-15px;
}
.carousel-indicators li{
width: 10px;
height: 10px;
border-radius: 100%;
background-color:rgba(33,55,40,1);
border-color:rgba(33,55,40,1);
border: solid 1px #fff;
}
.carousel-indicators li.active{
background-color:rgba(239,183,38,1);
border-color:rgba(239,183,38,1);
}
.carousel{
}
.slider-size{
height:390px;	
}
@media(max-width:420px){
.slider-size{
height:200px;
}
}
@media(min-width:421px) and (max-width:767px){
.slider-size{
height:150px;	
}
}
@media(min-width:768px) and (max-width:1199px){
.slider-size{
height:240px;	
}
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*FEATURE BLOCK HOME PAGE*/
.feature-block{
	width: 100%;
}
.feature-block ul{
	margin: 0;
	padding: 0;
}
.feature-block ul li{
	list-style: none;
	text-align: center;
}
.feature-block ul li a{
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #333;
	padding: 18px 25px;
	border: solid 3px #efb726;
	text-transform: uppercase;
}
.feature-block{
	display: table;
}
.feature-block ul{
	display: table-row;
}
.feature-block ul li{
	display: table-cell;
	padding: 10px;
}
@media(max-width:767px){
	.feature-block ul li{
		display: block;
	}
}
ul.footer-menu, ul.footer-menu li{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
ul.footer-menu li a{
	display: block;
	color: #efb726;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}   
/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}

    #top-btn{
    box-shadow:2px 5px 15px #333;
	cursor: pointer;
    }
    .btn-custom {
    background-color: hsl(41, 85%, 35%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efb73d", endColorstr="#a5750d");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#efb73d), to(#a5750d));
    background-image: -moz-linear-gradient(top, #efb73d, #a5750d);
    background-image: -ms-linear-gradient(top, #efb73d, #a5750d);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efb73d), color-stop(100%, #a5750d));
    background-image: -webkit-linear-gradient(top, #efb73d, #a5750d);
    background-image: -o-linear-gradient(top, #efb73d, #a5750d);
    background-image: linear-gradient(#efb73d, #a5750d);
    border-color: #a5750d #a5750d hsl(41, 85%, 29%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -webkit-font-smoothing: antialiased;
    }
    ul.quicklinks li{
    display:inline-block;
	margin-bottom: 10px;
    }
	ul.quicklinks li a{
		padding: 5px 15px;
		cursor: pointer;
	}
    .dictionary li{
    border-bottom:dotted 1px #ccc;
    margin-bottom:15px;
    }
    .glossary-term{
    font-weight:bold;
    font-size:16px;
    color:#030;
    }
    .glossary-term::after{
    content:':';
    }
.btn-azf-custom, .btn-azf-custom:active, .btn-azf-custom:visited {
    background-color: #213728  !important;
	color:#fec100 !important;
	padding:10px 15px;
	font-size:18px;
}
.btn-azf-custom:hover{
	background-color: #fec100 !important;
	color:#213728 !important;
}
@media(min-width:990px) and (max-width:1199px){
	li.menu-item a{
		font-size:.78em;
	}
}