/*!
Theme Name: ampcell
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ampcell
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ampcell is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
    --------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

 body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

 h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

 hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

 a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

 abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

 b,
 strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 code,
 kbd,
 samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

 small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

 sub,
 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

 img {
    border-style: none;
}

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

 button,
 input,
 optgroup,
 select,
 textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

 button,
 input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

 button,
 select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

 fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

 legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

 progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

 textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

 [type="checkbox"],
 [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

 [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

 [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

 ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

 details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

 summary {
    display: list-item;
}

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

 template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

 [hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
   font-size: 20px;
   font-weight: 500;
   background-color: #d16c29;
   color: #fff;
   border-radius: 0;
   padding: 10px 45px;
   border: 2px solid #d16c29;
   -webkit-transition: all .15s ease-in-out;
   -moz-transition: all .15s ease-in-out;
   -ms-transition: all .15s ease-in-out;
   -o-transition: all .15s ease-in-out;
   transition: all .15s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #d16c29;
    color: #d16c29;
    background-color: transparent;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 2px solid #000;
    border-radius: 0;
    padding: 10px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #000;
    border-color: #d16c29;
    box-shadow: none;
    outline: none;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}

a:visited {
    color: purple;
}
a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:hover{
    color: #d16c29;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {}

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {}


/* Mean Menu Start */
.mean-container .mean-nav{
    max-height: 65vh;
    overflow-y: auto;
    position: absolute;
    position: fixed;
    left: 0;
    right: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    z-index: -1;
}
.mean-container .mean-nav ul li a{
    padding: 10px 5%;
    font-size: 13px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.mean-container .mean-bar {
    background: transparent;
    margin-top: 0;
    position: relative;
    top: 0;
}
.mean-container .mean-nav,
.mean-container .mean-nav ul li a.mean-expand:hover{
    background: #2e1278; 
}
.mean-container a.meanmenu-reveal span{
    background: #000;
    height: 2px;
    margin-top: 6px;
}
.mean-container a.meanmenu-reveal{
    color: #2e1278;
    width: 22px;
    height: 22px;
    padding: 7px 0;
}
.mean-container .mean-nav ul li a.mean-expand{
    height: 15px;
    line-height: 15px;
    width: 15px;
}
.mean-container .mean-bar{
    z-index: 99;
}
/* Mean Menu End */

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
## Custom Css
--------------------------------------------------------------*/
body{
    font-family: 'Ubuntu', sans-serif;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fas {
    font-weight: 900;
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
.site-content{
    /* margin-top: 110px; */
}
a{
    color: #404040;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
/* Header */
#masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 35px 0;
    z-index: 9;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.scrolled-window #masthead{
    padding: 20px 0;
    background-color: rgba(255, 255, 255, .90);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.main-navigation ul.menu{
    display: inline-block;
    margin: 0 -20px;
}
.main-navigation .menu-item-has-children>a:after {
    content: "\f078";
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 900;
}
.main-navigation .menu-item-has-children .menu-item-has-children>a:after {
    content: "\f054";
}
.main-navigation ul li:hover>ul, 
.main-navigation ul li.focus>ul{
    left: 10px;
}
.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    float: left;
    position: absolute;
    padding: 15px;
    top: 22px;
    left: -999em;
    z-index: 99999;
    background-color: #fff;
    text-align: left;
}
.main-navigation ul ul li {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
}
.main-navigation ul ul li + li {
    border-top: 1px solid #5c5c5b;
}
.main-navigation ul ul li a {
    padding: 5px 15px;
}
.main-navigation  ul.menu > li > a {
    padding: 0 20px;
}
.main-navigation li{
   font-size: 15px;
   font-weight: 500;
   text-transform: uppercase;
}
.main-navigation li a{
  color: #5c5c5b;
}
.main-navigation li.current-menu-item > a,
.main-navigation a:hover{
  color: #d16c29;
}
@media (max-width: 991px){
    .main-navigation ul.menu > li > a {
        padding: 0 10px;
    }
    .main-navigation ul.menu {
        margin: 0 -10px;
    }
    .main-navigation li {
        font-size: 14px;
    }
}
@media (max-width: 767px){
    #masthead{
        padding: 15px 0;
    }
    .scrolled-window #masthead{
        padding: 10px 0;
    }
}

/* Common */
.btn{
    font-size: 20px;
    font-weight: 500;
    background-color: #d16c29;
    color: #fff;
    border-radius: 0;
    padding: 10px 45px;
    border: 2px solid #d16c29;
    min-width: 250px;
}
.btn:visited{
    color: #fff
}
.btn.xl-btn {
    padding: 17px 60px;
}
.btn.xxl-btn {
    font-size: 25px;
    padding: 17px 85px;
}
.btn:hover{
    background-color: transparent;
    color: #fff;
}
.btn.white-bg:hover{
    color: #d16c29;
}
.btn + .btn{
    margin-left: 17px;
}
.solid.blue{
    background-color: #2e1278;
    border-color: #2e1278;
}
.solid.blue:hover{
    color: #2e1278;
    background-color: transparent;
}
.transparent.orange{
    border: 2px solid #d16c29;
    background-color: transparent;
}
.transparent.orange:hover{
    background-color: #d16c29;
    color: #fff;
}

.btn-mobile-mart{
    border-radius: 0;
    margin-top: 10px;   
    padding: 10px 20px;
    outline: 2px solid #000;
    display: inline-block;
}
.btn-mobile-mart:hover{
    outline: 5px solid #ef363d;
}
.btn-mobile-mart img{
    width: 160px;
}

.section-header h2{
    font-size: 38px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.section-header p{
    font-size: 25px;
    font-weight: 300;
    color: #000;
}
.section-header h2 > img{
    position: relative;
    top: 5px;
}

.skew{
    background-color: #2e1278;
    -webkit-transform: skew(0, 4.5deg);
    -ms-transform: skew(0, 4.5deg);
    transform: skew(0, 4.5deg);
}
.unskew{
    -webkit-transform: skew(0, -4.5deg);
    -ms-transform: skew(0, -4.5deg);
    transform: skew(0, -4.5deg);
}

.page-banner-section{
    padding: 200px 0 100px;
    color: #fff;    
    background-position: center;
}

.breadcrumb{
    background-color: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding: 0;
    margin: 0;
}
.breadcrumb a{
    color: #fff;
}
.breadcrumb a:hover{
    color: #d16c29;
    text-decoration: none;
}
.breadcrumb-separator{
    margin: 0 5px;
}
.visible-sm{
    display: block;
}
@media (max-width: 1199px){
    .btn{
        min-width: 200px;
        font-size: 18px;
        padding:  10px 35px;
    }

    .btn.xl-btn {
        padding: 15px 50px;
    }
    .btn.xxl-btn {
        font-size: 23px;
        padding: 17px 75px;
    }
    .section-header h2{
        font-size: 33px;
    }
    .section-header p{
        font-size: 22px;
    }
}
@media (max-width: 767px){
    .section-header h2 > img{
        margin: 0 auto;
        text-align: center;
        display: block;
        height: 30px;
        top: 0;
    }
    .btn.xl-btn {
        padding: 15px 40px;
    }
    .btn.xxl-btn {
        font-size: 20px;
        padding: 15px 65px;
    }
    .visible-sm{
        display: block;
    }
}
@media (max-width: 575px){
    .section-header h2 {
        font-size: 26px;
    }
    .section-header p {
        font-size: 16px;
    }
}
/*Scroll to top*/

.back-to-top {
    display: none;
    position: fixed;
    right: 15px;
    bottom: -50px;
    background-color: #a2bf3f;
    width: 45px;
    height: 45px;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size: 40px;
    color: #fff;
    line-height: 1;
    border-radius: 3px;
}

.back-to-top i {
    position: relative;
    top: 0;
}

.back-to-top a {
    display: block;
}

.back-to-top:hover {
    background-color: #d16c29;
}

.back-to-top.top-active {
    bottom: 15px;
}

/*Scroll To Top End*/

/* Banner Section Start */
.banner-section{
    background-size: cover;
    position: relative;
    background-position: center;
    /* overflow: hidden; */
}
.banner-section::before {
 content: '';
 position: absolute;
 right: 0;
 left: 0;
 bottom: 0;
 background-color: transparent;
 border-top: 0 solid transparent;
 border-bottom: 150px solid #fff;
 border-right: calc(100vw - 20px) solid transparent;
 border-left: 0 solid transparent;
}
.banner-section .buttons-wrap {
    margin: 55px 0;
}
.banner-section .container{
    position: relative;
    color: #fff;
}
.banner-section .item{
    padding: 115px 0 140px;
    min-height: 90vh;
}
.banner-section h3{
    font-size: 30px;
    line-height: 1.8;
    font-weight: 400;
}
.banner-section h2{
    font-size: 43px;
    font-weight: 500;
    line-height: 1.26;
}
.circls-wrap {
    position: absolute;
    right: 0;
    bottom: -80px;
}
.circls-wrap ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.circls-wrap li{
    display: inline-block;
    width: 170px;
    height: 170px;
    box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.11);
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 50%;
    font-size: 16.5px;
    font-weight: 500;
    color: #5c5c5b;
    flex-wrap: wrap;
    position: relative;
}
.circls-wrap li + li {
    margin-left: 80px;
}
.circls-wrap li:first-child{
    top: -65px;
}
.circls-wrap li:nth-child(2){
    top: -30px;
}
.circls-wrap li div > *{
    display: block;
    width: 100%;
}
.circls-wrap span{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #5c5c5b;
    margin: 10px 0;
    position: relative;
    top: 10px;
}
.circls-wrap i{
    font-size: 54px;
    color: #d16c29;
}
@media (max-width: 1199px){
    .banner-section .item {
        padding: 200px 0 140px;
        min-height: 60vh;
    }
    .banner-section h3{
        font-size: 25px;
    }
    .banner-section h2{
        font-size: 38px;
    }
    .banner-section .buttons-wrap {
        margin: 40px 0;
    }
    .banner-section::before {
        border-bottom: 80px solid #fff;
        border-right: 100vw solid transparent;
    }
    .circls-wrap li + li {
        margin-left: 50px;
    }
    .circls-wrap li {
        width: 150px;
        height: 150px;
    }
    .circls-wrap i {
        font-size: 45px;
    }
    .circls-wrap span {
        margin: 5px 0;
        top: 5px;
    }
}
@media (max-width: 991px){
    .banner-section h3{
        font-size: 20px;
    }
    .banner-section h2{
        font-size: 31px;
    }
    .banner-section .buttons-wrap {
        margin: 30px auto;
        width: 280px;
    }
    .circls-wrap i {
        font-size: 38px;
    }
    .circls-wrap span{
        font-size: 13px;
        margin: 2px 0;
        top: 2px;
    }
    .circls-wrap li + li {
        margin-left: 30px;
    }
    .circls-wrap li {
        width: 130px;
        height: 130px;
    }
}
@media (max-width: 767px){
    .banner-section .order-1 {
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
    }
    .banner-section .order-2 {
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
    }
    .banner-section .order-2 img{
        width: 250px;
        margin: 0 auto;
    }
    .banner-section .btn + .btn{
        margin: 15px 0 0;
    }
    .circls-wrap .d-flex {
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .circls-wrap li {
        width: 90px;
        height: 90px;
    }
    .circls-wrap i {
        font-size: 25px;
    }
    .circls-wrap span{
        font-size: 10px;
    }
    .circls-wrap li + li {
        margin-left: 20px;
    }
    .circls-wrap {
        right: 0;
        bottom: -40px;
        left: 0;
    }
}
/* Banner Section End */

/* Intro Section Start */
.intro-section{
    padding: 55px 0 120px; 
}
.intro-section .content-wrap {
    padding-left: 30px;
}
.intro-section h3{
    font-size: 38px;
    font-weight: 500;
}
.intro-section h2{
    font-size: 48px;
    font-weight: bold;
    color:  #d16c29;
    margin: 0;
}
.intro-section .quote {
    margin-top: 50px;
    margin-bottom: 80px;
    padding-left: 25px;
    border-left: 3px solid #2e1278;
    margin-left: 5px;
    font-size: 15px;
    line-height: 1.3;
    padding-right: 10%;
}
.intro-section .btn-wrap {
    padding-left: 30px;
}
.intro-section .figure-wrap {
    position: relative;
    top: 90px;
    text-align: right;
    padding-right: 10%;
}
@media (max-width: 1199px){
    .intro-section h3{
        font-size: 32px;
    }
    .intro-section h2{
        font-size: 42px;
    }
    .intro-section .quote {
        margin-top: 40px;
        margin-bottom: 50px;
    }
}
@media (max-width: 767px){
    .intro-section .content-wrap {
        padding-left: 0;
    }
}
@media (max-width: 575px){
    .intro-section .content-wrap {
        padding-left: 0;
    }
    .intro-section h3 {
        font-size: 23px;
    }
    .intro-section h2{
        font-size: 29px;
    }
    .intro-section .quote {
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
/* Intro Section End */

/* Features section start */
.features-item:nth-child(even) .skew{
    background-color: transparent;
}
.features-item:nth-child(even) .skew .figure-col{
    order: 2;
}
.features-item:nth-child(even) .skew .content-col{
    order: 1;
}
.features-item:nth-child(even) .skew .content-wrap i{
    color: #a2bf3f;
}
.features-item .skew{
    padding:  120px 0;
    background-color: #f5f5f5;
}
.features-item .figure-col img{
    margin-left: 15px;
    margin-top: 5px;
}
.features-item .content-col{
    position: relative;
}
.features-item .content-col p{
    line-height: 1.4;
    font-size: 16px;
    color: #262626;
}
.features-item .content-wrap{
    margin-top: 35px;
}
.features-item .content-wrap ul{
    list-style-type: none;
    margin: 40px 0 0;
    padding: 0;
}
.features-item .content-wrap li{
    font-size: 18px;
    font-weight: 500;
    color: #262626;
    position: relative;
}
.features-item .content-wrap li + li{
    margin-top: 35px;
}
.features-item .content-wrap i{
    font-size: 25px;
    color: #d16c29;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.features-item .content-wrap li span{
    margin-left: 65px;
}
@media (max-width: 1199px){
    .features-item .content-wrap{
        padding: 0 30px;
    }
    .features-item .content-wrap li span {
        margin-left: 45px;
    }
}
@media (max-width: 991px){
    .features-item .content-wrap{
        padding: 0 15px;
    }
    .features-item .content-wrap i {
        font-size: 20px;
    }
    .features-item .content-wrap li + li {
        margin-top: 25px;
    }
    .features-item .content-wrap ul {
        margin: 30px 0 0;
    }
    .features-item .content-wrap li{
        font-size: 14px;
    }
    .features-item .figure-col img{
        margin-left: 0;
    }
}
@media (max-width: 767px){
    .features-item:nth-child(even) .skew .figure-col{
        order: 1;
    }
    .features-item:nth-child(even) .skew .content-col{
        order: 2;
    }
}
/* Features Section End */

/* Parallex Section Start */
.parallex-section{
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 65px 0;
}
.parallex-section::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2e1278;
    opacity: .9;
}
.parallex-section h3{
    font-size: 38px;
    font-weight: 500;
    color: #ffffff;
}
.parallex-section h3 span{
    font-size: 35px;
    font-weight: bold;
    color: #d16c29;
}
@media (max-width: 991px){
    .parallex-section h3 {
        font-size: 33px;
    }
    .parallex-section h3 span{ 
        font-size: 30px;
    }
}
@media (max-width: 767px){
    .parallex-section,
    .parallex-section .text-right{
        text-align: center !important;
    }
    .parallex-section .btn{
        margin-top: 15px;
    }
}
/* Parallex Section End */


/* Conparison Section Start */
.comparison-chart-section {
    padding: 75px 0;
}
.comparison-chart-section .section-header {
    margin-bottom: 85px;
}
.chart-wrap {
    padding: 0 7.25%;
}
.chart-wrap thead img{
    position: relative;
    top: 10px;
}
.chart-wrap .table thead th{
    border-top: 0;
    border-bottom: 2px solid #2e1278;
}
.chart-wrap .table td, 
.chart-wrap .table th{
    vertical-align: middle;
    padding: .95rem;
}
.chart-wrap .table thead th{
    font-size: 38px;
    font-weight: 500;
    font-style: italic;
    color: #262626;
}
.chart-wrap .table tbody td{
    font-size: 16px;
    color: #262626;
}
.chart-wrap .table td,
.chart-wrap .table th{
    width: 40%;
}
.chart-wrap .table td{
    border-top: 1px none;
}
.chart-wrap .table td:nth-child(2),
.chart-wrap .table th:nth-child(2){
    width: 160px;
}
.chart-wrap .table tbody td h4{
    font-size: 18px;
    font-weight: 500;
    color: #2e1278;
    text-transform: uppercase;
}
.chart-wrap .table tbody td i{
    font-size: 23px;
    color: #2e1278;
    margin-bottom: 15px;
}
@media (max-width: 991px){
    .comparison-chart-section .section-header {
        margin-bottom: 25px;
    }
    .chart-wrap {
        padding: 0 5%;
    }
    .chart-wrap .table tbody td {
        font-size: 12px;
    }
    .chart-wrap .table tbody td i {
        font-size: 16px;
    }
    .chart-wrap .table tbody td h4 {
        font-size: 13px;
    }
    .chart-wrap .table td, 
    .chart-wrap .table th {
        vertical-align: middle;
        padding: .5rem;
    }
}
@media (max-width: 767px){
    .chart-wrap {
        padding: 0;
    }
    .chart-wrap .table tbody td h4 {
        font-size: 12px;
        margin-bottom: 0;
    }
    .chart-wrap .table tbody td i {
        font-size: 14px;
        margin-bottom: 6px;
    }
}
@media (max-width: 575px){
    .chart-wrap .table thead th {
        font-size: 28px;
    }
    .chart-wrap thead img {
        top: 3px;
        width: auto;
        height: 22px;
    }
}
/* Conparison Section Ends */

/* Footer Start */
.site-footer{
    background-color: #262626;
    padding: 30px 0;
}
.site-footer ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.site-footer li{
    display: inline-block;
}
.site-footer li a{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.site-footer .social-connect a{
    position: relative;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .1);
    margin: 0 6px;
}
.site-footer .social-connect a:hover{
    background-color: #d16c29;
}
.site-footer .social-connect a i{
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.trusted{
    margin-bottom: 50px;
}
.footer-logo {
    margin-bottom: 5px;
}
.social-connect{
    margin-bottom: 25px;
}
.quick-links {
    margin-bottom: 65px;
}
.quick-links ul{
    margin: 0 -7px;
}
.quick-links li {
    padding: 0px 7px;
    position: relative;
}
.quick-links li + li::before {
    content: '';
    top: 5px;
    left: -2px;
    height: 18px;
    position: absolute;
    background-color: #fff;
    width: 1px;
}
.quick-links a:hover{
    color: #d16c29;
    text-decoration: none;
}
.copy-rights h5{
    font-size: 10px;
    color: #fff;
    margin-bottom: 18px;
    font-weight: 400;
}
.copy-rights h4{
    font-size: 11px;
    color: #fff;
    opacity: 0.74;
    font-weight: 400;
}
@media (max-width: 767px){
    .copy-rights{
        padding: 0 50px;
    }
}
/* Footer End */

/* Product Page Start */
.product-detail-section{
    padding: 110px 0;
}
.product-detail-section h2{
    color: #2e1278;
}
.product-detail-section h4{
    color: #a2bf3f;
}
.product-spec-section{
    padding: 110px 0;
    background-color: #f5f5f5;
}
.product-spec-section table{
    border-bottom: 1px solid #dee2e6;
}
.product-spec-section th{
    width: 40%;
}
.product-spec-section tr,
.product-spec-section th{
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 767px){
    .product-detail-section{
        padding: 60px 0;
    }
}
/* Product Page End */

/* Contact Page Start */
.contact-section{
    padding: 110px 0;
}
.map-section {
    line-height: 0;
}
.map-section iframe{
    width: 100%;
    height: 350px
}
.address-col ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.address-col li{
    position: relative;
    padding-left: 50px;
    font-size: 20px;
    color: #404040;
    font-weight: 300;
}
.address-col li + li{
    margin-top: 15px;
}
.address-col li a{
    font-weight: 500;
}
.address-col a:hover{
    /* color: #d16c29; */
}
.address-col li i{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 25px;
    color: #d16c29;
}
.form-item + .form-item{
    margin-top: 35px;
}
.contact-form-col{
    margin-top: 50px;
}
.contact-form-wrap input:not([type=submit]),
.contact-form-wrap textarea{
    width: 100%;
}
.contact-form-wrap textarea{
    height: 215px;
}
.btn-col{
    margin-top: 15px;
}
@media (max-width: 767px){
    .contact-section{
        padding: 60px 0;
    }
    .form-col + .form-col{
        margin-top: 35px;
    }
}
/* Contact Page End */

/* FAQ Page Start */
.accordion .btn-link::before {
    display: inline-block;
    margin-left: 5px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    float: right; 
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.accordion .btn-link.collapsed::before {
    content: "\f067"; 
}

.accordion-section{
    padding: 100px 0;
}
.accordion-section .card {
    background-color: #2e1278;
    padding: 5px 40px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.accordion-section .card-header {
    border: none;
}
.accordion-section .card-body {
    padding: 0 1.25rem 1.75rem;
}
.accordion-section button {
    border: none;
    background-color: transparent;
    width: 100%;
    color: #fff;
    text-align: left;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25;
}
.accordion-section button:hover {
    color: #fff;
    text-decoration: none;
}
.accordion-section button:focus {
    outline: none;
    text-decoration: none;
}
@media (max-width: 767px){
    .accordion-section{
        padding: 60px 0;
    }
    .accordion-section .card{
        padding: 5px 20px;
    }
    .accordion-section button{
        font-size: 24px;
    }
}
/* FAQ Page End */

/* Distributor Section Start*/
.distributor-section{
   padding: 110px 0;
}
.distributor-section h4{
    color: #d16c29;
    margin: 20px 0 0;
}
.distributor-section .form-item {
    margin-bottom: 25px;
}
@media (max-width: 767px){
    .distributor-section{
       padding: 60px 0;
   }
   .distributor-section .form-col + .form-col {
    margin-top: 0;
}
}
/* Distributor Section End*/

/* Locations Page Start*/
.location-search-section{
    margin-top: -50px;
}
.location-search-section .location-content{
    padding: 50px 0;
    background-color: #f4f3f3;
}
.wpsl-store-below #wpsl-search-wrap {
    width: 100%;
    padding: 55px 0;
}
.wpsl-store-below .wpsl-search h4 {
    font-size: 24px;
    color: #575757;
    margin-bottom: 30px;
    font-weight: 500;
}
.location-content{
    padding: 0 10%;
}
.location-content form{
    position: relative;
    display: inline-block;
    margin-top: 30px;
}
.location-content #wpsl-search-input{
    padding-right: 130px;
    width: 400px;
    max-width: 100%;
}
.location-content .btn{
    padding: 7px 15px;
    min-width: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.locations-section{
    padding: 110px 0;
}
.locations-wrap ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.locations-wrap li + li{
    margin-top: 30px;
}
.locations-wrap address{
    margin: 0;
    line-height: 1.2;
}
.locations-wrap i{
    font-size: 60px;
    width: 60px;
    color: #2e1278;
}
.locations-content{
    padding-left: 10px;
}
.locations-content h5{
    margin: 0 0 2px;
}
/* Locations Page End*/

/* Where to Buy Start */
.where-to-buy-section{
    padding: 110px 0;
}
.where-to-buy-section .section-header h2{
    text-transform: none;
}
.distributors-wrap{
    margin-top: 50px;
}
.distributors-wrap h5{
    color: #d16c29;
    margin: 20px 0;
}
/* Where to Buy End */

/* CF7 Start */
input.wpcf7-not-valid{
    border-color: #d0021b;
}
div.wpcf7-response-output {
    margin: 40px 0 0;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
    line-height: 1.25;
    float: left;
    width: 100%;
    border: none!important;
    border-radius: 0;
    background-color: #d0021b;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    width: 280px;
    text-align: left;
    bottom: -40px;
}
div.wpcf7-mail-sent-ok {
    background-color: #398f14;
}
.form-item label{
    margin-bottom: 5px;
    font-weight: 500;
}
.wpcf7-form .wpcf7-radio input[type=radio], 
.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
    position: relative;
    opacity: 0;
    position: absolute;
    left: -9999em;
}
span.wpcf7-list-item {
    margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label{
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before{
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: solid 1px #000;
    background-color: #ffffff;
    left: 0;
    top: 2px;
    display: inline-block;
    position: absolute;
    margin: 0;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after{
    margin: 0;
    width: 14px;
    height: 14px;
    background-color: #d16c29;
    border-radius: 0;
    visibility: hidden;
    left: 3px;
    position: absolute;
    top: 5px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after{
    visibility: visible;
}
/* CF7 End */


/* Default Pages Start */
.not-found{
    padding: 100px 0;
    text-align: center;
}
.search-page-content{
    padding: 100px 0;
}
.search-page-content .entry-title{
    font-size: 24px;
}
.search-page-content .entry-summary{
    margin-top: 0;
}
.search-page-content .entry-title a{
    color: #d16c29;
}
.search-page-content .entry-title a:hover{
    color: #000;
}
/* Default Pages End */
/* Widget Start*/
.widget {
    margin-top: 30px;
}
h2.widgettitle {
    font-size: 22px;
    color: #d16c29;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Widget End*/