/*
Theme Name: Enfold Child
Description: Enfold child theme
Template: enfold
Version: 1.0
*/

html {
    background-color: #262626;
}


#header_main .inner-container .logo-b {
	display: block;
    background: url("images/icon2.jpg") center no-repeat;
    background-size: 80px auto;
	width: 80px;
	height: 80px;
	float: left;
	margin: 5px 0 0 60px;
}

#header_main .inner-container .text-b {
    line-height: normal;
    float: left;
    padding: 20px 0 0;
    font-size: 25px;
    color: #009FE3;
}

.main_color {
    border-bottom: 7px solid #009fe3;
}

#footer {
    border: none;
    border-top: 7px solid #ffffff;
    background: #262626;

}

#footer {
padding: 0; }

#footer .container:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: #ffffff url("images/icon2.jpg") center no-repeat;
    background-size: 80px;
    position: absolute;
    top: -70px;
    left: 100px;

}

#footer .widget {
    margin: 15px 0;
}

#socket {
    border: none;
    background: #262626;
}


@media only screen and (max-width: 767px) {
    #header_main .inner-container .logo-b {
        display: none;
    }

    #header_main .inner-container .text-b {
        display: none;
    }
}