 /*Theme Name: cjem-child
 Description: Child theme for ED School theme
 Author:       Andre Ouellette
 Author URI:   https://www.andreouellette.com
 Template: ed-school
 Version:      1.0.0
 */
body {
  color: #686868;
  line-height: 1.1;
  margin: 0;
  font-family: sans-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

/* ----------------------------- Responsive ----------------------------- */
@media screen and (max-width: 1200px) { 
	
.cbp-row {
    clear: both;
    width: 100%;
	padding: 0 0px;
}
.sticky-bar-bg {
    left: 0px!important;
}
.is-sticky .logotop img.vc_single_image-img {
    margin: 0 0 0 20px;
}
.logotop img.vc_single_image-img {
    margin: 0 0 0 20px;
}
.wh-page-title-bar {
    padding-left: 10px;
}
.wh-content {
    padding: 0 10px;
}
}
@media screen and (max-width: 768px) { 
.wh-sidebar.one.fourth.wh-padding {
    display: none!important;
}
.widget.fbw_id-3.widget_fbw_id {
    display: none;
}	
.fourth.three, .fourths.three {
    width: 75%;
    padding-right: 10px!important;
}
.cbp-row {
    clear: both;
    width: 100%;
	padding: 0 10px;
}
.vc_column-inner {
    margin-bottom: 0px;
}

.page-template-template-sidebar-right-childpages .wh-sidebar {
    margin-top: 0px!important;
    padding-left: 15px;
}
.vc_btn3-container {
    display: block;
    margin-bottom: 0px;
    max-width: 100%;
}
img.company_logo {
    display: none;
}
.rp4wp-related-job_listing>ul li.job_listing a div.position, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position, ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
    float: left;
    width: 55%;
    padding: 0 0 0 0px!important;
    line-height: 1.5em;
}
.job_filters {
    padding: 0;
    zoom: 1;
    width: 100%!important;
    background: transparent;
}
.get-in-touch-block.wpb_column.vc_column_container.vc_col-sm-4 {
    padding: 0 0 0 10px;
}

body table.booked-calendar {
    width: 100%!important;
}
td.prev-date {
    height: 40px!important;
}
.vc_btn3.vc_btn3-size-xs {
    font-size: 11px;
    padding: 8px 12px;
    margin: 0 0 10px 0!important;
}
}



/* =Theme customization starts here
-------------------------------------------------------------- */
.fourth.three, .fourths.three {
    width: 75%;
    padding-right: 35px;
	padding-top: 5%;
}
.wpb_gmaps_widget .wpb_wrapper {
    background-color: #b3d236!important;
    padding: 2px!important;
}
/* ----------------------------- Sticky Header ----------------------------- */

@keyframes sticky-header-animation { from { margin-top: -50px; }
  to { margin-top: 0; } }
.is_stuck { z-index: 9999; animation-name: sticky-header-animation; animation-duration: .3s; -webkit-animation-timing-function: ease-out; /* Chrome, Safari, Opera */ animation-timing-function: ease-out; }

.sticky-bg { position: absolute; display: none; }

.is-sticky { display: block; }
.is-sticky .sticky-bar { z-index: 9999; animation-name: sticky-header-animation; animation-duration: .3s; -webkit-animation-timing-function: ease-out; /* Chrome, Safari, Opera */ animation-timing-function: ease-out; }
.is-sticky .sticky-bar .sticky-bg { display: block; }

.logo-sticky { display: none; float: left; }

.wh-sticky-header-enabled { z-index: 99999; }
/*.wh-sticky-header-enabled .sticky-logo { margin-top: -300px;}*/
.wh-sticky-header-enabled:after { clear: both; content: ""; display: block; }

.wh-sticky-header .site-title a { color: #343e47; }
.wh-sticky-header .site-description { color: #343e47; }
.wh-sticky-header .wh-main-menu-bar-wrapper { z-index: 99999; background-color: #35B2B2; left: 0; }
.wh-sticky-header .wh-logo-wrap { width: auto; display: none; }
.wh-sticky-header .logo-sticky { display: block; }
.wh-sticky-header .wh-logo { display: none; }
.wh-sticky-header .wh-main-menu { float: left; }
.wh-sticky-header .wh-padding { padding: 10px 20px; }
.wh-sticky-header .sf-menu.wh-menu-main .senseiloginlogout { position: relative; right: 0; }
.stick-logo {display: none;}

.sticky-bar-bg {
-webkit-box-shadow: 0px 4px 12px -6px rgba(0,0,0,0.65);
-moz-box-shadow: 0px 4px 12px -6px rgba(0,0,0,0.65);
box-shadow: 0px 4px 12px -6px rgba(0,0,0,0.65);
background-color: rgba(255, 255, 255, 0.95);
}
.anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer!important;
}
/* ----------------------------- Menu ----------------------------- */
.wh-menu-top a { padding: 0 0px; }
.wh-menu-top a:hover { color: #02adf2; }
.wh-menu-top li { padding: 5px 8px; border-right: 1px solid #e5e5e5; font-size:12px; text-transform: uppercase; }
.wh-menu-top li a { color: inherit; }
.wh-menu-top li:first-child { border-left: 0px solid #e5e5e5; }
.sf-menu.wh-menu-main li > a {
    margin: 18px 13px;
    padding: 8px 0 0;
}

.msm-menu-item .msm-submenu {
    position: absolute;
    top: 50px;
    left: -20px;
    font-size: medium;
    width: 100%;
    visibility: hidden;
    transition: visibility 0s linear .25s;
    opacity: 0;
    z-index: 1;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.55);
    /* white-space: normal; */
    background-color: #02adf2;
}

.mobilebox {
	z-index: 2;
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
}

/*-------- General Layout ----------*/
a { color: #02adf2; text-decoration: none; }

a:focus { outline: thin dotted; }

a:active, a:hover { color: #02adf2; }

a:hover { text-decoration: none; }

.vc_custom_1490007556855 a:hover, .vc_custom_1490007547463 a:hover { color: inherit; font-weight: 600; }

.page-template-template-sidebar-right-childpages .wh-sidebar {
    margin-top: -160px;
    padding-left: 15px;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #1e73be !important;
	    padding: 6px 10px !important;
}
.page-title {
    margin-top: 95px !important;
}

/*-------- quick-sidebar-toggler ----------*/
.icon-menu:before {
    content: "\f0c9";
}
i.icon-menu {
    font-style: normal;
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9";
	display: none;
}
.wh-quick-sidebar-toggler {
    transition: all 1.2s;
    display: inline-block;
    background: none !important;
    margin-top: 20px;
	margin-left: 10px;
}
.icon-close-1:before {
    content: "X";
}
i.icon-close-1 {
    font-style: normal;
}
.wh-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 15px 10px 17px!important;
    background: #666!important;
    float: right;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.wh-quick-sidebar {
	padding: 50px 60px!important;
}
.wh-quick-sidebar a {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 24px!important;
    line-height: 1.5em!important;
	color: #b4d234!important;
}
.wh-quick-sidebar a:hover {
	color: #fff!important;
}
#SocialSide .pull-right {
    float: none!important;
}
/*-------SIDEBAR ----------*/
.children-links { box-shadow: 0px 2px 7px  #666; margin-bottom: 40px!important; }
.children-links ul { list-style-type: none; background-color: #b3d237; padding: 0; margin-top: 0; border-left: 6px solid #2da9e0!important;}
.children-links ul li { padding: 13px 13px 13px 20px; border-left: 4px solid transparent; border-bottom: 1px solid #E6E7EB!important; }
.children-links ul li:first-child { border-top: 1px solid #E6E7EB!important; }
.children-links ul li.current_page_item, .children-links ul li:hover { border-left: 4px solid #ff7264!important; }
.children-links ul li.current_page_item { background-color: #ebebeb!important;}
.children-links ul li.current_page_item a { #ebebeb; color: #152130; font-weight: 400!important;}
.children-links ul li a { color: #152130; font-weight: 400; font-family: Rubik!important; text-transform: uppercase!important;}

.wh-sidebar {
    background-color: #f7f7f7;
    padding: 20px 20px 0px 20px !important;
    border-radius: 10px;
    box-shadow: 1px 4px 15px 0px rgba(0,0,0,0.35);
}

blockquote, .children-links ul li.current_page_item {
    border-left-color: #b3d237!important;
	border-left: 6px solid!important;
	background-color: #F7F7F7!important;
}

blockquote, .children-links ul li:hover {
    border-left-color: #b3d237!important;
	border-left: 6px solid!important;
	background-color: #e1eabd!important;
}
.wh-sidebar .widget-title {
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    border-bottom: 2px solid #b4d234!important;
    padding-bottom: 5px!important;
}
.widget-latest-posts .widget-post-list-item {
    min-height: 47px!important;
	display: inline-block;
    padding-bottom: 15px;
}
.widget-latest-posts .widget-post-list-item .thumbnail {
    margin-bottom: 0px!important;
}
.widget-latest-posts .widget-post-list-item .title {
    font-weight: 600!important;
	margin-bottom: 2px!important;
}
.widget-latest-posts .view-all {
    margin-top: 14px!important;
}
.widget-latest-posts .widget-post-list-item .meta-data {
    font-size: 12px!important;
    margin-bottom: 9px!important;
    color: #666666!important;
}
h4.tribe-event-title a {
    font-size: 15px;
    font-weight: 600;
    color: #1e73be;
    line-height: 19px;
}
.tribe-event-duration {
    font-size: 15px;
    line-height: 15px;
}
.tribe-events-list-widget .tribe-events-list-widget-events {
    padding: 0 24px;
    padding: 0!important;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a {
    font-size: 14px!important;
    font-weight: 400!important;
}
.testimonial_rotator.template-default .has-image .img img, .testimonial_rotator_single.has-image.template-default .img img {
    max-width: 100% !important;
    width: 50% !Important;
}
.testimonial_rotator_widget_wrap .testimonial_rotator .testimonial_rotator_quote {
    color: #343E47;
    margin-bottom: 7px;
    font-size: 14px;
}
/*-------- Social menu ----------*/
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    text-align: center;
    display: inline-block;
    border: 2px solid transparent;
    width: 2em!important;
    height: 4em!important;
    box-sizing: content-box;
    position: relative;
}
/*-------- Job listing ----------*/
.job_filters {
    padding: 0;
    zoom: 1;
	width: 50%;
	background:	transparent;
}
.search_jobs {
    padding: 0 0 1em!important;
    zoom: 1;
	width: 100%;
}
.job_filters .search_jobs div.filter_first, .job_filters .search_jobs div.search_keywords {
    float: left;
    padding-right: .5em;
    width: 100%;
}
.job_filters .search_jobs input, .job_filters .search_jobs select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    height: 30px;
    border-left: 1px solid #ccc;
    background-color: #f3f3f3;
    -webkit-box-shadow: inset 0px 0px 8px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 8px 1px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 8px -2px rgba(0,0,0,0.75);
}
.job_filters .search_jobs div.filter_last, .job_filters .search_jobs div.search_location {
    float: right;
    padding-left: .5em;
    width: 50%;
    display: none;
}
.job_filters .job_types {
    border-top: none;
}
.job_types {
    background: #fff!important;
}
.rp4wp-related-job_listing>ul li.job_listing a div.position h3, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position h3, ul.job_listings li.job_listing a div.position h3, ul.job_listings li.no_job_listings_found a div.position h3 {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-size: 15px;
    color: #1e73be!important;
    font-weight: 600;
}
.rp4wp-related-job_listing>ul li.job_listing a div.position .company, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position .company, ul.job_listings li.job_listing a div.position .company, ul.job_listings li.no_job_listings_found a div.position .company {
    color: #999!important;
}
.rp4wp-related-job_listing>ul li.job_listing a img.company_logo, .rp4wp-related-job_listing>ul li.no_job_listings_found a img.company_logo, ul.job_listings li.job_listing a img.company_logo, ul.job_listings li.no_job_listings_found a img.company_logo {
    width: 18%!important;
	max-width: 100px!important;
    position: absolute;
    left: 1em;
    float: left;
    margin-right: 1em;
    vertical-align: middle;
    box-shadow: none;
	height: auto!important;
}
.rp4wp-related-job_listing>ul li.job_listing a div.position, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position, ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
    float: left;
    width: 55%;
    padding: 0 0 0 102px;
    line-height: 1.5em;
}
ul.job_listings li.location {
    font-size: 13px;
    line-height: 130%!important;
    display: inherit!important;
    color: #555555;
}
ul.job_listings li.company {
    font-size: 15px;
    font-weight: 400!important;
    color: #2a2a2a;
}
.widget li.location:after {
    display: none;
}
.widget li.company:before {
    content: "\2023";
    padding: 0 .3em 0 0;
}
.single .thumbnail {
    margin-bottom: 0px!important;
    max-width: 200px!important;
}
ul.job_listings li.job_listing {
    list-style: none outside;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #c2c4c5!important;
}
.single_job_listing .company img {
    display: none!important;
}

.single_job_listing .company .name {
    margin: 0 0 0 0!important;
    padding: 0 0 0 0!important;
    line-height: 1.5em;
    font-size: 21px!important;
}
.job-manager-form fieldset div.field {
    line-height: 110%!important;
    font-size: smaller!important;
}
.job-manager-form fieldset .account-sign-in .button {
    margin-right: .5em;
    float: left;
}
.fieldset-company_video, .fieldset-company_twitter {
    display: none!important;
}
.job-manager-form .fieldset-create_account_email label small, .job-manager-form .fieldset-job_location label small {
    opacity: .75;
    font-size: .83em;
    display: none;
}

/*-------- Events ----------*/
.scp-tribe-events .event .info .title a {
    color: #555;
    text-decoration: underline;
}

.scp-tribe-events .event .info {
    display: table-cell;
    vertical-align: middle;
    padding: 8px!important;
}
.tribe-events-meta-group-details {
    padding: 0 4% 0 0!important;
    width: 30%!important;
    float: left!important;
    border: 1px solid #dedede!important;
    padding: 0 2%!important;
    margin: 0 0 2% 0!important;
}
.tribe-events-meta-group-organizer, .tribe-events-meta-group-venue {
    padding: 0 4% 0 0;
    width: 33%;
    float: left;
	display: none!important;
}
.tribe-events-back {
    margin: 0 0 20px;
    display: none;
}
/*------- Equipe -----------*/
.page-id-201, .page-id-202, .page-id-200, .page-id-199, .page-id-198, .page-id-197, .page-id-1594, .page-id-1596, .page-id-1598, .page-id-1600, .page-id-1602, .wh-breadcrumbs {
    display: none;
}

.single-teacher .teacher .teacher-meta-data .job-title {
    float: left;
    margin: 0;
    font-size: 18px!important;
}
.scp-teachers .teacher .summary p {
    margin-bottom: 3px;
    border-top: 1px solid #ccc;
    margin-top: -4px;
    padding-top: 4px;
}
div.scp-teachers span.scp-icon.scp-icon-background.pull-left {
    margin: -3px 10px 0px 0px!important;
}
/*--------- APPOINTMENT ---------*/
body table.booked-calendar .booked-appt-list {
    color: #000;
    background: #fff;
    transform: scale(0.95);
    padding: 20px 15px 10px!important;
    display: none;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
    box-shadow: 0 1px 5px rgba(0,0,0,0.20);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
body table.booked-calendar {
    margin: 0;
    padding: 0;
    background: #F1F1F1;
    border-spacing: 0;
    width: 80%;
    border: none;
    border-bottom: 1px solid #ddd;
}
body table.booked-calendar td {
    text-align: center;
    overflow: hidden;
    position: relative;
    font-size: 20px;
    color: #333;
    padding: 0 !important;
    margin: 0 !important;
    border-right: 1px solid #e5e5e5;
    height: 80px!important;
}
body table.booked-calendar td .date {
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px!important;
}
body .booked-form .field input[type="text"], body .booked-form .field input[type="password"], body .booked-form .field input[type="tel"], body .booked-form .field input[type="email"], body .booked-form .field textarea {
    font-size: 13px;
    padding: 7px 10px;
    color: #aaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 36px!important;
}
#wp-live-chat-2, #wp-live-chat-4 {
    box-shadow: 0 0 10px 0px rgba(0,0,0,.7)!important;
}
#wp-live-chat-2 input, #wp-live-chat input, #wp-live-chat textarea{
    background-color: #eeeeee!important;
	font-size: 15px;
}
#wplc_user_message_div {
    box-shadow: 0 0 10px 0px rgba(0,0,0,.5)!important;
}
#wplc_user_message_div {
    box-shadow: 0 0 10px 0px rgba(0,0,0,.5)!important;
}
#footer-top, #latest-news, #features, #welcome {
    background-repeat: repeat-y !important;
    background-size: 100% !important;
}
/*-------- Responsive ----------*/
@media screen and (max-width: 768px) {
.respmenu-header .respmenu-header-logo-link img { max-width: 100%; height: auto; }
	#footer-top, #latest-news, #features, #welcome {
        background-image: none !important;
}