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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//rslegal.trinitydev.eu/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//rslegal.trinitydev.eu/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//rslegal.trinitydev.eu/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//rslegal.trinitydev.eu/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//rslegal.trinitydev.eu/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//rslegal.trinitydev.eu/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//rslegal.trinitydev.eu/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//rslegal.trinitydev.eu/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Inter", 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: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 17px;
	--wd-primary-color: rgb(21,37,63);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: rgb(21,37,63);
	--wd-link-color-hover: rgb(3,36,119);
	--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;
}
.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;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--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: 5px;
}

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

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


footer .copyrights-wrapper,
footer .footer-copyright,
footer .wd-copyright {
  display: none !important;
}

body, 
.website-wrapper, 
.main-page-wrapper {
    background-color: #f2f4f5 !important;
}

.wd-toolbar.wd-toolbar-label-show {
    display: none;
}


@media (max-width: 1024px) {
    .sticky-toolbar-on {
        padding-bottom: 0 !important;
    }
	
		 .rs-dots {
			justify-content: center;
		}
}

.learn-more-btn {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 5px;
}
.learn-more-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #0A4B78;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.sollution_block:hover .learn-more-btn::after {
  transform: scaleX(1);
}

/* Hide post category */
.wd-post-cat {
  display: none !important;
}

/* Hide post meta (author, date, comments count) */
.wd-post-meta {
  display: none !important;
}

/* Hide comments section entirely */
#comments {
  display: none !important;
}

/* Hide single post footer social icons */
.wd-single-footer {
  display: none !important;
}

/* Hide page navigation (prev/next buttons and back to list link) */
.wd-page-nav {
  display: none !important;
}

/* Hover effect for email and phone links */
.elementor-element-7a0e7d8 .elementor-icon-list-item a:hover .elementor-icon-list-text,
.elementor-element-7a0e7d8 .elementor-icon-list-item a:hover .elementor-icon-list-icon {
    color: #B6B6B6 !important;
}

/* If you also want the SVG icons to change color */
.elementor-element-7a0e7d8 .elementor-icon-list-item a:hover svg {
    fill: #B6B6B6 !important;
}



/* Input field backgrounds - white */
.elementor-element-3bfeb6a .wpcf7-form-control:not(.wpcf7-submit) {
    background-color: white !important;
		border-radius: 5px !important;
}

/* Label colors - #c2c6cf */
.elementor-element-3bfeb6a label {
    color: #c2c6cf !important;
}

/* Hide hidden fields container */
.elementor-element-3bfeb6a .hidden-fields-container {
    display: none !important;
}

/* Reduce gap between fields */
.elementor-element-3bfeb6a .wpcf7-form p {
    margin-bottom: 1px !important;
}


/* Submit button styling */
.elementor-element-3bfeb6a .wpcf7-submit {
    width: 100% !important;
    background-color: #ffffff !important;
    color: #112233 !important;
    font-size: 18px !important;
}

/* Submit button styling */
.elementor-element-3bfeb6a .wpcf7-submit {
    width: 100% !important;
    background-color: #ffffff !important;
    color: #112233 !important;
    font-size: 18px !important;
    border-radius: 5px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    padding-right: 50px !important;
}

/* Hover effect */
.elementor-element-3bfeb6a .wpcf7-submit:hover {
    background-color: #dedede !important;
    color:  #112233 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}

/* User input text color - black */
.elementor-element-3bfeb6a .wpcf7-form-control:not(.wpcf7-submit) {
    color: #000000 !important;
}

/* Keep placeholder light gray */
.elementor-element-3bfeb6a .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
    color: #999999 !important;
}

/* Dropdown default option - light gray */
.elementor-element-3bfeb6a .wpcf7-select option[value="Izvēlieties kategoriju"] {
    color: #999999 !important;
}

/* Dropdown selected options - black */
.elementor-element-3bfeb6a .wpcf7-select option:not([value="Izvēlieties kategoriju"]) {
    color: #000000 !important;
}

/* Make the select field text light gray when default option is selected */
.elementor-element-3bfeb6a .wpcf7-select {
    color: #999999 !important;
}

/* Make the select field text black when any other option is selected */
.elementor-element-3bfeb6a .wpcf7-select:not([value="Izvēlieties kategoriju"]) {
    color: #000000 !important;
}

/* Reduce all row gaps */
.elementor-element-3bfeb6a .wpcf7-form p {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}

.elementor-element-3bfeb6a .wpcf7-form > div {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}@media (min-width: 1025px) {
	body {
    background-color: #f2f4f5 !important;
}
}

@media (max-width: 576px) {
	.wd-toolbar.wd-toolbar-label-show {
    display: none;
}
}

