/*
Theme Name: Ellemed Child Theme
Theme URI: http://ellemed.like-themes.com/
Author: Just Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Ellemed
Template: ellemed
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: ellemed

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

form {
	padding: 0;
}

select {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 14px 0 10px 26px !important;
    outline: none;
    transition: border-color 0.2s ease;
    font-size: 16px !important;
}

select:focus,
select:active {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

body.admin-bar .lte-page-header {
    background-size: cover;
}

#lte-nav-wrapper,
#lte-nav-affix-wrapper {
    min-height: 75px;
}

.lte-page-header {
    position: relative;
}

.lte-page-header .container {
    padding-top: 85px;
    padding-bottom: 85px;
}

.lte-page-header:before {
    content: "";
    background-color: rgb(22, 46, 83) !important;
    opacity: 0.65 !important;
}

.lte-navbar-custom.affix.lte-navbar-bg-black {
    background: rgb(44 79 100 / 90%);
}

.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li.lte-active > a > span:before {
    background: #D4AF37;
}

.gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input {
    max-width: 100%;
    padding: 15px;
}