/*!
Theme Name: shoresh
Theme URI: https://webme.co.il/
Author: Atkinson Leon
Author URI: https://webme.co.il/
Description: A starter theme for an easier start point.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shoresh
Tags:rtl-language-support, custom-footer-colors,custom-menu-colors,custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, featured-home-image

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
:root{
    --dark:#171f2d;
    --borderondark:#5f6369;
    --backgroundark:#000;
    --fonthick:'Monda', sans-serif;
    --fonthin:'Monda', sans-serif;
    --strechthird:1/4;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
/*
Fonts
*/
 
/******/
img[data-src] {
opacity: 0;
transition: opacity 0.4s;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-backface-visibility: hidden;
}

img[data-loaded=true] {
	opacity: 1;
}
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
margin: 0;
overflow-x: hidden;
}

/**
* 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;
}
 
h1.entry-title,h1.page-title,.subtitlenone{
 text-align: center;
}
.catalog_price{
text-align: right;
color: #00a7d4;
}
.entry-header-catalog h1{
text-align: left;
padding-top: 0;
}
.home h1.entry-title{
position: inherit;
width: auto;  
}

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

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

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

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

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

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

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

a {background-color: transparent;}

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

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

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

b,
strong {
font-weight: bolder;
}

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

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

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

small {
font-size: 80%;
}

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

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

sub {
bottom: -0.25em;
}

sup {
top: -0.5em;
}

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

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

img {
border-style: none;
}

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

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

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

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

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

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

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/*shoresh*/
width: 100%;
}
/*shoresh*/
input.search-submit {
margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

progress {
vertical-align: baseline;
}

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

textarea {
overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
display: block;
}

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

summary {
display: list-item;
}

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

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

template {
display: none;
}

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

[hidden] {
display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
color: var(--dark);
font-family: var(--fonthin);
font-size: 16px;
font-size: 1.1rem;
line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {clear: both;margin: 0;font-family: var(--fonthick);letter-spacing: 1px;}
h3#reply-title {
margin-bottom: 15px;
}

p {
margin-bottom: 1.5em;
}

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

blockquote {
margin: 0 1.5em;
}

address {
margin: 0 0 1.5em;
}

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

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

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

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

big {
font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box;
}

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

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

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

ul, ol {
margin: 0;
padding: 0;
list-style-type: none;
}

ol {
list-style: decimal;
}
ol.comment-list li {
border: solid 1px #eee;
margin-bottom: 10px;
}
li > ul,
li > ol {margin-bottom: 0;margin-right: .5em;}

dt {
font-weight: bold;
}

dd {
margin: 0 1.5em 1.5em;
}

img {
height: auto;
/* Make sure images are scaled correctly. */
width: 100%;
max-width: 100%;
/* Adhere to container width. */
}
img[data-loaded=true]:hover {
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.single img[data-loaded=true]:hover{
-webkit-transform:none;
transform: none;
}
img.avatar {
width: inherit;
}
figure {
margin: 1em 0;
/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {border: none;border-color: #ccc #ccc #bbb;border-radius: 3px;background: #000000;color: #fff;font-size: 12px;font-size: 1rem;line-height: 1.5;padding: .8em 1em .8em;max-width: 200px;}

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 #000;
border-radius: 3px;
padding: 3px 10px;
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%;max-height: 160px;}

form[role=search] {display: grid;grid-template-rows: auto;grid-template-columns: 1fr .3fr;grid-gap: 11px;max-width: 1024px;margin: 0 auto;}
section.no-results.not-found {grid-column: var(--strechthird);}
input[type="submit"]{margin:0;}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
/*color: #0d2248;*/
text-decoration: none;
}
.wp-block-column a,.entry-content p a{color: #005ceb;text-decoration: underline;}
a.rmore {
border-radius: 2px;
padding: 5px 10px;
margin-bottom: 10px;
display: inline-block;
border: solid 1px #171f2d;
}
a.rmorec {}
li.blocks-gallery-item a {
color: #fff;
font-size: 20px;
}
a:focus {
outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {clear: both;display: block;float: left;width: 100%;border-top: solid 1px #000;border-bottom: solid 1px #131827;padding: .75rem;z-index: 99999;transition: all 300ms ease;}

.main-navigation ul {list-style: none;margin: 0;padding: 0;max-width: 1600px;margin: 0 auto;}

.main-navigation ul ul {box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);float: left;position: absolute;top: 100%;left: -999em;z-index: 99999;background: #000000;padding: 5px 5px;width: 100%;}
.main-navigation ul ul a{color:#fff;font-size: 14px;font-weight:100;}
.main-navigation ul ul ul {
right: -999em;
top: 0;
}

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

.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
color:#fff;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
display: block;
}
button.menu-toggle {background: #0a1d3e;width: 100%;max-width: 97%;margin: 0 auto;font-size: 21px;padding: 7px 0;margin-bottom: 7px;border: solid 1px #3a475f;}
.main-navigation.toggled ul li{
width:100%;
}

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

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

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

}
.post-navigation a{display: block;background: #d1f8ff;text-align: center;padding: 4px;}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}

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

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

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

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

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

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

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

.breadcrumbs {
background: #e9ecf0;
margin: 0 auto;
font-size: 13px;
padding: 5px 30px;
}
.mautowrapp{max-width: 1600px;margin:0 auto;padding: 0 30px;}
.updated:not(.published) {
display: none;
}

.page-content,
.entry-content,
.entry-summary {
margin:.5em 0 0;
}
.entry-content p {
line-height: 1.8;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}

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

.bypostauthor {
display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
display: block;
}
.widget .gallery-icon a{
display: flex;
}
/*End of Default Naked Underscore theme*/

/*Start Shoresh*/
section#guenberg_content {
max-width: 1600px;
margin: 0 auto;
padding: 0 15px;
}
div#gridwrapp ul li {float: left;line-height: 95px;margin-right: 7px;}
div#gridwrapp .new_menu_class  ul li:before{content: '|';padding-right: 5px;font-size: 15px;font-weight: 100;}
div#gridwrapp .new_menu_class  ul li:first-child:before{content:''}
div#gridwrapp ul{
padding-left:30px;
}
.clr{
clear: both;
}
.site-header, .site-footer, #secondary section,article, #comments, .post-navigation, #content
{
margin: 5px;
padding: 10px;
}
aside#secondary section{
margin-top:0;
margin-bottom: 15px;
}
/*Recent posts widget*/
.widget_recent_entries ul li {display: grid;grid-template-columns: 1fr 1fr;grid-template-rows: auto;grid-gap: 2px;}
.widget_recent_entries ul li a:first-child{
order: 2;
}
.widget_recent_entries ul li a:last-child{order: 1;}
/**/

.fullwrapp .widget_nav_menu div {
padding-top: 1.1em;
}
.fullwrapp #secondary section{
margin-top:0;background: none;color: #bfcade;border: none;padding: 50px 30px;
}
.fullwrapp section#text-5 a {
text-decoration: none;
}
#text-5{
text-align:center;
}
#text-5 a{
color: #fff;
margin: 0 auto;
display: inline-block;
text-align: center;
}
a.expert {
position: relative;
display: inline-block;
font-size: 18px;
line-height: 30px;
color: #ffffff;
padding: 10px 30px;
font-weight: 500;
border-radius: 3px;
background-color: #eb4343;
}

a.freequote {
position: relative;
display: inline-block;
font-size: 18px;
line-height: 30px;
color: #ffffff;
padding: 10px 30px;
font-weight: 500;
border-radius: 3px;
background-color: #395d9c;
}
.fullwrapp .widget-title{
position: relative;
color:#fff;
margin-bottom: 10px;
}
.home #primary.no-sidebar #main {
max-width: 1200px;
}
.fullwrapp .widget-title:before {
position: absolute;
left: 0;
bottom: 0;
height: 1px;
width: 30px;
background-color: #395d9c;
content: "";
}
.fullwrapp a{
color:#bfcade; 
}
.fullwrapp a:hover{
text-decoration: underline;
}
.fullwrapp a.callme{
color:#eb4343; 
}
.site-header,#content{
padding:0;
}
aside#secondary ul li a {
padding: 5px;
display: block;
}
aside#secondary ul li:last-child a{border: none;}
.fullwrapp aside#secondary ul li a{
 text-decoration:none;
 border-bottom: dotted 1px var(--borderondark);
}
aside#secondary .widget_recent_entries ul li a{border:none;}
.fullwrapp aside#secondary ul li a:hover{
background:#1b2433;
color:#00b9eb;
} 
#secondary.widget-area,#content{
border-top:none;
}
#primary aside#secondary.widget-area{padding-top: 30px;}
.site-header,#content{
border-bottom:none;
}
#main{
margin-top: 0;
padding:0 30px;
}
#primary.no-sidebar{
padding:0;
margin: 0;
border:none;
}
.single div#content,.archive div#content {max-width: 1600px;}
.page-template-default #primary {
max-width: 1600px;
margin: 0 auto;
width: 100%;
}
div#viewwrapp {
display: grid;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr;
align-items: center;
}
.viewcount{
text-align:right;
line-height: 28px;
}
span.viewcount span span {
color: #000;
font-size: 23px;
display: inline-block;
}
section#primary {
max-width: 1600px;
}
#primary,#secondary,.site-footer,#content,.site-header,#secondary.widget-area{
/* border:none;  */
margin:  auto;
}
#secondary.widget-area{max-width: 1600px;}
#main .entry-header {
margin: 0 0 5px 0;
padding: 0;
}
span.author.vcard a {
font-style: italic;
font-weight: 600;
}
#primary.no-sidebar #main{
float: none;
width: 100%;
max-width: 1600px;
margin: 0 auto;
}
.blog #primary.no-sidebar #main,.archive #main,.home #primary.no-sidebar #main{
max-width:1600px;
padding: 30px 15px;
}

#primary #secondary{
width: 23.8%;
display: block;
}

#primary #secondary section{width: auto;box-shadow: 0px 2px 3px 1px #a5a5a52b;}
.widget_recent_entries li {margin-bottom: .25rem;list-style-type: none;border-bottom: dotted 1px var(--borderondark);padding: 5px 0;font-size: 12px;}
.widget_recent_entries li:hover{}
li.recentcomments {margin-bottom: 15px;border-bottom: dotted 1px #000;padding: 10px 0;font-size: 13px;}
span.comment-author-link {font-weight: 600;}

footer.entry-footer span {margin: 0 0 0 4px;font-size: 12px;padding: 0 4px;font-weight: 600;}
a[rel="category tag"] {font-weight: 600;color: #1db0d8;}
.entry-meta{margin: 0;padding: 3px 0;font-size: 14px;}
.single .entry-meta{text-align: center;}
.entry-header,.site-branding{
margin: 0;
}
#social_search {
display: grid;
grid-template-rows: 30%;
grid-template-columns: 1fr 1fr;
align-items: center;
align-content: center;
text-align: center;
}
#social_search .icon{
font-size: 22px;
}
#gridwrapp form input{
max-width:200px;
}
.site-branding{text-align:center;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease;padding: 15px 0;}
.site-branding p{
margin: 0;
padding: 0;
}
p.site-description {
font-size: 20px;
line-height: 30px;
}
.site-title{font-size: 39px;font-weight: 700;line-height: 54px;font-family: var(--fonthick);letter-spacing: 3px;}
.main-navigation li{margin: 1px;padding:0;font-family: var(--fonthick);letter-spacing: 3px;}
.main-navigation li a{
display:block;
padding: 5px 10px;
font-weight: 600;
font-size: 1.2rem;
text-transform: uppercase;
}
.main-navigation li a:hover, .main-navigation li.current-menu-item a, .main-navigation ul ul .current-menu-item a{color: #00b9eb;}
.current-menu-item a, .main-navigation ul ul .current-menu-item a{
font-weight: 600;
}
.main-navigation li a:hover,li.current-menu-item  a{
box-shadow: none;
}
.sub-menu li{content:none;}

.site-footer{text-align: center;font-size: 14px;border: none;margin: 0 auto 0 auto;background: #171F2D;border-top: solid 1px #232d3e;}

.post-type-archive-catalog .content-area {
padding-top: 10px;
}
.post-type-archive-catalog #main,.tax-product_categories main{
display: grid;
grid-template-columns: repeat(auto-fill,minmax(300px, 1fr) );
grid-template-rows: auto;
grid-column-gap:10px;
grid-row-gap: 10px;
}
.post-type-archive-catalog #main .page-header,.tax-product_categories #main .page-header{
grid-column: span 3;   
}
.post-type-archive-catalog article, .tax-product_categories article {padding: 9px;box-shadow: 0px 2px 3px 1px #a5a5a52b;}
.post-type-archive-catalog article:hover,.tax-product_categories article:hover{}
form.wpcf7-form {
margin: 0 auto;
background: #fff;
background-image: linear-gradient(to bottom, #d6ddea, #fff);
padding: 19px;
border: dotted 1px #000;
}
/*gototop*/
#button {
display: inline-block;
width: 50px;
height: 50px;
text-align: center;
position: fixed;
bottom: 60px;
right: 10px;
transition: background-color .3s, 
opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
}
#button::after {
content: "^";
font-family: Tahoma,Verdana,Segoe,sans-serif;
font-weight: 600;
font-style: normal;
font-size: 1.6em;
line-height: 55px;
color: #fff;
}
#button:hover {
cursor: pointer;
}
#button:active {
background-color: #555;
}
#button.show {
opacity: 1;
visibility: visible;
}
.site-info,.site-info a {
color: #fff;
}

.blog #main article,.archive #main article,.home.page #main article,.search #main article {box-shadow: 0px 2px 3px 1px #a5a5a52b;margin-bottom: 20px;}
.page #main article{box-shadow: none;}
/*slick*/
/*!
* SlickNav Responsive Mobile Menu v1.0.10
* (c) 2016 Josh Cope
* licensed under MIT
*/
.slicknav_btn {/* position: relative; */display: block;vertical-align: middle;/* float: left; */padding: 0.438em 0.625em 0.438em 0.625em;line-height: 1.125em;cursor: pointer;}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
margin-top: 0.188em; }

.slicknav_menu {
*zoom: 1; }
.slicknav_menu .slicknav_menutxt {display: block;line-height: 1.188em;float: left;}
.slicknav_menu .slicknav_icon {float: right;width: 1.125em;height: 0.875em;margin: 0 0.438em 0 0;}
.slicknav_menu .slicknav_icon:before {background: transparent;width: 0;height: 0;display: block;content: "";position: absolute;}
.slicknav_menu .slicknav_no-text {
margin: 0; }
.slicknav_menu .slicknav_icon-bar {display: block;width: 1.8em;height: 4px;margin-bottom: 4px;}
.slicknav_menu:before {
content: " ";
display: table; }
.slicknav_menu:after {
content: " ";
display: table;
clear: both; }

.slicknav_nav {
clear: both; }
.slicknav_nav ul {
display: block; }
.slicknav_nav li {
display: block; }
.slicknav_nav .slicknav_arrow {font-size: 1.2em;margin: -3px 0 0 0;width: 22px;border-radius: 2px;display: block;text-align: center;}
.slicknav_nav .slicknav_parent-link .slicknav_item {cursor: pointer;font-weight: bold;float: right;}
.slicknav_nav .slicknav_item a {
display: inline; }
.slicknav_nav .slicknav_row {
display: block; }
.slicknav_nav a {
display: block; }
.slicknav_nav .slicknav_parent-link a {display: inline-block;}

.slicknav_brand {
float: left; }

.slicknav_menu {
font-size: 16px;
box-sizing: border-box;
background: #4c4c4c;
padding: 5px; }
.slicknav_menu * {
box-sizing: border-box; }
.slicknav_menu .slicknav_menutxt {
color: #fff;
font-weight: bold;
text-shadow: 0 1px 3px #000; }
.slicknav_menu .slicknav_icon-bar {background-color: #fff;transition: all 1s;}
.slicknav_open .slicknav_icon-bar:first-child,.slicknav_open .slicknav_icon-bar:last-child {
    background: #00b9eb;
    transition: all .5s;
    width: 0;
}

.slicknav_btn {margin: 5px 5px 6px;text-decoration: none;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background-color: #222;-webkit-transition: background 0.4s, padding 0.4s;transition: background 1s;}

.slicknav_nav {
color: #fff;
margin: 0;
padding: 0;
font-size: 1.2em;
list-style: none;
overflow: hidden; }
.slicknav_nav ul {list-style: none;overflow: hidden;padding: 0;margin: 0;background: #1d1c1c;}
.slicknav_nav .slicknav_row {padding: 5px 5px 5px 0;margin: 2px 0;}
.slicknav_nav .slicknav_row:hover {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 0;background: #1d1d1d;color: #fff;}
.slicknav_nav a {padding: 5px 0;margin: 2px 0;text-decoration: none;color: #fff;}
.slicknav_nav a:hover {-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.slicknav_nav .slicknav_txtnode {
margin-left: 15px; }
.slicknav_nav .slicknav_item a {
padding: 0;
margin: 0; }
.slicknav_nav .slicknav_parent-link a {padding: 0;margin: 0px;}

.slicknav_brand {
color: #fff;
font-size: 18px;
line-height: 30px;
padding: 7px 12px;
height: 44px; }

.slicknav_menu {
display:none;
}
.slicknav_menu .sub-menu li:last-child{border:none;}
.slicknav_menu .sub-menu li a{
    color: #36e0ff;
    padding: 3px 0;
}
.slicknav_menu li{float: none;border-bottom: dotted 1px #5d5b5b;text-align: left;}
.slicknav_btn {background: var(--backgroundark);color: #fff;padding: 7px 10px;display: inline-block;width: 100%;max-width: 95%;margin: 0px auto;text-align: left;border: solid 1px #3e4e69;}

.slicknav_menu li a {color: #fff;display:block;margin-bottom: 5px;}
ul.slicknav_nav {max-width: 85%;margin: 0 auto;}
/*slick*/

/*Posts related navigation - php code on single.php*/
.navigation {margin-bottom: 15px;display: grid;grid-template-rows: max-content;grid-template-columns: 1fr 1fr;padding: 15px;border-top: solid  1px #eee;border-bottom: solid 1px #eee;}

.thumb {width: 100%;height: 150px;background-size: cover;background-position: center;}
.nav-newer,.nav-older {display: grid;grid-template-rows: auto;grid-template-columns: .75fr 1fr;grid-gap: 15px;}
.nav-newer:hover {
    background-image: linear-gradient(-90deg, white, #e2e1e1);
}
.nav-older:hover {
    background-image: linear-gradient(-90deg, #e2e1e1, white);
}
.nav-older .thumb {
    order: 2;
}

.nav-older .entry {
    text-align: right;
}
.nav-older{order:2;grid-template-columns: 1fr .75fr;}
/*End Posts navigation*/
p.comment-form-cookies-consent {
    font-size: 15px;
}
.entry-header-catalog{
display: grid;
grid-template-rows: auto;
grid-template-columns: 1fr .3fr;
align-items: center;
}
.entry-header-catalog h2{
font-size: 20px;
}
/**/
.new_menu_class {
    border: solid;
    display: flex;
}

#social_search form {
    background: cyan;
}

#social_search li,.new_menu_class li {
    line-height: inherit !important;
}
div#gridwrapp div {
    border: solid 1px;
}
/**/
/*Media QUeries****************************************/

/*MIN*/
@media screen and (min-width:480px) {}
@media screen and (min-width: 694px) {}
@media screen and (min-width:695px) {}
@media screen and (min-width:767px) {
    div#gridwrapp {display: grid;grid-template-columns: 1fr 1fr 1fr;grid-template-rows: auto;grid-gap: 2px;max-width: 1600px;margin: 0 auto;}
    #secondary, .blog main#main,  #primary-menu{
    display:flex;
    }

    #primary-menu li {
    width: 100%;
    text-align: center;
    }
    .sub-menu li a{
    display: block;
    width: 100% !important;
    }
    .sub-menu li a:hover{
    	background: #171717;
    }
    #secondary section {
    width: 100%;
    }
    .site-branding a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-transform: uppercase;
    }
    .site-branding a:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    }
    #primary-menu > li:not(:first-of-type):after {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    width: 1px;
    height: 60%;
    background-color: var(--borderondark);
    }
    form#commentform {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 15px;
    padding: 35px 90px;
    background: #eee;
    }
    p.comment-form-cookies-consent {
    grid-column: 1/3;
    }
    #comments p.form-submit {
    text-align: right;
    }
    .logged-in #comments p.form-submit {
    text-align: left;
    }
    .logged-in .logged-in-as {
    grid-column: 1/4;
    }
    form.wpcf7-form {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 23px;
    }
    form.wpcf7-form p:nth-child(5) {
    grid-column: 1/4;
    }
    p.comment-notes {
    grid-column: 1/-1;
    }
    p.comment-form-comment {
    grid-column: 1/-1;
    }
}

@media screen and (min-width:900px) {}
@media screen and (min-width: 1024px) {
    .main-navigation ul ul.focusopenenr{
    left:auto;
    }
    input.search-submit[type="submit"]{
        padding: 0 5px;
    } 
    #primary #main, #primary #secondary{
        float: left;
        width: 76.6%;
    }
    .category #primary #main,.home #primary.no-sidebar #main,.blog main#main,.search main#main{
        width:100%;
        float: none;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-gap: 15px;
    }
    .search header.page-header {
    grid-column: var(--strechthird)
    }
    .blog main#main header{
        grid-column: 1/-1;
    }
    #primary #secondary {
        width: 23.2%;
        display: block;
    }
    #primary #secondary{
        float: right;
    }
    .rtl #primary #main, #primary #secondary{
        float: right;
    }
    .rtl #primary.no-sidebar #main, #primary.no-sidebar #secondary{
        float: none;
    }
}
@media screen and (min-width:1280px) {}

@media screen and (min-width:1600px){
    #primary #secondary {
    width: 22.7%;
    }

}
@media screen and (min-width:1920px){}
/********************************MIN-END****/

/*MAX */
@media screen and (max-width: 1860px) {}
@media screen and (max-width: 1599px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
     .main-navigation li a {
    font-size: .8rem;
    }
    div#gridwrapp ul li {
    font-size: 14px;
    }
    #gridwrapp form input {
    max-width: 150px;
    }
}

@media screen and (max-width: 1152px) {}
@media screen and (max-width: 1024px) {
    .site-footer, #secondary section, .blog article, #comments, #respond, .post-navigation,.page #main, #secondary.widget-area {
        border:none;
        padding: 5px 10px;
    }
    
    #primary #secondary {
        width:100%;
        display: block;
    } 
}
@media screen and (max-width:900px) {
    .home h1.entry-title{
    font-size: 1.5em;
    }

    .catalog h2.entry-title {
    font-size: 15px;
    text-align: center;
    }
    .catalog .entry-content {
    font-size: 13px;
    }
   .fullwrapp #secondary section {
    padding: 20px 20px;
    background: #1c2433;
    margin: 10px 0;
    border: solid 1px #263144;
    }
    #button{
    left:10px;
    right:auto;
    }
    /*slick*/
    #primary-menu {
    display:none;
    }
    .slicknav_menu {
    display:block;
    background: var(--backgroundark);
    padding: 6px;
    text-align: center;
    }
    .navigation {
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    padding: 15px;
    border-top: solid  1px #eee;
    border-bottom: solid 1px #eee;
    }
    .nav-newer, .nav-older {
    grid-template-rows: max-content; 
    grid-template-columns: 1fr .90fr;
    margin-bottom: 15px;
    }
    .thumb{
    width: 100px;
    height: 100px;
    }

    /*slick*/
}

@media screen and (max-width: 694px) {
    .main-navigation{
    background: #171f2d;
    text-align: center;
    padding: 0;
    border: none;
   }
}

@media screen and (max-width:480px) {}
@media screen and (max-width:320px) {}

/*Media QUeries End**************************************/



