@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.mariaskolarikou.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.5") format("woff2");
}

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(40,40,40);
	--wd-text-font-size: 17px;
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(228,178,171);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(211,126,123);
	--btn-default-bgcolor-hover: rgb(203,101,98);
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(211,125,124);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: url(https://www.mariaskolarikou.com/wp-content/uploads/2022/06/footer-bg.jpg);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(40,40,40);
	--wd-form-placeholder-color: rgb(40,40,40);
	--wd-form-brd-color: rgb(211,126,123);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


header .wd-social-icons a {
color: #000 !important;
}
.full-screen-burger-icon .wd-tools-text {
  display: none;
}
div.wpcf7 input[type="submit"] {
  background-color: #D37E7B;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  display: block;
  margin: 20px auto 0;
}

.whb-main-header .icons-design-default.color-scheme-light .wd-social-icon {
  color: #000 !important;
}
.blog-post-loop .wd-post-cat,
.home-blog .wd-post-cat {
	  position: relative;
  right: 0;
  left: 0;
}

.blog-post-loop .wd-post-cat {
	  position: relative !important;
    right: 0 !important;
    left: 0 !important;
   margin-top: -15px !important;
   text-align: left !important;
  width: 100% !important;
   
 
}

.blog-post-loop .wd-post-cat a {
  display: block !important;
  text-align: left !important;
  width: 100% !important;
}
.blog-post-loop .wd-post-date {display: none !important;}
.page-title,
.page-title .container {
	min-height: 340px;
}
.page-title .container,
.page-title h1{
	min-height: 340px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	    -ms-flex-line-pack: center;
	        align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
}

.color-pink * { color: #e4b2ab;}

.wpb_text_column p a {
  color: #e4b2ab;
  text-decoration: underline;
  font-weight: bold;
}

.page-title h1 {
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}
.wd-fs-menu .wd-nav-opener:after,
.wd-fs-menu  .wd-nav-opener.wd-active::after {
		color: #fff !important;
}

.wd-nav-fs > li > a {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}


.wd-fs-menu .menu-simple-dropdown .wd-nav-opener {
  max-width: 700px;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.btn-cookie {
  border-radius: 0px !important;
  background: #fff !important;
  padding: 5px 10px;
  color: rgba(211,126,123,1) !important;
  font-weight: bold;
}

.btn-cookie:hover {
  opacity: 0.8;
}

.home-contact .info-box-icon img{
  filter: invert(1);
  object-fit: contain;
  height: 20px;
  width: 20px;
}

.home-contact .box-icon-with-bg .info-box-icon {
  padding: 10px;
}

.home-contact  .info-box-content {
-webkit-box-align: center;
-webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}



.services-wrapper .vc_gitem-animated-block{
  display: none !important;
}
.services-wrapper a.vc_general {font-weight: bold !important;}
.services-wrapper a.vc_general:hover {
  color: #fff;
  background-color: #CFA29B !important;
}

:lang(en-US) .services-wrapper a.vc_general{
  font-size: 0px;
}

:lang(en-US) .services-wrapper a.vc_general:before{
  content: "READ MORE";
  font-size: 16px;
}

.whb-mobile-right .wpml-ls-statics-footer {
  margin-bottom: 0px !important;
  padding-lefT: 0px !important;
}

.wpcf7 .screen-reader-response {
  display: none !important;
}

.mobile-call-button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;  
  z-index: 50;
}

.mobile-call-button a.btn{
  background: #d37e7b;
  color: #fff;
}

.mobile-call-button a.btn:hover {
  color: #fff;
}

.footer-column #woodmart-recent-posts-2 {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  border-bottom: 0px;
}

.footer-column-1 > p {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
.mobile-call-button{
	display: none;
	}
}

.grecaptcha-badge{
  display: none !important;
}

.gallery-popup .open-popup-gallery{
  cursor: pointer;
}

.gallery-popup .wd-open-popup  {
  display: none;
}
.single-post .wd-prefooter,
 .page-id-97 .wd-prefooter,
.page-id-1112 .wd-prefooter,
.blog .wd-prefooter {
  display: none;
}

@media (max-widtH:675px) {
.page-title,
  .page-title .container,
    .page-title .container h1{
  min-height: 100px; 
      
}
  .page-title .container h1 {
    font-size: 26px;
  }
}

.wd-post-inner .wd-post-meta,
.entry-meta-list .meta-author{
  display: none !important;
}

@media screen and (min-width: 767px) {
	.wpb_single_image.wpb_content_element.vc_align_left.single-image-mob {
    display: none;
}
}

@media screen and (max-width: 767px ) {
	.wpb_single_image.wpb_content_element.vc_align_center.single-image-pc {
    display: none;
}
}