/*
Theme Name: Plomin Theme
Author: OM
Description: WordPress theme for Plomin
Version: 1.2.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: plomin-theme
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oranienbaum&display=swap');

body {
  margin: 0;
  -webkit-font-smoothing: auto;
}
body.category-events #footer-top2 {
  margin-top: 205px;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oranienbaum', serif;
  clear: both;
  color: #010101;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
h1 {
  font-size: 5rem;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

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

ins {
  text-decoration: none;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff;
  padding: 0;
  box-shadow: 0 5px 20px 0 #e3e3e370;
}

.navbar-brand {
  margin-right: 0;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

/*#masthead .navbar .menu-item-4965 {*/
/*  background-color: #C1272D;*/
/*  box-shadow: 0px 0px 20px rgb(193 39 45 / 10%);*/
/*  border-radius: 12px;*/
/*  padding: 5px 0;*/
/*}*/
/*#masthead .navbar .menu-item-4965 a {*/
/*  color: #ffffff !important;*/
/*}*/
#main-nav .navbar-nav {
  align-items: center;
}
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #000000;
  margin: 0 2rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  /* text-transform: capitalize; */
  /* hover */
  display: inline-block;
  transition: all .3s ease-in;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover::after {
  width: 100%;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a::after {
  content: '';
  display: block;
  width: 0;
  border-bottom: 2px solid #C1272C;
  background: #bc2022;
  transition: width .3s;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
  text-decoration: none;
  color: #000;
  transition: all .3s ease-in;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current-menu-item > a {
  color: #C1272C;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
  padding: 0;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.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: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

#main-nav {
	padding-top: 0.875rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  color: #21759b;
  display: block;
  /*font-size: 14px;*/
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# 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;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
body.page-template-template-front-page header#masthead {
  box-shadow: none;
}

#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

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

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.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-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer.site-footer {
	padding-top: 1.25rem;
	padding-bottom: 4.375rem;
}

footer.site-footer, footer.site-footer a:not(.btn), footer.site-footer h5 {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.875rem;
	color: #fff;
}

footer.site-footer h5 {
	margin: 0;
}

footer.site-footer h5 > a {
	font-weight: 700;
}

body:not(.theme-preset-active) footer.site-footer {
  color: #fff;
  background-color: #C1272C;
}

#footer-top {
	position: relative;
	width: 100%;
	height: 5.125rem;
	/*margin-top: -5.1rem;*/
	background-image: url("images/background-footer-top.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	z-index: 100;
    margin-top: 2rem;
}

#footer-top2 {
	display: none;
	position: relative;
	width: 100%;
	height: 10rem;
	background-image: url("images/background-footer-top.png"), url("images/background-footer-pattern.png");
	background-repeat: no-repeat, no-repeat;
	background-position: bottom, bottom;
	background-size: 100%;
	z-index: 100;
}

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

footer li {
  padding-top: 1.25rem;
}

.footer-social {
  padding-top: 2.5rem;
}

.footer-social a {
  margin-right: 1.5rem;
}

.footer-social a:last-child {
	margin: 0;
}

.footer-payments img {
	max-height: 4rem;
}

.footer-social img {
	height: 1.875rem;
	-moz-transition: transform 0.3s;
  	-webkit-transition: transform 0.3s;
  	transition: transform 0.3s;
}

.footer-social a:hover img {
	-moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}


/*--------------------------------------------------------------
# OMos
--------------------------------------------------------------*/

body {
  font-family: 'Montserrat', sans-serif;
}

.search-form {
  display: inline-flex;
}

.navbar .search-form .form-control {
  max-width: 12rem;
  margin-left: 2.75rem;
}

#menu-search {
  position: relative;
  height: 1.875rem;
  width: 1.875rem;
  margin: 0 2rem;
}

#menu-search img {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#menu-search img.img-search-top:hover {
  opacity:0;
}

#search-modal {
  background-color: rgba(255,255,255,0.95);
}

#search-modal img {
  margin-bottom: 3rem;
}

#search-modal form {
  width: 25rem;
}

#search-modal .search-field {
  height: 3rem;
}

#search-modal .modal-content {
  text-align: center;
  border: none;
  background-color: unset;
}

#search-modal .form-control {
  border: 1px solid #000;
  background-color: unset;
  max-width: unset;
  margin: 0;
}

.search-form .form-control {
  max-width: 15rem;
  margin-right: 0.5rem;
}

.container-search {
  margin-bottom: 5rem;
}

.search-form .form-control:focus {
  border-color: #C1272C;
  box-shadow: 0 0 0 0.2rem rgba(193,39,44,.25);
}

.navbar .search-form .btn-outline-danger {
  display: none;
}

.search-form .btn-outline-danger {
  color: #C1272C;
  border-color: #C1272C;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
  background-color: #C1272C;
  border-color: #C1272C;
}

.search-form .btn-outline-danger.focus, .search-form .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(193,39,44,.25);
}

.search-form .btn-outline-danger:hover {
  color: #fff;
  background-color: #C1272C;
}

.nodisplay {
  display: none;
}

.site-content > .container-fluid {
	padding: 0;
}

#content.site-content {
	padding-bottom: 0;
}

.btn-more {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.875rem;
	letter-spacing: 0.1px;
	color: #C1272C;
	text-decoration: underline;
}

.btn-more:hover {
	font-weight: 700;
	color: #C1272C;
}

.home-about-btn {
	text-align: right;
}

.entry-content {
	margin: 0;
}

.page-title {
	font-size: 4rem;
	text-align: center;
	color: #000;
	padding: 0;
	margin: 0 0 5rem 0;
}

.page-numeration {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #C1272C;
  width: 100%;
}

.page-numeration .page-numbers {
  padding-left: 0;
}

.page-numeration li {
  display: inline;
  padding-left: 0.5rem;
}

.page-numeration a {
  color: #000;
  font-weight: 400;
}

.page-numeration a:hover {
  color: #C1272C;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.main-post {
  /* background: #C1272C; */
  margin-bottom: 5rem;
}

.main-post .mainpostcard-thumbnail {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background-color: #C1272C;
}

.main-post .mainpostcard-thumbnail img {
/*   width: 100%; */
  max-height: 80vh;
  height: auto;
}

.main-post a {
  text-decoration: none;
}

.main-excerpt {
  background-color: #C1272C;
}

.main-excerpt a{
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main-excerpt .mainpost-excerpt {
  height: 60vh;
  padding: 2rem;
  margin-bottom: 0;
  font: 400 1.2rem/2.5rem 'Roboto', sans-serif;
  color: #fff;
}

.main-excerpt svg {
  width: 100%;
  height: auto;
  margin-top: auto;
}

.container-homeposts {
  margin-bottom: 5rem;
}

.post-card a {
  text-decoration: none;
}

.post-card a:hover .postcard-thumbnail {
  filter: none;
}

.post-card a:hover .post-excerpt {
  color: #C1272C;
}

.post-card .post-excerpt {
  color: #010101;
  margin: 0.5rem 0.5rem 1.5rem 0.5rem;
}

.post-card .postcard-thumbnail {
  filter: grayscale(1);
  transition: ease 0.3s;
}

.container-homeposts #ajax-load-more {
	width: 100%;
}

#ajax-load-more button.alm-load-more-btn {
    background: #C1272D;
    border-radius: 12px;
    color: #fff;
    text-transform: uppercase;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    font-size: 1.125rem;
    padding: 1.125rem 2.5rem;
    width: auto;
    height: auto;
    line-height: 1.5;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: none;
    margin: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-align: center;
    text-decoration: none;
}
#ajax-load-more button.alm-load-more-btn:hover {
    opacity: .4;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.media-more {
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.media-more p {
	margin: 0;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 2.75rem;
}

.btn-moremedia {
	background-image: url("images/btn-pattern.png");
	background-size: contain;
}

.btn-moremedia img {
	height: 2.25rem;
	padding-left: 1.5rem;
}

.btn-moremedia {
	color: #C1272D;
	font-size: 1.125rem;
	font-weight: 400;
	padding: 1.375rem 3.5rem;
}

.btn-moremedia:hover {
	color: #C1272D !important;
}

.media-insta {
	margin-top: 8.375rem;
	margin-bottom: 7.5rem;
	background-image: url("images/background-media.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.media-insta h2 {
	padding: 8.875rem 0 3.25rem 0;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #15100D;
  text-align: center;
}

.media-insta a:hover {
	color: #15100D;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.home-slider {
  position: relative;
}

.home-slider-alt {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.home-slider-quote {
  max-width: 28rem;
  font-size: 1.75rem;
  line-height: 2.625rem;
  padding-top: 12%;
}

.home-slider-quote span {
  position: absolute;
  font-size: 5rem;
  line-height: 1.5rem;
  margin-left: -4.5rem;
}

.home-slider-author {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.125rem;
}

.home-about, .home-events, .home-insta, .home-contacts {
  margin-top: 6.25rem;
}

.home-about-right {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: right;
}

.home-about-right .home-about-img {
  margin-left: 5rem;
}

.home-about-img {
  width: 11rem;
  text-align: center;
}

.home-about h4 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  color: #C1272C;
}

.home-about p {
  margin: 0;
  padding-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.1px;
  color: #15100D;
}

.home-about .col .justify-content-start .home-about-img {
  margin-right: 5rem;
}

.home-events {
  background-image: url("images/background-home-events.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-events h2, .home-insta h2 {
  padding: 0;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #15100D;
  text-align: center;
}

.home-events a:hover, .home-insta a:hover {
  color: #15100D;
}

.home-events h2 {
  margin: 8.875rem 0 6.125rem 0;
}

.articles-head .sw1 .swiper-slide, .home-events .sw2 .swiper-slide {
  width: auto;
  text-align: center;
  font-size: 18px;
  background: unset;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.home-events .sw2 .swiper-slide img {
  height: 30rem;
}

.home-events .sw2 .swiper-slide a {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 2s;
}

.home-events .sw2 .swiper-slide-active a {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.home-insta h2 {
  margin: 0 0 6.125rem 0;
}

.home-insta .col-4 {
  padding: 15px;
}

.home-insta-item {
  padding: 0;
  overflow: hidden;
}

.home-insta-item img {
  width: 100%;
  height: auto;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.home-insta-item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.home-contacts {
  background-image: url("images/background-home-contacts.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-contacts p, .home-contacts-con p {
  padding: 0;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 400;
  color: #000000;
}

.home-contacts-place p:first-child, .home-contacts-con p:first-child {
  margin-top: 7rem;
  margin-bottom: 2rem;
}

.home-contacts-place p:last-child {
  margin-bottom: 4rem;
  font-weight: 300;
}

.home-contacts-con a {
  color: #000;
}

.contact-map, .contact-map iframe {
  height: 45rem;
  width: 100%;
}

.contact-map iframe {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 1s;
}

.contact-map iframe:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.container-about {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.about-img {
  /*width: 11rem;*/
  text-align: center;
  width: 13%;
}

.about-text {
  flex: 1;
}

.about-right {
	margin-top: 3rem;
	margin-bottom: 3rem;
	text-align: right;
}

.container-about .about-item.about-right .about-img {
  margin-left: 5rem;
}

.container-about .about-item:not(.about-right) .about-img {
  margin-right: 5rem;
}

.container-about h4 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.875rem;
	color: #C1272C;
}

.container-about p {
	margin: 0;
	padding-top: 1.5rem;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5rem;
	letter-spacing: 0.1px;
	color: #15100D;
}

/*--------------------------------------------------------------
# Help
--------------------------------------------------------------*/

#post-4940 h1 {
  font-size: 3rem;
}

.container-help {
  font-size: 1rem;
  line-height: 2rem;
}

.container-help ul li {
  list-style: none;
}

.container-help ul li::before {
  color: #C1272C;
  content: "\2022";
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding-right: 1.25rem;
  position: relative;
  top: 0;
}

.container-help a {
  color: #C1272C;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Articles
--------------------------------------------------------------*/

.articles-head, .archive-header  {
	margin-bottom: 6.25rem;
}

.articles-head .sw1 .swiper-slide img {
  height: 36rem;
}
.articles-head .sw1 .swiper-slide a {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 2s;
}

.articles-head .sw1 .swiper-slide-active a {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.articles-head .sw1 .swiper-button-black {
	margin: 0 14%;
}

.container-articles {
	margin-bottom: 7.5rem;
}

.article-catgrs {
	padding: 0;
}

.article-catgrs .collapse:not(.show) {
  display:block;
}

.article-catgrs .card {
	border: none;
}

.article-catgrs .card-header {
	display: none;
	padding: 0;
	border: none;
}

.article-catgrs .btn-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  float: right;
  color: #C1272C;
}
.article-catgrs .btn-link.collapsed:after {
  content: "\f105";
}

.article-catgrs .btn-link {
	color: #C1272C;
	width: 100%;
	font-size: 1.25rem;
}

.article-catgrs .card-body {
	padding: 0;
	margin-top: 0;
}

.article-catgrs a {
  letter-spacing: 0.05em;
  /* text-transform: capitalize; */
  font-weight: 600;
  font-size: 1rem;
  color: #000;
  display: inline-block;
  transition: all .3s ease-in;
}
.article-catgrs a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px !important;
  background: #bc2022;
  transition: width .3s;
}
.article-catgrs a:hover {
  text-decoration: none;
  color: #000;
  /* margin-left: 10px; */
  transition: all .3s ease-in;
}
.article-catgrs a:hover:after {
  /* border-bottom: 1px solid #000; */
  width: 100%;
}

.article-catgrs .current-cat {
	/* background-image: url("images/btn-pattern.png"); */
	background-size: contain;
}

.article-catgrs .current-cat a {
  border-bottom: 2px solid #c1272c;
  color: #C1272C;
}

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

.article-ul li.cat-item {
	max-width: 16rem;
	padding: 0.5rem 1.75rem;
}

.article-catgrs ul.children {
	padding: 0;
	padding-left: 1.5rem;
	padding-top: 0.25rem;
}

.article-list {
	padding-left: 5rem;
}

.article-block {
	padding-bottom: 1.675rem;
}

.information-article:hover h2, .information-article:hover {
	color: #C1272C;
}

.article-title {
	font-size: 1.5rem;
	font-weight: 400;
	margin: 0;
	padding-bottom: 0.25rem;
}

.article-date {
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 400;
}

/*--------------------------------------------------------------
# Article
--------------------------------------------------------------*/
.progress-container {
	width: 100%;
	height: 5px;
	position: fixed;
	top: 0;
	z-index: 1;
}

.progress-bar {
  height: 5px;
  background: #C1272C;
  width: 0;
}

.btn-to_category {
	font-size: 1.125rem;
	font-weight: 400;
	color: #C1272C;
}

.btn-to_category:hover {
	color: #C1272C;
}

.article-post, .event-post {
	margin-top: 3.125rem;
}

.article-head {
	margin-bottom: 3rem;
}

.article-thumbnail {
	margin-bottom: 1.5rem;
	text-align: center;
}

.article-thumbnail img {
	width: 100%;
}

.article-post-title {
	font-size: 2rem;
    font-weight: 600;
	/*text-align: center; */
	margin: 0;
    padding-bottom: 2rem;
    /* color: #C1272C; */
}

.article-date {
	font-size: 1.125rem;
}

.article-author a {
	font-size: 1.125rem;
	color: #C1272C;
}

.article-content a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.article-content blockquote, .article-content blockquote p {
	font-size: 1.75rem;
	text-align: center;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.wp-block-pullquote {
	padding: 0;
	margin: 0;
}

.article-content blockquote {
	position: relative;
	padding: 2rem;
    margin: 0;
	margin-bottom: 1.5em;
    text-align: center;
}

.article-content blockquote p:before {
  position: absolute;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  top: 1rem;
  left: 0;
  font-size: 2rem;
  color: rgba(193, 39, 44, 1);

}

.article-share {
	margin-top: 2rem;
	text-align: center;
}

.article-share-button {
	display: flex;
    justify-content: center;
}
.article-share-button .btn-moremedia {
	cursor: pointer;
}

.article-comments {
	margin-top: 3rem;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/

.event-when {
	font-size: 1.125rem;
	color: #C1272C;
	padding: 0;
	margin: 0;
	margin-bottom: 3.125rem;
	width: 100%;
}

.home-insta-item:hover img {
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.event-block-img {
	overflow: hidden;
}

.event-block-img img {
	width: 100%;
	height: auto;
	-moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.event-block a {
	font-size: 1.125rem;
	color: #010101;
	text-decoration: none;
}

.event-block a:hover {
	color: #C1272C;
	text-decoration: none;
}

.event-block a:hover img {
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.event-block p {
	margin-top: 1.5rem;
	margin-bottom: 3.125rem;
}

.event-block a:hover p {
	text-decoration: underline;
}

.events-title {
	font-size: 1.5rem;
	color: #010101;
	padding: 0;
	padding-bottom: 0.5rem;
	margin: 0;
}

.event-block .events-date {
	font-size: 1.125rem;
	color: #010101;
	margin: 0;
	margin-bottom: 1.5rem;
}

.event-block a:hover .events-title {
	color: #C1272C;
	text-decoration: underline;
}

.event-block a:hover .events-date {
	color: #C1272C;
}

.last-events .events-title {
  font-size: 1.25rem;
  padding-bottom: 0.25rem;
}

.last-events .event-block .events-date {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.last-events .event-when {
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Event
--------------------------------------------------------------*/

.event-date {
	margin: 2.5rem 0;
	font-size: 1rem;
	font-weight: 700;
}

.event-content {
	font-size: 1rem;
	margin-bottom: 4rem;
}

.event-link {
	text-align: right;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

.search-block {
  padding-bottom: 1.675rem;
}

.search-block .post.hentry {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Public Offer
--------------------------------------------------------------*/

.container-offer {
  font-size: 1rem;
  line-height: 2rem;
}

.container-offer ol li {
  list-style: none;
}

.container-offer ul li {
  list-style: none;
}

.container-offer ul li::before {
  color: #C1272C;
  content: "\2022";
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding-right: 1.25rem;
  position: relative;
  top: 0;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/

.woo-plomin-rowcartview {
  margin-bottom: 2rem;
}

.woo-plomin-cartview {
  color: #000;
  font-size: 1.25rem;
}

.woo-plomin-cartview:hover {
  color: #C1272C;
}

.products-block {
  text-align: center;
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

.woocommerce ul.products li.product a:hover h2 {
  text-decoration: underline;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  margin: 1.5rem 0 2rem 0;
  font-size: 1.6rem;
  color: #000;
  height: 92px;
  overflow: hidden;
  font-family: 'Oranienbaum',serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .03em;
}

li.product.product_cat-preparing-for-printing .woocommerce-loop-product__title {
  height: 133px !important;
}
@media screen and (max-width: 991px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    height: 84px;
  }
  li.product.product_cat-preparing-for-printing .woocommerce-loop-product__title {
    height: 121px !important;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    height: 74px;
  }
  li.product.product_cat-preparing-for-printing .woocommerce-loop-product__title {
    height: 106px !important;
  }
}

.woocommerce ul.products li.product .price {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000000;
}

.woocommerce ul.products li.product .price ins {
  font-weight: 400;
}

.woocommerce a.button {
  /*padding: 1rem 4rem;*/
  background-color: #C1272C;
  color: #fff;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
}

.woocommerce a.added_to_cart {
  color: #C1272C;
}

.woocommerce a.added_to_cart:hover {
  text-decoration: underline !important;
}

.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li span {
  font-weight: bold;
  font-size: 1.5rem;
}

.woocommerce nav.woocommerce-pagination ul li a {
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  color: #C1272C;
  background: unset;
}

/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/

h1.product_title {
  font-size: 2rem;
  font-weight: 400;
  border: unset;
  padding: 0;
  margin: 1rem 0 3rem 0;
  letter-spancing: 2px;
}

.woocommerce-page div.product div.summary {
  font-size: 1.125rem;
}

.woocommerce-page div.product div.summary h2 {
  margin: 0;
  margin-bottom: 3rem;
  font-size: 1.5rem;
}

.woocommerce-product-details__short-description {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
div.woocommerce-product-details__short-description p {
  font-style: italic;
  font-family: 'FontAwesome';
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  /*color: #000;*/
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #c1272c;
}

.woocommerce div.product p.stock {
  color: #C1272C;
  margin: 1rem 0 0.5rem 0;
}

.woocommerce .quantity .qty {
  padding: 0.615rem 0;
}

.woocommerce button.button.alt {
  background-color: #C1272C;
}

.woocommerce button.button.alt:hover {
  background-color: #dad8da;
  text-decoration: none;
  background-image: none;
  color: #515151;
}

.woocommerce button.button {
  padding: 1rem 4rem;
  background-color: #C1272C;
  color: #fff;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
}

.product-description {
  padding: 0;
  background-image: url(images/bg-prod-pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.container-proddescr {
  padding: 8rem 0 8rem 0;
}

.product-description h2 {
  color: #C1272C;
  font-size: 1.875rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
  padding-bottom: 1.5rem;
}

.container-proddescr a {
	font-size: 1.125rem;
    color: #C1272C;
    text-decoration: underline;
}

/*--------------------------------------------------------------
# CheckOut
--------------------------------------------------------------*/

#customer_details .form-row {
  flex-flow: row;
  justify-content: flex-end;
}

.woocommerce form .form-row label {
  padding-right: 3rem;
}

.woocommerce form #order_comments_field {
  flex-flow: column;
  justify-content: flex-start;
}

.billing_country_field_hide {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  /*min-height: 12rem;*/
  display: inline-block;
}

.woocommerce a.button.alt {
  background-color: #C1272C;
}

.woocommerce a.button.alt:hover {
  background-color: #dad8da;
  color: #515151;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
	display: block;
    max-width: 208px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1919px) {
  .main-excerpt .mainpost-excerpt {
    padding: 1.5rem 1.5rem 0 1.5rem;
    font: 400 1.5rem/2.25rem 'Roboto', sans-serif;
  }
}
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1599px) {
  .main-excerpt .mainpost-excerpt {
    padding: 1.25rem 1.25rem 0 1.25rem;
    font: 400 1.25rem/2rem 'Roboto', sans-serif;
  }

  .home-slider-quote, .home-slider-author {
  	padding-left: 5rem;
  }

  .home-slider-quote {
  	padding-top: 8%;
  }

  .home-events .sw2 .swiper-slide img {
	height: 22rem;
  }

  .home-contacts-place p:first-child, .home-contacts-con p:first-child {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
  }

  .home-contacts-place p:last-child {
    margin-bottom: 2rem;
  }

  .home-contacts p, .home-contacts-con p {
  	font-size: 1.5rem;
  }

  .events-title {
	font-size: 1.5rem;
  }

  #footer-top {
  	background-size: contain;
  }

  #footer-top2 {
  	background-size: contain;
  }

  .articles-head .sw1 .swiper-slide img {
	height: 22rem;
  }

  .articles-head .sw1 .swiper-button-black {
    margin: unset;
  }

	.home-slider-quote {
		max-width: 34rem;
		line-height: 2.25rem;
	}
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }

  #menu-search {
	margin: 0 auto;
  }
  body .woo_amc_open {
    margin: 1rem auto;
  }

  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }

  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  	padding: 1rem 0;
  	font-size: 1.5rem;
  	text-align: center;
  }

  .navbar .search-form {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar .search-form .form-control {
	margin: 0;
	margin-top: 1rem;
  }

  .main-post .mainpostcard-thumbnail {
	padding-top: 1rem;
    justify-content: center;
  }

  .main-post .mainpostcard-thumbnail img {
	max-height: 60vh;
  }

  .main-excerpt .mainpost-excerpt {
	height: auto;
    padding: 1.5rem;
    margin: 0;
    font: 400 1.25rem/1.5rem 'Roboto', sans-serif;
  }

  .main-excerpt svg {
/*     display: none; */
}

  .home-slider-quote {
	max-width: 30rem;
  	font-size: 1.25rem;
    line-height: 2rem;
  }

  .home-events .sw2 .swiper-slide img {
    height: 20rem;
  }

  .home-contacts p, .home-contacts-con p {
    font-size: 1.25rem;
  }

  .articles-head .sw1 .swiper-slide img {
    height: 20rem;
  }
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  html {
    font-size: 90%;
  }

  #content.site-content {
  	padding-top: 4rem;
  }

  .page-title {
	margin-bottom: 4rem;
  }

  .articles-head, .archive-header {
  	margin-bottom: 4rem;
  }

  .home-slider-quote {
	max-width: 27rem;
  	font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .home-events h2 {
    margin: 6rem 0 4rem 0;
  }

  .home-events h2, .home-insta h2 {
  	font-size: 4rem;
  }

  .home-insta h2 {
    margin: 0 0 4rem 0;
  }

  .home-contacts-place p:first-child, .home-contacts-con p:first-child {
    margin-top: 3rem;
    margin-bottom: 1.25rem;
  }

  .home-contacts p, .home-contacts-con p {
    font-size: 1.125rem;
  }

  .contact-map, .contact-map iframe {
    height: 30rem;
    width: 100%;
  }

  .articles-head .sw1 .swiper-slide img {
    height: 20rem;
  }

  footer.site-footer {
    padding-bottom: 2.375rem;
  }

  footer.site-footer, footer.site-footer a, footer.site-footer h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .footer-social a {
    margin-right: 1.25rem;
  }

  .footer-social a:last-child {
  	margin-right: 0;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  html {
    font-size: 85%;
  }

  #search-modal form {
    width: 100%;
  }

  #content.site-content {
  	padding-top: 3rem;
  }

  .archive-header {
  	margin-bottom: 3.25rem;
  }

  .page-title {
  	font-size: 3rem;
  }

  .articles-head {
  	margin-bottom: 0;
  }

  .articles-head h1, .events-head h1, .articles-head .page-title h1, .archive-header h1 {
  	font-size: 4rem;
  }

  .home-slider-quote span {
    font-size: 4rem;
    margin-left: -3rem;
  }

  .home-slider-quote {
    font-size: 1.125rem;
  }

  .home-slider-quote, .home-slider-author {
    padding-left: 2rem;
  }

  .home-slider-quote {
    max-width: 21rem;
  }

  .home-slider-alt p {
  	margin-bottom: 0.25rem;
  }

	.home-slider-author {
		margin-top: 0.5rem;
	}

  .home-about .col .justify-content-start .home-about-img {
    margin-right: 3rem;
  }

  .home-about-right .home-about-img {
  	margin-left: 3rem;
  }

  .home-about-img {
    width: 8rem;
  }

  .home-events .sw2 .swiper-slide img {
    height: 20rem;
  }

  .home-insta .col-4 {
    padding: 2px;
  }

  .home-contacts-place p:first-child, .home-contacts-con p:first-child {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .container-articles {
    margin-bottom: 2.5rem;
  }

  .articles-slider {
  	display: none;
  }

  .article-catgrs {
    padding-bottom: 2rem;
  }

  .article-catgrs .card-header {
	display: block;
  }

  .article-catgrs h5 {
  	margin: 1rem !important;
  }

  .article-catgrs .btn-link {
  	font-size: 1.5rem;
  }

  .article-catgrs .collapse:not(.show) {
	display: none;
  }

  .article-ul li.cat-item {
  	max-width: unset;
  	padding: 0.5rem 1.5rem;
  }

  .article-catgrs .current-cat {
  	background-image: unset;
  }

  .article-catgrs .cat-item {
  	background-color: rgba(0,0,0,.02);
  }

  .article-catgrs a {
    font-size: 1.5rem;
  }

  .article-list {
  	padding-left: 1rem;
  }

  .article-content blockquote, .article-content blockquote p {
    font-size: 1.5rem;
  }

  .article-content blockquote {
    padding: 1.25rem;
  }

  .article-content blockquote p:before {
	top: 0.5rem;
	font-size: 1.75rem;
  }

  .container-media iframe {
  	max-height: 24rem;
  }

  .media-more {
  	display: block;
  	text-align: center;
  }

  .media-more p {
  	margin-bottom: 2rem;
  	font-size: 1.5rem;
  }

  .media-insta {
  	margin-top: 7rem;
    margin-bottom: 2rem;
  }

  .media-insta h2 {
  	padding: 4rem 0 2rem 0;
  	font-size: 4rem;
  }

  .container-about .about-item:not(.about-right) .about-img {
    margin-right: 3rem;
  }

  .container-about .about-right .about-img {
  	margin-left: 3rem;
  }

  .about-img {
    width: 8rem;
  }

  .footer-social {
    padding-top: 1.5rem;
  }

  .no-display {
  	display: none;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 575px) {
  html {
    font-size: 80%;
  }

  #content.site-content {
  	padding-top: 3rem;
  }

  .main-post .mainpostcard-thumbnail img {
	max-height: 80vh;
  }

  .archive-header {
  	margin-bottom: 3rem;
  }

  .articles-head {
  	margin-bottom: 0;
  }

  .home-slider .sw1 img {
  	max-width: 115%;
  }

  .home-slider-quote {
    max-width: 13rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .home-slider-quote, .home-slider-author {
    padding-left: 0;
  }

  .home-slider-quote span {
    font-size: 3rem;
    margin-left: -2rem;
  }

  .home-slider-author {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 0.5rem;
  }

  .home-about, .home-events, .home-insta, .home-contacts {
    margin-top: 5rem;
  }

  .navbar-brand img {
  	height: 6rem;
  }

  .home-about .col .justify-content-start .home-about-img {
    margin-right: 1rem;
  }

  .home-about-right .home-about-img {
  	margin-left: 1rem;
  }

  .home-about-right {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: right;
  }

  .home-about p {
  	display: none;
  }

  .home-about-img {
    width: 8rem;
  }

  .home-about-img img{
    height: 6rem;
  }

  .home-events h2 {
    margin: 4rem 0 2rem 0;
  }

  .home-events h2, .home-insta h2 {
    font-size: 2.75rem;
  }

  .home-events .sw2 .swiper-slide img {
    height: 12rem;
  }

  .swiper-button-next, .swiper-button-prev {
  	top: 60%;
  	height: 1.5rem;
  }

  .home-insta h2 {
    margin: 0 0 2rem 0;
  }

  .home-insta .col-4 {
    padding: 1px;
  }

  .home-contacts {
  	background-size: inherit;
  }

  .container-media iframe {
  	max-height: 16rem;
  }

  .media-more {
  	display: block;
  	text-align: center;
  }

  .media-more p {
  	margin-bottom: 1.5rem;
  }

  .media-insta {
  	margin-top: 6rem;
    margin-bottom: 1rem;
  }

  .media-insta h2 {
  	padding: 3rem 0 2rem 0;
  	font-size: 3rem;
  }

  .container-about .about-item:not(.about-right) .about-img {
    margin-right: 1rem;
  }

  .container-about .about-right .about-img {
  	margin-left: 1rem;
  }

  .container-about .about-right {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: right;
  }

  .container-about p {
  	display: none;
  }

  .container-about .about-img {
    width: 8rem;
  }

  .container-about .about-img img{
    height: 6rem;
  }

  .footer-articles {
  	display: none;
  }

	.footer-about {
		margin-top: 2rem;
	}

  .footer-about, .footer-shop {
  	text-align: center;
  }

	.article-content {
		font-size: 1.375rem;
	}

  .contact-map, .contact-map iframe {
    height: 25rem;
    width: 100%;
  }
}


.wp-block-cover, .wp-block-cover-image {
	height: unset;
}
.main-excerpt .mainpost-excerpt {
  height: 80vh;
  padding: 2rem;
  margin-bottom: 0;
  font: 400 1.5rem/2.5rem 'Roboto', sans-serif;
  color: #fff;
}


/*----------------
 --New Home Page--
 -----------------*/

 .page-template-template-front-page #content.site-content {
   padding-top: 1rem;
 }

/* Buttons */
.btn-theme-primary,
.front-page-main .woocommerce a.button {
  background: #bc2022;
  color: #fff;
  padding: 6px 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
body .btn-theme-primary:hover,
.front-page-main .woocommerce a.button:hover {
  background: #dd2e31;
  color: #fff;
}

.btn-theme-primary.btn-lg {
  font-size: 1.3rem;
  padding: 10px 70px;
}

.btn-white {
  background: #fff;
  color: #dd2e31!important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 6px 30px;
  font-size: 1rem!important;
  font-weight: 600!important;
}

body .btn-read-more {
  color: #000;
  font-size: 1rem;
  padding: 0.2rem 0;
/*   border-bottom: 1px solid #bc2022; */
  font-weight: 600;
  display: inline-block;
}
body .btn-read-more:after {
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #bc2022;
    transition: width .3s;
}

body .btn-read-more:hover {
	text-decoration: none;
  	color: #000;
}

body .btn-read-more:hover:after {

  /* border-bottom: 1px solid #000; */
	width: 100%;
}

.section-heading h2{
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

/* Hero Section */
.section-main-hero {
  background: #BC2022;
  margin-bottom: 2rem;
  position: relative;
}

.section-main-hero a:hover {
  text-decoration: none;
}

.section-main-hero .hero-excerpt {
  position: relative;
  padding: 2rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
}
.hero-excerpt-text {
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.6px;
}

.section-main-hero .hero-thumbnail,
.section-main-hero .hero-excerpt {
  height: 100%;
}

.section-main-hero .hero-thumbnail {
  height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .section-main-hero .hero-thumbnail {
    height: 500px;
  }
}

.section-main-hero:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  border-color: #bc2022 transparent transparent transparent;
  border-style: solid;
  border-width: 4rem 215px 0 400px;
}

/* Featured Posts Section */
.page-section {
  padding-top: 4rem;
}

.post-card-item {
  margin-bottom: 2rem;
	padding: 0.2rem;
  position: relative;
  transition: box-shadow .3s;
}
.post-card-item:hover {
  box-shadow: 0 0 20px 0 #cacaca;
}
.post-body {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0.2rem;
}

.post-card-item .post-cat-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  background: #fff;
  color: #000;
  font-weight: bold;
}
.product a.catName {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  background: #fff;
  color: #000;
  font-weight: bold;
  z-index: 99;
  transition: .2s ease-out;
}
.product a.catName:hover {
  background: #c1272c;
  color: #fff;
}
ul.woo_subcats {
  padding: 0;
  list-style: none;
  margin: 0;
}
ul.woo_subcats li {
  max-width: 16rem;
  padding: .5rem 1.75rem;
}
.post-card-item .post-thumb {
  margin-bottom: 1.5rem;
}
.post-card-item .post-title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
body.category-articles .post-card-item .post-title {
  height: 84px;
  overflow: hidden;
}
.post-card-item .postcadr-auth-date {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #696969;
}
.auth-link a {
  color: #696969;
}
p.auth-link {
  font-size: 0.8rem;
}
.auth-link a:hover {
  text-decoration: none;
}
.auth-link:hover a {
  color: #bc2022;
}
.post-card-item .post-excerpt{
  font-size: 14px;
  color: #696969;
  margin-bottom: 1rem;
}
.post-thumb-image {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.all-posts .post-thumb-image {
  height: 280px;
}
@media only screen and (min-width: 1024px) {
  .product-main .post-thumb-image {
    height: 700px;
  }
  .post-main .post-thumb-image {
    height: 600px;
  }
}

/* Main post */
.post-card-item.post-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.post-card-item.post-main .post-thumb,
.post-card-item.post-main .post-thumb-image{
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .post-card-item.post-main {
    flex-direction: row;
  }
  .post-card-item.post-main .post-thumb{
    flex: 0 0 60%;
    width: 60%;
  }

  .post-card-item.post-main .post-body{
    flex: 0 0 40%;
    width: 40%;
    padding: 1.5rem;
  }
}


/* Sticky-post */
.post-card-item.post-sticky {
  background: #18191E;
  padding: 1.5rem;
  color: #fff;
  height: 100%;
  text-align: center;
}

.post-card-item.post-sticky .post-excerpt,
.post-card-item.post-sticky .post-title a,
.post-card-item.post-sticky .btn-read-more {
  color: #fff;
}

.post-card-item.post-sticky .btn-read-more:hover {
  color: #fff;
}

.post-card-item.post-sticky .post-cat-label {
  position: initial;
  color: #bc2022;
  background: transparent;
  display: block;
  text-align: center;
  padding: 0;
  margin-bottom: 1rem;
}

.post-card-item.post-sticky .post-thumb img {
  max-height: 350px;
}


/* Shop Section */

.product-card-item {
  margin-bottom: 2rem;
}

.product-card-item .product-thumb {
  margin-bottom: 1.5rem;
  position: relative;
}

.product-card-item .product-cat-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  background: #fff;
  color: #bc2022;
  font-weight: bold;
}

.product-card-item .product-title{
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.product-card-item .product-excerpt{
  font-size: 14px;
  color: #696969;
  margin-bottom: 1rem;
}

.product-card-item .product-price {
  color: #bc2022;
  font-size: 1.3rem;
  font-weight: 600;
}

/* Main product */
.product-card-item.product-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}

.product-card-item.product-main .product-thumb img{
  width: 100%;
}
.post-card-item .post-title a,
.product-card-item .product-title a {
  /*font-size: 1.4rem;*/
  font-family: 'Oranienbaum', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #000;
}
body.home .post-card-item .post-title {
  height: 52px;
  overflow: hidden;
}
body.home .post-excerpt p {
  height: 114px;
  overflow: hidden;
}
body.category-articles .post-excerpt p {
  height: 114px;
  overflow: hidden;
}
body.home .product-card-item .product-title {
  height: 56px;
  overflow: hidden;
}
body.home .product-card-item .product-excerpt {
  height: 105px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  body.home .post-excerpt p {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.home .product-card-item .product-title {
    height: 52px;
  }
}
@media screen and (max-width: 575px) {
  body.home .product-card-item .product-excerpt {
    height: 82px;
  }
  body.home .product-card-item .text-right {
    text-align: center !important;
  }
}
/* home page media */
@media screen and (max-width: 991px) {
  body.home .post-excerpt p {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.home .post-excerpt p {
    height: 54px;
  }
  .section-main-posts {
    padding-top: 0;
  }
}

/* media posts for category post-page */
@media screen and (max-width: 1199px) {
  body.category-articles .post-card-item .post-title {
    height: 52px;
    overflow: hidden;
  }
  body.category-articles .postcadr-auth-date {
    flex-direction: column;
    margin-bottom: 15px;
  }
  body.category-articles p.auth-link {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  body.category-articles .post-card-item .post-title {
    height: 50px;
    overflow: hidden;
  }
  body.category-articles .postcadr-auth-date {
    flex-direction: row;
    margin-bottom: 15px;
  }
  body.category-articles .post-excerpt p {
    height: 60px;
  }
}
.post-excerpt p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.04em;
}
.post-card-item .postcadr-auth-date {
  display: flex;
  justify-content: space-between;
}
.post-card-item .post-title a:hover,
.product-card-item .product-title a:hover {
  color: #bc2022;
  text-decoration: none;
}
.product-card-item.product-main .added_to_cart {
  flex: 0 0 100%;
  color: #bc2022;
}
.product-card-item.product-main .product-thumb,
.product-card-item.product-main .product-thumb-image{
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .product-card-item.product-main {
    flex-direction: row;
  }

  .product-card-item.product-main .product-thumb{
    flex: 0 0 50%;
    width: 50%;
  }

  .product-card-item.product-main .product-body{
    flex: 0 0 50%;
    width: 50%;
    padding: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .swiper-products {
    margin: 0 -4rem;
  }
  .swiper-products .swiper-slide {
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 600px) {
  .swiper-products .swiper-button-next, .swiper-products .swiper-button-prev {
    top: 30%;
  }
  .swiper-products.swiper-container {
    padding-bottom: 5rem;
  }
}

/* New Footer */
.footer-brand-text {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 1rem;
}
body footer.site-footer .footer-col-title a {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
body .footer-social a {
  margin-right: 0.5rem;
}
body .footer-social a:hover {
  text-decoration: none;
}

/* swiper slider custom css */
.swiper-container {
  padding-bottom: 30px;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: -5px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid #C1272D;
  background: none;
  opacity: initial;
}
.swiper-pagination-bullet-active {
  background: #C1272D;
}
body .modal {
  z-index: 999999;
}
/* cart initial */
body .woo_amc_open.right-top-fixed {
  position: absolute;
  top: 30px;
  right: 35px;
}
@media screen and (max-width: 1199px) {
  body .woo_amc_open.right-top-fixed {
    top: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1125px) {
  body .woo_amc_open.right-top-fixed {
    right: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 820px) {
  body .woo_amc_open.right-top-fixed {
    right: 15%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 675px ) {
  body .woo_amc_open.right-top-fixed {
    right: 20%;
  }
}
@media screen and (max-width: 575px) {
  body .woo_amc_open.right-top-fixed {
    top: 6px;
    right: 20%;
  }
}

body .woo_amc_open {
  position: relative;
  width: 35px;
  height: 35px;
}
body .woo_amc_open_image {
  width: 35px;
  height: 35px;
}
body .woo_amc_open_count {
  width: 20px;
  height: 20px;
  line-height: 22px;
  /* display: none; */
}
/* body .woo_amc_open.right-top {
  display: none;
} */

/* publishing */
body.term-publishing ul.article-ul li:first-child {
  /* display: none;  */
}
/* shop page */
.product-info {
  width: 70%;
  margin: auto;
}
.product-info a.add_to_cart_button, .product-info a.product_type_simple {
  width: 100%;
  border-radius: 12px;
}
/*.woocommerce ul.products li.product .price, span.woocommerce-Price-amount {*/
/*  font-size: 1.3rem;*/
/*  font-weight: 600;*/
/*  color: rgba(193, 39, 45, 1);*/
/*}*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 0.2rem;
  transition: box-shadow .3s;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
  box-shadow: 0 0 20px 0 #cacaca;
}
.woocommerce ul.products li.product .button {
  margin-bottom: 1em;
}
.woocommerce .product .woocommerce-product-gallery img {
  height: 625px;
  width: 100%;
  margin: auto;
}
.woocommerce .product .woocommerce-product-gallery .gallery-navigation-carousel div.slick-list {
 display: none;
}
.wcgs-carousel .slick-dots {
 position: sticky;
 padding: 0;
 margin: 15px 0;
}
.page-content, .entry-content, .entry-summary {
 margin: 0;
}
.woocommerce button.single_add_to_cart_button {
  border-radius: 12px;
  height: 45px;
  margin-left: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid #C1272D;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #C1272D;
  border-bottom-color: #C1272D;
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #e6a9ab;
  background-color: #e6a9ab;
  border-radius: 12px 12px 0 0;
  margin: 0 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  width: 0;
  height: 0;
}
ul.tabs li {
  width: 156px;
  text-align: center;
  letter-spacing: 1px;
}
.woocommerce table.shop_attributes th {
  width: 185px;
}
.outofstock, .stock {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

/* search media query custom css for posts */

body.search-results .post-search-content .post-title {
    height: 84px;
    overflow: hidden;
  }
body.search-results .post-search-content .post-excerpt p {
    height: 96px;
    overflow: hidden;
  }
@media screen and (max-width: 1199px) {
  body.search-results .post-search-content .post-title {
    height: 78px;
    overflow: hidden;
  }
  body.search-results .post-search-content .post-excerpt p {
    height: 96px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  body.search-results .post-search-content .post-title {
    height: 52px;
    overflow: hidden;
  }
  body.search-results .post-search-content .postcadr-auth-date {
    flex-direction: column;
    margin-bottom: 15px;
  }
  body.search-results .post-search-content .postcadr-auth-date p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  body.search-results .post-search-content .postcadr-auth-date {
    flex-direction: row;
    margin-bottom: 15px;
  }
  body.search-results .post-search-content .post-excerpt p {
    height: 60px;
    overflow: hidden;
  }
}

/* product media query custom css for single product page */
@media screen and (max-width: 991px) {
  .woocommerce .product .woocommerce-product-gallery img {
    height: 425px;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
  }
  ul.tabs li {
    width: 94px;
    letter-spacing: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 100;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #wpgs-gallery.woocommerce-product-gallery {
    float: none !important;
    margin: auto;
  }
  #wpgs-gallery.woocommerce-product-gallery {
    margin-right: auto;
  }
  .product div.summary.entry-summary {
    width: 100% !important;
  }
  h1.product_title.entry-title {
    text-align: center;
    margin-top: 3rem !important;
  }
}

.product #wpgs-gallery.woocommerce-product-gallery {
  width: 100% !important;
}

/* about us new-page */
.hero-bg-section {
  display: flex;
  align-items: center;
  width: 100%;
  height: 322px;
  background-image: url("images/about-us-bg-new.png");
  background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 100;
}
.hero-bg-section .hero-content {
  font-family: 'Montserrat', serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.container-about-content {
  padding-top: 5rem;
}
.container-about {
  margin-bottom: 1rem;
}
.container-about-content .sidebar-title {
  width: 250px;
}
.container-about-content .about-content p {
  padding-top: 0;
  padding-bottom: 1rem;
  font-family: 'Montserrat', serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
}
.container-about-content .about-us-items {
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .container-about-content .about-us-items {
    flex-direction: column;
  }
  .container-about-content .sidebar-title {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .container-about-content .about-content p {
    display: block;
  }
}

/* help-page */
.container-help .help-text {
  font-weight: bold;
  text-align: center;
}
/* controll btns  */
.monets-btn {
  background-color: #c1272d;
  box-shadow: 0 0 20px 0 rgb(193 39 45 / 10%);
  border-radius: 12px;
  padding: 2px 5px;
  border: #fff;
  color: #fff;
  margin: 5px 0;
}
.monets-btn:focus {
  outline: none !important;
}
.monets-input:focus-visible {
  border: 2px solid#ffffff;
  background-color: #fff;
  outline: auto;
}
.monets-input {
  color: #fff;
  border: #fff;
  cursor: default;
  padding: 5px;
  width: 15px;
  height: 1px;
}
