/*
Theme Name: Eltron Child
Template: eltron
Theme URI: https://bolvo.com/eltron
Author: ICIT
Author URI: https://bolvo.com
Description: Eltron is WordPress theme with advanced features.
Version: 1.0
License: Themeforest Split License.
License URI: http://themeforest.net/licenses.
Text Domain: eltron
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.site-info-icon-text {
  text-align: center;
}
.site-info-icon {
  display: flex;
  width: 100% !important;
  justify-content: center;
}
.form-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.form-center p {
  text-align: center;
  margin: 10px;
}
.fr-item select{
	margin-bottom: 16px;
}
.fr-item label{
	line-height: 1.3;
}
.fr-submit{
	position: relative;
	padding-bottom: 15px;
}
.fr-submit .wpcf7-spinner{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-100%);
}
@media (max-width: 991px) {
  .site-info-icon-text .site-info-text {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .eltron-header-main-bar .menu li .sub-menu {
    max-width: none !important;
  }
}
