/*
Theme Name:   MediCenter Child
Description:  MediCenter Child Theme
Template:     medicenter
Version:      1.0
Text Domain:  medicenter
*/

.header-top-sidebar ul.thin-list li:last-child{
	clear: none;
    margin-left: 10px;
}
.header-top-sidebar-container{
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.header-container.sticky{
	margin-top:46px;
}
.topbar_hd{
	padding: 17px 0;
}
.mobile_show{
	display:none;
}
.desktop_show{
	display:block;
}
.theme-page .wpcf7 .screen-reader-response {
    position: relative;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
}
/*--------------mobile----------------*/
@media (max-width: 767px){
.mobile_show{
	display:block;
}
.desktop_show{
	display:none;
}
.header, .header-container.sticky.transition .header {
    padding: 5px 0!important;
}
.topbar_hd {
    padding: 5px 0;
}
.theme-page{
	    margin-top: 120px;
}
.header-container.sticky {
    margin-top: 52px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
	.header-left a img{
		width:170px;
	}
}