/*
Theme Name: fbahelp.net
Theme URI: http://webndes.ru
Description: Дочерняя тема для темы Divi
Author: I&D
Author URI: http://webndes.ru
Template: Divi
*/

.copyright{
	color: #666;
  text-align: right;
}
.copyright a{
	color: #666;
	transition: all ease .3s;
}
.copyright a:hover{
	color: #fff;
}
.copyright img{
	margin: -20px 0 -2px 10px;
}

.wpml-ls-slot-top,
#et-secondary-nav  .wpml-ls-slot-top {
	text-align: center;
}
.wpml-ls-slot-top .menu-item,
#et-secondary-nav .wpml-ls-slot-top .menu-item{
	padding: 0 20px;
}
#et-secondary-nav .wpml-ls-slot-top .menu-item a{
	padding: 0;
}
#et-secondary-nav .wpml-ls-slot-top .menu-item a:hover{
	background: none;
}
#et-secondary-nav .wpml-ls-slot-top .sub-menu {
    width: auto;
    right: -20px;
    left: -30px;
}


.lang_switcher{
	float: right;
	position: relative;
	display: none;
	margin: -1px 5px 0 0;
}
.lang_switcher a{
  display: block;
  float: left;
  padding: 5px;
}
@media (max-width: 980px){
	.lang_switcher {
	  display: block;
	}
}




#et-info-phone:before {
	content: none;
}
.et-info-phone{
	margin: 0 0 0 10px;
	white-space: nowrap;
}
.et-info-phone:first-child{
	margin: 0;
}
.et-info-phone:before {
  position: relative;
  top: 2px;
  margin-right: 2px;
  content: "\e090";
  font-family: "ETmodules";
}



.platform_form-label{
  display: none;
}
.platform_form-field_wrap{
  margin-bottom: 3%;
}
.platform_form-field,
input.platform_form-field[type="email"]{
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	border-width: 2px;
  border-style: solid;
	border-color: #dce2ee;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	background-color: #ffffff;
	width: 100%;
  padding: 16px;
  color: #999;
	max-width: 500px;
  -webkit-appearance: none;
}
.platform_form-btn{
	color: #ffffff;
  background: #ff9900;
	border: 6px solid #ff9900;
  border-radius: 0px;
  /* letter-spacing: 2px; */
  font-size: 15px;
  font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ff9900;
  display: inline-block;
  cursor: pointer;
	position: relative;
	padding: .3em 1em;
  line-height: 1.7em;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.platform_form-btn:hover{
  padding: .3em 2em .3em .7em;
}
.platform_form-btn:after, .platform_form-btn:before {
		font-family: ETmodules!important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    text-shadow: none;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    line-height: 1em;
    text-transform: none;
    content: "\35";
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.platform_form-btn:after {
    font-size: 1.6em;
}
.platform_form-btn:hover:after {
    margin-left: 0;
    opacity: 1;
}
.platform_form-message{
	margin-bottom: 26px;
	display: none;
}
.platform_form-message-bad{
	display: block;
	color: red;
}
.platform_form-message-good{
	display: block;
	color: green;
}
