/*
Theme Name: Remonto Centras
Theme URI: https://remontocentras.lt
Description: Nuosava remontocentras.lt tema. Atkartoja Avada 5.9 dizaina be Avada / Fusion Builder priklausomybiu. Reiksmes perkeltos is fusion_options ir ismatuotos gyvoje svetaineje.
Author: Remonto Centras
Version: 1.1.0
Requires at least: 6.3
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: remontocentras
*/

/* ==========================================================================
   Dizaino tokenai (fusion_options)
   ========================================================================== */

:root {
	--rc-primary: #f05858;
	--rc-coral: #e66161;
	--rc-link: #e10707;
	--rc-dark: #1b2032;
	--rc-dark-border: #242a39;
	--rc-body-bg: #343438;
	--rc-content-bg: #ffffff;
	--rc-heading: #272d3a;
	--rc-text: #5c6770;
	--rc-muted: #969fac;
	--rc-light: #ecefef;
	--rc-light-alt: #f2f3f3;
	--rc-cream: #fcf9f2;
	--rc-nav-link: rgba(255, 255, 255, 0.65);

	--rc-site-width: 1360px;
	--rc-side: 30px; /* hundredp_padding */

	--rc-font-body: Georgia, serif, Arial, Helvetica, sans-serif;
	--rc-font-heading: Georgia, serif, "Arial Black", Gadget, sans-serif;
	--rc-font-nav: Karla, Arial, Helvetica, sans-serif;
	--rc-font-button: Poppins, Arial, Helvetica, sans-serif;

	--rc-transition: 0.2s ease;
}

/* ==========================================================================
   Baze
   ========================================================================== */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--rc-body-bg);
	color: var(--rc-text);
	font-family: var(--rc-font-body);
	font-size: 18px;
	line-height: 1.7;
	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-style: none;
}

svg,
video,
iframe {
	max-width: 100%;
}

a {
	color: var(--rc-link);
	text-decoration: none;
	transition: color var(--rc-transition);
}

a:hover {
	color: var(--rc-primary);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid var(--rc-primary);
	outline-offset: 2px;
}

p {
	margin: 0 0 20px;
}

ul,
ol {
	margin: 0 0 20px;
	padding-left: 1.4em;
}

/* Antrastes (h1_typography ... h6_typography).
   Easy Google Fonts deda "h1..h4 { font-family: GFS Didot }"; Avada ji perraso
   specifiskesniais selektoriais, todel cia taip pat .rc-site priekyje. */
.rc-site h1,
.rc-site h2,
.rc-site h3,
.rc-site h4 {
	font-family: var(--rc-font-heading);
}

/* GFS Didot neturi lietuvisku raidziu (a, c, e, e, i, s, u, u, z su
   diakritikais) - be sito jos buvo rodomos sans-serif sriftu. Libre Bodoni
   (Didot tipo) naudojamas tik toms raidems: narsykle atsiuncia tik jo
   latin-ext dali. */
.rc-site p {
	font-family: 'GFS Didot', 'Libre Bodoni', Georgia, serif;
}

/* Antrastes (h1_typography ... h6_typography) */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--rc-heading);
	font-weight: 400;
}

h1 {
	font-family: var(--rc-font-heading);
	font-size: 60px;
	line-height: 1.25;
	letter-spacing: -2px;
	margin: 0.67em 0;
}

h2 {
	font-family: var(--rc-font-heading);
	font-size: 46px;
	line-height: 1.25;
	letter-spacing: -1px;
	margin: 0.94em 0;
}

h3 {
	font-family: var(--rc-font-heading);
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: -1px;
	margin: 1em 0;
}

h4 {
	font-family: var(--rc-font-heading);
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0;
	margin: 1.33em 0;
}

h5 {
	font-family: var(--rc-font-button);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.6;
	margin: 1.67em 0;
}

h6 {
	font-family: var(--rc-font-button);
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	margin: 2.33em 0;
}

/* Avada 5.9 blockquote */
blockquote {
	margin: 36px 40px;
	padding: 15px;
	border-left: 4px solid var(--rc-primary);
	background-color: #fff;
	font-style: italic;
}

blockquote p {
	margin: 0;
}

pre {
	overflow-x: auto;
	padding: 1em;
	background: var(--rc-light-alt);
}

/* ==========================================================================
   Boxed maketas
   ========================================================================== */

.rc-site {
	position: relative;
	max-width: var(--rc-site-width);
	margin: 0 auto;
	background: var(--rc-content-bg);
}

.rc-main {
	display: block;
}

.rc-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100000;
	padding: 12px 20px;
	background: var(--rc-dark);
	color: #fff;
	font-family: var(--rc-font-nav);
}

.rc-skip-link:focus {
	left: 0;
	color: #fff;
}

/* ==========================================================================
   Header'is (Avada header v1)
   ========================================================================== */

.rc-header-holder {
	position: relative;
	z-index: 100;
}

/* Permatomas header'is virs hero (pradinis puslapis) */
.rc-header-holder--overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.rc-header {
	background: var(--rc-dark);
}

.rc-header--overlay {
	background: transparent;
}

.rc-header__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 var(--rc-side);
	padding-right: calc((100% - 60px) * 0.03); /* header_padding 3% nuo 1300px eilutes */
}

.rc-logo {
	flex: 0 0 auto;
	margin: 16px 18px 10px;
	line-height: 0;
}

.rc-logo a {
	display: inline-block;
}

/* Logotipo dydi lemia srcset (1x/2x tas pats failas) - kaip Avada */
.rc-logo img {
	width: auto;
	max-height: 134px;
}

.rc-logo__text {
	font-family: var(--rc-font-nav);
	font-size: 26px;
	font-weight: 700;
	line-height: 67px;
	color: #fff;
}

/* Lipnus header'is (header_sticky): 93px juosta. */
.rc-header.is-sticky {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 1000;
	width: 100%;
	max-width: var(--rc-site-width);
	transform: translateX(-50%);
	background: var(--rc-dark);
	box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.118);
	animation: rc-fade-in 0.3s ease;
}

.rc-header.is-sticky .rc-header__inner {
	height: 93px;
}

.admin-bar .rc-header.is-sticky {
	top: 32px;
}

.rc-header.is-sticky .rc-nav > ul > li > a {
	color: rgba(255, 255, 255, 0.6);
}

@keyframes rc-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* Navigacija (nav_typography: Karla 700 15px) */
.rc-nav {
	font-family: var(--rc-font-nav);
	font-size: 15px;
	font-weight: 700;
	line-height: 15px;
}

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

.rc-nav > ul {
	display: flex;
}

.rc-nav > ul > li {
	position: relative;
	padding-right: 15px; /* nav_padding */
}

.rc-nav > ul > li:last-child {
	padding-right: 0;
}

.rc-nav > ul > li > a {
	display: flex;
	align-items: center;
	height: 84px; /* nav_height */
	border-top: 4px solid transparent; /* nav_highlight_border */
	color: var(--rc-nav-link);
	transition: color var(--rc-transition), border-color var(--rc-transition);
}

.rc-nav > ul > li > a:hover,
.rc-nav > ul > li:focus-within > a,
.rc-nav > ul > li.current-menu-item > a,
.rc-nav > ul > li.current_page_item > a,
.rc-nav > ul > li.current-menu-ancestor > a,
.rc-header.is-sticky .rc-nav > ul > li > a:hover,
.rc-header.is-sticky .rc-nav > ul > li.current-menu-item > a,
.rc-header.is-sticky .rc-nav > ul > li.current-menu-ancestor > a {
	color: var(--rc-primary); /* menu_hover_first_color */
}

.rc-nav > ul > li.current-menu-item > a,
.rc-nav > ul > li.current_page_item > a,
.rc-nav > ul > li.current-menu-ancestor > a,
.rc-nav > ul > li > a:hover {
	border-top-color: var(--rc-primary);
}

/* Isskleidimo rodykle */
.rc-caret {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: -4px 1.3px 0 10.3px; /* Avada: 9px + 9.6px plocio ikona */
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
}

/* Submeniu (menu_sub_bg_color #d6d6d6, 220px, Georgia 14px, 16px 20px) */
.rc-nav .sub-menu {
	position: absolute;
	top: 84px;
	left: 0;
	width: 220px;
	padding: 0;
	background: #d6d6d6;
	box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
	font-family: var(--rc-font-body);
	font-size: 14px;
	font-weight: 400;
	line-height: 23.8px;
	opacity: 0;
	visibility: hidden;
	transition: opacity var(--rc-transition), visibility var(--rc-transition);
	z-index: 500;
}

.rc-nav li:hover > .sub-menu,
.rc-nav li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
}

.rc-nav .sub-menu a {
	display: block;
	padding: 16px 20px;
	color: var(--rc-heading);
}

.rc-nav .sub-menu a:hover,
.rc-nav .sub-menu .current-menu-item > a {
	background: var(--rc-light-alt); /* menu_bg_hover_color */
	color: var(--rc-heading);
}

/* Meniu mygtukas "REZERVUOTI LAIKA" */
.rc-nav > ul > li.rc-menu-button > a,
.rc-nav > ul > li.rc-menu-button > a:hover {
	border-top-color: transparent;
}

.rc-menu-btn {
	display: inline-block;
	padding: 13px 29px;
	border-radius: 2px;
	background-color: #e89090;
	background-image: linear-gradient(to top, #d65a5a, #e89090);
	color: #fff;
	font-family: var(--rc-font-button);
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
}

.rc-menu-button > a:hover .rc-menu-btn {
	background-image: linear-gradient(to top, #e89090, #d65a5a);
	color: #fff;
}

/* Mobilus meniu mygtukas */
.rc-nav-toggle {
	display: none;
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	margin-top: 26px;
	padding: 16.25px 0 16.25px 23.5px; /* Avada: 22.5px linijos prie desiniojo krasto */
	background: transparent;
	border: 0;
	cursor: pointer;
}

.rc-nav-toggle span:last-child {
	margin-bottom: 0;
}

.rc-nav-toggle span {
	display: block;
	height: 1.5px;
	margin: 0 0 4.5px;
	background: #fff;
	transition: transform var(--rc-transition), opacity var(--rc-transition);
}

.rc-nav-toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.rc-nav-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.rc-nav-toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

/* ==========================================================================
   Hero (Avada Fusion Slider skaidre)
   ========================================================================== */

/* Avada Fusion Slider aukstis: max(200px, min(600px, 0.5 x plotis)),
   bet ne mazesnis uz turini + 40px (todel min-height ir 20px padding). */
.rc-hero {
	display: flex;
	align-items: center;
	min-height: min(600px, max(200px, 50vw));
	padding: 20px var(--rc-side);
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.rc-hero__content {
	width: 100%;
	text-align: center;
}

.rc-hero--left .rc-hero__content { text-align: left; }
.rc-hero--right .rc-hero__content { text-align: right; }

.rc-hero__box {
	display: inline-block;
	max-width: 100%;
	padding: 3px 15px;
}

.rc-hero__box--bg {
	background-color: rgba(0, 0, 0, 0.4);
}

.rc-hero__box + .rc-hero__box {
	display: table;
	margin: 14px auto 0;
}

.rc-hero__title {
	margin: 0;
	font-family: var(--rc-font-heading);
	font-size: 60px;
	font-weight: 400;
	line-height: 80px;
	letter-spacing: -1px;
	color: #fff;
}

.rc-hero__subtitle {
	margin: 0;
	font-family: var(--rc-font-heading);
	font-size: 24px;
	line-height: 38px;
	letter-spacing: -1px;
	color: #fff;
}

/* ==========================================================================
   Antrastes juosta (page_title_bar): 210px, #1b2032 + ptb-bg.png
   ========================================================================== */

.rc-title-bar {
	background-color: var(--rc-dark);
	background-image: url("/wp-content/uploads/2019/01/ptb-bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.rc-title-bar__inner {
	display: flex;
	align-items: center;
	height: 210px;
	padding: 0 var(--rc-side);
}

.rc-title-bar__title {
	margin: 0;
	font-size: 60px;
	line-height: 75px;
	letter-spacing: -2px;
	color: #fff;
}

/* ==========================================================================
   Turinys be puslapiu kurejo (main_padding 50px, soniniai 30px)
   ========================================================================== */

.rc-row {
	width: 100%;
	padding: 0 var(--rc-side);
}

.rc-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.rc-entry__title {
	margin-top: 0;
}

.rc-entry__meta {
	font-size: 14px;
	color: var(--rc-text);
	margin-bottom: 20px;
}

.rc-entry__thumb {
	margin-bottom: 30px;
}

.rc-posts {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 40px;
}

.rc-card__body {
	padding: 20px 0;
}

.rc-card__title {
	font-size: 18px;
	line-height: 27px;
	margin: 0 0 5px;
}

.rc-pagination {
	margin-top: 40px;
	font-family: var(--rc-font-nav);
	font-size: 15px;
}

.rc-pagination .page-numbers {
	display: inline-block;
	padding: 6px 13px;
	margin: 0 4px 6px 0;
	border: 1px solid var(--rc-light);
	color: var(--rc-heading);
}

.rc-pagination .page-numbers.current,
.rc-pagination a.page-numbers:hover {
	background: var(--rc-primary);
	border-color: var(--rc-primary);
	color: #fff;
}

/* ==========================================================================
   Irasas (Avada single post) - ismatuotos reiksmes
   ========================================================================== */

.single-navigation {
	margin: 0 0 60px;
	border-top: 1px solid #ecefef;
	border-bottom: 1px solid #ecefef;
	line-height: 32px;
	text-align: right;
}

.single-navigation a {
	color: var(--rc-coral);
}

.single-navigation a + a {
	margin-left: 15px;
}

.single-navigation a[rel="prev"]::before,
.single-navigation a[rel="next"]::after {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-left: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	content: "";
	vertical-align: middle;
}

.single-navigation a[rel="prev"]::before {
	margin: -3px 8px 0 0;
	transform: rotate(45deg);
}

.single-navigation a[rel="next"]::after {
	margin: -3px 0 0 8px;
	transform: rotate(-135deg);
}

.rc-site .fusion-post-title {
	margin: 0 0 28px;
	font-family: var(--rc-font-button);
	font-size: 32px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
}

.fusion-meta-info {
	margin-top: 20px;
	padding: 5px 0;
	border-top: 1px solid #ecefef;
	border-bottom: 1px solid #ecefef;
	font-size: 14px;
	line-height: 23.8px;
}

.fusion-sharing-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-top: 60px;
	padding: 20px;
	background: var(--rc-light-alt);
}

.fusion-sharing-box h4 {
	margin: 0;
	font-size: 18px;
	line-height: 27px;
	padding-top: 0;
}

.fusion-sharing-box__icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0 -5px;
}

.fusion-sharing-box__icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin: 5px;
	border: 1px solid rgba(150, 159, 172, 0.12);
	border-radius: 4px;
	background: rgba(150, 159, 172, 0.12);
	color: var(--rc-muted);
	font-size: 16px;
}

.fusion-sharing-box__icons a:hover {
	color: var(--rc-primary);
}

.about-author,
.related-posts {
	margin-top: 55px;
}

/* Avada: autoriaus bloko antrastes tarpas nesusilieja su sekcija */
.about-author {
	display: flow-root;
}

.about-author .fusion-title,
.related-posts .fusion-title,
.comment-respond .fusion-title,
.comments-container > .fusion-title {
	margin: 20px 0;
}

.about-author .fusion-title__heading,
.related-posts .fusion-title__heading,
.comment-respond .fusion-title__heading,
.comments-container > .fusion-title .fusion-title__heading {
	font-size: 18px;
	line-height: 24.3px;
	letter-spacing: 0;
}

.about-author .fusion-title__heading a {
	color: var(--rc-coral);
}

.about-author-container {
	overflow: hidden;
}

/* img irgi turi klase "avatar" - todel tik tiesioginis vaikas */
.about-author-container > .avatar {
	float: left;
	margin: 0 20px 5px 0;
	line-height: 0;
}

.about-author-container .avatar img {
	width: 72px;
	height: 72px;
}

.about-author-container .description {
	overflow: hidden;
}

.related-posts__track {
	display: flex;
	gap: 50px;
	padding: 8px 0;
	overflow-x: auto;
	scrollbar-width: none;
}

.related-posts__track::-webkit-scrollbar {
	display: none;
}

.related-posts__item {
	flex: 0 0 calc((100% - 100px) / 3);
}

.related-posts__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 400 / 306; /* related_posts_image_size = cropped */
	object-fit: cover;
}

.related-posts__title {
	margin: 15px 0 3px;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0;
}

.related-posts__title a,
.related-posts__meta a {
	color: var(--rc-coral);
}

.related-posts__meta {
	font-size: 14px;
	line-height: 21px;
}

/* Komentarai */
.comment-respond {
	margin-top: 40px;
}

#comment-textarea {
	margin: 0 0 10px;
}

#comment-textarea textarea {
	display: block;
	height: 150px;
	padding: 12px 15px;
}

#comment-input {
	display: flex;
	gap: 13px;
}

#comment-input input {
	flex: 1 1 0;
	min-width: 0;
}

.comment-form-cookies-consent {
	margin: 20px 0 18px;
}

.comment-form-cookies-consent input {
	margin-right: 8px;
}

.comment-form .form-submit {
	margin: 20px 0 0;
}

.commentlist {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.commentlist .comment-body {
	padding: 20px 0;
	border-bottom: 1px solid #ecefef;
}

@media (max-width: 800px) {
	#comment-input {
		flex-direction: column;
	}

	.fusion-sharing-box {
		flex-direction: column;
		align-items: flex-start;
	}

	.related-posts__item {
		flex-basis: 80%;
	}
}

/* ==========================================================================
   404 (Avada error page)
   ========================================================================== */

.rc-404__cols {
	display: flex;
	margin: 0 -15px;
}

.rc-404__col {
	flex: 0 0 33.333%;
	padding: 0 15px;
}

/* Avada: vidurinis stulpelis siauresnis (408 is 1330px) */
.rc-404__col--links {
	flex-basis: 30.68%;
	padding-left: 66.5px;
}

.error-message {
	font-family: var(--rc-font-body);
	font-size: 170px;
	font-weight: 700;
	line-height: 170px;
	color: #f0f0f0;
}

.rc-404 h3 {
	margin: 26px 0;
}

.error-menu {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

.error-menu li {
	position: relative;
	padding: 5.5px 0 5.5px 30.6px;
}

.error-menu li:first-child {
	padding-top: 0;
}

.error-menu li::before {
	content: "";
	position: absolute;
	left: 9px;
	top: calc(15.3px - 4px);
	width: 7px;
	height: 7px;
	border-top: 2px solid var(--rc-coral);
	border-right: 2px solid var(--rc-coral);
	transform: rotate(45deg);
}

.error-menu li:not(:first-child)::before {
	top: calc(5.5px + 15.3px - 4px);
}

.error-menu a {
	color: var(--rc-coral);
}

.fusion-search-form {
	position: relative;
}

.fusion-search-form .s {
	padding-left: 40px;
}

.fusion-search-form .searchsubmit {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 43px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

.searchsubmit__icon {
	position: absolute;
	top: 14px;
	left: 16px;
	width: 11px;
	height: 11px;
	border: 2px solid var(--rc-heading);
	border-radius: 50%;
}

.searchsubmit__icon::after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: -4px;
	width: 2px;
	height: 6px;
	background: var(--rc-heading);
	transform: rotate(-45deg);
}

@media (max-width: 800px) {
	.rc-404__cols {
		flex-direction: column;
	}

	.rc-404__col--links {
		padding-left: 15px;
	}
}

/* ==========================================================================
   Formos
   ========================================================================== */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="password"],
textarea,
select {
	width: 100%;
	height: 43px;
	padding: 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: var(--rc-heading);
	background: #fff;
	border: 1px solid #ecefef;
	border-radius: 3px;
}

/* Avada select: be narsykles rodykles, desineje 41px langelis su
   1px #ecefef skirtuku ir rodykle zemyn */
select {
	padding-right: 56px;
	appearance: none;
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23272d3a' stroke-width='1.2'/%3E%3C/svg%3E"),
		linear-gradient(#ecefef, #ecefef);
	background-repeat: no-repeat;
	background-position: right 15px center, right 40px top;
	background-size: 10px 6px, 1px 100%;
}

/* Avada paslepia reCAPTCHA v3 zenkleli */
.grecaptcha-badge {
	display: none !important;
}

textarea {
	height: 150px;
	padding: 8px 15px;
	resize: vertical;
	vertical-align: top;
}

/* Avada (Bootstrap) tinklelis, naudojamas Contact Form 7 formoje:
   .fusion-columns > .col-lg-6.col-md-6.col-sm-12 ir pan. */
.fusion-columns {
	margin: 0 -15px;
}

[class*="col-lg-"],
[class*="col-md-"],
[class*="col-sm-"] {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-sm-1 { float: left; width: 8.3333%; }
.col-sm-2 { float: left; width: 16.6667%; }
.col-sm-3 { float: left; width: 25%; }
.col-sm-4 { float: left; width: 33.3333%; }
.col-sm-5 { float: left; width: 41.6667%; }
.col-sm-6 { float: left; width: 50%; }
.col-sm-7 { float: left; width: 58.3333%; }
.col-sm-8 { float: left; width: 66.6667%; }
.col-sm-9 { float: left; width: 75%; }
.col-sm-10 { float: left; width: 83.3333%; }
.col-sm-11 { float: left; width: 91.6667%; }
.col-sm-12 { float: left; width: 100%; }

@media (min-width: 992px) {
	.col-md-1 { float: left; width: 8.3333%; }
	.col-md-2 { float: left; width: 16.6667%; }
	.col-md-3 { float: left; width: 25%; }
	.col-md-4 { float: left; width: 33.3333%; }
	.col-md-5 { float: left; width: 41.6667%; }
	.col-md-6 { float: left; width: 50%; }
	.col-md-7 { float: left; width: 58.3333%; }
	.col-md-8 { float: left; width: 66.6667%; }
	.col-md-9 { float: left; width: 75%; }
	.col-md-10 { float: left; width: 83.3333%; }
	.col-md-11 { float: left; width: 91.6667%; }
	.col-md-12 { float: left; width: 100%; }
}

@media (min-width: 1200px) {
	.col-lg-1 { float: left; width: 8.3333%; }
	.col-lg-2 { float: left; width: 16.6667%; }
	.col-lg-3 { float: left; width: 25%; }
	.col-lg-4 { float: left; width: 33.3333%; }
	.col-lg-5 { float: left; width: 41.6667%; }
	.col-lg-6 { float: left; width: 50%; }
	.col-lg-7 { float: left; width: 58.3333%; }
	.col-lg-8 { float: left; width: 66.6667%; }
	.col-lg-9 { float: left; width: 75%; }
	.col-lg-10 { float: left; width: 83.3333%; }
	.col-lg-11 { float: left; width: 91.6667%; }
	.col-lg-12 { float: left; width: 100%; }
}

/* Avada: iki 1000px formos stulpeliai vienas po kitu */
@media (max-width: 1000px) {
	.fusion-columns [class*="col-lg-"],
	.fusion-columns [class*="col-md-"],
	.fusion-columns [class*="col-sm-"] {
		float: none;
		width: 100%;
	}
}

/* Avada paprastu <button> nestilizuoja (pvz. slapuku juostos mygtukas lieka
   narsykles numatytasis), todel cia tik formu pateikimo mygtukai. */
input[type="submit"],
.rc-button {
	display: inline-block;
	padding: 13px 29px;
	font-family: var(--rc-font-button);
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	text-transform: none;
	color: #fff;
	background-color: #e89090;
	background-image: linear-gradient(to top, #d65a5a, #e89090);
	border: 0;
	border-radius: 2px;
	cursor: pointer;
}

input[type="submit"]:hover,
.rc-button:hover {
	background-image: linear-gradient(to top, #e89090, #d65a5a);
	color: #fff;
}

/* ==========================================================================
   Sekcijos, eilutes, stulpeliai (Fusion Builder)
   ========================================================================== */

.fusion-builder-container {
	position: relative;
	width: 100%;
}

/* Parallax fonas (Avada background_parallax): atskiras sluoksnis, kuri
   theme.js slenka letesniu greiciu nei puslapis. */
.fusion-builder-container--parallax {
	overflow: hidden;
	z-index: 1;
}

.fusion-parallax-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 130%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
	will-change: transform;
}

/* Avada 5.9 maketo modelis: stulpeliai plaukioja (float), pilno plocio
   stulpelis - iprastas blokas su clear:both. Tai svarbu tarpams: po
   plaukianciu stulpeliu pilno plocio stulpelio virsutinis tarpas "prarijamas",
   o bloko margin'ai susilieja su jo vaikais - lygiai kaip originale. */
.fusion-builder-row::before,
.fusion-builder-row::after {
	content: "";
	display: table;
	clear: both;
}

.fusion-builder-column {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
}

.fusion-builder-column.fusion-column-first {
	clear: left;
}

.fusion-builder-column.fusion-column-full {
	float: none;
	clear: both;
}

/* Avada clearfix stulpelio gale: lenteles pseudo-elementai neleidzia
   paskutinio vaiko apatiniam margin'ui istekti is stulpelio. */
.fusion-clearfix {
	clear: both;
}

.fusion-clearfix::before,
.fusion-clearfix::after {
	content: " ";
	display: table;
}

.fusion-clearfix::after {
	clear: both;
}

.fusion-column-wrapper--center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fusion-column-link {
	display: block;
	color: inherit;
}

/* Matomumas pagal ekrana (visibility_small 640 / visibility_medium 1024).
   Kiekviena klase slepia TIK savo dydyje. */
@media (max-width: 640px) {
	.fusion-hide-small { display: none !important; }
}

@media (min-width: 641px) and (max-width: 1024px) {
	.fusion-hide-medium { display: none !important; }
}

@media (min-width: 1025px) {
	.fusion-hide-large { display: none !important; }
}

/* Antraste: margin nurodomas inline, pats h* be tarpu */
.fusion-title {
	overflow: hidden;
}

.fusion-title__heading,
.fusion-title__heading p {
	margin: 0;
}

.fusion-title--sep .fusion-title__heading {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--rc-sep-color, #ecefef);
}

/* Avada: 1px aukscio elementas pries skirtuka stabdo margin'u susiliejima */
.fusion-sep-clear {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.fusion-separator {
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Avada sep-shadow */
.fusion-separator--shadow {
	height: 1px;
	background: radial-gradient(ellipse at 50% -50%, var(--rc-sep-color, #ecefef) 0, rgba(255, 255, 255, 0) 80%);
}

.fusion-separator--shadow::after {
	content: "";
	display: block;
	height: 6px;
	margin-top: 10px;
	background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0) 65%);
}

/* 100% lango aukscio sekcija (hundred_percent_height) */
.fusion-builder-container--full-height {
	min-height: 100vh;
}

.fusion-builder-container--center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fusion-builder-container--center > .fusion-builder-row {
	width: 100%;
}

/* ==========================================================================
   Mygtukai (fusion_button)
   ========================================================================== */

.fusion-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 29px;
	border-radius: 2px;
	background-color: var(--rc-btn-top, #e89090);
	background-image: linear-gradient(to top, var(--rc-btn-bottom, #d65a5a), var(--rc-btn-top, #e89090));
	color: var(--rc-btn-color, #781010);
	font-family: var(--rc-font-button);
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	transition: all var(--rc-transition);
}

.fusion-button:hover,
.fusion-button:focus {
	background-color: var(--rc-btn-top-h, #d65a5a);
	background-image: linear-gradient(to top, var(--rc-btn-bottom-h, #e89090), var(--rc-btn-top-h, #d65a5a));
	color: var(--rc-btn-color-h, #781010);
}

.fusion-button .fusion-button-text {
	color: inherit;
}

.fusion-button .fa-icon {
	font-size: 14px;
}

.fusion-button .button-icon-right {
	margin-left: 10px;
}

.fusion-button .button-icon-left {
	margin-right: 10px;
}

.fusion-button.button-small {
	padding: 9px 20px;
	font-size: 12px;
	line-height: 14px;
}

.fusion-button.button-medium {
	padding: 11px 23px;
	font-size: 13px;
	line-height: 16px;
}

.fusion-button.button-xlarge {
	padding: 17px 40px;
	font-size: 18px;
	line-height: 21px;
}

.fusion-button--stretch {
	display: flex;
	width: 100%;
}

.fusion-button-wrapper {
	clear: both;
}

.fusion-button-wrapper.fusion-aligncenter { text-align: center; }
.fusion-button-wrapper.fusion-alignleft { text-align: left; }
.fusion-button-wrapper.fusion-alignright { text-align: right; }

/* ==========================================================================
   Piktogramos (fusion_fontawesome)
   ========================================================================== */

.fa-icon {
	display: inline-block;
	font-style: normal;
	line-height: 1;
}

.fa-icon--circle {
	text-align: center;
	border: 1px solid transparent;
	border-radius: 50%;
}

.fa-icon--right {
	float: right;
	margin-left: 13px;
}

.fa-icon--left {
	float: left;
	margin-right: 13px;
}

.fusion-align-center {
	text-align: center;
}

/* ==========================================================================
   Sarasai (fusion_checklist)
   ========================================================================== */

.fusion-checklist {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

.fusion-li-item {
	position: relative;
	padding: 5.5px 0; /* Avada: fiksuotas, nepriklauso nuo dydzio */
}

.fusion-li-item:first-child {
	padding-top: 0;
}

.fusion-li-item .icon-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fusion-li-item-content > p:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   Turinio blokai (fusion_content_boxes)
   ========================================================================== */

.fusion-content-boxes {
	display: grid;
	grid-template-columns: repeat(var(--rc-cb-cols, 1), minmax(0, 1fr));
	column-gap: 30px;
}

.content-box-column {
	margin-bottom: 40px;
}

.content-box-heading-wrap {
	position: relative;
}

.content-box-icon {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	height: 29px;
}

.content-box-heading {
	margin: 0 0 15px;
	font-family: var(--rc-font-heading);
	font-weight: 400;
	letter-spacing: normal;
}

.content-container {
	line-height: 30.6px;
}

/* ==========================================================================
   Paveiksleliai
   ========================================================================== */

.fusion-imageframe-align {
	line-height: 0;
}

.fusion-imageframe-align--center { text-align: center; }
.fusion-imageframe-align--left { text-align: left; }
.fusion-imageframe-align--right { text-align: right; }

.fusion-imageframe {
	display: inline-block;
	max-width: 100%;
	line-height: 0;
	overflow: hidden;
}

.fusion-imageframe--bottomshadow {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}

.fusion-imageframe--glow {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
}

/* Paveiksleliu karusele (fusion_images) */
.fusion-image-carousel {
	position: relative;
	margin-bottom: 40px;
}

.fusion-image-carousel .fusion-image-wrapper {
	display: inline-block;
	max-width: 100%;
	line-height: 0;
	vertical-align: middle;
}

/* Avada: 1px #e9eaee ramelis ant paveikslelio apvalkalo */
.fusion-image-carousel--border .fusion-image-wrapper {
	border: 1px solid #e9eaee;
}

.fusion-image-carousel.hover-type-zoomin .fusion-image-wrapper {
	overflow: hidden;
}

.fusion-image-carousel.hover-type-zoomin img {
	transition: transform 0.3s ease;
}

.fusion-image-carousel.hover-type-zoomin .fusion-carousel-item:hover img {
	transform: scale(1.1);
}

/* Rodykles: 30x30, rgba(0,0,0,.6), 0.8 */
.fusion-carousel-nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0.8;
	cursor: pointer;
}

.fusion-carousel-nav:hover {
	opacity: 1;
}

.fusion-carousel-nav--prev { left: 0; }
.fusion-carousel-nav--next { right: 0; }

.fusion-carousel-nav::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.fusion-carousel-nav--prev::before { transform: translate(-30%, -50%) rotate(-45deg); }
.fusion-carousel-nav--next::before { transform: translate(-70%, -50%) rotate(135deg); }

.fusion-carousel-track {
	display: flex;
	align-items: center;
	padding: 8px 0;
	gap: var(--rc-car-gap, 13px);
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.fusion-carousel-track::-webkit-scrollbar {
	display: none;
}

.fusion-carousel-item {
	flex: 0 0 calc((100% - (var(--rc-car-cols, 5) - 1) * var(--rc-car-gap, 13px)) / var(--rc-car-cols, 5));
	display: flex;
	align-items: center;
	justify-content: center;
	scroll-snap-align: start;
}

.fusion-carousel-item {
	padding: 2px 0;
}

.fusion-carousel-item a {
	display: block;
	line-height: 0;
}

.fusion-carousel-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/* Galerija */
.fusion-gallery {
	display: grid;
	gap: 10px;
	margin: 0 0 30px;
}

.fusion-gallery--1 { grid-template-columns: 1fr; }
.fusion-gallery--2 { grid-template-columns: repeat(2, 1fr); }
.fusion-gallery--3 { grid-template-columns: repeat(3, 1fr); }
.fusion-gallery--4 { grid-template-columns: repeat(4, 1fr); }
.fusion-gallery--5 { grid-template-columns: repeat(5, 1fr); }
.fusion-gallery--6 { grid-template-columns: repeat(6, 1fr); }

.fusion-gallery__item {
	margin: 0;
}

.fusion-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ==========================================================================
   Atsiliepimai (fusion_testimonials, design="clean")
   ========================================================================== */

.fusion-testimonials--clean {
	text-align: center;
}

.fusion-testimonials .review {
	display: none;
}

/* Avada (jQuery Cycle) atsiliepimui uzdeda juoda fona - jis uzdengia dali
   parallax nuotraukos. Atkartojam, kad vaizdas sutaptu. */
.fusion-testimonials--clean .review {
	background-color: #000;
}

.fusion-testimonials .review:first-child,
.fusion-testimonials.is-js .review.is-active {
	display: flow-root; /* tuscio .author margin'as lieka viduje (kaip Avada absolute) */
	animation: rc-fade-in 0.6s ease;
}

.fusion-testimonials.is-js .review:first-child:not(.is-active) {
	display: none;
}

/* Avada "doe" avataras: 100px aukscio blokas, tekstas prasideda iskart po jo */
.testimonial-thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	line-height: 0;
}

.testimonial-thumbnail .testimonial-image {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
}

.fusion-testimonials blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font-style: italic;
}

.fusion-testimonials q {
	display: block;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 2px;
	font-style: italic;
	quotes: none;
}

/* Avada clean + permatomas fonas: blockquote margin -25px, q padding 25px.
   Salia miniatiuros 25px apatinio tarpo lieka grynas 25px virs teksto. */
.fusion-testimonials--clean q {
	padding-top: 25px;
}

.fusion-testimonials q p {
	margin: 0;
}

.fusion-testimonials q img {
	display: inline;
	width: 16px;
	height: 16px;
}

.fusion-testimonials .author {
	margin-top: 25px;
	font-size: 18px;
	letter-spacing: 2px;
}

.fusion-testimonials .author a {
	color: inherit;
}

/* ==========================================================================
   Naujausi irasai (fusion_recent_posts, layout="default")
   ========================================================================== */

.fusion-recent-posts {
	margin-bottom: 50px; /* Avada numatytasis */
	display: grid;
	grid-template-columns: repeat(var(--rc-rp-cols, 1), minmax(0, 1fr));
	gap: 30px;
}

.fusion-recent-posts--center {
	text-align: center;
}

.fusion-recent-posts__media {
	padding-bottom: 9px;
}

.fusion-recent-posts__media img {
	display: block;
	width: 100%;
}

.hover-type-liftup a {
	display: block;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-type-liftup a:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 18px -8px rgba(0, 0, 0, 0.35);
}

.fusion-recent-posts .entry-title {
	margin: 15px 0 3px;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0;
}

.fusion-recent-posts .entry-title a {
	color: var(--rc-coral);
}

.fusion-recent-posts .meta {
	margin: 0 0 13px;
	font-size: 14px;
	line-height: 21px;
}

.fusion-recent-posts .meta a {
	color: var(--rc-coral);
}

.fusion-inline-sep {
	padding: 0 5px;
}



/* ==========================================================================
   Kiti elementai
   ========================================================================== */

/* Lenteles (Avada .table-1): plotis ir lygiavimas - is HTML atributu
   (pvz. width="1202" align="center"), 1px #ecefef remeliai, 10px 20px. */
.fusion-table {
	max-width: 100%;
	overflow-x: auto;
}

.fusion-table table,
.rc-content table {
	max-width: 100%;
	border: 1px solid #ecefef;
	border-collapse: collapse;
	background-color: #fff;
}

.fusion-table th,
.fusion-table td,
.rc-content th,
.rc-content td {
	padding: 10px 20px;
	border: 1px solid #ecefef;
	line-height: 30.6px;
}

.fusion-table th,
.rc-content th {
	padding: 20px;
	background-color: #f6f6f6;
	color: var(--rc-text);
	font-weight: 700;
	line-height: 27px;
}

/* DUK (Avada fusion_faq): 23px Georgia antraste, 10px virsuj/apacioj,
   #ecefef skirtukas, 29x30 #1b2032 kvadratas su baltu pliusu desineje. */
.fusion-faq__item {
	border-bottom: 1px solid #ecefef;
}

.fusion-faq__q {
	margin: 0;
	font-size: 18px;
	line-height: 27px;
}

.fusion-faq__question {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 0;
	background: none;
	border: 0;
	color: var(--rc-heading);
	font-family: var(--rc-font-heading);
	font-size: 23px;
	font-weight: 400;
	line-height: 34.5px;
	text-align: left;
	cursor: pointer;
}

.fusion-faq__title {
	flex: 1 1 auto;
	margin-right: 38px;
}

.fusion-faq__question:hover .fusion-faq__title {
	color: var(--rc-primary);
}

.fusion-faq__icon {
	position: relative;
	flex: 0 0 29px;
	width: 29px;
	height: 30px;
	background: var(--rc-dark);
}

.fusion-faq__icon::before,
.fusion-faq__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 2px;
	background: #fff;
	transform: translate(-50%, -50%);
}

.fusion-faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.fusion-faq__question[aria-expanded="true"] .fusion-faq__icon::after {
	display: none;
}

.fusion-faq__answer {
	padding: 10px 0 15px;
}

.fusion-faq__answer > :last-child {
	margin-bottom: 0;
}

/* Socialines nuorodos (Avada boxed): 34x34, rgba(150,159,172,.12), 4px */
.fusion-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Avada: ikonos margin 0 5px 10px - apacioje lieka 10px */
.fusion-social-links li {
	margin-bottom: 10px;
}

.fusion-social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 8px;
	border-radius: 4px;
	background: rgba(150, 159, 172, 0.12);
	color: var(--rc-muted);
	font-size: 16px;
	line-height: 16px;
}

.fusion-social-links a:hover {
	color: var(--rc-primary);
}

.fusion-social-links svg {
	display: block;
	width: 16px;
	height: 16px;
}

.fusion-map iframe {
	display: block;
	width: 100%;
	border: 0;
}

/* Avada counters_box: stulpeliai su 7px tarpais, 1px remelis, 20px vidus */
.fusion-counters {
	display: grid;
	grid-template-columns: repeat(var(--rc-counter-cols, 4), minmax(0, 1fr));
	margin: 0 -7px;
}

.fusion-counter {
	margin-bottom: 14px;
	padding: 0 7px;
}

.fusion-counter__box {
	padding: 20px;
	border: 1px solid #f2f3f3;
	text-align: center;
}

.fusion-counter__value {
	font-size: 60px;
	line-height: normal;
	color: var(--rc-primary);
}

.fusion-counter__label {
	font-size: 18px;
	color: #5c6770;
}

.fusion-video {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 0 0 30px;
	background: #000;
}

.fusion-video iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.fusion-fallback {
	margin: 0 0 20px;
}

/* ==========================================================================
   Papede (footer_*: #1b2032, 70px/30px, Karla 14px antrastes)
   ========================================================================== */

.rc-footer {
	background: var(--rc-dark);
	border-top: 1px solid var(--rc-dark-border);
	color: rgba(255, 255, 255, 0.6);
}

.rc-footer a {
	color: rgba(255, 255, 255, 0.85);
}

.rc-footer a:hover {
	color: #fff;
}

.rc-footer__widgets {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 70px 6px 30px;
}

.rc-footer__col {
	padding: 0 24px;
}

.rc-footer .widget {
	margin-bottom: 50px;
}

.rc-footer .widget:last-child {
	margin-bottom: 0;
}

.rc-footer .widget-title {
	margin: 0 0 28px;
	font-family: var(--rc-font-nav);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
}

.rc-footer .textwidget ul:not(.fusion-checklist) {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rc-footer .textwidget > :last-child {
	margin-bottom: 0;
}

.rc-footer__copyright {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px var(--rc-side) 30px;
	background: var(--rc-dark);
	color: #fff;
	font-size: 13px;
	line-height: 1.7;
}

.rc-footer__copyright a {
	color: #fff;
}

.rc-footer__notice {
	display: flex;
	align-items: center;
	min-height: 43px;
}

.rc-footer__social {
	display: flex;
	gap: 20px;
	font-size: 16px;
	line-height: 22px;
}

.rc-footer__social a {
	display: inline-flex;
	align-items: center;
	color: var(--rc-muted);
}

.rc-footer__social a:hover {
	color: #fff;
}

.rc-footer__social svg {
	display: block;
}

/* "I virsu" mygtukas (Avada #toTop): #333, 0.9, 48x35, dešineje 75px */
.rc-to-top {
	position: fixed;
	right: 75px;
	bottom: 0;
	z-index: 100001; /* virs slapuku juostos (100000), kaip Avada */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 35px;
	border-radius: 4px 4px 0 0;
	background: #333;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.rc-to-top.is-visible {
	opacity: 0.9;
	visibility: visible;
}

.rc-to-top:hover {
	opacity: 1;
}

.rc-to-top__arrow {
	width: 9px;
	height: 9px;
	margin-top: 5px;
	border-top: 2px solid var(--rc-coral);
	border-left: 2px solid var(--rc-coral);
	transform: rotate(45deg);
}

/* Avada no-mobile-totop: iki 1000px mygtukas nerodomas */
@media (max-width: 1000px) {
	.rc-to-top {
		display: none !important;
	}
}

/* ==========================================================================
   Pagalbines klases
   ========================================================================== */

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.alignleft {
	float: left;
	margin: 0 1.5em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1.5em;
}

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

.wp-caption-text {
	font-size: 14px;
	margin-top: 8px;
}

/* ==========================================================================
   Adaptyvumas
   ========================================================================== */

/* Mobilus meniu (Avada side_header_break_point: 1060px) */
@media (max-width: 1060px) {
	.rc-header-holder--overlay {
		position: relative;
	}

	.rc-header--overlay {
		background: var(--rc-dark);
	}

	.rc-header__inner {
		flex-wrap: wrap;
		align-items: center;
		padding-right: 0;
	}

	.rc-nav-toggle {
		display: block;
		margin-top: 0;
	}

	/* Avada "flyout" mobilus meniu: visas ekranas #1b2032, punktai centre */
	.rc-nav-toggle {
		position: relative;
		z-index: 99999;
	}

	/* Avada: uzdarymo X - 19.5px linijos, centras 17px nuo desinio krasto */
	.rc-nav-toggle[aria-expanded="true"] span {
		width: 19.5px;
		background: rgba(255, 255, 255, 0.75);
	}

	.rc-nav-toggle[aria-expanded="true"] span:nth-child(1) {
		transform: translate(-3.95px, 6px) rotate(45deg);
	}

	.rc-nav-toggle[aria-expanded="true"] span:nth-child(3) {
		transform: translate(-3.95px, -6px) rotate(-45deg);
	}

	.rc-nav {
		position: fixed;
		inset: 0;
		z-index: 99998;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 25px 25px;
		overflow-y: auto;
		background: var(--rc-dark);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	}

	.rc-nav.is-open {
		opacity: 1;
		visibility: visible;
	}

	.rc-nav > ul {
		flex-direction: column;
		width: 100%;
		max-height: 100%;
		padding: 25px 0;
		text-align: center;
	}

	.rc-nav > ul > li,
	.rc-nav > ul > li:last-child {
		padding: 7.5px 0;
	}

	.rc-nav > ul > li:first-child {
		padding-top: 0;
	}

	.rc-nav > ul > li:last-child {
		padding-bottom: 0;
	}

	.rc-nav > ul > li > a,
	.rc-header.is-sticky .rc-nav > ul > li > a {
		display: inline-block;
		height: auto;
		padding: 0 12px;
		border: 0;
		font-size: 18px;
		line-height: 60px;
		color: rgba(255, 255, 255, 0.75);
	}

	.rc-nav > ul > li > a:hover,
	.rc-nav > ul > li:focus-within > a,
	.rc-nav > ul > li.current-menu-item > a,
	.rc-nav > ul > li.current_page_item > a,
	.rc-nav > ul > li.current-menu-ancestor > a {
		color: #fff;
	}

	.rc-nav .rc-caret,
	.rc-nav .sub-menu {
		display: none;
	}

	.rc-menu-btn,
	.rc-menu-button > a:hover .rc-menu-btn {
		padding: 0;
		border-radius: 0;
		background: none;
		font: inherit;
		color: #fff;
	}

	.rc-header.is-sticky {
		position: relative;
		left: auto;
		transform: none;
		animation: none;
		box-shadow: none;
	}
}

/* Stulpeliai vienas po kito (Avada content_break_point: 1000px) */
@media (max-width: 1000px) {
	/* Avada: stulpeliai lieka float:left (margin'ai nesusilieja), tik 100% plocio.
	   .fusion-layout-column - Avada stulpeliai Contact Form 7 formose. */
	.fusion-layout-column,
	.fusion-builder-column {
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.fusion-title {
		margin-top: 0 !important;
		margin-bottom: 20px !important;
	}

	/* Avada (container_hundred_percent_height_mobile = 0): iki 1000px
	   100% aukscio sekcijos tampa iprastomis */
	.fusion-builder-container--full-height {
		min-height: 0;
	}

	/* Avada: col-sm-12 turinio blokai tampa iprastais blokais - teksto
	   apatinis margin'as susilieja su bloko 40px */
	.fusion-content-boxes {
		display: block;
	}

	/* Avada: papedes stulpeliai vienas po kito, kiekvienas su 50px apacioje */
	.rc-footer__widgets {
		grid-template-columns: 1fr;
	}

	.rc-footer__col:not(:last-child) {
		margin-bottom: 50px;
	}

	/* Avada: teises eilute ir ikonos centruojamos, viena po kita */
	.rc-footer__copyright {
		display: block;
		text-align: center;
	}

	.rc-footer__notice {
		display: block;
		min-height: 0;
		padding-bottom: 15px;
	}

	.rc-footer__social {
		align-items: flex-start;
		justify-content: center;
		min-height: 57.6px; /* planseteje ikonoms +15px apacioje */
		padding-top: 7px;
	}

	/* Avada: juosta 5px + min 150px + 5px, aukstis pagal turini */
	.rc-title-bar__inner {
		height: auto;
		min-height: 150px;
		box-sizing: content-box;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media (max-width: 640px) {
	.fusion-gallery--3,
	.fusion-gallery--4,
	.fusion-gallery--5,
	.fusion-gallery--6 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media print {
	.rc-header-holder,
	.rc-footer,
	.rc-nav-toggle {
		display: none;
	}

	body {
		background: #fff;
		color: #000;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* Avada telefonams (max-device-width: 640px) */
@media (max-width: 640px) {
	.rc-footer__col,
	.rc-footer__col:not(:last-child) {
		margin-bottom: 50px;
	}

	.rc-footer__social {
		min-height: 42.6px;
	}
}

/* Avada: .table-1 slenkama horizontaliai, telefone langeliai nesilauzo */
.table-1 {
	display: block;
	overflow-x: auto;
}

@media (max-width: 640px) {
	.table-1 td,
	.table-1 th {
		white-space: nowrap;
	}
}
