/*!
Theme Name: dental-space
Author: YOHO
Author URI: http://yoho.pl
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE



/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*-------*/
#menu-item-206 {
	margin-left: 0px;
    margin-right: 200px;
}
.phonehomne {
	display:none;
}
@media (max-width: 768px) {
	.phonehomne {
		display:block;
	}
	#menu-item-206 {
		display:none;
	}
}
.phonehomne {
	text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.phonehomne a{ 
	color:#fff;
	text-decoration:none;
}