/*
Theme Name: website
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.header-wrapper .header-inner {
  background-color:transparent;
/*  background-image:linear-gradient(130deg,#4632DA 0%,#06D9FA 100%);*/
  background-image: linear-gradient(130deg,RGB(70, 50, 218) 0%,RGB(6, 217, 250) 100%);
}

.header-wrapper .icon-envelop,
.header-wrapper .icon-phone {
	font-size:30px!important;
}
.banner.home-bg-01,
.section.home-bg-01 {
	background-image: linear-gradient(130deg,RGB(70, 50, 218) 0%,RGB(6, 217, 250) 89%);
}
.banner.home-bg-01::before,
.section.home-bg-01::before {
	content: "";
	--background-overlay: '';
	background-image: url(../../../wp-content/themes/website/img/HomePage-High.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: var(--background-overlay);
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: var(--overlay-transition);
	border-radius: var(--border-radius);
	opacity:0.1;
} 
.banner.home-bg-01.beforenone::before,
.section.home-bg-01.beforenone::before {
	content: "";
	--background-overlay: '';
	background-image:none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: var(--background-overlay);
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: var(--overlay-transition);
	border-radius: var(--border-radius);
	opacity:0.1;
} 
.image-01 img {
	border-radius: 300px 100px 100px 100px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.12);
/*	height: auto;*/
}
.image-02 img {
	border-radius: 100px 300px 100px 100px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.12);
/*	height: auto;*/
}
.image-03 img {
	border-radius: 100px 100px 300px 100px;
	box-shadow: 0 0 0px 0 rgba(0,0,0,.12);
/*	height: auto;*/
}
.image-04 img {
	border-radius: 100px 100px 100px 300px;
	box-shadow: 0 0 0px 0 rgba(0,0,0,.12);
/*	height: auto;*/
}
.image-11 img {
	border-radius: 200px 100px 100px 100px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.12);
/*	height: auto;*/
}
.image-22 img {
	border-radius: 100px 200px 100px 100px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.12);
/*	height: auto;*/
}
.image-33 img {
	border-radius: 100px 100px 200px 100px;
	box-shadow: 0 0 0px 0 rgba(0,0,0,.12);
/*	height: auto;*/
}
.image-44 img {
	border-radius: 100px 100px 100px 200px;
	box-shadow: 0 0 0px 0 rgba(0,0,0,.12);
/*	height: auto;*/
}

.small-caps {
	font-variant: small-caps;
}

.h1-small-caps h1,
.h2-small-caps h2,
.h3-small-caps h3 {
	font-variant: small-caps;
}

.pricing-table .title {
    padding-top: 0.5em;
    padding-right: 10%;
    padding-bottom: 0.5em;
    padding-left: 10%;
}


.header-contact-wrapper {
/*  background: #0500f8;*/
  color: #fff;
  margin-right:-10px!important;
  padding-left:20px!important;
  padding-right:50px!important;
}

.header-contact-wrapper li > a {
  color: #fff;
}
.header-contact-wrapper li > a:hover {
  color: #D6D6D6;
}
.price.is-xxlarge {
	display:none;
}
.accept .wpcf7-list-item label input {
  display: inline-block;
}
.accept .wpcf7-list-item-label {
  line-height: 1.3em;
  display: inline-table;
  width: 90%;
}
.wpcf7-spinner {
	position: absolute!important;
}
.menu-also-menu-1-container ul {
	text-align: center;
}
.menu-also-menu-1-container ul li {
	display: inline-block;
	padding-left:30px;
	padding-right:30px;
}
.menu-also-menu-1-container ul.menu > li + li{
	border:none;
}
.noline .section-title b {
	background-color: transparent;
}
.circle-check ul li {
	padding-left: 15px;
}
.circle-check ul li::marker {
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900; 
	content: "\f058";
	position:absolute;
	margin-left: -30px;
	top: 9px;
	padding-right:4px;
	padding-left: 4px;
	color:#9CFF2E;
	font-size: 22px;
}
.katalogus-form .wpcf7-submit {
	background-color: #fff!important;
	color: #000!important;
	border: 0px solid #000;
	border-radius:25px;
}
.katalogus-form .wpcf7-list-item,
.idopont-form .wpcf7-list-item {
	display:block;
}
.katalogus-form .wpcf7-list-item label input,
.idopont-form .wpcf7-list-item label input {
	margin-bottom:5px;
}
.katalogus-form input,
.katalogus-form textarea,
.idopont-form input,
.idopont-form textarea {
	border: 0px solid #000;
	border-radius:25px!important;
	box-shadow: 1px 1px 3px #000!important;
}

.katalogus-form .frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 2px;
	z-index:100;
}

.katalogus-form .with_frm_style .frm_inside_container.frm_label_float_top > label {
	color: #fff;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
}
.katalogus-form .frm_form_field.form-field.frm_top_container.vertical_radio {
	margin-top:20px;
}
.katalogus-form .frm_form_field.form-field.frm_top_container.vertical_radio label {
	color: #fff;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
	font-size: .9em;
	font-weight: 700;
}
.katalogus-form .frm_button_submit.frm_final_submit {
	background-color: #fff!important;
	color: #000!important;
	border: 0px solid #000!important;
	border-radius: 25px !important;
	box-shadow: 1px 1px 3px #000 !important;
	font-size: .97em!important;
	font-weight: bolder!important;
	letter-spacing: .03em!important;
}
.katalogus-form .frm_submit.frm_flex {
	display:block!important;
	text-align: center;
	z-index:10;
}
.katalogus-form .frm_error {
	background-color: #f1f1f1;
	border-radius: 3px;
	color: var(--fs-color-alert);
	line-height: 1.2em!important;
	opacity: .8!important;
	padding-top: 5px!important;
	padding-right: 8px!important;
	padding-bottom: 5px!important;
	padding-left: 8px!important;
/*	margin-top: -10px;
	position: relative;*/
}
.katalogus-form .frm_form_field.form-field.frm_required_field.frm_none_container.vertical_radio .frm_checkbox label {
	color:#fff!important;
}
.pricetable1 .title.uppercase.strong,
.pricetable3 .title.uppercase.strong {
	font-variant: small-caps;
	border:none;
	text-transform: unset;
	font-size: 120%;
	margin-bottom: 22px;
}
.pricetable2 .title.uppercase.strong {
	font-variant: small-caps;
	border:none;
	text-transform: unset;
	font-size: 120%;
}
.pricing-table.pricetable1,
.pricing-table.pricetable2,
.pricing-table.pricetable3 {
	border-bottom-left-radius: 100px!important;
}

.tobbet-tud-corner > .col > .col-inner {
	border-bottom-right-radius: 40px!important;
}
.tobbet-tud-corner > .col > .col-inner .icon-box-text.last-reset p {
	/*text-align:center;*/
}
.kapcsolat-data-corner .col-inner .is-border {
	border-bottom-right-radius: 200px!important;
}

.text-box-circle.circle2 .border, .text-box-circle.circle2 .text-box-content {
    border-top-left-radius: 20%!important;
    border-top-right-radius: 20%!important;
    border-bottom-right-radius: 20%!important;
    border-bottom-left-radius: 60%!important;
}
.text-box-circle.circle2 .text {
	padding-top: 70%!important;
	padding-right: 0px!important;
	padding-bottom: 20px!important;
	padding-left: 0px!important;
}
.text-box-circle.circle2 .text-inner {
	top: 45%;
}
b, strong {
  font-weight: bold;
}

.list-style-number ol {
	margin-left:30px;
}
.list-style-number li {
	list-style-type: decimal-leading-zero;
	font-family:arial;
	line-height:1.5em;
	padding-bottom:15px;
	padding-left: 10px;
}
.list-style-number li::before {
	content: "○";
	display: block;
	z-index: 1;
	position: absolute;
	margin-left: -43px;
	font-size: 44px;
	width: 20px;
	height: 20px;
	margin-top: -7px;
	font-weight: 100;
	font-family: system-ui;
	rotate: 30deg;
} 
.shadow {
	text-shadow: 1px 1px 1px #000;
}
.shadow2 {
	text-shadow: 0px 0px 7px #fff;
}
.pricepack .pricing-table-header .description.is-small {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 16px;
	text-transform:uppercase;
	font-weight:bold;
}
.pricepack .pricing-table .title {
	padding-bottom:0px;
}
.pricepack .pricing-table .items {
    padding-top: 10px;
    padding-right: 8%;
    padding-bottom: 10px;
    padding-left: 8%;
}
.linkcolorlight a:hover {
	background-color:#08D9FA;
	color:#fff;
}
.footer-widgets.footer.footer-2.dark {
  font-size: 80%;
  text-align: justify;
}
	

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}