/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

* {font-family: 'Open Sans', sans-serif;}
h1.title {
    float: left!important;
    text-align: initial;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
    margin:0;
    padding:0;
}

h1 {
    text-align: center;
    color: #000;
    font-size:60px;
    letter-spacing:-1px;
}
h1 small{
    font-size: 24px;
    display: block;
    color: #636363;
}

.break {
    clear:both;
}


#appleNav {
    list-style:none;
    letter-spacing:-0.5px;
    font-size:15px;
    
    text-shadow: 0 -1px 3px #202020;
    
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -moz-box-shadow: 0px 3px 3px #cecece;
    -webkit-box-shadow: 0px 3px 3px #cecece;
    box-shadow: 0 3px 4px #8b8b8b;
}
#appleNav li {
    display:block;
    float:left;
    border-right:1px solid #5d5d5d;
    border-left:1px solid #929292;
    width:150px;
    height:34px;
    border-bottom:1px solid #575757;
    border-top:1px solid #797979;
    
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.5, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));
    background-image: -moz-linear-gradient(center bottom, #787878 0%, #5E5E5E 50%, #707070 51%, #838383 100%);
    background-color:#5f5f5f;
    
}

#appleNav li:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F3F3F), color-stop(0.5, #383838), color-stop(0.51, #434343), color-stop(1, #555555));
    background-image: -moz-linear-gradient(center bottom, #3F3F3F 0%, #383838 50%, #434343 51%, #555555 100% );
    background-color:#383838;
    
    
    -moz-box-shadow: inset 0 0 50px 50px #535353;
    -webkit-box-shadow: inset 0 0 50px 50px #535353;
    box-shadow: inset 0 0 5px 5px #535353;
}

#appleNav li:active {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F3F3F), color-stop(0.5, #383838), color-stop(0.51, #434343), color-stop(1, #555555));
    background-image: -moz-linear-gradient(center bottom, #3F3F3F 0%, #383838 50%, #434343 51%, #555555 100% );
    background-color:#383838;
    
    -moz-box-shadow: inset 0 1px 2px 2px #000;
    -webkit-box-shadow: inset 0 1px 2px 2px #000;
    box-shadow: inset 0 1px 2px 2px #000;
}
#appleNav li a {
    color:white;
    text-decoration:none;
    text-align:center;
    display:block;
    line-height:34px;
    outline:none;
}

#appleNav li:first-child {
    -moz-border-radius:50px 0 0 50px;
    -webkit-border-radius:50px 0 0 50px;
    border-radius:50px 0 0 50px;
    border-left:none;
}

#appleNav li:first-child a img {
    vertical-align:middle;
    margin-top:-2px;
}
#appleNav li:last-child {
    -moz-border-radius:0 50px 50px 0;
    -webkit-border-radius:0 50px 50px 0;
    border-radius:0 50px 50px 0;
    border-right:none;
}

@-webkit-keyframes showMenu {
    from {
    opacity: 0;
    top:-20px;
    }
    to {
    opacity: 1;
    }
}
#appleNav {
    -webkit-animation: showMenu 1s;
    position:relative;
}
