/* Enter Your Custom CSS Here */


.nav-menu-desktop .menu>li>a { font-weight: bold !important; }

.magnet-btn {
background: #8eb73d;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
}

.text-center {
text-align: center;
}

.category-completed-projects .entry-thumbnail {
display: none;
}

.category-completed-projects .entry-title { text-align: center; }

.circle-num {
background: #8eb73d;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffff;
    font-weight: bold;
    display: inline-block;
}

body.blog .entry-meta {
display: none;
}





.obfx-grid-col-content {
  background: #fff !important;
  padding: 20px 15px !important;
  margin-top: -20px !important;
}

@media (min-width: 768px) {
  .obfx-grid-col-content {
    min-height: 300px;
  }
}

.obfx-grid-meta {
  display: none;
}

.obfx-grid .obfx-grid-col-image {
  box-shadow: none;
}

.elementor-widget-obfx-posts-grid .obfx-grid-footer a {
    background: #8eb73d;
    width: 100%;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
}

@media (min-width: 768px) {
  .elementor-widget-obfx-posts-grid .obfx-grid .entry-title.obfx-grid-title {
    min-height: 90px;
    overflow: hidden;
  }
  .elementor-widget-obfx-posts-grid .obfx-grid-content {
    min-height: 95px;
    overflow: hidden;
  }
}


a.page-numbers {
	padding: 5px 12px;
    background: #fff;
    margin: 0 3px;
    font-weight: bold;
}

nav.pagination span.current {
	background: #8eb73d;
	padding: 5px 12px;
    margin: 0 3px;
    color: #fff;
    font-weight: bold;
}

#page-breadcrumb {
display: none;
}

article.post .entry-title, article.post .entry-thumbnail { display: none; }
a.social-icon-footer i.fa {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
  width: 40px;
  height: 40px;
  text-align: center;
}
#side_popup a { background: #8EB73D !important; }
.elementor-widget-obfx-posts-grid .obfx-grid-footer a:hover { background: 333; color: #fff;}