/*
Theme Name: thement
Theme URI: https://webicient.com
Template: hello-elementor
Author: Webicient
Author URI: https://webicient.com
Description: By Webicient
Version: 5.0.0
Updated: 2022-06-14 14:00:00

*/

* {
  text-shadow: rgba(0, 0, 0, 0.02) 0 0 1px;
}

html {
  margin-top: 0px;
  /* Default (Extra small screens). 1rem = 7px */
  font-size: 43.75%;
}

#site-header {
	position: fixed;
	width: 100%;
	z-index: 9999;
}

#wrap {
  /* Only if animation enabled
  visibility: hidden;
  */
  overflow: hidden;
}

body {
  font-size: 1.8rem;
}

.gform_required_legend {
	display: none !important;
}

nav ul:hover > li {
  opacity: 0.5;
}

nav li {
  transition: opacity 0.2s ease-in-out;
}

nav ul li:hover {
  opacity: 1;
}



.marked {
    color: #B5A697;
}




@media (max-width: 768px) {
	
	  
.divider-space {
    height: 1px !important;
}

}

@media (min-width: 768px) {
  /* Small screens. 1rem = 8px */
  html {
    font-size: 50%;
  }
}
@media (min-width: 992px) {
  /* Medium screens. 1rem = 9px */
  html {
    font-size: 56.25%;
  }
}

@media (min-width: 1200px) {
  /*Large screens. 1rem = 10px */
  html {
    font-size: 62.5%;
  }
}
