/*
Theme Name: OiPlaySchool Blog Theme
Theme URI: http://deepredink.com/
Author: Deep Red Ink
Author URI: http://deepredink.com/
Description: Custom theme for OiPlaySchool blog.
Version: 1.0
*/
.wpsm-content, li, ol li {
    line-height: 130%
}

.footer-content a, .post-meta-content a {
    color: #686868;
    text-decoration: underline
}

.slider-nav-list .slider-nav.prev, ul.page-numbers li {
    float: left
}

#blog {
    padding: 3.2em 0
}

    #blog .box {
        background: 0 0
    }

    #blog .box-body {
        padding-top: 15px
    }

        #blog .box-body .btn {
            margin-top: 20px
        }

.footer-content {
    color: #686868;
    margin-top: 25px;
    font-style: italic;
    font-size: 12px
}

.post-meta-content {
    margin-top: 0;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 12px
}

.widget {
    list-style: none;
    margin: 10px 0 20px
}

.widgettitle {
    font-size: 16px;
    padding-bottom: 5px
}

.a-post h2 {
    margin-top: 0
}

.article-content h4 {
    margin-top: 25px
}

.read-more-btn {
    color: #fff;
    transition: .5s;
    border: 1px solid #8DC63F;
    background: #8DC63F
}

    .read-more-btn:active, .read-more-btn:focus, .read-more-btn:hover {
        color: #8DC63F;
        transition: .5s;
        border: 1px solid #8DC63F;
        background: #fff
    }

hr.article-divider {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(160,195,111,.75),rgba(0,0,0,0))
}

.widget_recent_entries ul {
    padding: 0;
    list-style-type: none
}

    .widget_recent_entries ul li {
        background: #f9f9f9;
        padding: 0;
        transition: .6s;
        margin-bottom: 3px;
        -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.3);
        box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.3)
    }

        .widget_recent_entries ul li:hover {
            background: #8DC63F;
            transition: .6s
        }

        .widget_recent_entries ul li a {
            color: #395F6F;
            display: block;
            transition: .4s;
            padding: 7px 10px;
            text-decoration: none
        }

        .widget_recent_entries ul li:hover a {
            color: #fff;
            transition: .3s
        }

.widget_categories ul {
    padding: 0;
    list-style-type: none
}

    .widget_categories ul li {
        background: #f9f9f9;
        padding: 0;
        transition: .6s;
        margin-bottom: 3px;
        -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.3);
        box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.3)
    }

        .widget_categories ul li:hover {
            background: #8DC63F;
            transition: .6s
        }

        .widget_categories ul li a {
            color: #395F6F;
            display: block;
            transition: .4s;
            padding: 7px 10px;
            text-decoration: none
        }

        .widget_categories ul li:hover a {
            color: #fff;
            transition: .3s
        }

#shr-admin-badge {
    display: none !important
}

.pagination {
    margin: 0;
    width: 100%;
    text-align: center
}

ul.page-numbers {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #F9F9F9;
    display: inline-block
}

    ul.page-numbers li .page-numbers {
        display: block;
        color: #8DC63F;
        text-align: center;
        padding: 5px 15px;
        background: #fff;
        transition: .5s;
        border: 1px solid #dbdbdb;
        text-decoration: none
    }

        ul.page-numbers li .page-numbers.current, ul.page-numbers li .page-numbers:hover {
            color: #fff;
            transition: .5s;
            background-color: #8DC63F
        }

ol {
    padding-left: 20px
}

    ol li {
        font-size: 16px;
        color: #8A8A8A
    }

@media(max-width:768px) {
    #searchsubmit {
        margin-top: 10px
    }
}

.custom-page-body ul {
    list-style: none;
    padding: 10px 0;
    margin: 0
}

    .custom-page-body ul li {
        color: #8A8A8A;
        font-size: 16px;
        position: relative;
        padding-left: 30px;
        padding-bottom: 10px
    }

.su-spoiler-style-default > .su-spoiler-title {
    font-weight: 400;
    border: 1px solid #f58320;
    color: #f58320;
    font-size: 16px
}

    .su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
        left: 3px !important
    }

.su-spoiler-style-default > .su-spoiler-content {
    background: #efedec
}

blockquote {
    background: 0 0;
    border-left: none;
    margin: 30px 15px 0;
    font-size: 16px;
    padding: 15px 10px 10px;
    position: relative
}

    blockquote:before {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 0;
        color: #f5832073;
        content: '\275d';
        font-size: 4em;
        line-height: .1em;
        margin-right: .25em;
        vertical-align: -.4em
    }

    blockquote p {
        display: inline;
        font-size: 16px
    }

.wpsm-content {
    font-size: 16px;
    color: #8A8A8A
}

#rc-imageselect, .g-recaptcha {
    transform: scale(.87);
    -webkit-transform: scale(.87);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.su-spoiler-style-fancy > .su-spoiler-title {
    color: #fff;
    font-size: 18px !important;
    background: #f58320 !important;
    border-radius: 0 !important
}

.fg-paging-container.fg-light .fg-dot-item.fg-selected .fg-dot-link {
    border-color: #F58320 !important
}

    .fg-paging-container.fg-light .fg-dot-item .fg-dot-link:focus:before, .fg-paging-container.fg-light .fg-dot-item .fg-dot-link:hover:before, .fg-paging-container.fg-light .fg-dot-item.fg-selected .fg-dot-link:before {
        background-color: #F58320 !important;
        border-color: #F58320 !important
    }

.fg-paging-container.fg-light .fg-dot-item .fg-dot-link {
    background-color: rgba(247,161,76,.8) !important;
    border-color: rgba(247,161,76,.8) !important
}

.gm-style .default-card, .gm-style .place-card, .gm-style-cc {
    display: none !important
}

.wpcf7-captchar {
    color: #f58320;
    font-weight: 700;
    width: 62px;
    margin-left: 1px
}

.wpcf7-captchac {
    display: block;
    margin: 6px 0
}

#timeline-section {
    padding: 45px 0;
    background: url(img/bubbles.png) #0991B0
}

#ollie-swim {
    position: relative;
    height: 345px;
    margin-top: 0;
    overflow: hidden;
    background: #fbfdfa;
    z-index: 2
}

    #ollie-swim .waves {
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        z-index: 1
    }

        #ollie-swim .waves.wave1 {
            height: 30px;
            background: url(img/first-wave.png);
            -moz-animation: wave 18s linear infinite;
            -webkit-animation: wave 18s linear infinite;
            animation: wave 18s linear infinite;
            z-index: 5
        }

        #ollie-swim .waves.wave2 {
            height: 39px;
            bottom: 20px;
            background: url(img/second-wave.png);
            -moz-animation: wave 36s linear infinite;
            -webkit-animation: wave 36s linear infinite;
            animation: wave 36s linear infinite;
            z-index: 3
        }

        #ollie-swim .waves.wave3 {
            height: 70px;
            bottom: 5px;
            background: url(img/third-wave.png);
            -moz-animation: wave 54s linear infinite;
            -webkit-animation: wave 54s linear infinite;
            animation: wave 54s linear infinite;
            z-index: 2
        }

        #ollie-swim .waves.wave4 {
            height: 170px;
            bottom: 0;
            background: url(img/wave.png);
            -moz-animation: wave 10s linear infinite;
            -webkit-animation: wave 10s linear infinite;
            animation: wave 10s linear infinite;
            z-index: 2;
            opacity: 1
        }

    #ollie-swim .ollie-swimmer {
        display: block;
        position: absolute;
        z-index: 4;
        left: 0;
        bottom: -30px;
        width: 33.333333%;
        -moz-transition: all ease-in-out;
        -o-transition: all ease-in-out;
        -webkit-transition: all ease-in-out;
        transition: all ease-in-out;
        -moz-transform-origin: right center 50%;
        -ms-transform-origin: right center 50%;
        -webkit-transform-origin: right center 50%;
        transform-origin: right center 50%;
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

        #ollie-swim .ollie-swimmer .ollie-img {
            width: 25%
        }

    #ollie-swim #ollieSwimmer2 {
        left: 33.333333%
    }

    #ollie-swim #ollieSwimmer3 {
        left: 66.666666%
    }

@media (max-width:1199px) {
    #ollie-swim .ollie-swimmer {
        width: 50%
    }

    #ollie-swim #ollieSmimmer2 {
        left: 50%
    }

    #ollie-swim #ollieSwimmer3 {
        display: none
    }
}

@media (max-width:767px) {
    #ollie-swim .ollie-swimmer {
        width: 100%;
        bottom: -150px
    }

    #ollie-swim #ollieSmimmer2 {
        left: 100%
    }

    #ollie-swim #ollieSwimmer3 {
        display: none
    }
}

@media (max-width:540px) {
    #ollie-swim .ollie-swimmer {
        width: 100%;
        bottom: -70px
    }
}

@media (max-width:479px) {
    #ollie-swim .ollie-swimmer {
        width: 100%;
        bottom: -30px
    }

        #ollie-swim .ollie-swimmer .ollie-img {
            with: 30%
        }
}

#ollie-swim.jump-1 #ollieSwimmer1 {
    -moz-animation: containerJump 3.5s ease-in-out;
    -webkit-animation: containerJump 3.5s ease-in-out;
    animation: containerJump 3.5s ease-in-out;
    display: block
}

    #ollie-swim.jump-1 #ollieSwimmer1 .ollie-img {
        -moz-animation: dolphinJump 3.5s ease-in-out;
        -webkit-animation: dolphinJump 3.5s ease-in-out;
        animation: dolphinJump 3.5s ease-in-out
    }

#ollie-swim.jump-2 #ollieSwimmer2 {
    -moz-animation: containerJump 3.5s ease-in-out;
    -webkit-animation: containerJump 3.5s ease-in-out;
    animation: containerJump 3.5s ease-in-out;
    display: block
}

    #ollie-swim.jump-2 #ollieSwimmer2 .ollie-img {
        -moz-animation: dolphinJump 3.5s ease-in-out;
        -webkit-animation: dolphinJump 3.5s ease-in-out;
        animation: dolphinJump 3.5s ease-in-out
    }

#ollie-swim.jump-3 #ollieSwimmer3 {
    -moz-animation: containerJump 3.5s ease-in-out;
    -webkit-animation: containerJump 3.5s ease-in-out;
    animation: containerJump 3.5s ease-in-out;
    display: block
}

    #ollie-swim.jump-3 #ollieSwimmer3 .ollie-img {
        -moz-animation: dolphinJump 3.5s ease-in-out;
        -webkit-animation: dolphinJump 3.5s ease-in-out;
        animation: dolphinJump 3.5s ease-in-out
    }

@-moz-keyframes wave {
    from {
        background-position: 1910px 0,1910px 0
    }
}

@-webkit-keyframes wave {
    from {
        background-position: 1910px 0,1910px 0
    }
}

@keyframes wave {
    from {
        background-position: 1910px 0,1910px 0
    }
}

@-moz-keyframes containerJump {
    0% {
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    100% {
        -moz-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@-webkit-keyframes containerJump {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes containerJump {
    0% {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    100% {
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@-moz-keyframes dolphinJump {
    0%,100% {
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@-webkit-keyframes dolphinJump {
    0%,100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@keyframes dolphinJump {
    0%,100% {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.testimonials-heading {
    font-size: 30px
}

li {
    font-size: 16px;
    color: #8A8A8A
}

.slider-nav-list {
    list-style-type: none;
    padding: 0;
    height: 36px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

    .slider-nav-list .slider-nav {
        display: inline-block;
        width: 36px;
        height: 36px;
        color: #9a9a9a;
        background: url(../img/rgbapng/00000099-5c5c1.html?1527322873);
        background: rgba(0,0,0,.6);
        font-size: 21px;
        text-align: center;
        padding-top: 4px;
        float: left;
        margin: auto
    }

        .slider-nav-list .slider-nav:hover {
            cursor: pointer
        }

        .slider-nav-list .slider-nav.next {
            float: right
        }

.milestone-slider-container {
    display: block;
    padding: 0 45px;
    position: relative
}

    .milestone-slider-container .milestones-slider-nav-list {
        position: absolute;
        display: block;
        left: 0;
        right: 0
    }

        .milestone-slider-container .milestones-slider-nav-list .slider-nav {
            background: 0 0;
            color: #fff
        }

.milestones-slider {
    display: block;
    margin: 0 -15px 15px;
    position: relative;
    z-index: 10
}

    .milestones-slider .item {
        display: block;
        padding: 15px;
        outline: 0 !important;
        border: none !important;
        position: relative
    }

        .milestones-slider .item .year {
            display: block;
            height: 60px;
            width: 60px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #A9DEE7;
            color: #005878;
            margin: 0 auto 21px;
            text-align: center;
            font-weight: 700;
            padding-top: 18px;
            border: 3px solid #008FB2;
            -moz-box-shadow: inset 0 0 0 6px #57BCD1,0 0 0 1px #57BCD1;
            -webkit-box-shadow: inset 0 0 0 6px #57BCD1,0 0 0 1px #57BCD1;
            box-shadow: inset 0 0 0 6px #57BCD1,0 0 0 1px #57BCD1
        }

        .milestones-slider .item:before {
            content: ' ';
            display: block;
            position: absolute;
            top: 45px;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0;
            height: 1px;
            border-bottom: 1px dashed #57BCD1;
            z-index: -1
        }

        .milestones-slider .item .wrapper {
            padding: 15px;
            background: #fff;
            text-align: left;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            outline: 0 !important
        }

            .milestones-slider .item .wrapper img {
                display: block;
                width: 75px;
                margin: 0 auto 15px
            }

            .milestones-slider .item .wrapper h3 {
                font-size: 13px;
                font-family: Arial,sans-serif;
                font-weight: 600;
                color: #42535D;
                margin: 0 0 7px;
                text-transform: uppercase
            }

            .milestones-slider .item .wrapper p {
                font-size: 13px;
                line-height: 1.5;
                min-height: 45px;
                color: #838383
            }

.media-body, table {
    font-size: 16px;
    /*color: #8A8A8A*/
}

.milestones-slider .item .wrapper ul {
    padding: 0 0 0 15px;
    margin: 0
}

    .milestones-slider .item .wrapper ul > li {
        line-height: 1.5;
        margin-bottom: 6px
    }

.milestones-slider .item.active-year .wrapper {
    border-color: #005878
}

.media-body {
    line-height: 130%
}

.custom-btn {
    padding: 10px 25px;
    border-radius: 25px;
    text-transform: uppercase;
    transition: .6s;
    letter-spacing: 1px;
    font-family: CFJackStory-Regular
}

table {
    line-height: 22px;
    line-height: 130%
}

.no-video {
    margin: 0 auto !important
}

.media-left, .media > .pull-left {
    padding-right: 20px !important
}

.media-body h4 {
    margin-top: 8px !important;
    color: #484747 !important
}

.custom-slider-wrapper .custom-slider-nav-list .custom-video-slider-nav {
    margin: 0 -10px !important
}

.custom-slider-wrapper .custom-slider-nav-list .custom-slider-nav {
    margin: 0 -20px !important
}

.google-maps-box {
    margin-left: 50px
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #398f14 !important;
    border-radius: 0 !important;
    padding: 6px 22px !important;
    margin-top: -9px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: #398f14 !important;
    color: #fff !important
}

.custom-inner-testimonials {
    padding: 25px 30px;
    background: #fff
}

    .custom-inner-testimonials blockquote {
        text-align: justify
    }

    .custom-inner-testimonials .testi_name {
        padding-right: 25px;
        border: none;
        font-style: italic
    }

.centers-testimonials-slider .slick-dots {
    bottom: -40px
}

@media (max-width:480px) {
    .slider-section .home-slider-content .btn {
        display: block;
        background: rgba(255,255,255,.75);
        margin: 18px auto
    }

    .initiative-logo, .subscription-section {
        margin-top: 15px
    }

    .second-item {
        margin-top: 30px
    }

    .balloon-left, .balloon-right {
        z-index: -1
    }
}

@media only screen and (max-width:480px) {
    .google-maps-box {
        margin-bottom: 25px !important
    }

    .wpcf7-intl-tel {
        width: 180% !important
    }
}

@media (min-width:1366px) and (max-width:1366px) {
    .slider-section .home-slider-content {
        margin: 0 0 100px
    }
}

.lb-nav a.lb-next, .lb-nav a.lb-prev {
    opacity: 1 !important
}

.captcha-image i {
    padding: 5px;
    font-size: 15px !important
}

@media(max-width:480px) {
    #hellobar-bar .hb-text-wrapper .hb-headline-text {
        font-size: 9px
    }

    #hellobar-bar.regular .hb-cta {
        font-size: 10px
    }
}

.card-blocks.mini .card-content {
    min-height: 310px;
}

@media(max-width:1199px) {
    .card-blocks.mini .card-content {
        min-height: 500px;
    }
}

@media(max-width:480px) {
    .card-blocks.mini .card-content {
        min-height: initial;
    }
}

.colo th {
    color: #fff;
}
.colo1 tr td {
    color: #fff;
}
.table-bordered tr td {
   border :solid 1px black;
}