/* 
 Theme Name:     Divi Child
 Author:         ГБОУ СО «Школа-интернат АОП №1 г.Энгельса»
 Author URI:     https://энгельс-оши1.рф
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.8.1


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

@font-face {
    font-family: 'MyCustomFont';
    src: url('fonts/myfont.woff2') format('woff2'),
         url('fonts/myfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

/* Скрываем tooltip */
img {   pointer-events: none !important;}

/* Центровка футера*/
#footer-info {
	float: unset;
	text-align: center;
}
