/* 
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

*/

/* =Import Styles
-------------------------------------------------------------- */
@import url('../responsive/style.css');

/* =Start From Here
-------------------------------------------------------------- */


/* FONTS
---------------------------------------------------------------*/
h1 {
	color:#00000;
	font-size:300%;
}
h2 {
	color:#00000;
	font-size:200%;
}
h3 {
	color:#00000;
	font-size:150%;
}
h4 {
	color:#00000;
	font-size:100%;
}
ul {
	color:#00000;
}

p {
	color:#00000;
}

body, input, textarea {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}



/* HOME PAGE
---------------------------------------------------------------*/

/* Call To Action Button
*/

.call-to-action a.button {
  	background: #D80000;
  	border-color: #FFFF41;
  	border-style:solid;
  	border-width:5px;
 	font-size: 30px;
	text-shadow: 3 -3px 0 #000000;
	color: #FFFF41;
  	box-shadow: -8px 8px 5px 1px #000000;
}

.call-to-action a.button:hover {
	background: #666666;
	border-color: #666666;
}

/* Home Page Widgets
*/



/* Hides The Header and menu from home page
*/

/*Home page featured area
*/

#featured {
	border: none;
	background-color: #ab7537;
}



/* PAGES
---------------------------------------------------------------*/
/*Content page Box
*/

#wrapper {
	background-color: #00000;
	border :2px solid #000000;
	box-shadow:;
}

/* MENU
---------------------------------------------------------------*/
.menu {
	background-color: transparent;
	background-image: none;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	word-wrap: normal;
	color: #00000;
}

.menu a {
  	border-color: #878787;
  	font-size: 17px;
	color: #878787;
	border-width:3px;
	text-shadow: none;
}

.menu a:hover {
	background: #878787;
}

@media screen and (min-width: 981px) {
    .menu {
        text-align:center
    }
    .menu li {
        display:inline-block;
        float:none;
        margin-left: -5px;
    }
    .menu li li {
        display:block;
        text-align:left
    }
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background: #C9C9C5;

/* HEADER
---------------------------------------------------------------*/
#header {
	
}

/* WIDGETS
---------------------------------------------------------------*/
.widget-wrapper {
	background-color: #c99e67;
	border :4px solid #000000;
	box-shadow: -10px 10px 5px 1px #000000
}



/*The last 29 days of the month are the hardest."- Nikola Tesla*/