/* Theme Name: Yachbat Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of yachbat
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: yachbat
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  yachbat-child
*/
.relative {
    position: relative;
}
a:active {
    color: #688aac;
}
.elementor.elementor-374,
.elementor.elementor-6706 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
}
.elementor-top-section.elementor-element.elementor-widget-ova_logo,
.elementor-673 .elementor-element.elementor-element-19667ca {
    width: 100% !important;
    min-height: 100%;
    height: auto;
    position: relative; 
}
.header-section .brand_el .logo_desktop {
    margin-top: -33px;
}
.header_sticky.active_sticky .brand_el .logo_sticky {
    margin-top: 4px; 
}
.active_sticky .elementor-widget-wrap.elementor-element-populated {
    align-content: center; 
}
.wp-block-themepunch-revslider,
.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-766deb6,
.elementor-element.elementor-element-3c69f8b.elementor-widget.elementor-widget-slider_revolution,
.elementor-element .elementor-widget-container, #rev_slider_3_1_forcefullwidth,
#rev_slider_3_1_wrapper, #rev_slider_3_1 {
    height: 100% !important; 
    max-height: 100% !important;
    min-height: 100%;
}
#rev_slider_3_1 canvas {
    /* width: auto !important; */
    object-fit: cover; 
}
/* Breadcrumbs */
.wrap_header_banner ul.breadcrumb {
    flex-wrap: wrap;
}


.contact-icons {
    padding: 0 !important;
}

.contact-icons > div {
	margin-top: 15px !important;
}

.rekvizitai-text {
    margin-bottom: 0 !important;
}

.rekvizitai-text p,
.contact-icons h5 {
    margin: 0 !important;
}

.contact-icons > div > div > div > div {
    align-items: center;
    gap: 5px;
}

.search-container form {
    max-width: 280px !important;
    float: right;
}

.search-container form .is-search-input {
    border-radius: 10px;
}

@keyframes animateSearchIn {
    0% {
        opacity: 0;
        transform: translateY(-25px);
    }
    25% {
        display: inline-block !important;
        opacity: 0.75;
        transform: translateY(-10px);
    }
    50% {
        opacity: 1;
        transform: translateY(0px);
    }
    75% {
        transform: translateY(10px);
    }
    100% {
        display: inline-block !important;
        transform: translateY(0);
    }
}

@keyframes animateSearchOut {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    25% {
        opacity: 0.75;
        transform: translateY(10px);
    }
    100% {
        display: none !important;
        opacity: 0;
        transform: translateY(25px);
    }
}

.search-container form .is-search-input {
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    animation: animateSearchOut 0.5s backwards;
}

.search-container form .is-search-input.animate-search  {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    animation: animateSearchIn 0.5s forwards;
}


.search-container form .is-search-icon {
    border-radius: 50%;
    margin-left: 10px;
    background-color: transparent !important;
}

.search-container form svg path {
    fill: #fff !important;
}

.search-container form .is-search-icon:hover {
    background-color: #fff !important;
}

.search-container form .is-search-icon:hover svg path {
    fill: #000 !important;
}

.header-section > div {
    line-height: 0 !important;
}

.header-section svg {
    filter: invert(92%) sepia(100%) saturate(1%) hue-rotate(9deg) brightness(105%) contrast(102%) !important;
}

.search-container form .is-search-icon svg {
    filter: none !important;
}

.question-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 15px;
    column-gap: 15px;
}

.question-col-full {
    width: 100%;
}

.question-form > div:last-child p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.question-form > div:last-child .wpcf7-spinner::before {
    left: unset !important;
    right: 4px;
}

.question-form > div:last-child .wpcf7-spinner {
    width: 100%;
}
.footer-question-form.question-form a {
    color: #688aac; 
}
.footer-question-form.question-form input[type="submit"] {
    border-color: #688aac50; 
    width: 100%;
}
.footer-question-form.question-form input[type="submit"]:hover {
    color: #688aac50; 
}
.question-col-short.textarea p {
    margin: 0 0 4px 0; 
}
.wpcf7-form-control.wpcf7-acceptance span {
    line-height: 1;
 }
 .elementor-section .elementor-container {
     justify-content: space-between; }
.wsp-container ul:before {
    border-left: 1px solid #892b7d;
    bottom: 0;
    content: "";
    display: block;
    left: 30px;
    position: absolute;
    top: 0;
    width: 0;
}

.wsp-container li:before {
    position: absolute;
    border-top: 1px solid #892b7d;
    content: ""!important;
    display: block;
    height: 0;
    left: -40px!important;
    top: 16px!important;
    width: 30px;
}

.wsp-container li a {
    color: #2e2b7e;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
}

.wsp-container li:after {
    background-color: #fff;
    border: 2px solid #2e2b7e;
    border-radius: 50%;
    content: "";
    height: 9px;
    left: -10px;
    position: absolute;
    top: 12px;
    transition: all .15s ease-in-out;
    width: 9px;
}

.wsp-container ul {
    margin-bottom: 0!important;
    margin-top: 15px;
    position: relative;
    list-style-type: none;
    padding-left: 70px;
}

.wsp-container ul li {
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative;
}

.wsp-container .wsp-category-title {
    color: #2e2b7e;
    font-size: 15px;
    line-height: 20px;
}

.logo-col > div {
    padding: 0 !important;
}

.header_sticky.active_sticky {
	background-color: #2C3E50;
}

.grecaptcha-badge { 
	visibility: hidden; 
}

/* Contact form */
.question-form {
    border: 1px solid #0000001a;
	align-items: flex-start;
}

.question-form .question-col {
    flex: auto;
}

.question-form .question-col > p,
.question-form .question-col-full > p {
    margin-bottom: 1em;
}

.question-form input[type=text],
.question-form input[type=number],
.question-form input[type=email],
.question-form input[type=tel],
.question-form input[type=url],
.question-form input[type=password],
.question-form input[type=search],
.question-form textarea,
.question-form .input-text {
    width: 100%;
	padding: 8px 12px;
}

.question-form textarea {
    height: 150px;
	resize: vertical;
}

/* Blog widget section */
.ova-blog2.blog-grid.grid_sidebar article.post-wrap .excerpt {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.ova-blog2.blog-grid.grid_sidebar article.post-wrap {
    grid-template-columns: 3fr 3fr;
}

.ova-blog2.blog-grid.grid_sidebar article.post-wrap .ova-content {
    position: relative;
	padding-bottom: 30px;
}

.ova-blog2.blog-grid.grid_sidebar article.post-wrap .ova-content .readmore {
    position: absolute;
	bottom: 0;
}

/* Newsletter widget */
.wrap_footer div.tnp-subscription,
.wrap_footer div.tnp-profile,
.wrap_footer form.tnp-subscription,
.wrap_footer form.tnp-profile {
    margin: 0 !important;
}

.wrap_footer .tnp-subscription label,
.wrap_footer .tnp-profile label {
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: inherit !important;
	color: #fff !important;
}

.wrap_footer .tnp-subscription input.tnp-submit,
.wrap_footer .tnp-profile input.tnp-submit {
	background-color: #ffffff00 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    border-radius: 5px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.wrap_footer .tnp-subscription input.tnp-submit:hover,
.wrap_footer .tnp-profile input.tnp-submit:hover {
	background-color: #ffffff !important;
    border: 1px solid var(--light) !important;
    color: var(--text) !important;
}

.wrap_footer .tnp-subscription .tnp-field.tnp-field-button {
	text-align: right;
}

.wrap_footer .tnp-subscription input[type=text],
.wrap_footer .tnp-subscription input[type=email],
.wrap_footer .tnp-subscription input[type=submit],
.wrap_footer .tnp-subscription select,
.wrap_footer .tnp-subscription textarea,
.wrap_footer .tnp-profile input[type=text],
.wrap_footer .tnp-profile input[type=email],
.wrap_footer .tnp-profile input[type=submit],
.wrap_footer .tnp-profile select,
.wrap_footer .tnp-profile textarea {
	color: #fff !important;
    border: 1px !important;
    border-style: solid !important;
    border-color: #fff !important;
    background-color: #ffffff00 !important;
}

.wrap_footer .tnp-field.tnp-privacy-field > label > a {
	color: #fff !important;
}

.wrap_footer .tnp-field.tnp-privacy-field > label > a:hover {
	color: #fff !important;
}

/* Newsletter form */
article.post-wrap {
    padding-bottom: 80px;
}

/* Blog archive */
body.blog article.post-wrap {
	position: relative;
    padding-bottom: 50px;
}

body.blog article.post-wrap a.readmore {
	position: absolute;
	bottom: 0;
	right: 0;
}

.elementor-widget.elementor-widget-shortcode > div > div > div > form > div.tnp-field.tnp-field-button {
	padding-top: 15px;
}

/* text align */
.text-right {
    text-align: right;
}
#anchor-menu .elementor-widget-container {
    /* background: #fff; */
    margin: auto;
    position: fixed;
    transition: 200ms;
    width: 220px;
    top: 0;
    bottom: 0;
    transform: translateY(0);
}
#anchor-menu .main-navigation {
    background: #fff;
    margin: auto;
    position: absolute;
    transition: 200ms;
    width: 220px; 
    top: 0;
    bottom: 0;
    transform: translateY(50%);
}
#anchor-menu .menu {
    display: flex;
    flex-flow: column;
    background: #fff; 
}
#anchor-menu .menu a.active{
    color: #688aac; 
}
@media (max-width: 1024px) {
	body.blog #main-content {
		margin-bottom: 30px;
		margin-top: -10px;
	}
    .menu-canvas ul li {
        text-align: left;
        white-space: nowrap;     
    }
}

/* Blog Single */
.single.layout_1c article.post-wrap ul.post-meta {
	margin-left: 0;
}

body.single-post .row_site, body .elementor-section.elementor-section-boxed>.elementor-container {
	margin-top: -30px;
}

.single.layout_1c article.post-wrap .post-content,
.single.layout_1c #main-content #comments {
    max-width: 100%;
}

/* Menu */
.menu-canvas ul {
	margin: 0;
	padding-inline-start: 10px;
}

.menu-canvas ul li {
    margin-bottom: 10px;
    margin-top: 10px;
}

.single.layout_1c article.post-wrap ul.post-meta {
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	.main-navigation ul.menu ul.sub-menu li.menu-item a {
		font-size: 16px;
	}
}

/* Ajax Search */
.search-container form .is-search-input.animate-search {
    font-size: 16px !important;
}

.is-ajax-search-details a, .is-ajax-search-result a {
    color: var(--heading) !important;
	font-size: 16px !important;
	line-height: 27px !important;
	font-weight: 700 !important;
}

.is-ajax-result-description {
    font-size: 16px !important;
	line-height: 27px !important;
}

/* Font sizes */
.ova-title .title {
    font-size: 33px;
    line-height: 52px;
}

.ova-blog2.blog-grid.grid_sidebar article.post-wrap .ova-content h5.post-title {
    font-size: 20px;
    line-height: 33px;
}

h5,
.single article.post-wrap .ova-next-pre-post .pre .num-2 .title,
.single article.post-wrap .ova-next-pre-post .next .num-2 .title {
    font-size: 20px;
}

#respond #reply-title {
    margin-bottom: 10px;
    font-size: 26px;
}

/* Lang switcher */
#su-lang-switcher ul.polylang_langswitcher {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-left: 1px solid rgba(232, 231, 231, 0.2) !important;
    line-height: normal;
    margin: 0;
    margin-left: 13px;
    padding-left: 17px;
}

#su-lang-switcher ul.polylang_langswitcher li.lang-item a {
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
}

#su-lang-switcher ul.polylang_langswitcher li.lang-item a:hover {
    /* color: #E40201; */
    color: #2C3E50;
}

#su-lang-switcher ul.polylang_langswitcher li.lang-item:not(:last-child)::after {
    color: #fff;
    content: " /";
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-size: small;
}

/* Mobile menu */
.menu-canvas .dropdown-toggle {
    top: -13px !important;
}

/* Contact form */
.question-form > div:last-child .wpcf7-spinner {
    width: 24px !important;
    height: 24px !important;
    position: absolute;
    right: 100px;
    bottom: 30px;;
}

.question-form > div:last-child .wpcf7-spinner::before {
    left: unset !important;
    right: 14px !important;
    top: 4px !important;
}

/* Footer */
@media (max-width: 1024px) {
	.footer-resp-col {
		width: 50% !important;
		padding-bottom: 50px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.elementor-490 .elementor-element.elementor-element-b0f8efb > .elementor-element-populated {
		padding: 0px 0px 0px 0px !important;
	}
	
	.footer-resp-col-cr {
		width: 100% !important;
	}
	
	.footer-resp-col-cr > div {
		justify-content: center !important;
	}
	
	.elementor-490 .elementor-element.elementor-element-dc2e108 {
		padding: 54px 0px 0px 0px !important;
	}

    .wrap_footer .elementor-6705 .elementor-element.elementor-element-b0f8efb > .elementor-element-populated {
        margin: 0;
    }
}

@media (max-width: 767px) {
	body.single-post #breadcrumbs {
		display: none;
	}
	
	.single.layout_1c article.post-wrap ul.post-meta {
		margin-bottom: 20px;
	}
	
	.footer-resp-col {
		width: 100% !important;
	}
	
	.footer-resp-col:last-of-type {
		padding-bottom: 0;
	}

	.elementor-490 .elementor-element.elementor-element-dc2e108 {
		padding: 54px 0px 30px 0px !important;
	}
}
