/*
Theme Name:     turkof
Theme URI:      http://www.seocoach.at
Description:    Child theme for Enfold
Author:         bj
Author URI:     http://www.seocoach.at
Template:       enfold                             
Version:        0.1.0
*/

@import url("../enfold/style.css");

/* Custom List Icons */
ul.custom{
    list-style:none;
    margin:0 0 1em 28px;
    padding: 0;
}
ul.custom li{
    line-height:20px;
    margin: .25em 0;
    padding: 6px 0 6px 28px;
    background:url(service_check.png) no-repeat 0 7px;
    font-size: 15px;
}

/* Footer in Mobil Version */
@media only screen and (max-width: 479px) {
.responsive #socket .sub_menu_socket {
display: block !important;
width: 100%;
}

.responsive #socket .sub_menu_socket ul li {
float: none;
border-left: none;
text-align: center;
}

}

@media only screen and (max-width: 767px) {
.responsive #socket .sub_menu_socket ul li {
padding: 10px;
font-size: 15px;
}
}





