/*
Theme Name: The Practice Child
Theme URI: http://themefuse.com/demo/wp/thepractice/
Description: Child theme for the The Practice. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Tags:translation-ready
Author URI: http://themefuse.com
Template: thepractice-parent
*/

@import url("../thepractice-parent/style.css");

.link-more, .link-more:hover, .entry .link-more, .entry .link-more:hover {
display: none;
}


@media only screen and (min-width: 990px) {
	.header_left {
  width: 100%!important;
}
.logo {
  width: 870px!important;
  text-align: left;
  margin: 0 auto!important;
}
.header_right {
  width: 100%!important;
  text-align: center;
}
#topmenu .dropdown {
  float: none!important;
  text-align: center!important;
}
}

@media only screen and (min-width: 320px) and (max-width:479px) {
.top_slider {
width: 310px!important;
height: 124px!important;
}
.top_slider .slides_container, .top_slider .slide {
width: 310px!important;
height: 124px!important;
}
}
@media only screen and (min-width: 480px) and (max-width:767px) {
.top_slider {
width: 444px!important;
height: 170px!important;
}
.top_slider .slides_container, .top_slider .slide {
width: 444px;
height: 170px;
}
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
.top_slider {
width: 672px!important;
height: 268px!important;
}
.top_slider .slides_container, .top_slider .slide {
width: 672px!important;
height: 268px!important;
}
}
@media only screen and (min-width: 990px) {
.top_slider {
width: 870px!important;
height: 348px!important;
}
.top_slider .slides_container,
	.top_slider .slide {
  width: 870px!important;
  height: 348px!important;
}
} 