/*
Theme Name: RadOnc
Theme URI: https://www.southernwebgroup.com
Description: Custom theme built for RadOnc.com
Author: Southern Web Group
Author URI: https://www.southernwebgroup.com
Version: 1.1.2
*/

/* ----- Reset ----- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}


/* ----- Body/Wrapper ----- */

body {
	background: #fff;
	color: #5F6969;
	font-size: 14px;
	width: 100%;
	height: 100%;
	font-family: 'Helvetica Neue', Arial, sans-serif;
}

.container {
	width: 960px;
	margin: 0 auto;
}

/* ----- Global Styles ----- */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 10px 0;
}

h1,
.home h2 {
	color: #f78e21;
	font-size: 1.6em;
	font-weight: 400;
}

h2,
.home h3 {
	color: #f7b81b;
	font-size: 1.3em;
	font-weight: 400;
}

	h2 a {
		color: #f7b81b !important;
	}

h3,
.home h4 {
	color: #f7b81b;
	font-size: 1.2em;
	font-weight: 500;
}

h4,h5,h6 {
	font-size: 1.2em;
}

p {
	margin: 10px 0;
	line-height: 1.5em;
}

a img {
	border: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

a:link {
	color: #f78e21;
	text-decoration: none;
}

a:visited {
	color: #f78e21;
	text-decoration: none;
}

a:hover,a:focus,a:active {
	color: #f78e21;
	text-decoration: underline;
}

blockquote {
	border-left: solid 2px #777;
	margin: 10px 15px;
	padding-left: 10px;
}

hr {
	background: url(ui/hr.png) 50% 0 no-repeat;
	border: none;
	clear: both;
	margin: 10px 0;
}

/* ----- Helper Classes ----- */

.clear {
	clear: both;
}

.clearfix:before,.clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; /* For IE 6/7 */ }


.hide {
	display: none;
}


/* ----- Header ----- */

#header {
}

	.top-bar {
		background: url(ui/top-bar.png) repeat-x;
		height: 4px;
	}

	#logo {
		display: flex;
		justify-content: space-between;
		height: 121px;
		padding-top: 14px;
	}

		#logo h1 {
			align-self: end;
			margin: 0;
			flex-basis: 250px;
		}

		#logo .logo-bg {
			display: block;
		}

		#logo .logo-bg img {
			width: 100%;
		}



		#logo a:hover,
		#logo a:focus,
		#logo a:active {
			outline: none;
		}

		.sub-page-logo {
			float: left;
		}

		.phone-number {
			font-family: 'Helvetica Neue', Arial, sans-serif;
			color: #f7b81b;
			margin: 2em 0 0 6em;
			text-shadow: 1px 1px #fffdeb;
		}

		.phone-number a {
			color: #f7b81b;
			text-decoration: none;
		}

		.phone-number .digits {
			font-size: 28px;
		}

		.call-us {
			font-size: 19px;
		}

		.fa-phone {
			margin: 0 10px;
		}


/* ----- Navigation ----- */

#nav {
	background: url(ui/nav-bg.png) 50% 0 no-repeat;
	height: 42px;
	position: relative;
	z-index: 100;
}

#menu-main {
	position: relative;
	text-align: center;
}

	#menu-main li {
		display: inline;
		display: inline-block;
		position: relative;
	}

		#menu-main > li > a {
			color: #000;
			display: block;
			float: left;
			font-size: .9em;
			height: 42px;
			line-height: 42px;
			padding-left: 12px;
			text-decoration: none;
		}

		#menu-main > li > a span {
			display: block;
			float: left;
			height: 42px;
			line-height: 42px;
			padding-right: 20px;
		}

		#menu-main > li > a:active {
			background: linear-gradient(to bottom,  #f4cb6b 0%,#f7b81b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			background-repeat: no-repeat;
		}

		#menu-main > li > a:active span {
			background: linear-gradient(to bottom,  #f4cb6b 0%,#f7b81b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			background-repeat: no-repeat;

		}

	/* Lava Lamp Styles */

	#menu-main li.backLava {
		position: absolute;
	}

	.leftLava {
		background: linear-gradient(to bottom,  #f4cb6b 0%,#f7b81b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		background-repeat: no-repeat;
		height: 42px;
		margin-right: 5px;
		padding-left: 5px;
	}


	/* Sub Menus */

	#menu-main .sub-menu {
		background: #FFF;
		border: solid 1px #d5d0c3;
		border-top: none;
		display: none;
		padding: 5px 0;
		position: absolute;
			top: 41px;
			left: 0;
		z-index: 100;
	}

		#menu-main .sub-menu li {
			display: block;
		}

			#menu-main .sub-menu a {
				color: #666;
				display: block;
				font-size: .9em;
				line-height: 1.4em;
				padding: 5px 15px;
				text-decoration: none;
				width: 180px;
			}

			#menu-main .sub-menu a:hover,
			#menu-main .sub-menu a:focus,
			#menu-main .sub-menu a:active {
				color: #79b4d3;
				outline: none;
				text-shadow: none;
			}


/* ----- General ----- */

#main {
	background: #FFF;
}

/*
	#main .container {
		background: url(ui/main-divider.png) 600px 0 no-repeat;
		margin-top: -25px;
	}
*/

#content {
	float: left;
	padding: 0 10px;
	width: 570px;
}

#content-full-width {
	float: none;
	width: 100%;
}

	#content ul,
	.ppc-template ul,
	.ppc-template ol,
	#content ol {
		margin: 10px;
	}

		#content li, .ppc-template li {
			line-height: 1.5em;
			margin-left: 15px;
		}

		#content ul li, .ppc-template ul li {
			list-style: initial;
			line-height: 1.7em;
			margin-left: 15px;
			padding-left: 0;
		}

			#content ul li li, .ppc-template ul li li {
				list-style: circle;
			}

				#content ul li li li, .ppc-template ul li li li {
					list-style: square;
				}

		#content ol li, .ppc-template ol li {
			list-style: decimal;
		}

			#content ol li li, .ppc-template ol li li {
				list-style: upper-roman;
			}

				#content ol li li li, .ppc-template ol li li li {
					list-style: lower-roman;
				}

	#content img {
		background: #FFF;
		border: solid 1px #e3e3e3;
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		padding: 4px;
	}

	#content img.no-border {
		border: none;
		box-shadow: none;
	}

	#content img.nostyle {
		padding: 0;
		border: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

.main-top,
.main-bottom {
	background: url(ui/main-bg-sprite.png) repeat-x;
	height: 30px;
}

.main-top {
	background-position: 0 -30px;
}

#banner {
	position: relative;
}

	.with-our {
		display: none;
		position: absolute;
			left: 158px;
			top: 60px;
	}


/* ----- Front Page ----- */

#slider {
	height: 333px;
	position: relative;
	overflow: hidden;
}

	#slider a {
		background: url(ui/slider-button.png) no-repeat;
		display: block;
		position: absolute;
			left: 755px;
			top: 130px;
		text-indent: -9999px;
		width: 200px;
		height: 58px;
	}

	#slider a:hover {
		background-position: 0 -58px;
	}

.home #main .container {
	background: none;
}

.home #content {
	float: none;
	margin: 0 auto;
    text-align: center;
	width: 85%;
}

	.home #content .button {
		background: #9cc8e3;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #FFF;
		float: right;
		margin: 0 8px 20px;
		padding: 5px 10px;
		text-decoration: none;
	}

	.home #content .button:hover {
		background: #BCDDF1;
	}

.home #sidebar {
	background: #f8fcec;
}

	.home #our-physician h3 {
		border-bottom: dotted 1px #a9cd38;
		padding-bottom: 20px;
	}


/* ----- Locations ----- */

.locations-map {
	background: url(ui/locations-map_05-9-2017.jpg) no-repeat;
	height: 700px;
	margin-top: 30px;
	position: relative;
}

	.locations-map a {
		background: url(ui/map-circle.png) -999px -999px no-repeat;
		display: block;
		position: absolute;
		text-indent: -9999px;
		width: 69px;
		height: 69px;
	}

	.locations-map a:hover,
	.locations-map a:focus,
	.locations-map a:active {
		background-position: 0 0;
		outline: none;
	}

		.popup {
			border: solid 1px #7f9fb4;
			display: none;
			position: absolute;
		}

			.popup a {
				top: 10px;
			}

	.locations-map .cobb {
		left: 0;
		top: 331px;
	}

	.locations-map .griffin {
		left: 186px;
		top: 628px;
	}

	.locations-map .newnan {
		left: 7px;
		top: 579px;
	}

	.locations-map .riverdale {
		left: 180px;
		top: 557px;
	}

	.locations-map #piedmont-atlanta-roc-location {
		left: 216px;
		top: 298px;
	}

	.locations-map #piedmont-west-roc-location {
		left: 178px;
		top: 336px;
	}


		.riverdale-popup {
			background: #FFF url(ui/map-riverdale.jpg) 10px 10px no-repeat;
				left: 130px;
				top: 537px;
			width: 178px;
			height: 89px;
		}

			.popup .ros-riverdale {
				left: 10px;
			}

			.popup .admin-office {
				left: 99px;
			}

	.locations-map .henry {
		left: 343px;
		top: 586px;
	}

	.locations-map .piedmont {
		left: 137px;
		top: 606px;
	}

	.locations-map .northside {
		left: 39px;
		top: 157px;
	}

	.locations-map .cumming {
		left: 275px;
		top: 0;
	}

	.locations-map .alpharetta {
		left: 217px;
		top: 117px;
	}

.address {
	float: right;
	width: 230px;
}

.map {
	float: left;
	margin: 0 10px 20px 0;
	width: 320px;
}


/* ----- Our Physicians ----- */

.physicians-gallery {
	padding-top: 20px;
}

	.physician {
		color: #f78e21 !important;
		display: block;
		float: left;
		margin: 0 10px 10px;
		text-align: center;
		width: 170px;
	}

		.physician img {
			display: block;
			margin: 0 auto 5px;
		}


.physician-info {
	background: #f6b71e;
	border: double 3px #FFF;
	color: #4D5756;
	clear: both;
	line-height: 1.7em;
	padding: 10px 15px;
}

.physician-info a {
	color: #c42d40;
}

.placed {
	float: right;
	margin: 0 0 5px 10px;
	width: 270px;
}

.not-placed {
	margin: 15px 0 0;
}

	.physician-info dt {
		font-weight: bold;
		float: left;
		text-align: right;
		width: 120px;
	}

	.not-placed dt {
		width: 200px;
	}

	.physician-info dd {
		margin-left: 130px;
	}

	.not-placed dd {
		margin-left: 210px;
	}

/* ----- What's New ----- */

.cover {
	display: block;
	float: right;
	margin: 0 0 10px 15px;
}

/* ----- Statement of Patient Rights & Responsibilities ----- */

.page-id-225 #content li {
	margin-top: 5px;
	margin-bottom: 5px;
}


/* ----- Sidebar ----- */

#sidebar {
	float: right;
	margin-top: 20px;
	padding: 10px;
	width: 340px;
}

	.subpages {
		background: #f6b71e;
		border: double 3px #FFF;
/* 		font-size: .875em; */
		line-height: 1.7em;
		margin: 0 20px 30px;
		padding: 1px 20px 20px;
	}

		.subpages h3 {
		    color: #f78e21;
		    font-size: 1.4em;
		    font-weight: 400;
			height: 52px;
			line-height: 52px;
			padding-left: 65px;
		}

		.more-information h3 {
			background: url(ui/more-information.png) no-repeat;
		}

		.locations h3 {
			background: url(ui/locations.png) no-repeat;
		}

		.subpages .top-list {
/* 			margin-left: 15px; */
		}

			.subpages .top-list li {
/* 				list-style: disc; */
				list-style: initial;
				line-height: 1.7em;
				margin-left: 15px;
				padding-left: 0;
			}

				.subpages .children li {
					list-style: circle;
					margin-left: 15px;
				}

			.subpages a {
				color: #f78e21; /* #7295BA */
			}

			/* .subpages.locations a {
				font-size: 11px;
			} */

	#our-physicians h3 {
		background: url(ui/quote-bubbles.png) 25px 0 no-repeat;
		color: #d6b235;
		font-weight: 500;
		height: 48px;
		line-height: 48px;
		padding-left: 90px;
	}

	#our-physicians .entry {
		padding: 0 20px;
	}

		#our-physicians p {
			font-style: italic;
			font-weight: 300;
			line-height: 1.8em;
			margin: 0 0 10px 140px;
		}

		#our-physicians img {
			background: #FFF;
			border: solid 1px #e3e3e3;
			-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
			-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
			box-shadow: 0 0 5px rgba(0,0,0,0.2);
			float: left;
			margin: 0 15px 5px 0;
			padding: 3px;
		}

		#our-physicians .author {
			clear: both;
			padding-top: 10px;
			text-align: right;
		}

			#our-physicians .name {
				color: #d6b235;
				font-size: 1.4em;
			}

			#our-physicians .title {
				color: #b0a373;
				font-size: 1.1em;
			}

	.home #our-physicians h3 {
		background: none;
		height: 24px;
		line-height: 24px;
		margin-bottom: 0;
		padding: 0 20px;
	}

	.home #our-physicians p {
		margin: 10px 0;
	}

	.home #our-physicians .author {
		float: none;
		margin-bottom: 10px;
		width: 300px;
	}

	.home #our-physicians img {
		float: none;
	}

	#did-you-know {
		margin-top: 30px;
	}

		#did-you-know h3 {
			background: url(ui/did-you-know.png) 25px 0 no-repeat;
			color: #7ab6d4;
			font-weight: 500;
			height: 52px;
			line-height: 52px;
			padding-left: 90px;
		}

			#did-you-know .entry {
				color: #7295ba;
				font-style: italic;
				font-weight: 400;
				line-height: 1.8em;
				padding: 0 20px 10px;
			}
.wp-image-961 {
	margin-top: 2em;
}

/* ----- Footer ----- */

#footer {
	background: #fff;
	color: #8a9b9a;
	clear: both;
	font-size: 12px;
	padding: 10px 0;
}

	#footer a {
		color: #8a9b9a;
	}

	#copyright {
		float: left;
	}

	.facebook {
		background: url(ui/facebook.png) no-repeat;
		display: block;
		float: right;
		text-indent: -9999px;
		width: 64px;
		height: 64px;
	}

	.facebook:hover {
		background-position: 0 -64px;
	}


/***
     Wordpress Images
***/

img.alignright,a img.alignright {float: right; margin: 0 0 15px 15px}
img.alignleft,a img.alignleft {float: left; margin: 0 15px 5px 0}
img.aligncenter,a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


/***
     PPC Template
***/

.ppc-template {
	width: 100%;
	height: 333px;
	background: #eae7d1 url('/wp-content/themes/radonc/ui/radonc_ppc.jpg') 50% 0 no-repeat;
	margin-top: -6px;
}

.ppc-template h1 {
	margin: 0;
	padding-top: 25px;
	padding-left: 225px;
}

.ppc-template ul {
	padding-left: 225px;

}

.ppc-left {
	float: left;
	width: 65%;

}

.ppc-right {
	float: right;
	width: 30%;
	border-left: #f7b81b dashed 1px;
	padding-left: 30px;
	height: 330px;
}

.ppc-template h3 {
	font-size: 22px;
	color: #d6b235;
	padding-top: 10px;
	margin-bottom: 10px;
	text-decoration: underline;
}

.ppc-template i {
	color: #f7b81b;
}

.piedmont-button {
	background: #f6b71e;
	border: double 3px #FFF;
	line-height: 1.7em;
	margin: 0 auto;
	font-size: 18px;
	padding: 10px;
	color: #c42d40 !important;
}

.page-template-page-location #sidebar a {
	color: #5F6969;
}