/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/* ------ automatische umbrüche - silbentrennung ------ */
body, p, h1, h2, h3, h4, .av-special-heading-tag {
        -ms-hyphens: auto !important;
        -moz-hyphens: auto !important;
        -webkit-hyphens: auto !important;
        hyphens: auto !important;
}


/* enfold - menue im footer zeigen iphone */
.responsive #socket .sub_menu_socket {
	display: block !important;
}


/* enfold - automatische textumbrueche in iphone verhindern */
/*body, p, h1, h2, h3, h4, .av-special-heading-tag {
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    hyphens: none !important;
}*/


/* enfold - footer menu on mobile */
@media only screen and (max-width: 767px) {
    #socket .sub_menu_socket li {
        padding: 0 10px 10px 0;
    }
    #socket ul {
        margin-left: 0;
    }
    #socket .sub_menu_socket li {
        border-left-style: none;
    }
    #socket .sub_menu_socket {
        float: left;
    }
    #socket .sub_menu_socket div {
        width: 100%;
    }
    .responsive #socket .sub_menu_socket {
        margin-left: 0;
    }
}
#socket .copyright {
    margin-right: 25px;
}

/* enfold - display scroll to top on mobile */
@media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
      display: block !important;
    }
}

/* enfold - make mobile menu sicky */
/*
@media only screen and (orientation: portrait) {
    #advanced_menu_toggle, #advanced_menu_hide {
        position: fixed;
        right: 3%;
        top: 6%;
    }
}

@media only screen and (orientation: landscape) {
    #advanced_menu_toggle, #advanced_menu_hide {
        position: fixed;
        right: 2%;
        top: 11%;
    }
} */

/* webfonts */
@font-face {
    font-family: 'Gotham';
    src: url('fonts/gothambold.ttf') format('truetype'),
         url('fonts/gothambold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

/* buttons */
#comment-submit {
    background-color: #89bb3d;
    color: #ffffff;
    padding: 15px 30px 13px;
    font-size: 13px;
    min-width: 139px;
    border: 0;
    cursor: pointer;
}
#comment-submit:hover {
    opacity: 0.9;
}

