/*
Theme Name: FocusBlog
Theme URI: https://thrivethemes.com/
Author: Thrive Themes
Author URI: https://thrivethemes.com/
Text Domain: thrive
Description: A super fast, effective and eye catching blogging theme complete with everything you need to build a highly successful blog
Version: 2.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, thrive, lead capture
*/

@media screen and (max-width: 760px) {
  td{
	height:40px !important;
	
}
.number {
	 padding-top: 15px !important; 
}
}


body .booked-form .booked-appointments {
	background: #fff;
	padding: 10px 16px 13px;
	margin: 0 0 15px;
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#submit-request-appointment {
    background: #56C477;
}

.booked-title-bar {
   background: #56C477;

}

.tve_p_lb_content{
	top: 20px !important;
}

.tve_p_lb_content bSe cnt tcb-lp-lb{
	top: 20px !important;
}


table > thead > tr:first-child > th:first-child {
	background: #365769!important;
	border-color : #365769!important;
}

table > thead > tr:nth-child(2) > th {
	background: #264452 !important;
	border-color: #264452 !important;
}

button.new-appt.button {
	background: #56c477;
}



body table.booked-calendar td .date .number {
	display: inline-block;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	width: 50px;
	height: 50px;
	line-height: 49px;
}

body table.booked-calendar td:hover .date span {
	color: #fff;
}

body table.booked-calendar td .date .number {
	display: inline-block;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	width: 50px;
	height: 50px;
	line-height: 49px;
}

body table.booked-calendar td .date, body table.booked-calendar td .date span {
	-webkit-transition: background .15s ease-out,color .15s ease-out;
	-moz-transition: background .15s ease-out,color .15s ease-out;
	-o-transition: background .15s ease-out,color .15s ease-out;
	transition: background .15s ease-out,color .15s ease-out;
}

body table.booked-calendar td .date .number:hover{
	background:#56c477;
}