/* 
Theme Name: Responsive Child Theme landing
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
-------------------------------------------------------------- */

#logo {
float: none;
margin: 0;
text-align: center;
width: 100%;
}

#wrapper {
clear: both;
position: relative;
margin: 0px auto 0px auto;
padding: 0 0px 0px 0px;
border: 0px solid #e5e5e5;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color: #fff;
}

.main-nav {
padding-top: 20px;
clear: none!important;
}

.menu a {
border-left: 0px solid #585858;
border-right: 0px; 
color: #000000;
cursor: pointer;
display: block;

font-family: Helvetica;
text-transform: uppercase;
font-size: 20px;
font-weight: 500;
height: 45px;
line-height: 45px;
margin: 0;
padding: 0 0.9em;
position: relative;
text-decoration: none;
text-shadow: 0 -0px 0 #000000;
white-space: nowrap;
}

.menu {
background-color: #FFFFFF;
background-image: none;
filter: none;
margin: 0 auto;
}
     
    .menu li {
        display:inline-block;
        float:none;
        margin-left: -5px;
    }
    .menu li li {
        display:block;
        text-align:left
    }

.menu a:hover {
background-color: #FFFFFF;
background-image: none;
color: #ffd662;
filter: none;
}

.menu .current_page_item a, .menu .current-menu-item a {
color:  #fc42ad;
background-color: #FFFFFF;
}


.menu li li a {
background: transparent !important;
border: none;
color: #444444;
font-size: 20px;
font-weight: 400;
height: auto;
height: 20px;
line-height: 20px;
padding: 5px 10px;
text-shadow: none;
white-space: nowrap;
}


.mainstick {
height:60px;
	position: relative;
}


.fixed {
        position:fixed;
}





/*The last 29 days of the month are the hardest."- Nikola Tesla*/