/*
Theme Name: Chico Country Day Custom Theme
Theme URI: https://www.halfabubbleout.com
Version: 1.0
Description: Custom Theme for Chico Country Day
Author: Half a Bubble Out
Author URI: https://www.halfabubbleout.com
template: bb-theme
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,600,600i');
@import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah');
a, a:hover {
    text-decoration: none;
}
body {
  font-family: 'Poppins', sans-serif;
    color: #5e5e5e;
    font-size: 18px;
    line-height: 28px;
  }
h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
  }
.staff h1 {
    font-size: 48px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 24px;
}

.staff h2 {
    font-size: 24px;
    line-height: 28px;
    color: #9dabb3;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 36px;
}
 .wmts_container .wmts_name {
    font-size: 18px;
    text-transform: none;
    font-weight: 600!important;
    color: #000;
    line-height: 24px!important;
    margin-top: 0;
     margin-bottom: 0;
}
.wmts_container .wmts_job_title {
    margin-bottom: 12px!important;
    overflow: hidden;
    white-space: nowrap;
}
.fa-envelope:before, .fa-envelope-o:before {
    content: url('/wp-content/uploads/email.png')!important;
}
.fa-linkedin:before {
    content: url('/wp-content/uploads/amazon.png')!important;       
}
.wmts_attribute span[data-wph-type=value] a {
    padding-left: 24px!important;
}
.fa-envelope:hover, .fa-linkedin:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */  
} 
.wmts_member {
    background: #d0d8dd!important;
}
.wmts_lightbox .fa-linkedin:after {
    content: " Amazon Wish List";
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    baseline-shift: super;
}
.wph_element .wmts_image .wmts_element img {
    width: 92px!important;
    height: 92px!important;
}
.cursive {
    font-family: 'Gloria Hallelujah', cursive;
}
a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */  
}
.header-logo {
    width: 658px;
    max-width: 100%;
    margin: 0 auto;
}
.header-menu-top li {
    padding-top: 15px!important;
    padding-bottom: 12px!important;
}
.header-menu-top li a {
    color: #000000!important;
}
.header-menu-top li.current-menu-item, .header-menu-top li:hover {
    background-color: #a2afb8;
}
.sub-menu li {
   font-size: 15px;
    line-height: 22px!important;
    padding-top: 12px!important;
    padding-bottom: 9px!important;
    border-top: 1px solid #dddddd!important;
}

.slide-text h1 {
    font-family: 'Gloria Hallelujah', cursive;
    padding-left: 100px!important;
    padding-right: 100px!important;
}
.left-menu-icons {
    background: #9dabb3;
    position: fixed;
    top: 60%;
    left: 0;
    width: 97px;
    color: #002c44;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    z-index: 1000;
    padding-top: 12px;
    padding-bottom: 12px;
    transform: translate(-00%, -50%);
}
.left-menu-icons img.aligncenter{
    width: 52px;
    margin: 5px auto 0;
}
@media all and (max-width: 1200px) {
    .left-menu-icons {
        top: 90%;
        bottom: 0;
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        padding-top: 12px;
        padding-bottom: 12px;
        transform: translate(-00%, -00%);

    }
    .left-menu-icons img.aligncenter{
        width: 90%;
        max-width: 48px;
    }
    .stay {
        width: 16.5%;
        float: left;
        height: 48px;
    }
    footer {
        margin-bottom: 88px;
    }
    .slide-text h1 {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
}
@media all and (max-width: 500px) {
    .left-menu-icons {
        font-size: 6px;
        line-height: 12px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .stay {
        height: 36px;
    }
}
.staff-login {
   width: 100%;
    margin: 0 auto;
}
.staff-login a.fl-button {
    font-size: 18px;
}
.copy p {
    font-size: 12px;
    line-height: 18px;
}
.copy p a {
    font-weight: 400;
    text-decoration: underline;
}
.fl-cta-inline .fl-cta-button {
    padding-left: 0px; 
    text-align: center;
    width: 100%!important;
}
.footer {
    border-bottom: 22px solid #002c44;
}
.footer-menu {
    letter-spacing: 2px;
}

.intro h1 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 400;
    color: #5e5e5e;
}


.intro h3 {
    color: #e65f25;
    font-size: 24px;
}
.under-intro h2 {
    color: #e65f25;
}

.home-cta {
    text-align: center;
    padding: 20px;
    color: #fff;
    margin: 10px;
}
.home-cta h3 {
    color: #fff;
    font-size: 24px;
}
.home-cta p {
    font-size: 16px;
    line-height: 22px;
}
.home-cta img {
    height: 92px!important;
    width: auto;
}
.home-cta img:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */  
}
.home-cta:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */  
}
.orange {
    background: #c07d36;
}
.green {
    background: #9f9d51;
}
.purple {
    background: #34477e;
}
.blue {
    background: #3a5f81;
}
.home-video {
    max-width: 600px;
    margin: 0 auto;
}
.click-button {
    background: #e09c26;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 12px;
}
.inside-page h1 {
    font-size: 48px;
    line-height: 54px;
}
.inside-page h2 {
    margin-top: 48px;
}
.inside-page h3 {
    font-size: 24px;
    color: #e65f25;
}
.intro p, .inside-page p {
    margin: 24px 0 24px!important;
}
h4 {
    font-size: 18px;
    font-weight: 600;
    color: #e66025;
}
.inside-page-menu .fl-menu li a:before {
    content: "• ";
    color: #9dabb3;
}
.inside-page-menu .fl-menu ul, .inside-page-menu .fl-menu ul li {
    margin: 0;
}
.we-believe {
    margin: 20px;
    background: #cfcfbd;
}
.inside-page ol li, .inside-page ul li {
    margin: 12px 0;
}
.inside-page ul, .inside-page ol {
    margin: 12px 0 24px;
}
.inside-page ul.sub-menu {
    display: block!important;
}
.simcal-default-calendar-list ul.simcal-events {
    margin: 0;
    padding-left: 18px;
}

.simcal-default-calendar-list .simcal-event-details {
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
}
.simcal-day-label {
    border-bottom: 0;
}
.home-calendar {
    background: #c9d0da;
    padding: 0 20px 0;
}
.simcal-default-calendar-list dt.simcal-day-label {
    font-size: 16px;
    font-weight: normal;
    color: #ecede3;
}
.simcal-event-title, .simcal-default-calendar .simcal-events {
    
}
.simcal-day-label span {
    background: #2c353d!important;
}
#menu-item-536, #menu-item-543 {
    font-size: 13px;
    padding-left: 12px;
    text-indent:-12px;
}
#menu-item-537 a:before, #menu-item-542 a:before {
    content: "";
}
#menu-item-537, #menu-item-542 {
    font-size: 14px;
}
#menu-item-537 a, #menu-item-542 a {
    padding-left: 36px;
    text-indent:-12px;
}
.fl-row-content-wrap p a, .strong-links li a {
    font-weight: 700;
    text-decoration: underline;
}
table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #d5d5d2;
    border-collapse: collapse
}

table caption {
    font-family: 'Tungsten A', 'Tungsten B', 'Arial Narrow', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.954rem;
    line-height: 1;
    margin-bottom: .75em
}

table th {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: .9353rem;
    padding: 1.2307em 1.0833em 1.0833em;
    line-height: 1.333;
    background-color: #eae9e6
}

table td, table th {
    text-align: left
}

table td {
    padding: .92307em .5em .7692em
}

table tbody tr:nth-of-type(even) {
    background-color: #f9f8f5
}

table tbody th {
    border-top: 1px solid #d5d5d2
}

table tbody td {
    border-top: 1px solid #d5d5d2
}

table.wdn_responsive_table thead th abbr {
    border-bottom: none
}

@media screen and (max-width:47.99em) {
    table.wdn_responsive_table td, table.wdn_responsive_table th {
        display: block
    }

    table.wdn_responsive_table thead tr {
        display: none
    }

    table.wdn_responsive_table tbody tr:first-child th {
        border-top-width: 0
    }

    table.wdn_responsive_table tbody tr:nth-of-type(even) {
        background-color: transparent
    }

    table.wdn_responsive_table tbody td {
        text-align: left
    }

    table.wdn_responsive_table tbody td:before {
        display: block;
        font-weight: 700;
        content: attr(data-header)
    }

    table.wdn_responsive_table tbody td:empty {
        display: none
    }

    table.wdn_responsive_table tbody td:nth-of-type(even) {
        background-color: #f9f8f5
    }
}

@media (min-width:48em) {
    table caption {
        font-size: 2.532rem
    }

    table th {
        padding: 1.2307em 1.2307em 1em;
        font-size: .802rem
    }

    table td {
        padding: .75em 1em .602em
    }
}

@media screen and (min-width:48em) {
    table.wdn_responsive_table thead th:not(:first-child) {
        text-align: center
    }

    table.wdn_responsive_table tbody td {
        text-align: center
    }

    table.wdn_responsive_table.flush-left td, table.wdn_responsive_table.flush-left thead th {
        text-align: left
    }
}
#contact-form label {
    font-size: 16px;
    font-weight: 400!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 24px;
}
#contact-form .fl-button-wrap {
    padding-top: 24px;
}
.responsiveIframe {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
    border: solid black 1px;
}
.responsiveIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
hr {
    border-top: 1px solid #ccc;
}
.wp-image-892, .wp-image-913, .wp-image-940 {
    width: 40%;
}
@media all and (max-width: 800px) {
    .wp-image-892, .wp-image-901, .wp-image-913, .wp-image-935, .wp-image-940 {
        width: 25%;
    }
}
.apply-now {
    z-index: 9998;
    position: relative;   

}


.apply-now2 {
    z-index: 9999;
    position: relative;
}
@media all and (max-width: 1030px) {
    .header-logo {
        margin-top: 34px;
    }
}
@media all and (max-width: 700px) {
    .header-logo {
        margin-top: 24px;
    }
}
@media all and (max-width: 768px) {
    .header-background {  
        margin-top: -85px;
    }
    .header-logo {
        margin-top: 48px;
    }
}

.cv p a {
    font-size: 16px;
    text-decoration: none;
    display: block;
    font-weight: 400;
}
.simcal-day-label .simcal-day-number {
    background-color: #3c5567!important;
}
@media all and (max-width:1080px) {
    .header-menu-top li {
        font-size: 14px!important;
    }
}
/*testing*/

