/*!
Theme Name: Larsons Guns & Ammo
Theme URI: https://siphon-marketing.com
Author: https://siphon-marketing.com
Author URI: Siphon Marketing
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: larsons-theme
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.

Larsons Guns & Ammo is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/

/**** Fonts ****/


/**** Reset CSS ****/
article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  main,  nav,  section,  summary {
    display: block;
    margin: 0;
    padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: none;
    margin: 0;
    padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
}

ol, ul {
    /*list-style: none;*/
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/**** General/Global CSS ****/
* {
    margin:0;
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: 0;
}
body {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    background: #000;
    font-family: 'Open Sans', sans-serif;
}
p, address{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7em;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}
a{
    color: #f7941d;
    outline: none;
    border: none;
    text-decoration:none;
}
a:hover{
    color: #f7941d;
    text-decoration:none;
    outline: none !important;
}

a, img, button, i,
input[type="submit"] {
    transition: all 0.3s ease-in-out;
}

i, em {
    font-style: italic;
}

b, strong, cite {
    font-weight: 600;
}

small {
    font-size: 10px;
}
h1 {
    font-size: 36px;
    color: #f7941d;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-family: 'Michroma', sans-serif;
}
h2 {
    font-size: 24px;
    color: #f7941d;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-family: 'Michroma', sans-serif;
}
h3 {
    font-size: 20px;
    color: #f7941d;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-family: 'Michroma', sans-serif;
}
h4 {
    font-size: 18px;
    color: #f7941d;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-family: 'Michroma', sans-serif;
}
h5 {
    font-size: 16px;
    color: #f7941d;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-family: 'Michroma', sans-serif;
}
h6 {
    font-size: 14px;
    color: #f7941d;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-family: 'Michroma', sans-serif;
}
blockquote {
    font-size: 20px;
    line-height: 1.7em;
    font-weight: bold;
    border-left: 5px solid #f7941d;
    padding: 0 0 0 30px;
    margin: 30px 0;
    font-family: 'Open Sans', sans-serif;
}

blockquote p {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
}
hr{
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}
hr.lg{
    margin: 60px 0px;
}
iframe{
    max-width: 100% !important;
}
.spacer-180{
    width: 100%;
    height: 180px;
}
.lz-load{
    opacity: 0;
}
#wrapper {
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}
.clearfix{
    clear: both;
}
.padding-sec{
    padding: 80px 0;
}
.padding-md-sec{
    padding: 100px 0;
}
.padding-lg-sec{
    padding: 120px 0;
}
.padding-top-sec{
    padding-top: 80px;
}
.padding-bottom-sec{
    padding-bottom: 80px;
}
.hidden{
    display: none;
}

.content ul,
.content ol{
    padding: 0 0 0 40px;
    margin: 30px 0;
}
.content ul ul,
.content ol ol{
    margin: 15px 0;
}
.content ul li,
.content ol li{
    font-size: 16px;
    line-height: 1.7em;
}
.content ul li h2, .content ul li h3, .content ul li h4, .content ul li h5, .content ul li h6,
.content ol li h2, .content ol li h3, .content ol li h4, .content ol li h5, .content ol li h6{
    line-height: 1.7em;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}

/**** Form CSS ****/
select, input:not([type=checkbox]):not([type=radio]):not([type=submit]){
    font-size: 16px;
    color: #333;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 44px;
    padding: 0 15px;
    margin-bottom: 0px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
}
select{
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(assets/images/arrow-down.svg) calc(100% - 15px) center no-repeat #fff;
    padding: 0 40px 0 15px;*/
}
select option{
    /*color: #515257 !important;*/
}
textarea{
    font-size: 16px;
    color: #333;
    display: block;
    width: 100%;
    height: 140px;
    line-height: 1em;
    padding: 15px;
    margin-bottom: 0px;
    background: #fff;
    border: 1px solid #fff;
    resize: none;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
}
input[type="submit"]{
    display: inline-block;
    min-width: 170px;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    height: 46px;
    line-height: 46px;
    padding: 0 30px !important;
    background-color: #f7941d;
    border: none;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    margin: 20px 0;
    transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover{
    color: #000 !important;
    background-color: #fff;
}
input::placeholder,
textarea::placeholder{
    color: rgba(101,117,125,0.6);
}

/**** Button CSS ****/
.btn,
.btn:visited {
    display: inline-block;
    min-width: 170px;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    height: 46px;
    line-height: 46px;
    padding: 0 30px;
    background-color: #f7941d;
    border: none;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    margin: 10px 0 0;
    transition: all 0.3s ease-in-out;
}
.btn:hover {
    color: #000 !important;
    background-color: #fff;
}
.btn .fa {
    font-size: 16px;
    transition: none;
    margin-left: 3px;
}

/* Button Menu */
.btn-menu{
    width: 68px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    background-color: #f7941d;
    margin: 0px;
    padding: 0; 
    position: relative;
    z-index: 9999;
}
.btn-menu span{
    width: 38px;
    height: 4px;
    background-color: #111111;
    position: relative;
    display: block;
    transition: all .2s ease-in-out;
    margin: 3px 0;
}
.hd-open .btn-menu span {
    opacity: 0;
}
.hd-open .btn-menu span:first-child {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translate(-7px, 7px);
    transform: rotate(-45deg) translate(-7px, 7px);
}
.hd-open .btn-menu span:last-child {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
}

/**** Slider Nav CSS ****/
.owl-carousel .owl-nav{
    /*width: 100px;*/
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: 2;*/
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
    width: 70px;
    height: 55px;
    display: inline-block;
    background-repeat: no-repeat;
    background-color: #16191C;
    background-position: center;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    margin: 0;   
}
.owl-carousel .owl-nav button.owl-prev{
    background-image: url(assets/images/arrow-left.png);
    
}
.owl-carousel .owl-nav button.owl-next{
    margin-left: 10px;
    background-image: url(assets/images/arrow-right.png);
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover{
    background-color: #f7941d;
}
.owl-carousel .owl-nav button.owl-next span, 
.owl-carousel .owl-nav button.owl-prev span{
    display: none !important;
}

/**** Slider Dots CSS ****/
.owl-carousel{
    /*margin-bottom: 30px;*/
    position: relative;
}
.owl-carousel .owl-dots{
    margin-top: 30px;
    /*text-align: center;*/
    /*position: absolute;
    bottom: 50px;
    left: calc(50% - 585px);*/
}
.owl-carousel .owl-dots .owl-dot{
    width: 15px;
    height: 15px;
    background-color: rgba(22,25,28,0.6);
    border: none;
    position: relative;
    z-index: 9;
    margin: 0 10px 0 0;
}
.owl-carousel .owl-dots .owl-dot.active{
    background-color: #16191C;
    /*border: 2px solid #8fde66;*/
}

/**** Header CSS ****/
#header{
    width: 100%;
    height: 132px;
}
.header-wrap{
    background-color: #000;
    border-bottom: 16px solid #333333;
    top: -72px;
}
#header.sticky .header-wrap{
    width: 100%;
    border: none;
    position: fixed;
    top: 0;
    transition-property: top;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    z-index: 99;
    /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2) !important;*/
}
.header-wrap .container{
    height: 116px;
    display: -ms-flexbox;
    display: flex;
    /*align-items: center;*/
    /*padding: 0;*/
}
#header.sticky .header-wrap .container{
    height: 80px;
    border: none;
}
#logo{
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
#logo a{
    /*display: inline-block;*/
}
#logo a img{
    display: block;
}
.sticky #logo a img{
    
}
#header.sticky #logo a img{
    /*height: 46px !important;*/
}

.hd-right{
    margin-left: auto;
    /*display: -ms-flexbox;
    display: flex;
    align-items: center;*/
    position: relative;
    padding-top: 84px;
}
.sticky .hd-right{
    /*margin-top: 20px;*/
}
.hd-actions{
    display: none;
}
.tagline{
    position: absolute;
    top: 25px;
    right: 0; 
}
.tagline h3{
    color: #f7941d;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif; 
    text-transform: capitalize;
    margin: 0;
}
/**** Main Menu CSS ****/
#main-menu{
    /*float: right;*/
    text-align: center;
}
#main-menu > ul{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}
#main-menu > ul > li{
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Michroma', sans-serif;
    margin-left: 25px;
}
#main-menu > ul > li:first-child{
    margin-left: 0px;
}
#main-menu > ul > li > a{
    /*height: 100px;*/
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    line-height: 1;
    padding: 0 0 16px;
    background: none;
    outline: none;
    margin: 0;
    position: relative;
    z-index: 1;
}
/*.sticky #main-menu > ul{
    padding-top: 20px;
}*/
.sticky #main-menu > ul > li > a{
    height: 60px;
    line-height: 60px;   
}
#main-menu > ul > li > a:hover,
#main-menu > ul > li.current-menu-item > a,
#main-menu > ul > li.current-menu-item > a:hover{
    color: #e1871a;
}

#main-menu > ul > li > a:after{
    content: "";
    width: 100%;
    height: 16px;
    background-color: #e1871a;
    position: absolute;
    bottom: -16px;
    left: 0;
    transition: transform;
    transition-duration: .35s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-timing-function: cubic-bezier(.37,.01,0,.98);
    transform-origin: center;
    transform: scaleX(0);
    
}
#main-menu > ul > li > a:hover:after,
#main-menu > ul > li.current-menu-item > a:after,
#main-menu > ul > li.current-menu-item > a:hover:after{
    transform: scaleX(1);
}

/**** Main Banner CSS ****/
.main-banner{
    width: 100%;
    height: 600px;
    background-image: url(assets/images/home-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 0;
}
.main-banner:before{
    display: none;
    content: "";
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.main-banner .container{
    display: none;
    height: 100%;
    position: relative;
}
.banner-caption{
    position: absolute;
    left: 30px;
    bottom: 40px;
}
.banner-caption h1{
    /*font-size: 48px;*/
    line-height: 1.2em;
    margin-bottom: 0;
}
/**** Page Banner ****/
.page-banner{
    width: 100%;
    height: 400px;
    padding: 0;
    position: relative;
    background-image: url(assets/images/page-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #333;
    background-size: cover;
    /*background-attachment: fixed;*/
}
.page-banner:after{
    display: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.page-banner .container{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.page-banner h1,
.page-banner h2{
    /*color: #fff;*/
    font-size: 46px;
    margin-bottom: 0;
}

/**** Welcome CSS ****/
.content-sec h2{
    font-size: 36px;
}
.content-sec p{
    font-size: 20px;
    line-height: 2em;
}

/* Our Inventory */
.inventory-block{
    text-align: center;
    background-color: #333333;
    padding: 120px 65px 30px;
    position: relative;
    margin-top: -260px;
}
.mark{
    width: 100%;
    text-align: center;
    position: absolute;
    top: -92px;
    left: 0;

    animation: pulse 2s infinite;
}
.inventory-block h2{
    color: #fff;
}
.inventory-block p{
    /*font-size: 16px;
    line-height: 1.7em;*/
}

.sidebar-widget{
	font-size: 24px;
	text-align: center;
	padding: 30px 0;
}
.sidebar-widget strong{
	display: block;
}

/**** Clients Logo CSS ****/
.clients-sec{
    background-color: #fff;
    padding: 30px 0;
}
.clients-slider .owl-stage {
    /*display: flex;*/
}
.clients-slider .owl-item {
    /*display: -ms-flexbox;
    display: flex;
    flex: 1 0 auto;
    align-items: center;*/
}

/**** Footer CSS ****/
#footer{
    padding: 40px 0;
    background-color: #333333;
    position: relative;
}
#footer .widget-title{
/*     font-size: 16px; */
    text-transform: none;
/*     margin-bottom: 25px; */
}
#footer p{
/*     font-size: 14px; */
/*     margin-bottom: 25px; */
}
#footer .ft-social a{
    color: #cccccc;
    font-size: 46px;
}
#footer .ft-social a:hover{
    color: #f7941d;
}
#footer .ft-social a i{
    transition: none;
}
#footer .website-credits{
	color: #ccc;
	font-size: 14px;
	margin: 30px 0 0;
	text-align: center;
}
#footer .website-credits a{
	color: #f7941d;
}
#footer .website-credits a:hover{
	color: #f7941d;
	text-decoration: underline;
}
/**** Contact Form CSS ****/
.contact-form {
    position: relative;
}
.contact-form .field{
    margin-bottom: 20px;
}
.contact-form .field input{
    /*width: 80% !important;*/
}
.contact-form .submit-btn{
    display: inline-block;
    position: relative;
}
.wpcf7 .wpcf7-not-valid{
    border: 1px solid #f00 !important;
}
.wpcf7 span.wpcf7-not-valid-tip,
.wpcf7 .screen-reader-response {
    display: none !important;
}
.contact-form .ajax-loader{
    position: absolute;
    top: calc(50% - 12px);
    right: 10px;
    margin: 0;
}
.wpcf7  .wpcf7-response-output{
    /*color: #f00 !important;*/
    font-size: 14px;
    border: none !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
}
.wpcf7  .wpcf7-mail-sent-ok {
    /*display: none !important;*/
}

.map-sec iframe{
    display: block;
    width: 100%;
    height: 420px;
}

/**** Testimonials CSS ****/
.testimonial-item{
    background: url(assets/images/left-quote.svg) left top no-repeat;

    padding: 20px 0 10px 70px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #fff;
}
.testimonial-item:last-child{
    padding: 20px 0 0 70px;
    margin-bottom: 0;
    border-bottom: none;
}
.testimonial-item p{
    margin-bottom: 20px;
}

/**** Animation CSS ****/
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}


/**** WP DEFAULT CSS ****/
.alignnone {
    margin: 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
.bypostauthor {
}
.gallery dl {
    margin: 0;
}
.gallery-caption {
}
.sticky {
}
blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    width: 33%;
}
blockquote.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

.grecaptcha-badge{
    opacity: 0;
    z-index: -9;
} 