/*!
Theme Name: Metafast
Theme URI: https://garudatheme.com/collections/metafast/
Author: Garudatheme
Author URI: https://garudatheme.com
Description: Untuk personal blog dengan ukuran ringan, cepat, dan support AMP (Accelerated Mobile Pages). Dilengkapi dengan side navigation, dark mode, universal share buttons, dll
Version: 1.6
Requires at least: 6.0
Tested up to: 6.8.1
Requires PHP: 7.2
Text Domain: metafast
Tags: blog, news, clean, lightweight, darkmode, two column, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
    --font-body: "Asap", sans-serif;
    --font-heading: "Poppins", sans-serif;
    --primary-color: #3360df;
    --primary-color-hover: #2e57cf;
    --text-color: #202124;
    --dark-background: #1b1e24;
    --dark-background-secondary: #282c34;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: 0 0;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.12);
    border-radius: 12px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.2);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.4em;
    color: var(--text-color);
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-size: 24px;
    line-height: 1.4em;
}

h1 {
    font-size: 27px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

button,
input,
select,
textarea {
    display: block;
    max-width: 100%;
    background: 0 0;
    margin: 0 0 8px 0;
    padding: 8px 16px;
    border: 1px solid rgba(100, 121, 143, 0.28);
    border-radius: 6px;
    outline: 0;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.4em;
    color: inherit;
    transition: all ease-in-out 0.2s;
}

button,
input[type="submit"] {
    background: var(--primary-color);
    color: #fff;
    border: 0;
    cursor: pointer;
}

button:hover,
input[type="submit"]:hover {
    background: var(--primary-color-hover);
}

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

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

.screen-reader-text {
    display: none;
}

.header-outer-wrapper {
    display: block;
    width: 100%;
    height: 73px;
}

.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    border-bottom: 1px solid rgba(100, 121, 143, 0.12);
    padding: 12px 20px;
    overflow: hidden;
    z-index: 20;
}

.header-wrapper .left {
    float: left;
    width: 300px;
}

.header-wrapper .right {
    float: right;
    width: calc(100% - 320px);
}

.menu-toggle {
    float: left;
    background: 0 0;
    margin: 0 8px 0 0;
    padding: 12px;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    transition: all ease-in-out 0.2s;
}

.menu-toggle:hover {
    background: #f1f3f4;
}

.menu-toggle svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: var(--text-color);
    opacity: 0.8;
}

.site-branding {
    float: left;
    display: flex;
    align-items: center;
    width: 170px;
    height: 48px;
    white-space: nowrap;
}

.site-branding .custom-logo-link {
    display: block;
}

.site-branding .custom-logo-link img {
    display: block;
    width: auto;
    max-height: 48px;
}

.site-branding .site-title {
    display: block;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
    padding: 0;
}

.site-branding .site-title a {
    color: var(--text-color);
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

.site-branding .site-title a:hover {
    color: var(--text-color);
}

.site-branding .custom-logo-link ~ .site-title,
.site-branding .site-description {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

.search-form {
    float: left;
    width: calc(100% - 360px);
    position: relative;
}

.search-form input[type="search"] {
    display: block;
    width: 100%;
    height: 48px;
    background: #f1f3f4;
    font-family: inherit;
    font-size: 15px;
    line-height: 1em;
    color: #000;
    border: 0;
    border-radius: 8px;
    outline: 0;
    margin: 0;
    padding: 0 20px 0 60px;
    transition: all ease-in-out 0.2s;
}

.search-form input[type="search"]:focus {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.search-form button[type="submit"] {
    position: absolute;
    top: 4px;
    left: 10px;
    width: 40px;
    height: 40px;
    background: 0 0;
    border: 0;
    outline: 0;
    border-radius: 100%;
    margin: 0;
    padding: 4px 0 0 0;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}

.search-form button[type="submit"]:hover {
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.search-form button[type="submit"] svg {
    width: 24px;
    height: 24px;
    fill: var(--text-color);
    opacity: 0.8;
}

.search-toggle {
    display: none;
}

.search-toggle,
.share-toggle {
    float: right;
    cursor: pointer;
    padding: 12px 6px;
}

.search-toggle svg,
.share-toggle svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: var(--text-color);
    opacity: 0.8;
    transition: all ease-in-out 0.2s;
}

.darkmode-toggle {
    float: right;
    cursor: pointer;
    padding: 12px 6px;
}

.darkmode-toggle svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: var(--text-color);
    opacity: 0.8;
    transition: all ease-in-out 0.2s;
}

.darkmode .darkmode-toggle .lightmode {
    display: none;
}

.darkmode-toggle .darkmode {
    display: none;
}

.darkmode .darkmode-toggle .darkmode {
    display: block;
}

.nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    padding: 73px 0 0 0;
    z-index: 10;
    transition: all ease-in-out 0.2s;
}

.nav-wrapper-inner {
    display: block;
    height: 100%;
    overflow-y: hidden;
}

.nav-wrapper-inner:hover {
    overflow-y: auto;
}

.nav-outer-wrapper.toggled .nav-wrapper {
    left: -280px;
}

.nav-close-wrapper {
    display: none;
}

.nav-wrapper .contact-button {
    display: block;
    padding: 20px 25px;
}

.nav-wrapper .contact-button a {
    display: inline-block;
    font-size: 15px;
    line-height: 1em;
    color: var(--text-color);
    text-decoration: none;
    padding: 18px 28px 18px 60px;
    border-radius: 24px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    transition: all ease-in-out 0.2s;
}

.nav-wrapper .contact-button a:hover {
    background: #f1f3f4;
}

.nav-wrapper .contact-button a svg {
    position: absolute;
    top: 14px;
    left: 20px;
    width: 24px;
    height: 24px;
    fill: var(--text-color);
    opacity: 0.8;
    transition: all ease-in-out 0.2s;
}

.nav-wrapper .cat-menu {
    display: block;
    border-bottom: 1px solid rgba(100, 121, 143, 0.12);
}

.nav-wrapper .cat-menu .cat-toggle {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 1em;
    color: var(--text-color);
    padding: 15px 25px;
    position: relative;
}

.nav-wrapper .cat-menu .cat-toggle .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    fill: var(--text-color);
    margin: 0 12px 0 0;
    vertical-align: middle;
}

.nav-wrapper .cat-menu .cat-toggle .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    fill: var(--text-color);
    transition: all ease-in-out 0.2s;
}

.nav-wrapper .cat-menu .cat-toggle.toggled .arrow {
    transform: translateY(-50%) rotate(180deg);
}

.nav-wrapper .cat-menu > div ul {
    display: block;
    visibility: hidden;
    height: 0;
    opacity: 0;
    margin: 0;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
}

.nav-wrapper .cat-menu .cat-toggle.toggled ~ div ul {
    visibility: visible;
    height: auto;
    opacity: 1;
}

.nav-wrapper .cat-menu > div ul li {
    display: block;
}

.nav-wrapper .cat-menu > div ul li a {
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    color: var(--text-color);
    text-decoration: none;
    border-left: 2px solid transparent;
    padding: 10px 20px 10px 50px;
    transition: all ease-in-out 0.2s;
}

.nav-wrapper .cat-menu > div ul li a:hover,
.nav-wrapper .cat-menu > div ul li.current-menu-item a {
    background: #f1f3f4;
    border-color: var(--primary-color);
}

.nav-wrapper .main-navigation {
    display: block;
    padding: 0 0 33px 0;
}

.nav-wrapper .main-navigation.no-socmed {
    padding: 0;
}

.nav-wrapper .main-navigation > div {
    display: block;
}

.nav-wrapper .main-navigation ul {
    list-style: none;
}

.nav-wrapper .main-navigation ul li {
    display: block;
    position: relative;
}

.nav-wrapper .main-navigation ul li a {
    display: block;
    padding: 0 25px;
    font-size: 15px;
    line-height: 42px;
    color: var(--text-color);
    text-decoration: none;
    border-left: 2px solid transparent;
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
}

.nav-wrapper .main-navigation ul li.menu-item-has-children > a {
    padding-right: 42px;
}

.nav-wrapper
    .main-navigation
    ul
    li.menu-item-has-children
    > ul.sub-menu
    > li
    > a {
    padding-left: 30px;
}

.nav-wrapper
    .main-navigation
    ul
    li.menu-item-has-children
    > ul.sub-menu
    > li
    > ul.sub-menu
    > li
    > a {
    padding-left: 35px;
}

.nav-wrapper
    .main-navigation
    ul
    li.menu-item-has-children
    > ul.sub-menu
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu
    > li
    > a {
    padding-left: 40px;
}

.nav-wrapper .main-navigation ul li.current-menu-item > a,
.nav-wrapper .main-navigation ul li.current_page_item > a {
    font-weight: 700;
    color: var(--primary-color);
}

.nav-wrapper .main-navigation ul li a:hover,
.nav-wrapper .main-navigation ul li.current-menu-item > a,
.nav-wrapper .main-navigation ul li.current_page_item > a {
    background: #f1f3f4;
    border-color: var(--primary-color);
}

.nav-wrapper .main-navigation ul li > .dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    background: inherit;
    border: 0;
    border-left: 1px solid rgba(100, 121, 143, 0.12);
    border-radius: 0;
    cursor: default;
    margin: 0;
    padding: 11px 12px;
}

.nav-wrapper .main-navigation ul li > .dropdown-toggle > svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: var(--text-color);
    transition: all ease-in-out 0.2s;
}

.nav-wrapper .main-navigation ul li > .dropdown-toggle.toggled-on > svg {
    transform: rotate(180deg);
}

.nav-wrapper .main-navigation ul li > ul.sub-menu {
    display: none;
}

.nav-wrapper .main-navigation ul li > button.toggled-on + ul.sub-menu {
    display: block;
}

.nav-wrapper .social-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #fff;
    text-align: center;
    border-top: 1px solid rgba(100, 121, 143, 0.12);
}

.nav-wrapper .social-icon a {
    display: inline-block;
    line-height: 1em;
    position: relative;
    padding: 8px;
    transition: all ease-in-out 0.2s;
}

.nav-wrapper .social-icon a svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: var(--text-color);
    opacity: 0.8;
    transition: all ease-in-out 0.2s;
}

.nav-wrapper .social-icon a:hover svg {
    opacity: 1;
}

.main-wrapper {
    float: left;
    width: calc(100% - 680px);
    margin: 0 0 0 320px;
    padding: 25px;
    transition: all ease-in-out 0.2s;
}

.nav-outer-wrapper.toggled ~ .main-wrapper {
    width: calc(100% - 360px);
    margin: 0;
}

.post {
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
    overflow: hidden;
}

.single .post {
    margin: 0;
    overflow: inherit;
}

.post .post-thumbnail {
    float: left;
    width: 200px;
    height: 135px;
    background: rgba(100, 121, 143, 0.12);
    margin: 0 20px 0 0;
    border-radius: 8px;
    overflow: hidden;
}

.post .post-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.2s;
}

.post .post-thumbnail img:hover {
    opacity: 0.8;
}

.page .entry-header,
.post .entry-header {
    display: block;
    margin: 0 0 10px 0;
}

.post .entry-header .entry-categories {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0 4px 0;
}

.post .entry-header .entry-categories a {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3em;
    text-decoration: none;
    text-transform: uppercase;
}

.post .entry-header h2.entry-title {
    display: -webkit-box;
    font-family: var(--font-heading);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featured-post .post .entry-header h2.entry-title {
    font-size: 18px;
}

.post .entry-header h2.entry-title a {
    display: block;
    color: var(--text-color);
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

.post .entry-header h2.entry-title a:hover {
    opacity: 0.65;
}

.page .entry-header h1.entry-title,
.post .entry-header h1.entry-title {
    display: block;
    display: -webkit-box;
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post .single-head {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    overflow: hidden;
    box-shadow: 0 60px 28px -48px rgba(0, 0, 0, 0.06);
}

.post .single-head > .singhead-left {
    float: left;
    width: calc(100% - 520px);
}

.post .single-head > .singhead-right {
    float: right;
    width: 460px;
}

.post .single-head > .singhead-left > .entry-header {
    margin: 0 0 15px 0;
}

.post .single-head > .singhead-left > .entry-excerpt {
    display: block;
    display: -webkit-box;
    font-size: 17px;
    line-height: 1.7em;
    margin: 0 0 25px 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post .entry-content {
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    color: #5f626a;
    margin: 0 0 10px 0;
}

.single .post .entry-content {
    font-size: 17px;
    line-height: 1.7em;
    color: var(--text-color);
    margin: 0 0 30px 0;
}

.featured-post {
    display: block;
    display: flex;
    width: calc(100% + 30px);
    flex-wrap: wrap;
    margin: 0 0 25px -15px;
}

.featured-post::after {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background: rgba(100, 121, 143, 0.12);
    margin: 0 0 0 15px;
}

.featured-post > .post {
    float: left;
    width: calc(25% - 30px);
    margin: 0 15px 25px 15px;
}

.featured-post > .post > .post-thumbnail {
    float: none;
    display: block;
    width: 100%;
    height: 180px;
    margin: 0 0 12px 0;
}

.featured-post > .post > .entry-content {
    display: none;
}

.entry-content blockquote,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content ol,
.entry-content p,
.entry-content pre,
.entry-content ul,
.entry-content table,
.entry-content .wp-block-image {
    display: block;
    line-height: 1.7em;
    margin: 0 0 25px 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    line-height: 1.4em;
}

.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
    color: var(--text-color);
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
}

.entry-content blockquote {
    background: #f1f3f4;
    padding: 20px 20px 20px 60px;
    position: relative;
}

.entry-content blockquote:before {
    content: '"';
    position: absolute;
    top: 13px;
    left: 5px;
    font-size: 82px;
    font-style: italic;
    line-height: 1em;
    opacity: 0.25;
}

.entry-content blockquote p:last-child {
    margin: 0;
}

.entry-content blockquote cite {
    font-size: 14px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.65);
}

.entry-content pre.wp-block-code {
    position: relative;
}

.entry-content pre.wp-block-code::before {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAVBJREFUSEvVlaFPQzEYxH+XIBCICQRiAoFAIBCICf78iQkEAjExgZiYmJhATCw58i1vS/favve2ZAlUtl/vetevV3HloSvj83cJbL8DN8BM0rbmxEUKbD8Az8CPpI8umy8leAHugYWk5dkEth+BpaRde7PtsCXsiTGNmmZuLOm7XZ8psB3Sw4KifNtj4AlYS/oKQNtvwB2wkjRPSU4IEvComUtaFRQcwI7ryZ1E+QnJkWAg+C0wAXaSpil5jWRPMAS8qQtrwqLMimb90F1HJRoK3gDE6UPFp6RNqXsyJa2Jou8N+Ah4BbaSZrXWzPAK0mqXe+iuaN/FgNPvcdJLTv3LSPqioeZEu02LJH3R0GVz6aFlOWO7MxqSh5YpL2aR7ciZTRIDJ9FQiY+RpHVvVBQ2Z9FwzifVm6Zd8ocQdRLYrkbDEPCo6VUwFKhW9/8JfgEsws5T1WOxnwAAAABJRU5ErkJggg==);
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.entry-content pre code {
    display: block;
    width: 100%;
    position: relative;
    background: var(--dark-background-secondary);
    font-family: "Courier New", monospace;
    font-size: 16px;
    line-height: 1.5em;
    white-space: inherit;
    color: rgba(255, 255, 255, 0.65);
    padding: 20px 50px 20px 20px;
    overflow-x: auto;
}

.entry-content table {
    display: table;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

.entry-content table th,
.entry-content table td {
    border: 1px solid rgba(100, 121, 143, 0.12);
    padding: 8px 16px;
}

.entry-content a:hover {
    opacity: 0.8;
}

.entry-content ol,
.entry-content ul {
    padding: 0 0 0 20px;
}

.entry-content ol li,
.entry-content ul li {
    margin: 0 0 7px 0;
}

.entry-content ol li:last-child,
.entry-content ul li:last-child {
    margin: 0;
}

.entry-content ol li::marker,
.entry-content ul li::marker {
    font-weight: bold;
}

.entry-content .wp-block-image .wp-element-caption {
    display: block;
    font-size: 13px;
    font-style: italic;
    line-height: 1.4em;
    margin: 8px 0 0 0;
}

.entry-content .page-links {
    display: block;
}

.entry-content .page-links .title {
    display: inline-block;
    margin: 0 12px 0 0;
}

.entry-content .page-links .post-page-numbers {
    display: inline-block;
    background: 0 0;
    font-size: 15px;
    line-height: 1em;
    color: var(--primary-color);
    text-decoration: none;
    margin: 0 4px 4px 0;
    padding: 6px 14px;
    border: 1.5px solid var(--primary-color);
    border-radius: 6px;
    transition: all ease-in-out 0.2s;
}

.entry-content .page-links .post-page-numbers.current,
.entry-content .page-links .post-page-numbers:hover {
    background: var(--primary-color);
    color: #fff;
}

.post .entry-meta {
    display: block;
    font-size: 15px;
    line-height: 1em;
    color: #5f626a;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.post .entry-meta .byline,
.post .entry-meta .posted-on,
.post .entry-meta .post-views {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
    position: relative;
}

.post .entry-meta svg {
    display: inline-block;
    width: 18px;
    height: 18px;
    fill: #5f626a;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.post .entry-meta .text {
    display: inline-block;
    vertical-align: middle;
}

.post .entry-meta a {
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
}

.breadcrumbs {
    display: block;
    list-style: none;
    font-family: var(--font-heading);
    font-size: 13px;
    line-height: 1em;
    color: var(--text-color);
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    margin: 0 0 25px 0;
    padding: 0;
    overflow: hidden;
}

.breadcrumbs li {
    display: inline;
    margin: 0 6px 0 0;
}

.breadcrumbs li a {
    color: var(--text-color);
    text-decoration: none;
}

.breadcrumbs li strong {
    font-weight: 400;
    opacity: 0.35;
}

.paginate-links {
    display: inline-block;
    width: 100%;
}

.paginate-links .page-numbers {
    display: inline-block;
    background: 0 0;
    font-size: 15px;
    line-height: 1em;
    color: var(--primary-color);
    text-decoration: none;
    margin: 0 4px 4px 0;
    padding: 8px 16px;
    border: 1.5px solid var(--primary-color);
    border-radius: 6px;
    transition: all ease-in-out 0.2s;
}

.paginate-links .page-numbers.current,
.paginate-links .page-numbers:hover {
    background: var(--primary-color);
    color: #fff;
}

.page-header {
    display: block;
    position: relative;
    border-bottom: 1.5px solid rgba(100, 121, 143, 0.12);
    margin: 12px 0 25px 0;
    padding: 0 0 15px 0;
}

.page-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    width: 40px;
    height: 1.5px;
    background: var(--text-color);
}

.page-header h1 {
    display: block;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
    padding: 0;
    position: relative;
}

.page-header h1 span {
    color: var(--primary-color);
}

.page-header .archive-description {
    display: block;
    font-size: 15px;
    line-height: 1.4em;
    margin: 8px 0 0 0;
}

.table-of-contents {
    display: inline-block;
    width: 460px;
    max-width: 100%;
    background: #f1f3f4;
    border-radius: 6px;
    margin: 0 0 25px 0;
    padding: 25px;
}

.table-of-contents > .toc-heading {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 20px 0 0;
}

.table-of-contents > .toc-heading > svg {
    display: inline-block;
    width: 18px;
    height: 18px;
    fill: var(--text-color);
    margin: 0 12px 0 0;
    vertical-align: middle;
}

.table-of-contents > .toc-heading > .title {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3em;
    vertical-align: middle;
}

.table-of-contents > .toc-heading > .toc-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.05);
    cursor: pointer;
    border-radius: 100%;
    padding: 3px;
}

.table-of-contents > .toc-heading > .toc-toggle > svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: var(--text-color);
}

.table-of-contents > ul {
    display: block;
    list-style: none;
    font-size: 16px;
    line-height: 1.5em;
    margin: 15px 0 0 0;
    padding: 0;
}

.table-of-contents > ul.hide {
    display: none;
}

.table-of-contents > ul > li {
    display: block;
    margin: 0 0 6px 0;
}

.table-of-contents > ul > li.heading-level-3 {
    margin-left: 8px;
}

.table-of-contents > ul > li.heading-level-4 {
    margin-left: 16px;
}

.table-of-contents > ul > li.heading-level-5 {
    margin-left: 24px;
}

.table-of-contents > ul > li.heading-level-6 {
    margin-left: 32px;
}

.table-of-contents > ul > li:last-child {
    margin-bottom: 0;
}

.table-of-contents > ul > li > a {
    color: var(--text-color);
}

.post-share {
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
    overflow: hidden;
}

.post-share .share-link {
    float: left;
    background: var(--primary-color);
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    border-radius: 2px;
    margin: 0 12px 0 0;
    padding: 10px 15px;
    transition: all ease-in-out 0.2s;
}

.post-share .share-link.facebook {
    background: #1877f2;
}

.post-share .share-link.twitter {
    background: #14171a;
}

.post-share .share-link.whatsapp {
    background: #25d366;
}

.post-share .share-link:hover {
    opacity: 0.65;
}

.post-share .share-link svg {
    float: left;
    width: 20px;
    height: 20px;
    fill: #fff;
    margin: 0 15px 0 0;
}

.post-share .share-link .text {
    display: inline-block;
    padding: 3px 0 2px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.post-share .share-link-more {
    float: left;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    border: 1px solid var(--text-color);
    border-radius: 2px;
    margin: 0 12px 0 0;
    padding: 9px 15px;
    cursor: pointer;
    opacity: 0.8;
}

.post-share .share-link-more svg {
    float: left;
    width: 20px;
    height: 20px;
    fill: var(--text-color);
}

.author-info {
    display: block;
    width: 100%;
    background: #f1f3f4;
    border-radius: 6px;
    margin: 0 0 25px 0;
    padding: 25px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) inset;
    overflow: hidden;
}

.author-info > .author-image {
    float: left;
    width: 64px;
    height: 64px;
}

.author-info > .author-image > img {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    margin: 0;
}

.author-info > .author-detail {
    float: right;
    width: calc(100% - 84px);
}

.author-info > .author-detail > .author-name {
    display: block;
    font-size: 17px;
    font-weight: bold;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 8px 0;
}

.author-info > .author-detail > .author-description {
    display: block;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.6em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.widget-area {
    float: right;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    width: 340px;
    padding: 25px;
}

.widget-area .widget {
    display: block;
    font-size: 15px;
    line-height: 1.4em;
    margin: 0 0 25px 0;
}

.widget-area .widget > h2,
.widget-area .widget > .wp-block-group > h2,
.widget-area .widget > .wp-block-group > .wp-block-group__inner-container > h2 {
    display: block;
    font-size: 18px;
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0 0 12px 0;
    border-bottom: 1.5px solid rgba(100, 121, 143, 0.12);
    position: relative;
}

.widget-area .widget > h2:after,
.widget-area .widget > .wp-block-group > h2:after,
.widget-area
    .widget
    > .wp-block-group
    > .wp-block-group__inner-container
    > h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    width: 40px;
    height: 1.5px;
    background: var(--text-color);
}

.widget-area .widget ol,
.widget-area .widget ul {
    list-style: none;
}

.widget-area .widget ol li,
.widget-area .widget ul li {
    display: inline-block;
    width: 100%;
    margin: 0 0 8px 0;
}

.widget-area .widget ul.wp-block-latest-posts li {
    margin: 0 0 15px 0;
}

.widget-area .widget a {
    color: var(--text-color);
}

.widget-area .widget a:hover {
    opacity: 0.65;
}

.widget-area .widget select {
    display: block;
    width: 100%;
}

.widget-area .widget ul.wp-block-latest-posts li a {
    display: block;
    display: -webkit-box;
    font-family: var(--font-heading);
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget-area
    .widget
    ul.wp-block-latest-posts
    li
    .wp-block-latest-posts__featured-image {
    float: left;
    width: 95px;
    height: 70px;
    border-radius: 6px;
    margin: 0 12px 0 0;
    overflow: hidden;
}

.widget-area
    .widget
    ul.wp-block-latest-posts
    li
    .wp-block-latest-posts__featured-image
    img {
    display: block;
    width: 100%;
    height: 100%;
}

.widget-area
    .widget
    ul.wp-block-latest-posts
    li
    .wp-block-latest-posts__post-date {
    display: block;
    font-size: 13px;
    line-height: 1em;
    margin: 4px 0 0 0;
}

.widget-area .widget.widget_recent_entries ul li a {
    display: -webkit-box;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    color: var(--text-color);
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all ease-in-out 0.2s;
}

.widget-area .widget.widget_recent_entries ul li a:hover {
    opacity: 0.65;
}

.widget-area .widget.widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    opacity: 0.8;
}

.widget-area .widget.widget_search .wp-block-search__inside-wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
}

.widget-area .widget.widget_search label {
    display: none;
}

.widget-area .widget.widget_search input[type="search"] {
    float: left;
    width: calc(100% - 92px);
    background: transparent;
    border: 1px solid rgba(100, 121, 143, 0.12);
    padding: 8px 16px;
}

.widget-area .widget.widget_search button[type="submit"] {
    float: right;
    width: 80px;
    margin: 0;
}

.widget-area .widget.widget_popular_posts ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-area .widget.widget_popular_posts ul li {
    display: block;
    margin: 0 0 15px 0;
    overflow: hidden;
}

.widget-area .widget.widget_popular_posts ul li .post-thumbnail {
    float: left;
    width: 95px;
    height: 70px;
    border-radius: 6px;
    margin: 0 12px 0 0;
    overflow: hidden;
}

.widget-area .widget.widget_popular_posts ul li .post-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
}

.widget-area .widget.widget_popular_posts ul li .entry-title {
    display: block;
    display: -webkit-box;
    font-family: var(--font-heading);
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget-area .widget.widget_popular_posts ul li .post-views {
    display: block;
    font-size: 13px;
    line-height: 1em;
    margin: 4px 0 0 0;
}

.widget-area .widget.widget_popular_posts ul li .post-views svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: var(--text-color);
    margin: 0 4px 0 0;
    vertical-align: bottom;
}

.widget-area .widget.widget_popular_posts ul li .post-views .count {
    display: inline-block;
    vertical-align: middle;
}

.widget-area .widget .tag-cloud-link {
    display: inline-block;
    font-size: 13px !important;
    line-height: 1.3em;
    border: 1.5px solid rgba(100, 121, 143, 0.12);
    margin: 0 8px 8px 0;
    padding: 4px 8px;
}

.widget-area .widget .tag-cloud-link:hover {
    background: var(--text-color);
    color: #fff;
    border-color: var(--text-color);
}

.single .post .post-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background: 0 0;
    border-radius: 8px;
    margin: 0;
}

.single .post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.single .post-thumbnail img:hover {
    opacity: 1;
}

.single .post .post-thumbnail img ~ .thumbnail-caption {
    display: block;
    font-size: 13px;
    font-style: italic;
    line-height: 1.4em;
    margin: 8px 0 0 0;
}

.single-wrapper {
    display: inline-block;
    width: 100%;
}

.single-wrapper > .single-share {
    float: left;
    position: sticky;
    top: 98px;
    width: 60px;
}

.single-wrapper > .single-content {
    float: left;
    width: calc(100% - 280px);
    padding: 0 0 0 30px;
}

.single-wrapper > .single-content.full-width {
    width: calc(100% - 60px);
}

.single-wrapper > .single-advertical {
    float: right;
    position: sticky;
    top: 98px;
    width: 160px;
    margin: 0 0 25px 0;
}

.single-wrapper > .single-share > ul.sticky-share {
    display: block;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.single-wrapper > .single-share > ul.sticky-share > li {
    display: block;
    margin: 0 0 12px 0;
}

.single-wrapper > .single-share > ul.sticky-share > li > a,
.single-wrapper > .single-share > ul.sticky-share > li > span {
    display: inline-block;
    background: var(--primary-color);
    color: #ffffff;
    line-height: 1em;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    padding: 10px;
    transition: all ease-in-out 0.2s;
}

.single-wrapper > .single-share > ul.sticky-share > li.facebook > a {
    background: #1877f2;
    border-color: #1877f2;
}

.single-wrapper > .single-share > ul.sticky-share > li.twitter > a {
    background: #14171a;
    border-color: #14171a;
}

.single-wrapper > .single-share > ul.sticky-share > li.whatsapp > a {
    background: #25d366;
    border-color: #25d366;
}

.single-wrapper > .single-share > ul.sticky-share > li.more > span {
    background: transparent;
    fill: var(--text-color);
    border-color: var(--text-color);
}

.single-wrapper > .single-share > ul.sticky-share > li > a:hover {
    opacity: 0.65;
}

.single-wrapper > .single-share > ul.sticky-share > li.more > a:hover {
    opacity: 1;
}

.single-wrapper > .single-share > ul.sticky-share > li > a > svg,
.single-wrapper > .single-share > ul.sticky-share > li > span > svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

.single-wrapper > .single-share > ul.sticky-share > li.more > a > svg,
.single-wrapper > .single-share > ul.sticky-share > li.more > span > svg {
    fill: var(--text-color);
}

.tags-links {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 0 8px 0;
}

.tags-links a {
    display: inline-block;
    font-size: 13px;
    line-height: 1.2em;
    color: var(--text-color);
    text-decoration: 0;
    margin: 0 6px 6px 0;
    padding: 4px 8px;
    border: 1.5px solid rgba(100, 121, 143, 0.12);
}

.tags-links a:hover {
    background: var(--text-color);
    color: #fff;
    border-color: var(--text-color);
    opacity: 0.65;
}

.post-navigation {
    display: block;
    margin: 0 0 30px 0;
    overflow: hidden;
}

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

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

.post-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a {
    display: block;
    padding: 0 15px 0 0;
    color: var(--text-color);
}

.post-navigation .nav-links .nav-next a {
    padding: 0 0 0 15px;
}

.post-navigation .nav-links .nav-next a .nav-subtitle,
.post-navigation .nav-links .nav-previous a .nav-subtitle {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    margin: 0 0 6px 0;
}

.post-navigation .nav-links .nav-next a .nav-title,
.post-navigation .nav-links .nav-previous a .nav-title {
    display: -webkit-box;
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3em;
    transition: all ease-in-out 0.2s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-navigation .nav-links .nav-next a:hover .nav-title,
.post-navigation .nav-links .nav-previous a:hover .nav-title {
    opacity: 0.65;
}

.related-posts {
    display: block;
    margin: 0 0 25px 0;
    overflow: hidden;
}

.related-posts .title {
    display: block;
    position: relative;
    font-family: var(--font-heading);
    font-size: 21px;
    font-weight: 700;
    line-height: 1em;
    border-bottom: 1.5px solid rgba(100, 121, 143, 0.12);
    margin: 0 0 20px 0;
    padding: 0 0 12px 0;
    position: relative;
}

.related-posts .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    width: 40px;
    height: 1.5px;
    background: var(--text-color);
}

.related-posts .grid-post {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: calc(100% + 30px);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px;
}

.related-posts .grid-post .post {
    float: left;
    width: calc(25% - 30px);
    margin: 0 15px;
}

.related-posts .grid-post .post .post-thumbnail {
    float: none;
    display: block;
    background: rgba(100, 121, 143, 0.12);
    width: 100%;
    height: 165px;
    border-radius: 8px;
    margin: 0 0 12px 0;
}

.related-posts .grid-post .post .post-thumbnail img {
    height: 100%;
    transition: all ease-in-out 0.2s;
}

.related-posts .grid-post .post-thumbnail:hover img {
    opacity: 0.8;
}

.related-posts .grid-post .post .entry-header {
    margin: 0;
}

.related-posts .grid-post .post .entry-header h2.entry-title {
    font-size: 16px;
    line-height: 1.4em;
}

.error-404 {
    text-align: center;
}

.error-404 svg {
    display: inline-block;
    width: 400px;
    height: 300px;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.error-404 h4 {
    display: block;
    font-size: 21px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    color: #a2a2ad;
}

.comments-area {
    display: block;
}

.comments-area .comments-title {
    display: block;
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 21px;
    line-height: 1.4em;
    margin: 0 0 20px 0;
}

.comments-area .comments-title span {
    font-weight: 700;
}

.comments-area ol.comment-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments-area ol.comment-list li.comment .comment-body {
    display: block;
    margin: 0 0 20px 0;
}

.comments-area ol.comment-list li.comment ol.children {
    display: block;
    list-style: none;
    padding: 0 0 0 20px;
}

.comments-area ol.comment-list li.comment .comment-body .comment-meta {
    display: block;
    margin: 0 0 12px 0;
    overflow: hidden;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .comment-meta
    .comment-author {
    display: block;
    font-size: 15px;
    line-height: 1em;
    margin: 0 0 6px 0;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .comment-meta
    .comment-author
    img {
    float: left;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    margin: 0 12px 0 0;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .comment-meta
    .comment-author
    b {
    font-weight: 700;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .comment-meta
    .comment-author
    b
    a {
    color: var(--text-color);
    text-decoration: none;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .comment-meta
    .comment-metadata {
    display: block;
    font-size: 13px;
    line-height: 1em;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .comment-meta
    .comment-metadata
    a {
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
}

.comments-area ol.comment-list li.comment .comment-body .comment-content {
    display: block;
    background: #f1f3f4;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 6px 0;
    padding: 15px 20px;
    border-radius: 8px;
    position: relative;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .comment-content:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #f1f3f4 transparent;
}

.comments-area ol.comment-list li.comment .comment-body .comment-content p {
    display: block;
    margin: 0 0 10px 0;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .comment-content
    p:last-child {
    margin: 0;
}

.comments-area ol.comment-list li.comment .comment-body .reply {
    display: block;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .reply
    .comment-reply-link {
    display: inline-block;
    font-size: 15px;
    line-height: 1em;
    color: var(--text-color);
}

.comments-area .comment-respond .comment-reply-title {
    display: block;
    font-family: var(--font-heading);
    font-size: 21px;
    line-height: 1em;
    margin: 0 0 6px 0;
}

.comments-area .comment-respond .comment-reply-title small {
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: middle;
}

.comments-area .comment-respond .comment-reply-title small a {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--text-color);
    padding: 4px 8px;
    border: 1px solid var(--text-color);
    border-radius: 4px;
}

.comments-area .comment-respond .comment-form .comment-notes {
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    margin: 0 0 20px 0;
}

.comments-area .comment-respond .comment-form .comment-form-comment {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.comments-area .comment-respond .comment-form .comment-form-author,
.comments-area .comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond .comment-form .comment-form-url {
    float: left;
    width: 33.33%;
    margin: 0 0 20px 0;
    padding: 0 20px 0 0;
}

.comments-area .comment-respond .comment-form .comment-form-author label,
.comments-area .comment-respond .comment-form .comment-form-comment label,
.comments-area .comment-respond .comment-form .comment-form-email label,
.comments-area .comment-respond .comment-form .comment-form-url label {
    display: block;
    font-size: 14px;
    line-height: 1em;
    margin: 0 0 6px 0;
}

.comments-area .comment-respond .comment-form .comment-form-author input,
.comments-area .comment-respond .comment-form .comment-form-comment textarea,
.comments-area .comment-respond .comment-form .comment-form-email input,
.comments-area .comment-respond .comment-form .comment-form-url input {
    display: block;
    width: 100%;
    margin: 0;
}

.comments-area .comment-respond .comment-form .comment-form-cookies-consent {
    display: inline-block;
    width: 100%;
    margin: 0 0 12px 0;
    overflow: hidden;
}

.comments-area
    .comment-respond
    .comment-form
    .comment-form-cookies-consent
    input[type="checkbox"] {
    float: left;
    margin: 0;
}

.comments-area
    .comment-respond
    .comment-form
    .comment-form-cookies-consent
    label {
    float: right;
    width: calc(100% - 20px);
    font-size: 14px;
    line-height: 1.3em;
}

.ad-wrapper {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 25px 0;
    overflow: hidden;
}

.adb-archive {
    margin: 0 0 25px 0;
}

.inline-relatedposts {
    display: inline-block;
    position: relative;
    width: 100%;
    border: 1px solid rgba(100, 121, 143, 0.12);
    border-radius: 6px;
    margin: 8px 0 20px 0;
    padding: 27px 20px 15px 20px;
}

.inline-relatedposts > .inr-title {
    position: absolute;
    top: -12px;
    left: 20px;
    background: #f1f3f4;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    border-radius: 24px;
    margin: 0 0 6px 0;
    padding: 6px 12px;
}

.inline-relatedposts > .post {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.inline-relatedposts > .post > .post-thumbnail {
    float: left;
    width: auto;
    border-radius: 0;
    margin: 0 12px 0 0;
}

.inline-relatedposts > .post > .post-thumbnail img {
    display: block;
    width: 75px;
    height: 55px;
    border-radius: 6px;
}

.inline-relatedposts > .post > .post-title {
    display: block;
    display: -webkit-box;
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3em;
    color: var(--text-color);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cf-notice {
    display: block;
    background: #fff4e5;
    font-size: 15px;
    line-height: 1.4em;
    color: #663c00;
    margin: 0 0 20px 0;
    padding: 15px 20px;
    overflow: hidden;
}

.cf-notice.success {
    background: #edf7ed;
    color: #1e4620;
}

.cf-notice.error {
    background: #fdeded;
    color: #5f2120;
}

.cf-notice > svg {
    float: left;
    width: 24px;
    height: 24px;
    fill: #663c00;
}

.cf-notice.success > svg {
    fill: #1e4620;
}

.cf-notice.error > svg {
    fill: #5f2120;
}

.cf-notice > .text {
    float: right;
    width: calc(100% - 36px);
}

.contact-form {
    display: block;
    width: 100%;
}

.contact-form .input-group {
    display: block;
    position: relative;
    margin: 0;
}

.contact-form .input-group.subject,
.contact-form .input-group.message {
    margin: 0 0 20px 0;
}

.contact-form .input-group > input,
.contact-form .input-group > textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px 20px;
}

.contact-form .input-group > label {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 1em;
    cursor: text;
    transition: all ease-in-out 0.2s;
}

.contact-form .input-group.message > label {
    top: 12px;
    transform: none;
}

.contact-form .input-group > input:focus ~ label,
.contact-form .input-group > textarea:focus ~ label,
.contact-form .input-group > input:valid ~ label,
.contact-form .input-group > textarea:valid ~ label {
    top: -6px;
    transform: none;
    background: #fff;
    font-size: 12px;
    padding: 0 8px;
}

.contact-form > .g-recaptcha {
    display: block;
    margin: 0 0 20px 0;
}

.contact-form > .send-btn {
    display: block;
    width: 100%;
    padding: 15px 20px;
}

.contact-form > .send-btn > svg {
    display: inline-block;
    width: 18px;
    height: 18px;
    fill: #ffffff;
    margin: 0 0 0 12px;
    vertical-align: middle;
}

.contact-form > .ingroup-nemail {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
}

.contact-form > .ingroup-nemail > .name,
.contact-form > .ingroup-nemail > .email {
    float: left;
    width: calc(50% - 10px);
    margin: 0 10px 0 0;
}

.contact-form > .ingroup-nemail > .email {
    float: right;
    margin: 0 0 0 10px;
}

.site-footer {
    display: inline-block;
    width: calc(100% - 320px);
    margin: 0 0 0 320px;
    padding: 0 20px 20px 20px;
    font-size: 15px;
    line-height: 1.4em;
    transition: all ease-in-out 0.2s;
}

.site-footer.toggled {
    width: 100%;
    margin: 0;
}

.site-footer a {
    color: var(--primary-color);
    text-decoration: none;
}

.bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    border-top: 1px solid rgba(100, 121, 143, 0.12);
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    z-index: 10;
}

.bottom-nav .bnav {
    float: left;
    width: 25%;
    padding: 8px 0;
}

.bottom-nav .bnav svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    fill: var(--text-color);
    opacity: 0.8;
    transition: all ease-in-out 0.2s;
}

.bottom-nav .bnav:hover svg {
    opacity: 1;
}

.fixed-share-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: all ease-in-out 0.1s;
}

.fixed-share-wrapper.toggled {
    visibility: visible;
    opacity: 1;
    padding-top: 40px;
}

.fixed-share-wrapper .fixed-share {
    display: inline-block;
    width: 400px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    position: relative;
    z-index: 999;
}

.fixed-share-wrapper .fixed-share .post-content {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
}

.fixed-share-wrapper .fixed-share .post-content .post-thumbnail {
    float: left;
    width: 135px;
    height: 90px;
    background: rgba(100, 121, 143, 0.12);
    border-radius: 6px;
    margin: 0 12px 0 0;
    overflow: hidden;
}

.fixed-share-wrapper .fixed-share .post-content .post-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
}

.fixed-share-wrapper .fixed-share .post-content h2 {
    display: -webkit-box;
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 6px 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fixed-share-wrapper .fixed-share .post-content p {
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.4em;
    color: #5e5e5e;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fixed-share-wrapper .fixed-share .share-title {
    display: block;
    position: relative;
    margin: 0 0 15px 0;
}

.fixed-share-wrapper .fixed-share .share-title:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(100, 121, 143, 0.12);
}

.fixed-share-wrapper .fixed-share .share-title h3 {
    display: inline-block;
    background: #fff;
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 99;
}

.fixed-share-wrapper .fixed-share ul.share-button {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fixed-share-wrapper .fixed-share ul.share-button li {
    float: left;
    width: 90px;
}

.fixed-share-wrapper .fixed-share ul.share-button li a {
    display: block;
    font-size: 13px;
    line-height: 1em;
    color: var(--text-color);
    text-align: center;
    padding: 12px 0;
    opacity: 0.8;
    transition: all ease-in-out 0.2s;
}

.fixed-share-wrapper .fixed-share ul.share-button li a:hover {
    background: #f1f3f4;
}

.fixed-share-wrapper .fixed-share ul.share-button li a svg {
    display: inline-block;
    width: 24px;
    height: 24px;
    fill: var(--text-color);
    margin: 0 0 6px 0;
}

.fixed-share-wrapper .fixed-share ul.share-button li a .text {
    display: block;
}

.fixedshare-close-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 99;
}

.m-search {
    display: none;
}

body.darkmode,
.darkmode .page-header h1,
.darkmode .contact-form .input-group > input:focus ~ label,
.darkmode .contact-form .input-group > textarea:focus ~ label,
.darkmode .contact-form .input-group > input:valid ~ label,
.darkmode .contact-form .input-group > textarea:valid ~ label {
    background: var(--dark-background);
    color: rgba(255, 255, 255, 0.65);
}

.darkmode .menu-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
}

.darkmode .menu-toggle .hamburg,
.darkmode .widget-area .widget > h2:after,
.darkmode .widget-area .widget > .wp-block-group > h2:after,
.darkmode
    .widget-area
    .widget
    > .wp-block-group
    > .wp-block-group__inner-container
    > h2:after,
.darkmode .widget-area .widget .tag-cloud-link:hover,
.darkmode .tags-links a:hover,
.darkmode .related-posts .title::after,
.darkmode .page-header::after {
    background: rgba(255, 255, 255, 0.65);
}

.darkmode
    .comments-area
    ol.comment-list
    li.comment
    .comment-body
    .comment-content,
.darkmode .search-form input[type="search"],
.darkmode .table-of-contents > .toc-heading > .toc-toggle,
.darkmode .author-info {
    background: rgba(255, 255, 255, 0.05);
}

.darkmode .author-info {
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.08) inset;
}

.darkmode .search-form input[type="search"]:focus {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.4);
}

.darkmode .search-form button[type="submit"]:hover {
    background: rgba(255, 255, 255, 0.1);
}

.darkmode .bottom-nav,
.darkmode .fixed-share-wrapper .fixed-share,
.darkmode .fixed-share-wrapper .fixed-share .share-title h3,
.darkmode .header-wrapper,
.darkmode .nav-wrapper,
.darkmode .table-of-contents,
.darkmode .inline-relatedposts > .inr-title {
    background: var(--dark-background-secondary);
}

.darkmode .nav-wrapper .contact-button a {
    color: rgba(255, 255, 255, 0.65);
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.4);
}

.darkmode .breadcrumbs,
.darkmode .breadcrumbs li a,
.darkmode
    .comments-area
    ol.comment-list
    li.comment
    .comment-body
    .comment-meta
    .comment-author
    b
    a,
.darkmode .fixed-share-wrapper .fixed-share ul.share-button li a,
.darkmode .nav-wrapper .cat-menu .cat-toggle,
.darkmode .nav-wrapper .cat-menu ul li a,
.darkmode .nav-wrapper .main-navigation ul li a,
.darkmode .post .entry-header h2.entry-title a,
.darkmode .table-of-contents > ul > li > a,
.darkmode .inline-relatedposts > .post > .post-title,
.darkmode .post-navigation .nav-links .nav-next a,
.darkmode .post-navigation .nav-links .nav-previous a,
.darkmode .widget-area .widget .widget-title,
.darkmode .widget-area .widget .widgettitle,
.darkmode .widget-area .widget.widget_recent_entries ul li a,
.darkmode .site-branding .site-title a,
.darkmode .widget-area .widget ol li a,
.darkmode .widget-area .widget ul li a,
.darkmode .widget-area .widget a,
.darkmode .tags-links a {
    color: rgba(255, 255, 255, 0.65);
}

.darkmode .fixed-share-wrapper .fixed-share ul.share-button li a:hover,
.darkmode .m-search form button[type="submit"]:hover,
.darkmode .nav-wrapper .cat-menu ul li a:hover,
.darkmode .nav-wrapper .contact-button a:hover,
.darkmode .nav-wrapper .main-navigation ul li a:hover,
.darkmode .nav-wrapper .main-navigation ul li.current-menu-item > a,
.darkmode .nav-wrapper .main-navigation ul li.current_page_item > a {
    background: rgba(255, 255, 255, 0.05);
}

.darkmode .entry-content blockquote,
.darkmode .m-search form input[type="search"],
.darkmode .nav-wrapper .social-icon {
    background: var(--dark-background-secondary);
}

.darkmode .post .single-head {
    box-shadow: 0 60px 28px -48px rgba(255, 255, 255, 0.06);
}

.darkmode .single-wrapper > .single-share > ul.sticky-share > li.more > span,
.darkmode .post-share .share-link-more {
    border-color: rgba(255, 255, 255, 0.65);
}

.darkmode
    .comments-area
    ol.comment-list
    li.comment
    .comment-body
    .comment-content:before {
    border-color: transparent transparent rgba(255, 255, 255, 0.05) transparent;
}

.darkmode .post .entry-header h2.entry-title a:hover,
.darkmode .post .entry-content h2 a:hover,
.darkmode .entry-content a:hover,
.darkmode .inline-relatedposts > .post > .post-title:hover,
.darkmode .post-navigation .nav-links .nav-next a:hover .nav-title,
.darkmode .post-navigation .nav-links .nav-previous a:hover .nav-title,
.darkmode .search-form input[type="search"],
.darkmode .widget-area .widget.widget_recent_entries ul li a:hover,
.darkmode .site-branding .site-title a:hover,
.darkmode .widget-area .widget a:hover {
    opacity: 1;
    color: #fff;
}

.darkmode .entry-content blockquote cite,
.darkmode .post .entry-content,
.darkmode .post .entry-content h1 a,
.darkmode .post .entry-content h2 a,
.darkmode .post .entry-content h3 a,
.darkmode .post .entry-content h4 a,
.darkmode .post .entry-content h5 a,
.darkmode .post .entry-content h6 a,
.darkmode .post-navigation .nav-links .nav-next a .nav-subtitle,
.darkmode .post-navigation .nav-links .nav-previous a .nav-subtitle {
    color: rgba(255, 255, 255, 0.45);
}

.darkmode
    .comments-area
    ol.comment-list
    li.comment
    .comment-body
    .comment-meta
    .comment-metadata
    a,
.darkmode .fixed-share-wrapper .fixed-share .post-content p,
.darkmode .post .entry-meta {
    color: rgba(255, 255, 255, 0.5);
}

.darkmode .post .entry-meta a {
    color: rgba(255, 255, 255, 0.5);
}

.darkmode .widget-area .widget .tag-cloud-link:hover {
    color: var(--text-color);
}

.darkmode .bottom-nav .bnav svg,
.darkmode .darkmode-toggle svg,
.darkmode .fixed-share-wrapper .fixed-share ul.share-button li a svg,
.darkmode .m-search form button[type="submit"] svg,
.darkmode .menu-toggle svg,
.darkmode .nav-wrapper .cat-menu .cat-toggle svg,
.darkmode .nav-wrapper .contact-button a svg,
.darkmode .nav-wrapper .social-icon a svg,
.darkmode .table-of-contents > .toc-heading > svg,
.darkmode .table-of-contents > .toc-heading > .toc-toggle > svg,
.darkmode .post-share .share-link-more svg,
.darkmode .search-form button[type="submit"] svg,
.darkmode .search-toggle svg,
.darkmode .share-toggle svg,
.darkmode
    .single-wrapper
    > .single-share
    > ul.sticky-share
    > li.more
    > span
    > svg,
.darkmode .nav-wrapper .main-navigation ul li > .dropdown-toggle > svg,
.darkmode .widget-area .widget.widget_popular_posts ul li .post-views svg {
    fill: #84878b;
}

.darkmode .post .entry-meta svg {
    fill: #717377;
}

.darkmode .nav-wrapper .social-icon a:hover svg {
    fill: #fff;
}

amp-img {
    -o-object-fit: unset;
    object-fit: cover !important;
}

#amp-mobile-version-switcher {
    display: block;
    position: relative !important;
    z-index: 1 !important;
}

#amp-mobile-version-switcher > a {
    background: transparent !important;
    color: var(--text-color) !important;
    padding: 10px 0 !important;
    text-decoration: none !important;
}

@media screen and (max-width: 1400px) {
    .featured-post > .post {
        width: calc(33.33% - 30px);
    }

    .featured-post > .post-1 {
        float: none;
        display: block;
        width: 100%;
    }

    .featured-post > .post > .post-thumbnail {
        height: 135px;
    }

    .featured-post > .post-1 > .post-thumbnail {
        float: left;
        width: 245px;
        height: 165px;
        margin: 0 20px 0 0;
    }

    .featured-post > .post-1 > .entry-content {
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .post .single-head > .singhead-left {
        width: calc(100% - 460px);
    }

    .post .single-head > .singhead-right {
        width: 420px;
    }

    .post .entry-header h2.entry-title {
        font-size: 18px;
    }

    .page .entry-header h1.entry-title,
    .post .entry-header h1.entry-title {
        font-size: 32px;
    }

    .single-wrapper > .single-content {
        padding: 0 0 0 20px;
    }

    .related-posts .grid-post .post .post-thumbnail {
        height: 145px;
    }

    .related-posts .grid-post .post .entry-header h2.entry-title {
        font-size: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .header-wrapper .left {
        width: calc(100% - 108px);
    }

    .site-amp .header-wrapper .left {
        width: calc(100% - 72px);
    }

    .header-wrapper .right {
        width: 108px;
    }

    .site-amp .header-wrapper .right {
        width: 72px;
    }

    .search-form {
        display: none;
    }

    .search-toggle {
        display: block;
    }

    .nav-outer-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        z-index: 20;
        transition: all ease-in-out 0.2s;
    }

    .nav-outer-wrapper.toggled {
        visibility: visible;
        opacity: 1;
    }

    .nav-wrapper {
        left: -240px;
        padding: 0;
    }

    .nav-outer-wrapper.toggled .nav-wrapper {
        left: 0;
    }

    .nav-close-wrapper {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.65);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 9;
    }

    .main-wrapper,
    .widget-area {
        float: none;
        position: relative;
        width: 100%;
        margin: 0;
    }

    .widget-area {
        top: auto;
    }

    .nav-outer-wrapper.toggled ~ .main-wrapper {
        width: 100%;
    }

    .related-posts .grid-post .post .post-thumbnail {
        height: 125px;
    }

    .site-footer {
        display: block;
        width: 100%;
        margin: 0;
    }

    .m-search {
        display: block;
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 20px;
        z-index: 99;
        transition: all ease-in-out 0.2s;
    }

    .m-search.toggled {
        visibility: visible;
        opacity: 1;
        padding: 200px 20px 0 20px;
    }

    .m-search form {
        position: relative;
        display: block;
        width: 100%;
        z-index: 999;
    }

    .m-search form input[type="search"] {
        display: block;
        width: 100%;
        background: #fff;
        font-family: inherit;
        font-size: 15px;
        line-height: 1em;
        padding: 15px 20px 15px 50px;
        border: 0;
        border-radius: 4px;
        outline: 0;
    }

    .m-search form button[type="submit"] {
        position: absolute;
        top: 3px;
        left: 5px;
        background: 0 0;
        width: 40px;
        height: 40px;
        text-align: center;
        border: 0;
        outline: 0;
        border-radius: 100%;
        padding: 4px 0 0 0;
        transition: all ease-in-out 0.2s;
    }

    .m-search form button[type="submit"] svg {
        width: 24px;
        height: 24px;
        fill: var(--text-color);
        opacity: 0.8;
    }

    .m-search form button[type="submit"]:hover {
        background: #f1f3f4;
    }

    .msearch-close-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.65);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 99;
    }
}

@media screen and (max-width: 800px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 17px;
    }

    h6 {
        font-size: 16px;
    }

    .entry-content blockquote,
    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-content ol,
    .entry-content p,
    .entry-content pre,
    .entry-content ul,
    .entry-content table,
    .entry-content .wp-block-image {
        line-height: 1.6em;
    }

    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6 {
        line-height: 1.4em;
    }

    .single .post .entry-content {
        font-size: 16px;
    }

    .entry-content pre code {
        font-size: 15px;
    }

    .post .single-head {
        margin: 0 0 30px 0;
        padding: 0 0 30px 0;
    }

    .post .single-head > .singhead-left {
        float: none;
        display: block;
        width: 100%;
    }

    .post .single-head > .singhead-right {
        display: none;
    }

    .single-wrapper > .single-share {
        display: none;
    }

    .single-wrapper > .single-content {
        width: calc(100% - 200px);
        padding: 0;
    }

    .single-wrapper > .single-content.full-width {
        width: 100%;
    }

    .breadcrumbs {
        margin: 0 0 15px 0;
    }

    .author-info > .author-detail > .author-description {
        font-size: 15px;
        line-height: 1.5em;
    }
}

@media screen and (max-width: 600px) {
    .nav-wrapper .contact-button {
        padding: 20px 20px 15px 20px;
    }

    .nav-wrapper .cat-menu .cat-toggle {
        padding: 12px 20px;
    }

    .nav-wrapper .main-navigation ul li a {
        padding: 0 20px;
    }

    .page .entry-header h1.entry-title,
    .post .entry-header h1.entry-title {
        font-size: 27px;
    }

    .post .single-head > .singhead-left > .entry-excerpt {
        font-size: 15px;
    }

    .single-wrapper > .single-content {
        float: none;
        display: block;
        width: 100%;
    }

    .single-wrapper > .single-advertical {
        display: none;
    }

    .post-navigation .nav-links .nav-next a .nav-title,
    .post-navigation .nav-links .nav-previous a .nav-title {
        font-size: 16px;
    }

    .related-posts .grid-post .post {
        width: calc(50% - 30px);
        margin: 0 15px 20px 15px;
    }
}

@media screen and (max-width: 480px) {
    .header-outer-wrapper {
        height: 57px;
    }

    .header-wrapper {
        padding: 4px 20px;
    }

    .header-wrapper .left {
        width: calc(100% - 36px);
    }

    .site-amp .header-wrapper .left {
        width: 100%;
    }

    .header-wrapper .right {
        width: 36px;
    }

    .site-amp .header-wrapper .right {
        width: 0;
    }

    .search-toggle,
    .share-toggle {
        display: none;
    }

    .main-wrapper,
    .widget-area {
        padding: 20px;
    }

    .post .post-thumbnail {
        float: left;
        width: 95px;
        height: 70px;
        margin: 0 12px 0 0;
    }

    .page .entry-header,
    .post .entry-header {
        margin: 0 0 8px 0;
    }

    .post .entry-header .entry-categories {
        margin: 0 0 2px 0;
        line-height: 1em;
    }

    .post .entry-header .entry-categories a {
        font-size: 11px;
    }

    .post .entry-meta {
        font-size: 13px;
    }

    .featured-post > .post > .entry-meta,
    .post .emarch {
        display: none;
    }

    .featured-post > .post-1 > .entry-meta {
        display: block;
    }

    .author-info {
        padding: 20px;
    }

    .author-info > .author-image,
    .author-info > .author-image > img {
        width: 48px;
        height: 48px;
    }

    .author-info > .author-detail {
        width: calc(100% - 63px);
    }

    .featured-post .post-2 .entry-header h2.entry-title,
    .featured-post .post-3 .entry-header h2.entry-title,
    .featured-post .post-4 .entry-header h2.entry-title,
    .post .entry-header h2.entry-title,
    .widget-area .widget.widget_recent_entries ul li a {
        font-size: 13px;
        line-height: 1.4em;
    }

    .page .entry-header h1.entry-title,
    .post .entry-header h1.entry-title {
        font-size: 24px;
        line-height: 1.3em;
    }

    .featured-post .post-2,
    .featured-post .post-3,
    .featured-post .post-4 {
        float: none;
        display: inline-block;
        width: 100%;
        padding: 0;
        text-align: left;
    }

    .featured-post .post-1 .post-thumbnail {
        float: none;
        display: block;
        width: 100%;
        height: 225px;
        margin: 0 0 12px 0;
    }

    .featured-post .post-2 .post-thumbnail,
    .featured-post .post-3 .post-thumbnail,
    .featured-post .post-4 .post-thumbnail {
        float: left;
        width: 95px;
        height: 70px;
        margin: 0 12px 0 0;
    }

    .featured-post .post-1 .entry-header h2.entry-title {
        font-size: 19px;
    }

    .post-share .share-link svg {
        margin: 0;
    }

    .post-share .share-link .text {
        display: none;
    }

    .error-404 svg {
        width: 280px;
        height: 230px;
    }

    .related-posts .grid-post {
        width: calc(100% + 20px);
        margin: 0 0 0 -10px;
    }

    .related-posts .grid-post .post {
        width: calc(50% - 20px);
        margin: 0 10px 15px 10px;
    }

    .related-posts .grid-post .post .post-thumbnail {
        height: 95px;
    }

    .comments-area .comment-respond .comment-form .comment-form-author,
    .comments-area .comment-respond .comment-form .comment-form-email,
    .comments-area .comment-respond .comment-form .comment-form-url {
        float: none;
        display: block;
        width: 100%;
    }

    .site-footer,
    #amp-mobile-version-switcher {
        text-align: center;
        margin: 0 0 41px 0;
    }

    #amp-mobile-version-switcher {
        margin-top: -41px;
    }

    .bottom-nav {
        display: block;
    }

    .m-search.toggled {
        padding-top: 120px;
    }

    .fixed-share-wrapper .fixed-share {
        width: 310px;
    }

    .fixed-share-wrapper .fixed-share .post-content .post-thumbnail {
        width: 85px;
        height: 60px;
    }

    .fixed-share-wrapper .fixed-share .post-content h2 {
        margin: 0;
    }

    .fixed-share-wrapper .fixed-share .post-content p {
        -webkit-line-clamp: 1;
    }
}
