/*
Theme Name: azl
Theme URI: http://www.azaleacityphysicians.com/
Author: Hummingbird Ideas
Author URI: http://hummingbirdideas.com 
Description: The 2015 theme for Azalea City Physicians
Version: 1.0 
Text Domain: azl
This theme, like the content on the site, is copyright Azalea City Physicians.
*/

a{
	color:#f48887;
}
body{
	color:#572600;
}

.headlines {
	padding-top:70px;
	font-weight: 300;
	font-style: italic;
	color:#2297c6;
}

.fa-phone, .fa-fax, .fa-envelope-o {
	color:#b7292e;
}

#head-info {
	padding-top:20px;
}
/*
#head-info ul{
	margin-right:-50px;
}
*/
/* Hummingbird Styles 
--------------------------------------- */
.bold-text {
	font-weight: 800;
}

.right {
	float: right;
}

.left {
	float: left;
}



/* Header Sytles */
/*testing*/
/*
#top-head{
	background: gray;
}

#mid-head{
	background:yellow;
}

.navbar-nav{
	background:purple;
}

.navbar-brand {
	background:green;
}*/
/******************************/

#logo {
	width:auto;
	height:155px;
	margin-top: -45px;
}

#top-head{
	min-height:30px;
	padding-top:5px;
	color:#572600;
}

#mid-head{
	padding-top:17px;
	padding-bottom: 16px;
	height:84px;
}

#call {
	font-family: "libre";
	font-style: italic;
	color:#f48887;
	font-size: 20px;
	padding-right:50px;
}

.navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 15px;
}

.navbar-nav{
	min-height:auto;
}
.navbar-brand {
	height:auto;
}

.navbar-default {
	background:url(images/Header.png);
	background-repeat:repeat-x;
	border:none;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size:16px;
	text-transform: uppercase;
	font-family: "varela"
}

.navbar-default .navbar-nav>li>a:hover{
	color:#572600;
}

#appt-btn{
	width:auto;
	height:52px;
}


h1, h2, h3, h4, h5, h6 {
	font-family:"Libre Baskerville";
	color:#572600;
	text-transform: uppercase;
}
/****************************************/

/* Footer Styles */

#footer{
	background-color: #f48887;
	padding-top: 20px;
	padding-bottom: 15px;
}

#footer-top {
	color:#fff;
	font-weight: 400;
	font-size: 12px;
}

#footer-top a{
	color:#fff;
	text-decoration: none;
}

#footer-logo {
	max-width:100%; 
	width:auto;
	height:auto;
}

.footer-bottom, .footer-bottom a {
	color:#fff;
	font-size: 10px;
	padding-top:10px;

}/****************************************/

/* Home-slider */

#slide1, #slide2, #slide3 {
	height:385px;
	width:100%;
	background-position: center bottom;
	
}

#home-slides {
	margin-top:-20px;
}

.slider-box {
	position:absolute;
	width:450px;
	height:auto;
	padding-left:20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background:rgba(255,255,255,0.6);
	right:100px;
	bottom:50px;
	
}


.slider-box h1 {
	color:#572600;
	font-weight: 300;
	text-transform: none;
}

/****************************************/


/* Home Page */

#homepg-icons {
	padding-top:20px;
	padding-bottom:20px;
}

#homepg-icons h3{
	font-size:21px;
}
.home-icons {
	width:90px;
	height:auto;
}

.icon-more a{
	text-transform: uppercase;
	color:#53c6d5;
	font-weight: 800;
}

#home-bottom {
	background-color:#f5efe9;	
	padding-bottom: 20px;
	padding-top: 20px;
}

#vial {
	max-width: 100%;
	width:auto;
	height:auto;
	margin-top:10px;
}

#home-bottom h1{
	font-weight: 300;
	text-transform: none;
}

.bottom-more a{
	color:#572600;
	text-transform: uppercase;
	font-weight: 800;
}

/****************************************/

/* Sidebar */

#side-nav, #call-side, #email-side {
	padding-bottom:10px;
}

ul#sidebar-links {
	padding-left: 0px;
	list-style:none;
}

#sidebar-links li h4 a{
	font-family:"Libre Baskerville" !important;
	color:#572600 !important;
	text-transform:capitalize !important;
	font-size: 20px !important;
}

ul#sidebar-links li a{
	color:#572600;
	font-family: "open sans";
	font-size:14px;
}

ul#sidebar-links li {
	padding-bottom: 15px;
}


.side-btn {
	width:190px;
	height:auto;
	padding-top:10px;
	padding-bottom: 20px;
}

#pg-sidebar {
	border-right: 1px dotted #f48887
	;
}

#side-btns li a {
	margin-bottom: 10px;
	width: 150px;
	text-transform:capitalize;
	font-family: "Libre Baskerville"
}

.btn-primary {
	color: #fff;
}
/***************************************/


/* Page */
 #page {
	 padding-bottom: 20px;
 }

.page-title {
	font-weight: 300 !important;
	text-transform: none;
	padding-bottom: 20px;
}


.page-featured-image img{
	height: auto;
	max-width:675px;
	padding-bottom: 20px;
}

.page-content {
	padding-bottom: 20px;
}

.post-feature-image img {
	width: 280px;
	height: auto;
}

iframe {
	max-width: 100%;
}

#page img{
	max-width: 100% !important;
	width:auto;
	height:auto;
	margin:0px;
}

.page-id-69 #page iframe{
	max-width:100%;
	width:auto;
	height:1000px;
}

iframe#patient-survey{
	max-width:727px;
	width:100%;
	height:auto;
	min-height: 1700px;
}
/****************************************/
/* For landscape tablets */
@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : landscape) {
}

/* For tablets */
@media (min-width: 768px) and (max-width: 991px) {
	
	
	iframe#patient-survey{
		max-height: 100%;
		width:550px !important;
		height:auto;
		min-height: 1700px;
	}
	
	.post-feature-image img {
		width: 220px;
		height: auto;
	}
	
	#footer-top {
		font-size: 10px;
	}
	.footer-bottom, .footer-bottom a{
		font-size:8px;
		padding-top:5px;
	}

	/**** Header *****/
	
	#top-head{
		font-size:11px;
		padding-top:8px;
	}
	
	#mid-head {
		padding-top:20px;
	}
	
	#logo {
		height: 150px;
	}
	
	.nav>li>a {
		padding: 17px 10px;
	}
	
	.navbar-default .navbar-nav>li>a {
		font-size: 12px;
	}
	
	#appt-btn {
		width: auto;
		height: 45px;
	}
	
	#call{
		font-size:18px;
		padding-right: 30px;
	}
		
	/***************************/
	

	
	#vial {
		max-width: 100%;
		width:auto;
		height:auto;
		padding-top:50px;
	}
	
	h1#main-goal {
		font-size:34px;
	}
	
	.slider-box {
		right:50px;
		
	}
	
	.page-featured-image img{
		height: auto;
		max-width:525px;
	}
	
	.side-btn {
		width:150px;
		height:auto;
	}
	
	#sidebar-links li h4 a{
		font-size:16px !important;
	}
	
	
	ul#sidebar-links li a{
		font-size: 12px;
	}

}

/* For mobile */
@media (max-width: 767px){
	
	#logo{
		margin-top:-15px;
		height:145px;
	}

	.footer-bottom, .footer-bottom a {
		font-size: 10px;

	}
	
	#footer-logo {
		padding-bottom: 10px;
	}

	
	.navbar-brand {
		height:auto;
	}
	
	.slider-box {
		width:100%;
		height:auto;
		padding-left:10px;
		padding-right:10px;
		padding-bottom: 10px;
		right:0px;
		bottom:0px;
	}
	
	.slider-box h1{
		font-size:20px;
	}
	
	h1#main-goal {
		font-size: 26px;
	}
	
	#vial {
		max-width:100%;
		width:auto;
		height:auto;
		padding-top:20px;
	}
	
	.dashboard-item h3{
		padding-bottom:20px;
	}
	
	.navbar-default {
		background-color: white;
		border-bottom: none;
	}
	
	.navbar-default .navbar-nav>li>a {
		font-size:18px;
		font-weight: 800;
		text-transform: uppercase;
		text-align: left !important;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border:none;
		background:#f48887;
	}
	
	.page-featured-image img{
		height: auto;
		max-width:280px;
	}
	
	.side-btn {
		max-width:280px;
		width: auto;
		height:auto;
		padding-bottom: 20px;
	}
		
	#pg-sidebar {
		border-right:none;
	}
	
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.navbar-toggle {
		margin-top: 35px;
	}
	
	.home-icons {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	
	#homepg-icons h3 {
		font-size: 16px;
	}
	
	iframe#patient-survey{
		max-height: 100%;
		width:auto;
		height:auto;
		min-height: 1700px;
	}
	
}

























