﻿ .mobile-menu ul > li{
             float:left;
             position:relative;
         }

         .mobile-menu ul li > a {
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

         .mobile-menu ul li > a {
            display: block;
            line-height: 22px;
            padding: 39px 15px;
            color: #47c7eb;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-family: 'Raleway', sans-serif;
            -webkit-transition: margin .4s ease, padding .4s ease;
            -o-transition: margin .4s ease, padding .4s ease;
            transition: margin .4s ease, padding .4s ease;
        }

         .mobile-menu ul li > a i {
    position: relative;
    top: -1px;
    font-size: 25px;
    width: 16px;
    text-align: center;
    margin-right: 6px;
    vertical-align: top;
}
.mobile-menu ul{
    margin-bottom:unset;
        list-style: none;
    margin: 0;
    float: right;
}
.mobile-menu{
    position:fixed;
    top:0;
    width:100% !important;
    z-index:100;
}

       @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
            .mobile-menu ul li > a i{
                font-size:20px;
            }
            .mobile-menu ul li > a{
                    padding: 15px 10px;
            }
        }


/*overlay*/
        .mobile-overlay {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 101;
            top: 0;
            right: 0;
            background-color: #47c7eb;
            overflow-x: hidden;
            transition: 0.5s;
        }

        .mobile-overlay-content {
            position: relative;
            top: 10%;
            width: 100%;
            text-align: center;
            margin-top: 30px;
        }

        .mobile-overlay a {
            padding: 4px;
            text-decoration: none;
            font-size: 25px;
            color: #fff;
            display: block;
            transition: 0.3s;
        }

            .mobile-overlay a:hover, .mobile-overlay a:focus {
                color: #f1f1f1;
            }

        .mobile-overlay .closebtn {
            position: absolute;
               top: 5px;
            right: 20px;
            font-size: 40px;
        }
        .mobile-overlay .cwh-icon a i{
            font-size:18px;
        }
        @media screen and (max-height: 450px) {
            .mobile-overlay a {
                font-size: 20px;
            }

            .mobile-overlay .closebtn {
                font-size: 40px;
                top: 15px;
                right: 35px;
            }
        }