/*----- Today's hours ------------------------- */
        #frontpghours a {
         color: #fff; 
         font-weight: normal;
         text-align:center
         margin:0;
        }

        #frontpghours {
         text-align: center;
          padding-top: 3px;
        }

        .fa-clock{
         opacity: .2;float: left;
         position: relative;
         clear: both;
         color: white;
         font-size: 4.5em;
         top: -1em;
         left: 15px;
         }

        #frontpghourscontainer {
           background-color: #232c64;
           border-radius: 5px;
           padding: 50px;
           margin-bottom: 100px;
        }

 
        
