/* 
 * START OF HOME SLIDER
 */

.nabj-slider-button, .nabj-button a, .contact-us-form form input[type=submit] {
    background: linear-gradient(to right, #C80002 50%, transparent 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    transition: background-position .5s ease;
}

.nabj-slider-button:hover, .nabj-button a:hover, .contact-us-form form input[type=submit]:hover {
    background-position:left bottom;
}

.vc_separator.under-slider-line {
    position: absolute;
    top: -9px;
    width: calc(100% - 30px);
}

.vc_separator.under-slider-line .vc_sep_holder .vc_sep_line {
    border-width: 16px;
    width: 425px;
    margin: auto;
    z-index: 200;
}

/* 
 * END OF HOME SLIDER
 */

 /* 
 * START OF SHOW MORE BUTTON & SPACING FIXES
 */

 .custom_post_list .col2 .post {
    margin-bottom: 10px;
}

 #Content .normal-bottom-margin {
     margin-bottom: 35px !important;
 }

 #Content .under-content-sep {
     margin-bottom: 15px;
 }

 .under-content-sep .vc_sep_line, .custom_event_list, .social-media-row {
    max-width: 920px;
    margin: auto;
}

 .show-more-button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.show-more-container {
    max-width: 920px;
    margin: auto;
}

.show-more-button a {
    text-decoration: none;
    display: flex;
}

.show-more-button a > p {
    margin-left: 5px;
    margin-bottom: 0;
    font-family: "Khula", Arial, Tahoma, sans-serif;
    color: #6D6D6D;
    font-size: 24px;
    transform: translate(0, 5px);
    font-weight: 600;
}

.show-more-button a:hover > p {
    color: #474747;
}

.show-more-button img:nth-of-type(1) {
    transform: translate(8px, 0px);
}

.show-more-button img:nth-of-type(2) {
    transform: translate(0px, 0px);
}


@keyframes arrowSlide1 {
    0% {
        transform: translate(4px, 0px);
    }
    50% {
        transform: translate(10px, 0px);
    }
    100% {
        transform: translate(4px, 0px);
    }
}

@keyframes arrowSlide2 {
    0% {
        transform: translate(-4px, 0px);
    }
    50% {
        transform: translate(2px, 0px);
    }
    100% {
        transform: translate(-4px, 0px);
    }
}

.show-more-button a:hover img:nth-of-type(1) {
    animation: arrowSlide1 .9s ease-in-out;
    animation-iteration-count: infinite;
}

.show-more-button a:hover img:nth-of-type(2) {
    animation: arrowSlide2 .9s ease-in-out;
    animation-iteration-count: infinite;
}

.social-media-row .vc_column-inner {
    padding: 3px;
}

.social-media-row .wpb_raw_code, #Content .social-feed-container {
    margin-bottom: 3px;
}
 
 /* 
 * END OF SHOW MORE BUTTON & SPACING FIXES
 */

/* 
 * START OF STATIC SOCIAL FEED - DESKTOP
 */

 .social-feed-container {
    border: 1px solid #D0D0D0;
    height: 164px;
    display: flex;
}

.social-feed-container .meta-container {
    position: absolute;
    max-width: 194px;
    background-color: #FFCA48;
    padding: 5px 10px 3px 5px;
}

.social-feed-container .meta-container span {
    color: black;
    font-size: 18px;
    font-weight: 600;
    font-family: "Khula", Arial, Tahoma, sans-serif;
}

.social-feed-container .meta-container i {
    font-size: 16px;
    color: #494949;
}

.social-feed-container > p {
    align-self: center;
    padding: 0 5px 0 31px;
    margin-bottom: 0;
}

.social-feed-container > p a {
    color: #C80002;
}

.social-feed-container .meta-container {
    display: flex;
    align-items: center;
}

.social-feed-container .meta-container svg path {
    fill: #444949;
}

.social-feed-container .meta-container i {
    font-size: 18px;
    padding-right: 3px;
}

.social-feed-container .meta-container svg {
    padding-right: 3px;
    height: 18px;
    width: 18px;
}

.social-feed-container .date span {
    font-weight: normal;
    font-size: 14px;
    color: #BDBDBD;
}

.social-feed-container .date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: white;
}

 /* 
 * END OF STATIC SOCIAL FEED - DESKTOP
 */

/* 
 * START OF COURSES -- DESKTOP
 */

 .nabj-courses .vc_column-inner {
    padding: 0;
}

.nabj-courses .nabj-course-col {
    max-width: 403px;
    margin: 0 5.5px;
}

.nabj-courses .nabj-course-col:nth-child(1) {
    margin-left: 15px;
}

.nabj-courses .nabj-course-col:nth-child(3) {
    margin-right: 15px;
}

.nabj-courses {
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
}

 .nabj-courses .text-overlay {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(231, 231, 231, 0.7);
    width: 100%;
    height: calc(100% - 9px);
    margin: 0;
}

.nabj-courses .nabj-course-col img {
    border-bottom: 9px solid #C80002;
}

.nabj-courses .wpb_single_image,
.nabj-courses .vc_single_image-wrapper {
    margin-bottom: 0;
}

.nabj-courses .wpb_text_column {
    max-width: 240px;
    margin: 0 auto;
}

.nabj-courses .date-loc-block ul {
    list-style-type: none;
    display: flex;
    margin-left: 0;
}

.nabj-courses .date-loc-block ul li:nth-child(1) {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #909090;
}

.nabj-courses .date-loc-block ul h4 {
    font-size: 12px;
    line-height: 11px;
}

.nabj-courses .show-on-hover .date-loc-block {
    margin-top: 10px;
}

.nabj-courses .show-on-hover p, .nabj-courses .show-on-hover h4 {
    color: white;
    font-size: 18px;
    line-height: 18px;
}

.nabj-courses .text-overlay.show-on-hover {
    bottom: 9px;
    top: unset;
}

.nabj-courses .wpb_wrapper .show-on-hover {
    background-color: rgba(200, 0, 2, 0.6);
    max-width: 0;
    transition: max-width .4s ease-out;
    overflow: hidden;
}

.nabj-courses .wpb_wrapper:hover .show-on-hover {
    display: flex;
    max-width: 600px;
    transition: max-width .4s ease-in;
}

.nabj-courses .wpb_wrapper .hide-on-hover .wpb_text_column, 
.nabj-courses .wpb_wrapper:hover .show-on-hover .wpb_text_column {
    opacity: 1;
    transition: opacity .6s;
}

.nabj-courses .wpb_wrapper:hover .hide-on-hover .wpb_text_column, 
.nabj-courses .wpb_wrapper .show-on-hover .wpb_text_column  {
    opacity: 0;
    transition: opacity .6s;
}

.nabj-courses .wpb_wrapper:hover .show-on-hover .wpb_text_column, 
.nabj-courses .wpb_wrapper .show-on-hover .wpb_text_column {
    transition: opacity 1s;
}

.nabj-courses {
    overflow: visible !important;
}

.nabj-courses .event-descriptor {
    position: absolute;
    top: -6px;
    left: 15px;
}

.nabj-courses .event-descriptor h6 {
    margin-bottom: 0;
    padding: 5px 9px 1px;
    background-color: #FFCA48;
}

/* 
 * END OF COURSES -- DESKTOP
 */

/* 
 * START OF FOOTER -- DESKTOP
 */
 #Footer {
    border-top: 5px solid #C80002;
}

#Footer a:hover {
    text-decoration: none;
}

#Footer .widgets_wrapper {
    padding: 15px 0;
}

#Footer .widgets_wrapper > .container {
    display: flex;
    padding: 15px 0 5px;
}

#Footer .widgets_wrapper > .container > div:nth-child(1),
#Footer .widgets_wrapper > .container > div:nth-child(4) {
    flex: 0 1 335px;
}

#Footer .widgets_wrapper > .container > div:nth-child(2) {
    padding-left: 30px
}

#Footer .footer_copy {
    background-color: #C80002;
}

#Footer .footer_copy .copyright {
    color: black;
}

#Footer .footer_copy .copyright a {
    color: white;
}

#Footer .footer_copy .copyright a:hover {
    font-weight: 600;
}

#Footer .footer_copy .one {
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    min-height: unset;
}

.footer-copy-center #Footer .footer_copy .copyright {
    margin: 0;
}

#Footer .widgets_wrapper h4 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 18px;
}

#Footer .footer-line {
    display: flex;
    align-items: flex-end
}

#Footer .widgets_wrapper .footer-line span {
    display: block;
}

#Footer .widgets_wrapper .line-left {
    height: 2px;
    width: 60px;
    background-color: #C80002;
}

#Footer .widgets_wrapper .line-right {
    height: 0.6px;
    width: 100%;
    background-color: #C80002;
}

#Footer .widgets_wrapper .line-left, #Footer .widgets_wrapper .line-right {
    transition: width .5s
}

#Footer .footer-header > a:hover h4 {
    color: black;
}

#Footer .footer-header > a:hover .line-left, #Footer .footer-header > a:hover .line-right {
    width: 50%;
}

#Footer .widgets_wrapper .widget {
    padding: 0;
}

#Footer .footer-header, #Footer .widgets_wrapper p {
    margin-bottom: 10px;
}

#Footer .widgets_wrapper p {
    line-height: 16px;
}

#Footer .subscribe-container {
    display: flex;
    align-items: center;
    height: 60px;
}

#Footer .subscribe-container > h4 {
    margin: 0 15px -2px 0;
}

#Footer .social-container {
    display: flex;
    position: absolute;
    top: 25px;
    right: 0;
}

#Footer .copyright p {
    color: white;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: "Khula", Arial, Tahoma, sans-serif;
}

#Footer .copyright p.wut {
    font-weight: normal;
}

#Footer .social-container > a {
    padding-right: 10px;
    font-size: 26px;
    color: #707070;
}

#Footer .social-container > a:hover {
    color: #FFCA48;
}

#Footer .social-container > a path {
    fill: white;
}

#Footer .social-container > a:hover path {
    fill: #FFCA48;
}

#Footer .join-container h4 {
    margin-bottom: 15px;
}

#Footer .join-container .nabj-button h4 {
    line-height: 25px;
}

#Footer .Recent_posts .desc h6 {
    font-size: 13px;
    line-height: 16px;
    padding: 0;
    margin: 0;
    border-width: 0px;
}

#Footer .Recent_posts .desc .date {
    padding: 0 15px 4px 0;
}

#Footer .Recent_posts .desc h6, #Footer .Recent_posts .desc .date {
    transition: none;
}

#Footer .Recent_posts li > a .desc:hover {
    border-color: #232323;
}

#Footer .Recent_posts li > a .desc:hover .date {
    color: #525252;
}

#Footer .Recent_posts li > a .desc:hover h6 {
    color: #232323;
}

#Footer .Recent_posts ul li .desc {
    background: unset;
    min-height: unset;
    padding: unset;
}

#Footer .Recent_posts ul li .desc::after {
    display: none;
}

#Footer .Recent_posts ul li {
    margin-bottom: 0;
}

#Footer .Recent_posts .desc {
    display: flex;
    padding-left: 0;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #929292;
    margin-bottom: 10px;
}

#Footer .join-container p, #Footer .subscribe-container p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0;
}

#Footer .nabj-button a {
    color: #424242;
    border: 2px solid #C80002;
    padding: 2px 12px;
}

#Footer .nabj-button a, .contact-us-form form input[type=submit] {
    transition: all .3s;
}

#Footer .nabj-button a:hover {
    text-decoration: none;
}

#Footer .nabj-button a:hover, .contact-us-form form input[type=submit]:hover {
    /* background-color: #C80002; */
    color: white;
}

/* 
 * END OF FOOTER -- DESKTOP
 */

/* 
 * START OF CONTACT US PAGE -- DESKTOP
 */

.contact-details .vc_row,
.contact-details .wpb_text_column,
.contact-details .vc_icon_element {
    margin-bottom: 0;
}

.contact-details {
    margin: 50px 0px 35px;
}

#Content .contact-details-left .vc_icon_element-icon {
    font-size: 35px !important;
}

#Content .contact-details-right .vc_icon_element-icon {
    font-size: 32px !important;
}

#Content .contact-details-right .vc_icon_element-icon.fa-phone {
    font-size: 42px !important;
}

.contact-details .contact-details-right .inner-left-col {
    max-width: 60px;
}

.contact-details .contact-details-left .inner-right-col {
    flex: 0 1 335px
}

.contact-details .contact-details-left .inner-left-col {
    flex: 0 0 40px;
    max-width: 40px;
}

.contact-details .inner-right-col {
    max-width: 335px;
}

.contact-details .contact-details-left {
    border-right: 1px solid #7A7A7A;
}

.contact-details-right > div > div > div {
    display: flex;
    justify-content: flex-start;
    margin-left: 35px;
}

.contact-details-left > div > div > div {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.contact-details-left, .contact-details-right {
    height: 173px;
}

.contact-us-form form {
    max-width: 925px;
    margin: auto;
}

.contact-us-form > div > div > div > div {
    display: flex;
    justify-content: center;
}

.contact-us-form form p br {
    display: none;
}

.contact-us-form form input[type=submit] {
    max-height: 45px;
    margin: 0 0 30px 0;
    float: right;
    border-radius: unset;
    font-family: "Khula", Arial, Tahoma, sans-serif;
    font-size: 30px;
    padding: 0px 20px 0 20px;
    background-color: transparent;
    box-shadow: unset;
    border: 2px solid #C80002;
    color: #424242;
}

.contact-us-form input, .contact-us-form textarea, .contact-us-form select {
    font-size: 20px;
    border-color: #BDBDBD;
}

.contact-us-form input::placeholder, .contact-us-form textarea::placeholder {
    color: #BDBDBD;
}

.contact-us-form select {
    color: #626262;
}

.contact-us-form input:focus::placeholder, 
.contact-us-form textarea:focus::placeholder {
    color: #424242;
}

.contact-us-form input:hover, .contact-us-form textarea:hover, .contact-us-form select:hover {
    background-color: rgba(200, 0, 2, 0.02) !important;
}

.contact-us-form input:focus, .contact-us-form textarea:focus, .contact-us-form select:focus {
    background-color: rgba(255, 202, 72, 0.05) !important;
    color: #424242;
    border-color: #C80002;
}

#Content .contact-details .wpb_wrapper .vc_row:hover .vc_icon_element-icon::before {
    color: #C80002;
    transition: color .3s;
}

#Content .contact-details .vc_icon_element-icon::before {
    transition: color .3s;
}

.contact-us-form input[type=email], .contact-us-form input[type=tel], .contact-us-form input[type=url] {
  text-indent: 34px;
}

.wpcf7 p { 
    position: relative; 
}

.wpcf7 p .fa {
    position: absolute;
    z-index: 100;
    font-size: 24px;
    top: 10px;
    left: 10px;
    color: #C80002;
}

.wpcf7 p:nth-of-type(3) .fa {
    top: 5px;
    right: 15px;
    left: unset;
    font-size: 35px;
}

#Content .contact-us-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-us-form form p:nth-of-type(1), 
.contact-us-form form p:nth-of-type(2) {
    flex: 0 1 49%;
}

.contact-us-form form p:nth-of-type(4), 
.contact-us-form form p:nth-of-type(5), 
.contact-us-form form p:nth-of-type(6) {
    flex: 0 1 32%;
}

.contact-us-form form p:nth-of-type(3),
.contact-us-form form p:nth-of-type(7),
.contact-us-form form p:nth-of-type(8) {
    flex: 0 0 100%;
}

.contact-details .contact-details-left .inner-left-col .fa-map-marker {
    transform: translate(-15px, -34px)
}


/* 
 * END OF CONTACT US PAGE -- DESKTOP
 */