/*
Theme Name: Airi Child
Description: Airi Theme customized for Edna Adan Foundation by Nitya Gulati;
Theme URI: https://athemes.com/theme/airi
Author: aThemes
Author URI: https://athemes.com
Template: airi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: airi
*/

/* Custom CSS */
body {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

/* Header */
.menu-socialicon {
  position: absolute;
  right: 50px;
  width: 160px;
  text-align: center;
  top: 20px;
  z-index: 12;
}

ul.social-media-list li {
  list-style: none;
}

.menu-socialicon .social-media-list li a::before, .menu-socialicon .social-widget a::before {
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.donate_section {
  text-align: center;
  margin: 10px 0;
}

#donate-button {
  text-align: center;
  color: #FFF;
  border-color: #FF675B;
  background-color: #FF675B;
  padding: 14px 20px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 2em;
  max-width: 130px;
  width: 100%;
}

.top_bnrsectin {
  clear: both;
}

.logo_section {
  position: absolute;
  top: 10%;
  left: 50%;
  background: rgba(144, 144, 183, .6);
  border-radius: 50%;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  min-height: 460px;
  text-align: center;
}

.logo_section h2 {
  margin: 25px 0 0;
  color: #fff;
  font-weight: normal;
  font-size: 30px;
}

.logo_section h4 {
  margin: 30px 0 30px;
  color: #fff;
}

.logo_section p {
  color: #fff;
}

.logo_section img {
  max-width: 200px;
  width: 100%;
  margin-top: -50px
}

#masthead {
  background: #8483ab;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-branding {
  display: none;
}

/* Navigation Menu */
.main-navigation {
  left: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  min-width: max-content;
}

.main-navigation li {
  padding: 0 48px;
  margin: 0;
  font-weight: 700;
  border-right: 1px solid #aeaec6;
}

.main-navigation li:first-of-type {
  padding-left: 0;
}

.menuStyle2 .main-navigation a:hover:after,
.menuStyle2 .main-navigation .current-menu-item:after {
  content: '';
  width: 0;
  height: 0;
  background-color: #8483ab;
}

ul.header-search-cart {
  display: none;
}

/* Main Content */
.site-content {
  clear: both;
  padding: 50px 0 0;
}

h1.entry-title {
  display: none;
}

.entry-footer {
  display: none;
}

/*.what-we-do {
	margin-top: 80px;
    margin-bottom: 50px;
}*/

.donation-text {
	margin: 0 230px 50px;
}

.donation-text a {
	text-decoration: underline;
}

.donate-button {
	margin-bottom: 0px;
}

.donate-page-link {
	margin-top: 0px;
	color: #ffffff;
}

/*.book-section-title {
	padding-top: 50px;
}*/

/* Our Videos */
.video-column {
   background: #F9F9F9;
}

.page-id-5314 .row {
    display: unset;
}

/* Contact Form */
.contact-form {
    background: #8a93b2;
    padding: 60px 80px;
    background-size: 100% 46%;
    margin-top: 60px;
    width: 100%;
}

.contact-form h2 {
    font-size: 30px;
    color: #ffffff;
    text-align: left;
    padding-bottom: 50px;
}

.contact-form input {
    background: transparent;
    border: none;
    font-size: 14px;
}

.form_text:nth-of-type(2) {
    border-top: 1px solid #fff;
}

.form_text {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}

.contact-form textarea {
    background: transparent;
    border: none;
    font-size: 14px;
}

.contact-form label {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0 14px 0 0;
    border-right: 1px solid #fff;
    font-size: 14px;
}

.submit-btn {
    border: none;
    width: fit-content;
}

/* Footer */
.footer_airisec {
  float: left;
  width: 100%;
  background: #000;
  text-align: center;
  vertical-align: middle;
}

.footer_airisec p {
  color: #fff;
  text-align: left;
  font-size: 14px;
}

.footer-top-section {
	width: 100%;
    padding: 2% 5%;
    margin: auto;
    align-items: center;
    
}

.footer_logo_image {
	width: 25%;
}

.newsletter_section {
	width: 75%;
    padding-left: 5%;
}

.mc4wp-form {
   text-align: left;
}

.mail_chimp_form {
   display: flex;
}

/* .newsletter_section label.signup_label {
	font-size: 1.25rem;
} */

.newsletter_section input.signup_email {
	width: 50%;
}

.newsletter_section input.signup_btn {
  background-color: #ff9900;
  border: #ff9900;
  border-radius: unset;
  height: 50px;
  margin-left: 30px;
}

.newsletter_section input.signup_btn:hover {
  background-color: #ff9900;
  border: #ff9900;
  border-radius: unset;
  height: 50px;
}

.footer-bottom-section {
	width: 100%;
    padding: 2% 5%;
}


.footer_column_1 {
  width: 33.3%;
  padding: inherit;
}

ul.social {
  float: left;
  width: 100%;
}

ul.social li {
  display: inline-block;
  float: left;
  margin: 0 7px;
}

ul.social li a i {
  background: #fff;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  padding: 6px 0;
  vertical-align: middle;
}


/*.footer_logo img {
  width: 80px;
}

.footer_logo label {
  color: #ffffff;
}*/



.footer_column_2 {
  width: 33.3%;
  padding: inherit;
}

.footer_column_2 a {
  color: #ffffff;
}

/*.footer_socialsection {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #fff;
  margin-top: 114px;
}*/

.footer_column_3 {
  width: 33.3%;
  padding: inherit;
}

.site-info {
	margin: auto;
}

.attribution {
	margin: auto;
}

.site-info a {
	color: #ffffff;
    text-decoration: underline;
}


/* Blog */
.inner_logo.left-section {
  width: 100%;
  margin-bottom: 30px;
}

.inner_logo.left-section img {
  max-width: 200px;
  margin: 20px 0 0;
}

.single-post .hentry, .blog-loop .hentry {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.blog-loop .posted-on a {
  color: #000;
  font-size: 16px;
}

.blog-loop h2.entry-title {
  color: #D6634A;
  font-size: 26px;
  border-bottom: 2px solid #efe2df;
  margin-bottom: 12px;
  padding-bottom: 10px;
}

.blog-loop .entry-title a {
  text-decoration: none;
  color: #F16573;
  font-size: 24px;
  line-height: 0;
}

.blog-loop .post-cat {
  color: #f16573;
}

.single-post .entry-meta .comments-number, .blog-loop .entry-meta .comments-number {
  display: none;
}

.post-navigation .nav-previous {
  width: 45%;
  text-align: center;
}

.post-navigation .nav-next {
  width: 45%;
  text-align: center;
}

.nav-links a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

body .comment-navigation a, body .posts-navigation a, body .post-navigation a {
  color: #f74436;
}

.widget_recent_entries ul a {
  color: #F16573;
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
  .menu-socialicon {
    right: 10px;
    width: 130px;
  }

  .logo_section {
    position: absolute;
    top: 15%;
    left: 55%;
    max-width: 370px;
    min-height: 370px;
  }

  .logo_section img {
    margin-top: -20px;
  }

  .logo_section h2 {
    margin: 0;
    font-size: 24px;
  }

  .logo_section h4 {
    margin: 10px;
  }

  .logo_section p {
    margin: 0;
    font-size: 14px;
  }

  #masthead {
    padding-top: 17px;
    padding-bottom: 10px;
  }

  .sidebar-column.address_sec {
    margin: auto;
    margin-top: 50px;
    width: unset;
  }
}

@media screen and (max-width: 1199px) {
  .menuStyle2 .main-navigation a {
    color: #fb397d !important;
  }

  .main-navigation a {
    color: #fb397d;
  }

  .mobile-menu-active .main-navigation {
    height: fit-content;
  }
}

@media screen and (max-width: 1024px) {
  .logo_section {
    top: 10%;
  }
}

@media screen and (max-width: 991px) {
  .footer_logo {
    float: unset;
    width: 100%;
  }

  .mc4wp-form {
    text-align: center;
  }

  .mail_chimp_form {
    margin-left: 10%;
    margin-right: 10%;
  }

  .mail_chimp_form input[type="email"] {
    width: -webkit-fill-available;
  }

  .footer_section {
    width: 50%;
  }

  .sidebar-column.address_sec {
    width: 50%;
    margin: 0;
  }

  .footer_socialsection {
    margin-top: 100px;
  }

}

@media screen and (max-width: 950px) {
  .logo_section {
    max-width: 350px;
    min-height: 350px;
  }

  .logo_section h2 {
    margin: 20px;
    font-size: 19px;
  }
}

  @media screen and (max-width: 820px) {
    .logo_section {
      position: unset;
      border-radius: 0;
      width: 100%;
      max-width: unset;
      min-height: unset;
      padding: 20px 10px;
    }

    .logo_section h4 {
      margin: 20px;
      font-size: 19px;
    }

    .logo_section p {
      margin: 20px;
      font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
   .menu-socialicon {
    right: 5px;
  }

  #masthead {
    width: 100%;
    max-width: 100%;
  }

  .footer_logo {
    width: 100%;
    margin: 20px 0 0;
  }

  .footer_airisec p {
    text-align: center;
  }

  .footer_section {
    float: unset;
  }

  .mail_chimp_form {
    margin: 0;
  }

  .footer_socialsection {
    margin-top: 0;
    margin-left: 110px;
    width: max-content;
  }

  .sidebar-column.address_sec {
    float: left;
    width: 100%;
    margin: 6px 0;
  }

  .address_sec ul.social {
    width: auto;
    margin: 20px auto 0;
    display: inline-block;
    float: none;
  }
}

@media screen and (max-width: 360px) {
  .footer_logo input.signup_btn {
    margin-left: 15px;
  }

  .footer_socialsection {
    margin-left: 75px;
  }
}

@media screen and (max-width: 320px) {
  .site {
    overflow: hidden;
  }

  .inner_logo.left-section img {
    max-width: 150px;
  }

  .mail_chimp_form {
    margin-left: -10px;
  }

  .footer_logo input.signup_btn {
    margin-left: 5px;
  }

  .footer_socialsection {
    margin-left: 65px;
  }
}