/*
  Theme Name:   Jannah Child
  Theme URI:    http://jannah.tielabs.com/
  Description:  Beautiful, Powerful & Flexible WordPress Theme for News, Magazine and Blog websites.
  Author:       TieLabs
  Author URI:   https://tielabs.com/
  Version:      1.0.0
  Template:     jannah
  Tags:         two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
  Text Domain:  jannah-child
*/

#footer {
	background-color: #000;
	color: #000;
}

.go-to-top-button {
    Border-radius: 1.5px 5px 3px;
    background: #73c5c6 !important;
}

.aligncenter {
    margin-top: 20px !important; 
    margin-bottom: 60px !important;
    
}

.entry a {
  font-weight: bold;
  color: #73c5c6;
  Position: relative;
  text-decoration: none;
  transition: color .4s ease-out;
}

.entry a::after {
  font-weight: bold;
  border-radius: 2em;
  Border-top: .25em solid #73c5c6;
  content: "";
  position: absolute;
    right: 100%;
    bottom: 0;
    left: .2em;
  transition: right .4s cubic-bezier(0,.5,0,1);
  text-decoration: none;
}	

.entry a:hover {		
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.entry a:hover::after {
  border-color: #73c5c6;
  right: 0;
}		

