.entry-content p {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

.widget {
  margin: 0;
}

.site-content {
  overflow-x: hidden;
}

#page {
  padding: 0 10px;
}

.entry-content h2.elementor-heading-title  a {
  text-decoration: none;
}

.btn-highlight .elementor-button {
  position: relative;
  z-index: 1;
}

.btn-highlight .elementor-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  border-radius: 2px;
  background-color: #45362b;
  transform-origin: left center;
  transition: all .4s cubic-bezier(.275,0,0,1);
  z-index: -1;
}

.btn-highlight .elementor-button:hover:before {
  opacity: 1;
  transform: scaleX(1);
}

.btn-db-line .elementor-button {
  position: relative;
  z-index: 1;
}

.btn-db-line .elementor-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all .75s cubic-bezier(.275,0,0,1);
  z-index: 0;
}

.btn-db-line .elementor-button:hover:before {
  opacity: 1;
  transform: scaleX(1);
}



/* Header */
#ast-desktop-header {
  display: none;
}

.ast-mobile-header-wrap .ast-main-header-wrap{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background-color: #fff;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999999;
  pointer-events: none;
}

.site-branding.ast-site-identity {
  pointer-events: all;
}

.site-header.sticky-top .custom-logo-link img {
  max-width: 80px;
}

.ast-site-title-wrap .site-title a {
  color: #fff;
}

.ast-site-title-wrap {
  transform-origin: left center;
  transition: all .3s;
}

.site-header.sticky-top .ast-site-title-wrap {
  transform: scale(0.8);
  opacity: 0;
}

.site-header-primary-section-left, .site-header-primary-section-right {
  align-items: flex-start;
}

.ast-logo-title-inline .ast-site-identity {
  padding: 0;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-fill {
  flex-direction: column;
  width: 63px;
  height: 63px;
  pointer-events: all;
}

.ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap {
  margin-left: 0;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu {
  line-height: 1;
}

.ast-mobile-popup-drawer .ast-mobile-popup-inner {
  max-width: 100%;
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
  border: 10px solid #fff;
}

.menu-toggle-close .ahfb-svg-iconset svg {
  width: 30px;
  height: 30px;
}

.ast-mobile-popup-drawer.active .menu-toggle-close {
  font-size: inherit;
  padding: 0;
  width: 63px;
  height: 63px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
}

.ast-mobile-popup-drawer.active .menu-toggle-close:after {
  content: "Menu";
  color: #161616;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header {
  position: relative;
  top: -10px;
  right: -10px;
  min-height: 63px;
}

.ast-header-break-point .main-header-bar-navigation {
  line-height: 1;
}

.ast-mobile-popup-content {
  display: flex!important;
  align-items: center;
  height: calc(100vh - 63px);
}

.main-header-menu:hover li:not(:hover) a {
  opacity: .4;
}

.main-header-menu {
  display: inline-block;
}

.ast-builder-menu-mobile .main-navigation {
  display: flex;
  justify-content: flex-end;
}




/* Footer */
.site-footer {
  border-bottom: 10px solid #fff;
}

.footer-bar-navigation #astra-footer-menu .menu-item > a {
  text-transform: uppercase;
}

.footer-bar-navigation #astra-footer-menu .menu-item:not(:last-child) > a {
  padding-bottom: 4px;
}

.site-footer a:hover {
  color: #45362b;
}

.site-footer figure {
  margin: 0;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section.site-footer-primary-section-4 {
  align-self: center;
}


/* Home */





/* Form */
.form-flex {
	display: flex;
	gap: 25px;
}

.container-form {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.container-form input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	  font-size: 16px;
    color: #fff;
	  background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}

.container-form input::placeholder, .container-form textarea::placeholder, .container-form .wpcf7-acceptance  {
	color: rgba(255, 255, 255, 0.70);
}

.container-form .wpcf7-list-item {
  margin: 0;
}

.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
  padding: 5px 10px;
}

input[type=email]:focus, input[type=password]:focus, input[type=reset]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
  background-color: transparent;
}

input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
  color: #fff;
}

.container-form input[type="submit"] {
  font-size: 16px;
  font-weight: 600;
  color: #003799;
  background-color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 14px 40px;
}

.container-form input[type="submit"]:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* End Form */


/* Responsive */
@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1100px) {

}

@media only screen and (max-width: 1024px) {
  .ast-header-break-point .ast-builder-menu-mobile .main-navigation {
    display: flex;
  }

  .ast-builder-menu-mobile .main-navigation .main-header-menu, .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
    background: none;
  }

  .ast-builder-menu-mobile .main-navigation .menu-item:hover > .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
    background: none;
  }
}


@media only screen and (max-width: 768px) {

}


@media only screen and (max-width: 600px) {

}


@media only screen and (max-width: 480px) {

}
