/*
Theme Name: AradRolling
Text Domain: aradrolling
Theme URI: https://alihardan.github.io/
Author: Ali Hardan
Author URI: https://alihardan.github.io/
Version: 0.81
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

* {
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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.
 */
/* 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 !important;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-container {
  padding-left: var(--wp--style--block-gap);
  padding-right: var(--wp--style--block-gap);
}

.has-block-gap-left {
  margin-left: var(--wp--style--block-gap) !important;
}

.has-border-radius-sm {
  border-radius: 5px !important;
  overflow: hidden;
}

.has-flex {
  display: flex !important;
}

.has-list-no-style {
  list-style: none !important;
}

.has-no-margin {
  margin: 0 !important;
}

.has-no-margin-top {
  margin-top: 0 !important;
}

.has-no-margin-right {
  margin-right: 0 !important;
}

.has-no-margin-bottom {
  margin-bottom: 0 !important;
}

.has-no-margin-left {
  margin-left: 0 !important;
}

.has-no-padding {
  padding: 0 !important;
}

.has-no-padding-top {
  padding-top: 0 !important;
}

.has-no-padding-right {
  padding-right: 0 !important;
}

.has-no-padding-bottom {
  padding-bottom: 0 !important;
}

.has-no-padding-left {
  padding-left: 0 !important;
}

@media only screen and (min-width: 600px) {
  .has-offest-left {
    margin-left: -25% !important;
  }
}

@media only screen and (min-width: 600px) {
  .has-offest-right {
    margin-right: -25% !important;
  }
}

@media only screen and (min-width: 600px) {
  .has-offest-top {
    margin-top: -25% !important;
  }
}

@media only screen and (min-width: 600px) {
  .has-offest-bottom {
    margin-bottom: -25% !important;
  }
}

@media only screen and (max-width: 599px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media only screen and (max-width: 781px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media only screen and (min-width: 782px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .hidden-lg-up {
    display: none !important;
  }
}

a:not(.wp-block-button__link) {
  border-bottom: var(--wp--custom--link--border--style)
    var(--wp--custom--link--border--width) transparent;
  transition: border 0.2s ease-in-out;
}
a:not(.wp-block-button__link):hover {
  border-bottom-color: var(--wp--custom--link--border--color);
}

@media only screen and (max-width: 781px) {
  .site-header .wp-block-column {
    flex: 1 0 0 !important;
  }
}

/*.entry-content figure, .entry-content img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}*/

blockquote {
  font-size: var(--wp--custom--quote--typography--font-size);
  font-style: var(--wp--custom--quote--typography--font-style);
  margin-top: var(--wp--style--block-gap);
  margin-bottom: var(--wp--style--block-gap);
}
blockquote > p:last-of-type {
  margin-bottom: calc(var(--wp--style--block-gap) / 2);
}
blockquote [class*="citation"],
blockquote cite {
  font-size: var(--wp--preset--font-size--normal);
  text-transform: none;
  font-style: italic;
}

pre {
  color: #ffffff;
  white-space: pre-wrap;
  padding: var(--wp--style--block-gap);
  background: #000000;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: var(--wp--style--block-gap);
}
table th,
table td {
  padding: calc(var(--wp--style--block-gap) / 2);
  border: solid 1px rgba(0, 0, 0, 0.25);
  font-size: var(--wp--preset--font-size--normal);
  line-height: normal;
}
table th {
  color: inherit;
  background-color: transparent;
}

iframe {
  width: 100%;
  vertical-align: bottom;
  border: none;
}

video {
  width: 100%;
}

audio {
  width: 100%;
}

figure {
  padding: 0;
  margin: 0;
}

figcaption,
.wp-caption-text {
  text-align: center;
  font-size: var(--wp--preset--font-size--small);
}

code {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
}

audio {
  width: 100%;
}

iframe {
  width: 100%;
  vertical-align: bottom;
  border: none;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0 0 var(--wp--style--block-gap) 0;
}
fieldset legend {
  margin: 0 0 calc(var(--wp--style--block-gap) / 2) 0;
}

.wp-block-site-logo a {
  border: none;
}

.wp-block-site-title a {
  border: none;
}

.wp-block-navigation:not([style*="text-decoration"]) a {
  border-color: transparent;
}
.wp-block-navigation:not([style*="text-decoration"]) a:hover {
  border-color: currentColor;
}
.wp-block-navigation:not([style*="text-decoration"]) li.current-menu-item a {
  border-color: currentColor;
}
.wp-block-navigation:not([style*="text-decoration"]) li ul a {
  border: none;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 0;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: var(--wp--preset--font-size--large);
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
  font-size: var(--wp--preset--font-size--normal);
}
.wp-block-quote cite {
  font-size: var(--wp--preset--font-size--normal);
  font-style: italic;
}
.wp-block-quote.has-text-align-left cite {
  text-align: left;
}
.wp-block-quote.has-text-align-right cite {
  text-align: right;
}
.wp-block-quote.has-text-align-center cite {
  text-align: center;
}

.wp-block-pullquote p {
  font-size: var(--wp--custom--quote--typography--font-size);
}
.wp-block-pullquote cite {
  font-style: italic;
  text-transform: capitalize;
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  transition: opacity 0.2s ease-in-out;
  border-width: 0;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  opacity: 0.9;
}
.wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-buttons .wp-block-button .wp-block-button__link.is-style-outline {
  border-width: var(--wp--custom--button--border--width);
  padding-top: calc(
    var(--wp--custom--button--spacing--padding--top) -
      var(--wp--custom--button--border--width)
  );
  padding-right: calc(
    var(--wp--custom--button--spacing--padding--right) -
      var(--wp--custom--button--border--width)
  );
  padding-bottom: calc(
    var(--wp--custom--button--spacing--padding--bottom) -
      var(--wp--custom--button--border--width)
  );
  padding-left: calc(
    var(--wp--custom--button--spacing--padding--left) -
      var(--wp--custom--button--border--width)
  );
}

.wp-block-query a {
  border-color: transparent;
}

.wp-block-post-template.is-flex-container.is-flex-container,
.wp-block-query-loop.is-flex-container.is-flex-container {
  display: grid;
  gap: var(--wp--custom--gap--horizontal);
}

@media only screen and (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-1,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-1 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-1 > li {
  width: 100% !important;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
  width: 100% !important;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
  width: 100% !important;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
  width: 100% !important;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
  width: 100% !important;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
  width: 100% !important;
  margin-right: 0;
  margin-bottom: 0;
}

.wp-block-post-featured-image {
  margin-top: 0;
  margin-bottom: var(--wp--custom--gap--vertical);
  overflow: hidden;
}
.wp-block-post-featured-image a {
  border: none;
}

.wp-block-post-title a {
  color: var(--wp--preset--color--heading-color);
  border-color: transparent;
}
.wp-block-post-title a:hover {
  border-color: currentColor;
}

.wp-block-post-terms a {
  border-color: transparent;
}
.wp-block-post-terms a:hover {
  border-color: currentColor;
}

.wp-block-post-date a {
  border-color: transparent;
}
.wp-block-post-date a:hover {
  border-color: currentColor;
}

.wp-block-query-pagination span.page-numbers,
.wp-block-query-pagination a.page-numbers {
  color: var(--wp--custo--color-body);
  display: inline-block;
  border: none;
  text-align: center;
  border: solid 1px var(--wp--preset--color--primary);
  width: calc(var(--wp--style--block-gap) / 3 * 3);
  height: calc(var(--wp--style--block-gap) / 3 * 3);
  line-height: calc(var(--wp--style--block-gap) / 3 * 3);
  margin: 0 0.25rem;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  font-size: var(--wp--preset--font-size--small);
}
.wp-block-query-pagination span.page-numbers.current,
.wp-block-query-pagination a.page-numbers.current {
  color: #ffffff;
  background-color: var(--wp--preset--color--primary);
}
.wp-block-query-pagination span.page-numbers:hover,
.wp-block-query-pagination a.page-numbers:hover {
  color: #ffffff;
  background-color: var(--wp--preset--color--primary);
}
.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin: 0;
}

.wp-block-post-comments {
  clear: both;
}
.wp-block-post-comments a {
  color: var(--wp--preset--color--body);
  border-color: transparent;
}
.wp-block-post-comments .comment-body {
  background-color: #ffffff;
  padding: var(--wp--style--block-gap);
  margin-bottom: var(--wp--style--block-gap);
  border-radius: 10px;
}

.wp-block-code {
  padding: var(--wp--style--block-gap);
  border-radius: 0;
  white-space: pre-wrap;
  border: none;
}
.wp-block-code > code {
  color: #ffffff;
}

.wp-block-media-text:not(.has-background) .wp-block-media-text__content {
  padding-top: var(--wp--style--block-gap);
  padding-bottom: var(--wp--style--block-gap);
}
@media only screen and (max-width: 781px) {
  .wp-block-media-text:not(.has-background) .wp-block-media-text__content {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.wp-block-media-text.has-background .wp-block-media-text__content {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wp-block-table table.is-style-stripes {
  border-bottom: none;
}
.wp-block-table table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--wp--preset--color--tertiary);
}

input.wp-block-search__input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  -webkit-appearance: none;
  padding: var(--wp--custom--form--spacing--padding);
  width: 100%;
  background-color: var(--wp--custom--form--color--background);
  border: var(--wp--custom--form--border--style)
    var(--wp--custom--form--border--width)
    var(--wp--custom--form--border--color);
  transition: all 0.15s ease-in-out;
  border-radius: var(--wp--custom--form--border--radius);
}
input.wp-block-search__input:focus,
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,
select:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary);
}

select {
  background: var(--wp--custom--form--color--background)
    url("data:image/svg+xml;utf8,<svg viewBox=%270 0 140 140%27 width=%2716%27 height=%2716%27 xmlns=%27http://www.w3.org/2000/svg%27><g><path d=%27m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z%27 fill=%27black%27/></g></svg>")
    no-repeat;
  background-position: right 0.8rem top 50%;
  background-repeat: no-repeat;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  border: none !important;
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  font-weight: var(--wp--custom--button--typography--font-weight);
  color: #ffffff;
  display: inline-block;
  border-radius: var(--wp--custom--button--border--radius);
  border: var(--wp--custom--button--border--style)
    var(--wp--custom--button--border--width)
    var(--wp--custom--button--border--color);
  padding: var(--wp--custom--button--spacing--padding--top)
    var(--wp--custom--button--spacing--padding--right)
    var(--wp--custom--button--spacing--padding--bottom)
    var(--wp--custom--button--spacing--padding--left);
  background: var(--wp--preset--color--primary);
}

.wp-site-blocks > * {
  margin-top: 0 !important;
}

@media only screen and (max-width: 781px) {
  .site-header .wp-block-column {
    flex: 1 0 0 !important;
  }
  .site-header .wp-block-navigation.items-justified-center {
    justify-content: flex-end !important;
  }
}

/* aradrolling */
.entry-content img, .entry-content figure {
  max-width: 100%;
  height: auto;
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.wpcf7-spinner {
  display: none;
}
.wp-block-media-text,
.wp-block-media-text__content {
  direction: inherit !important;
}
.wp-block-media-text.product-box .wp-block-media-text__content {
  padding: 0;
}
.wp-block-media-text.product-box .wp-block-media-text__content h2 {
  margin-left: 0.5rem;
}
.wp-block-media-text.product-box .wp-block-table.is-style-stripes,
.product-columns .wp-block-table.is-style-stripes {
  border-bottom: none;
}

.wp-block-media-text.product-box table {
  width: 100%;
}

.wp-block-media-text.product-box table td:nth-child(1) {
}
.wp-block-media-text.product-box .wp-block-table,
.product-columns .wp-block-table {
  margin-bottom: 0;
}
.wp-block-media-text.product-box .wp-block-table table {
  margin-bottom: 0;
}
.product-columns table td:nth-child(1) {
  width: 10rem;
}
.wp-block-media-text.product-box table td:nth-child(1) {
  width: 9em;
  padding-left: 0.5rem;
}
.wp-block-media-text.product-box.is-image-fill .wp-block-media-text__media {
  min-height: 0;
}

.product-columns .wp-block-table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-media-text.product-box
  .wp-block-table.is-style-stripes
  tbody
  tr:nth-child(odd) {
  background-color: var(--wp--preset--color--quaternary);
}
.product-columns table {
  margin: 0;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 11; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  font-size: 1.1em;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  margin: 1rem 0;
  line-height: normal;
  color: #cbcbcb;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  border-bottom: solid 1px var(--wp--preset--color--quaternary);
}
.modal-header h2 {
  font-size: var(--wp--preset--font-size--medium-large);
  margin: 1rem 0;
}

.modal-body {
  padding: 2px 16px;
}

.wpcf7-form input {
  margin: 0;
}
.wpcf7-form > div {
  margin: 0 0 15px 0;
}
.wpcf7-form input {
  padding: 6px 12px;
}
.cf7-two-columns {
  display: flow-root;
}
.cf7-two-columns > label {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.cf7-two-columns > label:last-child {
  margin-right: 0;
}

.modal-footer {
  padding: 10px 16px;
  border-top: solid 1px var(--wp--preset--color--quaternary);
  display: flow-root;
}
.wpcf7-submit {
  float: right;
  padding: 6px 12px;
  line-height: var(--wp--custom--body--typography--line-height);
  font-size: var(--wp--preset--font-size--small) !important;
}
.wpcf7 form .wpcf7-response-output {
  font-size: var(--wp--preset--font-size--tiny) !important;
  overflow: hidden;
  margin: 0 !important;
  padding-top: 6px;
  padding-bottom: 6px;
}
.wp-block-navigation__responsive-container
  .request-quote-btn.wp-block-navigation-link {
  color: #ffffff !important;
  border-radius: var(--wp--custom--button--border--radius);
  border: var(--wp--custom--button--border--style)
    var(--wp--custom--button--border--width)
    var(--wp--custom--button--border--color);
  padding: 5px 10px;
  background: var(--wp--preset--color--primary) !important;
}

.wp-block-navigation__responsive-container:not(.has-modal-open)
  .request-quote-btn.wp-block-navigation-link:hover {
  background: var(--wp--preset--color--quaternary) !important;
  color: var(--wp--preset--color--body) !important;
}

html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[type="tel"],
html[dir="rtl"] input[type="url"],
.ginput_container_phone {
  direction: ltr !important;
}

.gfield_required {
  display: none !important;
}
header.wp-block-template-part {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-size: var(--wp--preset--font-size--medium);
  z-index: 10;
}
/*header.wp-block-template-part > div > div.wp-block-group > * {
    flex: 0 1 auto;
  }*/

@media only screen and (max-width: 600px) {
  header.wp-block-template-part > div > div.wp-block-group > :nth-child(1) {
    flex: 1;
  }
  header.wp-block-template-part > div > div.wp-block-group > :nth-child(3) {
    flex: 1;
  }
}

.comment-respond {
  border: 3px dashed var(--wp--preset--color--primary);
  padding: 1em;
  padding-bottom: 0;
}
.gform_button {
  margin: 0 auto;
}
.form-submit {
  text-align: center;
}

input[type="text"] {
  border: 1px solid #999;
}

input::placeholder,
textarea::placeholder {
  color: #8f8f8f;
  opacity: 0.7;
}

.wp-block-post-comments {
  display: flex;
  flex-direction: column;
}

.wp-block-post-comments > h3#comments {
  order: 1;
}
.wp-block-post-comments > .side-container-comment {
  order: 2;
  margin-bottom: 1rem;
}
.wp-block-post-comments > form {
  order: 3;
}
.wp-block-post-comments > .commentlist {
  order: 4;
}

.table-of-contents {
  margin: 1rem 0;
  position: relative;
  background-color: #ededed;
  padding: 0.5rem 1rem;
  border-left: 5px solid var(--wp--preset--color--primary);
  border-radius: 5px;
}

.table-of-contents .toc-headline {
  font-size: 22px;
  color: var(--wp--preset--color--primary);
  font-weight: 600;
  display: block;
  cursor: pointer;
  margin-top: 0.3rem;
}

.table-of-contents ul {
  padding: 0;
}

.table-of-contents li {
  position: relative;
  list-style: none;
  line-height: var(--line-height);
  font-weight: 400;
  margin: 0.3rem 0;
  transition: 0.2s ease all;
}

.table-of-contents li a {
  color: rgb(41, 49, 33);
}

.table-of-contents li > ul {
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}

/*
 * Comments Style
 * */
.wp-block-post-comments .comment-author .avatar,
span.says,
.comment-metadata a time {
  display: none;
}
.comment-body .reply {
  margin: 0;
}
a.comment-reply-link {
  border: 1px solid;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
}

a.comment-reply-link:hover {
  background: black;
  color: white;
}
a.comment-reply-link {
  border: 1px solid black;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  transition: 0.3s;
}
.side-container-comment-inner {
  text-align: center;
}
.comment-count {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: var(--wp--preset--color--quaternary);
  background: var(--wp--preset--color--primary);
}
.comment-count::before,
.comment-count::after {
  content: "";
  position: absolute;
  height: 3px;
  background: var(--wp--preset--color--primary);
  top: 50%;
  width: 300px;
}

@media screen and (max-width: 600px){
.comment-count::before, .comment-count::after {
    width: 30vw !important;
}
}
.comment-count::before {
  right: 100%;
  margin-right: 15px;
}
.comment-count::after {
  left: 100%;
  margin-left: 15px;
}

/*
 * Posts Style
 * */

h1.wp-block-post-title {
  font-size: 20px;
}

.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4,
.wp-block-post-content h5,
.wp-block-post-content h6 {
  font-size: 18px;
  font-weight: 700;
  margin: 0.7rem 0 0rem;
}
h1.wp-block-post-title {
  margin: 0 0 0.2rem;
  font-weight: 900;
  font-size: 20px !important;
}
.wp-block-post-content {
  line-height: 27px;
  margin-top: 0.3rem;
  text-align: justify;
}
#reply-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.table-of-contents .toc-headline {
  font-size: 15px;
  font-weight: bold;
}
.single-last-posts {
  display: inline;
  border-bottom: 4px solid;
}
.single-post .wp-block-post-template,
.home .wp-block-post-template {
  gap: 0 !important;
}
.home .wp-block-post-template li,
.single-post .wp-block-post-template li,
.page-template-page-blog .wp-block-post-template li {
  margin-block-start: 0;
}
@media (min-width: 782px) {
  ul.wp-block-post-template
    > li
    > div
    > div
    > div.wp-block-column:nth-child(1) {
    flex-basis: 20% !important;
  }
  ul.wp-block-post-template
    > li
    > div
    > div
    > div.wp-block-column:nth-child(2) {
    flex-basis: 80% !important;
  }
}
@media (max-width: 781px) {
  .page-template-page-blog
    > .wp-site-blocks
    > div.wp-block-group
    > .has-background {
    padding-right: 5px;
    padding-left: 5px;
  }
  .wp-block-post-template h2 {
    font-size: var(--wp--preset--font-size--small) !important;
  }
  .wp-block-post-template li > div,
  .wp-block-post-template li > div > div {
    gap: 0.7rem;
  }
}

.gfield_checkbox div {
  margin: 0.3rem 0;
}

.wp-block-post-template li {
  border-bottom: 1px solid lightgray;
  padding: 7px 0;
}

.wp-block-media-text__content h3,
.wp-block-media-text__content p {
  margin: 0.5em 0;
}

.wp-block-media-text__content p {
  text-align: justify;
}
button.wp-block-navigation__responsive-container-open {
  border: 3px solid var(--wp--preset--color--primary) !important;
  padding: 3px;
  padding-top: 0;
  padding-bottom: 6px;
}

wp-block-group {
  padding-top: 20px;
}
.wp-block-query {
  margin-top: 20px;
}

.singleTextBody {
  margin-top: 13px !important;
}
.commentSection {
  margin-top: 0px !important;
}
.wp-block-post-comments .commentlist .comment {
  padding-right: 0px !important;
}
.comment-author a {
  font-size: 12px !important;
  font-weight: 900;
}
.wp-block-post-comments .commentlist .comment p,
.wp-block-post-comments .reply,
.wp-block-post-comments .comment-meta {
  font-size: 14px !important;
}
.wp-block-post-comments input[type="submit"] {
  font-weight: bold;
}
.wp-block-post-comments .commentlist .comment p {
  margin: 0.2em 0 0.6em 0 !important;
}

.wp-block-post-comments .commentlist .comment.depth-1 {
  padding: 0 !important;
}

.wp-block-post-comments .comment-body {
  margin-bottom: 0.66rem;
}

a#cancel-comment-reply-link {
  float: left;
}

.wp-block-navigation__responsive-container-open {
  position: relative;
}

.wp-block-navigation__responsive-container-open::after {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 16px;
  height: 2px;
  box-sizing: border-box;
  content: "";
}
html {
  /*scroll-padding-top: calc(var(--wp-admin--admin-bar--height, 0px) + 75px);*/
  scroll-padding-top: 75px;
}
.wp-block-post-comments input,
.wp-block-post-comments textarea {
  font-size: var(--wp--preset--font-size--normal);
}
.wp-block-query-pagination span.page-numbers,
.wp-block-query-pagination a.page-numbers {
  width: calc(2rem / 3 * 3);
  height: calc(2rem / 3 * 3);
  line-height: calc(2rem / 3 * 3);
}
.table-of-contents li {
  font-weight: bold;
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__responsive-container.is-menu-open {
  background: var(--wp--preset--color--tertiary);
}
.wp-block-navigation__responsive-container-close {
  border: 2px solid var(--wp--preset--color--primary) !important;
  border-radius: 3px;
}

.wp-video {
  width: auto !important;
  max-width: 480px !important;
}

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

.has-text-align-center {
  text-align: center;
}
.wp-block-post-comments .comment-meta,
.wp-block-columns,
.wp-block-post {
  margin: 0;
}
.read-more-posts {
  font-weight: bold;
}

.single-ads {
  border-top: 2px dashed var(--wp--preset--color--primary);
  padding: 1em 0 0 0;
  display: grid;
  grid-template-columns: 32.5% 32.5% 32.5%;
  gap: 0.7em 1.25%;
}

.single-ads figcaption {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: bold;
}

.single-ads img {
  aspect-ratio: 1/0.7;
  width: 100%;
  border-radius: 10px;
}
@media only screen and (min-width: 780px) {
  .single-ads figcaption {
    font-size: 12px;
    padding-top: 0.5em;
  }
}
@media only screen and (max-width: 781px) {
  .single-ads {
    grid-template-columns: 49% 49%;
    gap: 0.7em 2%;
  }
  .single-ads > a:nth-child(5),
  .single-ads > a:nth-child(6) {
    display: none;
  }
}

.single .has-quaternary-background-color {
  border-radius: 15px;
  box-shadow: 0px 0px 9px 0px #888888d6;
}
.single .has-quaternary-background-color:nth-child(1) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.wp-block-site-logo {
  padding: 5px 0;
}
.custom-logo {
  height: 65px !important;
  width: auto;
}
@media only screen and (max-width: 600px) {
  .custom-logo {
    max-width: 110px;
  }
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
  margin-left: -2.375em !important;
  margin-right: -2.375em !important;
  padding: 1em;
  background: #f7efd7;
}

.rmp-rating-widget .rmp-icon--full-highlight {
  color: #d4af37;
}

@media (hover: hover) {
  .rmp-rating-widget .rmp-icon--hovered {
    color: #ffcc36;
  }
}

.js-rmp-rating-icon {
  position: relative;
}
li.js-rmp-rating-item .js-rmp-rating-icon::after {
  font-family: Roboto;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 11px;
  color: #6e6e6e;
  transform: translate(-50%, -50%);
}
li.js-rmp-rating-item:nth-child(1) .js-rmp-rating-icon::after {
  content: "1";
}
li.js-rmp-rating-item:nth-child(2) .js-rmp-rating-icon::after {
  content: "2";
}
li.js-rmp-rating-item:nth-child(3) .js-rmp-rating-icon::after {
  content: "3";
}
li.js-rmp-rating-item:nth-child(4) .js-rmp-rating-icon::after {
  content: "4";
}
li.js-rmp-rating-item:nth-child(5) .js-rmp-rating-icon::after {
  content: "5";
}

.rmp-rating-widget .rmp-icon--half-highlight {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #be6779),
    color-stop(50%, #ccc)
  );
  background: linear-gradient(to right, #ccc 50%, #d4af37 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (hover: hover) {
  .rmp-rating-widget .rmp-icon--hovered {
    color: #be6779;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background: transparent;
    -webkit-transition: 0.1s color ease-in;
    transition: 0.1s color ease-in;
  }
}

.home > .wp-site-blocks > .wp-block-group > .wp-block-media-text, .home > .wp-site-blocks > .fake-wrapper > .wp-block-group > .wp-block-media-text {
  overflow: hidden;
}
.home > .wp-site-blocks > .wp-block-group > .wp-block-media-text,
.home > .wp-site-blocks > .wp-block-group > .wp-block-group,
.home > .wp-site-blocks > .fake-wrapper > .wp-block-group > .wp-block-media-text,
.home > .wp-site-blocks > .fake-wrapper > .wp-block-group > .wp-block-group 
{
  border-radius: 15px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.group-shadow {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.site-header > div {
  box-shadow: 0 5px 15px -10px rgb(0 0 0 / 10%);
}

.rmp-heading.rmp-heading--title {
  font-size: var(--wp--preset--font-size--medium);
}

.page .wp-block-column svg {
  width: 113px;
  height: 113px;
  fill: var(--wp--preset--color--primary);
}

@media (max-width: 781px) {
  .page .wp-block-column svg {
    width: 60px;
    height: 60px;
  }
  .contact-title, .contact-text {
      margin-top: 5px !important;
  }
}

.wp-post-image {
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (max-width: 781px) {
  .ways-column > .wp-block-columns > .wp-block-column {
    flex-basis: 47% !important;
  }
}

figure.wp-block-video {
  display: flex;
}

.zim-1 {
  z-index: -1;
}

.mtm-100 {
  margin-top: -100px !important;
}

.br-15 {
  border-radius: 15px;
}

.box-bs {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.of-hidden {
  overflow: hidden;
}
.mt-5 {
  margin-top: 5px !important;
}
.fs-25 {
  font-size: 25px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.bddg-2 {
  border: 2px dashed darkgray;
}

@media screen and (max-width: 781px) {
  .mwm-100 > * {
    max-width: 100% !important;
  }
}

.wp-block-post-featured-image {
  height: max-content;
  border-radius: 15px;
  box-shadow: 0 5px 10px -5px rgb(0 0 0 / 50%);
}

.blog > .wp-site-blocks > .wp-block-group > .wp-block-group {
  border-radius: 15px;
}

#fixedbuttons {
  display: none;
  z-index:1;
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  /*background: #fefefe;*/
  /*background: var(--wp--preset--color--quaternary);*/
  /*border-top: 1px solid #000;*/
  padding-top: 10px;
  padding-bottom: 10px;
  /*box-shadow: 0 -15px 15px -5px rgba(0, 0, 0, 0.2);*/
}

.enter {
  line-height: normal;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  /*border-color: #795548;*/
  /*background: var(--wp--preset--color--primary);*/
  /*background: #228B22;*/
  background: #3ade57;
  font-weight: 900;
  box-shadow: none !important;
  /*color: var(--wp--preset--color--quaternary);*/
  color: white;
}
.enter * {
	vertical-align: middle;
}
.enter span {
	font-weight: bolder;
}
@media screen and (max-width: 650px) {
    #fixedbuttons {
        display: block;
    }
}

.mincard {
    height: 100%;
}

.wp-block-post-template h2 {
  line-height: 1.6;
  font-size: 16px !important;
}
