/*
Theme Name:         Elinext
Theme URI:          https://elinext.com
Description:        New Elinext Alliance Website. Website: <a href="https://elinext.com">https://elinext.com</a>
Version:            1.0.0
Author:             Elinext
Author URI:         https://elinext.com
Text Domain:        elinext

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/
body.presentations, body.blog, body.news {
  padding: 0;
}

.article-controls ul li:before {
  display: none;
}

img.vc_single_image-img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

div.wpcf7 .ajax-loader {
  display: none;
}

section.yikes-mailchimp-container {
  width: unset;
  height: unset;
  overflow: unset;
}

section.yikes-mailchimp-container .yikes-easy-mc-submit-button {
  margin: 0px auto;
}

.single-post section.yikes-mailchimp-container form .label-inline span {
  display: none;
}

section.yikes-mailchimp-container form .label-inline {
  max-width: 432px;
  width: 100%;
}

section.yikes-mailchimp-container form .submit-button-inline-label{
  max-width: 147px;
  width: 100%;
}

.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #555; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.wpcf7-not-valid-tip{
  white-space: nowrap;
}