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

/*************** ADD CUSTOM CSS HERE.   ***************/

.header-nav-main.nav-line-bottom > li > a:before, .header-nav-main.nav-line-grow > li > a:before, .header-nav-main.nav-line > li > a:before, .header-nav-main.nav-box > li > a:hover, .header-nav-main.nav-box > li.active > a, .header-nav-main.nav-pills > li > a:hover, .header-nav-main.nav-pills > li.active > a {
    /* color: #F4A300 !important; */
    background-color: #F4A300 !important;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
	border-bottom: 1px solid #F4A300 !important;
}

.footer-1, .footer-2 {
	border: unset !important;
}

.widget_media_image img {
	margin-top: -20px;
    margin-left: 35%;
}

.button.icon.circle {
 	bottom: 65px;
}


/* FORMULAR */

.hazel-form-simple span {
	width: 22.3em;
}

.PKformleft {
	float: left !important;
}

.PKformright {
	float: left !important;
	margin-left: 20px;
	margin-top: 47px !important;
	/*background-color: red !important;*/
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.hazel-form-simple span {
	width: unset;
}

	.PKformright {
	float: left !important;
	margin-left: unset;
	margin-top: 47px !important;
	/*background-color: red !important;*/
}
	
}