/* 
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
-------------------------------------------------------------- */
/*Site Header Settings*/
.site-name a {
    color: #ffffff;
    font-weight: 700;
}
a {
    color: #0066CC;
    font-weight: 400;
    text-decoration: none;
}

/*Page Titles*/
h1 {
    font-size: 0em;
    margin-bottom: 0em;
    margin-top: 0em;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    font-weight: 700;
    line-height: 1em;
    word-wrap: break-word;
}

/*Nave full Top*/
.main-nav {
	width: 100%;
	position: absolute;
	left: 0;
	margin-top: -45px;
}
#header {
	margin-top: /*45*/px;
}

/* Text Area Settings*/

#container:after, #container:before, .clearfix:after, .clearfix:before, .widget-wrapper:after, .widget-wrapper:before {
    content: " ";
    display: table;
}
#container:after, .clearfix:after, .widget-wrapper:after {
    clear: both;
}
#container:after, #container:before, .clearfix:after, .clearfix:before, .widget-wrapper:after, .widget-wrapper:before {
    content: " ";
    display: table;
}
#wrapper {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    margin: 5px auto;
    padding: 0 0px 0px;
    position: relative;
}










/*The last 29 days of the month are the hardest."- Nikola Tesla*/