/*
	Theme Name: SCEI
	Theme URI: http://www.sceipak.org/
	Description: Template for Special Children’s Educational Institute
	Version: 1.0.0
	Author: Salman Khan
	Template: score
*/

@import url("../score/style.css");
p{
    color: #1f1f1f;
}
.white-header .thb-full-menu > li.current-menu-item:not(.has-hash) > a, .header.style3.dark .thb-full-menu > li.current-menu-item:not(.has-hash) > a, .light-title:not(.midnight_on) .header:not(.hover):not(:hover):not(.style3) .thb-full-menu > li.current-menu-item:not(.has-hash) > a, .disable_header_fill-on.light-title:not(.midnight_on) .header:not(.style3) .thb-full-menu > li.current-menu-item:not(.has-hash) > a, .midnightHeader.light-title .thb-full-menu > li.current-menu-item:not(.has-hash) > a{
    color:#ffbf03;
}
.team-information .thb-description a i{
    font-size: 20px;
}
.odometer-theme-minimal .odometer-value,.thb-counter h6{
    color:white;
}
.mb-8p{
    margin-bottom:8%;
}
.post.style2 .blog-post-container h2{
    font-size: 28px;
}
.post.style2 .blog-post-container{
    padding:25px;
    -webkit-box-shadow: 0 0 20px rgba(204,204,223,.5);
    -ms-box-shadow: 0 0 20px rgba(204,204,223,.5);
    -o-box-shadow: 0 0 20px rgba(204,204,223,.5);
    box-shadow: 0 0 20px rgba(204,204,223,.5);
}
/*Insta Footer*/
.footer-instagram-section ul{
    padding: 0 !important;
    margin:0;
}
.footer-instagram-section {
  text-align: center;
  position: relative;
  z-index: 1;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  .footer-instagram-section:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  .footer-instagram-section .instagram-pics {
    list-style: none;
    overflow: hidden;
    margin: 0; }
    .footer-instagram-section .instagram-pics li {
      position: relative;
      width: 16.666%;
      float: left;
      padding: 0; }
      .footer-instagram-section .instagram-pics li a:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        -moz-transition: box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        -webkit-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        -webkit-box-shadow: inset 0 0 0 0px #000;
        -moz-box-shadow: inset 0 0 0 0px #000;
        box-shadow: inset 0 0 0 0px #000; }
      .footer-instagram-section .instagram-pics li a:hover:before {
        -webkit-box-shadow: inset 0 0 0 10px #ffbf03;
        -moz-box-shadow: inset 0 0 0 10px #ffbf03;
        box-shadow: inset 0 0 0 10px #ffbf03; }
      @media screen and (max-width: 63.9375em) {
        .footer-instagram-section .instagram-pics li {
          width: 25%; } }
      .footer-instagram-section .instagram-pics li img {
        width: 100%;
        vertical-align: bottom; }
    .footer-instagram-section .instagram-pics + p {
      margin: 0; }
      .footer-instagram-section .instagram-pics + p a {
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 15px 30px;
        background-color: rgba(255, 255, 255, 0.8);
        color: inherit;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 4px;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
        .footer-instagram-section .instagram-pics + p a:hover, .footer-instagram-section .instagram-pics + p a:focus {
          background-color: #fff; }
/*Insta Footer*/