/* homepage widget */
h1.post-title {
    text-align: center;
}


.event-featured {
    padding: 60px 0;
    max-width: 880px;
    margin: 0 auto;
}

.event-featured .to-events-item-content p,
.event-featured .to-events-item-content .confrence-date,
.event-featured .to-events-item-content a {
    color: #fff;
}

.to-events-item-excerpt .to-excerpt-masonry {
    font-size: 3px;
}

@media screen and (max-width: 1000px) {
    .event-featured {
        justify-content: center;
    }
    .event-featured .to-events-item-content {
        margin-bottom: 20px;
        padding-bottom: 30px;
        border-bottom: 1px solid;
    }
}

@media screen and (min-width: 1001px) {
    .event-featured {
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) {
    .event-featured {
        display: flex;
        flex-flow: wrap;
    }
    .event-featured .to-events-item-content {
        flex: 0 1 400px;
    }
}

.confrence-meta {
    margin-top: -15px;
    margin-bottom: 15px;
}

.confrence-date {
    font-size: 15px;
}

/* Events */

@media screen and (max-width: 767px) {
    .to-search-item-content {
        margin-left: 0;
    }
    .to-search-archive .tumb-img {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 782px) {
    .to-search-archive {
        display: flex;
        justify-content: space-between;
    }
    .to-search-archive .tumb-img {
        flex: 0 0 200px;
    }
    .to-search-item-content {
        flex: 1;
    }
}

.to-search-archive .tumb-img img {
    padding: 10px;
    border: 1px solid;
    border-radius: 5px;
    transition: 0.2s all ease;
        width: auto;
    height: auto;
    box-sizing: border-box;
}

.to-search-archive .tumb-img img:hover {
    box-shadow: 0px 0px 10px 2px #ddd;
}

.to-events-archive {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
}

.to-events-archive:last-of-type {
    border-bottom: 0px solid #f1f1f1;
    margin-bottom: 0;
    padding-bottom: 0;
}

.to-events-item-excerpt p {
    font-size: 16px;
}

.the-date {
    color: #041e42;
    font-size: 14px;
    margin-top: -7px;
    margin-bottom: 10px;
}

/* event Single */

.single-news #header-spacer,
.single-news .vc-spacer {
    display: none;
}

/*
#single-post-section .section-container {
    padding: 50px 0;
}
*/

.single-news .post-title {
    color: #5091cd;
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    padding-bottom: 30px;
}

.single-news .the-date {
    color: #5091cd;
    font-family: 'Montserrat';
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    text-align: left;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.type-news p {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
}

/* Grid style news slider */

.news-featured {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 60px;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    display: flex;
}

.news-featured .slick-slide {
    background-color: #fafafa;
}

.to-news-item-content {
    margin: 0 15px;
    background-color: #fafafa;
}

.to-news-item-content .featured-contnet {
    padding: 10px 20px 15px;
    position: relative;
}

.to-news-item-content .featured-contnet:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    top: -30px;
    left: 50%;
    margin-left: -16px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #fafafa;
}

.dark.to-news-item-content h3 {
    color: #5091cd;
    text-transform: uppercase;
    font-size: 20px;
    word-spacing: 1.5px;
    line-height: 28px;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.dark.to-news-item-content .to-item-date {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
}

.event-featured p,
.event-featuredd .confrence-date,
.event-featured a {
    color: #fff;
}

.news-featured .featured-wrap {
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
    /* border: 1px solid #ddd; */
}

.news-featured .featured-img {
    /* width: 100%;
    height: 215px;
    background-position: 50% 50%;
    background-size: cover;
    transition: transform 0.8s ease; */
    background-color: #fff;
    width: 100%;
    height: 135px;
    background-position: 50% 50%;
    background-size: 80%;
    background-repeat: no-repeat;
    transition: transform 0.8s ease;
}

.news-featured .featured-img:hover,
.news-featured .featured-img:focus {
    transform: scale(1.1);
}

.slick-track {
    display: flex;
}

.slick-track .slick-slide {
    display: flex;
    height: auto;
    margin: 0 15px;
    /* align-items: center; //optional
    justify-content: center; //optional */
}

.slick-prev,
.slick-next {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
}

.slick-prev {
    right: 30px;
}

.slick-list {
    padding-top: 50px;
}

.to-news-item-excerpt {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
}

.single-hero #header-image {
    min-height: 400px;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
}

.single-hero .section-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.single-hero header {
    font-family: 'Montserrat';
}

.single-hero .title {
    color: #fff;
    line-height: 1.3;
    margin-bottom: 10px;
}

.single-hero .title:before {
    content: "";
    background-image: url(./../images/icon-event.png);
    width: 50px;
    height: 50px;
    display: inline-block;
    background-position: 50% 0;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -5px;
    margin-right: 5px;
}

.single-hero .the-date,
.single-hero .ev_location {
    margin-left: 55px;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.3;
    font-family: 'Montserrat',sans-serif;
}

.columns {
    margin: 67px 0;
}

.cta-form .gform_wrapper .top_label .gfield_label {
    font-size: 13px;
    color: #626262;
    font-weight: 400;
}

.cta-form input {
    border: 0;
    border-bottom: 1px solid #d5d5d5;
}

.cta-form input[type="submit"] {
    font-size: 17px;
    text-transform: uppercase;
    color: #4f91cd;
    border: 1px solid !important;
    padding: 1.9px 62px !important;
}

.cta-form .gform_wrapper .gform_footer {
    text-align: center;
}

.columns .wpcf7 p:last-item {
    text-align: center;
}

.columns .wpcf7 input {
    padding: 0;
}

.columns .wpcf7 input[type="submit"] {
    font-size: 17px;
    text-transform: uppercase;
    width: 190px;
    color: #4f91cd;
}

.columns .contect-area article:after {
    content: url(./../images/map_bg.png);
    /* background-image: url(./../images/map_bg.png); */
}
.resources-template-default .section-container .columns .contect-area article {display:none;}

.contect-area img {
    height: auto;
}
/*****/
.single-events .section-container .columns{display: inline-block;margin-left: 0px;}
.single-events .single-hero header{margin-left: 0px;}
/*****/
.dark .contect-area p {
    color: #4f91cd;
    font-size: 15px;
}

.dark .contect-area p:first-of-type {
    color: #000a3e;
    font-weight: 400;
}

@media screen and (min-width: 767px) {
    .single-hero header,
    .section-container .columns {
        margin-left: 120px;
    }
    .columns .contect-area {
        width: 43%;
        float: left;
        position: relative;
        margin-right: 5%;
        padding-right: 5%;
    }
    .columns .contect-area:after {
        content: "";
        width: 2px;
        background: #4f91cd;
        height: 80%;
        position: absolute;
        top: 0;
        right: 0;
    }
    .columns .sidebar-single {
        width: 45%;
        float: right;
    }
    /*****/
    .single-events .columns .contect-area{margin-right: 4%;padding-right: 4%;width: 50%;}
.single-events .columns .sidebar-single {width: 42%;}
.resources-template-default .section-container .columns .contect-area {width: 50%;}
.resources-template-default .section-container .columns .sidebar-single {width: 40%;}
/*****/
}

.news-items {
    display: flex;
    padding: 60px 0;
    flex-flow: wrap;
}

@media screen and (min-width: 767px) {
    .news-items {
        flex-flow: nowrap;
    }
}

.news-items a {
    margin: 0 15px;
    text-align: center;
}

.news-items .news-content h4 {
    color: #5091cd;
}

.news-items .to-news-item-excerpt {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.news-items .read-more {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
}

.news-items .read-more:hover {
    text-decoration: none;
}

/* Salesforce form */
.salesforce-form-wrapper {
    display: block;
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 auto;
}

.salesforce-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
} 

.salesforce-form__field {
    display: block;
    width: 100%;
    margin: 0 0 18px;
}

.salesforce-form__field label {
    display: block;
    width: 100%;
    margin: 0 0 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    color: #33475b;
}

.salesforce-form__field input[type="text"],
.salesforce-form__field textarea,
.salesforce-form__field select {
    display: inline-block;
    min-height: 27px;
    padding: 8px 16px;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid #cad5e2;
    font-family: "Helvetica Neue", Helvetica, Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
}

.salesforce-form__field textarea {
    background-color: #f5f8fa;
}

.salesforce-form__field select {
    min-width: 300px;
}

.salesforce-form__field input[type="submit"],
.salesforce-form__field input[type="submit"]:hover,
.salesforce-form__field input[type="submit"]:focus {
    display: inline-block;
    padding: 12px 24px !important;
    border-width: 1px !important;
    border-radius: 3px !important;
    background: #31b3a8 !important;
    border-color: #31b3a8 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 12px !important;
    text-align: center;
    transition: all .15s linear;
}

.hidden {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
/* Salesforce form */

/* landing-banner start */

.landing-banner { min-height:400px; background-size:cover; background-position:center center; background-repeat:no-repeat; display:flex; align-items:center; justify-content:center; /*margin-top:90px;*/ }
.landing-banner .section-container { max-width:1180px; padding:0 20px; margin:0 auto; }
.landing-banner .rapper { max-width:900px; margin:0 auto; padding:30px 0; }
.landing-banner .rapper h1 { font-size:40px; line-height:52px; color:#fff; font-weight:400; margin-bottom:0; }
.single-hero .title:before {content: ""; background-image: url(https://www.thetaray.com/wp-content/themes/mobius-child/images/icon-event.png); width: 50px; height: 50px; display: inline-block; background-position: 50% 0; background-size: contain; background-repeat: no-repeat; margin-bottom: -5px; margin-right: 5px; }

/* landing-banner end */


/* text-form-sec start */

.text-form-sec { padding:70px 0; }
.text-form-sec .section-container { max-width:1180px; padding:0 20px; margin:0 auto; }
.text-form-sec .inner-text { margin-bottom:50px; }
.text-form-sec .inner-text * { color:#000a3e; }
.text-form-sec .inner-text *:last-child { margin-bottom:0; }
.text-form-sec .inner-text p { font-size:18px; line-height:30px; color:#000a3e; margin-bottom:20px; padding-bottom: 0; }
.text-form-sec .inner-text p:last-child { margin-bottom:0; }
.text-form-sec .inner-text a { color:#58A1E3; }
.text-form-sec .inner-text a:hover { color:#00053e; }
.text-form-sec .text-form .content { display:flex; flex-wrap:wrap; margin:0 -15px; }
.text-form-sec .text-form .content .item:last-child { margin-bottom:0 !important; }
.text-form-sec .text-form .content .col-half { width:calc(50% - 30px); margin:0 15px 30px; }
.text-form-sec .text-form .content .col-full { width:100%; margin:0 15px 30px; }
.text-form-sec .text-form .content .item p { padding-bottom: 0; }
.text-form-sec .text-form label { font-size:18px; line-height:26px; margin-bottom:0; font-weight:400; display:block; }
.text-form-sec .text-form label sup { color:#f2545b; }
.text-form-sec .text-form input:focus { border-color:#c87872; }
.text-form-sec .text-form input { padding:0 15px; max-width:100%; width:100%; box-sizing:border-box; height:40px; background-color:#f5f8fa; font-size:16px; line-height:22px; font-weight:400; color:#33475b; border:1px solid #cbd6e2; border-radius:3px; margin-top:5px; }
.text-form-sec .text-form textarea { padding:10px 15px; max-width:100%; width:100%; box-sizing:border-box; height:100px; background-color:#f5f8fa; font-size:16px; line-height:22px; font-weight:400; color:#33475b; border:1px solid #cbd6e2; border-radius:3px; resize:none; margin-top:5px; }
.text-form-sec .text-form .wpcf7-not-valid-tip { font-size:14px; }
.text-form-sec .text-form .content .submit-btn { text-align:center; }
.text-form-sec .text-form .content .submit-btn input { max-width:max-content; margin:0 auto; height:auto; font-size:20px; line-height:30px !important; font-weight:500; color:#fff; background-color:#5091CD !important; border-radius:100px !important; padding:7px 36px 8px !important; text-align:center; transition:0.5s ease all; border:1px solid #5091CD !important; }
.text-form-sec .text-form .content .submit-btn input:hover { background-color:transparent !important; color:#5091CD !important; }
.text-form-sec .wpcf7-response-output { border:0 !important; padding:0 !important; margin:20px 0 0 !important; color:#dc3232 !important; }
.text-form-sec form.sent .wpcf7-response-output { color:green !important; }
.text-form-sec .wpcf7-spinner { position:absolute; top:50%; transform:translateY(-50%); }
.text-form-sec .content .item.submit-btn p { position:relative; }
.text-form-sec .form-title { color:#58A1E3; }

@media(max-width:1024px) {
/*    .landing-banner { margin-top:63px; }*/
   
    .text-form-sec .inner-text p,.text-form-sec .text-form label {font-size: 16px;line-height: 25px;}
    .text-form-sec {padding: 60px 0;}
}

@media(max-width:991px){
    .landing-banner { min-height:300px; }
    .landing-banner .rapper h1 { font-size:34px; line-height:44px; }
}

@media(max-width:767px){
    .landing-banner { min-height:250px; }
    .landing-banner .rapper h1 { font-size:30px; line-height:40px; }
    .single-hero .title:before {width: 32px;height: 32px;}
    .text-form-sec .text-form .content .col-half { width:100%; }
    .text-form-sec { padding: 50px 0; }
    .text-form-sec .inner-text p,.text-form-sec .text-form label {font-size: 15px;line-height: 24px;}
}

/* text-form-sec end */



/*** Extra css ***/
.our_awards figure.swiper-slide-inner {width: 100%}
.full-table { width: 100%; overflow: auto; }
table {margin: 20px 0}
p,body {font-size: 18px;line-height: 30px;}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container { max-width: 1180px; padding-left: 15px; padding-right: 15px; padding-top: 70px; padding-bottom: 70px; }
.tribe-events .tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-list-item { list-style: none; }
.tribe-events-c-messages__message-list-item { list-style: none; }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-date-tag,.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row>.tribe-common-g-col,.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag { width: auto; padding-left: 3px; }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-datetime-wrapper,.tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2 { margin-bottom: 10px; font-family: Montserrat; }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-title,.tribe-events .tribe-events-calendar-list__event-title { margin-bottom: 10px; font-family: Montserrat; }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-venue,.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-venue { margin-bottom: 0; font-family: Montserrat; }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-description,.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description { margin-top: 10px; }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-description p,.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description p { font-size: 15px; line-height: 25px; }
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-month, .tribe-events .tribe-events-calendar-latest-past__event-date-tag-year,.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6,.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8,.tribe-common .tribe-common-h3 { font-family: Montserrat; }
.tribe-events-c-view-selector__list > li { list-style: none; }
.tribe-events-c-subscribe-dropdown__list { font-family: Montserrat; }
.tribe-events-c-subscribe-dropdown__list li { list-style: none; }
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item,.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border { font-family: Montserrat; }
.tribe-events-c-nav__list-item > a,.tribe-common .tribe-common-b2 { font-family: Montserrat; }
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small { font-family: Montserrat; }
.tribe-events .tribe-events-c-view-selector__list-item-link,.tribe-events .tribe-events-c-view-selector__list-item-text {font-family: Montserrat;}
.single-post #inner-container {overflow: hidden !important;}
.single-post .clear:empty { padding: 0; }
body.single-post #single-post-section .section-container .elementor-container { padding-left: 0; padding-right: 0; }
.single-post .fa.fa-facebook,
.single-post .fa.fa-twitter,
.single-post .fa.fa-google-plus,
.single-post .fa.fa-google-plus-square,
.single-post .fa.fa-pinterest,
.single-post .fa.fa-pinterest-square { font-family: "Font Awesome 5 Brands"; font-weight: 400; }
.single-post .fa.fa-heart-o,.single-post .fa.fa-heart { font-family: "Font Awesome 5 Free"; font-weight: 400; }
.single-post .fa.fa-heart-o:before,.single-post .fa.fa-heart:before { content: "\f004"; }
.single-post .fa.fa-facebook:before { content: "\f39e"; }
/*
.latest_news_k.shadow_sec .owl-wrapper .owl-item {margin: 0 7px;}
.latest_news_k.shadow_sec .owl-wrapper {padding-right: 14px;}
*/
/*.latest_news_k.shadow_sec .owl-carousel {padding-right: 14px;}*/


@media (max-width: 1024px) {
    p,body {font-size: 16px;line-height: 25px;}
    .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {padding-top: 60px;padding-bottom: 60px;}
}
@media (max-width: 991px) {
    #wpdcom { padding: 0 0px 0; margin: 0 auto; }
}
@media (max-width: 767px) {
    p,body {font-size: 15px;line-height: 24px;}
    .tribe-events .tribe-events-calendar-list__event-date-tag,.tribe-events .tribe-events-calendar-latest-past__event-date-tag {width: auto;margin-right: 20px;}
    .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {padding-top: 50px;padding-bottom: 50px;}
    #comments {margin-top: 0}
    body.single-post #single-post-section {padding-bottom: 20px;}
}