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

/*************** ALLGEMEIN ***************/
.borderradius, .borderradius .banner-bg{
    border-radius: 25px;
}

/*************** TOPBAR ***************/
.nav>li>a>i+span {
    margin-left: 5px;
    text-transform: none;
	font-weight: 400 !important;
}

.nav-column>li>a, 
.nav-dropdown>li>a, 
.nav-vertical-fly-out>li>a, 
.nav>li>a,
.header .nav-small a.icon {
	color: rgb(0 0 0);
}

.header .nav-small a.icon:hover,
.header-button-2 a:hover span{
    color: #a8750c;
}

/*************** HEADER ***************/
.header{
	margin-bottom: 30px;
}

.header,
.header .header-wrapper,
.header-bg-color{
	border-radius: 25px;
	color: #000 !important;
	opacity: 1 !important;
}

	.header .header-top{
		 border-radius: 15px 15px 0px 0px;
	}

	.header-wrapper.stuck{
		top: 15px !important;
	}

	.header-main .header-button-1 .button:hover{
	    background: #fcb014 !important;
	    background-color: #fcb014 !important;
		opacity: 1 !importan;
		box-shadow: none !important;
	}

/*************** BUTTONS | Outline | Text White ***************/
.btn-outline.text-white span{
    color: #fff !important;
}

/*************** FOOTER ***************/
.footer-widgets.footer.footer-1{
	border-radius: 25px 25px 0px 0px !important;
}

	.footer-widgets .social-icons a.plain {
	    color: #000 !important;
	}

	.footer-widgets h3{
		font-size: 1.2em !important;
		    margin-bottom: 1em;
	}

	.footer-widgets .social-icons a.plain:hover {
	    color: #fcb014 !important;
	}

	.footer-widgets .ux-menu-link__link {
	    padding-bottom: 0;
	    padding-top: 0;
	    font-size: 0.9em;
		min-height: auto;
	}

	.ux-menu-link.menu-item a.ux-menu-link__link:hover span.ux-menu-link__text{
		color: #fcb014 !important
	}

	.absolute-footer{
		border-radius: 0px 0px 15px 15px !important;
	}
		.footerlogo .ux-logo-link.block.image-{
			padding: 0 !important;
		}

	a.footerlink:hover{
		color: #a8750c !important;
	}

	.absolute-footer {
	    color: rgb(0 0 0);
	    font-size: .8em;
	    padding: 15px;
	}

	.footer-secondary {
	    padding: 0;
	}

/*************** ADD UNDER 1380PX ONLY CSS HERE  ***************/
@media only screen and (max-width: 1380px) {
#wrapper{
	margin: 30px !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}