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

body #slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li {
    margin-bottom: 25px;
}

.u-cta_button {
    padding: 10px 20px;
    border: 1px solid;
}

.u-cta_button--white {
    padding: 10px 20px;
    border: 1px solid white;
}

.u-cta_button .text,
.u-cta_button--white .text {
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 14px;
    font-weight: 500;
}

.nectar-fancy-box[data-style="hover_desc"] > .inner > .heading-wrap {
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 18px;
    font-weight: 500;
}

#header-outer.transparent ul.sf-menu.sf-js-enabled.sf-arrows {
    display: none !important;
    visibility: hidden;
}

#top .sf-menu li ul li a {
    border-bottom: 1px solid transparent;
    margin-bottom: 5px;
}

#top .sf-menu li ul li a:hover {
    border-bottom: 1px solid black;
    transition: border-bottom 0.5s ease;
}

/* Search Dropdown */

.c-search-dropdown {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
}

.c-search-dropdown_title {
    color: #fff;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

input[type=search].c-search-dropdown_search {
    background-color: #fff;
    border-radius: 0;
    color: #000;
    font-size: 24px;
    padding: 12px;
}

input[type=search].c-search-dropdown_search::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-image: url('/wp-content/themes/salient-child/images/close.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

input[type=search].c-search-dropdown_search:active,
input[type=search].c-search-dropdown_search:focus,
.material input[type=search].c-search-dropdown_search:focus {
    border-color: transparent;
    outline: 0;
}

.c-search-dropdown_container {
    height: 400px;
    position: relative;
}

.c-search-dropdown_list-container {
    position: relative;
}

.c-search-dropdown_list {
    bottom: 0;
    left: 0;
    margin: 0;
    max-height: 150px;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.c-search-dropdown_overlay {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0) 100%);
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}

.c-search-dropdown_list::-webkit-scrollbar {
    width: 10px;
}

.c-search-dropdown_list::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.c-search-dropdown_list::-webkit-scrollbar-thumb {
    background-color: #cccccc;
}

.c-search-dropdown_list-item {
    background-color: rgba(255, 255, 255, 0.75);
    list-style-type: none;
}

.c-search-dropdown_list-item a {
    color: #000;
    display: block;
    font-size: 24px;
    padding: 12px;
    text-transform: lowercase;
}

.c-search-dropdown_list-item a:hover {
    background-color: rgba(255, 255, 255, 0.85);
}

@media only screen and (max-width: 1000px) {
    .c-search-dropdown_list {
        max-height: 114px;
    }

    .c-search-dropdown_list-item a {
        font-size: 16px;
        padding: 6px;
    }

    input[type=search].c-search-dropdown_search {
        font-size: 16px;
    }
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper input.large, 
.gform_wrapper input.medium, 
.gform_wrapper input.small, 
.gform_wrapper select.large, 
.gform_wrapper select.medium, 
.gform_wrapper select.small {
    background-color: transparent !important;
    border-bottom: 2px solid !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.u-p-top {
    padding-top: 2em;
}

.u-p-bottom {
    padding-bottom: 2em;
}