/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.row .col p:last-child {
    padding-bottom: 18px;
}


h2, h3, h4 {
    padding-bottom: 0.5em;
}




.gradient-line {
    border-top: 1px solid transparent;
    border-image: linear-gradient(0.75turn, #fff, #444, rgba(56, 2, 155, 0));
    border-image-slice: 1;
    width: 100%;
}



.link_wrap {
  position: relative;
  display: inline-block;
  z-index: 0;
  padding: 0.2em 0.4em; /* optional, for spacing around text */
  text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
}

.link_wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(43, 156, 252, 1.0);
    filter: blur(3px);
    z-index: -1;
    border-radius: 5px;
}


.link_wrap:hover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.5);
    filter: blur(3px);
    z-index: -1;
    border-radius: 5px;
}


.nectar-fancy-box[data-style*="text_underline"].content-color-FFFFFF h2, .nectar-fancy-box[data-style*="text_underline"].content-color-FFFFFF h3, .nectar-fancy-box[data-style*="text_underline"].content-color-FFFFFF h4, .nectar-fancy-box[data-style*="text_underline"].content-color-FFFFFF h5 {
    background-image: none;
}
.nectar-post-grid[data-text-hover-color=dark] .nectar-underline .post-heading {
    background-image: none;
}



/* Optional: make sure nested spans or links also turn blue */
.nectar-post-grid[data-text-color=dark] .nectar-post-grid-item:hover h3.post-heading span,
.nectar-post-grid[data-text-color=dark] .nectar-post-grid-item:hover .screen-reader-text span {
  color: #2b9cfc !important;
}


.footer-copy .link_wrap, .no-blur .link_wrap  {
    position: relative;
    display: inherit;
    z-index: 0;
    padding: inherit;
    text-transform: inherit;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
}


.footer-copy .link_wrap::before, .no-blur .link_wrap::before {
    background: none;
}

.footer-copy .link_wrap:hover::before, .no-blur .link_wrap:hover::before {
background: none;
}

.footer-copy h4 {
padding: 0 !important;
margin-bottom:0 !important;
}


.footer-copy ul {
    margin-left: 0px;
    margin-bottom: 0px;
}

.footer-copy ul li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
    padding-right:20px;
}

.vc_wp_custommenu {
display: inline-block;

}




#slide-out-widget-area .off-canvas-menu-container .menu li a, .menuwrapper >.sub-menu.dl-animate-in-4 > li >a, #slide-out-widget-area .menuwrapper >.sub-menu > li > a {
    margin: .1em 0;
    padding: .1em 0;

}
#slide-out-widget-area.fullscreen-split .left-side {
    order: 2;
}

#slide-out-widget-area.fullscreen-split .inner-wrap>.inner>.container{
    margin: 20px auto !important;
    left: 10px !important;
}

#slide-out-widget-area.fullscreen-split .off-canvas-menu-container>ul>li {
    margin-bottom: 0px;
    border-bottom: 1px solid #fff;
    width: 100%;
    display: inline-block;
}

body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after, #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:after, #slide-out-widget-area .tagcloud a:hover
 {
display:none;
}

.nectar-cta[data-style=curved-arrow-animation] .link_text {
    color: #2b9cfc !important;
        font-size: 16px;
}

.nectar-cta[data-style=curved-arrow-animation] svg {
    display: none;
}



.nectar-cta.wide .link_wrap {
    width: 100%;
    display: block;
    text-align: center;
}

.nectar-cta .link_wrap .link_text:after {
    border: 0px solid rgba(0, 0, 0, .3);

}
.material blockquote::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    content: '';
    border-left: 0px solid rgba(0, 0, 0, .1);
    border-color: #2b9cfc !important;
}



.nectar-post-grid .nectar-post-grid-item .meta-excerpt {
    font-size: 16px;
    line-height: 1.3;
}






#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
background: #000;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
background: #2b9cfc !important;
color: #fff !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    background-color: #0C4DA2;
    border-color: #0C4DA2;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover {
color: #0C4DA2 !important;
}



.workday-jobs-filter {
    margin-bottom: 15px;
}

.workday-jobs-filter label {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 300;
    font-family: Roboto;
    display: block;
    cursor: pointer;
}

#job-location-filter {
    padding: 5px;
    font-size: 14px;
}


/* ---------- Workday Jobs Filter Dropdown ---------- */

/* Container */
.workday-jobs-filter {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

/* Button */
#location-dropdown-btn {
    padding: 10px 16px;
    cursor: pointer;
    border: 0px solid #ccc;
    border-radius: 0px;
    background: #2b9cfc;
    min-width:300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: box-shadow 0.2s ease;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 300;
    color:#000 !important;
}
#location-dropdown-btn:hover {
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    background: #0066cc;
    color:#fff !important;
}

/* Arrow rotation when open */
#location-dropdown-btn.open span:last-child {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

/* Dropdown container */
#location-dropdown {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    min-width:300px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 0px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    max-height: 220px;
    overflow-y: auto;
    z-index: 999;
    transition: opacity 0.3s ease;
}

/* Dropdown items */
#location-dropdown div {
    border-bottom: 1px solid #cccccc;
    padding: 6px 10px;
    border-radius: 0px;
    transition: background 0.2s ease;
}
#location-dropdown div:hover {
    background: #f0f0f0;
}

/* Job list styling */
.workday-jobs {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 0px solid #000;
}

/*.workday-jobs .job-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #000;
}
*/

.workday-jobs .job-item {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 0px 0px;
    margin-bottom:-1px;
    border: 1px solid #000;
}

.workday-jobs .job-info {
    width: 50%;
    padding: 10px;
}


.workday-jobs .job-info strong {
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.workday-jobs .job-info div {
    color: #000;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}

/*.workday-jobs .job-link a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    background: #2b9cfc;
    padding: 5px 20px;
    margin-top: 5px;
    display: block;
}


.workday-jobs .job-link a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    background: #2b9cfc;
    height: 100%;
    padding: 15px 30px;
    display: table-caption;
    white-space: nowrap;
}
*/

.workday-jobs .job-link {
    width: 50%;
    border-left: 1px #000 solid;
}

.workday-jobs .job-link a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding: 5px 30px;
    display: block;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    font-weight: 600;
}





.workday-jobs .job-link a:hover {
    color: #fff;
    background: #0066cc;
}
.job-descript p b u {
    text-decoration: none;
    margin-bottom: -20px;
    display: block;

}

.job-descript p b {
        font-weight: 200;
    font-size: 1.3em;
}

.job-descript ul {
    margin-top: -20px;
}






.apply-btn-wide a.apply-btn, .apply-btn-sml a.apply-btn {
  position: relative;
  display: inline-block;
  z-index: 0;
  padding: 0.2em 0.4em; /* optional, for spacing around text */
  text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
        border-radius: 0px!important;
    text-decoration: none!important;
    width: 100%!important;
    text-align: center!important;
    color: #000!important;
}

.apply-btn-wide a.apply-btn::before, .apply-btn-sml a.apply-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(43, 156, 252, 1.0);
    filter: blur(3px);
    z-index: -1;
    border-radius: 5px;
}


.apply-btn-wide a.apply-btn:hover::before, .apply-btn-sml a.apply-btn:hover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.5);
    filter: blur(3px);
    z-index: -1;
    border-radius: 5px;
}



.apply-btn-sml a.apply-btn {
    width: 250px!important;
}

.apply-btn-wide a.apply-btn:hover, .apply-btn-sml a.apply-btn:hover {
    background: #0066cc!important;
    color: #000!important;
}





.rotate-logos-cont {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg) !important;
}

.rotate-logos-cont img {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(315deg) !important;
    border:0px solid#ccc;
}



.footer-copy .wpb_wrapper>div {
    margin-bottom: 10px;
}

#responsive-form{
	max-width:100% /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
width: 100%;
float: left;
}
.column-left, .column-right{
	float: left;
	position: relative;
	padding-bottom: 0;
	width:50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.column-left{
	padding-right: 0.65rem;
}
.column-right{
	padding-left:0.65rem;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body[data-form-style="minimal"] input[type=text]:focus, body.material input[type=text]:focus, body[data-form-style="minimal"] input[type=email]:focus, body.material input[type=email]:focus, body[data-form-style="minimal"] textarea:focus, body.material textarea:focus {
     border-color: #2b9cfc !important;
}
body[data-form-style="minimal"] input[type=text]:hover, body.material input[type=text]:hover, body[data-form-style="minimal"] input[type=email]:hover, body.material input[type=email]:hover, body[data-form-style="minimal"] textarea:hover, body.material textarea:hover {
     border-color: #0066cc !important;
}
.wpcf7-form textarea {
    max-width: 100%;
    height: 230px;
}


.wpcf7-form input[type=submit] {
    margin-top: 0px;
    float: left;
    width: 200px;
    color: #000;
}

.wpcf7-form p span {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

.wpcf7-form p span.wpcf7-checkbox {
    margin-top: 20px;
    display: block;
}


.wpcf7-form p {
    font-size: 16px;
    margin: 0px 0;
    padding: 0;
}


input[type="checkbox" i] {
    cursor: pointer;
}

.wpcf7-form .wpcf7-not-valid-tip {
    color: #2b9cfc;
}

.wpcf7-form .wpcf7-not-valid-tip {
    top: 0px;
    padding: 2px 6px;
    border: 0;
    box-shadow: 0 4px 9px rgb(0 0 0 / 0%);
    -webkit-box-shadow: 0 4px 9px rgb(0 0 0 / 0%);
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}

.light .wpcf7 div.wpcf7-response-output, div.wpcf7-validation-errors {
    color: #fff !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 0 0;
    padding: 0.5em 1em;
}

.wpcf7 .wpcf7-response-output {
    background-color: #000000;
}



.wpb_gallery .nectar-flickity .flickity-slider .cell .item-meta h4 {
display:none;
}


.nectar-flickity:not(.masonry) .flickity-slider .cell img {
    border-radius: 10px;
}

.material.woocommerce-page[data-form-style=default] input#coupon_code, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border-radius: 0px;
    border: 1px solid transparent;
        font-weight: 300;
}

.span_12.light .select2-container--default .select2-selection--single, .span_12.light input[type=date], .span_12.light input[type=email], .span_12.light input[type=password], .span_12.light input[type=search], .span_12.light input[type=tel], .span_12.light input[type=text], .span_12.light input[type=url], .span_12.light select, .span_12.light textarea, body[data-fancy-form-rcs="1"] .span_12.light .select2-container--default .select2-selection--single
 {
    background-color: #000;
    border-color: #fff;
    color: #fff;
}





.sml-sub {
margin-top:0px;
}
.text-left {
margin-top:-10px;
    float: left;
    width: 100%;
}


.mbl-top-pad {
margin-top:10px;

}


body.single-post .container-wrap.no-sidebar {
    padding-top: 0px;
}
/*
.single.single-post #page-header-wrap {
    display: none;
}

*/

.single.single-post .section-title h1{
max-width: 1100px;
}

.single #single-below-header span, .single #single-meta span {
    font-size: 24px;
}


.blog-title #single-below-header>span {
    display: block;
    margin-bottom: 20px;
    padding: 0 20px 0 0px;
    border-left: 0px solid rgba(0, 0, 0, .1);
}

.single .heading-title {
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
    margin-bottom: 0px;
    max-width: 660px;
    margin: 0 auto;
}

.single.single-post .heading-title[data-header-style=default] h1 {
    margin-bottom: 50px;
}


.single.single-post h4 {
margin-bottom:1.5em;
}

.single.single-post blockquote {
    position: relative;
    border-top: 1px solid #000;
    padding: 50px 0 25px 0;
}



.team-carousel blockquote {
    position: relative;
    border-top: 0px solid #000;
    padding: 0px 0 0px 0;
    margin: 0;
    color: #2b9cfc !important;
    font-style: italic;
}

.team-carousel blockquote p {
    color: #2b9cfc !important;
    font-style: italic;
}


.team-carousel .owl-carousel[data-desktop-cols] .owl-dots.disabled, .team-carousel .owl-carousel[data-desktop-cols] .owl-nav.disabled {
    display: block;
}

.team-carousel .owl-theme[data-desktop-cols] .owl-dots {
    display: none !important;
}


.owl-counter {
    position: absolute;
    top: 0px;
    right: 45px;
    color: #fff;
    padding: 0px;
    font-size: 20px;
    font-family: 'Roboto';
    z-index: 99;
}

.gallery-carousel .owl-counter {
    display: none;
}


.gallery-carousel .owl-carousel[data-desktop-cols] .owl-item img {
    border-radius: 10px;
}


.gallery-carousel .owl-carousel[data-desktop-cols] .owl-item img.full-left-side {
    border-radius: 10px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.gallery-carousel .owl-carousel[data-desktop-cols] .owl-item img.top-img {
    border-radius: 10px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.gallery-carousel .owl-carousel[data-desktop-cols] .owl-item img.bottom-left-img {
    border-radius: 0px !important;
}

.gallery-carousel .owl-carousel[data-desktop-cols] .owl-item img.bottom-right-img {
    border-radius: 10px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


.gallery-carousel .owl-theme[data-desktop-cols] .owl-nav {
  position: absolute;
    top: 0px;
    left: inherit;
    right: 0px;
}


.owl-theme[data-desktop-cols] .owl-nav {
  position: absolute;
  top: 0px;
  left: 20px;
  color: #fff;
  padding: 0px;
  border-radius: 0px;
  font-size: 13px;
    font-family: 'Roboto';
  z-index: 99;
  text-align: left;
}

.owl-carousel[data-desktop-cols] .owl-nav .owl-prev {
    margin-right: 10px !important;
}


/* Carousel nav container */
.owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  position: absolute;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}

/* Base button */
.owl-nav button {
  background: transparent !important;
  border: none !important;
  width: 30px;
  height: 40px;
  position: relative;
  cursor: pointer;
  pointer-events: all;
      margin: 0px !important;
    padding: 0px !important;
}

/* Hide default text */
.owl-nav button span {
  display: none;
}

/* Horizontal line for both arrows */
.owl-prev::before,
.owl-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  background: #fff;
}

/* Shift right arrow line slightly to meet chevron */
.owl-next::before {
  transform: translate(2%, -50%);
  left: 0%;
}

/* Left arrow line remains centered */
.owl-prev::before {
  transform: translate(-50%, -50%);
}

/* Arrowheads */
.owl-prev::after,
.owl-next::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* Left arrowhead */
.owl-prev::after {
  left: 50%;
  transform: translate(-12px, -50%) rotate(-135deg);
}

/* Right arrowhead */
.owl-next::after {
  left: 0%;
  transform: translate(12px, -50%) rotate(45deg);
}

/* Hover effect */
.owl-nav button:hover::before {
  background: #2b9cfc;
}
.owl-nav button:hover::after {
  border-color: #2b9cfc;
}








.nectar-social.fixed {
    display: none;
}





#page-header-bg #single-below-header a, #single-below-header a, .post .post-header a, .result a {
    color: #2b9cfc;
}

#page-header-bg #single-below-header a:hover, #single-below-header a:hover, .post .post-header a:hover, .result a:hover {
    color: #000;
}


.heateor_sss_follow_ul, div.heateor_sss_sharing_ul {
    display: inline-flex;
}



.blog-filter-dropdown-wrapper {
  position: relative;
  display: inline-block;
  font-family: inherit;
}


#blog-filter-btn-0, #blog-filter-btn-1 {
    padding: 10px 16px;
    cursor: pointer;
    border: 0px solid #ccc;
    border-radius: 0px;
    background: #2b9cfc;
    min-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: box-shadow 0.2s ease;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 300 !important;
}



#blog-filter-btn {
  padding: 12px 12px;
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
  cursor: pointer;
  font-size: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 150px; /* adjust as needed */
}






#blog-filter-btn .arrow {
  margin-left: 8px;
  transition: transform 0.2s;
}

.dropdown-content {
    margin-top: 3px;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  display: none;
  z-index: 999;
}

.dropdown-content a {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  color: #000;
  
}

.dropdown-content a:hover {
  background: #f5f5f5;
}

.dropdown-content a.active {
  background: #e6e4e4;
}



    .nectar-post-grid-filters[data-align=right] a {
        margin: 0 0 0 0px;
        line-height: 1.1;
        display: inline-block;
        text-align: left;
        border-bottom: solid 1px #cccccc;
    }

.nectar-post-grid-filters a.active:after, .nectar-post-grid-filters a:hover:after {
display:none;
}




.less-10 .nectar-post-grid-wrap[data-style="content_next_to_image"] .nectar-post-grid-item-bg-wrap {
    width: 50%;
    position: relative;
}

.less-10 .nectar-post-grid-wrap[data-style="content_next_to_image"] .nectar-post-grid-item .inner {
    gap: 50px;
}

.less-10 .nectar-post-grid[data-grid-spacing="25px"] .nectar-post-grid-item {
    padding-bottom: 50px;
    margin: 25px;
    border-bottom: 1px solid #000;
}



@media only screen and (min-width: 300px) and (max-width: 699px) {


.less-10 .nectar-post-grid[data-grid-spacing="25px"] .nectar-post-grid-item {
    padding-bottom: 50px;
    margin: 0px 25px 25px 25px;

}

.less-10 .nectar-post-grid-wrap[data-style="content_next_to_image"] .nectar-post-grid-item .inner {
    gap: 0px;
}

.less-10 .nectar-post-grid-wrap[data-style="content_next_to_image"] .nectar-post-grid-item-bg-wrap {
    width: 100%;

}

.less-10 .nectar-post-grid .nectar-post-grid-item .content {
    padding: 25px 0 !important;
}

.less-10 .nectar-post-grid-wrap[data-style="content_next_to_image"] .nectar-post-grid-item .inner {
    display: inline-block;
}
}

@media only screen and (max-width: 999px) {
  .nectar-post-grid-wrap .nectar-post-grid-filters h4 {
    display: none !important;
  }
  
    .blog-filter-dropdown-wrapper {
    display: block !important;
  }
  
}

.nectar-post-grid-filters {
    padding-top: 0px !important;
    margin-top: -50px;
    margin-right: 10px;
    }

@media (max-width: 999px) {
  .nectar-post-grid-filters { position: relative; max-width: 100%;margin-top: -10px;margin-right: 50px; padding: 60px 0;}
  .blog-filter-dropdown-wrapper { position: absolute; top:-80px; right:0; width:300px; z-index:999; }
  .blog-filter-dropdown-wrapper button,
  .blog-filter-dropdown-wrapper .dropdown-content { width:300px; margin-top: 3px !important;}
  .blog-filter-dropdown-wrapper .dropdown-content { top:100%; right:0; display:none; background:#fff; box-shadow:0 2px 6px rgba(0,0,0,0.2); }
  .blog-filter-dropdown-wrapper .dropdown-content a { display:block; padding:6px 10px; border-bottom:1px solid #ccc; text-decoration:none; color:#000; }
  .blog-filter-dropdown-wrapper .dropdown-content a:hover { background:#f0f0f0; }
}











/*



*/







.over-10 .nectar-post-grid.featured-first-item > .nectar-post-grid-item:first-child .nectar-post-grid-item-bg-wrap {
    margin-right: 50px;
    width: calc(50% - 0px);
    float: left;
}

.over-10 .nectar-post-grid.featured-first-item > .nectar-post-grid-item:first-child .content {
    width: 40%;
    float: left;
    padding: 0px 0;
    margin-top:-5px;
}

.over-10 .nectar-post-grid.featured-first-item > .nectar-post-grid-item:first-child {
    padding-bottom: 50px;
    border-bottom: solid 1px #000;
}


.over-10 .nectar-post-grid-wrap[data-style="content_under_image"]  .custom-aspect-ratio-1-1 .nectar-post-grid-item:first-child .nectar-post-grid-item-bg {
    padding-bottom: calc((1 / 1) * 65%);
    height: auto !important;
}







@media only screen and (min-width: 300px) and (max-width: 699px) {

.over-10 .nectar-post-grid.featured-first-item > .nectar-post-grid-item:first-child .nectar-post-grid-item-bg-wrap {
    width: 100%;
    float: left;
    margin-right: 0px;
}

.over-10 .nectar-post-grid.featured-first-item > .nectar-post-grid-item:first-child .content {
    width: 100%;
    float: left;
    padding: 25px 0;
    margin-top:0px;
}

.over-10 .nectar-post-grid.featured-first-item > .nectar-post-grid-item:first-child {
    padding-bottom: 50px !important;
    border-bottom: solid 1px #000;
}

}








@media only screen and (min-width: 1000px) {
.single.single-post .container {
        max-width: 100%;
          padding: 0 50px;
    }
}


@media only screen and (min-width: 300px) and (max-width: 1300px) {
    body.single.single-post .section-title h1 {
        max-width: 100%;
    }
    .single #single-below-header span, .single #single-meta span {
    font-size: 24px;
}


}







@media only screen and (max-width: 1060px) { 

.workday-jobs .job-link a {

    height: 90px;
}
}


@media only screen and (min-width: 691px) {
    #slide-out-widget-area .off-canvas-menu-container .menu, #slide-out-widget-area .off-canvas-menu-container .menu ul {
        display: block;
    }

}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
.text-left {
margin-top:-10px !important;
display:none;
}



}

.hide-mbl {
    display: ruby-text;

}

@media only screen and (max-width: 48em) {
.hide-mbl {
display:none;
}	

.text-left p .wpcf7-form-control-wrap {
    display: inline-block !important;
    padding-bottom: 30px;
}

.text-left p a {
    font-size: 18px;
    
}

}

/* ---------- Base Flickity Arrows ---------- */
.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button {
  position: absolute !important;
  transition: none !important;
  transform: none !important;
  background: none !important;
  box-shadow: none !important;
}

.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button svg {
  width: 24px !important;
  top: 9px !important;
  transition: none !important;
  transform: none !important;
  fill: currentColor !important;
}

.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous svg {
  left: -1px !important;
}

.nectar-flickity[data-controls*="arrows_overlaid"] .next:after,
.nectar-flickity[data-controls*="arrows_overlaid"] .previous:after {
  position: absolute !important;
  top: 50% !important;
  left: 4px !important;
  width: 30px !important;
  height: 1px !important;
  margin-top: -1px !important;
  content: '' !important;
  display: block !important;
  transition: none !important;
  transform: none !important;
  background-color: #000 !important;
}

.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button:before {
  background-color: transparent !important;
}

/* Hover color */
.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button:hover svg path {
  fill: #2b9cfc !important;
}
.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button:hover:after {
  background-color: #2b9cfc !important;
}

.flickity-wht-arrw {
Padding-top:70px !important;
}

.flickity-wht-arrw.hm-pg {
Padding-top:0px !important;
}

/* ---------- Arrow Variants ---------- */
.flickity-wht-arrw .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button svg .arrow,
.flickity-blk-arrw .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button svg .arrow {
  stroke-width: 2 !important;
  vector-effect: non-scaling-stroke !important;
}

.flickity-wht-arrw .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button svg .arrow {
  fill: #fff !important;
  stroke: #000 !important;
}

.flickity-blk-arrw .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button svg .arrow {
  fill: #000 !important;
  stroke: #fff !important;
}

.flickity-wht-arrw .nectar-flickity[data-controls*="arrows_overlaid"] .next:after,
.flickity-wht-arrw .nectar-flickity[data-controls*="arrows_overlaid"] .previous:after {
  background-color: #fff !important;
}

.flickity-blk-arrw .nectar-flickity[data-controls*="arrows_overlaid"] .next:after,
.flickity-blk-arrw .nectar-flickity[data-controls*="arrows_overlaid"] .previous:after {
  background-color: #000 !important;
}

/* ---------- Positioning ---------- */
.flickity-wht-arrw .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous {
  right: 105px !important;
  top: -50px !important;
}
.flickity-wht-arrw .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next {
  right: 50px !important;
  top: -50px !important;
}
.flickity-blk-arrw .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous {
  right: 55px !important;
  top: -40px !important;
}
.flickity-blk-arrw .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next {
  right: 0 !important;
  top: -40px !important;
}

/* Common width/height */
.flickity-wht-arrw .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button,
.flickity-blk-arrw .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button {
  width: 50px !important;
  height: 40px !important;
  left: auto !important;
}



/* ---------- Hover state for Flickity Arrows ---------- */
.flickity-wht-arrw .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button:hover svg .arrow {
    fill: #2b9cfc !important;
    stroke: #000 !important;
}

.flickity-blk-arrw .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button:hover svg .arrow {
    fill: #2b9cfc !important;
    stroke: #fff !important;
}




.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button:hover:after {
    background-color: #2b9cfc !important;
}





@media only screen and (max-width: 999px) {
    .nectar-flickity[data-controls*=arrows_overlaid][data-overflow=visible] .flickity-prev-next-button {
        opacity: 1;
        visibility: visible;
        pointer-events: inherit;
    }
}



/**---------------- Media query ----------------**/
@media only screen and (max-width: 48em) { 
.column-left, .column-right{
		width: 100%;
		padding: 0 0  0 0rem;
	}
	
.sml-sub {
display:none;
}

.wpcf7-form p {
    font-size: 16px;
    margin: 0;
}
	
}


.grecaptcha-badge, .wpcf7-turnstile {
    visibility: hidden;
    height:10px;
    
}


small {
font-size: 11px;
float:right;
}



/* ==============================
   Bottom row: two side-by-side images
   ============================== */

/* All bottom wrappers: float and width */
.img-with-aniamtion-wrap.custom-width-50pct {
    display: inline-block;
    float: left;
    width: 50%;
    margin: 0;
}

/* Inner container fills wrapper */
.img-with-aniamtion-wrap.custom-width-50pct .inner {
    max-width: 100%;
}

/* Make images fully responsive */
.img-with-aniamtion-wrap.custom-width-50pct img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Bottom-left image: second-to-last wrapper */
.img-with-aniamtion-wrap.custom-width-50pct:nth-last-child(2) .inner {
    margin-right: 10px; /* gap to the right */
}

/* Bottom-right image: last wrapper */
.img-with-aniamtion-wrap.custom-width-50pct:last-child .inner {
    margin-left: 10px; /* gap to the left */
}

/* Clear floats after the bottom row */
.col-img-grid .vc_col-sm-6:last-child .wpb_wrapper::after {
    content: "";
    display: block;
    clear: both;
}

.col-img-grid .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0px !important; 
}



.sptp-grid .sptp-row:not(.sptp-mosaic-row) {
    justify-content: left !important; 
}



.mfp-bg {
    background: rgba(0, 0, 0, 0.88);
    opacity: 1;
}

body:has(.mfp-wrap) #ajax-content-wrap {
  filter: blur(6px);
}


.sp-team-pro.sptp-section.style-1.popup-open {
    border-radius: 0px;
    background-color: rgb(0 0 0 / 50%) !important; 
	padding-top: 20px;
}

.sptp-popup-content-main.text-center {
    padding: 0 30px 30px 30px;
}


.sptp-popup-header {
    background-color: transparent !important;
}

.sptp-popup-section.style-1 button.mfp-close::after, .sptp-popup-section.style-1 button.mfp-close::before {
    width: 26px !important;
    background-color: #fff;
	height: 1px;
}
.sptp-popup-section.style-1 button.mfp-close:hover::after, .sptp-popup-section.style-1 button.mfp-close:hover::before {
  background: #2b9cfc;
}
.sptp-nav-next:hover::after, .sptp-nav-prev:hover::after {
  border-color: #2b9cfc;
}

.sptp-popup-content-main .sptp-member {
    margin: 0;
    border-bottom: 0px solid #000 !important;
}

.sptp-popup-style2-navigation {
    margin-left: 35px;
}


.sptp-popup-section.style-1 button.mfp-close {
    background: transparent;
	right: 20px;
	top: 0px;
}

.sptp-popup-section.style-1 .sp-team-pro button.mfp-close {
    background: transparent;
	right: 20px;
	top: 10px;
    }


.sptp-popup-section.style-1 button.mfp-close:hover {
    background: transparent;
}
	
/* Hide default text */
.fa.fa-angle-left, .fa.fa-angle-right {
  display: none;
}

/* Horizontal line for both arrows */
.sptp-nav-next::before,
.sptp-nav-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  background: #fff;
}

/* Shift right arrow line slightly to meet chevron */
.sptp-nav-prev::before {
  transform: translate(2%, -50%);
  left: 0%;
}

/* Left arrow line remains centered */
.sptp-nav-next::before {
  transform: translate(-50%, -50%);
}

/* Arrowheads */
.sptp-nav-next::after,
.sptp-nav-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* Left arrowhead */
.sptp-nav-next::after {
  left: 50%;
  transform: translate(-12px, -50%) rotate(-135deg);
}

/* Right arrowhead */
.sptp-nav-prev::after {
  left: 0%;
  transform: translate(12px, -50%) rotate(45deg);
}

/* Hover effect */
.sptp-nav-next:hover::before, .sptp-nav-prev:hover::before {
  background: #2b9cfc;
}
.sptp-nav-next:hover::after, .sptp-nav-prev:hover::after {
  border-color: #2b9cfc;
}

.sptp-nav-next {
  margin-right:5px
}
.sptp-nav-prev {
  margin-left:5px
}	
	
	


/* Hide default navigation */
.sptp-popup-style1-navigation {
  display: none !important;
}

/* Force header to exist */
.sptp-popup-header {
  display: block !important;
  visibility: visible !important;
}




@media only screen and (min-width: 690px) {

.team-carousel.teams-page .owl-counter {
display:none;
}
.team-carousel.teams-page .owl-theme[data-desktop-cols] .owl-nav {
    display: none !important;
}
}




@media screen and (min-width: 1000px) {
    .sp-team-pro.sptp-section.style-1 {
        max-width: 1200px !important;
        width: 100%;
    }
}



@media only screen and (min-width: 999px) {
.vc_col-sm-6.team-2 {
width: 60% !important;
}

.vc_col-sm-6.team-1 {
width: 40% !important;
}
}


@media screen and (min-width: 800px) {
    .sptp-popup-content-main.text-center {
        display: flex;
        flex-direction: row-reverse;
    }
	    .sp-team-pro.sptp-section.style-1 .sptp-popup-content-main .sptp-member-avatar-area {
        max-width: 40%;
        margin-right: 0px;
        margin-left: 40px;
    }
}



.sp-team-pro blockquote {
    position: relative;
    padding-left: 0;
	padding-top: 20px;
		margin-top: 20px;
}

.sp-team-pro blockquote:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  left: 0px;
  border-top: 1px solid #fff !important;
}

.sp-team-pro blockquote:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 15%;
  bottom: -20px;
  left: 0;
  border-top: 1px solid #fff;
}




.popup-open .sptp-member-name h2.sptp-name {
    margin-top: 0px !important;
}

.remove-bot-pad-80 {
    margin-bottom: -80px !important;
}


.sptp-member {
    cursor: inherit;
    overflow: hidden;
    border-bottom: 1px solid #000 !important;
}




.highlight-member .sptp-member {
    cursor: inherit;
    overflow: hidden;
    border-bottom: 0px solid #000 !important;
}


.highlight-member .sptp-row .sptp-col-lg-2 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    .hide-member {
    display: none !important;
}







