/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@keyframes example {
0% {
    text-shadow: 0px 0px 20px #80808000;
}
40% {
    text-shadow: 0px 5px 20px white;
}
80% {
    text-shadow: 0px 70px 40px #80808000;
}
}
.jet-headline--direction-horizontal  {
    animation-name: example;
	  animation-duration: 5s;
	  animation-delay: 3s;
    animation-iteration-count: 3;
}
strong {
    font-weight: 600;
}
@media (max-width: 767px) {
.main-menu.jet-sticky-section--stuck .header-contact {
    display: none;
}
}
.jet-list-tree {
    display: flex;
		flex-wrap: wrap;
    justify-content: center;
}
.jet-nav__item-262 a.menu-item-link-top span.jet-nav-link-text {
    font-size: 1.3em!important;
    margin-top: -7px;
    color: var(--e-global-color-785b64d);
    font-weight: bold!important;
}
.jet-mobile-menu-trigger-active .jet-nav__item-8911.jet-nav__item:before {
    content: "";
    width: 78px;
    height: 82px;
    display: block;
    position: absolute;
    margin-left: -30px;
    margin-top: -22px;
    background-image: url(https://web-sd.eu/wp-content/uploads/2023/06/panda-head-78.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width: 1350px) { 
	.jet-nav__item-8911.jet-nav__item {
    margin-left: 45px;
}
	.jet-nav__item-8911.jet-nav__item:before {
    content: "";
    width: 78px;
    height: 80px;
    position: relative;
    display: block;
    position: absolute;
    margin-left: -55px;
    margin-top: -20px;
    background-image: url(https://web-sd.eu/wp-content/uploads/2023/06/panda-head-78.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
}
.main-menu.jet-sticky-section--stuck .logo-img img {
    width: 100px;
	  transition: all 1s;
}
.main-menu .logo-img img,
.jet-nav__item-8911.jet-nav__item:before,
.jet-sticky-section--stuck .jet-nav__item-8911.jet-nav__item:before {
	  transition: all 1s;
}
.main-blog-text h1, .main-blog-text h2, .main-blog-text h3, .main-blog-text h4, .main-blog-text h5 {
	 margin-top: 1.2em;
   margin-bottom: 1em;
}

.jet-sticky-section--stuck .jet-nav__item-8911.jet-nav__item {
    margin-left: 20px;
}
.jet-listing-not-found.jet-listing-grid__items {
    max-height: 50vh;
    display: flex;
    align-content: center;
    justify-content: center;
	  max-width: 610px;
	  margin: 12% auto 26%;
}
.price-cont .pricing-table {
    min-height: 65vh;
}

.jet-sticky-section--stuck .jet-nav__item-8911.jet-nav__item:before {
	height: 51px;
	 margin-left: -45px;
	margin-top: -7px;
}

.price-cont .elementor-widget-jet-pricing-table .elementor-jet-pricing-table.jet-elements:before {
    content: "";
    display: block;
    position: absolute;
    font-size: 300px;
    padding: 10px;
    font-weight: 900;
    color: #ffffff07;
    line-height: 1em;
    top: -50px;
}
.price-cont .elementor-widget-jet-pricing-table:nth-child(1) .elementor-jet-pricing-table.jet-elements:before {
	    content: "1";
}
.price-cont .elementor-widget-jet-pricing-table:nth-child(2) .elementor-jet-pricing-table.jet-elements:before {
	    content: "2";
}
.price-cont .elementor-widget-jet-pricing-table:nth-child(3) .elementor-jet-pricing-table.jet-elements:before {
	    content: "3";
}
.MyBig {
    color: var(--e-global-color-accent);
    font-size: 2em;
    padding: 0 5px;
    border-bottom: solid 1px var(--e-global-color-b41e63e);
    font-family: var( --e-global-typography-primary-font-family ), sans-serif;
    font-weight: 300;
}
.jet-tabs.jet-tabs-position-left, .jet-tabs__content-wrapper {
    min-height: auto!important;
}

.jet-sticky-section.hidden-menu {
	opacity: 0;
}
.jet-sticky-section.hidden-menu.jet-sticky-section--stuck {
	opacity: 1;
}
.scrollscreen:hover {
    background-position: bottom center;
	transition: background-position 5s ease-in-out;
}
.scrollscreen {
    min-height: 400px;
    transition: background-position 1s ease-in-out;
	  background-size: cover;
}
ul {
    padding: 10px;
}
.list-caption li {
    list-style-type: none;
    display: flex;
}
.list-caption li:before {
    content: "\eed6";
    font-family: IcoFont!important;
    padding-right: 10px;
    font-size: 1.2em;
    color: var(--e-global-color-d3ae19d);
    display: inline-block;
}

.list-thumb .list-caption {
    height: 0px;
    opacity: 0;
	  padding: 10px; 
    position: absolute;
    z-index: 10;
    background: var(--e-global-color-a6490eb);
    overflow: hidden;
    transition: all 0.5s;
    top: 60px;
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
}

.list-title:hover + .list-caption {
		height: 200px;
    opacity: 1;
}

.list-thumb .list-image {
    box-shadow: 0 0 2px var(--e-global-color-8fa36e4);
}

.list-thumb .list-image:hover {
    box-shadow: 0 0 4px var(--e-global-color-8fa36e4);
}

.preferred-method .field-type-radio-field {
	padding-top: 25px;
}

.jet-banner:hover .jet-banner__img {
    transform: translateY(calc(-100% + 400px));
	transition: transform 5s;
}
.jet-banner .jet-banner__img {
    transition: transform 1s;
}
figure.jet-banner {
    height: 400px;
}
.flex-row .jet-animated-text {
	flex-direction: column;
}
.blog-content h3 {
    background-image: linear-gradient(#ffffff00, #fff3dd);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 100% 30px;
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 5px;
    font-family: var(--e-global-typography-accent-font-family ), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size );
    font-weight: var(--e-global-typography-accent-font-weight );
    text-transform: var(--e-global-typography-accent-text-transform );
    letter-spacing: var(--e-global-typography-accent-letter-spacing );
}
h4.wp-block-heading {
    font-size: 14px;
    font-weight: 500;
    text-transform: var(--e-global-typography-accent-text-transform );
    margin-top: 30px;
    color: #1e1e1e;
}

h4.wp-block-heading:before {
    content: "";
    width: 20px;
    padding-right: 20px;
    border-left: 5px solid #ffecc3;
}
.blog-content li {
    margin: 7px 0;
}
.bloghead h2.elementor-heading-title {
    background-image: linear-gradient(var(--e-global-color-d3ae19d), var(--e-global-color-785b64d));
    background-repeat: no-repeat;
    background-position: 10px 100%;
    background-size: 100% 20px;
    display: inline;
	padding-right: 10px;
}
.price-list-wrap .title-wrapper {
    display: flex;
    align-items: center;
}
.price-list-wrap .my-price-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
    background-color: var(--e-global-color-d3ae19d);
    padding: 25px 45px;
    border-bottom: solid 2px var(--e-global-color-primary);
    border-radius: 10px;
    box-shadow: 0 0 2px var(--e-global-color-785b64d);
}
.price-list-wrap .my-price-list:hover {
    box-shadow: 0 0 5px #13a89e5c;
}
.price-list-wrap .item-separator, .price-list-wrap  .subprice-separator {
    border-bottom: 1px dashed;
    height: 2px;
    flex-grow: 1;
    margin: 0 25px 0 25px;
    padding-top: 5px;
}
.price-list-wrap .item-separator {
	border-bottom-color: var(--e-global-color-accent)
}
.price-list-wrap .item-title, .price-list-wrap .item-price {
    font-family: var( --e-global-typography-906ded2-font-family ), Sans-serif;
    font-size: var( --e-global-typography-48207f0-font-size );
    font-weight: 400;
    line-height: var( --e-global-typography-48207f0-line-height );
    letter-spacing: var( --e-global-typography-48207f0-letter-spacing );
    color: var( --e-global-color-b41e63e );
}
.price-list-wrap .item-price {
    white-space: nowrap;
}
.price-list-wrap  .item-desc {
    padding-right: 150px;
    font-style: italic;
    font-family: var(--e-global-typography-text-font-family);
    font-size: 0.85em;
    line-height: 1.3em;
    color: var(--e-global-color-b41e63e);
	margin-bottom: 15px;
}

.price-list-wrap  .subprice-wrapper {
	  display: flex;
    align-items: center;
}

.price-list-wrap  .subprice-separator {
	border-bottom-color: var(--e-global-color-primary)
}

.price-list-wrap  .subprice-title, 
.price-list-wrap  .subprice-price {
    color: var( --e-global-color-b41e63e );
    font-family: var( --e-global-typography-86332c7-font-family ), Sans-serif;
    font-size: var( --e-global-typography-86332c7-font-size );
    font-weight: var( --e-global-typography-86332c7-font-weight );
    letter-spacing: var( --e-global-typography-86332c7-letter-spacing );
	    margin: 2px 0;
}
.price-tab .jet-tabs__control-inner {
    justify-content: flex-start;
}
.price-list-wrap .item-desc li {
    margin: 10px 40px;
}
div#new-drop-tab:before {
    background: url("/wp-content/uploads/2023/06/star.svg");
    background-position: top right;
    background-repeat: no-repeat;
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 240px;
    margin-top: 10px;
}
.google-captcha {
	  text-align: right;
    display: block;
    font-size: 0.7em;
	  margin-top:10px;
}
.grecaptcha-badge {
    visibility: hidden;
}
.preferred-method .checkradio-wrap {
    margin-right: 15px;
}
@media (max-width: 767px){
.jet-mobile-menu--right-side.jet-nav-wrap .jet-nav.m-layout-mobile {
	background-color: #000806f2;
}
.price-list-wrap .my-price-list {
    padding: 15px;
}
.price-list-wrap .title-wrapper {
    flex-direction: column; 
}
	.price-list-wrap .item-separator {
	margin: 0 10px 10px;
}
.price-list-wrap .item-separator {
    width: 100%;
}
.price-list-wrap .subprice-separator {
	min-width: 15px;
	margin: 0 10px;
}	
.price-list-wrap .item-title, .price-list-wrap .item-price {
  margin-bottom: 10px;
	text-align: center;
}
.price-list-wrap .item-desc {
    padding-right: 0px;
}

.price-list-wrap .subprice-wrapper {
    padding: 5px 0;
}
.price-list-wrap .subprice-price {
   margin-bottom: 0px;
   text-align: right;
   white-space: nowrap;
}
}
@media (max-width: 781px){
.popup-form-wrap .wp-block-columns {
    gap: 0;
    margin-bottom: 5px;
}
}