/*
Theme Name: TechBuffalo
Theme URI: https://www.techbuffalo.org
Description: This is a custom theme for TechBuffalo 2022
Author: Parkway Digital
Author URI: https://www.pwkydigital.com/
Template: salient
Version: 2022.4.6
*/

#displaynone, .displaynone {
    display: none !important;
}

body.material #header-secondary-outer nav>ul>li>a .menu-title-text {
    text-transform: uppercase !important;
    font-size: 13px;
}   

body.material #header-secondary-outer nav>ul>li>a {
    margin-left: 16px;
    margin-right: 16px;
}

#header-secondary-outer[data-full-width=true]>.container {
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (max-width: 999px) {
    .vc_row.vc_row-flex#bootstrapSwap .span_2,
    .vc_row.vc_row-flex#bootstrapSwap .span_3,
    .vc_row.vc_row-flex#bootstrapSwap .span_6,
    .vc_row.vc_row-flex#bootstrapSwap .span_9,
    .vc_row.vc_row-flex#bootstrapSwap .span_12 {
           flex-direction: column-reverse !important;
    }
}


/* Start Centered Gravity Form */

body .col.centered-text ul, body .wpb_column.centered-text ul {
    display: block;
}

body .gform_wrapper .top_label div.ginput_container.ginput_container_textarea {
    margin-top: 30px;
}

body[data-button-style="rounded"] .container-wrap .centered-gravity-form input[type="email"] {
    background: rgb(255,255,255,.5);
    border-radius: 14px;
    border: 2px solid rgba(0,0,0,0);
    text-align: center;
}


body[data-form-submit="regular"] .container-wrap .centered-gravity-form input[type=submit] {
    text-align: center;
    margin-left: 32%;
    margin-right: 32%;
    width: 36%;
}

@media only screen and (max-width: 999px) {
    body[data-form-submit="regular"] .container-wrap .centered-gravity-form input[type=submit] {
    text-align: center;
    width: 100%;
    margin: 0px;
}
}


.gform_wrapper .centered-gravity-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding-top: 16px;
    padding-bottom: 16px; 
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

body[data-button-style="rounded"] .container-wrap .centered-gravity-form input[type="submit"], 
body[data-button-style="rounded"] .container-wrap .centered-gravity-form button[type="submit"] {
    width: 32%;
    margin-left: 34%;
    margin-right: 34%;
    font-size: 14px
}

body[data-button-style="rounded"] .container-wrap .centered-gravity-form .gform_footer {
    text-align: center;
}



@media only screen and (max-width: 640px) and (min-width: 1px) {
    
    body[data-button-style="rounded"] .container-wrap .centered-gravity-form input[type="submit"], 
    body[data-button-style="rounded"] .container-wrap .centered-gravity-form button[type="submit"] {
    }

}

.gform_wrapper.gravity-theme .centered-gravity-form .gfield select.large {
    text-align: center;
}

.gform_wrapper.centered-gravity-form_wrapper .gform_footer{
    text-align: center;
}

/* End Centered Gravity Form */

body[data-form-submit="regular"] .container-wrap .light input[type=submit], 
body[data-form-submit="regular"] .container-wrap .light button[type=submit], 
body[data-form-submit="see-through"] .container-wrap .light input[type=submit],
body .container-wrap .light input[type=submit],
body[data-form-submit="see-through"] .container-wrap .light button[type=submit]:not(.search-widget-btn) {
    color: #FFF;
}


body[data-form-submit="regular"] .container-wrap input[type=submit], 
body[data-form-submit="regular"] .container-wrap button[type=submit], 
body[data-form-submit="see-through"] .container-wrap input[type=submit],
body .container-wrap input[type=submit],
body[data-form-submit="see-through"] .container-wrap button[type=submit]:not(.search-widget-btn) {
    border: 2px solid rgba(61, 231, 231, 0.75) !important;
    font-size: 14px;
    color: #2e3486;
    visibility: visible;
    background-color: transparent;
    text-transform: uppercase!important;
    
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
    
    padding-right: 37px !important;
    padding-left: 46px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

body[data-form-submit="regular"] .container-wrap input[type=submit]:hover, 
body[data-form-submit="regular"] .container-wrap button[type=submit]:hover, 
body[data-form-submit="see-through"] .container-wrap input[type=submit]:hover,
body .container-wrap input[type=submit]:hover,
body[data-form-submit="see-through"] .container-wrap button[type=submit]:not(.search-widget-btn):hover {
    color: #FFF;
    background-color: rgba(61, 231, 231, 0.75);
}

.intro_text p {
    font-family: Nunito;
    font-size: 23px;
    line-height: 34px;
    font-weight: 400;
}


.intro_text2 p {
    font-family: Nunito;
    font-size: 21px;
    line-height: 33px;
    font-weight: 400;
}

body.material .wpb_row, 
body.material .wpb_content_element {
    margin-bottom: 1.0em;
}

span.permmarker {
    font-family: "Permanent Marker";
    font-weight: 400;
}

h1 span.permmarker {
    font-family: "Permanent Marker";
    text-transform: none;
    font-weight: 100;
}

#footer-outer .span_3 .widget ul.menu,
#footer-outer .span_3 .widget div.textwidget {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
}

body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.tech_buffalo {
    color: #2e3486 !important;
}

body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.tech_buffalo:hover {
    color: #FFF !important;
}

body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.tech_buffalo_white {
    color: #FFF !important;
}

body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.tech_buffalo_white:hover {
    color: #FFF !important;
}

h1, h2, h3, h4, h5, h6,
body, body h1, body h2, body h3, body h4, body h5, body h6,
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #202046 !important;
}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6 {
    color: #FFF !important;
}

.borderit { 
    border: 1px solid red; 
}

.gform_wrapper .gform_body .grecaptcha-badge {
    bottom: -100px !important;
}

/* Events */ 
.tribe-events-before-html h1, .tribe-events-before-html h2, 
.tribe-events-before-html h3, .tribe-events-before-html h4, 
.tribe-events-before-html h5, .tribe-events-before-html h6 {
    font-family: Nunito Sans;
    color: #202046 !important;
    letter-spacing: -1px;
    font-weight: 900;
}

.tribe-events-before-html h6 span {
    font-weight: 900 !important;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-family: Nunito Sans;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
}

.tribe-events-before-html p {
    font-family: Nunito !important;
    color: #232323 !important;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0px !important;
    padding-top: 20px;
    padding-bottom: 60px;
    font-weight: 400 !important;
}

.tribe-common a, .tribe-common abbr, .tribe-common acronym, .tribe-common address, .tribe-common applet, .tribe-common article, .tribe-common aside, .tribe-common audio, .tribe-common b, .tribe-common big, .tribe-common blockquote, .tribe-common canvas, .tribe-common caption, .tribe-common center, .tribe-common cite, .tribe-common code, .tribe-common dd, .tribe-common del, .tribe-common details, .tribe-common dfn, .tribe-common div, .tribe-common dl, .tribe-common dt, .tribe-common em, .tribe-common embed, .tribe-common fieldset, .tribe-common figcaption, .tribe-common figure, .tribe-common footer, .tribe-common form, .tribe-common header, .tribe-common i, .tribe-common iframe, .tribe-common img, .tribe-common ins, .tribe-common kbd, .tribe-common label, .tribe-common legend, .tribe-common li, .tribe-common main, .tribe-common mark, .tribe-common menu, .tribe-common nav, .tribe-common object, .tribe-common ol, .tribe-common output, .tribe-common p, .tribe-common pre, .tribe-common q, .tribe-common ruby, .tribe-common s, .tribe-common samp, .tribe-common section, .tribe-common small, .tribe-common span, .tribe-common strike, .tribe-common strong, .tribe-common sub, .tribe-common summary, .tribe-common sup, .tribe-common table, .tribe-common tbody, .tribe-common td, .tribe-common tfoot, .tribe-common th, .tribe-common thead, .tribe-common time, .tribe-common tr, .tribe-common tt, .tribe-common u, .tribe-common ul, .tribe-common var, .tribe-common video {
    font-family: Nunito Sans;
    letter-spacing: -1px;
    font-weight: 400;
    font-stretch: 100%;
    letter-spacing: 0px !important;
}

.tribe-events .tribe-events-c-ical__link {
    border: 2px solid rgba(61, 231, 231, 0.75) !important;
    font-size: 14px;
    color: #2e3486;
    visibility: visible;
    background-color: transparent;
    text-transform: uppercase!important;
    font-weight: 800;
    
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
    
    padding-right: 46px !important;
    padding-left: 46px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    letter-spacing: 1px !important;
    border-radius: 0px;
} 

.tribe-events .tribe-events-c-ical__link:hover {
    background-color: #3de7e7; 
}

a.tribe-events-calendar-month__calendar-event-title-link.tribe-common-anchor-thin.tooltipstered {
    color: #3de7e7; 
    font-weight: 900;
}

.tribe-events-before-html h6 {
    margin-bottom: 30px;
}

.tribe-common .tribe-common-c-btn-border, 
.tribe-common a.tribe-common-c-btn-border {
    border: 2px solid rgba(61, 231, 231, 0.75) !important;
    font-size: 14px;
    color: #2e3486;
    visibility: visible;
    background-color: transparent;
    text-transform: uppercase!important;
    font-weight: 800;
    
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
    
    letter-spacing: 1px !important;
    border-radius: 0px;
}

.tribe-common .tribe-common-c-btn-border:hover, 
.tribe-common a.tribe-common-c-btn-border:hover {
    background-color: #3de7e7; 
    color: #FFF; 
}


.tribe-events .tribe-events-header {
    padding-top: 10px;
}


.tribe-events .tribe-events-calendar-month__calendar-event-datetime,
.tribe-events .tribe-events-calendar-month__calendar-event-title, 
.tribe-common .tribe-common-h8 {
    letter-spacing: 0px !important;
}

.tribe-events .tribe-events-calendar-month__header-column-title-desktop {
    color: #2e3486; 
    font-weight: 900;
}

.tribe-events .tribe-events-calendar-month__day:hover:after {
    background-color: #3de7e7; 
}

.tribe-events .tribe-events-c-ical__link:before {
    display: none; 
}

.tribe-events-view--list .tribe-common .tribe-common-h6--min-medium {
        font-family: Nunito Sans;
        font-weight: 800;
}

.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8 {
        font-family: Nunito Sans;
        font-weight: 800;
}

.tribe-events .tribe-events-calendar-list__event-title a {
    font-family: Nunito Sans;
    font-weight: 900;
    color: #2e3486 !important;
    font-size: 30px;
}

.tribe-common .tribe-common-b2 {
    font-family: Nunito !important;
    color: #232323 !important;
    font-size: 17px !important;
    line-height: 28px !important;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
}

.tribe-common p {
    font-family: Nunito !important;
     color: #232323 !important;
    font-size: 17px !important;
    line-height: 28px !important;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
}

.tribe-events .tribe-events-calendar-list__event-title {
    margin-bottom: 0px !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
    color: #2e3486 !important;
    font-weight: 800;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
    color: #3de7e7; 
}

span.tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
    color: #3de7e7;
}

.tribe-events .tribe-events-c-small-cta>* {
     color: #2e3486;
}

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
    font-size: 18px;
}

body .main-content div.light .nectar-fancy-ul li a span {
    font-weight: 800 !important;
}

body .main-content div.light .nectar-fancy-ul li a {
    color: #FFF;
    font-weight: 800;
}


body .main-content div.light .nectar-fancy-ul li a:hover  { 
    text-decoration: none;
    color: rgb(61, 231, 231) !important;
}

#imageArray{
    display: none;
}
ul#imageArray{
    display: none;
}

.blog-recent .meta-category {
    display: none !important;
}

body[data-col-gap="40px"] .vc_row-fluid .techbuffalo_news .span_12 {
    margin-left: 0px;
    margin-right: 0px;
}

.container-wrap .gform_body input[type=text], 
.container-wrap .gform_body input[type=email], 
.container-wrap .gform_body input[type=password], 
.container-wrap .gform_body input[type=tel], 
.container-wrap .gform_body input[type=url], 
.container-wrap .gform_body input[type=search], 
.container-wrap .gform_body input[type=date], 
body[data-form-style="minimal"] .gform_body input[type="text"], 
body[data-form-style="minimal"] .gform_body textarea, 
body[data-form-style="minimal"] .gform_body input[type="email"], 
body[data-form-style="minimal"] .gform_body input[type=password],
body[data-form-style="minimal"] .gform_body input[type=tel], 
body[data-form-style="minimal"] .gform_body input[type=url], 
body[data-form-style="minimal"] .gform_body input[type=search], 
body[data-form-style="minimal"] .gform_body input[type=date] {
   font-size: 17px;
}

.gform_wrapper.gravity-theme .gfield select.large {
    font-size: 17px;
    line-height: 20px;
   
}
    
.nectar-post-grid .nectar-post-grid-item .content .post-heading { 
    max-width: 100%;
}

.techbuffalo-partner-badge .img-with-aniamtion-wrap>.inner {
    height: unset;
}

.techbuffalo-employer-badge .img-with-aniamtion-wrap>.inner {
    height: unset;
}

#imageArray{
    display: none;
}

#gform_wrapper_2.gform_wrapper.gravity-theme .centered-gravity-form .gfield select.large {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media (max-width: 640px) {
    #gform_wrapper_2.gform_wrapper.gravity-theme .ginput_complex span.name_first {
        margin-bottom: 18px;
    }
}

.tribe-common .tribe-common-c-svgicon--messages-not-found .tribe-common-c-svgicon__svg-stroke {
    color: #3de7e7 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message ::marker {
    display: none !important;
    color: transparent;
}

.container-wrap {
    padding-bottom: 0px;
}