/*
 Theme Name:   accelerate child
 Description:  accelerate child.
 Template:     accelerate
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('../accelerate/style.css'); 

#header-text-nav-container {
    border-bottom: 1px solid #F2F2F2;
    background-color: white;
}

.entry-title {
   display: none;
}

.img-circle {
    border-radius: 50%;
}

.read-more-centre {
	font-size: 16px;
	margin-top: 10px;
	padding: 10px 20px;
	color: #FFFFFF;
	background-color: #017979;
	transition: background-color 0.3s linear 0s;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
}
a.read-more-centre:hover {
	background-color: #33363B;
	border-color: #33363B;
}

.entry-content a.read-more-centre:hover {
	text-decoration: none;
}
.footer-socket-wrapper .copyright {
  display: none;
}

.widget_text h3 span:before {
    display: none;
}
.hbfclosebtn {
	font-size: 16px;
	margin-top: 10px;
	padding: 10px 20px;
	color: #FFFFFF;
	background-color: #A9A9A9;
	transition: background-color 0.3s linear 0s;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
}
a.hbfclosebtn:hover {
	background-color: #33363B;
	border-color: #33363B;
}

.entry-content a.hbfclosebtn:hover {
	text-decoration: none;
}
/* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.grid .title {
	display: block;
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}
