/*
 * Theme Name: Ametok
 * Version: 1.3
 * Description: Ametok Construction WordPress Theme
 * Author: TPLabs
 * Theme URI: http://tplabs.co/ametok
 * Author URI: http://tplabs.co/
 * License: Custom license
 * License URI: Licensing/README_License.txt
 * Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, rtl support
 * Text Domain: ametok
 * Tested up to: 8.3
 * Requires PHP: 5.4.2
**/

/* TABLE OF CONTENTS

 * MAIN STYLE
   * Reset Browsers
   * General
        *  Elements
        *  Forms
        *  Typography
   * Variables
   * Extra classes
   * WordPress Styles
   * Layout
        *  Sidebar Right
        *  Sidebar Left
        *  No Sidebar
        *  Boxed layout
   * Header General
        * Logo 
        * Button 
        * Top Bar 
        * Info 
        * Header Float 
        * Header Fixed 
        * Hotline 
        * Menu Wrap 
        * Menu 
        * Sub menu 
        * Side Menu 
        * Mega Menu 
        * Cart Icon 
        * Search Icon 
        * Overwrite 
    * Search Fullscreen 

   * Featured Title
   * Blog Post
        * Post media Gallery 
        * Post title 
        * Post meta 
        * Post excerpt 
        * Post link 
        * Blog Grid
   * Blog Grid
   * Blog single
        * Post tags 
        * Post author 
        * Related Post
   * Comments
        * Comment list
        * Comment form
   * Search Page
   * Footer
        *  Grid
        *  Gutter
   * Bottom Bar
        * Copyright 
        * Bottom Styles 
        * Bottom Logo 
        * Bottom Menu 
        * Bottom Logo 
        * Bottom Copyright 
        * Bottom Socials 
   * Scroll Top Button
   * Pagination
   * Nothing Found & 404 Page
   * Media Queries

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

/*
MAIN STYLE
-------------------------------------------------------------- */

/* Reset Browsers
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-tap-highlight-color: transparent;
}

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

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #fff;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

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

blockquote,
q {
    quotes: none;
}

a:focus {
    outline: none;
}

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

a img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
}

select {
    max-width: 100%;
}

/* General
-------------------------------------------------------------- */

body {
    font-family: Barlow, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;;
    color: var(--e-global-color-ametok_text);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.778;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: hidden;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

p {
    margin: 0 0 30px;
}

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

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

blockquote {
    font-size: 30px;
    line-height: 48px;
    font-weight: 300;
    color: var(--e-global-color-ametok_primary);
    font-style: italic;
    padding: 40px;
    position: relative;
    margin-bottom: 40px;
    background-color: #f6f6f6;
}

blockquote cite {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    color: var(--e-global-color-ametok_text);
    padding: 10px 0;
    font-style: normal;
    position: relative;
}

blockquote > p {
    margin-bottom: 5px;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote i {
    font-style: normal;
}

abbr,
acronym {
    border-bottom: 1px dotted var(--e-global-color-ametok_border);
    cursor: help;
}

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

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

sup {
    top: -6px;
}

sub {
    bottom: -3px;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var {
    font-family: Inconsolata, monospace;
    font-size: 14px;
}

pre {
    margin: 15px 0;
    padding: 15px;
    background-color: var(--e-global-color-ametok_border);
    overflow-x: auto;
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

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

hr {
    background-color: var(--e-global-color-ametok_border);
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}

/* List */

ul,
ol {
    padding: 0;
    margin: 0 0 20px 30px;
}

ul {
    list-style: disc;
}

ul ul {
    list-style-type: circle;
}

ol {
    list-style: decimal;
}

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

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del {
    opacity: 0.5;
}

/* Table */

table,
th,
td {
    border: 1px solid #d0d0d0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

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

th,
td {
    padding: 8px 12px;
}

/* Media */

embed,
iframe,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

/* Accessibility - Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: var(--e-global-color-ametok_border);
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

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

button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-family: Barlow, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 100%;
    line-height: inherit;
    vertical-align: baseline;
}

input,
textarea {
    font-size: 1em;
    max-width: 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
    display: inline;
}

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

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]:-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

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

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

/* Remove chrome yellow autofill */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px var(--e-global-color-ametok_border) inset;
}

/* Reset search styling */

input[type="search"] {
    outline: 0;
}

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

/* Input normal */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 500;
    padding: 23px 30px;
    border: 2px solid #f6f6f6;
    background-color: #f6f6f6;
    margin-bottom: 20px;
    text-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    transition: border 0.3s;
    color: var(--e-global-color-ametok_text);
}

select {
    padding: 15px 30px;
    border-radius: 3px;
    width: 100%;
    -webkit-appearance: none;
    border-color: #f6f6f6;
    background: #f6f6f6 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='gray'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 10px;
    background-position: calc(100% - 30px) calc(50% + 3px);
    background-repeat: no-repeat;
    outline: 0;
}

/* Input focus */

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: var(--e-global-color-ametok_accent_h1);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Button */

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 18px;
    line-height: 74px;
    font-weight: 800;
    color: #fff;
    background-color: var(--e-global-color-ametok_accent_h1);
    padding: 0 60px;
    display: inline-block;
    -webkit-appearance: none;
    transition: color .3s, background .3s;
    white-space: nowrap;
}

/* Button hover + focus */
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    background-color: var(--e-global-color-ametok_primary);
    color: #fff;
}

/* Placeholder */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: rgba(33, 37, 41, 0.5); opacity: 1; /* Firefox */ }
:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: rgba(33, 37, 41, 0.5); }
::-ms-input-placeholder { /* Microsoft Edge */ color: rgba(33, 37, 41, 0.5); }
#footer input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: var(--e-global-color-ametok_text); /* Firefox */ }
#footer input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: var(--e-global-color-ametok_text); }
#footer input::-ms-input-placeholder { /* Microsoft Edge */ color: var(--e-global-color-ametok_text); }

/* Links */
a { 
    color: var(--e-global-color-ametok_accent_h1); 
    outline: 0; 
    text-decoration: none; 
    transition: color 0.3s, background 0.3s; 
}

a:hover, 
a:focus, 
a:active { 
    outline: 0; 
    color: var(--e-global-color-ametok_primary); 
    text-decoration: none; 
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow", sans-serif;
    color: var(--e-global-color-ametok_primary);
    margin: 0 0 40px;
    font-weight: 800;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 3.334em;
    line-height: 1.3; /* 60px */
}

h2 {
    font-size: 2.778em;
    line-height: 1.36; /* 50px */
}

h3 {
    font-size: 2.223em;
    line-height: 1.45; /* 40px */
}

h4 {
    font-size: 1.889em;
    line-height: 1.529; /* 34px */
}

h5 {
    font-size: 1.445em;
    line-height: 1.692; /* 26px */
}

h6 {
    font-size: 1em;
    line-height: 1.889; /* 18px */
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; transition: none; }

/* Variables
-------------------------------------------------------------- */

:root {
    --e-global-color-ametok_accent_h1: #fcb222;
    --e-global-color-ametok_primary: #232323;
    --e-global-color-ametok_text: #767676;
    --e-global-color-ametok_border: #e1e1e1;
}

/* Icons set for themes
-------------------------------------------------------------- */
.master-news .post-meta .item:after,
.header-info .content:before { font-family: 'core-icons'; }
.header-info .content.phone:before { content: '\e923'; }
.header-info .content.email:before { content: '\e92f'; }
.header-info .content.address:before { content: '\e930'; }
.master-news .post-meta .item.post-by-author:after { content: '\f2bd'; }
.master-news .post-meta .item.post-comment:after { content: '\f086'; }

.ametok-menu > ul > li.menu-item-has-children > a span:after,
.ametok-menu .sub-menu li.menu-item-has-children > a:after,
.ametok-hamburger-menu li .arrow:before {
    font-family: "core-icons";
    content: "\f078";
}

.search-style-fullscreen .search-close:before,
.ametok-hamburger-menu .close-menu:before {
    font-family: "core-icons";
    content: "\e939"; 
}

.related-news .related-post .slick-prev:before,
.post-media .slick-prev:before {
    font-family: "core-icons";
    content: "\e93e";
}

.related-news .related-post .slick-next:before,
.post-media .slick-next:before {
    font-family: "core-icons";
    content: "\e93f";
}

.master-slider .slide ul li::before { 
    font-family: "core-icons";
    content: "\e94f"; 
}

.master-slider .arrow-prev:after { 
    font-family: "core-icons";
    content: "\e94e";
}

.master-slider .arrow-next:after { 
    font-family: "core-icons";
    content: "\e94f"; 
}

/* Arrow Button */
.hentry .post-link a:after,
.mc4wp-form .submit-wrap button:before {
    font-family: "core-icons";
    content: "\e953";
}

/* Chevron right */
.widget_product_categories > ul > li:before,
.widget.widget_recent_comments > ul > li:before,
.widget.widget_archive ul li a::before, 
.widget.widget_nav_menu ul li a::before,
.widget.widget_meta ul li a::before,
.widget.widget_categories ul li a:before,
.widget.widget_pages ul li a:before,
.woocommerce-page .woocommerce-message:before, 
.woocommerce-page .woocommerce-info:before, 
.woocommerce-page .woocommerce-error:before { 
    font-family: "core-icons";
    content: "\f054";  
}

/* Search */
.woo-single-post-class .images .woocommerce-product-gallery__trigger:after,
.widget.widget_product_search .woocommerce-product-search .search-submit:before { 
    font-family: "core-icons"; 
    content: "\e851"; 
}

/* Cart */
.products li .product-info .button:before,
.products li .product-info .added_to_cart:before,
.products li .product-info .button:after,
.products li .product-info .added_to_cart:after {
    font-family: "core-icons";
    content: "\e938";
}

.woocommerce-page .shop_table.cart .product-remove a:after {
    font-family: "core-icons";
    content: "\e905";
}

/* Extra classes
-------------------------------------------------------------- */

.text-white { color: #fff !important; }
.text-dark { color: var(--e-global-color-ametok_primary) !important; }
.link-dark:hover, .link-gray:hover { color: var(--e-global-color-ametok_accent_h1) !important; }
.accent-color { color: var(--e-global-color-ametok_accent_h1); }
.dark-color { color: var(--e-global-color-ametok_primary) !important; }
.bg-accent { background-color: var(--e-global-color-ametok_accent_h1); }
.border-accent { border-color: var(--e-global-color-ametok_accent_h1); }

.display-none, .hidden { display: none !important; }
.display-block { display: block !important; }
.display-inline { display: inline !important; }
.display-inline-block { display: inline-block !important; }
.position-relative { position: relative !important; }
.position-absolute { position: absolute !important; }
.overflow-inherit { overflow: inherit !important; }
.overflow-hidden { overflow: hidden !important; }
.overflow-visible { overflow: visible !important; }
.has-shadow { box-shadow: 0 30px 70px 0 rgba(227, 239, 240, 0.7); }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.text-italic { font-style: italic !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-left { text-align: left !important; }
.text-del { text-decoration: line-through !important; }

.underline-solid, .underline-dotted, .underline-dashed { position: relative; }
.underline-solid:after,
.underline-dotted:after,
.underline-dashed:after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; border-bottom: 1px solid var(--e-global-color-ametok_accent_h1); }
.underline-dotted:after { border-bottom-style: dotted; }
.underline-dashed:after { border-bottom-style: dashed; }

.clear:before, .clear:after, .clearfix:before, .clearfix:after { clear: both; display: table; line-height: 0; content: ""; }
.clear:after, .clearfix:after { clear: both; }
.text-shadow { text-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

/* General Style
-------------------------------------------------------------- */
a.thumb { position: relative; display: inline-block; overflow: hidden; width: 100%; }
a.thumb img { width: 100%; transition: transform 0.5s; }
a.thumb:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    content: ""; opacity: 0; transition: opacity 0.3s; z-index: 0; 
    background-color: var(--e-global-color-ametok_primary); }
a.thumb:hover img { transform: scale(1.2); }
a.thumb:hover:after { opacity: 0.5; }

/* Theme standard style
-------------------------------------------------------------- */
.wpb_row, 
.wpb_content_element, 
ul.wpb_thumbnails-fluid > li, 
.last_toggle_el_margin, 
.wpb_button { 
    margin-bottom: 0 !important; 
}

.wp-block-gallery { 
    margin-bottom: 30px; 
}

.wp-block-search .wp-block-search__button { 
    background-color: var(--e-global-color-ametok_accent_h1); 
    color: #fff;
    padding: 0 60px; 
}

.wp-block-search .wp-block-search__button:hover {
    background-color: var(--e-global-color-ametok_primary); 
}

.wp-block-search { 
    margin-bottom: 20px; 
}

.wp-block-search input { 
    margin-bottom: 0; 
}

.wp-block-table .has-fixed-layout { 
    border-width: 1px; 
}

.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p, 
.wp-block-quote.has-text-align-right p em { 
    font-style: normal; 
}

.aligncenter { 
    display: block; 
    margin: 0 auto; 
}

.alignright { 
    float: right; 
    margin: 7px 0 15px 25px; 
}

.alignleft { 
    float: left; 
    margin: 7px 25px 15px 0; 
}

p > img.alignleft { 
    clear: left; 
}

p > img.alignright { 
    clear: right; 
}

blockquote.aligncenter { 
    margin-bottom: 20px; 
}

blockquote.alignleft { 
    margin: 5px 20px 0; 
}

blockquote.alignright { 
    margin: 5px 0 20px 20px; 
}

.wp-block-pullquote, 
.wp-block-pullquote.is-style-solid-color blockquote { 
    text-align: center; 
}

.floatleft { 
    float: left; 
}

.floatright { 
    float: right; 
}

.floatleftcenter { 
    float: none; 
    margin: 0 auto; 
}

/* WordPress Styles
-------------------------------------------------------------- */

.bypostauthor > article {}

.sticky-post {
    display: inline-block;
    color: var(--e-global-color-ametok_accent_h1);
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -10px;
    display: none;
}

.post.sticky .post-title a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    line-height: 1;
}

.post.sticky .post-title a:after {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--e-global-color-ametok_accent_h1);
    content: "";
    width: 3px;
    height: 100%;
    font-size: 25px;
}

.wp-block-quote.is-style-large {
    padding-top: 70px;
}

.wp-block-quote.is-style-large:before {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
  
.wp-block-quote.has-text-align-right {
    padding: 40px 100px 40px 0;
}

blockquote.has-text-align-right:before {
    right: 20px;
    left: unset;
}
.wp-block-pullquote blockquote {
    padding: 70px 0 40px;
}

.wp-block-pullquote blockquote:before {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color {
    background-color: #f7f7f7;
}

.wp-block-column .wp-block-quote {
  padding: 40px 5px 0;
}

.wp-block-column .wp-block-quote:before {
  top: 0px;
}

.wp-block-cover {
  margin-bottom: 50px;
}

.wp-block-gallery,
.wp-block-calendar {
    margin-bottom: 50px;
}

.wp-block-search {
    margin-bottom: 20px;
}
.wp-block-search input {
    margin-bottom: 0;
}

.wp-block-group.has-background {
    padding: 30px;
}

.post-content .has-large-font-size {
    line-height: 1.4;
}

.wp-caption {
    text-align: center;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 0 none;
}

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

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 0.8em;
    padding: 10px 0 0;
    margin: 0;
    text-align: center;
    font-style: italic;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.wp-caption.alignnone {
    margin-bottom: 20px;
}

.wp-smiley {
    margin: 0;
    max-height: 1em;
}

#img-attch-page {
    text-align: center;
    overflow: hidden;
}

#img-attch-page img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 20px;
}

.post-password-form label {
    font-weight: bolder;
    color: var(--e-global-color-ametok_primary);
}

form.login .lost_password {
    display: inline-block;
}

.wpstats {
    display: none;
}

.wp-block-button__link {
    margin: 0 10px 10px 0;
    border-radius: 0;
}

.wp-block-cover.has-background-dim .wp-block-cover-text {
    color: #fff;
}

.wp-block-cover .wp-block-cover-text strong {
    font-weight: 500;
}

.wp-block-latest-comments,
.wp-block-latest-posts {
    margin-left: 0;
}

.gallery {
    margin: 0 -1.15% 30px;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.15% 2.3%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item { max-width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.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%; }

/* Block Widget */
ul.wp-block-rss,
ul.wp-block-latest-posts,
ul.wp-block-archives-list,
ol.wp-block-latest-comments {
    margin-left: 0;
    width: fit-content;
}

ul.wp-block-rss ul,
ul.wp-block-latest-posts ul,
ul.wp-block-archives-list ul,
ol.wp-block-latest-comments ul {
    padding-left: 16px;
}

ul.wp-block-rss li,
ul.wp-block-latest-posts li,
ul.wp-block-archives-list li,
ol.wp-block-latest-comments li {
    position: relative;
    list-style: none;
    border-bottom: 1px solid var(--e-global-color-ametok_border);
    padding: 17px 0;
}

/* Layout
-------------------------------------------------------------- */

.ametok-container {
    width: 1170px;
    margin: 0 auto;
    max-width: 90%;
}

#main-content {
    padding: 120px 0;
}

.no-padding-content #main-content {
    padding: 0;
}

/* Inner Content */

#inner-content,
#inner-sidebar {
    position: relative;
    z-index: 1;
}

#inner-content:after,
#inner-sidebar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    z-index: -1;
}

/* Sidebar Right (default) */
#content-wrap {
    display: flex;
    justify-content: space-between;
}

#site-content {
    width: 65.812%;
}

#sidebar {
    width: 31.624%;
    border-style: solid;
    border-color: var(--e-global-color-ametok_border);
}

/* Sidebar Left */

.sidebar-left #content-wrap {
    flex-direction: row-reverse;
}

/* No Sidebar */
.no-sidebar .woocommerce-page #site-content,
.no-sidebar #site-content,
.page-empty-widget #site-content,
.blog-empty-widget #site-content,
#site-content.archive-project {
    width: 100% !important;
    max-width: none !important;
}

.no-sidebar #sidebar { display: none; }

/* Boxed layout */

.site-layout-boxed #wrapper {
    background-color: #f4f4f4;
    padding: 30px;
}

.site-layout-boxed #page {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.site-layout-boxed #page .ametok-container {
    width: auto !important;
    max-width: none !important;
    padding-left: 30px;
    padding-right: 30px;
}

.site-layout-boxed.box-shadow #page {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);
}

.site-layout-boxed #site-header.fixed-hide {
    width: 1240px;
    left: 50%;
    transform: translateX(-50%);
}

/* Header General
-------------------------------------------------------------- */

#site-header {
    position: relative;
    z-index: 100;
    border-style: solid;
}

#site-header-wrap {
    position: relative;
    z-index: 999;
}

.site-header-inner,
.site-header-inner .wrap-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header-inner .wrap-inner {
    flex-grow: 1;
}

#site-header .ametok-menu {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

/* Logo */
#site-logo { flex-shrink: 0; }
#site-logo .main-logo {
    display: inline-block;
    margin: 24px 0;
}

#site-logo-inner { margin-right: 30px; }

.master-logo.logo-text a,
#site-logo .site-logo-text {
    color: var(--e-global-color-ametok_primary);
    font-size: 30px;
    line-height: 36px;
    font-weight: bolder;
}

.master-logo.logo-text a:hover,
#site-logo .site-logo-text:hover {
    color: var(--e-global-color-ametok_accent_h1);
}

/* Top Bar */
.top-bar {
    color: #b7b7b7;
    font-size: 12px;
    line-height: 40px;
    font-weight: 600;
    background-color: var(--e-global-color-ametok_primary);
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Button */
.header-button {
    margin-left: 30px;
}

/* Info */
.header-info .content {
    position: relative;
    display: inline-block;
    margin-left: 18px;
    padding-left: 24px;
}

.header-info .content:before {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 14px;
    font-weight: 400;
    color: var(--e-global-color-ametok_accent_h1);
}

/* Social */

.header-socials {
    background-color: #171717;
    padding: 0 10px;
    margin-right: 30px;
}

.header-socials a {
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
    color: #fff;
    width: 40px;
    text-align: center;
}

.header-socials a:hover {
    color: var(--e-global-color-ametok_accent_h1);
}

/* Header Float */
.ametok-header.header-float {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

/* Header Fixed */
.ametok-header-fixed { 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 30px 70px rgba(0,0,0,0.05);
    transform: translateY(-100%);
    transition: transform 0.3s;
    z-index: 9999;
}

.ametok-header-fixed.fixed-show {
    transform: translateY(0);
}

/* Sticky Header */
.ametok-header .is-sticky {
    transition: all 0.5s ease, width 0s;
}

.ametok-header .is-sticky .position-absolute {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.ametok-header.header-float .is-sticky.fixed-show,
.ametok-header .is-sticky.fixed-show .position-absolute {
    position: fixed !important;
    top: 0;
    left: 0 !important;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 10px 50px rgba(0,0,0,0.2);
    border-width: 0;
    backdrop-filter: blur(5px);
}

.ametok-header.header-float .is-sticky:after,
.ametok-header .is-sticky.fixed-show .position-absolute:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    z-index: -1;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.ametok-header.header-float .is-sticky.dark-bg:after,
.ametok-header .is-sticky.dark-bg.fixed-show .position-absolute:after {
    background-color: var(--e-global-color-ametok_accent_2);
}

.ametok-header.header-float .is-sticky.fixed-show.no-overlay:after,
.ametok-header .is-sticky.fixed-show.no-overlay .position-absolute:after {
    display: none;
}

.ametok-header.header-float .is-sticky.fixed-show:after,
.ametok-header .is-sticky.fixed-show .position-absolute:after {
    opacity: 0.9;
}

.ametok-header.header-float .is-sticky.bg-dark:after,
.ametok-header .is-sticky.bg-dark .position-absolute:after {
    background-color: var(--e-global-color-ametok_primary);
}

.ametok-header.header-float .is-sticky.bg-white:after,
.ametok-header .is-sticky.bg-white .position-absolute {
    background-color: #fff;
}

.ametok-header.header-float .is-sticky.bg-white.fixed-show:after,
.ametok-header .is-sticky.bg-white .position-absolute.fixed-show:after {
    opacity: 1;
}

/* Menu Wrap */
.ametok-menu-wrap,
.ametok-menu-wrap .menu-extra {
    display: flex;
    align-items: center;
}

.ametok-menu-wrap {
    justify-content: space-between;
}

.ametok-menu-wrap .menu-extra {
    justify-content: flex-end;
}

.site-header-inner .ametok-hamburger-icon,
.ametok-menu-wrap.menu-hamburger-on-mobi .ametok-hamburger-icon {
    display: none;
}

.ametok-menu-wrap.menu-hamburger .menu-extra {
    width: 100%;
}

/* Menu */
.ametok-menu { 
    text-align: left; 
}

.ametok-menu .menu { 
    display: flex;
    justify-content: space-evenly;
    width: max-content;
    margin: 0; 
    line-height: 1; 
}

.ametok-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
}

.ametok-menu > ul > li {
    padding: 0 20px;
}

.ametok-menu > ul > li > a span {
    font-size: 16px;
    color: var(--e-global-color-ametok_text);
    font-weight: 600;
    padding: 2px 0;
    position: relative;
}

.ametok-menu > ul > li.menu-item-has-children > a span {
    padding-right: 12px;
}

.ametok-menu > ul > li > a span:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    right: 0;
    bottom: -6px;
    background-color: var(--e-global-color-ametok_accent_h1);
    transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1);
}

.ametok-menu > ul > li.current-menu > a span:before,
.ametok-menu > ul > li.current-menu-parent > a span:before,
.ametok-menu > ul > li:hover > a span:before {
    width: 100%;
    left: 0;
}

.ametok-menu > ul > li.current-menu > a span,
.ametok-menu > ul > li.current-menu-parent > a span,
.ametok-menu > ul > li:hover > a span {
    color: var(--e-global-color-ametok_primary);
}

.ametok-menu > ul > li > a {
    display: block;
    line-height: 100px;
}

.ametok-menu > ul > li.menu-item-has-children > a span:after {
    position: absolute;
    right: 0;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    font-size: 8px;
    line-height: normal;
    font-weight: normal;
}

.ametok-menu > ul > li.menu-item-has-children > a span:before {
    right:  12px;
} 

.ametok-menu > ul > li.current-menu.menu-item-has-children > a span:before,
.ametok-menu > ul > li.current-menu-parent.menu-item-has-children > a span:before,
.ametok-menu > ul > li.menu-item-has-children:hover > a span:before {
    width: calc(100% - 12px);
}

.ametok-menu > ul > li > a:not([href]) {
    cursor: pointer;
}

/* Sub menu */
.ametok-menu .sub-menu { 
    position: absolute;
    left: 0;
    top: 100%;
    padding: 15px 0;
    margin: 0;
    background-color: #fff;
    width: 268px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    box-shadow: 0 30px 70px 0 rgba(57, 62, 70, 0.15);
    transform: translateY(10px);
    transition: transform 0.15s, opacity 0.15s;
}

.ametok-menu .sub-menu .sub-menu {
    left: 100%;
    top: -10px;
    transform: none;
}

.ametok-menu .sub-menu li {
    padding: 0 25px;
    display: block;
}

.ametok-menu .sub-menu li a {
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    color: var(--e-global-color-ametok_text);
    border-bottom: 1px solid var(--e-global-color-ametok_border); 
    transition: color 0.3s;
}

.ametok-menu .sub-menu li:last-child > a {
    border: none;
}

.ametok-menu .sub-menu li a span {
    position: relative;
    display: inline-block;
}

.ametok-menu .sub-menu li a:hover {
    color: var(--e-global-color-ametok_primary);
}

.ametok-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ametok-menu .sub-menu li.menu-item-has-children > a:after {
    position: absolute;
    right: 0px;
    top: 50%;
    line-height: 40px;
    font-size: 12px;
    font-weight: normal;
    transform: translateY(-50%);
}

.ametok-menu .sub-menu.left {
    left: auto;
    right: 0;
}

.ametok-menu .sub-menu .sub-menu.left {
    right: 100%;
}

.ametok-header .is-sticky {
    transition: all 0.5s ease, width 0s;
}

.ametok-header .is-sticky .position-absolute {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.ametok-header .e-con-full.is-sticky.fixed-show,
.ametok-header.header-float .is-sticky.fixed-show,
.ametok-header .is-sticky.fixed-show .position-absolute {
    position: fixed !important;
    top: 0;
    left: 0 !important;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 10px 50px rgba(0,0,0,0.2);
    border-width: 0;
    backdrop-filter: blur(5px);
}

.ametok-header.header-float .is-sticky:after,
.ametok-header .is-sticky.fixed-show .position-absolute:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    z-index: -1;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.ametok-header.header-float .is-sticky.dark-bg:after,
.ametok-header .is-sticky.dark-bg.fixed-show .position-absolute:after {
    background-color: var(--e-global-color-ametok_accent_2);
}

.ametok-header.header-float .is-sticky.fixed-show.no-overlay:after,
.ametok-header .is-sticky.fixed-show.no-overlay .position-absolute:after {
    display: none;
}

.ametok-header.header-float .is-sticky.fixed-show:after,
.ametok-header .is-sticky.fixed-show .position-absolute:after {
    opacity: 0.9;
}

.ametok-header.header-float .is-sticky.bg-dark:after,
.ametok-header .is-sticky.bg-dark .position-absolute:after {
    background-color: var(--e-global-color-ametok_primary);
}

.ametok-header.header-float .is-sticky.bg-white:after,
.ametok-header .is-sticky.bg-white .position-absolute {
    background-color: #fff;
}

.ametok-header.header-float .is-sticky.bg-white.fixed-show:after,
.ametok-header .is-sticky.bg-white .position-absolute.fixed-show:after {
    opacity: 1;
}

.align-left .ametok-menu-wrap,
.align-left .ametok-menu-wrap > .menu-extra { justify-content: flex-start; }
.align-center .ametok-menu-wrap,
.align-center .ametok-menu-wrap > .menu-extra { justify-content: center; }
.align-right .ametok-menu-wrap,
.align-right .ametok-menu-wrap > .menu-extra { justify-content: flex-end; }
.align-justify .ametok-menu-wrap,
.align-justify .ametok-menu-wrap > .menu-extra { justify-content: space-between; }

html:not([dir="rtl"]) .align-left .ametok-menu > .menu > .menu-item:first-child { padding-left: 0 !important; }
html:not([dir="rtl"]) .align-right .ametok-menu > .menu > .menu-item:last-child { padding-right: 0 !important; }

@media (max-width: 1024px) {
    .align--tabletleft .ametok-menu-wrap,
    .align--tabletleft .ametok-menu-wrap > .menu-extra { justify-content: flex-start; }
    .align--tabletcenter .ametok-menu-wrap,
    .align--tabletcenter .ametok-menu-wrap > .menu-extra { justify-content: center; }
    .align--tabletright .ametok-menu-wrap,
    .align--tabletright .ametok-menu-wrap > .menu-extra { justify-content: flex-end; }
    .align--tabletjustify .ametok-menu-wrap,
    .align--tabletjustify .ametok-menu-wrap > .menu-extra { justify-content: space-between; }

    html:not([dir="rtl"]) .align--tabletleft .ametok-menu .menu-item:first-child { padding-left: 0 !important; }
    html:not([dir="rtl"]) .align--tabletright .ametok-menu .menu-item:last-child { padding-right: 0 !important; }
}

@media (max-width: 767px) {
    .align--mobileleft .ametok-menu-wrap,
    .align--mobileleft .ametok-menu-wrap > .menu-extra { justify-content: flex-start; }
    .align--mobilecenter .ametok-menu-wrap,
    .align--mobilecenter .ametok-menu-wrap > .menu-extra { justify-content: center; }
    .align--mobileright .ametok-menu-wrap,
    .align--mobileright .ametok-menu-wrap > .menu-extra { justify-content: flex-end; }
    .align--mobilejustify .ametok-menu-wrap,
    .align--mobilejustify .ametok-menu-wrap > .menu-extra { justify-content: space-between; }

    html:not([dir="rtl"]) .align--mobileleft .ametok-menu .menu-item:first-child { padding-left: 0 !important; }
    html:not([dir="rtl"]) .align--mobileright .ametok-menu .menu-item:last-child { padding-right: 0 !important; }
}

/* Separator for bottom menu */
.menu-sep-yes .ametok-menu .menu-item:not(:last-child):after {
    position: absolute; 
    top: 50%; 
    right: 0; 
    content: '/'; 
    transform: translate(50%,-50%);
}

/* Hamburger Menu Icon */
.ametok-hamburger-icon {
    cursor: pointer;
    width: 24px;
    line-height: 80px;
    color: var(--e-global-color-ametok_primary);
    transition: color 0.3s, opacity 0.3s;
}

.ametok-hamburger-icon svg {
    fill: currentColor;
    transition: fill 0.3s;
}

.ametok-hamburger-icon i,
.ametok-hamburger-icon svg {
    width: 100%; line-height: inherit;
}

.ametok-hamburger-menu {
    flex-basis: 0;
}

.ametok-hamburger-menu .hidden-menu-overlay { 
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100vw; 
    height: 100vh; 
    background: rgba(0,0,0,.8); 
    z-index: 999998; 
    opacity: 0; 
    visibility: hidden; 
    -webkit-backdrop-filter: blur(10px);
    transition: opacity 0.3s; 
}

.hidden-menu-overlay.show { 
    opacity: 1; 
    visibility: visible; 
}
.ametok-hamburger-menu .hidden-menu-wrap { 
    position: fixed; 
    right: -100%; 
    top: 0; 
    background: #fff; 
    height: 100%;
    min-height: 100vh;
    width: 400px;
    max-width: calc(100% - 80px);  
    padding: 100px 30px 0 40px; 
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); 
    z-index: 999999; 
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 200px;
}

.ametok-hamburger-menu .close-menu { 
    position: absolute; 
    right: 20px; 
    top: 20px; 
    width: 60px; 
    height: 60px; 
    border-radius: 2px 0 0 2px; 
    background-color: #fff; 
    z-index: 999999; 
    font-size: 14px; 
    color: var(--e-global-color-ametok_primary); 
    cursor: pointer; 
    transition: color 0.3s;
}

.ametok-hamburger-menu .close-menu:before {
    position: absolute; 
    left: 50%; 
    top: 50%;  
    font-weight: 600; 
    font-size: 14px; 
    transform: translate(-50%, -50%);
}

.ametok-hamburger-menu .close-menu:hover {
    color: var(--e-global-color-ametok_accent_h1); 
}

.ametok-hamburger-menu ul { 
    list-style: none; 
    margin: 0; 
    padding: 0;
}
.ametok-hamburger-menu li { 
    position: relative; 
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
    display: block; 
}
.ametok-hamburger-menu li .arrow { 
    position: absolute; 
    top: 0;
    right: 0; 
    cursor: pointer; 
    display: inline-block; 
    font-size: 12px; 
    line-height: 48px; 
    width: 48px;
    text-align: center;   
    color: var(--e-global-color-ametok_text); 
    transition: transform 0.3s;
}

.ametok-hamburger-menu .menu > .menu-item > .arrow {
    top: 6px;
}

.ametok-hamburger-menu li.active > .arrow { 
    transform: rotate(-90deg);
}
.ametok-hamburger-menu ul li a { 
    font-size: 18px; 
    color: var(--e-global-color-ametok_primary); 
    font-weight: 600; 
    text-transform: capitalize; 
    padding: 14px 0; 
    display: block; 
}
.ametok-hamburger-menu .sub-menu { 
    display: none;
    padding-left: 20px; 
    padding-bottom: 18px;
}
.ametok-hamburger-menu .sub-menu li { 
    border-bottom: 0;
}
.ametok-hamburger-menu .sub-menu li a { 
    font-size: 17px; 
    line-height: 30px; 
    padding: 9px 0; 
    color: var(--e-global-color-ametok_text);
}

html.disable-scroll {
    overflow-y: hidden;
}

.ametok-hamburger-menu .menu-logo {
    margin-bottom: 35px;
}

.ametok-hamburger-menu .search-form {
    position: relative;
    margin: 32px 0;
}

.ametok-hamburger-menu .search-form .search-field {
    padding-right: 48px;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 25px;
    background-color: #fff;
    border: 1px solid var(--e-global-color-ametok_border);
    border-radius: 3px;
}

.ametok-hamburger-menu .search-form .search-submit {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-indent: 9999px;
    background-color: transparent;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.ametok-hamburger-menu .search-form .search-submit:hover {
    color: var(--e-global-color-ametok_accent_h1);
}

.ametok-hamburger-menu .search-form .search-submit svg {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    padding: 20%;
    fill: currentColor;
    stroke: none;
    transition: fill 0.3s;
}

.ametok-hamburger-menu .ext > .text {
    display: none;
}

.ametok-hamburger-menu .ext > .cart-info {
    color: var(--e-global-color-ametok_primary);
}

.ametok-hamburger-menu .ext > .cart-info:hover {
    color: var(--e-global-color-ametok_accent_h1);
}

.ametok-hamburger-menu .ext > .cart-info svg {
    position: relative;
    top: 2px;
    fill: currentColor;
    width: 20px;
    margin-right: 20px;
}

/* Mega Menu */
.ametok-menu li.megamenu {
    position: relative;
}

.ametok-menu li.megamenu ul.sub-menu {
    z-index: 9998;
    background-color: transparent;
}

.ametok-menu li.megamenu > ul.sub-menu ul.sub-menu {
    transition: none;
    padding: 0;
}

.ametok-menu li.megamenu ul.sub-menu li.menu-item-has-children > a:after,
.ametok-menu li.megamenu ul.sub-menu li.menu-item-has-children > a > span:after {
    display: none;
}

.ametok-menu li.megamenu > ul.sub-menu {
    left: 0;
    right: auto;
    margin: 0 15px;
    background-color: #fff;
    padding: 40px 0;
    width: 1170px;
    max-width: 90vw;
    display: flex;
    flex-wrap: wrap;
}

.ametok-menu li.megamenu > ul.sub-menu > li {
    display: block;
    width: 100%;
    padding: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.ametok-menu li.megamenu > ul.sub-menu > li > a {
    border-bottom: none;
}

.ametok-menu li.megamenu.col-3 > ul.sub-menu > li {
    width: 26.333%;
    margin-left: 7%;
}

.ametok-menu li.megamenu.col-4 > ul.sub-menu > li {
    width: 19%;
    margin-left: 6%;
}

.ametok-menu li.megamenu.col-5 > ul.sub-menu > li {
    width: 15%;
    margin-left: 5%;
}

.ametok-menu li.megamenu > ul.sub-menu > li ul {
    display: block !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    left: auto !important;
    position: relative !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.ametok-menu li.megamenu > ul.sub-menu > .menu-item-has-children > a {
    transition: none;
    transform: none;
    position: relative;
    font-size: 15px;
    color: #212529;
    margin-bottom: 12px;
}

.ametok-menu li.megamenu.no-heading > ul.sub-menu > .menu-item-has-children > a {
    display: none;
}

.ametok-menu li.megamenu:hover ul li ul {
    opacity: 1;
    visibility: visible;
}

/* Cart Icon */

.ametok-cart {
    margin-left: 30px;
    position: relative;
    display: inline-block;
}

.ametok-cart .nav-cart-trigger {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    width: 24px;
    line-height: 100px;
    height: 100px;
    transition: color 0.3s, opacity 0.3s;
    color: var(--e-global-color-ametok_primary);
}

.ametok-cart .nav-cart-trigger svg { 
    fill: currentColor;
    stroke: none;
    transition: fill 0.3s; 
}

.ametok-cart:hover .nav-cart-trigger { 
    opacity: 0.7;
}

.ametok-cart .shopping-cart-items-count {
    position: absolute;
    right: -10px;
    top: calc(50% - 16px);
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
    display: block;
    border-radius: 50%;
    text-align: center;
    background-color: var(--e-global-color-ametok_accent_h1);
    color: #fff;
    font-weight: 600;
}

.ametok-cart .nav-shop-cart {
    position: absolute;
    right: 0;
    top: 100%;
    width: 350px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0 30px 70px 0 rgba(57, 62, 70, 0.15);
    transform: translateY(10px);
    transition: opacity 0.3s, transform 0.3s;
}

.ametok-cart:hover .nav-shop-cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Widget Mini Cart */
.ametok-cart .woocommerce-min-cart-wrap {
    padding: 30px;
}

.ametok-cart .woocommerce-mini-cart__empty-message {
    margin: 0;
    padding: 10px 20px;
    font-size: 15px;
}

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

.widget_shopping_cart_content ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    border-top: 1px solid #f4f4f4;
    padding: 20px;
    margin: 0;
    padding-left: 75px;
}

.widget_shopping_cart_content ul li.empty {
    padding: 0;
}

.widget_shopping_cart_content ul li:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.widget_shopping_cart_content ul li .product-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--e-global-color-ametok_primary);
}

.widget_shopping_cart_content ul li a:hover {
    color: var(--e-global-color-ametok_accent_h1);
}

.widget_shopping_cart_content ul li a.remove {
    font-size: 22px;
    color: var(--e-global-color-ametok_text);
    position: absolute;
    right: 0;
    top: 18px;
}

.ametok-cart .nav-shop-cart ul li:first-child a.remove {
    top: -2px;
}

.widget_shopping_cart_content ul li a.remove:hover {
    opacity: 0.7;
}

.widget_shopping_cart_content ul li a img {
    position: absolute;
    top: 27px;
    left: 0;
    width: 65px;
}

.widget_shopping_cart_content ul li:first-child a img {
    top: 3px;
}

.widget_shopping_cart_content ul li a img:hover {
    border: 1px solid #e1e1e1;
}

.widget_shopping_cart_content ul li .quantity {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #a8aaad;
    font-weight: 600;
}

.widget_shopping_cart_content .total {
    margin-bottom: 25px;
    padding: 12px 0;
    border-top: 1px solid var(--e-global-color-ametok_border);
    border-bottom: 1px solid var(--e-global-color-ametok_border);
    font-size: 18px;
    color: var(--e-global-color-ametok_primary);
    text-align: center;
}

.widget_shopping_cart_content .total strong {
    color: var(--e-global-color-ametok_primary);
    font-weight: 600;
}

.widget_shopping_cart_content .buttons:before,
.widget_shopping_cart_content .buttons:after {
    content: "";
    display: table;
    clear: both;
}

.widget_shopping_cart_content .buttons {
    margin: 0;
}
.widget_shopping_cart_content .buttons > a {
    text-align: center;
    color: var(--e-global-color-ametok_primary);
    background-color: #e1e1e1;
    padding: 8px 0;
    width: 48%;
    float: left;
    font-size: 15px;
    line-height: 40px;
}
.widget_shopping_cart_content .buttons a.checkout {
    float: right;
    background-color: var(--e-global-color-ametok_accent_h1);
    color: #fff;
}

.widget_shopping_cart_content .buttons a:hover {
    opacity: 0.7;
}

/* Search Icon */

.ametok-search {
    display: inline-block;
    line-height: 1;
}

.header-search-trigger {
    position: relative;
    top: 1px;
    display: inline-block;
    text-align: center;
    width: 24px;
    line-height: 1;
    color: var(--e-global-color-ametok_primary);
    stroke: none;
    transition: color 0.3s, opacity 0.3s;
}

.ametok-search:hover .header-search-trigger { 
    opacity: 0.7;
}

.header-search-trigger svg {
    fill: currentColor;
    transition: fill 0.3s;
}

/* Search Fullscreen */

.search-style-fullscreen .search_form_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}

.search-style-fullscreen .search-form {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
}

.search-style-fullscreen .search-field {
    width: 100%;
    font-size: 22px;
    margin-bottom: 0;
    background-color: var(--e-global-color-ametok_border);
    padding: 17px 40px;
    height: 80px;
}

.search-style-fullscreen .search-field:focus {
    border: 0;
}

.search-style-fullscreen .search-submit {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 64px;
    height: 64px;
    padding: 0;
    line-height: 64px;
    text-indent: -9999px;
    border-radius: 8px;
    background-color: transparent;
    color: #666;
}

.search-style-fullscreen .search-submit:hover {
    color: var(--e-global-color-ametok_accent_h1);
}

.search-style-fullscreen .search-submit svg {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30%;
    width: 100%;
    fill: currentColor;
    transition: fill 0.3s;
}

.search-style-fullscreen .search-close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.search-style-fullscreen .search-close:before { 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    transition: color 0.3s;
}

.search-style-fullscreen .search-close:hover:before { color: var(--e-global-color-ametok_accent_h1); }
.search-style-fullscreen.search-opened .search_form_wrap { opacity: 1; visibility: visible; }
.search-style-fullscreen.search-opened .search_form { margin-top: 0; }

/* Featured Title
-------------------------------------------------------------- */

#featured-title {
    background-color: #292929;
    background-size: cover;
}

#featured-title .inner-wrap {
    overflow: hidden;
    width: 100%;
    padding: 154px 0 154px;
}

#featured-title .main-title {
    position: relative;
    font-size: 50px;
    z-index: 1;
    display: inline-block;
    margin-bottom: 2px;
    color: #fff;
}

#featured-title .sub-title {
    font-size: 22px;
    font-weight: 400;
    margin: 3px 0 0;
}

#featured-title .inner-wrap {
    position: relative;
}

#featured-title #breadcrumbs {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: var(--e-global-color-ametok_accent_h1);
    padding: 8px 30px;
}

#featured-title #breadcrumbs a {
    color: #fff;
}

#featured-title #breadcrumbs a:hover {
    opacity: 0.7;
}

#featured-title #breadcrumbs .breadcrumb-trail > a,
#featured-title #breadcrumbs .breadcrumb-trail > span {
    position: relative;
    display: inline-block;
    padding-right: 22px;
}

#featured-title #breadcrumbs .breadcrumb-trail > a:not(:last-child):before {
    content: "/";
    line-height: normal;
    position: absolute;
    right: 8px;
    top: 4px;
}

#featured-title #breadcrumbs .breadcrumb-trail > span {
    padding-right: 0;
}

/* Centered */

#featured-title.centered .inner-wrap {
    display: block;
}

#featured-title.centered .title-group {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#featured-title.centered #breadcrumbs {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
}

#featured-title.centered #breadcrumbs .breadcrumb-trail > a:after,
#featured-title.centered #breadcrumbs .breadcrumb-trail > span:after {
    line-height: 19px;
}

/* Blog Post
-------------------------------------------------------------- */

.post.hentry {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--e-global-color-ametok_border);
    position: relative;
}

.post.hentry .post-content {
    margin-bottom: 30px;
}

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

.hentry .post-media iframe {
    margin-bottom: 0;
}

.hentry .post-media {
    position: relative;
    margin-bottom: 34px;
    overflow: hidden;
}

.hentry .post-media .custom-post-date {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    width: 70px;
    height: 70px;
    background-color: var(--e-global-color-ametok_accent_h1);
    z-index: 1;
}

.hentry .post-media .custom-post-date > span {
    display: inline-block;
}

.hentry .post-content-wrap {
    position: relative;
}

.hentry .post-categories {
    font-size: 13px;
}

.hentry .page-links {
    clear: both;
    padding: 20px 0 10px;
}

.hentry .page-links > span,
.hentry .page-links a > span {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid var(--e-global-color-ametok_border);
    color: var(--e-global-color-ametok_accent_h1);
    text-align: center;
    margin: 0 3px;
}

.hentry .page-links a:hover > span {
    color: var(--e-global-color-ametok_primary);
}

.hentry .page-links a > span {
    color: var(--e-global-color-ametok_text);
}

/* Post media Gallery */

.post-media .slick-prev,
.post-media .slick-next {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    border: none;
    outline: none;
    text-shadow: none;
    z-index: 1;
    text-indent: -9999px;
    display: inline-block;
    transform:  translateY(-50%);
}

.post-media .slick-prev:before,
.post-media .slick-next:before {
    text-indent: 0;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    display: inline-block;
}

.post-media .slick-prev {
    left: 20px;
}

.post-media .slick-next {
    right: 20px;
}

.post-media .slick-prev:hover,
.post-media .slick-next:hover {
    background-color: var(--e-global-color-ametok_accent_h1);
}

.post-media .slick-dots {
    list-style: none;
    margin: 0;
    text-align: center;
    line-height: 13px;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}

.post-media .slick-dots li {
    padding: 0;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background-color: rgba(0,0,0,0.5);
    transition: background 0.3s;
}

.post-media .slick-dots li.slick-active {
    background-color: var(--e-global-color-ametok_accent_h1);
}

.post-media .slick-dots li button {
    display: none;
}

/* Post title */

.hentry .post-title {
    margin: 0 0 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.5384;
    transition: color 0.3s;
}

.hentry .post-title a {
    color: var(--e-global-color-ametok_primary);
}

.hentry .post-title a:hover {
    color: var(--e-global-color-ametok_accent_h1);
}

.hentry .post-title-inner {
    z-index: 1;
    position: relative;
    display: inline-block;
}

.hentry .post-title-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
}

.hentry .post-title-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    background-color: transparent;
}

/* Post meta */

.hentry .post-meta {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}

.hentry .post-meta,
.hentry .post-meta a {
    color: var(--e-global-color-ametok_accent_h1);
    text-transform: capitalize;
}

.hentry .post-meta .post-meta-content-inner .item {
    margin-right: 18px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

.hentry .post-meta .post-meta-content-inner .item:after {
    position: absolute;
    top: 0;
    left: -13px;
    content: "/";
}

.hentry .post-meta .post-meta-content-inner .item:first-child:after {
    display: none;
}

.hentry .post-meta a:hover {
    color: var(--e-global-color-ametok_primary);
}

/* Post excerpt */

.hentry .post-excerpt {
    position: relative;
    z-index: 1;
    margin: 0 0 40px;
}

.hentry .post-excerpt p:last-child {
    margin-bottom: 0;
}

/* Post link */

.hentry .post-link a {
    position: relative;
    font-size: 16px;
    color: var(--e-global-color-ametok_accent_h1);
    display: inline-block;
    font-weight: 700;
    padding-right: 20px;
    transition: color 0.3s, background 0.3s;
}

.hentry .post-link a:after {
    position: absolute;
    top: 0;
    right: 0;
}

.hentry .post-link a:hover {
    color: var(--e-global-color-ametok_primary);
}

/* Blog single
-------------------------------------------------------------- */

.is-single-post .post-media {
    margin-bottom: 20px;
}

.is-single-post .hentry {
    padding: 0;
    margin: 0;
    border: 0;
}

/* Post tags */

.hentry .post-tags {
    display: block;
    border-top: 1px solid var(--e-global-color-ametok_border);
    border-bottom: 1px solid #f6f6f6;
    padding: 30px 0;
    margin:  25px 0 0;
}

.hentry .post-tags .inner {
    position: relative;
}

.hentry .post-tags .inner .tag-text {
    font-size: 20px;
    line-height: 40px;
    color: var(--e-global-color-ametok_primary);
    font-weight: 700;
    margin-right: 20px;
}

.hentry .post-tags a {
  display: inline-block;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background-color: var(--e-global-color-ametok_accent_h1);
    padding: 0 20px;
    margin-right: 10px;
}

.hentry .post-tags a:hover {
    background-color: var(--e-global-color-ametok_primary);
}

/* Post author */

.hentry .post-author {
    clear: both;
    overflow: hidden;
    position: relative;
    padding: 60px;
    background-color: #f6f6f6;
    display: flex;
    justify-content: space-between;
}

.hentry .post-author .author-avatar {
    flex-basis: 170px;
    width: 170px;
    overflow: hidden;
}

.hentry .post-author .author-avatar a {
    display: inline-block;
    width: 170px;
}

.hentry .post-author .author-avatar a img {
    width: 100%;
    height: auto;
}

.hentry .post-author .name {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.hentry .post-author .author-desc {
    overflow: hidden;
    flex-basis: 75%;
    padding-left: 35px;
}

.hentry .post-author .author-desc > p {
    margin-bottom: 0;
    color: var(--e-global-color-ametok_text);
    font-size: 16px;
    line-height: 32px;
}

.hentry .post-author .author-socials .text,
.hentry .post-author .author-socials .socials {
    display: inline-block;
}

.hentry .post-author .author-socials .socials a {
    display: inline-block;
    color: var(--e-global-color-ametok_text);
    font-size: 14px;
    margin-right: 5px;
}

.hentry .post-author .author-socials .socials a:hover {
    color: var(--e-global-color-ametok_accent_h1);
}

/* Related Post */

.related-news {
    margin-top: 110px;
}

.related-news .related-title {
    font-size: 36px;
    line-height: 56px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.related-news .related-post {
    margin: 0 -5px;
    position: relative;
    margin-bottom: 0;
}

.related-news .post-item {
    border: none;
    max-width: 570px;
}

.related-news .post-item .inner {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 40px;
    height: 170px;
    transition: 0.5s cubic-bezier(0.5, 1.6, 0.4, 0.7) 0.2s;
}

.related-news .post-item:nth-child(even) .inner {
    box-shadow: 0 30px 70px 0 rgba(193, 210, 212, 0.5);
}

.related-news .related-post:hover .post-item .inner {
    box-shadow: none;
}

.related-news .related-post:hover .post-item:hover .inner {
    box-shadow: 0 30px 70px 0 rgba(193, 210, 212, 0.5);
}

.related-news .post-item .thumb-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 170px;
}

.related-news .post-item .text-wrap {
    padding: 30px 70px 15px 200px;
    flex-basis: 400px;
}

.related-news .post-item .post-categories {
    display: none;
}

.related-news .post-item .post-categories a {
    font-size: 14px;
    color: var(--e-global-color-ametok_text);
}

.related-news .post-item .post-categories a:hover {
    color: var(--e-global-color-ametok_accent_h1);
}

.related-news .post-item .text-wrap h3 {
    font-size: 22px;
    line-height: 35px;
    margin: 0 0 13px;
}

.related-news .post-item .text-wrap h3 a:hover {
    color: var(--e-global-color-ametok_accent_h1);
}

.related-news .post-item .text-wrap .post-date {
    font-size: 14px;
}

.related-news .related-post .slick-prev,
.related-news .related-post .slick-next {
    padding: 0;
    background-color: transparent;
    width: 45px;
    height: 30px;
    position: absolute;
    top: -76px;
    cursor: pointer;
    border: none;
    outline: none;
    text-shadow: none;
    z-index: 9999;
    text-indent: -9999px;
    display: inline-block;
}

.related-news .related-post .slick-prev {
    right: 40px;
}

.related-news .related-post .slick-next {
    border-left: 1px solid #d7d7d7;
    right: -5px;
}

.related-news .related-post .slick-prev:before,
.related-news .related-post .slick-next:before {
    text-indent: 0;
    line-height: 30px;
    font-size: 20px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    transition: color 0.3s, background 0.3s;
}

.related-news .related-post .slick-next:hover:before,
.related-news .related-post .slick-prev:hover:before {
    color: var(--e-global-color-ametok_accent_h1);
}

/* Comments */
.comments-area {
    position: relative;
}

.comments-area:after,
.comments-area:before {
    content: "";
    clear: both;
    display: table;
    line-height: 0;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
    font-size: 26px;
    line-height: 40px;
    color: var(--e-global-color-ametok_primary);
    margin: 30px 0;
}

.comments-area .comment-reply-title {
    margin-bottom: 35px;
}

/* Comment list */

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list li.comment {
    padding: 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    margin-left: 20px;
}

.comment-list article {
    position: relative;
    transition: background ease 0.3s;
    overflow: hidden;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--e-global-color-ametok_border);
}

.comment-list article + .comment-respond {
    margin-bottom: 50px;
}

.comment-list article .gravatar {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    float: left;
    margin: 0 40px 0 0;
    overflow: hidden;
    background-color: #d8d3c4;
}

.comment-list article .gravatar img {
    width: 100%;
    height: auto;
}

.comment-list .comment-content {
    overflow: hidden;
    padding-bottom: 70px;
}

.comment-meta {
    margin-bottom: 18px;
    position: relative;
}

.comment-meta:after,
.comment-meta:before {
    position: relative;
    content: "";
    display: block;
    clear: both;
}

.comment-author {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 7px 0 0;
    display: inline-block;
}

.comment-time {
    font-size: 14px;
    color: #a8aaad;
    font-weight: 500;
}

.comment-text {
    overflow: hidden;
    margin-bottom: 22px;
}

.comment-edit-link {
    float: right;
    padding-top: 6px;
}

.comment-reply-link,
.comment-edit-link,
#cancel-comment-reply-link {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    font-weight: 700;
    background-color: var(--e-global-color-ametok_accent_h1);
    color: #fff;
}

.comment-reply-link:hover,
.comment-edit-link:hover,
#cancel-comment-reply-link:hover {
    background-color: var(--e-global-color-ametok_primary);
    color: #fff;
}

#cancel-comment-reply-link {
    position: absolute;
    right: 0;
    top: 0;
}

.comment-text > p:last-child {
    margin-bottom: 0;
}

.unapproved {
    display: block;
    color: var(--e-global-color-ametok_accent_h1);
    font-size: 14px;
    font-style: italic;
}

/* Comment form */

#comments .comment-respond {
    position: relative;
}

#comments .name-wrap,
#comments .email-wrap {
    float: left;
    width: calc(50% - 15px);
}

#comments .name-wrap {
    margin-right: 30px;
}

#comments .name-wrap input,
#comments .email-wrap input,
#comments .url-wrap input,
#comments .message-wrap textarea {
    width: 100%;
}

#comments .message-wrap textarea {
    height: 200px;
}

#comments .comment-respond .form-submit {
    clear: both;
    margin: 0;
}

#comments .comment-respond .form-submit .submit {
    transition: background 0.3s, color 0.3s;
    padding: 0 60px;
}

#comments .comment-respond .comment-form-cookies-consent {
    font-size: 16px;
}

.logged-in-as {
    margin-bottom: 10px;
    font-size: 14px;
}

.logged-in-as a {
    color: var(--e-global-color-ametok_accent_h1);
}

.logged-in-as a:hover {
    color: var(--e-global-color-ametok_primary);
}

/* Single Project
-------------------------------------------------------------- */
.single-project-inner .thumb {
    position: relative;
    margin-bottom: 47px;
}

.single-project-inner .post-title {
    font-size: 40px;
    line-height: 52px;
}

.single-project-inner .info-wrap {
    position: absolute;
    bottom: -60px;
    right: 40px;
    background-color: #fff;
    box-shadow: 0 10px 60px rgba(0,0,0,0.1);
    border-top: 6px solid var(--e-global-color-ametok_accent_h1);
    padding: 38px 50px;
}

.single-project-inner .info-wrap .info:not(:last-child) {
    margin-bottom: 18px;
}

.single-project-inner .info-wrap span {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
}

.single-project-inner .info-wrap .title {
    font-weight: 800;
    color: var(--e-global-color-ametok_primary);
    min-width: 160px;
}

.single-project-inner .info-wrap .text {
    min-width: 100px;
}

@media only screen and (max-width: 991px) {
    .single-project-inner .info-wrap {
        display: none;
    }
}

/* Search Page
-------------------------------------------------------------- */
.search-page .hentry {
    margin-bottom: 53px;
    border-bottom: 1px solid var(--e-global-color-ametok_border);
    padding-bottom: 50px;
}

.search-page .hentry:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.search-page .hentry .post-title {
    margin-bottom: 40px;
}

/* Footer
-------------------------------------------------------------- */
#footer {
    background-color: var(--e-global-color-ametok_primary);
    background-size: cover;
    background-repeat: no-repeat;
    color: #a8aaad;
    padding: 110px 0 85px;
    border-style: solid;
    position: relative;
}

#footer.ametok-footer {
    padding: 0 0 !important;
}

#footer-widgets .footer-grid:after,
#footer-widgets .footer-grid:before {
    display: block;
    content: "";
    clear: both;
}

#footer table,
#footer th,
#footer td {
    border-color: #363d48;
}

#footer select {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
}

#footer input[type="search"] {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
}

#footer select:focus,
#footer input[type="search"]:focus {
    border-color: var(--e-global-color-ametok_accent_h1);
}

/* Grid */
.footer-grid .col { float: left; }
.footer-grid .span_1_of_1.col { float: none; }
.footer-grid .span_1_of_2 { width: 50%; }
.footer-grid .span_1_of_3 { width: 33.33%; }
.footer-grid .span_1_of_4 { width: 25%; }
.footer-grid .span_1_of_5 { width: 25%; }
.footer-grid .span_1_of_5:first-child { width: 41.66%; }
.footer-grid .span_1_of_5:last-child { width: 33.33%; }
.footer-grid .w370 { width: 31.624%; }
.footer-grid .w170 { width: 14.53%; margin-left: 2.564%; }
.footer-grid .w270 { width: 23.077%; margin-left: 2.564%; }

/* Gutter */
.footer-grid.gutter-5 { margin-left: -2.5px; margin-right: -2.5px; }
.footer-grid.gutter-5 > .col { padding-left: 2.5px; padding-right: 2.5px; }
.footer-grid.gutter-10 { margin-left: -5px; margin-right: -5px; }
.footer-grid.gutter-10 > .col { padding-left: 5px; padding-right: 5px; }
.footer-grid.gutter-15 { margin-left: -7.5px; margin-right: -7.5px; }
.footer-grid.gutter-15 > .col { padding-left: 7.5px; padding-right: 7.5px; }
.footer-grid.gutter-20 { margin-left: -10px; margin-right: -10px; }
.footer-grid.gutter-20 > .col { padding-left: 10px; padding-right: 10px; }
.footer-grid.gutter-25 { margin-left: -12.5px; margin-right: -12.5px; }
.footer-grid.gutter-25 > .col { padding-left: 12.5px; padding-right: 12.5px; }
.footer-grid.gutter-30 { margin-left: -15px; margin-right: -15px; }
.footer-grid.gutter-30 > .col { padding-left: 15px; padding-right: 15px; }
.footer-grid.gutter-35 { margin-left: -17.5px; margin-right: -17.5px; }
.footer-grid.gutter-35 > .col { padding-left: 17.5px; padding-right: 17.5px; }
.footer-grid.gutter-40 { margin-left: -20px; margin-right: -20px; }
.footer-grid.gutter-40 > .col { padding-left: 20px; padding-right: 20px; }
.footer-grid.gutter-45 { margin-left: -22.5px; margin-right: -22.5px; }
.footer-grid.gutter-45 > .col { padding-left: 22.5px; padding-right: 22.5px; }
.footer-grid.gutter-50 { margin-left: -25px; margin-right: -25px; }
.footer-grid.gutter-50 > .col { padding-left: 25px; padding-right: 25px; }
.footer-grid.gutter-60 { margin-left: -30px; margin-right: -30px; }
.footer-grid.gutter-60 > .col { padding-left: 30px; padding-right: 30px; }
.footer-grid.gutter-70 { margin-left: -35px; margin-right: -35px; }
.footer-grid.gutter-70 > .col { padding-left: 35px; padding-right: 35px; }
.footer-grid.gutter-80 { margin-left: -40px; margin-right: -40px; }
.footer-grid.gutter-80 > .col { padding-left: 40px; padding-right: 40px; }

/* Bottom Bar
-------------------------------------------------------------- */

#bottom {
    color: #a8aaad;
    background-color: #171717;
    font-weight: 500;
    position: relative;
    border-top: 1px solid #333;
}

#bottom .bottom-bar-inner-wrap {
    position: relative;
}

#bottom .inner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 84px;
    position: relative;
}

/* Copyright */
#copyright {
    font-size: 16px;
    margin-right: 20px;
}

#copyright a {
    color: var(--e-global-color-ametok_accent_h1);
}

#copyright a:hover {
    color: #fff
}

/* Pagination
-------------------------------------------------------------- */
.ametok-pagination,
.woocommerce-pagination,
.project-nav .ametok-pagination {
    clear: both;
    margin: 50px 0 0;
    text-align: center;
}

.woocommerce-pagination {
    margin-top: 65px;
    border: 0;
    clear: both;
    padding-top: 50px;
    text-align: center;
    border-top: 1px solid var(--e-global-color-ametok_border);
}

.ametok-pagination ul,
.woocommerce-pagination .page-numbers {
    margin: 0;
    line-height: 1;
}

.ametok-pagination ul li,
.woocommerce-pagination .page-numbers li {
    display: inline-block;
    padding: 0;
    margin: 0 6px;
}

.ametok-pagination ul li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 58px;
    width: 58px;
    height: 58px;
    border: 1px solid var(--e-global-color-ametok_border);
    color: var(--e-global-color-ametok_text);
    text-align: center;
    overflow: hidden;
    transition: color 0.3s, background 0.3s, border 0.3s;
}

.ametok-pagination ul li .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers:hover,
.ametok-pagination ul li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
    border-color: var(--e-global-color-ametok_accent_h1);
    color: var(--e-global-color-ametok_accent_h1);
}

@media only screen and (max-width: 575px) {
    .ametok-pagination,
    .woocommerce-pagination,
    .project-nav .ametok-pagination {
        text-align: left;
    }
}

/* Nothing Found & 404 Page
-------------------------------------------------------------- */

.no-results { 
    width: 100%; 
}

.no-results-content { 
    max-width: 800px; 
    margin: 0 auto; 
    text-align: center; 
}

.no-results-content .search-form { 
    position: relative; 
    max-width: 600px;
    margin: 0 auto;
}

.no-results-content .text { 
    display: none; 
}

.no-results-title h1 {
    font-size: 50px;
    line-height: 1.3;
}

.no-results-content .search-form .search-field {
    padding: 12px 25px;
    margin-bottom: 0;
    height: 60px;
    width: 100%;
}

.no-results-content .search-form .search-field:focus {
    border-color: var(--e-global-color-ametok_accent_h1);
}

.no-results-content .search-form .search-submit {
    position: absolute;
    background-color: transparent;
    right: 7px;
    top: 7px;
    width: 46px;
    height: 46px;
    text-align: center;
    text-indent: -9999px;
    padding: 0;
    border: 0;
    overflow: hidden;
    color: var(--e-global-color-ametok_text);
}

.no-results-content .search-form .search-submit:hover {
    color: var(--e-global-color-ametok_accent_h1);
}

.no-results-content .search-form .search-submit svg {
    position: absolute;
    width: 50%;
    top: 25%;
    left: 25%;
    fill: currentColor;
    transition: fill 0.3s;
}

.image-404 {
    margin: 0 auto 60px;
}

/* Media Queries
-------------------------------------------------------------- */

@media only screen and (max-width: 1300px) {
    .header-button,
    .site-header-inner .ametok-cart,
    .site-header-inner .ametok-search { display: none; }
    #site-header .ametok-menu { justify-content: flex-end; }
    .ametok-menu > ul > li { padding: 0 12px; }
}

@media only screen and (max-width: 1024px) {
    .top-bar { display: none; }
    .site-header-inner,
    .ametok-menu-wrap { justify-content: flex-end; }
    .site-header-inner { height: 80px; position: relative; }
    .site-header-inner .ametok-hamburger-icon,
    .ametok-menu-wrap.menu-hamburger-on-mobi .ametok-hamburger-icon { display: block; }
    .ametok-menu-wrap .menu-extra .ametok-search,
    .ametok-menu-wrap .menu-extra .ametok-cart,
    .site-header-inner .ametok-menu,
    .ametok-menu-wrap.menu-hamburger-on-mobi .ametok-menu { display: none !important; }
    #site-logo { flex-grow: 1; }
    .footer-grid .span_1_of_5:first-child { width: 33.33%; }
    .footer-grid .span_1_of_5:last-child { width: 41.667%; }
}

@media only screen and (max-width: 991px) {
    .top-bar { display: none; }
    #sidebar { display: none; }
    #site-content,
    #sidebar { width: 100% !important; max-width: none !important; float: none; }
    #inner-content { padding-left: 0 !important; padding-right: 0 !important; }
    #main-content { padding: 90px 0; }
    #featured-title .inner-wrap { padding: 100px 0 96px; }
    #featured-title .sub-title { font-size: 20px; }
    .related-news { margin-top: 90px; }
    .comments-area .comments-title,
    .comments-area .comment-reply-title { margin-top: 50px; }
    #footer { padding: 60px 0 !important; }
    #footer-widgets .footer-grid > .col:last-child > .widget:last-child { margin-bottom: 0; }
    #footer-widgets .widget.widget_instagram .instagram-wrap,
    #footer-widgets .widget.widget_flickr .flickr-wrap { max-width: 400px; }
}

@media only screen and (max-width: 767px) {
    .wpcf7 .input-wrap .wpcf7-form-control-wrap { width: 100% !important; margin-right: 0 !important; }
    #main-content { padding: 60px 0; }
    .search-style-fullscreen .search_form { width: 80%; }
    #featured-title .inner-wrap,
    #featured-title .title-group,
    #featured-title #breadcrumbs { display: block; width: 100%; text-align: left; }
    #featured-title .sub-title { display: none; }
    .hentry .post-author { flex-direction: column; align-items: center; padding: 45px; }
    .hentry .post-author .name { margin-bottom: 15px; }
    .hentry .post-author .author-desc { text-align: center; padding: 35px 0 0; }
    .hentry .post-author .author-avatar {  }
    .hentry .post-author .author-avatar > a {  }
    .comment-list article .gravatar { float: none; margin: 0 0 15px; width: 80px; height: 80px; }
    .comment-meta, .comment-text { margin-bottom: 15px; }
    #comments .name-wrap, #comments .email-wrap, #comments .url-wrap { width: 100%; float: none; margin: 0; }
    .widget_media_gallery .gallery img { width: 100%; }
    #footer { padding: 60px 0 !important; }
    #footer-widgets .footer-grid .col { width: 100%; }
    #bottom .bottom-bar-inner-wrap { padding: 30px 0 27px; }
    .hentry .post-title { padding-right: 0px; }
    .hentry .post-link { position: static; margin-bottom: 10px; }
}