.simp-simple-header-heading {
	margin-bottom: 20px;
}

.holderSendFox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


.holderSendFoxBg{
  background: #7EBEC5;
  color: #fff;
}

.holderSendFoxColor{
  color: #fff;
  
}

#et-bocx{
  width: 100% !important;
  display: block;
}

#lsf_title{
  padding-bottom: 10px;
}

.lsf_left{
  float: left;
  width: 50%;
  padding: 20px;
  color: #fff;
  /*background: green;*/
}

.lsf_right{
  float: right;
  width: 50%;
  padding: 20px;
  /*background: red;*/
}

.lsf_clear{
  clear: both;
}

.holderSendFox input[type=text], .holderSendFox input[type=email]
{
  -webkit-appearance: none;
  padding: 14px 4%!important;
  font-size: 16px;
  /*color: #666;
  background-color: #fff;
  */
  width: 100%;
  font-weight: 400;
  border-width: 0;
  border-radius: 3px;
}

.holderSendFox .et_pb_button, .holderSendFox .et_pb_button{
  
  /*display: block;*/
  color: #fff;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;

  font-size: 20px;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em!important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
  
}

.holderSendFox button[type=submit]:hover, .lsf_right form a:hover{
  background-color:hsla(0,0%,100%,.2);
}

.lsf_right form a
{
  width: 100%;
  display: block;
  text-align: center !important;

}

.lsf_info_title{
 
  font-size: 30px;
}


.lsf_newsletter_result{
  font-size: 20px;
  text-align: center;
}

/* The Modal (background) */
.lsf_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.lsf_modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.lsf_close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.lsf_close:hover,
.lsf_close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.et-pb-all-modules .mfe_send_fox:before,
.et_pb_saved_layouts_list .mfe_send_fox:before {
  content: '\61' !important;
}

.et-pb-all-modules .mfe_send_fox,
.et_pb_saved_layouts_list .mfe_send_fox {
    background-color: #3949ab !important;
    color: white !important;
}

/* You can also use the ETmodules font or even Fontawesome if you want */


.et-fb-all-modules .mfe_send_fox:before {
  content: '\61' !important;
}

.et-fb-all-modules .mfe_send_fox {
  background-color: #3949ab !important;
  color: white !important;
  overflow: visible !important;
}



/*Loading*/
.lsf_spinner {
  margin: 50px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;

}

#lsf_holder_msgbox{
  display: none;
}
#lsf_holder_loading{
  display: none;
}
.lsf_spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  border: solid 1px #333;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.lsf_spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.lsf_spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.lsf_spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.lsf_spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* Dark and light color */
.lsf_info_title.dark{
  color: #333333;
}

.lsf_info_body.dark{
  color: #666666;
}

.holderSendFox form.dark .et_pb_button{
  color: #2ea3f2;
}


.sendfox-form  input{
  width: 100%;
}

/*Layout*/


.holderFlex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
/*
.et_pb_sendfox_field{

  flex-basis: 45%;
}
*/
.et_pb_sendfox_field_half{
  flex-basis: 48.5%;
}

.holderFlex p{
  width: 100%;
  display: block;
}

.holderFlex .et_pb_sendfox_field {
  padding-bottom: 14px !important;
}


/* === ======  */
.lsf_left.fullwidth{
  /*order: 1*/

  flex: 1 0 100%;
}
.lsf_right.fullwidth{
  /*order: 1*/

  flex: 1 0 100%;
}

.lsf_left.directionRF{
  order: 2
}



/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  .holderSendFox {
    display: block;
  }
  .lsf_left, 
  .lsf_right
  {
    width: 100%;
  }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .holderSendFox {
    display: block;
  }
  .lsf_left, 
  .lsf_right
  {
    width: 100%;
  }
  
}