/**
Theme Name: astra child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* global */
input::-webkit-input-placeholder { /* Edge */ color: #fff; opacity:1!important; }
input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff; opacity:1!important; }
input::placeholder { color: #fff; opacity:1!important; }
textarea::-webkit-input-placeholder { /* Edge */ color: #fff; opacity:1!important; }
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff; opacity:1!important; }
textarea::placeholder { color: #fff; opacity:1!important; }

/* mega menu - links remove padding */
.main-header-menu .elementor-heading-title a, .main-header-menu .uael-post__title a { padding:0px}

/* header */
.main-header-menu .menu-link, .main-header-menu a, .site-header a * { transition: none !important }
.ast-header-stick-slide-active .menu-item a.menu-link { color: #2a2a2a !important; }
/*.site-header:hover .tel .elementor-icon-list-text { color: #000 !important; }*/
.ast-primary-sticky-header-active .tel .elementor-icon-list-text { color: #2A2A2A !important; }
.przycisk .elementor-button-link  { background:#FF8100 !important;	color: #fff !important; transition: all .3s !important; } 
.przycisk .elementor-button-link:hover { background:#2A2A2A !important; }
.ast-custom-html { width: 400px; }

.site-header { z-index: 999 !important; }

/* contact */
.contact_box  .elementor-widget .elementor-icon-list-icon { margin-right:20px !important}
#form-field-additional_info {font-size: 14px; padding:5px 30px !important}
.contact_box #form-field-additional_yes-0 { top: 7px; }
.contact_box .e-form__buttons { margin-top: 30px; }

/* blog widget by TK */
.uael-post__bg-wrap:hover { filter: brightness(70%); }

/* tab locations */
.tab .jet-tabs__control-wrapper { width: 100%; } 
.tab .jet-tabs__control { width: 12.2% !important; }

/* faq */
.faq .elementor-toggle-item { background: #ffffff; }
.faq .elementor-toggle-title {  transition:none !important }
.faq .elementor-active { background: #FF8100; }
.faq .fa-angle-down {
	background: #FF8100 ;
	border-radius: 100px !important;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 2px;
	color: #FFF
}
.faq .elementor-active .fa-angle-up {
	background: #fff;
	border-radius: 100px !important;
	padding-right: 21px;
	padding-left: 7px;
	padding-top: 4px;
	padding-bottom: 3px;
	color: #FF8100;
	right: 0px;
}

/* form */
.form .elementor-field-group-terms .elementor-field-option label { font-size: 14px !important; }
/* dk fix */
.form .elementor-field-group .elementor-field-textual:focus { box-shadow: none; }
/* dk form */
.elementor-field-group .elementor-select-wrapper select { padding-bottom: 8px; padding-top: 12px; }
.elementor-field-group-service_option { opacity: 0; transition: all .5s; margin-bottom: -60px!important; position: relative; }
.elementor-field-group-service_option.active {
    opacity: 1;
    transition: all .5s;
    margin-bottom: 60px!important;
    position: relative;
}
.elementor-field-group-additional_info{
	margin-bottom: -120px!important;
    opacity: 0;
    transition: .5s all;
	position: relative;
}

.elementor-field-group-additional_info.active{
	margin-bottom: 60px!important;
    opacity: 1;
    transition: .5s all;
	position: relative;
}
.elementor-field-group-terms #form-field-terms { position: absolute; top: 5px;}
#form-field-additional_yes-0, #form-field-terms { width: 20px; height: 20px; }
#form-field-additional_yes-0 { position:absolute; top:17px}
.elementor-field-group-terms  label, .elementor-field-group-additional_yes label { display: block; margin-left: 30px; }
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label { display: inline-block; }

/* contact form */
.elementor-message { margin: 30px 0; }
#contact_form .elementor-field-group-additional_info.active, #contact_form .elementor-field-group-service_option.active {
	margin-bottom: 10px !important;
}

/* dk form */


/* title underline / hover */
.border-link-animate a {
    position: relative;
    display: inline-block;
}

.border-link-animate a:after,
.border-link-animate a:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: currentColor;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.360, 0, 0.175, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.360, 0, 0.175, 1);
    transition: transform 0.7s cubic-bezier(0.360, 0, 0.175, 1);
    transition: transform 0.7s cubic-bezier(0.360, 0, 0.175, 1), -webkit-transform 0.7s cubic-bezier(0.360, 0, 0.175, 1);
}
.border-link-animate a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.border-link-animate a:after,
.border-link-animate a:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.border-link-animate a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/* menu hover */
.main-header-menu .menu-item{ display: inherit;}

a.elementor-item, a.uael-menu-item, a .elementor-icon-list-text, #primary-menu a.menu-link .menu-text, a.elementor-post-info__terms-list-item {
    position: relative !important;
    display: inline-block !important;
}
a.elementor-item:after, a.uael-menu-item:after,  a .elementor-icon-list-text:after, #primary-menu a.menu-link .menu-text:after, a.elementor-post-info__terms-list-item:after,
a.elementor-item:before, a.uael-menu-item:before, a .elementor-icon-list-text:before, #primary-menu a.menu-link .menu-text:before, a.elementor-post-info__terms-list-item:before {
    content: "" !important;
    width: 100% !important;
    height: 2px !important;
    position: absolute !important;
    bottom: 2px !important;
    left: 0 !important;
    background: currentColor !important;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.360, 0, 0.175, 1) !important;
    transition: -webkit-transform 0.7s cubic-bezier(0.360, 0, 0.175, 1) !important;
    transition: transform 0.7s cubic-bezier(0.360, 0, 0.175, 1) !important;
    transition: transform 0.7s cubic-bezier(0.360, 0, 0.175, 1), -webkit-transform 0.7s cubic-bezier(0.360, 0, 0.175, 1) !important;
}

a.elementor-item:after, a.uael-menu-item:after, a .elementor-icon-list-text:after, #primary-menu a.menu-link .menu-text:after, a.elementor-post-info__terms-list-item:after,
a.elementor-item:before, a.uael-menu-item:before, a .elementor-icon-list-text:before, #primary-menu a.menu-link .menu-text:before, a.elementor-post-info__terms-list-item:before  {
    -webkit-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
    -webkit-transform-origin: right center !important;
    transform-origin: right center !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
}
a.elementor-item:hover:before, a.uael-menu-item:hover:before, a .elementor-icon-list-text:hover:before, #primary-menu a.menu-link .menu-text:hover:before, a.elementor-post-info__terms-list-item:hover:before,
a.elementor-item:hover:after, a.uael-menu-item:hover:after, a .elementor-icon-list-text:hover:after, #primary-menu a.menu-link .menu-text:hover:after, a.elementor-post-info__terms-list-item:hover:after {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
    -webkit-transform-origin: left center !important;
    transform-origin: left center !important;
    -webkit-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
}

.ast-masthead-custom-menu-items a .elementor-icon-list-text:after, #primary-menu a.menu-link .menu-text:after, 
.ast-masthead-custom-menu-items a .elementor-icon-list-text:before, #primary-menu a.menu-link .menu-text:before  {
	bottom: 15px !important
}

/*.uael-table-row td:nth-child(2), .uael-table-row td:nth-child(4) { width: 90% !important }*/
.uael-table-row td:first-child, .uael-table-row td:nth-child(3){ font-weight:bold; width:10%}
.dataTable thead { display:none}

/* hover link text */
.elementor-text-editor a, .elementor-widget-theme-post-content a, .dataTable a {
	color:#2a2a2a;
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0% 2px;
	transition: background-size cubic-bezier(0.360, 0, 0.175, 1) 0.7s; 	
}
.elementor-text-editor a:hover, .elementor-widget-theme-post-content a:hover, .dataTable a:hover {
	text-decoration: none;
  	background-size: 100% 2px;
}

/*location hide a title on the t4*/
.london h4 { display: none; }

/* moved */
.ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu > .menu-item-has-children > .ast-menu-toggle{
	width: 100%;
    text-align: right;
}

.flatpickr-mobile:before {
  content: attr(placeholder);
  color: #fff;
}
.flatpickr-mobile:focus[value]:not([value=""]):before {
  display: none;
}

input[type="hidden"][value]:not([value=""]) + .flatpickr-mobile:before {
  display: none; 
}

/* page password protected */
.post-password-form {
    margin-top: 300px;
}

/**/
@media (min-width: 1025px) and (max-width: 1300px) {
	#site-navigation { width: 95% !important; }
}

@media (min-width: 768px) and (max-width: 1024px) {
	#site-navigation { width: 60% !important; }
}



#primary-menu .menu-item .posty a { color: #ffffff !important; }
#primary-menu .current_page_item a { color: #ff8100 !important; }


@media(min-width:768px){
	.elementor-element.elementor-widget-uael-table .uael-advance-heading {
		margin-bottom: 15px;
		position: absolute;
		right: 0;
		top: -60px;
	}
}

@media screen and (max-width: 1300px) {
	/*.ast-custom-html { width: 100%; }
	.tel .elementor-icon-list-text { color: #2A2A2A !important; font-size: 16px; }	
	.ast-nav-close { color: #FF8100 !important; }
	*/
	#primary-menu .menu-item, #primary-menu .menu-item  a { color: #2A2A2A !important; }
	#primary-menu .menu-item:hover, #primary-menu .menu-item  a:hover { color: #2A2A2A!important; }
	#primary-menu { padding: 10px; }
	.ast-menu-toggle { color: #2A2A2A !important; background-color: transparent !important;  }
}

@media screen and (max-width: 768px) {
	
	.contact_box .opening_hours strong { display:block}
	.tab .jet-tabs__control { width: 100% !important; }
	
	/* form */
	.elementor-field-group-additional_yes {margin-bottom:30px}
	#form-field-additional_yes-0 { position:absolute; top:6px}
	
	.elementor-field-group-terms #form-field-terms { position: absolute; top: 5px;}
	#form-field-additional_yes-0, #form-field-terms { width: 20px; height: 20px; }
	
	.elementor-field-group-terms  label, .elementor-field-group-additional_yes label { display: block; margin-left: 30px; }
	.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label { display: inline-block; }
}


