/*Remove the theme's Footer Credit and add the user's own*/
.site-info {
	  font-size: 0px !important;
}
.site-info:after{
	content: "Athiyaman Team";
  font-size: 16px;
}
ins {
    background: none;
}body, h1, h2, h3, h4, h5, h6, p, li {
	color: Black;
}
.news-text-wrap h2 a {
color: #000000;
}
.news-item .news-text-wrap .posted-date {
    color: red;
}.sidebar .widget_categories ul li a, .sidebar .widget_meta ul li a, .sidebar ul li a {
    color: #000000;
    font-size: 15px;
    font-weight: 800;
    position: relative;
}
#primary .page .entry-title a, #primary .post .entry-title a {
    color: #0a28c7;
}.single-post .post .content-wrap .entry-title {
    font-size: 20px;
}  .mean-container .mean-nav ul li a, .mean-container .mean-nav ul li a:hover {
    background: #222;
}#primary .page .entry-title, #primary .post .entry-title {
    font-weight: 700;
}

/* Change menu navigation item padding */
.main-navigation a {
    padding: 0 10px;
}

/* Add bottom padding to header */
.header-default {
    padding-bottom: 20px;
}

/* Fix submenu z-index issue */
.main-navigation li {
    z-index: unset;
}

/* Change menu navigation item padding */
.main-navigation a {
    padding: 0 10px;
}

/* Add bottom padding to header */
.header-default {
    padding-bottom: 20px;
}

/* Fix submenu z-index issue */
.main-navigation li {
    z-index: unset;
}


/* Resize page titles / #9094887-hc (MS) */
.titlebar .header-title {
    font-size: 20px;
}
/* Reduce titlebar size / #9094887-hc (MiS) */
.titlebar {
    padding-top: 1%;
    padding-bottom: 1%;
}
/* Hide footer widgets area / #9114288-hc (MiS) */
.footer-widgets {
    display: none;
}
.site-footer {
  height: 70px;
}

.entry-date {
  display: none;
}

.entry-title a {
  font-size: 20px;
}

.entry-header {
  margin-left: -120px;
}

.post-featured-image {
  display: none;
}

.comment-navigation a, .posts-navigation a, .post-navigation a {
    background: #ff1d06;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 2px;
    padding: 10px 15px;
    display: inline-block;
	line-height: 1;}

.checkout .col-1,
.checkout .col-2 {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: none;
}
.main-navigation a {
    padding: 05px;
}
.main-navigation a {
    padding: 0 10px;
}
.main-navigation a {
    display: block;
    text-decoration: none;
        text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #000;
}

/* Force show the main post content even if scripts fail */
.entry-content,
.post-content,
.site-content {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Prevent invisible ad slots from collapsing content */
.adsbygoogle {
    min-height: 90px; /* set to smallest ad height */
    display: block !important;
}
