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

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

:root {
	--main-padding-default: 10px;
}
 
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: url(img/bg-pattern.png) top left,url(img/bg-page.jpg) top left no-repeat;
    background-color: #262a2f;
    background-size: 160px 160px, contain;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	text-decoration: none;
}

/* a:visited {
	color: #800080;
} */

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.site-header .container-bg {
	display: flex;
	justify-content: space-between;
	background-image: url(img/bg_top.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
	padding-bottom: calc(var(--main-padding-default) * 3);
}

.site-header h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 68px;
	letter-spacing: -0.01em;
    line-height: 1;
	margin: 0;
	padding-top: 22px;
}

.site-header h1 a {
	color: #e01718;
}

.site-header h4 {
	color: #e01718;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin: 5px 0 0 10px;
}

.site-branding {
	padding-left: 90px;
	background-image: url(img/logo-atg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 96px auto;
	max-width: 505px;
}

#top-menu {
	display: flex;
	align-items: center;
	gap: 5px;
	list-style: none;
}

#top-menu li a {
	display: inline-block;
    color: #fff;
    padding: 0.5em 1em;
    background-color: #333;
    border-radius: 5px;
	font-size: 14px;
	line-height: 1.1;
	text-align: center;
}

#top-menu li a:hover {
	text-decoration: underline;
}

#top-menu li.shop-link {
	margin-left: 20px;
}

#top-menu li.shop-link a {
	padding-left: 30px;
	background-color: #e01718;
    background-image: url(img/cart.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.container {
	max-width: 1150px;
	margin: 0 auto;
	padding-left: calc(var(--main-padding-default) * 5);
	padding-right: calc(var(--main-padding-default) * 5);
}

.content-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex: 0 0 100%;
}

.border-title {
	background: #F0F0F0;
    border-left: 3px solid #ED1C24;
    padding: 9px 15px 10px;
	font-size: 18px;
    line-height: 140%;
	font-weight: normal;
}

.hot-deals {
	background: url(img/icon-deals.svg) #f0f0f0 center right 10px no-repeat;
	background-size: contain;
}

#content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	padding-top: 30px;	
	padding-bottom: 30px;	
}

.articles-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.articles-list-search {
	margin-top: 40px;
}

h2 {
    font-size: 27px;
    line-height: 120%;
	font-weight: normal;
}

.articles-list h2 {
	margin-top: 10px;
	margin-bottom: 30px;
}

.articles-list h2 a {
	color: #25282A;
}

.articles-list h2 a:hover {
	text-decoration: underline;
}

.articles-list .post-thumbnail {
	display: block;
}

#primary {
	width: 70%;
	max-width: 690px;
}

#primary.cat-page {
	margin-top: 24px;
}

#primary.site-main-full-width {
	width: 100%;
	max-width: unset;
}

#secondary {
	width: 30%;
	max-width: 330px;
}

.entery-content-2-cols {
	display: flex;
	gap: 30px;
}

.content-2-cols { 
	width: 100%;
	max-width: 560px;
}

#primary.site-main-full-width .content-2-cols {
	max-width: unset;
}

.site-info {
	background-color: #363B40;
	padding-top: 60px;
	padding-bottom: 25px;
}

.site-info p {
	font-size: 12px;
    color: #9DA4AB;
    margin: 0;
    border-top: 1px solid #464D53;
    display: block;
    padding-top: 13px;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.page-title {
	margin: 0;
	font-size: 42px;
}

#breadcrumbs {
	margin: 0;
}

#breadcrumbs span span,
#breadcrumbs a {
	color: #7C7C7C;
    font-size: 12px;
	font-weight: normal;
}

#breadcrumbs a {
	text-decoration: underline;
}

.entry-meta .category-name,
.entry-meta .posted-on {
	font-size: 12px;
	border: 1px solid;
	padding: 13px 14px 12px 13px;
}

.entry-meta .category-name {
	color: #fff;
	border-color: #ED1C24;
	background-color: #ED1C24; 
	font-weight: bold;
}

.entry-meta .category-name:hover,
.entry-meta .category-name:focus {
	text-decoration: underline;
}

.entry-meta .posted-on {
	color: #7C7C7C;
	border-color: #E9E9E9;
}

.entry-excerpt {
	font-size: 14px;
}

.more-link {
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	padding-left: 38px;
	padding-right: 10px;
	height: 29px;
	line-height: 2.5;
	text-transform: uppercase;
	color: #25282A;
}

.more-link::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 29px;
	background:	#e01718 url(img/call_to_action_arrow.png) no-repeat;
}

.more-link:hover,
.more-link:focus {
	color: #fff;
	background: #ED1C24;
}

/* back button */
.back-btn {
	display: block;
    margin: 40px auto;
    font-size: 18px;
    color: #fff;
    background: #ED1C24;
    border: 2px solid #ED1C24;
    text-align: center;
    padding: 10px 20px;
    justify-self: center;
    width: 200px;
}

.back-btn:hover,
.back-btn:focus {
	color: #ED1C24;
	background: #fff;
}

.tagcloud .widgettitle {
	display: none;
}

.tagcloud a {
	color: red;
    padding: 20px;
}

.not-found {
	margin-top: 13px;
}

/* content header dividers */
.divider {
	flex: 0 0 100%;
	background: #F0F0F0;
    border: none;
    height: 10px;
    margin: 0 0 5px 0;
}

.angle-divider {
	position: relative;
	margin-top: 20px;
	margin-bottom: 25px;
}

.angle-divider::before {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	display: block;
	width: 20px;
	height: 30px;
	background: url('img/subheader_arrow.png') no-repeat;
}

/* content header on single post */
.single-post .entry-meta {
	margin-bottom: 30px;
}

.single-post .entry-title {
	font-size: 55px;
	line-height: 110%;
	margin-top: 25px;
    margin-bottom: 20px;
}

/* author profile on single post*/
.author-profile-column {
	position: relative;
	width: 100px;
}

.author-profile {
	text-align: center;
	max-width: 92px;
}

.author-profile h5 {
	font-size: 16px;
    line-height: 140%;
	font-weight: normal;
	margin: 0;
}

.author-profile h5 a {
	color: #25282A
}

.author-profile h5 a:hover,
.author-profile h5 a:focus {
	text-decoration: underline;
}

.author-profile h6 {
	color: #7C7C7C;
    font-weight: bold;
    font-size: 12px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 15px;
}

.author-profile-link {
	display: block;
	color: #e01718;
	border: 2px solid #ED1C24;
	padding: 13px 12px 12px;
	font-size: 12px;
    font-weight: bold;
	text-transform: uppercase;
}

.author-profile-link:hover,
.author-profile-link:focus {
	background: #e01718;
	color: #fff;
}

/* Author profile's page */
#author-profile {
	display: flex;
	gap: 30px;
	margin-top: 25px;
	margin-bottom: 45px;
}

#author-profile h2 {
	margin: 0;
}

#author-profile h6 {
	color: #7C7C7C;
    font-weight: bold;
    font-size: 12px;
	margin: 0;
    text-transform: uppercase;
}

.author-profile-image {
	min-width: 240px;
}

.author-profile-stats {
	display: flex;
	margin: -7px 0 0;
	padding: 15px 20px;
	list-style: none;
	background: #f0f0f0;
}

.author-profile-stats li {
	width: 50%;
}

.author-profile-stats span {
	display: block;
	font-family: 'Roboto Condensed';
	font-size: 18px;
    font-weight: 400;
	color: #ababab;
	padding: 4px 8px 5px 0;
}

.author-profile-stats h5 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

.author-desc {
	font-size: 14px;
	padding: 1em 0;
}

/* Sharer */
.b-share-calltoaction {
    background-color: #f7f7f7;
	border: 1px solid #f0f0f0;
    padding: 28px 28px;
}

.b-share-calltoaction-text h2 {
	font-size: 27px;
    line-height: 120%;
	font-weight: normal;
	margin: 0;
	color: #25282A;
}

.b-share-calltoaction-text h4 {
	font-size: 18px;
    line-height: 140%;
	font-weight: normal;
	margin: 0;
	color: #25282A;
}

.b-share-calltoaction-text p {
	font-size: 14px;
}

.b-social-icons {
	border-top: 1px solid #E9E9E9;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

.social_icon {
	display: block;
    height: 30px;
	width: 113px;
    line-height: 34px;
    color: #fefefe;
	background-repeat: no-repeat;
    font-weight: bold;
    font-size: 16px;
    margin-top: 8px;
	text-align: center;
} 

.social_icon:hover,
.social_icon:focus {
	color: #fefefe;
}

.social_icon.facebook {
	background-color: #3b5998;
	background-image: url('img/social-icons/facebook.png');
}

.social_icon.twitter {
	background-color: #1da1f2;
	background-image: url('img/social-icons/twitter.png');
}

.social_icon.linkedin {
	background-color: #007bb5;
	background-image: url('img/social-icons/linkedin.png');
}

.social_icon.pinterest {
	background-color: #bd081c;
	background-image: url('img/social-icons/pinterest.png');
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation .container {
	background-color: #363B40;
}

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

.main-navigation ul ul {
	display: block;
	background: #363b40;
	/* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul a {
	width: 200px;
	padding: 15px;
    font-size: 14px;
    color: #D7DCE0;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
	color: #fff;
	background: #41474d;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
    font-weight: 400;
    padding: 8px 15px;
	text-align: center;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item a,
.main-navigation .current-post-ancestor a {
	color: #363B40;
	background: #fff;
}

.main-navigation li.menu-item-has-children a {
	padding-right: 30px;
}

.main-navigation li.menu-item-has-children > a::after {
	content: '';
	display: block;
	width: 7px;
	height: 5px;
	position: absolute;
	top: 20px;
	right: 15px;
	background-image: url(img/menu_arrow.png);
}

.main-navigation li.menu-item-has-children > a:hover::after,
.main-navigation li.menu-item-has-children > a:focus::after,
.main-navigation li.current-menu-item > a::after,
.main-navigation li.current-post-ancestor > a::after {
	background-image: url(img/menu_arrow_dark.png);
}

.is-fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

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

@media screen and (min-width: 768px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

/* single post meta */
.entry-meta-single {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-left: 15px;
	margin-bottom: 0;
	padding: 0;
	margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #E9E9E9;
}

.entry-meta-single li {
	position: relative;
	padding: 0 0 0 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #7C7C7C;
}

.entry-meta-single li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	height: 11px;
	width: 11px;
	background-repeat: no-repeat;
	background-position: center center;
}

.entry-meta-single li.entry-meta-single-cat::before {
	background-image: url('img/post_category.png');
}


.entry-meta-single li.entry-meta-single-author::before {
	background-image: url('img/post_author.png');
}

.entry-meta-single li.entry-meta-single-date::before {
	background-image: url('img/post_date.png');
}

.entry-meta-single li.entry-meta-single-comments::before {
	background-image: url('img/post_comments.png');
}

.entry-meta-single li a {
	color: #e01718;
}

.entry-meta-single li a:hover,
.entry-meta-single li a:focus {
	text-decoration: underline;
}

/* wp content */
#wp-content h1, 
#wp-content h2, 
#wp-content h3, 
#wp-content h4, 
#wp-content h5, 
#wp-content h6 {
	font-weight: normal;
	margin: 0;
}

#wp-content h2 {
	font-size: 27px;
	line-height: 120%;
	margin-bottom: 25px;
}

#wp-content h3 {
	font-size: 20px;
	line-height: 140%;
}

#wp-content p {
	margin: 0;
	padding: 1em 0;
}

#wp-content a {
	color: #e01718;
}

#wp-content a:hover,
#wp-content a:focus {
	text-decoration: underline;
}

#wp-content img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

#wp-content a:hover img {
	opacity: 0.8;
}

#wp-content ul {
	list-style: none;
	padding: 0;
    margin: 5px 0px 20px;
}

#wp-content li {
	position: relative;
	padding: 5px 0 5px 15px;
    line-height: 150%;
}

#wp-content li::before {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #bbb;
}

#wp-content blockquote {
    padding-left: 25px;
    color: #25282A;
    font-size: 27px;
    font-family: 'robotoregular';
    font-weight: bold;
    line-height: 150%;
    background: #F0F0F0 url(img/quote_content.png) no-repeat 20px 20px;
	margin: 0;
    padding: 50px 20px 20px;
}

#wp-content blockquote > * {
	padding: 0;
}

/* excerpt on single post */
.excerpt-single {
	font-weight: normal;
	margin-bottom: 11px;
    padding-bottom: 16px;
}

#wp-content .excerpt-single > * {
	padding: 0;
}

/* tables */
.table-wrapper {
	overflow-x: auto;
}

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

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

#wp-content .about-section {
	display: flex;
	gap: 30px;
	margin-bottom: 100px;
}

#wp-content .section-image {
	max-width: 50%;
    width: 510px;
    flex: 0 0 auto;
}

#wp-content .section-text h1 {
	font-weight: 300;
    font-size: 55px;
	margin: 0;
}

#wp-content .section-text h2 {
	font-weight: 700;
    font-size: 55px;
	line-height: 80%;;
	margin: 0;
	color: #e01718;
}

#wp-content .section-text h3 {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 0;
}

#wp-content .section-3-cols, 
#wp-content .section-2-cols {
	display: flex;
	gap: 30px;
}

#wp-content .section-col {
	border-top: 1px solid #E9E9E9;
	padding: 30px 0;
}

#wp-content .section-col.col-no-border {
	border-top: none;
    padding: 0 0 30px 0;
    margin-top: -50px;
}

#wp-content .section-col h3 {
	font-size: 17px;
    line-height: 140%;
}

#wp-content .section-col p {
	font-size: 14px;
}

#wp-content .section-col.col-330 p {
	margin: 1em 0;
}

#wp-content .col-510 {
	width: 510px;
	max-width: 55%;
}

#wp-content .col-330 {
	max-width: 330px;
}

.contact-item {
	display: flex;
	padding-top: 40px;
	padding-bottom: 40px;
}

.contact-item.contact-with-border {
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
}

.contact-item .contact-item-icon {
	display: block;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    margin-bottom: 5px;
    background-color: #F0F0F0;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.contact-item .contact-item-icon.postal {
	background-image: url('img/contact-icons/envelope.png');
}

.contact-item .contact-item-icon.phone {
	background-image: url('img/contact-icons/mobile.png');
}

.contact-item .contact-item-icon.clock {
	background-image: url('img/contact-icons/clock.png');
}

#wp-content .section-col .contact-item h3 {
	font-size: 20px;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* search form and search block */
.widget_search form,
.search-form {
	margin-top: -24px;
}

.search-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.search-form label {
	flex: 0 0 100%;
}

.wp-block-search__inside-wrapper {
	flex-wrap: wrap;
	justify-content: flex-end;
}

.wp-block-search__input,
.search-field {
	flex: 0 0 100%;
	background-color: #f6f6f6;
    border: 2px solid #e0e0e0 !important;
    width: 100%;
    border-radius: 0 !important;
    font-size: 14px;
    padding: 15px 20px !important;
    color: #3E3E3E;
}

.wp-block-search__input:focus,
.search-field:focus {
	outline: none;
	background-color: #fff;
}

.wp-block-search__button,
.search-submit {
	border: 2px solid #ED1C24 !important;
    color: #fff !important;
	background-color: #e01718 !important;
    padding: 13px 12px 12px !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
	margin-top: 10px;
}

.wp-block-search__button:hover,
.wp-block-search__button:focus,
.search-submit:hover,
.search-submit:focus {
	color: #e01718 !important;
	background-color: transparent !important;
	border-color: #ED1C24 !important;
	cursor: pointer;
}

/* recommended posts */
.recommended-posts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.recommended-posts li {
	color: #7C7C7C;
	font-size: 12px;
	margin-bottom: 30px;
}

.recommended-posts .recommended-link {
	color: #25282A;
}

.recommended-posts .recommended-link:hover,
.recommended-posts .recommended-link:focus {
	text-decoration: underline;
}

.recommended-posts a img {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.recommended-posts a:hover img {
	opacity: 0.8;
}

.recommended-posts h5 {
	font-size: 16px;
	line-height: 140%;
	margin-top: 7px;
	margin-bottom: 15px;
	font-weight: normal;
}

.recommended-posts .category-link {
	color: #e01718;
	font-weight: bold;
}

.recommended-posts .category-link:hover,
.recommended-posts .category-link:focus {
	text-decoration: underline;
}

.recommended-posts .posted-on {
	margin-left: 15px;
}

/* email subscription */
#subscriptions p {
	padding: 1em 0;
	margin: -20px 0 0 0;
	font-size: 14px;
    line-height: 150%;
}

#subscriptions input[type="email"] {
	width: 100%;
	border: 2px solid #ED1C24;
	background: #F0F0F0;
    font-size: 14px;
    padding: 15px 20px;
    color: #3E3E3E;
	border-radius: 0;
}

#subscriptions input[type="submit"] {
	color: #fff;
	background: #e01718;
	text-align: center;
	border: 2px solid #e01718;
	font-size: 12px;
    font-weight: bold;
    padding: 14px 13px 13px;
    text-align: center;
    cursor: pointer;
	width: 100%;
	margin-top: 10px;
	border-radius: 0;
}

#subscriptions input[type="submit"]:hover {
	color: #e01718;
	background: #fff;
}

/* ATG Shop sidebar button */
.sidebar-shop-link {
	display: block;
	margin-top: 20px;    
    background-color: #e01718 !important;
    width: 100%;
    border: 1px solid #555;
    border-radius: 0;
    font-size: 14px;
    padding: 14px 0;
    line-height: 110%;
	text-align: center;
}

.sidebar-shop-link span {
	color: #fff;
	padding-left: 30px;
	background-image: url('img/cart.png');
	background-repeat: no-repeat;
	background-position: 5px center;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
	width: 96% !important;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
}

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

.wp-caption .wp-caption-text {
	font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* WP-Paginate
--------------------------------------------- */

.wp-paginate {
	margin: 10px 0;
	padding: 0;
}

.wp-paginate li {
    display: inline;
    list-style: none;
	margin-right: 3px;
}

.wp-paginate a,
.wp-paginate .current {
	border: none;
	/* display: block; */
    color: #7C7C7C;
    font-size: 14px;
    padding: 8px 10px 7px 11px;
    background: #F0F0F0;
}

.wp-paginate a:hover,
.wp-paginate a:focus,
.wp-paginate .current {
	color: #fff;
	background: #e01718;
}

/* YARPP
--------------------------------------------- */

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	font-size: 14px !important;
}

/* Banner Manager
--------------------------------------------- */
.b-hero {
	margin-top: -24px;
    border-radius: 5px;
    background-color: #F6F6F6;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    padding: 32px;
}

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

.b-hero__hero-content {
    position: relative;
    text-align: center;
    border-top-right-radius: 0;
}

.b-hero-content__title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
    text-transform: uppercase;
    color: #6D6D6D;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: left;
}

.b-hero-content__hot-deal-offer {
    left: 0;
    bottom: 50px;
    width: 100%;
}

.b-hot-deal-offer__link {
    width: 100%;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    color: #6D6D6D;
    border: solid 1px #6D6D6D;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0;
    font-size: 22px;
}

.b-hot-deal-offer__prices {
    color: #3D3D3D;
    padding: 0;
    margin: 0;
    list-style: none;
	line-height: 140%;
}

.b-hot-deal-offer__prices .price, .b-hot-deal-offer__prices .special-price {
    display: block;
    text-align: left;
    font-weight: bold;
}

.b-hot-deal-offer__prices .price {
    font-size: 22px;
    color: #9F9F9F;
    text-decoration: line-through;
    padding-bottom: 5px;
}

.b-hot-deal-offer__prices .special-price {
    color: #6D6D6D;
    font-size: 30px;
    padding-bottom: 20px;
}

/* Contact form 7 */
.wpcf7 input, 
.wpcf7 textarea {
	color: #ababab;
	background: #F0F0F0;
    border: none;
    font-size: 14px;
    padding: 15px 20px;
	border-radius: 0;
}

.wpcf7 textarea {
	height: 105px;
}

.wpcf7 input[type="submit"] {
	border: 1px solid #e01718;
	color: #fff;
	background: #e01718;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	float: right;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
	color: #e01718;
	background: #fff;
}

#wp-content .wpcf7 p,
.wpcf7 p {
	margin: 0;
	padding: 0;
}

/* TablePress */
.dataTables_wrapper {
	overflow-x: scroll;
}

.tablepress td, .tablepress th {
	font-size: 14px;
}

.tablepress.b-ballistic-table tbody th,
.tablepress.b-ballistic-table tbody td {
    font-size: 12px;
}

.tablepress thead th, 
.tablepress tfoot th {
    background-color: #e01718 !important;
    color: #fff;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 5px auto 5px auto;
}


/* Media queries */
@media (max-width: 1120px) {
	.content-2-cols {
		max-width: 80%;
	}
}

@media (max-width: 1024px) {

	.container {
		padding-left: calc(var(--main-padding-default) * 2);
		padding-right: calc(var(--main-padding-default) * 2);
	}

	#primary {
		width: 65%;
		gap: 30px;
	}
	#primary.site-main-full-width {
		width: 100%;
	}

	.articles-list h2 {
		font-size: 22px;
	}

	.recommended-posts h5 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.site-header .container-bg {
		flex-direction: column;
	}

	#top-menu {
		margin: 0;
		padding-top: 20px;
	}

	.single-post .entry-title {
		font-size: 44px;
	}

	h2,	#wp-content h2,
	.b-share-calltoaction-text h2 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.container {
		padding-left: var(--main-padding-default);
		padding-right: var(--main-padding-default);
		max-width: 600px;
	}
	#content {
		flex-direction: column;
	}
	#primary {
		width: 100%;
		max-width: unset;
	}
	#secondary {
		width: 100%;
		max-width: unset;
	}

	h2,	#wp-content h2,
	.b-share-calltoaction-text h2 {
		font-size: 18px;
	}

	#wp-content .section-3-cols {
		flex-direction: column;
	}

	#wp-content .about-section {
		flex-direction: column;
	}

	#wp-content .section-image {
		max-width: 100%;
	}

	.divider {
		flex: unset;
	}

	.recommended-posts a img {
		width: 100%;
	}

	.entry-meta .category-name,
	.entry-meta .posted-on {
		display: block;
		padding: 5px 15px;
	}

	.main-navigation .container {
		background-color: #fff;
	}
	.main-navigation a {
		color: #25282A;
		background: #F0F0F0;
		margin-bottom: 1px;
		font-size: 14px;
	}
	.main-navigation.toggled ul {
		max-width: 300px;
		margin: 10px auto -1px auto;
	}
	.main-navigation ul ul a {
		font-size: 14px;
		color: #25282A;
		background: #fff;
		width: 300px;
	}
	.main-navigation li.menu-item-has-children > a::after, .main-navigation li.current-menu-item > a::after, .main-navigation li.current-post-ancestor > a::after {
		background-image: url('img/menu_arrow_dark.png');
	}
	.site-branding {
		padding-left: 50px;
		padding-top: 40px;
		margin-top: -40px;
		background-size: 46px auto;
	}
	.site-header h1 {
		font-size: 2em;
	}
	.site-header h4 {
		display: none;
	}
	#top-menu {
		padding-left: 0;
	}
	#top-menu li:not(.shop-link) a {
		display: none;
	}
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus {
		border: 2px solid red !important;
		border-radius: 0;
		background: #fff;
		color: red;
		margin: 0 auto;
		text-transform: uppercase;
		font-weight: 500;
	}
	#primary,
	#secondary {
		margin-left: auto;
		margin-right: auto;
	}
	.articles-list {
		grid-template-columns: 1fr;
	}
	.articles-list .featured-image {
		width: 100%;
	}
	.entry-meta .category-name, 
	.entry-meta .posted-on {
		font-size: 11px;
	}
	.content-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.entery-content-2-cols {
		flex-direction: column;
	}
	.content-2-cols {
		max-width: unset;
		order: 1;
	}
	#author-profile {
		flex-direction: column;
	}
	.author-profile-column {
		width: 100%;
		order: 2;
	}
	.author-profile {
		position: relative !important;
		display: flex;
    	justify-content: space-between;
		margin-bottom: 20px;
		max-width: unset;
	}
	.author-profile-image {
		max-width: 240px;
		min-width: unset;
		margin: 0 auto;
   	}
	.author-profile h6 {
		margin-bottom: 12px;
		margin-top: 1px;
	}
	.single-post .entry-title {
		font-size: 36px;
	}

	h4,	#wp-content h4,
	.b-share-calltoaction-text h4,
	.border-title {
		font-size: 16px;
	}

	#wp-content .section-2-cols {
		flex-direction: column;
	}
}


