/*
CTC Separate Stylesheet
Updated: 2019-11-29 16:17:38
*/

/*
===========================
Font Avenir Next regular
===========================
*/

@font-face {
  font-family: "Conv_AvenirNextLTPro-Regular";
  src: url("fonts/AvenirNextLTPro-Regular.eot");
  src: local("☺"), url("fonts/AvenirNextLTPro-Regular.woff") format("woff"),
    url("fonts/AvenirNextLTPro-Regular.ttf") format("truetype"),
    url("fonts/AvenirNextLTPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
===========================
Font Avenir Next MediumCn
===========================
*/
@font-face {
  font-family: "Conv_AvenirNextLTPro-MediumCn";
  src: url("fonts/AvenirNextLTPro-MediumCn.eot");
  src: local("☺"), url("fonts/AvenirNextLTPro-MediumCn.woff") format("woff"),
    url("fonts/AvenirNextLTPro-MediumCn.ttf") format("truetype"),
    url("fonts/AvenirNextLTPro-MediumCn.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
===========================
Font Avenir Next Cn
===========================
*/

@font-face {
  font-family: "Conv_AvenirNextLTPro-Cn";
  src: url("fonts/AvenirNextLTPro-Cn.eot");
  src: local("☺"), url("fonts/AvenirNextLTPro-Cn.woff") format("woff"),
    url("fonts/AvenirNextLTPro-Cn.ttf") format("truetype"),
    url("fonts/AvenirNextLTPro-Cn.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
===========================
Font Avenir Next BoldCn
===========================
*/

@font-face {
  font-family: "Conv_AvenirNextLTPro-BoldCn";
  src: url("fonts/AvenirNextLTPro-BoldCn.eot");
  src: local("☺"), url("fonts/AvenirNextLTPro-BoldCn.woff") format("woff"),
    url("fonts/AvenirNextLTPro-BoldCn.ttf") format("truetype"),
    url("fonts/AvenirNextLTPro-BoldCn.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
===========================
Font Avenir Next Bold
===========================
*/

@font-face {
  font-family: "Conv_AvenirNextLTPro-Bold";
  src: url("fonts/AvenirNextLTPro-Bold.eot");
  src: local("☺"), url("fonts/AvenirNextLTPro-Bold.woff") format("woff"),
    url("fonts/AvenirNextLTPro-Bold.ttf") format("truetype"),
    url("fonts/AvenirNextLTPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
===========================
Webiste logo
===========================
*/

img.custom-logo {
  min-width: 242px;
  padding-bottom: 3px;
  /* padding-top: 0px; */
  /* margin-bottom: 6px; */
  margin-top: -15px;
}

.site-header .btn-donate {
  color: #f1592a;
  border: 1px solid #f1592a;
}

.site-header .btn-donate:hover {
  text-decoration: none;
  background: #f1592a;
  color: #fff;
}

/*
===========================
Primary header menu
===========================
*/

.home.has-slider .site-header .header-bottom,
.site-header .header-bottom {
/*   background: rgba(0, 0, 0, 0.6); */
	  background: black;
  padding: 25px 0 10px;
}

.mobile-menu {
  z-index: 4 !important;
}

/*
===========================
Secondry header menu
===========================
*/
.menu-secondary-menu-container ul li a {
  font-size: 16px;
}

ul.social-networks li a {
  font-size: 19px;
}

/*
===========================
Major site content
===========================
*/

.site-content {
  padding: 0px 0 0px;
  margin-bottom: -21px;
}

#primary {
  margin: 0px 0 0;
  padding-left: 0px;
  padding-right: 0px;
}

/*
===========================
Intro Section
===========================
*/

section.kisoboka-intro {
  padding-top: 56px;
  padding-bottom: 40px;
}
.kisoboka-intro a.fw-btn.fw-btn-1 {
  margin-top: 0;
}
body.home.admin-bar .site-header {
  padding-top: 0;
}
.kisoboka-intro p span {
  font-size: x-large;
  color: #fff;
  font-family: Conv_AvenirNextLTPro-BoldCn;
}
.page .entry-content a {
  color: #007bff;
}
.page .entry-content a:hover {
  color: #0254af;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .kisoboka-intro p {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kisoboka-intro p span {
    font-size: 22px;
    color: #fff;
    font-family: Conv_AvenirNextLTPro-cn;
  }
}

@media (max-width: 767px) {
  .kisoboka-intro p {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kisoboka-intro p span {
    font-size: 23px;
    color: #fff;
    font-family: Conv_AvenirNextLTPro-cn;
  }
}

/*
==========================================================
Donation Section
==========================================================
*/

.kisoboka-donation {
  padding-bottom: 100px;
  padding-top: 100px;
}

.kisoboka-donation h1 {
  font-family: Conv_AvenirNextLTPro-bold;
  color: #ffffff !important;
  text-shadow: 3px 3px 4px black;
}
.kisoboka-donation p {
  color: #ffffff;
  font-size: xx-large;
  text-shadow: 3px 3px 4px black;
}

a.fw-btn.fw-btn-1 {
  margin-top: 33px;
/*   background: #f1592a; */
/*   background: #F4911D; */
	background:#ee1f0b;
  color: #fff !important;
  border: none;
  box-shadow: none;
  font-size: 1em;
  font-family: inherit;
}

a.fw-btn.fw-btn-1:hover {
  background: #ed2400;
  color: #fff;
  box-shadow: none;
}
.donation-qoute {
  color: white;
  line-height: 21px;
  font-weight: bold;
  text-align: justify;
  background: #00000021;
  padding: 1px 9px;
  box-shadow: -2px -2px #00000021;
}
.donation-qoute p {
  font-size: 16px;
}
/*
===========================
Donations form (front Page)
===========================
*/

/* Whole form div */
div#give-form-380-wrap, div#give-form-4318-wrap, div#give-form-4320-wrap, div#give-form-4324-wrap  {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 4px 9px 4px 9px;
  -webkit-box-shadow: 1px -1px 25px 5px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 1px -1px 25px 5px rgba(0, 0, 0, 0.21);
  box-shadow: 1px -1px 25px 5px rgba(0, 0, 0, 0.21);
}
div#give-form-3361-wrap {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 4px 9px 4px 9px;
  -webkit-box-shadow: 1px -1px 25px 10px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 1px -1px 25px 10px rgba(0, 0, 0, 0.21);
  box-shadow: 1px -1px 25px 10px rgba(0, 0, 0, 0.21);
}
/* Form heading */
h2.give-form-title {
  color: #212529 !important;
  font-size: 24px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 16px 0 22px !important;
  -webkit-text-stroke-width: medium !important;
  padding: 8px 0px 13px 0px !important;
}

/* Form donation levels */
#primary .page .entry-content ul {
  margin-left: 0;
  padding-left: 3px;
  line-height: 2.3rem;
  margin: 0 0 2px;
}

/* recurring donations check box */
[id*="give-form"] .give-recurring-donors-choice {
  margin: 0 0 15px;
  display: block;
  line-height: 1em;
  clear: both;
  cursor: pointer;
}

/* To center the form button*/
[id*="give-form"] .give-recurring-donors-choice + .give-btn,
[id*="give-form"] .give-recurring-admin-choice + .give-btn {
  display: inline-block;
  clear: both;
}

[id*="give-form"] .give-donation-amount {
  margin: 0 0 15px;
  display: inline-block;
}
#give-donation-level-button-wrap > li {
  /* list-style-type: none; */
  /* list-style-image: none; */
  float: inherit;
  margin: 0 5px 5px 0;
  display: inline-block;
}

form#give-form-380-1 {
  display: grid;
  place-items: center;
}

div#give-form-content-380 {
  margin-bottom: none;
  padding-bottom: 0.5em;
  padding-top: 0.5rem;
  color: #212529;
}

.give-default-level {
  background: #f1592a;
  color: #fff;
  border: none;
  box-shadow: none;
}

.give-btn-modal {
  background: #f1592a;
  color: #fff;
  border: none;
  box-shadow: none;
}

.give-btn:hover {
  background: #ed2400;
  color: #fff;
  box-shadow: none;
}

p {
  margin-bottom: 0;
  margin-top: 0;
}

/*
==========
For Ipad
==========
*/

@media (min-width: 768px) and (max-width: 992px) {
  .kisoboka-donation {
    padding-bottom: 70px;
    padding-top: 60px;
    text-align: left;
  }
  .kisoboka-donation h1 {
    font-family: Conv_AvenirNextLTPro-bold;
    font-size: 35px !important;
    color: #ffffff;
    text-shadow: 3px 3px 4px black;
  }

  .kisoboka-donation p {
    font-family: Conv_AvenirNextLTPro-cn;
    color: #ffffff;
    font-size: 26px;
    text-shadow: 3px 3px 4px black;
  }

  .kisoboka-donation .fw-container .fw-row a {
    padding: 7px 25px;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .kisoboka-donation .fw-col-sm-8 {
    width: 53%;
  }

  .kisoboka-donation .fw-col-sm-4 {
    width: 47%;
  }
}

/*
===================
For Mobile phones
===================
*/

@media (max-width: 767px) {
  .kisoboka-donation {
    padding-bottom: 70px;
    padding-top: 60px;
    text-align: center;
  }
  .kisoboka-donation h1 {
    font-family: Conv_AvenirNextLTPro-bold;
    font-size: 35px !important;
    color: #ffffff;
    text-shadow: 3px 3px 4px black;
  }

  .kisoboka-donation p {
    font-family: Conv_AvenirNextLTPro-cn;
    color: #ffffff;
    font-size: 26px;
    text-shadow: 3px 3px 4px black;
  }

  .kisoboka-donation .fw-container .fw-row a {
    padding: 7px 25px;
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

/*
===========================================
Lower Text Section
===========================================
*/

.kisoboka-text-section {
  padding-bottom: 60px;
  padding-top: 83px;
}

.kisoboka-text-section p {
  text-align: center;
  font-size: 20px;
  font-family: Conv_AvenirNextLTPro-BoldCn;
}

@media (min-width: 993px) {
  .kisoboka-text-section .fw-col-sm-8 {
    display: flex;
    flex-direction: column;
    place-content: center;
    justify-content: center;
    height: 400px;
    padding: 0px 50px;
  }
}

/*
==========
For Ipad
==========
*/

@media (min-width: 768px) and (max-width: 992px) {
  .kisoboka-text-section p {
    text-align: center;
    font-size: 22px;
    font-family: Conv_AvenirNextLTPro-Cn;
  }
}

/*
===================
For Mobile phones
===================
*/

@media (max-width: 767px) {
  .kisoboka-text-section p {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-family: Conv_AvenirNextLTPro-Cn;
  }
}

/*
============================================
Text Cards Section
============================================
*/

.kisoboka-cards {
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
}

.card-body {
  min-height: 300px;
}

.kisoboka-cards {
  background: #b6b6b959;
}

.kisoboka-cards div h3 {
  font-family: Conv_AvenirNextLTPro-bold;
}

.kisoboka-cards div p {
  font-size: 20px;
  font-family: Conv_AvenirNextLTPro-Mediumcn;
}
.kisoboka-cards p.card-text {
  display: none;
}
.kisoboka-cards .card-body a {
  text-decoration: none;
}
a.fw-btn.fw-btn-1:hover {
  color: white !important;
/*   background: #cc0015; */
/* background: #FF0000; */
	background: #FF3355;
  text-decoration: none;
}
a.fw-btn.fw-btn-1 {
  text-decoration: none;
}
/*
===================
For Mobile phones
===================
*/

@media (max-width: 767px) {
  .card {
    margin-bottom: 20px;
  }

  .kisoboka-cards {
    padding-bottom: 60px;
    padding-top: 100px;
    text-align: center;
  }

  .kisoboka-cards div p {
    font-size: 22px;
    font-family: Conv_AvenirNextLTPro-cn;
  }
}

/*
===========================
Bread Crumbs
===========================
*/

#crumbs {
  margin: 0 0 20px -9px;
}

/*
===================================================
Normal Page Banner Section
===================================================
*/

.streak.streak-photo {
  background-attachment: scroll;
  background-size: cover;
}

.streak.streak-photo .flex-center {
  position: relative;
  z-index: 3;
}

.inner-banner-content {
  padding: 29px 0;
}

.inner-banner-content h2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 2.5rem;
  //text-shadow: 2px 2px 4px rgba(255,255,255,0.8);
  color: #fff;
  font-family: Conv_AvenirNextLTPro-BoldCn;
}
//Quotation marks
/*.inner-banner-content .lead:before {
    content: '\f10d';
    font-family: fontawesome;
    font-size: 12px;
    float: left;
}

.inner-banner-content .lead:after {
    content: '\f10e';
    font-family: fontawesome;
    font-size: 12px;
    float: right;
}*/

.inner-banner-content div {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
  //text-shadow: 2px 2px 4px rgba(255,255,255,0.8);
  color: #fff;
  font-family: Conv_AvenirNextLTPro-Bold;
}

.inner-banner-content p {
  //text-align: center;
  font-size: 20px;
  font-weight: bolder;
  //font-family: Conv_AvenirNextLTPro-Regular;
  // margin-bottom: 15px;
  //display: block;
}

.lead {
  color: #fff;
  //text-shadow: 2px 2px 4px rgba(255,255,255,0.8);
  font-family: Conv_AvenirNextLTPro-Bold;
}

.lower-banner {
  background-color: #009489;
  position: relative;
  //height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.lower-banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.51);
  opacity: 0;
  visibility: visible;
}
.inner-banner {
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner > img {
  display: none;
}

.otto {
  background: #0e8dbc;
  color: white;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,
    0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2),
    0 20px 20px rgba(0, 0, 0, 0.15);
}

/*
===========================
banner button
===========================
*/

.pt-button {
  color: #fff;
  padding: 10px 22px;
/*   border: 1px solid #ff5700;
  background: #ff5700; */
  border: 1px solid #ee1f0b;
  background: #ee1f0b;

}
@media only screen and (min-width: 600px){
.pt-button:hover {
  text-decoration: none;
  background: #fff;
  color: #009489;
  border: 4px solid #fff;
  font-weight: bold;
}
}
/*
================
For Ipad
================
*/

@media (min-width: 768px) and (max-width: 992px) {
  .pt-button {
    color: #fff;
    padding: 12px 22px;
    border: 1px solid #ff5700;
    background: #ff5700;
    font-size: 24px;
  }

  .pt-button:hover {
    text-decoration: none;
    background: #fff;
    color: #009489;
    font-weight: bold;
  }

  .inner-banner {
    height: unset;
  }
  .inner-banner > img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
}

/*
===============
For Mobile
===============
*/

@media (max-width: 767px) {
  .inner-banner-content {
    padding: 25px 0;
  }
  .inner-banner-content h2 {
    font-size: 35px;
  }

  .inner-banner-content strong p {
    font-size: 20px;
    font-family: Conv_AvenirNextLTPro-Cn;
  }

  .inner-banner-content p {
    font-size: 20px;
    font-family: Conv_AvenirNextLTPro-Cn;
    //font-weight: normal;
  }

  .inner-banner {
    height: unset;
  }
  .inner-banner > img {
    display: inline-block;
    width: 100%;
    height: auto;
  }

  .pt-button {
    color: #fff;
    padding: 12px 22px;
    border: 1px solid #ff5700;
    background: #ff5700;
    font-size: 22px;
    display: inline-block;
  }

  .pt-button:hover {
    text-decoration: none;
    background: #fff;
    color: #009489;
    font-weight: bold;
  }
}

/*
===========================
Testimonial Section
===========================
*/

.fw-testimonials-2 .fw-testimonials-text {
/*   background-color: #fcb040 !important; */
	 background-color: #F4911D !important;
}
.fw-testimonials-2 .fw-testimonials-text:after {
  border-color: #fcb040 transparent transparent transparent !important;
}

/*
===========================
jumbotron for posts
===========================
*/

@media (min-width: 576px) {
  .jumbotron {
    padding: 2rem 2rem !important;
  }
}

/*
===========================
Our Work page
===========================
*/
.my-work-image a {
  cursor: zoom-in;
}
@media (max-width: 992px) {
  .kisoboka-our-work-lower-section .fw-divider-space {
    padding-top: 20px !important;
  }
}

@media (max-width: 767px) {
  .kisoboka-our-work-lower-section p {
    margin-left: unset !important;
  }

  .kisoboka-our-work-lower-section .fw-divider-space {
    padding-top: 40px !important;
  }

  h5.our-work-mission-heading {
    margin-top: 24px !important;
  }
}

/*
===========================
about us page
===========================
*/

#kisoboka-meet-our-team .card-body {
  border-top-style: inset;
}

/*
===========================
Donations page
===========================
*/

.donation-page-button {
  margin-top: 45px;
}
.donation-page-button .pt-button {
  padding: 20px 40px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .kisoboka-donation-page .fw-col-sm-8 {
    width: 53%;
  }

  .kisoboka-donation-page .fw-col-sm-4 {
    width: 47%;
  }
}

/*
===========================
team members section
===========================
*/

.pt-team-members {
  text-align: center;
  place-content: center;
}

span.member-modal-btn {
  cursor: pointer;
}

/*
================================================
Footer 
================================================
*/

.site-footer {
  background: #0f0f0f;
}

.footer-t {
  background: #0f0f0f;
  border-bottom: 1px solid #343434;
}

/*
===========================
Footer form options
===========================
*/

footer #mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 992px) {
  .yikes-easy-mc-form input.field-left-half,
  .yikes-easy-mc-form label.field-left-half {
    width: 100% !important;
  }

  .yikes-easy-mc-form input.field-right-half,
  .yikes-easy-mc-form label.field-right-half {
    width: 100% !important;
  }

  .yikes-easy-mc-form input[type="email"],
  .yikes-easy-mc-form input[type="number"],
  .yikes-easy-mc-form input[type="text"],
  .yikes-easy-mc-form input[type="url"],
  .yikes-easy-mc-form select {
    padding: 2px !important;
  }
}

/*
===========================
buttons of the website
===========================
*/

@media (max-width: 767px) {
  .yikes-mailchimp-container .btn span {
    font-size: 20px;
  }
}

.yikes-mailchimp-container .btn {
/*   background-color: #f1592a !important; */
	background-color: #ee1f0b !important;
  margin-left: unset;
}

.btn-primary {
  background-color: #f1592a !important;
  border-color: #f1592a !important;
}
.btn-primary:hover {
 background-color: #FF3355 !important;
  border-color: #FF3355 !important;
}
.btn {
  background-color: #f1592a !important;
  border-color: #f1592a !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #f1592a;
  border-color: #f1592a;
}

/*
===========================
Local Partner Page
===========================
*/

.local-partner-page-quotation .fw-container .fw-row .fw-testimonials {
  margin-top: 0;
}

/*
===========================
Local Wemon strories page
===========================
*/

.fw-main-row .fw-container .fw-row .fw-heading-h3 h3 {
  text-align: center;
}

@media (max-width: 1024px) {
  .mobile-header {
    background: #000;
  }

  .mobile-header .menu-opener span {
    background: #fff;
  }

  .mobile-header {
    padding: 20px 0 0px 0 !important;
  }
}
