/* =========================
	PUBLIC DESKTOP CSS
========================= */

/* Write your Public SASS desktop here! */
.elementor-6 .elementor-element.elementor-element-dd86632 .elementor-navigation ul li, .elementor-navigation ul ul li {
  text-align: center !important;
  font-size: 12px;
}
.sub-menu a {
  padding: 5px;
}
.sub-menu a:hover {
  text-decoration: underline;
}
.page-nav {
  display: none !important;
}
.styl2 {
  color: #dd3c06;
}
.elementor-navigation .current-menu-item > a {
  font-weight: 300;
}
.main-header.solid + .content-wrapper {
  padding-top: 148px;
}
.blog-area {
  padding: 0 0 0px 0;
}
.contact-form .form-input {
  border: 0;
  background: #f3f2f2;
  padding: 15px 15px;
}
.contact-form .btn {
  display: table;
  margin: 0px auto 0;
  text-align: right;
  float: right;
  border-radius: 0px;
  border: 1px solid #e31e24;
  background-color: #f3f2f2;
  color: #000;
  width: 200px;
  text-align: center;
  padding: 0 5px;
}
a.elementor-clickable:hover:before {
  background: rgba(227, 30, 36, 0.6) no-repeat center center;
  content: "\f002" !important;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  padding: 32%;
  font-family: FontAwesome;
  width: 100%;
  font-size: xx-large;
  right: 0px;
  left: 0px;
  color: #fff;
  vertical-align: middle;
}
a.elementor-clickable {
  display: table;
  position: relative;
}


/* =========================
	PUBLIC DESKTOP CSS END
========================= */
/* =========================
	PUBLIC RESPONSIVE CSS
========================= */

/* TABLET LANDSCAPE */
@media (max-width: 1199px) {

/* Write your Public SASS tablet-l here! */
.elementor-element-dd86632 {
  display: none;
}


}

/* TABLET PORTRAIT */
@media (max-width: 991px) {



}

/* MOBILE LANDSCAPE */
@media (max-width: 767px) {



}

/* MOBILE PORTRAIT */
@media (max-width: 479px) {



}

/* RETINA FIXES */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 	   only screen and (-o-min-device-pixel-ratio: 3/2),
 	   only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {



}
/* =========================
	PUBLIC RESPONSIVE CSS END
========================= */