/*
 Theme Name:   ApexClinic Child
 Theme URI:    https://themes.radiantthemes.com/apexclinic/
 Description:  ApexClinic Child Theme
 Author:       RadiantThemes.com
 Author URI: https://themeforest.net/user/radiantthemes
 Template:     apexclinic
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  apexclinic-child
*/

.header_top_item ul.contact li.phone strong {
    font-size: 15px;
}
.wraper_header_main {
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.nav > [class*='menu-'] > ul.menu > li {
    margin-right: 30px;
}
.nav > [class*='menu-'] > ul.menu > li.menu-item-home {
    margin-right: 0px;
}
.nav > [class*='menu-'] > ul.menu > li > a:before{
	background-color: #14a09d;
}
@media screen and (min-width:992px) and (max-width:1199px){
	.header_top_item ul.contact li{
    	font-size: 11px;
	}
	.header_top_item ul.contact li.phone strong {
	    font-size: 11px;
	}
	.nav > [class*='menu-'] > ul.menu > li {
	    margin-right: 15px;
	}
}
.topInfo{
	font-size: 15px;
    color: #ffffff;
    line-height: 23px;
}

.post.style-default .entry-main .entry-meta > .holder{
	padding-left: 0;
}

.radiantthemes-shop-box.style-two > .holder > .pic > .product-image{
	background-size: auto 100%;
}