:root {
  --chromeblog-color-1: #00BCD4B3;
  --chromeblog-color-2: #00BCD4B3;
  --chromeblog-color-3: #f5f5f5;
  --chromeblog-color-4: #3F51B5CC;
}

/** Custom ids styles **/
#uniruddhin-body {
}
#uniruddhin-body a {
}
#uniruddhin-body h2 {
}

#uniruddhin-top {
}
#uniruddhin-header {
}
#uniruddhin-header h1 {
}

#uniruddhin-content-top {
}
#uniruddhin-content {
}

#uniruddhin-bottom {
}
#uniruddhin-footer {
}


/** Custom styles **/
.af-header-image.data-bg:before {
  background-color: var(--chromeblog-color-1) !important;
}
.site-info,
.read-img .trending-no,
.sub-heading-line::before {
  background-color: var(--chromeblog-color-1) !important;
}

body div#main-navigation-bar {
  background-color: var(--chromeblog-color-2) !important;
}
body .chromenews-pagination .nav-links .page-numbers.current {
  background-color: var(--chromeblog-color-2) !important;
}
body #scroll-up {
  background-color: var(--chromeblog-color-2) !important;
}

body.aft-light-mode #sidr, body.aft-light-mode #af-preloader, body.aft-light-mode {
  background-color: var(--chromeblog-color-3) !important;
}

.site-title a, .site-header .site-branding .site-title a:visited, .site-header .site-branding .site-title a:hover, .site-description {
  color: var(--chromeblog-color-4) !important;
}

.chromenews-categories.category-color-1
{
  background-color: var(--chromeblog-color-2) !important;
}

@media only screen and (min-width: 993px) {
  body.sidebar-right .container-wrapper #primary {
    width: 66.6%;
  }
}
#masthead {
  box-shadow: 0 10px 20px rgba(25, 51, 120, .3)
}

/** Custom classes styles **/
.site-theme-violet_theme-1 .mid-header-wrapper {
   /*background-image: url('/themes/custom/chromeblog/images/chromeblog-header-1.jpg') !important;*/
}
.site-theme-violet_theme-1 .site-title a {
  color: #9c21b2 !important;
  text-shadow: 2px 2px #ffba00;
}
.site-theme-violet_theme-2 .mid-header-wrapper {
  background-image: url('/themes/custom/chromeblog/images/chromeblog-header-2.jpg') !important;
}
.site-theme-violet_theme-2 .site-title a {
  color: #282886de !important;
  text-shadow: 2px 2px #cac8ca;
}
.site-theme-violet_theme-3 .mid-header-wrapper {
  /*background-image: url('/themes/custom/chromeblog/images/chromeblog-header-3.jpg') !important;*/
}
.site-theme-violet_theme-3 .site-title a {
  color: #9c27b059 !important;
  text-shadow: 2px 2px #ead8d8;
}
.site-theme-violet_theme-3 #main-navigation-bar {
  background-color: #9c1db16b
}
.site-theme-blue_theme-1 .mid-header-wrapper {
  background-image: url('/themes/custom/chromeblog/images/chromeblog-header-blue-1.jpg') !important;
}
.site-theme-blue_theme-1 .af-header-image.data-bg:before {
  opacity: 80%;
}

.site-theme-blue_theme-1 .site-title a {
  color: #2d308c !important;
  text-shadow: 2px 2px #9cb4d2;
}


