/*!
Theme Name: Blog Aarambha
Theme URI: https://aarambhathemes.com/themes/blog-aarambha/
Author: Aarambha Themes
Author URI: https://aarambhathemes.com
Description: Blog Aarambha WordPress Theme, the perfect WordPress blog theme for any category starting from a simple personal blog all the way to a multi author blog.This is a fairly developed modern theme with lots of efficiencies. Basically, it is designed with the thought of fascinating portfolios, travel diaries,food blogs, fashion showcase moreover tech, sports, health, and online shop websites.A clean, simple, and adorable design will definitely help you to make a positive impression on your visitors.
Version: 1.0.8
Requires PHP: 7.0
Tested up to: 6.1
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: blog-aarambha
Tags: custom-logo, custom-menu, featured-images, custom-background, threaded-comments, translation-ready, blog, grid-layout, photography, one-column, two-columns, right-sidebar, custom-header, flexible-header, theme-options , e-commerce , footer-widgets

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.

Blog Aarambha WordPress Theme, Copyright (C) 2020, Aarambha Themes
Blog Aarambha is distributed under the terms of the GNU GPL

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
# Custom CSS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * 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: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 15px;
}

h2 {
    font-size: 28px
}

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 https://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. */
}

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

ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: disc;
}

li {
    list-style: none;
    margin-bottom: 8px;
}

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. */
    vertical-align: top;
}

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"] {
    border: 1px solid;
    height: 40px;
    line-height: 40px;
    border-color: transparent;
    border-radius: 0;
    font-size: 20px;
    line-height: 1;
    padding: 0 10px;
    text-transform: uppercase;
    cursor: pointer;
}

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

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

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 {
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    padding: 5px 20px;
    width: 100%;
    outline: 0;
}

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"] {
    height: 40px;
}

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: #111111;
}

select {
    border-width: 1px;
    border-style: solid;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    outline: none;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    text-decoration: none;
}

a:focus {
    outline: 1px 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 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 li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

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

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

.main-navigation li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@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 50px;
    overflow: hidden;
    padding: 20px;
    border-width: 0px;
    border-style: solid;
}

.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%;
}

/*pagination*/
.pagination,
#wp-page-numbers,
.wp-pagenavi,
#main ul.default-wp-page {
    border-radius: 0px;
    margin: 20px 0 40px;
    text-align: left;
}


.pagination a,
.pagination>li>a,
.pagination>li>span,
#wp_page_numbers li,
.wp-pagenavi li,
#main ul.default-wp-page,
.pagination span.current {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination a.prev,
.pagination a.next {
    position: relative;
}

.nav-previous {
    text-align: left;
    float: left;
    padding-right: 15px;
}

.nav-next {
    float: right;
    margin-bottom: 3px;
    padding-left: 15px;
}

.nav-links {
    width: 100%;
    padding-right: 15px;
    text-align: center;
}

.nav-links a {
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.post-navigation .nav-links a {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.post-navigation .nav-previous a {
    padding-left: 35px;
    padding-right: 10px;
}

.post-navigation .nav-next a {
    padding-right: 35px;
    padding-left: 10px;
}

.pagination a.prev::before,
.nav-previous a::before,
.pagination a.next::after,
.nav-next a::after {
    display: block;
    font-family: "FontAwesome";
    font-size: 14px;
    z-index: 9;
    text-indent: 0;
}

.pagination a.prev::before,
.nav-previous a::before {
    content: "\f104";
    left: 0;
}

.pagination a.next::after,
.nav-next a::after {
    content: "\f105";
    right: 0;
}

.nav-previous a::before,
.nav-next a::after {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-previous a::before {
    left: 0px;
}

.nav-next a::after {
    right: 0px;
}

.pagination ul {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    margin: 0;
}

.nav-previous a::before,
.nav-next a::after {
    border-width: 1px;
    border-style: solid;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    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;
    clip-path: none;
    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,
.top-header-wrap:before,
.top-header-wrap:after,
.navbar:before,
.navbar:after,
.hgroup-wrap:before,
.hgroup-wrap:after,
.section-wrap-inner:before,
.section-wrap-inner:after,
.product-list-wrapper .list-info:before,
.product-list-wrapper .list-info:after,
.bottom-footer-wrapper:before,
.bottom-footer-wrapper:after,
.blog-section-wrap:before,
.blog-section-wrap:after,
.both-sidebar .site-content .container:before,
.right-sidebar .site-content .container:before,
.left-sidebar .site-content .container:before,
.both-sidebar .site-content .container:after,
.right-sidebar .site-content .container:after,
.left-sidebar .site-content .container:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.top-header-wrap:after,
.navbar:after,
.hgroup-wrap:after,
.section-wrap-inner:after,
.product-list-wrapper .list-info:after,
.bottom-footer-wrapper:after,
.blog-section-wrap:after,
.both-sidebar .site-content .container:after,
.right-sidebar .site-content .container:after,
.left-sidebar .site-content .container:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 40px;
    /* Make sure select elements fit in widgets. */
}

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



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 0 0 10px;
}

.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,
.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: 30px;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

/*-------------------------------
# Custom Css Start from Here
--------------------------------*/
.container {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.section-padding {
    padding: 95px 0;
}

.section-wrap.section-padding,
.top-footer.section-padding {
    padding-bottom: 65px;
}

/*------------------------
common css
-------------------------*/

/*common color*/
a,
a:visited,
.entry-title,
.quote-wrap q,
.widget-title,
.pagination a.prev:hover,
.pagination a.next:hover,
.pagination a.prev:hover:before,
.pagination a.next:hover:after,
.product-list-wrapper .price,
.footer-menu ul li a,
.bottom-footer .site-generator,
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,
select,
.post-navigation .nav-links a,
.nav-previous a::before,
.nav-next a::after,
.widget_categories ul li a:hover,
.widget_meta ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_recent_entries ul li a:hover,
.top-header-right .widget_shopping_cart,
.comment-title,
.comment-reply-title,
.widget_block h2 {
    color: #111111;
}

a:hover,
a:focus,
a:active,
.hgroup-wrap .left-menu .sub-menu li a:hover,
.hgroup-wrap .right-menu .sub-menu li a:hover,
.hgroup-wrap .left-menu .children li a:hover,
.hgroup-wrap .right-menu .children li a:hover,
.widget_categories ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_recent_entries ul li a,
.top-header-menu ul li a:hover,
.title-position-wrap a:hover,
.main-slider-contain .post-content .entry-title a:hover,
.main-slider-contain .post-content .post-cat-list .cat-link a:hover,
.main-slider-contain .entry-meta>div a:hover,
.nav-previous a::before,
.nav-next a::after {
    color: #818181;
}

.top-header-menu ul li a,
.top-header-right>div,
.title-position-wrap .entry-title,
.title-position-wrap a,
.pagination span.current,
.pagination a:hover,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
#wp_page_numbers li>a:hover,
.wp-pagenavi li>a:hover,
#main ul.default-wp-page li>a:hover,
.pagination>span,
.product-list-wrapper .sales-tag,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.back-to-top a,
.widget_instagram_follow .gallery-item a.insta-popup,
.category-section-wrap .post-cat-list .cat-link a,
.pagination a.prev:hover:before,
.pagination a.next:hover:after,
.main-slider-contain .post-content .entry-title a,
.main-slider-contain .post-content .post-cat-list .cat-link a,
.main-slider-contain .entry-meta>div a,
.widget_recent-post .widget-title,
body .slick-prev:hover,
body .slick-prev:focus,
body .slick-next:hover,
body .slick-next:focus,
.slick-prev:before,
.slick-next:after,
.page-title-wrap .entry-title,
.error-heading .entry-title,
.error-heading span,
.site-header .mini_cart_inner a.button,
.hgroup-wrap .left-menu .sub-menu li a,
.hgroup-wrap .right-menu .sub-menu li a,
.hgroup-wrap .left-menu .children li a,
.hgroup-wrap .right-menu .children li a,
.hgroup-wrap .left-menu .menu-item-has-children .menu-item-has-children:after,
.hgroup-wrap .right-menu .menu-item-has-children .menu-item-has-children:after,
.hgroup-wrap .left-menu .page_item_has_children .page_item_has_children:after,
.hgroup-wrap .right-menu .page_item_has_children .page_item_has_children:after {
    color: #fff;
}

/*common css  background-color*/

.top-header,
.title-position-wrap,
.widget_about_me .position,
body .pagination span.current,
.pagination a:hover,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
#wp_page_numbers li>a:hover,
.wp-pagenavi li>a:hover,
#main ul.default-wp-page li>a:hover,
.pagination>span,
.product-list-wrapper .sales-tag,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.back-to-top a,
.category-section-wrap .post-cat-list .cat-link a,
.main-slider-contain,
.main-slider-contain .post-content .post-cat-list .cat-link,
.main-slider-contain .post-content .entry-meta,
.widget_recent-post .widget-title,
body .slick-prev,
body .slick-next,
.page-title-wrap .entry-title,
.error-heading,
.error-heading span,
.site-header .mini_cart_inner a.button,
.hgroup-wrap .left-menu ul li .sub-menu,
.hgroup-wrap .right-menu ul li .sub-menu,
.hgroup-wrap .left-menu ul li .children,
.hgroup-wrap .right-menu ul li .children,
.mean-container a.meanmenu-reveal,
.pagination a.prev:hover,
.pagination a.next:hover {
    background-color: #111111;
}

.mean-container .mean-nav {
    background: #111111;
}

.quote-section,
.hgroup-wrap,
.quote-wrap .entry-title,
.pagination a,
.pagination>li>a,
.pagination>li>span,
#wp_page_numbers li,
.wp-pagenavi li,
#main ul.default-wp-page,
.pagination span.current,
.top-footer,
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,
select,
.social_widget .social-links ul li a,
.bottom-footer,
.nav-previous a:hover:before,
.nav-next a:hover:after,
.widget_categories ul li:nth-of-type(2n+1),
.widget_meta ul li:nth-of-type(2n+1),
.widget_archive ul li:nth-of-type(2n+1),
.widget_pages ul li:nth-of-type(2n+1),
.widget_recent_comments ul li:nth-of-type(2n+1),
.widget_recent_entries ul li:nth-of-type(2n+1),
.widget_rss ul li:nth-of-type(2n+1),
.widget_block ul li:nth-of-type(2n+1) {
    background-color: #f4f3f3;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.category-section-wrap .post-cat-list .cat-link a:hover {
    background-color: #4F4F57;
}

.post-content,
.post-cat-list .cat-link,
.post-content .entry-meta,
.widget_follow_me .social-links,
.shop-wrapper>.entry-header .entry-title,
.top-footer .widget_subscription form .your-email input,
.top-footer .widget_subscription form .your-zip input,
.widget_instagram_follow,
.widget_categories,
.widget_meta,
.widget_archive,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries,
.widget_search,
.widget_rss,
.widget_instagram_follow .follow-on-insta,
.site-header .search-section .search-form,
.site-header .search-section .search-form input[type="search"],
.site-header .mini_cart_inner,
.site-header .mini_cart_arrow,
.widget_block {
    background-color: #fff;
}

body .slick-prev:hover,
body .slick-next:hover,
body .slick-prev:focus,
body .slick-next:focus {
    background-color: #272727;
}

/*common border-color*/
.hgroup-wrap .left-menu,
.hgroup-wrap .right-menu,
.quote-wrap,
.widget_follow_me,
.shop-wrapper,
.post-content,
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,
.middle-footer-wrapper .widget-holder,
.social_widget .social-links ul li a,
.back-to-top a,
select,
.widget_instagram_follow,
.widget_categories,
.widget_meta,
.widget_archive,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries,
.widget_search,
.widget_rss,
.nav-previous a::before,
.nav-next a::after,
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.comment-box,
.widget_block {
    border-color: #dcdcdc;
}

.main-slider-contain .post-content,
.title-position-wrap:before,
.title-position-wrap:after,
.widget_instagram_follow .gallery-item figure:before,
.widget_instagram_follow .gallery-item figure:after,
.title-position-wrap:before,
.title-position-wrap:after,
.page-title-wrap .entry-title:before,
.page-title-wrap .entry-title:after,
.error-heading:before,
.error-heading:after,
.widget_recent-post .widget-title:before,
.widget_recent-post .widget-title:after,
.category-section-wrap .post-cat-list .cat-link a:before,
.category-section-wrap .post-cat-list .cat-link a:after {
    border-color: #818181;
}

.entry-meta>div {
    border-color: #111111;
}

.widget_about_me .position span,
.main-slider-contain .entry-meta>div {
    border-color: #fff;
}

/*common css for font-family*/
.top-header-menu ul li a,
.hgroup-wrap .left-menu ul li a,
.hgroup-wrap .right-menu ul li a,
.entry-title,
.quote-wrap q,
.post-cat-list,
.title-position-wrap a,
.widget-title,
.product-list-wrapper .sales-tag,
.product-list-wrapper .price,
.product-list-wrapper .image-icon-wrapper .icons a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.footer-menu ul li a,
.bottom-footer .site-generator,
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,
.widget_instagram_follow .follow-on-insta,
.blog-section .entry-meta>div a,
.widget_categories ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li li,
.error-404 a.link,
.site-header .total,
.site-header .mini_cart_inner .product-name,
.site-header .mini_cart_inner a.button,
.header-cart-views span.cart-quantity,
.comment-title,
.name-date,
.comment-reply-title,
.widget_block h2 {
    font-family: 'Pathway Gothic One', sans-serif;
}

/*Using Flex - properties on design*/
.post-content .entry-meta,
.widget_subscription form,
.middle-footer-wrapper,
.bottom-footer-wrapper,
.hgroup-wrap .container,
.widget_instagram_follow .gallery,
.widget_about_me .position,
.slick-prev,
.slick-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.post-content .entry-meta,
.widget_subscription form,
.bottom-footer-wrapper,
.hgroup-wrap .container,
.widget_about_me .position,
.slick-prev,
.slick-next {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-footer .widget_subscription form,
.middle-footer-wrapper,
.bottom-footer-wrapper,
.hgroup-wrap .container,
.widget_instagram_follow .gallery,
.widget_subscription form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slick-prev,
.slick-next {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-footer .widget_subscription form span {
    display: block;
}

/*transition property*/
a,
.product-list-wrapper .image-icon-wrapper:before,
.product-list-wrapper .featured-img img,
.product-list-wrapper .image-icon-wrapper .icons,
.back-to-top a,
.widget_instagram_follow .gallery-item:before,
.widget_instagram_follow .gallery-item a.insta-popup,
.widget_instagram_follow .gallery-item:hover figure:before,
.widget_instagram_follow .gallery-item:hover figure:after,
.pagination a.prev::before,
.nav-previous a::before,
.pagination a.next::after,
.nav-next a::after,
.post-navigation .nav-links a,
.category-section-wrap .post-content,
article figure img,
body .slick-prev,
body .slick-next,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -o-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}


/*---------------------------------------
social links
---------------------------------------*/
.social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-links ul li {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.social-links ul li a {
    display: block;
    font-size: 0;
}

.brand-and-social-wrap .social-links ul li a {
    padding: 15px;
    display: block;
}

.social-links ul li a:before {
    font-family: FontAwesome;
    font-size: 14px;
}

.social-links ul li a[href*="facebook.com"]::before {
    content: "\f09a"
}

.social-links ul li a[href*="twitter.com"]::before {
    content: "\f099"
}

.social-links ul li a[href*="linkedin.com"]::before {
    content: "\f0e1"
}

.social-links ul li a[href*="plus.google.com"]::before {
    content: "\f0d5"
}

.social-links ul li a[href*="youtube.com"]::before {
    content: "\f167"
}

.social-links ul li a[href*="dribbble.com"]::before {
    content: "\f17d"
}

.social-links ul li a[href*="pinterest.com"]::before {
    content: "\f0d2"
}

.social-links ul li a[href*="bitbucket.org"]::before {
    content: "\f171"
}

.social-links ul li a[href*="github.com"]::before {
    content: "\f113"
}

.social-links ul li a[href*="codepen.io"]::before {
    content: "\f1cb"
}

.social-links ul li a[href*="flickr.com"]::before {
    content: "\f16e"
}

.social-links ul li a[href$="feed.com"]::before {
    content: "\f09e"
}

.social-links ul li a[href*="foursquare.com"]::before {
    content: "\f180"
}

.social-links ul li a[href*="instagram.com"]::before {
    content: "\f16d"
}

.social-links ul li a[href*="tumblr.com"]::before {
    content: "\f173"
}

.social-links ul li a[href*="respanit.com"]::before {
    content: "\f1a1"
}

.social-links ul li a[href*="vimeo.com"]::before {
    content: "\f194"
}

.social-links ul li a[href*="digg.com"]::before {
    content: "\f1a6"
}

.social-links ul li a[href*="twitch.tv"]::before {
    content: "\f1e8"
}

.social-links ul li a[href*="stumbleupon.com"]::before {
    content: "\f1a4"
}

.social-links ul li a[href*="delicious.com"]::before {
    content: "\f1a5"
}

.social-links ul li a[href*="mailto:"]::before {
    content: "\f0e0"
}

.social-links ul li a[href*="soundcloud.com"]::before {
    content: "\f1be"
}

.social-links ul li a[href*="wordpress.org"]::before {
    content: "\f19a"
}

.social-links ul li a[href*="wordpress.com"]::before {
    content: "\f19a"
}

.social-links ul li a[href*="jsfispanle.net"]::before {
    content: "\f1cc"
}

.social-links ul li a[href*="tripadvisor.com"]::before {
    content: "\f262"
}

.social-links ul li a[href*="foursquare.com"]::before {
    content: "\f180"
}

.social-links ul li a[href*="angel.co"]::before {
    content: "\f209"
}

.social-links ul li a[href*="slack.com"]::before {
    content: "\f198"
}

.social-links ul li a[href*="facebook.com"]:hover:before {
    color: #3b5998
}

.social-links ul li a[href*="twitter.com"]:hover:before {
    color: #00aced
}

.social-links ul li a[href*="plus.google.com"]:hover:before {
    color: #c13c31
}

.social-links ul li a[href*="/feed/"]:hover:before {
    color: #dc622c
}

.social-links ul li a[href*="wordpress.org"]:hover:before {
    color: #21759b
}

.social-links ul li a[href*="github.com"]:hover:before {
    color: #4183c4
}

.social-links ul li a[href*="linkedin.com"]:hover:before {
    color: #007bb6
}

.social-links ul li a[href*="pinterest.com"]:hover:before {
    color: #cb2027
}

.social-links ul li a[href*="flickr.com"]:hover:before {
    color: #ff0084
}

.social-links ul li a[href*="vimeo.com"]:hover:before {
    color: #aad450
}

.social-links ul li a[href*="youtube.com"]:hover:before {
    color: #b00
}

.social-links ul li a[href*="instagram.com"]:hover:before {
    color: #517fa4
}

.social-links ul li a[href*="dribbble.com"]:hover:before {
    color: #ea4c89
}

.social-links ul li a[href*="skype.com"]:hover:before {
    color: #12a5f4
}

.social-links ul li a[href*="digg.com"]:hover:before {
    color: #333
}

.social-links ul li a[href*="codepen.io"]:hover:before {
    color: #000
}

.social-links ul li a[href*="respanit.com"]:hover:before {
    color: #ff4500
}

.social-links ul li a[href*="mailto:"]:hover:before {
    color: #1d62f0
}

.social-links ul li a[href*="foursquare.com"]:hover:before {
    color: #f94877
}

.social-links ul li a[href*="stumbleupon.com"]:hover:before {
    color: #eb4924
}

.social-links ul li a[href*="twitch.tv"]:hover:before {
    color: #6441a5
}

.social-links ul li a[href*="tumblr.com"]:hover:before {
    color: #32506d
}

.social-links ul li a[href*="foursquare.com"]:hover:before {
    color: #f94877
}

.social-links ul li a[href*="stumbleupon.com"]:hover:before {
    color: #eb4924
}

.social-links ul li a[href*="twitch.tv"]:hover:before {
    color: #6441a5
}

.social-links ul li a[href*="tumblr.com"]:hover:before {
    color: #32506d
}

.social-links ul li a[href*="soundcloud.com"]:hover:before {
    color: #f50
}

.social-links ul li a[href*="wordpress.org"]:hover:before {
    color: #21759b
}

.social-links ul li a[href*="jsfispanle.net"]:hover:before {
    color: #4679bd
}

.social-links ul li a[href*="tripadvisor.com"]:hover:before {
    color: #86c171
}

.social-links ul li a[href*="foursquare.com"]:hover:before {
    color: #2d5be3
}

.social-links ul li a[href*="angel.co"]:hover:before {
    color: #000
}

.social-links ul li a[href*="slack.com"]:hover {
    color: #56b68b
}

/*---------------
Header css start
----------------*/
.site-header,
.home.blog .site-header {
    margin-bottom: 100px;
}

.home .site-header,
.error404 .site-header {
    margin-bottom: 100px;
}

.error404 .site-footer {
    margin-top: 0;
}

/*top header*/
.top-header {
    line-height: 41px;
    position: relative;
    z-index: 99;
    padding-top: 3px;
}

.top-header ul,
.hgroup-wrap .left-menu ul,
.hgroup-wrap .right-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-header-menu ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    margin-bottom: 0
}

.top-header-menu ul li:nth-of-type(1) {
    margin-left: 0;
}

.top-header-menu ul li a {
    text-transform: uppercase;
    font-size: 18px;
    display: block;
}

.top-header-left,
.top-header-right {
    float: left;
    width: 50%;
}

.top-header-left {
    text-align: left;
}

.top-header-right {
    text-align: right;
}

.top-header-right>div,
.top-header-right>a.header-cart-views {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
}

.top-header-left>div,
.top-header-left>a.header-cart-views {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
}

a.header-cart-views .fa {
    color: #fff
}

.top-header-right .search-toggle {
    text-align: center;
    display: block;
    cursor: pointer;
    color: #fff;
}

.site-header .top-header-left .widget_shopping_cart {
    right: auto;
    left: 0;
}

.site-header .search-section .search-form {
    width: 375px;
    padding: 7px;
    position: absolute;
    right: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1;
}

.site-header .search-section .search-form:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #fff transparent;
    bottom: 100%;
    right: 0;
}

.site-header .search-section.active .search-form {
    opacity: 1;
    visibility: visible;
    top: -o-calc(100% + 10px);
    top: -ms-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
}

.site-header .search-section .search-form input[type=submit] {
    position: absolute;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7px;
}

.header-cart-views span.cart-quantity {
    display: inline-block;
    font-size: 12px;
}

.site-header .widget_shopping_cart {
    width: 300px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99;
    padding-top: 0;
    /*50px;*/
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: left;
    margin-bottom: 0;
}

.site-header .header-cart-views:focus-within .widget_shopping_cart,
.site-header .header-cart-views:focus .widget_shopping_cart,
.site-header .header-cart-views:hover .widget_shopping_cart {
    padding-top: 9px;
    opacity: 1;
    visibility: visible;
}

.site-header .mini_cart_inner {
    padding: 20px;
    width: 100%;
    position: relative;
}

.site-header .mini_cart_arrow {
    width: 12px;
    height: 12px;
    top: -7px;
    right: 0;
    right: 8px;
    position: absolute;
    -webkit-transform: rotate(44deg);
    transform: rotate(44deg);
    border-bottom: 0;
    border-right: 0;
}

.site-header .mini_cart_inner .product-name {
    font-size: 16px;
    font-weight: 600;
}

.site-header .widget_shopping_cart .product-image {
    width: 30%;
    float: left;
    display: block;
}

.site-header .widget_shopping_cart .product-details {
    width: 70%;
    padding-left: 10px;
    float: left;
    line-height: 1.5;
}

.site-header .mini_cart_inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 11px;
    position: relative;
}

.site-header .widget_shopping_cart .remove {
    position: absolute;
    right: 20px;
    display: block;
    line-height: 1.2;
    text-align: center;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    right: 0;
    left: auto;
    width: 20px;
    top: 0;
    height: 20px;
    background: #ff0000;
    line-height: 20px;
    color: #fff !important;
}

.site-header .widget_shopping_cart .remove:hover {
    background: #000;
}

.site-header .product-details a,
.site-header .product-details span {
    display: block;
}

.site-header .product-details .amount {
    display: flex;
    align-items: center;
}

.site-header .total {
    text-align: left;
    clear: left;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
}

.site-header .total .amount {
    float: right;
}

.site-header .buttons {
    margin: 0;
}

.site-header .mini_cart_inner a.button {
    padding: 6px 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid
}

.site-header .woocommerce-mini-cart__buttons a:hover {
    background: #F4F3F3;
    color: #111
}

/*hgroup-wrap css start*/

.hgroup-wrap {
    padding: 30px 0;
}

.hgroup-wrap .container {
    position: relative;
    z-index: 9;
}

.site-header .navbar {
    display: none;
}

.brand-and-social-wrap .social-links {
    margin-top: 5px;
}

.hgroup-wrap .left-menu ul li a,
.hgroup-wrap .right-menu ul li a {
    text-transform: uppercase;
    padding: 15px 19px;
    display: block;
    font-size: 18px;
}

.hgroup-wrap .left-menu ul li.menu-item-has-children,
.hgroup-wrap .right-menu ul li.menu-item-has-children,
.hgroup-wrap .left-menu ul li.page_item_has_children,
.hgroup-wrap .right-menu ul li.page_item_has_children {
    margin-right: 17px;
}

.hgroup-wrap .left-menu ul li.menu-item-has-children a,
.hgroup-wrap .right-menu ul li.menu-item-has-children a,
.hgroup-wrap .left-menu ul li.page_item_has_children a,
.hgroup-wrap .right-menu ul li.page_item_has_children a {
    padding-right: 14px;
}

.site-title {
    margin: 0;
}

.site-branding {
    position: relative;
    text-align: center;
    float: left;
    width: 260px;
    padding: 0 10px;
}

.hgroup-wrap .left-menu,
.hgroup-wrap .right-menu {
    width: 38%;
    width: calc(100% / 2 - 130px);
    width: -webkit-calc(100% / 2 - 130px);
    position: relative;
    border-width: 1px 0 1px 0;
    border-style: solid;
}

.hgroup-wrap .left-menu {
    float: left;
    text-align: left;
}

.hgroup-wrap .right-menu {
    float: right;
    text-align: right;
}

.hgroup-wrap .left-menu ul li,
.hgroup-wrap .right-menu ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.hgroup-wrap .left-menu ul li a,
.hgroup-wrap .right-menu ul li a {
    position: relative;
    display: block;
}

.hgroup-wrap .left-menu .menu-item-has-children .sub-menu,
.hgroup-wrap .right-menu .menu-item-has-children .sub-menu,
.hgroup-wrap .left-menu .page_item_has_children .children,
.hgroup-wrap .right-menu .page_item_has_children .children {
    position: absolute;
    top: 110%;
    top: -o-calc(100% + 10px);
    top: -ms-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
    width: 170px;
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

.hgroup-wrap .left-menu .menu-item-has-children:after,
.hgroup-wrap .right-menu .menu-item-has-children:after,
.hgroup-wrap .left-menu .page_item_has_children:after,
.hgroup-wrap .right-menu .page_item_has_children:after {
    content: "\f107";
    position: absolute;
    right: 5px;
    top: 50%;
    font-family: FontAwesome;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hgroup-wrap .left-menu .menu-item-has-children:hover:after,
.hgroup-wrap .right-menu .menu-item-has-children:hover:after,
.hgroup-wrap .left-menu .page_item_has_children:hover:after,
.hgroup-wrap .right-menu .page_item_has_children:hover:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.hgroup-wrap .left-menu .menu-item-has-children:hover .sub-menu,
.hgroup-wrap .right-menu .menu-item-has-children:hover .sub-menu,
.hgroup-wrap .left-menu .page_item_has_children:hover .children,
.hgroup-wrap .right-menu .page_item_has_children:hover .children {
    top: 100%;
}

.hgroup-wrap .left-menu .menu-item-has-children:hover>.sub-menu,
.hgroup-wrap .right-menu .menu-item-has-children:hover>.sub-menu,
.hgroup-wrap .left-menu .page_item_has_children:hover>.children,
.hgroup-wrap .right-menu .page_item_has_children:hover>.children {
    opacity: 1;
    visibility: visible;
}

.hgroup-wrap .left-menu .sub-menu li,
.hgroup-wrap .right-menu .sub-menu li,
.hgroup-wrap .left-menu .children li,
.hgroup-wrap .right-menu .children li {
    display: block;
    width: 100%;
}

.hgroup-wrap .left-menu .menu-item-has-children .sub-menu,
.hgroup-wrap .left-menu .page_item_has_children .children {
    left: 0;
}

.hgroup-wrap .right-menu .menu-item-has-children .sub-menu,
.hgroup-wrap .right-menu .page_item_has_children .children {
    right: 0;
}

.hgroup-wrap .left-menu .menu-item-has-children .sub-menu li a,
.hgroup-wrap .right-menu .menu-item-has-children .sub-menu li a,
.hgroup-wrap .left-menu .page_item_has_children .children li a,
.hgroup-wrap .right-menu .page_item_has_children .children li a {
    padding: 7px 19px;
}

.hgroup-wrap .left-menu .menu-item-has-children .menu-item-has-children .sub-menu,
.hgroup-wrap .right-menu .menu-item-has-children .menu-item-has-children .sub-menu,
.hgroup-wrap .left-menu .page_item_has_children .page_item_has_children .children,
.hgroup-wrap .right-menu .page_item_has_children .page_item_has_children .children {
    top: 10px;
}

.hgroup-wrap .left-menu .menu-item-has-children .menu-item-has-children:hover .sub-menu,
.hgroup-wrap .right-menu .menu-item-has-children .menu-item-has-children:hover .sub-menu,
.hgroup-wrap .left-menu .page_item_has_children .page_item_has_children:hover .children,
.hgroup-wrap .right-menu .page_item_has_children .page_item_has_children:hover .children {
    top: 0;
}

.hgroup-wrap .left-menu .menu-item-has-children .menu-item-has-children .sub-menu,
.hgroup-wrap .left-menu .page_item_has_children .page_item_has_children .children {
    left: 100%;
}

.hgroup-wrap .right-menu .menu-item-has-children .menu-item-has-children .sub-menu,
.hgroup-wrap .right-menu .page_item_has_children .page_item_has_children .children {
    right: 100%;
}

.hgroup-wrap .left-menu .menu-item-has-children .menu-item-has-children:after,
.hgroup-wrap .left-menu .page_item_has_children .page_item_has_children:after {
    right: 7px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.hgroup-wrap .right-menu .menu-item-has-children .menu-item-has-children:after,
.hgroup-wrap .right-menu .page_item_has_children .page_item_has_children:after {
    right: auto;
    left: 7px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

/**/
.hgroup-wrap .left-menu ul>li>a:before,
.hgroup-wrap .right-menu ul>li>a:before,
.hgroup-wrap .left-menu ul>li>a:after,
.hgroup-wrap .right-menu ul>li>a:after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s
}

.hgroup-wrap .left-menu ul>li>a:before,
.hgroup-wrap .right-menu ul>li>a:before {
    margin-right: 5px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.hgroup-wrap .left-menu ul>li>a:after,
.hgroup-wrap .right-menu ul>li>a:after {
    margin-left: 5px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.hgroup-wrap .left-menu ul>li>a:hover:before,
.hgroup-wrap .right-menu ul>li>a:hover:before,
.hgroup-wrap .left-menu ul>li>a:hover:after,
.hgroup-wrap .right-menu ul>li>a:hover:after,
.hgroup-wrap .left-menu ul>li.current-menu-item>a:before,
.hgroup-wrap .right-menu ul>li.current-menu-item>a:before,
.hgroup-wrap .left-menu ul>li.current-menu-item>a:after,
.hgroup-wrap .right-menu ul>li.current-menu-item>a:after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

/*main-slider section*/

.main-slider-wrap article {
    vertical-align: top;
    position: relative;
}

.main-slider-wrap figure,
.category-section-wrap figure,
.advertisement figure,
.section-wrap figure,
.widget-area-left figure,
.widget-area-right figure,
.widget-holder figure,
.product-list-wrapper .featured-img,
.blog-wrap figure,
.blog-detail-wrap figure {
    margin: 0;
}

.slick-slide img {
    margin: 0 auto;
}

@-webkit-keyframes main-slider-contain-animate {
    0% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }

    to {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes main-slider-contain-animate {
    0% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }

    to {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

.slick-active .main-slider-contain {
    animation-duration: 5s;
    animation-name: main-slider-contain-animate;
}

.main-slider-contain {
    max-width: 458px;
    position: absolute;
    right: 15%;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 28px;
}

.center_right .main-slider-contain {
    right: 5%;
}

.center_left .main-slider-contain {
    right: auto;
    left: 5%;
}

.centercenter .main-slider-contain {
    /*     -o-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%); */
    /*     right: 39%;
    max-width: 300px; */
}

.centercenter .main-slider-contain {
    right: 0;
    max-width: 70%;
    left: 0;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.bottom_right .main-slider-contain {
    right: 5%;
    bottom: 3%;
    top: auto;
}

.bottom_left .main-slider-contain {
    right: auto;
    bottom: 3%;
    top: auto;
    left: 5%
}

.top_right .main-slider-contain {
    right: 5%;
    top: 25%;
}

.top_left .main-slider-contain {
    right: auto;
    top: 25%;
    left: 5%
}

.main-slider-contain .post-content {
    background-color: transparent;
}

.main-slider-contain .post-content .entry-header .entry-title {
    margin-bottom: 0;
}

/*--------------------
quote section
--------------------*/
.entry-title,
.widget-title,
.widget_block h2 {
    font-size: 25px;
    margin: 0 0 22px;
    font-weight: 400;
}

.quote-wrap {
    max-width: 944px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    margin: 0 auto;
    text-align: center;
    padding: 85px 70px;
    position: relative;
}

.quote-wrap:before {
    content: "\f10d";
    font-family: FontAwesome;
    color: #e8e7e7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: -o-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 120px;
    line-height: 1;
    font-style: italic;
}

.quote-wrap .entry-title {
    margin: 0;
    font-size: 35px;
    padding: 0 40px;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    -o-transform: translateX(-50%) translateY(-28px);
    -ms-transform: translateX(-50%) translateY(-28px);
    -moz-transform: translateX(-50%) translateY(-28px);
    -webkit-transform: translateX(-50%) translateY(-28px);
    transform: translateX(-50%) translateY(-28px);
}

.quote-wrap q {
    font-size: 30px;
    font-style: italic;
    position: relative;
    display: block;
    /* 	line-height:initial; */
}

.quote-wrap q p {
    margin: 0;
}

q::after,
q::before {
    position: absolute;
}

q::before {
    top: -30px;
}

q::after {
    bottom: -50px;
    left: 0;
    right: 0;
}

/*--------------------------
.category-section
---------------------------*/
.category-section-wrap {
    margin: 0 -15px;
}

.category-section-wrap .slick-slide {
    margin: 0 15px;
}

.category-section-wrap article {
    vertical-align: top;
    position: relative;
}

.category-section-wrap .post-content {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 29px;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.category-section-wrap article:hover .post-content {
    bottom: 50px;
}

.category-section-wrap .post-cat-list .cat-link {
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    line-height: 1;
    margin: 0 5px 10px;
}

.category-section-wrap .post-cat-list .cat-link a {
    display: block;
    padding: 19px 30px;
    position: relative;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.category-section-wrap .post-cat-list .cat-link a,
.comment-respond input[type="submit"],
.contact-wrap input[type="submit"] {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.category-section-wrap .post-cat-list .cat-link a:hover,
.comment-respond input[type="submit"]:hover,
.contact-wrap input[type="submit"]:hover {
    -webkit-transform: scale(1.08) translateZ(0);
    transform: scale(1.08) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.category-section-wrap .post-cat-list .cat-link a:before,
.category-section-wrap .post-cat-list .cat-link a:after,
.widget_recent-post .widget-title:before,
.widget_recent-post .widget-title:after {
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    border-style: solid;
}

.category-section-wrap .post-cat-list .cat-link a:before,
.widget_recent-post .widget-title:before {
    border-width: 1px 0 1px 0;
}

.category-section-wrap .post-cat-list .cat-link a:after,
.widget_recent-post .widget-title:after {
    border-width: 0 1px 0 1px;
}

/*-----------------------
section-wrap
------------------------*/
.section-wrap-inner {
    margin: 0 -15px;
}

.section-left,
.section-wrap-sidebar {
    float: left;
    /*margin:0 15px;*/
    padding: 0 15px;
}

.section-left {
    width: -o-calc(66.67% - 30px);
    width: -ms-calc(66.67% - 30px);
    width: -moz-calc(66.67% - 30px);
    width: -webkit-calc(66.67% - 30px);
    width: calc(66.67% - 30px);
    width: 66.67%
}

.section-wrap-sidebar {
    width: -o-calc(33.33% - 30px);
    width: -ms-calc(33.33% - 30px);
    width: -moz-calc(33.33% - 30px);
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    width: 33.33%
}

/*------------------
blog section
-------------------*/
article figure {
    overflow: hidden;
}

article figure img,
.product-list-wrapper .featured-img img {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

article:hover figure img,
.product-list-wrapper:hover .featured-img img {
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.main-slider-wrap article:hover figure img {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}

.blog-detail-wrap article:hover figure img {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}

.blog-section article,
.widget_recent-post article,
.blog-wrap article {
    margin-bottom: 40px;
}

.blog-detail-wrap article {
    margin-bottom: 60px;
}

.blog-section.layout-grid .blog-section-wrap {
    margin: 0 -15px;
}

.blog-section.layout-grid article {
    width: -o-calc(50% - 30px);
    width: -ms-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 15px 40px;
    float: left;
}

.blog-section.layout-grid article:nth-of-type(2n+1) {
    clear: left;
}

.widget_recent-post article:last-child {
    margin-bottom: 0;
}

.widget_recent-post article .entry-title {
    margin-bottom: 0;
}

.widget_recent-post .widget-title {
    padding: 20px;
    line-height: 1;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.blog-section figure+.post-content,
.widget_recent-post figure+.post-content,
.blog-wrap figure+.post-content,
.blog-detail-wrap figure+.post-content {
    margin-top: 35px;
}

.post-content {
    border-width: 1px;
    border-style: solid;
    padding: 25px 25px 30px;
    text-align: center;
    position: relative;
}

.category-section-wrap .post-content {
    border: 0;
}

.entry-meta>div {
    margin-right: 11px;
    padding-left: 11px;
    border-width: 0 0 0 1px;
    border-style: solid;
    line-height: 1;
}

.entry-meta>div a {
    display: block;
    text-transform: uppercase;
}

.entry-meta>div:nth-of-type(1) {
    border: none;
}

.post-cat-list {
    text-transform: uppercase;
    top: -10px;
    left: 0;
    width: 100%;
}

.post-cat-list,
.post-content .entry-meta {
    position: absolute;
}

.post-content .entry-meta {
    bottom: -7px;
    left: 50%;
    white-space: nowrap;
    line-height: 1;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.post-content .social-links ul li a {
    display: block;
    width: 26px;
    height: 22px;
    line-height: 22px;
}

.post-cat-list .tags-links,
.post-cat-list .cat-link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 8px;
    margin: 0 4px;
}

.post-cat-list .tags-links {
    background-color: #fff;
}

.main-slider-contain .post-content .post-cat-list .tags-links {
    background-color: #111;
}

.main-slider-contain .post-content .post-cat-list .tags-links a {
    color: #fff;
}

.post-content .entry-content {
    margin-top: 0;
}

.post-content .entry-content p {
    margin-top: 0;
}

/*------------------
widget_about_me
-------------------*/
.widget_about_me {
    text-align: center;
}

.widget_about_me figure img {
    width: 100%;
    object-fit: cover;
}

.widget_about_me article {
    position: relative;
}

.title-position-wrap {
    width: 80%;
    margin: -80px auto 0;
    position: relative;
    padding: 40px;
}

.title-position-wrap:before,
.title-position-wrap:after,
.page-title-wrap .entry-title:before,
.page-title-wrap .entry-title:after,
.error-heading:after,
.error-heading:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 20px;
    z-index: 2;
    border-style: solid;
}

.error-heading:after,
.error-heading:before {
    bottom: 35px;
    left: 35px;
    right: 35px;
    top: 35px;
}

.title-position-wrap:before,
.page-title-wrap .entry-title:before,
.error-heading:before {

    border-width: 1px 0px 1px 0px;
}

.title-position-wrap:after,
.page-title-wrap .entry-title:after,
.error-heading:after {
    border-width: 0px 1px 0px 1px;
}

.widget_about_me .entry-title,
.widget_about_me .entry-content {
    margin: 0;
}

.widget_about_me .entry-title {
    text-transform: uppercase;
}

.widget_about_me .position {
    position: absolute;
    left: 50%;
    transform: -o-translateX(-50%);
    transform: -ms-translateX(-50%);
    transform: -moz-translateX(-50%);
    transform: -webkit-translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
    z-index: 9;
    bottom: 12px;
    line-height: 1;
}

.widget_about_me .position span {
    display: block;
    margin-right: 11px;
    padding-left: 11px;
    border-width: 0 0 0 1px;
    border-style: solid;
    line-height: 1;
}

.widget_about_me .position span:nth-of-type(1) {
    border: none;
}

.widget_about_me article .entry-content p {
    margin-bottom: 0;
}

/*------------------
widget_follow_me
-------------------*/
.widget_follow_me {
    position: relative;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    padding: 30px 20px 38px;
}

.widget_follow_me .widget-title {
    text-transform: capitalize;
    margin-bottom: 0;
}

.widget_follow_me .social-links {
    position: absolute;
    bottom: -9px;
    left: 50%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    line-height: 1;
}

.widget_follow_me .social-links ul li {
    margin: 0 5px;
}

/*---------------------
shop section
---------------------*/
.shop-wrapper {
    padding: 50px 50px 30px;
    border-style: solid;
    border-width: 1px;
    position: relative;
}

.shop-wrapper>.entry-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.shop-wrapper>.entry-header .entry-title {
    font-size: 30px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-top: -16px;
    padding: 0 9px;
    text-transform: uppercase;
}

.shop-slide {
    margin: 0 -25px;
}

.shop-slide .slick-slide {
    margin: 0 25px;
}

.product-list-wrapper .list-info {
    padding-top: 10px;
}

.product-list-wrapper .list-info-wrap {
    width: -ms-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    float: left;
}

.product-list-wrapper .price {
    width: 70px;
    text-align: right;
    float: left;
    font-size: 25px;
}

.product-list-wrapper .price del {
    display: block;
}

.product-list-wrapper .list-info {
    position: relative;
}

.product-list-wrapper {
    text-align: left;
}

.product-list-wrapper .featured-img img {
    width: 100%;
}

.product-list-wrapper:hover .featured-img img {
    filter: grayscale(100%);
}

.product-list-wrapper .image-icon-wrapper {
    position: relative;
}

.product-list-wrapper .featured-img {
    overflow: hidden;
    position: relative;
}

.product-list-wrapper .image-icon-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.product-list-wrapper:hover .image-icon-wrapper:before {
    opacity: 1;
    visibility: visible;
}

.product-list-wrapper .image-icon-wrapper .icons {
    position: absolute;
    top: 70%;
    z-index: 9;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.product-list-wrapper:hover .image-icon-wrapper .icons {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.product-list-wrapper .image-icon-wrapper .icons a {
    font-size: 25px;
    text-transform: uppercase;
}

.product-list-wrapper .sales-tag {
    width: 60px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    font-size: 20px;
    line-height: 1;
    padding: 5px;
}

/*-------------------------
.site-footer
--------------------------*/
/*top footer*/
.site-footer {
    margin-top: 80px;
}

.top-footer .widget-holder {
    max-width: 810px;
    margin: 0 auto;
}

.widget_subscription {
    text-align: center;
}

.widget_subscription form span {
    width: 100%;
}

.top-footer .widget-title {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1;
}

.top-footer .widget_subscription form {
    position: relative;
}

.widget_subscription form .your-email,
.widget_subscription form .your-zip {
    margin-bottom: 15px;
}

.top-footer .widget_subscription form .your-email,
.top-footer .widget_subscription form .your-zip {
    width: 50%;
    margin-bottom: 0;
}

.top-footer .widget_subscription form .your-email {
    padding-right: 15px;
}

.top-footer .widget_subscription form .your-zip {
    padding-left: 15px;
}

.top-footer .widget_subscription form .your-zip input {
    padding-right: 45px;
}

.top-footer .widget_subscription form .submit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    width: auto;
}

.top-footer .widget_subscription form input[type="submit"] {
    font-size: 0;
    width: 40px;
    background-image: url(assets/img/icons/subscribe-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}

/*middle-footer*/
.middle-footer-wrapper .widget-holder {
    width: 33.33%;
    padding: 50px 45px 20px;
    border-width: 0 0 0 1px;
    border-style: solid;
    text-align: center;
}

.middle-footer-wrapper .widget-holder:nth-of-type(1) {
    border-left: none;
}

.widget_twitter-feed {
    max-height: 300px;
    overflow-y: auto;
}

.widget-holder .container,
.widget-area .container,
.widget-area-left .container,
.widget-area-right .container {
    padding: 0;
}

.text_widget {
    text-align: center;
}

.widget-logo {
    margin-bottom: 20px;
}

.widget-logo a {
    display: inline-block;
    vertical-align: top;
}

.address ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.address ul li {
    margin-bottom: 7px;
}

.address ul li:last-child {
    margin-bottom: 0;
}

.social_widget {
    text-align: center;
}

.social_widget .social-links ul li a {
    width: 35px;
    height: 35px;
    border-style: solid;
    border-width: 1px;
    line-height: 35px;
}

/*bottom-footer*/
.bottom-footer {
    padding: 14px 0;
}

.bottom-footer .site-generator,
.bottom-footer .footer-menu {
    width: 50%;
    float: left;
}

.bottom-footer .site-generator {
    padding-right: 15px;
}

.bottom-footer .footer-menu {
    padding-left: 15px;
    text-align: right;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    display: inline-block;
    margin-left: 50px;
}

.footer-menu ul li:nth-of-type(1) {
    margin-left: 0;
}

.footer-menu ul li a {
    font-size: 18px;
    text-transform: uppercase;
}

/**/
.back-to-top {
    bottom: 70px;
    position: fixed;
    right: 30px;
    z-index: 99;
}

.back-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: "FontAwesome";
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-style: solid;
    border-width: 1px;
}

/*-----------------------------
widget_instagram_follow
------------------------------*/
.widget_media_gallery,
.widget_tag_cloud,
.widget_instagram_follow,
.widget_categories,
.widget_meta,
.widget_archive,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries,
.widget_search,
.widget_rss,
.widget_block {
    border-width: 1px;
    border-style: solid;
    text-align: center;
    position: relative;
    padding: 30px;
}

.widget_media_gallery,
.widget_tag_cloud {
    border-color: #dcdcdc;
}

.widget_tag_cloud a {
    padding: 3px 15px;
    display: inline-block;
    border: 1px solid #dcdcdc;
    font-size: 16px !important;
    color: #818181;
    margin-bottom: 5px;
}

.widget_categories ul,
.widget_meta ul,
.widget_archive ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_categories ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
    font-size: 18px;
    padding: 17px;
}

.widget_instagram_follow {
    padding: 30px 30px 0px;
}

.widget_search form {
    position: relative;
}

.widget_search form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
}

.widget_instagram_follow .gallery {
    margin: 0 -15px;
}

.widget_instagram_follow .gallery-item {
    text-align: center;
    width: 100%;
    margin: 0 15px 30px;
}

.widget_instagram_follow .gallery-columns-2 .gallery-item {
    max-width: -o-calc(50% - 30px);
    max-width: -ms-calc(50% - 30px);
    max-width: -moz-calc(50% - 30px);
    max-width: -webkit-calc(50% - 30px);
    max-width: calc(50% - 30px);
}

.widget_instagram_follow .gallery-columns-3 .gallery-item {
    max-width: -o-calc(33.33% - 30px);
    max-width: -ms-calc(33.33% - 30px);
    max-width: -moz-calc(33.33% - 30px);
    max-width: -webkit-calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
}

.widget_instagram_follow .gallery-columns-4 .gallery-item {
    max-width: -o-calc(25% - 30px);
    max-width: -ms-calc(25% - 30px);
    max-width: -moz-calc(25% - 30px);
    max-width: -webkit-calc(25% - 30px);
    max-width: calc(25% - 30px);
}

.widget_instagram_follow .gallery-columns-5 .gallery-item {
    max-width: -o-calc(20% - 30px);
    max-width: -ms-calc(20% - 30px);
    max-width: -moz-calc(20% - 30px);
    max-width: -webkit-calc(20% - 30px);
    max-width: calc(20% - 30px);
}

.widget_instagram_follow .gallery-columns-6 .gallery-item {
    max-width: -o-calc(16.66% - 30px);
    max-width: -ms-calc(16.66% - 30px);
    max-width: -moz-calc(16.66% - 30px);
    max-width: -webkit-calc(16.66% - 30px);
    max-width: calc(16.66% - 30px);
}

.widget_instagram_follow .gallery-columns-7 .gallery-item {
    max-width: -o-calc(14.28% - 30px);
    max-width: -ms-calc(14.28% - 30px);
    max-width: -moz-calc(14.28% - 30px);
    max-width: -webkit-calc(14.28% - 30px);
    max-width: calc(14.28% - 30px);
}

.widget_instagram_follow .gallery-columns-8 .gallery-item {
    max-width: -o-calc(12.5% - 30px);
    max-width: -ms-calc(12.5% - 30px);
    max-width: -moz-calc(12.5% - 30px);
    max-width: -webkit-calc(12.5% - 30px);
    max-width: calc(12.5% - 30px);
}

.widget_instagram_follow .gallery-columns-9 .gallery-item {
    max-width: -o-calc(11.11% - 30px);
    max-width: -ms-calc(11.11% - 30px);
    max-width: -moz-calc(11.11% - 30px);
    max-width: -webkit-calc(11.11% - 30px);
    max-width: calc(11.11% - 30px);
}

.widget_instagram_follow .follow-on-insta {
    position: absolute;
    bottom: -11px;
    left: 50%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    vertical-align: top;
    padding: 0 12px 0 39px;
    text-transform: uppercase;
    font-size: 16px;
}

.widget_instagram_follow .follow-on-insta:before {
    position: absolute;
    content: "\f16d";
    left: 12px;
    top: 0;
    font-family: FontAwesome;
}

.widget_instagram_follow .gallery-item,
.widget_instagram_follow .gallery-item figure {
    position: relative;
}

.widget_instagram_follow .gallery-item {
    overflow-y: hidden;
    line-height: 1;
}

.widget_instagram_follow .gallery-item:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.95);
}

.widget_instagram_follow .gallery-item a.insta-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.widget_instagram_follow .gallery-item:hover a.insta-popup,
.widget_instagram_follow .gallery-item:hover:before {
    visibility: visible;
    opacity: 1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    width: auto;
    padding: 0;
}

.mfp-figure button:hover {
    background-color: transparent;
}

/*----------------------------
widget_instagram_follow
-----------------------------*/
.widget_instagram_follow .gallery-item figure:before,
.widget_instagram_follow .gallery-item figure:after {
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    border-style: solid;
}

.widget_instagram_follow .gallery-item figure:before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    border-width: 1px 0 1px 0;
}

.widget_instagram_follow .gallery-item figure:after {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    border-width: 0 1px 0 1px;
}

.widget_instagram_follow .gallery-item:hover figure:before,
.widget_instagram_follow .gallery-item:hover figure:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*--------------------------
silk sider
---------------------------*/
.slick-prev,
.slick-next {
    min-width: 21px;
    height: 21px;
    text-align: center;
    z-index: 1;
    font-size: 0;
    overflow: hidden;
}

.main-slider-wrap .slick-prev {
    left: auto;
    right: 18.71%;
    right: -o-calc(15% + 50px);
    right: -ms-calc(15% + 50px);
    right: -moz-calc(15% + 50px);
    right: -webkit-calc(15% + 50px);
    right: calc(15% + 50px);
}

.main-slider-wrap .slick-next {
    right: 15%;
}

.main-slider-wrap .slick-prev,
.main-slider-wrap .slick-next {
    width: 50px;
    height: 50px;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    bottom: 0;
}

.shop-wrapper .slick-prev,
.shop-wrapper .slick-next {
    opacity: 0;
    visibility: hidden;
}

.shop-wrapper .slick-prev {
    left: 5px;
}

.shop-wrapper .slick-next {
    right: 5px;
}

.shop-wrapper .shop-slide:hover .slick-prev,
.shop-wrapper .shop-slide:hover .slick-next {
    opacity: 1;
    visibility: visible;
}

.shop-wrapper .shop-slide:hover .slick-prev {
    left: -25px;
}

.shop-wrapper .shop-slide:hover .slick-next {
    right: -25px;
}

.slick-next:before {
    content: none;
}

.slick-prev:before,
.slick-next:after {
    font-family: FontAwesome;
    opacity: 1;
    font-size: 14px;
    line-height: 21px;
}

.main-slider-wrap .slick-prev:before,
.main-slider-wrap .slick-next:after {
    line-height: 50px;
    font-size: 22px;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next:after {
    content: "\f105";
}

/*inner page*/
.page-title-wrap {
    padding: 194px 0;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: right;
}

.page-title-wrap .entry-title {
    margin: 0;
    font-size: 40px;
    text-transform: uppercase;
    padding: 60px 65px;
    display: inline-block;
    position: relative;
}

/*--------------------------
primary and secondary
---------------------------*/
.widget-area-left,
.widget-area-right {
    width: 30%;
}

.widget-area-left {
    float: left;
}

.widget-area-right {
    float: right;
}

#primary {
    width: 100%;
}

.right-sidebar #primary,
.left-sidebar #primary {
    width: -o-calc(70% - 30px);
    width: -ms-calc(70% - 30px);
    width: -moz-calc(70% - 30px);
    width: -webkit-calc(70% - 30px);
    width: calc(70% - 30px);
}

.right-sidebar #primary {
    float: left;
    margin-right: 30px;
}

.left-sidebar #primary {
    float: right;
    margin-left: 30px;
}

.both-sidebar #primary {
    width: -o-calc(50% - 60px);
    width: -ms-calc(50% - 60px);
    width: -moz-calc(50% - 60px);
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px);
    margin: 0 30px;
    float: left;
    position: relative;
    left: 25%;
}

.both-sidebar .widget-area-left {
    position: relative;
    right: 50%;
}

.both-sidebar .widget-area-left,
.both-sidebar .widget-area-right {
    width: 25%;
}

.map-section {
    padding: 80px 0 0;
}

.map-section iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

.contact-wrap .form-control-wrap {
    display: block;
    margin-bottom: 30px;
}

/*error page*/
.error-404 {
    padding: 150px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.error-heading {
    max-width: 350px;
    width: 100%;
    margin: 0 auto 30px;
    line-height: 1;
    position: relative;
    padding: 35px 20px 35px;
}

.error-heading .entry-title {
    font-size: 150px;
    margin: 0;
}

.error-heading span {
    font-size: 30px;
    padding: 0 7px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    -o-transform: translateY(14px);
    -ms-transform: translateY(14px);
    -moz-transform: translateY(14px);
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
}

.error-404 .search-form {
    position: relative;
    max-width: 388px;
    margin: 0 auto 30px;
}

.error-404 .search-form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
}

.error-404 a.link {
    font-size: 25px;
    text-transform: uppercase;
    text-shadow: 2px 1px 2px rgba(255, 255, 255, 0.8);
}

/*----------------
comment section
----------------*/
.comment-title,
.comment-reply-title {
    font-size: 22px;
}

.comment-list,
.comment-body ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-list {
    margin-bottom: 60px;
}

.comment-body ol {
    margin-left: 110px;
}

.comment-box {
    padding-left: 110px;
    position: relative;
    border-width: 1px 0 0 0;
    border-style: solid;
    padding-top: 27px;
    margin-top: 27px;
}

.comment-list li:nth-of-type(1) .comment-box {
    border-top: 0;
}

.comment-box figure {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 27px;
    left: 0;
}

.name-date,
.comment-list p {
    margin-bottom: 15px;
}

.name-date h4,
.name-date span {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.name-date span {
    position: relative;
    margin-left: 5px;
    padding-left: 8px;
}

.name-date span:before {
    content: '/';
    position: absolute;
    top: 0;
    left: 0;
}

.comments a {
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    padding-left: 20px;
    line-height: 1;
}

.comments a:before {
    content: "\f27b";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
}

/* .comment-form label{
    display: none;
} */
.comment-form .comment-form-cookies-consent label {
    display: inline-block;
    vertical-align: top;
}

.hgroup-wrap .left-menu .menu-item-has-children:focus>.sub-menu,
.hgroup-wrap .right-menu .menu-item-has-children:focus>.sub-menu,
.hgroup-wrap .left-menu .menu-item-has-children:focus-within>.sub-menu,
.hgroup-wrap .right-menu .menu-item-has-children:focus-within>.sub-menu,
.hgroup-wrap .left-menu .page_item_has_children:focus>.children,
.hgroup-wrap .right-menu .page_item_has_children:focus>.children,
.hgroup-wrap .left-menu .page_item_has_children:focus-within>.children,
.hgroup-wrap .right-menu .page_item_has_children:focus-within>.children {
    opacity: 1;
    visibility: visible;
}

.header-cart-views {
    color: #fff;
}

.no-sidebar .section-left,
.no-sidebar .section-right {
    width: 100%;
    float: none;
    margin: 0;
}

.top-header .social-links ul li {
    line-height: 36px;
    margin-right: 15px;
    margin-bottom: 0;
}

.top-header .social-links ul li a:before {
    color: #fff;
    font-size: 18px
}

.mini_cart_item a img {
    max-width: 100px;
    display: block;
    margin-bottom: 5px;
}

.mini_cart_item {
    text-align: center;
}

.site-header .mini_cart_inner ul li>* {
    width: 50%;
    display: block;
    padding: 0 5px;
    color: #111;
}

.top-header-left .number,
.top-header-left .phone {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}

.top-header-right .number,
.top-header-right .phone {
    margin-left: 10px;
}

.site-header .top-header-left .search-section .search-form {
    right: auto;
    left: 0;
}

.site-header .top-header-left .search-section .search-form::before {
    right: auto;
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.site-header .search-form input[type="search"] {
    padding-right: 80px;
}

.top-header-left a,
.top-header-right a {
    color: #fff
}

.top-header-left a .fa,
.top-header-right a .fa {
    margin-right: 5px;
}

/*header layout*/
.logo-layout-left,
.logo-layout-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-layout-left .site-branding,
.logo-layout-right .site-branding {
    width: 260px;
    padding: 0;
    padding-right: 0px;
    padding-right: 25px;
}

.logo-layout-left .left-menu,
.logo-layout-right .left-menu {
    width: 77.5%;
    width: calc(100% - 260px);
    width: -webkit-calc(100% - 260px)
}

.logo-layout-right .site-branding {
    padding-right: 0;
    padding-left: 25px
}


ul.products {
    padding-top: 20px !important;
}

ul.products li .woocommerce-LoopProduct-link {
    display: block;
    position: relative;
}

ul.products li .woocommerce-LoopProduct-link .onsale {
    position: absolute;
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    background: #404040;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    top: 10px;
    left: 10px;
}

.woocommerce-loop-product__title {
    margin: 7px 0 10px;
    font-weight: 500;
}

.woocommerce-ordering {
    display: inline-block;
    float: right;
}

.woocommerce-result-count {
    display: inline-block;
}

.woocommerce-pagination li {
    list-style: none;
    display: inline-block;
}

.woocommerce-pagination {
    text-align: center;
}

.woocommerce-pagination ul.page-numbers {
    margin: 0;
    padding: 20px 0
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 33px;
    line-height: 1.3;
    text-align: center;
    background: #f4f3f3;
    color: #111;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #111;
    color: #fff
}

.pagination a.next {
    font-size: 0;
}

.pagination a.next::after,
.nav-next a::after,
.woocommerce-pagination li a.next:after {
    content: "\f105";
}

.woocommerce-pagination li a.prev:after {
    content: "\f104";
}

.pagination a.next::after,
.nav-next a::after,
.woocommerce-pagination li a.next:after,
.woocommerce-pagination li a.prev:after {
    right: 0;
    top: 0;
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 31px;
    bottom: 0;
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
    font-size: 0;
    position: relative;
}


.post-navigation .nav-previous a::before,
.post-navigation .nav-next a::after,
.posts-navigation .nav-previous a::before,
.posts-navigation .nav-next a::after {
    display: none;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
    padding: 10px 15px;
    border: 1px solid #111;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover {
    background: #111;
    color: #fff;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

/*.main-slider .post figure img {*/
/*    width: 100%;*/
/*}*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}




.site-header .woocommerce-mini-cart__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mini_cart_inner .widget {
    margin: 0;
}

.mini_cart_inner .widget .widgettitle {
    color: #404040;
}

.no-results.not-found {
    max-width: 500px;
    text-align: center;
    margin: auto;
}

.no-results.not-found .search-form {
    position: relative;
}

.no-results.not-found .search-form .search-field {
    padding-right: 80px !important;
}

.no-results.not-found .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
}

.comment-body {
    padding-left: 100px;
    position: relative;
}

.comment-body .comment-author img {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 100px;
    left: 0;
    top: 0;
}

.comment-body .comment-meta .comment-author,
.comment-body .comment-meta .comment-metadata {
    display: inline-block;
}

.comment-body .comment-meta .comment-author {
    margin-right: 5px;
}

.comment-body .comment-metadata {
    position: relative;
    padding-left: 10px;
}

.comment-body .comment-metadata::before {
    content: '/';
    position: absolute;
    top: 0;
    left: 0;
}

.comment-body .reply a {
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    padding-left: 20px;
    line-height: 1;
}

.comment-body .reply a::before {
    content: "\f27b";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
}

.comments-title {
    font-size: 20px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-weight: 400;
    font-size: 16px;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    color: #000;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    border-radius: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.posts-navigation .nav-links:before,
.posts-navigation .nav-links:after {
    display: block;
    content: "";
    clear: both;
}

.posts-navigation .nav-links {
    padding-right: 0
}

.gallery-item .gallery-icon img {
    width: 100%;
}

.top-header .fa {
    margin-right: 7px;
}

/*.quote-wrap::before {
    font-size: 70px;
}
.cart-empty.woocommerce-info {
    margin-bottom: 120px;
}*/
.site-footer .footer-menu .sub-menu {
    display: none;
}

.quote-section {
    max-width: 99.4vw;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
}

.woocommerce table.shop_attributes td {
    padding: 0 7px;
}

/* .site-main .section-padding:not(.quote-section):first-child{
    padding-top: 0;
} */
.logo-layout-left .left-menu>ul {
    text-align: right;
}

.widget_search input[type="search"] {
    padding-right: 75px;
}

.wp-block-search .wp-block-search__button {
    position: absolute;
    right: 0;
    bottom: 0;
}

.wp-block-search__label {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
    text-align: left;
}

.hgroup-wrap .left-menu:last-child {
    text-align: right;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #000;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #4F4F57;
}

.mc4wp-form-fields {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}

.mc4wp-form-fields p:first-child {
    width: 100%;
}

.home-template .site-header {
    margin-bottom: 0 !important;
}

.hgroup-wrap .logo-layout-left .left-menu,
.hgroup-wrap .logo-layout-right .right-menu {
    border: 0;
}

@media only screen and (min-width: 1400px) {
    .main-slider figure img {
        width: 100%;
    }
}

.error404 .site-header {
    margin-bottom: 0;
}

.slider-enable.home .site-header {
    margin-bottom: 0;
}

.meanmenu-reveal:focus {
    outline: 1px dotted #000;
}

.category-section+.section-wrap {
    padding-top: 0;
}

.slider-disable .site-main>.quote-section~.category-section,
.slider-disable .site-main>.quote-section~.blog-aarambha-vert,
.slider-disable .site-main>.quote-section~.section-wrap,
.slider-disable .site-main>.blog-aarambha-vert~.section-wrap,
.site-main>.blog-aarambha-vert {
    padding-top: 95px;
}

.slider-disable .site-main>.blog-aarambha-vert {
    padding-top: 0;
}

.slider-disable .site-main>.section-wrap,
.slider-disable .site-main>.category-section {
    padding-top: 0;
}

.category-section+.blog-aarambha-vert {
    padding-top: 0;
}

.slider-disable .category-section+.section-wrap {
    padding-top: 0 !important;
}

.slider-disable .category-section+.blog-aarambha-vert {
    padding-top: 0 !important;
}

input[type="submit"]:focus {
    background-color: #4F4F57;
}

textarea:focus,
input:focus {
    outline: 1px solid #000;
}

.nav-links .nav-previous a::before,
.nav-links .nav-next a::after {
    display: inline-block;
    width: auto;
    height: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    color: #fff;
    font-size: 16px;
}

.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before {
    content: "\f0a8";
    left: 10px;
}

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

.posts-navigation .nav-next a,
.post-navigation .nav-next a {
    padding-right: 35px;
    padding-left: 10px;
}

.posts-navigation .nav-links a,
.post-navigation .nav-links a {
    position: relative;
    background: #000;
    color: #fff;
    border: 0;
}

.posts-navigation .nav-next a::after,
.post-navigation .nav-next a::after {
    content: "\f0a9";
    right: 10px;
    left: auto;
    line-height: inherit;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
    padding-left: 35px;
    padding-right: 10px;
}

.posts-navigation .nav-previous a:hover:before,
.posts-navigation .nav-next a:hover:after,
.post-navigation .nav-previous a:hover:before,
.post-navigation .nav-next a:hover:after {
    background: transparent;
}

.posts-navigation .nav-links a:focus,
.post-navigation .nav-links a:focus {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.nav-links .nav-previous a:focus::before,
.nav-links .nav-next a:focus::after {
    color: #000;
}

.posts-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover {
    background: #818181;
    color: #fff;
    border: 0;
}

.hgroup-wrap .left-menu li:nth-last-of-type(2).menu-item-has-children .menu-item-has-children .sub-menu,
.hgroup-wrap .left-menu li:nth-last-of-type(1).menu-item-has-children .menu-item-has-children .sub-menu,
.hgroup-wrap .left-menu li:nth-last-of-type(2).page_item_has_children .page_item_has_children .children,
.hgroup-wrap .left-menu li:nth-last-of-type(1).page_item_has_children .page_item_has_children .children {
    left: auto;
    right: 100%;
}

.back-to-top a:focus {
    background-color: #dcdcdc;
    color: #000;
}

.wp-block-search__label {
    display: block;
    font-size: 25px;
    margin: 0 0 22px;
    text-align: center;
    font-family: 'Pathway Gothic One', sans-serif;
    font-weight: 400;
}

.widget_recent_comments ol li:nth-of-type(2n+1),
.widget_recent_comments ul li:nth-of-type(2n+1),
ol.wp-block-latest-comments li:nth-of-type(2n+1),
ul.wp-block-latest-comments li:nth-of-type(2n+1) {
    background: #f4f3f3;
}

.widget_recent_comments ol li,
.widget_recent_comments ul li {
    font-size: 18px;
    padding: 17px 15px 5px;
    margin-bottom: 8px;
}

.section-wrap-sidebar .widget_block ul li,
.section-wrap-sidebar .widget_block ol li {
    padding: 15px 15px 15px;
}

.widget_recent_comments .wp-block-latest-comments__comment-avatar {
    float: none;
    margin: 0 auto 10px;
}

.widget_recent_comments .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.widget_recent_comments .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 0;
}

.wp-block-search__inside-wrapper {
    position: relative;
}