/*
Theme Name: Storefront Child

*/
@import url('//fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');

*{
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}
body{
    font-family: 'Oswald', sans-serif;
	background: #fff;
	font-weight:300;
	letter-spacing:1px;
	font-size:14px;
	color : #000000;
}

.body-wrrap{
    -webkit-transition: margin 0.5s; /* Safari */
    transition: margin 0.5s;
    z-index: 9;
    position: relative;
    width: 100%;
    background: #fff;
    min-height: 100vh;
}
a:focus{
	outline:none;
}
a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
.container {
	max-width: 1300px;
}
.home .header-sec {
	top: 100vh;
}
.foot-add {
	margin: 0;
}
.foot-add li {
	list-style: none;
	padding-bottom: 18px;
}
.foot-logo img {
	width: 32%;
}
.foot-add .icon {
	display: inline-block;
	vertical-align: top;
	padding-right: 0;
	font-size: 20px;
	width: 45px;
	height: 45px;
	text-align: center;
	border: solid 1px #fff;
	line-height: 40px;
	margin-right: 15px;
}
.icon-desc {
	display: inline-block;
}
.courses-link a {
	display: block;
}
.aboutus-para p {
	margin-bottom: 12px;
}
.elementor-slide-content {
	margin-top: 25% !important;
}
.add-cat a {
	display: inline-block;
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
	line-height: 35px;
}
.cstm-details-btn {
display: block;
width: 100%;
text-align: center;
background: #333;
color: #fff;
text-transform: uppercase;
line-height: 45px;
margin-top: 10px;
}
.cstm-details-btn:hover {
color: red;

}
.cart-btns {
	border: 1px solid #fff;
	border-radius: 30px;
}
.cart-btns i {
	margin-right: 10px;
}
.elementor-slide-description {
	width: 100%;
	padding: 9px;
}
.home .header-sec {
	position: absolute;
	z-index: 99;
}
.header-sec {
	padding: 20px 0;
	background: #262230;
}
.home .header-rel{
	top: 0 !important;
	position: fixed!important;
}
.home .logo {
	display: none;
}
.logo {
	text-align: left;
}
.products-list img {
	height: 300px;
	width: auto;
	object-fit: cover;
}
.slider-desc .elementor-slide-description {
	text-shadow: 3px 1px 3px #000;
}
.stc-area h3 a {
	font-size: 24px;
	font-weight: 500;
	position: relative;
}
.stc-area h3 a:after {
	content: "";
	position: absolute;
	border: 1px solid #000;
	left: 0;
	right: 0;
	bottom: -1px;
}
.about-sec h3, 
.about-sec h4 {
	display: inline-block;
	position: relative;
}
.faq-sec strong {
	text-decoration: underline;
}
.about-sec h3::after, 
.about-sec h4::after {
	content: "";
	position: absolute;
	border: 2px solid #ef0000;
	bottom: -22px;
	left: 0;
	right: 0;
}
.gunsmith-sec table td {
	font-weight: 400 !important;
	font-size: 16px !important;
	color: #333 !important;
}
.logo img {
	max-width: 100px;
}
.toggle-btn {
	display: none;
}
.menu-wrrap {
	background: #6d3d5f;
}
.main-menu {
	padding: 0;
	margin: 0;
	text-align: left;
}
.mec-text-input-search {
	display: none !important;
}
.main-menu ul {
	margin: 15px 0 0 0;
}
.main-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}
.main-menu li:last-child::before {
	display:none;
}
.main-menu a {
	color: #fff;
	display: block;
	padding: 0 50px 0 0px;
	font-size: 16px;
	line-height: 50px;
	transition: all 0.5s ease-in-out;
	font-weight: 300;
	text-transform: uppercase;
}
.main-menu a:hover {
    color: #e9371e;
}
.main-menu li:hover .sub-menu {
	display: block;
}
.courses-sec a {
	font-weight: 400;
	position: relative;
	display: inline-block;
}
.courses-sec a::after {
	content: "";
	position: absolute;
	border: 1px solid #fff;
	left: 0;
	right: 0;
	bottom: -6px;
}
.sub-menu {
	display: none;
	background: #fff;
	position: absolute;
	left: 0;
	z-index: 999;
	width: 250px;
	text-align: left;
	top: auto;
}
.sub-menu li {
	display: block;
	margin-bottom: 6px;
}
.sub-menu li a {
	text-transform: capitalize;
	line-height: 25px;
	font-size: 14px;
}
.smo-link {
	margin: 0;
	padding: 0;
	text-align: right;
}
.smo-link li {
	display: inline-block;
}
.smo-link a {
	color: #fff;
	padding: 0 0 0 25px;
}
.banner-sec {
	position: relative;
	overflow: hidden;
	max-height: 65vh;
}
.banner-sec img {
	-webkit-animation: zoomin 50s ease-in-out infinite;
	animation: zoomin 50s ease-in-out infinite;
	transition: all .5s ease-in-out;
	min-width: 100%;
}
.banner-text {
	position: absolute;
	bottom: 40px;
	max-width: 1120px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
}
.banner-text h6 {
	padding-top: 10px;
}
.modal-form {
	position: fixed;
	width: 100%;
	max-width: 1000px;
	z-index: 999;
	top: 50%;
	background: #f4e3e3;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px;
	box-sizing: border-box;
	border-radius: 15px;
	display: none;
}
.home .wpcf7 input[type="text"], 
.home .wpcf7 input[type="email"] {
	background: #494061 !important;
	border-radius: 0px !important;
	padding: 15px 20px;
	color: #fff;
	font-size: 20px;
}
.home .wpcf7 input[type="submit"] {
	background: #2f2841 !important;
	border-radius: 0px !important;
	padding: 0px !important;
	width: 100% !important;
	color: #fff !important;
	text-align: center !important;
	display: block !important;
	border: solid 2px #fff !important;
	cursor: pointer;
	box-sizing: border-box;
	line-height: 57px;
	font-size: 17px;
	font-weight: 400;
}
.home div.wpcf7 .ajax-loader {
	display: none;
}
.home form {
	margin-bottom: 0;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 textarea, 
.wpcf7 input[type="tel"] {
	background: #eed0cd !important;
	border: none !important;
	border-radius: 25px !important;
	width: 100% !important;
	padding: 10px;
	max-height:100px;
}
.wpcf7 input[type="submit"] {
	background: #490033 !important;
	border-radius: 25px !important;
	padding: 8px !important;
	width: 20% !important;
	color: #fff !important;
	text-align: center !important;
	display: inline-block !important;
	margin: 0 auto !important;
	border: solid 1px #490033 !important;
	cursor: pointer;
}
.radio-wrrap label {
	background: #eed0cd;
	display: block;
	margin: 0;
	line-height: 45px;
	border-radius: 30px;
	padding: 0 25px;
}
.wpcf7-list-item.first {
	margin: 0;
}
.product-wrrap {
	padding: 40px 0;
}
.products-list {
	margin: 0 0 30px 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.products-list li {
	list-style: none;
}
.product-info {
	margin-top: 25px;
}
.product-info h2 {
	font-size: 20px;
	min-height: 48px;
}
.product-info h2 a {
	color: #333;
	text-transform: uppercase;
}
.product-info .button {
	margin-top: 20px;
}
.storefront-sorting {
	display: none;
}
.widget .widget-title, .widget .widgettitle {
	font-size: 2em;
	border-bottom: none; 
	padding: 0;
	margin-bottom: 1.5em;
}
.product-single-wrrap {
	padding: 40px 0;
}
.woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0 0 30px 0;
}
.woocommerce-MyAccount-navigation li {
	list-style: none;
	background: #f4f4f4;
	padding: 0 15px;
	line-height: 45px;
	margin-bottom: 1px;
}
.footer-smo a:hover, .icon:hover {
	background: #464250;
	border: unset;
}
.woocommerce-MyAccount-navigation li a {
	display: block;
	color: #333;
}
.woocommerce-MyAccount-navigation ul li a::before {
	margin-top: 10px;
}
.input-text, input[type="email"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="text"], 
input[type="url"], 
textarea {
	box-shadow: none !important;
}
.input-text, 
input[type="email"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="text"], 
input[type="url"], 
textarea {
	padding: .6180469716em;
	background-color: #f2f2f2;
	color: #43454b;
	border: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	font-weight: 400;
}
.woocommerce-input-wrapper {
	width: 100%;
	display: block;
}
.form-row {
	margin: 0 0 20px 0;
}
.select2-container--default .select2-selection--single {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 0;
}
.select2-container .select2-selection--single {
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px;
}
.woocommerce .col-1, .woocommerce .col-2 {
	max-width: 100%;
	padding: 0;
}
.recent-post-sec {
	padding: 40px 0;
}
.summary-title {
	margin: 10px 0;
	font-size: 20px;
}
.recent-post-sec article {
	margin: 0 0 30px 0 !important;
	background: #fafafa;
	padding: 25px;
}
.about-sec .alignright {
	float: right;
	margin: 20px;
}
.about-sec h3 {
	color: #490033;
	margin: 14px 0;
}
.aff-sec h3 {
	color: #490033;
	margin-bottom: 14px;
}
.add-sec {
	font-size: 18px;
	letter-spacing: 1.2px;
	padding: 10px 0 !important;
}
.contact-sec strong {
	color: #480033;
	font-size: 18px;
}
.add-sec p {
	margin: 0;
	font-size: 16px;
}
.footer-sec {
	background: url("images/foot-bg.png") no-repeat center top;
	background-size:cover;	
	padding: 100px 0 0 0;
	position: relative;
	color: #fff;
}
.footer-sec::before {
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.copy-info {
	padding: 20px;
	background: #262230;
	color: #fff;
}
.copy-info a{
	color: #fff;
}
.footer-sec .widget-title {
	color: #fff;
	text-transform: uppercase;
}
.widget-title {
	font-size: 25px;
	font-weight: 300;
	position: relative;
	margin-bottom: 50px;
}
.widget-title::before {
	content: "";
	position: absolute;
	width: 50px;
	bottom: -20px;
	background: url("images/bullet.png") no-repeat left top;
	height: 10px;
}
.page-sub-title {
	position: relative;
}
.page-sub-title::before {
	content: "";
	position: absolute;
	width: 50px;
	bottom: -20px;
	background: url("images/bullet.png") no-repeat left top;
	height: 10px;
}
.page-sub-center-title::before {
	left: 50%;
	transform: translateX(-50%);
}
.footer-sec .product_list_widget li > a {
	color: #fff;
	font-size: 18px;
}
.footer-sec .product_list_widget li > a:hover {
	color: #c12d2d;
}
.footer-sec .product_list_widget li {
	padding: 0 0 1em 0;
}
#text-3 input[type="email"] {
	background: #fff !important;
	border: none !important;
	border-radius: 0px !important;
	width: 100% !important;
	padding: 10px;
	max-height: 100px;
}
#text-3 input[type="submit"] {
	background: #e9371e !important;
	border-radius: 0px !important;
	padding: 10px !important;
	width: 35% !important;
	color: #fff !important;
	text-align: center !important;
	display: block !important;
	margin: 0 0 0 auto !important;
	border: solid 1px #e9371e !important;
	cursor: pointer;
}
#nav_menu-2 ul {
	margin: 0;
	padding: 0;
}
#nav_menu-2 li {
	list-style: none;
}
#nav_menu-2 a {
	color: #fff;
	text-transform: uppercase;
	line-height: 35px;
	position: relative;
}
#nav_menu-2 a::after {
	background: #e9371e;
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: -7px;
	left: 0;
	border-radius: 5px;
	transform: scaleX(0);
	transition: .25s linear;
	visibility: hidden;
}
#nav_menu-2 a:hover:after,
#nav_menu-2 a:focus:after {
  visibility: visible;
  transform: scaleX(1);
}
.quick-link {
	display: flex;
	justify-content: center;
}
.quick-link span {
	color: #fff;
	font-size: 20px;
	margin-right: 50px;
	line-height: 50px;
}
.footer-menu {
	margin: 0;
	padding: 0;
}
.footer-menu li {
	display: inline-block;
	padding-left: 12px;
}
.footer-menu a {
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 38px;
	width: 38px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	height: 38px;
}
.footer-menu a:hover {
	background: #e9371e;
	border: unset;
	transition: 0.5s all ease-in-out;
}
.footer-smo {
	margin: 0 0 30px 0;
}
.footer-smo li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.footer-smo a {
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	display: block;
	line-height: 36px;
	border: 1px solid #fff;
}
.mm-icon {
	width: 40px;
	height: 30px;
	cursor: pointer;
	background: none;
	border: none;
	outline: none !important;
	display: block;
	margin-left: auto;
}
.mm-icon span {
	width: 35px;
	height: 3px;
	background: #000;
	margin-bottom: 8px;
	display: block;
}
.sidemanu {
	position: fixed;
	top: 0;
	right: 0;
	background: #222527;
	width: 230px;
	color: #fff;
	height: 100%;
	z-index: 0;
	display: none;
}

.sidemanu li {
	border-bottom: 1px solid #3C3C3C;
}
.sidemanu li a {
	padding: 10px 15px;
	display: block;
	color: #fff;
}
.mobile-logo {
	display: none;
}
a.tnc {
    text-decoration: underline;
    font-weight: bold;
}
@media (max-width: 760px) {
	.top-head{
		display: none;
	}
	.home .logo {
	display: block;
}
	.toggle-btn button{
		padding: 0;
		background-color: #262230;
	}
	.mm-icon span {
	background: #fff;
}
	.add-cat {
	width: 100%;
	text-align: center;
}
	.wpcf7 .col-sm-9 {
	margin-bottom: 15px;
}
	.products-list {
	grid-template-columns: 1fr;
}
	.product-info {
	text-align: center;
}
	.gunsmith-sec table td {
	font-size: 14px !important;
}
	.foot-add li {
	display: flex;
}
	table.cart .product-thumbnail img {
	max-width: 100%;
}
	.home .header-sec {
	position: relative !important;
		top:0 !important;
}
.smo-link {
	padding: 10px 0;
	text-align: center;
}
	.logo > a:first-child img {
	width: 100px;
}
.sidemanu {
	display: block!important;
	background: #000 !important;
}
.main-menu li::before {
	display: none;
}
.wpcf7 input[type="submit"] {
	width: 40% !important;
}
.wpcf7-list-item {
	margin: 0 5px 5px 0 !important;
}
.radio-377 .wpcf7-list-item {
	width: 100% !important;
	float: unset !important;
	margin-bottom: 10px !important;
}
.radio-377 .wpcf7-list-item:nth-child(3) {
	width: 100% !important;
}
.radio-377 .wpcf7-list-item.last {
	width: 100% !important;
}
.full-name .col-sm-6 {
	margin-bottom: 15px;
}
.sidemanu li {
	border-bottom: 1px solid #3a0028;
}
.show-menu {
	display: block!important;
	padding-top: 20px;
}
.logo img {
	max-width: 100%;
}
	.logo {
	width: 100%;
}
.logo > a:first-child {
	display: inline-block;
	float: left;
	vertical-align: middle;
	width: 25%;
}
.mobile-logo {
	display:block;
	max-width: 80%;
	float: left;
}
.mm-icon {
	margin-top: 8px;
}
.logo {
	padding-bottom: 15px;
}
.banner-text {
	font-size: 14px;
	text-align: center;
}
.logo a {
	width: 100%;
}
.about-sec .alignright {
	margin: 0 0 15px 0;
}
.header-sec {
	transition: all 1.5s ease;
}
.main-menu {
	text-align: left;
}
.header-sec .main-menu {
	display:none;
}
.main-menu li {
	margin-left: 0;
	width: 100%;
}
	.menu-wrrap {
	display: none;
}
.toggle-btn {
	display: inline-block;
	float: right;
	margin-top: 20px;
}
.footer-sec {
	text-align: left;
}
.quick-link {
	display: unset;
}
.quick-link span {
	font-size: 18px;
	display: block;
	text-align: center;
	margin: 0;
}
	.appoint-pop br {
	display: none;
}
	.footer-menu a {
		font-size: 13px;
		display: block;
		padding-right: 14px;
	}
	.product a img {
	width: 100%;
}
	.services-firearms img {
	width: 100%;
}
	.services-firearms h3 {
	line-height: 45px !important;
}
}
@media screen and (min-width:768px) and (max-width: 1024px) {
.main-menu li {
	margin-left: 10px;
}
.main-menu a {
	padding: 0 16px 0 0px;
	font-size: 14px;
}
	.main-menu {
	text-align: right;
}
.home .header-sec {
	top: 83vh;
}
	.home .wpcf7 input[type="submit"] {
	font-size: 13px;
}
	.products-list {
	grid-template-columns: repeat(2, 1fr);
}
	.home .main-menu {
	text-align: left;
}
	.home .add-cat {
	font-size: 12px;
	width: unset;
	text-align: right;
}
	.add-cat a {
	padding: 0 8px;
}
	.add-cat {
	font-size: 12px;
	width: 100%;
	text-align: right;
}
.home-right-text {
	margin-left: 0;
}
.toggle-btn {
    width: 10%;
}
.header-sec .col-sm-4 {
    width: 35%;
}
.header-sec .logo{
	width: 16%;
}
}