/*
Theme Name:     Physio Child Theme
Theme URI: 		http://demo.qreativethemes.com/physio/
Description:    Child theme for Pyhsio
Author:         QreativeThemes
Author URI:   	http://themeforest.net/user/QreativeThemes/portfolio
Template:       physio-qt
Version:        1.2
*/


/* add your custom CSS code below */

/* Topbar */
.header .header-wrapper .featured-button a {
    font-size: 15.5px;
	display:inline-block;
}
.header .header-wrapper .featured-button a.btn.yellow {
  color: #302c2c;
  background: #F6F615;
}

/* Header */
.appointments-button{
	padding-left: 4px;
	display: table-cell;
	vertical-align: middle;
}
.appointments-button i{
	margin-right: 5px;
}
.appointments-button a.consult-btn{
	display: none;
}
.appointments-button a {
    display: block;
    background: #00854f;
    color: #fff;
    border-radius: 30px;
	padding: 12px 25px;
    /*padding: 11px 13px;*/
    margin: 6px 0;
    font-weight: bold;
	font-size: 15.5px;
	width: 185px;
}
.appointments-button a:hover{
	text-decoration: none;
	color: #fff;
}
/*.appointments-button img{
	width: 200px;
	margin-bottom: 12px;
	
}*/





@media only screen and (min-width:992px) and (max-width: 1200px){
	.appointments-button a{
		width: auto;
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media only screen and (min-width:600px) and (max-width: 992px){
	
	
	/* Tobar */
	.header .header-topbar .header-topbar-sidebar .widget {
		text-align: center;
		margin-bottom: 10px;
	}
	
	/* Header */
	.header .header-wrapper .featured-button{
		text-align: center;
	}
	.header .header-wrapper .featured-button a {
		width: 200px;
		margin: 0 auto;
	}
	.appointments-button {
		padding-left: 0;
		display: block;
		text-align: center;
		margin-top: 15px;
	}
	.appointments-button a {
		display: inline-block;
		margin: 0 4px;
		width: 200px;
	}
		
}
@media only screen and (min-width:240px) and (max-width: 576px){
	.header .header-wrapper .featured-button a {
	  width: 100%;
	  margin-top: 10px;
	}
	.header .header-wrapper .featured-button a.btn.yellow {
	  margin-top: 0;
	}
	.appointments-button {
		padding-left: 0;
		display: block;
		text-align: center;
		margin-top: 15px;
	}
	.appointments-button a {
		display: block;
		margin: 5px 0;
		width: 100%;
	}
}