/*
Theme Name: V1tactical
Text Domain: v1tactical
Version: 1.2
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/v1tactical/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */

@charset 'UTF-8';
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 100%;
    background: transparent;
    border: 0;
    outline: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}
* {
    box-sizing: border-box;
}
article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
    display: block;
}
sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
.container {
    width: 100%;
    max-width: 1710px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.container-fluid {
    width: 100%;
    margin: auto;
    padding-right: 50px;
    padding-left: 50px;
}
.container-md {
    max-width: 1370px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class*="cell-"] {
    padding-right: 0;
    padding-left: 0;
}
[class*="cell-"] {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}
.d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.d-flex-inline {
    display: inline-flex;
}
.d-flex img {
    align-self: center;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-content-center {
    -ms-flex-line-pack: center;
    align-content: center;
}
.align-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
}
.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.cell-1 {
    width: 8.3333333333%;
}
.cell-2 {
    width: 16.6666666667%;
}
.cell-3 {
    width: 25%;
}
.cell-4 {
    width: 33.3333333333%;
}
.cell-5 {
    width: 41.6666666667%;
}
.cell-6 {
    width: 50%;
}
.cell-7 {
    width: 58.3333333333%;
}
.cell-8 {
    width: 66.6666666667%;
}
.cell-9 {
    width: 75%;
}
.cell-10 {
    width: 83.3333333333%;
}
.cell-11 {
    width: 91.6666666667%;
}
.cell-12 {
    width: 100%;
}
.mt-0,
.m-0,
.my-0 {
    margin-top: 0px;
}
.pt-0,
.p-0,
.py-0 {
    padding-top: 0px;
}
.mb-0,
.m-0,
.my-0 {
    margin-bottom: 0px;
}
.pb-0,
.p-0,
.py-0 {
    padding-bottom: 0px;
}
.ml-0,
.m-0,
.mx-0 {
    margin-left: 0px;
}
.pl-0,
.p-0,
.px-0 {
    padding-left: 0px;
}
.mr-0,
.m-0,
.mx-0 {
    margin-right: 0px;
}
.pr-0,
.p-0,
.px-0 {
    padding-right: 0px;
}
.mt-20,
.m-20,
.my-20 {
    margin-top: 20px;
}
.pt-20,
.p-20,
.py-20 {
    padding-top: 20px;
}
.mb-20,
.m-20,
.my-20 {
    margin-bottom: 20px;
}
.pb-20,
.p-20,
.py-20 {
    padding-bottom: 20px;
}
.ml-20,
.m-20,
.mx-20 {
    margin-left: 20px;
}
.pl-20,
.p-20,
.px-20 {
    padding-left: 20px;
}
.mr-20,
.m-20,
.mx-20 {
    margin-right: 20px;
}
.pr-20,
.p-20,
.px-20 {
    padding-right: 20px;
}
.mt-30,
.m-30,
.my-30 {
    margin-top: 30px;
}
.pt-30,
.p-30,
.py-30 {
    padding-top: 30px;
}
.mb-30,
.m-30,
.my-30 {
    margin-bottom: 30px;
}
.pb-30,
.p-30,
.py-30 {
    padding-bottom: 30px;
}
.ml-30,
.m-30,
.mx-30 {
    margin-left: 30px;
}
.pl-30,
.p-30,
.px-30 {
    padding-left: 30px;
}
.mr-30,
.m-30,
.mx-30 {
    margin-right: 30px;
}
.pr-30,
.p-30,
.px-30 {
    padding-right: 30px;
}
.mt-40,
.m-40,
.my-40 {
    margin-top: 40px;
}
.pt-40,
.p-40,
.py-40 {
    padding-top: 40px;
}
.mb-40,
.m-40,
.my-40 {
    margin-bottom: 40px;
}
.pb-40,
.p-40,
.py-40 {
    padding-bottom: 40px;
}
.ml-40,
.m-40,
.mx-40 {
    margin-left: 40px;
}
.pl-40,
.p-40,
.px-40 {
    padding-left: 40px;
}
.mr-40,
.m-40,
.mx-40 {
    margin-right: 40px;
}
.pr-40,
.p-40,
.px-40 {
    padding-right: 40px;
}
.mt-50,
.m-50,
.my-50 {
    margin-top: 50px;
}
.pt-50,
.p-50,
.py-50 {
    padding-top: 50px;
}
.mb-50,
.m-50,
.my-50 {
    margin-bottom: 50px;
}
.pb-50,
.p-50,
.py-50 {
    padding-bottom: 50px;
}
.ml-50,
.m-50,
.mx-50 {
    margin-left: 50px;
}
.pl-50,
.p-50,
.px-50 {
    padding-left: 50px;
}
.mr-50,
.m-50,
.mx-50 {
    margin-right: 50px;
}
.pr-50,
.p-50,
.px-50 {
    padding-right: 50px;
}
.cell-none {
    display: none;
}
.cell-block {
    display: block;
}
@media (min-width: 641px) {
    .cell-sm-1 {
        width: 8.3333333333%;
    }
    .cell-sm-2 {
        width: 16.6666666667%;
    }
    .cell-sm-3 {
        width: 25%;
    }
    .cell-sm-4 {
        width: 33.3333333333%;
    }
    .cell-sm-5 {
        width: 41.6666666667%;
    }
    .cell-sm-6 {
        width: 50%;
    }
    .cell-sm-7 {
        width: 58.3333333333%;
    }
    .cell-sm-8 {
        width: 66.6666666667%;
    }
    .cell-sm-9 {
        width: 75%;
    }
    .cell-sm-10 {
        width: 83.3333333333%;
    }
    .cell-sm-11 {
        width: 91.6666666667%;
    }
    .cell-sm-12 {
        width: 100%;
    }
    .mt-sm-0,
    .m-0,
    .my-sm-0 {
        margin-top: 0px;
    }
    .pt-sm-0,
    .p-0,
    .py-sm-0 {
        padding-top: 0px;
    }
    .mb-sm-0,
    .m-0,
    .my-sm-0 {
        margin-bottom: 0px;
    }
    .pb-sm-0,
    .p-0,
    .py-sm-0 {
        padding-bottom: 0px;
    }
    .ml-sm-0,
    .m-0,
    .mx-sm-0 {
        margin-left: 0px;
    }
    .pl-sm-0,
    .p-0,
    .px-sm-0 {
        padding-left: 0px;
    }
    .mr-sm-0,
    .m-0,
    .mx-sm-0 {
        margin-right: 0px;
    }
    .pr-sm-0,
    .p-0,
    .px-sm-0 {
        padding-right: 0px;
    }
    .mt-sm-20,
    .m-20,
    .my-sm-20 {
        margin-top: 20px;
    }
    .pt-sm-20,
    .p-20,
    .py-sm-20 {
        padding-top: 20px;
    }
    .mb-sm-20,
    .m-20,
    .my-sm-20 {
        margin-bottom: 20px;
    }
    .pb-sm-20,
    .p-20,
    .py-sm-20 {
        padding-bottom: 20px;
    }
    .ml-sm-20,
    .m-20,
    .mx-sm-20 {
        margin-left: 20px;
    }
    .pl-sm-20,
    .p-20,
    .px-sm-20 {
        padding-left: 20px;
    }
    .mr-sm-20,
    .m-20,
    .mx-sm-20 {
        margin-right: 20px;
    }
    .pr-sm-20,
    .p-20,
    .px-sm-20 {
        padding-right: 20px;
    }
    .mt-sm-30,
    .m-30,
    .my-sm-30 {
        margin-top: 30px;
    }
    .pt-sm-30,
    .p-30,
    .py-sm-30 {
        padding-top: 30px;
    }
    .mb-sm-30,
    .m-30,
    .my-sm-30 {
        margin-bottom: 30px;
    }
    .pb-sm-30,
    .p-30,
    .py-sm-30 {
        padding-bottom: 30px;
    }
    .ml-sm-30,
    .m-30,
    .mx-sm-30 {
        margin-left: 30px;
    }
    .pl-sm-30,
    .p-30,
    .px-sm-30 {
        padding-left: 30px;
    }
    .mr-sm-30,
    .m-30,
    .mx-sm-30 {
        margin-right: 30px;
    }
    .pr-sm-30,
    .p-30,
    .px-sm-30 {
        padding-right: 30px;
    }
    .mt-sm-40,
    .m-40,
    .my-sm-40 {
        margin-top: 40px;
    }
    .pt-sm-40,
    .p-40,
    .py-sm-40 {
        padding-top: 40px;
    }
    .mb-sm-40,
    .m-40,
    .my-sm-40 {
        margin-bottom: 40px;
    }
    .pb-sm-40,
    .p-40,
    .py-sm-40 {
        padding-bottom: 40px;
    }
    .ml-sm-40,
    .m-40,
    .mx-sm-40 {
        margin-left: 40px;
    }
    .pl-sm-40,
    .p-40,
    .px-sm-40 {
        padding-left: 40px;
    }
    .mr-sm-40,
    .m-40,
    .mx-sm-40 {
        margin-right: 40px;
    }
    .pr-sm-40,
    .p-40,
    .px-sm-40 {
        padding-right: 40px;
    }
    .mt-sm-50,
    .m-50,
    .my-sm-50 {
        margin-top: 50px;
    }
    .pt-sm-50,
    .p-50,
    .py-sm-50 {
        padding-top: 50px;
    }
    .mb-sm-50,
    .m-50,
    .my-sm-50 {
        margin-bottom: 50px;
    }
    .pb-sm-50,
    .p-50,
    .py-sm-50 {
        padding-bottom: 50px;
    }
    .ml-sm-50,
    .m-50,
    .mx-sm-50 {
        margin-left: 50px;
    }
    .pl-sm-50,
    .p-50,
    .px-sm-50 {
        padding-left: 50px;
    }
    .mr-sm-50,
    .m-50,
    .mx-sm-50 {
        margin-right: 50px;
    }
    .pr-sm-50,
    .p-50,
    .px-sm-50 {
        padding-right: 50px;
    }
    .cell-sm-none {
        display: none;
    }
    .cell-sm-block {
        display: block;
    }
}
@media (min-width: 768px) {
    .cell-md-1 {
        width: 8.3333333333%;
    }
    .cell-md-2 {
        width: 16.6666666667%;
    }
    .cell-md-3 {
        width: 25%;
    }
    .cell-md-4 {
        width: 33.3333333333%;
    }
    .cell-md-5 {
        width: 41.6666666667%;
    }
    .cell-md-6 {
        width: 50%;
    }
    .cell-md-7 {
        width: 58.3333333333%;
    }
    .cell-md-8 {
        width: 66.6666666667%;
    }
    .cell-md-9 {
        width: 75%;
    }
    .cell-md-10 {
        width: 83.3333333333%;
    }
    .cell-md-11 {
        width: 91.6666666667%;
    }
    .cell-md-12 {
        width: 100%;
    }
    .mt-md-0,
    .m-0,
    .my-md-0 {
        margin-top: 0px;
    }
    .pt-md-0,
    .p-0,
    .py-md-0 {
        padding-top: 0px;
    }
    .mb-md-0,
    .m-0,
    .my-md-0 {
        margin-bottom: 0px;
    }
    .pb-md-0,
    .p-0,
    .py-md-0 {
        padding-bottom: 0px;
    }
    .ml-md-0,
    .m-0,
    .mx-md-0 {
        margin-left: 0px;
    }
    .pl-md-0,
    .p-0,
    .px-md-0 {
        padding-left: 0px;
    }
    .mr-md-0,
    .m-0,
    .mx-md-0 {
        margin-right: 0px;
    }
    .pr-md-0,
    .p-0,
    .px-md-0 {
        padding-right: 0px;
    }
    .mt-md-20,
    .m-20,
    .my-md-20 {
        margin-top: 20px;
    }
    .pt-md-20,
    .p-20,
    .py-md-20 {
        padding-top: 20px;
    }
    .mb-md-20,
    .m-20,
    .my-md-20 {
        margin-bottom: 20px;
    }
    .pb-md-20,
    .p-20,
    .py-md-20 {
        padding-bottom: 20px;
    }
    .ml-md-20,
    .m-20,
    .mx-md-20 {
        margin-left: 20px;
    }
    .pl-md-20,
    .p-20,
    .px-md-20 {
        padding-left: 20px;
    }
    .mr-md-20,
    .m-20,
    .mx-md-20 {
        margin-right: 20px;
    }
    .pr-md-20,
    .p-20,
    .px-md-20 {
        padding-right: 20px;
    }
    .mt-md-30,
    .m-30,
    .my-md-30 {
        margin-top: 30px;
    }
    .pt-md-30,
    .p-30,
    .py-md-30 {
        padding-top: 30px;
    }
    .mb-md-30,
    .m-30,
    .my-md-30 {
        margin-bottom: 30px;
    }
    .pb-md-30,
    .p-30,
    .py-md-30 {
        padding-bottom: 30px;
    }
    .ml-md-30,
    .m-30,
    .mx-md-30 {
        margin-left: 30px;
    }
    .pl-md-30,
    .p-30,
    .px-md-30 {
        padding-left: 30px;
    }
    .mr-md-30,
    .m-30,
    .mx-md-30 {
        margin-right: 30px;
    }
    .pr-md-30,
    .p-30,
    .px-md-30 {
        padding-right: 30px;
    }
    .mt-md-40,
    .m-40,
    .my-md-40 {
        margin-top: 40px;
    }
    .pt-md-40,
    .p-40,
    .py-md-40 {
        padding-top: 40px;
    }
    .mb-md-40,
    .m-40,
    .my-md-40 {
        margin-bottom: 40px;
    }
    .pb-md-40,
    .p-40,
    .py-md-40 {
        padding-bottom: 40px;
    }
    .ml-md-40,
    .m-40,
    .mx-md-40 {
        margin-left: 40px;
    }
    .pl-md-40,
    .p-40,
    .px-md-40 {
        padding-left: 40px;
    }
    .mr-md-40,
    .m-40,
    .mx-md-40 {
        margin-right: 40px;
    }
    .pr-md-40,
    .p-40,
    .px-md-40 {
        padding-right: 40px;
    }
    .mt-md-50,
    .m-50,
    .my-md-50 {
        margin-top: 50px;
    }
    .pt-md-50,
    .p-50,
    .py-md-50 {
        padding-top: 50px;
    }
    .mb-md-50,
    .m-50,
    .my-md-50 {
        margin-bottom: 50px;
    }
    .pb-md-50,
    .p-50,
    .py-md-50 {
        padding-bottom: 50px;
    }
    .ml-md-50,
    .m-50,
    .mx-md-50 {
        margin-left: 50px;
    }
    .pl-md-50,
    .p-50,
    .px-md-50 {
        padding-left: 50px;
    }
    .mr-md-50,
    .m-50,
    .mx-md-50 {
        margin-right: 50px;
    }
    .pr-md-50,
    .p-50,
    .px-md-50 {
        padding-right: 50px;
    }
    .cell-md-none {
        display: none;
    }
    .cell-md-block {
        display: block;
    }
}
@media (min-width: 1024px) {
    .cell-lg-1 {
        width: 8.3333333333%;
    }
    .cell-lg-2 {
        width: 16.6666666667%;
    }
    .cell-lg-3 {
        width: 25%;
    }
    .cell-lg-4 {
        width: 33.3333333333%;
    }
    .cell-lg-5 {
        width: 41.6666666667%;
    }
    .cell-lg-6 {
        width: 50%;
    }
    .cell-lg-7 {
        width: 58.3333333333%;
    }
    .cell-lg-8 {
        width: 66.6666666667%;
    }
    .cell-lg-9 {
        width: 75%;
    }
    .cell-lg-10 {
        width: 83.3333333333%;
    }
    .cell-lg-11 {
        width: 91.6666666667%;
    }
    .cell-lg-12 {
        width: 100%;
    }
    .mt-lg-0,
    .m-0,
    .my-lg-0 {
        margin-top: 0px;
    }
    .pt-lg-0,
    .p-0,
    .py-lg-0 {
        padding-top: 0px;
    }
    .mb-lg-0,
    .m-0,
    .my-lg-0 {
        margin-bottom: 0px;
    }
    .pb-lg-0,
    .p-0,
    .py-lg-0 {
        padding-bottom: 0px;
    }
    .ml-lg-0,
    .m-0,
    .mx-lg-0 {
        margin-left: 0px;
    }
    .pl-lg-0,
    .p-0,
    .px-lg-0 {
        padding-left: 0px;
    }
    .mr-lg-0,
    .m-0,
    .mx-lg-0 {
        margin-right: 0px;
    }
    .pr-lg-0,
    .p-0,
    .px-lg-0 {
        padding-right: 0px;
    }
    .mt-lg-20,
    .m-20,
    .my-lg-20 {
        margin-top: 20px;
    }
    .pt-lg-20,
    .p-20,
    .py-lg-20 {
        padding-top: 20px;
    }
    .mb-lg-20,
    .m-20,
    .my-lg-20 {
        margin-bottom: 20px;
    }
    .pb-lg-20,
    .p-20,
    .py-lg-20 {
        padding-bottom: 20px;
    }
    .ml-lg-20,
    .m-20,
    .mx-lg-20 {
        margin-left: 20px;
    }
    .pl-lg-20,
    .p-20,
    .px-lg-20 {
        padding-left: 20px;
    }
    .mr-lg-20,
    .m-20,
    .mx-lg-20 {
        margin-right: 20px;
    }
    .pr-lg-20,
    .p-20,
    .px-lg-20 {
        padding-right: 20px;
    }
    .mt-lg-30,
    .m-30,
    .my-lg-30 {
        margin-top: 30px;
    }
    .pt-lg-30,
    .p-30,
    .py-lg-30 {
        padding-top: 30px;
    }
    .mb-lg-30,
    .m-30,
    .my-lg-30 {
        margin-bottom: 30px;
    }
    .pb-lg-30,
    .p-30,
    .py-lg-30 {
        padding-bottom: 30px;
    }
    .ml-lg-30,
    .m-30,
    .mx-lg-30 {
        margin-left: 30px;
    }
    .pl-lg-30,
    .p-30,
    .px-lg-30 {
        padding-left: 30px;
    }
    .mr-lg-30,
    .m-30,
    .mx-lg-30 {
        margin-right: 30px;
    }
    .pr-lg-30,
    .p-30,
    .px-lg-30 {
        padding-right: 30px;
    }
    .mt-lg-40,
    .m-40,
    .my-lg-40 {
        margin-top: 40px;
    }
    .pt-lg-40,
    .p-40,
    .py-lg-40 {
        padding-top: 40px;
    }
    .mb-lg-40,
    .m-40,
    .my-lg-40 {
        margin-bottom: 40px;
    }
    .pb-lg-40,
    .p-40,
    .py-lg-40 {
        padding-bottom: 40px;
    }
    .ml-lg-40,
    .m-40,
    .mx-lg-40 {
        margin-left: 40px;
    }
    .pl-lg-40,
    .p-40,
    .px-lg-40 {
        padding-left: 40px;
    }
    .mr-lg-40,
    .m-40,
    .mx-lg-40 {
        margin-right: 40px;
    }
    .pr-lg-40,
    .p-40,
    .px-lg-40 {
        padding-right: 40px;
    }
    .mt-lg-50,
    .m-50,
    .my-lg-50 {
        margin-top: 50px;
    }
    .pt-lg-50,
    .p-50,
    .py-lg-50 {
        padding-top: 50px;
    }
    .mb-lg-50,
    .m-50,
    .my-lg-50 {
        margin-bottom: 50px;
    }
    .pb-lg-50,
    .p-50,
    .py-lg-50 {
        padding-bottom: 50px;
    }
    .ml-lg-50,
    .m-50,
    .mx-lg-50 {
        margin-left: 50px;
    }
    .pl-lg-50,
    .p-50,
    .px-lg-50 {
        padding-left: 50px;
    }
    .mr-lg-50,
    .m-50,
    .mx-lg-50 {
        margin-right: 50px;
    }
    .pr-lg-50,
    .p-50,
    .px-lg-50 {
        padding-right: 50px;
    }
    .cell-lg-none {
        display: none;
    }
    .cell-lg-block {
        display: block;
    }
}
@media (min-width: 1200px) {
    .cell-xl-1 {
        width: 8.3333333333%;
    }
    .cell-xl-2 {
        width: 16.6666666667%;
    }
    .cell-xl-3 {
        width: 25%;
    }
    .cell-xl-4 {
        width: 33.3333333333%;
    }
    .cell-xl-5 {
        width: 41.6666666667%;
    }
    .cell-xl-6 {
        width: 50%;
    }
    .cell-xl-7 {
        width: 58.3333333333%;
    }
    .cell-xl-8 {
        width: 66.6666666667%;
    }
    .cell-xl-9 {
        width: 75%;
    }
    .cell-xl-10 {
        width: 83.3333333333%;
    }
    .cell-xl-11 {
        width: 91.6666666667%;
    }
    .cell-xl-12 {
        width: 100%;
    }
    .mt-xl-0,
    .m-0,
    .my-xl-0 {
        margin-top: 0px;
    }
    .pt-xl-0,
    .p-0,
    .py-xl-0 {
        padding-top: 0px;
    }
    .mb-xl-0,
    .m-0,
    .my-xl-0 {
        margin-bottom: 0px;
    }
    .pb-xl-0,
    .p-0,
    .py-xl-0 {
        padding-bottom: 0px;
    }
    .ml-xl-0,
    .m-0,
    .mx-xl-0 {
        margin-left: 0px;
    }
    .pl-xl-0,
    .p-0,
    .px-xl-0 {
        padding-left: 0px;
    }
    .mr-xl-0,
    .m-0,
    .mx-xl-0 {
        margin-right: 0px;
    }
    .pr-xl-0,
    .p-0,
    .px-xl-0 {
        padding-right: 0px;
    }
    .mt-xl-20,
    .m-20,
    .my-xl-20 {
        margin-top: 20px;
    }
    .pt-xl-20,
    .p-20,
    .py-xl-20 {
        padding-top: 20px;
    }
    .mb-xl-20,
    .m-20,
    .my-xl-20 {
        margin-bottom: 20px;
    }
    .pb-xl-20,
    .p-20,
    .py-xl-20 {
        padding-bottom: 20px;
    }
    .ml-xl-20,
    .m-20,
    .mx-xl-20 {
        margin-left: 20px;
    }
    .pl-xl-20,
    .p-20,
    .px-xl-20 {
        padding-left: 20px;
    }
    .mr-xl-20,
    .m-20,
    .mx-xl-20 {
        margin-right: 20px;
    }
    .pr-xl-20,
    .p-20,
    .px-xl-20 {
        padding-right: 20px;
    }
    .mt-xl-30,
    .m-30,
    .my-xl-30 {
        margin-top: 30px;
    }
    .pt-xl-30,
    .p-30,
    .py-xl-30 {
        padding-top: 30px;
    }
    .mb-xl-30,
    .m-30,
    .my-xl-30 {
        margin-bottom: 30px;
    }
    .pb-xl-30,
    .p-30,
    .py-xl-30 {
        padding-bottom: 30px;
    }
    .ml-xl-30,
    .m-30,
    .mx-xl-30 {
        margin-left: 30px;
    }
    .pl-xl-30,
    .p-30,
    .px-xl-30 {
        padding-left: 30px;
    }
    .mr-xl-30,
    .m-30,
    .mx-xl-30 {
        margin-right: 30px;
    }
    .pr-xl-30,
    .p-30,
    .px-xl-30 {
        padding-right: 30px;
    }
    .mt-xl-40,
    .m-40,
    .my-xl-40 {
        margin-top: 40px;
    }
    .pt-xl-40,
    .p-40,
    .py-xl-40 {
        padding-top: 40px;
    }
    .mb-xl-40,
    .m-40,
    .my-xl-40 {
        margin-bottom: 40px;
    }
    .pb-xl-40,
    .p-40,
    .py-xl-40 {
        padding-bottom: 40px;
    }
    .ml-xl-40,
    .m-40,
    .mx-xl-40 {
        margin-left: 40px;
    }
    .pl-xl-40,
    .p-40,
    .px-xl-40 {
        padding-left: 40px;
    }
    .mr-xl-40,
    .m-40,
    .mx-xl-40 {
        margin-right: 40px;
    }
    .pr-xl-40,
    .p-40,
    .px-xl-40 {
        padding-right: 40px;
    }
    .mt-xl-50,
    .m-50,
    .my-xl-50 {
        margin-top: 50px;
    }
    .pt-xl-50,
    .p-50,
    .py-xl-50 {
        padding-top: 50px;
    }
    .mb-xl-50,
    .m-50,
    .my-xl-50 {
        margin-bottom: 50px;
    }
    .pb-xl-50,
    .p-50,
    .py-xl-50 {
        padding-bottom: 50px;
    }
    .ml-xl-50,
    .m-50,
    .mx-xl-50 {
        margin-left: 50px;
    }
    .pl-xl-50,
    .p-50,
    .px-xl-50 {
        padding-left: 50px;
    }
    .mr-xl-50,
    .m-50,
    .mx-xl-50 {
        margin-right: 50px;
    }
    .pr-xl-50,
    .p-50,
    .px-xl-50 {
        padding-right: 50px;
    }
    .cell-xl-none {
        display: none;
    }
    .cell-xl-block {
        display: block;
    }
}
@media (min-width: 1440px) {
    .cell-xxl-1 {
        width: 8.3333333333%;
    }
    .cell-xxl-2 {
        width: 16.6666666667%;
    }
    .cell-xxl-3 {
        width: 25%;
    }
    .cell-xxl-4 {
        width: 33.3333333333%;
    }
    .cell-xxl-5 {
        width: 41.6666666667%;
    }
    .cell-xxl-6 {
        width: 50%;
    }
    .cell-xxl-7 {
        width: 58.3333333333%;
    }
    .cell-xxl-8 {
        width: 66.6666666667%;
    }
    .cell-xxl-9 {
        width: 75%;
    }
    .cell-xxl-10 {
        width: 83.3333333333%;
    }
    .cell-xxl-11 {
        width: 91.6666666667%;
    }
    .cell-xxl-12 {
        width: 100%;
    }
    .mt-xxl-0,
    .m-0,
    .my-xxl-0 {
        margin-top: 0px;
    }
    .pt-xxl-0,
    .p-0,
    .py-xxl-0 {
        padding-top: 0px;
    }
    .mb-xxl-0,
    .m-0,
    .my-xxl-0 {
        margin-bottom: 0px;
    }
    .pb-xxl-0,
    .p-0,
    .py-xxl-0 {
        padding-bottom: 0px;
    }
    .ml-xxl-0,
    .m-0,
    .mx-xxl-0 {
        margin-left: 0px;
    }
    .pl-xxl-0,
    .p-0,
    .px-xxl-0 {
        padding-left: 0px;
    }
    .mr-xxl-0,
    .m-0,
    .mx-xxl-0 {
        margin-right: 0px;
    }
    .pr-xxl-0,
    .p-0,
    .px-xxl-0 {
        padding-right: 0px;
    }
    .mt-xxl-20,
    .m-20,
    .my-xxl-20 {
        margin-top: 20px;
    }
    .pt-xxl-20,
    .p-20,
    .py-xxl-20 {
        padding-top: 20px;
    }
    .mb-xxl-20,
    .m-20,
    .my-xxl-20 {
        margin-bottom: 20px;
    }
    .pb-xxl-20,
    .p-20,
    .py-xxl-20 {
        padding-bottom: 20px;
    }
    .ml-xxl-20,
    .m-20,
    .mx-xxl-20 {
        margin-left: 20px;
    }
    .pl-xxl-20,
    .p-20,
    .px-xxl-20 {
        padding-left: 20px;
    }
    .mr-xxl-20,
    .m-20,
    .mx-xxl-20 {
        margin-right: 20px;
    }
    .pr-xxl-20,
    .p-20,
    .px-xxl-20 {
        padding-right: 20px;
    }
    .mt-xxl-30,
    .m-30,
    .my-xxl-30 {
        margin-top: 30px;
    }
    .pt-xxl-30,
    .p-30,
    .py-xxl-30 {
        padding-top: 30px;
    }
    .mb-xxl-30,
    .m-30,
    .my-xxl-30 {
        margin-bottom: 30px;
    }
    .pb-xxl-30,
    .p-30,
    .py-xxl-30 {
        padding-bottom: 30px;
    }
    .ml-xxl-30,
    .m-30,
    .mx-xxl-30 {
        margin-left: 30px;
    }
    .pl-xxl-30,
    .p-30,
    .px-xxl-30 {
        padding-left: 30px;
    }
    .mr-xxl-30,
    .m-30,
    .mx-xxl-30 {
        margin-right: 30px;
    }
    .pr-xxl-30,
    .p-30,
    .px-xxl-30 {
        padding-right: 30px;
    }
    .mt-xxl-40,
    .m-40,
    .my-xxl-40 {
        margin-top: 40px;
    }
    .pt-xxl-40,
    .p-40,
    .py-xxl-40 {
        padding-top: 40px;
    }
    .mb-xxl-40,
    .m-40,
    .my-xxl-40 {
        margin-bottom: 40px;
    }
    .pb-xxl-40,
    .p-40,
    .py-xxl-40 {
        padding-bottom: 40px;
    }
    .ml-xxl-40,
    .m-40,
    .mx-xxl-40 {
        margin-left: 40px;
    }
    .pl-xxl-40,
    .p-40,
    .px-xxl-40 {
        padding-left: 40px;
    }
    .mr-xxl-40,
    .m-40,
    .mx-xxl-40 {
        margin-right: 40px;
    }
    .pr-xxl-40,
    .p-40,
    .px-xxl-40 {
        padding-right: 40px;
    }
    .mt-xxl-50,
    .m-50,
    .my-xxl-50 {
        margin-top: 50px;
    }
    .pt-xxl-50,
    .p-50,
    .py-xxl-50 {
        padding-top: 50px;
    }
    .mb-xxl-50,
    .m-50,
    .my-xxl-50 {
        margin-bottom: 50px;
    }
    .pb-xxl-50,
    .p-50,
    .py-xxl-50 {
        padding-bottom: 50px;
    }
    .ml-xxl-50,
    .m-50,
    .mx-xxl-50 {
        margin-left: 50px;
    }
    .pl-xxl-50,
    .p-50,
    .px-xxl-50 {
        padding-left: 50px;
    }
    .mr-xxl-50,
    .m-50,
    .mx-xxl-50 {
        margin-right: 50px;
    }
    .pr-xxl-50,
    .p-50,
    .px-xxl-50 {
        padding-right: 50px;
    }
    .cell-xxl-none {
        display: none;
    }
    .cell-xxl-block {
        display: block;
    }
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-justify {
    text-align: justify;
}
.alignnone {
    float: none;
    margin: 20px 0;
}
.aligncenter {
    display: block;
    clear: both;
    margin: 20px auto;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
body {
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    color: #000;
    line-height: 1.7;
    min-height: 100%;
    height: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body {
        height: 100%;
    }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    color: #4f686f;
    letter-spacing: 0.5px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit;
    text-decoration: none;
}
h1,
.h1 {
    font-size: 56px;
}
@media (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 46.6666666667px;
    }
}
@media (max-width: 1023px) {
    h1,
    .h1 {
        font-size: 46.6666666667px;
    }
}
@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 37.3333333333px;
    }
}
@media (max-width: 640px) {
    h1,
    .h1 {
        font-size: 34px;
    }
}
h2,
.h2 {
    font-size: 42px;
}
@media (max-width: 1023px) {
    h2,
    .h2 {
        font-size: 35px;
    }
}
@media (max-width: 767px) {
    h2,
    .h2 {
        font-size: 28px;
    }
}
@media (max-width: 640px) {
    h2,
    .h2 {
        font-size: 28px;
    }
}
h3,
.h3 {
    font-size: 38px;
}
@media (max-width: 1023px) {
    h3,
    .h3 {
        font-size: 31.6666666667px;
    }
}
@media (max-width: 767px) {
    h3,
    .h3 {
        font-size: 25.3333333333px;
    }
}
@media (max-width: 640px) {
    h3,
    .h3 {
        font-size: 25.3333333333px;
    }
}
h4,
.h4 {
    font-size: 24px;
    font-family: "Source Sans Pro", sans-serif;
}
@media (max-width: 1023px) {
    h4,
    .h4 {
        font-size: 20px;
    }
}
h5,
.h5 {
    font-size: 21px;
}
@media (min-width: 641px) and (max-width: 767px) {
    h5,
    .h5 {
        font-size: 19.0909090909px;
    }
}
h6,
.h6 {
    font-size: 18px;
}
@media (min-width: 641px) and (max-width: 767px) {
    h6,
    .h6 {
        font-size: 16px;
    }
}
p {
    margin-bottom: 15px;
    font-weight: 400;
}
p:last-child {
    margin-bottom: 0;
}
ul {
    padding-left: 20px;
    margin-bottom: 15px;
}
ul ul {
    margin-bottom: 0;
}
ul li {
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 400;
}
ul li:last-child {
    padding-bottom: 0;
}
ol {
    padding-left: 20px;
    margin-bottom: 15px;
}
ol ol {
    margin-bottom: 0;
}
ol li {
    padding-top: 6px;
    padding-bottom: 6px;
}
ol li:last-child {
    padding-bottom: 0;
}
blockquote {
    position: relative;
    display: block;
    margin-bottom: 25px;
    padding: 20px 20px;
    text-align: left;
    line-height: 2;
    font-size: 18px;
    font-style: italic;
    color: #fff;
    background-color: #464a4c;
    border-left: 4px solid #4f686f;
}
blockquote p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: 400;
}
hr {
    height: 0;
    margin: 10px auto 40px;
    border: 0 #000 solid;
    border-top-width: 1px;
    overflow: visible;
}
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: top;
    border: none;
}
img[src$=".svg"] {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
a {
    color: #4f686f;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    font-weight: 400;
}
a:hover,
a:focus {
    color: #000;
    text-decoration: underline;
    outline: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
table td {
    text-align: left;
    font-weight: normal;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-bordered {
    width: 100%;
    max-width: 100%;
    text-align: left;
}
.table-bordered td,
.table-bordered th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    padding: 10px 15px;
    vertical-align: top;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    background-color: #4f686f;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    text-decoration: none;
}
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #233342;
}
.btn-link {
    margin-bottom: 2px;
    color: #4f686f;
    font-size: 16px;
    border-bottom: 1px solid #4f686f;
    text-decoration: none;
}
.btn-link:hover,
.btn-link:focus {
    color: #233342;
    text-decoration: none;
}
.small {
    padding: 6px 26px;
    border: 2px solid #fff;
    background: transparent;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}
.small:hover {
    background-color: #4f686f;
    border: 2px solid #4f686f;
}
.tab-link {
    padding: 6px 26px;
    border: 2px solid #233342;
    background: #233342;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 1180px) {
    .tab-link {
        padding: 6px 12px;
    }
}
@media only screen and (max-width: 900px) {
    .tab-link {
        padding: 6px 22px;
    }
}
.tab-link.inactive {
    padding: 6px 26px;
    border: 2px solid #000;
    background: transparent;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    color: #302e33;
}
@media only screen and (max-width: 1180px) {
    .tab-link.inactive {
        padding: 6px 12px;
    }
}
@media only screen and (max-width: 900px) {
    .tab-link.inactive {
        padding: 6px 22px;
    }
}
.btn-tab {
    padding: 6px 26px;
    border: 2px solid #233342;
    background: transparent;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    color: #233342;
}
.btn-tab:hover {
    background-color: #233342;
    border-color: #233342;
}
.bicon {
    display: flex;
}
.bicon i.fa.fa-caret-right {
    padding-left: 10px;
    font-size: 24px;
}
.btn-call {
    padding: 6px 26px;
    border: 2px solid #fff;
    background: transparent;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.btn-call:hover {
    background-color: #233342;
    border-color: #233342;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
}
label {
    display: block;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    color: #000;
}
input,
textarea,
button,
select {
    font-family: "Source Sans Pro", sans-serif;
}
input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
    -webkit-appearance: none;
    outline: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    color: #4f686f;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #233342;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus,
select {
    border-color: #233342;
    outline: none;
}
textarea {
    height: 150px;
    padding: 20px 15px;
    resize: none;
    overflow: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.form-group {
    margin-bottom: 30px;
}
form.es_subscription_form {
    position: relative;
    width: 95%;
    padding-top: 12px;
}
@media (max-width: 1023px) {
    form.es_subscription_form {
        position: relative;
    }
}
form.es_subscription_form .es-field-wrap {
    position: relative;
}
input.es_required_field {
    height: 42px;
    border-color: #b6b6b6 !important;
}
input.es_subscription_form_submit {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 9px 32px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}
@media only screen and (max-width: 1200px) {
    input.es_subscription_form_submit {
        padding: 9px 14px;
    }
}
@media only screen and (max-width: 1179px) {
    input.es_subscription_form_submit {
        position: relative;
    }
}
@media only screen and (max-width: 1023px) {
    input.es_subscription_form_submit {
        position: absolute;
    }
}
@media only screen and (max-width: 900px) {
    input.es_subscription_form_submit {
        position: relative;
    }
}
@media (max-width: 767px) {
    input.es_subscription_form_submit {
        position: absolute;
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-slider .slick-list:focus {
    outline: none;
}
.slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .slick-slider .slick-track {
        align-items: center;
    }
}
.slick-loading .slick-slider .slick-track {
    visibility: hidden;
}
.slick-slide {
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-slider.slick-dotted {
    margin-bottom: 30px;
}
.slick-slider .slick-dots {
    position: absolute;
    bottom: -50px;
    padding: 0;
    width: 100%;
    text-align: center;
}
.slick-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    line-height: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.slick-slider .slick-dots li:last-child {
    padding-bottom: 6px;
}
@media (max-width: 767px) {
    .slick-slider .slick-dots li {
        padding-left: 3px;
        padding-right: 3px;
    }
}
.slick-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 0;
    background-color: transparent;
    transition: background-color ease 0.3s, opacity ease 0.3s;
}
@media (max-width: 767px) {
    .slick-slider .slick-dots li button {
        width: 15px;
        height: 15px;
    }
}
.slick-slider .slick-dots li button:focus,
.slick-slider .slick-dots li button:hover {
    outline: none;
    cursor: pointer;
    background-color: #233342;
    opacity: 0.8;
}
.slick-slider .slick-dots li.slick-active button {
    background-color: #fff;
}
.custom-arrow .slick-arrow {
    position: relative;
    top: -10px;
}
.slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 9;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    background-color: transparent;
    box-shadow: none;
    border: 10px solid #f8a109;
    border-top: 0;
    border-right: 0;
    transition: border ease 0.3s;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow:focus,
.slick-arrow:hover {
    outline: none;
    cursor: pointer;
    border-color: #233342;
}
.slick-arrow.slick-prev {
    left: 0;
    border-top: 0;
    border-right: 0;
    transform: rotate(45deg);
}
.slick-arrow.slick-next {
    right: 0;
    transform: rotate(-135deg);
}

.credova-banner-small {
    font-size: 13px;
    display: block;
    color: #fff;
    text-transform: capitalize;
}

.hamburger {
    display: flex;
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hamburger:not(.close) {
    position: absolute;
    top: 135px;
    right: 20px;
    z-index: 99;
}
.hamburger2:not(.close) {
    right: 125px;
}
@media (max-width: 767px) {
    .hamburger:not(.close) {
        top: 110px;
    }
    .hamburger2:not(.close) {
        right: 120px;
    }
}
@media (max-width: 640px) {
    .hamburger:not(.close) {
        top: 100px;
    }
    .hamburger2:not(.close) {
        right: 120px;
    }
}
.hamburger.close {
    padding: 10px;
}
.hamburger.close .wrap {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
}
.hamburger.close .line {
    position: absolute;
    top: calc(50% - 2px);
    width: 100%;
    margin: 0;
    transform: rotate(45deg);
    background-color: #fff;
}
.hamburger.close .line:last-child {
    transform: rotate(-45deg);
}
.hamburger:hover,
.hamburger:focus {
    background-color: transparent;
    outline: none;
    cursor: pointer;
}
.hamburger .line {
    display: block;
    width: 30px;
    margin: 6px auto;
    height: 4px;
    background-color: #fff;
}
.hamburger .wrap {
    display: block;
}
.mobilenav .menu-state {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 999;
    width: 80%;
    max-width: 450px;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}
.mobilenav.is-open .menu-state {
    left: 0;
}
.mobilenav .nav-logo {
    padding: 15px;
}
.mobilenav ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobilenav ul ul {
    display: none;
}
.mobilenav ul li {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobilenav ul li .caret {
    position: absolute;
    top: 3px;
    right: 2px;
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.mobilenav ul li .caret:not(.trigger-caret) {
    pointer-events: none;
}
.mobilenav ul li .caret:after,
.mobilenav ul li .caret:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 20px;
    height: 2px;
    background: #fff;
}
.mobilenav ul li .caret:after {
    transform: rotate(-90deg);
    transition: all 0.2s ease;
}
.mobilenav ul li.is-open > .caret:after {
    transform: rotate(0);
}
.mobilenav ul li a {
    z-index: 2;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}
.mobilenav ul li.has-sub > a {
    padding-right: 40px;
}
.mobilenav ul li li a {
    padding-left: 30px;
    font-size: 16px;
}
.mobilenav ul li li li a {
    padding-left: 50px;
    font-size: 15px;
}
.mobilenav .nav-backdrop {
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in;
    background: rgba(0, 0, 0, 0.8);
}
.mobilenav.is-open .nav-backdrop {
    opacity: 1;
    z-index: 999;
    visibility: visible;
}
.mobilenav.close .hamburger:not(.close) {
    z-index: 1;
}
.mobilenav .menu-outer {
    max-height: calc(100vh - 80px);
    padding-bottom: 100px;
    overflow-y: auto;
}
.home .main-header {
    position: absolute;
    background-color: transparent;
}
.main-header {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #000;
    z-index: 1;
}
@media (max-width: 1023px) {
    .main-header {
        padding: 15px 0px;
        width: 100%;
    }
}
.main-header .submenu-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #7d7d7d;
    padding: 15px 0;
    border-bottom: 1px solid #413f44;
}
.main-header .submenu-section .sub-navigation nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.main-header .submenu-section .sub-navigation nav ul li {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    list-style: none;
    position: relative;
}
.main-header .submenu-section .sub-navigation nav ul li:nth-child(1) {
    padding-left: 0;
}
.main-header .submenu-section .sub-navigation nav ul li:after {
    display: none;
}
.main-header .submenu-section .sub-navigation nav ul li a {
    text-transform: uppercase;
    color: #979699;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
}
.home .main-header .submenu-section .sub-navigation nav ul li a {
    color: #fff;
}
.main-header .submenu-section .sub-navigation nav ul li.menu-gift-card a {
    color: #f7a009 !important;
    font-weight: bold !important;
    font-size: 1.1em;
}
.main-header .submenu-section .sub-navigation nav ul li a:hover {
    color: #fac261;
}
.main-header .submenu-section .top-header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.main-header .submenu-section .top-header-right .top-text {
    display: inline-block;
    margin-right: 20px;
}
.main-header .submenu-section .top-header-right .top-text p {
    text-transform: uppercase;
    color: #868689;
    font-size: 15px;
}
.home .main-header .submenu-section .top-header-right .top-text p {
    color: #fff;
}
.main-header .submenu-section .header-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #4c4b4c;
}
.home .main-header .submenu-section .header-icons {
    border-color: #fff;
}
.main-header .submenu-section .header-icons a {
    margin: 0 5px;
    display: inline-block;
    color: #868689;
    text-align: center;
    line-height: 1;
    text-decoration: none;
}
.main-header .submenu-section .header-icons a:before {
    content: "";
    font-size: 25px;
    font-family: "dashicons";
    display: block;
}
.main-header .submenu-section .header-icons .cart-icon {
    position: relative;
}
.main-header .submenu-section .header-icons .cart-icon span {
    position: absolute;
    top: 10px;
    right: -4px;
    background-color: #f7a009;
    width: 17px;
    height: 17px;
    display: inline-block;
    color: #fff;
    border-radius: 100%;
    line-height: 1;
    text-align: center;
}
.main-header .submenu-section .header-icons .search-icon:before {
    content: "\f179";
}
.main-header .submenu-section .header-icons .account-icon:before {
    content: "\f110";
}
.main-header .submenu-section .header-icons .cart-icon:before {
    content: "\f174";
}
.main-header .submenu-section .header-icons a:first-child {
    margin-left: 2px;
}
.home .main-header .submenu-section .header-icons a:before {
    color: #fff;
}
.main-header .submenu-section .header-icons a:hover::before {
    color: #fac261;
}
.main-header .submenu-section .header-icons a img {
    width: 70%;
}
.main-header .submenu-section .top-header-right .header-top-social {
    display: inline-block;
    border-left: 1px solid #4c4b4c;
}
.home .main-header .submenu-section .top-header-right .header-top-social {
    border-color: #fff;
}
.main-header .submenu-section .top-header-right .header-top-social ul {
    padding-bottom: 0;
    margin-bottom: 0;
}
.main-header .submenu-section .top-header-right .header-top-social ul li {
    display: inline-block;
    margin-right: 15px;
    padding: 0;
}
.main-header .submenu-section .top-header-right .header-top-social ul li .fa {
    color: #868689;
}
.main-header .submenu-section .top-header-right .header-top-social ul li .fa:hover {
    color: #fac261;
}
.main-header .submenu-section .top-header-right .header-top-social ul li .fab {
    color: #868689;
}
.home .main-header .submenu-section .top-header-right .header-top-social ul li .fab {
    color: #fff;
}
.main-header .submenu-section .top-header-right .header-top-social ul li .fab:hover {
    color: #fac261;
}
.main-header .submenu-section .top-header-right .header-top-social ul li a {
    color: #868689;
}
.main-header .submenu-section .top-header-right .header-top-social ul li a:hover {
    color: #fac261;
}
.main-header .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}
@media (max-width: 1199px) {
    .main-header .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .main-header .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 640px) {
    .main-header .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.main-header .logo {
    display: inline-block;
    max-width: 220px;
    width: 18%;
}
@media only screen and (max-width: 1260px) {
    .main-header .logo {
        width: 15%;
    }
}
@media (max-width: 1199px) {
    .main-header .logo {
        width: 15%;
    }
}
.main-header .logo img {
    max-width: 200px;
    vertical-align: middle;
}
@media only screen and (max-width: 1260px) {
    .main-header .logo img {
        max-width: 145px;
    }
}
@media (max-width: 1199px) {
    .main-header .logo img {
        max-width: 140px;
    }
}
@media (max-width: 1023px) {
    .main-header .logo img {
        max-width: 160px;
    }
}
@media (max-width: 767px) {
    .main-header .logo img {
        max-width: 140px;
    }
}
@media (max-width: 640px) {
    .main-header .logo img {
        max-width: 120px;
    }
}
.main-header .header-right {
    display: flex;
    justify-content: flex-end;
    width: 290px;
    align-items: center;
}
@media only screen and (max-width: 1340px) {
    .main-header .header-right {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .main-header .header-right {
        width: 100%;
    }
}
@media (max-width: 1023px) {
    .main-header .header-right {
        display: flex;
        justify-content: flex-end;
        width: 90%;
    }
    .main-header .header-right .contact-details {
        display: inline-block;
        padding: 0;
        margin-right: 0;
    }
    .main-header .header-right .contact-details {
    }
    .main-header .header-right .contact-details .contact-btn {
        display: none;
    }
    .main-header .header-right nav {
        display: none;
    }
}
@media (max-width: 767px) {
    .main-header .header-right {
        width: 65%;
    }
    .main-header .header-right .contact-details {
        margin-right: -5px;
    }
}
@media (max-width: 640px) {
    .main-header .header-right {
        width: 85%;
    }
    .main-header .header-right .contact-details {
        margin-right: -35px;
    }
    .main-header .header-right .contact-details .contact-number {
        font-size: 18px;
    }
}
.main-header .header-right .nav-right {
    padding: 0 12px;
}
.main-header .header-right a:last-child {
    padding-right: 5px;
}
@media only screen and (max-width: 425px) {
    .main-header .header-right {
        width: 81%;
    }
    .main-header .header-right .contact-details {
        margin-right: 40px;
    }
    .main-header .header-right .contact-details .contact-number {
        font-size: 0;
    }
    .main-header .header-right .contact-details .contact-number::before {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1440px) {
    .main-header .header-right .search-bar {
        width: 22px;
        height: 22px;
    }
}
@media only screen and (max-width: 1440px) {
    .main-header .header-right .user-icon {
        width: 18px;
        height: 18px;
    }
}
@media only screen and (max-width: 1440px) {
    .main-header .header-right .cart-icon {
        width: 18px;
        height: 18px;
    }
}
.main-header .contact-details {
    padding-top: 10px;
    width: 335px;
    padding-bottom: 10px;
}
@media only screen and (max-width: 1260px) {
    .main-header .contact-details {
        max-width: 276px;
    }
}
@media only screen and (max-width: 1200px) {
    .main-header .contact-details {
        max-width: 260px;
    }
}
@media only screen and (max-width: 1050px) {
    .main-header .contact-details {
        max-width: 215px;
    }
}
@media (max-width: 1023px) {
    .main-header .contact-details {
        max-width: 260px;
    }
}
@media (max-width: 1023px) {
    .main-header .contact-details {
        justify-content: space-between;
        padding: 20px 15px 0;
        width: 100%;
    }
}
.main-header .contact-details .contact-btn {
    position: relative;
}
.main-header .contact-details .contact-btn:before {
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0;
    left: -1px;
    background-image: url(assets/images/get-in-touch.png);
    background-repeat: no-repeat;
}
.main-header .contact-details .contact-number {
    color: #233342;
    display: flex;
    margin-top: 8px;
    position: relative;
}
@media (max-width: 1023px) {
    .main-header .contact-details .contact-number {
        margin-top: 0;
        width: 205px;
    }
}
@media (max-width: 767px) {
    .main-header .contact-details .contact-number {
        width: 198px;
    }
}
@media (max-width: 640px) {
    .main-header .contact-details .contact-number {
        width: 175px;
    }
}
@media only screen and (max-width: 425px) {
    .main-header .contact-details .contact-number {
        width: 100%;
    }
}
.main-header .contact-details .contact-number:before {
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0;
    left: -1px;
    background-image: url(assets/images/phone.png);
    background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
    .main-header .contact-details .contact-number:before {
        top: -1px;
    }
}
@media only screen and (max-width: 425px) {
    .main-header .contact-details .contact-number:before {
        top: -15px;
        right: 0;
        left: auto;
    }
}
.main-header .contact-details .contact-number:hover {
    color: #4f686f;
}
@media only screen and (max-width: 640px) {
    .main-header .contact-details .contact-number {
        padding: 7px 8px 6px 45px;
    }
}
@media only screen and (max-width: 425px) {
    .main-header .contact-details .contact-number {
        border: none;
    }
}
.main-header .header-wrapper {
    margin-left: -5px;
    margin-right: -5px;
    align-items: center;
    justify-content: space-between;
}
.main-header .brand {
    width: 15%;
}
@media (max-width: 1023px) {
    .main-header nav {
        display: none;
    }
}
.main-header .top-header {
    margin-top: 10px;
}
.main-header .top-header .navigation {
    display: flex;
    width: 83%;
}
@media only screen and (max-width: 1400px) {
    .main-header .top-header .navigation {
        width: 85%;
    }
}
@media only screen and (max-width: 1340px) {
    .main-header .top-header .navigation {
        width: 83%;
        display: inline-block;
    }
}
@media (max-width: 1023px) {
    .main-header .top-header .navigation {
        margin-right: 0px;
    }
}
@media (max-width: 767px) {
    .main-header .top-header .navigation {
        width: 32%;
    }
}
@media (max-width: 640px) {
    .main-header .top-header .navigation {
        width: 85%;
    }
}
.main-header .top-header .navigation nav {
    display: inline-block;
    width: 100%;
    height: auto;
}
@media (max-width: 1023px) {
    .main-header .top-header .navigation nav {
        display: none;
    }
}
.main-header .top-header .navigation nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.main-header .top-header .navigation nav ul li {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 13px 25px;
}
@media only screen and (max-width: 1440px) {
    .main-header .top-header .navigation nav ul li {
        padding: 13px 12px;
    }
}
@media only screen and (max-width: 1400px) {
    .main-header .top-header .navigation nav ul li {
        padding: 13px 10px;
    }
}
.main-header .top-header .navigation nav ul li:first-child ul {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    min-width: 800px;
    left: -70%;
}
.main-header .top-header .navigation nav ul li:first-child ul li {
    width: 20%;
    height: 55px;
}
.main-header .top-header .navigation nav ul li:first-child ul li a {
    display: block;
    height: 100%;
}
.main-header .top-header .navigation nav ul li:last-child {
    padding-right: 0;
}
.main-header .top-header .navigation nav ul li:hover > a {
    color: #fac261;
}
.main-header .top-header .navigation nav ul li.menu-item-has-children {
    padding-right: 25px;
}
@media only screen and (max-width: 1440px) {
    .main-header .top-header .navigation nav ul li.menu-item-has-children {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 1340px) {
    .main-header .top-header .navigation nav ul li.menu-item-has-children {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 1340px) {
    .main-header .top-header .navigation nav ul li {
        padding: 13px 10px;
    }
}
@media (max-width: 1199px) {
    .main-header .top-header .navigation nav ul li:first-child ul {
        left: -40%;
    }
    .main-header .top-header .navigation nav ul li {
        padding: 13px 8px;
    }
}
@media (max-width: 1023px) {
    .main-header .top-header .navigation nav ul li {
        padding: 13px 6px;
    }
}
.main-header .top-header .navigation nav ul li > a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 0.6px;
    display: inline-block;
    line-height: normal;
    font-weight: 400;
}
@media (max-width: 1439px) {
    .main-header .top-header .navigation nav ul li > a {
        padding: 0 10px;
    }
}
@media (max-width: 1199px) {
    .main-header .top-header .navigation nav ul li > a {
        font-size: 14px;
        letter-spacing: 0.4px;
    }
}
.main-header .top-header .navigation nav ul li > a:hover {
    color: #fac261;
}
.main-header .top-header .navigation nav ul li span {
    vertical-align: middle;
    margin-left: -16px;
    padding-left: 0;
    margin-right: 16px;
    color: #464a4c;
    position: relative;
}
@media (max-width: 1439px) {
    .main-header .top-header .navigation nav ul li span {
        margin-left: -30px;
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .main-header .top-header .navigation nav ul li span {
        display: none;
    }
}
.main-header .top-header .navigation nav ul li span:before {
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    bottom: 8px;
    left: 0;
    margin: 0 28px;
    transform: rotate(45deg);
    position: absolute;
    -webkit-transform: rotate(45deg);
}
@media only screen and (max-width: 1199px) {
    .main-header .top-header .navigation nav ul li span:before {
        padding: 3px;
        margin: 0 27px;
        bottom: 9px;
    }
}
.main-header .top-header .navigation nav ul li.current-menu-item a:hover,
.main-header .top-header .navigation nav ul li:hover a:hover {
    color: #fac261;
}
.main-header .top-header .navigation nav ul li:hover > ul {
    display: block;
}
.main-header .top-header .navigation nav ul li:first-child:hover ul {
    display: flex;
}
.main-header .top-header .navigation nav ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    flex-direction: column;
    pointer-events: none;
    transition: all ease 0.3s;
}
.main-header .top-header .navigation nav ul li:last-child ul {
    left: auto;
    right: 0;
}
.main-header .top-header .navigation nav ul li ul:hover > a {
    color: #fff;
    background-color: #4f686f;
}
.main-header .top-header .navigation nav ul li ul:hover > a:after {
    width: 100%;
}
.main-header .top-header .navigation nav ul li ul li {
    padding: 0;
    background-color: #233342;
    line-height: 1.5;
    color: #fff;
}
.main-header .top-header .navigation nav ul li ul li > a {
    width: 100%;
    padding: 10px 22px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    pointer-events: all;
    color: #fff;
}
.main-header .top-header .navigation nav ul li ul li > a:hover {
    color: #000;
}
.main-header .top-header .navigation nav ul li ul li > a:after {
    display: none;
}
.main-header .top-header .navigation nav ul li ul li.current_page_item > a {
    color: #fff;
}
.main-header .top-header .navigation nav ul li ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.main-header .top-header .navigation nav ul li ul li ul {
    padding: 0;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    flex-direction: column;
    visibility: hidden;
    pointer-events: none;
    opacity: 1;
    z-index: 9;
    transition: all ease 0.3s;
}
.main-header .top-header .navigation nav ul li ul li ul li {
    padding: 0;
    background-color: #4f686f;
    line-height: 1.5;
}
.main-header .top-header .navigation nav ul li ul li ul li > a {
    width: 100%;
    padding: 10px 22px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    pointer-events: all;
}
.main-header .top-header .navigation nav ul li ul li ul li > a:hover {
    background-color: #233342;
    color: #fff;
}
.main-header .top-header .navigation nav ul li ul li ul li > a:after {
    display: none;
}
.main-header .top-header .navigation nav ul ul.sub-menu {
    width: 100%;
}
.main-header .top-header .navigation nav ul ul.sub-menu li {
    display: block;
}
.main-header .top-header .navigation nav ul ul.sub-menu li > a {
    color: #fff;
}
.main-header .top-header .navigation nav ul ul.sub-menu li.menu-item-has-children {
    padding-right: 0;
}
.main-header .top-header .navigation nav ul ul.sub-menu li.menu-item-has-children:before {
    content: "";
    border: solid #fff;
    border-width: 0px 0px 2px 2px;
    display: inline-block;
    padding: 4px;
    top: 35%;
    right: 0;
    position: absolute;
    margin: 0 12px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-135deg);
}
.main-header .top-header .navigation nav ul ul.sub-menu li:hover {
    background: #4f686f;
}
.main-header .top-header .navigation nav ul ul.sub-menu li:hover a {
    color: #fff;
}
.main-header .top-header .navigation nav ul ul.sub-menu li span:before {
    display: none;
}
.hero-section .hero-wapper {
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}
@media (max-width: 767px) {
    .hero-section .hero-wapper {
        min-height: 600px;
    }
}
.hero-section .hero-wapper .section-heading {
    padding: 0 100px;
    display: flex;
    align-items: center;
    padding-top: 200px;
    height: 600px;
}
@media (max-width: 767px) {
    .hero-section .hero-wapper .section-heading {
        padding: 0 50px;
        padding-top: 115px;
        height: 600px;
    }
}
.hero-section .hero-wapper .section-heading .banner-heading {
    padding: 0;
    max-width: 750px;
    width: 100%;
}
.hero-section .hero-wapper .section-heading .banner-heading h1 {
    margin-bottom: 10px;
    padding: 0;
    color: #fff;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1023px) {
    .hero-section .hero-wapper .section-heading .banner-heading h1 {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    .hero-section .hero-wapper .section-heading .banner-heading h1 {
        font-size: 42px;
    }
}
@media (max-width: 640px) {
    .hero-section .hero-wapper .section-heading .banner-heading h1 {
        font-size: 40px;
    }
}
.hero-section .hero-wapper .section-heading .banner-heading p {
    color: #f7a009;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 25px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.65);
}
.hero-section .hero-wapper .section-heading .request-btn {
    padding: 20px 0;
}
.hero-section .hero-wapper .section-heading .request-btn a {
    margin-top: 10px;
}
.featured-manufacturers {
    width: 100%;
    background-image: url("assets/images/feature.png");
    padding-top: 70px;
    padding-bottom: 70px;
}
.featured-manufacturers .featured-top-block {
    justify-content: space-between;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 900px) {
    .featured-manufacturers .featured-top-block {
        display: block;
        text-align: center;
    }
}
.featured-manufacturers .featured-top-block .featured-heading {
    display: inline-block;
}
.featured-manufacturers .featured-top-block .featured-heading h3 {
    margin-bottom: 0;
}
@media only screen and (max-width: 1180px) {
    .featured-manufacturers .featured-top-block .featured-heading h3 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .featured-manufacturers .featured-top-block .featured-heading h3 {
        font-size: 25px;
    }
}
.featured-manufacturers .featured-top-block .featured-outer {
    display: flex;
}
.featured-manufacturers .featured-top-block .featured-outer .featured-inner {
    text-align: right;
    display: block;
    width: 100%;
}
@media only screen and (max-width: 900px) {
    .featured-manufacturers .featured-top-block .featured-outer .featured-inner {
        text-align: center;
    }
}
.featured-manufacturers .featured-top-block .featured-outer .featured-inner .featured-tab-section {
    display: inline-block;
    margin-left: 10px;
}
@media (max-width: 1199px) {
    .featured-manufacturers .featured-top-block .featured-outer .featured-inner .featured-tab-section {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 1180px) {
    .featured-manufacturers .featured-top-block .featured-outer .featured-inner .featured-tab-section {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 900px) {
    .featured-manufacturers .featured-top-block .featured-outer .featured-inner .featured-tab-section {
        margin-top: 10px;
    }
}
.featured-manufacturers .manufacturers-outer {
    padding-top: 55px;
}
.featured-manufacturers .manufacturers-outer .feature-tab-content {
    margin: 0;
    display: flex;
    justify-content: center;
}
.featured-manufacturers .manufacturers-outer .feature-tab-content .feature-tab-block {
    margin-top: 45px;
    width: 28%;
    text-align: center;
}
@media (max-width: 1199px) {
    .featured-manufacturers .manufacturers-outer .feature-tab-content .feature-tab-block {
        width: auto;
    }
}
.featured-manufacturers .manufacturers-outer .feature-tab-content .feature-tab-block .on-sale {
    position: relative;
    width: 100%;
    display: flex;
}
.featured-manufacturers .manufacturers-outer .feature-tab-content .feature-tab-block .on-sale:before {
    position: absolute;
    background-image: url(assets/images/on-sale.png);
    width: 49px;
    height: 49px;
    top: 0;
    right: 27%;
    content: "";
    background-repeat: no-repeat;
    display: flex;
    background-position: top right;
}
@media only screen and (max-width: 1200px) {
    .featured-manufacturers .manufacturers-outer .feature-tab-content .feature-tab-block .on-sale:before {
        right: 10%;
    }
}
.featured-manufacturers .manufacturers-outer .feature-tab-content .feature-tab-block .thumb-href {
    display: inline-block;
}
.featured-manufacturers .manufacturers-outer .feature-tab-content .feature-tab-block h4 {
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
}
.featured-manufacturers .manufacturers-outer .feature-tab-content .feature-tab-block p {
    font-size: 16px;
    color: #584934;
}
.deals-special {
    width: 100%;
    background-image: url("assets/images/feature.png");
    padding-top: 100px;
    padding-bottom: 60px;
}
@media (max-width: 767px) {
    .deals-special {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.deals-special .deals-block .deals-block-item {
    text-align: center;
    padding-top: 54px;
    padding-bottom: 55px;
}
@media (max-width: 767px) {
    .deals-special .deals-block .deals-block-item {
        padding-top: 35px;
    }
}
.deals-special .deals-block .deals-block-item h4 {
    margin-bottom: 0;
    margin-top: 15px;
    font-family: "Source Sans Pro", sans-serif;
}
.deals-special .deals-block .deals-block-item p {
    margin-bottom: 0;
    font-size: 18px;
}
.deals-special .deals-block .deals-block-item .deal-button {
    position: absolute;
    display: flex;
    justify-content: center;
    margin: 0 -15px;
    bottom: 0px;
    align-items: center;
    width: 100%;
}
.deals-special .deals-block .deals-block-item .deal-price {
    display: flex;
    justify-content: center;
}
.deals-special .deals-block .deals-block-item .deal-price .old-price {
    color: #8f887e;
    padding-right: 5px;
    text-decoration: line-through;
}
.deals-special .deals-block .deal-button-section {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 10px;
}
@media (max-width: 767px) {
    .deals-special .deals-block .deal-button-section {
        padding-top: 50px;
    }
}
.latest-blog {
    width: 100%;
    background: #f8f4f3 url("assets/images/feature.png") repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.latest-blog-page {
    background: none;
    padding: 0;
}
@media (max-width: 767px) {
    .latest-blog {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.latest-blog h3 {
    color: #000;
    margin-bottom: 30px;
}
.latest-blog .latest-blog-section {
    margin: 0;
}
.latest-blog .latest-blog-section a {
    text-decoration: none;
}
.latest-blog .latest-blog-section .latest-blog-block {
    text-align: center;
    position: relative;
    padding: 0 25px;
}
.latest-blog-page .latest-blog-section .latest-blog-block {
    padding: 25px;
}
@media (max-width: 767px) {
    .latest-blog .latest-blog-section .latest-blog-block {
        padding-bottom: 30px;
    }
}
.latest-blog .latest-blog-section .latest-blog-block h5 {
    text-decoration: none;
    margin-bottom: 0;
}
.latest-blog .latest-blog-section .latest-blog-block span {
    text-decoration: none;
}
.latest-blog .latest-blog-section .latest-blog-block .blog-img-border {
    position: relative;
}
@media (max-width: 767px) {
    .latest-blog .latest-blog-section .latest-blog-block .blog-img-border {
        margin: 0 65px;
    }
}
@media (max-width: 640px) {
    .latest-blog .latest-blog-section .latest-blog-block .blog-img-border {
        margin: 0;
    }
}
.latest-blog .latest-blog-section .latest-blog-block .blog-img-border:before {
    content: "";
    position: absolute;
    background-image: url(assets/images/blog-horizontal.png);
    background-size: contain;
    background-repeat: repeat-x;
    width: 99%;
    height: 4px;
    top: 20px;
    left: 23px;
    z-index: 99;
}
.latest-blog .latest-blog-section .latest-blog-block .blog-img-border:after {
    content: "";
    position: absolute;
    background-image: url(assets/images/blog-horizontal.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 4px;
    bottom: -20px;
    left: 20px;
    z-index: 99;
}
.latest-blog .latest-blog-section .latest-blog-block .blog-img-border .blog-border {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .latest-blog .latest-blog-section .latest-blog-block .blog-img-border .blog-border {
        margin-bottom: 35px;
    }
}
.latest-blog .latest-blog-section .latest-blog-block .blog-img-border .blog-border:before {
    content: "";
    position: absolute;
    background-image: url(assets/images/blog-vertical.png);
    background-repeat: repeat-y;
    width: 2px;
    height: 100%;
    top: 20px;
    left: 23px;
    z-index: 99;
}
.latest-blog .latest-blog-section .latest-blog-block .blog-img-border .blog-border:after {
    content: "";
    position: absolute;
    background-image: url(assets/images/blog-vertical.png);
    background-repeat: repeat-y;
    width: 2px;
    height: 100%;
    top: 20px;
    right: -20px;
    z-index: 99;
}
.latest-blog .latest-blog-section .latest-blog-block .post-detail .post-date {
    margin-right: 40px;
    color: #584934;
    position: relative;
}
.latest-blog .latest-blog-section .latest-blog-block .post-detail .post-date:before {
    content: "";
    position: absolute;
    background-image: url("assets/images/post-date.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    top: 3px;
    left: -20px;
}
.latest-blog .latest-blog-section .latest-blog-block .post-detail .post-comment {
    color: #584934;
    position: relative;
}
.latest-blog .latest-blog-section .latest-blog-block .post-detail .post-comment:before {
    content: "";
    position: absolute;
    background-image: url("assets/images/post-comment.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    top: 2px;
    left: -20px;
}
.latest-blog .latest-blog-section .blog-button-section {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 45px;
}
.latest-blog .latest-blog-section .post-excerpt {
    margin-top: 25px;
}
.latest-blog .latest-blog-section .post-excerpt,
.latest-blog .latest-blog-section .post-excerpt p {
    color: #000;
}
.wp-pagenavi {
    text-align: center;
    margin-top: 25px;
}
.call-to-action {
    display: flex;
    justify-content: center;
    align-content: stretch;
    position: relative;
}
@media only screen and (max-width: 1023px) {
    .call-to-action {
        display: block;
    }
}
.call-to-action:before {
    content: "";
    position: absolute;
    background-image: url("assets/images/call-to-action.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    bottom: -66px;
    padding-bottom: 120px;
    padding-top: 60px;
    left: 0;
    background-position: center;
    pointer-events: none;
}
@media only screen and (max-width: 1667px) {
    .call-to-action:before {
        bottom: -72px;
    }
}
@media only screen and (max-width: 1074px) {
    .call-to-action:before {
        bottom: -77px;
    }
}
@media only screen and (max-width: 1023px) {
    .call-to-action:before {
        display: none;
    }
}
.call-to-action .call-to-section-block {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 135px 0 112px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 1023px) {
    .call-to-action .call-to-section-block {
        width: 100%;
    }
}
@media (max-width: 1023px) {
    .call-to-action .call-to-section-block {
        padding: 60px 0 70px;
    }
}
.call-to-action .call-to-section-block h4 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
}
@media (max-width: 1023px) {
    .call-to-action .call-to-section-block h4 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .call-to-action .call-to-section-block h4 {
        font-size: 24px;
    }
}
.call-to-action .call-to-section-block:first-child .call-content {
    padding-left: 35px;
    padding-right: 155px;
}
@media only screen and (max-width: 1023px) {
    .call-to-action .call-to-section-block:first-child .call-content {
        padding-left: 50px;
        padding-right: 50px;
    }
}
.call-to-action .call-to-section-block:last-child .call-content {
    padding-left: 160px;
    padding-right: 35px;
}
@media only screen and (max-width: 1023px) {
    .call-to-action .call-to-section-block:last-child .call-content {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media only screen and (max-width: 1023px) {
    .call-to-action .call-to-section-block .call-content {
        padding-left: 50px;
        padding-right: 50px;
    }
}
.our-clients {
    width: 100%;
    background-color: #000;
    position: relative;
}
.our-clients:before {
    content: "";
    position: absolute;
    background-image: url("assets/images/hot-brand.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    pointer-events: none;
}
.our-clients .clients-block-wrap {
    position: relative;
    margin: 0 20px;
}
.our-clients .clients-block-wrap:before {
    content: "";
    position: absolute;
    background-image: url(assets/images/border-horozontal.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 2px;
    top: 29px;
    right: 0;
    pointer-events: none;
}
.our-clients .clients-block-wrap:after {
    content: "";
    position: absolute;
    background-image: url(assets/images/border-horozontal.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 15px;
    bottom: 10px;
    right: 0;
    pointer-events: none;
}
.our-clients .clients-block-item {
    position: relative;
    padding-top: 100px;
    padding-bottom: 55px;
}
@media (max-width: 767px) {
    .our-clients .clients-block-item {
        padding-top: 50px;
        padding-bottom: 35px;
    }
}
.our-clients .clients-block-item:before {
    content: "";
    position: absolute;
    background-image: url(assets/images/border-vertical.png);
    background-repeat: repeat-y;
    width: 2px;
    height: 88%;
    top: 30px;
    left: 0px;
    pointer-events: none;
}
@media (max-width: 767px) {
    .our-clients .clients-block-item:before {
        height: 85%;
    }
}
.our-clients .clients-block-item:after {
    content: "";
    position: absolute;
    background-image: url(assets/images/border-vertical.png);
    background-repeat: repeat-y;
    width: 2px;
    height: 88%;
    top: 29px;
    right: 0px;
    pointer-events: none;
}
@media (max-width: 767px) {
    .our-clients .clients-block-item:after {
        height: 85%;
    }
}
.our-clients h3 {
    color: #fff;
}
.our-clients .clients-wrapper {
    padding: 75px 0px 30px;
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
    .our-clients .clients-wrapper {
        padding: 50px 0px 30px;
    }
}
.our-clients .clients-wrapper .clients-block {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}
.our-clients .clients-wrapper .clients-block img {
}
.main-footer {
    width: 100%;
    height: auto;
    background-image: url("assets/images/footer.png");
    line-height: normal;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-footer .top-section-footer {
    border-bottom: 1px solid #e3e3e4;
}
.main-footer .top-footer {
    padding-top: 50px;
    padding-bottom: 115px;
}
@media (max-width: 767px) {
    .main-footer .top-footer {
        padding-top: 15px;
        padding-bottom: 50px;
    }
}
.main-footer .top-footer h4 {
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 35px;
}
@media (max-width: 767px) {
    .main-footer .top-footer h4 {
        margin-bottom: 15px;
    }
}
.main-footer .top-footer .footer-col {
    padding-top: 50px;
}
@media (max-width: 767px) {
    .main-footer .top-footer .footer-col {
        padding-top: 35px;
    }
}
.main-footer .top-footer .news-heading {
    max-width: 250px;
}
.main-footer .top-footer .footer-menu ul {
    list-style: none;
    padding-left: 0;
}
.main-footer .top-footer .footer-menu ul li a {
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    color: #000;
}
.main-footer .top-footer .social-block ul {
    padding-left: 0;
}
.main-footer .top-footer .social-block ul li {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    background: #000;
    border-radius: 25px;
}
.main-footer .top-footer .social-block ul li .fa {
    color: #fff;
}
.main-footer .top-footer .social-block ul li .fab {
    color: #fff;
}
.main-footer .top-footer .social-block ul li:hover {
    background-color: #4f686f;
}
.main-footer .top-footer .detail-block {
    padding-bottom: 14px;
}
.main-footer .top-footer .detail-block a {
    display: flex;
    text-decoration: none;
    padding-bottom: 18px;
}
.main-footer .top-footer .detail-block a .contact-detail-icon {
    padding-right: 20px;
}
.main-footer .top-footer .detail-block a p {
    color: #000;
}
.main-footer .top-footer .detail-block a:hover {
    color: #4f686f;
}
.main-footer .top-footer .detail-block a:hover p {
    color: #4f686f;
}
.main-footer .top-footer .detail-block .contact-detail-item {
    display: flex;
    text-decoration: none;
    padding-bottom: 18px;
}
.main-footer .top-footer .detail-block .contact-detail-item .contact-detail-icon {
    width: 40px;
}
.main-footer .top-footer .detail-block .contact-detail-item p {
    color: #000;
}
.main-footer .top-footer .detail-block .contact-detail-item:hover {
    color: #4f686f;
}
.main-footer .top-footer .detail-block .contact-detail-item:hover p {
    color: #4f686f;
}
.main-footer .bottom-footer {
    padding: 28px 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
@media (max-width: 767px) {
    .main-footer .bottom-footer {
        padding: 28px 15px;
        justify-content: flex-start;
    }
}
.main-footer .bottom-footer p {
    color: #7d7d7d;
}
.main-footer .bottom-footer p a {
    text-decoration: none;
    color: #7d7d7d;
}
.main-footer .bottom-footer p a:hover {
    color: #4f686f;
}
i.fab.fa-twitter {
    margin: 0 -3px;
}
i.fab.fa-google-plus-g {
    margin: 0 -5px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
}
@media (min-width: 641px) {
}
@media (max-width: 767px) {
}
.wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
    min-height: 100%;
    flex-wrap: wrap;
    background-color: #fff;
}
.main-container {
    width: 100%;
}
.heading-item {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
}
.heading-item a {
    font-weight: 700;
}
.error404-content {
    margin-top: 85px;
    margin-bottom: 85px;
    max-width: 600px;
    width: 100%;
    margin: 85px auto;
    text-align: center;
}
.hero-section .slick-dots {
    bottom: 0;
}
.hero-section .slick-track {
    display: block !important;
}

@media (max-width: 767px) {
    .hero-section .slick-track {
        display: flex !important;
    }
}
.hero-section {
    position: relative;
}

.hero-section .slick-slide {
    border: none !important;
}
.hero-section .slick-dots {
    position: absolute;
    left: auto;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    list-style: none;
    text-align: center;
    margin: 0px 3px;
    padding: 11% 5% 11% 1.5%;
    height: auto;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 500;
}
@media (max-width: 767px) {
    .hero-section .slick-dots {
        padding: 11% 1% 11% 1.5%;
    }
}
@media screen and (min-width: 1920px\0) {
    .hero-section .slick-dots {
        top: 43%;
    }
}
.hero-section .slick-dots li img:nth-child(1) {
    display: block;
}
.hero-section .slick-dots li img:nth-child(2) {
    display: none;
}
.hero-section .slick-dots li.slick-active img:nth-child(1) {
    display: none;
}
.hero-section .slick-dots li.slick-active img:nth-child(2) {
    display: block;
}
.hero-section .slick-dots li {
    position: relative;
    padding-top: 35px;
}
.hero-section .slick-dots li:before {
    content: "";
    border-left: 1px solid #fff;
    padding-top: 55px;
    left: 11px;
    top: -7px;
    position: absolute;
}
.hero-section .slick-dots li:nth-child(1):before {
    display: none;
}
.hero-section.slick-dotted {
    margin-bottom: 0;
    position: relative;
    width: 100%;
}
.clients-block-item .slick-dots {
    left: 0;
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 99999;
    display: block;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: #fff;
    background: transparent;
    border-top: 0px solid transparent;
    border-bottom: 2px solid #fff;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-align: left;
    outline: none;
    padding: 10px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    padding: 1.2rem;
    color: #fff;
    z-index: 999999;
}
input[type="search"] {
    background-color: transparent !important;
}
input[type="search"]:focus {
    background-color: transparent !important;
}
input[type="search"]::placeholder {
    color: #fff;
}
input[type="search"]::-webkit-input-placeholder {
    color: #fff;
}
input[type="search"]::-ms-input-placeholder {
    color: #fff;
}
input.search-submit {
    top: 50%;
    position: absolute;
    right: 20%;
    margin-top: -44px;
    padding: 10px 32px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    background-color: #233342 !important;
}
#search .close:hover {
    color: #233342;
    cursor: pointer;
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top {
    font-size: 22px;
    background-color: #000;
    bottom: 77px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 40px;
    opacity: 0;
    outline: medium none;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    z-index: 1000;
}
#back-to-top img {
    padding-top: 10px;
}
@media (max-width: 767px) {
    #back-to-top {
        bottom: 14px;
    }
}
.show {
    display: block !important;
}
.page-template-default a.btn {
    margin-right: 10px;
}
.color-accent {
    color: #4f686f !important;
}
.post-inner {
    padding: 0 50px;
} /*# sourceMappingURL=style.css.map */

.featured-heading-page {
    margin-bottom: 50px;
}
.featured-heading-page .page-heading {
    margin: 0;
}
.featured-heading-page:after {
    content: "";
    display: block;
    height: 1px;
    width: 50px;
    background: #233342;
}

.single-product div.product p.price {
    font-size: 2em;
    color: #584934;
}
.stock-status {
    padding: 1rem 0 0;
    display: inline-block;
    font-size: 1.3em;
    text-decoration: none;
    margin-bottom: 25px;
}
.stock.in-stock {
    color: #0f834d !important;
}
.stock::before {
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    margin-right: 0.5407911001em;
}
.stock.in-stock::before {
    content: "\f05a";
}
.item-special {
    cursor: pointer;
    font-weight: bold;
    color: green;
    font-size: 21px;
    display: inline-block;
    padding: 10px 0;
}
.available-qty {
    font-size: 21px;
}
.woocommerce div.product form.cart .button {
    background: #000;
    padding: 20px;
    font-size: 1.1em;
}
.product_meta .posted_in {
    display: block;
}

.wc-tabs-wrapper {
    display: flex;
    align-items: flex-start;
    padding-top: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-direction: column;
    min-width: 30%;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom-color: rgba(0, 0, 0, 0.05);
    z-index: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    font-size: 21px;
    font-weight: 400;
    display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #233342;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0 5% 5%;
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    border-radius: 0px;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    text-decoration: none;

    padding: 6px 26px;
    border: 2px solid #233342;
    background: transparent;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    color: #233342;
    font-weight: 400;
}
.woocommerce ul.products li.product .button:hover {
    background-color: #233342;
    border-color: #233342;
    color: #fff;
}

.woocommerce div.product .product_title {
    line-height: 1;
}

.ui-tooltip {
    opacity: 1 !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 1.5em;
}
.woocommerce ul.products li.product .price {
    font-size: 18px;
    color: #000;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); */
    padding: 1%;
    background: #fff;

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
}
.woocommerce .stock.special-order {
    color: orange !important;
}
.woocommerce .stock.special-order::before,
.woocommerce .stock.out-of-stock::before {
    content: "\f05a";
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 40%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 55%;
}
.single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
    .flex-control-thumbs
    li {
    width: 14.2857142857%;
    float: left;
    margin-right: 14.2857142857%;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 0;
    font-weight: 400;
}
.woocommerce ul.products li.product .stock-status {
    margin-bottom: 0;
}
.stock.out-of-stock {
    color: #e2401c;
}
.stock.special-order::before,
.stock.out-of-stock::before {
    content: "\f05a";
}

.wc-archive-page-products {
    clear: both;
}
.wcpf-field-drop-down-list .wcpf-input {
    font-size: 20px;
}
.wcpf-filter-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wcpf-field-item {
    width: 18%;
}

.home-page-products {
    padding: 0 2%;
    text-align: center;
    margin-top: 55px;
}
.home-page-products ul.products li.product a img {
    background: #fff;
}

ul.products .product-img-wrapper {
    height: 15em !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce div.product form.cart .button {
    background: transparent;
    border: 2px solid #233342;
    color: #233342;
    text-transform: uppercase;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce div.product form.cart .button:hover {
    background: #233342;
    color: #fff;
}
.woocommerce-info,
.woocommerce-message {
    border-top-color: #233342;
}
.woocommerce-message::before,
.woocommerce-info::before {
    color: #233342;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li a {
    background: #233342;
    color: #fff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    border: 2px solid #233342;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    background: transparent;
    color: #233342;
}

.woocommerce .woocommerce-ordering select {
    background: transparent;
    color: #233342 !important;
}
.wcpf-field-drop-down-list .wcpf-input {
    background: transparent !important;
    border-color: #233342;
    color: #233342 !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.woocommerce-Tabs-panel--description .text-center {
    text-align: left !important;
}
.woocommerce-Tabs-panel--description .row {
    margin: 0;
}

.free-shipping-text-container {
    clear: both;
    padding-top: 20px;
}

form.es_subscription_form label {
    text-indent: -9999px;
}
input.es_subscription_form_submit {
    background: #4f686f !important;
}

.woocommerce-product-details__short-description,
.woocommerce-product-details__short-description p {
    text-align: justify;
}

.woocommerce .type-product .quantity .qty {
    width: 100px;
    height: 51px;
    font-size: 20px;
    font-weight: 700;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    padding: 15px !important;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 120px;
}
.woocommerce nav.woocommerce-pagination {
    float: left;
    text-align: left;
    clear: both;
}
.woocommerce nav.woocommerce-pagination:last-child {
    float: none;
    text-align: center;
}

.blog-page-wrapper .blog-post {
    margin-bottom: 75px;
}
.blog-page-wrapper .blog-img-border {
    position: relative;
    text-align: center;
}
.blog-page-wrapper .blog-img-border:before {
    content: "";
    position: absolute;
    background-image: url(assets/images/blog-horizontal.png);
    background-size: contain;
    background-repeat: repeat-x;
    width: 99%;
    height: 4px;
    top: 20px;
    left: 23px;
    z-index: 99;
}
.blog-page-wrapper .blog-img-border .blog-border:before {
    content: "";
    position: absolute;
    background-image: url(assets/images/blog-vertical.png);
    background-repeat: repeat-y;
    width: 2px;
    height: 100%;
    top: 20px;
    left: 23px;
    z-index: 99;
}
.blog-page-wrapper .blog-img-border .blog-border:after {
    content: "";
    position: absolute;
    background-image: url(assets/images/blog-vertical.png);
    background-repeat: repeat-y;
    width: 2px;
    height: 100%;
    top: 20px;
    right: -20px;
    z-index: 99;
}
.blog-page-wrapper .blog-img-border:after {
    content: "";
    position: absolute;
    background-image: url(assets/images/blog-horizontal.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 4px;
    bottom: -20px;
    left: 20px;
    z-index: 99;
}
.blog-page-wrapper .post-info {
    padding-left: 3%;
}
.blog-page-wrapper .post-detail .post-date {
    position: relative;
    margin-left: 3%;
    margin-bottom: 20px;
}
.blog-page-wrapper .post-detail .post-date:before {
    content: "";
    position: absolute;
    background-image: url(assets/images/post-date.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    top: 3px;
    left: -20px;
}
.blog-page-wrapper .readmore {
    margin-top: 25px;
}
.blog-page-wrapper .readmore a {
    display: inline-block;
}

body.search-results .search-post {
    text-align: center;
}
body.search-results .search-post .entry-title a {
    color: #cd2653;
}
body.search-results .search-post .featured-media {
    padding: 15px 0;
}

/**
 * Modal Dialog Styles
 */
.dialog-ovelay {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    width: 100%;
    height: 100%;
}
.dialog-ovelay .dialog {
    margin: 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    position: fixed;
    width: 90%;
    height: 90vh;
}
.shipping-dialog-overlay .dialog {
    height: 75vh;
}
.dialog button.close-btn {
    position: absolute;
    right: 0.2em;
    padding: 0;
    margin: 0;
    top: 0;
    background: #fff;
    font-size: 20px;
    color: #000;
    border: none;
}
.dialog button.close-btn:hover {
    border: none;
}

.dialog-ovelay .dialog iframe {
    width: 100%;
    height: 100%;
}
.dialog-ovelay .dialog header {
    padding: 10px 8px;
    background-color: #f6f7f9;
    border-bottom: 1px solid #e5e5e5;
}
.dialog-ovelay .dialog header h2 {
    font-size: 2rem;
    margin: 0;
    color: #555;
    display: inline-block;
    text-align: center;
}
.dialog-ovelay .dialog h3 {
    font-size: 1.6rem;
    margin: 0;
    color: #555;
    display: inline-block;
    text-align: center;
    color: red;
}
.special-order-dialog h4 {
    font-size: 20px;
    font-weight: 300;
}
.dialog-ovelay .dialog header .fa-close {
    float: right;
    color: #c4c5c7;
    cursor: pointer;
    transition: all 0.5s ease;
    padding: 0 2px;
    border-radius: 1px;
}
.dialog-ovelay .dialog header .fa-close:hover {
    color: #b9b9b9;
}
.dialog-ovelay .dialog header .fa-close:active {
    box-shadow: 0 0 5px #673ab7;
    color: #a2a2a2;
}
.dialog-ovelay .dialog .dialog-msg {
    padding: 12px 10px;
    height: 90%;
    max-width: 100%;
}
.dialog-ovelay .dialog .dialog-msg p {
    margin: 0;
    font-size: 15px;
    color: #333;
}
.dialog-ovelay .dialog footer {
    border-top: 1px solid #e5e5e5;
    padding: 8px 10px;
}
.dialog-ovelay .dialog footer .controls {
    display: inline-block;
}
.dialog footer .controls .control {
    padding: 0.5rem 1rem;
}
.dialog .shipping-alert {
    font-size: 0.7em;
    font-style: italic;
    color: red;
    text-align: center;
    padding: 0;
    margin: 0;
}
.dialog-ovelay .dialog footer .controls .button {
    padding: 5px 15px;
    border-radius: 3px;
    margin-bottom: 1rem;
    width: 100%;
    font-size: 20px;
    margin: 0;
}

.catalogs-grid {
    margin-top: 30px;
}
.catalogs-grid .row {
    justify-content: center;
}
.catalogs-grid .grid-item {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.17);
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}
.catalogs-grid .grid-col {
    margin-bottom: 30px;
}
.catalogs-grid .grid-item a {
    display: block;
    padding: 5%;
}

.woocommerce-cart main#site-content,
.woocommerce-checkout main#site-content,
body.woocommerce main#site-content {
    background: url("assets/images/feature.png") repeat;
}

.go-back-btn {
    margin-top: 25px;
}

.crdv-popup-iframe {
    width: 100% !important;
}

.wcwl_optin {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.wcwl_optin label {
    margin-bottom: 0;
}

.single-allocation-product-page .available-qty,
.single-allocation-product-page .quantity,
.single-allocation-product-page .single_add_to_cart_button,
.is-outofstock-product .quantity,
.is-outofstock-product .single_add_to_cart_button {
    display: none !important;
}
.single-allocations-btn {
    margin-bottom: 25px;
}
.woocommerce ul.products li.product .listing-allocations-btn {
    padding-left: 1px;
    padding-right: 1px;
}
.allocations-content {
    min-width: 600px;
}
.allocations-content .allocations-content-desc {
    margin-bottom: 20px;
    font-size: 20px;
}
.allocations-content table {
    width: 100%;
}
.allocations-content table,
.allocations-content table th,
.allocations-content table td {
    border: 1px solid #ccc;
}
.allocations-content table th,
.allocations-content td {
    padding: 5px;
}
.allocations-content table th {
    font-size: 18px;
}

.woocommerce table.shop_table td.product-name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.woocommerce table.shop_table td.product-name .stock-status {
    padding: 0;
    margin: 0 0 0 10px;
}
.woocommerce table.shop_table td.product-name .flex-break {
    flex-basis: 100%;
    height: 0;
    order: 2;
}
.woocommerce table.shop_table td.product-name .allocation_date_value {
    order: 3;
}

.dialog-mobile-content {
    display: none;
}
.dialog-desktop-content {
    width: 100%;
    height: 100%;
}

.fancybox-iframe {
    width: 100% !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 0;
}

.slider-img {
    display: none !important;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    padding-top: 0;
}

.woocommerce-NoticeGroup-checkout {
    font-size: 20px;
}

.bundle_sells_title h3 {
    color: green;
}

.back-to-cart-button-container {
    margin-bottom: 25px;
}

#confirm-order {
    border-color: #f7a009;
    color: #f7a009;
}
#confirm-order:hover {
    background-color: #f7a009;
    color: #fff;
}

.woocommerce .blockUI.blockOverlay:before {
    position: fixed !important;
}

.bundle_sells_title h3 {
    font-family: "Source Sans Pro", sans-serif;
}
.bundle_form .bundled_product_excerpt {
    display: none;
}
.shop_table tr.fee {
    color: green;
    font-size: 20px;
}
.shop_table tr.fee .amount {
    font-weight: 700;
}

.inner-deals-special .home-page-products {
    margin-top: 0;
}
.inner-deals-special .products ul,
.inner-deals-special ul.products {
    margin-bottom: 0;
}
.deals-special .deals-block .deal-button-section .btn {
    background: #f7a009;
    border-color: #f7a009;
    color: #fff;
}
.deals-special .deals-block .deal-button-section .btn:hover {
    background-color: #233342;
    border-color: #233342;
    color: #fff;
}

/************************ FIREARMS FINDER ***********************/
.firearms-finder-menu-item a {
    display: inline-block;
    vertical-align: middle;
}
.firearms-finder-menu-item a:before,
.hamburger2:before {
    content: "\f206";
    font-family: "dashicons";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff;
    height: 20px;
}
.hamburger2 {
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.hamburger2:hover,
.hamburger2:focus {
    color: #fff;
    text-decoration: none;
}
.hamburger2:before {
    font-size: 24px;
    height: auto;
}
.firearms-finder-menu-item a:hover::before {
    color: #fac261;
}

.firearms-finder-section {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    background: #333;
    z-index: 999999;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    overflow: auto;
}
.firearms-finder-section .error h4 {
    text-align: center;
    color: red;
}
.close-firearms-finder-section {
    display: inline-block;
    background: #cd2653;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    padding: 5px;
    line-height: 1;
}
.close-firearms-finder-section:hover {
    text-decoration: none;
}
.firearms-finder-section .contain {
    padding: 10px;
}
.firearms-finder-section .ff-header {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;

    display: flex;
    align-items: center;
}
.firearms-finder-section .ff-header:before {
    content: "\f206";
    font-family: "dashicons";
    margin-right: 10px;
}
.firearms-finder-section .top-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.firearms-finder-section .top-btns label {
    color: #fff;
    background-color: #233342;
    border-color: #233342;

    width: 50%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}
.firearms-finder-section .top-btns input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    cursor: pointer;
}
.firearms-finder-section .top-btns label.active {
    background: #f7a009;
    border-color: #f7a009;
    color: #fff;
}
.firearms-finder-section .top-btns label.on-sale-btn.active {
    background: #77a464;
}
.firearms-finder-section select {
    margin-bottom: 5px;
    background: #fff;
}
.firearms-finder-section .matching-items {
    display: flex;
    align-items: flex-start;
}
.firearms-finder-section .matching-items input,
.firearms-finder-section .matching-items label {
    width: 50%;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.firearms-finder-section .matching-items label {
    display: block;
    background: #fff;
    padding: 17px;
    line-height: 1;
    font-size: 15px;
}
.firearms-finder-section .buttons {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.firearms-finder-section .buttons a,
.firearms-finder-section button {
    text-transform: uppercase !important;
}
.ff-loading-icon {
    color: #fff;
    text-align: center;
    padding: 10px;
}
.firearms-finder-section .ff-select-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.firearms-finder-section .ff-select-container .ff-reset-field {
    margin-left: 10px;
}
.firearms-finder-section .ff-select-container .ff-reset-field:hover {
    color: #d00239;
}

.hp-firearms-finder-button {
    margin: 0 0 50px;
    text-align: center;
}
.hp-firearms-finder-button a {
    display: inline-block !important;
    padding: 15px 30px !important;
    font-size: 20px;
    text-transform: uppercase !important;
    font-weight: 700;
    background: #f7a009;
    border-color: #f7a009;
    color: #fff;
}
.hp-firearms-finder-button a:before {
    content: "\f206";
    font-family: "dashicons";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff;
}
.hp-firearms-finder-button a:hover {
    background-color: #233342;
    border-color: #233342;
}

@media (max-width: 1023px) {
    .blog-page-wrapper .post-info {
        margin-top: 35px;
    }
    .blog-page-wrapper .blog-img-border:before,
    .blog-page-wrapper .blog-img-border:after,
    .blog-page-wrapper .blog-img-border .blog-border:after,
    .blog-page-wrapper .blog-img-border .blog-border:before {
        display: none;
    }
}
@media (max-width: 992px) {
    .wc-archive-page-products .products ul,
    .wc-archive-page-products ul.products {
        justify-content: space-between;
    }
    .woocommerce-page.columns-3 ul.products li.product,
    .woocommerce.columns-3 ul.products li.product {
        width: 45.5%;
    }

    .wcpf-field-item {
        width: 31%;
    }
    .wcpf-field-item:first-child {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .home .main-header {
        padding-top: 0;
    }
    .main-header .submenu-section {
        padding: 5px 0;
    }
    .main-header .header-wrapper {
        align-items: flex-start;
    }

    .hero-section .hero-wapper {
        min-height: 100vh;
    }
    .hero-section .hero-wapper .section-heading {
        height: 100vh;
        padding-top: 0;
        padding-bottom: 15%;
        display: flex;
        align-items: flex-end;
    }
    .hero-section .slick-dots {
        top: 50%;
    }
    .hero-section .slick-dots li {
        padding-top: 50px;
    }

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        margin: 2.5%;
        width: 44.5%;
    }
    ul.products .product-img-wrapper {
        height: auto !important;
    }

    .wc-archive-page-products .products ul,
    .wc-archive-page-products ul.products,
    .wc-shop-sidebar {
        width: 100%;
        text-align: center;
    }
    .wcpf_widget_filters {
        position: static !important;
    }

    .woocommerce div.product {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .wc-tabs-wrapper {
        display: block;
    }

    .woocommerce-MyAccount-navigation {
        margin-bottom: 50px;
    }

    .wcpf-field-item {
        width: 47%;
    }

    .hero-section .slick-dots li {
        padding-top: 45px;
    }

    .woocommerce div.product form.cart .button {
        float: none;
    }

    .woocommerce div.product form.cart div.quantity {
        float: none;
        margin-bottom: 10px;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 95%;
    }

    .allocations-content {
        min-width: 0;
    }

    .dialog-ovelay .dialog {
        width: 85%;
        height: 85%;
    }
    .dialog-ovelay .dialog .dialog-msg {
        overflow: auto;
    }
    .dialog-mobile-content {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .dialog-mobile-content a {
        text-transform: uppercase;
    }
    .dialog-desktop-content {
        display: none;
    }

    /*************** NEW SLIIDER STYLING **************************/
    .hero-section .hero-wapper {
        min-height: 0;
        background-image: none !important;
    }
    .hero-section .hero-wapper .section-heading {
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        padding-bottom: 0;
        align-items: center;
    }
    .slider-img {
        display: block !important;
    }
    .hero-section .hero-wapper .section-heading .banner-heading h1 {
        font-size: 25px;
    }
    .hero-section .hero-wapper .section-heading .banner-heading p {
        font-size: 15px;
    }
    .home .main-header {
        position: relative;
        background: #000;
    }

    /**********************************************************/

    .woocommerce div.product div.images.woocommerce-product-gallery {
        width: 100% !important;
    }

    #searchform {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
    }
    #search input[type="search"],
    input.search-submit {
        position: static;
        margin: 0;
    }
    #search input[type="search"] {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 75%;
        margin: 1.442em auto 1.442em;
    }
}

@media (max-width: 420px) {
    .firearms-finder-section {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .credova-response-amount .crdv-button {
        display: inline-block;
    }

    .credova-response-amount .crdv-button .crdv-button-message {
        display: block;
    }

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
        margin: 1.442em auto 1.442em;
    }
}

.gc-notice {
    margin-top: 1rem;
    font-weight: bold;
    color: red;
    font-size: 1.5em;
}

.allocations-content .controls {
    margin-top: 1rem;
    text-align: right;
}

/**
 * Styles for elasticpress
 */

.v1-search .ep-autosuggest-container {
    height: 100vh;
}
.v1-search .ep-autosuggest-container .ep-autosuggest {
    width: 60%;
    top: 54%;
    margin-left: 20%;
    overflow: scroll;
}

@media (max-width: 768px) {
    .v1-search label {
        width: 90%;
    }
    .v1-search .ep-autosuggest-container .ep-autosuggest {
        width: 100%;
        top: 42%;
        margin-left: 0;
        max-height: 55%;
        overflow: scroll;
    }
    #search input[type="search"],
    input.search-submit {
        position: absolute !important;
        top: 25% !important;
    }
    input.search-submit {
        right: 5%;
        top: 35% !important;
    }
}

.woocommerce span.onsale {
    z-index: 0 !important;
}

.single span.onsale {
    z-index: 9 !important;
}

.v1-border-bottom {
    border-bottom: thin solid rgb(211, 206, 210) !important;
}

/**
 * Favorites Styles
 **/
.favorites-list-wrapper {
    position:relative;
}

.favorites-overlay {
    position:absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background:#fff;
}

.favorites-list {
    padding-left: 0;
}

.favorites-list li *  {
    float: none !important;
}
.favorites-list li {
    display: flex; 
    flex-direction: row;
    align-items: center;
}
.favorites-list li p {
    margin-bottom: 0;
    margin-right: 1rem;
}
.favorites-list li img  {
    max-height: 50px; 
}
.favorite-title {
    margin-right: 1rem;
}

.favorites-list li .stock-status {
    margin:0;
    padding:0;
}

.simplefavorite-button.active .sf-icon-favorite {
    color: #eeee22;
}

.single-product .simplefavorite-button {
    margin-left: .5rem;
    padding: 12px 10px 10px 32px !important;
    font-size: 1.1em;
}
.simplefavorite-button.preset:hover { 
    background-color: #fff;
}


@media (max-width: 768px) {
    .simplefavorite-button.preset {
        padding: 1rem !important;
    }
    .sf-icon-favorite {
        top:.3rem !important;
    }
    .single-product .simplefavorite-button.preset { 
        display:block;
        margin: .5rem auto;
        padding: 12px 10px 10px 32px !important;
    }
    .single-product .sf-icon-favorite {
        top:auto !important;
    }
}

.hidden-gateways {
    display:none;
}