html,
body {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  width: 100%;
  overflow-x: hidden;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
  box-sizing: border-box;
  margin-block-start: 0;
  margin-block-end: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
strong {
  vertical-align: baseline;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  break-inside: avoid-column;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
span {
  font-family: inherit;
  vertical-align: unset;
}
tr {
  vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
sup {
  color: inherit !important;
}
sub {
  color: inherit !important;
}
a,
input[type="submit"] {
  text-decoration: none;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
input,
select,
textarea {
  box-sizing: border-box;
}
#wpadminbar #wp-admin-bar-wp-logo,
#wpadminbar #wp-admin-bar-site-name .ab-sub-wrapper,
#wpadminbar #wp-admin-bar-customize,
#wpadminbar #wp-admin-bar-comments,
#wpadminbar #wp-admin-bar-new-content,
#wpadminbar #wp-admin-bar-edit .ab-sub-wrapper,
#wpadminbar #wp-admin-bar-elementor_edit_page .ab-sub-wrapper {
  display: none !important;
}
#top {
  width: 0;
  height: 0;
}
#link_to_top {
  position: fixed;
  z-index: 10000;
  display: none;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}
#link_to_top_bgrd {
  position: absolute;
  width: 100%;
  height: 100%;
}
#link_to_top a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url(../images/theme/scrollTopLink_bgrd.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
#link_to_top a.dark_bgrd {
  background-image: url(../images/theme/scrollTopLink_bgrd_dark.png);
}
#link_to_top a:hover {
  background-size: 75% 100%;
}
#connect_div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  padding: 30px;
  transform: translate3d(-50%,-50%,0);
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
#connect_div input {
  display: block;
  width: 100%;
  padding: 10px;
  background: #efefef;
  border: 0;
}
a#connect {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px;
  color: #fff;
  background: #505050;
}
a#connect:hover {
  background: #000;
}
@media screen and (max-width: 767px) {
  #connect_div {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    box-shadow: none;
  }
}
.header_main_wrapper .elementor-widget-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.header_main_wrapper .elementor-section-full_width .elementor-widget-wrap {
  padding: 0 !important;
}
#main_header {
  z-index: 100;
  background-position: center;
  background-size: cover;
}
#main_header.absolute {
  position: absolute;
  z-index: 10;
  width: 100%;
}
#main_header.fixed_top {
  position: fixed;
  width: 100vw;
}
#main_header.fixed_left {
  position: fixed;
  height: 100vh;
}
#main_header .elementor-column {
  display: block;
}
#main_header #header_logo {
  float: left;
}
#main_header.fixed_left #header_logo {
  float: unset;
}
#main_header #header_menu {
  float: right;
}
#main_header.fixed_left #header_menu {
  float: unset;
}
#main_header #header_end {
  clear: both;
}
.main_menu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.main_menu > ul > li > ul {
  display: none;
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  padding-top: 11px;
  text-align: center;
}
.main_menu > ul > li:hover > ul {
  display: block;
}
.main_menu > ul li {
  margin-top: 0;
  margin-bottom: 0;
  transition: all 250ms ease-in-out;
}
.main_menu > ul > li {
  position: relative;
  display: inline-block;
  margin: auto;
  min-height: 0;
  line-height: 100%;
  padding: 0 4px;
  background: none;
}
.main_menu > ul > li > li {
  display: block;
  padding: 0;
}
.main_menu > ul > li > ul > li.current-menu-ancestor a,
.main_menu > ul > li > ul > li.current-menu-item a {
  cursor: default;
}
.main_menu > ul a {
  transition: all 250ms ease-in-out;
}
.main_menu > ul > li a {
  display: block;
  padding: 5px 10px;
}
.main_menu > ul > li > li a {
  display: block;
  width: 100%;
  text-transform: none;
  padding: 5px 10px;
}
#fixed_menu {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
#fixed_menu .elementor-column {
  display: block;
}
#fixed_menu #fixed_menu_logo {
  float: left;
}
#fixed_menu #fixed_menu_menu {
  float: right;
}
#fixed_menu #fixed_menu_end {
  clear: both;
}
#page_header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#page_header.dark_bgrd h1,
#page_header.dark_bgrd p {
  color: #fff;
}
.page_header_wrapper .elementor-section-boxed .elementor-widget-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#main_header {
  padding: 20px 0;
  background-color: #ededed;
}
#header_menu {
  margin: 30px 0 0 0;
}
.main_menu > ul > li > a {
  padding: 10px 20px;
  font-size: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  background: #dd3333;
  border-radius: 50px;
}
.main_menu > ul > li:hover > a,
.main_menu > ul > li > a:hover,
.main_menu > ul > li.current-menu-ancestor > a,
.main_menu > ul > li.current-menu-item > a {
  color: #eeee22;
  background: #af2828;
}
.main_menu > ul > li > ul {
  padding-top: 50px;
  width: 500px;
  margin-left: -250px;
}
.main_menu > ul > li > ul > li a {
  padding: 10px 30px;
  font-size: 0.75em;
  color: #ffffff;
  text-transform: uppercase;
  background: #000000;
  border-radius: 100px;
}
.main_menu > ul > li > ul > li a:hover,
.main_menu > ul > li > ul > li.current-menu-ancestor a,
.main_menu > ul > li > ul > li.current-menu-item a {
  color: #eeee22;
  background: #686868;
}
#fixed_menu {
  background-color: #ededed;
}
#fixed_menu_logo {
  margin: 10px 0px;
}
#fixed_menu_logo img {
  height: 40px;
  width: auto;
}
#fixed_menu_menu {
  margin: 13px 0 0 0;
}
#page_header {
  background-image: url(http://localhost/000_Dev/Elementor/V1/wp-content/uploads/2023/03/lost_places_factory_old_lapsed_building_hall_ruin_leave-589652.jpg);
  background-color: #81d742;
}
