/* 
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/
/* =Start From Here
-------------------------------------------------------------- */
/* =Base
-------------------------------------------------------------- */
html {
	height: 100%;
}
body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #ffffff;
	color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
}
/* =Links
-------------------------------------------------------------- */
a {
	color: #352176;
	font-weight: 400;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #444444;
	outline: 0;
	text-decoration: none;
}
::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}
/* =Globals
-------------------------------------------------------------- */
#header-container {
	margin: 0 auto;
	max-width: 100%;
	padding: 0px;
	color: #010101;
}
.inner-header{
		width: 80%;
		margin: 0 auto;
}
#container {
	margin: 0 auto;
	max-width: 100%;
	padding: 0px;
	color: #010101;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: transparent;
	border: none;
	border-radius: 4px;
	clear: both;
	padding: 0;
	position: relative;
	color: #010101;
}

#header {
	margin: 0;
}
#footer {
	clear: both;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	color: #fff;
	background: #303030;
}
#footer-wrapper {
	width: 70%;
	margin: 50px auto;
	padding: 0;
}
/* =Custom
-------------------------------------------------------------- */
.skip-container {
    padding: 0;
  
}
.adamrob_pcontainer {
    max-width: 100% !important;
    margin: 0 auto;
}
input[type="submit"]{
	padding:8px 18px;
	background:#90CBF5;
	color:#fff;
	border: 1px solid #fff;
	float:left;
	font-size: 14px;
	font-weight:200;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}	
input, textarea {
	font-family:inherit !important;	
}
#content-full {
	margin-top: 0px;
    margin-bottom: 0px;
}
#vp{
	width: 100%;
	margin: 0 auto;
	min-height: 100px;
	color: #444444;
	background: #F8F8F8;
	text-align: center;
	padding: 10px 0 10px 0;
}
.inner-vp{
	width: 70%;
	margin: 0 auto;
	text-align: left !important;
}
#home-1{
	width: 100%;
	margin: 0;
	min-height: 500px;
}
.inner-home-1{
	width: 70%;
	margin: 0 auto;
	min-height: 500px;
	padding: 50px 0 10px 0;
}
#home-2{
	width: 100%;
	margin: -50px 0 0 0;
	min-height: 250px;
	background: #F8F8F8;
}
.inner-home-2{
	width: 70%;
	margin: 0 auto;
	min-height: 250px;
	padding: 50px 0 50px 0;
	font-size: 12px;
}
.hb-1{
	border-top: 1px solid #c1c1c1;
}
#services{
	display: inline-block;
	width: 100%;
}
.services-group-a{
	width: 49%;
	display:inline-table;
	float: left;
}
.services-group-b{
	width: 49%;
	display:inline-table;
	float: right;
}
#contact{
	width: 100%;
	margin: 0;
	min-height: 500px;
}
.inner-contact{
	width: 70%;
	margin: 0 auto;
	min-height: 500px;
	padding: 50px 0 50px 0;
	color: #010101;
}
.top-widget {
    padding: 50px 3px 0 0;
}
#two-column {
    width: 100%;
}
#two-column #left{
	width: 49%;
	float: left;
}
#two-column #right{
	width: 49%;
	float: right;
}
#two-column p{
	margin-bottom: 12px;
}
#two-column input[type="text"], #two-column input[type="email"], #two-column input[type="tel"] {
	border:none;
	border:1px solid #58585a;
	font-size :18px;
	font-weight: 400;
	color: #58585a;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	padding: 20px;
}
#two-column #right input[type="text"], #two-column #left input[type="text"]{
	width:100%;
}
#two-column textarea {
    position: relative;
    padding: 20px;
    border:1px solid #58585a;
	font-weight: 400;
	color: #58585a;
	font-size :18px;
	font-family: Arial, Helvetica, sans-serif;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
	height: 300px;
}
#two-column input[type="submit"]{
	padding:8px 18px;
	background:#104438;
	color:#fff;
	border: 1px solid #fff;
	float:right;
	font-size: 14px;
	font-weight:200;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#two-column input[type="text"]:focus, #two-column textarea:focus{
	background: #eee;
}
#two-column input[type="submit"]:hover{
	background:#fff;
	color:#222;
	border: 1px solid #222;
}

input[type="submit"]{
	padding:8px 18px;
	background:#332072;
	color:#fff;
	border: 1px solid #332072;
	float:left;
	font-size: 14px;
	font-weight:200;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}	
.btn {
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	background: #332072;
    color: #fff;
    font-size: 30px;
    padding: 10px;
    border: solid #332072 3px;
    text-decoration: none;
    text-align: center;
	float: left;
}
.btn:hover {
  text-decoration: none;
  color: #332072;
  background: #fff;
  border: solid #fff 3px;
  cursor: pointer;
}
.btn a{
	color: #fff;
}
.btn:hover a{
	color: #fff;
}

#content-1{
	width: 100%;
	margin: 0;
	min-height: 300px;
}
.inner-content-1{
	width: 70%;
	margin: 0 auto;
	min-height: 300px;
	padding: 50px 0 50px 0;
	color: #444;
}
#content-2{
	width: 100%;
	margin: 0;
	min-height: 300px;
	background: #efefef;
}
.inner-content-2{
	width: 70%;
	margin: 0 auto;
	min-height: 300px;
	padding: 50px 0 50px 0;
	color: #444;
}
#content-3{
	width: 100%;
	margin: 0;
	min-height: 250px;
	background: #fff;
}
.inner-content-3{
	width: 70%;
	margin: 0 auto;
	min-height: 250px;
	padding: 50px 0 50px 0;
	color: #010101;
}
#footer-triple{
	width: 70%;
	margin: 0 auto;
}
#widgets .tagcloud, #widgets .textwidget {
    font-size: 16px;
}
/* =Header
-------------------------------------------------------------- */
#logo {
	float: left;
	margin: 0;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	background-color: transparent;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	clear: both;
	filter: none;
	margin: 0 auto;
}
.main-nav {
	clear: both;	
}
.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}
.menu li:hover {
	white-space: normal;
	z-index: 10000;
}
.menu li li {
	float: none;
}
.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}
.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}
.menu li li:hover > ul {
	left: 100%;
	top: 0;
}
.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.menu,
.menu ul {
	min-height: 0;
}
.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}
.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}
.menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}
.menu a {
	border-left:none;
	color: #342172;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
}
.menu a:hover {
	background-color: transparent;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	color: #999;
	filter: none;
	border-bottom: 1px solid #ffffff;
}
ul.menu > li:hover {
	background-color: transparent;
	color: #ffffff;
}
.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: transparent;
}
.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
}
.menu li li {
	background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #342172;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}
.menu li li a {
	background: transparent !important;
	border: none;
	color: #342172;
	font-size: 15px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}
.menu li li a:hover {
	background: #fff !important;
	background-image: none;
	border: none;
	color: #999;
	filter: none;
}
.menu li li:hover {
	background: #f5f5f5 !important;
	filter: none;
}
.menu ul > li + li {
	border-top: 0;
}
.menu li li:hover > ul {
	left: 100%;
	top: 0;
}
.menu > li:first-child > a {
	border-left: none;
}
.menu a#responsive_menu_button {
	display: none;
}
.main-nav #responsive_current_menu_item {
	display: none;
}
/* =Footer
-------------------------------------------------------------- */
#footer {
	font-size: 11px;
	line-height: 1.5em;
}
#footer a {
	color: #fff;
	font-weight: 400;
}
#footer a:hover {
	color: #342172;
}
#footer-wrapper .grid.col-940 {
	margin: 0;
}
.scroll-top {
	text-align: center;
}
.copyright {
	text-align: left;
}
.powered {
	text-align: right;
}
#footer_widget .col-300:nth-child(3n+3) {
	margin-right: 0;
}

/* =Media Queries
-------------------------------------------------------------- */
@media screen and (max-width: 1700px) {
#vp{
	width:60%;
}
}
@media screen and (max-width: 1500px) {
.inner-header {
    width: 96%;
}
.inner-specialities{
	width: 80%;
}
.inner-history{
	width: 80%;
}
.inner-contact{
	width: 80%;
}
.inner-contact-h{
	width: 80%;
}
.inner-content-1{
	width: 80%;
}
.inner-content-2{
	width: 80%;
}
.inner-content-3{
	width: 80%;
}
}
@media screen and (max-width: 1400px) {
#vp{
	width:80%;
}
.inner-specialities{
	width: 90%;
}
.inner-history{
	width: 90%;
}
.inner-contact{
	width: 90%;
}
.inner-contact-h{
	width: 90%;
}
.inner-content-1{
	width: 90%;
}
.inner-content-2{
	width: 90%;
}
.inner-content-3{
	width: 90%;
}
}
@media screen and (max-width: 1200px) {
.inner-specialities{
	width: 96%;
}
.inner-history{
	width: 96%;
}
.inner-contact{
	width: 96%;
}
.inner-contact-h{
	width: 96%;
}
.inner-content-1{
	width: 96%;
}
.inner-content-2{
	width: 96%;
}
.inner-content-3{
	width: 96%;
}
.btn {
    width: 40%;
}
}
@media screen and (max-width: 1024px) {
#vp{
	width:96%;
}
.one_third{
	width: 98% !important;
}
.two_third{
	width: 98% !important;
}
}
@media screen and (max-width: 900px) {
#parallax_67{
	height: 700px !important;
}
}
@media screen and (max-width: 800px) {
.one_half{
	width: 98% !important;
}
}
@media screen and (max-width: 742px) {
.top-widget {
    padding: 0px 3px 0 0;
	width: 100%;
}
}

@media screen and (max-width: 650px) {
.top-widget {
    padding: 100px 3px 0 0;
}
.js .main-nav {
		background-color: #342172;
		background-image: none;
		background-image: none;
		background-image: none;
		background-image: none;
		background-image: none;
		background-image: none;
		-ms-filter: none;
		}
		.js .main-nav .menu li a {
		color: #342172;
		font-size: 14px;
		font-weight: normal;
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		text-shadow: none;
		text-align: left;
		cursor: pointer;
	}
}
@media screen and (max-width: 600px) {
.btn {
    width: 60%;
}
#two-column #left{
	width: 98%;
	float: left;
}
#two-column #right{
	width: 98%;
	float: left;
}
}
@media screen and (max-width: 500px) {
h1 {
	font-size: 2.025em;
}

h2 {
	font-size: 1.750em;
}

h3 {
	font-size: 1.475em;
}

h4 {
	font-size: 1.100em;
}	
	
}
@media screen and (max-width: 400px) {
.btn {
    width: 90%;
}
}
