/*
 Theme Name:     Embolden Alliances
 Description:    Embolden Alliances Divi Child Theme
 Author:         Cadence Labs
 Author URI:     http://www.cadence-labs.com
 Template:       Divi
 Version:        99.0.0
*/

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


h1, h2 {
    font-family: 'Rockwell W01 Bold', Arial, sans-serif;
}

a.button {
    background: #3b959e;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
a.button:hover {
 background: #37455a; 
}

.donate-header a {
    background: #3b959e;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
    font-size: 16px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    white-space: nowrap;
    line-height: 60px;
}
.donate-header a:hover {
 background: #37455a; 
}

#et-footer-nav .container {
    text-align: center;
}

.footer-logo {
    max-width: 290px;
    float: left;
    margin-top: 25px;
}
#footer-page-content {
  text-align: right;  
}
.footer-social-icons {
    margin-right: 10px;
}
#footer-info {
    float: none;
    padding-bottom: 10px;
    color: #666;
    text-align: center;
}

.category .type-post.category-blog img {
    margin-right: 35px;
    margin-left: 35px;
    max-width: 20%;
    float: left;
}

.wpcf7-form-control, .wpcf7-text, input[type="text"], input[type=email] {
  background: #eee;
  border: none;
  color: #000;
  padding: 18px;
  width: 100%;
  font-size: 20px;
}

.wpcf7-submit {
  background: #3c959d;
  color: #fff;
  padding: 16px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
}

.wpcf7-recaptcha {
  padding: 0;
  background-color: #cecece;
}

#mti_wfs_colophon {
    z-index: -1000;
}

#newsletter {
  background-color: #c9ecda !important;
  border-bottom: 3px solid #3d4659;
  clear: both;
  height: 85px;
  padding: 15px 0;
  overflow: hidden;
}
.newsletter-center {
margin: auto;
    width: 575px;
}

#mc_embed_signup label {
  color: #37455a;
  float: left;
  padding-right: 25px;
  padding-top: 2px;
}

#mc_embed_signup input.email {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: none;
  float: left;
  margin: 0 10px 10px 0 !important;
  padding: 10px 0;
  font-size: 16px;
  background: #ffffff;
  width: 275px !important;
}
#mc_embed_signup {
  background-color: #c9ecda !important;
}
#mc_embed_signup input.button {
  float: left;
  height: 35px;
  width: 35px !important;
  min-width: 35px !important;
  background: #3c959d;
  border: 2px solid white;
  color: white;
    font-family: "ETmodules";
  font-size: 22px;
  border-radius: 5px;
  line-height: 30px;
  clear: inherit;
}

.arrowbg {
    background-size: 40%;
    background-position-x: 0;
    background-position-y: 95%;
}
.arrowbg-top {
    background-size: 60%;
    background-position-x: 0;
    background-position-y: 15%;    
}


@media only screen and (max-width: 1260px) {
    #top-menu li {
        padding-right: 18px;    
    }
  #top-menu li a {
    font-size: 11px !important;
    }  
}


@media only screen and (max-width: 1100px) {
    #top-menu li {
        padding-right: 14px;    
    }
  #top-menu li a {
    font-size: 9px !important;
    }  
}

@media only screen and (min-width: 981px) {
  .we-text {
    position: absolute;
    bottom: 0;
  }
}

@media only screen and (max-width: 980px) {
  .arrowbg-top { 
      background-position-y: 12%; 
  }
}

@media only screen and (max-width: 480px) {
    
  .arrowbg-top { 
      background-image: none !important;
  }
}