/* 
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
-------------------------------------------------------------- */
/*
 Theme Name: responsive-child
 Description: Child theme on responsive by CyberChimps Inc. All 
 Author: admin
 Template: responsive
 
 (optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../responsive/core/css/style.css");

#logo
{
	text-align: center;
	float: inherit;
}

.site-name {
	padding-top: 5px;
	padding-bottom: 5px;
}
.site-name a {
	font-weight: 100;
}

.main-nav {
	background-color: #000000;
	background-image: none;
}
.full-width-no-box .menu {
	background-color: #000000;
	background-image: none;
}
.full-width-no-box .main-nav  {
	background-color: #000000;
	background-image: none;
}

.menu a {
	font-size: inherit;
	font-weight: inherit;
	height: inherit;
	line-height: inherit;
}
.js .main-nav #responsive_current_menu_item {
	padding: 0px 40px 0px 10px;
	font-weight: inherit;
}
.js .main-nav a#responsive_menu_button {
	position: absolute;
	display: block;
	top: 0;
	left: 100%;
	height: 30px;
	width: 23px;
	margin-top: -4px;
	margin-left: -30px;
	cursor: pointer;
}

@media screen and (min-width:480px) {
	.featured-title {
		font-size: 30px;
		padding-top: 10px;
		text-align: left;
		white-space: nowrap;
	}
}
@media screen and (max-width:480px) {
	.featured-title {
		font-size: 6.25vw;
		padding: inherit;
		padding-top: 10px;
		text-align: left;
		white-space: nowrap;
	}
}

.sub-featured-title {
	font-size: 20px;
	padding-top: 10px;
	text-align: left;
	white-space: nowrap;
}

.grid-child {
	max-width: 438px;
	float: left;
	padding: 10px;
}

.grid-child-newline {
	max-width: 438px;
	float: left;
	clear: left;
	padding: 10px;
}

a.skip-header-first {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

a.skip-header {
    display: block;
    position: relative;
    top: -58px;
    visibility: hidden;
}

a.skip-header-subheader {
    display: block;
    position: relative;
    top: -96px;
    visibility: hidden;
}

.map-wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin: 0 0 0px;
	padding: 20px;
	text-align: center;
	width: 640px;
	height: 500px;
}

@media screen and (max-width: 650px) {
	.js .sub-header-menu {
		display: inherit;
	}
}

.sticky-header {
	position: sticky;
}

.widget-wrapper {
	background-color: #e5e5e5;
	border: 1px solid #d1d1d1;
}

.widget-wrapper-halfpadding {
	padding: 10px;
}

.image-container {
    position: relative;
    text-align: center;
}

.imagetext-top-left {
    position: absolute;
	font-size: 25px;
    top: 25px;
    left: 16px;
    color: white;
	background-color: #333333;
	padding: 10px;
}

.imagetext-top-right {
    position: absolute;
	font-size: 25px;
    top: 25px;
    right: 16px;
    color: white;
	background-color: #333333;
	padding: 10px;
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/