
html, body {font-family: 'Mulish', sans-serif; font-weight:400;}]
h1, h2, h3, h4, h5 {font-family: 'Mulish', sans-serif; font-weight:800; font-style: normal !important;}

a {color:#212529; text-decoration:underline; cursor: pointer;}
a:hover {color:#000000; text-decoration:none;}
.breadcrumb-new a {color:#4baaf7; text-decoration:none;}

.card {border-radius:10px !important; border-color:#e5e5e5;}
.card-header, .card-header:first-child {border-radius:10px 10px 0px 0px;}

.form-control {border-radius:10px; position:relative;}

.bs-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 40px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 40px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: "Fredoka One", cursive !important;
    font-size: 22px; 
    text-decoration:none;
}
.bs-btn-sm {padding:5px 20px; font-size:0.8rem;}

.btn-yellow {
	color: #000000;
  background-color: #F1BF50;
}
.btn-yellow:hover {
  color: #000000;
  background-color: #f6cd79;
  text-decoration:none;
}
.btn-light {
  color: #000000;
  background-color: #fde8bd;
}
.btn-light:hover {
  color: #000000;
  background-color: #F1BF50;
  text-decoration:none;
}
.btn-white {
  color: #000000;
  background-color: #ffffff;
}
.btn-white:hover {
  color: #000000;
  background-color: #fde8bd;
  text-decoration:none;
}
.btn-border-yellow {
  border-color:#F1BF50;
  border-width:3px;
}

.btn-pulse {
  transform: scale(1);
  animation: pulse 2s infinite;
}

.selectdiv, .selectdiv-black, .selectdiv-yellow {
  position: relative;
}
select.form-control::-ms-expand {
     display: none;
}

.selectdiv:after, .selectdiv-black:after, .selectdiv-yellow:after {
  content: 'v';
  font-size: 24px;
  color: #ffffff;
  background-color:#80ba57;
  text-align:center;
  right: 16px;
  /*Adjust for position however you want*/
  top: 0px;
  height:50px;
  width:50px;
  position: absolute;
  pointer-events: none;
  padding-top:4px;
  border-radius: 0px 10px 10px 0px;
} 

.selectdiv-black:after {
  background-color:#000000;
  right:0px;
}
.selectdiv-yellow:after {
  background-color:#F1BF50;
  right:0px;
}


.selectdiv select, .selectdiv-black select, .selectdiv-yellow select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  height: 50px;
  float: right;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}

ul.green-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.green-bullets li {
  padding-left: 1em; 
  text-indent: -.7em;
}

ul.green-bullets li::before {
  content: "• ";
  color: #80ba57; /* or whatever color you prefer */
}

.header-bar-white {background-color:#FFFFFF;}
.header-bar-white h1 {font-size:2em; font-family: "Fredoka One", cursive !important; font-weight:normal;}

.header-bar-yellow {background-color:#F1BF50;}
.header-bar-yellow h1 {font-size:2em; font-family: "Fredoka One", cursive !important; font-weight:normal;}

/* homepage */
.hp-hero-banner {background-size:cover; background-repeat: no-repeat; background-position:center center; position:relative;}
.hp-hero-banner .bg-overlay {width:100%; height:100%; position:absolute; left:0; top:0; background-color:rgba(0,0,0,0.2);}
.hp-hero-banner h1 {color:#ffffff; font-size:48px; text-shadow: 1px 1px 1px rgb(0 0 0);}
.hp-hero-banner p {color:#ffffff; font-size:24px; text-shadow: 1px 1px 1px rgb(0 0 0);}

.hp-discover {background-color:#4bc1f3;}
.hp-discover .discover-block {}
.hp-discover .discover-block h3 {font-size:24px;}
.hp-discover .discover-block .discover-block-image {width:100%; height:300px; background-position: center center; background-size:cover; border:5px solid #F1BF50; border-radius:5px;}

.hp-footer-block {background-size:cover; background-repeat: no-repeat; }
.hp-footer-block h2 {color:#ffffff;}
.hp-footer-block p {color:#ffffff;}

.carousel-indicators {position:relative;}
.carousel-indicators li {background-color:#F1BF50;}
.carousel-control-prev, .carousel-control-next { width:auto;}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height : 30px;
  width: 30px;
  background-size: 100%, 100%;
}
.carousel-control-prev-icon {
  background-image: url('/wp-content/uploads/assets/arrow-prev.png');
}
.carousel-control-next-icon {
  background-image: url('/wp-content/uploads/assets/arrow-next.png');
}

/* breadcrumb */
.breadcrumb-block {background-color:#e5e5e5; border-bottom:#d5d5d5;}

/* free resources section */
.fr-blocks {}
.fr-block {border:5px solid #F1BF50; border-radius:10px;}
.fr-block .fr-image {background-color:#F1BF50; height:260px; overflow:hidden; margin-bottom:20px;}

/* quick links popout */
.popout-menu {position:fixed; right:-170px; top:234px; margin-right: -10px; /*transition: right 2s;*/ z-index:9999; width:240px; cursor:pointer;}
@media only screen and (max-width: 767px) {
  .popout-menu {top:320px;}
}

.popout-menu .tab-link {transform: rotate(270deg); border-top-left-radius: 10px; border-top-right-radius: 10px; font-weight:bold; position:absolute; left:-63px; top:44px; font-size:28px;}
.popout-menu .menu-items {width:240px; background-color:#FFFFFF; position:absolute; left:0px; top:-21px; margin-left:60px;}
.popout-menu .menu-items ul {list-style:none; padding:0; margin:0;}
.popout-menu .menu-items ul li {list-style:none; padding:0; margin:0;}
.popout-menu .menu-items ul li a {display:block; background-color:#f6cd79; color:#000000; padding:5px 10px; font-weight:bold; text-decoration:none;}
.popout-menu .menu-items ul li a:hover {background-color:#ffffff; text-decoration:none;}

/* resources dashboard */
.resources-title-bar {background-color:#F1BF50; background-size:cover; background-position:center center;}
.resources-title-bar h1 {font-size:1.5em;}
.resources-dashboard .top-block {background-image:url('/wp-content/uploads/dashboard-banner.jpg'); background-size:cover; background-position:center center; padding-top:30px; padding-bottom:30px;}
.resources-dashboard .top-block h2 {color:#ffffff;}
.resources-dashboard .top-block p {color:#ffffff;}
.resources-dashboard .jump-to {background-color:#4baaf7;}
.resources-dashboard .jump-to h2 {color:#ffffff;}

.message_popup {background-color:#F1BF50; border-radius:10px; padding:10px;}
.message_popup h2, .message_popup h3, .message_popup p, .message_popup li   {color:#000000;}
.btn-resource {text-align:left; height:180px; padding-left:15px; position:relative; border:none;}
.btn-resource .text {width:50%; height:100%;}
.btn-resource .image {position:absolute; right:0px; top:0px; width:50%; height:100%; background-position:center; background-size: cover; border-bottom-right-radius: 40px; border-top-right-radius: 40px;}
.btn-planning, .btn-assessment, .btn-webinars {position:relative; height:90px; font-size:18px; padding-left:30px;}
.btn-planning .icon {position:absolute; right:18px; top:12px;}
.btn-assessment .icon {position:absolute; right:18px; top:12px;}
.btn-webinars .icon {position:absolute; right:18px; top:12px;}

/* resources section */
.resources-header {background-color:#f7f7f7; display:none;}
.resources-section {/*background-color:#4baaf7;*/ background-color:#f7f7f7;}
.resources-mobile-menu-section {background-color:#4baaf7;}
.resources-content {border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;border-left:2px solid #ffffff; border-bottom:2px solid #ffffff; border-right:2px solid #ffffff; background-image:url('/wp-content/themes/monster-phonics/images/green-hill.png'); background-repeat:no-repeat; background-position:bottom right; background-size: contain;}

@media only screen and (max-width: 992px) {
  .resources-section {background-color:#ffffff;}
  .resources-content {border-radius: 10px; }
}

.resources-content .monster-image {position:absolute; right:0px; bottom:0px; z-index:0;}
.nav-pills .nav-item .nav-link {border:2px solid #ffffff; border-radius:10px 10px 0px 0px; font-weight:bold; font-size:24px; text-decoration:none;}
.nav-pills .nav-item .nav-link.active {color:#000000; background-color:#FFFFFF; border-top:2px solid #efbf4f; border-left:2px solid #efbf4f; border-right:2px solid #efbf4f;}
.nav-pills .nav-item .nav-link:hover {color:#000000;}

/* resources - mobile menu */
ul.mobile-resources-menu, ul.mobile-resources-menu-weeks {list-style: none; background-color:#ffffff; padding:10px 15px; border-radius:10px; position:relative; font-size:20px;}
ul.mobile-resources-menu:hover, ul.mobile-resources-menu-weeks:hover {cursor: pointer;}
ul.mobile-resources-menu:after, ul.mobile-resources-menu-weeks:after {
  content: 'v'; 
  font-size: 24px;
  color: #ffffff;
  background-color:#80ba57;
  text-align:center;
  right: 0px;
  /*Adjust for position however you want*/
  top: 0px;
  height:50px;
  width:50px;
  position: absolute;
  pointer-events: none;
  padding-top:4px;
  border-radius: 0px 10px 10px 0px;
}
ul.mobile-resources-menu li ul li a {font-size:16px !important; color:#000000 !important; font-weight:bold;}
ul.mobile-resources-menu li ul {display:none; list-style:none; margin-left:0; padding-left:0; }
ul.mobile-resources-menu-weeks li ul {display:none; list-style:none; margin-left:0; padding-left:0; }
ul.mobile-resources-menu-weeks li ul a {font-size:18px; color:#4baaf7;}
ul.mobile-resources-menu-weeks li ul li ul {padding-left:20px;}
ul.mobile-resources-menu-weeks li ul li ul a {font-size:16px; color:#000000;}
 
ul.resource-week-links {list-style:none; margin:0; padding:0;}
ul.resource-week-links li.week-link {margin:0px; padding:0px; background-color:#efbf4f; border-bottom:2px solid #ffffff; border-left:2px solid #ffffff; border-right:2px solid #ffffff;}
li.week-link {position:relative;}
li.week-link a {position:relative; z-index:2; color:#000000; text-decoration:none; background-color:#f6cd79; display:block; padding:12px 10px; font-size:16px; font-weight:bold;}
li.week-link a i {margin-right: 10px;}
/*li.week-link .icon { position:absolute; right:0; top:0; width:50px; height:100%; padding-top:4px; font-size:24px; font-weight:bold; text-align:center; background-color:#000000; color:#ffffff;}*/
ul.resource-week-links li.week-link:hover, ul.resource-week-links li.week-link.active {background-color:#4baaf7; color:#FFFFFF;}
li.week-link a:hover {text-decoration:none;}
ul.resource-week-links li.week-link ul {/*background-color:#ffffff;*/ background-color:#efbf4f; list-style:none; padding-left:0px; padding-top:6px;}
ul.resource-week-links li.week-link ul li {}
ul.resource-week-links li.week-link ul li a {padding:4px 20px; font-size:16px; background-color:#efbf4f;}
ul.resource-week-links li.week-link ul li a:hover {background-color:#f6cd79;}
ul.resource-week-links li.week-link ul li.active a {background-color:#fde8bd;}
ul.mobile-resources-menu-weeks li ul a {background-color:transparent;}

.btn-powerpoint, .btn-activity {position:relative;}
.btn-powerpoint .icon {position:absolute; right:18px; top:10px;}
.btn-activity .icon {position:absolute; right:18px; top:10px;}

.video {border:10px solid #F1BF50; border-radius:15px; position:relative;}
.video .num-badge {position:absolute; left:-10px; top:-10px; z-index:20; background-color:#F1BF50; font-family: "Fredoka One", cursive !important;
    font-size: 22px; color:#212529; border-radius:12px; padding:6px 12px;}

/* search results */
.resources-search-result {border-radius:10px;}
.resources-search-result .result-graphic {background-color:#F1BF50; border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.resources-search-result .result-content {border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
.custom-control-label {font-family: "Fredoka One", cursive !important;}

@media only screen and (max-width: 767px) {
  .resources-search-result h2 {font-size:1.5rem;}
  p.resource-search-label {font-size:12px;}
}

/* display resources */
.display-resource-row {border-radius:10px;}
.display-resource-row .display-resource-icon {background-color:#F1BF50; border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.display-resource-row .display-resource-content {border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
.custom-control-label {font-family: "Fredoka One", cursive !important;}

@media only screen and (max-width: 767px) {
  .display-resource-row h3 {font-size:1.5rem;}
  .display-resource-row .display-resource-icon {border-bottom-left-radius: 0px; border-top-right-radius: 10px;}
  .display-resource-row .display-resource-content {border-top-right-radius: 0px; border-bottom-left-radius: 10px;}
  p.resource-search-label {font-size:12px;}
}

.resources-title-bar.books-landing-header {background-image:url('/wp-content/themes/monster-phonics/images/books-header.jpg');}

@media only screen and (max-width: 767px) {
  .resources-title-bar.books-landing-header {background-image:none;}
}

/* faqs */
h5.faq-question {font-size:18px; position:relative; width:100%;}
h5.faq-question:hover {cursor:pointer;}
h5.faq-question:after {  content: 'v';
  font-size: 24px;
  color: #000000;
  font-weight:bold;
  text-align:center;
  float:right;
  /*Adjust for position however you want*/
  top: 8px;
  right:0px;
  position: absolute;
  pointer-events: none;
  padding-top:4px;
  border-radius: 0px 10px 10px 0px;
}

/* schools directory */
.school-logo {height:200px; display:inline-block;}
.school-bottom-promo {background-position: -5% 15%; background-repeat:no-repeat; background-image:url('/wp-content/uploads/2018/04/yellow-i.png'); }

@media only screen and (max-width: 767px) {
  .school-bottom-promo {background-image:none;}
}

.kid-quote .quote-text {height:150px;}
.kid-quote p {font-size:24px; font-weight:bold;}
.kid-photo {height:200px; background-size: cover;}

.parent-quote .quote-text {height:150px;}
.parent-quote p {font-size:20px; font-weight:bold;}

/* promo module */
.promo-module {width:100%; background-color:#b94fe2; border-radius:15px; padding:20px; margin-bottom:30px;}
.promo-module h3 {color:#ffffff}
.promo-module p {color:#ffffff;}

/* link box */
.link-box {width:100%; height:200px; border-radius:15px; background-size: cover; background-position:center center; position:relative;}
.link-box .link-box-caption {position:absolute; bottom:0px; left:0px; width:100%; background-color:#F1BF50; text-align:center; padding:15px 0px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; font-size:18px;}
a .link-box-caption {color:#000000;}

/* gravity form custom css */
.page-template-template2023-gravity-forms-subscribe .gfield {padding:20px; border-radius:20px; background-color:#f5f5f5; margin-bottom:30px; box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;}
.page-template-template2023-gravity-forms-subscribe .ginput_container {border:1px solid #c5c5c5;}



.label {font-family: "Fredoka One", cursive !important;}
.link-grey {color:#8a8a8a;}
.link-dark {color:#000000;}

.link-bg-orange {background-color:#F1BF50; color:#000000;}
.text-normal {font-weight:normal;}

.progress {font-size:18px; font-weight:bold; height:30px; border:1px solid #000000; background-color:#F1BF50; border-radius:15px;}

.dropdown-menu {z-index:999999 !important;}

.divider-10 {width:100%; height:10px;}
.pb-200 {padding-bottom:200px;}
.pr-80 {padding-right:80px;}
.pr-90 {padding-right:90px;}
.p-6-10 {padding:6px 10px;}
.w-100 {width:100%;}
.btrr-10 {border-top-right-radius:10px !important;}
.bbrr-10 {border-bottom-right-radius:10px !important;}
.bblr-10 {border-bottom-left-radius:10px !important;}
.btlr-10 {border-top-left-radius:10px !important;}
.f-18 {font-size:18px;}
.f-24 {font-size:24px;}
.h-10 {height:10px;}
.bb-white {border-bottom:1px solid #ffffff;}

.box-shadow {box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;}
.box-shadow-light {box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19) !important;}
.bg-green {background-color:#80ba57 !important;}
.bg-green-reception {background-color:#39a736 !important;}
.bg-white {background-color:#ffffff !important;}
.bg-grey {background-color:#f7f7f7;}
.bg-yellow {background-color: #F1BF50;}
.bg-blue {background-color:#588FF7 !important;}
.bg-purple {background-color:#8A3E9D !important;}
.bg-black {background-color:#000000 !important;}
.white {color:#ffffff !important;}
.green {color:#80ba57;}
.yellow {color: #F1BF50;}

.border-none {border:none !important;}
.nav-tabs .nav-link {border-radius:0.25rem;}
.nav-tabs a {text-decoration:none;}

.fredoka {font-family: "Fredoka One", cursive !important;}

/* Mobile Menu Overrides */

@media only screen and (max-width: 1200px) {

  #masthead .nav-btn {
    display: block;
    float: right;
    margin-left: unset;
    margin-right: unset;
    width: 40px;
    margin-top: 10px;
  }

  #masthead .nav-btn a {
    margin-left: 0;
  }

  #masthead .main-navigation {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
    display: none;
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
  }

  #masthead .top-navigation {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
    display: none;
  }

  #masthead .active-navigation {
    display: block !important;
  }

  #masthead .main-navigation,
  #masthead .top-navigation {
    font-size: 20px;
    margin-top: 20px;
  }

  #masthead .top-navigation .user-options li {
    display: block;
    padding: 0 12px;
  }

  #masthead .main-navigation ul li ul li {
    display: block !important;
    font-size: 20px !important;
  }

  #masthead .main-navigation ul li a.dropdown-toggle {
    display: none;
  }

  #masthead .main-navigation ul {
    margin: 0;
  }

  #masthead .main-navigation ul li {
    display: block;
  }

  #masthead .main-navigation ul li a {
    display: block;
    padding: 10px 0;
    color: #3c3c3b;
    text-decoration: none;
    padding: 0rem 0.8rem;
    text-align: left;
  }

  #masthead .main-navigation ul li ul li a {
    padding: 0rem 0.8rem !important;
  }

  .dropdown-menu {
    display: contents !important;
    font-size: 14px !important;
  }

  #masthead .main-navigation .dropdown-item:hover {
    color: #11abff !important;
    background-color: #f8f9fa !important;
  }

}