body {
	font-size: 15px;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 19px;
}
h6 {
	font-size: 16px;
}
.site-title {
	margin-bottom: 15px;
}
#logo {
	padding-top: 16px; padding-bottom: 30px;
}
.right-logo {
	padding-top: 16px; padding-bottom: 16px;
}

.nav>li>a {
	padding-left: 35px; padding-right: 35px;
	border-right: solid 1px #E7E7E7;
}
.nav>li:last-child>a {
	border-right: none;
}
@media (min-width:769px) {
.dropdown:hover .dropdown-menu {
	display: block;
}
}

#primary > main {
	min-height: 400px;
	display: block;
	padding-bottom: 50px;
}

.tc-estimates a {
	color: #fff;
	background-image: -webkit-linear-gradient(top, #BF0A30 0%, #BF0A30 100%);
  background-image:      -o-linear-gradient(top, #BF0A30 0%, #BF0A30 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BF0A30), to(#BF0A30));
  background-image:         linear-gradient(to bottom, #BF0A30 0%, #BF0A30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);	
}
.tc-estimates a:hover, .tc-estimates a:active, .tc-estimates a:visited {
	color: #fff;
	background-color: #e65752;
}
#site-footer {
	background: #f9f9f9;
	border-radius: 10px;
	border: solid 1px #f5f5f5;
	padding: 10px;
	margin-bottom: 25px;
}
#site-footer .nav>li>a {
	padding-left: 20px; padding-right: 20px;
	border-right: solid 1px #E7E7E7;
	color: #888;
}
#site-footer .nav li:last-child a {
	border-right: none;
}
.copyright a {
	color: #777;
	padding-left: 7px; padding-right: 7px;
}

#sidebar > .widget-area {
	border-radius: 10px; 
	background: #f9f9f9;
	padding: 15px;
}
#sidebar > .widget-area h2 {
	font-size: 25px;
}
#f2b_click_to_call_bar {
	display: none;
}
#tidio-chat-iframe {
	bottom: 25px !important;
}
@media (max-width: 736px) {
	#click_to_call_bar {
		display: none !important;	
	}
	#f2b_click_to_call_bar {
		position: fixed;
		bottom: 0;
		width: 100%;
		background-color: #222;
		z-index: 1000;
		text-align: center;
		display: block;
		z-index: 9999999999 !important;
		height: 50px;
		font-size: 18px;
		line-height: 50px;
		text-decoration: none !important;
	}
}
