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

:root {
	--wd-text-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Manrope", 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: "Manrope", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Manrope", 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: 15px;
	--wd-header-el-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(240,116,33);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--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;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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: 1617px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1600px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


html { scroll-behavior: smooth!important; }
.elementor-slideshow__title {	display: none; }

/* Consistent gallery image dimensions */
.gallery-item img {
    width: 100%;
    min-width: 280px;
    max-width: 400px;
    height: 250px;
    min-height: 200px;
    max-height: 300px;
    object-fit: cover;
    display: block;
}


#gallery-1 .gallery-item { float: left; margin-top: 10px; text-align: center; width: 25%; max-height: 260px;  min-height: 260px; margin-bottom: 17px; overflow: hidden; }

.sticky { position: sticky; top: 20px;  z-index: 9999; }

.sticky { transition: all 0.3s ease-in-out;}

.read__more-icon { display: inline-block; transition: transform 0.3s ease; }

.service__block:hover .read__more-icon { transform: translateX(10px); }

.read__more-icon { margin-top: -4px; }

.read__more .read__more-text { transition: color 0.3s ease; }

.service__block:hover .read__more .read__more-text { color: var(--e-global-color-accent); }

.read__more .read__more-text { font-family: 'Manrope'; font-weight: 700; font-size: 16px; }

.read__more {
  display: inline-flex !important;
  align-items: center !important;    
  gap: 0.4em !important;
}

.read__more-icon svg {
  width: 1em !important;    
  height: 1em !important;
  vertical-align: middle !important;
}

/* form start */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-tel {
    background-color: #fff; 
    border-radius: 15px;    
    height: 50px;           
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc; 
    color: #333;  
}

.wpcf7-form-control.wpcf7-textarea {
    height: auto; 
    min-height: 150px; 
    resize: vertical; 
    padding: 10px 15px;
    border-radius: 15px;
}

.wpcf7-form-control:focus {
    border-color: #6E6E6E; 
    outline: none;
    box-shadow: 0 0 0 3px rgba(110, 110, 110, 0.2);
    transition: all 0.3s ease;
}

.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background: #ffffff!important;
    color: black !important;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    border-radius: 15px!important;
    border: solid, 1px!important;
    border-color: #F07421!important;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background: #F07421!important;
    color: #000;
}


.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background: #ffffff;
    color: black;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    border-radius: 15px;
    border: none;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background: #dcdcdc;
    color: #000;
}

#mfcf7_zl_add_file {
    background-color: #000000;
    color: white;
    border: none;
    width: 100%;
    font-size: 16px;
    border-radius: 15px;
    height: 50px;
    margin-bottom: -40px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;

}

#mfcf7_zl_add_file:hover {
    background-color: #333333;
    color: #ffffff;
}

/* form end */

.hidden-fields-container {
    display: none !important;
}

.footer-container{
background-color: #1d2327 !important;
}


.whb-column.whb-col-right .wd-social-icon {
    color: white !important;
}

.site-logo img {
  max-width: 400px !important;
  border-radius: 50%;        /* Makes it circular */
  background: white;         /* White fill around the logo */
  padding: 5px;              /* Thickness of the white "frame" */
  box-sizing: border-box;    /* Ensures padding doesn’t break the circle */
}

.site-logo {
    margin-top: 3rem;
    max-width: 250px;
    max-height: 150px;
}@media (max-width: 576px) {
	.gallery__mobile .gallery-item img {
    width: 100%;
    min-width: 150px!important;
    max-width: 400px!important;
    height: 150px!important;
    min-height: 150px!important;
    max-height: 300px!important;
    object-fit: cover;
    display: block;
}

.gallery__mobile .gallery-item {
    width: 100%;
    min-width: 150px!important;
		margin-bottom: -5px!important;
    max-width: 400px!important;
    height: 150px!important;
    min-height: 150px!important;
    max-height: 300px!important;
    object-fit: cover;
    display: block;
}

.gallery__mobile .gallery-item {
    float: left!important;
    margin-top: 10px;
    text-align: center!important;
    width: 49%!important;
    padding: 0!important;
}

.gallery__mobile .gallery {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.site-logo{
	margin-bottom: 2.2rem;
}
}

