:root {
    --mysinchew-signature-blue: #0078cd;
  }
@media (min-width: 1440px){
  :root {
    --inner-max-width: 1280px;
  }
}

@media (min-width:1024px) and (max-width: 1280px){
  :root {
    --inner-max-width: 990px;
  }
}
@media (max-width: 1036px){
    :root {
        --frame-side-padding: 15px;
    }
 }
 @media (max-width: 767px){
    :root {
        --frame-side-padding: 6px;
    }
 }

 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: 'Merriweather', 'Roboto' ,'Helvetica Neue', Arial, Helvetica, serif;
}

body.sticky-header .desktop-sticky-header-wrapper{
  border-bottom: none;
  top: 0;
}

body.sticky-header .desktop-sticky-header-wrapper ul#nav{
  margin-bottom: 0px;
}

@media (max-width: 919px){
  body.sticky-header .sticky-header-wrapper {
    border-top: none;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
  }
}
 
.site-header  {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px var(--frame-side-padding);
}

a.site-logo {
  max-width: 280px;
  display: inline-block;
  width: 46%;
}

.site-search-wrapper.mobile-hidden {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  padding: 0px 10px;
  border: solid 1px var(--grey-color);
}

.site-search-wrapper input,.site-search-wrapper input:focus {
  outline: none;
  border: navajowhite;
  background: transparent;
}

.mobile-site-search-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 23px;
  padding: 0px 15px;
}

.site-search-wrapper button{
  background: none;
  color: #000000;
  margin: 0;
  padding: 0;
}

.site-search-wrapper.mobile {
  margin: 10px;
  border: solid 1px #000000;
  display: flex;
  align-items: center;
}

.site-search-wrapper.mobile button {
  padding: 10px 15px;
  background: var(--mysinchew-signature-blue);
  color: #ffffff;
}

ul#nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  border-top: solid 1px var(--grey-color);
  border-bottom: solid 1px var(--grey-color);
  margin-bottom: 10px;
}

ul#nav > li.menu-item {
  margin-right: 10px;
  position: relative;
}

ul#nav > li.menu-item > a{
  display:inline-block;
  padding: 10px 10px 7px 10px;
  font-size: 1.2rem;
  font-family: 'Roboto', serif;
  border-bottom: solid 3px var(--bg-color);
}

ul#nav > li.menu-item.current-item > a{
  border-bottom: solid 3px var(--mysinchew-signature-blue);
}

ul#nav ul.sub-menu {
  display: none;
}

@media (min-width:769px){
  ul#nav > li.menu-item:hover  ul.sub-menu{
      display: block;
      position: absolute;
      background: var(--bg-color);
      min-width: 180px;
      top: calc(100% + 1px);
      box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 75%);
      -webkit-box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 75%);
      -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
      z-index: 10;
  }

  ul#nav > li.menu-item  ul.sub-menu li.menu-item > a{ 
      font-size: 1.1rem;
      display: block;
      display:inline-block;
      padding: 10px 15px;
      font-family: 'Roboto', serif;
  }

  ul#nav > li.menu-item ul.sub-menu li.menu-item:hover {
      background-color: var(--lightest-grey-color);
  }

  ul#nav > li.menu-item   ul.sub-menu  li.menu-item.current-item a{
     background-color: var(--mysinchew-signature-blue);
     color: #ffffff;
  }
}

@media (max-width:768px){
  .site-header  {
      margin-top: 10px;
      margin-bottom: 10px;
  }
  ul#nav {
      border-top: solid 1px var(--lighter-grey-color);
      border-bottom: solid 1px var(--lighter-grey-color);
      background-color: var(--lightest-grey-color);
  }
}

#cssmenu {
  margin-top: 0; 
  margin-bottom: 0;
}

.site-content-frame{
    padding: 0px var(--frame-side-padding);
}

.link-more a, .link-more span {
  font-size: 1.3rem;
  color: var(--mysinchew-signature-blue);
}

@media (min-width:768px){
  .frame-with-sidebar {
    display: flex;
  }

  .frame-with-sidebar-left-child {
    width: calc(100% - 300px);
    max-width: calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    padding-right: 20px;
  }

  .frame-with-sidebar-right-child {
    width: 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }
}

@media (max-width:1439px){
  .frame-with-sidebar-left-child .horizontal-post-frame .desc.desc-desktop{
    display:none;
  }
}

.vertical-post-frame .cat, .horizontal-post-frame .cat, .vertical-post-frame .cat a, .horizontal-post-frame .cat a {
  color: var(--mysinchew-signature-blue);
}

a:focus, a:active, a:hover {
  text-decoration: none;
  color: var(--mysinchew-signature-blue);
}

.mysc-footer {
  display: flex;
  padding: 20px var(--frame-side-padding);
  align-items: center;
  flex-wrap: wrap;
}

.mysc-footer-col:first-child {
  width: calc(100% - 100px);
  max-width: calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  display: flex;
  align-items: center;
}

.mysc-footer-col:last-child {
  width: 100px;
  max-width: 100px;
  flex: 0 0 100px;
}

.mysc-footer-site-logo {
  width: 200px;
  max-width: 200px;
  flex: 0 0 200px;
}

.mysc-footer-copyright {
  display: flex;
  align-items: center;
  width: calc(100% - 200px);
  max-width: calc(100% - 200px);
  flex: 0 0 calc(100% - 200px);
}

.mysc-footer-copyright > div:first-child {
  font-size: 0.9rem;
  line-height: 1.3;
  padding: 0px 20px;
}

.mysc-footer-copyright > div:first-child a {
  display: inline-block;
  color: var(--mysinchew-signature-blue);
}

.mysc-footer-copyright > div:nth-child(2) a {
  background-color: var(--color);
  color: var(--bg-color);
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  width: 30px;
  height: 30px;
  padding: 5px;
  text-align: center;
  border-radius: 50%;
}

@media (max-width: 1036px){
  .mysc-footer-col:first-child{
    flex-wrap: wrap;
  }
  .mysc-footer-site-logo, .mysc-footer-copyright {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .mysc-footer-site-logo img{
      max-width: 200px;
  }
  .mysc-footer-copyright > div:first-child{
    padding: 0 10px 0px 0px;
  }
}

@media (max-width: 767px){
  .mysc-footer-col{
    width: 100% !important;
    max-width: 100%  !important;
    flex: 0 0 100% !important;
  }
  .mysc-footer-col:last-child img{
    max-width: 100px;
  }
  .mysc-footer-copyright {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0px;
  }
  .mysc-footer-copyright > div:nth-child(2){
    padding-top: 15px;
  }

}

.article-page-breadcrumb i, .article-page-breadcrumb a{
  color: var(--mysinchew-signature-blue);
}

.font-adjuster span{
  color: var(--mysinchew-signature-blue);
}

.font-adjuster-btn {
  border: solid 1px var(--mysinchew-signature-blue);
}

.font-adjuster-btn div i {
  color: var(--mysinchew-signature-blue);
}

.font-adjuster-btn div:hover, .font-adjuster-btn div:active, .font-adjuster-btn div:focus{
  background-color: var(--mysinchew-signature-blue);
}

.font-adjuster-btn div:first-child {
  border-right: solid 1px var(--mysinchew-signature-blue);
}


@media (min-width:768px){
  .article-page-meta-row-1 .article-page-date{
    display: unset;
    visibility: hidden;
  }
  .article-page-title-header .article-page-breadcrumb{
    visibility: hidden;
  }  
  .font-adjuster{
    display: inline-block;
  }
}
.article-page-post-view.post-view-counter-parent{
  display: inline-block;
}
/* i.fa-eye:not(.read){
	color:inherit;
} */
i.fa-eye:not(.read){
	color:green;
}
.simple-category-posts.owl-carousel:not(.owl-loaded) .desktop-3col-mobile-1_2col {
	margin-bottom: 8px;
}
