/*
 Theme Name:   Miss Kendra Programs
 Description:  Custom Designs 4 The Web theme for Miss Kendra Programs built with TailWinds CSS.
 Author:       Mike Oberdick
 Author URI:   https://designs4theweb.com
 Version:      1.0
 Text Domain:  miss-kendra-programs
*/

/******************************************************************************
*******************************GENERAL STYLES*********************************
******************************************************************************/

* {
	scroll-behavior: smooth;
}

body {
  background: #fce7d1! important;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  color: #243b80;
}

p {
	line-height: 22px;
}

a {
	color: #ad2357;
	text-decoration: none;
}

nav {
	background-color: #e7f1f1;
}
.current-menu-item a {
  color: #ad2357 !important;
}
#mainNavigation a {
	padding-left: 0.5rem;
    padding-right: 0.5rem;
	padding-top: 1rem;
    padding-bottom: 1rem;
	transition-duration: 300ms;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    color: #243B80;
}
#mainNavigation li {
	list-style: none;
}

#mainNavigation > li:last-of-type a {
  background: #ad2357 !important;
  color: white;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .5s;
}

.mobile-menu > li:last-of-type {
		display: none;
}

#mainNavigation > li:last-of-type:hover a {
  color: #fff;
  background-color: #243B80 !important;
}

#mainNavigation > li:hover a {
	color: #AD2357;
}

.wpcf7 label {
	display: block;
}

@media screen and (min-width: 768px) {
  #mainNavigation .menu-item-has-children > a {
    padding-right: 35px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  #mainNavigation .menu-item-has-children > a:after {
    content: url('https://misskendraprograms.org/wp-content/themes/miss-kendra-programs/img/dropdown.png');
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
  }
}

#mainNavigation .sub-menu {
  opacity: 0;
  position: absolute;
  background: white;
  padding: 15px;
  border: solid 1px #ad2357;
  transition: opacity .5s;
  width: 175px;
}

#mainNavigation .sub-menu.showing {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .sub-menu li:first-of-type {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sub-menu li:first-of-type {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sub-menu {
    margin-left: 15px;
  }
}

.sub-menu a {
  color: #243B80 !important;
}

.sub-menu a:hover {
  color: #ad2357 !important;
}

/******************************************************************************
*******************************HOMEPAGE*********************************
******************************************************************************/

.welcomeToTheWorld {
  color: #fff;
  font-family: Geologica;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.addressingToxic {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.aSafeSpace {
  color: #243b80;
  text-align: center;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.inClassrooms {
  color: #243b80;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}

.missKendraPrograms {
  color: #243b80;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 100%;
}

.subTitleBlue {
  color: #243b80;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.paragraphBlue {
  color: #243b80;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.slideContent {
  width: calc(100% +190px);
}

.slider img {
  padding: 0 10px;
}


.pinkBox {
  border-radius: 15px;
  background: #ad2357;
  width: 449px;
  height: 377px;
  max-width: 100%;
  left: calc(50% - 224.5px); //162px
}
.iAmMissKendra {
  color: #fbe6d1;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.likeMissKendra {
  color: #fbe6d1;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

/******************************************************************************
*******************************WHO IS MISS KENDRA*********************************
******************************************************************************/

.page-template-who-is-miss-kendra body {
  background: #e3ecef!important;
}

.page-template-who-is-miss-kendra .bg-cover {
  padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 639.98px) {
	.page-template-who-is-miss-kendra .breadcumbs {
		flex-direction: column;
	}
	.page-template-who-is-miss-kendra .breadcumbs a {
		margin-bottom: 15px;
	}
}

.page-template-who-is-miss-kendra .breadcumbs a, .page-template-curriculum .breadcumbs a {
  display:block;
  padding: 5px 18px;
  border-radius: 20.193px;
  background: #e7f1f1;
  color: #243b80;
  text-align: center;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.whoIsMissKendra {
  color: #243b80;
  font-family: Geologica;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.youAre {
  color: #243b80;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.missKendraCurricula img.burn {
  mix-blend-mode: color-burn;
}

.missKendraModel {
  color: #243b80;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.atItsCore {
  color: #243b80;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.missKendraPrograms {
  color: #243b80;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.principalEdgewoord {
  color: #243b80;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.oneTeachersJourney {
  color: #243b80;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.blueBox {
  border-radius: 15px;
  background: #243b80;
}

.iVeLeadnedASlew {
  color: #fbe6d1;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.teachersAreBringing {
  color: #243b80;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.throughTheImaginative {
  color: #243b80;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.textWrp {
  color: #243b80;
  text-align: center;
  font-family: Geologica;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.whyWouldYou {
  color: #243b80;
  text-align: center;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.bringMissKendra {
  color: #243b80;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.blueBox > div::-webkit-scrollbar {
  width: 6px;
}

.blueBox > div::-webkit-scrollbar-thumb {
  border-radius: 8.5px;
  background: #fbe6d1;
}

.blueBox > div::-webkit-scrollbar-track {
  background: transparent;
}
.elementor img {
  height: fit-content;
}

.videoIframe {
  max-width: 560px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/******************************************************************************
*******************************CURRICLUM*********************************
******************************************************************************/
.page-template-curriculum #sectionFiveCenter ul li, .page-template-curriculum #sectionFiveRight ul li  {
	list-style: disc;
}
@media (max-width: 639.98px) {
	.page-template-curriculum .breadcumbs {
		flex-direction: column;
	}
	.page-template-curriculum .breadcumbs a {
		margin-bottom: 15px;
	}
}
#toolbox-to a {
color: #ad2357 !important;
}
#toolbox-to a:last-of-type {
color: #fff !important;
}
#toolbox-to .btn {
  color: #fff !important;
}

/******************************************************************************
*******************************ABOUT US*********************************
******************************************************************************/

.aboutUs {
  color: #243b80;
  font-family: Geologica;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.missKendraPrograms {
  color: #243b80;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.missKendraPrograms p:first-of-type {
	margin-bottom: 15px;
}

.moteThan {
  color: #243b80;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.pSmootDesc {
  color: #3c3466;
  text-align: center;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.bringMissKendra {
  color: #243b80;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#staffBios .slick-prev:before, #staffBios .slick-next:before {
  color: #ad2357;
  font-size: 40px;
}

@media (max-width: 639.98px) {
	#staffBios .slick-prev, #staffBios .slick-next {
		display: none !important;
	}
}
/******************************************************************************
*******************************GETTING STARTED*********************************
******************************************************************************/

.getStarted {
  color: #fff;
  font-family: Geologica;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.readyToBring {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.gotQuestions a {
  color: #ad2357;
}
.whiteBoxForm {
  max-width: 100%;
  width: 600px;
  min-height: 460px;
  border-radius: 15px;
  background: #fbfbfb;
  margin-right: auto;
  margin-left: auto;
}

.whiteBoxForm .grid label {
  color: #243b80;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
@media screen and (max-width: 767.98px) {
	.whiteBoxForm .grid input[type="text"],
	.whiteBoxForm .grid input[type="email"] {
		width: 100% !important;
	}
}
.whiteBoxForm .grid input[type="text"],
.whiteBoxForm .grid input[type="email"] {
  border-radius: 5px;
  border: 1px solid #243b80;
  color: #243b80;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  width: 257.597px;
  max-width: 100%;
  padding: 8px 12px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-submit {
  border-radius: 16.5px !important;
  background: #ad2357 !important;
  color: #fff !important;
  text-align: center !important;
  font-family: Geologica !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: normal !important;
  float: right !important;
  text-transform: uppercase;
  padding: 12px 20px
}

/******************************************************************************
*********************************LEARN MORE************************************
******************************************************************************/
@media screen and (min-width: 768px) {
	#sectionOne {
		background-image: url('https://misskendraprograms.org/wp-content/themes/miss-kendra-programs/img/section_one_bg.png');
		padding-bottom: 50px;
	}
	#sectionTwo {
		background-color: #f9ded3;
	    background-image: url('http://miss-kendra-programs.d4tw/wp-content/themes/miss-kendra-programs/img/section_two_bg_before.png');
	    background-position: top;
	    background-repeat: no-repeat;
	    background-size: contain;
	    padding-bottom: 50px;
	}
	#sectionThree {
		background-color: #f2d2d7;
		 background-image: url('http://miss-kendra-programs.d4tw/wp-content/themes/miss-kendra-programs/img/section_three_bg_before.png');
	    background-position: top;
	    background-repeat: no-repeat;
	    background-size: contain;
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	#sectionFour {
		 background-image: url('http://miss-kendra-programs.d4tw/wp-content/themes/miss-kendra-programs/img/section_four_bg_before.png');
	    background-position: top;
	    background-repeat: no-repeat;
	    background-size: contain;
	    padding-top: 100px;
	    padding-bottom: 100px;
	}
}
.learnHowTo {
  color: #243b80;
  text-align: center;
  font-family: Geologica;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.topShadow {
  left: calc(50% - 270px);
}

.askEvery {
  color: #243b80;
  text-align: center;
  font-family: Geologica;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.insightsImpact {
  color: #243b80;
  text-align: center;
  font-family: Geologica;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.link {
  display: block;
  color: #243b80;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  padding-left: 20px;
  position: relative;
  transition-duration: 300ms;
	transition-property: color;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.link:hover {
	color: #ffaf1c;
}

.link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 9px;
  background-image: url("https://misskendraprograms.org/wp-content/themes/miss-kendra-programs/img/Ellipse-89.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.activities {
  color: #243b80;
  text-align: center;
  font-family: Geologica;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.whiteBox {
  width: 300px;
  border-radius: 15px;
  border: 1px solid #ed9340;
  background: #fff;
}

.whiteBox h3 {
  color: #243b80;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 15px;
}


.whiteBox ul li {
  padding-left: 20px; /* Ajusta este valor según tus necesidades */
  position: relative;
  padding-top: 15px;
}

.whiteBox ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 25px; /* Alineado en la parte superior */
  width: 5px;
  height: 5px;
  background-image: url("https://misskendraprograms.org/wp-content/themes/miss-kendra-programs/img/Ellipse-92.png");
  background-repeat: no-repeat;
  background-size: contain;
}
 

.videoDescription {
  color: #243b80;
  font-family: Geologica;
  font-size: 14.481px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 1000;
}

.modal-content {
  width: 100%;
  height: 100%;
}

.close {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer; 
  z-index: 1000;

}

.close:hover {
  color: #aaa;
}

/******************************************************************************
***********************************SLIDER**************************************
******************************************************************************/
.slick-loading .slick-list {
  background: #fff url("https://misskendraprograms.org/wp-content/themes/miss-kendra-programs/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("https://misskendraprograms.org/wp-content/themes/miss-kendra-programs/fonts/slick.eot");
  src: url("https://misskendraprograms.org/wp-content/themes/miss-kendra-programs/fonts/slick.eot#iefix") format("embedded-opentype"),
    url("https://misskendraprograms.org/wp-content/themes/miss-kendra-programs/fonts/slick.woff") format("woff"),
    url("https://misskendraprograms.org/wp-content/themes/miss-kendra-programs/fonts/slick.ttf") format("truetype"),
    url("https://misskendraprograms.org/wp-content/themes/miss-kendra-programs/fonts/slick.svg#slick") format("svg");
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #244b9c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #244b9c;
}

/******************************************************************************
***********************************FOOTER**************************************
******************************************************************************/

footer {
  margin-top: -135px;
  z-index: 99;
  position: absolute;
}

.missKendraSchools {
  color: #e7f1f1;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.btnSubscribe {
  color: #243b80;
  text-align: center;
  font-family: Geologica;
  font-size: 12.397px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  border-radius: 12.784px;
  background: #e7f1f1;
  width: 198px;
}

footer h3 {
  color: #e7f1f1;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
footer p {
  color: #e7f1f1;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

footer a {
  color:  #e7f1f1; 
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; 
}
@media screen and (max-width: 767px) {
  footer .grid{
	padding-top: 40px;
  }
  footer.footer { 
	position: relative;
  }
}

@media screen and (max-width: 639px) {
  footer.footer { 
	position: relative;
  }
}



/******************************************************************************
***********************************RESPONSIVE**************************************
******************************************************************************/
@media screen and (min-width: 768px) {
  .container {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .slider img {
    padding: 0 5px;
  }
  .slideContent {
    width: calc(100% + 320px);
  }

  footer.footer {
    margin-top: -80px;
  }
}