/*
Theme Name: Soulmedic Child
Template: soulmedic
Author: CMS
Version: 1.0
Updated: 2014-05-08 14:47:53
*/

@charset "UTF-8";
@import url('../soulmedic/style.css');
@import url('../soulmedic/css/responsive.css');

#main{
	padding:0px 0px 25px;
}
textarea {
	height:120px;
}

#footer img {
	max-width: 80%;
	float: right;
	margin-top: -22px;
}

#logo{
	margin: -8px 0px 0px;
	padding: 10px 0 0 0;
	width: 25%;
}

#logo a img {
max-width: 120%;
margin: -10px 0 0 0;
}

#main-menu > ul.menu > li{
	margin: 0px 2px;
}

/*get a quote button*/
li#menu-item-917{
	background: #2D2D2D;
}

li#menu-item-917 a{
	color: #fff !important;
	font-weight: bold;
}

.mainpara{
	padding:0 47px;
}

.mainpara p{
	text-align: justify;
}

.wp-caption .wp-caption-text p{
	padding:0 !important;
}

.wp-caption .wp-caption-text a{
	color:#000 !important;
}

.wp-caption .wp-caption-text a:hover{
	color:#7df9ff !important;
}

#main-menu > ul.menu > li > a{
	color:#000;
}

#main-menu > ul.menu > li > a:hover{
	color:#fff !important;
}

#main-menu > ul > li.current-menu-item > a{
	color:#fff !important;
}

#main-menu > ul > li.current-menu-item > a:hover{
	color:#000 !important;
}


#main-menu {
float: right;
width: 40%;
}


h2{
	color:#4BBCD7!important;
	font-size: 20px;
	margin: 20px 0 !important;
}

ul {
	list-style-type: circle;
	list-style-position: outside;
}

div.wpcf7 {
	margin: 0 0 20px 0;
}

input[type="submit"], button, input[type="button"]{
	font-size: 18px !important;
	background:#ff640a !important;
}

input.wpcf7-form-control::before, input.wpcf7-submit::before{
	content:">>";
}

h3{
	line-height:27px;
	color: #4bbcd7;
}

font[Attributes Style] {
color: #4bbcd7;
}


.widget_nav_menu h3.widgettitle{
	font-size:16px !important;
	background:#5bbcd7;
	color: #fff;
	text-shadow: 0 1px 1px #0a82a4;
	padding: 10px !important;
}
#secondary .widget_nav_menu ul li a { padding-left: 0 !important;}
#secondary .widget_nav_menu ul li a:before { content: none !important;}
#secondary .widget_nav_menu ul li a:hover { color: #ff640a !important;}

.breadcrumb h1{
	background:transparent !important;
	color: #4bbcd7;
	font-size: 14px;
	padding: 9px 0px;
}

.mainpara h1{
	font-size: 26px;
	padding: 25px 0 0 0;
	color: #ff640a;
}

.breadcrumb-section #searchform input[type="text"]{
	padding: 9px 15px;
}

.breadcrumb-section #searchform input[type="submit"] {
	padding: 8px 9px 8px;
	font-size: 14px !important;
}

.widget #searchform input[type="text"]{
	padding: 8px 9px 8px;
	font-size: 14px !important;
}

.widget #searchform input[type="submit"]{
	padding: 9px 4%;
	font-size: 14px !important;
}

.breadcrumb-section{
	padding: 11px 0px;
}

.container {
	width: 1140px;
}

#primary {
	width: 830px;
	margin:0px !important;
}

.wp-caption {
	margin: 0px 0px 20px 30px;
}

.subarrow{
	float: right;
	color: #4bbcd7;
	font-size: 32px;
	font-weight: bold;
	line-height: 61px;
	letter-spacing: -2px;
}

#footer .copyright{
	border:0px;
}
@media only screen and (max-width: 767px) {
	#logo a img {
		max-width: 70% !important;
		margin:0 !important;
		float:left !important;
	}
	.breadcrumb h1 {
		top: 0px !important;
		font-size: 14px !important;
	}
	#footer img {
		float:none !important;
	}


}/* End media 767*/


wpcf7-form-control wpcf7-submit{
background-color: #ed5900;
}

@media only screen and (max-width: 479px) {
	#logo a img {
		max-width: 80% !important;
		float: left !important;
		margin: 0 !important;
	}
	.breadcrumb h1 {
		top: 0px !important;
		font-size: 14px !important;
	}
	#footer img {
		float:none !important;
	}
}/* End media 479*/