/*
 Theme Name:   Emma Ballard
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Emma Ballard Theme
 Author:       Viv Rayner
 Author URI:   http://example.com
 Template:     wp_hot_clinic
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  emma_ballard_theme
*/

@import url("../wp_hot_clinic/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
/* custom styling          */
.widget_header1	{
	margin:20px 0 20px 0;
}

h1	{
	padding: 15px 0;
}
.widget_topmenu h4{
	position: relative;
	top: 30px;
	color: #A9CBC8;
	margin: 0 15px 0 0;
}

.widget_topmenu h4 a	{
	color: #A9CBC8;
	font-weight: bold;
}

.logorow {
	background: url(./images/header_bg_rpt.jpg) center top repeat-x;
	border-bottom: none;
}
.bottomrow {
	background: url(./images/footer_bg_rpt.jpg) center bottom repeat-x;
}

.mp_user1 .cell_pad {
	background: #9EDAD8;
}
.widget_header1 {
margin: 5px 0 20px 0;
}

.widget_left ul.menu	{
	font-size: 1.5em;
	color: #31313D;
	list-style:none; 
	
}
.widget_left ul.menu li a {
	line-height: 1.9em;
	color: #31313D;
}

.bottomrow .cell_pad {
	background:none;
}

.mp_left .cell_pad {
	margin: 20px 30px 0 10px;
}

.footerrow {
	background: #233947;
}

.facebook_icon, .twitter_icon, .google_icon, .linkedin_icon {
width: 30px;
height: 30px;
float: left;
display: block;
margin: 0 14px 25px 10px;
}

.follow a {
font-size: 1.4em;
}

ul.nobullets	li	{
	list-style-type: none;
}

@media (max-width: 767px) {


	.mp_logo, .mp_topmenu, .mp_top1, .mp_top2 {
		width: 75%; 
		position: relative;
		top: 20px;
	}
	.mp_header1 {
		position: relative;
		top: 20px;
	}
}


@media (max-width: 500px) {

	.mp_top1,.mp_top2 {
		width: 100%;
		text-align: center;
	}

	.toprow {
		height: 100px;
		background: #eef5f6;
	}


}
