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

: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: "Poppins", 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: "Poppins", 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: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: inherit;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(4,62,149);
	--wd-alternative-color: rgb(237,29,36);
	--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: rgb(182,0,0);
	background-image: none;
}
.page .main-page-wrapper {
	background-color: rgb(240,240,241);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--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: 8px;
}



.elementor-element-2cb44c3 .item-with-label:nth-child(3) a, .elementor-element-28e797d .item-with-label:nth-child(3) a  {
    text-decoration: underline;
    font-weight: bold;
}
.wd-slide-container {
    background: #00000035;
    max-width: 100% !important;
}
.wd-prefooter .container {
    max-width: 100%;
    padding: 0;
}
.wd-prefooter {
    padding-bottom: 0 !important;
}
.services-list a {
    font-weight: 600;
    color: #222 !important;
    font-size: 15px !important;
		transition: all ease 0.5s;
}
.services-list a:hover {
    color: var(--wd-primary-color) !important;
    transition: all ease 0.5s;
}
.wd-btn-text {
    text-transform: initial;
}
.services-home img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 300px;
    object-fit: cover;
}
.services-home .info-box-content {
    padding: 30px 25px 25px;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 7%);
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    min-height: 160px;
}
.services-home .wd-info-box {
    --ib-icon-sp: 0;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border: 1px solid #00000015;
}
.contact input, .contact select {
    height: 50px;
    border-radius: 10px;
    color: #333;
    border: 1px solid #dfe3e7;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 0 15px;
    font-size: 14px;
}
.buton-cf7 input {
    height: 45px;
    min-width: 150px;
    text-transform: inherit;
    border-radius: 6px;
    background: var(--wd-alternative-color);
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 52px;
    font-size: 16px;
}
.contact .wpcf7-radio input {
    height: unset;
}
.subs input {
    min-height: 52px;
    width: 100%;
}
.buton-cf7:hover input {
    background: var(--wd-alternative-color);
    opacity: 0.75;
    color: #fff;
}
.buton-cf7.subs input {
    background: rgb(239 148 2);
}
.sl-title .title, .sl-title .title-after_title {
text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
}
.section-title .wd-title-style-simple .liner-continer:after {
    height: 4px!important;
    width: 90px!important;
    background: linear-gradient(to right, #002B7F 33.33%, #FCD116 33.33%, #FCD116 66.66%, #CE1126 66.66%);
		left: calc(50% - 45px) !important;
}
.section-title .wd-title-style-simple.text-left .liner-continer:after {
	left: 3%!important;
}
.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
background: linear-gradient(to right, #002B7F 33.33%, #FCD116 33.33%, #FCD116 66.66%, #CE1126 66.66%);
}
.new-time .eael-content-timeline-container {
    max-width: 100%;
}
.new-time .eael-content-timeline-inner.eael-highlighted.eael-prev-highlighted {
    background: linear-gradient(to bottom, #002B7F 33.33%, #FCD116 33.33%, #FCD116 66.66%, #CE1126 66.66%)!important;
}
.new-time .eael-content-timeline-inner.eael-highlighted, .new-time .eael-content-timeline-inner.eael-muted {
	background: linear-gradient(to bottom, #002B7F 33.33%, #FCD116 33.33%, #FCD116 66.66%, #CE1126 66.66%)!important;
}
.eael-date {
    display: none !important;
}
.eael-content-timeline-block {
	padding: 0 0 2em 0!important;
}
.eael-content-timeline-content {
    width: 95% !important;
}
.blog-design-masonry .article-inner img {
    height: 350px;
    object-fit: cover;
}
.blog-design-masonry .entry-meta.wd-entry-meta, .blog-design-masonry .hovered-social-icons {
	display:none!important;
}
.blog-design-masonry .wd-entry-content {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.blog-design-masonry .wd-entities-title {
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#section-left-row .wd-title-style-simple.text-left .liner-continer:after {
    left: 0 !important;
}
.menu-pref-fist .wd-sub-menu li>a {
    color: #242424;
    font-weight: bold;
    font-family: 'Poppins';
    font-size: 20px;
}
.menu-pref-second .wd-sub-menu li>a {
    color: #242424;
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 16px;
}
.meniu-servicii-pref .wd-sub-menu li>a {
    color: #242424;
    font-size: 16px;
}
.pref-sec {
    border-image: linear-gradient(to right, #002B7F 33.33%, #FCD116 33.33%, #FCD116 66.66%, #CE1126 66.66%);
    border-image-slice: 1;
}
.wd-prefooter .container {
    max-width: 100%!important;
}
.pref-sec .elementor-container {
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.section-form-con {
    padding: 40px;
    background: #fff;
    border: 1px dotted;
    border-image: linear-gradient(to right, #002B7F 33.33%, #FCD116 33.33%, #FCD116 66.66%, #CE1126 66.66%);
    border-image-slice: 1;
		margin-top: 20px;
    margin-bottom: 20px;
}
.section-title.title-for-left .wd-title-style-simple .liner-continer:after {
	left: 0!important;
}
.widget-area {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
				box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 7%);
}
h5.widget-title {
    font-size: 24px;
    text-transform: initial;
}
ul#menu-servicii .current-menu-item a{
    border-image: linear-gradient(to right, #002B7F 33.33%, #FCD116 33.33%, #FCD116 66.66%, #CE1126 66.66%);
    border-bottom: 2px solid #000;
    border-image-slice: 1;
}
.sect-main .elementor-container {
    max-width: 100% !important;
}
.trp-ls-language-name {
    background: var(--wd-primary-color);
    border-radius: 4px;
    padding: 10px 8px;
    font-weight: 600;
    color: #fff;
}
.entry-meta.wd-entry-meta, .post-single-page.has-post-thumbnail .article-inner>.entry-header {
    display: none;
}
.wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    color: var(--wd-primary-color)!important;
		font-weight:bold;
}@media (min-width: 1025px) {
	.wrapper-full-width-content .container, .section-main .elementor-container {
  			 max-width: 90%;
        margin-left: auto !important;
        margin-right: auto !important;
}

.wd-slide-inner, .section-str-full .elementor-container {
    max-width: 100% !important;
    width: 90%!important;
		margin-left: auto!important;
    margin-right: auto!important;
}
.services-home .info-box-title {
    height: 63px;
}
.services-home .info-box-inner {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
	body {
display:none;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	body {
display:none;
}
}

@media (max-width: 576px) {
	.services-home img, .blog-design-masonry .article-inner img {
height: 230px;
}
.pref-sec .elementor-container {
max-width: 100% !important;
}
.mobile-nav .nav-link-text {
    text-transform: initial;
}
.wd-popup {
	padding: 10px!important;
}
.sl-title h4, .sl-title .title-after_title {
    text-align: center;
}
.elementor-element-ac306f7 .text-left {
    text-align: center;
}
}

