/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#footer li {
    list-style: none;
    margin-left: unset;
}
.absolute-footer {
    display: none;
}
.footer-2 * {
    font-size: 0.8rem;
	color: #ffffff82 !important;
}
.footer-2 .ux-menu {
    flex-direction: row !important;
}
.footer-2 .ux-menu-link {
    display: inline-flex !important
;
    padding-right: 20px;
}
#footer .form-flat input:not([type="submit"]), .form-flat textarea, .form-flat select {
    background-color: rgba(0, 0, 0, .03);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, .09);
    color: currentColor !important;
    border-radius: 99px;
    background-color: rgba(255, 255, 255, .2) !important;
    border-color: rgba(255, 255, 255, .09);
}
#footer input:not(.wpcf7-submit) {
    box-shadow: none;
    color: currentColor !important;
    border-radius: 99px !important;
    background-color: rgba(255, 255, 255, .2) !important;
    border-color: rgba(255, 255, 255, .09);
}
#footer input[type=submit] {
    border-radius: 30px;
}

.nav-dropdown-has-border .nav-dropdown {
    border: 2px solid var(--primary-color) !important;
    border-radius: 10px;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: var(--primary-color) !important;
}
.nav-dropdown-has-border .nav-dropdown>li:hover {
    background: var(--primary-color) !important;
    border-radius: 8px;
}
.nav-dropdown-has-border .nav-dropdown>li:hover > a {
    color: #fff !important;
	border-bottom: unset;
	
}
.archive-page-header {
    display: none;
}
.is-divider {
    height: 1px;
    display: block;
    background-color: rgba(0, 0, 0, .1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 100%;
}
.recent-blog-posts a {
    line-height: 1.4;
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}
.sidebar-form .nutgui p{
    text-align: center;
    margin-left: 1rem;
}
#lienhe {
    background: transparent;
	    box-shadow: unset;
}
#lienhe>div>div>div {
    border-radius: 11px !important;
}
#lienhe .nutgui input {
    padding: 0px 50px;
    border-radius: 33px;
}
@media only screen and (min-width: 48em) {
#lienhe .nutgui>p {
    text-align: center;
    margin-left: 72px;
}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}