@font-face {
  font-family: 'objectsans-reg';
  src: url('fonts/objectsans-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: 'objectsans-reg', sans-serif !important;
}

.page .rt-reading-time{
	display : none !important;;
}

.meta-views{
	color: #340034;
}

.site-footer{
	display:none;
}

header.page-header-simple{
	position:inherit !important;
	display:block !important;
	margin-top:100px;
}

body{padding-top:50px;}
.mtnon a{color: #000 !important;}
.mtnon a#menu-toggle{margin:0 auto !important;line-height:0 !important;}
.mtnon span{top:0 !important;}
.mtcls{
	line-height:0 !important;
	display:block !important;
}
/* main-header */
#masthead{display:none}
/* Main-header */


/* Blog Homepage */
.post-archive .post-inner .entry-header{height:auto}
.post-outer .overlay-inner{opacity:0 !important; visibility: hidden !important;transition: all .5s cubic-bezier(.42, 0, .58, 1); !important;}
.post-outer:hover .overlay-inner{opacity: 1 !important; visibility: visible !important;}
.overlay-media:before{transition: all .5s cubic-bezier(.42, 0, .58, 1); !important;}
.overlay:hover .overlay-media:before{background-color: rgb(40 40 40 / 90%) !important;}
#secondary{margin:0 !important}
.meta-2, .archives-2, .recent-comments-2{display:none;}
.tiles-4 .post-outer .overlay-inner{opacity: 1 !important;visibility: visible !important;}
.tiles-4 .overlay-media:before{background:rgb(40 40 40 / 50%) !important}
.post-inner .entry-header{position: initial !important;flex-direction: column !important;}
.rt-reading-time, .post-archive .post-inner .post-meta{display:none !important;}

.home .section-slider {margin-top: 80px;margin-bottom: 0;padding-bottom: 0;}
.post-media{margin-bottom:0!important;padding:0}
.entry-content,.section-share,.posts-pagination{padding:0}
section{padding: 0}
.post-tags{margin:0!important}
/* Blog Homepage */


.headerCategories {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: #006dea;
  text-align: center;
  top: 100px;
}
.fixed .headerCategories{top:80px}

.headerCategories ul{list-style-type: none;display: flex;margin: auto;}
.headerCategories ul li{border-left: 1px solid #ffffff63;width: 100%;text-align: center;}
.headerCategories ul li:first-child{border: none}
.headerCategories ul li a{display: block;padding: 15px 6px 10px;color: #fff;}


@media screen and (max-width:768px){
.tiles-4 article{margin-bottom: 10px !important;}
	.headerCategories{display:none}
}
