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

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


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


}
.pixcode.pixcode--separator
{
    position: relative;
    margin: 10px 0;
    color: #c59d5f;
}



.separator--line-flower .line {
    content: "";
    position: absolute;
    top: 50%;
    width: 25%;
    border: 1px solid #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

.separator--line-flower .line--left {
    right: 53%;
}

.separator--line-flower .line--right
{
    left: 53%;
}

h2.font-up-to-bottom {
    margin-bottom: -35px;
}


.footer
{
    padding: 0px !important;
}

.absolute-footer.dark{
    display: none;
}

ul.header-nav-main li a{
	    padding: 10px 30px;
}