/*
Theme Name: Light Skeleton Child
Theme URI: #
Template: light-skeleton
Author: Gangesh Matta
Author URI: https://profiles.wordpress.org/gangesh
Description: Using _ (Underscore) and GetSkeleton CSS boilerplate, aim is to create lightweight, presentable WP theme for starters.
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.2.1517936324
Updated: 2018-02-06 16:58:44

*/

body {
	font-size: 16px;
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	color: #2c2e2f;
}

#pcMainArea {
	padding:0;
}
#content.container {
	width: 100%;
	padding:0 1%;
}

h2 a {
	color: #006a99;
	font-size: 45px;
	padding: 0 30px;
	font-weight: 300!important;
	margin: 0;
	font-family: 'Roboto Slab', Georgia, 'Times New Roman', Times, serif;
	
}
h3, h4 {
	color: #006a99;
	font-size: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0 0 2px;
	font-weight: 300;
	font-size:24px;
}
h4 {
	padding-top:10px;
}

a, a:focus, a:hover {
	color: #006a99;
	text-decoration: none;
	font-weight: 600;
}
a:hover {
	text-decoration:underline!important;
}
aside#secondary {
	padding-top:40px;
}
input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password], textarea {
	max-width: 100%;
}
.copyblock p.left, .copyblock p.right {
margin-bottom:0;
}
/*MOBILE MEDIA QUERY*/

@media (max-width: 550px) {
aside#secondary {
	border-top: 1px solid #eee;
	border-left: 0;
	padding-left: 1%;
	padding-right: 1%;
	margin-left: 0%;
}
#pcMainArea .row {
	margin-left: 0px;
	margin-right: 0px;
}
}