/*
Theme Name: mycustomtheme
Theme URI: https://EPSinfotech.in
Author: the EPSinfotech team
Author URI: https://epsinfotech.in/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: mycustomtheme

*/


    .pagination li strong
{
  background: #e01a22 none repeat scroll 0 0 !important;
    color: #fff !important;
    display: inline-block;
        padding: 4px 15px;
        border-radius: 5px;
}
@media (min-width: 1281px) {
  
 .topmenucolorback
{
  background: white;
}

.topmenucolorback ul li
{
  background: #e01a22 ;
  border-radius: 15px;
  margin-right: 6px;
  padding-left: 4px;
  padding-right: 4px;
}

.mainmenu-left li a
{
      font-size: 13px;
}

  
}

.mainmenu-left ul > li > ul
{
      background: none!important;
      border-top: 0px!important;
}

.footer-post-text {
    float: none;
    word-wrap: break-word;
    width: 186px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 31px;
}
