/* 
Theme Name: Responsive Child Theme
Theme URI: https://github.com/cyberchimps/responsive-childtheme/tree/pro-child-theme
Description: Responsive Pro Child Theme
Template: responsive
Version: 1.0.0
Author: CyberCimps 
Author URI: https://cyberchimps.com
License: GNU General Public License
License URI: license.txt 

Responsive WordPress Theme, Copyright (C) 2003-2012 Emil Uzelac 

*/

/* =Start From Here
-------------------------------------------------------------- */

#logo {
	float: left;
	margin: 10px 0 10px 20px;
}

.submenu {
display: inline;
padding:0;
color:#555555;
}

.spacer {
padding-left: 10px;
padding-right: 13px;
color: #cccccc;
}

li:last-child > .spacer {
padding-left: 10px;
padding-right: 13px;
display: none;
}

.zero {
padding: 0 0 20px 0;
margin: 0 0 20px 0;
border-bottom: dashed;
border-bottom-width: thin;
border-bottom-color: #cccccc;
display: block;
}

a {
	color: #555555;
	outline: 0;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #b40d71;
	outline: 0;
	text-decoration: underline;
}

.submenu > a.current_page_item {
	color: #b40d71;
	outline: 0;
	text-decoration: underline;
}

p.one
{
border-style: dashed;
border-width: 1px;
color: #cccccc;
}

h1 {
	font-size: 2em;
	margin-bottom: .5em;
	color: #1b499c;
	text-transform: uppercase;
}

h2 {
	font-size:2.0em;
	margin-bottom:0;
	margin-top: 0;
	line-height:90%;
}



/* =up to 980px screen width
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {
	h1 {
	padding-top: 20px;
	}
	
}

/* =up to 390px screen width
-------------------------------------------------------------- */
@media screen and (max-width: 480px) {
	h1 {
	padding-top: 20px;
	font-size: 1.5em;
	}

	.spacer {
	padding-left: 10px;
	padding-right: 13px;
	color: #ffffff;
	}

	.submenu {
	display: block;
	padding:0;
	color:#555555;
	}
	
	#wrapper {
	background-color: #ffffff;
	clear: both;
	margin: 20px auto 0 auto;
	padding: 0;
	position: relative;
}

	.pan-image {
	visibility:hidden;
	margin:0;
	padding:0;
	}

	.top-menu li {
	display: block;
	list-style-type: none;
	padding: 0 12px 0 16px;
	border-bottom: 0px;
	word-break: break-word;
}


}

/* =FAQ plugin
-------------------------------------------------------------- */
 h3.arconix-faq-term-title {
 display: none;
}


/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: right;
	margin: 10px 0;
	padding: 0 0 25px 0;
	line-height:250%;
}

.top-menu li {
	display: inline;
	list-style-type: none;
	padding: 0 12px 0 16px;
	border-bottom: 0px;
}

.top-menu li a {
	color: #4d4d4d;
	font-size: .9em;
	letter-spacing: 0.1em;
}

.top-menu > li:first-child > a {
	border-left: none;
}

.top-menu > li:last-child > a {
	background-color: #b40d71;
	padding: 5px;
	color: #ffffff;
	border-radius:3px;
	border-bottom: 0px;
}
.top-menu > li:last-child > a:hover {
	background-color: #4d4d4d;
	color: #ffffff;
	border-bottom: 0;
}

.top-menu li a:hover {
	color: #b40d71;
	padding-bottom: 5px;
    	border-bottom: 3px solid #b40d71;
	text-decoration: none;
}

.top-menu .current-menu-item a {
	color: #b40d71;
	padding-bottom: 5px;
    	border-bottom: 3px solid #b40d71;
	text-decoration: none;
}

.top-menu > li:last-child > .current-menu-item a {
	background-color: #4d4d4d;
	color: #ffffff;
	border-bottom: 0px;
}

/* =Category Widget Plugin
-------------------------------------------------------------- */
.post_content { 
	margin:8px;
	padding-left:1.5em;
	padding-right:1.5em;
}

.newsdesc > h2 > .post-title { 
	font-size:0.5em;
	font-weight:300;
	line-height:160%;
	text-indent:-1em;
	vertical-align:text-top;
}

.newsdesc > h2 > .post-title:before { 
	color:#b40d71;	
	content: "> ";	
	margin-bottom:0;
}

h2 > .post-title { 
	margin-bottom: .75em;
}

#featured {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	border-radius: 4px;
	width: 99.893617021277%;
	height: 267px;
	background-repeat: no-repeat;
	background-image: url(http://kinsmenphysio.com/wp-content/uploads/2015/12/KinsmenWebGraphic_1056x294.jpg);
	background-size: contain;
	
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/

.widget-title,
.widget-title-home h3 {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
	padding: 8px 15px 5px;
	text-align: left;
	color: #fff;
	background-color: #b40d71;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.widget-title-blue {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
	padding: 8px 15px 5px;
	text-align: left;
	color: #fff;
	background-color: #1b499c;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

@media screen and (max-width: 980px) {
#featured {
	height: 238px;	
}
}

@media screen and (max-width: 650px) {
#featured {
	height: 158px;	
}
}

@media screen and (max-width: 480px) {
#featured {
	height: 88px;	
}
}