   /* Supress Blog poster on News */
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink {
display:none;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel{
display:none;
}

/* Main menu */
.WaGadgetMenuHorizontal.menuStyle001 .menuInner ul.firstLevel > li > .item > a {
        color: black;
    font-size: 20px;
   text-transform: capitalize;
   text-shadow: none;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item:hover>a {
    color: #0f9ed5;
    font-size: 20px;
   text-transform: capitalize
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.sel>.item>a>span:after {
    text-decoration-color: lightblue 
 }


 .WaGadgetMenuHorizontal.menuStyle001 .menuInner ul ul > li > .item > a {
     color:  black ;
     text-transform: capitalize ;
        font-size: 20px;        ;
   text-shadow: none;
 }

 /* Mobile menu */
@media only screen and (max-width: 616px) {
    .WaGadgetMenuHorizontal[class*=menuStyle] .menuInner ul.firstLevel>li>.item>a>span {
    color:black;
    background-color: white; 
} 

@media only screen and (max-width: 616px) {
    .WaGadgetMenuHorizontal[class*=menuStyle] .menuInner ul.firstLevel>li>.item>a {
        background-color: white;
    } 
@media only screen and (max-width: 616px) {
    .WaGadgetMenuHorizontal[class*=menuStyle] .menuInner ul.firstLevel>li.sel>.item>a {
        background-color:white;
    }
  
    @media only screen and (max-width: 616px) {
    .WaGadgetMenuHorizontal[class*=menuStyle] .menuInner ul.firstLevel>li>.item:hover>a  {
        background-color: lightgray;
    }

 @media only screen and (max-width: 616px) {
    .WaGadgetMenuHorizontal[class*=menuStyle] .menuInner .menuButton {
        color: black;
    }
/* Code to change page width START */
.container_12 {
    width: 1200px;
}
.s1_grid_12{
    width: auto;
}
@media only screen and (max-width: 1199px) and (min-width: 600px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    min-width: 600px;
}}
@media only screen and (max-width: 616px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    display: block;
}}
/* Code to change page width END */ 