/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 2.2
*/
@import url("../flatsome/css/foundation.css?v=2.2");
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
a {
	color: #00BFFF;
}
.BTN {
	border: 1px solid #777;
	color: #777;
	display: inline-block;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.premium .BTN {
  border: 2px solid #8ac33f;
  color: #8ac33f;
  font-weight:bold;
}
.BTN:hover{
	background: #777;
	color: #fff;	
}
.premium .BTN:hover{
	background: #8ac33f;
	color: #fff;	
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
//////////////////////  Doctor's Page  ////////////////////////
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.hours-day .label {
	display: inline-block;
	text-align: right;
	width: 30px;
	font-weight: bold;
	margin: 0px 0;
}
.hours-day {
	margin: 3px 0;
}
#doctorRow {
	margin: 30px 15%;
}
.doctorContent {
	line-height: 1.2em;
}
#doctorCol {
	float: left;
	width: 48%;
}
#doctorAddress, #doctorPhone {
	margin-bottom: 20px;
}
#doctorHours {
	padding: 0 0 0 20%;
}
.doctorCTA.row {
	text-align: center;
}
.inner.center p {
  background: #fff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
  padding: 50px 0;
  width: 200px;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
//////////////////////  Archives  /////////////////////////////
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.stateList.row h2 a {
	color: #777;
}
li div.resultsLeftCol {
	float: left;
	width: 60%;
}
li div.resultsRightCol {
	float: right;
	width: 39%;
}
ul#archiveResults li.row, #archiveResults.premium li.row:last-of-type {
	border-bottom: 1px solid #efefef;
	list-style: outside none none;
	margin: 0 0 30px;
	padding: 0 0 30px;
}
#archiveResults li.row:last-of-type {
	border: medium none;
}
.resultsRightCol span {
	display: block;
}
.resultsLeftCol h2 {
	margin-bottom: 0;
}
.resultsLeftCol > span {
	font-size: 20px;
}
.stateList.row {
	border-bottom: 1px solid #efefef;
	margin-left: 0;
	padding-bottom: 30px;
}
.stateList .anchor {
	height: 100px;
	margin: 0;
	padding: 0;
}
.stateList h2 {
	float: left;
	width: 30%;
}
.cityList {
	float: left;
	list-style: outside none none;
	width: 69%;
}
.cityList > li {
	display: inline-block;
	margin: 0;
	padding: 5px 0;
	width: 48%;
}
.breadcrumbs {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	background: #efefef;
	padding: 20px 0;
}
.breadcrumbs .row {
	max-width: 54.5em;
	padding: 0 20px;
	width: 100%;
}
#archiveResults .BTN {
  margin-top: 20px;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
//////////////////////  Store  ////////////////////////////////
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.sv-wc-payment-gateway-my-payment-methods-table-title {
  margin-top: 30px;
}
.info p.name {
  color: #333;
}
.info span.price {
  color: #e88953;
}
/* ul inside */
ul { padding-left:30px; }

.headingOneZeroOne  { font-size:35px; }

.indexSection { margin-bottom: 100px;}