/*!
Theme Name: learnfully
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: learnfully
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

learnfully is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
#page {
    overflow: hidden;
}

span.wpcf7-list-item {
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label {
  /* display: none; */
}
.site .navbar .navbar-nav .nav-link {
    letter-spacing: -0.3px;
    display: inline-block;
}
.login-link {
    font-family: 'Comfortaa', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #19324D;
    letter-spacing: 0px;
    margin-left: 10px;
    margin-top: 5px;
    height: 0;
}
.navbar.navbar_activated .login-link, .navbar.navbar_activated .login-link a {
    margin-top: 1px;
    color: #19324D;
}
/*
.nacbarwhite .login-link, .nacbarwhite .login-link a {
    color: #fff;
}*/

.login-link a {
    color: #19324D;
    text-decoration: underline;
}

.site .navbar .navbar-nav .nav-link.join {
    min-width: 182px;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar .navbar-nav .nav-link.join img {
    right: 20px;
}
.site .footer .rightside li a {
    letter-spacing: -0.5px;
}

.site .footer .rightside .menu-heading a:hover{opacity:1;}
.site .footer .rightside .menu-heading ul a:hover{color:#19324D;opacity:0.7;}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-not-valid-tip {
    font-family: 'Nunito Sans', sans-serif;;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    color: #fff;
    max-width: 628px;
    text-align: left;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 92px;
    width: 100%;
    left: 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
    display: none !important;
}
.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
.subscribe_sec .cont form.wpcf7-form {
    margin-bottom: 59px;
}

.subscribe_sec .cont .wpcf7-form p {
    max-width: 642px;
}

.joinsec .wpcf7 form.sent .wpcf7-response-output, .joinsec .wpcf7-not-valid-tip {
    color: red;
    position: static;
    font-size: 14px;
    margin-top: -18px;
    margin-bottom: 20px;
}

.joinsec .wpcf7 form.sent .wpcf7-response-output {
    color: green;
    margin: 10px 0;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog_sec1 {
    min-height: 767px;
    background: url(img/BlogSec1.jpg) no-repeat center top fixed;
    background-size: cover;
    overflow: hidden;
    padding-top: 308px;
    margin-bottom: 102px;
}
.blog_sec1 h1 {
    font-family: 'Comfortaa', sans-serif;
    font-size: 82px;
    font-weight: 300;
    line-height: 1.16;
    color: #fff;
    text-align: center;
    letter-spacing: -4.1px;
}
.blog_sec1 .get_started_sec2_img {
    display: none;
}

.blog-article-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog .blog-article {
    width: calc(33% - 10px);
    background: #EDF1F4;
    margin-bottom: 77px;
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}
.single .blog-article {
    width: calc(50% - 10px);
    background: #EDF1F4;
    margin-bottom: 77px;
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.blog-article-thumbnail img {width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;}

.blog-content h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    color: #19324D;
    margin-bottom: 69px;
    letter-spacing: -2.4px;
}
.blog-article-content p {
    font-family: 'Nunito Sans', sans-serif;;
    color: #19324D;
    font-size: 20px;
    margin-bottom: 33px;
    padding-bottom: 10px;
}

.blog-article-content {
    padding: 20px;
    
}

.latest-posts .blog-article-content {
    padding: 20px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
}

.blog-article-list .blog-article-content {
    padding: 20px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
}

.blog-article-thumbnail {
    position: relative;
    padding-bottom: 305px;
}

.blog-article-content span {
    font-family: 'Nunito Sans', sans-serif;;
    font-size: 18px;
    font-weight: 400;
    color: #889198;
    margin-bottom: 24px;
    display: block;
}

.grey-btn {
    color: #A0A0A0;
    font-size: 20px;
    background: rgb(160 160 160 / 28%);
    display: block;
    margin: 24px auto 155px;
    padding: 13px 30px 13px 44px;
    border-radius: 50px;
}
.grey-btn:hover {
    color: #A0A0A0;
}

.grey-btn img {
    margin-left: 37px;
}

.blog-article-content h3 {
    font-size: 31px;
    font-weight: 500;
    color: #19324D;
    letter-spacing: -1px;
    line-height: 1.19;
    margin-bottom: 10px;
}

.blog-article-list .blog-article-content h3 {
    padding-bottom: 20px;
    
}

.blog-article-content h3 a {
    color: inherit;
}


/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/

.blog-post-single {
    padding-top: 173px;
}

.blog-post-single h1 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    max-width:
780px;
    margin: 0 auto 10px;
    letter-spacing: -2.4px;
}

.post-thumbnail-wrapper {
    position: relative;
}
.post-thumbnail-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.post-thumbnail-wrapper:before {content: '';position: absolute;left: calc(50% - 50vw);bottom: 50%;height: 1000px;background: #19324D;width: 100vw;z-index: -1;}

.author {
    text-align: center;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;;
    font-size: 18px;
    margin-bottom: 55px;
}

.thumbnail-caption {margin: 20px 0 35px;font-family: 'Nunito Sans', sans-serif;;font-size: 18px;color: #19324D;}

.post-date {
    font-family: 'Nunito Sans', sans-serif;;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 500;
    margin-bottom: 11px;
    color: #A0A0A0;
}

.post-single-content h2 {
    font-size: 39px;
    font-weight: 500;
    letter-spacing: -1px;
    margin: 40px 0 20px 0;
}

.post-single-content p {
    font-family: 'Nunito Sans', sans-serif;;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 20px;
}

.post-single-content h3 {
    margin: 40px 0 20px 0;
    font-weight: 500;
    font-size:  31px;
    letter-spacing: -1px;

}

.post-single-content ul,.post-single-content ol {
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    margin-top: 10px;
    margin-bottom: 40px;
}
.post-single-content p a {
    color: #DF6A26;
    text-decoration: underline;
}
.wp-block-columns {
    margin: 59px 0 13px;
}

.post-single-content {
    color: #19324D;
}

.latest-posts h2 {
    color: #19324D;
}

.latest-posts .container {
    border-top: 2px solid #DBDCDD;
    padding-top: 108px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.latest-posts {
    margin-top: 51px;
    margin-bottom: 43px;
}

.latest-posts h2 {
    text-align: center;
    font-size: 54px;
    font-weight: 200;
    letter-spacing: -2.7px;
    margin-bottom: 66px;
    width: 100%;
}




/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/


.faq-content {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Nunito Sans', sans-serif;;
    color: rgba(25,49,76,1);
    letter-spacing: -0.3px;
}

.faq-block {
    background-color: rgba(237,241,244,1);
    padding: 0 40px 60px;
    margin: 40px auto 50px;
    max-width: 914px;
    position: relative;
}
.faq-search-query {
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;;
    text-align: left;
    margin-top: 8px;
    display: none;
}

.faq-block .card-header {
    background: transparent;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.faq-block .card {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(83,119,144,0.2);
}

.faq-content {
    /* border-bottom: 1px solid rgba(83,119,144,0.2); */
}

.faq-block .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 50px;
}

.faq-block .faq-title {
    font-size: 18px;
    line-height: 1.2em;
    font-family: 'Nunito Sans', sans-serif;;
    color: rgba(25,49,76,1);
    padding-left: 5px;
    letter-spacing: -0.3px;
}

.faq-block .faq-title.collapsed img {
    transform: rotate(180deg);
}
.faq-search {
    text-align: center;
    padding-top: 34px;
    margin-bottom: 23px;
}

.faq-search h2 {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-left: -33px;
}

.faq-search-icon {
    position: absolute;
    right: 40px;
    top: 55px;
    cursor: pointer;
    z-index: 1;
}

.faq-search-field {
    position: absolute;
    left: 40px;
    right: 39px;
    top: 47px;
    opacity: 0;
}

.faq-search-field input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(25,49,76,1);
    padding-left: 160px;
    font-family: 'Nunito Sans', sans-serif;;
    font-size: 14px;
    letter-spacing: -0.4px;
    padding-bottom: 8px;
    transition: 0.3s ease-out;
}

.faq-block.active .faq-search-field input {
    padding-left: 24px;
}

.faq-block .faq-title .faq-arrow {
    position: absolute;
    right: 0;
    top: 37px;
}
.faq-block.active h2 {
    opacity: 0;
}

.faq-block.active .faq-search-field {
    opacity: 1;
}

.faq-close {
    position: absolute;
    right: 39px;
    top: 56px;
    opacity: 0;
    cursor: pointer;
    /* z-index: 1; */
}

.faq-block.active .faq-close {
    opacity: 1;
    z-index: 1;
}

.faq-block.active .faq-search-icon {
    left: 39px;
    right: auto;
}



/*--------------------------------------------------------------
# SIMPLE
--------------------------------------------------------------*/


.wp-block-table table {
    border: 1px solid;
}

.wp-block-table table td {
    border: 1px solid;
    padding: 20px;
}

.page-simple a {
    color: #DF6A26;
    word-wrap: break-word;
}

.wp-block-table table tr:first-child td {
    background: #eee;
}

.wp-block-table {
    margin: 40px 0;
}
.page-simple {
    font-family: 'Nunito Sans', sans-serif;;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 33px;
}

.page-simple ul {
    margin-bottom: 30px;
}
.page-simple-title.joinsec {
    min-height: 430px;
    margin-bottom: -160px;
}
.page-simple p {
    margin-bottom: 30px;
}
.page-simple-title .leftside h1 {
    font-family: 'Comfortaa', sans-serif;
    font-size: 54px;
    font-weight: 300;
    color: #19324D;
    letter-spacing: -0.05em;
    line-height: 61px;
    margin-bottom: 20px;
}
.page-simple-title.joinsec .leftside {
    max-width: 800px;
}
.page-simple h2 {
    font-family: 'Comfortaa', sans-serif;
    margin-bottom: 20px;
    margin-top: 60px;
}
.page-simple li {
    word-break: break-word;
}




/*--------------------------------------------------------------
# PRICING
--------------------------------------------------------------*/


.get_started_sec3 .boxes .box .downbtns .orangebtn a {
    font-size: 18px;
}

.get_started_sec3 .boxes .box .downbtns .orangebtn a img {
    width: 30px;
}

.get_started_sec3 div.boxes .box:nth-child(2) {
    background: #fff;
}
.get_started_sec3 div.boxesbootmmidle .box {
    vertical-align: bottom;
    min-height: 559px;
}
.get_started_sec3 .boxes .orangebtn a {
    font-size: 20px;
    padding-left: 30px;
    text-align: left;
    min-width: 320px;
    margin-top: 60px;
}
.get_started_sec3 .boxes .orangebtn a:hover {
    letter-spacing: -0.4px;
}
.get_started_sec3 .boxes .orangebtn a img {
    right: 25px;
}

.get_started_sec3 .row div.boxes.boxesbootmmidle div.box:nth-child(2) {
    min-height: 599px;
}

.get_started_sec3 div.boxes .box .cont {
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 30px;
}
.learningfully_sec7 .row .contbox .mainimg {
    width: 890px;
    right: -300px;
}

.learningfully_sec7 .contbox .cont {
    position: relative;
    z-index: 1;
}

.learningfully_sec7 {
  overflow: hidden;
}


.learningfully_sec9 .row .contbox .mainimg {
    width: 900px;
    left: -270px;
    top: calc(50% + -10px);
}

.learningfully_sec9 .row .contbox .cont {
    position: relative;
    z-index: 1;
}

.learningfully_sec9 {
    overflow: hidden;
}
.learningfully_sec9 h2 {
    position: relative;
    z-index: 1;
}

.get_started_sec1 p {
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 1px;
}

.get_started_sec4 .container_drag .box .cont h3 {
    font-size: 40px;
    line-height: 1.2;
    margin-top: 24px;
}

.get_started_sec4 .container_drag .box .cont p {
    font-size: 25px;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 300;
    line-height: 36px;
}
div.learningfully_sec1 .orangebtn a {
    min-width: 285px;
}




/*--------------------------------------------------------------
# EVENTS
--------------------------------------------------------------*/

.tribe-events .tribe-events-calendar-list__event-row {
    background: #EDF1F4;
    padding: 30px;
}

.tribe-events .tribe-events-calendar-list__event-featured-image {
    border-radius: 50%;
    width: 243px;
    height: 243px;
    object-fit: cover;
    object-position: 30%;
    margin-top: 29px;
}

.learningfully_sec1.events_sec {
    background: url(img/eventstitle.jpg) no-repeat center top fixed;
    background-size: cover;
    overflow: visible;
    padding-top: 308px;
}
.learningfully_sec1.events_sec h1 {
    margin: 0 auto;
    text-align: center;
}
.events-title h1 {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    margin: 104px 0 65px;
    letter-spacing: -2.4px;
    color: #19324D;
}

.tribe-events .tribe-events-l-container {
    max-width: 1183px;
    padding-left: 57px;
}

.tribe-events.tribe-common .tribe-events-c-top-bar__nav {
    display: none !important;
}

.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
    border-radius: 50px;
    color: #19324D;
    font-size: 18px;
    font-family: 'Comfortaa', sans-serif;
    margin-left: -20px;
    padding: 11px 26px 8px;
    border-color: inherit;
}

time.tribe-events-c-top-bar__datepicker-time:first-child {
    /* display: none; */
}

.tribe-events .tribe-events-c-top-bar__datepicker-separator {
    /* display: none; */
}

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
    color: #19324D;
    font-size: 39px;
    font-weight: 500;
    font-family: 'Comfortaa', sans-serif;
    letter-spacing: -2.3px;
    display: inline-block !important;
}

time.tribe-events-c-top-bar__datepicker-time:after {
    font-family: 'Comfortaa', sans-serif;
    font-size: 50px;
    font-weight: 100;
    content: '^';
    display: inline-block;
    width: unset;
    transform: rotate(180deg);
    position: relative;
    top: -13px;
    display: none;
}

time.tribe-events-c-top-bar__datepicker-time {}

.tribe-events .tribe-events-c-top-bar__datepicker-button {cursor: initial !important;}

time.tribe-events-c-top-bar__datepicker-time:first-child:after {
    display: none;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
    display: none;
}
.tribe-common div.tribe-events-calendar-list__month-separator {
    margin-left: -75px;
    font-family: 'Nunito Sans', sans-serif;;
    margin-bottom: -9px;
}

.tribe-common div.tribe-events-calendar-list__month-separator time.tribe-common-h6--min-medium {
    font-size: 25px;
    font-family: 'Comfortaa', sans-serif;;
    color: #19324D;
    font-weight: 500;
}

.tribe-events .tribe-events-header__top-bar {
    margin-bottom: 24px;
}

.tribe-events .tribe-events-calendar-list__month-separator:after {
    margin-top: -11px;
    background: #19324D;
    margin-left: 15px;
}

.tribe-events .tribe-events-calendar-list__event-date-tag {
    /* width: 15.111%; */
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    padding-top: 7px;
    /* text-align: left; */
    padding-left: 8px;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #19324D;
}

.tribe-common.tribe-events .tribe-common-h4--min-medium {
    font-size: 39px;
    font-weight: 500;
    font-family: 'Comfortaa', sans-serif;
    color: #19324D;
}

.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col.tribe-events-calendar-list__event-wrapper {
    padding-left: 64px;
}

.tribe-events .tribe-events-header__events-bar {
    display: none;
}

time.tribe-events-calendar-list__event-datetime {
    color: #A0A0A0;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;;
}

time.tribe-events-calendar-list__event-datetime {}

.tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row {padding-top: 25px;padding-bottom: 14px;/* margin-bottom: -18px; */}

.tribe-common .tribe-common-b2 {
    margin-bottom: 4px;
}

.tribe-common .tribe-common-anchor-thin {
    letter-spacing: -1px;
    color: #19324D;
    font-weight: 500;
    text-decoration: none;
    border: 0;
}

.tribe-events .tribe-events-calendar-list__event-details {
    width: 65.5%;
}

.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
    width: 68.2%;
}

.tribe-events .tribe-events-calendar-list__event {
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.tribe-common .tribe-common-b2 {
    font-family: 'Nunito Sans', sans-serif;;
    color: #19324D;
    font-size: 20px;
    line-height:1.5;
    font-weight: 500;
}

.tribe-common .tribe-common-b2 p {
    font-size: 20px;
    line-height:  1.5;
}

.tribe-common address.tribe-common-b2 {
    margin-bottom: -11px;
}

.tribe-common .tribe-common-anchor-thin:hover {
    text-decoration: none;
}

.tribe-common .tribe-common-anchor-thin:hover {
    text-decoration: none;
    border: 0;
}

.tribe-common address.tribe-common-b2 .tribe-common-b2--bold {
    font-weight: 500;
}
.tribe-events .tribe-events-calendar-list-nav {
    border: 0;
    margin: 0 -25px;
}

.tribe-common .tribe-common-b2 {
    /* display: none; */
}

.single-tribe_events .learningfully_sec1.events_sec {
    background: #19324D;
    margin-bottom: -560px;
}

.single-tribe_events .events-title h1 {
    color: #fff;
    margin-bottom: 51px;
}

#tribe-events-pg-template, .tribe-events-pg-template {
    max-width: 758px;
    background: #fff;
    padding: 0;
}

.single-tribe_events .tribe-events-event-image {
    width: 100%;
    margin-bottom: 0;
}

.tribe-events-back {
    display: none;
}

.tribe-events-schedule {
    display: none;
}

div#tribe-events-content {
    display: flex;
    flex-direction: column;
    padding: 0;
}


.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-venue {
    display: none;
}

.tribe-events-meta-group.tribe-events-meta-group-details h2 {
    display: none;
}

.single-tribe_events .tribe-events-event-meta dl {
    display: flex;
    justify-content: space-between;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    display: none;
}

.single-tribe_events .tribe-events-event-meta {
    background: #EDF1F4;
    margin-top: 0;
    margin-bottom: 0;
}

.single-tribe_events .tribe-events-cal-links {
    position: absolute;
    top: 0;
    z-index: 1111;
    background: red;
    right: 0;
}

.single-tribe_events .tribe-events-content {
    order: 16;
    padding: 79px 27px 56px 57px;
    font-family: 'Nunito Sans', sans-serif;;
    font-size: 22px;
    color: #19324D;
}

.single-tribe_events .tribe_events.type-tribe_events {
    display: flex;
    flex-direction: column;
    box-shadow: 0 020px 30px rgba(0,0,0,0.16);
}

#tribe-events-footer {
    display: none;
}
    .tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-venue {
    display: none;
}

.tribe-events-meta-group.tribe-events-meta-group-details h2 {
    display: none;
}

.single-tribe_events .tribe-events-event-meta dl {
    display: flex;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    display: none;
}

.single-tribe_events .tribe-events-event-meta {
    background: #EDF1F4;
}

.single-tribe_events .tribe-events-cal-links {
    position: absolute;
    top: 0;
    z-index: 1111;
    background: transparent;
    right: 0;
    top: 25px;
    font-family: 'Comfortaa', sans-serif;
}

.single-tribe_events .tribe-events-content {
    order: 16;
}

.single-tribe_events .tribe_events.type-tribe_events {
    display: flex;
    flex-direction: column;
    margin-bottom: 190px;
}

#tribe-events-footer {
    display: none;
}

.tribe-events-event-meta .tribe-events-meta-group {
    width: 100%;
    margin: 0;
    padding: 0;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    padding: 65px 39px 43px;
    font-family: 'Comfortaa', sans-serif;;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px;
    width: 50%;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd:last-child {
    border-left: 1px solid #DBDCDD;
    width: 52.2%;
    text-align: center;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
   /* -webkit-text-stroke: 1px #DB6C24; */
    -webkit-text-fill-color: #DB6C24;
}

abbr[data-original-title], abbr[title] {
    text-decoration: none !important;

}

a.tribe-events-ical.tribe-events-button {
    display: none;
}
.tribe-events-start-date-label + dd {
    background-image: url(img/calevent.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.tribe-events-start-time-label + dd {
    background-image: url(img/timeevent.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
a.tribe-events-gcal.tribe-events-button {
    color: #fff;
    background: #A0A0A0;
    padding: 10px 20px;
    border-radius: 50px;
    margin: 0;
    transition: 0.3s;
}

.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {

    font-size: 20px;
}


.single-tribe_events .tribe-events-single-event-title {
    text-align: center;
    background: #eef1f5;
    padding: 56px 20px;
    border-bottom: 1px solid #DBDCDD;
    color: #1C334A;
    font-size: 39px;
    font-weight: 500;
    font-family: "Comfortaa";
    /* -webkit-text-stroke: 1px #DBDCDD; */
    /* -webkit-text-fill-color: #19324D; */
}

.single-tribe_events .tribe-events-cal-links a, .single-tribe_events .tribe-events-cal-links a:hover {
    font-size: 20px;
    font-weight: 500;
    padding: 15px 25px;
    letter-spacing: -1px;
    color: #fff;
}


.single-tribe_events .tribe-events-cal-links a:hover {
    background: #909090;
}
.tribe-events-c-ical.tribe-common-b2 {
    display: none;
}

.tribe-events .tribe-events-c-nav__list .tribe-common-b2 {
    color: #A0A0A0;
    font-size: 20px;
    background: rgb(160 160 160 / 28%);
    display: block;
    margin: 0;
    padding: 13px 30px 13px 30px;
    border-radius: 50px;
    font-family: 'Comfortaa', sans-serif;
}
.tribe-events .tribe-events-c-nav__list .tribe-common-b2[disabled] {
    display:none;
}
a.tribe-events-c-nav__prev.tribe-common-b2.tribe-common-b1--min-medium:before {
    content: '';
    background: url(img/arrow-down.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    transform: rotate(90deg) translate(-1px,0px);
    background-size: 95%;
    background-repeat: no-repeat;
}

a.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium:after {
    content: '';
    background: url(img/arrow-down.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    transform: rotate(-90deg) translate(-1px,0px);
    background-size: 95%;
    background-repeat: no-repeat;

}

.tribe-events-c-nav__list .tribe-common-b2 svg {
    display: none;
}


/*--------------------------------------------------------------
# MODAL
--------------------------------------------------------------*/



.lf-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
}


.lf-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

.lf-modal-content {
    position: relative;
    width: 1210px;
    background: #DB6C24;
    display: flex;
    min-height: 740px;
    /* align-items: center; */
    max-height: 90%;
    max-width: 90%;
}

.active.lf-modal {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lf-modal-image {
    /* height: 100%; */
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 20px;
    width: 40%;
    justify-content: center;
}

.lf-modal-image img {
    width: 387px;
    max-width: 90%;
}

.lf-modal-text {
    width: 60%;
    padding: 0 40px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a.lf-close {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #fff;
    font-size: 39px;
    font-weight: 300;
    cursor: pointer;
}
a.lf-close:hover {
    color: #fff;
}


/*--------------------------------------------------------------
# SCHOOLS
--------------------------------------------------------------*/

.schools_sec1.workwithus_sec1 {
    background-image: url(img/schoolsbg.jpg);
    padding-top: 238px;
    min-height: 742px;
    overflow: visible;
}
.get_started_sec2.schools_sec2 p {
    max-width: 933px;
}
.get_started_sec2.workwithus_sec2.schools_sec2 .get_started_sec2_img {
    display: none;
}

.schools_sec1.workwithus_sec1 .get_started_sec2_img {
    bottom: -540px;
    max-width: 770px;
    right: -480px;
    left: calc((50% + 50vw) - 400px);
}
.get_started_sec2.schools_sec2 .orangebtn a {
    min-width: 457px;
}

.schools_sec1.workwithus_sec1 h1 {
    max-width: 700px;
    line-height: 91px;
}

.schools_sec1.workwithus_sec1 .col-12 {
    padding-bottom: 0;
}

.workwithus_sec3.schools_sec3 {
    background: #144C44;
    padding-top: 75px;
    padding-bottom: 35px;
}

.learningfully_sec4.workwithus_sec3.schools_sec3 .contbox h3 {
    font-size: 54px;
    max-width: 320px;
    line-height: 59px;
    margin-bottom: 33px;
}

.learningfully_sec4.workwithus_sec3.schools_sec3 .contbox ul {
    margin-top: 36px;
}

.workwithus_sec3.schools_sec3 .contbox .mainimg {
    top: calc(50% + -8px);
    left: -63px;
}

.workwithus_sec3.schools_sec3 .contbox .cont {
    max-width: 483px;
}
.workwithus_sec4.schools_sec4 .col-12 {
    padding-top: 96px;
    padding-bottom: 130px;
}

.workwithus_sec4.schools_sec4 .col-12 h2 {
    margin-bottom: 48px;
}

.workwithus_sec4.schools_sec4 h3 {
    margin-bottom: 8px;
}

.workwithus_sec4.schools_sec4 .col-lg-6 {
}

.workwithus_sec4.schools_sec4 p {
    max-width: 552px;
    margin-bottom: 45px;
}

.workwithus_sec4.schools_sec4 .col-lg-5 {
    padding-left: 0;
}

.workwithus_sec4.schools_sec4 .col-lg-5 p {
    margin-bottom: 30px;
}
.workwithus_sec4.schools_sec4 .orangebtn a {
    min-width: 465px;
    padding-left: 30px;
}

.workwithus_sec4.schools_sec4 .orangebtn a:hover {
    letter-spacing: -0.3px;
}

.workwithus_sec4.schools_sec4 .bgright {
    bottom: 200px;
    left: calc((50% + 50vw) - 400px);
    width: 800px;
}





/* Footer */

.footer .rightside ul.menu {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin-top: 0;
    margin-left: 8px;
}

.footer .rightside li {
    display: block;
}

.footer .rightside li.menu-heading > a {
    font-size: 24px;
    font-weight: 600;
    cursor: initial;
}

.footer .rightside li.menu-heading .sub-menu {
    margin-top: 20px;
    margin-left: 25px;
}

.footer .rightside li.menu-item-inline {
    display: inline-block;
    width: auto;
}

/*events override*/
.tribe-events-event-image img{    width: auto;
    height: auto;
    max-width: 100%;}

@media (min-width: 1200px) {
    .blog_sec1 .col-12 {
         top: 210px;
        padding-bottom:0;
    }
    .blog_sec1 .get_started_sec2_img {
        position: absolute;
        bottom: -441px;
        opacity: 0.3;
        right: -600px;
        display: block;
    }
    .learningfully_sec1.events_sec .get_started_sec2_img {
      bottom: -756px;
    }
}


@media (min-width: 1201px) {
  .container-fluid.learningfully_sec7 {
      padding-bottom: 75px;
  }
}
@media (max-width: 1200px) {
  .post-single-content img {
      height: auto;
  }
  .learningfully_sec7 .row .contbox .mainimg {
    width: 680px;
    right: -180px;
  }
  .learningfully_sec9 .row .contbox .mainimg {
    width: 770px;
    left: -160px;
  }
  .tribe-common div.tribe-events-calendar-list__month-separator {
    margin-left: -23px;
    }

    .tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row {
        margin-right: 0;
    }

    .tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
        width: 64.2%;
    }
    .workwithus_sec3.schools_sec3 .contbox .mainimg {
        max-width: 54%;
    }
     .footer .rightside ul.menu {
    flex-direction: column;
    align-items: center;
    margin-left: 45px;
    margin-bottom: 0;
    }

    .footer .rightside .menu li {
        text-align: left;
       
    }
}
@media (max-width: 1023px) {
  .subscribe_sec .cont form.wpcf7-form {
    margin-bottom: 89px;
  }

  .wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip {
      top: 142px;
  }
  .blog-article {
    width: 100%;
    margin-bottom: 25px;
    }

    .blog-article h3 {
        font-size: 31px;
    }

    .blog-article-content {
        padding: 20px;
    }

    .blog-article-content .orangebtn a {
        min-width: 272px;
    }

    .blog-article-thumbnail img {}

    .blog-article-thumbnail {
        padding-bottom: 185px;
    }

    .blog-content h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }
  .grey-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grey-btn img {
      margin-left: 7px;
  }
  .blog_sec1 h1 {
    font-size: 42px;
  }

  .blog_sec1 {
      min-height: auto;
      padding-top: 140px;
      padding-bottom: 50px;
        background-attachment: initial;
  }
  .blog-post-single h1 {
    font-size: 42px;
    }

    .post-single-content h2 {
        font-size: 42px;
    }

    .latest-posts h2 {
        font-size: 42px;
    }
    .page-simple-title .leftside h1 {
    font-size: 42px;
    line-height: 47px;
    }

    .page-simple ul {
        padding-left: 20px;
    }
    .learningfully_sec7 .row .contbox .mainimg {
        position: relative;
        left: unset;
        right: unset;
        top: unset;
        transform: unset;
        margin-left: -20%;
        max-width: 140%;
    }
  .learningfully_sec9 .row .contbox .mainimg {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    max-width: 140%;
    margin-left: -20%;
  }

  .tribe-events.tribe-common .tribe-events-calendar-list__event {
    flex-direction: column;
    }

    .tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
        width: 100%;
    }

    .tribe-events .tribe-events-calendar-list__event-featured-image {
        margin-bottom: 30px;
    }

    .learningfully_sec1.events_sec {
        min-height: 267px;
        background-size: cover;
        background-attachment: initial;
        padding-top: 148px;
        padding-bottom: 90px;
    }

    .events-title h1 {
        max-width: 345px;
        margin: 70px auto 40px;
        font-size: 40px;
    }

    .tribe-events.tribe-common .tribe-events-l-container {
        max-width: 345px;
        margin: 0 auto;
        padding: 0;
    }

    .tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row {flex-direction: column;}

    .tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col {
        flex: 1 1 100%;
        width: 100%;
        padding: 0;
    }

    .tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col.tribe-events-calendar-list__event-wrapper {
        padding-left: 0;
    }

    .tribe-events.tribe-common .tribe-events-calendar-list__event-row {
        margin-left: 0;
        margin-right: 0;
    }

    .tribe-common div.tribe-events-calendar-list__month-separator {
        margin-left: 0;
    }

    .tribe-events .tribe-events-calendar-list__event-row {
        flex-direction: column;
    }

    .tribe-common.tribe-events.tribe-events-view.tribe-events-view--list {
        margin-bottom: 100px;
    }
    .tribe-common  .tribe-events-calendar-list__event-description {
        display: block !important;
        visibility: visible;
    }
    .single-tribe_events .learningfully_sec1.events_sec {
    display: none;
    }
    .single-tribe_events .tribe-events-cal-links a {
        padding: 11px 15px;
        font-size: 14px;
    }

    .single-tribe_events .events-title {
        position: relative;
        background: #19324D;
    }

    .single-tribe_events .events-title h1 {
        margin: 40px auto 0;
        padding: 50px 0;
    }
    .lf-modal-content {
        flex-direction: column;
        padding-top: 70px;
        max-width: 350px;
    }

    .lf-modal-image {
        background: transparent;
        width: 100%;
        max-width: 350px;
        margin-bottom: 30px;
    }

    .lf-modal-text {
        width: 100%;
    }

    .tribe-events-c-nav__prev-label-plural, .tribe-events-c-nav__next-label-plural {
        display: none;
    }

    .tribe-events .tribe-events-calendar-list-nav {
        margin: 0;
    }

    .tribe-events .tribe-events-c-nav__list .tribe-common-b2 {
        padding: 13px 20px 13px 20px;
    }
    .tribe-events .tribe-events-c-nav__list .tribe-common-b2 span.tribe-events-c-nav__prev-label {
    display: none;
    }

    .tribe-events .tribe-events-c-nav__list .tribe-common-b2 span.tribe-events-c-nav__next-label {
        display: none; 
    }
   
    .schools_sec1.workwithus_sec1 h1 {
        line-height: 51px;
    }

    .schools_sec1.workwithus_sec1 {
        padding-top: 98px;
        min-height: 342px;
    }

    .get_started_sec2.schools_sec2 .orangebtn a {
        min-width: auto;
    }

    .workwithus_sec3.schools_sec3 .contbox .mainimg {
        max-width: 100%;
        left: 0;
    }

    .workwithus_sec4.schools_sec4 .col-lg-5 {
        padding-left: 15px;
        padding-top: 30px;
    }

    .workwithus_sec4.schools_sec4 .orangebtn a {
        min-width: 100%;
    }
    .get_started_sec2.schools_sec2 p {
    text-align: left;
    }
}
