/*
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
*/

/**
 * That's all, no styling after this line.
 *
 * All the styling needs to be in one of the existing or new scss-files in the 'assets/scss' directory
 */

/*.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}*/
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}
.productsVideos{
    padding-top: calc(100vw * 0.06);
    padding-bottom: calc(100vw * 0.02);
}
.productsVideos .wpb_wrapper .nectar-button.small{
    margin-right: 10px; 
    border-color: rgba(242, 120, 33, 0.75); 
    color: rgb(242, 120, 33); 
    visibility: visible;
}

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

.single-videos .nectar-global-section.before-footer{
    padding-top: 0 !important;
}

/* ------------ filter form - css -------------- */
.form-element input {
    border-color: #fff !important;
    border-radius: 100px;
}
.filter-form .form-element input::placeholder {color: #ccc !important;}

.filter-form-wrapper {
    display: flex; 
    align-items: center;
    gap: 10px;
    flex-wrap: wrap; 
}

.filter-form {
    display: flex;
    gap: 10px; 
    flex-wrap: wrap;
    width: 100%; 
}

.form-element {
    flex: 1; 
    min-width: 0; 
}

.filter-form input[type="text"] {
    width: 100%;
    padding: 5px;
    height: 47px;
}

.filter-form select {
    width: 100%; 
    padding: 5px;
}


.filter-form .nectar-button {
    width: 100%;
    padding: 10px;
}
.filter-form .form-element .fancy-select-wrap{
    padding-top: 0;
}
.filter-form .nectar-button.large.regular.accent-color.regular-button {
    padding-bottom: 14px ! IMPORTANT;
    padding-top: 14px !important;
    background-color: #f27821 !important;
    font-weight: 500;
    letter-spacing: 1px;
}
.filter-form .nectar-button.large.regular.accent-color.regular-button:hover {background-color: #045455 !important;}

.filter-form .select2-container--default .select2-selection--single {
    border: 1px solid #fff;
    height: 48px !important;
    border-radius: 100px;align-content: center;border-color: #fff !important;}
}
/*.select2-container--default .select2-selection--single {
     height: 100% !important;}*/
/* ----------- end filter form css -------------- */

.productsVideos .nectar-button.small {
    border-radius: 2px 2px 2px 2px;
    font-size: 12px;
    padding: 8px 14px;
    color: #FFF;
    box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
}

/* -------------------------  */
.channelnamelarge .nectar-button.small.see-through-2 {
    border: 1px solid #045455;
    padding: 2px 18px;
    color: #045455 ! IMPORTANT;
    font-size: 15px;
}

/*#fws_66cc2e6d83962 .nectar-button.small.see-through-2 {
    border: 1px solid;
    padding: 2px 18px;
    font-size: 15px;
    cursor: pointer;
}*/
.nectar-button.small.see-through-2.tagsbuttons {
    border: 1px solid;
    padding: 2px 18px;
    font-size: 15px;
    cursor: pointer;
    margin-top: 20px;
    border-color: #f27821bf;
    color: #f27821bf;
    transition: all 0.4s ease-in-out;
    margin-right: 10px;
}
.nectar-button.small.see-through-2.tagsbuttons:hover {
color: #f27821bf !important;
}
a.nectar-button.small.see-through-2.tagsbuttons.bluetagsbuttons:hover {color: #045455bf !important;}
.iwithtext.companyIcon .iwt-icon img {
    margin-bottom: 0 !important;
}
.vc_custom_heading.vc_do_custom_heading.videoTitle{
    font-size: 22px;
    transition: all 0.3s ease-in-out;
    line-height: 32px;
}
.vc_custom_heading.vc_do_custom_heading.videoTitle:hover {
color: #f27821 !important;
transition: all 0.3s ease-in-out;
}

@media only screen and (max-width:767px) {
  .form-element {
    flex: auto;
}  
.filter-form {
    display: grid;
    gap: 10px;
}
}


/* ------ partner logo in taxonomy page  ---------  */
.tax-company_name .nectar-text-inline-images__marker.animated-in{
    display: inline-block;
    position: relative;
}
.tax-company_name .nectar-text-inline-images__image.img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: none;
}
.load_more_btn {
    margin: 0 auto;
    display: grid;
    max-width: fit-content;
}

/*.tagsbuttons:hover {
    color: #f27821 !important;
    border-color: #f27821 !important;
}
*/

.single-videos .nectar-text-inline-images {
    position: relative;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.single-videos .nectar-text-inline-images a {
    color: inherit;
}

.single-videos .nectar-text-inline-images .nectar-text-inline-images__inner>*:last-child {
    margin-bottom: 0;
}

.single-videos .nectar-text-inline-images__marker {
    display: inline-block;
    position: relative;
    min-width: 10px;
}

.single-videos .row .nectar-text-inline-images__marker img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: none;
    width: auto;
}

.single-videos .nectar-text-inline-images__marker video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.single-videos .nectar-text-inline-images--calculated {
    opacity: 1;
}

.single-videos .nectar-text-inline-images.text_color_ffffff * {
    color: #ffffff;
}

.single-videos .nectar-text-inline-images.right_margin_desktop_10px .nectar-text-inline-images__marker {
        margin-right: 10px;
    }
.single-videos .nectar-text-inline-images.left_margin_desktop_10px .nectar-text-inline-images__marker {
margin-left: 10px;
}
.single-videos #fws_66c8658241f01 .inner-wrap {
    border-radius: 15px !important;
}
.single-videos #fws_66c874f86e1f5 {
    margin-top: 60px;
}
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ccc !important;
}
.tax-company_name .nectar-text-inline-images__inner {
    display: flex;
    align-items: center;
    column-gap: 3px;
    justify-content: center;
}
.tax-company_name .nectar-text-inline-images__inner .nectar-text-inline-images__image, .tax-video_tags .nectar-text-inline-images__inner .nectar-text-inline-images__image {
    margin-top: -25px;
}
.tax-company_name .nectar-text-inline-images__inner h3, .tax-video_tags .nectar-text-inline-images__inner h3 {
    display: flex;
    align-items: center;
    column-gap: 7px;
    justify-content: center;
}

.tax-company_name .nectar-global-section.before-footer{
    padding-top: 0 !important;
}
.single-videos #fws_66c86582444eb .iwithtext.companyIcon {
    margin-bottom: 25px;
}
.archivevideos .allVideosList{
     padding-left: 35px !important;
     padding-right: 35px !important;
}
.allVideosList{
     margin-bottom: 40px;
 }
#breadcrumbs {
    position: absolute;
    top: 88px;
    z-index: 9;
}
#breadcrumbs span {
    color: #fff;
}
#breadcrumbs span a {
    color: #fff;
}
.tax-company_name #breadcrumbs, .tax-video_tags #breadcrumbs {
    top: 90px;
} 
.single-videos #breadcrumbs {top: 110px;}
.single-videos .single_video_title {
    color: #fff !important;
    font-size: 25px;
    line-height: 32px;
}
.single-videos .singleVideo_banner {
    padding: 40px 0 80px 0 !important;
}

@media only screen and (max-width: 991px) {
    #breadcrumbs {
    top: 60px;
}
.tax-company_name #breadcrumbs, .tax-video_tags #breadcrumbs {
    top: 70px;
}
#fws_66c8803ee7785, #fws_66c8658241736 {
    padding: 11% 0 !important;
}
.single-videos #breadcrumbs {display: none;}
}
.nectar-video-box.single_video_box {
    margin-bottom: -10px !important;
}
.no-link:hover img {
    transition: all 0.6s ease-in-out;
    filter: invert(1);
    transform: scale(0.9);
}
.no-link img {
    transition: all 0.6s ease-in-out;
}